@font-face {
    font-family: 'Gilroy Medium';
    src: url('/fonts/Gilroy-Medium.ttf') format('truetype'), url('/fonts/Gilroy-Medium.woff') format('woff'). url('/fonts/Gilroy-Medium.eot') format('eot');
}

@font-face {
    font-family: 'Gilroy Black';
    src: url('/fonts/Gilroy-Black.ttf') format('truetype'), url('/fonts/Gilroy-Black.woff') format('woff'). url('/fonts/Gilroy-Black.eot') format('eot');
}

#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}
html.js input.form-autocomplete {
    background-image: url(misc/throbber.gif);
    background-position: 100% 2px;
    background-repeat: no-repeat;
}
html.js input.throbbing {
    background-position: 100% -18px;
}
html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    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;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.resizable-textarea .grippie {
    background: #eee url(misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}
body.drag {
    cursor: move;
}

header {display: flex; align-items: center; padding: 15px 10px; background-color: white;}
header .logo {
width: 150px; height: auto;}
.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}
a.tabledrag-handle:hover {
    text-decoration: none;
}
a.tabledrag-handle .handle {
    background: url(misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}
a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}
div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}
div.tree-child {
    background: url(misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
    background: url(misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
    background: url(misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
    text-align: right;
}
table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}
.progress .bar {
    background-color: #fff;
    border: 1px solid;
}
.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}
.progress .percentage {
    float: right;
}
.ajax-progress {
    display: inline-block;
}
.ajax-progress .throbber {
    background: transparent url(misc/throbber.gif) no-repeat 0px -18px;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}
.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:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
*:first-child + html .clearfix {
    min-height: 1%;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}
ul.menu li {
    margin: 0 0 0 0.5em;
}
ul li.expanded {
    list-style-image: url(misc/menu-expanded.png);
    list-style-type: circle;
}
ul li.collapsed {
    list-style-image: url(misc/menu-collapsed.png);
    list-style-type: disc;
}
ul li.leaf {
    list-style-image: url(misc/menu-leaf.png);
    list-style-type: square;
}
li.expanded, li.collapsed, li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li a.active {
    color: #000;
}
td.menu-disabled {
    background: #ccc;
}
ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0;
}
ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}
.breadcrumb {
    padding-bottom: 0.5em;
}
ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
ul.primary li {
    display: inline;
}
ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}
ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}
ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em;
}
ul.secondary a {
    padding: 0;
    text-decoration: none;
}
ul.secondary a.active {
    border-bottom: 4px solid #999;
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}
div.status {
    background-image: url(misc/message-24-ok.png);
    border-color: #be7;
}
div.status, .ok {
    color: #234600;
}
div.status, table tr.ok {
    background-color: #f8fff0;
}
div.warning {
    background-image: url(misc/message-24-warning.png);
    border-color: #ed5;
}
div.warning, .warning {
    color: #840;
}
div.warning, table tr.warning {
    background-color: #fffce5;
}
div.error {
    background-image: url(misc/message-24-error.png);
    border-color: #ed541d;
}
div.error, .error {
    color: #8c2e0b;
}
div.error, table tr.error {
    background-color: #fef5f1;
}
div.error p.error {
    color: #333;
}
div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}
div.messages ul li {
    list-style-image: none;
}

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}
form {
    margin: 0;
    padding: 0;
}
hr {
    height: 1px;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
}
th {
    padding-right: 1em;
    text-align: left;
}

tr.even, tr.odd {
    background-color: #eee;
    padding: 0.1em 0.6em;
}
th.active img {
    display: inline;
}
td.active {
    background-color: #ddd;
}
.item-list .title {
    font-weight: bold;
}
.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}
.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
.form-item .description {
    font-size: 0.85em;
}
label {
    display: block;
    font-weight: bold;
}
label.option {
    display: inline;
    font-weight: normal;
}
.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em;
}
input.form-checkbox, input.form-radio {
    vertical-align: middle;
}
.marker, .form-required {
    color: #f00;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}
.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.more-link {
    text-align: right;
}
.more-help-link {
    text-align: right;
}
.more-help-link a {
    background: url(misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}
.pager-current {
    font-weight: bold;
}
#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
    background: url(misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px;
}
html.js fieldset.collapsed .fieldset-legend {
    background-image: url(misc/menu-collapsed.png);
    background-position: 5px 50%;
}
.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}
tr.drag {
    background-color: #fffff0;
}
tr.drag-previous {
    background-color: #ffd;
}
.tabledrag-toggle-weight {
    font-size: 0.9em;
}
body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}
tr.selected td {
    background: #ffc;
}
td.checkbox, th.checkbox {
    text-align: center;
}
.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(misc/progress.gif);
}



.container-inline-date {
    clear: both;
}
.container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0;
}
.container-inline-date > .form-item {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 10px;
    vertical-align: top;
}
.container-inline-date .form-item .form-item {
    float: left;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
    width: auto;
}
.container-inline-date .description {
    clear: both;
}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
    margin-right: 5px;
}
.container-inline-date .date-spacer {
    margin-left: -5px;
}
.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0;
}
.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto;
}
.container-inline-date .date-padding {
    padding: 10px;
    float: left;
}
.views-exposed-form .container-inline-date .date-padding {
    padding: 0;
}
#calendar_div, #calendar_div td, #calendar_div th {
    margin: 0;
    padding: 0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px;
}
.calendar td {
    padding: 0;
}
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
.date-prefix-inline {
    display: inline-block;
}
.date-clear {
    clear: both;
    display: block;
    float: none;
}
.date-no-float {
    clear: both;
    float: none;
    width: 98%;
}
.date-float {
    clear: none;
    float: left;
    width: auto;
}
.date-float .form-type-checkbox {
    padding-right: 1em;
}
.form-type-date-select .form-type-select[class$=hour] {
    margin-left: .75em;
}
.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em;
}
.date-container .date-format-name {
    float: left;
}
.date-container .date-format-type {
    float: left;
    padding-left: 10px;
}
.date-container .select-container {
    clear: left;
    float: left;
}
div.date-calendar-day {
    background: #F3F3F3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px;
}
div.date-calendar-day span {
    display: block;
    text-align: center;
}
div.date-calendar-day span.month {
    background-color: #B5BEBE;
    color: white;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase;
}
div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: bold;
}
div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px;
}
.form-item.form-item-instance-widget-settings-input-format-custom, .form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em;
}
#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em;
}
.date-year-range-select {
    margin-right: 1em;
}

#ui-datepicker-div {
    font-size: 100%;
    font-family: 'Gilroy Medium', Arial, sans-serif;
    background: #eee;
    border-right: 2px #666 solid;
    border-bottom: 2px #666 solid;
    z-index: 9999;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.field .field-label {
    font-weight: bold;
}
.field-label-inline .field-label, .field-label-inline .field-items {
    float: left;
}
form .field-multiple-table {
    margin: 0;
}
form .field-multiple-table th.field-label {
    padding-left: 0;
}
form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}
form .field-add-more-submit {
    margin: .5em 0 0;
}

.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
td.revision-current {
    background: #ffc;
}

#permissions td.module {
    font-weight: bold;
}
#permissions td.permission {
    padding-left: 1.5em;
}
#permissions tr.odd .form-item, #permissions tr.even .form-item {
    white-space: normal;
}
#user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
}
#user-admin-roles td.edit-name {
    clear: both;
}
#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em;
}
.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}
.password-strength-title {
    display: inline;
}
.password-strength-text {
    float: right;
    font-weight: bold;
}
.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}
.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
}
input.password-confirm, input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}
div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}
div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
    margin-bottom: 0;
}
.confirm-parent, .password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}
.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;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .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: .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;
}


.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(modules/ctools/images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(modules/ctools/images/status-active.gif) center center no-repeat;
}

div#toolbar a#edit-shortcuts {
    float: right;
    padding: 5px 10px 5px 5px;
    line-height: 24px;
    color: #fefefe;
}
div#toolbar a#edit-shortcuts:focus, div#toolbar a#edit-shortcuts:hover, div#toolbar a#edit-shortcuts.active {
    color: #fff;
    text-decoration: underline;
}
div#toolbar div.toolbar-shortcuts ul {
    padding: 5px 0 2px 0;
    height: 28px;
    line-height: 24px;
    float: left;
    margin-left: 5px;
}
div#toolbar div.toolbar-shortcuts ul li a {
    padding: 0 5px 0 5px;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div#toolbar div.toolbar-shortcuts ul li a:focus, div#toolbar div.toolbar-shortcuts ul li a:hover, div#toolbar div.toolbar-shortcuts ul li a.active:focus {
    background: #555;
}
div#toolbar div.toolbar-shortcuts ul li a.active:hover, div#toolbar div.toolbar-shortcuts ul li a.active {
    background: #000;
}
div#toolbar div.toolbar-shortcuts span.icon {
    float: left;
    background: #444;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.add-or-remove-shortcuts {
    padding-top: 5px;
}
div.add-or-remove-shortcuts a span.icon {
    display: block;
    width: 12px;
    background: transparent url(modules/shortcut/shortcut.png) no-repeat scroll 0 0;
    height: 12px;
    float: left;
    margin-left: 8px;
}
div.add-shortcut a:focus span.icon, div.add-shortcut a:hover span.icon {
    background-position: 0 -12px;
}
div.remove-shortcut a span.icon {
    background-position: -12px 0;
}
div.remove-shortcut a:focus span.icon, div.remove-shortcut a:hover span.icon {
    background-position: -12px -12px;
}
div.add-or-remove-shortcuts a span.text {
    float: left;
    padding-left: 10px;
    display: none;
}
div.add-or-remove-shortcuts a:focus span.text, div.add-or-remove-shortcuts a:hover span.text {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    background-color: #5f605b;
    display: block;
    padding-right: 6px;
    cursor: pointer;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 5px 5px 0;
}
#shortcut-set-switch .form-type-radios {
    padding-bottom: 0;
    margin-bottom: 0;
}
#shortcut-set-switch .form-item-new {
    padding-top: 0;
    padding-left: 17px;
}

body.toolbar {
    padding-top: 2.2em;
}
body.toolbar-drawer {
    padding-top: 5.3em;
}
#toolbar, #toolbar * {
    border: 0;
    font-size: 100%;
    line-height: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
}
#toolbar {
    background: #666;
    color: #ccc;
    font: normal small "Lucida Grande", Verdana, sans-serif;
    left: 0;
    margin: 0 -20px;
    padding: 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    -moz-box-shadow: 0 3px 20px #000;
    -webkit-box-shadow: 0 3px 20px #000;
    box-shadow: 0 3px 20px #000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
    z-index: 600;
}
#toolbar div.collapsed {
    display: none;
    visibility: hidden;
}
#toolbar a {
    color: #fff;
    font-size: .846em;
    text-decoration: none;
}
#toolbar ul li, #toolbar ul li a {
    float: left;
}
#toolbar div.toolbar-menu {
    background: #000;
    line-height: 20px;
    padding: 5px 50px 5px 10px;
    position: relative;
}
#toolbar-home a span {
    background: url(modules/toolbar/toolbar.png) no-repeat 0 -45px;
    display: block;
    height: 14px;
    margin: 3px 0px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    width: 11px;
}
#toolbar-user {
    float: right;
}
#toolbar-menu {
    float: left;
}
#toolbar div.toolbar-menu a.toggle {
    background: url(modules/toolbar/toolbar.png) 0 -20px no-repeat;
    bottom: 0;
    cursor: pointer;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    width: 25px;
}
#toolbar div.toolbar-menu a.toggle:focus, #toolbar div.toolbar-menu a.toggle:hover {
    background-position: -50px -20px;
}
#toolbar div.toolbar-menu a.toggle-active {
    background-position: -25px -20px;
}
#toolbar div.toolbar-menu a.toggle-active.toggle:focus, #toolbar div.toolbar-menu a.toggle-active.toggle:hover {
    background-position: -75px -20px;
}
#toolbar div.toolbar-menu ul li a {
    padding: 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#toolbar div.toolbar-menu ul li a:focus, #toolbar div.toolbar-menu ul li a:hover, #toolbar div.toolbar-menu ul li a:active, #toolbar div.toolbar-menu ul li a.active:focus {
    background: #444;
}
#toolbar div.toolbar-menu ul li a.active:hover, #toolbar div.toolbar-menu ul li a.active:active, #toolbar div.toolbar-menu ul li a.active, #toolbar div.toolbar-menu ul li.active-trail a {
    background: url(modules/toolbar/toolbar.png) 0 0 repeat-x;
    text-shadow: #333 0 1px 0;
}
#toolbar div.toolbar-drawer {
    position: relative;
    padding: 0 10px;
}
* html #toolbar {
    left: -20px;
    margin: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

footer {
	background-color: #0091fa;
	height: auto;	
	color: white;
	line-height: normal;	
	position: fixed;
bottom: 0;
width: 100%;
}

#footer {
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 65px;

}

#footer .col:nth-child(1) {
    text-align: left;
    width: 33%;
}

#footer .col:nth-child(2) {
    text-align: center;
    width: 33%;
}

#footer .col:nth-child(3) {
    text-align: right;
    width: 33%;
}

#footer a {
    display: inline-block;
    margin-right: 20px;
}

#footer a:last-child {
    margin-right: 0;
}

#footer a svg {
    width: 35px;
}
footer a:link,
footer a:visited {
    color: white;
}

nav.nc-meta ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

nav.nc-meta {
    margin: 0;
    color: white;
}

nav.nc-meta li {
    border-left: 1px solid #fff;
    padding: 1px 12px;
    display: inline-block;
    color: white;
}

nav.nc-meta li:first-child {
    border-left: none;
}

nav.nc-meta li a {
    text-decoration: none;
    font-size: 13px;
    color: white;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: 'Gilroy Medium', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
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: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
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;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Gilroy Medium', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    background-color: #f4f7f8;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, select[multiple], textarea {
    background-image: none;
}
a {
    color: #009cde;
    text-decoration: none;
}
a:hover, a:focus {
    color: #009cde;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}small {
    font-size: 85%}
cite {
    font-style: normal;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
.text-warning {
    color: #c09853;
}
.text-danger {
    color: #b94a48;
}
.text-success {
    color: #468847;
}
.text-info {
    color: #3a87ad;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gilroy Black', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
h1 small, .h1 small {
    font-size: 24px;
}
h2 small, .h2 small {
    font-size: 18px;
}
h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}
.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
}abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999;
}
blockquote small:before {
    content: '\2014 \00A0'}
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
    text-align: right;
}
blockquote.pull-right small:before {
    content: ''}
blockquote.pull-right small:after {
    content: '\00A0 \2014'}
q:before, q:after, blockquote:before, blockquote:after {
    content: ""}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code, pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}
pre.prettyprint {
    margin-bottom: 20px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%}
.col-xs-2 {
    width: 16.6666666667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.3333333333%}
.col-xs-5 {
    width: 41.6666666667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.3333333333%}
.col-xs-8 {
    width: 66.6666666667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.3333333333%}
.col-xs-11 {
    width: 91.6666666667%}
.col-xs-12 {
    width: 100%}
@media (min-width:768px) {
    .container {
    max-width: 750px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
}
.col-sm-1 {
    width: 8.3333333333%}
.col-sm-2 {
    width: 16.6666666667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.3333333333%}
.col-sm-5 {
    width: 41.6666666667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.3333333333%}
.col-sm-8 {
    width: 66.6666666667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.3333333333%}
.col-sm-11 {
    width: 91.6666666667%}
.col-sm-12 {
    width: 100%}
.col-sm-push-1 {
    left: 8.3333333333%}
.col-sm-push-2 {
    left: 16.6666666667%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-4 {
    left: 33.3333333333%}
.col-sm-push-5 {
    left: 41.6666666667%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-7 {
    left: 58.3333333333%}
.col-sm-push-8 {
    left: 66.6666666667%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-10 {
    left: 83.3333333333%}
.col-sm-push-11 {
    left: 91.6666666667%}
.col-sm-pull-1 {
    right: 8.3333333333%}
.col-sm-pull-2 {
    right: 16.6666666667%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-4 {
    right: 33.3333333333%}
.col-sm-pull-5 {
    right: 41.6666666667%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-7 {
    right: 58.3333333333%}
.col-sm-pull-8 {
    right: 66.6666666667%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-10 {
    right: 83.3333333333%}
.col-sm-pull-11 {
    right: 91.6666666667%}
.col-sm-offset-1 {
    margin-left: 8.3333333333%}
.col-sm-offset-2 {
    margin-left: 16.6666666667%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-4 {
    margin-left: 33.3333333333%}
.col-sm-offset-5 {
    margin-left: 41.6666666667%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-7 {
    margin-left: 58.3333333333%}
.col-sm-offset-8 {
    margin-left: 66.6666666667%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-10 {
    margin-left: 83.3333333333%}
.col-sm-offset-11 {
    margin-left: 91.6666666667%}
}@media (min-width:960px) {
    .container {
    max-width: 960px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
}
.col-md-1 {
    width: 8.3333333333%}
.col-md-2 {
    width: 16.6666666667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.3333333333%}
.col-md-5 {
    width: 41.6666666667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.3333333333%}
.col-md-8 {
    width: 66.6666666667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.3333333333%}
.col-md-11 {
    width: 91.6666666667%}
.col-md-12 {
    width: 100%}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.3333333333%}
.col-md-push-2 {
    left: 16.6666666667%}
.col-md-push-3 {
    left: 25%}
.col-md-push-4 {
    left: 33.3333333333%}
.col-md-push-5 {
    left: 41.6666666667%}
.col-md-push-6 {
    left: 50%}
.col-md-push-7 {
    left: 58.3333333333%}
.col-md-push-8 {
    left: 66.6666666667%}
.col-md-push-9 {
    left: 75%}
.col-md-push-10 {
    left: 83.3333333333%}
.col-md-push-11 {
    left: 91.6666666667%}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.3333333333%}
.col-md-pull-2 {
    right: 16.6666666667%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-4 {
    right: 33.3333333333%}
.col-md-pull-5 {
    right: 41.6666666667%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-7 {
    right: 58.3333333333%}
.col-md-pull-8 {
    right: 66.6666666667%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-10 {
    right: 83.3333333333%}
.col-md-pull-11 {
    right: 91.6666666667%}
.col-md-offset-0 {
    margin-left: 0;
}
.col-md-offset-1 {
    margin-left: 8.3333333333%}
.col-md-offset-2 {
    margin-left: 16.6666666667%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-4 {
    margin-left: 33.3333333333%}
.col-md-offset-5 {
    margin-left: 41.6666666667%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-7 {
    margin-left: 58.3333333333%}
.col-md-offset-8 {
    margin-left: 66.6666666667%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-10 {
    margin-left: 83.3333333333%}
.col-md-offset-11 {
    margin-left: 91.6666666667%}
}@media (min-width:960px) {
    .container {
    max-width: 960px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
}
.col-lg-1 {
    width: 8.3333333333%}
.col-lg-2 {
    width: 16.6666666667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.3333333333%}
.col-lg-5 {
    width: 41.6666666667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.3333333333%}
.col-lg-8 {
    width: 66.6666666667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.3333333333%}
.col-lg-11 {
    width: 91.6666666667%}
.col-lg-12 {
    width: 100%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.3333333333%}
.col-lg-push-2 {
    left: 16.6666666667%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-4 {
    left: 33.3333333333%}
.col-lg-push-5 {
    left: 41.6666666667%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-7 {
    left: 58.3333333333%}
.col-lg-push-8 {
    left: 66.6666666667%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-10 {
    left: 83.3333333333%}
.col-lg-push-11 {
    left: 91.6666666667%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.3333333333%}
.col-lg-pull-2 {
    right: 16.6666666667%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-4 {
    right: 33.3333333333%}
.col-lg-pull-5 {
    right: 41.6666666667%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-7 {
    right: 58.3333333333%}
.col-lg-pull-8 {
    right: 66.6666666667%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-10 {
    right: 83.3333333333%}
.col-lg-pull-11 {
    right: 91.6666666667%}
.col-lg-offset-0 {
    margin-left: 0;
}
.col-lg-offset-1 {
    margin-left: 8.3333333333%}
.col-lg-offset-2 {
    margin-left: 16.6666666667%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-4 {
    margin-left: 33.3333333333%}
.col-lg-offset-5 {
    margin-left: 41.6666666667%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-7 {
    margin-left: 58.3333333333%}
.col-lg-offset-8 {
    margin-left: 66.6666666667%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-10 {
    margin-left: 83.3333333333%}
.col-lg-offset-11 {
    margin-left: 91.6666666667%}
}table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table thead>tr>th, .table thead>tr>td, .table tbody>tr>th, .table tbody>tr>td, .table tfoot>tr>th, .table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ebebeb;
}
.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebebeb;
}
.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody+tbody {
    border-top: 2px solid #ebebeb;
}
.table .table {
    background-color: #fff;
}
.table-condensed thead>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>th, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>th, .table-condensed tfoot>tr>td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ebebeb;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    border: 1px solid #ebebeb;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    float: none;
    display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}
.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}
.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}
.table>thead>tr>td.danger, .table>thead>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}
.table>thead>tr>td.warning, .table>thead>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}

@media (max-width: 1200px) {
footer {position: relative;}
#footer {
        display: block;
        position: static;
        height: 120px;
        align-items: initial;
        justify-content: initial;
        padding-top: 10px;
    }
    
    #footer .col:nth-child(1) {
        width: auto;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    
    nav.nc-meta li {
        padding: 1px 3px !important;
        border-left: none !important;
    }
    
    #footer .col:nth-child(2) {
        text-align: center;
        width: 100%;
    }
    
    #footer .col:nth-child(3) {
        text-align: center;
        width: 100%;
        margin-top: 15px;
        padding-bottom: 50px;
    }    }
@media (max-width:768px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ebebeb;
}
.table-responsive>.table {
    margin-bottom: 0;
    background-color: #fff;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>thead>tr:last-child>th, .table-responsive>.table-bordered>thead>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}
}fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
select[multiple], select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
textarea.input-lg {
    height: auto;
}
.has-warning .help-block, .has-warning .control-label {
    color: #c09853;
}
.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}
.has-error .help-block, .has-error .control-label {
    color: #b94a48;
}
.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}
.has-success .help-block, .has-success .control-label {
    color: #468847;
}
.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}
.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #515151;
}
@media (min-width:768px) {
    .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
}
.form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}
}.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
}
}.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #fff;
    background-color: #009cde;
    border-color: #009cde;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #007fb5;
    border-color: #0071a1;
}
.open .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #007fb5;
    border-color: #0071a1;
}
.btn-default:active, .btn-default.active {
    background-image: none;
}
.open .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #009cde;
    border-color: #009cde;
}
.btn-primary {
    color: #fff;
    background-color: #e4002b;
    border-color: #e4002b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #bb0023;
    border-color: #a7001f;
}
.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bb0023;
    border-color: #a7001f;
}
.btn-primary:active, .btn-primary.active {
    background-image: none;
}
.open .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #e4002b;
    border-color: #e4002b;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
    background-image: none;
}
.open .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
    background-image: none;
}
.open .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success:active, .btn-success.active {
    background-image: none;
}
.open .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active {
    background-image: none;
}
.open .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-link {
    color: #009cde;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #009cde;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
}
.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: ""}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #428bca;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999;
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
}.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #999;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: #009cde;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 5px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #fff;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%}
.nav-justified>li, .nav-tabs.nav-justified>li {
    float: none;
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    text-align: center;
}
@media (min-width:768px) {
    .nav-justified>li, .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
}.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff;
}
.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}
.tabbable:after {
    clear: both;
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none;
}
.tab-content>.active, .pill-content>.active {
    display: block;
}
.nav .caret {
    border-top-color: #009cde;
    border-bottom-color: #009cde;
}
.nav a:hover .caret {
    border-top-color: #009cde;
    border-bottom-color: #009cde;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    z-index: 1000;
    min-height: 41px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 0px;
}
}.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width:768px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
}
.navbar-collapse .navbar-text:last-child {
    margin-right: 0;
}
}.container>.navbar-header, .container>.navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width:768px) {
    .container>.navbar-header, .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
}.navbar-static-top {
    border-width: 0 0 1px;
}
@media (min-width:768px) {
    .navbar-static-top {
    border-radius: 0;
}
}.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}
@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
}.navbar-fixed-top {
    z-index: 1030;
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}
.navbar-brand {
    float: left;
    padding: 10.5px 10px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand {
    margin-left: -10px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 3.5px;
    margin-bottom: 3.5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 5.25px -10px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}
}@media (min-width:768px) {
    .navbar-left {
    float: left !important;
}
.navbar-right {
    float: right !important;
}
}.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}
@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
}@media (min-width:768px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.navbar-btn {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}
.navbar-text {
    float: left;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
@media (min-width:768px) {
    .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
}
}.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-brand {
    color: #111;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #111;
}
.navbar-default .navbar-nav>li>a {
    color: #111;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #111;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #111;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ededed;
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #111;
    color: #fff;
}
.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret, .navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #111;
    border-bottom-color: #111;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #111;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #111;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #111;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}
}.navbar-default .navbar-link {
    color: #111;
}
.navbar-default .navbar-link:hover {
    color: #fff;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav>li>a {
    color: #999;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}
.navbar-inverse .navbar-nav>.open>a .caret, .navbar-inverse .navbar-nav>.open>a:hover .caret, .navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}
}.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #b7b7b7;
}
.breadcrumb>.active {
    color: #b7b7b7;
}
.pagination, .location .container .row.simple-pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}
.pagination>li, .location .container .row.simple-pagination ul>li {
    display: inline;
}
.pagination>li>a, .location .container .row.simple-pagination ul>li>a, .pagination>li>span, .location .container .row.simple-pagination ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ebebeb;
    border: 1px solid #fff;
    margin-left: -1px;
}
.pagination>li:first-child>a, .location .container .row.simple-pagination ul>li:first-child>a, .pagination>li:first-child>span, .location .container .row.simple-pagination ul>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination>li:last-child>a, .location .container .row.simple-pagination ul>li:last-child>a, .pagination>li:last-child>span, .location .container .row.simple-pagination ul>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination>li>a:hover, .location .container .row.simple-pagination ul>li>a:hover, .pagination>li>a:focus, .location .container .row.simple-pagination ul>li>a:focus, .pagination>li>span:hover, .location .container .row.simple-pagination ul>li>span:hover, .pagination>li>span:focus, .location .container .row.simple-pagination ul>li>span:focus {
    background-color: #f6f6f6;
}
.pagination>.active>a, .location .container .row.simple-pagination ul>.active>a, .pagination>.active>a:hover, .location .container .row.simple-pagination ul>.active>a:hover, .pagination>.active>a:focus, .location .container .row.simple-pagination ul>.active>a:focus, .pagination>.active>span, .location .container .row.simple-pagination ul>.active>span, .pagination>.active>span:hover, .location .container .row.simple-pagination ul>.active>span:hover, .pagination>.active>span:focus, .location .container .row.simple-pagination ul>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e4002b;
    border-color: #e4002b;
    cursor: default;
}
.pagination>.disabled>span, .location .container .row.simple-pagination ul>.disabled>span, .pagination>.disabled>a, .location .container .row.simple-pagination ul>.disabled>a, .pagination>.disabled>a:hover, .location .container .row.simple-pagination ul>.disabled>a:hover, .pagination>.disabled>a:focus, .location .container .row.simple-pagination ul>.disabled>a:focus {
    color: #b7b7b7;
    background-color: #ebebeb;
    border-color: #fff;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.panel {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
}
.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.table {
    margin-bottom: 0;
}
.panel>.panel-body+.table {
    border-top: 1px solid #ebebeb;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-title>a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #ebebeb;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ebebeb;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ebebeb;
}
.panel-default {
    border-color: #ebebeb;
}
.panel-default>.panel-heading {
    color: #111;
    background-color: #f5f5f5;
    border-color: #ebebeb;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebebeb;
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebebeb;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-warning {
    border-color: #fbeed5;
}
.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5;
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}
.panel-danger {
    border-color: #eed3d7;
}
.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7;
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.modal-open {
    overflow: hidden;
}
.modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 15px;
}
body.modal-open {
    margin-right: 15px;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
@media screen and (min-width:768px) {
    .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: ""}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width:768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
}.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
}
.picker__input {
    cursor: default;
}
.picker__input.picker__input--active {
    border-color: #0089ec;
}
.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.picker {
    width: 100%}
.picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 280px;
    max-width: 320px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: all 0.15s ease-out, max-height 0 0.15s;
    -moz-transition: all 0.15s ease-out, max-height 0 0.15s;
    transition: all 0.15s ease-out, max-height 0 0.15s;
}
.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: all 0.15s ease-out, max-height 0;
    -moz-transition: all 0.15s ease-out, max-height 0;
    transition: all 0.15s ease-out, max-height 0;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.picker__box {
    padding: 0 1em;
}
.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}
.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}
.picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
}
.picker__select--month, .picker__select--year {
    font-size: .8em;
    border: 1px solid #b7b7b7;
    height: 2.5em;
    padding: .5em .25em;
    margin-left: .25em;
    margin-right: .25em;
    margin-top: -0.5em;
}
.picker__select--month {
    width: 35%}
.picker__select--year {
    width: 22.5%}
.picker__select--month:focus, .picker__select--year:focus {
    border-color: #0089ec;
}
.picker__nav--prev, .picker__nav--next {
    position: absolute;
    top: -0.33em;
    padding: .5em 1.33em;
    width: 1em;
    height: 1em;
}
.picker__nav--prev {
    left: -1em;
    padding-right: 1.5em;
}
.picker__nav--next {
    right: -1em;
    padding-left: 1.5em;
}
.picker__nav--prev:before, .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}
.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
}
.picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}
@media (min-height:33.875em) {
    .picker__table {
    margin-bottom: .75em;
}
}.picker__table td {
    margin: 0;
    padding: 0;
}
.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
}
@media (min-height:33.875em) {
    .picker__weekday {
    padding-bottom: .5em;
}
}.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}
.picker__day--today {
    color: #0089ec;
    position: relative;
}
.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent;
}
.picker__day--selected, .picker__day--selected:hover {
    border-color: #0089ec;
}
.picker__day--highlighted {
    background: #b1dcfb;
}
.picker__day--disabled:before {
    border-top-color: #aaaaaa;
}
.picker__day--outfocus {
    color: #dddddd;
}
.picker__day--infocus:hover, .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}
.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    background: #0089ec;
    color: #ffffff;
}
.picker__day--disabled, .picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}
.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}
.picker__footer {
    text-align: center;
}
.picker__button--today, .picker__button--clear {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}
.picker__button--today:hover, .picker__button--clear:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb;
}
.picker__button--today:focus, .picker__button--clear:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none;
}
.picker__button--today:before, .picker__button--clear:before {
    position: relative;
    display: inline-block;
    height: 0;
}
.picker__button--today:before {
    content: " ";
    margin-right: .45em;
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent;
}
.picker__button--clear:before {
    content: "\D7";
    margin-right: .35em;
    top: -0.1em;
    color: #ee2200;
    vertical-align: top;
    font-size: 1.1em;
}
.picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0;
}
.picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em;
}
@media (min-height:46.75em) {
    .picker__list-item {
    padding: .5em 1em;
}
}.picker__list-item:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10;
}
.picker__list-item--selected, .picker__list-item--selected:hover {
    border-color: #0089ec;
    z-index: 10;
}
.picker__list-item--highlighted {
    background: #b1dcfb;
}
.picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted {
    background: #0089ec;
    color: #ffffff;
}
.picker__list-item--disabled, .picker__list-item--disabled:hover, .picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto;
}
.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
    color: #000000;
    background: #b1dcfb;
    background: #ee2200;
    border-color: #ee2200;
    cursor: pointer;
    color: #ffffff;
    outline: none;
}
.picker--time .picker__button--clear:before {
    top: -0.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: bold;
}
.picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before {
    color: #ffffff;
}
.picker--time {
    min-width: 256px;
    max-width: 320px;
}
.picker--time .picker__holder {
    background: #f2f2f2;
}
@media (min-height:40.125em) {
    .picker--time .picker__holder {
    font-size: .875em;
}
}.picker--time .picker__box {
    padding: 0;
}
.vjs-default-skin {
    color: #ccc;
}
@font-face {
    font-family: VideoJS;
    src: url(/css/font/vjs.eot);
    src: url(/css/font/vjs.eot?#iefix) format("embedded-opentype"), url(/css/font/vjs.woff) format("woff"), url(/css/font/vjs.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
    -webkit-box-shadow: 0 0 2em #fff;
    -moz-box-shadow: 0 0 2em #fff;
    box-shadow: 0 0 2em #fff;
}
.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
    content: "\e009";
    font-family: VideoJS;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 1em #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s;
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
    display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}
@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar : before {
    content: ""}
}.vjs-default-skin .vjs-control {
    outline: 0;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3em;
    width: 4em;
}
.vjs-default-skin .vjs-control:before {
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
    content: "\e001"}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002"}
.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}
.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
    content: "\e006"}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e003"}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\e004"}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e005"}
.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
}
.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: .6em;
    margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
    height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .5em;
    background: #66a8cc url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: .5em;
    height: .5em;
}
.vjs-default-skin .vjs-volume-handle:before {
    font-size: .9em;
    top: -.2em;
    left: -.2em;
    width: 1em;
    height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    width: 6em;
    left: -4em;
}
.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: .3em;
    height: 1em;
    top: -1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.vjs-default-skin .vjs-progress-holder {
    height: 100%}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
.vjs-default-skin .vjs-play-progress {
    background: #66a8cc url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
    background: #646464;
    background: rgba(255, 255, 255, 0.4);
}
.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%}
.vjs-default-skin .vjs-seek-handle:before {
    padding-top: .1em;
}
.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
    float: left;
}
.vjs-default-skin .vjs-duration {
    float: left;
}
.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}
.vjs-time-divider {
    float: left;
    line-height: 3em;
}
.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
    content: "\e000"}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b"}
.vjs-default-skin .vjs-big-play-button {
    left: .5em;
    top: .5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    border: .1em solid #3b4249;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .8em;
    -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}
.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 .1em #000;
}
@-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(359deg);
}
}@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
}
}@-o-keyframes spin {
    0% {
    -o-transform: rotate(0deg);
}
100% {
    -o-transform: rotate(359deg);
}
}@keyframes spin {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}
.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000;
    border-top-color: rgba(7, 40, 50, 0.5);
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
    display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
    outline: 0;
    color: #111;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default;
}
.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c"}
.vjs-default-skin .vjs-captions-button:before {
    content: "\e008"}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: 'Gilroy Medium', Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.video-js:-moz-full-screen {
    position: absolute;
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}
.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%}
.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}
.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
}
.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
    color: #fff;
}
.video-js .vjs-captions {
    color: #fc6;
}
.vjs-tt-cue {
    display: block;
}
.vjs-default-skin .vjs-hidden {
    display: none;
}
.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
@font-face {
    font-family: "UniversLTW02-67BoldCn";
    src: url(fonts/c1f2f059-579b-465a-a13f-d70acd6c6212.eot?#iefix);
    src: url(fonts/c1f2f059-579b-465a-a13f-d70acd6c6212.eot?#iefix) format("eot"), url(fonts/b2388651-dd56-4c8e-8455-c55318f6a734.woff) format("woff"), url(fonts/346ec69d-90a7-4fef-a216-1a0dafbd3798.ttf) format("truetype"), url(fonts/d39b0ff2-cca2-4288-8f6a-c730f44feb81.svg#d39b0ff2-cca2-4288-8f6a-c730f44feb81) format("svg");
}
.font-ub, h1, nav.nc-help li.login-menu .overlay h4, .nc-main-mobile li.branch a, .nc-stage .container>article>h2>span>ul, .nc-stage .item h2, .nc-stage .item .content-wrapper>ul, .nc-content .panel h3, .table th, .table td:first-child, .table th:first-child, .price-container .price-old, .price-container .price-current {
    font-family: 'Gilroy Medium', Arial, sans-serif;
}
.font-ar, nav.nc-service, nav.navbar .collapse li>a, .price-container .btn-primary {
    font-family: 'Gilroy Medium', Arial, sans-serif;
    font-weight: normal;
}
.font-ab, h2, .nc-content .nav-tabs>li>a, .nc-content .tab-content h3, body>footer .container h4, nav.nc-branch .nav-tabs li a, .panel.shop-teaser .panel-body hgroup h3, .nc-content aside .panel h3 {
    font-family: 'Gilroy Medium', Arial, sans-serif;
    font-weight: bold;
}
.container {
    position: relative;
}
h1 {
    font-size: 54px;
    margin-top: 0;

    vertical-align: middle;
}
h1 span {
color: #0091fa;
    display: inline-block;

    margin-bottom: 0.15em;
    vertical-align: middle;
font-family: 'Gilroy Black', Arial, sans-serif;
}
h1 span:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:750px) {
    h1 span {
    padding: 0.15em 10px 0.15em 20px;
}
}h2 {
    font-size: 38px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 9px 0;
}
.btn {
    border: 0;
    font-weight: bold;
    padding: 8px 19px;
}
.btn.large {
    font-size: 23px;
}
@media screen and (max-width:750px) {
    .btn.large {
    font-size: 18px;
}
}.btn.small {
    font-size: 12px;
    line-height: 1em;
    padding: 8px 11px;
}
@media screen and (max-width:960px) {
    .btn.btn-default {
    font-size: 15px;
    line-height: 1em;
    padding: 8px 11px;
}
}.btn.full-width {
    padding: 8px 0;
    text-align: center;
    width: 100%}
span.check {
    width: 17px;
    height: 15px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -4587px;
    display: inline-block;
    text-indent: -9000px;
}
.disabled a {
    cursor: default !important;
}
span.green {
    color: #00B80F;
}
span.red {
    color: #9B0000;
}
i.icon.info-small {
    background: url(img/sprite-s0afb2d4e25.png) 0 -1534px;
    display: inline-block;
    height: 14px;
    width: 14px;
}
i.icon.info-large {
    background: url(img/sprite-s0afb2d4e25.png) 0 -716px;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.popover {
    width: 300px;
}
form input[type=number]::-webkit-inner-spin-button, form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
form input[type=number], form input[type=text], form input[type=date], form input[type=time], form input[type=tel], form input[type=email], form input[type=password], form textarea.form-control, form select.form-control, form span.customSelect {
    padding: 2px 5px;
}
form input[type=number]:-moz-placeholder, form input[type=text]:-moz-placeholder, form input[type=date]:-moz-placeholder, form input[type=time]:-moz-placeholder, form input[type=tel]:-moz-placeholder, form input[type=email]:-moz-placeholder, form input[type=password]:-moz-placeholder, form textarea.form-control:-moz-placeholder, form select.form-control:-moz-placeholder, form span.customSelect:-moz-placeholder {
    color: #555;
}
form input[type=number]::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=time]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form textarea.form-control::-moz-placeholder, form select.form-control::-moz-placeholder, form span.customSelect::-moz-placeholder {
    color: #555;
}
form input[type=number]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder, form input[type=time]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form textarea.form-control:-ms-input-placeholder, form select.form-control:-ms-input-placeholder, form span.customSelect:-ms-input-placeholder {
    color: #555;
}
form input[type=number]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=date]::-webkit-input-placeholder, form input[type=time]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form textarea.form-control::-webkit-input-placeholder, form select.form-control::-webkit-input-placeholder, form span.customSelect::-webkit-input-placeholder {
    color: #555;
}
form .form-control[readonly] {
    background-color: #fff;
    cursor: default;
}
form .form-control[disabled], form .customSelectDisabled {
    background-color: #eee !important;
    cursor: default;
}
form.bg {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
}
form.micro input[type=text] {
    width: 68%}
form.micro input[type=number] {
    width: 28%}
form.micro input[type=number], form.micro input[type=text] {
    float: left;
    margin-bottom: 4%}
form.micro input[type=number].margin-left, form.micro input[type=text].margin-left {
    margin-left: 4%}
form.micro .panel-body {
    position: relative;
}
form.micro .panel-body label.error {
    left: 8px;
    bottom: auto;
    top: 50px;
}
form.micro .panel-body label.error[for=zip] {
    z-index: 1;
}
form.form-inline .btn, form.navbar-form .btn {
    padding: 11px 13px;
    margin-top: -1px;
}
form.form-inline .search, form.navbar-form .search {
    width: 70%}
@media screen and (max-width:960px) {
    form.form-inline .btn, form.navbar-form .btn, form.form-inline .search, form.navbar-form .search {
    width: 100%}
}form.large {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    padding: 10px 10px 30px 10px;
}
form.large h3, form.large p {
    padding: 0 !important;
}
form.large h3 {
    margin-top: 0;
}
form.large fieldset:not(:last-of-type) {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
form.large .form-group {
    position: relative;
    margin-bottom: 0;
}
form.large .form-group.checkbox, form.large .form-group.radio {
    margin-bottom: 10px;
}
form.large .form-group.small-width {
    width: 50px;
}
form.large .search {
    width: 100%}
form.large .row {
    margin-bottom: 10px;
}
@media screen and (min-width:768px) {
    form.large .row .col-sm-5: last-child {
    padding-left: 0;
}
}@media screen and (max-width:750px) {
    form.large .row>div: not(:last-child) {
    margin-bottom: 10px;
}
}form.large .row:last-child {
    margin-bottom: 0;
}
form.large .btn-primary {
    float: right;
}
form.large p:last-child {
    margin-bottom: 10px !important;
}
form.search-form {
    padding: 20px 10px 10px 10px;
}
form.search-form .row {
    margin-bottom: 8px;
}
form.search-form .row>div span, form.search-form .row>div strong, form.search-form .row>div a {
    padding: 0;
}
form.search-form .row .form-group.checkbox, form.search-form .row .form-group.radio {
    display: inline-block;
    margin: 2px 15px 0 12px;
}
@media screen and (max-width:750px) {
    form.search-form .row .form-group.checkbox, form.search-form .row .form-group.radio {
    display: block;
    margin: 6px 0 0 0;
}
}form.search-form .row .form-group.checkbox {
    margin: 2px 0px 0 12px;
}
form.search-form .row .btn-primary {
    padding: 5px 15px;
    margin-top: 2px;
}
form.callback {
    margin-top: 2em;
}
form.callback:before, form.callback:after {
    content: " ";
    display: table;
}
form.callback:after {
    clear: both;
}
form.callback input {
    margin-bottom: 10px;
}
form.callback .btn {
    float: right;
}
form .search {
    display: inline-block;
    position: relative;
    width: 70%}
form .search:after {
    width: 16px;
    height: 16px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -4471px no-repeat;
    content: " ";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 7px;
}
form .search input {
    padding-right: 24px;
    width: 100%}
form .styledCheckbox, form .styledRadio {
    display: inline-block;
    margin-right: 6px;
    position: absolute;
}
form .checkbox, form .radio {
    padding: 0;
    position: relative;
}
form .checkbox label, form .radio label {
    display: inline-block;
    margin: -2px 0 0 21px;
}
form .checkbox label img, form .radio label img {
    width: 100%}
form .customSelect {
    background: url(/assetsimg/sprite/arrow-bottom.png) #fff 96% 11px no-repeat;
    line-height: 2em;
}
form .customSelect, form .hasCustomSelect {
    width: 100% !important;
}
form .picker-date, form input[type=date] {
    background: url(/assetsimg/sprite/calendar.png) #fff 96% 9px no-repeat;
}
form .picker-time, form input[type=time] {
    background: url(/assetsimg/sprite/clock.png) #fff 96% 9px no-repeat;
}
form label.error {
    background: #e4002b;
    color: #fff;
    font-weight: normal;
    padding: 6px 14px;
    position: absolute;
    bottom: -48px;
    z-index: 1;
}
form label.error:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #e4002b;
    content: " ";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -8px;
}
@media screen and (max-width:750px) {
    form label.error {
    display: block;
    padding: 2px 6px;
    position: relative;
    top: auto;
}
form label.error:after {
    display: none;
}
}form input.error, form input.error:focus {
    border-color: #e4002b;
}
.modal form#linklogindispatch-modal {
    margin-bottom: 10px;
    padding: 0 0 10px;
}
.modal form#linklogindispatch-modal:before, .modal form#linklogindispatch-modal:after {
    content: " ";
    display: table;
}
.modal form#linklogindispatch-modal:after {
    clear: both;
}
.modal form#linklogindispatch-modal label span {
    display: inline-block;
    font-weight: normal;
    width: 95px;
}
.modal form#linklogindispatch-modal label input {
    padding: 2px 5px;
    width: 149px;
}
.modal form#linklogindispatch-modal input[type=submit] {
    float: right;
    margin-top: 5px;
}
.modal .modal-availability-content label.error {
    left: 8px;
    bottom: auto;
    top: 40px;
}
.modal .modal-availability-content label.error[for=zip] {
    z-index: 1;
}
form.business {
    background: none;
    border: none;
    padding: 0;
    margin-top: 2em;
}
form.business .form-wrapper.bg {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 10px 10px 20px 10px;
}
form.business .form-wrapper h3 {
    margin-bottom: 0;
}
form.business .form-wrapper small {
    font-size: 11px;
    line-height: 1.1em;
}
form.business .panel .panel-body h4 {
    color: #333;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}
form.business .panel .panel-body p {
    position: relative;
}
form.business .panel .panel-body p:before, form.business .panel .panel-body p:after {
    content: " ";
    display: table;
}
form.business .panel .panel-body p:after {
    clear: both;
}
form.business .panel .panel-body p .icon {
    vertical-align: middle;
}
form.business .panel .panel-body p .icon.right {
    position: absolute;
    top: 0;
    right: 0;
}
form.business .panel .panel-body li, form.business .panel .panel-body label {
    font-size: 13px;
}
form.business .panel .panel-body fieldset>*:last-child {
    margin-bottom: 0 !important;
}
form.business .panel .panel-body fieldset strong {
    display: block;
    margin-bottom: 0.5em;
}
form.business .panel .panel-body fieldset .form-group>div {
    padding: 0;
}
form.business .panel .panel-body fieldset .form-group .select-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    padding-left: 0.5em;
}
form.business .panel .panel-body fieldset .form-group label {
    display: block;
}
form.business .panel .panel-body fieldset .form-group.row {
    margin-bottom: 0;
}
form.business .panel .panel-body fieldset .form-group p {
    margin-bottom: 0;
}
form.business .panel .panel-body fieldset .more-info {
    display: inline-block;
    margin-top: 8px;
}
form.business .panel .panel-footer .btn {
    padding: 8px 25px;
}
form.business .panel .panel-footer.extend .btn {
    margin-right: 10px;
}
form.business .controls-wrapper:before, form.business .controls-wrapper:after {
    content: " ";
    display: table;
}
form.business .controls-wrapper:after {
    clear: both;
}
form.business .controls-wrapper input, form.business .controls-wrapper a {
    float: right;
}
form.business .controls-wrapper.left input, form.business .controls-wrapper.left a {
    float: none;
}
form.business .controls-wrapper a {
    background: none;
    color: #009cde;
    padding: 8px 10px;
    margin-right: 0.5em;
}
form.business .controls-wrapper a:hover, form.business .controls-wrapper a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    text-decoration: underline;
}
form.business .controls-wrapper a.left {
    float: left;
}
form.business fieldset:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
form.business fieldset .row.toggle-fieldset {
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
form.business .form-group.checkbox, form.business .form-group.radio {
    margin-bottom: 18px;
}
form.business .form-group.floating {
    float: left;
    margin: 0 15px 10px 0;
}
form.business .form-group.customer-number {
    margin-top: -7px;
}
@media screen and (min-width:768px) {
    form.business .col-sm-3 {
    padding-right: 0;
}
}form.business .result-table {
    margin-bottom: 2em;
    width: 100%}
form.business .result-table td {
    width: 50%}
form.business .result-table tr.spacer td {
    padding-top: 0.8em;
}
.notopmargin {
    margin-top: 0 !important;
}
.nc-content {
    margin-top: 27px;
}
@media screen and (max-width:750px) {
    .nc-content {
    margin-top: 0;
    padding: 15px 10px;
}
}.nc-content .nav-tabs {
    border-color: #111;
}
.nc-content .nav-tabs>li>a {
    border: none;
    color: #111;
    font-size: 15px;
    margin: 0;
    padding: 8px 21px 10px 21px;
    position: relative;
    line-height: 1em;
}
.nc-content .nav-tabs>li>a:hover {
    border: none;
}
.nc-content .nav-tabs>li.active>a, .nc-content .nav-tabs>li:hover>a {
    background: #111;
    color: #fff;
}
@media print {
    .nc-content .nav-tabs>li.active>a, .nc-content .nav-tabs>li: hover>a {
    background: none;
}
}.nc-content .nav-tabs>li.active>a:after, .nc-content .nav-tabs>li:hover>a:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    bottom: -10px;
    content: " ";
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 1;
}
@media print {
    .nc-content .nav-tabs>li.active>a: after, .nc-content .nav-tabs>li:hover>a:after {
    display: none;
}
}@media screen and (max-width:750px) {
    .nc-content .nav-tabs {
    border-bottom: 0;
}
.nc-content .nav-tabs>li {
    border: none;
    float: none;
}
.nc-content .nav-tabs>li:hover {
    border: none;
}
.nc-content .nav-tabs>li>a {
    margin-right: 0;
    border: 1px solid #ebebeb;
}
.nc-content .nav-tabs>.active>a, .nc-content .nav-tabs>.active>a:hover {
    border: 1px solid #111;
}
.nc-content .nav-tabs>li>a:hover, .nc-content .nav-tabs>li>a:focus {
    z-index: 2;
}
}.nc-content .tab-content {
    margin-bottom: 35px;
}
.nc-content .tab-content:last-child {
    margin-bottom: 0;
}
.nc-content .tab-content .error-page {
    margin-bottom: 70px;
}
.nc-content .tab-content .error-page>p {
    margin-bottom: 18px;
    font-size: 18px;
}
@media screen and (max-width:750px) {
    .nc-content .tab-content {
    margin-top: 2px;
}
.nc-content .tab-content .tab-pane {
    padding: 0 10px;
}
}.nc-content .tab-content h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.nc-content .tab-content h3 {
    display: block;
    font-size: 24px;
}
.nc-content .tab-content ol {
    margin-left: 21px;
    list-style-position: outside;
    padding: 0 12px 0 0;
}
.nc-content .tab-content ol li {
    padding: 0 0 3px 0;
}
.nc-content .tab-content strong.price {
    font-size: 21px;
    margin-bottom: 5px;
}
.nc-content .tab-content sup {
    top: -1em;
}
.nc-content .tab-content .panel {
    margin-bottom: 0;
}
.nc-content .tab-content p {
    font-size: 14px;
}
@media print {
    .nc-content .tab-content .tab-pane {
    display: block;
}
}.nc-content .tab-content .tab-pane.active>.row:first-child .panel:not(.no-background) {
    margin-top: 20px;
}
.nc-content .row>div>h2, .nc-content .row .content-detail>h2 {
    font-size: 22px;
    margin: 15px 0 10px;
}
.nc-content .row>div>h2:first-child, .nc-content .row .content-detail>h2:first-child {
    margin-top: 20px;
}
.nc-content .row>div>div.text-image>h2, .nc-content .row .content-detail>div.text-image>h2 {
    font-size: 22px;
    margin: 15px 0 10px;
    display: inline-block;
}
.nc-content .row>div>h3, .nc-content .row .content-detail>h3 {
    font-size: 16px;
    font-weight: bold;
}
.nc-content .row>div>p, .nc-content .row>div>ul, .nc-content .row>div>ol, .nc-content .row>div>h2, .nc-content .row>div>h3, .nc-content .row>div>h4, .nc-content .row>div>a, .nc-content .row>div>span, .nc-content .row>div>strong, .nc-content .row>div>blockquote, .nc-content .row>div>.text-image, .nc-content .row>div>.carousel, .nc-content .row .content-detail>p, .nc-content .row .content-detail>ul, .nc-content .row .content-detail>ol, .nc-content .row .content-detail>h2, .nc-content .row .content-detail>h3, .nc-content .row .content-detail>h4, .nc-content .row .content-detail>a, .nc-content .row .content-detail>span, .nc-content .row .content-detail>strong, .nc-content .row .content-detail>blockquote, .nc-content .row .content-detail>.text-image, .nc-content .row .content-detail>.carousel {
    padding: 0 12px;
}
.nc-content .row>div>p, .nc-content .row .content-detail>p {
    line-height: 1.4em;
}
.nc-content .row>div .text-image>ol, .nc-content .row .content-detail .text-image>ol {
    margin-left: 21px;
    list-style-position: outside;
    padding: 0 12px 0 0;
}
.nc-content .row>div .text-image>ol li, .nc-content .row .content-detail .text-image>ol li {
    padding: 0 0 3px 0;
}
.nc-content .row .content-detail>*:last-child {
    margin-bottom: 0;
}
.nc-content .row>.col-sm-12 h1, .nc-content .row>.col-sm-12 h2 {
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    .nc-content .row>.col-sm-12 h1 {
    margin-bottom: 10px;
    margin-left: -20px;
    font-size: 40px;
}
}.nc-content .row>.col-sm-12 h1 ~ h2 {
    margin-top: 40px;
    margin-bottom: 8px;
}
.nc-content .row>.col-sm-9>a, .nc-content .row>.col-sm-12>a {
    padding: 0;
}
@media screen and (max-width:750px) {
    .nc-content .row>.col-sm-9 {
    padding: 0;
}
}.nc-content ul.no-bullets, .nc-content ul.listing {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nc-content ul.floating li {
    border-right: 1px solid #b7b7b7;
    display: inline-block;
    padding: 0 17px 0 15px;
    margin-bottom: 5px;
}
.nc-content ul.floating li:first-child {
    padding-left: 0;
}
.nc-content ul.floating li:last-child {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 0;
}
@media screen and (max-width:960px) {
    .nc-content ul.floating li {
    padding: 0 6px 0 4px;
}
}@media screen and (max-width:750px) {
    .nc-content ul.floating li {
    border: none;
    display: block;
    padding: 0;
}
}.nc-content ul.listing {
    margin-bottom: 0.8em;
}
.nc-content ul.listing li {
    background: url(img/sprite-s0afb2d4e25.png) 0 -5040px no-repeat;
    padding: 0 0 3px 20px;
}
.nc-content ul.listing li:last-child {
    padding-bottom: 0;
}
.nc-content ol.listing {
    margin-left: 21px;
    list-style-position: outside;
}
.nc-content ol.listing li {
    padding: 0 0 3px 0;
}
.nc-content blockquote {
    margin-left: 12px;
}
.nc-content img {
    max-width: 100%}
.nc-content .video img {
    cursor: pointer;
}
.nc-content .video iframe {
    display: none;
    max-width: 100%}
.nc-content .sitemap {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.nc-content figure figcaption {
    background: #ebebeb;
    font-size: 12px;
    padding: 8px 7px;
    line-height: 1em;
}
.nc-content figure figcaption div p {
    font-size: 12px !important;
}
.nc-content .text-image {
    position: relative;
    margin-bottom: 10px;
}
.nc-content .text-image:before, .nc-content .text-image:after {
    content: " ";
    display: table;
}
.nc-content .text-image:after {
    clear: both;
}
.nc-content .text-image figure {
    float: left;
    margin: 0 12px 4px 0;
}
@media screen and (max-width:750px) {
    .nc-content .text-image figure {
    display: inline-block;
    float: none;
    margin: 0 0 15px 0;
}
}.nc-content .text-image.right figure {
    float: right;
    margin: 0 0 4px 12px;
}
@media screen and (max-width:750px) {
    .nc-content .text-image.right figure {
    display: inline-block;
    float: none;
    margin: 0 0 15px 0;
}
}.nc-content .text-image p {
    margin-top: -4px;
}
.product-wrapper .additional-modules {
    margin-top: 20px;
}
body>header {

    height: 200px;
margin-bottom: 50px;
display: flex;
align-items: center;
}
body>header .container {height: 100%;width: 100%;}
body>header .row{

height: 100%;
}
body>header .col-sm-2{
display: flex;
align-items: center;
height: 100%;
}

@media print {
    body>header {
    display: none;
}
}@media screen and (max-width:750px) {
    body>header {
    height: 150px;
}
}@media screen and (max-width:750px) {
    body>header>.container {
    height: 0;
}
}body>header .nc-logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 112px;
    height: 112px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -212px;
    display: block;
    margin: -34px 0 35px 0;
}
@media screen and (max-width:750px) {
    body>header .nc-logo {
    width: 46px;
    height: 46px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -570px;
    margin: -56px 0 0 10px;
}
}body>header .site-search {
    border: 2px solid #f6f6f6;
    top: 68px;
    position: absolute;
    right: 20px;
}
@media screen and (max-width:750px) {
    body>header .site-search {
    display: none;
}
}body>header .site-search input[type="text"] {
    border: none;
    padding: 3px 7px;
    outline: none;
}
body>header .site-search input[type="submit"] {
    width: 27px;
    height: 26px;
    background: url(img/sprite-s0afb2d4e25.png) 6px -4696px #009cde;
    border: none;
    text-indent: -9000px;
}
body.na>header .nc-logo {
    background: url(img/sprite-s0afb2d4e25.png) 0 0;
}
@media screen and (max-width:750px) {
    body.na>header .nc-logo {
    background: url(img/sprite-s0afb2d4e25.png) 0 -424px;
}
}
@media screen and (max-width:750px) {
    body>footer {
    margin-top: 10px;
}
body>footer .row>div {
    padding: 0;
}
}@media print {
    body>footer {
    border: none;
    margin-top: 2cm;
    padding: 0;
}
body>footer:before {
    content: "© NetCologne GmbH";
    display: block;
    text-align: center;
}
}@media print {
    body>footer .container {
    display: none;
}
}@media screen and (min-width:768px) {
    body>footer .container: before {
    background: url(img/footer-people.png) top right no-repeat;
    content: " ";
    display: block;
    height: 146px;
    margin-top: -130px;
}
}body>footer .container h4 {
    font-size: 14px;
    margin: 35px 0 25px 0;
    text-transform: uppercase;
}
@media screen and (max-width:750px) {
    body>footer .container h4 {
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    padding: 12px 20px;
    margin: 0;
}
body>footer .container h4:after {
    width: 11px;
    height: 7px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -6152px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: auto;
    right: 29px;
    top: 14px;
    bottom: auto;
}
body>footer .container h4.open-list {
    border-bottom: 0;
}
body>footer .container h4.open-list:after {
    width: 11px;
    height: 7px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -6473px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: auto;
    right: 29px;
    top: 14px;
    bottom: auto;
}
}body>footer .container ul {
    padding: 0;
    margin: 0;
}
@media screen and (max-width:750px) {
    body>footer .container ul {
    display: none;
}
body>footer .container ul.open-list {
    border-bottom: 1px solid #ebebeb;
    display: block;
}
}body>footer .container ul li {
    list-style: none;
}
@media screen and (max-width:750px) {
    body>footer .container ul li {
    padding: 5px 20px;
}
body>footer .container ul li:first-child {
    padding-top: 0;
}
}body>footer .container ul li a {
    color: #111;
}
body>footer .container ul li a:hover {
    color: #009cde;
    text-decoration: none;
}
body>footer .container .social, body>footer .container .nc-meta {
    margin: 45px 0 7px 0;
}
body>footer .container .social ul li, body>footer .container .nc-meta ul li {
    display: inline-block;
}
body>footer .container .social {
    margin-top: 48px;
}
@media screen and (max-width:750px) {
    body>footer .container .social {
    margin: 25px 0 20px 10px;
    text-align: center;
}
}body>footer .container .social h4 {
    display: inline-block;
    margin: 0;
    width: auto;
}
@media screen and (max-width:750px) {
    body>footer .container .social h4 {
    display: none;
}
}body>footer .container .social ul {
    display: inline-block;
}
@media screen and (max-width:750px) {
    body>footer .container .social ul li {
    padding: 0;
    margin-right: 20px;
}
body>footer .container .social ul li:last-child {
    margin-right: 0;
}
}body>footer .container .social ul li a {
    width: 26px;
    height: 22px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -3160px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    text-indent: -9000px;
    top: -3px;
}
@media screen and (max-width:750px) {
    body>footer .container .social ul li a {
    margin-left: 0;
}
}body>footer .container .social ul li a.youtube {
    background: url(img/sprite-s0afb2d4e25.png) 0 -2671px;
}
body>footer .container .social ul li a.xing {
    background: url(img/sprite-s0afb2d4e25.png) 0 -3283px;
}
@media screen and (max-width:960px) {
    body>footer .container .nc-meta {
    margin-top: 10px;
}
}body>footer .container .nc-meta ul {
    display: block;
    float: right;
}
@media screen and (max-width:750px) {
    body>footer .container .nc-meta ul {
    float: none;
    margin: 0 20px;
}
}body>footer .container .nc-meta li {
    border-left: 1px solid #b7b7b7;
    padding: 1px 12px;
}
.lt-ie9 body>footer .container .nc-meta li {
    padding: 1px 12px;
}
body>footer .container .nc-meta li:first-child {
    border-left: 0;
    padding-left: 0;
}
body>footer .container .nc-meta li:last-child {
    padding-right: 0;
}
@media screen and (max-width:750px) {
    body>footer .container .nc-meta li {
    border: none;
    padding: 0 35px 12px 0;
}
body>footer .container .nc-meta li:first-child {
    border: none;
}
}nav:before, nav:after {
    content: " ";
    display: table;
}
nav:after {
    clear: both;
}
nav.nc-service {
    background: #009cde;
    color: #fff;
    font-size: 11px;
    height: 48px;
}
@media screen and (max-width:750px) {
    nav.nc-service {
    height: 65px;
}
}nav.nc-service a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
    padding: 7px 9px;
}
nav.nc-service a:hover {
    background: #fff;
    color: #009cde;
}
nav.nc-service ul {
    float: right;
    margin: 8px 6px 0 0;
}
@media screen and (max-width:750px) {
    nav.nc-service ul {
    display: none;
}
}nav.nc-service ul li {
    margin-left: 12px;
}
nav.nc-service ul li.active a, nav.nc-service ul li.active a:hover {
    color: #009cde;
}
@media screen and (max-width:750px) {
    nav.nc-branch {
    display: none;
}
}nav.nc-branch .nav-tabs {
    border: none;
    display: inline-block;
    float: right;
    width: auto;
}
nav.nc-branch .nav-tabs li a {
    color: #111;
    font-size: 15px;
    margin: 0;
    padding: 16px 14px 12px 14px;
    line-height: 1em;
}
nav.nc-branch .nav-tabs li a, nav.nc-branch .nav-tabs li a:hover {
    border: none;
}
nav.nc-branch .nav-tabs li.active a, nav.nc-branch .nav-tabs li:hover a {
    background: #009cde;
    color: #fff;
}
nav.navbar {
    border: none;
    margin-bottom: 0;
}
nav.navbar .collapse {
    padding: 0;
}
nav.navbar .collapse li>a {
    color: #111;
    font-size: 15px;
    padding: 10px 18px 16px 18px;
    line-height: 1em;
}
@media screen and (max-width:960px) {
    nav.navbar .collapse li>a {
    font-size: 13px;
    padding: 12px 12px 16px 12px;
}
}nav.navbar .collapse li>a.home {
    width: 43px;
    height: 41px;
    background: url(img/sprite-s0afb2d4e25.png) 12px -3875px;
    display: inline-block;
    text-indent: -9000px;
}
nav.navbar .collapse li>a.home:hover {
    background: url(img/sprite-s0afb2d4e25.png) 12px -3994px #111;
}
nav.navbar .collapse li>a, nav.navbar .collapse li>a:hover {
    border: none;
}
nav.navbar .collapse li.active>a, nav.navbar .collapse li:hover>a {
    background: #111;
    color: #fff;
}
nav.navbar .collapse li.active>a.home, nav.navbar .collapse li:hover>a.home {
    background: url(img/sprite-s0afb2d4e25.png) 12px -3994px #111;
}
nav.navbar .collapse li.dropdown:hover>a {
    -webkit-box-shadow: 5px 0px 8px -6px rgba(0, 0, 0, 0.5), -5px 0px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0px 8px -6px rgba(0, 0, 0, 0.5), -5px 0px 8px -6px rgba(0, 0, 0, 0.5);
    background: #fff;
    color: #009cde;
    z-index: 1001;
}
nav.navbar .collapse li.dropdown:hover>ul {
    display: block;
}
nav.navbar .collapse li.dropdown>ul {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    border: 0;
    border-top: 1px solid #fff;
    padding: 0;
}
nav.navbar .collapse li.dropdown>ul a {
    border-bottom: 1px solid #ebebeb;
    color: #111;
    padding: 8px 18px;
}
nav.navbar .collapse li.dropdown>ul a:hover {
    background: #fff;
    color: #009cde;
}
nav.navbar .collapse li.dropdown>ul li.active a {
    background: #fff;
    color: #009cde;
}
@media screen and (max-width:750px) {
    nav.nc-main {
    display: none;
}
}nav.nc-help {
    display: inline-block;
    float: right;
}
@media screen and (max-width:750px) {
    nav.nc-help {
    display: none;
}
}nav.nc-help li>a {
    border-bottom: 1px solid #111;
}
nav.nc-help li.login-menu.active>a, nav.nc-help li.login-menu.active a:hover, nav.nc-help li.login-menu.active a:focus, nav.nc-help li.login-menu:hover>a, nav.nc-help li.login-menu:hover a:hover, nav.nc-help li.login-menu:hover a:focus, nav.nc-help li.login-menu.show>a, nav.nc-help li.login-menu.show a:hover, nav.nc-help li.login-menu.show a:focus {
    background: none;
    color: #009cde;
}
nav.nc-help li.login-menu>a {
    color: #009cde;
    font-weight: bold;
    margin-right: 0;
    padding-right: 12px;
    z-index: 20;
}
nav.nc-help li.login-menu>a:after {
    width: 17px;
    height: 10px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -4933px;
    content: " ";
    display: inline-block;
    margin-left: 8px;
}
nav.nc-help li.login-menu>a, nav.nc-help li.login-menu>a:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
nav.nc-help li.login-menu .overlay {
    background: #fff;
    border: 1px solid #ebebeb;
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: 292px;
    z-index: 10;
}
nav.nc-help li.login-menu .overlay .panel, nav.nc-help li.login-menu .overlay .panel-heading, nav.nc-help li.login-menu .overlay .panel-body {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: none;
    margin: 0;
}
nav.nc-help li.login-menu .overlay .panel .panel-heading h4 {
    border-top: 1px solid #ebebeb;
    padding: 15px 0 15px 10px;
}
nav.nc-help li.login-menu .overlay .panel:first-of-type .panel-heading h4 {
    border-top: 0;
}
nav.nc-help li.login-menu .overlay .panel-heading, nav.nc-help li.login-menu .overlay .panel-body {
    padding: 0 10px;
}
nav.nc-help li.login-menu .overlay .panel-body>a.btn {
    margin-bottom: 20px;
}
nav.nc-help li.login-menu .overlay .panel-body>a.btn:hover, nav.nc-help li.login-menu .overlay .panel-body>a.btn:focus {
    color: #fff;
    background-color: #007fb5;
    border-color: #0071a1;
}
nav.nc-help li.login-menu .overlay h4 {
    text-transform: uppercase;
}
nav.nc-help li.login-menu .overlay h4 a {
    display: block;
    position: relative;
}
nav.nc-help li.login-menu .overlay h4 a:not(.noBackground):after {
    width: 20px;
    height: 20px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -3524px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -2px;
}
nav.nc-help li.login-menu .overlay h4 a:hover {
    color: #009cde;
    text-decoration: none;
}
nav.nc-help li.login-menu .overlay h4 a.collapsed:after {
    background: url(img/sprite-s0afb2d4e25.png) 0 -3404px;
}
nav.nc-help li.login-menu .overlay p {
    margin: 0 0 10px 0;
    padding: 0 10px;
}
nav.nc-help li.login-menu .overlay form {
    margin-bottom: 10px;
    padding: 0 10px;
}
nav.nc-help li.login-menu .overlay form:before, nav.nc-help li.login-menu .overlay form:after {
    content: " ";
    display: table;
}
nav.nc-help li.login-menu .overlay form:after {
    clear: both;
}
nav.nc-help li.login-menu .overlay form label span {
    display: inline-block;
    font-weight: normal;
    width: 110px;
}
nav.nc-help li.login-menu .overlay form label input {
    border: 1px solid #111;
    padding: 2px 5px;
    width: 135px;
}
nav.nc-help li.login-menu .overlay form input[type=submit] {
    float: right;
    margin-top: 5px;
}
nav.nc-help li.login-menu.show>a {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #fff;
}
nav.nc-help li.login-menu.show .overlay {
    display: block;
}
@media screen and (max-width:750px) {
    nav.nc-breadcrumb {
    display: none;
}
}nav.nc-breadcrumb .breadcrumb {
    border-bottom: 1px solid #b7b7b7;
    font-size: 12px;
    margin-bottom: 0;
    padding: 6px 0 5px 0;
}
nav.nc-breadcrumb .breadcrumb.no-border {
    border-bottom: 0;
}
nav.nc-breadcrumb .breadcrumb li+li:before {
    content: "\00bb"}
nav.nc-breadcrumb .breadcrumb li a {
    color: #b7b7b7;
}
.navbar-toggle {
    width: 42px;
    height: 39px;
    color: #fff;
    display: none;
    margin-top: 10px;
    outline: none;
    z-index: 10;
}
.navbar-toggle .icon-bar {
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 1px 0;
}
.navbar-toggle .icon-close {
    display: none;
    font-size: 36px;
    line-height: 1em;
    margin-top: -6px;
}
.navbar-toggle.open .icon-close {
    display: block;
}
.navbar-toggle.open .icon-bar {
    display: none;
}
@media screen and (max-width:750px) {
    .navbar-toggle {
    display: block;
}
}.nc-main-mobile {
    background: #009cde;
    color: #fff;
    display: none;
    padding: 0;
    position: relative;
}
@media screen and (min-width:768px) {
    .nc-main-mobile {
    display: none !important;
}
}.nc-main-mobile li {
    list-style: none;
    position: relative;
}
.nc-main-mobile li>a {
    border-top: 1px solid #f6f6f6;
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 1em;
    padding: 10px 20px;
}
.nc-main-mobile li>a:after {
    width: 7px;
    height: 11px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -5712px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 29px;
    top: 14px;
}
.nc-main-mobile li>a.home {
    display: none;
}
.nc-main-mobile li.dropdown>ul {
    padding-left: 0;
}
.nc-main-mobile li.dropdown>ul>li a {
    padding: 8px 20px 8px 40px;
    font-size: 15px;
}
.nc-main-mobile li.dropdown>ul>li a:after {
    top: 11px;
}
.nc-main-mobile li.help a {
    border-bottom: 1px solid #f6f6f6;
}
.nc-main-mobile li .site-search {
    border: none;
    display: block;
    padding: 10px 18px 10px 20px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
}
.nc-main-mobile li .site-search input[type="text"] {
    padding: 6px 8px;
    width: 85%}
.nc-main-mobile li .site-search input[type="submit"] {
    float: right;
    margin-top: 3px;
    max-width: 10%}
.nc-main-mobile li.fixed>ul {
    margin: 0;
    padding: 0;
}
.nc-main-mobile li.fixed a {
    border-top: 1px solid #009cde;
    text-decoration: none;
}
.nc-main-mobile li.fixed a:after {
    width: 11px;
    height: 7px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -6580px;
    right: 27px;
    top: 24px;
}
.nc-main-mobile li.fixed a.open:after {
    background: url(img/sprite-s0afb2d4e25.png) 0 -6259px;
}
.nc-main-mobile li.fixed .login-menu>a {
    background: #009cde;
    padding-top: 20px;
}
.nc-main-mobile li.fixed .login-menu a {
    border-top: 0;
}
.nc-main-mobile li.fixed .overlay {
    display: none;
}
.nc-main-mobile li.fixed .overlay .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: none;
    margin-top: 0;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body, .nc-main-mobile li.fixed .overlay .panel .panel-heading {
    border: none;
    padding: 0;
}
.nc-main-mobile li.fixed .overlay .panel .panel-heading {
    background: #fff;
    margin: 10px 20px;
}
.nc-main-mobile li.fixed .overlay .panel .panel-heading a {
    color: #111;
    display: block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
.nc-main-mobile li.fixed .overlay .panel .panel-heading a:after {
    width: 20px;
    height: 20px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -3524px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -2px;
}
.nc-main-mobile li.fixed .overlay .panel .panel-heading a.collapsed:after {
    background: url(img/sprite-s0afb2d4e25.png) 0 -3404px;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body {
    color: #111;
    margin: 0 20px;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body label {
    display: block;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body label:before, .nc-main-mobile li.fixed .overlay .panel .panel-body label:after {
    content: " ";
    display: table;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body label:after {
    clear: both;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body label span {
    display: inline-block;
    font-weight: normal;
    width: 30%}
.nc-main-mobile li.fixed .overlay .panel .panel-body label input {
    border: 1px solid #111;
    width: 65%}
.nc-main-mobile li.fixed .overlay .panel .panel-body label:last-of-type {
    margin-bottom: 12px;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body input {
    float: right;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body p {
    font-size: 13px;
}
.nc-main-mobile li.fixed .overlay .panel .panel-body p.intro {
    display: none;
}
.nc-main-mobile li.branch {
    background: #fff;
}
.nc-main-mobile li.branch a {
    color: #009cde;
}
.nc-main-mobile li.branch a:after {
    background: none;
}
.nc-main-mobile.fixed-height li.fixed {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.nc-stage {
    background: url(img/stage-bg-grey.jpg) center center #b7b7b7;
    min-height: 432px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:960px) {
    .nc-stage {
    min-height: 336px;
}
}@media screen and (max-width:750px) {
    .nc-stage {
    min-height: 170px;
    margin-bottom: 0;
}
}@media screen and (max-width:750px) {
    .nc-stage .container {
    padding: 0;
}
}.nc-stage .container>.item {
    overflow: hidden;
    position: relative;
}
.nc-stage .container>article>h2>span>ul {
    font-size: 23px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
@media screen and (max-width:960px) {
    .nc-stage .container>article>h2>span>ul {
    font-size: 20px;
}
}@media screen and (max-width:750px) {
    .nc-stage .container>article>h2>span>ul {
    font-size: 17px;
}
}.nc-stage .container>article>h2>span>ul:last-child {
    margin-bottom: 0;
}
.nc-stage .container>article>h2>span>ul li {
    padding-left: 12px;
    position: relative;
    text-transform: uppercase;
}
.nc-stage .container>article>h2>span>ul li strong {
    color: #009cde;
}
.nc-stage .container>article>h2>span>ul li:before {
    content: "\25AA";
    color: #b7b7b7;
    position: absolute;
    left: -2px;
}
.nc-stage:before {
    width: 100%;
    height: 100%;
    background: url(img/stage-bg.png);
    content: " ";
    display: block;
    left: 0;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    top: 0;
    z-index: 0;
}
.nc-stage .btn {
    position: relative;
    z-index: 2;
}
.nc-stage .carousel {
    min-height: 432px;
    overflow: hidden;
}
@media screen and (max-width:960px) {
    .nc-stage .carousel {
    min-height: 336px;
}
}@media screen and (max-width:750px) {
    .nc-stage .carousel {
    min-height: 170px;
}
}.nc-stage .carousel .carousel-inner {
    overflow: visible;
}
.nc-stage .carousel .carousel-indicators {
    bottom: 0;
    left: 0;
    margin: 0 0 0 auto;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.nc-stage .carousel .carousel-indicators:before, .nc-stage .carousel .carousel-indicators:after {
    content: " ";
    display: table;
}
.nc-stage .carousel .carousel-indicators:after {
    clear: both;
}
@media screen and (max-width:750px) {
    .nc-stage .carousel .carousel-indicators {
    display: none;
}
}.nc-stage .carousel .carousel-indicators li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 187px;
    height: 45px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90FFFFFF, endColorstr=#90FFFFFF);
    zoom: 1;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    display: block;
    float: left;
    line-height: 45px;
    margin: 0 1px 1px 0;
    position: relative;
    text-indent: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nc-stage .carousel .carousel-indicators li:only-child {
    display: none;
}
@media screen and (max-width:960px) {
    .nc-stage .carousel .carousel-indicators li {
    display: list-item;
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 10px;
    width: 8%}
.nc-stage .carousel .carousel-indicators li span {
    display: none;
}
}.nc-stage .carousel .carousel-indicators li.active {
    background: #fff;
}
.nc-stage .carousel .carousel-indicators li.active:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #fff;
    content: " ";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -14px;
}
@media screen and (max-width:960px) {
    .nc-stage .carousel .carousel-indicators li.active {
    list-style-type: none;
    text-indent: 0;
    width: 28%}
.nc-stage .carousel .carousel-indicators li.active span {
    display: block;
}
}.nc-stage .item {
    min-height: 432px;
    padding-top: 35px;
    padding-bottom: 50px;
}
@media screen and (max-width:960px) {
    .nc-stage .item {
    min-height: 336px;
}
}@media screen and (max-width:750px) {
    .nc-stage .item {
    min-height: 170px;
    padding-top: 0;
    padding-bottom: 25px;
}
}.nc-stage .item h1 {
    display: inline-block;
    line-height: 1em;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:750px) {
    .nc-stage .item h1 {
    margin-top: 15px;
    font-size: 30px;
}
}.nc-stage .item h1.large {
    font-size: 88px;
    margin-top: 19px;
    margin-bottom: 10px;
}
@media screen and (max-width:960px) {
    .nc-stage .item h1.large {
    font-size: 70px;
}
}@media screen and (max-width:750px) {
    .nc-stage .item h1.large {
    font-size: 38px;
    margin-bottom: 0;
}
}.nc-stage .item h1.large span {
    padding: 0.05em 15px;
}
.nc-stage .item h1.large img {
    position: absolute;
    top: -47px;
    right: -89px;
}
@media screen and (max-width:750px) {
    .nc-stage .item h1.large img {
    display: none;
}
}.nc-stage .item .price {
    display: none;
}
@media screen and (max-width:750px) {
    .nc-stage .item .price {
    display: inline-block;
}
}.nc-stage .item h2 {
    color: #111;
    line-height: 1.1em;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:960px) {
    .nc-stage .item h2 {
    font-size: 30px;
}
}@media screen and (max-width:750px) {
    .nc-stage .item h2 {
    font-size: 20px;
    margin-bottom: 8px;
}
}.nc-stage .item h2 span, .nc-stage .item h2 strong {
    background: #fff;
    display: inline-block;
    padding: 0 18px;
}
.nc-stage .item h2 strong {
    color: #009cde;
}
.nc-stage .item img {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
@media screen and (max-width:960px) {
    .nc-stage .item img {
    max-height: 268.8px;
}
}@media screen and (max-width:750px) {
    .nc-stage .item img {
    display: none;
}
}.nc-stage .item .content-wrapper {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 16px 18px;
    position: relative;
}
.nc-stage .item .content-wrapper.small-width {
    margin-bottom: 40px;
    width: 660px;
}
@media screen and (max-width:960px) {
    .nc-stage .item .content-wrapper.small-width {
    width: 500px;
}
}@media screen and (max-width:750px) {
    .nc-stage .item .content-wrapper.small-width {
    margin-bottom: 15px;
    width: 100%}
}.nc-stage .item .content-wrapper.small-padding {
    border: none;
    padding: 10px;
}
@media screen and (max-width:750px) {
    .nc-stage .item .content-wrapper.small-padding {
    padding: 5px;
}
}.nc-stage .item .content-wrapper.no-background {
    background: none;
    border: none;
}
.nc-stage .item .content-wrapper .table {
    margin-bottom: 0;
}
.nc-stage .item .content-wrapper .table tr:first-child th, .nc-stage .item .content-wrapper .table tr:first-child td {
    border-top: 0;
}
@media screen and (max-width:750px) {
    .nc-stage .item .content-wrapper>.table {
    display: none;
}
}.nc-stage .item .content-wrapper .mobile-slider {
    display: none;
    overflow: hidden;
    margin-left: 5px;
}
@media screen and (max-width:750px) {
    .nc-stage .item .content-wrapper .mobile-slider {
    display: block;
}
}.nc-stage .item .content-wrapper .mobile-slider .mobile-table {
    padding: 0;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.nc-stage .item .content-wrapper .mobile-slider .mobile-table:before, .nc-stage .item .content-wrapper .mobile-slider .mobile-table:after {
    content: " ";
    display: table;
}
.nc-stage .item .content-wrapper .mobile-slider .mobile-table:after {
    clear: both;
}
.nc-stage .item .content-wrapper .mobile-slider .mobile-table li {
    background: #fff;
    list-style: none;
    margin-right: 10px;
    width: 80%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.nc-stage .item .content-wrapper .mobile-slider .carousel-indicators {
    bottom: -25px;
}
.nc-stage .item .content-wrapper .mobile-slider .carousel-indicators li {
    background: #fff;
    border: #fff;
    margin-right: 3px;
}
.nc-stage .item .content-wrapper .mobile-slider .carousel-indicators li.active {
    background: #111;
    border: #111;
}
.nc-stage .item .content-wrapper .illustration {
    max-height: 250px;
    max-width: 250px;
    position: absolute;
    right: 0;
    top: 20%}
.nc-stage .item .content-wrapper>img:not(.illustration) {
    max-height: 250px;
    max-width: 250px;
    z-index: 5;
}
.nc-stage .item .content-wrapper>ul {
    font-size: 21px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
@media screen and (max-width:960px) {
    .nc-stage .item .content-wrapper>ul {
    font-size: 20px;
}
}@media screen and (max-width:750px) {
    .nc-stage .item .content-wrapper>ul {
    font-size: 17px;
}
}.nc-stage .item .content-wrapper>ul:last-child {
    margin-bottom: 0;
}
.nc-stage .item .content-wrapper>ul li {
    padding-left: 12px;
    position: relative;
    text-transform: uppercase;
}
.nc-stage .item .content-wrapper>ul li strong {
    color: #009cde;
}
.nc-stage .item .content-wrapper>ul li:before {
    content: "\25AA";
    color: #b7b7b7;
    position: absolute;
    left: -2px;
}
.nc-content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.nc-content .panel.no-border {
    border-bottom: 0;
}
.nc-content .panel.no-background {
    background-color: #fff;
}
.nc-content .panel.connected {
    padding-top: 37px;
    margin-top: -37px;
}
@media screen and (max-width:750px) {
    .nc-content .panel.connected {
    padding-top: 0;
    margin-top: 0;
}
}@media print {
    .nc-content .panel.connected {
    display: none;
}
}.nc-content .panel h3 {
    font-size: 20px;
    margin-top: 8px;
    text-transform: none;
}
@media screen and (max-width:960px) {
    .nc-content .panel h3 {
    font-size: 20px;
}
}.nc-content .panel form h3 {
    margin-top: 0;
}
.nc-content .panel .panel-heading {
    background: #111;
    border: none;
    color: #fff;
    padding: 8px 10px;
}
.nc-content .panel .panel-heading h3 {
    font-size: 20px;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
}
@media screen and (max-width:960px) {
    .nc-content .panel .panel-heading h3 {
    font-size: 17px;
}
}.nc-content .panel .panel-heading h3 a {
    color: #fff;
    text-decoration: none;
}
.nc-content .panel .panel-body {
    border: none;
    padding: 10px;
}
.nc-content .panel .panel-body:first-child {
    border-top: 1px solid #ebebeb;
}
.nc-content .panel .panel-body:last-child {
    padding-bottom: 20px;
}
.nc-content .panel .panel-body.no-padding, .nc-content .panel .panel-body.no-padding:last-child {
    padding: 0;
}
.nc-content .panel .panel-body.seperator {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.nc-content .panel .panel-body.centered img {
    display: block;
    margin: 0 auto;
}
.nc-content .panel .panel-body.telephone-icon, .nc-content .panel .panel-body.email-icon, .nc-content .panel .panel-body.marker-icon {
    padding-left: 48px;
    position: relative;
}
.nc-content .panel .panel-body.telephone-icon p, .nc-content .panel .panel-body.email-icon p, .nc-content .panel .panel-body.marker-icon p {
    padding: 0;
}
.nc-content .panel .panel-body.telephone-icon:before, .nc-content .panel .panel-body.email-icon:before, .nc-content .panel .panel-body.marker-icon:before {
    width: 39px;
    height: 29px;
    background: url(img/sprite-s0afb2d4e25.png) 10px -1648px no-repeat;
    content: " ";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
}
.nc-content .panel .panel-body.email-icon:before {
    width: 38px;
    height: 19px;
    background: url(img/sprite-s0afb2d4e25.png) 10px -3041px no-repeat;
}
.nc-content .panel .panel-body.marker-icon {
    padding-top: 1em;
}
.nc-content .panel .panel-body.marker-icon:before {
    width: 38px;
    height: 36px;
    background: url(img/sprite-s0afb2d4e25.png) 10px -1262px no-repeat;
}
.nc-content .panel .panel-body p {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 0.5em;
}
.nc-content .panel .panel-body p:last-child {
    margin-bottom: 0;
}
.nc-content .panel .panel-body p.employees {
    text-align: center;
}
.nc-content .panel .panel-body p.employees strong {
    font-size: 22px;
}
.nc-content .panel .panel-body p .btn {
    margin-top: 10px;
}
.nc-content .panel .panel-body img {
    height: auto;
    max-width: 100%}
.nc-content .panel .panel-body h4 {
    margin-bottom: 3px;
}
.nc-content .panel .panel-footer {
    border: none;
    padding: 3px 10px 10px 10px;
    text-align: center;
}
.nc-content .panel .panel-footer:last-child {
    padding-bottom: 20px;
}
.nc-content .panel .panel-footer.extend {
    text-align: left;
    margin-top: 10px;
}
.nc-content .panel .panel-footer, .nc-content .panel .panel-body {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.nc-content .panel.no-border .panel-footer, .nc-content .panel.no-border .panel-body {
    border: none;
}
.nc-content .panel.bottom-footer .panel-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%}
@media screen and (max-width:750px) {
    .nc-content .panel.small-mobile {
    border: none;
    margin-bottom: 10px;
}
.nc-content .panel.small-mobile .panel-heading a {
    display: block;
    position: relative;
}
.nc-content .panel.small-mobile .panel-heading a:after {
    width: 7px;
    height: 11px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -5823px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
}
.nc-content .panel.small-mobile .panel-body, .nc-content .panel.small-mobile .panel-footer {
    display: none;
}
}.panel-row {
    margin-top: 25px;
}
.nc-breadcrumb ~ .nc-content .panel.connected {
    padding-top: 57px;
    margin-top: -57px;
}
@media screen and (max-width:750px) {
    .nc-breadcrumb ~ .nc-content .panel.connected {
    padding-top: 0;
    margin-top: 0;
}
}.panel.contact {
    padding-bottom: 10px;
}
.col-sm-9 .panel.contact {
    margin-top: 3em;
    width: 87%}
@media screen and (max-width:960px) {
    .col-sm-9 .panel.contact {
    width: 100%}
}.panel.contact .panel-body {
    padding-bottom: 0 !important;
    padding-right: 0;
}
.panel.contact .panel-body h3 {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    line-height: 70px;
    text-transform: uppercase;
    vertical-align: top;
    width: 12%}
@media screen and (max-width:960px) {
    .panel.contact .panel-body h3 {
    display: none;
}
}aside .panel.contact .panel-body h3 {
    display: none;
}
.panel.contact .panel-body ul {
    display: inline-block;
    padding: 0;
    margin-top: 14px;
    width: 87%}
@media screen and (max-width:960px) {
    .panel.contact .panel-body ul {
    width: 100%}
}aside .panel.contact .panel-body ul, .col-sm-9 .panel.contact .panel-body ul {
    width: 100%}
.panel.contact .panel-body li {
    display: inline-block;
    padding: 0 0 0 34px;
    position: relative;
    width: 24%}
.col-sm-9 .panel.contact .panel-body li {
    width: 32%}
@media screen and (max-width:750px) {
    .col-sm-9 .panel.contact .panel-body li {
    width: 100%}
}@media screen and (max-width:750px) {
    .panel.contact .panel-body li {
    margin-bottom: 0.5em;
    width: 100%}
}aside .panel.contact .panel-body li {
    margin-bottom: 0.5em;
    width: 100%}
.panel.contact .panel-body li strong {
    color: #111;
    display: block;
    font-size: 18px;
}
@media screen and (max-width:960px) {
    .panel.contact .panel-body li strong {
    font-size: 16px;
}
}.panel.contact .panel-body li a:hover {
    text-decoration: none;
}
.panel.contact .panel-body li:before {
    width: 31px;
    height: 25px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}
.panel.contact .panel-body li.phone {
    background: url(img/sprite-s0afb2d4e25.png) 0 -2025px no-repeat;
}
.panel.contact .panel-body li.recall {
    background: url(img/sprite-s0afb2d4e25.png) 0 -2150px no-repeat;
}
.panel.contact .panel-body li.email {
    background: url(img/sprite-s0afb2d4e25.png) 0 -1900px no-repeat;
}
.panel.contact .panel-body li.chat {
    background: url(img/sprite-s0afb2d4e25.png) 0 -1777px no-repeat;
}
.panel.contact .panel-body li.contact {
    background: url(img/sprite-s0afb2d4e25.png) 0 -2918px no-repeat;
}
.panel.contact .panel-body li.pencil {
    background: url(img/sprite-s0afb2d4e25.png) 0 -2794px no-repeat;
}
#faq.tab-pane .panel.contact {
    padding-bottom: 0px;
}
#faq.tab-pane .panel.contact .panel-body {
    padding-bottom: 10px !important;
}
#faq.tab-pane .panel.contact .panel-body h3 {
    width: 20%}
#faq.tab-pane .panel.contact ul {
    width: 79%}
@media screen and (max-width:960px) {
    #faq.tab-pane .panel.contact ul {
    width: 100%}
}.col-sm-9 #faq.tab-pane .panel.contact {
    width: 100%}
.panel.shop-teaser {
    position: relative;
}
.panel.shop-teaser:before {
    width: 28px;
    height: 36px;
    content: " ";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 17px;
}
.panel.shop-teaser.partner:before {
    background: url(img/sprite-s0afb2d4e25.png) 0 -1398px no-repeat #f6f6f6;
}
.panel.shop-teaser.shop:before {
    background: url(img/sprite-s0afb2d4e25.png) 0 -1262px no-repeat #f6f6f6;
}
.panel.shop-teaser .panel-body {
    padding: 20px 20px 20px 50px;
}
.panel.shop-teaser .panel-body hgroup {
    margin-bottom: 0.6em;
}
.panel.shop-teaser .panel-body hgroup h3, .panel.shop-teaser .panel-body hgroup h4 {
    margin: 0;
}
.panel.shop-teaser .panel-body hgroup h3 {
    font-size: 20px;
    margin-bottom: 3px;
    overflow: hidden;
}
@media screen and (max-width:960px) {
    .panel.shop-teaser .panel-body hgroup h3 {
    font-size: 17px;
}
}.panel.shop-teaser .panel-body hgroup h4 {
    font-size: 13px;
}
.panel.shop-teaser .panel-body p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.panel.shop-teaser .panel-body p.tel {
    margin-top: 10px;
}
.nc-content .content-detail {
    width: 78%}
@media screen and (max-width:960px) {
    .nc-content .content-detail {
    width: 100%}
}.nc-content .content-detail.wide {
    width: 87%}
@media screen and (max-width:960px) {
    .nc-content .content-detail.wide {
    width: 100%}
}.nc-content .content-detail h2.divider {
    border-top: 1px solid #b7b7b7;
    margin-top: 25px;
    padding-top: 20px;
}
.nc-content .content-detail>h2:not(:first-of-type) {
    border-top: 1px solid #b7b7b7;
    margin-top: 25px;
    padding-top: 20px;
}
.nc-content .content-detail:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.nc-content .content-detail .nav-tabs {
    border-color: #111;
    margin-top: 25px;
}
.nc-content .content-detail .nav-tabs>li>a {
    padding: 8px 12px 10px 12px;
}
.nc-content .content-detail h3 {
    line-height: 1.3em;
}
.nc-content .content-detail .tab-content {
    padding: 18px 12px 12px 12px;
}
.nc-content .content-detail .video-wrapper {
    padding: 20px 12px 0 12px;
    position: relative;
}
@media screen and (max-width:750px) {
    .nc-content aside {
    margin-top: 2em;
}
}.nc-content aside .panel {
    background: #ebebeb;
    padding-bottom: 0;
}
.nc-content aside .panel h3 {
    margin-top: 0;
}
.nc-content aside .panel .panel-footer {
    background-color: #ebebeb;
}
.nc-content aside .panel .panel-body:last-child {
    padding-bottom: 10px;
}
.nc-content aside .panel .panel-body p {
    font-size: 13px;
}
.nc-content aside .panel .panel-body p .icon {
    vertical-align: middle;
}
.nc-content aside .panel .panel-body .linklist li {
    border-top: 2px solid #fff;
    padding: 4px 10px;
    position: relative;
}
.nc-content aside .panel .panel-body .linklist.steps li {
    padding-right: 30px;
}
.nc-content aside .panel .panel-body .linklist.steps li .styledCheckbox {
    cursor: default !important;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 7px;
}
.nc-content aside .panel .panel-body img {
    display: block;
}
.nc-content aside .panel .panel-body img:not(:last-child) {
    margin-bottom: 10px;
}
.table tbody {
    border-top: none;
}
.table th {
    border-top: 0;
    font-size: 22px;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width:960px) {
    .table th {
    font-size: 17px;
    line-height: 1.2em;
    width: 20%}
}@media screen and (max-width:750px) {
    .table th {
    font-size: 14px;
    height: 60px;
    line-height: 1.1em;
    vertical-align: bottom;
}
}.table th.rel {
    position: relative;
}
.table th.rel>img {
    z-index: 2;
}
.table td, .table th {
    padding: 5px 8px !important;
    border-bottom: 0;
}
.table td:first-child, .table th:first-child {
    border-right: 1px solid #ebebeb;
    font-size: 18px;
    text-align: left;
    width: 200px;
}
@media screen and (max-width:960px) {
    .table td: first-child, .table th:first-child {
    font-size: 16px;
}
}@media screen and (max-width:750px) {
    .table td: first-child, .table th:first-child {
    font-size: 14px;
    line-height: 1.1em;
    text-transform: none;
    width: 140px;
}
}.table td:nth-child(n+2), .table th:nth-child(n+2) {
    min-width: 165px;
}
.table.narrow td, .table.narrow th {
    padding: 5px 4px !important;
}
.table.narrow td:first-child, .table.narrow th:first-child {
    font-size: 14px;
}
@media screen and (max-width:960px) {
    .table.narrow td: first-child, .table.narrow th:first-child {
    font-size: 13px;
}
}.table.narrow td:nth-child(n+2), .table.narrow th:nth-child(n+2) {
    min-width: 140px;
}
@media screen and (max-width:960px) {
    .table.narrow td: nth-child(n+2), .table.narrow th:nth-child(n+2) {
    min-width: 115px;
}
}.table.narrow th {
    font-size: 18px;
}
@media screen and (max-width:960px) {
    .table.narrow th {
    font-size: 16px;
    line-height: 1.2em;
}
}.table.narrow .price-current {
    font-size: 21px;
}
@media screen and (max-width:960px) {
    .table.narrow .price-current {
    font-size: 18px;
}
}@media screen and (max-width:960px) {
    .table.narrow .btn-primary {
    padding: 4px 10px;
}
}.table td {
    font-size: 12px;
    text-align: center;
    vertical-align: middle !important;
}
.table td a.checkAvailability {
    background-color: #009cde;
    padding: 5px 4px !important;
}
.panel-group.accordion {
    position: relative;
}
.panel-group.accordion .panel, .panel-group.accordion .panel-heading, .panel-group.accordion .panel-body {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: none;
}
.panel-group.accordion .panel {
    margin-top: 0;
}
.panel-group.accordion .panel-heading {
    padding: 4px 10px;
}
.panel-group.accordion .panel-heading a {
    color: #009cde;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 21px;
    position: relative;
}
.panel-group.accordion .panel-heading a:before {
    width: 16px;
    height: 16px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -4239px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.panel-group.accordion .panel-heading a.collapsed {
    color: #009cde;
}
.panel-group.accordion .panel-heading a.collapsed:before {
    background: url(img/sprite-s0afb2d4e25.png) 0 -4355px;
}
@media print {
    .panel-group.accordion .panel-collapse {
    display: block;
}
}.panel-group.accordion .panel-body {
    border: none !important;
    padding: 0 10px 15px 10px;
}
.panel-group.accordion .panel-body article {
    border-left: 1px solid #b7b7b7;
    padding-left: 13px;
    margin-left: 6px;
}
.panel-group.accordion .panel-body article p {
    padding: 0;
}
.price-container {
    font-size: 14px;
    text-align: left;
    margin-left: 15px;
}
@media screen and (max-width:960px) {
    .price-container {
    margin-left: 0;
}
}.price-container small {
    font-size: 0.7em;
    text-transform: uppercase;
}
.price-container .price-old {
    font-size: 14px;
    min-height: 20px;
}
.price-container .price-current {
    font-size: 24px;
}
@media screen and (max-width:960px) {
    .price-container .price-current {
    font-size: 20px;
}
}.price-container .btn-primary {
    margin-bottom: 6px;
}
@media screen and (max-width:960px) {
    .price-container .btn-primary {
    padding: 6px 15px;
}
}.price-container .cta {
    display: inline-block;
}
.price-container .strikethrough {
    position: relative;
}
.price-container .strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #e4002b;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.location {
    background: #fff;
}
.location:before {
    background: none;
}
.location.nc-stage {
    margin-bottom: 0;
}
@media screen and (max-width:750px) {
    .location {
    min-height: 0;
}
}.location .location-map {
    position: relative;
    height: 520px;
}
@media screen and (max-width:750px) {
    .location .location-map {
    height: auto;
}
}.location .location-map #map {
    position: absolute !important;
    left: 0;
    width: 100%;
    height: 520px;
}
@media screen and (max-width:750px) {
    .location .location-map #map {
    display: none;
}
}.location .location-map h1, .location .location-map form {
    position: absolute;
    left: 50%;
    margin-left: -470px;
}
@media screen and (max-width:960px) {
    .location .location-map h1, .location .location-map form {
    margin-left: -365px;
}
}@media screen and (max-width:750px) {
    .location .location-map h1, .location .location-map form {
    position: relative;
    margin: 0;
    left: auto;
}
}.location .location-map h1 {
    top: 35px;
}
@media screen and (max-width:750px) {
    .location .location-map h1 {
    top: 10px;
    font-size: 40px;
}
}.location .location-map form {
    width: 300px;
    height: 70px;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    bottom: 20px;
    padding: 10px;
}
@media screen and (max-width:750px) {
    .location .location-map form {
    bottom: auto;
    height: auto;
    margin: 25px 0 0 20px;
    width: 265px;
}
}.location .location-map form h4 {
    font-size: 14px;
    margin: 0 0 5px 0;
}
.location .location-map form input {
    height: 30px;
}
.location .location-map form input[type=submit] {
    padding: 8px 12px;
    margin-top: 0;
    width: 100%}
.location .location-map form .search {
    width: 100%}
.location .location-map form .search:after {
    top: 8px;
}
.location .location-map form.form-inline .col-sm-8, .location .location-map form.navbar-form .col-sm-8 {
    padding-right: 0;
}
@media screen and (max-width:750px) {
    .location .location-map form.form-inline .col-sm-8, .location .location-map form.navbar-form .col-sm-8 {
    padding-right: 10px;
}
}.location .legend {
    padding: 0 12px;
    margin: 12px 0 0 0;
    list-style: none;
}
.location .legend li {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    padding-left: 16px;
    margin-right: 60px;
}
.location .legend li.partner {
    background: url(img/sprite-s0afb2d4e25.png) 0 -5155px no-repeat;
}
.location .legend li.shop {
    background: url(img/sprite-s0afb2d4e25.png) 0 -5269px no-repeat;
}
.location .container .row h2 {
    text-transform: uppercase;
}
.location .container .row.simple-pagination {
    text-align: center;
}
.location .container .row.simple-pagination ul {
    margin: 0;
}
.location .container .row.simple-pagination ul .prev, .location .container .row.simple-pagination ul .next {
    display: none;
}
@media screen and (max-width:750px) {
    .nc-stage.location>.container {
    display: none;
}
}.nc-timeline {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
    background: url("/assetsimg/timeline-dot.jpg") 28px 0 repeat-y;
}
@media screen and (max-width:750px) {
    .nc-timeline {
    height: auto;
    background: none;
    margin-left: 0;
    padding: 0 10px;
}
}.nc-timeline:before {
    width: 13px;
    height: 250px;
    background: url("/assetsimg/timeline-gradient-top.png");
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 28px;
}
@media screen and (max-width:750px) {
    .nc-timeline: before {
    background: none;
}
}.nc-timeline:after {
    width: 13px;
    height: 250px;
    background: url("/assetsimg/timeline-gradient-bottom.png");
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 28px;
}
@media screen and (max-width:750px) {
    .nc-timeline: after {
    background: none;
}
}.nc-timeline .timeline-dates {
    float: left;
    height: 500px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 75px;
    z-index: 5;
}
.nc-timeline .timeline-dates li {
    font-size: 28px;
    font-weight: bold;
    height: 89px;
    list-style: none;
    line-height: 89px;
    width: 55px;
    z-index: 10;
}
.nc-timeline .timeline-dates a {
    background: #fff;
    color: #111;
    line-height: 28px;
    padding: 5px 0;
    text-decoration: none;
}
.nc-timeline .timeline-dates a.selected {
    color: #009cde;
}
.nc-timeline .timeline-entries {
    width: 450px;
    height: 500px;
    overflow: hidden;
    float: left;
}
@media screen and (max-width:750px) {
    .nc-timeline .timeline-entries {
    height: auto;
    padding-left: 0;
    width: 100%}
}.nc-timeline .timeline-entries li {
    height: 500px;
    list-style: none;
    width: 450px;
}
@media screen and (max-width:750px) {
    .nc-timeline .timeline-entries li {
    height: auto;
    width: 100%}
}.nc-timeline .timeline-entries li .entry {
    display: table-cell;
    height: 500px;
    position: relative;
    vertical-align: middle;
    width: 410px;
}
@media screen and (max-width:750px) {
    .nc-timeline .timeline-entries li .entry {
    height: auto;
    width: 100%}
}.nc-timeline .timeline-entries li .entry .panel {
    background: #ebebeb;
}
.nc-timeline .timeline-entries li .entry .panel p {
    font-size: 13px;
}
.nc-timeline .timeline-entries li .entry .panel:before {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ebebeb;
    content: " ";
    display: block;
    height: 0;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    left: -20px;
    z-index: 5;
}
.carousel .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent;
    outline: none;
    width: 45%;
    height: 90%}
@media screen and (max-width:750px) {
    .carousel .carousel-control {
    display: none;
}
}.carousel .carousel-control:hover .glyphicon {
    visibility: visible;
}
.carousel .carousel-control .glyphicon {
    width: 23px;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    visibility: hidden;
}
.lt-ie9 .carousel .carousel-control .glyphicon {
    visibility: visible;
}
.carousel .carousel-control.left {
    left: 12px;
}
.carousel .carousel-control.left .glyphicon {
    background: url(img/sprite-s0afb2d4e25.png) 0 -838px;
    left: 10px;
}
.carousel .carousel-control.right {
    right: 12px;
}
.carousel .carousel-control.right .glyphicon {
    background: url(img/sprite-s0afb2d4e25.png) 0 -982px;
    left: auto;
    right: 10px;
}
.modal .modal-dialog {
    width: 960px;
}
@media screen and (max-width:960px) {
    .modal .modal-dialog {
    width: 720px;
}
}@media screen and (max-width:750px) {
    .modal .modal-dialog {
    padding: 0;
    width: 100%}
}.modal .modal-dialog .modal-header {
    border-bottom: 0;
    padding-right: 0;
    text-align: right;
}
.modal .modal-dialog .modal-header .close {
    color: #009cde;
    cursor: pointer;
}
.modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 32px 32px 32px;
}
@media screen and (max-width:750px) {
    .modal .modal-dialog .modal-content {
    padding: 0 10px 10px 10px;
}
}.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body iframe {
    max-width: 100%}
#iframe-checkAvailability {
    overflow: hidden;
}
#iframe-checkAvailability .modal-dialog {
    width: 340px;
    height: 290px;
    background-color: #f6f6f6;
    padding: 0px 14px 20px 20px;
}
#iframe-checkAvailability .panel-body {
    padding: 0;
}
#iframe-checkAvailability .modal-availability-content {
    height: 220px;
    position: relative;
}
#iframe-checkAvailability .modal-availability-content h3 {
    margin-top: 0px;
}
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#login-modal .modal-dialog {
    width: 300px;
}
#login-modal .modal-header {
    padding: 0px;
}
#login-modal .modal-content {
    padding: 15px;
}
#login-modal .modal-content h3 {
    margin-bottom: 20px;
}
#login-modal .modal-content h3 span {
    background: #111;
    border: none;
    color: #fff;
    padding: 9px 10px;
    text-transform: uppercase;
    font-family: 'Gilroy Medium', Arial, sans-serif;
}
.nc-emergency {
    background: #111;
    color: #fff;
    font-size: 15px;
    padding: 13px 0;
}
.nc-emergency>div strong, .nc-emergency>div p, .nc-emergency>div a {
    display: inline-block;
}
.nc-emergency>div a {
    color: #fff;
    text-decoration: underline;
}
.nc-emergency>div a.close {
    float: right;
    margin-right: 15px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
}
.nc-emergency>div a.close:before {
    width: 11px;
    height: 11px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -5383px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 5px;
    bottom: auto;
}
.nc-emergency>div a.close:hover {
    text-decoration: underline;
}
.nc-emergency>div strong {
    position: relative;
}
@media screen and (max-width:768px) {
    .nc-emergency>div strong {
    padding: 0 0 0.5em 30px;
}
.nc-emergency>div strong:before {
    width: 21px;
    height: 18px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -3766px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    right: auto;
    top: 2px;
    bottom: auto;
}
}@media screen and (min-width:768px) {
    .nc-emergency>div strong {
    padding: 0 0 0.5em 37px;
}
.nc-emergency>div strong:before {
    width: 21px;
    height: 18px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -3766px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 11px;
    right: auto;
    top: 2px;
    bottom: auto;
}
}@media screen and (min-width:960px) {
    .nc-emergency>div strong {
    padding-left: 44px;
}
.nc-emergency>div strong:before {
    width: 21px;
    height: 18px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -3766px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 13px;
    right: auto;
    top: 2px;
    bottom: auto;
}
}.nc-emergency>div p {
    margin: 0;
}
.nc-emergency>div .text {
    padding-left: 0;
}
@media screen and (min-width:960px) {
    .nc-emergency>div .text {
    padding-left: 44px;
}
}.vertical .carousel-inner {
    height: 100%}
.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
    top: 0;
}
.carousel.vertical .next {
    top: 400px;
}
.carousel.vertical .prev {
    top: -400px;
}
.carousel.vertical .next.left, .carousel.vertical .prev.right {
    top: 0;
}
.carousel.vertical .active.left {
    top: -400px;
}
.carousel.vertical .active.right {
    top: 400px;
}
.carousel.vertical .item {
    left: 0;
}
.carousel.vertical .carousel-control {
    width: 100%;
    bottom: inherit;
    top: inherit;
}
.carousel.vertical .carousel-control.left {
    top: 0;
}
.gsc-completion-container>tbody {
    border: none;
}
.gssb_a .gsq_a {
    background-color: white;
}
.gssb_a .gsq_a tr td {
    padding: 5px 6px;
    border-bottom: 1px solid #ebebeb;
    color: #919191;
    font-weight: bold;
    white-space: normal;
}
.gssb_a .gsq_a tr td b {
    font-weight: normal;
}
.gssb_a .gsq_a tr td:hover {
    color: black;
}
.gstl_50 {
    margin-top: 3px;
}
.gstl_50 .gsq_a {
    width: 194px;
}
.nc-content .row .search-result fieldset {
    margin: 0 !important;
    padding: 0 !important;
}
.nc-content .row .search-result h2 {
    margin: 30px 0 3px 0;
}
.nc-content .row .search-result ol {
    list-style: none;
    margin-top: 25px;
}
.nc-content .row .search-result ol li {
    border-bottom: 1px solid #b7b7b7;
    padding: 21px 0;
}
.nc-content .row .search-result ol li:first-child {
    border-top: 1px solid #b7b7b7;
}
.nc-content .row .search-result ol li h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 5px 0;
}
.nc-content .row .search-result ol li h3 i {
    display: inline-block;
    height: 22px;
    margin-left: 3px;
    width: 18px;
    text-indent: -9000px;
}
.nc-content .row .search-result ol li h3 i.pdf {
    background: url(img/sprite-s0afb2d4e25.png) 0 -3644px;
}
.nc-content .row .search-result ol li p {
    margin: 0;
}
.nc-content .row .search-result ul.typeahead {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    width: 100%}
.nc-content .row .search-result ul.typeahead li {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 6px;
}
.nc-content .row .search-result ul.typeahead li:last-child {
    border-bottom: 0;
}
.nc-content .row .search-result ul.typeahead li a {
    color: #919191;
}
.nc-content .row .search-result ul.typeahead li a:hover {
    color: #111;
}
.nc-content .row .search-result ul.typeahead li.active a, .nc-content .row .search-result ul.typeahead li:hover a {
    background: none;
    color: #111;
}
aside.footnote {
    color: #b7b7b7;
    margin-top: 50px;
}
aside.footnote a {
    color: #b7b7b7;
    text-decoration: underline;
}
aside.footnote .panel-group.accordion .panel-heading {
    padding: 4px 10px;
}
aside.footnote .panel-group.accordion .panel-heading a {
    color: #b7b7b7;
    padding-left: 18px;
}
aside.footnote .panel-group.accordion .panel-heading a:before {
    width: 12px;
    height: 12px;
    background: url(img/sprite-s0afb2d4e25.png) 0 -5604px;
    top: 2px;
    left: 2px;
}
aside.footnote .panel-group.accordion .panel-heading a.collapsed {
    color: #b7b7b7;
}
aside.footnote .panel-group.accordion .panel-heading a.collapsed:before {
    background: url(img/sprite-s0afb2d4e25.png) 0 -5494px;
}
aside.footnote .panel-group.accordion .panel-body article {
    border-left: 0;
    margin-top: 1em;
}
aside.footnote p {
    font-size: 13px;
}
.module.joblist {
    font-size: 13px;
    padding: 0 12px;
}
.module.joblist table {
    width: 100%}
.module.joblist h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 55px;
}
.module.joblist th {
    border-bottom-width: 0;
}
.module.joblist tr {
    border-bottom: 1px solid #b7b7b7;
}
.module.joblist tr td, .module.joblist tr th {
    padding: 10px 6px 7px 2px;
    vertical-align: top;
}
.module.joblist tr td a, .module.joblist tr th a {
    color: #111;
}
.module.joblist tr td a:hover, .module.joblist tr th a:hover {
    text-decoration: none;
}
.module.joblist tr td.type, .module.joblist tr th.type {
    width: 10%}
.module.joblist tr td.area, .module.joblist tr th.area {
    width: 35%}
.module.joblist tr td.position, .module.joblist tr th.position {
    width: 55%}
.module.joblist tbody tr:hover {
    color: #009cde;
    cursor: pointer;
}
.module.joblist tbody tr:hover a {
    color: #009cde;
}
.nc-content .row .download-list {
    padding: 0 12px;
    position: relative;
}
.nc-content .row .download-list ul {
    padding: 0;
    margin: 0;
}
.nc-content .row .download-list li {
    list-style: none;
    margin-bottom: 20px;
}
.nc-content .row .download-list a {
    display: block;
    min-height: 32px;
    padding-left: 55px;
}
.nc-content .row .download-list a.icon-default {
    background: url(img/sprite-s0afb2d4e25.png) 12px -2271px no-repeat;
}
.nc-content .row .download-list a.icon-pdf {
    background: url(img/sprite-s0afb2d4e25.png) 12px -2535px no-repeat;
}
.nc-content .row .download-list a.icon-doc {
    background: url(img/sprite-s0afb2d4e25.png) 12px -2403px no-repeat;
}
.nc-content .row .download-list a:hover {
    text-decoration: none;
}
.nc-content .row .download-list a:hover strong {
    text-decoration: underline;
}
.nc-content .row .download-list a strong {
    color: #111;
    display: block;
    font-weight: normal;
}
.nc-content #press-release p.date {
    color: #b7b7b7;
    font-size: 11px;
    margin: 0 0 15px 0;
}
.nc-content #press-release img.teaser {
    float: left;
    max-width: 50%;
    margin: 0 15px 15px 0;
}
.nc-content #press-release h2 {
    font-size: 30px;
    padding: 0;
    margin: 0 0 15px 0;
}
.nc-content #press-release .press-block {
    list-style: none;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #b7b7b7;
}
.nc-content #press-release .press-block p {
    display: inline;
    margin: 0;
    padding-right: 15px;
}
.nc-content #press-release .press-block:last-child {
    border-bottom: 0px solid #b7b7b7;
}
.nc-content #press-release .press-block:first-child {
    padding-top: 0;
}
.nc-content #press-release .press-block h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin: 5px 0;
}
.nc-content #press-release .press-block a.more-info {
    white-space: nowrap;
}
.nc-content .marginal-press-block .panel-heading h3 {
    font-size: 17px;
}
.nc-content .marginal-press-element {
    position: relative;
    margin-bottom: 15px;
}
.nc-content .marginal-press-element:last-child {
    margin-bottom: 0;
}
.nc-content .marginal-press-element p {
    padding: 0 0 10px 0;
}
#ipv6-check .tooltip-icon {
    background: url(img/sprite-s0afb2d4e25.png) 0 -716px;
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-top: 5px;
}
#ipv6-check #formblock-one, #ipv6-check #formblock-two, #ipv6-check #formblock-three, #ipv6-check #show-fritzboxno, #ipv6-check #show-fritzboxyes, #ipv6-check .hide-first {
    display: none;
}
#ipv6-check .tooltip {
    opacity: 1;
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    width: 400px;
    display: none;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 3px #ccc;
    font-size: 14px;
    font-weight: normal;
    left: 50px;
}
#ipv6-check #submit-con .btn {
    padding: 8px 19px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media screen and (max-width:400px) {
    @-ms-viewport {
    width: 320px;
}
}.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible-xs {
    display: none !important;
}
tr.visible-xs {
    display: none !important;
}
th.visible-xs, td.visible-xs {
    display: none !important;
}
@media (max-width:767px) {
    .visible-xs {
    display: block !important;
}
tr.visible-xs {
    display: table-row !important;
}
th.visible-xs, td.visible-xs {
    display: table-cell !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .visible-xs.visible-sm {
    display: block !important;
}
tr.visible-xs.visible-sm {
    display: table-row !important;
}
th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .visible-xs.visible-md {
    display: block !important;
}
tr.visible-xs.visible-md {
    display: table-row !important;
}
th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
}
}@media (min-width:960px) {
    .visible-xs.visible-lg {
    display: block !important;
}
tr.visible-xs.visible-lg {
    display: table-row !important;
}
th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
}
}.visible-sm {
    display: none !important;
}
tr.visible-sm {
    display: none !important;
}
th.visible-sm, td.visible-sm {
    display: none !important;
}
@media (max-width:767px) {
    .visible-sm.visible-xs {
    display: block !important;
}
tr.visible-sm.visible-xs {
    display: table-row !important;
}
th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .visible-sm {
    display: block !important;
}
tr.visible-sm {
    display: table-row !important;
}
th.visible-sm, td.visible-sm {
    display: table-cell !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .visible-sm.visible-md {
    display: block !important;
}
tr.visible-sm.visible-md {
    display: table-row !important;
}
th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
}
}@media (min-width:960px) {
    .visible-sm.visible-lg {
    display: block !important;
}
tr.visible-sm.visible-lg {
    display: table-row !important;
}
th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
}
}.visible-md {
    display: none !important;
}
tr.visible-md {
    display: none !important;
}
th.visible-md, td.visible-md {
    display: none !important;
}
@media (max-width:767px) {
    .visible-md.visible-xs {
    display: block !important;
}
tr.visible-md.visible-xs {
    display: table-row !important;
}
th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .visible-md.visible-sm {
    display: block !important;
}
tr.visible-md.visible-sm {
    display: table-row !important;
}
th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .visible-md {
    display: block !important;
}
tr.visible-md {
    display: table-row !important;
}
th.visible-md, td.visible-md {
    display: table-cell !important;
}
}@media (min-width:960px) {
    .visible-md.visible-lg {
    display: block !important;
}
tr.visible-md.visible-lg {
    display: table-row !important;
}
th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
}
}.visible-lg {
    display: none !important;
}
tr.visible-lg {
    display: none !important;
}
th.visible-lg, td.visible-lg {
    display: none !important;
}
@media (max-width:767px) {
    .visible-lg.visible-xs {
    display: block !important;
}
tr.visible-lg.visible-xs {
    display: table-row !important;
}
th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .visible-lg.visible-sm {
    display: block !important;
}
tr.visible-lg.visible-sm {
    display: table-row !important;
}
th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .visible-lg.visible-md {
    display: block !important;
}
tr.visible-lg.visible-md {
    display: table-row !important;
}
th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
}
}@media (min-width:960px) {
    .visible-lg {
    display: block !important;
}
tr.visible-lg {
    display: table-row !important;
}
th.visible-lg, td.visible-lg {
    display: table-cell !important;
}
}.hidden-xs {
    display: block !important;
}
tr.hidden-xs {
    display: table-row !important;
}
th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}
@media (max-width:767px) {
    .hidden-xs {
    display: none !important;
}
tr.hidden-xs {
    display: none !important;
}
th.hidden-xs, td.hidden-xs {
    display: none !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .hidden-xs.hidden-sm {
    display: none !important;
}
tr.hidden-xs.hidden-sm {
    display: none !important;
}
th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .hidden-xs.hidden-md {
    display: none !important;
}
tr.hidden-xs.hidden-md {
    display: none !important;
}
th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
}
}@media (min-width:960px) {
    .hidden-xs.hidden-lg {
    display: none !important;
}
tr.hidden-xs.hidden-lg {
    display: none !important;
}
th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
}
}.hidden-sm {
    display: block !important;
}
tr.hidden-sm {
    display: table-row !important;
}
th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}
@media (max-width:767px) {
    .hidden-sm.hidden-xs {
    display: none !important;
}
tr.hidden-sm.hidden-xs {
    display: none !important;
}
th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .hidden-sm {
    display: none !important;
}
tr.hidden-sm {
    display: none !important;
}
th.hidden-sm, td.hidden-sm {
    display: none !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .hidden-sm.hidden-md {
    display: none !important;
}
tr.hidden-sm.hidden-md {
    display: none !important;
}
th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
}
}@media (min-width:960px) {
    .hidden-sm.hidden-lg {
    display: none !important;
}
tr.hidden-sm.hidden-lg {
    display: none !important;
}
th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
}
}.hidden-md {
    display: block !important;
}
tr.hidden-md {
    display: table-row !important;
}
th.hidden-md, td.hidden-md {
    display: table-cell !important;
}
@media (max-width:767px) {
    .hidden-md.hidden-xs {
    display: none !important;
}
tr.hidden-md.hidden-xs {
    display: none !important;
}
th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .hidden-md.hidden-sm {
    display: none !important;
}
tr.hidden-md.hidden-sm {
    display: none !important;
}
th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .hidden-md {
    display: none !important;
}
tr.hidden-md {
    display: none !important;
}
th.hidden-md, td.hidden-md {
    display: none !important;
}
}@media (min-width:960px) {
    .hidden-md.hidden-lg {
    display: none !important;
}
tr.hidden-md.hidden-lg {
    display: none !important;
}
th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
}
}.hidden-lg {
    display: block !important;
}
tr.hidden-lg {
    display: table-row !important;
}
th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}
@media (max-width:767px) {
    .hidden-lg.hidden-xs {
    display: none !important;
}
tr.hidden-lg.hidden-xs {
    display: none !important;
}
th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
}
}@media (min-width:768px) and (max-width:959px) {
    .hidden-lg.hidden-sm {
    display: none !important;
}
tr.hidden-lg.hidden-sm {
    display: none !important;
}
th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
}
}@media (min-width:960px) and (max-width:959px) {
    .hidden-lg.hidden-md {
    display: none !important;
}
tr.hidden-lg.hidden-md {
    display: none !important;
}
th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
}
}@media (min-width:960px) {
    .hidden-lg {
    display: none !important;
}
tr.hidden-lg {
    display: none !important;
}
th.hidden-lg, td.hidden-lg {
    display: none !important;
}
}.visible-print {
    display: none !important;
}
tr.visible-print {
    display: none !important;
}
th.visible-print, td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
    display: block !important;
}
tr.visible-print {
    display: table-row !important;
}
th.visible-print, td.visible-print {
    display: table-cell !important;
}
.hidden-print {
    display: none !important;
}
tr.hidden-print {
    display: none !important;
}
th.hidden-print, td.hidden-print {
    display: none !important;
}
}
