/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=8f9cfb4f31ddf4b3a4f86c0d1a503113)
 * Config saved to config.json and https://gist.github.com/8f9cfb4f31ddf4b3a4f86c0d1a503113
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

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

a {
    color: #337ab7;
    text-decoration: none;
}

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    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;
}

.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;
}

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-image: none;
    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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

    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: 30px;
    }

    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: 46px;
    }
}

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

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

.radio label,
.checkbox label {
    min-height: 20px;
    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: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

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

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

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

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

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

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

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

@media screen and (max-width: 991px) {
    .dropdown-menu {
        /*position: relative;*/
    }
}

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

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

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

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

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

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

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

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

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

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

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

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

.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: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

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

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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

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

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;
    cursor: pointer;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: rgba(232, 232, 232, 0.33);

}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
}

.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;
}

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

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

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

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

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

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {

    border-color: #337ab7;
}

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

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

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

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

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

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

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

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

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

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

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

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

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

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

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #337ab7;
}

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

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

.nav-justified {
    width: 100%;
}

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

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

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

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

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

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

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

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-header {

    }
}

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

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

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

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

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

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {

}

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

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

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

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

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    padding: 15px 0 0 0;
}

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

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

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

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

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

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

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

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

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

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

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

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

    .navbar-nav > li {

    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.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: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
}

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

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

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

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

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

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

@media (min-width: 992px) {
    .container-fluid {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        width: 100%;
    }
}

.container-full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row, .iso-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.xs-1 {
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.order-xs-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-2 {
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.order-xs-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-3 {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}

.order-xs-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-4 {
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.order-xs-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-5 {
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.order-xs-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-6 {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}

.order-xs-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-7 {
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.order-xs-7 {
    -webkit-order: 7;
    -moz-order: 7;
    -ms-order: 7;
    order: 7;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-8 {
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.order-xs-8 {
    -webkit-order: 8;
    -moz-order: 8;
    -ms-order: 8;
    order: 8;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-9 {
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
}

.order-xs-9 {
    -webkit-order: 9;
    -moz-order: 9;
    -ms-order: 9;
    order: 9;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-10 {
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.order-xs-10 {
    -webkit-order: 10;
    -moz-order: 10;
    -ms-order: 10;
    order: 10;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-11 {
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.order-xs-11 {
    -webkit-order: 11;
    -moz-order: 11;
    -ms-order: 11;
    order: 11;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.xs-12 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.order-xs-12 {
    -webkit-order: 12;
    -moz-order: 12;
    -ms-order: 12;
    order: 12;
}

.xs-5th {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -moz-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .order-sm-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        order: 1;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -moz-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .order-sm-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        order: 2;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-3 {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }

    .order-sm-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        order: 3;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -moz-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .order-sm-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        order: 4;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -moz-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .order-sm-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-order: 5;
        order: 5;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-6 {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .order-sm-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-order: 6;
        order: 6;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -moz-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .order-sm-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-order: 7;
        order: 7;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -moz-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .order-sm-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-order: 8;
        order: 8;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
    }

    .order-sm-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-order: 9;
        order: 9;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -moz-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .order-sm-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-order: 10;
        order: 10;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -moz-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .order-sm-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-order: 11;
        order: 11;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-12 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-order: 12;
        order: 12;
    }

    .sm-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .md-1 {
        -webkit-flex: 0 0 8.33333%;
        -moz-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .order-md-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        order: 1;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-2 {
        -webkit-flex: 0 0 16.66667%;
        -moz-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .order-md-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        order: 2;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-3 {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }

    .order-md-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        order: 3;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-4 {
        -webkit-flex: 0 0 33.33333%;
        -moz-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .order-md-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        order: 4;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-5 {
        -webkit-flex: 0 0 41.66667%;
        -moz-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .order-md-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-order: 5;
        order: 5;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-6 {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .order-md-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-order: 6;
        order: 6;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-7 {
        -webkit-flex: 0 0 58.33333%;
        -moz-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .order-md-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-order: 7;
        order: 7;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-8 {
        -webkit-flex: 0 0 66.66667%;
        -moz-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .order-md-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-order: 8;
        order: 8;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
    }

    .order-md-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-order: 9;
        order: 9;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-10 {
        -webkit-flex: 0 0 83.33333%;
        -moz-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .order-md-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-order: 10;
        order: 10;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-11 {
        -webkit-flex: 0 0 91.66667%;
        -moz-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .order-md-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-order: 11;
        order: 11;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .md-12 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-order: 12;
        order: 12;
    }

    .md-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -moz-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .order-lg-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        order: 1;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -moz-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .order-lg-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        order: 2;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-3 {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }

    .order-lg-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        order: 3;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -moz-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .order-lg-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        order: 4;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -moz-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .order-lg-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-order: 5;
        order: 5;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-6 {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .order-lg-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-order: 6;
        order: 6;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -moz-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .order-lg-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-order: 7;
        order: 7;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -moz-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .order-lg-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-order: 8;
        order: 8;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
    }

    .order-lg-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-order: 9;
        order: 9;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -moz-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .order-lg-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-order: 10;
        order: 10;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -moz-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .order-lg-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-order: 11;
        order: 11;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-12 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-order: 12;
        order: 12;
    }

    .lg-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -moz-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .order-xl-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        order: 1;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -moz-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .order-xl-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        order: 2;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-3 {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }

    .order-xl-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        order: 3;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -moz-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .order-xl-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        order: 4;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -moz-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .order-xl-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-order: 5;
        order: 5;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-6 {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .order-xl-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-order: 6;
        order: 6;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -moz-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .order-xl-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-order: 7;
        order: 7;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -moz-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .order-xl-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-order: 8;
        order: 8;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
    }

    .order-xl-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-order: 9;
        order: 9;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -moz-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .order-xl-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-order: 10;
        order: 10;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -moz-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .order-xl-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-order: 11;
        order: 11;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }

    .xl-12 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-order: 12;
        order: 12;
    }

    .xl-5th {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-credit {
    line-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-credit img {
    margin-right: 5px;
    width: 30px;
}

@media (max-width: 767px) {
    .footer-credit {
        line-height: 20px;
        padding-top: 15px;
    }
}

.footer-credit__site-name {
    text-align: center;
}

@media (max-width: 767px) {
    .footer-credit__site-name {
        text-align: center;
    }
}

.footer-credit__our-name {
    text-align: center;
}

@media (max-width: 767px) {
    .footer-credit__our-name {
        text-align: center;
    }
}

.directory {
    margin: 0 auto;
    display: none;
}

.directory p {
    display: none;
}

.directory img {
    height: 50px;
    overflow: hidden;
    width: auto;
}

@media (min-width: 567px) {
    .directory {
        display: block;
    }
}

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 1.4rem;
}

h2,
.h2 {
    font-size: 1.2rem;
}

h3,
.h3 {
    font-size: 1.1rem;
}

h4,
.h4 {
    font-size: 1rem;
}

h5,
.h5 {
    font-size: .9rem;
}

h6,
.h6 {
    font-size: .9rem;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}

.quick-search {
    position: relative;
}

.quick-search__title {
    cursor: pointer;
}

.quick-search__dropdown {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.quick-search__dropdown li a {
    display: block;
}

#wa-email {
    display: none;
}

#phone-number, #wa-number, #wa-email {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
}

#phone-number a, #wa-number a, #wa-email a {
    color: #fff;
    font-size: 1rem;
    padding: 10px 30px;
    background-color: #000;
    letter-spacing: 1px;
    display: block;
}

#wa-number {
    top: 43px;
}

#wa-number a {
    background-color: #25D366;
}

#wa-number a i {
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    #wa-number a {
        background-color: #930000;
    }

    #wa-email {
        display: block;
    }

    #phone-number, #wa-number, #wa-email {
        top: initial;
        bottom: 0;
        width: 33.33vw;
        text-align: center;

    }

    #phone-number span, #wa-number span, #wa-email span {
        display: none;
    }

    #phone-number a i, #wa-number a i, #wa-email a i {
        font-size: 28px;
        text-align: center;
    }

    #wa-number {
        right: initial;
        left: 0;
    }

    #wa-email {
        right: initial;
        left: 33.33vw;
    }

    #wa-email a {
        background-color: white;
        color: black;
    }

}

/*------ Global styles --------------*/
/*--------------------*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    background: #fff;
    font-size: 0.8125rem;
    margin-top: 180px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}

@media screen and (max-width: 375px) {
    body {
        margin-top: 140px;
    }
}

img {
    width: 100%;
    height: auto;
}

p {
    line-height: 1.7;
    padding: 7.5px 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .10em;

}

ul, ol {
    list-style-position: inside;
}

ul li {
    list-style-type: none;
    padding: 5px 0;
}

ol li {
    padding: 5px 0;
}

table {
    width: 100%;
    margin: 10px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

th {
    font-weight: 400;
}

td {
    padding: 10px;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    footer .links li {
        width: 49%;
        display: inline-block;
        padding: 7.5px 0;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav {
        overflow-y: hidden;
    }

    .navbar-nav li {
        list-style-type: none;
        padding: 0;
    }
}

dl {
    margin: 20px 0;
}

dt, dd {
    padding: 10px 0;
    font-size: 1.0625rem;
}

@media screen and (min-width: 769px) {
    .desktop-only {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile-only {

    }
}

.centered-text {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text--golden {
    color: #c3a661;
}

.display-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.display-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.display-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-it__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 600px;
}

@media screen and (max-width: 767px) {
    .news-row {
        height: auto;
    }
}

.news-row .flex-it__end {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.container--text-holder {
    padding: 20px;
}

.text-container__narrow {
    width: 70%;
    padding-left: 40px;
}

.text-container--centered {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.page--title {
    margin-left: auto;
    margin-right: auto;
}

.page--title__image {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

.service--item {
    padding-top: 25px;
    padding-bottom: 25px;
}

.service--item__text-container {
    padding-right: 50px;
}

.team-container__narrow {
    width: 100%;
}

.team--container__image {
    width: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.grey-container {
    background-color: rgba(232, 232, 232, 0.33);
}

.model-holder__image,
.product-gallery--thumb,
.product-gallery--preview,
.gallery-holder__social-item img {
    margin-top: 10px;
    margin-bottom: 10px;
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.model-holder__image:hover,
.product-gallery--thumb:hover,
.product-gallery--preview:hover,
.gallery-holder__social-item img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.breadcrumbs {
    padding: 10px 0 0 0;
}

.breadcrumbs p {
    margin: 0;
    padding: 0 15px;
}

/*--------- Links -----------*/
/*--------------------*/

a, a:link, a:visited {
    text-decoration: none;
    transition: color 0.2s ease-in;
    color: #a94442;
}

a:hover, a:focus {
    transition: color 0.2s ease-in;
    color: #000;
}

/*megamenu*/

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    border-top: 1px solid #eee;
    font-weight: 300;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    .mega-dropdown-menu {
        margin: 0;
        overflow-y: auto;
        max-height: 200px;
    }

    .dropdown-menu .col {
        padding: 5px 0;
    }
}

.dropdown-menu h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #515151;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .dropdown-menu h4 {
        font-size: .8rem;
    }
}

.mega-dropdown-menu ul {
    margin: 0;
    list-style-type: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 10px 0;
    font-size: .8rem;
}

.mega-dropdown-menu a:hover {
    color: #00c9ed;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.mega-dropdown-menu .menu-locations a {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .mega-dropdown-menu .menu-locations a {
        display: block;
        padding: 7.5px 10px;
    }

    .menu-locations li {
        border-bottom: 1px solid #eee;
    }

}

.mega-dropdown-menu .menu-locations a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a94442;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.mega-dropdown-menu .menu-locations a:hover:before, .mega-dropdown-menu .menu-locations a:focus:before, .mega-dropdown-menu .menu-locations a:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*-------- Headline styles ------------*/
/*--------------------*/
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: .15em;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

.heading__holder {
    width: 30%;
}

@media screen and (max-width: 360px) {
    .heading__holder {
        width: 100%;
    }
}

.background {
    position: relative;
    z-index: 1;
}

.background:before {
    border-top: 2px solid #a94442;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.background span {
    background: #fff;
    padding: 0 15px;
    font-size: .8rem;
}

@media screen and (max-width: 360px) {
    .background span {
        padding: 0 5px;
    }
}

.title__line {
    position: relative;
    margin-top: -30px;
    z-index: 1;
    background-color: #000;
    color: #000;
}

h2, h3, h4, h5, h6 {
    letter-spacing: .10em;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8.5px;
    margin-bottom: 10px;

}

.profile-page__title {
    text-align: center;
    color: #d7d7d7;
    font-size: 3rem;
    letter-spacing: .15em;
}

.stat, .stat--name {
    font-weight: 300;
    padding: 5px;
}

.profile-image__image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-review {
    margin: 10px 0;
    padding: 10px 0;
}

.profile-review__name {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8.5px;
}

.profile-review:nth-child(odd) {
}

.profile-review:nth-child(even) {

}

.profile-review:nth-child(odd) .profile-review__content {
    border-left: 4px solid black;
}

.profile-review:nth-child(even) .profile-review__content {
    border-left: 4px solid grey;
}

.profile-review__content {
    padding: 15px;
    margin-left: 10px;
    font-weight: 300;
}

.gallery-pagination {

}

@media screen and (max-width: 575px) {
    .gallery-pagination span {
        display: none;
    }

    .gallery-pagination i {
        font-size: 1.4rem;
        display: block;
    }
}

/*-------- Header styles ------------*/
/*--------------------*/

.header--background-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .header--lookbook-background {
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .header--lookbook__text-container {
        padding-left: 20px;
    }
}

.right-corner__pagination-holder {
    position: absolute;
    bottom: 27px;
    right: 10px;
}

@media screen and (max-width: 1200px) {
    .right-corner__pagination-holder {
        bottom: 57px;
    }
}

@media screen and (max-width: 1120px) {
    .right-corner__pagination-holder {
        bottom: 87px;
    }
}

@media screen and (max-width: 991px) {
    .right-corner__pagination-holder {
        bottom: 67px;
    }
}

@media screen and (max-width: 768px) {
    .right-corner__pagination-holder {
        bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .right-corner__pagination-holder {
        bottom: 27px;
    }
}

.prev, .next {
    width: auto;
    background-color: #fff;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .prev, .next {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .prev, .next {
        padding: 10px;
    }
}

.home-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(/themes/bespoke/img/hero-img.jpg);
}

.workshop-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../img/workshop-header.png);
    margin-top: 100px;
    min-height: 512px;
}

.gallery-occasion,
.gallery-casual,
.gallery-occasion,
.gallery-new,
.gallery-bridal,
.gallery-accessories {
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 120px;
    min-height: 712px;
}

.gallery-occasion {
    background-image: url(../img/occasion.jpg);
    background-position: center;
}

.gallery-casual {
    background-image: url(../img/casual.jpg);
    background-position: top;
}

.gallery-new {
    background-image: url(../img/new.jpg);
    background-position: top;
}

.gallery-bridal {
    background-image: url(../img/bridal.jpg);
    background-position: top;
}

.gallery-accessories {
    background-image: url(../img/accessories-banner.jpg);
    background-position: top;
}

.lookbook-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../img/lookbook-header.png);
    margin-top: 180px;
}

.header--text-container {
    color: #fff;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.header--text-container__icon {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.header--text-container__btn {
    color: rgba(255, 255, 255, .7);
    font-size: 1.75rem;
    letter-spacing: 0.15rem;
    margin-top: 15px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.header--text-container__btn::before {
    content: ' { ';
}

.header--text-container__btn::after {
    content: ' } ';
}

.header--text-container__btn a {
    text-transform: uppercase;
    font-size: 0.8125rem;
    padding-top: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header--text-container__btn a:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header--text-container__text {
    font-size: 2rem;
    color: #fff;
    letter-spacing: .15em;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    padding: 0 15px;
    width: 50%;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .header--text-container__text {
        width: 80%;
    }
}

.header--text-container__icon-bottom {
    position: absolute;
    bottom: -40px;
    left: 48%;
    width: auto;
}

.workshop__text {
    color: #fff !important;
}

/*-------- Footer styles ------------*/
/*--------------------*/

.footer {
    padding: 80px 100px;
    letter-spacing: 0.10em;
}

@media screen and (max-width: 1200px) {
    .footer {
        padding: 80px 50px;
    }

}

@media screen and (max-width: 767px) {
    .footer {
        padding: 80px 15px;
        text-align: center;
    }
}

.footer-brand img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;

}

@media screen and (max-width: 767px) {

    .footer-brand img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 150px;
    }
}

.footer__subtitle {
    font-weight: 300 !important;
    font-size: 0.78125rem;
}

.footer ul {
    padding: 20px 0;
}

.footer li {
    padding: 4.5px 0;
}

.footer li > a, .footer li > a:visited {
    color: #000;
    font-weight: 300;
}

.footer li > a:hover {
    color: #c4a661;
}

.footer__credits {
    text-align: center;
}

/*--------- Form styles ------------*/
/*---------------------*/


input[type=text], textarea, input[type=tel], input[type=email] {
    width: 100%;
    padding: 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    background-color: rgba(232, 232, 232, 0.33);
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: .10em;
    font-size: 0.78125rem;
    font-family: 'Roboto', sans-serif;
}

input[type=text]:focus, textarea:focus, input[type=tel]:focus, input[type=email]:focus {
    border: 1px solid #ddd;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin-top: 16px;
}

input[type=submit] {
    color: #000;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

input[type=submit]:hover {
    opacity: 0.8;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.form-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.form-container__contact-form {
    margin: 30px 0;
}

.form-group__text {
    font-weight: bold;
    font-size: 1.0625rem;
}

@media screen and (max-width: 1200px) {
    .form-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .product__shop {
        width: 100%;
    }

    .form-group {
        text-align: center;
    }

    .btn--grey {
        width: 100%;
    }

}


.product__shop input[type=text],
.product__shop input[type=number],
.product__shop select {
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    padding: 10px;
    font-size: .7rem;
    border: 1px solid #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    .product__shop input[type=text],
    .product__shop input[type=number],
    .product__shop select {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.form-quantity {
    color: red;
}

option {
    padding: 0 4px;
}

/* for IE and Edge */
select::-ms-expand {
    display: none;
}

select:disabled::-ms-expand {
    background: #f60;
}

/*------- Featured holder styles --------------*/
/*---------------------*/
.col--left-spaced {
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .col--left-spaced {
        margin-left: 0;
    }
}


.featured-holder a {

}

.featured-holder::hover,
.featured-holder::focus,
.featured-holder::active {

}

.featured-holder__inner {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.featured-holder__text {
    margin-top: 6.5px;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
}

.featured-holder__title {
    color: #6a6a6a;
    font-size: .8rem;
    letter-spacing: 0.1em;
    padding-bottom: 8.5px;
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    font-weight: 400;
    border-bottom: 0.5px solid #a94442;
}

@media screen and (max-width: 320px) {
    .featured-holder__title {
        font-size: .65rem;
    }
}

.featured-holder__image {
    max-width: 100%;
}

.featured-holder:hover .featured-holder__image {
    opacity: 0.8;
}

.featured-holder__image-holder {
    position: relative;
    overflow: hidden;
}

.featured-holder__icon {
    position: absolute;
    top: -30px;
    left: 35%;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
}

.featured-holder__ico img {
    width: auto;

}

.featured-holder__image {
    transition: transform 0.25s;
    transform: opacity 0.25s;
}

.featured-holder:hover .featured-holder__image,
.featured-holder:focus .featured-holder__image,
.featured-holder:active .featured-holder__image {
    transform: scale(1.1);
}

/*--------- Model holder styles --------------*/
/*-----------------------*/
.model-holder__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.model-holder__image {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*--------- Blog holder styles --------------*/
/*-----------------------*/

.blog-holder__ {
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-holder__image {
    position: relative;
    z-index: 1;
}

.blog-holder__text {
    z-index: 2;
    width: 90%;
    min-height: 175px;
    padding: 20px;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.blog-holder__text:hover, .blog-holder__text:focus, .blog-holder__text:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.item-holder__button {
    text-transform: uppercase;
    padding: 10px 80px;
    display: inline-block;
    background-color: #d7d7d7;
    color: #fff;
    letter-spacing: .15em;
    font-size: 0.5625rem;
}

@media screen and (max-width: 480px) {
    .item-holder__button {
        padding: 10px 40px;
    }
}

.blog-holder__title {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .15em;
    margin-top: 8.5px;
    padding-bottom: 8.5px;
}

.blog-holder__date {
    padding: 5px 0;
}

.blog-holder__overview {
    margin-top: 10px;
}

/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*------------ Gallery classes ---------------*/
/*---------------------------*/
.gallery-holder {

}

.gallery-holder-available {
    background-color: #ffffffab;
    padding: 5px 15px;
    color: #090909;
    position: absolute;
    z-index: 100;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 0;
}

.gallery-holder__inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.gallery-image-holder {
    margin-top: 15px;
    margin-bottom: 25px;
}

.product-galley__holder {
    cursor: pointer;
    transition: opacity 0.3s ease-out;
}

.product-galley__holder img:hover {
    opacity: .9;
    background-color: grey;
}

.gallery-holder__image {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.gallery-holder__image:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-holder__name {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .10em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
    clear: both;
    padding: 10px 0;
    border-bottom: 1px solid #a94442;
}

.gallery-holder__inner .gallery-holder__name {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.gallery-holder__inner .gallery-holder__name:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #333;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.gallery-holder__inner:hover .gallery-holder__name:before, .gallery-holder__inner:focus .gallery-holder__name:before, .gallery-holder__inner:active .gallery-holder__name:before {
    left: 0;
    right: 0;
}

.gallery-holder__tagline {
    padding: 10px 0;
    font-weight: 300;
    letter-spacing: .10em;
}

.product__btn {
    display: inline-block;
    padding: 7.5px 30px;
    border: 1px solid #c4beb7;
    letter-spacing: .15em;
    font-size: 0.6875rem;
}

.product-search li a:link {
    font-size: 0.6625rem;
}

.product-search__group {
    padding: 20px 0;
}

.sort-by__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navigate__list {
    float: left;
    border-bottom: 1px solid #c4beb7;
    padding-bottom: 10px;
    font-style: italic;
    letter-spacing: .10em;
}

@media screen and (max-width: 767px) {
    .product-gallery--thumb img {
        float: left;
        width: 33.33333333%;
        padding: 7.5px;
    }
}

/*--------- Search styles -------------*/
/*----------------------*/

.quick-search {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.quick-search__title {
    color: #333;
    border: 1px solid #c4beb7;
    text-transform: uppercase;
    padding: 15px;
}

@media screen and (max-width: 575px) {
    .quick-search__title {
        font-size: .7rem;
    }
}

.quick-search__dropdown {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border-left: 1px solid #c4beb7;
    border-right: 1px solid #c4beb7;
    border-bottom: 1px solid #c4beb7;
    font-weight: 300;
    position: relative;
}

.quick-search__dropdown.sort-by__dropdown {
    width: 93%;
    border: none;
    z-index: 1;
    position: relative;
}

.quick-search__dropdown.sort-by__dropdown i {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 11px;
}

.quick-search__title.sort-by__title {
    position: relative;
}

.quick-search__title.sort-by__title i {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 14px;
}

.quick-search__title.sort-by__title.active i {
    top: 11px;
    transform: rotate(180deg);
}

.quick-search__dropdown li {
    display: block;
    color: #333;
    padding: 10px;
}

.quick-search__dropdown li:hover {
    background-color: #eee;
}

.quick-search__dropdown li:after,
.col-search li:after {
    font-family: "Font Awesome 5 Free";
    position: relative;
    content: ' \f30a';
    top: 0;
    left: 2px;
    color: black;
    font-weight: bold;
    color: #a94442;
    display: none;
}

.quick-search__dropdown li.active:after,
.col-search li.active:after {
    display: initial;
}

.quick-search__icon {
    float: right;
}

.quick-search__title--clicked {
    display: block;
}

.col-search li {
    font-weight: 300;
    cursor: pointer;
}

.col-search h4 {
    font-size: .8rem;
}

/*------- Gallery holder holder styles --------------*/
/*---------------------*/
.gallery-holder__social-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*---------- Custom navigation styles -----------------*/
/*----------------------------*/
.shrink {
    transition: all 0.4s ease-in-out
    -webkit-transition: all 0.4s ease-in-out
    -moz-transition: all 0.4s ease-in-out
}

.navbar-header {
    display: block;
    width: 100%;
}

.navbar-brand {
    display: block;
    width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.navbar-brand > img {
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.4s ease;

}

@media screen and (max-width: 375px) {
    .navbar-brand {
        padding: 15px 15px 0 15px;
    }

    .navbar-brand > img {
        width: 150px;
    }
}

.navbar-brand-shrink img {
    width: 120px;
    height: auto;
}

@media screen and (max-width: 320px) {
    .navbar-brand-shrink img {
        display: none;
    }
}

.navbar-brand-shrink {
    padding: 15px 15px 0 15px;
}

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

.navbar--home {
    background-color: transparent;
}

.navbar--home a.navbar-brand,
.navbar--home a.navbar-brand:visited {
    color: #fff;
}

.navbar--solid {
    background-color: rgba(255, 255, 255, 1);
}

.navbar--solid a.navbar-brand,
.navbar--solid a.navbar-brand:visited {
    color: #000;

}

.navbar--solid a, .navbar--solid a:link, .navbar--solid a:visited {
    color: #000;
}

.navbar-nav {
    text-align: center;
}

a.navbar-brand {
    text-align: center;
}

a.navbar-brand:visited {
    color: #fff;
}

.nav > li > a {
    text-transform: uppercase;
    color: #6a6a6a;
    letter-spacing: 0.10em;
    font-size: 0.75rem;
    font-weight: 300;
    transition: border-bottom 0.3s ease-out;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

/* hover over effect */


.nav > li > a::before,
.nav > li > a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a94442;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.nav > li > a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.nav > li > a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.nav > li > a:hover,
.nav > li > a:focus {
    transition: border-bottom 0.3s ease-in;
}

.nav > li > a:hover::before,
.nav > li > a:focus::before,
.nav > li > a:hover::after,
.nav > li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);

}

.navbar-nav .active {
    border-bottom: 5px solid #333;
}

.navbar-toggle {
    cursor: pointer;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggle .icon-ba > r {
    background-color: #333;
    color: #333;

}

@media (max-width: 991px) {
    .navbar-brand {
        width: auto;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        border-bottom: 1px solid #eee;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-collapse {
        text-align: center;
        overflow-y: hidden;
    }

    .navbar-nav > li {
        float: none;
        display: block;
    }
}

/*--------- Buttons -----------*/

/*--------------------*/

.btn {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .10em;
    padding: 0;
    margin: 10px 0;
    color: #333 !important;
    background-color: transparent;
}

.btn--grey {
    display: block !important;
    text-transform: uppercase;
    letter-spacing: .10em;
    padding: 10px 30px;
    margin: 10px 0;
    color: #fff !important;
    font-size: .7rem;
    background-color: #d7d7d7;
}

@media screen and (max-width: 480px) {

    .btn--grey {
        width: 100%;
    }
}

.btn--white a:link, .btn--white a:visited {
    color: #fff !important;
}

.btn a:hover {
    color: #ddd;
}

.btn a {
    font-size: .6rem;
}

.btn::before {
    content: ' { ';
}

.btn::after {
    content: ' } ';
}

.btn a {
    text-transform: uppercase;
    font-size: 0.8125rem;
    padding-top: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn a:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.content-spoiler-closed {
    height: 200px;
    overflow-y: hidden;
}

.content-spoiler-open {
    height: auto;
}

.content-btn {
    display: inline-block;
    margin: 15px auto;
    transition: all 1s;
    text-decoration: none;
    padding: 0;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: .7rem;
    padding: 10px 25px;
}

/*-------- Social Icons ------------*/

/*--------------------*/
.social li {
    display: inline-block;
}

.social i {
    font-size: 1.5rem;
    padding: 5px;
}

/*--------- Gutters and padding -------------*/

/*----------------------*/

.gutters {
    padding: 25px 0;

}

/*--------- Underlines -----------*/

/*--------------------*/

.underline--center {
    position: relative;
    padding-bottom: 8.5px;
}

.underline--center::before {
    content: "";
    position: absolute;
    width: 10%;
    left: 50%;
    transform: translate(-50%);
    background-color: #ddd;
    color: #ddd;
    height: 1px;
    bottom: 0;
}

.underline--grey {
    position: relative;
    padding-bottom: 8.5px;
}

.underline--grey::before {
    content: "";
    position: absolute;
    width: 30%;
    left: 50%;
    transform: translate(-50%);
    background-color: #e9e9e9;
    color: #e9e9e9;
    height: 1px;
    bottom: 0;
}

.underline--left {
    position: relative;
    display: inline-block;
    padding-bottom: 8.5px;
}

.underline--left::before {
    content: "";
    position: absolute;
    width: 30%;
    left: 0;
    background-color: black;
    color: black;
    height: 1px;
    bottom: 0;
}

/*------------ Custom container classes ---------------*/

/*---------------------------*/

.container-fluid--no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container--wider {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.container--services {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.container--blog {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}


/*--------- Custom row classes -------------*/

/*----------------------*/

.row--center-vertical {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-reversed {
    flex-direction: row-reverse;
}

/*--------- Custom col classes -------------*/

/*----------------------*/

.col--no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*--------- Responsive styles -----------*/

/*--------------------*/

@media screen and (max-width: 1440px) {
    .header--background-image {
        min-height: 400px;
    }
}

@media screen and (max-width: 1024px) {

    .container--wider {
        width: 85%;

    }

    @media screen and (max-width: 991px) {

        .header--background-image {
            min-height: 400px;
        }

        .header--text-container__icon-bottom {
            display: none;
        }

        .text-container__narrow {
            width: 100%;
            padding-left: 0;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .container--services {
            width: 90%;
        }

        .service--item__text-container {
            padding-right: 0;
            text-align: justify;
        }

        .container--wider {
            width: 90%;
        }
    }

    @media screen and (max-width: 767px) {
        .title {
            text-align: center;
        }

        .navbar-nav {
            padding-top: 0;
            padding-right: 0;
        }

        .header--background-image, .header--lookbook-background {
            min-height: 400px;
        }

        .navbar-collapse {
            border-bottom: 1px solid #ddd;
        }

        .nav > li > a {
            text-align: center;
        }

        .gutters--medium {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .subtitle {
            padding-top: 20px;
            text-align: center;
        }

        .underline--left {
            display: block;
        }

        .underline--left::before {
            left: 50%;
            transform: translate(-50%);
        }

        .header--text-container {
            margin-top: 40px;
        }

        .container--services {
            width: 90%;
        }

        .service--item__text-container {
            padding-right: 0;
            text-align: justify;
        }

        .service--item__title {
            text-align: center;
        }

        .text-container--centered {
            width: 90%;
        }

        .team--container__image {
            width: 70%;
            margin-bottom: 20px;
        }

        .form-container {
            width: 100%;
        }

    }

    @media screen and (max-width: 575px) {
        .header--background-image, .header--lookbook-background {
            min-height: 250px;
        }

        .news-holder {
            margin: 0 auto;
            width: 100%;
        }

        .footer {
            margin-bottom: 0;
        }

        .blog__text-holder, .container--blog {
            width: 100%;
        }

        .navbar-collapse--no-padding {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .header--text-container {
            display: none;
        }

        .header--text-container__icon {
            display: none;
        }

        .header--text-container__title {
            font-size: 1.2rem;
            margin-top: 55px;
        }

        .team--container__image {
            width: 90%;
            margin-bottom: 20px;
        }

        .page--title__image {
            width: 80px;
        }
    }

    @media screen and (max-width: 360px) {

        .btn {
            padding: 18px 10px;
        }

        .header--text-container__title {
            font-size: 1.2rem;
            margin-top: 55px;
        }

        .header--text-container__text {
            margin-top: 15px;
            width: 80%;
        }

        .footer {
            padding: 80px 15px;
        }

        .navbar-brand {
            width: auto;
        }

    }
}

.bootstrap-timepicker-widget.dropdown-menu {
    display: none !important;
}

.directory {
    margin: 0 auto;
}

.directory p {
    display: none;
}

.directory img {
    height: 50px;
    overflow: hidden;
    width: auto;
}


@media (max-width: 767px;) {
    .directory {
        display: none;
    }
}

.vhe {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-holder__inner-holder {
    position: relative;
}

.cookies {
    position: fixed;
    bottom: 0;
    background-color: white;
    padding: 10px 20px;
    width: 100vw;
    z-index: 10000;
}

.shifts-table {
    padding: 20px 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    border: solid #ffeaea 2px;
    margin-bottom: 50px;
    color: black;
}

.shift-name {
    font-weight: 600;
    text-align: left;
}

.shift-col {
    width: 14.28%;
}

.shifts-table {
    min-width: 900px;
    max-width: 100%;
}

.shift-titles {
    font-weight: 600;
}