#autocomplete {
    position: absolute;
    z-index: 100;
    overflow: hidden;
}
#autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#autocomplete li {
    cursor: default;
    white-space: pre;
    zoom: 1;
}
html.js .form-autocomplete {
    background-image: url(/sites/all/themes/omega/omega/images/misc/throbber.gif?1382488163);
    background-position: 100% 2px;
    background-repeat: no-repeat;
}
html.js .throbbing {
    background-position: 100% -18px;
}
html.js fieldset.collapsed {
    height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}
fieldset.collapsible {
    position: relative;
}
fieldset.collapsible .fieldset-legend {
    display: block;
}
.form-textarea-wrapper textarea {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
.resizable-textarea .grippie {
    height: 9px;
    background: #eee
        url(/sites/all/themes/omega/omega/images/misc/grippie.png?1382488163)
        no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    overflow: hidden;
}
body.drag {
    cursor: move;
}
.tabledrag-handle {
    float: left;
    overflow: hidden;
    text-decoration: none;
    cursor: move;
}
.tabledrag-handle .handle {
    height: 15px;
    width: 15px;
    margin: -0.4em 0;
    padding: 0.4em;
    background: url(/sites/all/themes/omega/omega/images/misc/draggable.png?1382488163)
        no-repeat 6px 9px;
}
.tabledrag-handle:hover {
    text-decoration: none;
}
.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}
.indentation {
    float: left;
    width: 20px;
}
.tree-child {
    background: url(/sites/all/themes/omega/omega/images/misc/tree.png?1382488163)
        no-repeat 12px center;
}
.tree-child-last {
    background: url(/sites/all/themes/omega/omega/images/misc/tree-bottom.png?1382488163)
        no-repeat 12px center;
}
.tree-child-horizontal {
    background: url(/sites/all/themes/omega/omega/images/misc/tree.png?1382488163)
        no-repeat -12px center;
}
.tabledrag-toggle-weight-wrapper {
    text-align: right;
}
.sticky-header {
    margin-top: 0;
    background-color: #fff;
}
.progress .bar {
    background-color: #fff;
    border: 1px solid;
}
.progress .filled {
    height: 1.5em;
    width: 5px;
    background-color: #000;
}
.progress .percentage {
    float: right;
}
.ajax-progress {
    display: inline-block;
}
.ajax-progress .throbber {
    float: left;
    height: 15px;
    width: 15px;
    margin: 2px;
    background: transparent
        url(/sites/all/themes/omega/omega/images/misc/throbber.gif?1382488163)
        no-repeat 0px -18px;
}
.ajax-progress .message {
    padding-left: 20px;
}
tr .ajax-progress .throbber {
    margin: 0 2px;
}
.ajax-progress-bar {
    width: 16em;
}
.container-inline div,
.container-inline label {
    display: inline;
}
.container-inline .fieldset-wrapper {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
html.js .js-hide {
    display: none;
}
.element-hidden {
    display: none;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.menu {
    border: none;
    list-style: none;
    text-align: left;
}
.menu .expanded {
    list-style-image: url(/sites/all/themes/omega/omega/images/misc/menu-expanded.png?1382488163);
    list-style-type: circle;
}
.menu .collapsed {
    list-style-image: url(/sites/all/themes/omega/omega/images/misc/menu-collapsed.png?1382488163);
    list-style-type: disc;
}
.menu .leaf {
    list-style-image: url(/sites/all/themes/omega/omega/images/misc/menu-leaf.png?1382488163);
    list-style-type: square;
}
.active {
    color: #000;
}
.menu-disabled {
    background: #ccc;
}
.links--inline {
    *zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.links--inline:after {
    content: '';
    display: table;
    clear: both;
}
.links--inline li {
    float: left;
    margin-right: 1em;
}
.links--inline li > a {
    display: block;
}
.tabs a {
    background-color: #eee;
    text-decoration: none;
}
.tabs a.active {
    background-color: #ccc;
}
.tabs a:hover,
.tabs a:focus {
    background-color: #bbb;
}
.tabs--primary {
    margin-bottom: 1em;
    border-bottom: 1px solid #bbb;
}
.tabs--primary a {
    padding: 0.3em 0.8em;
}
.tabs--secondary a {
    padding: 0.2em 0.5em;
    margin: 0.4em 0;
    font-size: 0.9em;
}
.messages {
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
}
.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}
.messages li {
    list-style-image: none;
}
.messages--status {
    background-image: url(/sites/all/themes/omega/omega/images/misc/message-24-ok.png?1382488163);
    border-color: #be7;
}
.messages--status,
tr.ok {
    background-color: #f8fff0;
}
.messages--status,
.ok {
    color: #234600;
}
.messages--warning {
    background-image: url(/sites/all/themes/omega/omega/images/misc/message-24-warning.png?1382488163);
    border-color: #ed5;
}
.messages--warning,
tr.warning {
    background-color: #fffce5;
}
.messages--warning,
.warning {
    color: #333;
}
.messages--error {
    background-image: url(/sites/all/themes/omega/omega/images/misc/message-24-error.png?1382488163);
    border-color: #ed541d;
}
.messages--error,
tr.error {
    background-color: #fef5f1;
}
.messages--error,
.error {
    color: #333;
}
.error .error {
    color: #8c2e0b;
}
fieldset {
    margin-bottom: 1em;
}
table {
    border-collapse: collapse;
}
th {
    padding-right: 1em;
    background-color: #bbb;
    text-align: left;
}
tr.even,
tr.odd {
    background-color: #eee;
}
tr.odd {
    background-color: #ddd;
}
#autocomplete {
    background: #fff;
    border: 1px solid;
    color: #000;
}
#autocomplete .selected {
    background: #0072b9;
    color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
    padding-left: 15px;
    background: url(/sites/all/themes/omega/omega/images/misc/menu-expanded.png?1382488163)
        5px 65% no-repeat;
}
html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}
html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/sites/all/themes/omega/omega/images/misc/menu-collapsed.png?1382488163);
    background-position: 5px 50%;
}
.fieldset-legend .summary {
    margin-left: 0.5em;
    color: #999;
    font-size: 0.9em;
}
.drag {
    background-color: #fffff0;
}
.drag-previous {
    background-color: #ffd;
}
.progress {
    font-weight: bold;
}
.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.progress .filled {
    background: #0072b9
        url(/sites/all/themes/omega/omega/images/misc/progress.gif?1382488163);
}
.selected td {
    background: #ffc;
}
.checkbox,
.checkbox {
    text-align: center;
}
.form-item,
.form-actions {
    margin-bottom: 1em;
}
.form-item label,
.form-actions label {
    display: block;
    font-weight: bold;
}
.form-item .description,
.form-actions .description {
    font-size: 0.85em;
}
.form-checkboxes .form-item,
.form-radios .form-item {
    margin-bottom: 0.4em;
}
.form-checkboxes .description,
.form-radios .description {
    margin-left: 2.4em;
}
label.option {
    display: inline;
    font-weight: normal;
}
.form-checkbox,
.form-radio {
    vertical-align: middle;
}
.marker,
.form-required {
    color: #f00;
}
input.error,
textarea.error,
select.error {
    border: 2px solid red;
}
tr .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
th.active img {
    display: inline;
}
td.active {
    background-color: #ddd;
}
.more-link {
    display: block;
    text-align: right;
}
.pager {
    clear: both;
    padding: 0;
    text-align: center;
}
.pager__item {
    display: inline;
    padding: 0.5em;
    background-image: none;
    list-style-type: none;
}
.pager__item--current {
    font-weight: bold;
}
#back-top {
    position: fixed;
    bottom: 10px;
    margin-left: 20px;
    z-index: 499;
    _position: absolute;
    _top: expression(documentElement.scrollTop + body.scrollTop);
    _margin-top: 500px;
}
body {
    _background: url(/sites/all/modules/contrib/scroll_to_top/null) fixed;
}
#back-top a,
#back-top-prev a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover,
#back-top-prev a:hover {
    color: #000;
}
#back-top span#button,
#back-top-prev span#button-prev {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/sites/all/modules/contrib/scroll_to_top/up-arrow.png);
    opacity: 0.8;
    filter: alpha(opacity = 80);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span#button,
#back-top-prev a:hover span#button-prev {
    opacity: 1;
    filter: alpha(opacity = 100);
}
#edit-scroll-to-top-preview {
    float: right;
    width: 100%;
}
.basic-cart-grid {
    border: none;
    color: #363636;
    display: table;
    margin: auto;
    padding: 0;
    width: 100%;
}
.basic-cart-grid .row {
    display: table-row;
    float: left;
    left: 100%;
    width: 100%;
}
.basic-cart-grid .cell {
    display: table-cell;
    float: left;
}
.basic-cart-grid .cell img {
    vertical-align: middle;
}
.basic-cart-grid .clr {
    border-bottom: 1px solid #eeeeee;
    display: table-row;
    float: left;
    left: 100%;
    width: 100%;
}
.basic-cart-grid form {
    margin: 0;
    padding: 0;
}
.basic-cart-add-to-cart {
    margin: 10px 0;
}
.basic-cart-cart {
    margin: 0 0 25px 0;
    width: 100%;
}
.basic-cart-cart-contents {
    border-bottom: 1px solid black;
    padding: 5px;
}
.basic-cart-cart-total-price-contents {
    padding: 5px;
}
.basic-cart-delete-image.cell {
    margin: 0 10px 0 0;
}
.basic-cart-cart-checkout-button {
    margin: 10px 0;
}
.basic-cart-cart-checkout-button a.button {
    float: right;
    margin-right: 0;
}
.basic-cart-cart-checkout-button-block {
    margin: 10px 0 0 0;
}
.basic-cart-cart-checkout-button-block a.button {
    margin-bottom: 0;
}
.basic-cart-cart-quantity.cell {
    float: right;
}
.basic-cart-cart-node-title {
    width: auto;
}
.basic-cart-cart-x.cell {
    float: right;
    padding: 1px 10px 3px 10px;
}
.basic-cart-cart-unit-price.cell {
    float: right;
    margin: 0;
    text-align: right;
    width: 100px;
}
.basic-cart-block .basic-cart-cart-node-title {
    width: 100%;
}
.basic-cart-block .basic-cart-cart-unit-price,
.basic-cart-block .basic-cart-cart-x,
.basic-cart-block .basic-cart-cart-quantity {
    float: left;
    text-align: right;
    width: auto;
}
.basic-cart-total-price.cell,
.basic-cart-total-vat.cell {
    float: right;
}
.basic-cart-cart-total-vat-contents,
.basic-cart-block-total-vat-contents {
    padding: 0 5px;
}
.basic-cart-total-vat.cell {
    color: #6c6c6c;
    font-size: 11px;
}
.basic-cart-order-details td {
    border: 1px solid #ccc;
}
.basic-cart-order-label {
    background-color: #efefef;
    font-weight: bold;
    width: 100px;
}
.basic-cart-order-value {
    background-color: #fff;
}
.basic-cart-order-product-price,
.basic-cart-order-total-price {
    float: right;
}
.basic-cart-order-vat {
    float: right;
    font-weight: normal;
}
.basic-cart-call-to-action {
    text-align: right;
}
.form-item-basic-cart-checkout-city {
    float: left;
    width: 350px;
}
.form-item-basic-cart-checkout-zipcode {
    float: left;
    width: 150px;
}
.form-item-basic-cart-checkout-message {
    clear: both;
}
.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
td.revision-current {
    background: #ffc;
}
span[data-picture-align='left'],
img[data-picture-align='left'] {
    float: left;
}
span[data-picture-align='right'],
img[data-picture-align='right'] {
    float: right;
}
span[data-picture-align='center'],
img[data-picture-align='center'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cke_dialog_body tr td:last-child {
    border-right: 0px;
}
.field__label {
    font-weight: bold;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
    float: left;
}
.views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}
.views-exposed-form label {
    font-weight: bold;
}
.views-exposed-widgets {
    margin-bottom: 0.5em;
}
.views-align-left {
    text-align: left;
}
.views-align-right {
    text-align: right;
}
.views-align-center {
    text-align: center;
}
.views-view-grid tbody {
    border-top: none;
}
.view .progress-disabled {
    float: none;
}
div.password-confirm {
    visibility: hidden;
}
.password-strength {
    float: right;
    margin-top: 1.2em;
    width: 17em;
}
.password-strength-title {
    float: left;
}
.password-strength-text {
    float: right;
    font-weight: bold;
}
.password-indicator {
    clear: both;
    height: 0.3em;
    width: 100%;
    background-color: #c4c4c4;
}
.password-indicator .indicator {
    height: 100%;
    width: 0%;
    background-color: #47c965;
}
div.password-confirm {
    float: right;
    clear: both;
    width: 17em;
    margin-top: 1.5em;
}
.form-type-password-confirm input {
    width: 16em;
}
.password-suggestions {
    margin: 0.7em 0;
    padding: 0.2em 0.5em;
    border: 1px solid #b4b4b4;
}
.user-profile-item__label {
    font-weight: bold;
}
.profile {
    clear: both;
    margin: 1em 0;
}
.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0;
}
.profile h3 {
    border-bottom: 1px solid #ccc;
}
.profile dl {
    margin: 0 0 1.5em 0;
}
.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}
.profile dd {
    margin: 0 0 1em 0;
}
.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
#colorbox {
    outline: 0;
}
#cboxContent {
    margin-top: 20px;
    background: #000;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}
#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}
#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}
#cboxLoadingGraphic {
    background: url(/sites/all/libraries/colorbox/example3/images/loading.gif)
        no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}
#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(/sites/all/libraries/colorbox/example3/images/controls.png)
        no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: bottom left;
}
#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(/sites/all/libraries/colorbox/example3/images/controls.png)
        no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: bottom right;
}
#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/sites/all/libraries/colorbox/example3/images/controls.png)
        no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: bottom center;
}
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}
.ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif)
        right center no-repeat;
}
div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif)
        center center no-repeat;
}

#back-top {
    right: 40px;
}
#back-top span#button {
    background-color: #cbcbcb;
}
#back-top span#button:hover {
    opacity: 1;
    filter: alpha(opacity = 1);
    background-color: #959595;
}
span#link {
    display: none;
}

.isotope-element .sort-data,
.isotope-grid-sizer,
.isotope-gutter-sizer {
    display: none;
}
.isotope-container:after {
    content: '';
    display: block;
    clear: both;
}

.tb-megamenu .clearfix {
    *zoom: 1;
}
.tb-megamenu .clearfix:before,
.tb-megamenu .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .clearfix:after {
    clear: both;
}
.tb-megamenu .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.tb-megamenu .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tb-megamenu .row {
    margin-left: -20px;
    *zoom: 1;
}
.tb-megamenu .row:before,
.tb-megamenu .row:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .row:after {
    clear: both;
}
.tb-megamenu [class*='span'] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
.tb-megamenu .row-fluid {
    width: 100%;
    *zoom: 1;
}
.tb-megamenu .row-fluid:before,
.tb-megamenu .row-fluid:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .row-fluid:after {
    clear: both;
}
.tb-megamenu .row-fluid [class*='span'] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
}
.tb-megamenu .row-fluid [class*='span']:first-child {
    margin-left: 0;
}
.tb-megamenu .row-fluid .controls-row [class*='span'] + [class*='span'] {
    margin-left: 2.127659574468085%;
}
.tb-megamenu .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
}
.tb-megamenu .row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
}
.tb-megamenu .row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
}
.tb-megamenu .row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
}
.tb-megamenu .row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
}
.tb-megamenu .row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
}
.tb-megamenu .row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
}
.tb-megamenu .row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
}
.tb-megamenu .row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
}
.tb-megamenu .row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
}
.tb-megamenu .row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
}
.tb-megamenu .row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
}
.tb-megamenu .row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%;
}
.tb-megamenu .row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%;
}
.tb-megamenu .row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%;
}
.tb-megamenu .row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%;
}
.tb-megamenu .row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%;
}
.tb-megamenu .row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%;
}
.tb-megamenu .row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%;
}
.tb-megamenu .row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%;
}
.tb-megamenu .row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%;
}
.tb-megamenu .row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%;
}
.tb-megamenu .row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%;
}
.tb-megamenu .row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%;
}
.tb-megamenu .row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%;
}
.tb-megamenu .row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%;
}
.tb-megamenu .row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%;
}
.tb-megamenu .row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%;
}
.tb-megamenu .row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%;
}
.tb-megamenu .row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%;
}
.tb-megamenu .row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%;
}
.tb-megamenu .row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%;
}
.tb-megamenu .row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%;
}
.tb-megamenu .row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%;
}
.tb-megamenu .row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%;
}
.tb-megamenu .row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%;
}
.tb-megamenu [class*='span'].hide,
.tb-megamenu .row-fluid [class*='span'].hide {
    display: none;
}
.tb-megamenu [class*='span'].pull-right,
.tb-megamenu .row-fluid [class*='span'].pull-right {
    float: right;
}
.tb-megamenu .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#ffffff),
        to(#e6e6e6)
    );
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: 0.3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn:hover,
.tb-megamenu .btn:focus,
.tb-megamenu .btn:active,
.tb-megamenu .btn.active,
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.tb-megamenu .btn:active,
.tb-megamenu .btn.active {
    background-color: #cccccc \9;
}
.tb-megamenu .btn:first-child {
    *margin-left: 0;
}
.tb-megamenu .btn:hover,
.tb-megamenu .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.tb-megamenu .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.tb-megamenu .btn.active,
.tb-megamenu .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tb-megamenu .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.tb-megamenu .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tb-megamenu .btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tb-megamenu .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tb-megamenu .btn-block + .btn-block {
    margin-top: 5px;
}
.tb-megamenu input[type='submit'].btn-block,
.tb-megamenu input[type='reset'].btn-block,
.tb-megamenu input[type='button'].btn-block {
    width: 100%;
}
.tb-megamenu .btn-primary.active,
.tb-megamenu .btn-warning.active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-info.active,
.tb-megamenu .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.tb-megamenu .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#0088cc),
        to(#0044cc)
    );
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-primary:hover,
.tb-megamenu .btn-primary:focus,
.tb-megamenu .btn-primary:active,
.tb-megamenu .btn-primary.active,
.tb-megamenu .btn-primary.disabled,
.tb-megamenu .btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.tb-megamenu .btn-primary:active,
.tb-megamenu .btn-primary.active {
    background-color: #003399 \9;
}
.tb-megamenu .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#fbb450),
        to(#f89406)
    );
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-warning:hover,
.tb-megamenu .btn-warning:focus,
.tb-megamenu .btn-warning:active,
.tb-megamenu .btn-warning.active,
.tb-megamenu .btn-warning.disabled,
.tb-megamenu .btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}
.tb-megamenu .btn-warning:active,
.tb-megamenu .btn-warning.active {
    background-color: #c67605 \9;
}
.tb-megamenu .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#ee5f5b),
        to(#bd362f)
    );
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-danger:hover,
.tb-megamenu .btn-danger:focus,
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-danger.disabled,
.tb-megamenu .btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active {
    background-color: #942a25 \9;
}
.tb-megamenu .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#62c462),
        to(#51a351)
    );
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-success:hover,
.tb-megamenu .btn-success:focus,
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-success.disabled,
.tb-megamenu .btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active {
    background-color: #408140 \9;
}
.tb-megamenu .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#5bc0de),
        to(#2f96b4)
    );
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-info:hover,
.tb-megamenu .btn-info:focus,
.tb-megamenu .btn-info:active,
.tb-megamenu .btn-info.active,
.tb-megamenu .btn-info.disabled,
.tb-megamenu .btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}
.tb-megamenu .btn-info:active,
.tb-megamenu .btn-info.active {
    background-color: #24748c \9;
}
.tb-megamenu .btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#444444),
        to(#222222)
    );
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-inverse:hover,
.tb-megamenu .btn-inverse:focus,
.tb-megamenu .btn-inverse:active,
.tb-megamenu .btn-inverse.active,
.tb-megamenu .btn-inverse.disabled,
.tb-megamenu .btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}
.tb-megamenu .btn-inverse:active,
.tb-megamenu .btn-inverse.active {
    background-color: #080808 \9;
}
.tb-megamenu button.btn,
.tb-megamenu input[type='submit'].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
.tb-megamenu button.btn::-moz-focus-inner,
.tb-megamenu input[type='submit'].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.tb-megamenu button.btn.btn-large,
.tb-megamenu input[type='submit'].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
.tb-megamenu button.btn.btn-small,
.tb-megamenu input[type='submit'].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
.tb-megamenu button.btn.btn-mini,
.tb-megamenu input[type='submit'].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.tb-megamenu .btn-link,
.tb-megamenu .btn-link:active,
.tb-megamenu .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tb-megamenu .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .btn-link:hover,
.tb-megamenu .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}
.tb-megamenu .btn-link[disabled]:hover,
.tb-megamenu .btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}
.tb-megamenu .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: 0.3em;
}
.tb-megamenu .btn-group:first-child {
    *margin-left: 0;
}
.tb-megamenu .btn-group + .btn-group {
    margin-left: 5px;
}
.tb-megamenu .btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tb-megamenu .btn-toolbar > .btn + .btn,
.tb-megamenu .btn-toolbar > .btn-group + .btn,
.tb-megamenu .btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}
.tb-megamenu .btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .btn-group > .btn + .btn {
    margin-left: -1px;
}
.tb-megamenu .btn-group > .btn,
.tb-megamenu .btn-group > .dropdown-menu,
.tb-megamenu .btn-group > .popover {
    font-size: 14px;
}
.tb-megamenu .btn-group > .btn-mini {
    font-size: 10.5px;
}
.tb-megamenu .btn-group > .btn-small {
    font-size: 11.9px;
}
.tb-megamenu .btn-group > .btn-large {
    font-size: 17.5px;
}
.tb-megamenu .btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.tb-megamenu .btn-group > .btn:last-child,
.tb-megamenu .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.tb-megamenu .btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.tb-megamenu .btn-group > .btn.large:last-child,
.tb-megamenu .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.tb-megamenu .btn-group > .btn:hover,
.tb-megamenu .btn-group > .btn:focus,
.tb-megamenu .btn-group > .btn:active,
.tb-megamenu .btn-group > .btn.active {
    z-index: 2;
}
.tb-megamenu .btn-group .dropdown-toggle:active,
.tb-megamenu .btn-group.open .dropdown-toggle {
    outline: 0;
}
.tb-megamenu .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}
.tb-megamenu .btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}
.tb-megamenu .btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}
.tb-megamenu .btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}
.tb-megamenu .btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
.tb-megamenu .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}
.tb-megamenu .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}
.tb-megamenu .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}
.tb-megamenu .btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}
.tb-megamenu .btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}
.tb-megamenu .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}
.tb-megamenu .btn .caret {
    margin-top: 8px;
    margin-left: 0;
}
.tb-megamenu .btn-large .caret {
    margin-top: 6px;
}
.tb-megamenu .btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
.tb-megamenu .btn-mini .caret,
.tb-megamenu .btn-small .caret {
    margin-top: 8px;
}
.tb-megamenu .dropup .btn-large .caret {
    border-bottom-width: 5px;
}
.tb-megamenu .btn-primary .caret,
.tb-megamenu .btn-warning .caret,
.tb-megamenu .btn-danger .caret,
.tb-megamenu .btn-info .caret,
.tb-megamenu .btn-success .caret,
.tb-megamenu .btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.tb-megamenu .btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.tb-megamenu .btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}
.tb-megamenu .btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.tb-megamenu .btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tb-megamenu .btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.tb-megamenu .btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.tb-megamenu .nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}
.tb-megamenu .nav > li > a {
    display: block;
}
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.tb-megamenu .nav > li > a > img {
    max-width: none;
}
.tb-megamenu .nav > .pull-right {
    float: right;
}
.tb-megamenu .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.tb-megamenu .nav li + .nav-header {
    margin-top: 9px;
}
.tb-megamenu .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.tb-megamenu .nav-list > li > a,
.tb-megamenu .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.tb-megamenu .nav-list > li > a {
    padding: 3px 15px;
}
.tb-megamenu .nav-list > .active > a,
.tb-megamenu .nav-list > .active > a:hover,
.tb-megamenu .nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}
.tb-megamenu .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.tb-megamenu .nav-tabs,
.tb-megamenu .nav-pills {
    *zoom: 1;
}
.tb-megamenu .nav-tabs:before,
.tb-megamenu .nav-pills:before,
.tb-megamenu .nav-tabs:after,
.tb-megamenu .nav-pills:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .nav-tabs:after,
.tb-megamenu .nav-pills:after {
    clear: both;
}
.tb-megamenu .nav-tabs > li,
.tb-megamenu .nav-pills > li {
    float: left;
}
.tb-megamenu .nav-tabs > li > a,
.tb-megamenu .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.tb-megamenu .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.tb-megamenu .nav-tabs > li {
    margin-bottom: -1px;
}
.tb-megamenu .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.tb-megamenu .nav-tabs > li > a:hover,
.tb-megamenu .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd;
}
.tb-megamenu .nav-tabs > .active > a,
.tb-megamenu .nav-tabs > .active > a:hover,
.tb-megamenu .nav-tabs > .active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.tb-megamenu .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tb-megamenu .nav-pills > .active > a,
.tb-megamenu .nav-pills > .active > a:hover,
.tb-megamenu .nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
}
.tb-megamenu .nav-stacked > li {
    float: none;
}
.tb-megamenu .nav-stacked > li > a {
    margin-right: 0;
}
.tb-megamenu .nav-tabs.nav-stacked {
    border-bottom: 0;
}
.tb-megamenu .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.tb-megamenu .nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.tb-megamenu .nav-tabs.nav-stacked > li > a:hover,
.tb-megamenu .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2;
}
.tb-megamenu .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.tb-megamenu .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.tb-megamenu .nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.tb-megamenu .nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.tb-megamenu .nav .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px;
}
.tb-megamenu .nav .dropdown-toggle:hover .caret,
.tb-megamenu .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}
.tb-megamenu .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}
.tb-megamenu .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.tb-megamenu .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}
.tb-megamenu .nav > .dropdown.active > a:hover,
.tb-megamenu .nav > .dropdown.active > a:focus {
    cursor: pointer;
}
.tb-megamenu .nav-tabs .open .dropdown-toggle,
.tb-megamenu .nav-pills .open .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > a:focus {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
.tb-megamenu .nav li.dropdown.open .caret,
.tb-megamenu .nav li.dropdown.open.active .caret,
.tb-megamenu .nav li.dropdown.open a:hover .caret,
.tb-megamenu .nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tb-megamenu .tabs-stacked .open > a:hover,
.tb-megamenu .tabs-stacked .open > a:focus {
    border-color: #999999;
}
.tb-megamenu .tabbable {
    *zoom: 1;
}
.tb-megamenu .tabbable:before,
.tb-megamenu .tabbable:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .tabbable:after {
    clear: both;
}
.tb-megamenu .tab-content {
    overflow: auto;
}
.tb-megamenu .tabs-below > .nav-tabs,
.tb-megamenu .tabs-right > .nav-tabs,
.tb-megamenu .tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tb-megamenu .tab-content > .tab-pane,
.tb-megamenu .pill-content > .pill-pane {
    display: none;
}
.tb-megamenu .tab-content > .active,
.tb-megamenu .pill-content > .active {
    display: block;
}
.tb-megamenu .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}
.tb-megamenu .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tb-megamenu .tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tb-megamenu .tabs-below > .nav-tabs > li > a:hover,
.tb-megamenu .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}
.tb-megamenu .tabs-below > .nav-tabs > .active > a,
.tb-megamenu .tabs-below > .nav-tabs > .active > a:hover,
.tb-megamenu .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}
.tb-megamenu .tabs-left > .nav-tabs > li,
.tb-megamenu .tabs-right > .nav-tabs > li {
    float: none;
}
.tb-megamenu .tabs-left > .nav-tabs > li > a,
.tb-megamenu .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tb-megamenu .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.tb-megamenu .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tb-megamenu .tabs-left > .nav-tabs > li > a:hover,
.tb-megamenu .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tb-megamenu .tabs-left > .nav-tabs .active > a,
.tb-megamenu .tabs-left > .nav-tabs .active > a:hover,
.tb-megamenu .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}
.tb-megamenu .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.tb-megamenu .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.tb-megamenu .tabs-right > .nav-tabs > li > a:hover,
.tb-megamenu .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tb-megamenu .tabs-right > .nav-tabs .active > a,
.tb-megamenu .tabs-right > .nav-tabs .active > a:hover,
.tb-megamenu .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}
.tb-megamenu .nav > .disabled > a {
    color: #999999;
}
.tb-megamenu .nav > .disabled > a:hover,
.tb-megamenu .nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}
.tb-megamenu .navbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2;
}
.tb-megamenu .navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#ffffff),
        to(#f2f2f2)
    );
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}
.tb-megamenu .navbar-inner:before,
.tb-megamenu .navbar-inner:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .navbar-inner:after {
    clear: both;
}
.tb-megamenu .navbar .container {
    width: auto;
}
.tb-megamenu .nav-collapse.collapse {
    height: auto;
    overflow: visible;
}
.tb-megamenu .navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
.tb-megamenu .navbar .brand:hover,
.tb-megamenu .navbar .brand:focus {
    text-decoration: none;
}
.tb-megamenu .navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}
.tb-megamenu .navbar-link {
    color: #777777;
}
.tb-megamenu .navbar-link:hover,
.tb-megamenu .navbar-link:focus {
    color: #333333;
}
.tb-megamenu .navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}
.tb-megamenu .navbar .btn,
.tb-megamenu .navbar .btn-group {
    margin-top: 5px;
}
.tb-megamenu .navbar .btn-group .btn,
.tb-megamenu .navbar .input-prepend .btn,
.tb-megamenu .navbar .input-append .btn,
.tb-megamenu .navbar .input-prepend .btn-group,
.tb-megamenu .navbar .input-append .btn-group {
    margin-top: 0;
}
.tb-megamenu .navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}
.tb-megamenu .navbar-form:before,
.tb-megamenu .navbar-form:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .navbar-form:after {
    clear: both;
}
.tb-megamenu .navbar-form input,
.tb-megamenu .navbar-form select,
.tb-megamenu .navbar-form .radio,
.tb-megamenu .navbar-form .checkbox {
    margin-top: 5px;
}
.tb-megamenu .navbar-form input,
.tb-megamenu .navbar-form select,
.tb-megamenu .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}
.tb-megamenu .navbar-form input[type='image'],
.tb-megamenu .navbar-form input[type='checkbox'],
.tb-megamenu .navbar-form input[type='radio'] {
    margin-top: 3px;
}
.tb-megamenu .navbar-form .input-append,
.tb-megamenu .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}
.tb-megamenu .navbar-form .input-append input,
.tb-megamenu .navbar-form .input-prepend input {
    margin-top: 0;
}
.tb-megamenu .navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}
.tb-megamenu .navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.tb-megamenu .navbar-static-top {
    position: static;
    margin-bottom: 0;
}
.tb-megamenu .navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .navbar-fixed-top,
.tb-megamenu .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}
.tb-megamenu .navbar-fixed-top .navbar-inner,
.tb-megamenu .navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}
.tb-megamenu .navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}
.tb-megamenu .navbar-fixed-top .navbar-inner,
.tb-megamenu .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .navbar-static-top .container,
.tb-megamenu .navbar-fixed-top .container,
.tb-megamenu .navbar-fixed-bottom .container {
    width: 940px;
}
.tb-megamenu .navbar-fixed-top {
    top: 0;
}
.tb-megamenu .navbar-fixed-top .navbar-inner,
.tb-megamenu .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.tb-megamenu .navbar-fixed-bottom {
    bottom: 0;
}
.tb-megamenu .navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.tb-megamenu .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.tb-megamenu .navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}
.tb-megamenu .navbar .nav > li {
    float: left;
}
.tb-megamenu .navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
.tb-megamenu .navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}
.tb-megamenu .navbar .nav > li > a:focus,
.tb-megamenu .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}
.tb-megamenu .navbar .nav > .active > a,
.tb-megamenu .navbar .nav > .active > a:hover,
.tb-megamenu .navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.tb-megamenu .navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#f2f2f2),
        to(#e5e5e5)
    );
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.075);
}
.tb-megamenu .navbar .btn-navbar:hover,
.tb-megamenu .navbar .btn-navbar:focus,
.tb-megamenu .navbar .btn-navbar:active,
.tb-megamenu .navbar .btn-navbar.active,
.tb-megamenu .navbar .btn-navbar.disabled,
.tb-megamenu .navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9;
}
.tb-megamenu .navbar .btn-navbar:active,
.tb-megamenu .navbar .btn-navbar.active {
    background-color: #cccccc \9;
}
.tb-megamenu .navbar .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}
.tb-megamenu .navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}
.tb-megamenu .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}
.tb-megamenu .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}
.tb-megamenu .navbar .nav li.dropdown > a:hover .caret,
.tb-megamenu .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}
.tb-megamenu .navbar .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu .navbar .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e5e5e5;
    color: #555555;
}
.tb-megamenu .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}
.tb-megamenu .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu:before,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu:after,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.tb-megamenu .navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#222222),
        to(#111111)
    );
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
    border-color: #252525;
}
.tb-megamenu .navbar-inverse .brand,
.tb-megamenu .navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tb-megamenu .navbar-inverse .brand:hover,
.tb-megamenu .navbar-inverse .nav > li > a:hover,
.tb-megamenu .navbar-inverse .brand:focus,
.tb-megamenu .navbar-inverse .nav > li > a:focus {
    color: #ffffff;
}
.tb-megamenu .navbar-inverse .brand {
    color: #999999;
}
.tb-megamenu .navbar-inverse .navbar-text {
    color: #999999;
}
.tb-megamenu .navbar-inverse .nav > li > a:focus,
.tb-megamenu .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}
.tb-megamenu .navbar-inverse .nav .active > a,
.tb-megamenu .navbar-inverse .nav .active > a:hover,
.tb-megamenu .navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background-color: #111111;
}
.tb-megamenu .navbar-inverse .navbar-link {
    color: #999999;
}
.tb-megamenu .navbar-inverse .navbar-link:hover,
.tb-megamenu .navbar-inverse .navbar-link:focus {
    color: #ffffff;
}
.tb-megamenu .navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}
.tb-megamenu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}
.tb-megamenu .navbar-inverse .nav li.dropdown > a:hover .caret,
.tb-megamenu .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.tb-megamenu .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}
.tb-megamenu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu
    .navbar-inverse
    .nav
    li.dropdown.open.active
    > .dropdown-toggle
    .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}
.tb-megamenu
    .navbar-inverse
    .navbar-search
    .search-query:-ms-input-placeholder {
    color: #cccccc;
}
.tb-megamenu
    .navbar-inverse
    .navbar-search
    .search-query::-webkit-input-placeholder {
    color: #cccccc;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:focus,
.tb-megamenu .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0;
}
.tb-megamenu .navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#151515),
        to(#040404)
    );
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .navbar-inverse .btn-navbar:hover,
.tb-megamenu .navbar-inverse .btn-navbar:focus,
.tb-megamenu .navbar-inverse .btn-navbar:active,
.tb-megamenu .navbar-inverse .btn-navbar.active,
.tb-megamenu .navbar-inverse .btn-navbar.disabled,
.tb-megamenu .navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
    *background-color: #000000;
}
.tb-megamenu .navbar-inverse .btn-navbar:active,
.tb-megamenu .navbar-inverse .btn-navbar.active {
    background-color: #000000 \9;
}
.tb-megamenu .dropup,
.tb-megamenu .dropdown {
    position: relative;
}
.tb-megamenu .dropdown-toggle {
    *margin-bottom: -3px;
}
.tb-megamenu .dropdown-toggle:active,
.tb-megamenu .open .dropdown-toggle {
    outline: 0;
}
.tb-megamenu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
}
.tb-megamenu .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.tb-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.tb-megamenu .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.tb-megamenu .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.tb-megamenu .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.tb-megamenu .dropdown-menu > li > a:hover,
.tb-megamenu .dropdown-menu > li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a,
.tb-megamenu .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#0088cc),
        to(#0077b3)
    );
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
.tb-megamenu .dropdown-menu > .active > a,
.tb-megamenu .dropdown-menu > .active > a:hover,
.tb-megamenu .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#0088cc),
        to(#0077b3)
    );
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
.tb-megamenu .dropdown-menu > .disabled > a,
.tb-megamenu .dropdown-menu > .disabled > a:hover,
.tb-megamenu .dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.tb-megamenu .dropdown-menu > .disabled > a:hover,
.tb-megamenu .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: default;
}
.tb-megamenu .open {
    *z-index: 1000;
}
.tb-megamenu .open > .dropdown-menu {
    display: block;
}
.tb-megamenu .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.tb-megamenu .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.tb-megamenu .dropup .caret,
.tb-megamenu .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: '';
}
.tb-megamenu .dropup .dropdown-menu,
.tb-megamenu .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.tb-megamenu .dropdown-submenu {
    position: relative;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.tb-megamenu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.tb-megamenu .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}
.tb-megamenu .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.tb-megamenu .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.tb-megamenu .dropdown-submenu.pull-left {
    float: none;
}
.tb-megamenu .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.tb-megamenu .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
.tb-megamenu .typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tb-megamenu .accordion {
    margin-bottom: 20px;
}
.tb-megamenu .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tb-megamenu .accordion-heading {
    border-bottom: 0;
}
.tb-megamenu .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.tb-megamenu .accordion-toggle {
    cursor: pointer;
}
.tb-megamenu .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
@-ms-viewport {
    width: device-width;
}
.tb-megamenu .hidden {
    display: none;
    visibility: hidden;
}
.tb-megamenu .visible-phone {
    display: none !important;
}
.tb-megamenu .visible-tablet {
    display: none !important;
}
.tb-megamenu .hidden-desktop {
    display: none !important;
}
.tb-megamenu .visible-desktop {
    display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
    .tb-megamenu .hidden-desktop {
        display: inherit !important;
    }
    .tb-megamenu .visible-desktop {
        display: none !important;
    }
    .tb-megamenu .visible-tablet {
        display: inherit !important;
    }
    .tb-megamenu .hidden-tablet {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .tb-megamenu .hidden-desktop {
        display: inherit !important;
    }
    .tb-megamenu .visible-desktop {
        display: none !important;
    }
    .tb-megamenu .visible-phone {
        display: inherit !important;
    }
    .tb-megamenu .hidden-phone {
        display: none !important;
    }
}
.tb-megamenu .visible-print {
    display: none !important;
}
@media print {
    .tb-megamenu .visible-print {
        display: inherit !important;
    }
    .tb-megamenu .hidden-print {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .tb-megamenu body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tb-megamenu .navbar-fixed-top,
    .tb-megamenu .navbar-fixed-bottom,
    .tb-megamenu .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }
    .tb-megamenu .container-fluid {
        padding: 0;
    }
    .tb-megamenu .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }
    .tb-megamenu .dl-horizontal dd {
        margin-left: 0;
    }
    .tb-megamenu .container {
        width: auto;
    }
    .tb-megamenu .row-fluid {
        width: 100%;
    }
    .tb-megamenu .row,
    .tb-megamenu .thumbnails {
        margin-left: 0;
    }
    .tb-megamenu .thumbnails > li {
        float: none;
        margin-left: 0;
    }
    .tb-megamenu [class*='span'],
    .tb-megamenu .uneditable-input[class*='span'],
    .tb-megamenu .row-fluid [class*='span'] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tb-megamenu .span12,
    .tb-megamenu .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tb-megamenu .row-fluid [class*='offset']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .input-large,
    .tb-megamenu .input-xlarge,
    .tb-megamenu .input-xxlarge,
    .tb-megamenu input[class*='span'],
    .tb-megamenu select[class*='span'],
    .tb-megamenu textarea[class*='span'],
    .tb-megamenu .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tb-megamenu .input-prepend input,
    .tb-megamenu .input-append input,
    .tb-megamenu .input-prepend input[class*='span'],
    .tb-megamenu .input-append input[class*='span'] {
        display: inline-block;
        width: auto;
    }
    .tb-megamenu .controls-row [class*='span'] + [class*='span'] {
        margin-left: 0;
    }
    .tb-megamenu .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
    .tb-megamenu .modal.fade {
        top: -100px;
    }
    .tb-megamenu .modal.fade.in {
        top: 20px;
    }
}
@media (max-width: 480px) {
    .tb-megamenu .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }
    .tb-megamenu .page-header h1 small {
        display: block;
        line-height: 20px;
    }
    .tb-megamenu input[type='checkbox'],
    .tb-megamenu input[type='radio'] {
        border: 1px solid #ccc;
    }
    .tb-megamenu .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    .tb-megamenu .form-horizontal .controls {
        margin-left: 0;
    }
    .tb-megamenu .form-horizontal .control-list {
        padding-top: 0;
    }
    .tb-megamenu .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tb-megamenu .media .pull-left,
    .tb-megamenu .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .tb-megamenu .media-object {
        margin-right: 0;
        margin-left: 0;
    }
    .tb-megamenu .modal {
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .tb-megamenu .modal-header .close {
        padding: 10px;
        margin: -10px;
    }
    .tb-megamenu .carousel-caption {
        position: static;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .tb-megamenu .row {
        margin-left: -20px;
        *zoom: 1;
    }
    .tb-megamenu .row:before,
    .tb-megamenu .row:after {
        display: table;
        content: '';
        line-height: 0;
    }
    .tb-megamenu .row:after {
        clear: both;
    }
    .tb-megamenu [class*='span'] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }
    .tb-megamenu .row-fluid {
        width: 100%;
        *zoom: 1;
    }
    .tb-megamenu .row-fluid:before,
    .tb-megamenu .row-fluid:after {
        display: table;
        content: '';
        line-height: 0;
    }
    .tb-megamenu .row-fluid:after {
        clear: both;
    }
    .tb-megamenu .row-fluid [class*='span'] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
    }
    .tb-megamenu .row-fluid [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .row-fluid .controls-row [class*='span'] + [class*='span'] {
        margin-left: 2.7624309392265194%;
    }
    .tb-megamenu .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }
    .tb-megamenu .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%;
    }
    .tb-megamenu .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%;
    }
    .tb-megamenu .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%;
    }
    .tb-megamenu .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%;
    }
    .tb-megamenu .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%;
    }
    .tb-megamenu .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%;
    }
    .tb-megamenu .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%;
    }
    .tb-megamenu .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%;
    }
    .tb-megamenu .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%;
    }
    .tb-megamenu .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%;
    }
    .tb-megamenu .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%;
    }
    .tb-megamenu .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%;
    }
    .tb-megamenu .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%;
    }
    .tb-megamenu .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%;
    }
    .tb-megamenu .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%;
    }
    .tb-megamenu .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%;
    }
    .tb-megamenu .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%;
    }
    .tb-megamenu .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%;
    }
    .tb-megamenu .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%;
    }
    .tb-megamenu .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%;
    }
    .tb-megamenu .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%;
    }
    .tb-megamenu .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%;
    }
    .tb-megamenu .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%;
    }
    .tb-megamenu .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%;
    }
    .tb-megamenu .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%;
    }
    .tb-megamenu .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%;
    }
    .tb-megamenu .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%;
    }
    .tb-megamenu .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%;
    }
    .tb-megamenu .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%;
    }
    .tb-megamenu .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%;
    }
    .tb-megamenu .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%;
    }
    .tb-megamenu .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%;
    }
    .tb-megamenu .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%;
    }
    .tb-megamenu .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%;
    }
    .tb-megamenu .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%;
    }
    .tb-megamenu input,
    .tb-megamenu textarea,
    .tb-megamenu .uneditable-input {
        margin-left: 0;
    }
    .tb-megamenu .controls-row [class*='span'] + [class*='span'] {
        margin-left: 20px;
    }
}
@media (min-width: 1200px) {
    .tb-megamenu .row {
        margin-left: -30px;
        *zoom: 1;
    }
    .tb-megamenu .row:before,
    .tb-megamenu .row:after {
        display: table;
        content: '';
        line-height: 0;
    }
    .tb-megamenu .row:after {
        clear: both;
    }
    .tb-megamenu [class*='span'] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
    .tb-megamenu .row-fluid {
        width: 100%;
        *zoom: 1;
    }
    .tb-megamenu .row-fluid:before,
    .tb-megamenu .row-fluid:after {
        display: table;
        content: '';
        line-height: 0;
    }
    .tb-megamenu .row-fluid:after {
        clear: both;
    }
    .tb-megamenu .row-fluid [class*='span'] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
    }
    .tb-megamenu .row-fluid [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .row-fluid .controls-row [class*='span'] + [class*='span'] {
        margin-left: 2.564102564102564%;
    }
    .tb-megamenu .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }
    .tb-megamenu .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%;
    }
    .tb-megamenu .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%;
    }
    .tb-megamenu .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%;
    }
    .tb-megamenu .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%;
    }
    .tb-megamenu .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%;
    }
    .tb-megamenu .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%;
    }
    .tb-megamenu .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%;
    }
    .tb-megamenu .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%;
    }
    .tb-megamenu .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%;
    }
    .tb-megamenu .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%;
    }
    .tb-megamenu .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%;
    }
    .tb-megamenu .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%;
    }
    .tb-megamenu .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        *margin-left: 102.45771958537915%;
    }
    .tb-megamenu .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%;
    }
    .tb-megamenu .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        *margin-left: 93.91071103837061%;
    }
    .tb-megamenu .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%;
    }
    .tb-megamenu .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        *margin-left: 85.36370249136206%;
    }
    .tb-megamenu .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%;
    }
    .tb-megamenu .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        *margin-left: 76.81669394435352%;
    }
    .tb-megamenu .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%;
    }
    .tb-megamenu .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        *margin-left: 68.26968539734497%;
    }
    .tb-megamenu .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%;
    }
    .tb-megamenu .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        *margin-left: 59.72267685033642%;
    }
    .tb-megamenu .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%;
    }
    .tb-megamenu .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        *margin-left: 51.175668303327875%;
    }
    .tb-megamenu .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%;
    }
    .tb-megamenu .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        *margin-left: 42.62865975631933%;
    }
    .tb-megamenu .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%;
    }
    .tb-megamenu .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        *margin-left: 34.081651209310785%;
    }
    .tb-megamenu .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%;
    }
    .tb-megamenu .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        *margin-left: 25.53464266230224%;
    }
    .tb-megamenu .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%;
    }
    .tb-megamenu .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        *margin-left: 16.98763411529369%;
    }
    .tb-megamenu .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%;
    }
    .tb-megamenu .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        *margin-left: 8.440625568285142%;
    }
    .tb-megamenu input,
    .tb-megamenu textarea,
    .tb-megamenu .uneditable-input {
        margin-left: 0;
    }
    .tb-megamenu .controls-row [class*='span'] + [class*='span'] {
        margin-left: 30px;
    }
    .tb-megamenu .thumbnails {
        margin-left: -30px;
    }
    .tb-megamenu .thumbnails > li {
        margin-left: 30px;
    }
    .tb-megamenu .row-fluid .thumbnails {
        margin-left: 0;
    }
}
@media (max-width: 979px) {
    .tb-megamenu body {
        padding-top: 0;
    }
    .tb-megamenu .navbar-fixed-top,
    .tb-megamenu .navbar-fixed-bottom {
        position: static;
    }
    .tb-megamenu .navbar-fixed-top {
        margin-bottom: 20px;
    }
    .tb-megamenu .navbar-fixed-bottom {
        margin-top: 20px;
    }
    .tb-megamenu .navbar-fixed-top .navbar-inner,
    .tb-megamenu .navbar-fixed-bottom .navbar-inner {
        padding: 5px;
    }
    .tb-megamenu .navbar .container {
        width: auto;
        padding: 0;
    }
    .tb-megamenu .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px;
    }
    .tb-megamenu .nav-collapse {
        clear: both;
    }
    .tb-megamenu .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .tb-megamenu .nav-collapse .nav > li {
        float: none;
    }
    .tb-megamenu .nav-collapse .nav > li > a {
        margin-bottom: 2px;
    }
    .tb-megamenu .nav-collapse .nav > .divider-vertical {
        display: none;
    }
    .tb-megamenu .nav-collapse .nav .nav-header {
        color: #777777;
        text-shadow: none;
    }
    .tb-megamenu .nav-collapse .nav > li > a,
    .tb-megamenu .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .tb-megamenu .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .tb-megamenu .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px;
    }
    .tb-megamenu .nav-collapse .nav > li > a:hover,
    .tb-megamenu .nav-collapse .nav > li > a:focus,
    .tb-megamenu .nav-collapse .dropdown-menu a:hover,
    .tb-megamenu .nav-collapse .dropdown-menu a:focus {
        background-color: #f2f2f2;
    }
    .tb-megamenu .navbar-inverse .nav-collapse .nav > li > a,
    .tb-megamenu .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999999;
    }
    .tb-megamenu .navbar-inverse .nav-collapse .nav > li > a:hover,
    .tb-megamenu .navbar-inverse .nav-collapse .nav > li > a:focus,
    .tb-megamenu .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .tb-megamenu .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #111111;
    }
    .tb-megamenu .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0;
    }
    .tb-megamenu .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .tb-megamenu .nav-collapse .open > .dropdown-menu {
        display: block;
    }
    .tb-megamenu .nav-collapse .dropdown-menu:before,
    .tb-megamenu .nav-collapse .dropdown-menu:after {
        display: none;
    }
    .tb-megamenu .nav-collapse .dropdown-menu .divider {
        display: none;
    }
    .tb-megamenu .nav-collapse .nav > li > .dropdown-menu:before,
    .tb-megamenu .nav-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }
    .tb-megamenu .nav-collapse .navbar-form,
    .tb-megamenu .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-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);
    }
    .tb-megamenu .navbar-inverse .nav-collapse .navbar-form,
    .tb-megamenu .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111;
    }
    .tb-megamenu .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }
    .tb-megamenu .nav-collapse,
    .tb-megamenu .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }
    .tb-megamenu .navbar .btn-navbar {
        display: block;
    }
    .tb-megamenu .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 980px) {
    .tb-megamenu .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
}
.tb-megamenu .clearfix {
    *zoom: 1;
}
.tb-megamenu .clearfix:before,
.tb-megamenu .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .clearfix:after {
    clear: both;
}
.tb-megamenu .mega-inner {
    padding: 10px;
    *zoom: 1;
}
.tb-megamenu .mega-inner:before,
.tb-megamenu .mega-inner:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .mega-inner:after {
    clear: both;
}
.tb-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}
.tb-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: none;
}
.tb-megamenu .mega.open > .mega-dropdown-menu,
.tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
    display: block;
}
.tb-megamenu .mega-group {
    *zoom: 1;
}
.tb-megamenu .mega-group:before,
.tb-megamenu .mega-group:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .mega-group:after {
    clear: both;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    background: inherit;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: 0;
    text-transform: uppercase;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu
    .dropdown-menu
    .active
    .mega-nav
    .mega-group
    > .mega-group-title:hover,
.tb-megamenu .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu
    .dropdown-menu
    .active
    .mega-nav
    .mega-group
    > .mega-group-title:active,
.tb-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.tb-megamenu
    .dropdown-menu
    .active
    .mega-nav
    .mega-group
    > .mega-group-title:focus {
    background: inherit;
    color: inherit;
}
.tb-megamenu .mega-group-ct {
    margin: 0;
    padding: 0;
    *zoom: 1;
}
.tb-megamenu .mega-group-ct:before,
.tb-megamenu .mega-group-ct:after {
    display: table;
    content: '';
    line-height: 0;
}
.tb-megamenu .mega-group-ct:after {
    clear: both;
}
.tb-megamenu .mega-group-ct > .row-fluid > [class*='span'] > .mega-inner {
    padding: 0;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 10px;
}
.tb-megamenu .mega-nav,
.tb-megamenu .dropdown-menu .mega-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tb-megamenu .mega-nav > li,
.tb-megamenu .dropdown-menu .mega-nav > li {
    display: block;
    float: none;
    list-style: none;
    margin-left: 0;
}
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a {
    white-space: normal;
}
.tb-megamenu .mega-group > .mega-nav,
.tb-megamenu .dropdown-menu .mega-group > .mega-nav {
    margin-left: -5px;
    margin-right: -5px;
}
.tb-megamenu .mega-nav .dropdown-submenu > a::after {
    margin-right: 5px;
}
.tb-megamenu .tb-block {
    margin-bottom: 10px;
}
.tb-megamenu .tb-block .block-title {
    margin-bottom: 0;
}
.tb-megamenu .tb-block .block-ct {
    margin: 0;
    padding: 0;
}
.tb-megamenu .nav .caret,
.tb-megamenu .dropdown-submenu .caret,
.tb-megamenu .mega-menu .caret {
    display: none;
}
.tb-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: inline-block;
}
.tb-megamenu .nav {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tb-megamenu .nav > li > a {
    display: block;
}
.tb-megamenu .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.tb-megamenu .nav > .pull-right {
    float: right;
}
.tb-megamenu .dropup,
.tb-megamenu .dropdown {
    position: relative;
}
.tb-megamenu .dropdown-toggle {
    *margin-bottom: -3px;
}
.tb-megamenu .dropdown-toggle:active,
.tb-megamenu .open .dropdown-toggle {
    outline: 0;
}
.tb-megamenu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
}
.tb-megamenu .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.tb-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.tb-megamenu .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.tb-megamenu .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}
.tb-megamenu .dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #08c;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#08c),
        to(#0077b3)
    );
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0);
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #08c;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#08c),
        to(#0077b3)
    );
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0);
}
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover {
    color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}
.tb-megamenu .open {
    *z-index: 1000;
}
.tb-megamenu .open > .dropdown-menu {
    display: block;
}
.tb-megamenu .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.tb-megamenu .dropup .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: '\2191';
}
.tb-megamenu .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.tb-megamenu .dropdown-submenu {
    position: relative;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.tb-megamenu .dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.tb-megamenu .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.tb-megamenu .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.tb-megamenu .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
.tb-megamenu .mega-align-left > .dropdown-menu {
    left: 0;
}
.tb-megamenu .mega-align-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.tb-megamenu .mega-align-center > .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.tb-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
    left: 100%;
}
.tb-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
    left: auto;
    right: 100%;
}
.tb-megamenu .mega-align-justify {
    position: static;
}
.tb-megamenu .mega-align-justify > .dropdown-menu {
    left: 0;
    margin-left: 0;
    top: auto;
}
.tb-megamenu .mega-align-justify > .dropdown-menu.span12 {
    width: 100%;
}
.tb-megamenu .mega-caption {
    display: block;
    white-space: nowrap;
}
.tb-megamenu .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.tb-megamenu .fade.in {
    opacity: 1;
}
.tb-megamenu .collapse {
    position: relative;
    height: 0;
    overflow: visible;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.tb-megamenu .collapse.in {
    height: auto;
}
.tb-megamenu .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.tb-megamenu .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.tb-megamenu button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.tb-megamenu .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#fff),
        to(#e6e6e6)
    );
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: 0.3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn:hover,
.tb-megamenu .btn:active,
.tb-megamenu .btn.active,
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.tb-megamenu .btn:active,
.tb-megamenu .btn.active {
    background-color: #cccccc \9;
}
.tb-megamenu .btn:first-child {
    *margin-left: 0;
}
.tb-megamenu .btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.tb-megamenu .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.tb-megamenu .btn.active,
.tb-megamenu .btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tb-megamenu .btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#ee5f5b),
        to(#bd362f)
    );
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-danger:hover,
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-danger.disabled,
.tb-megamenu .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a;
}
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active {
    background-color: #942a25 \9;
}
.tb-megamenu .btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#62c462),
        to(#51a351)
    );
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-success:hover,
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-success.disabled,
.tb-megamenu .btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249;
}
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active {
    background-color: #408140 \9;
}
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active {
    color: rgba(255, 255, 255, 0.75);
}
.tb-megamenu .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tb-megamenu .btn-block + .btn-block {
    margin-top: 5px;
}
.tb-megamenu .btn-primary.active,
.tb-megamenu .btn-warning.active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-info.active,
.tb-megamenu .btn-inverse.active {
    color: rgba(255, 255, 255, 0.95);
}
.tb-megamenu .btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.tb-megamenu button.btn,
.tb-megamenu input[type='submit'].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
.tb-megamenu button.btn::-moz-focus-inner,
.tb-megamenu input[type='submit'].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.tb-megamenu .btn-group {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    *margin-left: 0.3em;
}
.tb-megamenu .btn-group:first-child {
    *margin-left: 0;
}
.tb-megamenu .btn-group + .btn-group {
    margin-left: 5px;
}
.tb-megamenu .btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .btn-group > .btn + .btn {
    margin-left: -1px;
}
.tb-megamenu .btn-group > .btn,
.tb-megamenu .btn-group > .dropdown-menu {
}
.tb-megamenu .btn-group > .btn.first,
.tb-megamenu .btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.tb-megamenu .btn-group > .btn.last,
.tb-megamenu .btn-group > .btn:last-child,
.tb-megamenu .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.tb-megamenu .btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.tb-megamenu .btn-group > .btn.large:last-child,
.tb-megamenu .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.tb-megamenu .btn-group > .btn:hover,
.tb-megamenu .btn-group > .btn:focus,
.tb-megamenu .btn-group > .btn:active,
.tb-megamenu .btn-group > .btn.active {
    z-index: 2;
}
.tb-megamenu .btn-group .dropdown-toggle:active,
.tb-megamenu .btn-group.open .dropdown-toggle {
    outline: 0;
}
.tb-megamenu .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}
.tb-megamenu .btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
.tb-megamenu a.disabled,
.tb-megamenu a.disabled:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}
#tb-megamenu-admin fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.tb-megamenu legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.tb-megamenu legend small {
    font-size: 13.5px;
    color: #999;
}
.tb-megamenu label,
.tb-megamenu input,
.tb-megamenu button,
.tb-megamenu select,
.tb-megamenu textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
.tb-megamenu input,
.tb-megamenu button,
.tb-megamenu select,
.tb-megamenu textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tb-megamenu label {
    display: block;
    margin-bottom: 5px;
}
.tb-megamenu select,
.tb-megamenu textarea,
.tb-megamenu input[type='text'],
.tb-megamenu input[type='password'],
.tb-megamenu input[type='datetime'],
.tb-megamenu input[type='datetime-local'],
.tb-megamenu input[type='date'],
.tb-megamenu input[type='month'],
.tb-megamenu input[type='time'],
.tb-megamenu input[type='week'],
.tb-megamenu input[type='number'],
.tb-megamenu input[type='email'],
.tb-megamenu input[type='url'],
.tb-megamenu input[type='search'],
.tb-megamenu input[type='tel'],
.tb-megamenu input[type='color'],
.tb-megamenu .uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tb-megamenu input,
.tb-megamenu textarea {
    width: 170px;
}
.tb-megamenu textarea {
    height: auto;
}
.tb-megamenu textarea,
.tb-megamenu input[type='text'],
.tb-megamenu input[type='password'],
.tb-megamenu input[type='datetime'],
.tb-megamenu input[type='datetime-local'],
.tb-megamenu input[type='date'],
.tb-megamenu input[type='month'],
.tb-megamenu input[type='time'],
.tb-megamenu input[type='week'],
.tb-megamenu input[type='number'],
.tb-megamenu input[type='email'],
.tb-megamenu input[type='url'],
.tb-megamenu input[type='search'],
.tb-megamenu input[type='tel'],
.tb-megamenu input[type='color'],
.tb-megamenu .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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 linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.tb-megamenu textarea:focus,
.tb-megamenu input[type='text']:focus,
.tb-megamenu input[type='password']:focus,
.tb-megamenu input[type='datetime']:focus,
.tb-megamenu input[type='datetime-local']:focus,
.tb-megamenu input[type='date']:focus,
.tb-megamenu input[type='month']:focus,
.tb-megamenu input[type='time']:focus,
.tb-megamenu input[type='week']:focus,
.tb-megamenu input[type='number']:focus,
.tb-megamenu input[type='email']:focus,
.tb-megamenu input[type='url']:focus,
.tb-megamenu input[type='search']:focus,
.tb-megamenu input[type='tel']:focus,
.tb-megamenu input[type='color']:focus,
.tb-megamenu .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(82, 168, 236, 0.6);
}
.tb-megamenu input[type='radio'],
.tb-megamenu input[type='checkbox'] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal;
    cursor: pointer;
}
.tb-megamenu input[type='file'],
.tb-megamenu input[type='image'],
.tb-megamenu input[type='submit'],
.tb-megamenu input[type='reset'],
.tb-megamenu input[type='button'],
.tb-megamenu input[type='radio'],
.tb-megamenu input[type='checkbox'] {
    width: auto;
}
.tb-megamenu select,
.tb-megamenu input[type='file'] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}
.tb-megamenu select {
    width: 220px;
    border: 1px solid #bbb;
    background-color: #fff;
}
.tb-megamenu select[multiple],
.tb-megamenu select[size] {
    height: auto;
}
.tb-megamenu select:focus,
.tb-megamenu input[type='file']:focus,
.tb-megamenu input[type='radio']:focus,
.tb-megamenu input[type='checkbox']:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
@media (max-width: 979px) {
    .tb-megamenu .navbar .brand {
        font-size: 13px;
    }
    .tb-megamenu .navbar .nav {
        margin: 0 2px 0 0;
    }
    .tb-megamenu .navbar .nav > li > a {
        padding: 6px;
    }
    .tb-megamenu .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .tb-megamenu .page-title {
        text-align: center;
    }
    .tb-megamenu .navbar-search.pull-right {
        float: none;
        text-align: center;
    }
    .tb-megamenu .subhead-fixed {
        position: static;
        width: auto;
    }
    .tb-megamenu .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 738px) {
    .tb-megamenu body {
        padding-top: 30px;
    }
}
@media (max-width: 738px) {
    .tb-megamenu .navbar .brand {
        font-size: 16px;
    }
}
.tb-megamenu .btn-subhead {
    display: none;
}
@media (min-width: 481px) {
    .tb-megamenu #filter-bar {
        height: 29px;
    }
}
@media (max-width: 480px) {
    .table th:nth-of-type(n + 5),
    .table th:nth-of-type(3),
    .table th:nth-of-type(2),
    .table td:nth-of-type(n + 5),
    .table td:nth-of-type(2),
    .table td:nth-of-type(3) {
        white-space: normal;
    }
    .tb-megamenu .pagination a {
        padding: 5px;
    }
    .tb-megamenu .btn-group.divider,
    .tb-megamenu .header .row-fluid .span3,
    .tb-megamenu .header .row-fluid .span7,
    .tb-megamenu .subhead-collapse {
        display: none;
    }
    .tb-megamenu .btn {
        font-size: 11px;
        padding: 1px 4px 2px 4px;
    }
    .tb-megamenu .navbar .btn {
        margin: 0;
    }
    .tb-megamenu .btn-subhead {
        display: block;
        margin: 10px 0;
    }
    .tb-megamenu .chzn-container,
    .tb-megamenu .chzn-container .chzn-results,
    .tb-megamenu .chzn-container-single .chzn-drop,
    .tb-megamenu .btn-toolbar > .btn-group,
    .tb-megamenu .btn-toolbar > .btn-group > .btn {
        width: 99% !important;
    }
    .tb-megamenu .login .chzn-single {
        width: 222px !important;
    }
    .tb-megamenu .login .chzn-container,
    .tb-megamenu .login .chzn-drop {
        width: 230px !important;
    }
}
@media (max-width: 738px) {
    .tb-megamenu .navbar .brand {
        margin-top: 2px;
    }
    .tb-megamenu .navbar .btn-navbar {
        margin-top: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
    }
    .tb-megamenu .nav-collapse .nav .nav-header {
        color: #fff;
    }
    .tb-megamenu .nav-collapse.collapse.in {
        height: auto !important;
    }
    .tb-megamenu .nav-collapse .nav,
    .tb-megamenu .navbar .nav-collapse .nav.pull-right {
        margin: 0;
    }
    .tb-megamenu .nav-collapse .dropdown-menu {
        margin: 0;
    }
    .tb-megamenu .nav-collapse .nav li a {
        margin-bottom: 0;
        border-top: 1px solid #d9d9d9;
    }
    .tb-megamenu .nav-collapse .nav li ul li ul.dropdown-menu,
    .tb-megamenu .nav-collapse .nav li ul li:hover ul.dropdown-menu,
    .tb-megamenu .nav-collapse .caret {
        display: none !important;
    }
    .tb-megamenu .nav-collapse .nav > li > a,
    .tb-megamenu .nav-collapse .dropdown-menu a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::before,
    .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::after,
    .tb-megamenu .navbar .nav-collapse .dropdown-submenu > a::after {
        display: none;
    }
    .tb-megamenu .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 0;
    }
}
.tb-megamenu {
    background-color: #000;
}
.tb-megamenu:before,
.tb-megamenu:after {
    content: '';
    display: table;
    line-height: 0;
}
.tb-megamenu:after {
    clear: both;
}
.tb-megamenu .nav {
    margin: 0;
}
.tb-megamenu .nav > li {
    float: left;
    margin-left: 0;
}
.tb-megamenu .nav > li > a {
    border-right: 1px solid #222;
    border-top: 0;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    text-shadow: none;
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
    background-color: #fff;
    color: #e54e4b;
    text-decoration: none;
    text-shadow: none;
    outline: none;
}
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
    background-color: #e54e4b;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.tb-megamenu .btn-navbar {
    display: none;
    float: left;
    padding: 10px;
    margin: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e8e8e8;
    *background-color: #d9d9d9;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.075);
}
.tb-megamenu .btn-navbar:hover,
.tb-megamenu .btn-navbar:focus,
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active,
.tb-megamenu .btn-navbar.disabled,
.tb-megamenu .btn-navbar[disabled] {
    color: #fff;
    background-color: #d9d9d9;
    *background-color: #cccccc;
}
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active {
    background-color: #bfbfbf \9;
}
.tb-megamenu .dropdown .caret {
    margin-left: 5px;
    margin-top: 9px;
}
.tb-megamenu .dropdown-menu {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tb-megamenu .dropdown-menu li > a {
    border-top: 1px solid #eee;
    padding: 5px 20px;
    text-shadow: none;
}
.tb-megamenu .dropdown-menu li:first-child > a {
    border-top: 0;
}
.tb-megamenu .mega-nav > li:first-child > a,
.tb-megamenu .dropdown-menu .mega-nav > li:first-child > a {
    margin-top: 0;
    padding-top: 0;
}
.tb-megamenu .nav > li > .dropdown-menu:before {
    display: none;
}
.tb-megamenu .nav > li > .dropdown-menu:after {
    display: none;
}
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover {
    color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a:hover {
    background-color: transparent;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #fff;
    color: #e54e4b;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e54e4b;
    color: #fff;
}
.tb-megamenu .mega-inner {
    padding: 10px;
}
.tb-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #ddd;
}
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 0;
}
.tb-megamenu .mega-nav .dropdown-submenu > a::after {
    margin-right: 0;
}
.tb-megamenu .tb-block .block-title {
    font-size: 12px;
    color: #333;
    display: block;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.tb-megamenu .tb-block ul,
.tb-megamenu .tb-block .nav {
    margin: 0;
}
.tb-megamenu .tb-block ul li,
.tb-megamenu .tb-block .nav li {
    background: none;
    list-style: disc;
    display: list-item;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.tb-megamenu .tb-block ul li a,
.tb-megamenu .tb-block .nav li a {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    background: none;
    font: inherit;
    white-space: normal;
}
.tb-megamenu .tb-block ul li a:hover,
.tb-megamenu .tb-block ul li a:focus,
.tb-megamenu .tb-block ul li a:active,
.tb-megamenu .tb-block .nav li a:hover,
.tb-megamenu .tb-block .nav li a:focus,
.tb-megamenu .tb-block .nav li a:active {
    background: none;
    font: inherit;
}
.tb-megamenu .mega-caption {
    color: #999;
    font-size: 12px;
    margin-top: 3px;
    font-weight: normal;
}
.tb-megamenu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
}
.tb-megamenu .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.tb-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #e65855;
    border-top: none;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.tb-megamenu .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.tb-megamenu .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}
.tb-megamenu .dropdown-menu li > a {
    clear: both;
    color: #333;
    display: block;
    line-height: 20px;
    font-weight: normal;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
    background-color: inherit;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #e54e4b;
    text-decoration: none;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
    color: #eee;
    text-decoration: none;
    outline: 0;
    background-color: #e54e4b;
}
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover {
    color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}
.tb-megamenu .open {
    *z-index: 1000;
}
.tb-megamenu .open > .dropdown-menu {
    display: block;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: #e54e4b;
    border-color: #444;
    color: #eee;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #666;
    border-bottom-color: #666;
    margin-top: 8px;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle:hover .caret {
    border-top-color: #eee;
    border-bottom-color: #eee;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #eee;
    border-bottom-color: #eee;
}
.tb-megamenu .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.tb-megamenu .dropup .caret,
.tb-megamenu .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: '';
}
.tb-megamenu .dropup .dropdown-menu,
.tb-megamenu .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.tb-megamenu .dropdown-submenu {
    position: relative;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.tb-megamenu .touch .dropdown-submenu:hover > .dropdown-menu {
    display: none;
}
.tb-megamenu .touch .dropdown-submenu.open > .dropdown-menu {
    display: block;
}
.tb-megamenu .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tb-megamenu .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.tb-megamenu .dropdown-submenu:hover > a:after {
    border-left-color: #eee;
}
.tb-megamenu .dropdown-submenu.pull-left {
    float: none;
}
.tb-megamenu .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.tb-megamenu .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 980px) and (max-width: 1199px) {
    .tb-megamenu .row {
        margin-left: -40px;
        *zoom: 1;
    }
    .tb-megamenu .row:before,
    .tb-megamenu .row:after {
        display: table;
        content: '';
        line-height: 0;
    }
    .tb-megamenu .row:after {
        clear: both;
    }
    .tb-megamenu [class*='span'] {
        float: left;
        min-height: 1px;
        margin-left: 40px;
    }
    .tb-megamenu .container,
    .tb-megamenu .navbar-static-top .container,
    .tb-megamenu .navbar-fixed-top .container,
    .tb-megamenu .navbar-fixed-bottom .container {
        width: 932px;
    }
    .tb-megamenu .span12 {
        width: 932px;
    }
    .tb-megamenu .span11 {
        width: 851px;
    }
    .tb-megamenu .span10 {
        width: 770px;
    }
    .tb-megamenu .span9 {
        width: 689px;
    }
    .tb-megamenu .span8 {
        width: 608px;
    }
    .tb-megamenu .span7 {
        width: 527px;
    }
    .tb-megamenu .span6 {
        width: 446px;
    }
    .tb-megamenu .span5 {
        width: 365px;
    }
    .tb-megamenu .span4 {
        width: 284px;
    }
    .tb-megamenu .span3 {
        width: 203px;
    }
    .tb-megamenu .span2 {
        width: 122px;
    }
    .tb-megamenu .span1 {
        width: 41px;
    }
    .tb-megamenu .offset12 {
        margin-left: 1012px;
    }
    .tb-megamenu .offset11 {
        margin-left: 931px;
    }
    .tb-megamenu .offset10 {
        margin-left: 850px;
    }
    .tb-megamenu .offset9 {
        margin-left: 769px;
    }
    .tb-megamenu .offset8 {
        margin-left: 688px;
    }
    .tb-megamenu .offset7 {
        margin-left: 607px;
    }
    .tb-megamenu .offset6 {
        margin-left: 526px;
    }
    .tb-megamenu .offset5 {
        margin-left: 445px;
    }
    .tb-megamenu .offset4 {
        margin-left: 364px;
    }
    .tb-megamenu .offset3 {
        margin-left: 283px;
    }
    .tb-megamenu .offset2 {
        margin-left: 202px;
    }
    .tb-megamenu .offset1 {
        margin-left: 121px;
    }
    .tb-megamenu .row-fluid {
        width: 100%;
        *zoom: 1;
    }
    .tb-megamenu .row-fluid:before,
    .tb-megamenu .row-fluid:after {
        display: table;
        content: '';
        line-height: 0;
    }
    .tb-megamenu .row-fluid:after {
        clear: both;
    }
    .tb-megamenu .row-fluid [class*='span'] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 4.2918454935622%;
        *margin-left: 4.2381974248927%;
    }
    .tb-megamenu .row-fluid [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .row-fluid .controls-row [class*='span'] + [class*='span'] {
        margin-left: 4.2918454935622%;
    }
    .tb-megamenu .row-fluid .span12 {
        width: 100%;
        *width: 99.94635193133%;
    }
    .tb-megamenu .row-fluid .span11 {
        width: 91.309012875536%;
        *width: 91.255364806867%;
    }
    .tb-megamenu .row-fluid .span10 {
        width: 82.618025751073%;
        *width: 82.564377682403%;
    }
    .tb-megamenu .row-fluid .span9 {
        width: 73.927038626609%;
        *width: 73.87339055794%;
    }
    .tb-megamenu .row-fluid .span8 {
        width: 65.236051502146%;
        *width: 65.182403433476%;
    }
    .tb-megamenu .row-fluid .span7 {
        width: 56.545064377682%;
        *width: 56.491416309013%;
    }
    .tb-megamenu .row-fluid .span6 {
        width: 47.854077253219%;
        *width: 47.800429184549%;
    }
    .tb-megamenu .row-fluid .span5 {
        width: 39.163090128755%;
        *width: 39.109442060086%;
    }
    .tb-megamenu .row-fluid .span4 {
        width: 30.472103004292%;
        *width: 30.418454935622%;
    }
    .tb-megamenu .row-fluid .span3 {
        width: 21.781115879828%;
        *width: 21.727467811159%;
    }
    .tb-megamenu .row-fluid .span2 {
        width: 13.090128755365%;
        *width: 13.036480686695%;
    }
    .tb-megamenu .row-fluid .span1 {
        width: 4.3991416309013%;
        *width: 4.3454935622318%;
    }
    .tb-megamenu .row-fluid .offset12 {
        margin-left: 108.58369098712%;
        *margin-left: 108.47639484979%;
    }
    .tb-megamenu .row-fluid .offset12:first-child {
        margin-left: 104.29184549356%;
        *margin-left: 104.18454935622%;
    }
    .tb-megamenu .row-fluid .offset11 {
        margin-left: 99.892703862661%;
        *margin-left: 99.785407725322%;
    }
    .tb-megamenu .row-fluid .offset11:first-child {
        margin-left: 95.600858369099%;
        *margin-left: 95.49356223176%;
    }
    .tb-megamenu .row-fluid .offset10 {
        margin-left: 91.201716738197%;
        *margin-left: 91.094420600858%;
    }
    .tb-megamenu .row-fluid .offset10:first-child {
        margin-left: 86.909871244635%;
        *margin-left: 86.802575107296%;
    }
    .tb-megamenu .row-fluid .offset9 {
        margin-left: 82.510729613734%;
        *margin-left: 82.403433476395%;
    }
    .tb-megamenu .row-fluid .offset9:first-child {
        margin-left: 78.218884120172%;
        *margin-left: 78.111587982833%;
    }
    .tb-megamenu .row-fluid .offset8 {
        margin-left: 73.81974248927%;
        *margin-left: 73.712446351931%;
    }
    .tb-megamenu .row-fluid .offset8:first-child {
        margin-left: 69.527896995708%;
        *margin-left: 69.420600858369%;
    }
    .tb-megamenu .row-fluid .offset7 {
        margin-left: 65.128755364807%;
        *margin-left: 65.021459227468%;
    }
    .tb-megamenu .row-fluid .offset7:first-child {
        margin-left: 60.836909871245%;
        *margin-left: 60.729613733906%;
    }
    .tb-megamenu .row-fluid .offset6 {
        margin-left: 56.437768240343%;
        *margin-left: 56.330472103004%;
    }
    .tb-megamenu .row-fluid .offset6:first-child {
        margin-left: 52.145922746781%;
        *margin-left: 52.038626609442%;
    }
    .tb-megamenu .row-fluid .offset5 {
        margin-left: 47.74678111588%;
        *margin-left: 47.639484978541%;
    }
    .tb-megamenu .row-fluid .offset5:first-child {
        margin-left: 43.454935622318%;
        *margin-left: 43.347639484979%;
    }
    .tb-megamenu .row-fluid .offset4 {
        margin-left: 39.055793991416%;
        *margin-left: 38.948497854077%;
    }
    .tb-megamenu .row-fluid .offset4:first-child {
        margin-left: 34.763948497854%;
        *margin-left: 34.656652360515%;
    }
    .tb-megamenu .row-fluid .offset3 {
        margin-left: 30.364806866953%;
        *margin-left: 30.257510729614%;
    }
    .tb-megamenu .row-fluid .offset3:first-child {
        margin-left: 26.072961373391%;
        *margin-left: 25.965665236052%;
    }
    .tb-megamenu .row-fluid .offset2 {
        margin-left: 21.673819742489%;
        *margin-left: 21.56652360515%;
    }
    .tb-megamenu .row-fluid .offset2:first-child {
        margin-left: 17.381974248927%;
        *margin-left: 17.274678111588%;
    }
    .tb-megamenu .row-fluid .offset1 {
        margin-left: 12.982832618026%;
        *margin-left: 12.875536480687%;
    }
    .tb-megamenu .row-fluid .offset1:first-child {
        margin-left: 8.6909871244635%;
        *margin-left: 8.5836909871245%;
    }
    .tb-megamenu input,
    .tb-megamenu textarea,
    .tb-megamenu .uneditable-input {
        margin-left: 0;
    }
    .tb-megamenu .controls-row [class*='span'] + [class*='span'] {
        margin-left: 40px;
    }
    .tb-megamenu input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 918px;
    }
    .tb-megamenu input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 837px;
    }
    .tb-megamenu input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 756px;
    }
    .tb-megamenu input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 675px;
    }
    .tb-megamenu input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 594px;
    }
    .tb-megamenu input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 513px;
    }
    .tb-megamenu input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 432px;
    }
    .tb-megamenu input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 351px;
    }
    .tb-megamenu input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 270px;
    }
    .tb-megamenu input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 189px;
    }
    .tb-megamenu input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 108px;
    }
    .tb-megamenu input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 27px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .tb-megamenu .offset-12 {
        margin-left: -736px;
    }
    .tb-megamenu .offset-11 {
        margin-left: -673px;
    }
    .tb-megamenu .offset-10 {
        margin-left: -610px;
    }
    .tb-megamenu .offset-9 {
        margin-left: -547px;
    }
    .tb-megamenu .offset-8 {
        margin-left: -484px;
    }
    .tb-megamenu .offset-7 {
        margin-left: -421px;
    }
    .tb-megamenu .offset-6 {
        margin-left: -358px;
    }
    .tb-megamenu .offset-5 {
        margin-left: -295px;
    }
    .tb-megamenu .offset-4 {
        margin-left: -232px;
    }
    .tb-megamenu .offset-3 {
        margin-left: -169px;
    }
    .tb-megamenu .offset-2 {
        margin-left: -106px;
    }
    .tb-megamenu .offset-1 {
        margin-left: -43px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .tb-megamenu .offset-12 {
        margin-left: -932px;
    }
    .tb-megamenu .offset-11 {
        margin-left: -851px;
    }
    .tb-megamenu .offset-10 {
        margin-left: -770px;
    }
    .tb-megamenu .offset-9 {
        margin-left: -689px;
    }
    .tb-megamenu .offset-8 {
        margin-left: -608px;
    }
    .tb-megamenu .offset-7 {
        margin-left: -527px;
    }
    .tb-megamenu .offset-6 {
        margin-left: -446px;
    }
    .tb-megamenu .offset-5 {
        margin-left: -365px;
    }
    .tb-megamenu .offset-4 {
        margin-left: -284px;
    }
    .tb-megamenu .offset-3 {
        margin-left: -203px;
    }
    .tb-megamenu .offset-2 {
        margin-left: -122px;
    }
    .tb-megamenu .offset-1 {
        margin-left: -41px;
    }
}
@media (min-width: 1200px) {
    .tb-megamenu .offset-12 {
        margin-left: -1196px;
    }
    .tb-megamenu .offset-11 {
        margin-left: -1093px;
    }
    .tb-megamenu .offset-10 {
        margin-left: -990px;
    }
    .tb-megamenu .offset-9 {
        margin-left: -887px;
    }
    .tb-megamenu .offset-8 {
        margin-left: -784px;
    }
    .tb-megamenu .offset-7 {
        margin-left: -681px;
    }
    .tb-megamenu .offset-6 {
        margin-left: -578px;
    }
    .tb-megamenu .offset-5 {
        margin-left: -475px;
    }
    .tb-megamenu .offset-4 {
        margin-left: -372px;
    }
    .tb-megamenu .offset-3 {
        margin-left: -269px;
    }
    .tb-megamenu .offset-2 {
        margin-left: -166px;
    }
    .tb-megamenu .offset-1 {
        margin-left: -63px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .tb-megamenu .row,
    .tb-megamenu .row-fluid {
        width: 100%;
        margin-left: 0;
        *zoom: 1;
    }
    .tb-megamenu .row:before,
    .tb-megamenu .row:after,
    .tb-megamenu .row-fluid:before,
    .tb-megamenu .row-fluid:after {
        display: table;
        content: '';
        line-height: 0;
    }
    .tb-megamenu .row:after,
    .tb-megamenu .row-fluid:after {
        clear: both;
    }
    .tb-megamenu .row [class*='span'],
    .tb-megamenu .row-fluid [class*='span'] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7173913043478%;
        *margin-left: 2.6637432356783%;
    }
    .row [class*='span']:first-child:not(.pull-right),
    .row-fluid [class*='span']:first-child:not(.pull-right) {
        margin-left: 0;
    }
    .row
        [class*='span'].pull-right:first-child
        + [class*='span']:not(.pull-right),
    .row-fluid
        [class*='span'].pull-right:first-child
        + [class*='span']:not(.pull-right) {
        margin-left: 0;
    }
    .tb-megamenu .row .span12,
    .tb-megamenu .row-fluid .span12 {
        width: 100%;
        *width: 99.94635193133%;
    }
    .tb-megamenu .row .span11,
    .tb-megamenu .row-fluid .span11 {
        width: 91.440217391304%;
        *width: 91.386569322635%;
    }
    .tb-megamenu .row .span10,
    .tb-megamenu .row-fluid .span10 {
        width: 82.880434782609%;
        *width: 82.826786713939%;
    }
    .tb-megamenu .row .span9,
    .tb-megamenu .row-fluid .span9 {
        width: 74.320652173913%;
        *width: 74.267004105244%;
    }
    .tb-megamenu .row .span8,
    .tb-megamenu .row-fluid .span8 {
        width: 65.760869565217%;
        *width: 65.707221496548%;
    }
    .tb-megamenu .row .span7,
    .tb-megamenu .row-fluid .span7 {
        width: 57.201086956522%;
        *width: 57.147438887852%;
    }
    .tb-megamenu .row .span6,
    .tb-megamenu .row-fluid .span6 {
        width: 48.641304347826%;
        *width: 48.587656279157%;
    }
    .tb-megamenu .row .span5,
    .tb-megamenu .row-fluid .span5 {
        width: 40.08152173913%;
        *width: 40.027873670461%;
    }
    .tb-megamenu .row .span4,
    .tb-megamenu .row-fluid .span4 {
        width: 31.521739130435%;
        *width: 31.468091061765%;
    }
    .tb-megamenu .row .span3,
    .tb-megamenu .row-fluid .span3 {
        width: 22.961956521739%;
        *width: 22.90830845307%;
    }
    .tb-megamenu .row .span2,
    .tb-megamenu .row-fluid .span2 {
        width: 14.402173913043%;
        *width: 14.348525844374%;
    }
    .tb-megamenu .row .span1,
    .tb-megamenu .row-fluid .span1 {
        width: 5.8423913043478%;
        *width: 5.7887432356783%;
    }
    .tb-megamenu .span12 .row [class*='span'] {
        margin-left: 2.7173913043478%;
        *margin-left: 2.6637432356783%;
    }
    .tb-megamenu .span12 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span12 .row .span12 {
        width: 100%;
        *width: 99.94635193133%;
    }
    .tb-megamenu .span12 .row .span11 {
        width: 91.440217391304%;
        *width: 91.386569322635%;
    }
    .tb-megamenu .span12 .row .span10 {
        width: 82.880434782609%;
        *width: 82.826786713939%;
    }
    .tb-megamenu .span12 .row .span9 {
        width: 74.320652173913%;
        *width: 74.267004105244%;
    }
    .tb-megamenu .span12 .row .span8 {
        width: 65.760869565217%;
        *width: 65.707221496548%;
    }
    .tb-megamenu .span12 .row .span7 {
        width: 57.201086956522%;
        *width: 57.147438887852%;
    }
    .tb-megamenu .span12 .row .span6 {
        width: 48.641304347826%;
        *width: 48.587656279157%;
    }
    .tb-megamenu .span12 .row .span5 {
        width: 40.08152173913%;
        *width: 40.027873670461%;
    }
    .tb-megamenu .span12 .row .span4 {
        width: 31.521739130435%;
        *width: 31.468091061765%;
    }
    .tb-megamenu .span12 .row .span3 {
        width: 22.961956521739%;
        *width: 22.90830845307%;
    }
    .tb-megamenu .span12 .row .span2 {
        width: 14.402173913043%;
        *width: 14.348525844374%;
    }
    .tb-megamenu .span12 .row .span1 {
        width: 5.8423913043478%;
        *width: 5.7887432356783%;
    }
    .tb-megamenu .span11 .row [class*='span'] {
        margin-left: 2.9717682020802%;
        *margin-left: 2.9181201334107%;
    }
    .tb-megamenu .span11 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span11 .row .span11 {
        width: 91.440217391304%;
        *width: 91.386569322635%;
    }
    .tb-megamenu .span11 .row .span10 {
        width: 82.880434782609%;
        *width: 82.826786713939%;
    }
    .tb-megamenu .span11 .row .span9 {
        width: 74.320652173913%;
        *width: 74.267004105244%;
    }
    .tb-megamenu .span11 .row .span8 {
        width: 65.760869565217%;
        *width: 65.707221496548%;
    }
    .tb-megamenu .span11 .row .span7 {
        width: 57.201086956522%;
        *width: 57.147438887852%;
    }
    .tb-megamenu .span11 .row .span6 {
        width: 48.641304347826%;
        *width: 48.587656279157%;
    }
    .tb-megamenu .span11 .row .span5 {
        width: 40.08152173913%;
        *width: 40.027873670461%;
    }
    .tb-megamenu .span11 .row .span4 {
        width: 31.521739130435%;
        *width: 31.468091061765%;
    }
    .tb-megamenu .span11 .row .span3 {
        width: 22.961956521739%;
        *width: 22.90830845307%;
    }
    .tb-megamenu .span11 .row .span2 {
        width: 14.402173913043%;
        *width: 14.348525844374%;
    }
    .tb-megamenu .span11 .row .span1 {
        width: 5.8423913043478%;
        *width: 5.7887432356783%;
    }
    .tb-megamenu .span10 .row [class*='span'] {
        margin-left: 3.2786885245902%;
        *margin-left: 3.2250404559206%;
    }
    .tb-megamenu .span10 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span10 .row .span10 {
        width: 90.638930163447%;
        *width: 90.585282094778%;
    }
    .tb-megamenu .span10 .row .span9 {
        width: 81.277860326894%;
        *width: 81.224212258225%;
    }
    .tb-megamenu .span10 .row .span8 {
        width: 71.916790490342%;
        *width: 71.863142421672%;
    }
    .tb-megamenu .span10 .row .span7 {
        width: 62.555720653789%;
        *width: 62.502072585119%;
    }
    .tb-megamenu .span10 .row .span6 {
        width: 53.194650817236%;
        *width: 53.141002748567%;
    }
    .tb-megamenu .span10 .row .span5 {
        width: 43.833580980684%;
        *width: 43.779932912014%;
    }
    .tb-megamenu .span10 .row .span4 {
        width: 34.472511144131%;
        *width: 34.418863075461%;
    }
    .tb-megamenu .span10 .row .span3 {
        width: 25.111441307578%;
        *width: 25.057793238908%;
    }
    .tb-megamenu .span10 .row .span2 {
        width: 15.750371471025%;
        *width: 15.696723402356%;
    }
    .tb-megamenu .span10 .row .span1 {
        width: 6.3893016344725%;
        *width: 6.335653565803%;
    }
    .tb-megamenu .span9 .row [class*='span'] {
        margin-left: 3.6563071297989%;
        *margin-left: 3.6026590611294%;
    }
    .tb-megamenu .span9 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span9 .row .span9 {
        width: 89.672131147541%;
        *width: 89.618483078871%;
    }
    .tb-megamenu .span9 .row .span8 {
        width: 79.344262295082%;
        *width: 79.290614226412%;
    }
    .tb-megamenu .span9 .row .span7 {
        width: 69.016393442623%;
        *width: 68.962745373953%;
    }
    .tb-megamenu .span9 .row .span6 {
        width: 58.688524590164%;
        *width: 58.634876521494%;
    }
    .tb-megamenu .span9 .row .span5 {
        width: 48.360655737705%;
        *width: 48.307007669035%;
    }
    .tb-megamenu .span9 .row .span4 {
        width: 38.032786885246%;
        *width: 37.979138816576%;
    }
    .tb-megamenu .span9 .row .span3 {
        width: 27.704918032787%;
        *width: 27.651269964117%;
    }
    .tb-megamenu .span9 .row .span2 {
        width: 17.377049180328%;
        *width: 17.323401111658%;
    }
    .tb-megamenu .span9 .row .span1 {
        width: 7.0491803278689%;
        *width: 6.9955322591993%;
    }
    .tb-megamenu .span8 .row [class*='span'] {
        margin-left: 4.1322314049587%;
        *margin-left: 4.0785833362892%;
    }
    .tb-megamenu .span8 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span8 .row .span8 {
        width: 88.482632541133%;
        *width: 88.428984472464%;
    }
    .tb-megamenu .span8 .row .span7 {
        width: 76.965265082267%;
        *width: 76.911617013597%;
    }
    .tb-megamenu .span8 .row .span6 {
        width: 65.4478976234%;
        *width: 65.394249554731%;
    }
    .tb-megamenu .span8 .row .span5 {
        width: 53.930530164534%;
        *width: 53.876882095864%;
    }
    .tb-megamenu .span8 .row .span4 {
        width: 42.413162705667%;
        *width: 42.359514636998%;
    }
    .tb-megamenu .span8 .row .span3 {
        width: 30.895795246801%;
        *width: 30.842147178131%;
    }
    .tb-megamenu .span8 .row .span2 {
        width: 19.378427787934%;
        *width: 19.324779719265%;
    }
    .tb-megamenu .span8 .row .span1 {
        width: 7.8610603290676%;
        *width: 7.8074122603981%;
    }
    .tb-megamenu .span7 .row [class*='span'] {
        margin-left: 4.750593824228%;
        *margin-left: 4.6969457555585%;
    }
    .tb-megamenu .span7 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span7 .row .span7 {
        width: 86.98347107438%;
        *width: 86.929823005711%;
    }
    .tb-megamenu .span7 .row .span6 {
        width: 73.96694214876%;
        *width: 73.913294080091%;
    }
    .tb-megamenu .span7 .row .span5 {
        width: 60.950413223141%;
        *width: 60.896765154471%;
    }
    .tb-megamenu .span7 .row .span4 {
        width: 47.933884297521%;
        *width: 47.880236228851%;
    }
    .tb-megamenu .span7 .row .span3 {
        width: 34.917355371901%;
        *width: 34.863707303231%;
    }
    .tb-megamenu .span7 .row .span2 {
        width: 21.900826446281%;
        *width: 21.847178377611%;
    }
    .tb-megamenu .span7 .row .span1 {
        width: 8.8842975206612%;
        *width: 8.8306494519916%;
    }
    .tb-megamenu .span6 .row [class*='span'] {
        margin-left: 5.586592178771%;
        *margin-left: 5.5329441101014%;
    }
    .tb-megamenu .span6 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span6 .row .span6 {
        width: 85.035629453682%;
        *width: 84.981981385012%;
    }
    .tb-megamenu .span6 .row .span5 {
        width: 70.071258907363%;
        *width: 70.017610838694%;
    }
    .tb-megamenu .span6 .row .span4 {
        width: 55.106888361045%;
        *width: 55.053240292376%;
    }
    .tb-megamenu .span6 .row .span3 {
        width: 40.142517814727%;
        *width: 40.088869746057%;
    }
    .tb-megamenu .span6 .row .span2 {
        width: 25.178147268409%;
        *width: 25.124499199739%;
    }
    .tb-megamenu .span6 .row .span1 {
        width: 10.21377672209%;
        *width: 10.160128653421%;
    }
    .tb-megamenu .span5 .row [class*='span'] {
        margin-left: 6.7796610169492%;
        *margin-left: 6.7260129482796%;
    }
    .tb-megamenu .span5 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span5 .row .span5 {
        width: 82.402234636872%;
        *width: 82.348586568202%;
    }
    .tb-megamenu .span5 .row .span4 {
        width: 64.804469273743%;
        *width: 64.750821205073%;
    }
    .tb-megamenu .span5 .row .span3 {
        width: 47.206703910615%;
        *width: 47.153055841945%;
    }
    .tb-megamenu .span5 .row .span2 {
        width: 29.608938547486%;
        *width: 29.555290478817%;
    }
    .tb-megamenu .span5 .row .span1 {
        width: 12.011173184358%;
        *width: 11.957525115688%;
    }
    .tb-megamenu .span4 .row [class*='span'] {
        margin-left: 8.6206896551724%;
        *margin-left: 8.5670415865029%;
    }
    .tb-megamenu .span4 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span4 .row .span4 {
        width: 78.64406779661%;
        *width: 78.590419727941%;
    }
    .tb-megamenu .span4 .row .span3 {
        width: 57.28813559322%;
        *width: 57.234487524551%;
    }
    .tb-megamenu .span4 .row .span2 {
        width: 35.932203389831%;
        *width: 35.878555321161%;
    }
    .tb-megamenu .span4 .row .span1 {
        width: 14.576271186441%;
        *width: 14.522623117771%;
    }
    .tb-megamenu .span3 .row [class*='span'] {
        margin-left: 11.834319526627%;
        *margin-left: 11.780671457958%;
    }
    .tb-megamenu .span3 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span3 .row .span3 {
        width: 72.844827586207%;
        *width: 72.791179517537%;
    }
    .tb-megamenu .span3 .row .span2 {
        width: 45.689655172414%;
        *width: 45.636007103744%;
    }
    .tb-megamenu .span3 .row .span1 {
        width: 18.534482758621%;
        *width: 18.480834689951%;
    }
    .tb-megamenu .span2 .row [class*='span'] {
        margin-left: 18.867924528302%;
        *margin-left: 18.814276459632%;
    }
    .tb-megamenu .span2 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span2 .row .span2 {
        width: 62.721893491124%;
        *width: 62.668245422455%;
    }
    .tb-megamenu .span2 .row .span1 {
        width: 25.443786982249%;
        *width: 25.390138913579%;
    }
    .tb-megamenu .span1 .row [class*='span'] {
        margin-left: 46.511627906977%;
        *margin-left: 46.457979838307%;
    }
    .tb-megamenu .span1 .row [class*='span']:first-child {
        margin-left: 0;
    }
    .tb-megamenu .span1 .row .span1 {
        width: 40.566037735849%;
        *width: 40.51238966718%;
    }
    .tb-megamenu .spanfirst {
        margin-left: 0 !important;
        clear: left;
    }
}
.tb-megamenu .row .span50,
.tb-megamenu .row-fluid .span50 {
    width: 50%;
    float: left;
}
.tb-megamenu .row .span33,
.tb-megamenu .row-fluid .span33 {
    width: 33.3333%;
    float: left;
}
.tb-megamenu .row .span25,
.tb-megamenu .row-fluid .span25 {
    width: 25%;
    float: left;
}
.tb-megamenu .row .span20,
.tb-megamenu .row-fluid .span20 {
    width: 20%;
    float: left;
}
.tb-megamenu .row .span16,
.tb-megamenu .row-fluid .span16 {
    width: 16.6666%;
    float: left;
}
.tb-megamenu .hidden {
    display: none !important;
    visibility: hidden;
}
@media (max-width: 979px) {
    .tb-megamenu .always-show .mega > .mega-dropdown-menu,
    .tb-megamenu .always-show .dropdown-menu {
        display: block !important;
    }
    .tb-megamenu .navbar-collapse-fixed-top,
    .tb-megamenu .navbar-collapse-fixed-bottom {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
    .tb-megamenu .navbar-collapse-fixed-top .nav-collapse.in,
    .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in {
        position: fixed;
        width: 100%;
        overflow-y: auto;
        top: 40px;
        bottom: 0;
    }
    .tb-megamenu .navbar-collapse-fixed-top .nav-collapse.in > *,
    .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in > * {
        padding-bottom: 50px;
    }
    .tb-megamenu .navbar-collapse-fixed-bottom {
        bottom: 0;
        top: auto;
    }
    .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in {
        top: 0;
        bottom: 40px;
    }
}
@media (max-width: 979px) {
    .tb-megamenu {
        background-color: inherit;
        height: auto;
    }
    .tb-megamenu .btn-navbar {
        display: block;
        margin-bottom: 10px;
    }
    .tb-megamenu .btn-navbar:hover {
        cursor: pointer;
    }
    .tb-megamenu .nav-collapse {
        background: #000;
        margin-top: 10px;
        position: absolute;
        top: 27px;
        width: 100%;
        z-index: 999;
    }
    .tb-megamenu .nav-collapse .nav {
        margin: 0;
    }
    .tb-megamenu .nav-collapse .nav > li > a {
        font-size: 15px;
        margin-bottom: 0;
    }
    .tb-megamenu .nav-collapse .nav > li > a,
    .tb-megamenu .nav-collapse .dropdown-menu a {
        border-bottom: 1px solid #222;
        border-right: none;
        color: #fff;
        text-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .tb-megamenu .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 0;
    }
    .tb-megamenu .nav-collapse .nav > li > a:hover,
    .tb-megamenu .nav-collapse .nav > li > a:focus {
        background-color: #fff;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        color: #e54e4b;
    }
    .tb-megamenu .nav-collapse .nav > li.active > a:hover,
    .tb-megamenu .nav-collapse .nav > li.active > a:focus {
        background-color: #e54e4b;
    }
    .tb-megamenu .nav-collapse .dropdown-menu a {
        border-top: 1px solid #222;
        border-bottom: 0;
        font-weight: normal;
        padding: 10px 20px;
    }
    .tb-megamenu .nav-collapse .dropdown-menu a:hover,
    .tb-megamenu .nav-collapse .dropdown-menu a:focus {
        background-color: inherit;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .tb-megamenu .nav-collapse .dropdown-menu {
        margin: 0;
        padding: 0;
        background-color: #000;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100% !important;
    }
    .tb-megamenu.navbar-collapse-fixed-top {
        margin-left: 0;
        margin-right: 0;
    }
    .tb-megamenu .navbar .nav > li > .dropdown-menu:before,
    .tb-megamenu .navbar .nav > li > .dropdown-menu:after,
    .tb-megamenu .navbar .nav > li > .dropdown-menu .divider {
        display: none;
    }
    .tb-megamenu .customization {
        display: none;
    }
    .tb-megamenu .tb-block .block-title {
        color: #fff;
    }
}
@media (min-width: 980px) {
    .tb-megamenu.animate .mega > .mega-dropdown-menu {
        transition: all 400ms;
        -webkit-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
    }
    .tb-megamenu.animate .mega.animating > .mega-dropdown-menu {
        display: block !important;
    }
    .tb-megamenu.animate .mega.open > .mega-dropdown-menu,
    .tb-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
        opacity: 1;
    }
    .tb-megamenu.animate.zoom .mega > .mega-dropdown-menu {
        transform: scale(0, 0);
        transform-origin: 20% 20%;
        -webkit-transform: scale(0, 0);
        -webkit-transform-origin: 20% 20%;
        -ms-transform: scale(0, 0);
        -ms-transform-origin: 20% 20%;
        -o-transform: scale(0, 0);
        -o-transform-origin: 20% 20%;
    }
    .tb-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    .tb-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
    }
    .tb-megamenu.animate.elastic .mega > .mega-dropdown-menu {
        transform: scale(0, 1);
        transform-origin: 10% 0;
        -webkit-transform: scale(0, 1);
        -webkit-transform-origin: 10% 0;
        -ms-transform: scale(0, 1);
        -ms-transform-origin: 10% 0;
        -o-transform: scale(0, 1);
        -o-transform-origin: 10% 0;
    }
    .tb-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    .tb-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
        overflow: hidden;
    }
    .tb-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
        transition: all 400ms;
        -webkit-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-top: -100%;
    }
    .tb-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
        margin-top: 0%;
    }
    .tb-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
        min-width: 0;
    }
    .tb-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
        min-width: 200px;
        margin-top: 0;
        margin-left: -500px;
    }
    .tb-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
        margin-left: 0;
    }
}
@media (max-width: 979px) {
    .tb-megamenu .mega-inner {
        padding: 10px 20px;
    }
    .tb-megamenu .row-fluid,
    .tb-megamenu .mega-dropdown-menu,
    .tb-megamenu .row-fluid [class*='span'] {
        width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
    .tb-megamenu .row-fluid + .row-fluid {
        padding-top: 10px;
        border-top: 1px solid #222;
    }
    .tb-megamenu .hidden-collapse,
    .tb-megamenu .always-show .caret,
    .tb-megamenu .sub-hidden-collapse > .nav-child,
    .tb-megamenu .sub-hidden-collapse .caret,
    .tb-megamenu .sub-hidden-collapse > a:after,
    .tb-megamenu .always-show .dropdown-submenu > a:after {
        display: none !important;
    }
    .tb-megamenu .mega-caption {
        display: none !important;
    }
    .tb-megamenu .mega-nav > li a,
    .tb-megamenu .dropdown-menu .mega-nav > li a {
        padding: 5px 0;
        margin-left: 20px;
    }
    .tb-megamenu .tb-block {
        margin-bottom: 0;
    }
}
.block-view-demo .views-field-title a {
    border-top: none !important;
    color: #eee;
    padding: 0 !important;
}
.tb-megamenu .block-view-demo .views-field-field-image {
    float: left;
}
.tb-megamenu .block-view-demo .views-field-field-image img {
    border: 1px solid #333;
    margin: 0 20px 0 0;
    max-width: none !important;
    padding: 4px;
    width: auto;
}
.tb-megamenu .block-view-demo .item-list ul li {
    border-bottom: 1px solid #333;
    margin: 0;
    min-height: 60px;
    padding: 10px 0;
}
.tb-megamenu .block-view-demo .item-list ul li.views-row-first {
    padding-top: 0;
}
.tb-megamenu .block-view-demo a {
    padding: 0 !important;
}
.tb-megamenu .block-view-demo .views-field-title a {
    border-top: none;
    color: #aaa;
    padding: 0;
}
.tb-megamenu .block-view-demo a:hover,
.tb-megamenu .block-view-demo a:focus {
    background: none !important;
    border: none !important;
    color: #e54e4;
    text-decoration: none;
}
.tb-megamenu {
    position: relative;
}
.tb-megamenu .nav,
.tb-megamenu .tb-block ul,
.tb-megamenu .tb-block .nav {
    padding: 0;
}
.tb-megamenu .tb-block ul li,
.tb-megamenu .tb-block .nav li {
    list-style: none;
}
.tb-megamenu .block-view-demo .item-list ul li {
    border-bottom: 1px solid #444;
}
.tb-megamenu .dropdown-submenu:hover .dropdown-menu {
    display: none;
}
@media (max-width: 979px) {
    .tb-megamenu .nav-collapse .dropdown-menu .views-field-field-image a {
        border-top: 0 none;
    }
    #user-login-form .item-list li a {
        border: 0 none;
    }
    .tb-megamenu .nav-collapse,
    .tb-megamenu .nav-collapse.collapse {
        z-index: 999;
    }
}
#sliding-popup {
    z-index: 99999;
    text-align: center;
}
.sliding-popup-bottom {
    position: fixed;
}
.sliding-popup-top {
    position: relative;
}
#sliding-popup .popup-content {
    margin: 0 auto;
    max-width: 80%;
    display: inline-block;
    text-align: left;
    width: 100%;
}
#sliding-popup .popup-content #popup-buttons {
    float: right;
    max-width: 40%;
}
#sliding-popup button {
    cursor: pointer;
}
#sliding-popup .popup-content #popup-text {
    float: left;
    max-width: 60%;
}
.eu-cookie-withdraw-tab {
    cursor: pointer;
}
.eu-cookie-withdraw-wrapper.sliding-popup-top,
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
    transform: scaleY(-1);
}
.eu-cookie-withdraw-tab {
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
    left: 50%;
}
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
    transform: translate(-50%, -100%) scaleY(-1);
}
@media screen and (max-width: 600px) {
    #sliding-popup .popup-content {
        max-width: 95%;
    }
    #sliding-popup .popup-content #popup-text {
        max-width: 100%;
    }
    #sliding-popup .popup-content #popup-buttons {
        clear: both;
        float: none;
        max-width: 100%;
    }
}
.field-collection-container {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 1em;
}
.field-collection-container .field-items .field-item {
    margin-bottom: 10px;
}
.field-collection-container .field-items .field-items .field-item {
    margin-bottom: 0;
}
.field-collection-view {
    padding: 1em 0 0.3em 0;
    margin: 0 1em 0 1em;
    border-bottom: 1px dotted #d3d7d9;
}
.field-collection-view-final {
    border-bottom: none;
}
.field-collection-view .entity-field-collection-item {
    float: left;
}
.field-collection-view ul.field-collection-view-links {
    float: right;
    font-size: 0.821em;
    list-style-type: none;
    width: auto;
    margin: 0 1em;
    padding: 0;
}
.field-collection-view .field-label {
    width: 25%;
}
.field-collection-view .content {
    margin-top: 0;
    width: 100%;
}
.field-collection-view .entity-field-collection-item {
    width: 100%;
}
ul.field-collection-view-links li {
    float: left;
}
ul.field-collection-view-links li a {
    margin-right: 1em;
}
.field-collection-container ul.action-links-field-collection-add {
    float: right;
    padding: 0 0.5em 0 0;
    margin: 0 0 1em 2em;
    font-size: 0.821em;
}
.sf-menu,
.sf-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sf-menu {
    line-height: 1;
    z-index: 497;
}
.sf-menu ul {
    left: 0;
    position: absolute;
    top: -99999em;
    width: 12em;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li {
    float: left;
    position: relative;
    z-index: 498;
}
.sf-menu a,
.sf-menu span.nolink {
    display: block;
    position: relative;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    z-index: 499;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    left: 0;
    top: 2.5em;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
    left: 12em;
    top: 0;
}
.sf-menu.menu,
.sf-menu.menu ul,
.sf-menu.menu li {
    margin: 0;
}
.sf-hidden {
    left: -99999em !important;
    top: -99999em !important;
}
.sf-menu a.sf-with-ul,
.sf-menu span.nolink.sf-with-ul {
    min-width: 1px;
}
.sf-sub-indicator {
    background: url(/sites/all/libraries/superfish/images/arrows-ffffff.png)
        no-repeat -10px -100px;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
}
a > .sf-sub-indicator,
span.nolink > .sf-sub-indicator {
    top: 0.8em;
    background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator,
span.nolink:hover > .sf-sub-indicator,
li:hover > span.nolink > .sf-sub-indicator,
li.sfHover > span.nolink > .sf-sub-indicator {
    background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator,
.sf-menu ul span.nolink > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator,
.sf-menu ul span.nolink:hover > .sf-sub-indicator,
.sf-menu ul li:hover > span.nolink > .sf-sub-indicator,
.sf-menu ul li.sfHover > span.nolink > .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
    background: url(/sites/all/libraries/superfish/images/shadow.png) no-repeat
        right bottom;
    padding: 0 8px 9px 0 !important;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}
.sf-menu.rtl,
.sf-menu.rtl li {
    float: right;
}
.sf-menu.rtl li:hover > ul,
.sf-menu.rtl li.sfHover > ul {
    left: auto;
    right: 0;
}
.sf-menu.rtl li li:hover > ul,
.sf-menu.rtl li li.sfHover > ul {
    left: auto;
    right: 12em;
}
.sf-menu.rtl ul {
    left: auto;
    right: 0;
}
.sf-menu.rtl .sf-sub-indicator {
    left: 0.75em;
    right: auto;
    background: url(/sites/all/libraries/superfish/images/arrows-ffffff-rtl.png)
        no-repeat -10px -100px;
}
.sf-menu.rtl a > .sf-sub-indicator,
.sf-menu.rtl span.nolink > .sf-sub-indicator {
    top: 0.8em;
    background-position: -10px -100px;
}
.sf-menu.rtl a:focus > .sf-sub-indicator,
.sf-menu.rtl a:hover > .sf-sub-indicator,
.sf-menu.rtl a:active > .sf-sub-indicator,
.sf-menu.rtl li:hover > a > .sf-sub-indicator,
.sf-menu.rtl li.sfHover > a > .sf-sub-indicator,
.sf-menu.rtl span.nolink:hover > .sf-sub-indicator,
.sf-menu.rtl li:hover > span.nolink > .sf-sub-indicator,
.sf-menu.rtl li.sfHover > span.nolink > .sf-sub-indicator {
    background-position: 0 -100px;
}
.sf-menu.rtl ul .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu.rtl ul a > .sf-sub-indicator,
.sf-menu.rtl ul span.nolink > .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu.rtl ul a:focus > .sf-sub-indicator,
.sf-menu.rtl ul a:hover > .sf-sub-indicator,
.sf-menu.rtl ul a:active > .sf-sub-indicator,
.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,
.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator,
.sf-menu.rtl ul span.nolink:hover > .sf-sub-indicator,
.sf-menu.rtl ul li:hover > span.nolink > .sf-sub-indicator,
.sf-menu.rtl ul li.sfHover > span.nolink > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu.rtl .sf-hidden,
.sf-menu.rtl.sf-hidden {
    left: auto !important;
    right: -99999em !important;
}
.sf-menu.rtl.sf-horizontal.sf-shadow ul,
.sf-menu.rtl.sf-vertical.sf-shadow ul,
.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
    background-position: bottom left;
    padding: 0 0 9px 8px !important;
    -webkit-border-radius: 8px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.sf-vertical.rtl li:hover > ul,
.sf-vertical.rtl li.sfHover > ul {
    left: auto;
    right: 12em;
}
.sf-vertical.rtl .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-vertical.rtl a > .sf-sub-indicator,
.sf-vertical.rtl span.nolink > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-vertical.rtl a:focus > .sf-sub-indicator,
.sf-vertical.rtl a:hover > .sf-sub-indicator,
.sf-vertical.rtl a:active > .sf-sub-indicator,
.sf-vertical.rtl li:hover > a > .sf-sub-indicator,
.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator,
.sf-vertical.rtl span.nolink:hover > .sf-sub-indicator,
.sf-vertical.rtl li:hover > span.nolink > .sf-sub-indicator,
.sf-vertical.rtl li.sfHover > span.nolink > .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-navbar.rtl li li {
    float: right;
}
.sf-navbar.rtl ul .sf-sub-indicator {
    background-position: 0 -100px;
}
.sf-navbar.rtl ul a > .sf-sub-indicator {
    background-position: -10px -100px;
}
.sf-navbar.rtl ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator,
.sf-navbar.rtl ul span.nolink:hover > .sf-sub-indicator,
.sf-navbar.rtl ul li:hover > span.nolink > .sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover > span.nolink > .sf-sub-indicator {
    background-position: 0 -100px;
}
.sf-navbar.rtl ul ul .sf-sub-indicator {
    background-position: 0 0;
}
.sf-navbar.rtl ul ul a > .sf-sub-indicator,
.sf-navbar.rtl ul ul span.nolink > .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator,
.sf-navbar.rtl ul ul span.nolink:hover > .sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover > span.nolink > .sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover > span.nolink > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-navbar.rtl li li:hover > ul,
.sf-navbar.rtl li li.sfHover > ul {
    left: auto;
    right: 0;
}
.sf-navbar.rtl li li li:hover > ul,
.sf-navbar.rtl li li li.sfHover > ul {
    left: auto;
    right: 12em;
}
.sf-navbar.rtl > li > ul {
    background: transparent;
    padding: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
ul.sf-menu.sf-accordion {
    display: none;
    position: absolute;
}
ul.sf-menu.sf-accordion,
ul.sf-menu.sf-accordion ul,
ul.sf-menu.sf-accordion li {
    float: left;
    width: 100%;
}
ul.sf-menu.sf-accordion ul {
    margin: 0;
    padding: 0;
}
ul.sf-menu.sf-accordion.sf-expanded,
ul.sf-menu.sf-accordion li.sf-expanded > ul {
    left: auto !important;
    position: relative;
    top: auto !important;
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
embed,
img,
object,
video {
    max-width: 100%;
    height: auto;
}
#admin-menu,
#toolbar,
body.admin-menu.adminimal-menu::before {
    display: none;
}
body.admin-menu.adminimal-menu,
body.toolbar {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
@media (min-width: 980px) {
    #admin-menu,
    #toolbar {
        display: block;
    }
    body.admin-menu.adminimal-menu,
    body.toolbar {
        margin-top: 29px !important;
    }
}
.ease,
.front-block .content-wrapper,
.front-block .content-wrapper a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ease-out {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.m0 {
    margin: 0;
}
.mt0 {
    margin-top: 0;
}
.mr0 {
    margin-right: 0;
}
.mb0 {
    margin-bottom: 0;
}
.ml0 {
    margin-left: 0;
}
.m5 {
    margin: 5px;
}
.mt5 {
    margin-top: 5px;
}
.mr5 {
    margin-right: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.ml5 {
    margin-left: 5px;
}
.m10 {
    margin: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mr10 {
    margin-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml10 {
    margin-left: 10px;
}
.m15 {
    margin: 15px;
}
.mt15 {
    margin-top: 15px;
}
.mr15 {
    margin-right: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.ml15 {
    margin-left: 15px;
}
.m20 {
    margin: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mr20 {
    margin-right: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml20 {
    margin-left: 20px;
}
.m25 {
    margin: 25px;
}
.mt25 {
    margin-top: 25px;
}
.mr25 {
    margin-right: 25px;
}
.mb25 {
    margin-bottom: 25px;
}
.ml25 {
    margin-left: 25px;
}
.m30 {
    margin: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mr30 {
    margin-right: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml30 {
    margin-left: 30px;
}
.m35 {
    margin: 35px;
}
.mt35 {
    margin-top: 35px;
}
.mr35 {
    margin-right: 35px;
}
.mb35 {
    margin-bottom: 35px;
}
.ml35 {
    margin-left: 35px;
}
.m40 {
    margin: 40px;
}
.mt40 {
    margin-top: 40px;
}
.mr40 {
    margin-right: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.ml40 {
    margin-left: 40px;
}
.m45 {
    margin: 45px;
}
.mt45 {
    margin-top: 45px;
}
.mr45 {
    margin-right: 45px;
}
.mb45 {
    margin-bottom: 45px;
}
.ml45 {
    margin-left: 45px;
}
.m50 {
    margin: 50px;
}
.mt50 {
    margin-top: 50px;
}
.mr50 {
    margin-right: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml50 {
    margin-left: 50px;
}
.m55 {
    margin: 55px;
}
.mt55 {
    margin-top: 55px;
}
.mr55 {
    margin-right: 55px;
}
.mb55 {
    margin-bottom: 55px;
}
.ml55 {
    margin-left: 55px;
}
.m60 {
    margin: 60px;
}
.mt60 {
    margin-top: 60px;
}
.mr60 {
    margin-right: 60px;
}
.mb60 {
    margin-bottom: 60px;
}
.ml60 {
    margin-left: 60px;
}
.m65 {
    margin: 65px;
}
.mt65 {
    margin-top: 65px;
}
.mr65 {
    margin-right: 65px;
}
.mb65 {
    margin-bottom: 65px;
}
.ml65 {
    margin-left: 65px;
}
.m70 {
    margin: 70px;
}
.mt70 {
    margin-top: 70px;
}
.mr70 {
    margin-right: 70px;
}
.mb70 {
    margin-bottom: 70px;
}
.ml70 {
    margin-left: 70px;
}
.m75 {
    margin: 75px;
}
.mt75 {
    margin-top: 75px;
}
.mr75 {
    margin-right: 75px;
}
.mb75 {
    margin-bottom: 75px;
}
.ml75 {
    margin-left: 75px;
}
.m80 {
    margin: 80px;
}
.mt80 {
    margin-top: 80px;
}
.mr80 {
    margin-right: 80px;
}
.mb80 {
    margin-bottom: 80px;
}
.ml80 {
    margin-left: 80px;
}
.m85 {
    margin: 85px;
}
.mt85 {
    margin-top: 85px;
}
.mr85 {
    margin-right: 85px;
}
.mb85 {
    margin-bottom: 85px;
}
.ml85 {
    margin-left: 85px;
}
.m90 {
    margin: 90px;
}
.mt90 {
    margin-top: 90px;
}
.mr90 {
    margin-right: 90px;
}
.mb90 {
    margin-bottom: 90px;
}
.ml90 {
    margin-left: 90px;
}
.m95 {
    margin: 95px;
}
.mt95 {
    margin-top: 95px;
}
.mr95 {
    margin-right: 95px;
}
.mb95 {
    margin-bottom: 95px;
}
.ml95 {
    margin-left: 95px;
}
.m100 {
    margin: 100px;
}
.mt100 {
    margin-top: 100px;
}
.mr100 {
    margin-right: 100px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml100 {
    margin-left: 100px;
}
.p0 {
    padding: 0;
}
.pt0 {
    padding-top: 0;
}
.pr0 {
    paddingn-right: 0;
}
.pb0 {
    padding-bottom: 0;
}
.pl0 {
    padding-left: 0;
}
.p5 {
    padding: 5px;
}
.pt5 {
    padding-top: 5px;
}
.pr5 {
    paddingn-right: 5px;
}
.pb5 {
    padding-bottom: 5px;
}
.pl5 {
    padding-left: 5px;
}
.p10 {
    padding: 10px;
}
.pt10 {
    padding-top: 10px;
}
.pr10 {
    paddingn-right: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.pl10 {
    padding-left: 10px;
}
.p15 {
    padding: 15px;
}
.pt15 {
    padding-top: 15px;
}
.pr15 {
    paddingn-right: 15px;
}
.pb15 {
    padding-bottom: 15px;
}
.pl15 {
    padding-left: 15px;
}
.p20 {
    padding: 20px;
}
.pt20 {
    padding-top: 20px;
}
.pr20 {
    paddingn-right: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.pl20 {
    padding-left: 20px;
}
.p25 {
    padding: 25px;
}
.pt25 {
    padding-top: 25px;
}
.pr25 {
    paddingn-right: 25px;
}
.pb25 {
    padding-bottom: 25px;
}
.pl25 {
    padding-left: 25px;
}
.p30 {
    padding: 30px;
}
.pt30 {
    padding-top: 30px;
}
.pr30 {
    paddingn-right: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pl30 {
    padding-left: 30px;
}
.p35 {
    padding: 35px;
}
.pt35 {
    padding-top: 35px;
}
.pr35 {
    paddingn-right: 35px;
}
.pb35 {
    padding-bottom: 35px;
}
.pl35 {
    padding-left: 35px;
}
.p40 {
    padding: 40px;
}
.pt40 {
    padding-top: 40px;
}
.pr40 {
    paddingn-right: 40px;
}
.pb40 {
    padding-bottom: 40px;
}
.pl40 {
    padding-left: 40px;
}
.p45 {
    padding: 45px;
}
.pt45 {
    padding-top: 45px;
}
.pr45 {
    paddingn-right: 45px;
}
.pb45 {
    padding-bottom: 45px;
}
.pl45 {
    padding-left: 45px;
}
.p50 {
    padding: 50px;
}
.pt50 {
    padding-top: 50px;
}
.pr50 {
    paddingn-right: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.pl50 {
    padding-left: 50px;
}
.p55 {
    padding: 55px;
}
.pt55 {
    padding-top: 55px;
}
.pr55 {
    paddingn-right: 55px;
}
.pb55 {
    padding-bottom: 55px;
}
.pl55 {
    padding-left: 55px;
}
.p60 {
    padding: 60px;
}
.pt60 {
    padding-top: 60px;
}
.pr60 {
    paddingn-right: 60px;
}
.pb60 {
    padding-bottom: 60px;
}
.pl60 {
    padding-left: 60px;
}
.p65 {
    padding: 65px;
}
.pt65 {
    padding-top: 65px;
}
.pr65 {
    paddingn-right: 65px;
}
.pb65 {
    padding-bottom: 65px;
}
.pl65 {
    padding-left: 65px;
}
.p70 {
    padding: 70px;
}
.pt70 {
    padding-top: 70px;
}
.pr70 {
    paddingn-right: 70px;
}
.pb70 {
    padding-bottom: 70px;
}
.pl70 {
    padding-left: 70px;
}
.p75 {
    padding: 75px;
}
.pt75 {
    padding-top: 75px;
}
.pr75 {
    paddingn-right: 75px;
}
.pb75 {
    padding-bottom: 75px;
}
.pl75 {
    padding-left: 75px;
}
.p80 {
    padding: 80px;
}
.pt80 {
    padding-top: 80px;
}
.pr80 {
    paddingn-right: 80px;
}
.pb80 {
    padding-bottom: 80px;
}
.pl80 {
    padding-left: 80px;
}
.p85 {
    padding: 85px;
}
.pt85 {
    padding-top: 85px;
}
.pr85 {
    paddingn-right: 85px;
}
.pb85 {
    padding-bottom: 85px;
}
.pl85 {
    padding-left: 85px;
}
.p90 {
    padding: 90px;
}
.pt90 {
    padding-top: 90px;
}
.pr90 {
    paddingn-right: 90px;
}
.pb90 {
    padding-bottom: 90px;
}
.pl90 {
    padding-left: 90px;
}
.p95 {
    padding: 95px;
}
.pt95 {
    padding-top: 95px;
}
.pr95 {
    paddingn-right: 95px;
}
.pb95 {
    padding-bottom: 95px;
}
.pl95 {
    padding-left: 95px;
}
.p100 {
    padding: 100px;
}
.pt100 {
    padding-top: 100px;
}
.pr100 {
    paddingn-right: 100px;
}
.pb100 {
    padding-bottom: 100px;
}
.pl100 {
    padding-left: 100px;
}
.height0 {
    height: 0;
}
.height50 {
    height: 50px;
}
.height100 {
    height: 100px;
}
.height150 {
    height: 150px;
}
.height200 {
    height: 200px;
}
.height250 {
    height: 250px;
}
.height300 {
    height: 300px;
}
.height350 {
    height: 350px;
}
.height400 {
    height: 400px;
}
.height450 {
    height: 450px;
}
.height500 {
    height: 500px;
}
html {
    height: 100%;
    overflow-y: scroll;
}
body {
    font: 16px 'Open Sans', sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    color: #47381e;
    height: 100%;
}
#page {
    position: relative;
    overflow: hidden;
}
body.footer-bottom #page {
    min-height: 100%;
}
.hl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 40px 0 20px 0;
    color: #b60f3c;
}
h1 {
    font-size: 1.7em;
    margin-top: 0;
    margin-bottom: 40px;
    word-wrap: break-word;
}
@media (min-width: 740px) {
    h1 {
        font-size: 1.8em;
    }
}
.hl2,
h2 {
    font-size: 1.6em;
}
.hl3,
h3 {
    font-size: 1.5em;
}
.hl4,
h4 {
    font-size: 1.4em;
}
.hl5,
h5 {
    font-size: 1.3em;
}
.hl6,
h6 {
    font-size: 1.2em;
}
.hl a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit !important;
    font-size: inherit;
    text-decoration: none;
    font-weight: inherit;
}
.element-invisible {
    display: none !important;
}
div > .hl:first-child,
div > h2:first-child,
div > h3:first-child,
div > h4:first-child,
div > h5:first-child,
div > h6:first-child {
    margin-top: 0;
}
ol,
ul {
    margin: 0 0 20px 30px;
    padding: 0;
}
ul {
    list-style: square;
}
address,
dl,
fieldset,
hr,
p,
pre,
table {
    margin: 0 0 20px 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.left2 {
    float: left;
    width: 49%;
    margin-right: 2%;
    position: relative;
}
.left2:nth-child(2n) {
    margin-right: 0;
}
.left3 {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
}
.left3:nth-child(3n) {
    margin-right: 0;
}
a,
a:link,
a:visited {
    text-decoration: none;
    color: #b60f3c;
}
a:hover {
    text-decoration: underline;
    color: #9d742b;
}
p a:not(.button),
ul a {
    color: #b60f3c;
    text-decoration: underline;
}
p a:not(.button):hover,
ul a:hover {
    color: #9d742b;
}
span.file {
    display: block;
    margin-bottom: 7px;
}
span.file a {
    display: block;
    position: relative;
    line-height: 22px;
    padding: 5px 0 5px 37px;
}
span.file a img {
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
}
a.download {
    line-height: 22px;
    padding: 5px 0 5px 37px;
    margin-bottom: 7px;
    display: block;
    background: url(/sites/all/themes/bmh/images/images/files-sd487c09ef8.png) 0 -82px
        no-repeat;
}
a.download.audio {
    background: url(/sites/all/themes/bmh/images/images/files-sd487c09ef8.png) 0 -239px
        no-repeat;
}
a.download.image {
    background: url(/sites/all/themes/bmh/images/images/files-sd487c09ef8.png) 0 -321px
        no-repeat;
}
a.download.video {
    background: url(/sites/all/themes/bmh/images/images/files-sd487c09ef8.png) 0 -813px
        no-repeat;
}
img,
media {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top;
}
figure.image figcaption {
    margin: 0;
    padding: 7px 10px;
    background: #eee;
    font-size: 1em;
    font-style: normal;
    color: #47381e;
    border: 0;
}
img.left {
    margin-bottom: 10px;
    float: none;
    display: block;
}
@media (min-width: 480px) {
    img.left {
        float: left;
        margin-right: 20px;
        max-width: 50%;
    }
}
@media (min-width: 980px) {
    img.left {
        max-width: 100%;
    }
}
img.right {
    margin-bottom: 10px;
    float: none;
    display: block;
}
@media (min-width: 480px) {
    img.right {
        float: right;
        margin-left: 20px;
        max-width: 50%;
    }
}
@media (min-width: 980px) {
    img.right {
        max-width: 100%;
    }
}
ul.tabs.tabs--primary,
ul.tabs.tabs--primary li {
    margin: 0;
    list-style: none;
}
#block-locale-language {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: auto;
    text-align: center;
}
#block-locale-language .contextual-links-wrapper,
#block-locale-language h2.block-title {
    display: none;
}
#block-locale-language .content ul {
    margin: 0;
    padding: 0;
}
#block-locale-language .content ul li {
    list-style: none;
    display: inline-block;
}
ul.pager {
    width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
ul.pager li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 31px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: inherit;
    border: 1px solid #333;
}
ul.pager li a {
    display: block;
    color: inherit;
    text-decoration: none;
}
ul.pager li a:hover,
ul.pager li.pager__item--current {
    background: #b60f3c;
    color: #fff;
}
#site-map h2.title {
    display: none;
}
.views-row {
    position: relative;
    margin-bottom: 40px;
}
iframe {
    border: 0;
    vertical-align: top;
}
#comments {
    margin: 0;
    overflow: hidden;
    margin-top: 40px;
}
#comments .comment {
    margin-bottom: 20px;
}
#comments .comment .comment-submitted {
    margin: 25px 0 5px;
}
#comments .comment .comment__content {
    margin-bottom: 5px;
}
#comments .comment .comment__links {
    font-size: 0.9em;
}
#comments .comments__form-title {
    margin-top: 40px;
}
.post-date {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-style: italic;
}
.admininfo {
    background: #fef5f1 !important;
    border: 1px solid red !important;
}
body.not-logged-in .admininfo {
    display: none !important;
}
#breadcrumb {
    font-size: 0.9em;
    color: #b60f3c;
}
blockquote {
    margin-left: 60px;
    font-style: italic;
    font-size: 1.2em;
    font-weight: 300;
    color: rgba(71, 56, 30, 0.5);
    border-left: 3px solid #b60f3c;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
}
blockquote * {
    margin: 0;
    padding: 0;
}
blockquote:before {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 23px;
    content: '\f10e';
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -11px;
    color: #b60f3c;
}
@media (min-width: 740px) {
    .mobile-only {
        display: none !important;
    }
}
@media all and (max-width: 740px) {
    .desktop-only {
        display: none !important;
    }
}
@media all and (max-width: 740px) {
    .equalheight {
        height: auto !important;
    }
}
.block.mainmenu .block__content,
.mainmenu {
    position: static;
}
#map_canvas {
    width: 100%;
}
#block-views-news-archiv .view-content li a,
.button,
.field-name-field-slide .content .field-name-field-slide-link a,
.field-name-field-slide .content .field-name-field-titelbild-link a,
.front-block .content-wrapper a,
.isotope-options li a,
.teaser-bild-text-link .link a,
.titelbild .content .field-name-field-slide-link a,
.titelbild .content .field-name-field-titelbild-link a,
a.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
ul.flippy a {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    color: #b60f3c;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    min-height: 1px;
    cursor: pointer;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
#block-views-news-archiv .view-content li a:hover,
.button:hover,
.field-name-field-slide .content .field-name-field-slide-link a:hover,
.field-name-field-slide .content .field-name-field-titelbild-link a:hover,
.front-block .content-wrapper a:hover,
.isotope-options li a:hover,
.teaser-bild-text-link .link a:hover,
.titelbild .content .field-name-field-slide-link a:hover,
.titelbild .content .field-name-field-titelbild-link a:hover,
a.button:hover,
button:hover,
input.form-submit:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
ul.flippy a:hover {
    background: #b60f3c;
    color: #fff;
}
.more,
a.more {
    padding-right: 30px;
}
.more:after,
a.more:after {
    font-family: FontAwesome;
    font-size: 25px;
    content: '\f105';
    position: absolute;
    right: 10px;
    -webkit-transition: right 0.2s ease-out;
    -moz-transition: right 0.2s ease-out;
    transition: right 0.2s ease-out;
}
.more:hover:after,
a.more:hover:after {
    right: 5px;
}
.back,
a.back {
    padding-left: 30px;
}
.back:before,
a.back:before {
    font-family: FontAwesome;
    font-size: 25px;
    content: '\f104';
    position: absolute;
    left: 10px;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}
.back:hover:before,
a.back:hover:before {
    left: 5px;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #47381e;
    opacity: 0.8;
}
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    min-height: 45px;
    line-height: 23px;
    padding: 10px 15px;
    border: 1px solid #aaa;
    background-color: #fefefe;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
}
input[disabled='disabled'] {
    background: #ddd;
}
select::-ms-expand {
    display: none;
}
select {
    background: #fefefe url(/sites/all/themes/bmh/images/default/select.png)
        no-repeat right center;
    padding-right: 25px !important;
    height: 45px;
}
.form-actions {
    text-align: right;
}
.webform-component-date .webform-container-inline {
    clear: both;
    overflow: hidden;
}
.webform-component-date .webform-container-inline .form-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
    display: block;
}
.webform-component-date .webform-container-inline .form-item:last-child {
    margin-right: 0;
}
.form-item-pass-pass1,
.form-item-pass-pass2 {
    width: 100%;
}
.password-strength {
    float: none;
    margin-bottom: 10px;
}
div.password-confirm {
    float: none;
}
div.form-item div.password-suggestions {
    width: 100%;
}
table {
    border: none;
    width: 100%;
}
table tr.even,
table tr.even td,
table tr.even:hover td.active,
table tr.odd,
table tr.odd td,
table tr.odd:hover td.active,
table tr:hover td {
    background: 0 0;
}
table td,
table th {
    vertical-align: top;
    padding: 5px 10px;
}
table th {
    background: #dfdfdf;
    border: 0;
}
table td {
    border: 1px solid #dfdfdf;
}
table p {
    margin: 0;
}
table.border-bottom td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
table.no-border td {
    border: 0;
}
@media all and (max-width: 740px) {
    table.responsive tr {
        display: block;
        margin-bottom: 20px;
    }
    table.responsive td {
        display: block;
        width: 100%;
        border: 0;
    }
}
table.striped tr:nth-child(2n) {
    background: #efefef;
}
.paragraphs-items .entity-paragraphs-item {
    margin: 0 0 40px 0;
}
.paragraphs-items .field,
.paragraphs-items .flexslider {
    margin: 0;
}
.paragraphs-items .field--name-field-body > p:last-child,
.paragraphs-items > div:last-child {
    margin-bottom: 0;
}
.block .block-title {
    margin-top: 0;
}
.block .block__content {
    position: relative;
}
.block .block__content p:last-child {
    margin-bottom: 0;
}
a.colorbox img {
    cursor: url(/sites/all/themes/bmh/images/default/zoom-white.png), pointer;
}
#colorbox #cboxContent {
    background: 0 0;
    padding: 0 40px 20px 40px;
}
#colorbox #cboxCurrent {
    left: 45px;
    background: 0 0;
    color: #fff;
    top: auto;
    bottom: 0;
}
#colorbox #cboxTitle {
    background: 0 0;
    color: #fff;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    top: auto;
    bottom: 0;
}
#colorbox #cboxClose {
    bottom: auto;
    top: -20px;
    right: 20px;
    background: url(/sites/all/themes/bmh/images/default/btn-cb-close.png)
        no-repeat top left;
    opacity: 0.4;
    height: 20px;
    width: 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#colorbox #cboxClose:hover {
    opacity: 0.8;
    background: url(/sites/all/themes/bmh/images/default/btn-cb-close.png)
        no-repeat top left;
}
#colorbox #cboxLoadedContent {
    border: 5px solid #000;
    background: #000;
}
#colorbox #cboxLoadedContent iframe {
    display: block;
    width: 100%;
    border: 0;
}
#colorbox #cboxPrevious {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 37px;
    height: 50px;
    margin-top: -25px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: url(/sites/all/themes/bmh/images/default/btn-cb-back.png)
        no-repeat;
    opacity: 0.4;
}
#colorbox #cboxNext {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: auto;
    right: 0;
    width: 37px;
    height: 50px;
    margin-top: -25px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: url(/sites/all/themes/bmh/images/default/btn-cb-next.png)
        no-repeat;
    opacity: 0.4;
}
#colorbox #cboxContent #cboxNext:hover,
#colorbox #cboxContent #cboxPrevious:hover {
    background-position: 0 0;
    opacity: 0.8;
}
#colorbox button {
    min-width: 0;
}
#webform-client-form-738 .webform-component-email,
#webform-client-form-738 .webform-component-textfield {
    display: inline-block;
    float: left;
    width: calc(50% - 5px);
}
#webform-client-form-738 .webform-component--e-mail,
#webform-client-form-738 .webform-component--vorname {
    margin-right: 10px;
}
.field--name-field-cuacc {
    margin: 40px 0;
}
.cuacc-set {
    clear: both;
    overflow: hidden;
    position: relative;
    border: 1px solid #b60f3c;
    margin-bottom: 10px;
}
.cuacc-set .cuacc-trigger {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px 5px 50px;
    background: #b60f3c;
    line-height: 30px;
    color: #fff;
}
.cuacc-set .cuacc-trigger:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 30px;
    content: '\f0da';
    left: 15px;
}
.cuacc-set .cuacc-trigger:hover {
    background: #b60f3c;
}
.cuacc-set .cuacc-content {
    overflow: hidden;
    position: relative;
}
.cuacc-set .cuacc-content .body {
    padding: 10px 50px 0;
}
.cuacc-set.active .cuacc-trigger:before {
    content: '\f0d7';
}
h2.error-title {
    text-align: center;
    font-size: 80px;
    font-weight: 700;
}
.error-text {
    text-align: center;
}
.field--name-field-galerie {
    margin: 40px 0;
}
.field--name-field-galerie .field__items {
    clear: both;
    overflow: hidden;
    margin-bottom: -2%;
}
.field--name-field-galerie .field__item {
    float: left;
    width: 32%;
    max-width: 270px;
    margin: 0 2% 2% 0;
}
.field--name-field-galerie .field__item:nth-child(3n) {
    margin-right: 0;
}
@media (min-width: 740px) {
    .has-no-sidebars .field--name-field-galerie .field__item {
        width: 23%;
        margin: 0 2.6% 2.6% 0;
        display: block;
    }
    .has-no-sidebars .field--name-field-galerie .field__item:nth-child(4n) {
        margin-right: 0;
    }
}
#sliding-popup {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
}
#sliding-popup > div {
    padding: 0 10px;
}
@media (min-width: 1220px) {
    #sliding-popup > div {
        padding: 0 30px;
    }
}
#sliding-popup .popup-content {
    width: 100%;
    max-width: 100%;
    display: block;
    justify-content: space-between;
    overflow: hidden;
}
@media (min-width: 480px) {
    #sliding-popup .popup-content {
        display: flex;
    }
}
#sliding-popup .popup-content #popup-text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    margin: 10px 0;
    padding-right: 10px;
    float: none;
    max-width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
}
#sliding-popup .popup-content #popup-text a {
    color: #fff;
    text-decoration: underline;
}
#sliding-popup .popup-content #popup-text a:hover {
    color: #fff;
}
#sliding-popup .popup-content #popup-text :last-child {
    margin-bottom: 0;
}
#sliding-popup .popup-content #popup-buttons {
    margin: 10px 0;
    float: none;
    max-width: 100%;
}
#sliding-popup .popup-content #popup-buttons button {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    min-height: 1px;
    cursor: pointer;
    position: relative;
    width: 100%;
    min-width: 100px;
}
@media (min-width: 480px) {
    #sliding-popup .popup-content #popup-buttons button {
        width: auto;
    }
}
#sliding-popup .popup-content #popup-buttons button:hover {
    color: #000;
    background: #fff;
}
#block-views-galerie-flex-single {
    max-width: 600px;
}
#block-views-galerie-flex-multi .flexslider,
#block-views-galerie-sponsoren .flexslider {
    border: solid #fff;
    border-width: 10px 70px;
    overflow: visible;
}
#block-views-galerie-flex-multi .flexslider .slides li,
#block-views-galerie-sponsoren .flexslider .slides li {
    margin-right: 10px;
}
#block-views-galerie-flex-multi .flexslider .flex-direction-nav a,
#block-views-galerie-sponsoren .flexslider .flex-direction-nav a {
    display: block;
    opacity: 0.7;
}
#block-views-galerie-flex-multi .flexslider .flex-direction-nav a:hover,
#block-views-galerie-sponsoren .flexslider .flex-direction-nav a:hover {
    opacity: 1;
}
#block-views-galerie-flex-multi .flex-direction-nav a.flex-next,
#block-views-galerie-sponsoren .flex-direction-nav a.flex-next {
    right: -60px;
}
#block-views-galerie-flex-multi .flex-direction-nav a.flex-prev,
#block-views-galerie-sponsoren .flex-direction-nav a.flex-prev {
    left: -60px;
}
.flexslider {
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.flexslider .flex-control-nav {
    bottom: 0;
    z-index: 3;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a.flex-prev {
    width: 30px;
    height: 40px;
    font-size: 0;
    display: block;
}
.flexslider .flex-direction-nav a::before {
    font-family: FontAwesome;
    content: '\f053';
    color: rgba(0, 0, 0, 0.8);
    font-size: 40px;
    line-height: 40px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flexslider .flex-direction-nav a.flex-next::before {
    content: '\f054';
}
.multiflex .flexslider {
    border: solid transparent;
    border-width: 0 50px;
    overflow: visible;
}
.multiflex .flexslider .slides li {
    margin-right: 10px;
}
.multiflex .flexslider .flex-direction-nav a,
.multiflex .flexslider .flex-direction-nav a.flex-prev {
    display: block;
    opacity: 0.8;
    left: -50px;
}
.multiflex .flexslider .flex-direction-nav a.flex-prev:hover,
.multiflex .flexslider .flex-direction-nav a:hover {
    opacity: 1;
}
.multiflex .flexslider .flex-direction-nav a.flex-next,
.multiflex .flexslider .flex-direction-nav a.flex-prev.flex-next {
    left: auto;
    right: -50px;
}
.node--full .field--name-post-date,
.node--full .field-name-post-date {
    margin-bottom: 7px;
}
.node--full .field--name-field-news-img,
.node--full .field-name-field-news-img {
    margin: 0 0 15px 0;
}
@media (min-width: 740px) {
    .node--full .field--name-field-news-img,
    .node--full .field-name-field-news-img {
        float: left;
        max-width: 48%;
        margin-right: 4%;
    }
}
#block-views-news-archiv .view-content ul {
    margin: 0 0 20px 0;
    list-style: none;
    clear: both;
    overflow: hidden;
}
#block-views-news-archiv .view-content li {
    float: left;
    margin: 0 10px 10px 0;
}
#bmh-routeplanner-address-form {
    clear: both;
    overflow: hidden;
}
#bmh-routeplanner-address-form .form-item {
    float: left;
    display: block;
    width: 49%;
    margin: 0 2% 1em 0;
}
#bmh-routeplanner-address-form .form-item-location,
#bmh-routeplanner-address-form .form-item-start {
    width: 100%;
}
#bmh-routeplanner-address-form .form-item-time {
    margin-right: 0;
}
#bmh-routeplanner-address-form #edit-button {
    margin: 0 0 1em 0;
    width: 100%;
}
#map_canvas img {
    max-width: none;
}
.adp-placemark td {
    min-width: 30px;
}
img.adp-marker {
    padding: 5px;
}
td.adp-step,
td.adp-text {
    vertical-align: middle;
}
#map_directions div,
#map_directions table {
    font-family: inherit;
    color: inherit;
}
.node--produkt.view-mode-full .produkt {
    margin-bottom: 20px;
}
.node--produkt .video-icon {
    position: relative;
    padding-left: 45px;
}
.node--produkt .video-icon:before {
    content: '\f16a';
    font-family: FontAwesome;
    font-size: 34px;
    left: 0;
    position: absolute;
    top: 0;
}
.produkt {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    padding: 20px;
}
.produkt .titel {
    color: #b60f3c;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.produkt .bild {
    margin-bottom: 20px;
}
@media (min-width: 740px) {
    .produkt .bild {
        margin-bottom: 0;
    }
}
.produkt .body {
    color: #47381e;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.produkt .basic-cart-wrapper {
    margin-top: 20px;
}
.produkt .preis {
    text-align: right;
}
.produkt .preis .basic-cart-price {
    font-weight: 600;
}
.produkt form {
    margin-top: 20px;
    text-align: right;
}
.produkt form label {
    display: inline-block;
    margin-right: 5px;
}
.produkt form .form-item-quantity {
    display: inline-block;
    margin-right: 20px;
}
.produkt form .form-text {
    line-height: 20px;
    min-height: 20px;
    padding: 5px;
    width: 30px;
}
@media (min-width: 740px) {
    .has-no-sidebars .produkt .bild {
        float: left;
        padding-right: 20px;
        width: 35%;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars .produkt .bild {
        width: 30%;
    }
}
@media (min-width: 1220px) {
    .has-no-sidebars .produkt .bild {
        width: 25%;
    }
}
@media (min-width: 740px) {
    .has-no-sidebars .produkt .body.mit-bild {
        float: left;
        width: 65%;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars .produkt .body.mit-bild {
        width: 70%;
    }
}
@media (min-width: 1220px) {
    .has-no-sidebars .produkt .body.mit-bild {
        width: 75%;
    }
}
@media (min-width: 740px) {
    .has-one-sidebar .produkt .bild {
        float: left;
        padding-right: 20px;
        width: 45%;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar .produkt .bild {
        width: 40%;
    }
}
@media (min-width: 740px) {
    .has-one-sidebar .produkt .body.mit-bild {
        float: left;
        width: 55%;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar .produkt .body.mit-bild {
        width: 60%;
    }
}
.view-shop .view-header .view-header p {
    margin: 0;
}
.view-shop .view-header .view-header p a {
    color: #47381e;
    text-decoration: none;
}
.view-shop .view-header .views-summary {
    margin-left: 0;
    list-style: none;
}
.view-shop .view-header .views-summary li a {
    color: #47381e;
}
.view-shop .view-header .views-summary li a.active {
    color: #b60f3c;
}
.block--views-shop-block-1 .view-header {
    display: none;
}
.block--views-shop-block-1 ul {
    margin-left: 0;
    list-style: none;
}
.block--views-shop-block-1 .view-footer {
    text-align: right;
}
.block--basic-cart {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    padding: 20px 25px;
}
.block--basic-cart .block-title {
    border-bottom: none !important;
    color: #b60f3c;
    font-family: century-gothic, sans-serif;
    font-size: 1.6em !important;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 25px;
    margin-bottom: 0 !important;
}
.block--basic-cart .basic-cart-cart-contents {
    padding-left: 0;
    padding-right: 0;
}
#edit-buttons-update {
    margin-right: 10px;
}
.basic-cart-block .basic-cart-cart-quantity.cell,
.basic-cart-cart .basic-cart-cart-quantity.cell {
    padding-bottom: 6px;
    padding-top: 6px;
}
.basic-cart-cart-unit-price.cell,
.basic-cart-cart-x.cell {
    padding-bottom: 6px;
    padding-top: 6px;
}
.basic-cart-cart-quantity input {
    line-height: 20px;
    min-height: 20px;
    padding: 5px;
    width: 30px;
}
.basic-cart-call-to-action a.back {
    float: left;
}
.search-result__info {
    display: none;
}
.view-suche .views-row {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.view-suche .title {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.view-suche .view-empty {
    text-align: center;
}
#block-views-exp-suche-page {
    max-width: 200px;
}
#block-views-exp-suche-page
    .contextual-links-wrapper.contextual-links-processed {
    display: none !important;
}
#block-views-exp-suche-page .views-exposed-widgets {
    position: relative;
    margin: 0;
}
#block-views-exp-suche-page .views-exposed-widgets input {
    line-height: 30px;
    height: 30px;
    border: 0;
    margin: 0;
    padding: 0;
}
#block-views-exp-suche-page .views-exposed-widgets input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#block-views-exp-suche-page
    .views-exposed-widgets
    .views-widget-filter-search_api_views_fulltext {
    padding: 0 40px 0 0;
}
#block-views-exp-suche-page
    .views-exposed-widgets
    .views-widget-filter-search_api_views_fulltext
    input.form-text {
    background: #fff;
    color: #47381e;
    border: 0 transparent;
    padding: 0 10px;
    font-size: 13px;
}
#block-views-exp-suche-page .views-exposed-widgets .views-submit-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    background: #999;
}
#block-views-exp-suche-page .views-exposed-widgets .views-submit-button:after {
    font-family: FontAwesome;
    content: '\f002';
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
}
#block-views-exp-suche-page
    .views-exposed-widgets
    .views-submit-button
    input.form-submit {
    display: block;
    background: 0 0;
    width: 40px;
    min-width: 0;
    font-size: 0;
    z-index: 1;
}
.block--facetapi ul.facetapi-facetapi-links {
    margin: 0;
}
.block--facetapi ul.facetapi-facetapi-links li {
    list-style: none;
}
.block--facetapi ul.facetapi-facetapi-links li a {
    display: block;
    line-height: 30px;
    position: relative;
    text-decoration: none;
    padding: 0 20px;
    color: #000;
}
.block--facetapi ul.facetapi-facetapi-links li a:after,
.block--facetapi ul.facetapi-facetapi-links li a:before {
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    font-weight: 400;
    color: #000;
}
.block--facetapi ul.facetapi-facetapi-links li a.facetapi-inactive:hover:after {
    color: green;
    content: '\f00c';
    font-size: 1.5em;
}
.block--facetapi ul.facetapi-facetapi-links li a.facetapi-active:after {
    content: '\f00c';
}
.block--facetapi ul.facetapi-facetapi-links li a.facetapi-active:hover:after {
    color: #8b0000;
    content: '\f00d';
    font-size: 1.5em;
}
.block--facetapi ul.facetapi-facetapi-links > li {
    margin-bottom: 10px;
}
.block--facetapi ul.facetapi-facetapi-links > li > a {
    background: #ddd;
    color: #000;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 600;
}
.block--facetapi ul.facetapi-facetapi-links .item-list ul {
    margin-left: 50px;
}
.block--facetapi ul.facetapi-facetapi-links .item-list a {
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}
.mainmenu ul.sf-menu.sf-style-none {
    margin: 0;
    padding: 0;
    position: relative;
}
.mainmenu ul.sf-menu.sf-style-none * {
    margin: 0;
    padding: 0;
}
.mainmenu ul.sf-menu.sf-style-none a {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    padding: 5px 15px;
}
.mainmenu ul.sf-menu.sf-style-none a.active,
.mainmenu ul.sf-menu.sf-style-none li.active-trail > a {
    color: #b60f3c;
    font-weight: 700;
}
div.sf-accordion-toggle a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    line-height: 60px;
    height: 60px;
    font-size: 29px;
}
div.sf-accordion-toggle a:before {
    font-family: FontAwesome;
    content: '\f0c9';
}
div.sf-accordion-toggle a.sf-expanded:before {
    content: '\f00d';
}
div.sf-accordion-toggle a span {
    margin-left: 10px;
}
.mainmenu ul.sf-menu.sf-accordion {
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #b60f3c;
}
.mainmenu ul.sf-menu.sf-accordion li {
    width: 100%;
    padding: 0;
}
.mainmenu ul.sf-menu.sf-accordion a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 20px;
}
.mainmenu ul.sf-menu.sf-accordion li.sf-depth-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.mainmenu ul.sf-menu.sf-accordion li.sf-depth-1:last-child {
    border: 0;
}
.mainmenu ul.sf-menu.sf-accordion li.sf-depth-1.active-trail > a,
.mainmenu ul.sf-menu.sf-accordion li.sf-depth-1 > a,
.mainmenu ul.sf-menu.sf-accordion li.sf-depth-1 > a.active {
    color: #fff;
    background: #b60f3c;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
}
.mainmenu ul.sf-menu.sf-accordion li.sf-depth-1.sfHover > a:after {
    content: '';
    display: none;
}
.mainmenu ul.sf-menu.sf-accordion ul {
    padding: 0 0 10px 20px !important;
    width: 100%;
}
.mainmenu ul.sf-menu.sf-accordion ul a {
    font-weight: 600;
}
.mainmenu ul.sf-menu.sf-accordion ul ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mainmenu ul.sf-menu.sf-accordion ul ul a {
    margin-left: 20px;
    padding-left: 12px;
    font-weight: 400;
}
.mainmenu ul.sf-menu.sf-accordion ul ul a:before {
    font-family: FontAwesome;
    content: '\f105';
    margin-right: 3px;
    position: absolute;
    left: 0;
    color: #b60f3c;
    font-size: 0.7em;
}
.mainmenu ul.sf-menu.sf-accordion li.sf-expanded > ul {
    position: relative;
    z-index: 500;
    top: 0;
    left: 0;
    margin: 0;
    clear: both;
    overflow: hidden;
}
.mainmenu ul.sf-menu.sf-accordion li.menuparent > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: static;
    margin-left: 15px;
}
.mainmenu ul.sf-menu.sf-accordion li.menuparent.sf-expanded > a:after {
    content: '\f106';
}
.mainmenu ul.sf-menu.sf-style-none:not(.sf-accordion) a:hover {
    color: #b60f3c;
}
.mainmenu ul.sf-menu.sf-style-none:not(.sf-accordion) li.sf-depth-1 > a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 15px;
}
.mainmenu ul.sf-menu.sf-style-none:not(.sf-accordion) ul {
    background: #fff;
    top: 100%;
    border: 0;
    border-radius: 0;
    padding: 0 !important;
}
.mainmenu
    ul.sf-menu.sf-style-none:not(.sf-accordion)
    ul
    li.menuparent
    > a:after {
    font-family: FontAwesome;
    content: '\f105';
    position: static;
    font-weight: 600;
    margin-left: 20px;
}
.mainmenu ul.sf-menu.sf-style-none:not(.sf-accordion) ul ul {
    top: 0;
}
.mainmenu {
    position: static;
}
.mainmenu .tb-megamenu {
    position: static;
    background: 0 0;
}
.mainmenu .tb-megamenu .btn-navbar {
    position: absolute;
    z-index: 9999;
    left: 10px;
    top: 10px;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    border: 0 none;
    border-radius: 0;
    height: auto;
    margin: 0;
    padding: 7px;
    font-size: 24px;
    text-shadow: none;
}
.mainmenu .tb-megamenu .btn-navbar i {
    display: none;
}
.mainmenu .tb-megamenu .btn-navbar:before {
    font-family: FontAwesome;
    content: '\f0c9';
}
.mainmenu .tb-megamenu .btn-navbar.open:before {
    content: '\f00d';
}
.mainmenu .tb-megamenu .nav-collapse {
    background: #b60f3c;
    top: 50px;
    margin: 0;
    position: static;
}
.mainmenu .tb-megamenu ul.nav li a {
    margin: 0;
    padding: 0 10px;
    border: 0 !important;
    background: 0 0 !important;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #333;
    word-wrap: break-word;
}
.mainmenu .tb-megamenu ul.nav li.active > a,
.mainmenu .tb-megamenu ul.nav li.open.active > a {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav li a:hover,
.mainmenu .tb-megamenu ul.nav li.active > a:hover,
.mainmenu .tb-megamenu ul.nav li.open.active > a:hover {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav li.level-1 > a {
    height: 50px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #333;
}
.mainmenu .tb-megamenu ul.nav li.level-1.active > a {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav li.level-1.active > a:hover,
.mainmenu .tb-megamenu ul.nav li.level-1.open.active > a,
.mainmenu .tb-megamenu ul.nav li.level-1.open.active > a:hover,
.mainmenu .tb-megamenu ul.nav li.level-1.open > a,
.mainmenu .tb-megamenu ul.nav li.level-1 > a:hover {
    color: #fff;
    background: #b60f3c !important;
}
.mainmenu .tb-megamenu ul.nav .dropdown-menu {
    background: #fff;
    border: 0;
    min-width: 230px;
}
.mainmenu .tb-megamenu ul.nav .dropdown-menu .mega-inner {
    padding: 10px;
}
.mainmenu .tb-megamenu ul.nav li.mega-align-justify > .dropdown-menu {
    width: 100%;
    left: 0;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 > a,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 > a.mega-group-title {
    padding: 4px 10px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.active > a,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.open.active > a {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.active > a:hover,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.open.active > a:hover,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 > a:hover {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 .mega-inner {
    padding-top: 0;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 > a {
    padding: 0 10px 0 12px;
    margin-left: 10px;
    line-height: 1.4em;
    position: relative;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 > a:before {
    font-family: FontAwesome;
    content: '\f105';
    margin-right: 3px;
    position: absolute;
    left: 0;
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 > a:after {
    display: none;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 div.tb-megamenu-submenu {
    display: none;
}
@media (min-width: 1220px) {
    .mainmenu .tb-megamenu ul.nav li.mega-align-justify > .dropdown-menu {
        max-width: 1180px;
    }
}
.teaser .wrapper {
    position: relative;
    display: block;
}
.teaser h1 {
    display: none;
}
.teaser a.wrapper-link {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    color: #47381e;
}
@media (min-width: 980px) {
    .teaser a.wrapper-link:hover {
        background: #b60f3c;
    }
    .teaser a.wrapper-link:hover * {
        color: #fff;
    }
}
.video-embed-description {
    background: #222;
    color: #fff;
    padding: 3px 5px;
}
#block-views-youtube-video-video .views-row {
    max-width: 380px;
    margin-bottom: 10px;
}
#block-views-youtube-video-video .views-row img {
    vertical-align: bottom;
}
::selection {
    background: #b60f3c;
    color: #fff;
}
::-moz-selection {
    background: #b60f3c;
    color: #fff;
}
::-webkit-selection {
    background: #b60f3c;
    color: #fff;
}
.l-main .l-inner {
    min-height: 500px;
}
#block-views-news-archiv .view-content li a,
.button,
.field-name-field-slide .content .field-name-field-slide-link a,
.field-name-field-slide .content .field-name-field-titelbild-link a,
.front-block .content-wrapper a,
.hl,
.isotope-options li a,
.teaser-bild-text-link .link a,
.titelbild .content .field-name-field-slide-link a,
.titelbild .content .field-name-field-titelbild-link a,
a.button,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input[type='button'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='search'],
input[type='submit'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea,
ul.flippy a {
    font-family: century-gothic, sans-serif;
    letter-spacing: 0.2px;
    line-height: 25px;
}
body {
    font-size: 18px;
}
.hl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}
h1 {
    color: #b60f3c;
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 45px;
    letter-spacing: 0.5px;
}
.hl2,
h2 {
    font-size: 1.6em;
}
.hl3,
h3 {
    font-size: 1.5em;
}
.hl4,
h4 {
    font-size: 1.4em;
}
.hl5,
h5 {
    font-size: 1.3em;
}
.hl6,
h6 {
    font-size: 1.2em;
}
b,
strong {
    font-family: FFUnitWebBold, sans-serif;
    font-weight: 400;
}
#block-views-news-archiv .view-content li a,
.button,
.field-name-field-slide .content .field-name-field-slide-link a,
.field-name-field-slide .content .field-name-field-titelbild-link a,
.front-block .content-wrapper a,
.isotope-options li a,
.teaser-bild-text-link .link a,
.titelbild .content .field-name-field-slide-link a,
.titelbild .content .field-name-field-titelbild-link a,
a.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
ul.flippy a {
    background: #b60f3c;
    color: #fff;
    border: 1px solid #b60f3c;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.2px;
    min-width: 150px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    transition: background 0.2s ease-in-out;
}
#block-views-news-archiv .view-content li a:hover,
.button:hover,
.field-name-field-slide .content .field-name-field-slide-link a:hover,
.field-name-field-slide .content .field-name-field-titelbild-link a:hover,
.front-block .content-wrapper a:hover,
.isotope-options li a:hover,
.teaser-bild-text-link .link a:hover,
.titelbild .content .field-name-field-slide-link a:hover,
.titelbild .content .field-name-field-titelbild-link a:hover,
a.button:hover,
button:hover,
input.form-submit:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
ul.flippy a:hover {
    background: #b18941;
    color: #fff;
}
.back,
.more,
a.back,
a.more {
    padding-left: 30px;
    padding-right: 30px;
}
#block-views-news-archiv .view-content li .mac.chrome a,
#block-views-news-archiv .view-content li .mac.safari a,
.field-name-field-slide .content .field-name-field-slide-link .mac.chrome a,
.field-name-field-slide .content .field-name-field-slide-link .mac.safari a,
.field-name-field-slide .content .field-name-field-titelbild-link .mac.chrome a,
.field-name-field-slide .content .field-name-field-titelbild-link .mac.safari a,
.front-block .content-wrapper .mac.chrome a,
.front-block .content-wrapper .mac.safari a,
.isotope-options li .mac.chrome a,
.isotope-options li .mac.safari a,
.mac.chrome #block-views-news-archiv .view-content li a,
.mac.chrome .button,
.mac.chrome .field-name-field-slide .content .field-name-field-slide-link a,
.mac.chrome .field-name-field-slide .content .field-name-field-titelbild-link a,
.mac.chrome .front-block .content-wrapper a,
.mac.chrome .isotope-options li a,
.mac.chrome .teaser-bild-text-link .link a,
.mac.chrome .titelbild .content .field-name-field-slide-link a,
.mac.chrome .titelbild .content .field-name-field-titelbild-link a,
.mac.chrome a.button,
.mac.chrome button,
.mac.chrome input[type='button'],
.mac.chrome input[type='reset'],
.mac.chrome input[type='submit'],
.mac.chrome ul.flippy a,
.mac.safari #block-views-news-archiv .view-content li a,
.mac.safari .button,
.mac.safari .field-name-field-slide .content .field-name-field-slide-link a,
.mac.safari .field-name-field-slide .content .field-name-field-titelbild-link a,
.mac.safari .front-block .content-wrapper a,
.mac.safari .isotope-options li a,
.mac.safari .teaser-bild-text-link .link a,
.mac.safari .titelbild .content .field-name-field-slide-link a,
.mac.safari .titelbild .content .field-name-field-titelbild-link a,
.mac.safari a.button,
.mac.safari button,
.mac.safari input[type='button'],
.mac.safari input[type='reset'],
.mac.safari input[type='submit'],
.mac.safari ul.flippy a,
.teaser-bild-text-link .link .mac.chrome a,
.teaser-bild-text-link .link .mac.safari a,
.titelbild .content .field-name-field-slide-link .mac.chrome a,
.titelbild .content .field-name-field-slide-link .mac.safari a,
.titelbild .content .field-name-field-titelbild-link .mac.chrome a,
.titelbild .content .field-name-field-titelbild-link .mac.safari a,
ul.flippy .mac.chrome a,
ul.flippy .mac.safari a {
    line-height: 35px;
    padding-top: 1px;
}
span.file {
    margin-bottom: 15px;
}
span.file a {
    line-height: 31px;
    padding: 5px 0 5px 45px;
}
.form-actions label,
.form-item label {
    font-weight: 400;
}
table {
    table-layout: fixed;
}
table td {
    border: none;
}
table.border td {
    border: 1px solid #dfdfdf;
}
#logo {
    position: relative;
    z-index: 3;
    float: left;
    margin-right: 15px;
    padding: 10px 0;
}
@media (min-width: 740px) {
    #logo {
        left: -48px;
    }
}
#logo img {
    width: auto;
}
@media (min-width: 980px) {
    #logo {
        padding: 15px 0;
    }
    #logo img {
        height: auto;
        width: 200px;
    }
}
.topnavigation {
    float: right;
    margin-bottom: 20px;
    margin-top: 6px;
}
@media (min-width: 740px) {
    .topnavigation {
        margin-bottom: 0;
    }
}
.topnavigation ul {
    margin: 0;
}
.topnavigation ul li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin-right: 10px;
}
.topnavigation ul li a {
    color: #959595;
    font-size: 14px;
    line-height: 24px;
}
.topnavigation ul li a:hover {
    text-decoration: none;
}
#block-views-exp-suche-page {
    float: right;
    margin-bottom: 20px;
    margin-left: 15px;
    max-width: 190px;
    width: 190px;
}
@media (min-width: 740px) {
    #block-views-exp-suche-page {
        margin-bottom: 0;
    }
}
@media (min-width: 980px) {
    #block-views-exp-suche-page {
        max-width: 37px;
        overflow: hidden;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        width: 37px;
    }
    #block-views-exp-suche-page:hover {
        max-width: 190px;
        width: 190px;
    }
}
#block-views-exp-suche-page .views-exposed-widgets input {
    height: 35px;
    min-height: 35px;
}
#block-views-exp-suche-page
    .views-widget-filter-search_api_views_fulltext
    input.form-text {
    background: #eaeaea !important;
    width: 153px;
}
#block-views-exp-suche-page .views-submit-button {
    background: #cbcbcb !important;
}
#block-views-exp-suche-page .views-submit-button:after {
    font-size: 16px !important;
}
#block-views-exp-suche-page .views-submit-button input.form-submit {
    height: 35px;
    width: 37px !important;
}
#block-locale-language {
    float: right;
    margin-bottom: 20px;
    position: relative;
    width: 111px;
}
@media (min-width: 740px) {
    #block-locale-language {
        margin-bottom: 0;
    }
}
@media (min-width: 980px) {
    #block-locale-language {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        width: 37px;
    }
    #block-locale-language:hover {
        width: 111px;
    }
}
ul.language-switcher-locale-url {
    height: 35px;
    margin: 0;
    overflow: hidden;
}
ul.language-switcher-locale-url li {
    display: inline-block;
    float: right;
    list-style-image: none;
    list-style-type: none;
    margin-left: 2px;
}
ul.language-switcher-locale-url li a {
    background: #eaeaea;
    color: #959595;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 35px;
    width: 35px;
}
ul.language-switcher-locale-url li a:hover {
    text-decoration: none;
}
ul.language-switcher-locale-url li a.active {
    background: #cbcbcb;
    color: #fff;
}
ul.language-switcher-locale-url li span {
    background: #eaeaea;
    color: #959595;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 35px;
    text-decoration: line-through;
    width: 35px;
}
.mainmenu.block--superfish {
    float: right;
    position: static;
}
@media (min-width: 980px) {
    .mainmenu.block--superfish {
        display: none;
    }
}
.mainmenu.block--superfish .sf-accordion-toggle {
    color: #47381e;
}
.mainmenu.block--superfish .sf-accordion-toggle span {
    display: none;
}
.mainmenu.block--superfish ul.sf-menu.sf-style-none:not(.sf-accordion) a {
    color: #222;
}
.mainmenu.block--superfish
    ul.sf-menu.sf-style-none:not(.sf-accordion)
    li.sf-depth-1 {
    padding: 0;
}
.mainmenu.block--superfish
    ul.sf-menu.sf-style-none:not(.sf-accordion)
    li.sf-depth-1
    > a {
    margin: 0 30px;
    padding: 0;
    border-bottom: 3px solid transparent;
}
.mainmenu.block--superfish
    ul.sf-menu.sf-style-none:not(.sf-accordion)
    li.sf-depth-1
    > a.active {
    font-weight: 300;
    color: #222;
}
.mainmenu.block--superfish
    ul.sf-menu.sf-style-none:not(.sf-accordion)
    li.sf-depth-1.sfHover
    > a,
.mainmenu.block--superfish
    ul.sf-menu.sf-style-none:not(.sf-accordion)
    li.sf-depth-1
    > a:hover {
    border-color: #b60f3c;
}
.mainmenu.block--superfish
    ul.sf-menu.sf-style-none:not(.sf-accordion)
    li.sf-depth-1.menuparent.sfHover
    > a:after {
    bottom: 0;
}
.mainmenu.block--superfish ul.sf-menu.sf-accordion ul {
    padding: 10px 0 10px 20px !important;
}
@media (min-width: 980px) {
    .mainmenu.block--superfish {
        padding-top: 18px;
    }
}
.mainmenu.block--tb-megamenu {
    display: none;
}
@media (min-width: 980px) {
    .mainmenu.block--tb-megamenu {
        display: block;
        float: none;
        height: auto;
        padding-top: 20px;
        position: static;
        width: auto;
    }
}
.mainmenu .tb-megamenu {
    background: 0 0;
    position: static;
}
.mainmenu .tb-megamenu .caret {
    display: none !important;
}
.mainmenu .tb-megamenu .btn-navbar {
    position: absolute;
    z-index: 9999;
    left: 10px;
    top: 10px;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    border: 0 none;
    border-radius: 0;
    height: auto;
    margin: 0;
    padding: 7px;
    font-size: 24px;
    text-shadow: none;
}
.mainmenu .tb-megamenu .btn-navbar i {
    display: none;
}
.mainmenu .tb-megamenu .btn-navbar:before {
    font-family: FontAwesome;
    content: '\f0c9';
}
.mainmenu .tb-megamenu .btn-navbar.open:before {
    content: '\f00d';
}
.mainmenu .tb-megamenu .nav-collapse {
    background: #b60f3c;
    top: 50px;
    margin: 0;
    position: static;
}
.mainmenu .tb-megamenu ul.nav {
    float: right;
}
.mainmenu .tb-megamenu ul.nav li a {
    background: 0 0 !important;
    border: 0 !important;
    color: #47381e;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin: 0;
    padding: 0 10px;
    word-wrap: break-word;
}
.mainmenu .tb-megamenu ul.nav li.active > a,
.mainmenu .tb-megamenu ul.nav li.open.active > a {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav li a:hover,
.mainmenu .tb-megamenu ul.nav li.active > a:hover,
.mainmenu .tb-megamenu ul.nav li.open.active > a:hover {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav li.level-1.active,
.mainmenu .tb-megamenu ul.nav li.level-1.open {
    border-bottom: 1px solid rgba(190, 150, 80, 0.3);
}
.mainmenu .tb-megamenu ul.nav li.level-1 > a {
    color: #47381e;
    height: auto;
    font-family: FFUnitWebBold, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
}
.mainmenu .tb-megamenu ul.nav li.level-1.active > a {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav li.level-1.active > a:hover,
.mainmenu .tb-megamenu ul.nav li.level-1.open.active > a,
.mainmenu .tb-megamenu ul.nav li.level-1.open.active > a:hover,
.mainmenu .tb-megamenu ul.nav li.level-1.open > a,
.mainmenu .tb-megamenu ul.nav li.level-1 > a:hover {
    color: #b60f3c;
    background: 0 0 !important;
}
.mainmenu .tb-megamenu ul.nav li.level-1 > a.dropdown-toggle {
    padding-right: 20px;
    position: relative;
}
.mainmenu .tb-megamenu ul.nav li.level-1 > a.dropdown-toggle:after {
    color: #b60f3c;
    content: '\f078';
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: -3px;
    right: 3px;
}
.mainmenu .tb-megamenu ul.nav .dropdown-menu {
    background: #ededed;
    border: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-top: 1px;
    min-width: 230px;
}
.mainmenu .tb-megamenu ul.nav .dropdown-menu > .mega-dropdown-inner {
    padding: 10px;
}
.mainmenu .tb-megamenu ul.nav li.mega-align-justify > .dropdown-menu {
    width: 100%;
    left: 0;
}
.mainmenu
    .tb-megamenu
    ul.nav
    li.mega-align-justify
    > .dropdown-menu
    .row-fluid
    .column-1-5 {
    margin-left: 0 !important;
    width: 20% !important;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 > a,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 > a.mega-group-title {
    color: #b60f3c;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 10px;
    text-transform: none;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.active > a,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.open.active > a {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.active > a:hover,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2.open.active > a:hover,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 > a:hover {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-2 .mega-inner {
    padding-top: 0;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 > a {
    color: #47381e;
    font-size: 14px;
    line-height: 35px;
    margin-left: 0;
    padding: 0 10px 0 0;
    position: relative;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 > a:before {
    display: none;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 > a:after {
    display: none;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3.active > a {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3.active > a:hover,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3.open.active > a:hover,
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 > a:hover {
    color: #b60f3c;
}
.mainmenu .tb-megamenu ul.nav ul.mega-nav li.level-3 div.tb-megamenu-submenu {
    display: none;
}
@media (min-width: 980px) {
    body.sticky.scroll.not-logged-in .l-header {
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }
}
.block--md-slider .md-arrow div {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    height: 50px;
    left: 35px;
    line-height: 50px;
    margin-top: -30px;
    width: 50px;
}
.block--md-slider .md-arrow div span {
    display: block;
    text-align: center;
    opacity: 0.7;
}
.block--md-slider .md-arrow div span:before {
    font-family: FontAwesome;
    font-size: 30px;
    content: '\f104';
    color: #b60f3c;
    left: 18px;
    top: -1px;
    position: absolute;
}
.block--md-slider .md-arrow div:hover {
    background: rgba(255, 255, 255, 0.9);
}
.block--md-slider .md-arrow div.md-arrow-right {
    left: auto;
    right: 35px;
}
.block--md-slider .md-arrow div.md-arrow-right span:before {
    content: '\f105';
}
.block--md-slider .md-bullets {
    text-align: right;
}
.block--md-slider .md-bullets .md-bullet {
    background: #fff;
}
.block--md-slider .md-bullets .md-bullet a {
    background: #fff;
}
.block--md-slider .md-bullets .md-bullet.md-current a {
    background: #b60f3c;
    border: 2px solid #fff;
}
@media (min-width: 980px) {
    .bean-slider-block.sliderhoehe-0 .flexslider {
        max-height: 295px;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block.sliderhoehe-0 .flexslider {
        max-height: 350px;
    }
}
@media (min-width: 980px) {
    .bean-slider-block.sliderhoehe-0 .flexslider ul.slides li {
        max-height: 295px;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block.sliderhoehe-0 .flexslider ul.slides li {
        max-height: 350px;
    }
}
@media (min-width: 980px) {
    .bean-slider-block.sliderhoehe-1 .flexslider {
        max-height: 285px;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block.sliderhoehe-1 .flexslider {
        max-height: 450px;
    }
}
@media (min-width: 980px) {
    .bean-slider-block.sliderhoehe-1 .flexslider ul.slides li {
        max-height: 285px;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block.sliderhoehe-1 .flexslider ul.slides li {
        max-height: 450px;
    }
}
.bean-slider-block .flexslider {
    margin: 0;
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider {
        max-height: 285px;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block .flexslider {
        max-height: 450px;
    }
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider ul.slides li {
        max-height: 285px;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block .flexslider ul.slides li {
        max-height: 450px;
    }
}
.bean-slider-block .flexslider .flex-direction-nav {
    bottom: 30px;
    display: inline-block;
    height: 60px;
    position: absolute;
    right: 10px;
    width: 135px;
}
@media (min-width: 740px) {
    .bean-slider-block .flexslider .flex-direction-nav {
        bottom: auto;
        right: auto;
        top: 30%;
        width: 100%;
    }
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider .flex-direction-nav {
        top: 35%;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block .flexslider .flex-direction-nav {
        top: 40%;
    }
}
.bean-slider-block .flexslider .flex-direction-nav a {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    border: 1px solid #b60f3c;
    display: block;
    height: 50px;
    left: 10px;
    line-height: 50px;
    opacity: 0.7;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
@media (min-width: 740px) {
    .bean-slider-block .flexslider .flex-direction-nav a {
        border: none;
    }
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider .flex-direction-nav a {
        left: -50px;
    }
}
.bean-slider-block .flexslider .flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 30px;
    content: '\f104';
    color: #b60f3c;
    left: 17px;
    top: 3px;
    position: absolute;
}
.bean-slider-block .flexslider .flex-direction-nav a:hover {
    background: rgba(255, 255, 255, 0.9);
}
.bean-slider-block .flexslider .flex-direction-nav .flex-nav-next a {
    left: auto;
    right: 10px;
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider .flex-direction-nav .flex-nav-next a {
        right: -50px;
    }
}
.bean-slider-block .flexslider .flex-direction-nav .flex-nav-next a:before {
    content: '\f105';
    left: 20px;
    top: 3px;
}
.bean-slider-block .flexslider:hover .flex-direction-nav a {
    left: 10px;
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider:hover .flex-direction-nav a {
        left: 35px;
    }
}
.bean-slider-block .flexslider:hover .flex-direction-nav .flex-nav-next a {
    left: auto;
    right: 10px;
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider:hover .flex-direction-nav .flex-nav-next a {
        right: 35px;
    }
}
.bean-slider-block .flexslider .flex-control-paging {
    bottom: 25px;
    display: none;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
@media (min-width: 740px) {
    .bean-slider-block .flexslider .flex-control-paging {
        width: 720px;
    }
}
@media (min-width: 980px) {
    .bean-slider-block .flexslider .flex-control-paging {
        display: block;
        text-align: right;
        width: 960px;
    }
}
@media (min-width: 1220px) {
    .bean-slider-block .flexslider .flex-control-paging {
        width: 1116px;
    }
}
.bean-slider-block .flexslider .flex-control-paging li a {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    padding: 4px;
    height: 11px;
    text-align: left;
    width: 11px;
}
.bean-slider-block .flexslider .flex-control-paging li a.flex-active {
    background: #b60f3c;
}
.view-titelbild .views-row {
    margin-bottom: 0;
}
.field-name-field-slide .field-name-field-titelbild .image-background,
.titelbild .field-name-field-titelbild .image-background {
    height: auto;
}
.field-name-field-slide .field-name-field-titelbild .image-background img,
.titelbild .field-name-field-titelbild .image-background img {
    width: 100%;
}
@media (min-width: 980px) {
    .field-name-field-slide .field-name-field-titelbild .image-background,
    .titelbild .field-name-field-titelbild .image-background {
        background-size: cover;
        height: 450px;
    }
    .field-name-field-slide .field-name-field-titelbild .image-background img,
    .titelbild .field-name-field-titelbild .image-background img {
        display: none;
    }
}
@media (min-width: 980px) {
    .field-name-field-slide.titelbildhoehe-0
        .field-name-field-titelbild
        .image-background,
    .titelbild.titelbildhoehe-0 .field-name-field-titelbild .image-background {
        height: 350px;
    }
}
@media (min-width: 980px) {
    .field-name-field-slide.titelbildhoehe-1
        .field-name-field-titelbild
        .image-background,
    .titelbild.titelbildhoehe-1 .field-name-field-titelbild .image-background {
        height: 450px;
    }
}
@media (min-width: 740px) {
    .field-name-field-slide .content,
    .titelbild .content {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (min-width: 980px) {
    .field-name-field-slide .content,
    .titelbild .content {
        max-width: 960px;
    }
}
@media (min-width: 1220px) {
    .field-name-field-slide .content,
    .titelbild .content {
        max-width: 100%;
        width: 1116px;
    }
}
.field-name-field-slide .content .wrapper,
.titelbild .content .wrapper {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 7px solid #b60f3c;
    padding: 26px 34px;
}
@media (min-width: 980px) {
    .field-name-field-slide .content .wrapper,
    .titelbild .content .wrapper {
        bottom: 0;
        position: absolute;
        width: 500px;
    }
}
.field-name-field-slide .content .field-name-field-slide-ueberschrift,
.field-name-field-slide .content .field-name-field-titelbild-ueberschrift,
.titelbild .content .field-name-field-slide-ueberschrift,
.titelbild .content .field-name-field-titelbild-ueberschrift {
    color: #b60f3c;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.field-name-field-slide .content .field-name-field-slide-text,
.field-name-field-slide .content .field-name-field-titelbild-text,
.titelbild .content .field-name-field-slide-text,
.titelbild .content .field-name-field-titelbild-text {
    color: #47381e;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 34px;
}
.field-name-field-slide .content .field-name-field-slide-link a,
.field-name-field-slide .content .field-name-field-titelbild-link a,
.titelbild .content .field-name-field-slide-link a,
.titelbild .content .field-name-field-titelbild-link a {
    background: 0 0;
    text-transform: uppercase;
}
.bean-type-front-block {
    margin-bottom: 20px;
}
@media (min-width: 740px) {
    .bean-type-front-block {
        float: left;
        margin-bottom: 0;
        margin-right: 0.25%;
        width: 24.8125%;
    }
    .bean-type-front-block:nth-child(4n) {
        margin-right: 0;
    }
}
.front-block {
    border-bottom: 5px solid #b60f3c;
    position: relative;
}
.front-block img {
    width: 100%;
}
.front-block .content-wrapper {
    background: rgba(255, 255, 255, 0.8);
    bottom: -1px;
    height: 95px;
    overflow: hidden;
    padding: 34px 26px 24px 26px;
    position: absolute;
    width: 100%;
}
.front-block .content-wrapper .titel {
    color: #b60f3c;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    overflow: hidden;
}
.front-block .content-wrapper a {
    display: none;
}
.front-block:hover .content-wrapper {
    height: 145px;
}
.front-block:hover .content-wrapper a {
    display: inline-block;
}
#breadcrumb {
    color: rgba(71, 56, 30, 0.5);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
    margin-top: 45px;
    padding-left: 8px;
    padding-right: 8px;
}
#breadcrumb a {
    color: rgba(71, 56, 30, 0.5);
}
.front .l-region--content .block {
    clear: both;
    font-size: 16px;
    margin-bottom: 70px;
}
.front .l-region--content .block .block-title {
    border-bottom: 1px solid rgba(71, 56, 30, 0.15);
    font-size: 14px;
    color: #47381e;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.block-left {
    margin-bottom: 20px;
}
@media (min-width: 980px) {
    .block-left {
        float: left;
        margin-right: 2%;
        margin-bottom: 0;
        width: 32%;
    }
}
@media (min-width: 980px) {
    .block-right {
        float: left;
        width: 66%;
    }
}
.field-name-body {
    margin-bottom: 40px;
}
#colorbox #cboxContent {
    padding: 0 40px 25px 40px;
}
#colorbox #cboxTitle {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}
.field-name-field-bilder-legende {
    margin: 40px 0;
    clear: both;
    overflow: hidden;
    margin-bottom: -2%;
}
.field-name-field-bilder-legende .field-collection-view {
    float: left;
    width: 32%;
    max-width: 270px;
    margin: 0 2% 2% 0;
}
.field-name-field-bilder-legende .field-collection-view:nth-child(3n) {
    margin-right: 0;
}
.has-one-sidebar
    .field-name-field-bausteine
    > .paragraphs-item-galerie-legende
    .image {
    min-height: 49px;
}
@media (min-width: 740px) {
    .has-one-sidebar
        .field-name-field-bausteine
        > .paragraphs-item-galerie-legende
        .image {
        height: 94px;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar
        .field-name-field-bausteine
        > .paragraphs-item-galerie-legende
        .image {
        height: 126px;
    }
}
@media (min-width: 1220px) {
    .has-one-sidebar
        .field-name-field-bausteine
        > .paragraphs-item-galerie-legende
        .image {
        height: 147px;
    }
}
@media (min-width: 740px) {
    .has-no-sidebars
        .field-name-field-bausteine
        > .paragraphs-item-galerie-legende
        .image {
        height: 102px;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars
        .field-name-field-bausteine
        > .paragraphs-item-galerie-legende
        .image {
        height: 137px;
    }
}
@media (min-width: 1220px) {
    .has-no-sidebars
        .field-name-field-bausteine
        > .paragraphs-item-galerie-legende
        .image {
        height: 160px;
    }
}
@media (min-width: 740px) {
    .has-no-sidebars .field-name-field-bilder-legende .field-collection-view {
        width: 23%;
        margin: 0 2.6% 2.6% 0;
        display: block;
    }
    .has-no-sidebars
        .field-name-field-bilder-legende
        .field-collection-view:nth-child(4n) {
        margin-right: 0;
    }
}
.galerie-legende-wrapper a {
    display: block;
    text-decoration: none;
}
.galerie-legende-wrapper a:hover {
    text-decoration: none;
}
.galerie-legende-wrapper .legende {
    background: #ededed;
    color: #47381e;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 10px;
}
.galerie-legende-wrapper .legende p {
    margin-bottom: 5px;
}
.view-ansprechpartner {
    margin: 40px 0;
    clear: both;
    overflow: hidden;
}
.view-ansprechpartner .views-row {
    float: left;
}
@media (min-width: 740px) {
    .view-ansprechpartner .views-row {
        margin: 0 2% 2% 0;
        width: 47%;
    }
}
@media (min-width: 980px) {
    .view-ansprechpartner .views-row {
        width: 32%;
    }
}
.view-ansprechpartner .views-row:nth-child(3n) {
    margin-right: 0;
}
@media (min-width: 740px) and (min-width: 740px) {
    .has-no-sidebars .view-ansprechpartner .views-row {
        width: 47%;
        margin: 0 2% 2% 0;
    }
}
@media (min-width: 740px) and (min-width: 980px) {
    .has-no-sidebars .view-ansprechpartner .views-row {
        width: 23%;
        margin: 0 2.6% 2.6% 0;
    }
}
@media (min-width: 740px) {
    .has-no-sidebars .view-ansprechpartner .views-row:nth-child(4n) {
        margin-right: 0;
    }
}
.field-name-post-date,
.post-date {
    color: rgba(71, 56, 30, 0.5);
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
@media (min-width: 740px) {
    .block--views-news-top-news div.views-row {
        float: left;
        margin-bottom: 0;
        margin-right: 2%;
        width: 32%;
    }
    .block--views-news-top-news div.views-row:nth-child(3n) {
        margin-right: 0;
    }
}
.node--news--front-teaser .teaser {
    display: block;
}
.node--news--front-teaser .bild {
    margin-bottom: 15px;
}
@media (min-width: 740px) {
    .node--news--front-teaser .bild {
        height: 122px;
    }
}
@media (min-width: 980px) {
    .node--news--front-teaser .bild {
        height: 164px;
    }
}
@media (min-width: 1220px) {
    .node--news--front-teaser .bild {
        height: 190px;
    }
}
.node--news--front-teaser .bild a {
    display: block;
}
.node--news--front-teaser .post-date {
    color: rgba(71, 56, 30, 0.5);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.node--news--front-teaser .titel {
    color: #b60f3c;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}
.node--news--front-teaser .body {
    color: #47381e;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}
.node--news--front-teaser img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.1s ease;
}
.node--news--front-teaser:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: none;
}
.node--news--teaser {
    margin: 0 0 40px 0;
}
.node--news--teaser .teaser .wrapper-link {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    padding: 20px;
}
.node--news--teaser .teaser .wrapper-link .titel {
    color: #b60f3c;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.node--news--teaser .teaser .wrapper-link .bild {
    margin-bottom: 20px;
}
@media (min-width: 740px) {
    .node--news--teaser .teaser .wrapper-link .bild {
        margin-bottom: 0;
    }
}
.node--news--teaser .teaser .wrapper-link .body {
    color: #47381e;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.node--news--teaser .teaser .wrapper-link:hover {
    background: rgba(170, 134, 71, 0.46);
    border: 1px solid rgba(190, 150, 80, 0.91);
}
.node--news--teaser .teaser .wrapper-link:hover * {
    color: #47381e;
}
@media (min-width: 740px) {
    .has-no-sidebars .node--news--teaser .bild {
        float: left;
        padding-right: 20px;
        width: 35%;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars .node--news--teaser .bild {
        width: 30%;
    }
}
@media (min-width: 1220px) {
    .has-no-sidebars .node--news--teaser .bild {
        width: 25%;
    }
}
@media (min-width: 740px) {
    .has-one-sidebar .node--news--teaser .bild {
        float: left;
        padding-right: 20px;
        width: 45%;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar .node--news--teaser .bild {
        width: 40%;
    }
}
.block--views-news-archiv .block-title {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding-bottom: 14px;
}
.cuacc-set {
    border: 1px solid rgba(190, 150, 80, 0.12);
}
.cuacc-set .cuacc-trigger {
    background: #ededed;
    color: #b60f3c;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    padding: 15px 50px 15px 20px;
}
.cuacc-set .cuacc-trigger:before {
    content: '';
}
.cuacc-set .cuacc-trigger:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 12px;
}
.cuacc-set .cuacc-trigger:hover {
    background: #ededed;
}
.cuacc-set .cuacc-content .body {
    padding: 20px;
}
.cuacc-set.active .cuacc-trigger:before {
    content: '';
}
.cuacc-set.active .cuacc-trigger:after {
    content: '\f077';
}
.list-item {
    color: #47381e;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    padding: 5px 0 5px 40px;
    position: relative;
}
.list-item:before {
    background: url(/sites/all/themes/bmh/images/images/theme-sa6777ef2be.png) 0 -144px;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
.teaser-bild-links {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    padding: 20px;
}
.teaser-bild-links .titel {
    color: #b60f3c;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.teaser-bild-links .bild {
    margin-bottom: 20px;
}
@media (min-width: 740px) {
    .teaser-bild-links .bild {
        margin-bottom: 0;
    }
}
.teaser-bild-links .body {
    color: #47381e;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
@media (min-width: 740px) {
    .has-no-sidebars .teaser-bild-links .bild {
        float: left;
        padding-right: 20px;
        width: 35%;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars .teaser-bild-links .bild {
        width: 30%;
    }
}
@media (min-width: 1220px) {
    .has-no-sidebars .teaser-bild-links .bild {
        width: 25%;
    }
}
@media (min-width: 740px) {
    .has-no-sidebars .teaser-bild-links .body.mit-bild {
        float: left;
        width: 65%;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars .teaser-bild-links .body.mit-bild {
        width: 70%;
    }
}
@media (min-width: 1220px) {
    .has-no-sidebars .teaser-bild-links .body.mit-bild {
        width: 75%;
    }
}
@media (min-width: 740px) {
    .has-one-sidebar .teaser-bild-links .bild {
        float: left;
        padding-right: 20px;
        width: 45%;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar .teaser-bild-links .bild {
        width: 40%;
    }
}
@media (min-width: 740px) {
    .has-one-sidebar .teaser-bild-links .body.mit-bild {
        float: left;
        width: 55%;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar .teaser-bild-links .body.mit-bild {
        width: 60%;
    }
}
.field-collection-view {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
}
.paragraphs-item-referenzen .field-name-field-referenzen .field-collection-view,
.paragraphs-item-referenzen .field-name-field-referenzen article,
.paragraphs-item-teaser-bild-link
    .field-name-field-teaser-bild-link
    .field-collection-view,
.paragraphs-item-teaser-bild-link .field-name-field-teaser-bild-link article {
    float: left;
    margin-bottom: 2%;
}
@media (min-width: 740px) {
    .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view,
    .paragraphs-item-referenzen .field-name-field-referenzen article,
    .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view,
    .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article {
        margin-right: 16px;
    }
}
@media (min-width: 740px) {
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view,
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        article,
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view,
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article {
        margin-right: 2%;
        width: 49%;
    }
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view:nth-child(2n),
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        article:nth-child(2n),
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view:nth-child(2n),
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view,
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        article,
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view,
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article {
        width: 32%;
    }
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view:nth-child(2n),
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        article:nth-child(2n),
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view:nth-child(2n),
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article:nth-child(2n) {
        margin-right: 2%;
    }
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view:nth-child(3n),
    .has-no-sidebars
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        article:nth-child(3n),
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view:nth-child(3n),
    .has-no-sidebars
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article:nth-child(3n) {
        margin-right: 0;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view,
    .has-one-sidebar
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        article,
    .has-one-sidebar
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view,
    .has-one-sidebar
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article {
        margin-right: 2%;
        width: 49%;
    }
    .has-one-sidebar
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        .field-collection-view:nth-child(2n),
    .has-one-sidebar
        .paragraphs-item-referenzen
        .field-name-field-referenzen
        article:nth-child(2n),
    .has-one-sidebar
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        .field-collection-view:nth-child(2n),
    .has-one-sidebar
        .paragraphs-item-teaser-bild-link
        .field-name-field-teaser-bild-link
        article:nth-child(2n) {
        margin-right: 0;
    }
}
.referenz-teaser,
.teaser-bild-link {
    max-width: 355px;
    overflow: hidden;
    position: relative;
}
.referenz-teaser .titel,
.teaser-bild-link .titel {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    color: #b60f3c;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 25px;
    padding: 15px 26px;
    position: absolute;
    width: 100%;
}
.referenz-teaser .titel:after,
.teaser-bild-link .titel:after {
    color: #b60f3c;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 24px;
    right: 25px;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.referenz-teaser a:hover .titel:after,
.teaser-bild-link a:hover .titel:after {
    right: 20px;
}
.referenz-teaser img,
.teaser-bild-link img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.referenz-teaser:hover img,
.teaser-bild-link:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.paragraphs-item-referenzen .field-name-field-titel {
    border-bottom: 1px solid rgba(71, 56, 30, 0.15);
    color: #47381e;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ref-referenz a {
    text-decoration: none;
}
.ref-referenz a:hover {
    text-decoration: none;
}
.ref-referenz .titel {
    background: #ededed;
    color: #47381e;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.2px;
    padding: 10px;
}
.view-referenzen .view-header {
    margin-bottom: 20px;
}
ul.flippy {
    margin-left: 0;
}
ul.flippy li {
    display: inline-block;
    height: 60px;
    padding-left: 0;
}
ul.flippy a:before {
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
ul.flippy .prev a:before {
    content: '\f104';
    left: 10px;
}
ul.flippy .prev a:hover:before {
    left: 5px;
}
ul.flippy .next a:before {
    content: '\f105';
    right: 10px;
}
ul.flippy .next a:hover:before {
    right: 5px;
}
.isotope-options {
    margin: 0;
}
.isotope-options li {
    display: inline-block;
    float: left;
    list-style: none;
    margin-bottom: 10px;
    margin-right: 10px;
}
.isotope-options li a.selected {
    background: #b60f3c;
    color: #fff;
}
.isotope-container {
    margin: 0;
}
.isotope-container .isotope-element {
    margin-bottom: 20px;
    margin-right: 1%;
}
.has-no-sidebars .isotope-container .isotope-element {
    height: 182px;
    width: 300px;
}
@media (min-width: 1220px) {
    .has-no-sidebars .isotope-container .isotope-element {
        height: 215px;
        width: 355px;
    }
}
.has-one-sidebar .isotope-container .isotope-element {
    height: 182px;
    width: 300px;
}
@media (min-width: 740px) {
    .has-one-sidebar .isotope-container .isotope-element {
        height: 215px;
        width: 355px;
    }
}
@media (min-width: 980px) {
    .has-one-sidebar .isotope-container .isotope-element {
        height: 182px;
        width: 300px;
    }
}
@media (min-width: 1220px) {
    .has-one-sidebar .isotope-container .isotope-element {
        height: 215px;
        width: 355px;
    }
}
.node--ansprechspartner {
    max-width: 380px;
}
.node--ansprechspartner .content {
    background: #ededed;
    color: #47381e;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 10px;
}
aside .hl2 {
    color: #47381e;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
}
.bean-downloads-block a,
.paragraphs-item-downloads a {
    color: #47381e;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
}
aside .bean-downloads-block,
aside .paragraphs-item-downloads {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    padding: 20px 25px 5px 25px;
}
.sidebar-button a {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    color: #47381e;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
    padding: 20px 25px;
    position: relative;
    width: 100%;
}
.sidebar-button a:hover {
    background: rgba(170, 134, 71, 0.46);
    border: 1px solid rgba(190, 150, 80, 0.91);
    text-decoration: none;
}
.sidebar-button .wrapper.icon a {
    padding: 20px 25px 20px 65px;
}
.sidebar-button .wrapper.icon a:before {
    content: '';
    left: 25px;
    top: 16px;
    position: absolute;
}
.teaser-bild-text-link.white .title {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding-bottom: 14px;
}
.teaser-bild-text-link.grey {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    padding: 20px 25px;
}
.teaser-bild-text-link.grey .title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
}
.teaser-bild-text-link .wrapper.icon .title {
    position: relative;
    padding: 4px 0 4px 40px;
}
.teaser-bild-text-link .wrapper.icon .title:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}
.teaser-bild-text-link.white .wrapper.icon .title {
    padding: 6px 0 14px 40px;
}
.teaser-bild-text-link .title {
    color: #47381e;
    margin-bottom: 16px;
}
.teaser-bild-text-link .image {
    margin-bottom: 26px;
}
.teaser-bild-text-link .body {
    color: #47381e;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 14px;
}
.bean-type-teaser-bild-text-link {
    margin: 0 0 40px 0;
}
.bean-type-slideshow-block {
    background: #ededed;
    border: 1px solid rgba(190, 150, 80, 0.12);
    padding: 20px 25px;
}
.bean-type-slideshow-block .block-title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
}
.bean-type-slideshow-block .flexslider {
    background: #ededed;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    width: 165px;
}
.bean-type-slideshow-block .flexslider .flex-control-paging li a {
    background: #b60f3c;
    padding: 4px;
    height: 6px;
    width: 6px;
}
.bean-type-slideshow-block .flexslider .flex-control-paging li a.flex-active {
    background: 0 0;
    border: 1px solid #b60f3c;
    height: 10px;
    width: 10px;
}
.l-region--sidebar .block {
    margin-bottom: 40px;
}
.l-region--sidebar .block:last-child {
    margin-bottom: 0;
}
.l-region--sidebar .block .block-title,
.l-region--sidebar .block .block__title {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-top: 0;
    padding-bottom: 14px;
    word-wrap: break-word;
}
.l-region--sidebar .block--views-sidebar-block {
    margin-bottom: 0;
}
.l-region--sidebar
    .block--views-sidebar-block
    .field-name-field-bausteine-sidebar
    .entity-paragraphs-item:last-child {
    margin-bottom: 0;
}
.i18n-de .site-map-box-menu-menu-footer-menu-en,
.i18n-de .site-map-box-menu-menu-footer-menu-fr,
.i18n-de .site-map-box-menu-menu-main-menu-en,
.i18n-de .site-map-box-menu-menu-main-menu-fr,
.i18n-de .site-map-box-menu-menu-topnavigation-en,
.i18n-de .site-map-box-menu-menu-topnavigation-fr {
    display: none;
}
.i18n-en .site-map-box-menu-main-menu,
.i18n-en .site-map-box-menu-menu-footer-menu,
.i18n-en .site-map-box-menu-menu-footer-menu-fr,
.i18n-en .site-map-box-menu-menu-main-menu-fr,
.i18n-en .site-map-box-menu-menu-topnavigation-de,
.i18n-en .site-map-box-menu-menu-topnavigation-fr {
    display: none;
}
.i18n-fr .site-map-box-menu-main-menu,
.i18n-fr .site-map-box-menu-menu-footer-menu,
.i18n-fr .site-map-box-menu-menu-footer-menu-en,
.i18n-fr .site-map-box-menu-menu-main-menu-en,
.i18n-fr .site-map-box-menu-menu-topnavigation-de,
.i18n-fr .site-map-box-menu-menu-topnavigation-en {
    display: none;
}
.l-footer .l-inner {
    padding-bottom: 30px;
    padding-top: 30px;
}
.l-footer .hl2 {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    color: #b60f3c;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.accordion-teaser .content {
    font-size: 16px;
    margin-bottom: 20px;
}
@media (min-width: 740px) {
    .accordion-teaser .content {
        float: left;
        width: 50%;
    }
}
@media (min-width: 740px) {
    .accordion-teaser .accordion {
        float: left;
        width: 50%;
    }
}
.accordion-teaser .accordion .cuacc-set {
    border: none;
}
.accordion-teaser .accordion .cuacc-trigger {
    background: 0 0;
    border-bottom: 2px solid rgba(151, 151, 151, 0.2);
    color: #47381e;
    font-size: 16px;
    font-family: FFUnitWebBold, sans-serif;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.2px;
    padding: 10px 40px 10px 10px;
}
.accordion-teaser .accordion .cuacc-trigger:after {
    font-size: 16px !important;
}
.block--bmh-menu-block ul {
    margin-left: 0;
}
.block--bmh-menu-block ul li {
    list-style: none !important;
    list-style-image: none;
    list-style-type: none;
}
.block--bmh-menu-block ul li a {
    color: #47381e;
    font-size: 16px;
    line-height: 35px;
}
.block--bmh-menu-block ul li a:hover {
    color: #b60f3c;
    text-decoration: none;
}
.l-footer-bottom .l-inner {
    padding-top: 14px;
}
.copyright {
    clear: both;
    margin-bottom: 25px;
}
.footermenu ul {
    float: right;
    margin: 0;
}
.footermenu ul li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
}
.footermenu ul li a {
    color: #47381e;
    font-size: 16px;
    line-height: 20px;
}
.footermenu ul li a:hover {
    text-decoration: none;
}
.footermenu ul li:not(.last) a {
    margin-right: 5px;
}
.footermenu ul li:not(.last):after {
    content: '/';
    margin-right: 5px;
}
@media print {
    .l-highlight,
    .l-postscript,
    .l-preface,
    .l-region--navigation,
    .l-slider,
    .l-topnav {
        display: none !important;
    }
    #page {
        min-height: 0;
    }
    #main {
        padding: 0 !important;
    }
    .cuacc-content {
        display: block !important;
    }
    #footer {
        margin: 0 !important;
    }
}
.field-name-field-ansprechpartner {
    clear: both;
    overflow: hidden;
}
.node--ansprechspartner {
    margin-bottom: 20px;
}
.node--ansprechspartner .image {
    min-height: 242px;
}
.field-name-field-cuacc-ansprechpartner .node--ansprechspartner .image {
    min-height: 200px;
}
.node--ansprechspartner .content {
    font-size: 14px;
}
.node--ansprechspartner .email {
    margin-top: 10px;
}
.node--ansprechspartner .email .button {
    line-height: 28px;
    min-width: 50px;
    text-transform: none;
}
@media (min-width: 480px) {
    .field-name-field-ansprechpartner .node--ansprechspartner {
        display: block;
        float: left;
        margin: 0 2% 2% 0;
        width: 49%;
    }
    .field-name-field-ansprechpartner .node--ansprechspartner:nth-child(2n) {
        margin-right: 0;
    }
    .node--ansprechspartner .image {
        min-height: 219px;
    }
    .field-name-field-cuacc-ansprechpartner .node--ansprechspartner .image {
        min-height: 198px;
    }
}
@media (min-width: 740px) {
    .has-no-sidebars .field-name-field-ansprechpartner .node--ansprechspartner {
        width: 32%;
    }
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(2n) {
        margin-right: 2%;
    }
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(3n) {
        margin-right: 0;
    }
    .has-no-sidebars .node--ansprechspartner .image {
        min-height: 225px;
    }
    .has-one-sidebar .node--ansprechspartner .image {
        min-height: 227px;
    }
    .has-no-sidebars
        .field-name-field-cuacc-ansprechpartner
        .node--ansprechspartner
        .image {
        min-height: 212px;
    }
    .has-one-sidebar
        .field-name-field-cuacc-ansprechpartner
        .node--ansprechspartner
        .image {
        min-height: 207px;
    }
}
@media (min-width: 980px) {
    .has-no-sidebars .field-name-field-ansprechpartner .node--ansprechspartner {
        width: 23.5%;
    }
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(2n),
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(3n) {
        margin-right: 2%;
    }
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(4n) {
        margin-right: 0;
    }
    .has-one-sidebar .field-name-field-ansprechpartner .node--ansprechspartner {
        width: 32%;
    }
    .field-name-field-ansprechpartner .node--ansprechspartner:nth-child(2n) {
        margin-right: 2%;
    }
    .has-one-sidebar
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(3n) {
        margin-right: 0;
    }
    .has-no-sidebars .node--ansprechspartner .image {
        min-height: 222px;
    }
    .has-one-sidebar .node--ansprechspartner .image {
        min-height: 200px;
    }
    .has-no-sidebars
        .field-name-field-cuacc-ansprechpartner
        .node--ansprechspartner
        .image {
        min-height: 212px;
    }
    .has-one-sidebar
        .field-name-field-cuacc-ansprechpartner
        .node--ansprechspartner
        .image {
        min-height: 186px;
    }
}
@media (min-width: 1220px) {
    .has-no-sidebars .field-name-field-ansprechpartner .node--ansprechspartner {
        width: 15%;
    }
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(2n),
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(3n),
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(4n) {
        margin-right: 2%;
    }
    .has-no-sidebars
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(6n) {
        margin-right: 0;
    }
    .has-one-sidebar .field-name-field-ansprechpartner .node--ansprechspartner {
        width: 23.5%;
    }
    .has-one-sidebar
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(2n),
    .has-one-sidebar
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(3n) {
        margin-right: 2%;
    }
    .has-one-sidebar
        .field-name-field-ansprechpartner
        .node--ansprechspartner:nth-child(4n) {
        margin-right: 0;
    }
    .has-no-sidebars .node--ansprechspartner .image {
        min-height: 165px;
    }
    .has-one-sidebar .node--ansprechspartner .image {
        min-height: 171px;
    }
    .has-no-sidebars
        .field-name-field-cuacc-ansprechpartner
        .node--ansprechspartner
        .image {
        min-height: 159px;
    }
    .has-one-sidebar
        .field-name-field-cuacc-ansprechpartner
        .node--ansprechspartner
        .image {
        min-height: 161px;
    }
}
#block-locale-language,
#block-locale-language:hover {
    width: auto;
}
.l-highlight .l-region {
    padding-top: 0 !important;
}
li.isotope-element {
    list-style: none;
}
@media (min-width: 980px) {
    .i18n-de .social-media.block {
        margin-top: 130px;
    }
    .i18n-fr .social-media.block {
        margin-top: 115px;
    }
    .i18n-en .social-media.block {
        margin-top: 170px;
    }
}
ul.social-links {
    list-style: none;
    margin: 0;
}
ul.social-links li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
a.icon-facebook,
a.icon-linkedin,
a.icon-xing,
a.icon-youtube {
    font-size: 0;
    display: inline-block;
    height: 31px;
    text-decoration: none;
    width: 31px;
}
a.icon-facebook:hover,
a.icon-linkedin:hover,
a.icon-xing:hover,
a.icon-youtube:hover {
    text-decoration: none;
}
a.icon-facebook {
    background: url(/sites/all/themes/bmh/images/theme/facebook.png);
}
a.icon-facebook:hover {
    background: url(/sites/all/themes/bmh/images/theme/facebook-mo.png);
}
a.icon-xing {
    background: url(/sites/all/themes/bmh/images/theme/xing.png);
}
a.icon-xing:hover {
    background: url(/sites/all/themes/bmh/images/theme/xing-mo.png);
}
a.icon-youtube {
    background: url(/sites/all/themes/bmh/images/theme/youtube.png);
}
a.icon-youtube:hover {
    background: url(/sites/all/themes/bmh/images/theme/youtube-mo.png);
}
a.icon-linkedin {
    background: url(/sites/all/themes/bmh/images/theme/in.png);
}
a.icon-linkedin:hover {
    background: url(/sites/all/themes/bmh/images/theme/in-mo.png);
}
.node--referenz--front-teaser .bild {
    margin-bottom: 15px;
}
.node--referenz--front-teaser img {
    filter: grayscale(100%);
    transition: all 0.1s ease 0s;
}
.node--referenz--front-teaser img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.1s ease;
}
.node--referenz--front-teaser img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: none;
}
.node--referenz--front-teaser .titel {
    color: #b60f3c;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-bottom: 10px;
}
.node--referenz--front-teaser .body {
    color: #47381e;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 25px;
    margin-bottom: 15px;
}
#block-block-9 blockquote a,
#block-block-9 blockquote:before {
    color: #fff;
}
#block-block-9 blockquote {
    border: none;
}
.block.smartpanel {
    background-color: #e3000a;
    color: #fff;
    overflow: hidden;
    z-index: 9;
}
.block.smartpanel .block__content {
    padding: 10px 26px 15px 26px;
}
.block.smartpanel a {
    color: #fff;
    border-color: #fff;
    display: block;
    text-decoration: none;
}
.block.smartpanel a:hover {
    color: #fff;
}
.block.smartpanel a.link.button,
.block.smartpanel span.link.button {
    color: #fff;
    border-color: #fff;
    display: inline-block;
    margin-top: 20px;
}
.block.smartpanel .hl3 {
    line-height: 1.3em;
}
@media (min-width: 740px) {
    .block.smartpanel {
        width: 24.8125%;
        position: absolute;
    }
}
@media (min-width: 740px) and (max-width: 1200px) {
    .block.smartpanel a {
        font-size: 12px;
    }
}
#block-bean-slider-doppelboeden-hauptseite-f .content {
    position: relative;
}
#block-bean-slider-doppelboeden-hauptseite-f .content .wrapper {
    background-color: #e3000a;
    width: auto;
    right: 0;
    bottom: 100px;
    border-bottom: 0;
    padding: 20px;
}
#block-bean-slider-doppelboeden-hauptseite-f .field-name-field-slide-text {
    margin-bottom: 0;
}
#block-bean-slider-doppelboeden-hauptseite-f a {
    display: block;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
#block-bean-slider-doppelboeden-hauptseite-f span.link.button {
    display: inline-block;
    color: #fff;
    border-color: #fff;
}
#block-bean-slider-doppelboeden-hauptseite-f span.hl3 {
    color: #fff;
    line-height: 1.5em;
}
