
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 4px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.1875;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 19px;
    margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 41px;
}
h2,
.h2 {
    font-size: 34px;
}
h3,
.h3 {
    font-size: 28px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 16px;
}
h6,
.h6 {
    font-size: 14px;
}
p {
    margin: 0 0 9.5px;
}
.lead {
    margin-bottom: 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}
small,
.small {
    font-size: 87%;
}
mark,
.mark {
    background-color: #ff851b;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #19A4E7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #1384ba;
}
.text-success {
    color: #fff;
}
a.text-success:hover,
a.text-success:focus {
    color: #e6e6e6;
}
.text-info {
    color: #fff;
}
a.text-info:hover,
a.text-info:focus {
    color: #e6e6e6;
}
.text-warning {
    color: #fff;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 19px;
}
dt,
dd {
    line-height: 1.1875;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 992px) {
    .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;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.1875;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.1875;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9px;
    margin: 0 0 9.5px;
    font-size: 15px;
    line-height: 1.1875;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 9px;
    font-size: 16px;
    line-height: 1.1875;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.1875;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 37px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 33px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 53px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    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],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}
select.input-sm {
    height: 33px;
    line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}
.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 33px;
    min-height: 33px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.input-lg {
    height: 53px;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px;
}
select.input-lg {
    height: 53px;
    line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 53px;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px;
}
.form-group-lg select.form-control {
    height: 53px;
    line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 53px;
    min-height: 39px;
    padding: 13px 24px;
    font-size: 20px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 46.25px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 53px;
    height: 53px;
    line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #fff;
}
.has-success .form-control {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #2ecc71;
}
.has-success .form-control-feedback {
    color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #fff;
}
.has-warning .form-control {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #ff851b;
}
.has-warning .form-control-feedback {
    color: #fff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #fff;
}
.has-error .form-control {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #f05213;
}
.has-error .form-control-feedback {
    color: #fff;
}
.has-feedback label ~ .form-control-feedback {
    top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #adaeb6;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px;
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 13px;
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.1875;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #19A4E7;
    border-color: #1694d1;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1384ba;
    border-color: #0a425d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1384ba;
    border-color: #106d99;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1384ba;
    border-color: #106d99;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #106d99;
    border-color: #0a425d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #19A4E7;
    border-color: #1694d1;
}
.btn-primary .badge {
    color: #19A4E7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #29b765;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #25a25a;
    border-color: #124f2c;
}
.btn-success:hover {
    color: #fff;
    background-color: #25a25a;
    border-color: #1e854a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #25a25a;
    border-color: #1e854a;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #1e854a;
    border-color: #124f2c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #2ecc71;
    border-color: #29b765;
}
.btn-success .badge {
    color: #2ecc71;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #75caeb;
    border-color: #5fc1e8;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #48b9e5;
    border-color: #1984ae;
}
.btn-info:hover {
    color: #fff;
    background-color: #48b9e5;
    border-color: #29ade0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #48b9e5;
    border-color: #29ade0;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #29ade0;
    border-color: #1984ae;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #75caeb;
    border-color: #5fc1e8;
}
.btn-info .badge {
    color: #75caeb;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #ff851b;
    border-color: #ff7701;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e76b00;
    border-color: #813c00;
}
.btn-warning:hover {
    color: #fff;
    background-color: #e76b00;
    border-color: #c35b00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #e76b00;
    border-color: #c35b00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #c35b00;
    border-color: #813c00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #ff851b;
    border-color: #ff7701;
}
.btn-warning .badge {
    color: #ff851b;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #f05213;
    border-color: #dc490e;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c4410c;
    border-color: #642106;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c4410c;
    border-color: #a2360a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c4410c;
    border-color: #a2360a;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #a2360a;
    border-color: #642106;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #f05213;
    border-color: #dc490e;
}
.btn-danger .badge {
    color: #f05213;
    background-color: #fff;
}
.btn-link {
    color: #19A4E7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #1173a3;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg {
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 53px;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 53px;
    line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
}
.input-group-addon.input-lg {
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.pager {
    padding-left: 0;
    margin: 19px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}
.alert {
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #2ecc71;
    border-color: #29b74e;
    color: #fff;
}
.alert-success hr {
    border-top-color: #25a245;
}
.alert-success .alert-link {
    color: #e6e6e6;
}
.alert-info {
    background-color: #75caeb;
    border-color: #56d6e6;
    color: #fff;
}
.alert-info hr {
    border-top-color: #40d1e3;
}
.alert-info .alert-link {
    color: #e6e6e6;
}
.alert-warning {
    background-color: #ff851b;
    border-color: #ff4d01;
    color: #fff;
}
.alert-warning hr {
    border-top-color: #e74500;
}
.alert-warning .alert-link {
    color: #e6e6e6;
}
.alert-danger {
    background-color: #f05213;
    border-color: #dc260e;
    color: #fff;
}
.alert-danger hr {
    border-top-color: #c4220c;
}
.alert-danger .alert-link {
    color: #e6e6e6;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.1875;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list:before,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list:after,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels:before,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list:after,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
ul.row {
    margin-top: 0;
    padding: 0;
    list-style: none;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 85%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 85%;
}
@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
        margin-left: -10px;
    }
    .navbar-left ~ .navbar-left {
        margin-left: 0;
    }
}
.navbar-text {
    line-height: 19px;
}
.table .success {
    color: #fff;
}
.table .danger {
    color: #fff;
}
.table .info {
    color: #fff;
}
.table .warning {
    color: #fff;
}
.table.padded {
    padding: 0;
}
.table.padded td,
.table.padded th {
    padding: 8px;
}
.input-group img {
    max-width: initial;
}
.form-control {
    padding: 4px 16px;
}
.bg-primary {
    background-color: #19A4E7 !important;
}
.bg-secondary {
    background-color: #56C899 !important;
}
.bg-tertiary {
    background-color: #dbf1fc !important;
}
.bg-fortiary {
    background-color: #d50e15 !important;
}
.bg-fiftiary {
    background-color: #6fcbf4 !important;
}
.bg-dark {
    background-color: #242635 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-default {
    background-color: #f7f7f7 !important;
}
.bg-overlay {
    background: rgba(36, 38, 53, 0.5) !important;
}
.bg-gradient-top-overlay {
    background: none !important;
    background-image: linear-gradient(to bottom, rgba(36, 38, 53, 0.5) 0%, rgba(36, 38, 53, 0) 40%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80242635', endColorstr='#00242635', GradientType=0) !important;
}
.bg-gradient-bottom-overlay {
    background: none !important;
    background-image: linear-gradient(to bottom, rgba(36, 38, 53, 0) 60%, rgba(36, 38, 53, 0.75) 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00242635', endColorstr='#bf242635', GradientType=0) !important;
}
.text-primary {
    color: #19A4E7 !important;
}
.text-secondary {
    color: #56C899 !important;
}
.text-tertiary {
    color: #dbf1fc !important;
}
.text-fortiary {
    color: #d50e15 !important;
}
.text-fiftiary {
    color: #6fcbf4 !important;
}
.btn.btn-outline {
    border-width: 1px;
    border-style: solid;
    background: none !important;
}
.btn-primary.btn-outline {
    border-color: #19A4E7 !important;
    color: #19A4E7;
}
.btn-secondary {
    color: #fff;
    background-color: #56C899;
    border-color: #43c28d;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #3ab180;
    border-color: #216448;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #3ab180;
    border-color: #31966d;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #3ab180;
    border-color: #31966d;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
    color: #fff;
    background-color: #31966d;
    border-color: #216448;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #56C899;
    border-color: #43c28d;
}
.btn-secondary .badge {
    color: #56C899;
    background-color: #fff;
}
.btn-secondary.btn-outline {
    border-color: #56C899 !important;
    color: #56C899;
}
.btn-tertiary {
    color: #fff;
    background-color: #dbf1fc;
    border-color: #c3e8fa;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
    color: #fff;
    background-color: #acdff8;
    border-color: #4ebaf0;
}
.btn-tertiary:hover {
    color: #fff;
    background-color: #acdff8;
    border-color: #8bd2f5;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
    color: #fff;
    background-color: #acdff8;
    border-color: #8bd2f5;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
    color: #fff;
    background-color: #8bd2f5;
    border-color: #4ebaf0;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
    background-image: none;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
    background-color: #dbf1fc;
    border-color: #c3e8fa;
}
.btn-tertiary .badge {
    color: #dbf1fc;
    background-color: #fff;
}
.btn-tertiary.btn-outline {
    border-color: #dbf1fc !important;
    color: #dbf1fc;
}
.btn-fortiary {
    color: #fff;
    background-color: #d50e15;
    border-color: #bd0c13;
}
.btn-fortiary:focus,
.btn-fortiary.focus {
    color: #fff;
    background-color: #a50b10;
    border-color: #450507;
}
.btn-fortiary:hover {
    color: #fff;
    background-color: #a50b10;
    border-color: #84090d;
}
.btn-fortiary:active,
.btn-fortiary.active,
.open > .dropdown-toggle.btn-fortiary {
    color: #fff;
    background-color: #a50b10;
    border-color: #84090d;
}
.btn-fortiary:active:hover,
.btn-fortiary.active:hover,
.open > .dropdown-toggle.btn-fortiary:hover,
.btn-fortiary:active:focus,
.btn-fortiary.active:focus,
.open > .dropdown-toggle.btn-fortiary:focus,
.btn-fortiary:active.focus,
.btn-fortiary.active.focus,
.open > .dropdown-toggle.btn-fortiary.focus {
    color: #fff;
    background-color: #84090d;
    border-color: #450507;
}
.btn-fortiary:active,
.btn-fortiary.active,
.open > .dropdown-toggle.btn-fortiary {
    background-image: none;
}
.btn-fortiary.disabled:hover,
.btn-fortiary[disabled]:hover,
fieldset[disabled] .btn-fortiary:hover,
.btn-fortiary.disabled:focus,
.btn-fortiary[disabled]:focus,
fieldset[disabled] .btn-fortiary:focus,
.btn-fortiary.disabled.focus,
.btn-fortiary[disabled].focus,
fieldset[disabled] .btn-fortiary.focus {
    background-color: #d50e15;
    border-color: #bd0c13;
}
.btn-fortiary .badge {
    color: #d50e15;
    background-color: #fff;
}
.btn-fortiary.btn-outline {
    border-color: #d50e15 !important;
    color: #d50e15;
}
.btn-fiftiary {
    color: #fff;
    background-color: #6fcbf4;
    border-color: #57c2f2;
}
.btn-fiftiary:focus,
.btn-fiftiary.focus {
    color: #fff;
    background-color: #40baf0;
    border-color: #0e86bc;
}
.btn-fiftiary:hover {
    color: #fff;
    background-color: #40baf0;
    border-color: #1eaeee;
}
.btn-fiftiary:active,
.btn-fiftiary.active,
.open > .dropdown-toggle.btn-fiftiary {
    color: #fff;
    background-color: #40baf0;
    border-color: #1eaeee;
}
.btn-fiftiary:active:hover,
.btn-fiftiary.active:hover,
.open > .dropdown-toggle.btn-fiftiary:hover,
.btn-fiftiary:active:focus,
.btn-fiftiary.active:focus,
.open > .dropdown-toggle.btn-fiftiary:focus,
.btn-fiftiary:active.focus,
.btn-fiftiary.active.focus,
.open > .dropdown-toggle.btn-fiftiary.focus {
    color: #fff;
    background-color: #1eaeee;
    border-color: #0e86bc;
}
.btn-fiftiary:active,
.btn-fiftiary.active,
.open > .dropdown-toggle.btn-fiftiary {
    background-image: none;
}
.btn-fiftiary.disabled:hover,
.btn-fiftiary[disabled]:hover,
fieldset[disabled] .btn-fiftiary:hover,
.btn-fiftiary.disabled:focus,
.btn-fiftiary[disabled]:focus,
fieldset[disabled] .btn-fiftiary:focus,
.btn-fiftiary.disabled.focus,
.btn-fiftiary[disabled].focus,
fieldset[disabled] .btn-fiftiary.focus {
    background-color: #6fcbf4;
    border-color: #57c2f2;
}
.btn-fiftiary .badge {
    color: #6fcbf4;
    background-color: #fff;
}
.btn-fiftiary.btn-outline {
    border-color: #6fcbf4 !important;
    color: #6fcbf4;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #344e86;
}
.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: #10182a;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: #23345a;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: #23345a;
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: #10182a;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: #344e86;
}
.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}
.btn-facebook.btn-outline {
    border-color: #3b5998 !important;
    color: #3b5998;
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: #3ea1ec;
}
.btn-twitter:focus,
.btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: #0f5f9b;
}
.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: #1583d7;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: #1583d7;
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: #0f5f9b;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: #3ea1ec;
}
.btn-twitter .badge {
    color: #55acee;
    background-color: #fff;
}
.btn-twitter.btn-outline {
    border-color: #55acee !important;
    color: #55acee;
}
.btn-dark {
    color: #fff;
    background-color: #242635;
    border-color: #1a1b26;
}
.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #0f1017;
    border-color: #000000;
}
.btn-dark:hover {
    color: #fff;
    background-color: #0f1017;
    border-color: #010101;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #0f1017;
    border-color: #010101;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
    color: #fff;
    background-color: #010101;
    border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
    background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
    background-color: #242635;
    border-color: #1a1b26;
}
.btn-dark .badge {
    color: #242635;
    background-color: #fff;
}
.btn-dark.btn-outline {
    border-color: #242635 !important;
    color: #242635;
}
.btn-white {
    color: #6B6C79;
    background-color: #fff;
    border-color: #f2f2f2;
}
.btn-white:focus,
.btn-white.focus {
    color: #6B6C79;
    background-color: #e6e6e6;
    border-color: #b3b3b3;
}
.btn-white:hover {
    color: #6B6C79;
    background-color: #e6e6e6;
    border-color: #d4d4d4;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    color: #6B6C79;
    background-color: #e6e6e6;
    border-color: #d4d4d4;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
    color: #6B6C79;
    background-color: #d4d4d4;
    border-color: #b3b3b3;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
    background-color: #fff;
    border-color: #f2f2f2;
}
.btn-white .badge {
    color: #fff;
    background-color: #6B6C79;
}
.btn-white.btn-outline {
    border-color: #fff !important;
    color: #fff;
}
.btn-default.btn-outline {
    border-color: #f7f7f7 !important;
    color: #f7f7f7;
}
.btn-success.btn-outline {
    border-color: #2ecc71 !important;
    color: #2ecc71;
}
.btn-danger.btn-outline {
    border-color: #f05213 !important;
    color: #f05213;
}
.btn-warning.btn-outline {
    border-color: #ff851b !important;
    color: #ff851b;
}
.btn-info.btn-outline {
    border-color: #75caeb !important;
    color: #75caeb;
}
.input-group.separate .btn,
.input-group.separate .form-control {
    border-radius: 3px;
}
.input-group.separate .input-group-btn:last-child {
    padding-left: 10px;
}
.progress.progress-sm {
    height: 10px;
}
.progress.progress-sm .progress-bar {
    font-sizr: 9px;
    line-height: 10px;
}
.input-line.input-group {
    border-bottom: #ddd solid 1px;
}
.input-line.input-group .form-control,
.input-line.input-group .input-group-addon {
    border-radius: 0;
    background: none;
    border: 0 none;
    box-shadow: none;
}
.input-line.input-group .input-group-addon {
    padding-left: 0;
    padding-right: 0;
}
.input-line.form-control {
    border-radius: 0;
    background: none;
    border: 0 none;
    border-bottom: #ddd solid 1px;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.col-sm-left {
    float: left !important;
}
.col-sm-right {
    float: right !important;
}
@media (max-width: 768px) {
    .col-sm-left,
    .col-sm-right {
        float: none !important;
    }
}
.tip-left:after,
.tip-right:after,
.tip-top:after,
.tip-bottom:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 2;
}
.tip-left:after {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}
.tip-right:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .tip-left:after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        left: 47%;
        top: -29px;
        right: auto;
        bottom: auto;
    }
    .tip-right:after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        left: 47%;
        bottom: -29px;
        right: auto;
        top: auto;
    }
}
.row-table {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
.row-table > div {
    float: none;
    display: table-cell;
    padding: 15px;
}
@media (min-width: 768px) {
    .row-col-5 .col-sm-2 {
        width: 20%;
    }
    .row-col-5 .col-sm-4 {
        width: 40%;
    }
}
.header-section.navbar,
.header-section .navbar {
    margin: 0;
    border-radius: 0;
}
.nav-icon {
    margin-right: 10px;
}
.no-padding {
    padding: 0 !important;
}
.no-ver-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.no-hor-padding,
.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-ver-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.no-hor-margin,
.no-side-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (min-width: 1200px) {
    .no-padding-lg {
        padding: 0 !important;
    }
    .no-margin-lg {
        margin: 0 !important;
    }
}
.padding-xs {
    padding: 2.66666667px;
}
.padding-sm {
    padding: 5.33333333px;
}
.padded {
    padding: 8px;
}
.padding-md {
    padding: 12px;
}
.padding-lg {
    padding: 16px !important;
}
.padding-top {
    padding-top: 8px;
}
.padding-bottom {
    padding-bottom: 8px;
}
.padding-left {
    padding-left: 8px;
}
.padding-right {
    padding-right: 8px;
}
.padding-ver {
    padding-top: 8px;
    padding-bottom: 8px;
}
.padding-hor,
.padding-side {
    padding-left: 8px;
    padding-right: 8px;
}
.bordered,
.border-ver,
.border-hor,
.border-side {
    border-style: solid !important;
    border-width: 1px;
    border-color: #ddd;
}
.border-top {
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-color: #ddd;
}
.border-bottom {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-color: #ddd;
}
.border-ver {
    border-width: 1px 0 !important;
}
.border-hor,
.border-side {
    border-width: 0 1px;
}
.border-radius {
    border-radius: 3px !important;
}
.bg-size-cover,
.bg-cover {
    background-size: cover !important;
}
.bg-fixed {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.bg-pos-center,
.bg-center {
    background-position: center center !important;
}
.bg-pos-top,
.bg-top {
    background-position: center top !important;
}
.bg-pos-bottom,
.bg-bottom {
    background-position: center bottom !important;
}
.inline-block {
    display: inline-block !important;
}
.block-xs {
    display: none;
}
@media (max-width: 480px) {
    .block-xs {
        display: block;
    }
    .clear-xs {
        clear: both;
    }
}
.overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.pos-top {
    position: absolute !important;
    top: 0;
}
.pos-bottom {
    position: absolute !important;
    bottom: 0;
}
.pos-relative {
    position: relative !important;
}
.text-italic {
    font-style: italic !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-white,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff;
}
.text-xs {
    font-size: 11px;
}
.text-sm {
    font-size: 14px;
}
.text-md {
    font-size: 30px;
}
.text-lg {
    font-size: 46px;
}
.text-upper {
    text-transform: uppercase;
}
.text-lower {
    text-transform: lowercase;
}
.text-caps {
    text-transform: capitalize;
}
.block-inline {
    display: inline-block;
    line-height: 19px;
    padding: 8px 0;
}
.block-inline > * {
    display: inline-block;
    vertical-align: middle;
}
.block-inline .thumb {
    margin-right: 5px;
}
.block-inline ~ * {
    margin-left: 10px;
}
* ~ .block-inline {
    margin-left: 10px;
}
.block-action > a,
.block-action > span {
    margin-left: 10px;
    text-decoration: none;
}
.spacer,
.spacer.spacer-md {
    display: block;
    clear: both;
    height: 16px;
}
.spacer.spacer-xs {
    height: 5.33333333px;
}
.spacer.spacer-sm {
    height: 10.66666667px;
}
.spacer.spacer-lg {
    height: 21.33333333px;
}
.img-circle {
    border-radius: 50% !important;
}
.img-full {
    width: 100%;
}
.z-index-max {
    z-index: 999;
}
.breadcrumbs {
    margin-bottom: 1em;
    list-style: none;
}
.breadcrumbs > a,
.breadcrumbs span {
    display: inline-block;
}
.breadcrumbs > a + a:before,
.breadcrumbs span + a:before,
.breadcrumbs > a + span:before,
.breadcrumbs span + span:before {
    content: "/\00a0";
    padding: 0 5px;
}
.menu-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-inline > li,
.menu-inline a {
    display: inline-block;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="color"] {
    padding: 8px 16px;
}
#btn-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-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, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.sg-nav:before,
.sg-nav:after {
    content: " ";
    display: table;
}
.sg-nav:after {
    clear: both;
}
.sg-nav:before,
.sg-nav:after {
    content: " ";
    display: table;
}
.sg-nav:after {
    clear: both;
}
.sg-nav .menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    clear: none;
}
.sg-nav .menu li {
    display: inline-block;
}
.sg-nav nav {
    margin: 0;
    padding: 0;
}
.sg-nav nav > * {
    float: left;
}
.sg-nav a,
.sg-nav span {
    display: inline-block;
    padding: 8px 10px;
    height: 34px;
}
.sg-nav a > span {
    padding: 0;
}
.sg-center {
    display: table;
    width: 100%;
    height: 100%;
}
.sg-center > * {
    display: table-cell;
    vertical-align: middle;
}
.sg-abs-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sg-block {
    position: relative;
}
.sg-block img {
    max-width: 100%;
}
.sg-block > .block-thumb {
    position: relative;
}
.sg-block > .block-body {
    position: relative;
}
.sg-block .thumb-over {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.sg-block.bordered {
    background: #fff;
}
.sg-block.bordered > .block-body {
    padding: 15px;
}
.sg-block.bordered > .block-footer {
    padding: 5px 15px;
}
.sg-block.padded > .block-body {
    padding: 0;
}
.sg-block.padded > .block-footer {
    padding: 0;
}
.sg-block.body-overlay > .block-body,
.sg-block .block-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(36, 38, 53, 0.5);
    color: #fff;
}
.sg-block.body-overlay > .block-body a,
.sg-block .block-thumb-overlay a {
    color: #fff;
}
.sg-block.block-hor {
    display: table;
}
.sg-block.block-hor > div {
    display: table-cell;
    vertical-align: top;
}
.sg-block.block-hor > .block-body {
    padding-left: 15px;
}
.sg-block.block-ver .block-thumb {
    margin-bottom: 10px;
}
.sg-block .block-action {
    position: absolute;
    top: 15px;
    right: 15px;
}
.sg-block .block-action.bottom {
    top: auto;
    bottom: 15px;
}
.block-meta.inline-table {
    display: table;
}
.block-meta.inline-table > .meta {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.block-meta.inline-table > .meta img,
.block-meta.inline-table > .meta .icon {
    margin-right: 5px;
}
body .vc_row > .vc_col-sm-12 .vc_row {
    width: 1190px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
body .post-content > .vc_row {
    margin: 0;
}
body .container .vc_row {
    margin-left: -10px;
    margin-right: -10px;
}
body .vc_tta .vc_row {
    max-width: 100%;
}
body .vc_col-has-fill > .vc_column-inner,
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
body .navbar {
    border-radius: 0;
}
body .navbar-left {
    margin-left: 0;
}
body .navbar-right {
    margin-right: 0;
}
body .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
body .vc_empty_space {
    min-height: initial;
}
body .vc_empty_space.no-min {
    min-height: initial;
}
body .vc_separator {
    padding: 32px 0;
    margin: 0;
}
body .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ccc;
}
body .vc_row.no-margin {
    margin: 0;
}
body .vc_row > .vc_col-sm-12 .vc_row {
    max-width: 100%;
}
body .vc_images_carousel {
    max-width: 100%;
    height: auto;
}
body .vc_images_carousel .vc_carousel-indicators li {
    background-color: transparent;
    border-color: #56C899;
}
body .vc_images_carousel .vc_carousel-indicators .vc_active {
    background-color: #56C899;
    border-color: #56C899;
}
body .vc_images_carousel .vc_carousel-control .icon-next,
body .vc_images_carousel .vc_carousel-control .icon-prev {
    background: #56C899;
    color: #fff;
}
body .vc_images_carousel .vc_carousel-control .icon-next:before,
body .vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: auto;
}
body .wpb_content_element {
    margin-bottom: 16px;
}
body .row-col-5 .vc_col-sm-2 {
    width: 20%;
}
@media (max-width: 768px) {
    body .row-col-5 .vc_col-sm-2 {
        width: 50%;
        float: left;
    }
}
@media (max-width: 480px) {
    body .row-col-5 .vc_col-sm-2 {
        width: 100%;
        float: none;
    }
}
@media (max-width: 768px) {
    body .vc_col-sm-1,
    body .vc_col-sm-2,
    body .vc_col-sm-3,
    body .vc_col-sm-4 {
        width: 50%;
        float: left;
    }
    body .col-sm-4 {
        width: 50%;
        float: left;
    }
}
@media (max-width: 480px) {
    body .vc_col-sm-1,
    body .vc_col-sm-2,
    body .vc_col-sm-3,
    body .vc_col-sm-4 {
        width: 100%;
        float: none;
    }
    body .col-sm-4 {
        width: 100%;
        float: none;
    }
}
body .row-col-split {
    background: #fff;
}
body .row-col-split .wpb_content_element {
    margin-bottom: 0;
}
body .row-col-split .vc_col-sm-6 > .vc_column-inner {
    padding: 20px;
}
body .row-col-split .vc_col-sm-6:first-child > .vc_column-inner {
    padding: 0;
}
body .row-col-split:nth-child(even) .vc_col-sm-6 {
    float: right;
}
body .no-padding > .vc_column-inner {
    padding: 0;
}
body .js-link {
    cursor: pointer;
}
body *[onclick] {
    cursor: pointer;
}
body .block-box-hover {
    position: relative;
    margin-bottom: 20px;
}
body .block-box-hover p:last-child,
body .block-box-hover ul:last-child,
body .block-box-hover ol:last-child {
    margin-bottom: 0;
}
body .block-box-hover .overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
body .block-box-hover .block-thumb img {
    width: 100%;
}
body .block-box-hover .block-body {
    height: 100%;
}
body .block-box-hover .block-body,
body .block-box-hover .block-body .inner {
    padding: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}
body .block-box-hover .block-title {
    margin: 0;
    text-transform: uppercase;
}
body .block-box-hover:hover .block-body {
    background: rgba(0, 0, 0, 0.3);
}
body .block-box-hover:hover .overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#b3000000', GradientType=0);
}
body .widget-box {
    background: #fff;
}
body .widget-box p:last-child,
body .widget-box ul:last-child,
body .widget-box ol:last-child {
    margin-bottom: 0;
}
body .widget-box .widget-header,
body .widget-box .widget-body {
    padding: 12px 16px;
}
body .widget-box .widget-header {
    background: #19A4E7;
    color: #56C899;
}
body .widget-box .widget-title {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
body .widget-box .widget-title i {
    height: 24px;
    min-width: 24px;
    margin-right: 8px;
}
body .widget-box .widget-title > * {
    vertical-align: middle;
}
body .block-box {
    padding: 16px;
}
body .block-box .rounded {
    border-radius: 8px;
}
body .tui-slider {
    margin: 0;
    max-width: 100%;
}
body .tui-slider.row {
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 480px) {
    body .tui-slider.row {
        margin: 0;
    }
    body .tui-deal-slider .slick-slide {
        padding: 0;
    }
}
body .tui-banner-box {
    background: #dbf1fc;
}
body .tui-banner-box .block-body {
    background: #19A4E7;
    color: #56C899;
    width: 420px;
    max-width: 100%;
    padding: 32px 16px;
}
body .tui-banner-box .block-body p:last-child,
body .tui-banner-box .block-body ul:last-child,
body .tui-banner-box .block-body ol:last-child {
    margin-bottom: 0;
}
body .tui-banner-box .block-thumb {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}
body .tui-banner-box .block-thumb img {
    position: absolute;
    right: 24px;
    top: 32px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 10px;
    border-radius: 8px;
}
body .tui-banner-box .title,
body .tui-banner-box h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
body .tui-banner-box ul li {
    background: url('http://harleystreethairline.co.uk/wp-content/uploads/2021/images/checkmark.svg') no-repeat 0 0.15em;
    background-size: auto 1em;
    padding-left: 1.5em;
}
@media (max-width: 480px) {
    body .tui-banner-box .block-thumb {
        position: static;
        padding: 32px 8px;
        text-align: center;
    }
    body .tui-banner-box .block-thumb img {
        position: static;
    }
}
body .tui-btn {
    padding: 8px 24px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 none;
}
body .tui-btn.btn-tui-dark-blue {
    background: #092a5e;
    color: #fff !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
body .tui-btn.btn-tui-yellow {
    background: #fcb712;
    color: #000 !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
body .tui-btn.btn-tui-red {
    background: #d40e14;
    color: #000 !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
body .tui-btn.btn-primary {
    background: #19A4E7;
    color: #fff !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
body .tui-btn.btn-secondary {
    background: #56C899;
    color: #fff !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
body .tui-btn.btn-tui-dark-blue:hover {
    background: #05152f;
    color: #fff !important;
}
body .tui-btn.btn-tui-yellow:hover {
    background: #d89903;
    color: #000 !important;
}
body .tui-btn.btn-tui-red:hover {
    background: #a40b0f;
    color: #000 !important;
}
body .tui-btn.btn-primary:hover {
    background: #0f638b;
    color: #fff !important;
}
body .tui-btn.btn-secondary:hover {
    background: #3ab180;
    color: #fff !important;
}

[class^="icon-hshc-"],
[class*=" icon-hshc-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'HSHC Icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-hshc-chevron-right:before {
    content: "\e900";
}
.icon-hshc-arrow-back:before {
    content: "\e901";
}
.icon-hshc-error:before {
    content: "\e902";
}
.icon-hshc-facebook:before {
    content: "\e903";
}
.icon-hshc-instagram:before {
    content: "\e904";
}
.icon-hshc-pinterest:before {
    content: "\e905";
}
.icon-hshc-play:before {
    content: "\e906";
}
.icon-hshc-twitter:before {
    content: "\e907";
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.0em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.0em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.0em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.0em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.0em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* reset */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul,
body ol,
body dl,
body blockquote,
body pre {
    margin-top: 0;
    margin-bottom: 15px;
}
body h1:first-child,
body h2:first-child,
body h3:first-child,
body h4:first-child,
body h5:first-child,
body h6:first-child,
body p:first-child,
body ul:first-child,
body ol:first-child,
body dl:first-child,
body blockquote:first-child,
body pre:first-child {
    margin-top: 0;
}
body h1,
body h2,
body h3,
body h4 {
    margin-top: 48px;
}
body h1:first-child,
body h2:first-child,
body h3:first-child,
body h4:first-child {
    margin-top: 0;
}

body h4,
body h5,
body h6 {
    margin-bottom: 8px;
    color: #242635;
}
body h5,
body h6 {
    font-weight: bold;
}
body h1 {
    font-size: 60px;
    line-height: 81px;
    letter-spacing: 2px;
}

body h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
}
body h4 {
    font-size: 22px;
    font-weight: 500;
}
body ul.block-list {
    padding-left: 14px;
    list-style: none;
}
body ul.block-list li {
    position: relative;
}
body ul.block-list li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #4c4c4c;
    position: absolute;
    left: -14px;
    top: 9px;
}
body label {
    color: #242635;
}
body a:focus {
    outline: none;
}
body a:hover,
body a:focus {
    text-decoration: none;
}
body a[tabindex] {
    cursor: pointer;
}
body hr {
    margin: 22px 0;
}
body .btn,
body .form-control {
    border-radius: 0;
}
body .btn .fa-right {
    margin-left: 12px;
}
body .btn-pill {
    border-radius: 32px;
}
body .btn-primary,
body .btn-secondary,
body .btn-tertiary {
    border: 0 none;
}
body .btn-lg {
    padding: 6px 24px;
    font-size: 20px;
    line-height: 24px;
}
body .color-normal {
    color: #6B6C79 !important;
}
body a.block-wrapper {
    text-decoration: none;
}
body img {
    max-width: 100%;
    height: auto;
}
body img.size-full {
    max-width: initial;
    width: auto;
}
body img.size-full {
    max-width: initial;
    width: auto;
}


body .text-overflow {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body .icon-arrow-back {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(http://harleystreethairline.co.uk/wp-content/uploads/2021/images/icons/arrow_back.svg) no-repeat center;
    background-size: cover;
}
body .icon-side-left {
    margin-right: 5px;
}
body .icon-side-right {
    margin-left: 5px;
}
body .clean-link,
body .block-link {
    text-decoration: none !important;
    color: inherit;
}
body .block-link {
    display: block;
}
body .small-note {
    color: #999;
    font-size: 14px;
}
body .lead {
    font-size: 18px;
    line-height: 25px;
}
body .bg-secondary {
    color: #fff;
}
body .bg-gray,
body .bg-grey {
    background: #f3f0ec;
    color: #000;
}
body .bg-trans-secondary {
    background: rgba(86, 200, 153, 0.75) !important;
    color: #fff;
}
body .bg-trans-white {
    background: rgba(255, 255, 255, 0.75) !important;
    color: #56C899;
}
body .bg-image-primary {
    background-image: url(../images/bg.html);
    background-size: cover;
}
body .bg-light-blue {
    background: #f1f5f7 !important;
}
body .no-left-margin {
    margin-left: 0 !important;
}
body a.post-item {
    display: block;
    cursor: pointer;
}
body .input-radio-toggle,
body .input-radio-toggle + div {
    display: none !important;
}
body .input-radio-toggle:checked + div {
    display: block !important;
}
body .btn {
    font-weight: bold;
}
body .btn.close {
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    position: relative;
    background: none;
    border: 0 none;
    color: #242635;
}
body .btn.close:active,
body .btn.close:focus {
    outline: none !important;
}
body .btn.close:after {
    display: block;
    content: "\00d7";
    font-weight: 100;
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    transform: translate(-50%, -50%);
}
body .vc_empty_space.spacer-lg {
    height: 85px !important;
}
body .vc_empty_space.spacer-xl {
    height: 200px !important;
}
@media (max-width: 768px) {
    body .vc_empty_space {
        height: 16px !important;
    }
    body .vc_empty_space.spacer-lg {
        height: 16px !important;
    }
    body .vc_empty_space.spacer-xl {
        height: 64px !important;
    }
}
body .mt-min-100 {
    margin-top: -100px;
}
body .mb-sm {
    margin-bottom: 16px;
}
body .mb-lg {
    margin-bottom: 48px;
}
body .burger-icon {
    margin: 0;
    width: 20px;
    height: 20px;
    display: block;
}
body .burger-icon:after,
body .burger-icon:before,
body .burger-icon i {
    background-color: #242635;
    border-radius: 1px;
    content: '';
    display: block;
    height: 2px;
    margin: 4px 0;
    transition: all 0.2s ease-in-out;
}
body.show-mobile-menu .burger-icon:before {
    transform: translateY(6px) rotate(135deg);
}
body.show-mobile-menu .burger-icon:after {
    transform: translateY(-6px) rotate(-135deg);
}
body.show-mobile-menu .burger-icon i {
    transform: scale(0);
}
body .widget-follow-us {
    text-align: center;
}
body .widget-follow-us i {
    font-size: 24px;
    line-height: 1em;
}
body .widget-follow-us a {
    display: inline-block;
    padding: 0 24px;
}
body .widget-follow-us.float {
    position: fixed;
    top: 50%;
    right: 20px;
    margin: 0;
    width: 24px;
    transform: translate(0, -50%);
}
body .widget-follow-us.float a {
    display: block;
    padding: 0;
    margin: 0 0 50px;
    /*color:#242635;*/
    color: #ccc;
}
body .widget-follow-us.float a:last-child {
    margin-bottom: 0;
}
@media (min-width: 1600px) {
    body .widget-follow-us.float {
        position: fixed;
        top: 200px;
        transform: translate(0);
    }
}
body .size-32 {
    font-size: 32px;
    line-height: 1em;
}
/* template */
#io-header .header-main {
    font-size: 17px;
    line-height: 22px;
    color: #242635;
    padding: 8px 0;
    position: relative;
    z-index: 1;
}
#io-header .header-main .logo {
    height: 68px;
    width: auto;
    max-width: initial;
}
#io-header .header-main .navbar {
    margin: 0;
    height: 68px;
}
#io-header .header-main .navbar-brand {
    height: auto;
    padding: 11px 10px 8px;
    max-width: 100%;
    margin-left: -16px;
}
#io-header .header-main .navbar-collapse {
    width: 900px;
    max-width: 100%;
}
#io-header .header-main .navbar-toggle {
    margin-right: 0;
}
#io-header .header-main .menu {
    float: right;
}
#io-header .header-main .menu li {
    padding: 0;
}
#io-header .header-main .menu li:first-child {
    padding-left: 0;
}
#io-header .header-main .menu li:last-child {
    padding-right: 0;
}
#io-header .header-main .menu a {
    background: none;
    padding: 10px 10px;
    color: #242635;
}
#io-header .header-main .menu .dropdown-menu {
    left: 0;
    right: auto;
    border: #f0f0f0 solid 1px;
    padding: 0;
    background: #fff;
}
#io-header .header-main .menu .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
#io-header .header-main .menu .dropdown-menu li a {
    display: block;
    color: #242635 !important;
}
#io-header .header-main .menu a:hover {
    background: #f1f5f7;
    color: #19A4E7 !important;
}
#io-header .header-main .menu .active > a > span {
    border-bottom: #19A4E7 solid 1px;
    color: #19A4E7;
}
#io-header .header-main .menu .hovered > a > span {
    border-bottom-color: transparent;
}
#io-header .header-main .btn {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 20px;
    height: 32px;
}
#io-header .header-main .header-detail {
    margin: 12px 0 6px;
    text-align: right;
}
#io-header .header-main .header-detail .btn {
    margin-left: 24px;
}
#io-header .header-main .header-menu {
    margin-right: -14px;
}
#io-footer {
    font-size: 11px;
    line-height: 13px;
}
#io-footer hr {
    border: #e5e8ea solid 1px;
    border-width: 1px 0 0;
    margin: 40px 0;
}
#io-footer h3 {
    font-size: 27px;
    line-height: 35px;
}
#io-footer .footer-top {
    padding-bottom: 32px;
}
#io-footer .footer-main {
    padding: 40px 0;
    background: #242635;
    color: #93949E;
    clear: both;
    text-transform: uppercase;
}
#io-footer .footer-main a {
    color: #93949E;
}
#io-footer .footer-main hr {
    border-color: #93949E;
}
#io-footer .footer-main .menu {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
#io-footer .footer-main .wpb_content_element.no-title .widgettitle {
    display: none;
}
#io-footer .brands {
    text-align: right;
}
#io-footer .brands a {
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 8px;
}
#io-footer .brands a:first-child {
    margin-left: 0;
}
#io-footer .logo-footer img {
    width: 140px;
}
#io-subheader {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 72px;
}
#io-subheader h1 {
    font-size: 40px;
    line-height: 48px;
}
#io-subheader .container {
    position: relative;
    padding: 30px 10px 15px;
}
#io-subheader .excerpt {
    font-size: 18px;
    line-height: 25px;
}
#io-subheader .text {
    width: 60%;
    color: #242635;
}
#io-subheader .breadcrumbs {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    left: 10px;
    top: 15px;
    width: 100%;
}
#io-subheader .breadcrumbs a,
#io-subheader .breadcrumbs span {
    color: #242635;
}
#io-subheader .breadcrumbs a + a:before,
#io-subheader .breadcrumbs span + a:before,
#io-subheader .breadcrumbs a + span:before,
#io-subheader .breadcrumbs span + span:before {
    content: '\00BB';
}
#io-subheader .tabbed-header {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 20px;
}
#io-subheader .tabbed-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#io-subheader .tabbed-header li {
    margin: 0;
    padding: 0;
    margin-right: 30px;
    float: left;
}
#io-subheader .tabbed-header li:last-child {
    margin-right: 0;
}
#io-subheader .tabbed-header li a {
    display: block;
    height: 30px;
    padding: 0 0 10px;
    text-decoration: none;
    color: #242635;
}
#io-subheader .tabbed-header li a > * {
    display: block;
}
#io-subheader .tabbed-header li a > small {
    font-size: 12px;
    color: #787D88;
}
#io-subheader .tabbed-header li a:hover,
#io-subheader .tabbed-header li.active a {
    border-bottom: #19A4E7 solid 4px;
    color: #19A4E7;
}
#io-subheader.with-title .container {
    height: 285px;
    padding-top: 100px;
}
#io-subheader.with-image .container {
    height: 570px;
    padding-top: 160px;
}
#io-subheader.no-image.no-title {
    margin-bottom: 0;
}
#io-subheader .js-back-to {
    display: block;
    margin: -40px 0 30px;
}
#io-content .btn .fa {
    font-size: 0.8em;
}
#io-content .post-content > .vc_row > .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
}
#io-content .page-section {
    padding: 32px 0;
}
#io-content .page-section.section-overhang > div {
    margin-top: -145px;
}
#io-content .page-title {
    font-size: 50px;
    line-height: 54px;
    color: #092a5e;
    -font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 16px;
}
#io-content .section-title {
    text-transform: uppercase;
    color: #56C899;
    font-size: 22px;
    line-height: 36px;
    _font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 0 32px;
}
#io-content .post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#io-content .pagination {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
#io-content .pagination li {
    display: inline-block;
    padding: 0 2px;
}
#io-content .pagination li > * {
    display: inline-block;
    padding: 5px;
    border: #ddd solid 1px;
    min-width: 34px;
    color: #6B6C79;
    text-decoration: none;
}
#io-content .pagination li > *:hover,
#io-content .pagination li .current {
    background: #6B6C79;
    border-color: #6B6C79;
    color: #fff;
}
#io-content .pagination li > *:hover {
    background: #19A4E7;
    border-color: #19A4E7;
}
#io-content .widget .widget-heading {
    margin-bottom: 15px;
}
#io-content .widget .widget-body .row {
    margin-left: -10px;
    margin-right: -10px;
}
#io-content .content-error,
#io-content .content-no-result {
    padding: 30px 0 60px;
}
#io-content .form-bar {
    background: #e2f3fe;
    text-transform: uppercase;
    padding: 6px 0;
}
#io-content .form-bar .btn {
    display: block;
    width: 100%;
}
#io-content .form-bar .navbar-form {
    width: 88%;
    float: right;
    padding: 0;
}
#io-content .form-bar .navbar-form > div {
    width: 33%;
}
@media (max-width: 480px) {
    #io-content .form-bar .navbar-form {
        width: auto;
        float: none;
        margin: 0;
    }
    #io-content .form-bar .navbar-form > div {
        width: auto;
    }
}
#io-content .breadcrumbs {
    margin-bottom: 16px;
}
#io-content .breadcrumbs,
#io-content .breadcrumbs a {
    color: #999;
    font-size: 16px;
}
#io-content .breadcrumbs div > a + a:before,
#io-content .breadcrumbs div span + a:before,
#io-content .breadcrumbs div > a + span:before,
#io-content .breadcrumbs div span + span:before {
    content: '\00BB';
}
#io-content .hshc-heading .subheading {
    font-size: 18px;
    line-height: 25px;
    color: #242635;
}
#io-content .hshc-icon-box {
    position: relative;
    padding-left: 80px;
}
#io-content .hshc-icon-box .title {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 18px;
    _font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
#io-content .hshc-icon-box .block-thumb {
    position: absolute;
    left: 0;
    top: 0;
}
#io-content .hshc-icon-box .block-thumb img {
    width: 60px;
    height: auto;
}
#io-content .hshc-icon-box p:last-child {
    margin: 0;
}
#io-content .hshc-image-box p:last-child {
    margin: 0;
}
#io-content .hshc-image-box .title {
    font-size: 30px;
    line-height: 36px;
    color: #242635;
    margin: 0 0 10px;
}
#io-content .hshc-image-box .block-body .inner {
    width: 390px;
    max-width: 100%;
}
#io-content .hshc-image-box.template-default .block-thumb {
    margin: 0 0 50px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
#io-content .hshc-image-box.template-default .block-thumb img {
    width: 100%;
    height: auto;
    min-height: 100%;
}
#io-content .hshc-image-box.template-large .block-body {
    float: left;
    width: 50%;
    position: relative;
}
#io-content .hshc-image-box.template-large .block-body .inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
#io-content .hshc-image-box.template-large .block-thumb {
    margin: 0 0 40px;
    float: right;
    width: 50%;
}
#io-content .hshc-image-box.template-large .block-thumb img {
    height: auto;
}
#io-content .hshc-form {
    background-color: rgba(36, 38, 53, 0.9);
    padding: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
#io-content .hshc-form h1,
#io-content .hshc-form h2,
#io-content .hshc-form h3,
#io-content .hshc-form h4,
#io-content .hshc-form h5,
#io-content .hshc-form h6 {
    color: #fff;
}
#io-content .hshc-form h3 {
    margin: 0 0 4px;
}
#io-content .hshc-form p {
    margin: 0 0 10px;
}
#io-content .hshc-form p:last-child {
    margin: 0;
}
#io-content .hshc-form hr {
    border-style: dashed;
}
#io-content .hshc-form .wpforms-container {
    margin-bottom: 32px;
}
#io-content .hshc-form .wpforms-container .wpforms-field-text input {
    background: none;
    border: #fff solid 1px !important;
    color: #fff;
}
#io-content .hshc-form .wpforms-container .wpforms-field-label {
    color: #fff;
    margin: 0;
}
#io-content .hshc-form .wpforms-container .wpforms-field-select select {
    background: #fff;
    border-color: #fff;
    color: #242635;
}
#io-content .hshc-form .wpforms-container .wpforms-field-select .nice-select {
    background: #fff !important;
    color: #242635;
}
#io-content .hshc-form .btn,
#io-content .hshc-form .wpforms-submit,
#io-content .hshc-form select {
    width: 278px;
    max-width: 100%;
}
#io-content .hshc-text-box.template-faq-item {
    overflow: hidden;
    margin: 0 -10px 64px;
}
#io-content .hshc-text-box.template-faq-item:last-child {
    margin-bottom: 0;
}
#io-content .hshc-text-box.template-faq-item .title {
    font-size: 22px;
    line-height: 26px;
}
#io-content .hshc-text-box.template-faq-item > .block-header,
#io-content .hshc-text-box.template-faq-item > .block-body {
    float: left;
    padding: 0 10px;
}
#io-content .hshc-text-box.template-faq-item > .block-header {
    width: 33.33%;
    text-align: right;
    padding-left: 60px;
}
#io-content .hshc-text-box.template-faq-item > .block-body {
    width: 66.67%;
}
#io-content .hshc-hero-box {
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
}
#io-content .hshc-hero-box .overlay {
    background: rgba(36, 38, 53, 0.5);
}
#io-content .hshc-hero-box .container > .block-body {
    width: 50%;
    float: right;
    padding: 0 40px;
    position: relative;
    color: #fff;
}
#io-content .hshc-hero-box .title,
#io-content .hshc-hero-box .title a {
    color: #fff !important;
}
#io-content .hshc-metas-table {
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#io-content .hshc-metas-table li {
    float: left;
    margin-left: 30px;
}
#io-content .hshc-metas-table li:first-child {
    margin-left: 0;
}
#io-content .hshc-metas-table li * {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
#io-content .hshc-metas-table li label {
    font-weight: normal;
}
#io-content .hshc-metas-table li span {
    font-weight: bold;
}
#io-content .hshc-attachment-list img {
    width: 100%;
}
#io-content .hshc-post-list.template-slider-hero {
    position: relative;
}
#io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .post-item {
    padding: 0;
}
#io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .sg-block {
    height: 664px;
}
#io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .metas {
    margin: 15px 0;
}
#io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-nav {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 40px;
}
#io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-nav .post-item {
    padding: 0;
}
#io-content .hshc-post-list.template-slider-hero .hshc-hero-box {
    padding-top: 168px;
    padding-bottom: 150px;
    background: #eee no-repeat center 30%;
    background-size: cover;
}
#io-content .hshc-post-list.template-slider-hero .hshc-post-single.template-image-title .block-thumb {
    height: 159px;
    overflow: hidden;
    background: #eee no-repeat center 30%;
    background-size: cover;
}
#io-content .hshc-post-list.template-slider-hero .hshc-post-single.template-image-title .block-thumb img {
    display: none;
}
#io-content .hshc-post-list.template-slider-hero .slider-nav .slick-current .hshc-post-single {
    position: relative;
}
#io-content .hshc-post-list.template-slider-hero .slider-nav .slick-current .hshc-post-single:after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: #19A4E7;
    position: absolute;
    left: 0;
    top: 0;
}
#io-content .hshc-post-list.template-slider .slick-arrow {
    top: 22%;
}
#io-content .hshc-post-list.template-split .hshc-post-single.template-split .block-thumb a {
    display: block;
    width: 609px;
    height: 449px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#io-content .hshc-post-list.template-split .hshc-post-single.template-split .block-thumb img {
    height: 449px;
    width: auto;
    max-width: initial;
    display: none;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(odd) .hshc-post-single.template-split .block-thumb,
#io-content .hshc-post-list.template-split .post-item:nth-child(odd) .hshc-post-single.template-split .block-body {
    float: left;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(odd) .hshc-post-single.template-split .block-thumb {
    text-align: right;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(odd) .hshc-post-single.template-split .block-thumb a {
    float: right;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(odd) .hshc-post-single.template-split .block-thumb img {
    float: right;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(odd) .hshc-post-single.template-split-case-study .block-thumb a {
    width: 610px;
    height: 449px;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(even) .hshc-post-single.template-split .block-thumb,
#io-content .hshc-post-list.template-split .post-item:nth-child(even) .hshc-post-single.template-split .block-body {
    float: right;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(even) .hshc-post-single.template-split .block-thumb {
    text-align: left;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(even) .hshc-post-single.template-split .block-thumb a {
    float: left;
    width: 709px;
    height: 407px;
}
#io-content .hshc-post-list.template-split .post-item:nth-child(even) .hshc-post-single.template-split .block-thumb img {
    float: left;
}
#io-content .hshc-post-list.template-slider-case-study .post-list.slider-for .post-item {
    width: 100%;
    padding: 0;
}
#io-content .hshc-post-list.template-slider-case-study .post-list.slider-nav {
    margin-top: -80px;
}
#io-content .hshc-post-list.template-slider-case-study .post-item {
    margin: 0;
}
#io-content .hshc-post-list.template-slider-case-study .hshc-post-single.template-slider-case-study-hero {
    padding: 0;
}
#io-content .hshc-post-list.template-slider-case-study .hshc-hero-box {
    padding-top: 220px;
    height: 700px;
}
#io-content .hshc-post-list.template-slider-case-study .post-item {
    display: none;
}
#io-content .hshc-post-list.template-slider-case-study .post-item:first-child {
    display: block;
}
#io-content .hshc-post-list.template-slider-case-study .slick-initialized .post-item {
    display: block;
}
#io-content .hshc-post-list.template-slider-case-study .sg-slick-carousel .slick-arrow {
    top: 98%;
}
#io-content .hshc-post-list.template-before-after .post-item {
    margin-bottom: 80px;
}
#io-content .hshc-post-list.template-before-after .post-item:last-child {
    margin-bottom: 0;
}
#io-content .hshc-post-list.template-tab .post-item .hshc-post-single.template-split .block-thumb,
#io-content .hshc-post-list.template-tab .post-item .hshc-post-single.template-split .block-body {
    float: left;
}
#io-content .hshc-post-list.template-tab .post-item .hshc-post-single.template-split .block-thumb {
    text-align: right;
}
#io-content .hshc-post-list.template-tab .post-item .hshc-post-single.template-split .block-thumb img {
    float: right;
}
#io-content .hshc-post-list.template-tab .post-item .hshc-post-single.template-split .block-body {
    padding: 40px;
    padding-right: 120px;
}
#io-content .hshc-post-list.post-title-sm .post-item .title {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
#io-content .hshc-post-single .title {
    _font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
}
#io-content .hshc-post-single.template-image-title .block-thumb {
    position: relative;
}
#io-content .hshc-post-single.template-image-title .block-thumb a {
    display: block;
    color: #fff;
}
#io-content .hshc-post-single.template-image-title .block-thumb .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
#io-content .hshc-post-single.template-split:before,
#io-content .hshc-post-single.template-split .sg-block:before,
#io-content .hshc-post-single.template-split:after,
#io-content .hshc-post-single.template-split .sg-block:after {
    content: " ";
    display: table;
}
#io-content .hshc-post-single.template-split:after,
#io-content .hshc-post-single.template-split .sg-block:after {
    clear: both;
}
#io-content .hshc-post-single.template-split:before,
#io-content .hshc-post-single.template-split .sg-block:before,
#io-content .hshc-post-single.template-split:after,
#io-content .hshc-post-single.template-split .sg-block:after {
    content: " ";
    display: table;
}
#io-content .hshc-post-single.template-split:after,
#io-content .hshc-post-single.template-split .sg-block:after {
    clear: both;
}
#io-content .hshc-post-single.template-split .sg-block {
    margin-left: -60px;
    margin-right: -60px;
}
#io-content .hshc-post-single.template-split .block-body,
#io-content .hshc-post-single.template-split .block-thumb {
    padding: 0 60px;
}
#io-content .hshc-post-single.template-split .block-body {
    float: left;
    width: 50%;
    position: relative;
    padding-top: 95px;
    padding-bottom: 65px;
}
#io-content .hshc-post-single.template-split .block-body .inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
#io-content .hshc-post-single.template-split .block-thumb {
    margin: 0 0 40px;
    float: right;
    width: 50%;
}
#io-content .hshc-post-single.template-split .block-thumb img {
    height: auto;
}
#io-content .hshc-post-single.template-split .metas {
    margin: 12px 0 6px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
#io-content .hshc-post-single.template-split .metas li {
    margin: 0;
}
#io-content .hshc-post-single.template-split .title {
    font-size: 30px;
    line-height: 36px;
}
#io-content .hshc-post-single.template-slider-hero .title {
    font-size: 60px;
    line-height: 80px;
    margin: 0 0 2px;
}
#io-content .hshc-post-single.template-slider-hero .hshc-hero-box {
    font-size: 18px;
    line-height: 25px;
}
#io-content .hshc-post-single.template-slider-case-study-hero .title {

}
#io-content .hshc-post-single.template-slider-case-study-hero .btn {
    margin-right: 25px;
}
#io-content .hshc-post-single.template-slider-case-study-hero .btn:last-child {
    margin-right: 0;
}
#io-content .hshc-post-single.template-slider-case-study-hero .block-body {
    padding: 0 10px;
}
#io-content .hshc-post-single.template-slider-case-study {
    width: 221px;
}
#io-content .hshc-post-single.template-slider-case-study .block-thumb {
    margin-bottom: 8px;
    height: 124px;
    overflow: hidden;
}
#io-content .hshc-post-single.template-slider-case-study .title {
    font-size: 15px;
    line-height: 18px;
    display: block;
    clear: both;
    font-weight: bold;
}
#io-content .hshc-post-single.template-slider-case-study .metas {
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
}
#io-content .hshc-post-single.template-before-after {
    text-align: center;
}
#io-content .hshc-post-single.template-before-after .title {

}
#io-content .hshc-post-single.template-before-after .text-container {
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
}
#io-content .hshc-post-single.template-before-after .metas {
    margin: 20px 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
#io-content .hshc-post-single.template-before-after .images {
    margin: 30px 0 0;
    padding: 0;
}
#io-content .hshc-post-single.template-before-after .images li {
    display: inline-block;
    width: 576px;
    max-width: 48%;
    padding: 0 10px;
}
#io-content .hshc-post-single.template-before-after .images li img {
    width: 100%;
}
#io-content .hshc-post-single.template-faq-item .title {

}
#io-content .table {
    width: 100%;
}
#io-content .table caption {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: left;

    color: #242635;
}
#io-content .table tr {
    border-bottom: #242635 solid 1px;
}
#io-content .table th,
#io-content .table td {
    text-align: left;
    padding: 15px 5px;
}
#io-content .table th {
    font-weight: bold;
    text-transform: uppercase;
}
#io-content .table thead tr {
    border-width: 2px;
}
#io-content .post-single ul > li {
    margin-bottom: 4px;
}
#io-content .post-item .title a {
    color: #242635;
    text-decoration: none;
}
#io-content .tab-header-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}
#io-content .tab-header-list .tab-header-item {
    margin: 0;
    margin-right: 20px;
    color: #242635;
    font-weight: bold;
}
#io-content .tab-header-list .tab-header-item:last-child {
    margin-right: 0;
}
#io-content .tab-header-list .tab-header-item.active,
#io-content .tab-header-list .tab-header-item.active a {
    color: #19A4E7;
}
#io-content .tab-header-list .tab-header-item.active a {
    border-bottom-color: #19A4E7;
    color: #19A4E7;
}
#io-content .tab-header-list .tab-header-item a {
    padding: 5px 0;
    color: #242635;
    background: none;
    border: 0 none;
    border-bottom: transparent solid 2px;
}
#io-content .vc_tta-tabs .vc_tta-tabs-container {
    margin: 0 0 24px;
}
#io-content .vc_tta-tabs .vc_tta-tab {
    margin-right: 24px;
}
#io-content .vc_tta-tabs .vc_tta-tab:last-child {
    margin-right: 0;
}
#io-content .vc_tta-tabs .vc_tta-tab.vc_active a {
    color: #19A4E7;
    border-bottom: #19A4E7 solid 2px;
}
#io-content .vc_tta-tabs .vc_tta-tab a {
    color: #6B6C79;
    font-size: 17px;
    line-height: 20px;
    border: 0 none;
    background: none;
    font-weight: bold;
    padding: 7px 0;
}
#io-content .vc_tta-tabs .vc_tta-panels {
    background: none;
    border: 0 none;
}
#io-content .vc_tta-tabs .vc_tta-panel-body {
    padding: 0;
}
#io-content #section-header {
    padding: 100px 0;
}
#io-content #section-header .hshc-heading {
    width: 50%;
}
#io-content #section-hero {
    background-color: #eee;
    min-height: 660px;
    color: #242635;
}
#io-content #section-slider-hero {
    padding: 0;
}
#io-content #section-callback {
    background-color: #eee;
    min-height: 640px;
    width: auto;
    max-width: initial;
    padding-top: 55px;
    padding-bottom: 35px;
}
#io-content #section-callback .vc_col-sm-6 {
    max-width: 436px;
}
#io-content #section-callback .vc_col-sm-6:last-child {
    float: right;
}
#io-content #section-icon-boxes .vc_column_container > .vc_column-inner {
    padding-right: 30px;
}
#io-content #section-image-boxes .vc_column_container .vc_column_container > .vc_column-inner {
    padding-right: 110px;
}
/*--- plugins ---*/
#io-content .select2-container {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}
#io-content .select2-container .select2-selection--single {
    height: 36px;
}
#io-content .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
#io-content .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
#io-content .select2-container .select2-selection--single .select2-selection__arrow b {
    font-family: icons-v2 !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border: 0 none;
    font-size: 8px;
    width: auto;
    margin: -3px 0 0 -8px;
}
#io-content .select2-container .select2-selection--single .select2-selection__arrow b:before {
    content: "\e969";
}
#io-content .input-group .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}
#io-content .sg-slick-carousel .post-item {
    display: none;
}
#io-content .sg-slick-carousel .post-item:first-child {
    display: block;
}
#io-content .sg-slick-carousel.slick-dotted {
    padding-bottom: 40px;
}
#io-content .sg-slick-carousel .slick-arrow {
    height: 56px;
    width: 56px;
    background: none;
    z-index: 9999;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    cursor: pointer !important;
}
#io-content .sg-slick-carousel .slick-arrow:hover {
    opacity: 1;
}
#io-content .sg-slick-carousel .slick-arrow:before {
    display: none;
}
#io-content .sg-slick-carousel .slick-prev {
    left: 0;
}
#io-content .sg-slick-carousel .slick-next {
    right: 0;
    background-position: right top !important;
}
#io-content .sg-slick-carousel .slick-arrow:before {
    display: block;
    width: 20px;
    height: 20px;
    border: #fff solid 5px;
    content: '';
    opacity: 1;
    border-radius: 2px;
    transform: rotate(45deg);
}
#io-content .sg-slick-carousel .slick-prev:before {
    border-width: 0 0 5px 5px;
    margin-left: 20px;
}
#io-content .sg-slick-carousel .slick-next:before {
    border-width: 5px 5px 0 0;
    margin-left: 12px;
}
#io-content .sg-slick-carousel .slick-disabled {
    display: none !important;
}
#io-content .sg-slick-carousel .slick-dots {
    list-style: none;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}
#io-content .sg-slick-carousel .slick-dots li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 8px;
    border-left: rgba(255, 255, 255, 0.2) solid 1px;
}
#io-content .sg-slick-carousel .slick-dots li:first-child {
    border-left: 0;
}
#io-content .sg-slick-carousel .slick-dots li:before {
    display: none;
}
#io-content .sg-slick-carousel .slick-dots li button {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1em;
    color: inherit;
}
#io-content .sg-slick-carousel .slick-dots li button:before {
    display: none;
}
#io-content .sg-slick-carousel .slick-dots .slick-active button {
    color: #19A4E7;
}
@media (max-width: 768px) {
    #io-content .sg-slick-carousel .slick-prev {
        left: 0 !important;
    }
    #io-content .sg-slick-carousel .slick-next {
        right: 0 !important;
    }
}
#io-content .sg-slick-carousel.slider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    background: none;
    box-shadow: none;
    opacity: 0.8;
    top: 40%;
}
#io-content .sg-slick-carousel.slider-nav .slick-arrow:before {
    border-color: #fff;
}
#io-content .sg-slick-carousel.slider-nav .slick-prev {
    left: 40px;
}
#io-content .sg-slick-carousel.slider-nav .slick-prev:before {
    margin-left: 14px;
}
#io-content .sg-slick-carousel.slider-nav .slick-next:before {
    margin-left: 6px;
}
#io-content .bg-secondary .slick-dots button:before {
    color: #fff !important;
}
#io-content .main-section-col h2 {
    font-size: 22px;
    line-height: 1.2em;
    text-transform: initial;
    font-weight: bold;
    margin: 0 0 16px;
}
/*---news---*/
#io-content .block-post-thumb {
    background: #fff;
}
#io-content .block-post-thumb .block-thumb {
    overflow: hidden;
    position: relative;
}
#io-content .block-post-thumb .block-thumb img {
    width: 100%;
}
#io-content .block-post-thumb .block-thumb .post-category {
    display: inline-block;
    background: #46b1d4;
    padding: 8px 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    text-transform: uppercase;
    color: #fff;
    transform: translate(-50%, 0);
    width: auto;
    text-align: center;
}
#io-content .block-post-thumb .block-body {
    padding: 20px;
}
#io-content .block-post-thumb .post-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #242635;
}
#io-content .block-post-thumb .post-title a {
    color: #242635;
}
#io-content .block-post-hero {
    position: relative;
    background-size: cover;
    padding: 20px;
    color: #fff;
    margin: 0 0 24px;
}
#io-content .block-post-hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
#io-content .block-post-hero img {
    visibility: hidden;
    opacity: 0;
}
#io-content .block-post-hero .inner {
    width: 776px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#io-content .block-post-hero h1.post-title {
    font-size: 40px;
    line-height: 48px;
}
#io-content .block-post-hero .post-title {
    color: #fff;
    margin: 0;
}
#io-content .block-post-hero .post-title a {
    color: #fff;
}
#io-content .block-post-hero .post-category {
    display: inline-block;
    background: #46b1d4;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff;
}
#io-content .widget-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#io-content .widget-share li {
    display: inline-block;
    margin-right: 10px;
}
#io-content .widget-share li:first-child {
    margin-right: 20px;
}
#io-content .post-full header h2 {
    margin-top: 48px;
    font-size: 30px;
    line-height: 36px;
}
#io-content .post-full .post-header {
    display: table;
    width: 100%;
    margin: 0 auto 24px;
    padding: 8px 0 16px;
    border-bottom: #ddd solid 1px;
}
#io-content .post-full .post-header > div {
    display: table-cell;
    border-left: #ddd solid 1px;
    text-align: center;
    width: 33.33%;
}
#io-content .post-full .post-header > div:first-child {
    border-left: 0 none;
    text-align: left;
}
#io-content .post-full .post-header > div:last-child {
    text-align: right;
}
#io-content .post-full .post-footer {
    border: #ddd solid 1px;
    border-width: 1px 0;
    padding: 16px 0;
    margin: 0 0 24px;
}
#io-content .post-full .post-meta-author span {
    margin-right: 10px;
}
/*---variations---*/
body #io-header {
    background: #F1F5F7;
}

body form select,
body form button,
body form input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]) {
    height: 38px;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    border: #242635 solid 1px;
}
body .nice-select {
    height: 38px;
    padding: 6px 10px;
    padding-right: 30px;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    background: #242635;
    border: #242635 solid 1px;
    color: #fff;
    width: 150px;
    max-width: 100% !important;
    position: relative !important;
}
body .nice-select:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}
body .nice-select ul,
body .nice-select li {
    display: block !important;
}
body .nice-select .list {
    background: #F1F5F7 !important;
    min-width: 100%;
    border-radius: 0 !important;
    border: 0 none !important;
    position: absolute !important;
}
body .nice-select .option {
    color: #333;
    padding: 6px 10px !important;
    font-size: 16px;
    line-height: 24px;
    min-height: initial;
    margin: 0;
}
body .nice-select .option:hover,
body .nice-select .option.focus,
body .nice-select .option.selected.focus {
    background: #D9E9F1 !important;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    padding: 5px 0;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-text input {
    height: 38px;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-select select {
    height: 38px;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    background: #242635;
    border: #242635 solid 1px;
    color: #fff;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-select .nice-select {
    background: #242635;
    border: #242635 solid 1px;
    height: 38px;
    padding: 6px 10px;
    padding-right: 30px;
    width: 278px;
    max-width: 100% !important;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-select .nice-select .list {
    background: #F1F5F7 !important;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-select .nice-select .option {
    padding: 6px 10px !important;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-checkbox ul li {
    display: inline-block;
    margin-right: 20px !important;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-checkbox input {
    display: none;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-checkbox input + label {
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-checkbox input + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.html) no-repeat -20px 0;
    position: absolute;
    left: 0;
    top: 2px;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-checkbox input:checked + label:before {
    background-position: 0 0;
}
body .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-label {
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
}
body .wpforms-container .wpforms-form .wpforms-submit-container {
    margin: 0;
}
body .wpforms-container .wpforms-form .wpforms-submit {
    height: 38px;
    border-radius: 0;
    background: #19A4E7 !important;
    border: #19A4E7 solid 1px !important;
    color: #fff !important;
    font-weight: bold;
    padding: 9px 15px !important;
}
body .wpforms-container .wpforms-form .wpforms-submit.btn-block {
    display: block;
    width: 100%;
}
body .wpforms-container .wpforms-form .wpforms-required-label {
    display: none;
}
body.template-white #io-header {
    background-color: #fff !important;
}
body.template-white.archive #io-subheader,
body.template-white.search-results #io-subheader {
    margin: 0;
}
body.template-white.archive #io-subheader .container,
body.template-white.search-results #io-subheader .container {
    height: auto;
}
body.search-results .blog-list {
    margin-bottom: 48px;
}
body.search-results .blog-list .title {
    font-size: 22px;
    line-height: 26px;
}
body.search-results .blog-list .post-item {
    margin-top: 48px;
}
body.template-dark .burger-icon:after,
body.template-dark .burger-icon:before,
body.template-dark .burger-icon i {
    background-color: #fff;
}
body.template-dark #io-header {
    background-color: #242635 !important;
    color: #fff;
}
body.template-dark #io-header h1,
body.template-dark #io-header h2,
body.template-dark #io-header h3,
body.template-dark #io-header h4,
body.template-dark #io-header h5,
body.template-dark #io-header h6 {
    color: #fff;
}
body.template-dark #io-header .header-main,
body.template-dark #io-header a {
    color: #fff !important;
}
body.template-dark #io-header .header-main .logo {
    width: 234px;
    padding-left: 234px;
    background: url(http://harleystreethairline.co.uk/wp-content/uploads/2021/images/logo-white.svg);
    background-size: 234px auto;
}
body.template-dark #io-header .header-main a:hover:not(.btn) {
    color: #19A4E7 !important;
}
body.template-dark #io-content {
    background-color: #242635;
    color: #fff;
}
body.template-dark #io-content h1,
body.template-dark #io-content h2,
body.template-dark #io-content h3,
body.template-dark #io-content h4,
body.template-dark #io-content h5,
body.template-dark #io-content h6 {
    color: #fff;
}
body.template-dark #io-content .post-item .title a {
    color: #fff !important;
}
body.template-dark #io-subheader {
    color: #fff;
    margin-bottom: 0;
}
body.template-dark #io-subheader .breadcrumbs a,
body.template-dark #io-subheader .breadcrumbs span {
    color: #fff;
}
body.template-dark .widget-follow-us.float a {
    color: #fff;
}
body.template-tabbed #io-header,
body.template-tabbed #io-subheader {
    background-color: #DDEFF5;
}
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-container {
    background-color: #DDEFF5;
    margin: 0 0 100px;
}
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list > .navbar-header,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels > .navbar-header,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list > .navbar-collapse,
body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width: 992px) {
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list > .navbar-header,
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels > .navbar-header,
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list > .navbar-collapse,
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list,
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels {
        width: 746px;
    }
}
@media (min-width: 992px) {
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list,
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels {
        width: 966px;
    }
}
@media (min-width: 1200px) {
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-tabs-list,
    body.template-tabbed #io-content .vc_tta-tabs .vc_tta-panels {
        width: 1190px;
    }
}
body.big-tab #io-subheader .tabbed-header {
    font-size: 18px;
    line-height: 20px;
    background: #F1F5F7;
}
body.big-tab #io-subheader .tabbed-header li {
    margin: 0;
    padding: 0 30px;
}
body.big-tab #io-subheader .tabbed-header li a {
    height: 144px;
    padding: 50px 0;
}
body.merged-subheader #io-subheader {
    margin-bottom: 0;
}
body.merged-subheader #io-subheader .text {
    width: auto;
}
body.merged-subheader #io-subheader .container {
    height: auto;
}
body.slug-graft-calculator #io-content .page-section:first-child {
    background: #F1F5F7;
}
body.theme-content-width-small #io-content .container {
    width: 796px;
    max-wdith: 100%;
}
body.single-hshc_case_study #io-subheader .container {
    height: auto;
    padding-bottom: 15px;
}
body.single-hshc_case_study #io-content .hshc-metas-table {
    margin: -40px 0 30px;
}
body.slug-results-case-studies #io-header {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: none !important;
}
body .hshc-post-list {
    position: relative;
}
body .hshc-post-list .video-container.video-hero {
    display: none;
    position: absolute;
    top: 0;
    width: 100vw;
    margin-left: -10px;
    margin-right: -20px;
}
body .hshc-post-list .video-container a {
    color: #fff;
}
body .hshc-post-list .video-container .container {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
body .hshc-post-list.template-slider-case-study .video-container {
    top: 105px;
    background: #242635;
}
body.video-hero-on .hshc-post-list.video-parent-on .video-container {
    display: block;
    position: relative;
}
body.video-hero-on .hshc-post-list.video-parent-on .post-list {
    visibility: hidden;
    opacity: 0;
    display: none;
}
body.slug-patients-gallery #io-subheader {
    margin: 0;
    background: none;
}
body.slug-patients-gallery #io-subheader .container {
    height: auto;
}
body.slug-patients-gallery #io-subheader .text {
    text-align: center;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
}
body.slug-about-us #io-subheader,
body.slug-about #io-subheader {
    position: relative;
}
body.slug-about-us #io-subheader:before,
body.slug-about #io-subheader:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
body.slug-about-us #io-subheader h1,
body.slug-about #io-subheader h1 {
    color: #fff;
}
body.slug-about-us #io-subheader .container,
body.slug-about #io-subheader .container {
    position: static;
}
body.slug-about-us #io-subheader .tabbed-header,
body.slug-about #io-subheader .tabbed-header {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    transition: all 0.3s;
}
body.slug-about-us #io-subheader .tabbed-header li,
body.slug-about #io-subheader .tabbed-header li {
    padding: 0 44px;
}
body.slug-about-us #io-subheader .text,
body.slug-about #io-subheader .text {
    position: relative;
}
body.slug-about-us #io-subheader .breadcrumbs > div,
body.slug-about #io-subheader .breadcrumbs > div {
    width: 1190px;
    margin: 0 auto;
}
body.slug-about-us #io-subheader .breadcrumbs a,
body.slug-about #io-subheader .breadcrumbs a,
body.slug-about-us #io-subheader .breadcrumbs span,
body.slug-about #io-subheader .breadcrumbs span {
    color: #fff;
}
body.slug-about-us.tabbed-header-fix #io-subheader .tabbed-header,
body.slug-about.tabbed-header-fix #io-subheader .tabbed-header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    z-index: 99;
}
body.slug-about-us.tabbed-header-fix #io-subheader .tabbed-header li a,
body.slug-about.tabbed-header-fix #io-subheader .tabbed-header li a {
    height: auto;
    padding: 20px 0;
}
body .twitter-box a {
    color: #fff !important;
}
body #ctf .ctf-item {
    padding: 0;
}
body #ctf .ctf-author-name {
    margin-top: 0 !important;
    color: #19A4E7 !important;
}
body #ctf .ctf-author-box {
    min-height: initial !important;
}
body #ctf .ctf-tweet-content {
    margin-bottom: 10px;
}
body #ctf .ctf-twitterlink {
    display: inline-block;
    height: 38px;
    padding: 5px 15px;
    background: #6B6C79;
}
.responsive-media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 53.25%;
    clear: both;
}
.responsive-media.ratio-16-9 {
    padding-bottom: 56.25%;
}
.responsive-media.ratio-4-3 {
    padding-bottom: 42.25%;
}
.responsive-media iframe,
.responsive-media video {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0 none;
}
.video-ratio-4_3 .responsive-media {
    padding-bottom: 42.25%;
}
#video-modal .modal-dialog {
    width: 100%;
    margin: 0;
}
#video-modal .modal-content {
    background: #242635;
    color: #fff;
    border-radius: 0;
}
#video-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
}
#video-modal .close {
    float: right;
    margin-bottom: 10px;
}
#video-modal .btn.close {
    color: #fff;
}
#book-consultation-modal .modal-dialog {
    width: 440px;
    max-width: 100%;
}
.mobile-nav {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s;
}
.modal-open #io-content .sg-slick-carousel .slick-arrow {
    display: none !important;
}
.modal-body .btn.close {
    float: right;
}
.modal-body .btn + h2 {
    margin-top: 0;
}
.modal-body h2 {
    margin-bottom: 7px;
}
.nice-select ul.list {
    max-height: 220px;
    overflow-y: scroll;
}
#btn-to-top {
    position: fixed;
    right: 10px;
    bottom: 70px;
}
.selecter-options,
.selecter-selected {
    display: none;
}
.rangeslider {
    width: 100%;
    height: 100%;
    padding: 0;
}
.rangeslider,
.type-range > span {
    background-color: #6B6C79;
}
.rangeslider__fill,
.rangeslider__handle,
.type-range output {
    background-color: #56C899;
}
.rangeslider__handle {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    border: 3px solid #D1D7DB;
    margin-top: 16px;
    box-sizing: border-box;
}
.rangeslider,
.type-range > span {
    position: absolute;
    z-index: 1;
    display: block;
}
.rangeslider__fill,
.type-range output {
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
}
.rangeslider__fill,
.type-range output {
    z-index: 1;
}
.type-range {
    position: relative;
    border: 0 !important;
    height: 16px;
    clear: both;
    padding-top: 16px !important;
}
.type-range input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.type-range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.type-range input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.type-range input[type=range]::-ms-fill-upper {
    background-color: #6B6C79;
}
.type-range input[type=range]::-ms-fill-lower {
    background-color: #56C899;
}
.type-range input[type=range]::-ms-thumb {
    background-color: #56C899;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #D1D7DB;
    margin-top: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.type-range input[type=range]::-webkit-slider-thumb {
    background-color: #56C899;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #D1D7DB;
    margin-top: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.type-range input[type=range]::-moz-range-thumb {
    background-color: #56C899;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #D1D7DB;
    margin-top: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.type-range input[type=range]::-ms-fill-upper {
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
}
.type-range input[type=range],
.type-range > span {
    width: 100%;
    height: 100%;
    padding: 0;
}
.type-range input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
    top: 0;
    margin: 0;
    border: 0;
}
.type-range input[type=range]:focus {
    outline: 0;
    border: 0;
}
.type-range input[type=range]::-ms-fill-lower {
    z-index: 1;
    display: block;
}
.type-range input[type=range]::-ms-tooltip {
    display: none;
}
.type-range input[type=range]::-ms-fill-lower {
    position: static !important;
    width: auto !important;
    height: 100% !important;
}
.type-range input[type=range]::-ms-fill-upper {
    height: 100% !important;
}
.type-range input[type=range]::-ms-track,
.type-range input[type=range]::-moz-range-track,
.type-range input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}
.rangeslider__handle {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
html.ie10 .type-range output,
html.ie10 .type-range span {
    margin-top: 4px;
}
html.ie10 .type-range input[type=range] {
    height: 26px;
}
html.ie .type-range output,
html.ie .type-range > span {
    display: none;
}
.hshc-graft-calc-main h3 {
    padding-bottom: 18px;
    border-bottom: #242635 solid 1px;
}
.hshc-graft-calc-main p{
    font-size: 16px;
}
.hshc-graft-calc-main .page-section {
    padding: 30px 0;
}
.hshc-graft-calc-main .section-01 {
    background: #DDEFF5;
}
.hshc-graft-calc-main span.img {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}
.hshc-graft-calc-main span.img > *:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 790px;
    max-width: 100%;
    height: 100%;
}
.hshc-graft-calc-main fieldset.type {
    margin-bottom: 24px;}

.hshc-graft-calc-main fieldset.type label {
    cursor: pointer;
    margin-left: 40px;
}
.hshc-graft-calc-main fieldset.type label i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: #242635 solid 2px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}
.hshc-graft-calc-main fieldset.type label.checked i {
    border-color: #19A4E7;
    position: relative;
}
.hshc-graft-calc-main fieldset.type label.checked i:after {
    content: '';
    display: block;
    clear: both;
    width: 10px;
    height: 10px;
    background: #19A4E7;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hshc-graft-calc-main fieldset.type .menu {
    margin-left: -10px;
}
.hshc-graft-calc-main fieldset.demographic select {
    width: auto;
}
.hshc-graft-calc-main fieldset.demographic select[name=ethnicity],
.hshc-graft-calc-main fieldset.demographic select[name=age] {
    background: #242635;
    color: #fff;
    width: 260px;
}
.hshc-graft-calc-main fieldset.demographic .form-group {
    float: left;
    margin-right: 30px;
}
.hshc-graft-calc-main fieldset.demographic .form-group:last-child {
    margin-right: 0;
}
.hshc-graft-calc-main fieldset.areas > div > div label input {
    position: absolute;
    visibility: hidden;
}
.hshc-graft-calc-main fieldset.areas svg g[id] {
    cursor: pointer;
    fill-opacity: 0;
}
.hshc-graft-calc-main fieldset.areas svg g[id].checked,
.hshc-graft-calc-main fieldset.areas svg g[id]:hover {
    fill-opacity: 0.1;
}
.hshc-graft-calc-main fieldset.areas > div > div > * {
    width: 23%;
}
.hshc-graft-calc-main fieldset.grafts .status dl {
    float: left;
    margin-right: 30px;
    margin-bottom: 0 !important;
}
.hshc-graft-calc-main fieldset.grafts .status dl:last-child {
    margin-right: 0;
}
.hshc-graft-calc-main fieldset.grafts .status dt {
    font-weight: normal;
}
.hshc-graft-calc-main fieldset.grafts .status dd {
    font-size: 30px;
    line-height: 36px;
}
.hshc-graft-calc-main fieldset.grafts .range span:first-of-type {
    float: left;
}
.hshc-graft-calc-main fieldset.grafts .range span:last-of-type {
    float: right;
}
.hshc-graft-calc-main label[for=results-toggle] {
    opacity: 0 ;
    border-top: #242635 solid 1px;
    padding: 32px 0;
    display:block;
}
.hshc-graft-calc-main label[for=results-toggle] .btn {
    width: 182px;
    max-width: 100%;
}
.hshc-graft-calc-main div.results input[type=radio]:checked + *,
.hshc-graft-calc-main fieldset.areas input[type=radio]:checked + *,
.hshc-graft-calc-main form > input:checked + * {
    display: block;
}
.hshc-graft-calc-main div.results input[type=radio],
.hshc-graft-calc-main div.results input[type=radio] + *,
.hshc-graft-calc-main fieldset.areas input[type=radio],
.hshc-graft-calc-main fieldset.areas input[type=radio] + *,
.hshc-graft-calc-main form > input,
.hshc-graft-calc-main form > input + * {
    display: none;
}
.hshc-graft-calc-main form > input + * {
    transition-timing-function: linear;
    transition-property: opacity;
    transition-duration: 0.5s;
}
.hshc-graft-calc-main form > input + * {
    opacity: 0;
    position: absolute;
    display: none;
    clip: rect(0, 0, 0, 0);
    z-index: 1;
    visibility: hidden;
}
.hshc-graft-calc-main form > input:checked + * {
    opacity: 1;
    position: relative;
    clip: auto;
    z-index: 100;
    visibility: visible;
    display: block;
}
.hshc-graft-calc-main form:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
    .hshc-graft-calc-main fieldset.areas > div > div {
        display: none;
    }
    .hshc-graft-calc-main fieldset.grafts .range {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .hshc-graft-calc-main div.results > label {
        float: right;
        margin-top: 30px;
        width: 40% !important;
    }
}
.hshc-graft-calc-main form div.results input[type="radio"]:checked + *,
.hshc-graft-calc-main fieldset.areas input[type="radio"]:checked + *,
.hshc-graft-calc-main form > input:checked + * {
    display: block;
}
@media (max-width: 480px) {
    .hshc-graft-calc-main .svg-sibling-input-container {
        overflow: hidden;
        margin-top: 20px;
    }
    .hshc-graft-calc-main .svg-sibling-input-container label {
        width: 23%;
        margin: 1%;
        background: #242635;
        color: #fff;
        float: left;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        line-height: 1em;
        padding: 10px;
        cursor: pointer;
    }
    .hshc-graft-calc-main .svg-sibling-input-container label.checked {
        background: #56C899;
    }
}
@media (max-width: 480px) {
    body h1 {
        font-size: 36px;
        line-height: 40px;
    }
    body h2 {
        font-size: 25px;
        line-height: 30px;
    }
    body .widget-follow-us.float {
        display: none;
    }
    #wp-admin-bar-customize,
    #wp-admin-bar-wpseo-menu,
    #wp-admin-bar-vc_inline-admin-bar-link {
        display: none !important;
    }
    .admin-bar #main-menu-collapse {
        top: 46px;
    }
    #main-menu-collapse {
        position: absolute;
        left: 0;
        top: 62px;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        padding: 0;
        z-index: 999;
    }
    #main-menu-collapse p:last-child {
        margin: 0;
    }
    #main-menu-collapse .header-menu {
        padding: 16px;
    }
    #main-menu-collapse .header-detail {
        padding: 16px;
        border-top: #ddd solid 1px;
    }
    #main-menu-collapse .menu {
        font-size: 24px;
        line-height: 30px;
        color: #242635;
    }
    #main-menu-collapse .menu li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }
    #main-menu-collapse .menu a {
        color: #242635;
        margin: 0 -8px;
        padding: 8px 8px;
        background: none;
    }
    #main-menu-collapse .menu .toggle {
        display: inline-block;
        padding: 5px 10px;
        height: 1.4em;
        cursor: pointer;
    }
    #main-menu-collapse .menu .dropdown-menu {
        border: 0 none;
        box-shadow: none;
        background: none;
        font-size: 14px;
        line-height: 20px;
        position: static;
        float: none;
    }
    #main-menu-collapse .menu .menu .hovered > .dropdown-menu {
        display: block;
    }
    #main-menu-collapse .hovered .dropdown-menu {
        display: block;
    }
    #main-menu-collapse.in {
        display: block;
    }
    body.show-mobile-menu .mobile-nav {
        display: block !important;
        visibility: visible;
        height: auto;
        opacity: 1;
    }
    #io-header .header-main {
        padding: 5px 0;
    }
    #io-header .header-main .logo {
        height: 40px;
    }
    #io-header .header-main .navbar-brand {
        margin-left: 0;
    }
    #io-subheader {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 32px;
    }
    #io-subheader .container {
        padding-left: 0;
        padding-right: 0;
    }
    #io-subheader .text {
        width: auto;
    }
    #io-subheader .breadcrumbs {
        left: 0;
    }
    #io-subheader .tabbed-header {
        width: 100%;
        left: 0;
    }
    #io-subheader .tabbed-header li {
        float: none;
        display: block;
        margin: 0 0 5px;
    }
    #io-subheader .tabbed-header li a {
        height: auto;
        padding: 5px;
    }
    #io-subheader.with-image .container {
        height: 360px;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    #io-footer .logo {
        width: 142px;
    }
    #io-footer .brands a {
        width: 50%;
        overflow: visible;
        text-align: center;
        margin: 0 0 8px;
    }
    #io-footer .footer-main .wpb_single_image img {
        width: 142px;
    }
    #io-footer .footer-main .wpb_column {
        clear: both;
    }
    #io-footer .footer-main .wpb_column:nth-child(2),
    #io-footer .footer-main .wpb_column:nth-child(3) {
        width: 50%;
        float: left;
        clear: none;
    }
    body,
    #io-header,
    #io-content,
    #io-footer {
        max-width: 100vw !important;
        overflow-x: hidden;
    }
    #io-content img {
        max-width: 100%;
    }
    #io-content div.video {
        max-width: 100% !important;
        height: auto !important;
        padding-bottom: 0 !important;
    }
    #io-content .page-section.section-overhang > div {
        margin-top: -90px;
    }
    #io-content .hshc-icon-box {
        margin: 0 0 32px;
        padding-left: 0;
        text-align: center;
    }
    #io-content .hshc-icon-box .block-thumb {
        position: static;
        left: auto;
        top: auto;
        margin: 0 0 16px;
    }
    #io-content .hshc-text-box.template-faq-item {
        overflow: hidden;
        margin: 0 0 10px;
    }
    #io-content .hshc-text-box.template-faq-item:last-child {
        margin-bottom: 0;
    }
    #io-content .hshc-text-box.template-faq-item > .block-header,
    #io-content .hshc-text-box.template-faq-item > .block-body {
        float: none;
        padding: 0;
    }
    #io-content .hshc-text-box.template-faq-item > .block-header {
        width: auto;
        text-align: left;
        padding-left: 0;
    }
    #io-content .hshc-text-box.template-faq-item > .block-body {
        width: auto;
    }
    #io-content .hshc-image-box {
        margin: 0 0 32px;
    }
    #io-content .hshc-image-box.template-default .block-thumb {
        height: auto;
        margin: 0 0 30px;
    }
    #io-content .hshc-image-box.template-default .block-thumb img {
        width: 100%;
        height: auto;
        min-height: initial;
    }
    #io-content .hshc-image-box.template-large .block-body {
        float: none;
        width: auto;
    }
    #io-content .hshc-image-box.template-large .block-body .inner {
        position: static;
        left: auto;
        top: auto;
        transform: none;
    }
    #io-content .hshc-image-box.template-large .block-thumb {
        float: none;
        width: auto;
    }
    #io-content .hshc-hero-box {
        padding: 100px 20px;
    }
    #io-content .hshc-hero-box .container {
        padding-left: 0;
        padding-right: 0;
    }
    #io-content .hshc-hero-box .container > .block-body {
        width: 100%;
        float: none;
        padding: 0;
    }
    #io-content .hshc-metas-table li {
        margin-left: 0;
        margin-right: 20px;
    }
    #io-content .hshc-metas-table li label {
        margin: 0;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .sg-block {
        height: 660px;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .title {
        font-size: 30px;
        line-height: 36px;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .hshc-hero-box {
        height: 500px;
        padding-top: 220px;
        padding-bottom: 100px;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-nav {
        width: 100vw;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        padding-left: 0;
        margin-left: 0;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-nav .title {
        font-size: 9px;
        line-height: 12px;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-post-single.template-image-title .block-thumb {
        height: 66px;
    }
    #io-content .hshc-post-list.template-slider-case-study .post-list.slider-nav {
        margin-top: 0;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-hero-box {
        padding-top: 150px;
    }
    #io-content .hshc-post-list.template-slider-case-study .sg-slick-carousel .slick-arrow {
        top: 116%;
    }
    #io-content .hshc-post-list.template-split .post-item {
        margin-bottom: 24px;
    }
    #io-content .hshc-post-list.template-split .hshc-post-single.template-split .block-thumb a {
        width: auto !important;
        max-width: 100%;
        height: auto !important;
        background: none !important;
    }
    #io-content .hshc-post-list.template-split .hshc-post-single.template-split .block-thumb img {
        display: block;
    }
    #io-content .hshc-post-list.template-tab .post-item .hshc-post-single.template-split .block-body {
        padding: 0;
    }
    #io-content .hshc-post-single.template-split .sg-block {
        margin: 0 !important;
    }
    #io-content .hshc-post-single.template-split .block-body,
    #io-content .hshc-post-single.template-split .block-thumb {
        width: auto;
        float: none;
        padding: 0;
    }
    #io-content .hshc-post-single.template-split .block-thumb {
        margin: 0 0 10px;
    }
    #io-content .hshc-post-single.template-split .block-thumb img {
        width: 100% !important;
        float: none !important;
        height: auto !important;
    }
    #io-content .hshc-post-single.template-split .block-body {
        padding-top: 0;
        padding-bottom: 0;
    }
    #io-content .hshc-post-single.template-before-after .images li {
        max-width: 100%;
    }
    #io-content .hshc-form .btn,
    #io-content .hshc-form .wpforms-submit {
        width: 100%;
    }
    #io-content #section-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #io-content #section-header .hshc-heading {
        width: auto;
    }
    #io-content #section-callback {
        background-size: 100% auto !important;
        background-position: center top !important;
        padding: 200px 0 0;
    }
    #io-content #section-callback .vc_column-inner {
        padding: 0;
    }
    #io-content #section-callback .hshc-form {
        background-color: #242635;
    }
    #io-content #section-slider-hero .vc_column_container > .vc_column_inner {
        padding: 0 10px;
    }
    #io-content #section-icon-boxes .vc_column_container > .vc_column-inner {
        padding-right: 30px;
    }
    #io-content #section-image-boxes .vc_column_container .vc_column_container > .vc_column-inner {
        padding-right: 10px;
    }
    body.template-tabbed #io-subheader .container {
        padding-bottom: 0;
        height: auto;
    }
    body.template-tabbed #io-subheader .tabbed-header {
        position: static;
        margin-top: 40px;
    }
    body.big-tab #io-subheader .tabbed-header li {
        float: none;
    }
    body.big-tab #io-subheader .tabbed-header li a {
        height: auto;
        padding: 10px 0;
    }
    body.video-hero-on .video-container .container {
        width: 100%;
        top: 20px;
    }
    body.template-dark #io-header .header-main .logo {
        width: 138px;
        padding-left: 138px;
        background-size: 138px auto;
    }
    body.slug-about-us #io-subheader .container,
    body.slug-about #io-subheader .container {
        position: relative;
    }
    body.slug-about-us #io-subheader .tabbed-header,
    body.slug-about #io-subheader .tabbed-header {
        position: static;
        width: 100%;
    }
    body.slug-about-us #io-subheader .tabbed-header li,
    body.slug-about #io-subheader .tabbed-header li {
        padding: 0 20px;
    }
    body.slug-about-us #io-subheader .text,
    body.slug-about #io-subheader .text {
        position: relative;
    }
    body.slug-about-us #io-subheader .breadcrumbs > div,
    body.slug-about #io-subheader .breadcrumbs > div {
        width: 1190px;
        margin: 0 auto;
    }
    body.slug-about-us #io-subheader .breadcrumbs a,
    body.slug-about #io-subheader .breadcrumbs a,
    body.slug-about-us #io-subheader .breadcrumbs span,
    body.slug-about #io-subheader .breadcrumbs span {
        color: #fff;
    }
    body.slug-about-us.tabbed-header-fix #io-subheader .tabbed-header,
    body.slug-about.tabbed-header-fix #io-subheader .tabbed-header {
        position: fixed;
        top: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        z-index: 99;
    }
    body.slug-about-us.tabbed-header-fix #io-subheader .tabbed-header li a,
    body.slug-about.tabbed-header-fix #io-subheader .tabbed-header li a {
        height: auto;
        padding: 20px 0;
    }
    /*---variations---*/
    /*---news---*/
    #io-content .widget-share li:first-child {
        display: none;
    }
}
@media (min-width: 2400px) {
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .sg-block {
        height: 87vh;
        padding: 25vh 0;
        font-size: 3vh;
        line-height: 3.1vh;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .sg-block .container {
        width: 80vw;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-slider.slider-for .sg-block .title {
        font-size: 4vh;
        line-height: 4.1vh;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-post-single.template-image-title .block-thumb {
        height: 20vh;
    }
    #io-content .hshc-post-list.template-slider-hero .hshc-post-single.template-image-title .block-thumb .title {
        font-size: 2vh;
        line-height: 2.1vh;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-hero-box {
        height: 87vh;
        padding: 25vh 0;
        font-size: 2.2vh;
        line-height: 2.3vh;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-hero-box .container {
        width: 80vw;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-hero-box .title {
        font-size: 4vh;
        line-height: 4.1vh;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-hero-box .hshc-metas-table li,
    #io-content .hshc-post-list.template-slider-case-study .hshc-hero-box .hshc-metas-table li * {
        font-size: 1.5vh;
        line-height: 1.6vh;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-slider.slider-nav {
        margin-top: -15vh;
        padding-bottom: 3vh;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-slider.slider-nav .hshc-post-single.template-slider-case-study {
        width: 16vw;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-slider.slider-nav .sg-block .block-thumb {
        height: 20vh;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-slider.slider-nav .sg-block .block-thumb img {
        width: 100%;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-slider.slider-nav .sg-block .title {
        font-size: 2vh;
        line-height: 2.1vh;
    }
    #io-content .hshc-post-list.template-slider-case-study .hshc-slider.slider-nav .sg-block .metas {
        font-size: 1.5vh;
        line-height: 1.6vh;
    }
}
.results {    background: white;
    padding: 20px;
    box-shadow: 0 0 1em #00000017;
    border-radius: 6px;
    margin-top: 20px;}


