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 {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {margin: 0 0 10px}
.fade.in {opacity: 1}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
a.btn-blue{
    background: #15a2b2;
    color: #333;
}
a.btn-blue:hover{
    color: initial;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
input[type="search"] {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
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: thin dotted;
    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-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: white;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: white;
}
.form-control::-webkit-input-placeholder {
    color: white;
}
.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"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        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;
    border-radius: 3px;
}
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;
    border-radius: 3px;
}
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
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;
    border-radius: 6px;
}
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    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: 14.333333px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}


.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.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 {
    background-color: #eeeeee;
    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 #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    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;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    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;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.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;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.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 {
    max-height: 340px;
}
@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 {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.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;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 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;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    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;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    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;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row: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,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {display: none !important}
.visible-print-block {display: none !important}
.visible-print-inline {display: none !important}
.visible-print-inline-block {display: none !important}
@media print {
    .visible-print {display: block !important}
    table.visible-print {display: table}
    tr.visible-print {display: table-row !important}
    th.visible-print, td.visible-print {display: table-cell !important}
    .visible-print-block {display: block !important}
    .visible-print-inline {display: inline !important}
    .visible-print-inline-block {display: inline-block !important}
    .hidden-print {display: none !important}
}
/* PLugins */
/* ====================================================== */
/* Style */
/* ====================================================== */
* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'open sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}
p {
    line-height: 30px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
a {
    color: #333333;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}
a:hover,
a:focus {
    color: #15a2b2;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    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;
}
.img-wide{
    width: 100%;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all all 0.2s ease-in-out ease-out;
    -moz-transition: all all 0.2s ease-in-out ease-out;
    -o-transition: all all 0.2s ease-in-out ease-out;
    transition: all all 0.2s ease-in-out ease-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #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;
}



/* TYPOGRAPHY */
/* FORMS */
.default-form input[type=text], input[type=password], input[type=email]{
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    font-size: 13px;
    border: 1px solid #ededed;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.default-form select {display: none}
.default-form textarea {
    padding: 15px 20px;
    width: 100%;
    height: 150px;
    border-radius: 2px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ededed;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.default-form button {
    padding: 15px 20px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5em;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.default-form button.btn-transparent {
    background: transparent;
    color: #fff;
}
.default-form button.btn-transparent:hover {
    background: #fff;
    color: #333333;
}
.default-form button.btn-blue {background: rgba(21, 162, 178, .6)}
.default-form button.btn-blue:hover {background: #15a2b2}
.default-form input[type=checkbox] {
    width: inherit;
    height: 20px;
}
.default-form label.btn-option-label {cursor: pointer}
.default-form label.btn-option-label input[type=radio] {display: none}
.default-form label.btn-option-label img {
    padding: 5px;
    border: 3px solid rgba(0,0,0,0);
}
.default-form label.btn-option-label div {
    padding: 5px;
    border: 3px solid rgba(0,0,0,0);
}
.default-form label.btn-option-label input[type=radio]:checked ~ img {border: 3px solid rgba(0,0,0,.5)}
.default-form label.btn-option-label input[type=radio]:checked ~ div {border: 3px solid rgba(0,0,0,.5)}
.default-form input[type="radio"]:disabled ~ span {
    opacity: .4 !important;
}




/* BUTTONS */
.btn {
    padding: 15px 20px;
    height: 50px;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn.btn-transparent-white {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-transparent-white:hover {
    background: #fff;
    color: #333333;
}
.btn.btn-transparent-gray {
    background: transparent;
    color: #808080;
    border: 1px solid #808080;
}
.btn.btn-transparent-gray:hover {
    background: #808080;
    color: #fff;
}
.btn.btn-gray-dark {
    background: #333333;
    color: #fff;
    border: 1px solid #333333;
}






/* HEADER */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header i {font-size:  1.2em}
#header .header-top {
    position: relative;
    height: 40px;
    background: #fff;
}
#header .header-top .contact-info {padding: 10px 0}
#header .header-top .contact-info li {
    padding: 0 0 0 21px;
    border-right: 1px solid #ededed;
}
#header .header-top .contact-info li:first-child {padding: 0 25px 0 0}
#header .header-top .contact-info li:last-child {border-right: none}
#header .header-top .contact-info li .fa {margin-right: 10px}
#header .header-top .contact-info li span {
    text-transform: uppercase;
    font-size: 12px;
}
#header .header-top .contact-right {float: right}
#header .header-top .contact-right .social {
    padding: 10px 12px 10px 0;
    display: inline-block;
}
#header .header-top .contact-right .social li {padding: 0 2.5px}
#header .header-top .contact-right .social li a {color: #333333}




@media (max-width: 992px) {
    #header {
        background: #fff;
        overflow:hidden;
        z-index: 9999999;
    }
    #header .header-logo{display: none}
    #header .header-top {height: auto}
    #header .header-top .contact-info {border-bottom: 1px solid #ededed}
    #header .header-top .contact-info li:first-child {padding: 0}
    #header .header-top .contact-info li {
        padding: 0;
        display: block;
        text-align: center;
        border: none;
    }
    #header .header-top .contact-right {
        float: none;
        width: 100%;
    }
    #header .header-top .contact-right .social {
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

}
#header .header-top .contact-right .header-language {
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block;
}

@media (max-width: 992px) {
    #header .header-top .contact-right .header-language {
        padding: 10px 0;
        width: 100%;
        text-align: center;
        border: 1px solid #ededed;
        border-width: 1px 0;
    }
}

#header .header-top .contact-right .header-language .header-btn {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    border: none;
    line-height: 20px;
}
#header .header-top .contact-right .header-language .header-nav {
    position: absolute;
    padding-top: 19px;
    top: 10px;
    right: 0;
    display: none;
    z-index: 9999;
}
@media (max-width: 992px) {
    #header .header-top .contact-right .header-language .header-nav {
        position: relative;
        padding: 10px 0;
        display: none;
        top: 0;
        left: 0;
    }
}
#header .header-top .contact-right .header-language .header-nav ul {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
    #header .header-top .contact-right .header-language .header-nav ul {
        box-shadow: none;
    }
}
#header .header-top .contact-right .header-language .header-nav ul li:last-child a {
    border-bottom: none;
}
@media (max-width: 992px) {
    #header .header-top .contact-right .header-language .header-nav ul li {
        display: inline-block;
    }
}
#header .header-top .contact-right .header-language .header-nav ul li a {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}
@media (max-width: 992px) {
    #header .header-top .contact-right .header-language .header-nav ul li a {
        padding: 5px 10px 0 10px;
        border: none;
    }
}
#header .header-top .contact-right .header-language .header-nav ul li a:hover {
    background: #15a2b2;
    color: #fff;
}



#header .header-navi {
    position: relative;
    background: rgba(225, 225, 225, 0.85);
}
@media (max-width: 992px) {
    #header .header-navi {
        padding-bottom: 10px;
    }
}
#header .header-navi .navbar-nav {
    position: relative;
    flex-direction:row; /* adicionado quando por causa do bootstrap 4 */ 
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav {
        margin: 0 auto;
        display: block;
        width: 250px;
        text-align: left !important;
        float: none !important;
    }
}
#header .header-navi .navbar-nav li {
    position: relative;
    display: inline-block !important;
    float: none !important;
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li {
        width: 100%;
    }
}
#header .header-navi .navbar-nav li:last-child a {
    padding-right: 0;
}
#header .header-navi .navbar-nav li.active a {
    color: #15a2b2;
}
#header .header-navi .navbar-nav li .submenu-toggle {
    padding-top: 10px;
    display: none;
    background: transparent;
    color: #333333;
    border: none;
    cursor: pointer;
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li .submenu-toggle {
        float: right;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
}
#header .header-navi .navbar-nav li.has-submenu ul {
    position: absolute;
    left: -30px;
    display: none;
    width: 220px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li.has-submenu ul {
        position: relative;
        left: 0;
        width: 250px;
        max-width: 250px;
        box-shadow: none;
    }
}
#header .header-navi .navbar-nav li.has-submenu ul ul {
    margin-top: -60px;
    left: 220px;
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li.has-submenu ul ul {
        left: 0;
        margin-top: 0;
    }
    #header .header-navi .navbar-nav li.has-submenu ul ul li > a {
        padding-left: 40px !important;
    }
}
#header .header-navi .navbar-nav li.has-submenu ul li {
    width: 100%;
}
#header .header-navi .navbar-nav li.has-submenu ul li:last-child a {
    border-bottom: none;
}
#header .header-navi .navbar-nav li.has-submenu ul li .submenu-toggle {
    position: absolute;
    padding-top: 0;
    top: 20px;
    right: 25px;
    display: none;
    background: transparent;
    color: #333333;
    border: none;
    cursor: pointer;
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li.has-submenu ul li .submenu-toggle {
        padding: 0 5px;
        right: 0;
        top: 10px;
        display: block;
    }
}
#header .header-navi .navbar-nav li.has-submenu ul li a {
    padding: 20px 30px;
    display: block;
    height: auto;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li.has-submenu ul li a {
        padding: 10px 0 0 20px;
        height: auto;
        border-bottom: none;
    }
}
#header .header-navi .navbar-nav li.has-submenu ul li a .submenu-toggle {
    display: block;
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li.has-submenu ul li a .submenu-toggle {
        display: none;
    }
}
#header .header-navi .navbar-nav li.has-submenu ul li a:hover {
    background: #15a2b2;
    color: #fff;
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li.has-submenu ul li a:hover {
        background: transparent;
        color: #15a2b2;
    }
}
#header .header-navi .navbar-nav li.has-submenu ul li a:hover .submenu-toggle {
    color: #fff;
}
#header .header-navi .navbar-nav li a {
    padding: 26px 30px 26px 0;
    height: 74px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
#header .header-navi .navbar-nav li a:hover {background: transparent}

#header .header-navi .navbar-nav li a.minimal {
    padding-top: 10px;
    height: 40px;
}
.header-logo {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 0;
    z-index: 999999;
}

.header-logo .header-logo-inner {
    margin: 0 auto;
    padding: 15px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all .2s ease-in-out;
}
.header-logo .header-logo-inner h1 {
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    text-transform: none !important;
}
.header-logo .header-logo-inner.minimal {
    padding: 10px 45px;
    width: 150px;
    height: 80px;
    background-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    transition: all .2s ease-in-out;
}
.header-logo .header-logo-inner.minimal h1 {
    display: none;
}
#header-toggle {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.25em;
}
@media (max-width: 1200px) {
    #header .header-navi .navbar-nav li a {
        padding-right: 20px;
    }
}
@media (max-width: 992px) {
    #header .header-navi .navbar-nav li a {
        padding: 10px 0 0 0;
        height: auto;
    }
    .header-logo {top: 40px}
    #header-toggle {display: block}
    .header-logo-inner.minimal{display: none}
}
#header{
    height: 40px;
    width: 100%;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
#header .header-top .contact-right .header-language a.header-btn.active{color: #15a2b2}
#header .header-top .contact-right .header-language a.header-btn:after{
    content: '|';
    color: initial;
    padding: 5px;
}
#header .header-top .contact-right .header-language a.header-btn:last-of-type:after{content: ''}

/* FOOTER */
#footer {position: relative}
#footer .footer-top {
    padding: 30px 0 0 0;
    background: #222222 url(../img/footer-bg.jpg) top no-repeat;
    background-size: cover;
}
#footer .footer-top .logo-footer {padding: 0 0 30px 0}
#footer .footer-top .logo-footer img {margin: 0 auto}
#footer .footer-top .widget {margin-bottom: 50px}
#footer .footer-top .widget .title {
    margin: 0 0 35px 0;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff;
}
#footer .footer-top .widget p {
    color: #fff;
    opacity: .6;
}
#footer .footer-top .widget .links h6 {
    display: inline-block;
    font-weight: normal;
}
#footer .footer-top .widget .links a {
    color: #fff;
    display: inline;
}
#footer .footer-top .widget .links a:hover {color: #15a2b2}
#footer .footer-top .widget .links a:hover:after {color: #fff}
#footer .footer-top .widget .links a:after {
    padding: 10px 10px;
    content: '|';
}
#footer .footer-top .widget .links a:last-of-type:after {content: ''}
#footer .footer-top .widget.widget-news ul li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-top .widget.widget-news ul li a {
    padding: 15px 25px 15px 0;
    display: block;
    color: #fff;
    opacity: .7;
    font-family: 'open sans';
    text-transform: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-top .widget.widget-news ul li a:hover {
    color: #fff;
    opacity: 1;
}
#footer .footer-top .widget.widget-news ul li a:before {
    padding: 0 10px;
    content: "\f0da";
    font-family: fontAwesome;
}
#footer .footer-top .widget.widget-newsletter form {margin: 0}
#footer .footer-top .widget.widget-newsletter form input {
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    text-transform: lowercase;
    color: #aaa;
}
#footer .footer-top .widget.widget-newsletter hr {border-top: 1px solid #999}
#footer .footer-top .widget.widget-newsletter form label {color: #aaa}
#footer .footer-top .widget.widget-newsletter form button {
    top: 50px;
    right: 10px;
    width: 100%;
}
#footer .footer-top .widget.widget-newsletter .social .title {
    margin: 0 0 20px 0;
    line-height: 42px;
}
@media (max-width: 992px) {
    #footer .footer-top .widget.widget-newsletter .social .title {margin-bottom: 50px}
}
#footer .footer-top .widget.widget-newsletter .social ul li:last-child {padding-right: 0}
#footer .footer-top .widget.widget-newsletter .social ul li a {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .widget.widget-newsletter .social ul li a:hover {color: #fff}
#footer .footer-copyrights {
    padding: 20px 0;
    font-size: .7em;
    background: #222222;
}
#footer .footer-copyrights p, #footer .footer-copyrights li {
    margin: 0;
    color: #999;
}
#footer .footer-copyrights li:after {
    content: '|';
    padding-left: 5px;
}
#footer .footer-copyrights li:last-of-type:after {content: ''}
#footer .footer-copyrights a:hover {color: #fff}
#footer .footer-copyrights a {
    color: #999;
    font-size: .9em;
}

@media (max-width: 480px) {
    #footer .footer-copyrights li:after {content: ''} 
}
/* WIDGETS */

/* SHORTCODES */
.custom-list {
    position: relative; 
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom-list.inline, .custom-list.boxed{
    width: 100%;
    padding: 10px;
    margin: 20px 0;
}
.bg-arribas{
    background-color: #15a2b2;
    color: #fff;
}
.custom-list.bg-arribas {color: #fff}
.custom-list.bg-arribas small {color: #eee}
.custom-list.inline li {
    display:inline;
    font-weight: normal;
    text-align:center;
    width: auto;
    margin: auto;
    padding:0 5px;
    border-right: 1px solid rgba(255,255,255,.4);
}
.custom-list.inline li:last-of-type {border-right: none}
.custom-list.inline li label {
    font-weight: normal;
    cursor: pointer;
    margin: 10px 5px 5px 5px;
}
.custom-list.inline li input[type=radio] {display: none}
.custom-list.inline li input[type=radio]:checked + span {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255,255,255,.4)
}
.custom-list.inline li input[type=radio]:disabled + span {
    font-weight: normal;
    cursor: auto;
}

/* DIVIDER */
.text-line-divider {
    display: block;
    vertical-align: baseline;
    position: relative;
    padding: 15px 0px;
}
.text-line-divider.m-0{padding: 0}
.text-line-divider.mt-0{padding-top: 0}
.text-line-divider.mb-0{padding-bottom: 0}
.text-line-divider:before, .text-line-divider:after {
    position: relative;
    overflow: hidden;
    content: '    ';
    white-space: pre;
    top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.12);
    box-sizing: border-box;
    margin: 5.4rem auto 1.6rem auto;    
    width: 10rem;
    color: rgba(0,0,0,0.54);
    text-align: center;
}
h1.text-line-divider:before, h1.text-line-divider:after {top:2.2rem}
h2.text-line-divider:before, h2.text-line-divider:after {top:1.8rem}
h3.text-line-divider:before, h3.text-line-divider:after {top:1.4rem}
.text-line-divider:before{margin-right: 5px}
.text-line-divider:after{margin-left: 5px}


/* SWITCH */

.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #08d;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * .8);
}
.switch + .switch {
    margin-left: 1rem;
}
.css-table {
    display: table;
    width: 100%;
    height: 100%;
}
.css-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.preamble {
    margin-bottom: 90px;
    text-align: center;
}
.preamble h3 {margin-top: 0}
.preamble h3:after, .preamble h1:after {
    margin-top: 15px;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005 \f005 \f005 \f005";
    font-size: 18px;
}
.preamble p {
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 30px;
}
.preamble.light h3 {color: #fff}
.preamble.light h3:after {color: #fff}
.preamble.light p {color: #fff}

#media-query-breakpoint {display: none}
#media-query-breakpoint,
#media-query-breakpoint span:before {content: "1200"}
@media (max-width: 1200px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "1200";
    }
}
@media (max-width: 991px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "991";
    }
}
@media (max-width: 768px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "768";
    }
}
@media (max-width: 480px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "480";
    }
}


.overlay {
    position: relative;
    display: block;
    overflow: hidden;
}
.overlay .overlay-title {
    position: absolute;
    text-align: center;
    right: 0;
    left:0;
    top: 25px;
    color: rgba(255,255,255,.9);
    text-shadow: 1px 1px rgba(0,0,0,.8);
}
.overlay .overlay-shadow {
    position: absolute;
    margin: 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgba(19, 96, 132, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.overlay .overlay-shadow .overlay-content {
    position: relative;
    display: flex!important;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    align-items: center!important;
    justify-content: center!important;
    text-align: center;
    visibility: hidden;
    opacity: 1;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay:hover .overlay-shadow {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.overlay:hover .overlay-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* CLIENTS */
.partners {
    position: relative;
    padding: 50px 0;
    background: #ededed;
}
.partners.partners-white {
    background: #fff;
}
.partners .preamble {
    margin-bottom: 40px;
}
.partners .owl-item img {
    margin: 0 auto;
    width: 75%;
}

.home-room-featured {
    position: relative;
    padding-bottom: 20px;
    background: rgba(0,0,0,.1);
}
.home-room-featured .preamble {margin-bottom: 30px}

@media (max-width: 992px) {
    .home-room-featured img{
        width: 100%;
        padding:30px;
    }
}
@media (max-width: 468px) {
    .home-room-featured img{padding:10px}
}

/* SUPERTABS */
.supertabs {
    position: relative;
    padding: 60px 0;
}
.supertabs .tab-navigation {padding-right: 0}
.supertabs .tab-navigation ul li {
    margin-left: 10px;
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 0 1px;
}
.supertabs .tab-navigation ul li:last-child {border-bottom: 1px solid #e0e0e0}
.supertabs .tab-navigation ul li.active {
    margin-left: 0;
    border-left: 2px solid #15a2b2;
}
.supertabs .tab-navigation ul li.active a {background: #fff}
.supertabs .tab-navigation ul li a {
    padding: 45px 50px;
    display: block;
    background: #ededed;
}
.supertabs .tab-navigation ul li a .title {
    margin: 0 0 3px 0;
    font-size: 14px;
}
.supertabs .tab-navigation ul li a .subtitle {
    margin: 0;
    color: #808080;
    font-size: 13px;
    font-weight: normal;
}
.supertabs .tab-content {padding-left: 0}
.supertabs .tab-content .tab-pane {
    background-repeat: no-repeat;
    background-size: cover;
}
supertabs .tab-content .tab-pane header {padding: 40px 0 0 50px}
.supertabs .tab-content .tab-pane header .title {
    margin: 0 0 3px 0;
    font-size: 14px;
}
.supertabs .tab-content .tab-pane header .subtitle {
    margin: 0;
    color: #808080;
    font-size: 13px;
    font-weight: normal;
}
.supertabs .tab-content .tab-pane p {
    position: absolute;
    bottom: 35px;
    left: 50px;
    right: 50px;
}
@media (max-width: 992px) {
    .supertabs .tab-navigation {padding-right: 15px}
    .supertabs .tab-content {padding-left: 15px}
    .supertabs .tab-content .tab-pane {min-height: 350px !important}
    .supertabs .tab-content .tab-pane p {
        position: relative;
        padding: 0 50px;
        margin-top: 50px;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

/* HEADER SECTION */
.header-section {
    position: relative;
    padding: 190px 0 0 0;
}
.header-section #gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .5;
    background: #172431;
}
.header-section.listing {
    background: url(../img/header-listing.jpg) no-repeat center;
    background-size: cover;
}
.header-section.contact {
    background: url(../img/header-listing.jpg) no-repeat center;
    background-size: cover;
}
.header-section.room {
    padding: 180px 0 160px 0;
    background: url(../img/header-room.jpg) no-repeat center;
    background-size: cover;
}
.header-section.golf {
    padding: 215px 0 160px 0;
    background: url(../img/header-golf.jpg) no-repeat center;
    background-size: cover;
}
.header-section.hikes {
    padding: 180px 0 160px 0;
    background: url(../img/hikes/hikes-header.jpg) no-repeat center;
    background-size: cover;
}
.header-section.bikes {
    padding: 215px 0 160px 0;
    background: url(../img/bikes/bikes-header.jpg) no-repeat center;
    background-size: cover;
}
.header-section.wine-selection {
    padding: 215px 0 160px 0;
    background: url(../img/terrace/wine-header.jpg) no-repeat center;
    background-size: cover;
}
.header-section.culture {
    padding: 215px 0 160px 0;
    background: url(../img/header-culture.jpg) no-repeat center;
    background-size: cover;
}
.header-section .title-section {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
.header-section .breadcrumb {background-color: transparent}
.header-section .breadcrumb li::before {color: #fff}
.header-section .breadcrumb li a {color: #fff}
.header-section .breadcrumb li.active {
    color: rgba(255,255,255,.75)
}
@media (max-width: 480px) {
    .header-section .title-section {float: none !important}
    .header-section .breadcrumbs {float: none !important}
}
.header-slider {
    position: relative;
    width: 100%;
    padding-bottom: 36.25%;
}
@media (max-width: 900px) {
    .header-slider {
        padding-bottom: 56.25%;
    }

}
@media (max-width: 550px) {
    .header-slider {
        padding-bottom: 75%;
    }
}
.header-slider .background-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-slider .owl-buttons .owl-prev {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 30px;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
}
.header-slider .owl-buttons .owl-next {
    position: absolute;
    margin: 0;
    right: 30px;
    top: 50%;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
}
.header-slider .owl-buttons .fa {
    font-size: 80px;
    color: #fff;
}
.header-slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.terms-left img {padding: 20px}
.terms-left img.award{padding: 0 80px 80px 0}
@media (max-width: 992px) {
    .terms-left {text-align: center}
    .terms-left img {
        max-width: 250px;
        padding: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .terms-left img.award{padding: 60px}
}


/* LISTING */
#listing {
    position: relative;
    padding: 30px 0;
    background: #f0f0f0;
}
#listing .fleets-filters {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#listing .fleets-filters .toggle-title {
    position: relative;
    padding: 27px 30px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ededed;
}
#listing .fleets-filters .toggle-title:after {
    position: absolute;
    padding: 5px;
    display: block;
    top: 21px;
    right: 25px;
    font-size: 16px;
    color: #555555;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    cursor: pointer;
}
#listing .fleets-filters .toggle-content {
    display: block;
}
@media (max-width: 992px) {
    #listing .fleets-filters .toggle-content {
        display: none;
    }
}
#listing .fleets-filters .toggle-content .search {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #ededed;
}
#listing .fleets-filters .toggle-content .search input {
    position: relative;
}
#listing .fleets-filters .toggle-content .search .fa {
    position: absolute;
    right: 55px;
    top: 48px;
    color: #808080;
}
#listing .fleets-filters .toggle-content .general {
    padding: 0 30px 25px 30px;
}
#listing .fleets-filters .toggle-content .general .title {
    margin: 30px 0;
}
#listing .fleets-filters .toggle-content .general form span {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
#listing .fleets-filters .toggle-content .general form span .fa {
    position: absolute;
    right: 25px;
    top: 18px;
    color: #808080;
    cursor: pointer;
}
#listing .fleets-filters .toggle-content .general form span select {
    display: none;
}
#listing .fleets-filters .toggle-content .general form span .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    z-index: 99;
}
#listing .fleets-filters .toggle-content .general form span .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}
#listing .fleets-filters .toggle-content .general form span .select-clone li:hover {
    background: #15a2b2;
    color: #fff;
}
#listing .fleets-filters .toggle-content .general form span .select-clone li:last-child {
    border-bottom: none;
}
#listing .fleets-filters .toggle-content .general .additional-filter-list li {
    line-height: 30px;
}
#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input input {
    display: none;
}
#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input.active label:before {
    top: 0px;
    font: 14px/17px "fontawesome";
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
}
#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input label {
    margin-bottom: 0px;
    cursor: pointer;
    text-transform: uppercase;
}
#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input label:before {
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    line-height: 30px;
    text-align: center;
    color: #808080;
    border: 1px solid #808080;
    content: "";
}
#listing .fleets-filters .toggle-content .slider-range-container {
    position: relative;
}
#listing .fleets-filters .toggle-content .slider-range-container .slider-range {
    position: relative;
    margin-bottom: 10px;
    display: block;
    height: 10px;
    line-height: 1px;
    background: #ededed;
}
#listing .fleets-filters .toggle-content .slider-range-container .slider-range .ui-slider-range {
    display: block;
    position: absolute;
    top: 0;
    height: 10px;
    line-height: 1px;
    background: #222222;
}
#listing .fleets-filters .toggle-content .slider-range-container .slider-range .ui-slider-handle {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    top: -2px;
    border: 3px solid transparent;
    background: #222222;
}
#listing .fleets-filters .toggle-content .slider-range-container .slider-range .ui-slider-handle:last-child {
    margin-left: -14px;
}
#listing .fleets-filters .toggle-content .slider-range-container input {
    padding: 5px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ededed;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#listing .fleets-filters .toggle-content .slider-range-container .range-from {
    float: left;
    width: 70px;
}
#listing .fleets-filters .toggle-content .slider-range-container .range-to {
    float: right;
    width: 70px;
}
#listing .fleets-filters .toggle-content .buttons {
    position: relative;
    padding: 30px 30px 20px 30px;
    display: inline-block;
    width: 100%;
    min-height: 110px;
    border-top: 1px solid #ededed;
}
@media (max-width: 1200px) {
    #listing .fleets-filters .toggle-content .buttons .btn {
        margin-bottom: 10px;
        width: 100%;
    }
}
#listing .special-offers {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#listing .special-offers.listing {
    display: none;
}
@media (max-width: 992px) {
    #listing .special-offers.sidebar {
        display: none;
    }
    #listing .special-offers.listing {
        margin-top: 30px;
        display: block;
    }
}

#listing .sidebar .offers li {
    padding-bottom: 20px;
}
#listing .sidebar .offers li:first-of-type {
    padding-top: 20px;
}


#listing .special-offers .title-section {
    position: relative;
    padding: 27px 30px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ededed;
}
#listing .special-offers ul {
    padding: 30px 30px 10px 30px;
}
#listing .special-offers ul li {
    margin-bottom: 20px;
    min-height: 50px;
}
#listing .special-offers ul li .title {
    padding-left: 70px;
    margin: 0 0 5px 0;
    display: block;
}
#listing .special-offers ul li .price {
    padding-left: 20px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
@media (max-width: 1200px) {
    #listing .special-offers ul li .price {
        font-size: 11px;
    }
}
#listing .special-offers ul li .thumbnail {
    float: left;
    width: 50px;
    height: 50px;
}
#listing .special-offers ul li .thumbnail img {
    width: 100%;
    height: 100%;
}
#listing .listing-content .listing-pagination {
    position: relative;
    padding: 20px 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#listing .listing-content .listing-pagination.footer {
    margin-bottom: 0;
}
#listing .listing-content .listing-pagination .title {
    padding: 7px 0;
    margin: 0;
}
@media (max-width: 570px) {
    #listing .listing-content .listing-pagination .title {
        float: none !important;
        text-align: center;
    }
}
#listing .listing-content .listing-pagination .select-box {
    position: relative;
}
@media (max-width: 570px) {
    #listing .listing-content .listing-pagination .select-box {
        text-align: center;
        width: 100%;
    }
}
#listing .listing-content .listing-pagination .select-box select {
    display: none;
}
#listing .listing-content .listing-pagination .select-box input {
    position: relative;
    padding: 3px 10px;
    width: 130px;
    height: 30px;
    color: #808080;
    background: #fff;
    border: 1px solid #ededed;
    cursor: pointer;
}
@media (max-width: 570px) {
    #listing .listing-content .listing-pagination .select-box input {
        width: 100%;
    }
}
#listing .listing-content .listing-pagination .select-box .fa {
    position: absolute;
    padding: 5px;
    top: 4px;
    right: 5px;
    color: #808080;
    cursor: pointer;
}
#listing .listing-content .listing-pagination .select-box .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    z-index: 99;
}
#listing .listing-content .listing-pagination .select-box .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}
#listing .listing-content .listing-pagination .select-box .select-clone li:hover {
    background: #15a2b2;
    color: #fff;
}
#listing .listing-content .listing-pagination .select-box .select-clone li:last-child {
    border-bottom: none;
}
#listing .listing-content .listing-pagination .pagination {
    margin-right: 45px;
}
@media (max-width: 570px) {
    #listing .listing-content .listing-pagination .pagination {
        margin-right: 0;
        float: none !important;
        text-align: center;
    }
}
#listing .listing-content .listing-pagination .pagination.no-margin {
    margin: 0;
}
#listing .listing-content .listing-pagination .pagination li a {
    padding: 6px 0;
    display: inline-block;
    color: #808080;
}
#listing .listing-content .listing-room-list {
    position: relative;
    padding: 5px 30px 5px 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    min-height: 210px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    #listing .listing-content .listing-room-list {
        padding: 5px 15px;
    }
}
#listing .listing-content .listing-room-list .thumbnail {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 200px;
    height: 200px;
}
@media (max-width: 768px) {
    #listing .listing-content .listing-room-list .thumbnail {
        position: relative;
        margin: 0 auto;
    }
}
#listing .listing-content .listing-room-list .thumbnail img {
    width: 100%;
    height: 100%;
}
#listing .listing-content .listing-room-list .thumbnail .owl-buttons {
    display: none;
}
#listing .listing-content .listing-room-list .thumbnail .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}
#listing .listing-content .listing-room-list .thumbnail .owl-prev:hover {
    background: #222222;
}
#listing .listing-content .listing-room-list .thumbnail .owl-prev .fa {
    color: #fff;
}
#listing .listing-content .listing-room-list .thumbnail .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}
#listing .listing-content .listing-room-list .thumbnail .owl-next:hover {
    background: #222222;
}
#listing .listing-content .listing-room-list .thumbnail .owl-next .fa {
    color: #fff;
}
#listing .listing-content .listing-room-list .listing-room-content {
    padding-left: 230px;
}
@media (max-width: 768px) {
    #listing .listing-content .listing-room-list .listing-room-content {
        padding-left: 0;
    }
}
#listing .listing-content .listing-room-list .listing-room-content header {
    padding-bottom: 17px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
#listing .listing-content .listing-room-list .listing-room-content header .title {
    margin: 17px 0 5px 0;
}
@media (max-width: 480px) {
    #listing .listing-content .listing-room-list .listing-room-content header .pull-right,
    #listing .listing-content .listing-room-list .listing-room-content header .pull-left {
        float: none !important;
    }
}
#listing .listing-content .listing-room-list .listing-room-content header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}
#listing .listing-content .listing-room-list .listing-room-content header .tags li:last-child:after {
    display: none;
}
#listing .listing-content .listing-room-list .listing-room-content header .tags li:first-child {
    padding-left: 0;
}
#listing .listing-content .listing-room-list .listing-room-content header .tags li a {
    color: #808080;
}
#listing .listing-content .listing-room-list .listing-room-content header .tags li a:hover {
    color: #676767;
}
#listing .listing-content .listing-room-list .listing-room-content .price {
    padding-top: 30px;
    display: block;
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
@media (max-width: 480px) {
    #listing .listing-content .listing-room-list .listing-room-content .price {
        padding-top: 10px;
    }
}
#listing .listing-content .listing-room-list .listing-room-content .listing-facitilities {
    float: left;
    width: 100%;
}
#listing .listing-content .listing-room-list .listing-room-content .facilities-list li {
    line-height: 30px;
}
#listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
    margin-left: 5px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
    #listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
        font-size: 8px;
    }
}
@media (max-width: 992px) {
    #listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
        font-size: 9px;
    }
}
@media (max-width: 768px) {
    #listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
        font-size: 13px;
    }
}
#listing .listing-content .listing-room-list .listing-room-content .btn {
    padding: 10px 0;
    width: 100%;
    height: 40px;
}
#listing .listing-content .listing-room-list .listing-room-content .btn.btn-gray-dark {
    margin-top: 10px;
    display: none;
}
#listing .listing-content .listing-room-list:hover .thumbnail .owl-buttons {
    display: block;
}
#listing .listing-content .listing-room-list:hover .btn.btn-gray-dark {
    display: block;
}
#listing .listing-content .listing-room-grid {
    position: relative;
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#listing .listing-content .listing-room-grid .thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}
#listing .listing-content .listing-room-grid .thumbnail img {
    width: 100%;
    height: 100%;
}
#listing .listing-content .listing-room-grid .thumbnail .owl-buttons {
    display: none;
}
#listing .listing-content .listing-room-grid .thumbnail .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}
#listing .listing-content .listing-room-grid .thumbnail .owl-prev:hover {
    background: #222222;
}
#listing .listing-content .listing-room-grid .thumbnail .owl-prev .fa {
    color: #fff;
}
#listing .listing-content .listing-room-grid .thumbnail .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}
#listing .listing-content .listing-room-grid .thumbnail .owl-next:hover {
    background: #222222;
}
#listing .listing-content .listing-room-grid .thumbnail .owl-next .fa {
    color: #fff;
}
#listing .listing-content .listing-room-grid header {
    padding-bottom: 17px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
#listing .listing-content .listing-room-grid header .title {
    margin: 30px 0 5px 0;
}
#listing .listing-content .listing-room-grid header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}
#listing .listing-content .listing-room-grid header .tags li:last-child:after {
    display: none;
}
#listing .listing-content .listing-room-grid header .tags li:first-child {
    padding-left: 0;
}
#listing .listing-content .listing-room-grid header .tags li a {
    color: #808080;
}
#listing .listing-content .listing-room-grid header .tags li a:hover {
    color: #676767;
}
#listing .listing-content .listing-room-grid .price {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
@media (max-width: 480px) {
    #listing .listing-content .listing-room-grid .price {
        padding-top: 10px;
    }
}
#listing .listing-content .listing-room-grid .btn {
    margin-bottom: 30px;
}
#listing .listing-content .listing-room-grid:hover .thumbnail .owl-buttons {
    display: block;
}
/* ROOM */
#room {
    position: relative;
    padding: 0 0 60px 0;
    background: #f0f0f0;
}
#room .room-wrapper {
    margin-top: -230px;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#room .margin-top-min {
    margin-top: -170px; 
}
#room .room-wrapper .sidebar {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#room .room-wrapper .sidebar #map {
    width: 100%;
    height: 285px;
}
#room .room-wrapper .sidebar .widget-title {
    padding: 30px;
    margin: 0;
    border: 1px solid #ededed;
    border-width: 1px 0;
}
#room .room-wrapper .sidebar .widget-content {
    padding: 30px;
}
#room .room-wrapper .sidebar .widget-content form span {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
#room .room-wrapper .sidebar .widget-content form span .fa {
    position: absolute;
    right: 25px;
    top: 18px;
    color: #808080;
    cursor: pointer;
}
#room .room-wrapper .sidebar .widget-content form span select {
    display: none;
}
#room .room-wrapper .sidebar .widget-content form span .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    z-index: 99;
}
#room .room-wrapper .sidebar .widget-content form span .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}
#room .room-wrapper .sidebar .widget-content form span .select-clone li:hover {
    background: #15a2b2;
    color: #fff;
}
#room .room-wrapper .sidebar .widget-content form span .select-clone li:last-child {
    border-bottom: none;
}
#room .room-wrapper .sidebar .widget-content form h5 {
    font-family: "Libre Baskerville", serif;
    color: #222222;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
}
#room .room-wrapper .sidebar .widget-content form h5 span {
    display: inline-block;
    float: right;
}
#room .room-wrapper .sidebar .widget-content form .btn {
    width: 100%;
}
#room .room-wrapper .sidebar .widget-content.offers-content {
    padding: 30px 30px 10px 30px;
}
#room .room-wrapper .sidebar .widget-content.offers-content ul li {
    margin-bottom: 20px;
    min-height: 50px;
}
#room .room-wrapper .sidebar .widget-content.offers-content ul li .title {
    padding-left: 70px;
    margin: 0 0 5px 0;
    display: block;
}
#room .room-wrapper .sidebar .widget-content.offers-content ul li .price {
    padding-left: 20px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width: 1200px) {
    #room .room-wrapper .sidebar .widget-content.offers-content ul li .price {
        font-size: 11px;
    }
}
#room .room-wrapper .sidebar .widget-content.offers-content ul li .thumbnail {
    float: left;
    width: 50px;
    height: 50px;
}
#room .room-wrapper .sidebar .widget-content.offers-content ul li .thumbnail img {
    width: 100%;
    height: 100%;
}
#room .room-wrapper .sidebar .widget-content .contact-list li {
    margin-bottom: 10px;
}
#room .room-wrapper .sidebar .widget-content .contact-list li:last-child {
    margin-bottom: 0;
}
#room .room-wrapper .sidebar .widget-content .contact-list li .fa {
    color: #222222;
}
#room .room-wrapper .sidebar .widget-content .contact-list li span {
    margin-left: 10px;
    color: #808080;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#room .room-wrapper .room-content {
    padding: 0;
}
#room .room-wrapper .room-content .room-general {
    padding: 50px 50px 35px 50px;
    border-bottom: 1px solid #ededed;
}
#room .room-wrapper .room-content .room-general img {
    margin-bottom: 30px;
    width: 100%;
}
#room .room-wrapper .room-content .room-general header {
    display: inline-block;
    width: 100%;
}
@media (max-width: 480px) {
    #room .room-wrapper .room-content .room-general header .pull-right,
    #room .room-wrapper .room-content .room-general header .pull-left {
        float: none !important;
    }
}
#room .room-wrapper .room-content .room-general header .title {
    margin: 0 0 0 0;
    font-size: 30px;
    line-height: 30px;
}
#room .room-wrapper .room-content .room-general header .tags {
    padding-top: 15px;
}
#room .room-wrapper .room-content .room-general header .tags.pt-0 {
    padding-top: 0;
}
#room .room-wrapper .room-content .room-general header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}
#room .room-wrapper .room-content .room-general header .tags li:last-child:after {
    display: none;
}
#room .room-wrapper .room-content .room-general header .tags li:first-child {
    padding-left: 0;
}
#room .room-wrapper .room-content .room-general header .tags li a {
    color: #808080;
}
#room .room-wrapper .room-content .room-general header .tags li a:hover {
    color: #676767;
}
#room .room-wrapper .room-content .room-general .price {
    font-size: 1.6em;
    font-family: "Libre Baskerville", serif;
    color: #636363
}
@media (max-width: 480px) {
    #room .room-wrapper .room-content .room-general .price {
        padding-top: 10px;
    }
}
#room .room-wrapper .room-content .room-tabs {
    padding: 50px;
    border-bottom: 1px solid #ededed;
}
#room .room-wrapper .room-content .room-about {
    padding: 50px;
    border-bottom: 1px solid #ededed;
}
#room .room-wrapper .room-content .room-about .title-section {
    margin: 0 0 40px 0;
    font-size: 18px;
}
#room .room-wrapper .room-content .room-about p {
    margin: 0;
}
#room .room-wrapper .room-content .room-tabs .nav-tabs {
    border-bottom: 1px solid #222222;
}
#room .room-wrapper .room-content .room-tabs .nav-tabs li {
    margin: 0;
    width: 160px;
}
@media (max-width: 1200px) {
    #room .room-wrapper .room-content .room-tabs .nav-tabs li {
        width: 150px;
    }
}
@media (max-width: 992px) {
    #room .room-wrapper .room-content .room-tabs .nav-tabs li {
        width: 100%;
    }
}
#room .room-wrapper .room-content .room-tabs .nav-tabs li.active a {
    background: #222222;
    border-color: #222222;
}
#room .room-wrapper .room-content .room-tabs .nav-tabs li a {
    padding: 15px 10px;
    text-align: center;
    background: #d6d6d6;
    border-color: #d6d6d6;
    color: #fff;
}
#room .room-wrapper .room-content .room-tabs .tab-content {
    padding-top: 40px;
}
#room .room-wrapper .room-content .room-tabs .tab-content .images-gallery {
    display: inline-block;
    width: 100%;
}
@media (max-width: 992px) {
    #room .room-wrapper .room-content .room-tabs .tab-content .images-gallery .img-single {
        margin-bottom: 30px;
    }
    #room .room-wrapper .room-content .room-tabs .tab-content .images-gallery .img-single img {
        width: 100%;
    }
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li {
    position: relative;
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .thumbnail {
    position: absolute;
    width: 128px;
    height: 128px;
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .thumbnail img {
    width: 100%;
    height: 100%;
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content {padding-left: 145px}
@media (max-width: 480px) {
    #room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .thumbnail {
        width: 64px;
        height: 64px;
    }
    #room .room-wrapper .room-content .room-tabs {padding: 25px}
    #room .room-wrapper .room-content .room-about {padding: 20px}
    #room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content {padding-left: 80px}
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header {
    margin-bottom: 5px;
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header h5 {
    margin: 0 0 2px 0;
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header .stars li {
    padding: 0 .5px;
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header .stars li .fa {
    color: #FFCC64;
}
#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content p {
    margin: 0;
}
#room .room-wrapper .room-content .room-tabs .tab-content .listing-facitilities {
    display: inline-block;
    width: 100%;
}
#room .room-wrapper .room-content .room-tabs .tab-content .listing-facitilities .facilities-list li {
    line-height: 30px;
}
#room .room-wrapper .room-content .room-tabs .tab-content .listing-facitilities .facilities-list li span {
    margin-left: 5px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#room .room-wrapper .room-content .room-related {
    padding: 50px 35px 20px 35px;
    display: inline-block;
    width: 100%;
}
#room .room-wrapper .room-content .room-related .title-section {
    margin: 0 0 50px 15px;
}
#room .room-wrapper .room-content .room-related .listing-room-grid {
    position: relative;
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#room .room-wrapper .room-content .room-related .listing-room-grid .thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}
#room .room-wrapper .room-content .room-related .listing-room-grid .thumbnail img {
    width: 100%;
    height: 100%;
}
#room .room-wrapper .room-content .room-related .listing-room-grid header {
    padding-bottom: 17px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
#room .room-wrapper .room-content .room-related .listing-room-grid header .title {
    margin: 30px 0 5px 0;
}
#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}
#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li:last-child:after {
    display: none;
}
#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li:first-child {
    padding-left: 0;
}
#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li a {
    color: #808080;
}
#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li a:hover {
    color: #676767;
}
#room .room-wrapper .room-content .room-related .listing-room-grid .price {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
@media (max-width: 480px) {
    #room .room-wrapper .room-content .room-related .listing-room-grid .price {
        padding-top: 10px;
    }
}
#room .room-wrapper .room-content .room-related .listing-room-grid .btn {
    margin-bottom: 30px;
}
#room .room-wrapper .room-content .room-related .listing-room-grid:hover .thumbnail .owl-buttons {
    display: block;
}
/* STAFF */
.staff {
    position: relative;
    padding: 100px 0;
    background: #ededed;
}
.staff .hotel-staffers-list .staffer-profile {
    position: relative;
    margin-bottom: 30px;
    min-height: 194px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.staff .hotel-staffers-list .staffer-profile:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .staff .hotel-staffers-list .staffer-profile:last-child {
        margin-bottom: 30px;
    }
}
.staff .hotel-staffers-list .staffer-profile .staffer-thumb {
    position: absolute;
    background: #15a2b2;
    text-align: center;
    width: 170px;
    height: 194px;
    overflow: hidden;
}
@media (max-width: 480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-thumb {
        position: relative;
        width: 100%;
        height: 100%;
    }
}
.staff .hotel-staffers-list .staffer-profile .staffer-thumb img {
    width: 100%;
    height: 100%;
}
.staff .hotel-staffers-list .staffer-profile .staffer-thumb i {
    padding-top: 60px; 
    width: 100%;
    height: 100%;
}
.staff .hotel-staffers-list .staffer-profile .staffer-profile-content {
    padding: 13px 30px 0px 195px;
    min-height: 194px;
}
@media (max-width: 480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content {
        padding: 13px 30px 25px 30px;
    }
}
.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header {
    padding: 17px 0;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .title {
    margin: 0;
    line-height: 21px;
}
@media (max-width: 480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .pull-right,
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .pull-left {
        float: none !important;
    }
}
.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .position {
    display: block;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
@media (max-width: 480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .position {
        padding-top: 10px;
    }
}
.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-properties {
    float: left;
    width: 100%;
}
.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-properties li {
    line-height: 30px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-properties li strong {
    float: right;
}
.staff .hotel-staffers-list .staffer-profile .modal {
    padding: 50px;
    margin: 90px auto;
    width: 770px;
    bottom: auto;
    background: #fff;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog {
    margin: 0;
    width: 100%;
    float: left;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content {
    float: left;
    width: 100%;
    border: none;
    box-shadow: none;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    float: left;
    width: 100%;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption {
    position: absolute;
    left: 0;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption img {
    width: 240px;
    height: 280px;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption .img-caption-inner {
    padding: 20px 0;
    background: #ededed;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption .img-caption-inner h5 {
    margin: 0 0 10px 0;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption .img-caption-inner span {
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content {
    padding: 0 0 0 290px;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content .staffer-profile-header {
    padding: 0 0 17px 0;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content .staffer-profile-header h5 {
    margin-top: 5px;
}
.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content .staffer-profile-bio {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
@media (max-width: 840px) {
    .staff .hotel-staffers-list .staffer-profile .modal {
        width: 600px;
    }
}
@media (max-width: 630px) {
    .staff .hotel-staffers-list .staffer-profile .modal {
        padding-left: 50px !important;
        width: 95%;
    }
    .staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption img {
        width: 100%;
        height: 100%;
    }
    .staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content {
        padding-left: 0;
    }
}
.staff .hotel-staffers-list .staffer-profile .modal .close {
    position: absolute;
    right: -35px;
    top: -35px;
    background: transparent;
    border: none;
}
.staff .hotel-staffers-list .overlay .overlay-shadow {
    margin: 0;
}
.staff .hotel-staffers-list .overlay .overlay-shadow .overlay-content {
    margin-top: -25px;
}
/* LOCATIONS */
.locations {
    position: relative;
}
.locations .locations-top {
    position: relative;
    padding-top: 31.25%;
}
@media (max-width: 768px) {
    .locations .locations-top {
        padding-top: 56.25%;
    }
}
.locations .locations-top #location-map {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.locations .locations-bottom {
    position: relative;
    padding-top: 60px;
}
.locations .locations-bottom .location-single {
    padding: 0;
    float: left;
    width: 100%;
}
.locations .locations-bottom .location-single .offices {
    padding-bottom: 30px;
}
.locations .locations-bottom .location-single .offices .title {
    margin: 0 0 35px 0;
}
.locations .locations-bottom .location-single .offices .sub-title {
    margin: 0 0 20px 0;
}
.locations .locations-bottom .location-single .offices .location-details {
    margin-bottom: 30px;
}
.locations .locations-bottom .location-single .offices .location-details li {
    line-height: 30px;
}
@media (max-width: 1200px) {
    .locations .locations-bottom .location-single .offices .location-details {
        height: 120px;
    }
}
@media (max-width: 992px) {
    .locations .locations-bottom .location-single .offices .location-details {
        height: auto;
    }
}
@media (max-width: 992px) {
    .locations .locations-bottom .location-single .offices {
        text-align: center;
    }
}
.locations .locations-bottom .location-thumbnail {
    position: relative;
    margin-top: 60px;
}
.locations .locations-bottom .location-thumbnail .overlay img {
    width: 100%;
}
.locations .locations-bottom .location-thumbnail .overlay .overlay-shadow {
    margin: 0;
    opacity: 1;
}
.locations .locations-bottom .location-thumbnail .overlay .overlay-shadow .overlay-content {
    margin-top: -25px;
    visibility: visible;
    opacity: 1;
    transform: none;
}
/* TEAM */
.team {
    position: relative;
    padding: 100px 0 50px 0;
}
.team .member {
    margin-bottom: 40px;
}
.team .member .avatar {
    position: relative;
}
.team .member .avatar img {
    width: 100%;
    height: 100%;
}
.team .member .avatar .social {
    position: absolute;
    padding: 12px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    background: rgba(19, 96, 132, 0.8);
}
.team .member .avatar .social li {
    margin: 0 2.5px;
}
.team .member .avatar .social li a {
    color: #fff;
    font-size: 18px;
}
.team .member .description {
    position: relative;
    text-align: center;
}
.team .member .description h4 {
    margin: 25px 0 5px 0;
}
.team .member .description span {
    margin-bottom: 15px;
    display: block;
    font-family: "Libre Baskerville", serif;
    color: #808080;
    font-size: 18px;
}
/* OPINIONS */
.opinions {
    position: relative;
    padding: 100px 0;
    background: #ededed;
}
.opinions .customers-list .customer-testimonial {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.opinions .customers-list .customer-testimonial:last-child {
    margin-bottom: 0;
}
.opinions .customers-list .customer-testimonial .logo {
    position: absolute;
    width: 170px;
    height: 100%;
    text-align: center;
    background: #15a2b2;
    overflow: hidden;
}
.opinions .customers-list .customer-testimonial .logo img {
    margin: 0 auto;
    max-width: 170px;
    max-height: 194px;
}
.opinions .customers-list .customer-testimonial iframe {
    margin: 0 auto;
    max-width: 640px;
    max-height: 360px;
}
@media (max-width: 480px) {
    .opinions .customers-list .customer-testimonial .logo {
        position: relative;
        width: 100%;
        height: 194px;
    }
}
.opinions .customers-list .customer-testimonial .customer-testimonial-content {
    padding: 13px 30px 0px 195px;
    float: left;
    width: 100%;
    min-height: 194px;
}
@media (max-width: 480px) {
    .opinions .customers-list .customer-testimonial .customer-testimonial-content {
        padding: 13px 30px 25px 30px;
    }
}
.opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header {
    padding: 17px 0;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .name {
    margin: 0;
    line-height: 21px;
}
@media (max-width: 480px) {
    .opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .pull-right,
    .opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .pull-left {
        float: none !important;
    }
}
.opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .position {
    display: block;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
@media (max-width: 480px) {
    .opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .position {
        padding-top: 10px;
    }
}
.opinions .customers-list .customer-testimonial .customer-testimonial-content blockquote {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    font-size: 15px;
    font-style: italic;
    line-height: 30px;
    border: none;
}
/* NEWS */
.news {
    position: relative;
    padding: 50px 0;
    background: #ededed;
}
.news .post {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .post .post-thumbnail img {
    width: 100%;
}
.news .post .post-content {
    padding: 13px 30px 30px 30px;
}
.news .post .post-content .post-header {
    padding: 17px 0;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.news .post .post-content .post-header .title {
    margin: 0;
    line-height: 21px;
}
@media (max-width: 480px) {
    .news .post .post-content .post-header .pull-right,
    .news .post .post-content .post-header .pull-left {
        float: none !important;
    }
}
.news .post .post-content .post-header .date {
    display: block;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}
@media (max-width: 480px) {
    .news .post .post-content .post-header .date {
        padding-top: 10px;
    }
}
.news .post .post-content .post-meta {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.news .post .post-content .post-meta span {
    margin-right: 10px;
}
.news .post .post-content .post-meta span a {
    color: #808080;
}
.news .post .post-content .post-meta span .fa {
    margin-right: 3px;
    color: #15a2b2;
}
.news .post .post-content p {
    margin-bottom: 20px;
}
.news .post .post-content .tags-list {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.news .post .post-content .tags-list li {
    padding: 0;
    margin: 0 7px 7px 0;
    float: left;
}
.news .post .post-content .tags-list li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #ededed;
}
.news .post .post-content .post-share {
    padding: 12px 20px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    background: #ededed;
}
.news .post .post-content .post-share p {
    margin: 0;
    line-height: 26px;
}
.news .post .post-content .post-share .social li a {
    font-size: 18px;
}
.news .post .post-content .post-share .social li a:hover {
    color: #15a2b2;
}
.news .post .post-content .post-comments .post-comments-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.news .post .post-content .post-comments .comments li {
    list-style: none;
}
.news .post .post-content .post-comments .comments li .comment {
    position: relative;
    padding-bottom: 20px;
    min-height: 100px;
}
.news .post .post-content .post-comments .comments li .comment .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}
.news .post .post-content .post-comments .comments li .comment .avatar img {
    width: 100%;
    height: 100%;
}
.news .post .post-content .post-comments .comments li .comment .post-comment-meta {
    padding-left: 120px;
    margin-bottom: 3px;
}
.news .post .post-content .post-comments .comments li .comment .post-comment-meta span {
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
}
.news .post .post-content .post-comments .comments li .comment .post-comment-meta span a {
    color: #808080;
}
.news .post .post-content .post-comments .comments li .comment .post-comment-content {
    padding-left: 120px;
}
.news .post .post-content .post-comments .comments li .comment .post-comment-content p {
    margin: 0 0 10px 0;
    line-height: 24px;
}
.news .post .post-content .post-addcomment .post-addcomment-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.news .listing-pagination {
    position: relative;
    padding: 20px 30px;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
    .news .listing-pagination {
        margin-bottom: 30px;
    }
}
.news .listing-pagination .pagination {
    text-align: center;
}
.news .listing-pagination .pagination li a {
    padding: 6px 0;
    display: inline-block;
    color: #808080;
}
.news .sidebar {
    position: relative;
}
.news .sidebar .sidebar-widget {
    float: left;
    width: 100%;
}
.news .sidebar .sidebar-widget .search-form {
    position: relative;
}
.news .sidebar .sidebar-widget .search-form input {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .sidebar .sidebar-widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
}
.news .sidebar .sidebar-widget .widget-title {
    margin: 25px 0;
}
.news .sidebar .sidebar-widget .list {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .sidebar .sidebar-widget .list li:first-child a {
    padding-top: 5px;
}
.news .sidebar .sidebar-widget .list li a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ededed;
}
.news .sidebar .sidebar-widget .list li a:before {
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f0da";
    color: #15a2b2;
}
.news .sidebar .sidebar-widget .tags-list li {
    padding: 0;
    margin: 0 7px 7px 0;
    float: left;
}
.news .sidebar .sidebar-widget .tags-list li a {
    padding: 5px 10px;
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container .default-form-box {
    background-color: rgba(0,0,0,.1);
    padding: 15px;
}
.container .default-form span {
    position: relative;
    margin:auto;
    display: inline-block;
    width: 100%;
}
.container .default-form span .fa {
    position: absolute;
    margin-top: -30px;
    left: 85%;
    cursor: pointer;
}
.container .default-form span.select-box .fa {
    position: absolute;
    padding: 5px;
    top: 45px;
    right: 5px;
    color: #808080;
    cursor: pointer;
}
.container .default-form span input.value-holder {background: #fff}
.container .default-form span .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    background: #ddd;
    z-index: 9;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.container .default-form span .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}
.container .default-form .select-clone li:hover {
    background: #15a2b2;
    color: #fff;
}
.container .default-form span .select-clone li:last-child {border-bottom: none}
.container .default-form .captcha input {padding-left: 155px}
.container .default-form .captcha img {
    position: absolute;
    margin: 1px;
    max-width: 145px;
    height: 48px;
}


/*font Variables*/
/*Color Variables*/
.multi_step_form {
    background: #f6f9fb;
    display: block;
    overflow: hidden;  
}
.multi_step_form #msform {
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 80vh;
    z-index: 1;
}
.multi_step_form #msform .form-header {
    text-align: center;
    padding-bottom: 35px;
}
.multi_step_form #msform fieldset {
    border: 0;
    padding: 20px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    left: 0;
    right: 0;
}
.multi_step_form #msform fieldset:not(:first-of-type) {display: none}
.multi_step_form #msform #progressbar {overflow: hidden}
.multi_step_form #msform #progressbar li {
    text-align: center;
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/3);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
}
.multi_step_form #msform #progressbar li:nth-child(2):before {content: "2"}
.multi_step_form #msform #progressbar li:nth-child(3):before {content: "3"}
.multi_step_form #msform #progressbar li:before {
    content: "1";
    font-size: 2em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.multi_step_form #msform #progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}
.multi_step_form #msform #progressbar li:last-child:after {width: 150%}
.multi_step_form #msform #progressbar li.active {color: #5cb85c}
.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
    background: #5cb85c;
    color: white;
}
.multi_step_form #msform .action-button {
    background: #5cb85c;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #5cb85c;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
}

/* CALENDAR */
.ui-datepicker {
    padding: 5px;
    width: 220px;
    background: #fff;
}

@media (max-width: 480px) {
    .ui-datepicker {
        width: 85%;
    }
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 20px 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {display: none}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {display: none}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    border-top: 1px solid #ededed;
    border-spacing: 1% 2em;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
    padding: 5px;
    font-size: 13px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
    padding: 5px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
    color: #979797;
    padding: 1px;
    border: 1px solid #fff;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-active {
    color: #000;
    font-weight: bold
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default{color: #eeeeee}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {border: 1px solid #979797}



.carousel-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item.fullviewport{
    height: 100vh;
    min-height: 350px;
}
.carousel-item.darker:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
}
.carousel-item .embed-responsive {
    position:relative;
    margin-bottom: -230px;
    overflow:hidden;
}
.carousel-item video{
    margin-top:-115px;
    width:100%;
    height:100%;
}

.carousel-caption {
    left: 5%;
    right: 5%;
}

.carousel-indicators{max-height: 5px}
.carousel-inner > .carousel-caption{bottom: initial}
.carousel-inner > .carousel-caption.align-self-center{
    left: 5%;
    right: 5%;
    bottom: 45%;
    transform: translateY(-45%);
}

.carousel-inner > .carousel-item > .carousel-caption.align-self-center{
    left: 5%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial
}

.carousel-inner > .carousel-caption.align-self-center > .carousel-indicators{
    margin-bottom: 0;
}
.header.carousel.slide {
    padding-top: 40px !important;
    max-width: 100%;
    overflow: hidden;
}
.header.carousel.slide:after{
    content: "";
    position: absolute;
    bottom: -120px;
    left: -50px;
    height: 200px;
    width: 130%;
    background-color: #f0f0f0;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.header.carousel.slide.single-page:after {
    background-color: #ffffff;
}

section.post {
    position: relative;
    padding: 30px 0;
    background: #f0f0f0;
}
section.post > .container{margin-top: -225px}
section.post .post {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
section.post .sidebar {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.highlighter{
    position: relative;
    padding-bottom: 40px !important;
    max-width: 100%;
    background-color: #f0f0f0;
    border: none;
    overflow: hidden;
}
.highlighter:after{
    content: "";
    position: absolute;
    bottom: -35px;
    left: -50px;
    height: 60px;
    width: 130%;
    background-color: #ffffff;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}


.page-boxed {
    position: relative;
    padding: 0 0 25px 0;
    background: #f0f0f0;
}

.page-boxed .box-wrapper {
    position: relative;
    margin-top: -180px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.container .title-marker{position: relative}
.container .title-marker:before {
    position: absolute;
    content: "";
    width: 35%;
    height: 2px;
    border-radius: 1.5px;
    bottom: -8px;
    transform: translateY(-80%);
    background-image: linear-gradient(to right, rgba(0, 0, 0,1), rgba(0, 0, 0, 0));
    left: -20%;
    z-index: 1;
}

.margin-topmost{margin-top: -180px}


@media (max-width: 992px) { 
    .header.carousel.slide:after {
        bottom: -125px;
        height: 180px;
    }
    
     .carousel-caption .display-4 {
        font-size: 2.5rem;
    }
   
    .margin-topmost{margin-top: 0}
    .header .carousel-item, .header .carousel-item img{min-height: 30vh}
    .page-boxed .container {padding: 0}
    .page-boxed .box-wrapper {margin-top: -90px}
    section.post > .container{margin-top: -80px}
    .container .title-marker:before {display: none}
    .carousel-item .embed-responsive {margin-bottom: -90px}
    .carousel-item video{margin-top:-45px}
}
@media (max-width: 576px) { 
    .margin-topmost{margin-top: 0}
    .header.carousel.slide:after {
        bottom: -105px;
        height: 150px;
        background-color: #fff;
    }
    .page-boxed .box-wrapper {
        margin-top: -25px;
        float: none !important;
        box-shadow: none;
    }

    section.post{
        padding: 0;
    }
    section.post > .container {
        margin-top: 0;
        padding: 25px;
        float: none !important;
        background-color: #fff;
    }
    
    .carousel-caption .display-4 {
        font-size: 2.5rem;
    }
    
    section.post > .container,  section.post .post{ box-shadow: none}
    .header.carousel-inner > .carousel-caption.align-self-center{
        bottom: 50%;
        transform: translateY(-50%);
    }

    .carousel-item .embed-responsive {margin-bottom: -50px}
    .carousel-item video{margin-top:-25px}

}





/* FORMS */
.form-default select, .form-default input[type=text], .form-default input[type=password], .form-default input[type=email]{
    padding: 15px 20px;
    height: 50px;
    font-size: 1.1em;
    border: 1px solid #ededed;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-default input::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1; /* Firefox */
}
.form-default input::-ms-input-placeholder {color: inherit}  /* IE */
.form-default input::-webkit-input-placeholder {color: inherit} /* Edge */
.form-default select{cursor: pointer}
.form-default textarea {
    padding: 15px 20px;
    width: 100%;
    min-height: 125px;
    font-size: 1.1em;
    background: #fff;
    border: 1px solid #ededed;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-default label.btn-option-label {cursor: pointer}
.form-default label.btn-option-label input[type=radio] {display: none}
.form-default label.btn-option-label img {
    padding: 5px;
    border: 3px solid rgba(0,0,0,0);
}
.form-default label.btn-option-label div {
    padding: 5px;
    border: 3px solid rgba(0,0,0,0);
}
.form-default label.btn-option-label input[type=radio]:checked ~ img {border: 3px solid rgba(0,0,0,.5)}
.form-default label.btn-option-label input[type=radio]:checked ~ div {border: 3px solid rgba(0,0,0,.5)}
.form-default input[type="radio"]:disabled ~ span {opacity: .4 !important}







.form-check label{
    position: relative;
    cursor: pointer;
}
.form-check input[type="checkbox"], input[type="radio"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="checkbox"] + .label-text:before, .form-check input[type="radio"] + .label-text:before{
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="checkbox"] + .label-text:before{content: "\f096"}
.form-check input[type="checkbox"].is-invalid + .label-text{color: red}
.form-check input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    animation: effect 500ms ease-in;
}
.form-check input[type="checkbox"]:disabled + .label-text{color: #ccc}
.form-check input[type="checkbox"]:disabled + .label-text:before{content: "\f0c8"}
.form-check input[type="radio"] + .label-text:before{content: "\f10c"}
.form-check input[type="radio"]:checked + .label-text:before{
    content: "\f192";
    animation: effect 500ms ease-in;
}
.form-check input[type="radio"]:disabled + .label-text{color: #ccc}
.form-check input[type="radio"]:disabled + .label-text:before{content: "\f111"}
.form-check input[type="radio"] + .label-text .d-block {padding-left: 23px !important}

@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}



/* TABS with arrows */
@media (min-width: 576px) {
    .rounded-nav {border-radius: 50rem !important}
    .rounded-nav .nav-link {border-radius: 50rem !important}
}
.with-arrow .nav-link.active {position: relative}
.with-arrow .nav-link.active::after {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #2b90d9;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.with-arrow btn-outline-info .nav-link.active::after {border-top: 7px solid #17a2b8}
.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}
.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}
.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}




/*
Menu Style
*/
.menu-box {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.menu-box .thumb {
    float: left;
    margin-right: 20px;
}
.menu-box .thumb img {
    width: 90px;
    border-radius: 8px;
}
.menu-box:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10); }

.datepicker-inline .ui-datepicker{
        width: 100%;
    }


