/*!
* Bootstrap v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent; }
@-ms-viewport {
width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
dfn {
font-style: italic; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:hover {
color: #0056b3;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg:not(:root) {
overflow: hidden; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit; }
h1, .h1 {
font-size: 2.5rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.75rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d; }
.blockquote-footer::before {
content: "\2014 \00A0"; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #6c757d; }
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
a > code {
color: inherit; }
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem; }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700; }
pre {
display: block;
font-size: 87.5%;
color: #212529; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%; }
.col-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1; }
.order-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13; }
.order-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0; }
.order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1; }
.order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2; }
.order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3; }
.order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4; }
.order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5; }
.order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6; }
.order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7; }
.order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8; }
.order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9; }
.order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10; }
.order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11; }
.order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12; }
.offset-1 {
margin-left: 8.333333%; }
.offset-2 {
margin-left: 16.666667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.333333%; }
.offset-5 {
margin-left: 41.666667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.333333%; }
.offset-8 {
margin-left: 66.666667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.333333%; }
.offset-11 {
margin-left: 91.666667%; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-sm-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-sm-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-sm-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-sm-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1; }
.order-sm-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13; }
.order-sm-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0; }
.order-sm-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1; }
.order-sm-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2; }
.order-sm-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3; }
.order-sm-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4; }
.order-sm-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5; }
.order-sm-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6; }
.order-sm-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7; }
.order-sm-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8; }
.order-sm-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9; }
.order-sm-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10; }
.order-sm-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11; }
.order-sm-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.333333%; }
.offset-sm-2 {
margin-left: 16.666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.333333%; }
.offset-sm-5 {
margin-left: 41.666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.333333%; }
.offset-sm-8 {
margin-left: 66.666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.333333%; }
.offset-sm-11 {
margin-left: 91.666667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-md-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-md-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-md-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-md-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-md-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-md-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-md-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-md-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-md-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1; }
.order-md-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13; }
.order-md-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0; }
.order-md-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1; }
.order-md-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2; }
.order-md-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3; }
.order-md-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4; }
.order-md-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5; }
.order-md-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6; }
.order-md-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7; }
.order-md-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8; }
.order-md-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9; }
.order-md-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10; }
.order-md-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11; }
.order-md-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.333333%; }
.offset-md-2 {
margin-left: 16.666667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.333333%; }
.offset-md-5 {
margin-left: 41.666667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.333333%; }
.offset-md-8 {
margin-left: 66.666667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.333333%; }
.offset-md-11 {
margin-left: 91.666667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-lg-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-lg-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-lg-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-lg-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1; }
.order-lg-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13; }
.order-lg-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0; }
.order-lg-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1; }
.order-lg-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2; }
.order-lg-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3; }
.order-lg-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4; }
.order-lg-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5; }
.order-lg-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6; }
.order-lg-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7; }
.order-lg-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8; }
.order-lg-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9; }
.order-lg-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10; }
.order-lg-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11; }
.order-lg-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.333333%; }
.offset-lg-2 {
margin-left: 16.666667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.333333%; }
.offset-lg-5 {
margin-left: 41.666667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.333333%; }
.offset-lg-8 {
margin-left: 66.666667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.333333%; }
.offset-lg-11 {
margin-left: 91.666667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-xl-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-xl-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-xl-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-xl-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1; }
.order-xl-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13; }
.order-xl-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0; }
.order-xl-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1; }
.order-xl-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2; }
.order-xl-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3; }
.order-xl-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4; }
.order-xl-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5; }
.order-xl-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6; }
.order-xl-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7; }
.order-xl-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8; }
.order-xl-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9; }
.order-xl-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10; }
.order-xl-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11; }
.order-xl-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.333333%; }
.offset-xl-2 {
margin-left: 16.666667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.333333%; }
.offset-xl-5 {
margin-left: 41.666667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.333333%; }
.offset-xl-8 {
margin-left: 66.666667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.333333%; }
.offset-xl-11 {
margin-left: 91.666667%; } }
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::placeholder {
color: #6c757d;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff; }
.form-control-file,
.form-control-range {
display: block;
width: 100%; }
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5; }
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px); }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px; }
.form-check {
position: relative;
display: block;
padding-left: 1.25rem; }
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
color: #6c757d; }
.form-check-label {
margin-bottom: 0; }
.form-check-inline {
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: inline-flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745; }
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545; }
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
margin-bottom: 0; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-plaintext {
display: inline-block; }
.form-inline .input-group,
.form-inline .custom-select {
width: auto; }
.form-inline .form-check {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
width: auto;
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.btn:hover, .btn:focus {
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff; }
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545; }
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent; }
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.dropdown-menu-right {
right: 0;
left: auto; }
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-toggle::after {
vertical-align: 0; }
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529; }
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:first-child {
margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center; }
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
z-index: 3; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .custom-file {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
display: -ms-flexbox;
display: -webkit-box;
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: inline-flex;
margin-right: 1rem; }
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef; }
.custom-control-label {
position: relative;
margin-bottom: 0; }
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6; }
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%; }
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before {
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-select:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none; }
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef; }
.custom-select::-ms-expand {
opacity: 0; }
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%; }
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 125%; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-label::after {
border-color: #80bdff; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; }
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 0.25rem 0.25rem 0; }
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-range:focus {
outline: none; }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-appearance: none;
appearance: none; }
.custom-range::-webkit-slider-thumb:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-moz-appearance: none;
appearance: none; }
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
appearance: none; }
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-ms-thumb:active {
background-color: #b3d7ff; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem; }
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem; }
.nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #6c757d; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
.bg-primary {
background-color: #007bff !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important; }
.bg-secondary {
background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
.bg-success {
background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important; }
.bg-info {
background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important; }
.bg-white {
background-color: #fff !important; }
.bg-transparent {
background-color: transparent !important; }
.border {
border: 1px solid #dee2e6 !important; }
.border-top {
border-top: 1px solid #dee2e6 !important; }
.border-right {
border-right: 1px solid #dee2e6 !important; }
.border-bottom {
border-bottom: 1px solid #dee2e6 !important; }
.border-left {
border-left: 1px solid #dee2e6 !important; }
.border-0 {
border: 0 !important; }
.border-top-0 {
border-top: 0 !important; }
.border-right-0 {
border-right: 0 !important; }
.border-bottom-0 {
border-bottom: 0 !important; }
.border-left-0 {
border-left: 0 !important; }
.border-primary {
border-color: #007bff !important; }
.border-secondary {
border-color: #6c757d !important; }
.border-success {
border-color: #28a745 !important; }
.border-info {
border-color: #17a2b8 !important; }
.border-warning {
border-color: #ffc107 !important; }
.border-danger {
border-color: #dc3545 !important; }
.border-light {
border-color: #f8f9fa !important; }
.border-dark {
border-color: #343a40 !important; }
.border-white {
border-color: #fff !important; }
.rounded {
border-radius: 0.25rem !important; }
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important; }
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {
border-radius: 50% !important; }
.rounded-0 {
border-radius: 0 !important; }
.clearfix::after {
display: block;
clear: both;
content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important; }
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important; }
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important; }
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important; }
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important; }
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important; }
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: inline-flex !important; } }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.857143%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
flex-direction: row !important; }
.flex-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
flex-direction: column !important; }
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
flex-direction: column-reverse !important; }
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
flex-grow: 1 !important; }
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
justify-content: space-between !important; }
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
align-items: center !important; }
.align-items-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
align-items: stretch !important; }
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
flex-direction: row !important; }
.flex-sm-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
flex-direction: column-reverse !important; }
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-sm-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
justify-content: space-between !important; }
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-sm-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
align-items: stretch !important; }
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-sm-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
flex-direction: row !important; }
.flex-md-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
flex-direction: column-reverse !important; }
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
flex-grow: 1 !important; }
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-md-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
justify-content: space-between !important; }
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-md-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
align-items: stretch !important; }
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-md-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-md-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
flex-direction: row !important; }
.flex-lg-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
flex-direction: column-reverse !important; }
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-lg-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
justify-content: space-between !important; }
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-lg-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
align-items: stretch !important; }
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-lg-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
flex-direction: row !important; }
.flex-xl-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
flex-direction: column-reverse !important; }
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-xl-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
justify-content: space-between !important; }
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-xl-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
align-items: stretch !important; }
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-xl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left {
float: left !important; }
.float-sm-right {
float: right !important; }
.float-sm-none {
float: none !important; } }
@media (min-width: 768px) {
.float-md-left {
float: left !important; }
.float-md-right {
float: right !important; }
.float-md-none {
float: none !important; } }
@media (min-width: 992px) {
.float-lg-left {
float: left !important; }
.float-lg-right {
float: right !important; }
.float-lg-none {
float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left {
float: left !important; }
.float-xl-right {
float: right !important; }
.float-xl-none {
float: none !important; } }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important; }
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020; } }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; }
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-justify {
text-align: justify !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #007bff !important; }
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #117a8b !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
a:not(.btn) {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
@page {
size: a3; }
body {
min-width: 992px !important; }
.container {
min-width: 992px !important; }
.navbar {
display: none; }
.badge {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }
html {
direction: ltr;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 100%;
margin: 0 !important; }
body {
background-color: #FFF;
color: #707070;
font-family: "Open Sans", sans-serif;
font-size: 13px;
line-height: 22px;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
text-align: left; }
body a {
outline: none !important; }
strong {
line-height: 1; }
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif; }
li {
line-height: 24px; }
@media (max-width: 991px) {
html.safari {
position: relative;
overflow-x: hidden; } }
@media (max-width: 479px) {
body {
font-size: 13px; } }
.body {
background-color: #FFF; }
#header {
position: relative;
z-index: 1030;
-webkit-transition: ease min-height 300ms;
-o-transition: ease min-height 300ms;
transition: ease min-height 300ms; }
#header .header-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #FFF;
-webkit-transition: min-height 0.3s ease;
-o-transition: min-height 0.3s ease;
transition: min-height 0.3s ease;
width: 100%;
z-index: 1001; }
#header .header-container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 104px;
-webkit-transition: ease height 300ms;
-o-transition: ease height 300ms;
transition: ease height 300ms; }
@media (max-width: 991px) {
#header .header-container:not(.container) .header-nav-main {
padding: 0 0.75rem; } }
#header .header-container:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 50%;
width: 100vw;
border-bottom: 1px solid rgba(204, 204, 204, 0.2);
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
pointer-events: none;
z-index: 0; }
#header .header-container.header-column-equal-width .header-column {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
#header.header-border-bottom .header-container:after {
content: '' !important; }
#header.header-border-bottom-dark .header-container:after {
border-color: rgba(37, 42, 44, 0.1); }
#header .container {
position: relative; }
@media (max-width: 767px) {
#header .container {
width: 100%; } }
#header .header-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
max-height: 100%; }
#header .header-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
#header .header-column .header-row {
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit; }
#header.header-no-min-height .header-body {
min-height: 0 !important; }
#header .header-top {
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #EDEDEE;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 10.56px;
font-size: 0.66rem;
min-height: 41px;
max-height: 41px;
z-index: 4;
-webkit-transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
-o-transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms; }
#header .header-top::after {
clear: both;
content: "";
display: block; }
#header .header-top .header-top-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
align-self: stretch; }
#header .header-top p {
margin: 0;
padding: 0;
line-height: 37px;
float: left; }
#header .header-top p .fa, #header .header-top p .fas, #header .header-top p .far, #header .header-top p .fal, #header .header-top p .fab, #header .header-top p .icons {
position: relative;
top: 1px; }
#header .header-top .list-inline:not(.social-icons) > li {
margin-right: 27.2px;
margin-right: 1.7rem; }
#header .header-top .list-inline:not(.social-icons) > li:last-child {
margin-right: 0; }
#header .header-top .header-social-icons li + li {
margin-left: 0.4em; }
#header .header-top .btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#header .header-top.header-top-dark, #header .header-top.header-top-colored {
background: #2E3237;
border-bottom: 0; }
#header .header-top.header-top-dark li, #header .header-top.header-top-dark span, #header .header-top.header-top-dark p, #header .header-top.header-top-dark a, #header .header-top.header-top-dark i, #header .header-top.header-top-colored li, #header .header-top.header-top-colored span, #header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored i {
color: #FFF; }
#header .header-top.header-top-dark .dropdown-menu, #header .header-top.header-top-colored .dropdown-menu {
margin: 0; }
#header .header-top.header-top-dark .dropdown-menu li,
#header .header-top.header-top-dark .dropdown-menu li a, #header .header-top.header-top-colored .dropdown-menu li,
#header .header-top.header-top-colored .dropdown-menu li a {
color: #9D9D9D; }
#header .header-top.header-top-dark .dropdown-menu li:hover, #header .header-top.header-top-dark .dropdown-menu li:focus, #header .header-top.header-top-dark .dropdown-menu li:active,
#header .header-top.header-top-dark .dropdown-menu li a:hover,
#header .header-top.header-top-dark .dropdown-menu li a:focus,
#header .header-top.header-top-dark .dropdown-menu li a:active, #header .header-top.header-top-colored .dropdown-menu li:hover, #header .header-top.header-top-colored .dropdown-menu li:focus, #header .header-top.header-top-colored .dropdown-menu li:active,
#header .header-top.header-top-colored .dropdown-menu li a:hover,
#header .header-top.header-top-colored .dropdown-menu li a:focus,
#header .header-top.header-top-colored .dropdown-menu li a:active {
color: #FFF; }
#header .header-top.header-top-dark .nav i, #header .header-top.header-top-colored .nav i {
color: #9D9D9D; }
#header .header-top.header-top-dark .nav > li > a.dropdown-menu-toggle i, #header .header-top.header-top-colored .nav > li > a.dropdown-menu-toggle i {
color: #FFF; }
#header .header-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
position: relative;
float: left; }
#header .header-logo img {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
top: 0;
margin-top: 16px;
margin-top: 1rem;
margin-bottom: 16px;
margin-bottom: 1rem;
width: 160px;
height: auto;
left: -230px;}
@media (max-width: 767.98px) {
#header .header-logo img {
width: 120px !important;
height: auto !important;
left: 0 !important;
}
}
#header .header-logo img.logo-1 {
opacity: 0; }
#header .header-logo img.logo-1.active {
opacity: 1; }
#header .header-logo img.logo-2 {
position: absolute;
top: 50%;
left: 0;
margin: 0;
opacity: 0;
-webkit-transform: translate3d(-30%, -50%, 0);
transform: translate3d(-30%, -50%, 0); }
#header .header-logo img.logo-2.active {
opacity: 1;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0); }
#header .header-social-icons,
#header .header-search,
#header .header-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch; }
#header .header-button a {
font-size: 12px;
font-size: 0.75rem;
font-weight: 700; }
#header .header-search form input {
border-radius: 2px 0px 0px 2px;
font-size: 12.8px;
font-size: 0.8rem;
border: 0; }
#header .header-search form button {
background: #FFF;
height: 100%;
border-radius: 0px 2px 2px 0px;
-webkit-box-shadow: none;
box-shadow: none; }
#header .header-search form button i {
color: #CCC; }
#header .header-search.header-search-dark form input {
background: #2E3237;
color: #CCC; }
#header .header-search.header-search-dark form button {
background: #2E3237; }
#header .header-search.header-search-dark form button i {
color: #CCC; }
#header .header-top-search form input {
border-color: #ededee;
border-radius: 35px;
font-size: 11.2px;
font-size: 0.7rem;
padding: 7px 12px;
line-height: 1;
width: 150px; }
#header .header-top-search form button {
position: absolute;
top: 0;
right: 0;
border: 0;
background-color: transparent;
height: 100%;
z-index: 3; }
#header .header-top-search form button i {
color: #CCC; }
#header .header-btn-collapse-nav {
display: none;
background: transparent;
color: #1c1f21;
outline: 0;
border: none;
width: 30px;
height: 30px;
padding: 0;
margin: 16px 0; }
#header .header-btn-collapse-nav .hamburguer span {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: #1c1f21;
-webkit-transition: ease width 300ms;
-o-transition: ease width 300ms;
transition: ease width 300ms;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
#header .header-btn-collapse-nav .hamburguer span:nth-child(1) {
top: 30%; }
#header .header-btn-collapse-nav .hamburguer span:nth-child(2) {
-webkit-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms; }
#header .header-btn-collapse-nav .hamburguer span:nth-child(3) {
top: 70%;
-webkit-transition-delay: 200ms;
-o-transition-delay: 200ms;
transition-delay: 200ms; }
#header .header-btn-collapse-nav .close {
opacity: 0;
-webkit-transition: ease all 300ms;
-o-transition: ease all 300ms;
transition: ease all 300ms; }
#header .header-btn-collapse-nav .close span {
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 1px;
background: #1c1f21;
-webkit-transition: ease all 300ms;
-o-transition: ease all 300ms;
transition: ease all 300ms;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0; }
#header .header-btn-collapse-nav .close span:nth-child(1) {
-webkit-transform: translateX(-50%) rotate(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
#header .header-btn-collapse-nav .close span:nth-child(2) {
-webkit-transform: translateX(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg); }
#header .header-btn-collapse-nav.active .hamburguer {
opacity: 0; }
#header .header-btn-collapse-nav.active .hamburguer span {
width: 0; }
#header .header-btn-collapse-nav.active .close {
opacity: 1;
-webkit-transition: ease all 300ms;
-o-transition: ease all 300ms;
transition: ease all 300ms; }
#header .header-btn-collapse-nav.active .close span {
width: 80%;
-webkit-transition: ease all 300ms;
-o-transition: ease all 300ms;
transition: ease all 300ms; }
#header .header-btn-collapse-nav.active .close span:nth-child(2) {
-webkit-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms; }
#header .header-btn-collapse-nav.header-btn-collapse-nav-light .hamburguer span,
#header .header-btn-collapse-nav.header-btn-collapse-nav-light .close span {
background: #FFF; }
#header.header-effect-shrink .header-container {
min-height: 100px; }
#header.header-container-no-min-height .header-container {
min-height: 0; }
#header.header-no-border-bottom .header-body {
border-bottom: 0; }
@-webkit-keyframes headerReveal {
from {
top: -150px; }
to {
top: 0; } }
@keyframes headerReveal {
from {
top: -150px; }
to {
top: 0; } }
html.sticky-header-active #header.header-effect-reveal .header-body {
-webkit-animation: headerReveal 300ms;
animation: headerReveal 300ms; }
html.sticky-header-active #header.header-no-border-bottom .header-body {
border-bottom: 1px solid rgba(204, 204, 204, 0.2); }
html.sticky-header-active #header.header-effect-shrink .header-body .header-top {
max-height: 0; }
html #header.header-transparent {
min-height: 0 !important;
width: 100%;
position: absolute; }
html #header.header-transparent .header-body {
position: relative;
top: 0;
background: transparent; }
html #header.header-transparent .header-body:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #FFF;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px; }
html #header.header-transparent .header-container {
min-height: 92px; }
html #header.header-transparent .header-container:after {
content: none; }
html #header.header-transparent .header-nav-main {
padding: 0 16px;
padding: 0 1rem;
-webkit-transition: ease padding 300ms;
-o-transition: ease padding 300ms;
transition: ease padding 300ms; }
html #header.header-transparent .header-nav-main:before {
width: 100%;
-webkit-transition: ease width 300ms;
-o-transition: ease width 300ms;
transition: ease width 300ms; }
html #header.header-transparent-dark .header-body:before {
background: #1c1f21; }
html.sticky-header-enabled #header.header-transparent .header-body {
position: fixed; }
html:not(.sticky-header-active) #header.header-transparent .header-body {
border-bottom: 0; }
@media (min-width: 992px) {
html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a:not(.active) {
color: #FFF; }
html:not(.sticky-header-active) #header.header-transparent .header-nav-main.header-nav-main-dark nav > ul > li > a:not(.active) {
color: #1c1f21; } }
html.sticky-header-active #header.header-transparent .header-container:after {
content: ''; }
html.sticky-header-active #header.header-transparent .header-body:before {
opacity: 1; }
html.sticky-header-active #header.header-transparent .header-nav-main:before {
width: 100vw; }
@media (max-width: 991px) {
html.sticky-header-active #header.header-transparent .header-container:after {
content: ''; }
html.sticky-header-active #header.header-transparent .header-nav-main {
padding: 0; }
html.sticky-header-active.mobile-menu-opened #header.header-transparent .header-container:after {
content: none; } }
html #header.header-semi-transparent, html #header.header-semi-transparent-light {
position: absolute;
min-height: 0 !important;
width: 100%; }
html #header.header-semi-transparent .header-container:after, html #header.header-semi-transparent-light .header-container:after {
content: none; }
html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
background: transparent; }
html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #252A2C;
border-bottom: 0;
opacity: 0.1;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
html #header.header-semi-transparent .header-nav-main, html #header.header-semi-transparent-light .header-nav-main {
padding: 0 16px;
padding: 0 1rem;
-webkit-transition: ease padding 300ms;
-o-transition: ease padding 300ms;
transition: ease padding 300ms; }
html #header.header-semi-transparent .header-nav-main:before, html #header.header-semi-transparent-light .header-nav-main:before {
width: 100%;
-webkit-transition: ease width 300ms;
-o-transition: ease width 300ms;
transition: ease width 300ms; }
html #header.header-semi-transparent-light .header-body:before {
background: #FFF; }
html:not(.sticky-header-active) #header.header-semi-transparent .header-body, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
border-bottom: 0; }
@media (min-width: 992px) {
html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
color: #FFF; } }
@media (min-width: 992px) {
html.sticky-header-active #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
color: #FFF; } }
html.sticky-header-active #header.header-semi-transparent .header-body {
border-color: rgba(46, 50, 55, 0.2); }
html.sticky-header-active #header.header-transparent .header-container:after, html.sticky-header-active #header.header-semi-transparent-light .header-container:after {
content: '';
z-index: 0; }
html.sticky-header-active #header.header-semi-transparent .header-body:before, html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
opacity: 1; }
@media (max-width: 991px) {
html #header.header-transparent .header-container:not(.container) .header-nav-main, html #header.header-semi-transparent .header-container:not(.container) .header-nav-main, html #header.header-semi-transparent-light .header-container:not(.container) .header-nav-main {
margin: 0 1rem; }
html.sticky-header-active #header.header-semi-transparent .header-nav-main, html.sticky-header-active #header.header-semi-transparent-light .header-nav-main {
padding: 0; }
html.sticky-header-active #header.header-semi-transparent .header-nav-main:before, html.sticky-header-active #header.header-semi-transparent-light .header-nav-main:before {
width: 100vw; } }
@media (max-width: 767px) {
#header .header-top li {
font-size: 1.1em; } }
html #header.header-container-bottom-border .header-container:after {
content: none; }
html #header.header-container-bottom-border .header-body:after {
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
@media (min-width: 576px) {
html #header.header-container-bottom-border .header-body:after {
max-width: 510px; } }
@media (min-width: 768px) {
html #header.header-container-bottom-border .header-body:after {
max-width: 690px; } }
@media (min-width: 992px) {
html #header.header-container-bottom-border .header-body:after {
max-width: 930px; } }
@media (min-width: 1200px) {
html #header.header-container-bottom-border .header-body:after {
max-width: 1110px; } }
html.sticky-header-active #header.header-container-bottom-border .header-container .header-container:after {
content: ''; }
html.sticky-header-active #header.header-container-bottom-border .header-body:after {
content: none; }
html #header.header-with-borders .header-body:after, html #header.header-with-borders-dark .header-body:after {
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
width: 100%;
border-bottom: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
html #header.header-with-borders .header-logo,
html #header.header-with-borders .header-social-icons,
html #header.header-with-borders .header-search,
html #header.header-with-borders .header-button, html #header.header-with-borders-dark .header-logo,
html #header.header-with-borders-dark .header-social-icons,
html #header.header-with-borders-dark .header-search,
html #header.header-with-borders-dark .header-button {
border-right: 1px solid rgba(204, 204, 204, 0.2);
border-left: 1px solid rgba(204, 204, 204, 0.2); }
html #header.header-transparent .header-body:after, html #header.header-semi-transparent .header-body:after, html #header.header-semi-transparent-light .header-body:after {
border-bottom: 1px solid rgba(204, 204, 204, 0.2); }
html #header.header-with-borders-dark .header-body:after {
border-color: rgba(46, 50, 55, 0.8); }
html #header.header-with-borders-dark .header-logo,
html #header.header-with-borders-dark .header-social-icons,
html #header.header-with-borders-dark .header-search,
html #header.header-with-borders-dark .header-button {
border-color: rgba(46, 50, 55, 0.8); }
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-body:after,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-logo,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-social-icons,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-search,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-button, html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-body:after,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-logo,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-social-icons,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-search,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-button {
border-color: transparent; }
html #header.header-floating {
position: absolute;
min-height: 0 !important;
width: 100%; }
@media (min-width: 992px) {
html #header.header-floating {
top: 45px; } }
html #header.header-floating .header-container:after {
content: none; }
html #header.header-floating .header-body {
margin: 0 auto;
border-radius: 3px; }
@media (min-width: 992px) {
html #header.header-floating .header-body {
max-width: 960px; }
html #header.header-floating .header-body .header-container {
padding-right: 30px;
padding-left: 30px; } }
@media (min-width: 1200px) {
html #header.header-floating .header-body {
max-width: 1140px; } }
html.sticky-header-active #header.header-floating .header-container:after {
content: ''; }
html.sticky-header-active #header.header-floating .header-body {
max-width: none;
margin: none; }
html.sticky-header-active #header.header-floating .header-body .header-container {
padding-right: 15px;
padding-left: 15px; }
html #header.header-dark .header-body {
background: #202326;
border-color: rgba(46, 50, 55, 0.2); }
html #header.header-dark.header-transparent .header-body, html #header.header-dark.header-semi-transparent .header-body, html #header.header-dark.header-semi-transparent-light .header-body {
background: transparent; }
html #header.header-dark .header-nav-main:before {
background-color: #202326; }
html #header.header-dark .header-nav-main nav > ul > li {
border-color: #2E3237; }
html #header.header-dark .header-nav-main nav > ul > li > a {
color: #FFF; }
html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu {
background-color: #202326; }
html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
border-color: #2E3237; }
html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
color: #777; }
html #header.header-dark .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
color: #707070; }
html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li.active > a, html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a, html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a {
color: #FFF; }
html #header.header-dark .header-search form input {
background: #2E3237;
color: #CCC; }
html #header.header-dark .header-search form button {
background: #2E3237; }
html #header.header-dark .header-search form button i {
color: #CCC; }
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-dark .hamburguer span,
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-dark .close span {
background: #1c1f21; }
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-light .hamburguer span,
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-light .close span {
background: #FFF; }
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
background: transparent !important; }
@media (min-width: 992px) {
#header .header-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-item-align: stretch;
align-self: stretch; }
#header .header-nav.header-nav-border-top:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 50%;
width: 100vw;
border-top: 1px solid #EDEDEE;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
#header .header-action {
border-left: 1px solid #e1e1e1;
margin-left: 1.1rem;
padding-left: 1.1rem;
font-size: 0.85rem; }
#header .header-nav-main {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
height: auto !important;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
-ms-flex-item-align: stretch;
align-self: stretch; }
#header .header-nav-main nav.collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
width: 100%; }
#header .header-nav-main nav > ul {
width: 100%; }
#header .header-nav-main nav > ul > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%; }
#header .header-nav-main nav > ul > li + li {
margin-left: 2px; }
#header .header-nav-main nav > ul > li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 1.42857143;
font-family: "Montserrat", sans-serif;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#header .header-nav-main nav > ul > li a .menu-arrow {
position: absolute;
min-width: 30px;
height: 100%;
right: 15px;
top: 0; }
#header .header-nav-main nav > ul > li a .menu-arrow:after {
content: " ";
position: absolute;
top: 50%;
left: 50%;
border-color: #CCC;
border-top: 1px solid;
border-right: 1px solid;
width: 6px;
height: 6px;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg); }
#header .header-nav-main nav > ul > li a.dropdown-item {
background-color: transparent; }
#header .header-nav-main nav > ul > li > a {
border-radius: 4px;
font-size: 0.8rem;
font-style: normal;
font-weight: 500;
line-height: 1.2;
padding: 1.93333em 0.85em;
color: #777; }
#header .header-nav-main nav > ul > li > a .menu-arrow {
display: none; }
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.active > a {
color: #CCC;
background: transparent; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
background: #252A2C;
top: -10000px;
display: block;
opacity: 0;
left: auto;
border-radius: 4px;
border: 0;
-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
margin: -3px 0 0 0;
min-width: 260px;
padding: 20px 10px 20px 30px;
text-align: left; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
border-bottom: 0; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn) {
color: #9D9D9D;
font-size: 0.87em;
font-weight: 400;
padding: 8px 0;
position: relative;
text-transform: none;
-webkit-transition: ease transform 300ms, ease color 300ms;
-o-transition: ease transform 300ms, ease color 300ms;
transition: ease transform 300ms, ease color 300ms; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
position: relative;
z-index: 1; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
background: #2a2f31;
left: 100%;
display: block;
margin-top: -5px;
margin-left: -1px;
border-radius: 4px;
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu.dropdown-reverse {
left: auto;
right: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus {
z-index: 2; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu {
top: -15px;
opacity: 1; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover.dropdown-reverse > a.dropdown-toggle .menu-arrow, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus.dropdown-reverse > a.dropdown-toggle .menu-arrow {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
left: auto;
right: calc(100% + 20px); }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu:after {
content: '';
position: absolute;
top: 0;
right: -20px;
height: 100%;
width: 20px; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
color: #FFF;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child {
border-bottom: 0; }
#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
top: 100%;
left: 0;
display: block;
opacity: 1;
margin-top: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega {
position: static; }
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
background: #252A2C;
border-radius: 6px;
left: 50% !important;
right: auto !important;
padding: 0;
width: 100% !important;
max-width: 95vw;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
padding: 40px 20px; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
padding: 15px 5px 10px 30px; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div:first-child:not(.dropdown-mega-sub-content-block),
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div + div {
border-right: 1px solid #303537; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div:last-child {
border-right: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
color: #FFF;
display: block;
font-size: 1em;
font-weight: 600;
margin-top: 1.2rem;
padding-bottom: 5px; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
margin-top: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
list-style: none;
padding: 0;
margin: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
display: block;
padding: 8px;
line-height: 1.42857143; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:focus > a {
color: #FFF; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:last-child a {
border-bottom: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
position: absolute;
left: 0;
top: 0;
padding: 55px 30px !important;
height: 100%;
border-radius: 4px 0 0 4px;
overflow: hidden; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block.dropdown-mega-sub-content-block-right {
right: 0;
left: auto;
border-radius: 0 4px 4px 0; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block.overlay:before {
z-index: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block h4 {
font-size: 1.6em; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block p {
color: #777; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block .content-block-image {
position: absolute;
bottom: 0;
right: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block .content-block-button {
display: inline-block;
border-bottom: none; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > span,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > h4,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > p,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > a {
opacity: 0;
-webkit-transform: translateY(-15%);
-ms-transform: translateY(-15%);
transform: translateY(-15%);
-webkit-transition: ease transform 300ms, ease opacity 300ms;
-o-transition: ease transform 300ms, ease opacity 300ms;
transition: ease transform 300ms, ease opacity 300ms; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > img.content-block-image {
opacity: 0;
-webkit-transform: translateX(15%);
-ms-transform: translateX(15%);
transform: translateX(15%);
-webkit-transition: ease transform 300ms, ease opacity 300ms;
-o-transition: ease transform 300ms, ease opacity 300ms;
transition: ease transform 300ms, ease opacity 300ms; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > span {
-webkit-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > h4 {
-webkit-transition-delay: 200ms;
-o-transition-delay: 200ms;
transition-delay: 200ms; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > p {
-webkit-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > img.content-block-image {
-webkit-transition-delay: 400ms;
-o-transition-delay: 400ms;
transition-delay: 400ms; }
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > a {
-webkit-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms; }
#header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > span,
#header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > h4,
#header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > p,
#header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > a {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
#header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > img.content-block-image {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 > .dropdown-menu {
border-radius: 4px;
width: 100vw !important; }
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block {
position: relative;
height: auto;
padding: 30px 50px !important; }
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 15px;
background: #282D2F;
z-index: -1; }
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-nav .dropdown-submenu .dropdown-menu {
border-radius: 0; }
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
position: relative; }
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
left: auto !important; }
#header .header-nav-main.header-nav-main-light nav > ul > li > a {
color: #FFF; }
#header .header-nav-main.header-nav-main-light nav > ul > li > a:hover {
background: transparent; }
#header .header-nav-main.header-nav-main-dark nav > ul > li > a {
color: #1c1f21; }
#header .header-nav-main.header-nav-main-dark nav > ul > li > a:hover {
background: transparent; }
#header .header-nav-main.header-nav-main-uppercase nav > ul > li > a {
text-transform: uppercase;
font-weight: 600;
font-size: 0.75rem;
padding-left: 1.1em;
padding-right: 1.1em; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
#header .header-nav-main.header-nav-main-uppercase nav > ul > li > a {
font-size: 0.70rem; } }
@media (min-width: 992px) {
#header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a {
position: relative; }
#header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a.active:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
border-top: 3px solid #CCC; }
#header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before, #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:focus > a:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
border-top: 3px solid #CCC; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li {
margin-left: 0; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu {
-webkit-box-shadow: 0 21px 55px -20px rgba(0, 0, 0, 0.08);
box-shadow: 0 21px 55px -20px rgba(0, 0, 0, 0.08);
border-radius: 0 0 4px 4px; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu:before {
content: '';
position: absolute;
top: -1px;
left: 0;
width: 100%;
border-top: 1px solid rgba(204, 204, 204, 0.3); }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a {
border-radius: 0;
-webkit-transition: none;
-o-transition: none;
transition: none; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a.active {
background: #CCC;
color: #FFF; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:focus > a {
background: #CCC;
color: #FFF; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a {
color: #777 !important; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a.active {
color: #FFF !important; }
#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:hover > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:focus > a {
color: #FFF !important; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu {
background-color: #FFF; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
color: #CCC; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
background-color: #FFF; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
border-color: #F1F3F7; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
color: #1c1f21; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
background-color: #CCC; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
color: #FFF !important; }
#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 0;
padding-left: 0;
margin-left: 0.7rem;
margin-right: 0.7rem; }
#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
font-size: 0.8em;
text-transform: none;
font-weight: normal;
margin-top: 0.3rem; }
#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
-webkit-transition: ease padding-bottom 300ms;
-o-transition: ease padding-bottom 300ms;
transition: ease padding-bottom 300ms; }
#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active {
padding-bottom: 35px; }
#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active > span {
top: 60%;
left: 0;
opacity: 1; }
#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
position: absolute;
top: 50%;
left: 0;
margin-top: 0;
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: ease opacity 200ms, ease top 300ms;
-o-transition: ease opacity 200ms, ease top 300ms;
transition: ease opacity 200ms, ease top 300ms; }
#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a {
padding-bottom: 35px; }
#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a > span {
top: 60%;
left: 0;
opacity: 1; }
#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a {
position: relative; }
#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:before {
content: '';
display: block;
position: absolute;
top: 56%;
left: 0.55rem;
right: 100%;
border-top: 7px solid rgba(204, 204, 204, 0.5);
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: ease right 300ms;
-o-transition: ease right 300ms;
transition: ease right 300ms; }
#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active {
color: #777; }
#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active:before {
right: 0.55rem; }
#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a {
color: #777; }
#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a:before, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a:before {
right: 0.55rem; }
#header .header-nav.header-nav-square .header-nav-main nav > ul > li > a {
border-radius: 0; }
#header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown .dropdown-menu {
border-radius: 0; }
#header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
border-radius: 0; }
#header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
border-radius: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
#header .header-nav-main nav > ul > li > a {
font-size: 0.8rem; } }
@media (min-width: 992px) {
#header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin) .dropdown-menu li,
#header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin) .dropdown-mega-sub-nav li {
-webkit-transition: -webkit-transform .2s ease-out;
transition: -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out;
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
#header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin):hover > .dropdown-menu li,
#header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin):hover .dropdown-mega-sub-nav li {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
-webkit-transition: -webkit-transform .2s ease-out;
transition: -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out;
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
-webkit-transform: translate3d(-50%, -5px, 0);
transform: translate3d(-50%, -5px, 0); }
#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu > li {
-webkit-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important; }
#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@media (min-width: 992px) {
#header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
opacity: 0; }
#header .header-nav-main-effect-2 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; }
#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
-webkit-transform: translate3d(-50%, 5px, 0);
transform: translate3d(-50%, 5px, 0); }
#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@media (min-width: 992px) {
#header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
-webkit-transition: -webkit-transform .2s ease-out;
transition: -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
#header .header-nav-main-effect-3 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
#header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0); }
#header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); } }
@media (min-width: 992px) {
#header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
opacity: 0; }
#header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu.dropdown-reverse {
-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
left: auto;
right: 100%;
opacity: 0; }
#header .header-nav-main-effect-4 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; }
#header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
-webkit-transform: translate3d(-55%, 0, 0);
transform: translate3d(-55%, 0, 0); }
#header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu.dropdown-reverse {
-webkit-transform: translate3d(45%, 0, 0);
transform: translate3d(45%, 0, 0); }
#header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); } }
@media (min-width: 992px) {
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out;
transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
opacity: 0; }
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; }
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@media (max-width: 991px) {
#header .header-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#header .header-nav-main {
position: absolute;
top: 99%;
right: 0;
left: 0;
background: transparent;
margin-top: 0px;
z-index: 1; }
#header .header-nav-main:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 50%;
width: 100vw;
height: 100%;
background: #252A2C;
z-index: -1;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
#header .header-nav-main nav {
max-height: 60vh;
overflow: hidden;
overflow-y: auto;
margin: 1.3rem 0;
-webkit-transition: ease all 300ms;
-o-transition: ease all 300ms;
transition: ease all 300ms; }
#header .header-nav-main nav.collapsing {
overflow-y: hidden; }
#header .header-nav-main nav.closed {
margin: 0; }
#header .header-nav-main nav::-webkit-scrollbar {
width: 5px; }
#header .header-nav-main nav::-webkit-scrollbar-thumb {
border-radius: 0px;
background: rgba(204, 204, 204, 0.5); }
#header .header-nav-main nav > ul li {
border-bottom: 1px solid #303537;
clear: both;
display: block;
float: none;
margin: 0;
padding: 0;
position: relative;
width: 100%; }
#header .header-nav-main nav > ul li a:not(.btn) {
position: relative;
display: block;
color: #9D9D9D;
font-style: normal;
line-height: 1.3;
padding: 10px 0;
border-radius: 4px;
font-family: "Montserrat", sans-serif; }
#header .header-nav-main nav > ul li a:not(.btn):hover, #header .header-nav-main nav > ul li a:not(.btn):focus, #header .header-nav-main nav > ul li a:not(.btn).active {
color: #FFF; }
#header .header-nav-main nav > ul li a:not(.btn) .menu-arrow {
position: absolute;
min-width: 30px;
height: 100%;
right: 5px;
top: 0;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transition: ease transform 800ms;
-o-transition: ease transform 800ms;
transition: ease transform 800ms; }
#header .header-nav-main nav > ul li a:not(.btn) .menu-arrow:after {
content: " ";
position: absolute;
top: 50%;
left: 50%;
border-color: #CCC;
border-top: 1px solid;
border-right: 1px solid;
width: 7px;
height: 7px;
-webkit-transform: translate(-50%, -50%) rotate(135deg);
-ms-transform: translate(-50%, -50%) rotate(135deg);
transform: translate(-50%, -50%) rotate(135deg); }
#header .header-nav-main nav > ul li a:not(.btn).dropdown-item {
background-color: transparent; }
#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
background: transparent;
padding: 0 0 20px;
margin: 0;
font-size: 13px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: 0;
clear: both;
display: none;
float: none;
position: static; }
#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow {
-webkit-transform: rotateX(180deg) translate3d(0, -3px, 0);
transform: rotateX(180deg) translate3d(0, -3px, 0); }
#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
margin-left: 20px; }
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-toggle .menu-arrow {
-webkit-transform: rotateX(180deg) translate3d(0, -3px, 0);
transform: rotateX(180deg) translate3d(0, -3px, 0); }
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
padding-left: 20px; }
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-content {
padding-left: 0; }
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
margin-top: 10px;
display: block;
color: #FFF; }
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
margin: 0;
padding: 0;
list-style: none; }
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
display: block;
text-decoration: none; }
#header .header-nav-main nav > ul li.dropdown-full-color:first-child {
margin-top: 0; }
#header .header-nav-main nav > ul li.dropdown-full-color > a {
padding: 10px 15px; }
#header .header-nav-main nav > ul li.dropdown-full-color > .dropdown-menu li {
border: none; }
#header .header-nav-main nav > ul li.dropdown-full-color.opened > .dropdown-menu {
padding-left: 15px; }
#header .header-nav-main nav > ul li:last-child {
border-bottom: 0; }
#header .header-nav-main nav > ul > li > a {
font-size: 1.1em;
font-weight: 400;
margin-top: 1px;
margin-bottom: 1px; }
#header .header-btn-collapse-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 1; }
#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
text-align: left; }
#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
font-size: 0.6em;
display: block; }
#header .header-nav.header-nav-light-dropdown .header-nav-main:before {
background-color: #FFF; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li {
border-color: #F1F3F7; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:hover, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:focus, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a.active {
color: #CCC; }
#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
color: #1c1f21;
font-weight: bold; }
html.safari #header .header-nav-main nav a {
-webkit-transform: translate3d(0px, 0px, 1px) !important;
transform: translate3d(0px, 0px, 1px) !important; } }
.page-header {
    background-color: #EEF3F3;
    margin: 0;
    min-height: 0;
    padding: 12px 0;
    position: relative;
    text-align: left;
}
.page-header .breadcrumb {
background: none;
margin: 0 0 8px 2px;
padding: 0;
position: relative;
z-index: 1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.page-header .breadcrumb > li {
display: inline-block;
font-size: 0.85em;
text-shadow: none; }
.page-header .breadcrumb > li + li:before {
color: #8B989B;
opacity: 1;
font-family: inherit;
content: "/";
padding: 0 9px;
font-weight: 400; }
.page-header .breadcrumb.breadcrumb-valign-mid {
position: absolute;
top: 36%;
right: 20px; }
.page-header h1 {
    display: inline-block !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #22333B !important;
    font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.3px !important;
}

.page-header h1::after {
    content: "" !important;
    display: block !important;
    width: 48px !important;
    height: 3px !important;
    margin-top: 7px !important;
    background: #328685 !important;
}
.page-header .lead {
padding: 0;
margin: 0;
font-size: 1.3em;
line-height: 1.6; }
.page-header.page-header-color a:hover {
text-decoration: underline; }
.page-header.page-header-text-light h1, .page-header.page-header-text-light a:not(.btn), .page-header.page-header-text-light span, .page-header.page-header-text-light p {
color: #FFF; }
.page-header.page-header-text-light li,
.page-header.page-header-text-light li > a {
color: #a2a2a2; }
.page-header.page-header-text-light.page-header-crumbs-light-2 li,
.page-header.page-header-text-light.page-header-crumbs-light-2 li > a {
color: #d8d8d8; }
.page-header.parallax > .container {
position: relative;
z-index: 3; }
.page-header.page-header-dark {
background-color: #2E3237; }
.section {
position: relative;
padding: 73.846px 0;
padding: 4.6153846154rem 0;
}
.section.section-height-1 {
padding: 12.307px 0;
padding: 0.7692307692rem 0; }
.section.section-height-2 {
padding: 36.923px 0;
padding: 2.3076923077rem 0; }
.section.section-height-3 {
padding: 73.846px 0;
padding: 4.6153846154rem 0; }
.section.section-height-4 {
padding: 110.769px 0;
padding: 6.9230769231rem 0; }
.section.section-height-5 {
padding: 147.692px 0;
padding: 9.2307692308rem 0; }
.section > .container {
position: relative;
z-index: 3; }
.section.section-background {
background-position: 0 50%;
background-repeat: repeat;
z-index: 1; }
.section.section-skew {
position: relative;
overflow: hidden; }
.section.section-skew .section-skew-layer {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transform: skew(-15deg, 0deg);
-ms-transform: skew(-15deg, 0deg);
transform: skew(-15deg, 0deg); }
.section.section-skew .section-skew-layer.skew-layer-from-right, .section.section-skew .section-skew-layer[data-skew-layer-from="right"] {
left: 105%; }
.section.section-skew > .container {
position: relative;
z-index: 3; }
@media (max-width: 991px) {
.section.section-skew .section-skew-layer.section-skew-layer-mobile-right {
left: 90% !important; } }
.section.section-content-pull-top > .container:not(.no-pull-top) {
margin-top: -112px;
margin-top: -7rem; }
.section.section-content-pull-top.pull-top-level-2 > .container:not(.no-pull-top) {
margin-top: -144px;
margin-top: -9rem; }
.section.section-content-pull-top.pull-top-level-3 > .container:not(.no-pull-top) {
margin-top: -176px;
margin-top: -11rem; }
.section.section-content-pull-top.pull-top-level-4 > .container:not(.no-pull-top) {
margin-top: -240px;
margin-top: -15rem; }
.section.section-content-pull-top.pull-top-level-5 > .container:not(.no-pull-top) {
margin-top: -288px;
margin-top: -18rem; }
.section.section-content-pull-top-2 {
padding-bottom: 0; }
.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
margin-top: -112px;
margin-top: -7rem;
background: #FFF;
border-radius: 7px;
-webkit-box-shadow: 0px -1px 15px -3px rgba(153, 153, 153, 0.1);
box-shadow: 0px -1px 15px -3px rgba(153, 153, 153, 0.1);
padding: 60px 40px;
z-index: 0; }
@media (min-width: 768px) {
.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
max-width: 720px; } }
@media (min-width: 992px) {
.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
max-width: 1015px; } }
@media (min-width: 1200px) {
.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
max-width: 1190px; } }
.section.section-content-pull-top-2.pull-top-level-2 > .container:not(.no-pull-top) {
margin-top: -144px;
margin-top: -9rem; }
.section.section-content-pull-top-2.pull-top-level-3 > .container:not(.no-pull-top) {
margin-top: -176px;
margin-top: -11rem; }
.section.section-content-pull-top-3 {
padding: 36.8px 0;
padding: 2.3rem 0; }
.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
margin-top: -112px;
margin-top: -7rem;
background: #FFF;
padding: 40px 40px; }
@media (min-width: 768px) {
.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
max-width: 720px; } }
@media (min-width: 992px) {
.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
max-width: 1015px; } }
@media (min-width: 1200px) {
.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
max-width: 1190px; } }
.section.section-content-pull-top-4 {
padding: 36.8px 0;
padding: 2.3rem 0; }
@media (max-width: 575px) {
.section.section-content-pull-top-4 {
padding-top: 0; } }
.section.section-content-pull-top-4:before {
content: '';
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
width: 100%;
height: 170px;
background: -webkit-gradient(linear, left bottom, left top, from(#f1f3f7), to(rgba(46, 50, 55, 0.2)));
background: -webkit-linear-gradient(bottom, #f1f3f7, rgba(46, 50, 55, 0.2));
background: -o-linear-gradient(bottom, #f1f3f7, rgba(46, 50, 55, 0.2));
background: linear-gradient(to top, #f1f3f7, rgba(46, 50, 55, 0.2)); }
@media (min-width: 576px) {
.section.section-content-pull-top-4:before {
max-width: 540px; } }
@media (min-width: 768px) {
.section.section-content-pull-top-4:before {
max-width: 720px; } }
@media (min-width: 992px) {
.section.section-content-pull-top-4:before {
max-width: 960px; } }
@media (min-width: 1200px) {
.section.section-content-pull-top-4:before {
max-width: 1440px; } }
.section.section-content-pull-top-4 > .container:not(.no-pull-top) {
margin-top: -240px;
margin-top: -15rem; }
.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row {
padding: 0 30px; }
.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child {
position: relative;
padding: 30px 30px 0; }
.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child:before {
content: '';
position: absolute;
top: 0;
right: 0;
left: 0;
height: 203px;
border-radius: 7px 7px 0 0;
background: #2E3237;
z-index: -1; }
@media (max-width: 575px) {
.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child:before {
height: 100%;
border-radius: 0; } }
.section.section-content-pull-top-5 > .container,
.section.section-content-pull-top-5 > .container-fluid {
margin-top: -48px;
margin-top: -3rem; }
.section.section-over-slider {
margin-top: -106px;
padding: 0; }
.section.section-over-slider.section-over-slider-style-1 > .container {
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 24px 0;
padding: 1.5rem 0; }
.section.section-text-overlay {
position: relative;
overflow: hidden; }
.section.section-text-overlay .text-background {
position: absolute;
left: 50%;
bottom: 0;
width: 100%;
text-align: center;
font-size: 13vw;
line-height: 3.3vw;
opacity: 0.06;
z-index: 2;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.section.section-text-overlay .text-background.appear-animation {
opacity: 0; }
.section.section-text-overlay .text-background.text-background-style-2 {
width: 120%;
opacity: 0.03; }
.section.section-text-overlay .text-background.text-background-color-1 {
color: #72b9ff; }
@media (max-width: 991px) {
.section.section-content-pull-top:not(.pull-top-always) > .container, .section.section-content-pull-top-2:not(.pull-top-always) > .container, .section.section-content-pull-top-3:not(.pull-top-always) > .container {
margin-top: 0 !important;
padding: 0 15px; } }
@media (max-width: 767px) {
.section.section-over-slider {
margin-top: 0; }
.section.section-over-slider.section-over-slider-style-1 {
background: #2E3237; }
.section.section-over-slider.section-over-slider-style-1 > .container {
border-top: 0;
padding: 1.5rem 15px; } }
@media (max-width: 575px) {
.section.section-content-pull-top-4:not(.pull-top-always) > .container {
margin-top: 0 !important; } }
.slider-container {
background: #1c1f21;
width: 100%;
height: 490px;
overflow: hidden;
direction: ltr; }
.slider-container.slider-container-full-height {
height: 100vh; }
.slider-container.slider-container-height-490 {
height: 490px; }
.slider-container.slider-container-height-550 {
height: 550px; }
.slider-container.slider-container-height-600 {
height: 600px; }
.slider-container.slider-container-height-720 {
height: 720px; }
.slider-container.slider-container-height-800 {
height: 800px; }
.slider-container.slider-container-height-870 {
height: 870px; }
.rev_slider li.slide-overlay {
}
.rev_slider li.slide-overlay .slotholder:after {
width: 100%;
height: 100%;
content: '';
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0.9;
background: #1c1f21;
z-index: 2; }
.rev_slider li.slide-overlay.slide-overlay-light .slotholder:after {
background: #FFF; }
.rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after {
opacity: 0.0; }
.rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after {
opacity: 0.1; }
.rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after {
opacity: 0.2; }
.rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after {
opacity: 0.3; }
.rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after {
opacity: 0.4; }
.rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after {
opacity: 0.5; }
.rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after {
opacity: 0.6; }
.rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after {
opacity: 0.7; }
.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
opacity: 0.8; }
.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
opacity: 0.9; }
.rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after {
opacity: 0.10; }
.tp-bullets.bullets-style-1 .tp-bullet {
width: 7px;
height: 7px;
border-radius: 100%; }
.tparrows {
}
.tparrows.slider-arrows-style-1 {
background: transparent !important; }
.tparrows.slider-arrows-style-1:hover:before {
opacity: 0.8; }
.tparrows.slider-arrows-style-2 {
background: transparent !important; }
.tparrows.slider-arrows-style-2.tp-leftarrow:before, .tparrows.slider-arrows-style-2.tp-rightarrow:before {
content: '';
position: absolute;
top: 50%;
left: 70%;
width: 30px;
height: 30px;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
opacity: 0.4;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
-webkit-transition: ease opacity 300ms;
-o-transition: ease opacity 300ms;
transition: ease opacity 300ms; }
.tparrows.slider-arrows-style-2.tp-leftarrow:after, .tparrows.slider-arrows-style-2.tp-rightarrow:after {
content: '';
display: block;
position: absolute;
left: 9px;
top: 50%;
width: 60px;
border-top: 1px solid #FFF;
opacity: 0.4;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: ease width 300ms, ease opacity 300ms;
-o-transition: ease width 300ms, ease opacity 300ms;
transition: ease width 300ms, ease opacity 300ms; }
.tparrows.slider-arrows-style-2.tp-leftarrow:hover:before, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:before {
opacity: 0.8; }
.tparrows.slider-arrows-style-2.tp-leftarrow:hover:after, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:after {
width: 90px;
opacity: 0.8; }
.tparrows.slider-arrows-style-2.tp-rightarrow {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.tparrows.slider-arrows-dark:before {
color: #1c1f21; }
.slider-contact-form-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 50%;
z-index: 99999;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
.slider-contact-form-wrapper .slider-contact-form {
background: rgba(28, 31, 33, 0.3);
padding: 80px 80px 256px;
padding: 5rem 5rem 16rem;
min-width: 416px; }
.slider-contact-form-wrapper .slider-contact-form > p {
color: #969696; }
.slider-contact-form-wrapper .slider-contact-form form label {
color: #CCC; }
@media (max-width: 575px) {
.slider-contact-form-wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.slider-contact-form-wrapper .slider-contact-form {
min-width: 256px;
padding: 3rem; } }
@media (max-width: 320px) {
.slider-contact-form-wrapper .slider-contact-form {
padding: 1rem; } }
.slider-scroll-button {
position: relative;
width: 57px;
height: 57px;
background: #CCC;
border-radius: 100%; }
.slider-scroll-button:before {
content: '';
position: absolute;
top: 50%;
left: 49%;
width: 23px;
height: 34px;
border: 1px solid #FFF;
border-radius: 15px;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.slider-scroll-button:after {
content: '';
width: 6px;
height: 10px;
border-radius: 10px;
border: 1px solid #FFF;
position: absolute;
top: 19px;
left: 49%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
-webkit-animation-name: sliderScrollButton;
animation-name: sliderScrollButton;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.layer-bg-color-1 {
background-color: #2b3b4b; }
.layer-border-1 {
border: 5px solid #55616E; }
.layer-border-width-1 {
border-width: 5px !important; }
.layer-border-width-2 {
border-width: 2px !important; }
html.ie .forcefullwidth_wrapper_tp_banner {
overflow: hidden; }
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
border: 0 !important; }
@media (min-width: 576px) {
.layer-letter-spacing-10 {
letter-spacing: 10px !important; } }
html.boxed .slider-container {
width: 100% !important;
left: auto !important; }
#footer {
background: #1C1F21;
margin-top: 50px; }
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
color: #FFF; }
#footer h2 {
font-weight: 500; }
#footer li {
color: #777; }
#footer a.highlight-underlined-light {
color: #FFF;
text-decoration: underline;
font-weight: 100; }
#footer a.highlight-underlined-dark {
color: #1c1f21;
text-decoration: underline;
font-weight: 100; }
#footer.footer-hover-links-light a:not(.btn) {
-webkit-transition: ease all 300ms;
-o-transition: ease all 300ms;
transition: ease all 300ms; }
#footer.footer-hover-links-light a:not(.btn):hover {
color: #FFF;
border-color: #FFF; }
#footer.footer-text-light h1, #footer.footer-text-light h2, #footer.footer-text-light h3, #footer.footer-text-light h4, #footer.footer-text-light h5, #footer.footer-text-light h6, #footer.footer-text-light p, #footer.footer-text-light a, #footer.footer-text-light span, #footer.footer-text-light li, #footer.footer-text-light strong {
color: #FFF; }
#footer.footer-colors a:hover:not(.link-underline-light) {
text-decoration: underline; }
#footer > .container > .row {
padding-top: 64px;
padding-top: 4rem; }
#footer .logo img {
max-width: 122px; }
#footer .footer-top-featured-boxes .featured-box h4 {
line-height: 1.2;
font-weight: 500;
font-size: 1.1em;
padding-top: 4px; }
#footer .footer-top-featured-boxes .featured-box:nth-child(1) img {
height: 50px; }
#footer .footer-top-featured-boxes .featured-box:nth-child(2) img {
height: 45px;
left: 37px; }
#footer .footer-top-featured-boxes .featured-box:nth-child(3) img {
height: 44px;
top: 40px;
left: 27px; }
#footer.footer-reveal {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: -10; }
#footer .footer-copyright {
background: #1C1F21;
margin-top: 5em;
padding: 2em 0; }
#footer .footer-copyright.footer-copyright-border-top {
border-top: 1px solid #E2E4E8; }
#footer .footer-copyright.footer-copyright-border-top-2 {
border-top: 1px solid #252525; }
#footer .footer-copyright.footer-copyright-container-border-top {
position: relative; }
#footer .footer-copyright.footer-copyright-container-border-top:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 50%;
width: 100vw;
max-width: 1140px;
border-bottom: 1px solid #E2E4E8;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
#footer .footer-copyright.footer-copyright-landing-bg-color {
background-color: #202528; }
#footer .footer-copyright p {
font-size: 0.9em; }
#footer .section-skew .footer-copyright {
position: relative;
background: transparent;
z-index: 2; }
html.dark {
}
html.dark .body {
background-color: #1c1f21; }
html.dark .border {
border-color: #2E3237 !important; }
html.dark #header .header-top {
border-bottom-color: #2E3237; }
html.dark #header .header-body {
background: #1c1f21; }
html.dark #header .header-container:after {
border-bottom-color: rgba(46, 50, 55, 0.2); }
@media (min-width: 992px) {
html.dark #header .header-nav-main-dark nav > ul > li > a {
color: #777; } }
html.dark #header .header-btn-collapse-nav .hamburguer span {
background: #FFF; }
html.dark #header .header-btn-collapse-nav .close span {
background: #FFF; }
html.dark .word-rotator.type .word-rotator-words.waiting::after {
-webkit-animation: 1s word-rotator-pulse-light step-end infinite;
animation: 1s word-rotator-pulse-light step-end infinite; }
html.dark .steps .item:not(.active) {
background: #1c1f21 !important; }
html.dark .steps .item .item-title {
color: #FFF; }
html.dark .steps .item .item-title:after {
background: #1c1f21; }
html.dark .steps .item.active {
border-color: #FFF; }
html.dark .steps .item.active:before {
border: 6px solid #1c1f21; }
html.dark .steps .item.active:after {
background: #1c1f21; }
html.dark .steps .item.active .item-title {
color: #1c1f21; }
html.dark .steps .dots .dots-color-dark {
background: #FFF; }
html.dark .sort-destination-loader:after {
background: #202326; }
html.dark .double-carousel .owl-carousel .owl-item .card {
background: #292d31; }
html.dark .double-carousel .owl-carousel .owl-item .card p, html.dark .double-carousel .owl-carousel .owl-item .card strong {
color: #FFF; }
html.dark section.section {
}
html.dark section.section:not([class*="bg-light"]) h2, html.dark section.section:not([class*="bg-light"]) h3, html.dark section.section:not([class*="bg-light"]) h4, html.dark section.section:not([class*="bg-light"]) h5, html.dark section.section:not([class*="bg-light"]) h6 {
color: #FFF; }
html.dark section.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
background: #202326;
-webkit-box-shadow: 0px -1px 15px -3px rgba(9, 10, 11, 0.1);
box-shadow: 0px -1px 15px -3px rgba(9, 10, 11, 0.1); }
html.dark .learn-more {
color: #FFF; }
html.dark .learn-more:hover {
color: #CCC; }
html.dark .content-grid .content-grid-item:before {
border-left: 1px solid #2E3237; }
html.dark .content-grid .content-grid-item:after {
border-bottom: 1px solid #2E3237; }
html.dark .content-grid.content-grid-dashed .content-grid-item:before {
border-left: 1px dashed #2E3237; }
html.dark .content-grid.content-grid-dashed .content-grid-item:after {
border-bottom: 1px dashed #2E3237; }
html.boxed body {
background-color: #E7E9ED;
background-position: 0 0;
background-repeat: repeat; }
html.boxed .body {
position: relative;
background-color: #FFF;
margin: 25px auto;
max-width: 1200px;
height: auto;
z-index: 0; }
html.boxed #header .header-body {
max-width: 1200px; }
html.boxed #header .header-container:after {
max-width: 1200px; }
html.boxed #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
max-width: 1200px;
border-radius: 0 !important; }
html.boxed #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
border-radius: 0 !important; }
html.boxed #header .header-nav-main nav > ul > li .dropdown-menu {
border-radius: 0 !important; }
html.boxed .main {
overflow: hidden; }
html.boxed section.section.section-text-overlay .text-background {
font-size: 9vw;
line-height: 1.3vw; }
@media (min-width: 1200px) {
html.boxed .double-carousel {
-ms-flex-preferred-size: 100vw;
flex-basis: 100vw;
max-width: none;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); } }
@media (min-width: 1140px) {
html.boxed.sticky-header-active #header .header-body {
width: 100%;
max-width: 1200px; } }
@media (max-width: 991px) {
html.boxed .body {
margin: 0 auto; } }
html.gap-outside .body {
margin-top: 25.6px;
margin-top: 1.6rem;
margin-bottom: 25.6px;
margin-bottom: 1.6rem; }
html.gap-outside .main,
html.gap-outside #footer {
margin-right: 25.6px;
margin-right: 1.6rem;
margin-left: 25.6px;
margin-left: 1.6rem; }
html.gap-outside .slider-container {
width: 100% !important;
left: auto !important; }
html.gap-outside #header {
margin-top: -25.6px;
margin-top: -1.6rem; }
html.gap-outside #header .header-body {
left: 0;
padding-right: 25.6px;
padding-right: 1.6rem;
padding-left: 25.6px;
padding-left: 1.6rem; }
html.gap-outside #header .header-container:after {
content: none; }
@media (max-width: 991px) {
html.gap-outside #header .header-nav-main:before {
width: calc(100vw - 3.2rem); } }
.text-color-light {
color: #FFF !important; }
.text-color-light-2 {
color: #e2e2e2 !important; }
.text-color-light-3 {
color: #a2a2a2 !important; }
.text-color-dark {
color: #1c1f21 !important; }
.text-color-default {
color: #707070 !important; }
.link-color-dark {
color: #1c1f21; }
.link-color-light {
color: #FFF; }
.link-color-light:hover {
color: #f1f3f7 !important; }
.link-color-light-2 {
color: #f1f3f7; }
.link-color-light-2:hover, .link-color-light-2:focus, .link-color-light-2:active, .link-color-light-2.active {
color: #FFF !important; }
.link-color-light-3 {
color: #a2a2a2; }
.link-color-light-3:hover, .link-color-light-3:focus, .link-color-light-3:active, .link-color-light-3.active {
color: #FFF !important; }
.bg-light {
background-color: #FFF !important; }
.bg-light-1 {
background-color: #fcfdfd !important; }
.bg-light-2 {
background-color: #fbfbfd !important; }
.bg-light-3 {
background-color: #f7f9fb !important; }
.bg-light-4 {
background-color: #f4f6f9 !important; }
.bg-light-5 {
background-color: #f1f3f7 !important; }
.bg-dark {
background-color: #1c1f21 !important; }
.bg-dark-1 {
background-color: #090a0b !important; }
.bg-dark-1 .sort-destination-loader:after {
background-color: #090a0b !important; }
.bg-dark-2 {
background-color: #1b1e21 !important; }
.bg-dark-2 .sort-destination-loader:after {
background-color: #1b1e21 !important; }
.bg-dark-3 {
background-color: #202326 !important; }
.bg-dark-3 .sort-destination-loader:after {
background-color: #202326 !important; }
.bg-dark-4 {
background-color: #292d31 !important; }
.bg-dark-4 .sort-destination-loader:after {
background-color: #292d31 !important; }
.bg-dark-5 {
background-color: #2E3237 !important; }
.bg-dark-5 .sort-destination-loader:after {
background-color: #2E3237 !important; }
.bg-transparent {
background-color: trasnparent !important; }
.border-light {
border-color: #FFF !important; }
.border-light-1 {
border-color: #fcfdfd !important; }
.border-light-2 {
border-color: #fbfbfd !important; }
.border-light-3 {
border-color: #f7f9fb !important; }
.border-light-4 {
border-color: #f4f6f9 !important; }
.border-light-5 {
border-color: #f1f3f7 !important; }
.border-dark {
border-color: #1c1f21 !important; }
.border-dark-1 {
border-color: #090a0b !important; }
.border-dark-2 {
border-color: #1b1e21 !important; }
.border-dark-3 {
border-color: #202326 !important; }
.border-dark-4 {
border-color: #292d31 !important; }
.border-dark-5 {
border-color: #2E3237 !important; }
.border-grey {
border-color: #A8AEB0 !important; }
.text-0 {
font-size: 11.2px !important;
font-size: .70rem !important; }
.text-1 {
font-size: 12.8px !important;
font-size: .80rem !important; }
.text-2 {
font-size: 14.4px !important;
font-size: .90rem !important; }
.text-3 {
font-size: 16px !important;
font-size: 1rem !important; }
.text-4 {
font-size: 17.6px !important;
font-size: 1.1rem !important; }
.text-5 {
font-size: 24px !important;
font-size: 1.50rem !important; }
.text-6 {
font-size: 28.8px !important;
font-size: 1.80rem !important; }
.text-7 {
font-size: 32px !important;
font-size: 2rem !important; }
.text-8 {
font-size: 36.8px !important;
font-size: 2.30rem !important; }
.text-9 {
font-size: 40px !important;
font-size: 2.50rem !important; }
.text-10 {
font-size: 44px !important;
font-size: 2.75rem !important; }
.text-11 {
font-size: 48px !important;
font-size: 3rem !important; }
.text-12 {
font-size: 52px !important;
font-size: 3.25rem !important; }
.text-13 {
font-size: 56px !important;
font-size: 3.50rem !important; }
.text-14 {
font-size: 60px !important;
font-size: 3.75rem !important; }
.text-15 {
font-size: 64px !important;
font-size: 4rem !important; }
.text-16 {
font-size: 72px !important;
font-size: 4.5rem !important; }
.text-17 {
font-size: 80px !important;
font-size: 5rem !important; }
.text-18 {
font-size: 84.8px !important;
font-size: 5.3rem !important; }
.text-19 {
font-size: 92.8px !important;
font-size: 5.8rem !important; }
.text-20 {
font-size: 104px !important;
font-size: 6.5rem !important; }
@media (max-width: 1199px) {
.text-15.resp-text-15 {
font-size: 3.5rem !important; } }
@media (max-width: 991px) {
.text-5.resp-text-5 {
font-size: 1.3rem !important; }
.text-15.resp-text-15 {
font-size: 3rem !important; } }
@media (max-width: 767px) {
.text-5.resp-text-5 {
font-size: 1.2rem !important; }
.text-15.resp-text-15 {
font-size: 2.5rem !important; } }
@media (max-width: 575px) {
.text-5.resp-text-5 {
font-size: 1.1rem !important; }
.text-15.resp-text-15 {
font-size: 2.3rem !important; } }
.line-height-07 {
line-height: 0.7 !important; }
.line-height-1 {
line-height: 1 !important; }
.line-height-2 {
line-height: 1.2 !important; }
.line-height-3 {
line-height: 1.4 !important; }
.line-height-4 {
line-height: 1.6 !important; }
.line-height-5 {
line-height: 1.8 !important; }
@media (max-width: 575px) {
.mobile-text-1 {
font-size: 5vw !important; }
.mobile-text-2 {
font-size: 7vw !important; }
.mobile-text-3 {
font-size: 12vw !important; }
.mobile-text-4 {
font-size: 15vw !important; }
.mobile-text-5 {
font-size: 18vw !important; } }
.letter-spacing-n1 {
letter-spacing: -1px; }
.letter-spacing-n6 {
letter-spacing: -6px; }
.letter-spacing-0 {
letter-spacing: 0; }
.letter-spacing-5 {
letter-spacing: 5px; }
.letter-spacing-10 {
letter-spacing: 10px; }
.width-auto {
width: auto; }
.pointer-events-none {
pointer-events: none !important; }
.font-weight-thin {
font-weight: 100 !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-semibold {
font-weight: 600 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-weight-extra-bold {
font-weight: 800 !important; }
.mt-negative-1 {
margin-top: -16px;
margin-top: -1rem; }
.mt-negative-2 {
margin-top: -24px;
margin-top: -1.5rem; }
.mt-negative-3 {
margin-top: -48px;
margin-top: -3rem; }
.mt-negative-4 {
margin-top: -72px;
margin-top: -4.5rem; }
.border-radius-0 {
border-radius: 0 !important; }
.font-style-italic {
font-style: italic !important; }
.font-primary {
font-family: "Montserrat", sans-serif !important; }
.font-secondary {
font-family: "Open Sans", sans-serif !important; }
.font-tertiary {
font-family: "Georgia", sans-serif !important; }
.font-quaternary {
font-family: "Permanent Marker", cursive !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-lowercase {
text-transform: lowercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.text-underline {
text-decoration: underline !important; }
.text-line-trough {
text-decoration: line-through !important; }
.flex-0-0-auto {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 auto !important;
flex: 0 0 auto !important; }
.scale-1 {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.scale-2 {
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2); }
.scale-3 {
-webkit-transform: scale(3);
-ms-transform: scale(3);
transform: scale(3); }
.abs-pos-bottom-right {
position: absolute;
bottom: 0;
right: 0; }
.transform-center-x {
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
.transform-center-y {
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0); }
.transform-center-xy {
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.overflow-hidden {
overflow: hidden !important; }
.overflow-visible {
overflow: visible !important; }
.overflow-scroll {
overflow: scroll !important; }
.va-middle {
vertical-align: middle; }
.ws-nowrap {
white-space: nowrap; }
.ws-normal {
white-space: normal; }
.z-index-0 {
z-index: 0 !important; }
.z-index-1 {
z-index: 1 !important; }
.z-index-2 {
z-index: 2 !important; }
.z-index-3 {
z-index: 3 !important; }
.z-index-10 {
z-index: 10 !important; }
.box-shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.height-1 {
height: 18.25vw !important; }
@media (max-width: 991px) {
.height-1 {
height: 23vw !important; } }
@media (max-width: 767px) {
.height-1 {
height: 100vw !important; } }
@media (min-width: 576px) and (max-width: 991px) {
.height-1 {
min-height: 300px; } }
.height-1x2 {
height: 36.50vw !important; }
@media (max-width: 991px) {
.height-1x2 {
height: 46vw !important; } }
@media (max-width: 767px) {
.height-1x2 {
height: 100vw !important; } }
@media (min-width: 576px) and (max-width: 991px) {
.height-1x2 {
min-height: 600px; } }
.height-2 {
height: 16.25vw !important; }
@media (max-width: 991px) {
.height-2 {
height: 26vw !important; } }
@media (max-width: 767px) {
.height-2 {
height: 100vw !important; } }
.height-2x2 {
height: 32.50vw !important; }
.height-3 {
height: 23.25vw !important; }
@media (max-width: 991px) {
.height-3 {
height: 33vw !important; } }
@media (max-width: 767px) {
.height-3 {
height: 100vw !important; } }
.height-3x3 {
height: 46.50vw !important; }
.height-500 {
height: 500px; }
.height-100vh {
height: 100vh; }
.min-height-200 {
min-height: 200px; }
.min-height-236 {
min-height: 236px; }
.min-height-285 {
min-height: 285px; }
.min-height-300 {
min-height: 300px; }
.min-height-370 {
min-height: 370px; }
.min-height-450 {
min-height: 450px; }
.min-height-550 {
min-height: 450px; }
.min-height-680 {
min-height: 680px; }
.min-height-750 {
min-height: 750px; }
.min-height-800 {
min-height: 800px; }
.min-height-900 {
min-height: 900px; }
.min-height-32vw {
min-height: 32vw; }
.min-height-100vh {
min-height: 100vh; }
.min-height-calc-1 {
min-height: calc(100vh - 118px); }
.max-width-150 {
max-width: 150px; }
.max-width-200 {
max-width: 200px; }
.max-width-250 {
max-width: 250px; }
.max-width-320 {
max-width: 320px; }
.max-width-400 {
max-width: 400px; }
.no-vertical-scroll {
overflow-y: hidden; }
.no-horizontal-scroll {
overflow-x: hidden; }
.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
position: relative;
min-height: 1px;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%; }
.col-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%; }
.col-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%; }
@media (min-width: 576px) {
.col-sm-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-sm-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%; }
.col-sm-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%; }
.col-sm-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%; } }
@media (min-width: 768px) {
.col-md-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-md-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%; }
.col-md-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%; }
.col-md-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%; } }
@media (min-width: 992px) {
.col-lg-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-lg-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%; }
.col-lg-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%; }
.col-lg-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%; } }
@media (min-width: 1200px) {
.col-xl-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-xl-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%; }
.col-xl-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%; }
.col-xl-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%; } }
h1, h2, h3, h4, h5, h6 {
color: #1c1f21;
font-weight: 400;
line-height: 1.2;
margin: 0 0 6.4px 0;
margin: 0 0 0.4rem 0;
letter-spacing: -0.5px; }
h1 {
font-size: 36.8px;
font-size: 2.3rem; }
h2 {
font-size: 28.8px;
font-size: 1.8rem; }
h3 {
font-size: 24px;
font-size: 1.5rem; }
h4 {
font-size: 17.6px;
font-size: 1.1rem; }
h5 {
font-size: 16px;
font-size: 1rem; }
h6 {
font-size: 12.8px;
font-size: 0.8rem; }
h1 > i, h1 .fa, h1 .fas, h1 .far, h1 .fal, h1 .fab, h1 svg, h1 object, h2 > i, h2 .fa, h2 .fas, h2 .far, h2 .fal, h2 .fab, h2 svg, h2 object, h3 > i, h3 .fa, h3 .fas, h3 .far, h3 .fal, h3 .fab, h3 svg, h3 object, h4 > i, h4 .fa, h4 .fas, h4 .far, h4 .fal, h4 .fab, h4 svg, h4 object, h5 > i, h5 .fa, h5 .fas, h5 .far, h5 .fal, h5 .fab, h5 svg, h5 object, h6 > i, h6 .fa, h6 .fas, h6 .far, h6 .fal, h6 .fab, h6 svg, h6 object {
margin-right: 10px;
font-size: 1.9em; }
h1.icon-va-fix-1 > i, h1.icon-va-fix-1 .fa, h1.icon-va-fix-1 .fas, h1.icon-va-fix-1 .far, h1.icon-va-fix-1 .fal, h1.icon-va-fix-1 .fab, h1.icon-va-fix-1 svg, h1.icon-va-fix-1 object, h2.icon-va-fix-1 > i, h2.icon-va-fix-1 .fa, h2.icon-va-fix-1 .fas, h2.icon-va-fix-1 .far, h2.icon-va-fix-1 .fal, h2.icon-va-fix-1 .fab, h2.icon-va-fix-1 svg, h2.icon-va-fix-1 object, h3.icon-va-fix-1 > i, h3.icon-va-fix-1 .fa, h3.icon-va-fix-1 .fas, h3.icon-va-fix-1 .far, h3.icon-va-fix-1 .fal, h3.icon-va-fix-1 .fab, h3.icon-va-fix-1 svg, h3.icon-va-fix-1 object, h4.icon-va-fix-1 > i, h4.icon-va-fix-1 .fa, h4.icon-va-fix-1 .fas, h4.icon-va-fix-1 .far, h4.icon-va-fix-1 .fal, h4.icon-va-fix-1 .fab, h4.icon-va-fix-1 svg, h4.icon-va-fix-1 object, h5.icon-va-fix-1 > i, h5.icon-va-fix-1 .fa, h5.icon-va-fix-1 .fas, h5.icon-va-fix-1 .far, h5.icon-va-fix-1 .fal, h5.icon-va-fix-1 .fab, h5.icon-va-fix-1 svg, h5.icon-va-fix-1 object, h6.icon-va-fix-1 > i, h6.icon-va-fix-1 .fa, h6.icon-va-fix-1 .fas, h6.icon-va-fix-1 .far, h6.icon-va-fix-1 .fal, h6.icon-va-fix-1 .fab, h6.icon-va-fix-1 svg, h6.icon-va-fix-1 object {
position: relative;
top: -1px; }
h1.icon-va-fix-2 > i, h1.icon-va-fix-2 .fa, h1.icon-va-fix-2 .fas, h1.icon-va-fix-2 .far, h1.icon-va-fix-2 .fal, h1.icon-va-fix-2 .fab, h1.icon-va-fix-2 svg, h1.icon-va-fix-2 object, h2.icon-va-fix-2 > i, h2.icon-va-fix-2 .fa, h2.icon-va-fix-2 .fas, h2.icon-va-fix-2 .far, h2.icon-va-fix-2 .fal, h2.icon-va-fix-2 .fab, h2.icon-va-fix-2 svg, h2.icon-va-fix-2 object, h3.icon-va-fix-2 > i, h3.icon-va-fix-2 .fa, h3.icon-va-fix-2 .fas, h3.icon-va-fix-2 .far, h3.icon-va-fix-2 .fal, h3.icon-va-fix-2 .fab, h3.icon-va-fix-2 svg, h3.icon-va-fix-2 object, h4.icon-va-fix-2 > i, h4.icon-va-fix-2 .fa, h4.icon-va-fix-2 .fas, h4.icon-va-fix-2 .far, h4.icon-va-fix-2 .fal, h4.icon-va-fix-2 .fab, h4.icon-va-fix-2 svg, h4.icon-va-fix-2 object, h5.icon-va-fix-2 > i, h5.icon-va-fix-2 .fa, h5.icon-va-fix-2 .fas, h5.icon-va-fix-2 .far, h5.icon-va-fix-2 .fal, h5.icon-va-fix-2 .fab, h5.icon-va-fix-2 svg, h5.icon-va-fix-2 object, h6.icon-va-fix-2 > i, h6.icon-va-fix-2 .fa, h6.icon-va-fix-2 .fas, h6.icon-va-fix-2 .far, h6.icon-va-fix-2 .fal, h6.icon-va-fix-2 .fab, h6.icon-va-fix-2 svg, h6.icon-va-fix-2 object {
position: relative;
top: -2px; }
h1.icon-va-fix-3 > i, h1.icon-va-fix-3 .fa, h1.icon-va-fix-3 .fas, h1.icon-va-fix-3 .far, h1.icon-va-fix-3 .fal, h1.icon-va-fix-3 .fab, h1.icon-va-fix-3 svg, h1.icon-va-fix-3 object, h2.icon-va-fix-3 > i, h2.icon-va-fix-3 .fa, h2.icon-va-fix-3 .fas, h2.icon-va-fix-3 .far, h2.icon-va-fix-3 .fal, h2.icon-va-fix-3 .fab, h2.icon-va-fix-3 svg, h2.icon-va-fix-3 object, h3.icon-va-fix-3 > i, h3.icon-va-fix-3 .fa, h3.icon-va-fix-3 .fas, h3.icon-va-fix-3 .far, h3.icon-va-fix-3 .fal, h3.icon-va-fix-3 .fab, h3.icon-va-fix-3 svg, h3.icon-va-fix-3 object, h4.icon-va-fix-3 > i, h4.icon-va-fix-3 .fa, h4.icon-va-fix-3 .fas, h4.icon-va-fix-3 .far, h4.icon-va-fix-3 .fal, h4.icon-va-fix-3 .fab, h4.icon-va-fix-3 svg, h4.icon-va-fix-3 object, h5.icon-va-fix-3 > i, h5.icon-va-fix-3 .fa, h5.icon-va-fix-3 .fas, h5.icon-va-fix-3 .far, h5.icon-va-fix-3 .fal, h5.icon-va-fix-3 .fab, h5.icon-va-fix-3 svg, h5.icon-va-fix-3 object, h6.icon-va-fix-3 > i, h6.icon-va-fix-3 .fa, h6.icon-va-fix-3 .fas, h6.icon-va-fix-3 .far, h6.icon-va-fix-3 .fal, h6.icon-va-fix-3 .fab, h6.icon-va-fix-3 svg, h6.icon-va-fix-3 object {
position: relative;
top: -3px; }
.heading-style-1 {
font-size: 100.8px;
font-size: 6.3rem;
line-height: 1;
letter-spacing: -5px; }
.heading-style-1 > span {
position: absolute;
margin-left: -14.4px;
margin-left: -0.9rem;
z-index: -1; }
p {
color: #707070;
line-height: 1.9;
margin: 0 0 1.2em; }
p.featured {
font-size: 1.6em;
line-height: 1.5em; }
p.short {
margin-bottom: 0; }
p.tall {
margin-bottom: 20px; }
p.taller {
margin-bottom: 40px; }
a {
color: #707070;
-webkit-transition: ease color 300ms;
-o-transition: ease color 300ms;
transition: ease color 300ms; }
a:hover, a:focus {
color: #CCC;
text-decoration: none; }
a.link:hover, a.link:focus {
text-decoration: underline; }
.overlay {
}
.overlay:before {
content: ' ';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
background: #1c1f21;
opacity: 0;
pointer-events: none;
-webkit-transition: ease opacity 300ms 100ms;
-o-transition: ease opacity 300ms 100ms;
transition: ease opacity 300ms 100ms; }
.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
opacity: 0.8; }
.overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before {
opacity: 0.1; }
.overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before {
opacity: 0.2; }
.overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before {
opacity: 0.3; }
.overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before {
opacity: 0.4; }
.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
opacity: 0.5; }
.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
opacity: 0.6; }
.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
opacity: 0.7; }
.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
opacity: 0.8; }
.overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before {
opacity: 0.9; }
.overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before {
z-index: 0; }
.overlay .container-fluid {
position: relative;
z-index: 3; }
.overlay-light:before {
background-color: #FFF !important; }
.overlay-dark:before {
background-color: #1c1f21 !important; }
.nav {
padding-left: 0; }
.nav > .nav-item > .nav-link {
color: #707070; }
.nav > .nav-item > .nav-link.active {
color: #CCC; }
.nav > .nav-item > .nav-link:hover, .nav > .nav-item > .nav-link:focus, .nav > .nav-item > .nav-link:active {
color: #CCC; }
.nav.no-skin .nav-item .nav-link {
color: inherit; }
.nav.nav-light .nav-item .nav-link {
color: #FFF; }
.nav.nav-light-2 .nav-item .nav-link {
color: #d4d4d4; }
.nav.nav-light-2 .nav-item .nav-link.active, .nav.nav-light-2 .nav-item .nav-link:hover {
color: #FFF !important; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #FFF;
background-color: #CCC; }
.nav-secondary {
z-index: 10; }
.nav-secondary.nav-secondary-style-1 .nav > li > a {
position: relative;
padding-right: 3.2px;
padding-right: .2rem;
padding-left: 3.2px;
padding-left: .2rem;
margin: 0 16px;
margin: 0 1rem; }
.nav-secondary.nav-secondary-style-1 .nav > li > a:after {
content: '';
display: block;
position: absolute;
bottom: 6.4px;
bottom: 0.4rem;
left: 50%;
width: 0%;
border-bottom: 2px solid #FFF;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
-webkit-transition: ease width 300ms;
-o-transition: ease width 300ms;
transition: ease width 300ms; }
.nav-secondary.nav-secondary-style-1 .nav > li > a.active, .nav-secondary.nav-secondary-style-1 .nav > li > a:hover {
color: #FFF; }
.nav-secondary.nav-secondary-style-1 .nav > li > a.active:after, .nav-secondary.nav-secondary-style-1 .nav > li > a:hover:after {
width: 100%; }
.nav-secondary.nav-secondary-style-2 {
position: fixed;
top: 50%;
right: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0); }
.nav-secondary.nav-secondary-style-2 .nav:hover > li > a.active:hover > span {
opacity: 1;
visibility: visible; }
.nav-secondary.nav-secondary-style-2 .nav:hover > li > a.active > span {
opacity: 0;
visibility: hidden; }
.nav-secondary.nav-secondary-style-2 .nav > li {
margin-bottom: 8px;
margin-bottom: 0.5rem; }
.nav-secondary.nav-secondary-style-2 .nav > li:last-child {
margin-bottom: 0; }
.nav-secondary.nav-secondary-style-2 .nav > li > a {
position: relative;
display: block;
width: 12.8px;
width: 0.8rem;
height: 12.8px;
height: 0.8rem;
border-radius: 100%;
border: 1px solid #F7F7F7;
padding: 0; }
.nav-secondary.nav-secondary-style-2 .nav > li > a > span {
position: absolute;
top: 50%;
right: calc(100% + 20px);
background: #F7F7F7;
color: #1c1f21;
font-size: 12.8px;
font-size: 0.8rem;
font-weight: 800;
padding: 3.2px 16px;
padding: 0.2rem 1rem;
border-radius: 4px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: ease opacity 300ms;
-o-transition: ease opacity 300ms;
transition: ease opacity 300ms; }
.nav-secondary.nav-secondary-style-2 .nav > li > a > span:after {
content: '';
position: absolute;
top: 50%;
left: 100%;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #F7F7F7;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0); }
.nav-secondary.nav-secondary-style-2 .nav > li > a.active, .nav-secondary.nav-secondary-style-2 .nav > li > a:hover {
background: #F7F7F7; }
.nav-secondary.nav-secondary-style-2 .nav > li > a.active > span, .nav-secondary.nav-secondary-style-2 .nav > li > a:hover > span {
opacity: 1;
visibility: visible; }
.nav-secondary.nav-secondary-style-2.nav-secondary-style-2-square .nav > li > a {
border-radius: 0; }
@media (max-width: 767px) {
.nav-secondary.nav-secondary-style-2 .nav > li > a > span {
display: none; } }
html.ie .nav-secondary.nav-secondary-style-2 {
right: 15px; }
.btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 12px;
font-size: 0.75rem;
font-family: "Montserrat", sans-serif;
cursor: pointer;
-webkit-transition: all 0.1s;
-o-transition: all 0.1s;
transition: all 0.1s; }
.btn-fs-1 {
font-size: 9.6px !important;
font-size: 0.6rem !important; }
.btn-fs-2 {
font-size: 11.2px !important;
font-size: 0.7rem !important; }
.btn-fs-3 {
font-size: 12.8px !important;
font-size: 0.8rem !important; }
.btn-fs-4 {
font-size: 14.4px !important;
font-size: 0.9rem !important; }
.btn-fs-5 {
font-size: 16px !important;
font-size: 1rem !important; }
.btn-1 {
padding: 1.23px 17.23px !important;
padding: 0.0769230769rem 1.0769230769rem !important; }
.btn-2 {
padding: 4.923px 23.384px !important;
padding: 0.3076923077rem 1.4615384615rem !important; }
.btn-3 {
padding: 7.384px 29.538px !important;
padding: 0.4615384615rem 1.8461538462rem !important; }
.btn-4 {
padding: 11.076px 35.692px !important;
padding: 0.6923076923rem 2.2307692308rem !important; }
.btn-5 {
padding: 14.769px 41.846px !important;
padding: 0.9230769231rem 2.6153846154rem !important; }
.btn-v-1 {
padding-top: 2.461px !important;
padding-top: 0.1538461538rem !important;
padding-bottom: 2.461px !important;
padding-bottom: 0.1538461538rem !important; }
.btn-v-2 {
padding-top: 7.384px !important;
padding-top: 0.4615384615rem !important;
padding-bottom: 7.384px !important;
padding-bottom: 0.4615384615rem !important; }
.btn-v-3 {
padding-top: 11.076px !important;
padding-top: 0.6923076923rem !important;
padding-bottom: 11.076px !important;
padding-bottom: 0.6923076923rem !important; }
.btn-v-4 {
padding-top: 14.769px !important;
padding-top: 0.9230769231rem !important;
padding-bottom: 14.769px !important;
padding-bottom: 0.9230769231rem !important; }
.btn-v-5 {
padding-top: 18.461px !important;
padding-top: 1.1538461538rem !important;
padding-bottom: 18.461px !important;
padding-bottom: 1.1538461538rem !important; }
.btn-h-1 {
padding-left: 17.23px !important;
padding-left: 1.0769230769rem !important;
padding-right: 17.23px !important;
padding-right: 1.0769230769rem !important; }
.btn-h-2 {
padding-left: 29.538px !important;
padding-left: 1.8461538462rem !important;
padding-right: 29.538px !important;
padding-right: 1.8461538462rem !important; }
.btn-h-3 {
padding-left: 41.846px !important;
padding-left: 2.6153846154rem !important;
padding-right: 41.846px !important;
padding-right: 2.6153846154rem !important; }
.btn-h-4 {
padding-left: 54.153px !important;
padding-left: 3.3846153846rem !important;
padding-right: 54.153px !important;
padding-right: 3.3846153846rem !important; }
.btn-h-5 {
padding-left: 66.461px !important;
padding-left: 4.1538461538rem !important;
padding-right: 66.461px !important;
padding-right: 4.1538461538rem !important; }
.btn-wide-1 {
padding: 14.769px 35.692px !important;
padding: 0.9230769231rem 2.2307692308rem !important; }
.btn-wide-2 {
padding: 14.769px 48px !important;
padding: 0.9230769231rem 3rem !important; }
.btn-wide-3 {
padding: 14.769px 60.307px !important;
padding: 0.9230769231rem 3.7692307692rem !important; }
.btn-wide-4 {
padding: 14.769px 72.615px !important;
padding: 0.9230769231rem 4.5384615385rem !important; }
.btn-wide-5 {
padding: 14.769px 97.23px !important;
padding: 0.9230769231rem 6.0769230769rem !important; }
.btn-block {
display: block; }
.btn-rounded {
border-radius: 50px; }
.btn-outline {
border-width: 2px;
border-radius: 50px; }
.btn-icon-effect-1 .wrap {
position: relative; }
.btn-icon-effect-1 .wrap span {
position: relative;
display: inline-block;
width: 100%;
left: 0;
-webkit-transition: ease left 300ms;
-o-transition: ease left 300ms;
transition: ease left 300ms; }
.btn-icon-effect-1 .wrap i, .btn-icon-effect-1 .wrap strong {
display: block;
position: absolute;
top: 50%;
right: 0;
opacity: 0;
font-size: 17.6px;
font-size: 1.1rem;
max-width: 20px;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: ease right 300ms, ease opacity 300ms;
-o-transition: ease right 300ms, ease opacity 300ms;
transition: ease right 300ms, ease opacity 300ms; }
.btn-icon-effect-1:hover .wrap span {
left: -14px; }
.btn-icon-effect-1:hover .wrap i, .btn-icon-effect-1:hover .wrap strong {
opacity: 1;
right: -14px; }
.btn-icon-effect-2 {
position: relative;
overflow: hidden; }
.btn-icon-effect-2 span {
display: inline-block;
-webkit-transition: ease transform 300ms, ease opacity 300ms;
-o-transition: ease transform 300ms, ease opacity 300ms;
transition: ease transform 300ms, ease opacity 300ms; }
.btn-icon-effect-2 i {
position: absolute;
left: 50%;
top: 50%;
opacity: 0;
font-size: 1.5em;
-webkit-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
-webkit-transition: ease transform 300ms, ease opacity 300ms;
-o-transition: ease transform 300ms, ease opacity 300ms;
transition: ease transform 300ms, ease opacity 300ms; }
.btn-icon-effect-2:hover span {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.btn-icon-effect-2:hover i {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.btn-group > .btn-group:not(:first-child) > .btn > strong,
.btn-group > .btn:not(:first-child) > strong {
position: relative;
left: -3px; }
.btn-group.btn-group-style-1 > .btn:first-child {
z-index: 10;
margin-right: -3.5em; }
.btn-group.btn-group-style-1 > .btn-outline:last-child {
padding-left: 5.5em !important; }
.btn-group.btn-group-style-1 > .btn-rounded, .btn-group.btn-group-style-1 > .btn-outline {
position: relative;
border-radius: 50px !important; }
.btn-group.btn-group-style-1:hover > .btn:first-child {
-webkit-box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1); }
.btn-group.btn-group-style-2 > .btn:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-light,
html.sticky-header-active .btn-sticky-light {
border-color: #FFF;
color: #1c1f21;
background-color: #FFF; }
.btn-light:hover, .btn-light:focus,
html.sticky-header-active .btn-sticky-light:hover,
html.sticky-header-active .btn-sticky-light:focus {
border-color: white;
background-color: white;
color: #1c1f21; }
.btn-light:focus,
html.sticky-header-active .btn-sticky-light:focus {
-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
.btn-light:disabled, .btn-light:disabled:hover, .btn-light:disabled:active, .btn-light:disabled:focus, .btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:active, .btn-light.disabled:focus,
html.sticky-header-active .btn-sticky-light:disabled,
html.sticky-header-active .btn-sticky-light:disabled:hover,
html.sticky-header-active .btn-sticky-light:disabled:active,
html.sticky-header-active .btn-sticky-light:disabled:focus,
html.sticky-header-active .btn-sticky-light.disabled,
html.sticky-header-active .btn-sticky-light.disabled:hover,
html.sticky-header-active .btn-sticky-light.disabled:active,
html.sticky-header-active .btn-sticky-light.disabled:focus {
cursor: default;
border-color: #FFF !important;
color: #1c1f21 !important;
background-color: #FFF !important; }
.btn-light.btn-outline,
html.sticky-header-active .btn-sticky-light.btn-outline {
background: transparent;
border-color: #FFF;
color: #FFF; }
.btn-light.btn-outline:hover, .btn-light.btn-outline:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:hover,
html.sticky-header-active .btn-sticky-light.btn-outline:focus {
border-color: white;
background-color: #FFF;
color: #1c1f21; }
.btn-light.btn-outline:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:focus {
-webkit-box-shadow: 0 0 0 3px fade(#FFF, 25%);
box-shadow: 0 0 0 3px fade(#FFF, 25%); }
.btn-light.btn-outline:disabled, .btn-light.btn-outline:disabled:hover, .btn-light.btn-outline:disabled:active, .btn-light.btn-outline:disabled:focus, .btn-light.btn-outline.disabled, .btn-light.btn-outline.disabled:hover, .btn-light.btn-outline.disabled:active, .btn-light.btn-outline.disabled:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:hover,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:active,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:focus,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:hover,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:active,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:focus {
background: transparent !important;
border-color: #FFF !important;
color: #FFF !important; }
.btn-dark,
html.sticky-header-active .btn-sticky-dark {
border-color: #1c1f21;
color: #FFF;
background-color: #1c1f21; }
.btn-dark:hover, .btn-dark:focus,
html.sticky-header-active .btn-sticky-dark:hover,
html.sticky-header-active .btn-sticky-dark:focus {
border-color: #33393d;
background-color: #33393d;
color: #FFF; }
.btn-dark:focus,
html.sticky-header-active .btn-sticky-dark:focus {
-webkit-box-shadow: 0 0 0 3px rgba(28, 31, 33, 0.25);
box-shadow: 0 0 0 3px rgba(28, 31, 33, 0.25); }
.btn-dark:disabled, .btn-dark:disabled:hover, .btn-dark:disabled:active, .btn-dark:disabled:focus, .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:active, .btn-dark.disabled:focus,
html.sticky-header-active .btn-sticky-dark:disabled,
html.sticky-header-active .btn-sticky-dark:disabled:hover,
html.sticky-header-active .btn-sticky-dark:disabled:active,
html.sticky-header-active .btn-sticky-dark:disabled:focus,
html.sticky-header-active .btn-sticky-dark.disabled,
html.sticky-header-active .btn-sticky-dark.disabled:hover,
html.sticky-header-active .btn-sticky-dark.disabled:active,
html.sticky-header-active .btn-sticky-dark.disabled:focus {
cursor: default;
border-color: #1c1f21 !important;
color: #FFF !important;
background-color: #1c1f21 !important; }
.btn-dark.btn-outline,
html.sticky-header-active .btn-sticky-dark.btn-outline {
background: transparent;
border-color: #1c1f21;
color: #1c1f21; }
.btn-dark.btn-outline:hover, .btn-dark.btn-outline:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline:focus {
border-color: #050505;
background-color: #1c1f21;
color: #FFF; }
.btn-dark.btn-outline:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:focus {
-webkit-box-shadow: 0 0 0 3px fade(#1c1f21, 25%);
box-shadow: 0 0 0 3px fade(#1c1f21, 25%); }
.btn-dark.btn-outline:disabled, .btn-dark.btn-outline:disabled:hover, .btn-dark.btn-outline:disabled:active, .btn-dark.btn-outline:disabled:focus, .btn-dark.btn-outline.disabled, .btn-dark.btn-outline.disabled:hover, .btn-dark.btn-outline.disabled:active, .btn-dark.btn-outline.disabled:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:active,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:active,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:focus {
background: transparent !important;
border-color: #1c1f21 !important;
color: #1c1f21 !important; }
.btn-dots {
font-size: 40px;
font-size: 2.5rem;
line-height: 0.2;
padding-top: 0;
padding-bottom: 19.2px;
padding-bottom: 1.2rem; }
.colorpicker-button-style-1 {
padding: 11.2px 32px 11.2px 48px;
padding: 0.7rem 2rem 0.7rem 3rem;
margin-left: -22.4px;
margin-left: -1.4rem; }
.btn-pull-down {
position: relative;
top: 20px; }
.form-control {
border-color: transparent;
font-size: 12.8px;
font-size: 0.8rem;
padding: 14.4px 12px;
padding: 0.9rem .75rem;
height: auto !important;
border-radius: 0; }
.form-control:not(.form-control-lg) {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.3; }
.form-control:not(.form-control-sm):not(.form-control-lg) {
font-size: 12.8px;
font-size: 0.8rem;
line-height: 1.3; }
.form-control.form-control-focused {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
border-color: #e2e2e2; }
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: transparent; }
.form-control.error {
border-color: rgba(181, 81, 79, 0.3);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.form-control.error:focus {
border-color: rgba(181, 81, 79, 0.3);
-webkit-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; }
.form-errors-light .form-control.error {
border-color: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.form-errors-light .form-control.error:focus {
border-color: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(255, 255, 255, 0.3); }
.form-errors-light label.error {
color: #FFF; }
form.transparent-fields .form-control {
background: transparent;
border-bottom: 1px solid #353535;
border-top: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
color: #ababab;
font-weight: 100;
font-size: 14.4px;
font-size: 0.9rem; }
form.transparent-fields .form-control::-webkit-input-placeholder {
color: #FFF; }
form.transparent-fields .form-control::-moz-placeholder {
color: #FFF; }
form.transparent-fields .form-control:-ms-input-placeholder {
color: #FFF; }
form.transparent-fields .form-control:focus {
border-bottom-color: #FFF;
-webkit-box-shadow: none;
box-shadow: none; }
form.form-style-2 .form-control {
background-color: #f1f3f7; }
form.form-style-3 .form-control {
background-color: rgba(255, 255, 255, 0.13);
color: #FFF; }
form.form-style-3 .form-control::-webkit-input-placeholder {
color: #FFF; }
form.form-style-3 .form-control::-moz-placeholder {
color: #FFF; }
form.form-style-3 .form-control:-ms-input-placeholder {
color: #FFF; }
form.form-style-3 .form-control.form-control-focused {
border-color: rgba(226, 226, 226, 0.4); }
form.form-style-3 .form-control:focus {
border-color: rgba(226, 226, 226, 0.4); }
.contact-form-dark .form-control {
background-color: #222527;
color: #FFF; }
.contact-form-dark .form-control.form-control-focused {
border-color: rgba(226, 226, 226, 0.1); }
.contact-form-dark .form-control:focus {
border-color: rgba(226, 226, 226, 0.1); }
label.valid {
display: inline-block;
text-indent: -9999px; }
label.error {
color: #c10000;
font-size: 0.9em;
line-height: 18px;
padding: 5px 0 0; }
label.error#captcha-error {
margin-top: 15px; }
.checkbox-custom {
position: relative;
padding: 0 0 0 25px;
margin-bottom: 7px;
margin-top: 0; }
.checkbox-custom.form-check .form-check-input {
margin-left: 0; }
.checkbox-custom.form-check .form-check-label {
padding-left: 0; }
.checkbox-custom.checkbox-inline {
display: inline-block;
vertical-align: middle; }
.form-group .checkbox-custom.checkbox-inline {
margin-top: 7px;
padding-top: 0; }
.checkbox-custom:last-child, .checkbox-custom:last-of-type {
margin-bottom: 0; }
.checkbox-custom input[type="checkbox"] {
opacity: 0;
position: absolute;
top: 50%;
left: 3px;
margin: -6px 0 0 0;
z-index: 2;
cursor: pointer; }
.checkbox-custom input[type="checkbox"]:checked + label:after {
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
content: '\F00C';
top: 50%;
left: 4px;
margin-top: -5px;
font-size: 11px;
font-weight: 900;
line-height: 1;
width: 16px;
height: 16px;
color: #333; }
.checkbox-custom input[type="checkbox"]:disabled {
cursor: not-allowed; }
.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
color: #999; }
.checkbox-custom input[type="checkbox"]:disabled + label {
cursor: not-allowed; }
.checkbox-custom input[type="checkbox"]:disabled + label:before {
background-color: #eee; }
.checkbox-custom label {
cursor: pointer;
margin-bottom: 0;
text-align: left;
line-height: 1.5; }
.checkbox-custom label:before {
content: '';
position: absolute;
top: 50%;
left: 0;
margin-top: -9px;
width: 19px;
height: 18px;
display: inline-block;
border-radius: 2px;
border: 1px solid #dadada;
background: #fff; }
.checkbox-custom label + label.error {
display: block; }
.checkbox-custom.checkbox-custom-transparent label:before {
background: transparent; }
.checkbox-custom.checkbox-custom-transparent input[type="checkbox"]:checked + label:after {
color: #FFF; }
.checkbox-custom.checkbox-custom-transparent input[type="checkbox"]:disabled:checked + label:after {
color: #999; }
.radio-custom {
position: relative;
padding: 0 0 0 25px;
margin-bottom: 7px;
margin-top: 0; }
.radio-custom.radio-inline {
display: inline-block;
vertical-align: middle; }
.form-group .radio-custom.radio-inline {
margin-top: 7px;
padding-top: 0; }
.radio-custom:last-child, .radio-custom:last-of-type {
margin-bottom: 0; }
.radio-custom input[type="radio"] {
opacity: 0;
position: absolute;
top: 50%;
left: 3px;
margin: -6px 0 0 0;
z-index: 2;
cursor: pointer; }
.radio-custom input[type="radio"]:checked + label:after {
content: '';
position: absolute;
top: 50%;
left: 4px;
margin-top: -5px;
display: inline-block;
font-size: 11px;
line-height: 1;
width: 10px;
height: 10px;
background-color: #444;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 1px #444;
box-shadow: 0px 0px 1px #444; }
.radio-custom input[type="radio"]:disabled {
cursor: not-allowed; }
.radio-custom input[type="radio"]:disabled:checked + label:after {
color: #999; }
.radio-custom input[type="radio"]:disabled + label {
cursor: not-allowed; }
.radio-custom input[type="radio"]:disabled + label:before {
background-color: #eee; }
.radio-custom label {
cursor: pointer;
margin-bottom: 0;
text-align: left;
line-height: 1.2; }
.radio-custom label:before {
content: '';
position: absolute;
top: 50%;
left: 0;
margin-top: -9px;
width: 18px;
height: 18px;
display: inline-block;
border-radius: 50px;
border: 1px solid #bbb;
background: #fff; }
.radio-custom label + label.error {
display: block; }
.custom-select-1 {
position: relative; }
.custom-select-1:before {
content: '\f107';
font-family: "Font Awesome 5 Free";
position: absolute;
display: block;
top: 11px;
right: 18px;
color: #b5b5b5;
font-weight: 900;
pointer-events: none; }
.custom-select-1 select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-select-1 select::-ms-expand {
display: none; }
.colorpicker-element .input-group-addon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 6px 12px;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 16px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0 .25rem .25rem 0;
border-left: 0; }
.colorpicker-element .input-group-addon i {
width: 22px;
height: 22px; }
.colorpicker-element .input-group-addon i.colorpicker-default-color {
background-color: #2388ED; }
.colorpicker-element .add-on i {
width: 22px;
height: 22px; }
.colorpicker-element .form-control {
border: 0;
border-radius: 50px 0 0 50px;
line-height: 1.6 !important;
padding-left: 20.8px;
padding-left: 1.3rem;
padding-right: 20.8px;
padding-right: 1.3rem; }
.colorpicker-element .form-control.left-rounded {
border-radius: 4px 0 0 4px;
padding-left: 8px;
padding-left: 0.5rem;
padding-right: 8px;
padding-right: 0.5rem; }
@media (max-width: 576px) {
.colorpicker-element .d-flex.align-items-stretch {
display: block !important; }
.colorpicker-element .colorpicker-button-style-1 {
margin: 10px 0 0; }
.colorpicker-element .input-group-addon {
border-radius: 0 50px 50px 0 !important; } }
@media (max-width: 576px) {
.skin-color-picker .d-flex.align-items-stretch {
display: block !important; }
.skin-color-picker .align-self-sm-center {
text-align: center; }
.skin-color-picker .colorpicker-button-style-1 {
margin: 10px 0 0;
padding: 0.5rem 2.8rem 0.5rem 3rem; }
.skin-color-picker .input-group-addon {
border-radius: 0 50px 50px 0 !important; } }
.table-active {
color: #fff; }
.table-active > td, .table-active > th {
color: #fff; }
.table-dark > td,
.table-dark > th {
background: transparent; }
[data-icon],
.animated-icon {
position: relative;
opacity: 0; }
.sample-icon {
line-height: 40px;
font-size: 11px; }
.sample-icon .fa, .sample-icon .fas, .sample-icon .far, .sample-icon .fal, .sample-icon .fab, .sample-icon .sl, .sample-icon .lnr {
display: inline-block;
font-size: 14px;
margin-right: 10px;
text-align: center;
width: 32px;
color: #1c1f21;
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
top: 1px; }
.sample-icon:hover .fa, .sample-icon:hover .fas, .sample-icon:hover .far, .sample-icon:hover .fal, .sample-icon:hover .fab, .sample-icon:hover .sl, .sample-icon:hover .lnr {
font-size: 28px;
top: 5px; }
.sample-icon .sl {
font-size: 18px;
top: 4px; }
.sample-icon:hover .sl {
font-size: 24px; }
.sample-icon.sample-icon-sl {
line-height: 50px; }
.sample-icon .lnr {
font-size: 18px;
top: 4px; }
.sample-icon:hover .lnr {
font-size: 24px; }
.sample-icon.sample-icon-lnr {
line-height: 50px; }
.list li > a + .list {
padding-left: 44.8px;
padding-left: 2.8rem; }
.list li > span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 3.2px;
margin-right: 0.2rem; }
.list:not(.list-unstyled) li:not(.list-group-item) {
margin-bottom: 0.25em; }
.list:not(.list-unstyled) ul {
margin-top: 0.25em;
margin-bottom: 0.5em; }
.list:not(.list-unstyled).list-style-1 {
list-style: outside none none;
padding-left: 0; }
.list:not(.list-unstyled).list-style-1 li {
margin-bottom: 8px;
margin-bottom: 0.5rem;
padding-left: 22px;
position: relative; }
.list:not(.list-unstyled).list-style-1 li:before {
content: ' ';
display: block;
width: 12px;
height: 1px;
border-bottom: 1px solid #707070;
position: absolute;
top: 50%;
left: 0;
margin-top: 1px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.list:not(.list-unstyled).list-light li {
color: #e2e2e2; }
.list:not(.list-unstyled).list-light li:before {
border-color: #e2e2e2; }
.list-icon li {
position: relative;
padding-left: 20.8px;
padding-left: 1.3rem; }
.list-icon li > i {
position: absolute;
left: 0;
top: 7px; }
.list.list-icons-size-1 li > i {
font-size: 16px;
font-size: 1rem; }
.list.list-icons-size-2 li > i {
font-size: 20px;
font-size: 1.25rem; }
.list.list-icons-size-3 li > i {
font-size: 24px;
font-size: 1.50rem; }
.list.list-icons-size-4 li > i {
font-size: 28px;
font-size: 1.75rem; }
.list.list-icons-size-5 li > i {
font-size: 32px;
font-size: 2rem; }
.list.list-borders li {
border-bottom: 1px solid #DBDBDB;
margin-top: 9px;
margin-bottom: 0;
padding-bottom: 9px; }
.list.list-borders li:last-child {
border-bottom: 0; }
.list.list-filter li {
margin-bottom: 10px !important; }
.list.list-filter li a {
border: 1px solid #dadada;
padding: 4.8px 6.4px;
padding: 0.3rem 0.4rem;
min-width: 40px;
display: inline-block;
text-align: center; }
.list.list-filter li a:hover {
border-color: #CCC; }
.list.list-filter li a.active {
color: #FFF !important;
background-color: #CCC;
border-color: #CCC; }
@media (min-width: 1200px) {
.container-xl {
width: 100%;
max-width: 1440px; } }
.top-sub-title {
font-family: "Montserrat", sans-serif;
font-size: 0.9em; }
.title-number-style-1 {
position: absolute;
top: -4.8px;
top: -0.3rem;
left: -36.8px;
left: -2.3rem;
font-size: 57.6px;
font-size: 3.6rem; }
.lead {
font-size: 1.2em;
line-height: 1.8;
color: #777; }
.clear-both {
clear: both; }
.absolute-y-center {
position: absolute;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0); }
@media (max-width: 767px) {
.absolute-y-center {
position: relative;
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none; } }
html.ie .absolute-y-center {
width: 100%; }
.absolute-x-center {
position: absolute;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
.absolute-xy-center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.effect-text-background {
background-image: url(../img/gif/people.gif);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 35%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
html.ie .effect-text-background {
background: none !important; }
.opacity-0 {
opacity: 0; }
.opacity-1 {
opacity: 0.1; }
.opacity-2 {
opacity: 0.2; }
.opacity-3 {
opacity: 0.3; }
.opacity-4 {
opacity: 0.4; }
.opacity-5 {
opacity: 0.5; }
.opacity-6 {
opacity: 0.6; }
.opacity-7 {
opacity: 0.7; }
.opacity-8 {
opacity: 0.8; }
.opacity-9 {
opacity: 0.9; }
.opacity-10 {
opacity: 1; }
.col-half-section {
max-width: 555px;
width: 100%; }
@media (max-width: 1199px) {
.col-half-section {
max-width: 465px; } }
@media (max-width: 991px) {
.col-half-section {
max-width: 345px; } }
@media (max-width: 767px) {
.col-half-section {
max-width: 515px;
margin: 0 auto; } }
@media (max-width: 575px) {
.col-half-section {
width: 100%;
max-width: none;
margin-left: 15px;
margin-right: 15px; } }
.sticky-wrapper {
width: 100%; }
.sticky-wrapper .sticky-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
z-index: 10;
-webkit-transition: ease background 300ms;
-o-transition: ease background 300ms;
transition: ease background 300ms; }
.sticky-wrapper.sticky-wrapper-transparent {
position: absolute;
z-index: 11; }
html.sticky-wrapper-active .sticky-wrapper.sticky-wrapper-effect-1 .sticky-body {
position: fixed;
background: #FFF;
-webkit-animation: headerReveal 0.4s ease-in;
animation: headerReveal 0.4s ease-in; }
.full-width-half-background {
position: relative; }
.full-width-half-background:after {
content: '';
position: absolute;
bottom: 0;
top: 50%;
left: 50%;
width: 100vw;
background-color: #f1f3f7;
z-index: -1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
.breadcrumb {
background: transparent;
padding: 0; }
.breadcrumb li + li:before {
color: inherit;
opacity: 0.5;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
padding: 0 7px 0 5px; }
.responsive-images {
position: absolute;
width: 510px;
height: 100%; }
.responsive-images.responsive-images-left {
top: 0;
right: 74%; }
.responsive-images.responsive-images-left div:nth-child(1) {
left: 0;
top: -16px;
top: -1rem; }
.responsive-images.responsive-images-left div:nth-child(2) {
left: 0;
top: 288px;
top: 18rem; }
.responsive-images.responsive-images-left div:nth-child(3) {
left: 384px;
left: 24rem;
top: 304px;
top: 19rem; }
.responsive-images.responsive-images-right {
top: 0;
left: 74%; }
.responsive-images.responsive-images-right div:nth-child(1) {
right: 0;
top: 0; }
.responsive-images.responsive-images-right div:nth-child(2) {
right: 0;
top: 169.6px;
top: 10.6rem; }
.responsive-images.responsive-images-right div:nth-child(3) {
right: 0;
top: 200px;
top: 12.5rem; }
.responsive-images.responsive-images-right div:nth-child(4) {
right: 0;
top: 411.2px;
top: 25.7rem; }
@media (min-width: 1920px) {
.responsive-images.responsive-images-left {
right: auto;
left: 0; }
.responsive-images.responsive-images-right {
left: auto;
right: 0; } }
html.boxed .responsive-images {
display: none; }
hr {
}
hr.divider-w-1 {
width: 50px; }
hr.divider-w-2 {
width: 100px; }
hr.divider-w-3 {
width: 150px; }
hr.divider-w-4 {
width: 200px; }
hr.divider-w-5 {
width: 250px; }
hr.divider-size-1 {
border-width: 1px; }
hr.divider-size-2 {
border-width: 2px; }
hr.divider-size-3 {
border-width: 4px; }
hr.divider-size-4 {
border-width: 6px; }
hr.divider-size-5 {
border-width: 8px; }
.custom-divider-1 {
background: #ccc;
width: 30px;
height: 1px; }
.sort-source > div > a,
.sort-source > li > a {
font-size: 12px;
font-size: 0.75rem;
font-family: "Montserrat", sans-serif;
font-weight: 500; }
.sort-source > div.active > a,
.sort-source > li.active > a {
font-weight: 700; }
.sort-source > div:first-child > a,
.sort-source > li:first-child > a {
padding-left: 0; }
html .scroll-to-top {
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
background: #404040;
border-radius: 100%;
bottom: 10px;
color: #FFF;
display: block;
height: 35px;
opacity: 0;
padding: 5px;
position: fixed;
text-align: center;
text-decoration: none;
width: 35px;
z-index: 1040;
font-size: 10px;
right: 10px; }
html .scroll-to-top:hover {
opacity: 1; }
html .scroll-to-top.visible {
opacity: 0.75; }
html .scroll-to-top i {
position: relative;
top: 1px; }
html.lightbox-open .scroll-to-top {
right: 27px; }
html.ie11 .scroll-to-top {
right: 25px; }
@media (max-width: 991px) {
html .scroll-to-top.hidden-mobile {
display: none !important; } }
.dropdown-menu {
font-size: inherit;
padding: 5px;
border: 0;
-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
background: #252A2C;
text-align: left; }
.dropdown-menu > li {
border-bottom: 1px solid #303537; }
.dropdown-menu > li > a {
display: block;
padding: 7px;
line-height: 1.42857143; }
.dropdown-menu > li:last-child {
border-bottom: 0; }
.dropdown-menu li a:not(.btn) {
color: #9D9D9D; }
.dropdown-menu li:hover a:not(.btn) {
color: #FFF; }
.dropdown-toggle:after {
content: none; }
margin-top: 20px; }
#debungcontrolls, .debugtimeline {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.rev_column, .rev_column .tp-parallax-wrap, .tp-svg-layer svg {
vertical-align: top; }
#debungcontrolls {
z-index: 100000;
position: fixed;
bottom: 0;
height: auto;
background: rgba(0, 0, 0, 0.6);
padding: 10px; }
.debugtimeline {
height: 10px;
position: relative;
margin-bottom: 3px;
display: none;
white-space: nowrap; }
.debugtimeline:hover {
height: 15px; }
.the_timeline_tester {
background: #e74c3c;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 0; }
.rs-go-fullscreen {
position: fixed !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
z-index: 9999999 !important;
background: #fff !important; }
.debugtimeline.tl_slide .the_timeline_tester {
background: #f39c12; }
.debugtimeline.tl_frame .the_timeline_tester {
background: #3498db; }
.debugtimline_txt {
color: #fff;
font-weight: 400;
font-size: 7px;
position: absolute;
left: 10px;
top: 0;
white-space: nowrap;
line-height: 10px; }
.rtl {
direction: rtl; }
@font-face {
font-family: revicons;
src: url(../fonts/revicons/revicons.eot?5510888);
src: url(../fonts/revicons/revicons.eot?5510888#iefix) format("embedded-opentype"), url(../fonts/revicons/revicons.woff?5510888) format("woff"), url(../fonts/revicons/revicons.ttf?5510888) format("truetype"), url(../fonts/revicons/revicons.svg?5510888#revicons) format("svg");
font-weight: 400;
font-style: normal; }
[class*=" revicon-"]:before, [class^=revicon-]:before {
font-family: revicons;
font-style: normal;
font-weight: 400;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em; }
.revicon-search-1:before {
content: '\e802'; }
.revicon-pencil-1:before {
content: '\e831'; }
.revicon-picture-1:before {
content: '\e803'; }
.revicon-cancel:before {
content: '\e80a'; }
.revicon-info-circled:before {
content: '\e80f'; }
.revicon-trash:before {
content: '\e801'; }
.revicon-left-dir:before {
content: '\e817'; }
.revicon-right-dir:before {
content: '\e818'; }
.revicon-down-open:before {
content: '\e83b'; }
.revicon-left-open:before {
content: '\e819'; }
.revicon-right-open:before {
content: '\e81a'; }
.revicon-angle-left:before {
content: '\e820'; }
.revicon-angle-right:before {
content: '\e81d'; }
.revicon-left-big:before {
content: '\e81f'; }
.revicon-right-big:before {
content: '\e81e'; }
.revicon-magic:before {
content: '\e807'; }
.revicon-picture:before {
content: '\e800'; }
.revicon-export:before {
content: '\e80b'; }
.revicon-cog:before {
content: '\e832'; }
.revicon-login:before {
content: '\e833'; }
.revicon-logout:before {
content: '\e834'; }
.revicon-video:before {
content: '\e805'; }
.revicon-arrow-combo:before {
content: '\e827'; }
.revicon-left-open-1:before {
content: '\e82a'; }
.revicon-right-open-1:before {
content: '\e82b'; }
.revicon-left-open-mini:before {
content: '\e822'; }
.revicon-right-open-mini:before {
content: '\e823'; }
.revicon-left-open-big:before {
content: '\e824'; }
.revicon-right-open-big:before {
content: '\e825'; }
.revicon-left:before {
content: '\e836'; }
.revicon-right:before {
content: '\e826'; }
.revicon-ccw:before {
content: '\e808'; }
.revicon-arrows-ccw:before {
content: '\e806'; }
.revicon-palette:before {
content: '\e829'; }
.revicon-list-add:before {
content: '\e80c'; }
.revicon-doc:before {
content: '\e809'; }
.revicon-left-open-outline:before {
content: '\e82e'; }
.revicon-left-open-2:before {
content: '\e82c'; }
.revicon-right-open-outline:before {
content: '\e82f'; }
.revicon-right-open-2:before {
content: '\e82d'; }
.revicon-equalizer:before {
content: '\e83a'; }
.revicon-layers-alt:before {
content: '\e804'; }
.revicon-popup:before {
content: '\e828'; }
.rev_slider_wrapper {
position: relative;
z-index: 0;
width: 100%; }
.rev_slider {
position: relative;
overflow: visible; }
.entry-content .rev_slider a, .rev_slider a {
-webkit-box-shadow: none;
box-shadow: none; }
.tp-overflow-hidden {
overflow: hidden !important; }
.group_ov_hidden {
overflow: hidden; }
.rev_slider img, .tp-simpleresponsive img {
max-width: none !important;
-webkit-transition: none;
-o-transition: none;
transition: none;
margin: 0;
padding: 0;
border: none; }
.rev_slider .no-slides-text {
font-weight: 700;
text-align: center;
padding-top: 80px; }
.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li:before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
list-style: none !important;
position: absolute;
margin: 0 !important;
padding: 0 !important;
overflow-x: visible;
overflow-y: visible;
background-image: none;
background-position: 0 0;
text-indent: 0;
top: 0;
left: 0; }
.rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
visibility: hidden; }
.tp-revslider-mainul, .tp-revslider-slidesli {
padding: 0 !important;
margin: 0 !important;
list-style: none !important; }
.fullscreen-container, .fullwidthbanner-container {
padding: 0;
position: relative; }
.rev_slider li.tp-revslider-slidesli {
position: absolute !important; }
.tp-caption .rs-untoggled-content {
display: block; }
.tp-caption .rs-toggled-content {
display: none; }
.rs-toggle-content-active.tp-caption .rs-toggled-content {
display: block; }
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
display: none; }
.rev_slider .caption, .rev_slider .tp-caption {
position: relative;
visibility: hidden;
white-space: nowrap;
display: block;
-webkit-font-smoothing: antialiased !important;
z-index: 1; }
.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none; }
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
margin-bottom: 0; }
.tp-svg-layer svg {
width: 100%;
height: 100%;
position: relative; }
.tp-carousel-wrapper {
cursor: url(openhand.cur), move; }
.tp-carousel-wrapper.dragged {
cursor: url(closedhand.cur), move; }
.tp_inner_padding {
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-height: none !important; }
.tp-caption.tp-layer-selectable {
-moz-user-select: all;
-khtml-user-select: all;
-webkit-user-select: all;
-o-user-select: all; }
.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
visibility: hidden !important;
display: none !important; }
.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
max-width: none !important; }
.tp-element-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0; }
.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 1000;
-webkit-transform: scaleX(0) scaleY(0);
-ms-transform: scaleX(0) scaleY(0);
transform: scaleX(0) scaleY(0); }
.tp-parallax-wrap {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
.rev_row_zone {
position: absolute;
width: 100%;
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 50px;
font-size: 0; }
.rev_column_inner, .rev_slider .tp-caption.rev_row {
position: relative;
width: 100% !important;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.rev_row_zone_top {
top: 0; }
.rev_row_zone_middle {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.rev_row_zone_bottom {
bottom: 0; }
.rev_slider .tp-caption.rev_row {
display: table;
table-layout: fixed;
vertical-align: top;
height: auto !important;
font-size: 0; }
.rev_column {
display: table-cell;
position: relative;
height: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0; }
.rev_column_inner {
display: block;
height: auto !important;
white-space: normal !important; }
.rev_column_bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-clip: content-box;
border: 0 solid transparent; }
.tp-caption .backcorner, .tp-caption .backcornertop, .tp-caption .frontcorner, .tp-caption .frontcornertop {
height: 0;
top: 0;
width: 0;
position: absolute; }
.rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {
text-align: inherit; }
.rev_column_inner .tp-mask-wrap {
display: inline-block; }
.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
position: relative !important;
left: auto !important;
top: auto !important;
line-height: 0; }
.tp-video-play-button, .tp-video-play-button i {
line-height: 50px !important;
vertical-align: top;
text-align: center; }
.rev_column_inner .rev_layer_in_column, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
vertical-align: top; }
.rev_break_columns {
display: block !important; }
.rev_break_columns .tp-parallax-wrap.rev_column {
display: block !important;
width: 100% !important; }
.fullwidthbanner-container {
overflow: hidden; }
.fullwidthbanner-container .fullwidthabanner {
width: 100%;
position: relative; }
.tp-static-layers {
position: absolute;
z-index: 101;
top: 0;
left: 0; }
.tp-caption .frontcorner {
border-left: 40px solid transparent;
border-right: 0 solid transparent;
border-top: 40px solid #00A8FF;
left: -40px; }
.tp-caption .backcorner {
border-left: 0 solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid #00A8FF;
right: 0; }
.tp-caption .frontcornertop {
border-left: 40px solid transparent;
border-right: 0 solid transparent;
border-bottom: 40px solid #00A8FF;
left: -40px; }
.tp-caption .backcornertop {
border-left: 0 solid transparent;
border-right: 40px solid transparent;
border-top: 40px solid #00A8FF;
right: 0; }
.tp-layer-inner-rotation {
position: relative !important; }
img.tp-slider-alternative-image {
width: 100%;
height: auto; }
.caption.fullscreenvideo, .rs-background-video-layer, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute; }
.noFilterClass {
-webkit-filter: none !important;
filter: none !important; }
.rs-background-video-layer {
visibility: hidden;
z-index: 0; }
.caption.fullscreenvideo audio, .caption.fullscreenvideo iframe, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
width: 100% !important;
height: 100% !important;
display: none; }
.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
background: #000; }
.fullcoveredvideo .tp-poster {
background-position: center center;
background-size: cover;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.videoisplaying .html5vid .tp-poster {
display: none; }
.tp-video-play-button {
background: #000;
background: rgba(0, 0, 0, 0.3);
border-radius: 5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
margin-top: -25px;
margin-left: -25px;
cursor: pointer;
width: 50px;
height: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
z-index: 4;
opacity: 0;
-webkit-transition: opacity 0.3s ease-out !important;
-o-transition: opacity 0.3s ease-out !important;
transition: opacity 0.3s ease-out !important; }
.tp-audio-html5 .tp-video-play-button, .tp-hiddenaudio {
display: none !important; }
.tp-caption .html5vid {
width: 100% !important;
height: 100% !important; }
.tp-video-play-button i {
width: 50px;
height: 50px;
display: inline-block;
font-size: 40px !important; }
.rs-fullvideo-cover, .tp-dottedoverlay, .tp-shadowcover {
height: 100%;
top: 0;
left: 0;
position: absolute; }
.tp-caption:hover .tp-video-play-button {
opacity: 1;
display: block; }
.tp-caption .tp-revstop {
display: none;
border-left: 5px solid #fff !important;
border-right: 5px solid #fff !important;
margin-top: 15px !important;
line-height: 20px !important;
vertical-align: top;
font-size: 25px !important; }
.tp-seek-bar, .tp-video-button, .tp-volume-bar {
outline: 0;
line-height: 12px;
margin: 0;
cursor: pointer; }
.videoisplaying .revicon-right-dir {
display: none; }
.videoisplaying .tp-revstop {
display: inline-block; }
.videoisplaying .tp-video-play-button {
display: none; }
.fullcoveredvideo .tp-video-play-button {
display: none !important; }
.fullscreenvideo .fullscreenvideo audio, .fullscreenvideo .fullscreenvideo video {
-o-object-fit: contain !important;
object-fit: contain !important; }
.fullscreenvideo .fullcoveredvideo audio, .fullscreenvideo .fullcoveredvideo video {
-o-object-fit: cover !important;
object-fit: cover !important; }
.tp-video-controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 5px;
opacity: 0;
-webkit-transition: opacity .3s;
-o-transition: opacity .3s;
transition: opacity .3s;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #000), to(#323232));
background-image: -webkit-linear-gradient(top, #000 13%, #323232 100%);
background-image: -o-linear-gradient(top, #000 13%, #323232 100%);
background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
display: table;
max-width: 100%;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.rev-btn.rev-hiddenicon i, .rev-btn.rev-withicon i {
-webkit-transition: all 0.2s ease-out !important;
-o-transition: all 0.2s ease-out !important;
transition: all 0.2s ease-out !important;
font-size: 15px; }
.tp-caption:hover .tp-video-controls {
opacity: .9; }
.tp-video-button {
background: rgba(0, 0, 0, 0.5);
border: 0;
border-radius: 3px;
font-size: 12px;
color: #fff;
padding: 0; }
.tp-video-button:hover {
cursor: pointer; }
.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
padding: 0 5px;
display: table-cell;
vertical-align: middle; }
.tp-video-seek-bar-wrap {
width: 80%; }
.tp-video-vol-bar-wrap {
width: 20%; }
.tp-seek-bar, .tp-volume-bar {
width: 100%;
padding: 0; }
.rs-fullvideo-cover {
width: 100%;
background: 0 0;
z-index: 5; }
.disabled_lc .tp-video-play-button, .rs-background-video-layer audio::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls-start-playback-button {
display: none !important; }
.tp-audio-html5 .tp-video-controls {
opacity: 1 !important;
visibility: visible !important; }
.tp-dottedoverlay {
background-repeat: repeat;
width: 100%;
z-index: 3; }
.tp-dottedoverlay.twoxtwo {
background: url(../assets/gridtile.png); }
.tp-dottedoverlay.twoxtwowhite {
background: url(../assets/gridtile_white.png); }
.tp-dottedoverlay.threexthree {
background: url(../assets/gridtile_3x3.png); }
.tp-dottedoverlay.threexthreewhite {
background: url(../assets/gridtile_3x3_white.png); }
.tp-shadowcover {
width: 100%;
background: #fff;
z-index: -1; }
.tp-shadow1 {
-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8); }
.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width: 300px;
background: 0 0;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
-webkit-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg); }
.tp-shadow2:after, .tp-shadow4:after {
-webkit-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto; }
.tp-shadow5 {
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
.tp-shadow5:after, .tp-shadow5:before {
content: "";
position: absolute;
z-index: -2;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
top: 30%;
bottom: 0;
left: 20px;
right: 20px;
border-radius: 100px/20px; }
.tp-button {
padding: 6px 13px 5px;
border-radius: 3px;
height: 30px;
cursor: pointer;
color: #fff !important;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
font-size: 15px;
line-height: 45px !important;
font-family: arial,sans-serif;
font-weight: 700;
letter-spacing: -1px;
text-decoration: none; }
.tp-button.big {
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
font-weight: 700;
padding: 9px 20px;
font-size: 19px;
line-height: 57px !important; }
.purchase:hover, .tp-button.big:hover, .tp-button:hover {
background-position: bottom,15px 11px; }
.purchase.green, .purchase:hover.green, .tp-button.green, .tp-button:hover.green {
background-color: #21a117;
-webkit-box-shadow: 0 3px 0 0 #104d0b;
box-shadow: 0 3px 0 0 #104d0b; }
.purchase.blue, .purchase:hover.blue, .tp-button.blue, .tp-button:hover.blue {
background-color: #1d78cb;
-webkit-box-shadow: 0 3px 0 0 #0f3e68;
box-shadow: 0 3px 0 0 #0f3e68; }
.purchase.red, .purchase:hover.red, .tp-button.red, .tp-button:hover.red {
background-color: #cb1d1d;
-webkit-box-shadow: 0 3px 0 0 #7c1212;
box-shadow: 0 3px 0 0 #7c1212; }
.purchase.orange, .purchase:hover.orange, .tp-button.orange, .tp-button:hover.orange {
background-color: #f70;
-webkit-box-shadow: 0 3px 0 0 #a34c00;
box-shadow: 0 3px 0 0 #a34c00; }
.purchase.darkgrey, .purchase:hover.darkgrey, .tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey {
background-color: #555;
-webkit-box-shadow: 0 3px 0 0 #222;
box-shadow: 0 3px 0 0 #222; }
.purchase.lightgrey, .purchase:hover.lightgrey, .tp-button.lightgrey, .tp-button:hover.lightgrey {
background-color: #888;
-webkit-box-shadow: 0 3px 0 0 #555;
box-shadow: 0 3px 0 0 #555; }
.rev-btn, .rev-btn:visited {
outline: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none !important;
line-height: 44px;
font-size: 17px;
font-weight: 500;
padding: 12px 35px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Roboto,sans-serif;
cursor: pointer; }
.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 15px;
font-weight: 900; }
.rev-btn.rev-withicon i {
font-weight: 400;
position: relative;
top: 0;
margin-left: 10px !important; }
.rev-btn.rev-hiddenicon i {
font-weight: 400;
position: relative;
top: 0;
opacity: 0;
margin-left: 0 !important;
width: 0 !important; }
.rev-btn.rev-hiddenicon:hover i {
opacity: 1 !important;
margin-left: 10px !important;
width: auto !important; }
.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
line-height: 36px;
font-size: 14px;
padding: 10px 30px; }
.rev-btn.rev-medium.rev-hiddenicon i, .rev-btn.rev-medium.rev-withicon i {
font-size: 14px;
top: 0; }
.rev-btn.rev-small, .rev-btn.rev-small:visited {
line-height: 28px;
font-size: 12px;
padding: 7px 20px; }
.rev-btn.rev-small.rev-hiddenicon i, .rev-btn.rev-small.rev-withicon i {
font-size: 12px;
top: 0; }
.rev-maxround {
border-radius: 30px; }
.rev-minround {
border-radius: 3px; }
.rev-burger {
position: relative;
width: 60px;
height: 60px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 22px 0 0 14px;
border-radius: 50%;
border: 1px solid rgba(51, 51, 51, 0.25);
-webkit-tap-highlight-color: transparent;
cursor: pointer; }
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
-webkit-transition: .7s;
-o-transition: .7s;
transition: .7s;
pointer-events: none;
-webkit-transform-style: flat !important;
transform-style: flat !important; }
.rev-burger.revb-white span, .rev-burger.revb-whitenoborder span {
background: #fff; }
.rev-burger span:nth-child(2) {
margin: 3px 0; }
#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
-webkit-transform: translateY(6px) rotate(-45deg);
-ms-transform: translateY(6px) rotate(-45deg);
transform: translateY(6px) rotate(-45deg); }
#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0; }
#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
-webkit-transform: translateY(-6px) rotate(-135deg);
-ms-transform: translateY(-6px) rotate(-135deg);
transform: translateY(-6px) rotate(-135deg); }
.rev-burger.revb-white {
border: 2px solid rgba(255, 255, 255, 0.2); }
.rev-burger.revb-darknoborder, .rev-burger.revb-whitenoborder {
border: 0; }
.rev-burger.revb-darknoborder span {
background: #333; }
.rev-burger.revb-whitefull {
background: #fff;
border: none; }
.rev-burger.revb-whitefull span {
background: #333; }
.rev-burger.revb-darkfull {
background: #333;
border: none; }
.rev-burger.revb-darkfull span, .rev-scroll-btn.revs-fullwhite {
background: #fff; }
@-webkit-keyframes rev-ani-mouse {
0% {
opacity: 1;
top: 29%; }
15% {
opacity: 1;
top: 50%; }
50% {
opacity: 0;
top: 50%; }
100% {
opacity: 0;
top: 29%; } }
@keyframes rev-ani-mouse {
0% {
opacity: 1;
top: 29%; }
15% {
opacity: 1;
top: 50%; }
50% {
opacity: 0;
top: 50%; }
100% {
opacity: 0;
top: 29%; } }
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width: 35px;
height: 55px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 3px solid #fff;
border-radius: 23px; }
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: 400;
color: #fff;
font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
letter-spacing: 2px; }
.rev-scroll-btn > .active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
color: #fff; }
.rev-scroll-btn > .active, .rev-scroll-btn > :active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
opacity: .8; }
.rev-scroll-btn.revs-fullwhite span {
background: #333; }
.rev-scroll-btn.revs-fulldark {
background: #333;
border: none; }
.rev-scroll-btn.revs-fulldark span, .tp-bullet {
background: #fff; }
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
background: #fff;
border-radius: 50%;
-webkit-animation: rev-ani-mouse 2.5s linear infinite;
animation: rev-ani-mouse 2.5s linear infinite; }
.rev-scroll-btn.revs-dark {
border-color: #333; }
.rev-scroll-btn.revs-dark span {
background: #333; }
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.5);
width: 60px;
height: 60px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer; }
.rev-cbutton-dark-sr, .rev-cbutton-light-sr {
border-radius: 3px; }
.rev-cbutton-light, .rev-cbutton-light-sr {
color: #333;
background-color: rgba(255, 255, 255, 0.75); }
.rev-sbutton {
line-height: 37px;
width: 37px;
height: 37px; }
.rev-sbutton-blue {
background-color: #3B5998; }
.rev-sbutton-lightblue {
background-color: #00A0D1; }
.rev-sbutton-red {
background-color: #DD4B39; }
.tp-bannertimer {
visibility: hidden;
width: 100%;
height: 5px;
background: #000;
background: rgba(0, 0, 0, 0.15);
position: absolute;
z-index: 200;
top: 0; }
.tp-bannertimer.tp-bottom {
top: auto;
bottom: 0 !important;
height: 5px; }
.tp-caption img {
background: 0 0;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
zoom: 1; }
.caption.slidelink a div, .tp-caption.slidelink a div {
width: 3000px;
height: 1500px;
background: url(../assets/coloredbg.png); }
.tp-caption.slidelink a span {
background: url(../assets/coloredbg.png); }
.tp-loader.spinner0, .tp-loader.spinner5 {
background-image: url(../assets/loader.gif);
background-repeat: no-repeat; }
.tp-shape {
width: 100%;
height: 100%; }
.tp-caption .rs-starring {
display: inline-block; }
.tp-caption .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important; }
.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important; }
.tp-loader.spinner0, .tp-loader.spinner1 {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
animation: tp-rotateplane 1.2s infinite ease-in-out;
background-color: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute; }
.tp-caption .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important; }
.tp-caption .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0; }
.tp-loader {
top: 50%;
left: 50%;
z-index: 10000;
position: absolute; }
.tp-loader.spinner0 {
background-position: center center; }
.tp-loader.spinner5 {
background-position: 10px 10px;
background-color: #fff;
margin: -22px;
width: 44px;
height: 44px;
border-radius: 3px; }
@-webkit-keyframes tp-rotateplane {
0% {
-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
transform: perspective(120px) rotateX(0) rotateY(0); }
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes tp-rotateplane {
0% {
-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
transform: perspective(120px) rotateX(0) rotateY(0); }
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.tp-loader.spinner2 {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
background-color: red;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
border-radius: 100%;
-webkit-animation: tp-scaleout 1s infinite ease-in-out;
animation: tp-scaleout 1s infinite ease-in-out; }
@-webkit-keyframes tp-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
@keyframes tp-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.tp-loader.spinner3 {
margin: -9px 0 0 -35px;
width: 70px;
text-align: center; }
.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
animation: tp-bouncedelay 1.4s infinite ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.tp-loader.spinner3 .bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s; }
.tp-loader.spinner3 .bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s; }
@-webkit-keyframes tp-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes tp-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
.tp-loader.spinner4 {
margin: -20px 0 0 -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: tp-rotate 2s infinite linear;
animation: tp-rotate 2s infinite linear; }
.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: tp-bounce 2s infinite ease-in-out;
animation: tp-bounce 2s infinite ease-in-out;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
.tp-loader.spinner4 .dot2 {
top: auto;
bottom: 0;
-webkit-animation-delay: -1s;
animation-delay: -1s; }
@-webkit-keyframes tp-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes tp-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes tp-bounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes tp-bounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1);
transform: scale(1); } }
.tp-bullets.navbar, .tp-tabs.navbar, .tp-thumbs.navbar {
border: none;
min-height: 0;
margin: 0;
border-radius: 0; }
.tp-bullets, .tp-tabs, .tp-thumbs {
position: absolute;
display: block;
z-index: 1000;
top: 0;
left: 0; }
.tp-tab, .tp-thumb {
cursor: pointer;
position: absolute;
opacity: .5;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.tp-arr-imgholder, .tp-tab-image, .tp-thumb-image, .tp-videoposter {
background-position: center center;
background-size: cover;
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0; }
.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
opacity: 1; }
.tp-tab-mask, .tp-thumb-mask {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important; }
.tp-tabs, .tp-thumbs {
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important; }
.tp-bullet {
width: 15px;
height: 15px;
position: absolute;
background: rgba(255, 255, 255, 0.3);
cursor: pointer; }
.tp-bullet.selected, .tp-bullet:hover {
background: #fff; }
.tparrows {
cursor: pointer;
background: #000;
background: rgba(0, 0, 0, 0.5);
width: 40px;
height: 40px;
position: absolute;
display: block;
z-index: 1000; }
.tparrows:hover {
background: #000; }
.tparrows:before {
font-family: revicons;
font-size: 15px;
color: #fff;
display: block;
line-height: 40px;
text-align: center; }
.hginfo, .hglayerinfo {
font-size: 12px;
font-weight: 600; }
.tparrows.tp-leftarrow:before {
content: '\e824'; }
.tparrows.tp-rightarrow:before {
content: '\e825'; }
body.rtl .tp-kbimg {
left: 0 !important; }
.dddwrappershadow {
-webkit-box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4); }
.hglayerinfo {
position: fixed;
bottom: 0;
left: 0;
color: #FFF;
line-height: 20px;
background: rgba(0, 0, 0, 0.75);
padding: 5px 10px;
z-index: 2000;
white-space: normal; }
.helpgrid, .hginfo {
position: absolute; }
.hginfo {
top: -2px;
left: -2px;
color: #e74c3c;
background: #000;
padding: 2px 5px; }
.indebugmode .tp-caption:hover {
border: 1px dashed #c0392b !important; }
.helpgrid {
border: 2px dashed #c0392b;
top: 0;
left: 0;
z-index: 0; }
#revsliderlogloglog {
padding: 15px;
color: #fff;
position: fixed;
top: 0;
left: 0;
width: 200px;
height: 150px;
background: rgba(0, 0, 0, 0.7);
z-index: 100000;
font-size: 10px;
overflow: scroll; }
.aden {
-webkit-filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2); }
.aden::after {
background: -webkit-gradient(linear, left top, right top, from(rgba(66, 10, 14, 0.2)), to(transparent));
background: -webkit-linear-gradient(left, rgba(66, 10, 14, 0.2), transparent);
background: -o-linear-gradient(left, rgba(66, 10, 14, 0.2), transparent);
background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
mix-blend-mode: darken; }
.perpetua::after, .reyes::after {
mix-blend-mode: soft-light;
opacity: .5; }
.inkwell {
-webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); }
.perpetua::after {
background: -webkit-gradient(linear, left top, left bottom, from(#005b9a), to(#e6c13d));
background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
background: -o-linear-gradient(top, #005b9a, #e6c13d);
background: linear-gradient(to bottom, #005b9a, #e6c13d); }
.reyes {
-webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
.reyes::after {
background: #efcdad; }
.gingham {
-webkit-filter: brightness(1.05) hue-rotate(-10deg);
filter: brightness(1.05) hue-rotate(-10deg); }
.gingham::after {
background: -webkit-gradient(linear, left top, right top, from(rgba(66, 10, 14, 0.2)), to(transparent));
background: -webkit-linear-gradient(left, rgba(66, 10, 14, 0.2), transparent);
background: -o-linear-gradient(left, rgba(66, 10, 14, 0.2), transparent);
background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
mix-blend-mode: darken; }
.toaster {
-webkit-filter: contrast(1.5) brightness(0.9);
filter: contrast(1.5) brightness(0.9); }
.toaster::after {
background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
background: -o-radial-gradient(circle, #804e0f, #3b003b);
background: radial-gradient(circle, #804e0f, #3b003b);
mix-blend-mode: screen; }
.walden {
-webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); }
.walden::after {
background: #04c;
mix-blend-mode: screen;
opacity: .3; }
.hudson {
-webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
filter: brightness(1.2) contrast(0.9) saturate(1.1); }
.hudson::after {
background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
background: -o-radial-gradient(circle, #a6b1ff 50%, #342134);
background: radial-gradient(circle, #a6b1ff 50%, #342134);
mix-blend-mode: multiply;
opacity: .5; }
.earlybird {
-webkit-filter: contrast(0.9) sepia(0.2);
filter: contrast(0.9) sepia(0.2); }
.earlybird::after {
background: -webkit-radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
background: -o-radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
mix-blend-mode: overlay; }
.mayfair {
-webkit-filter: contrast(1.1) saturate(1.1);
filter: contrast(1.1) saturate(1.1); }
.mayfair::after {
background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
background: -o-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
mix-blend-mode: overlay;
opacity: .4; }
.lofi {
-webkit-filter: saturate(1.1) contrast(1.5);
filter: saturate(1.1) contrast(1.5); }
.lofi::after {
background: -webkit-radial-gradient(circle, transparent 70%, #222 150%);
background: -o-radial-gradient(circle, transparent 70%, #222 150%);
background: radial-gradient(circle, transparent 70%, #222 150%);
mix-blend-mode: multiply; }
._1977 {
-webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
filter: contrast(1.1) brightness(1.1) saturate(1.3); }
._1977:after {
background: rgba(243, 106, 188, 0.3);
mix-blend-mode: screen; }
.brooklyn {
-webkit-filter: contrast(0.9) brightness(1.1);
filter: contrast(0.9) brightness(1.1); }
.brooklyn::after {
background: -webkit-radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
background: -o-radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
mix-blend-mode: overlay; }
.xpro2 {
-webkit-filter: sepia(0.3);
filter: sepia(0.3); }
.xpro2::after {
background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
background: -o-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
mix-blend-mode: color-burn; }
.nashville {
-webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); }
.nashville::after {
background: rgba(0, 70, 150, 0.4);
mix-blend-mode: lighten; }
.nashville::before {
background: rgba(247, 176, 153, 0.56);
mix-blend-mode: darken; }
.lark {
-webkit-filter: contrast(0.9);
filter: contrast(0.9); }
.lark::after {
background: rgba(242, 242, 242, 0.8);
mix-blend-mode: darken; }
.lark::before {
background: #22253f;
mix-blend-mode: color-dodge; }
.moon {
-webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
filter: grayscale(1) contrast(1.1) brightness(1.1); }
.moon::before {
background: #a0a0a0;
mix-blend-mode: soft-light; }
.moon::after {
background: #383838;
mix-blend-mode: lighten; }
.clarendon {
-webkit-filter: contrast(1.2) saturate(1.35);
filter: contrast(1.2) saturate(1.35); }
.clarendon:before {
background: rgba(127, 187, 227, 0.2);
mix-blend-mode: overlay; }
.willow {
-webkit-filter: grayscale(0.5) contrast(0.95) brightness(0.9);
filter: grayscale(0.5) contrast(0.95) brightness(0.9); }
.willow::before {
background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
mix-blend-mode: overlay; }
.willow::after {
background-color: #d8cdcb;
mix-blend-mode: color; }
.rise {
-webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); }
.rise::after {
background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
background: -o-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
mix-blend-mode: overlay;
opacity: .6; }
.rise::before {
background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
background: -o-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
mix-blend-mode: multiply; }
._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none; }
._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
position: relative; }
._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
width: 100%;
z-index: 1; }
._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
z-index: 2; }
._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
z-index: 3; }
.slumber {
-webkit-filter: saturate(0.66) brightness(1.05);
filter: saturate(0.66) brightness(1.05); }
.slumber::after {
background: rgba(125, 105, 24, 0.5);
mix-blend-mode: soft-light; }
.slumber::before {
background: rgba(69, 41, 12, 0.4);
mix-blend-mode: lighten; }
.tp-kbimg-wrap:after, .tp-kbimg-wrap:before {
height: 500%;
width: 500%; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
.tp-caption.medium_grey, .medium_grey {
background-color: #888;
border-style: none;
border-width: 0;
color: #fff;
font-family: Arial;
font-size: 20px;
font-weight: 700;
line-height: 20px;
margin: 0;
padding: 2px 4px;
position: absolute;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
white-space: nowrap; }
.tp-caption.small_text, .small_text {
border-style: none;
border-width: 0;
color: #fff;
font-family: Arial;
font-size: 14px;
font-weight: 700;
line-height: 20px;
margin: 0;
position: absolute;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
white-space: nowrap; }
.tp-caption.medium_text, .medium_text {
border-style: none;
border-width: 0;
color: #fff;
font-family: Arial;
font-size: 20px;
font-weight: 700;
line-height: 20px;
margin: 0;
position: absolute;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
white-space: nowrap; }
.tp-caption.large_text, .large_text {
border-style: none;
border-width: 0;
color: #fff;
font-family: Arial;
font-size: 40px;
font-weight: 700;
line-height: 40px;
margin: 0;
position: absolute;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
white-space: nowrap; }
.tp-caption.very_large_text, .very_large_text {
border-style: none;
border-width: 0;
color: #fff;
font-family: Arial;
font-size: 60px;
font-weight: 700;
letter-spacing: -2px;
line-height: 60px;
margin: 0;
position: absolute;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
white-space: nowrap; }
.tp-caption.very_big_white, .very_big_white {
background-color: #000;
border-style: none;
border-width: 0;
color: #fff;
font-family: Arial;
font-size: 60px;
font-weight: 800;
line-height: 60px;
margin: 0;
padding: 1px 4px 0;
position: absolute;
text-shadow: none;
white-space: nowrap; }
.tp-caption.very_big_black, .very_big_black {
background-color: #fff;
border-style: none;
border-width: 0;
color: #000;
font-family: Arial;
font-size: 60px;
font-weight: 700;
line-height: 60px;
margin: 0;
padding: 1px 4px 0;
position: absolute;
text-shadow: none;
white-space: nowrap; }
.tp-caption.modern_medium_fat, .modern_medium_fat {
border-style: none;
border-width: 0;
color: #000;
font-family: "Open Sans", sans-serif;
font-size: 24px;
font-weight: 800;
line-height: 20px;
margin: 0;
position: absolute;
text-shadow: none;
white-space: nowrap; }
.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans", sans-serif;
font-size: 24px;
font-weight: 800;
line-height: 20px;
margin: 0;
position: absolute;
text-shadow: none;
white-space: nowrap; }
.tp-caption.modern_medium_light, .modern_medium_light {
border-style: none;
border-width: 0;
color: #000;
font-family: "Open Sans", sans-serif;
font-size: 24px;
font-weight: 300;
line-height: 20px;
margin: 0;
position: absolute;
text-shadow: none;
white-space: nowrap; }
.tp-caption.modern_big_bluebg, .modern_big_bluebg {
background-color: #4e5b6c;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans", sans-serif;
font-size: 30px;
font-weight: 800;
letter-spacing: 0;
line-height: 36px;
margin: 0;
padding: 3px 10px;
position: absolute;
text-shadow: none; }
.tp-caption.modern_big_redbg, .modern_big_redbg {
background-color: #de543e;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans", sans-serif;
font-size: 30px;
font-weight: 300;
letter-spacing: 0;
line-height: 36px;
margin: 0;
padding: 1px 10px 3px;
position: absolute;
text-shadow: none; }
.tp-caption.modern_small_text_dark, .modern_small_text_dark {
border-style: none;
border-width: 0;
color: #555;
font-family: Arial;
font-size: 14px;
line-height: 22px;
margin: 0;
position: absolute;
text-shadow: none;
white-space: nowrap; }
.tp-caption.boxshadow, .boxshadow {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.tp-caption.black, .black {
color: #000;
text-shadow: none; }
.tp-caption.noshadow, .noshadow {
text-shadow: none; }
.tp-caption.thinheadline_dark, .thinheadline_dark {
background-color: transparent;
color: rgba(0, 0, 0, 0.85);
font-family: "Open Sans";
font-size: 30px;
font-weight: 300;
line-height: 30px;
position: absolute;
text-shadow: none; }
.tp-caption.thintext_dark, .thintext_dark {
background-color: transparent;
color: rgba(0, 0, 0, 0.85);
font-family: "Open Sans";
font-size: 16px;
font-weight: 300;
line-height: 26px;
position: absolute;
text-shadow: none; }
.tp-caption.largeblackbg, .largeblackbg {
background-color: #000;
border-radius: 0;
color: #fff;
font-family: "Open Sans";
font-size: 50px;
font-weight: 300;
line-height: 70px;
padding: 0 20px;
position: absolute;
text-shadow: none; }
.tp-caption.largepinkbg, .largepinkbg {
background-color: #db4360;
border-radius: 0;
color: #fff;
font-family: "Open Sans";
font-size: 50px;
font-weight: 300;
line-height: 70px;
padding: 0 20px;
position: absolute;
text-shadow: none; }
.tp-caption.largewhitebg, .largewhitebg {
background-color: #fff;
border-radius: 0;
color: #000;
font-family: "Open Sans";
font-size: 50px;
font-weight: 300;
line-height: 70px;
padding: 0 20px;
position: absolute;
text-shadow: none; }
.tp-caption.largegreenbg, .largegreenbg {
background-color: #67ae73;
border-radius: 0;
color: #fff;
font-family: "Open Sans";
font-size: 50px;
font-weight: 300;
line-height: 70px;
padding: 0 20px;
position: absolute;
text-shadow: none; }
.tp-caption.excerpt, .excerpt {
background-color: black;
border-color: #fff;
border-style: none;
border-width: 0;
color: #fff;
font-family: Arial;
font-size: 36px;
font-weight: 700;
height: auto;
letter-spacing: -1.5px;
line-height: 36px;
margin: 0;
padding: 1px 4px 0;
text-decoration: none;
text-shadow: none;
white-space: normal !important;
width: 150px; }
.tp-caption.large_bold_grey, .large_bold_grey {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #666;
font-family: "Open Sans";
font-size: 60px;
font-weight: 800;
line-height: 60px;
margin: 0;
padding: 1px 4px 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.medium_thin_grey, .medium_thin_grey {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #666;
font-family: "Open Sans";
font-size: 34px;
font-weight: 300;
line-height: 30px;
margin: 0;
padding: 1px 4px 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.small_thin_grey, .small_thin_grey {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #757575;
font-family: "Open Sans";
font-size: 18px;
font-weight: 300;
line-height: 26px;
margin: 0;
padding: 1px 4px 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.lightgrey_divider, .lightgrey_divider {
background-color: #ebebeb;
background-position: initial;
background-repeat: initial;
border-color: #222;
border-style: none;
border-width: 0;
height: 3px;
text-decoration: none;
width: 370px; }
.tp-caption.large_bold_darkblue, .large_bold_darkblue {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #34495e;
font-family: "Open Sans";
font-size: 58px;
font-weight: 800;
line-height: 60px;
text-decoration: none; }
.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {
background-color: #34495e;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 20px;
font-weight: 800;
line-height: 20px;
padding: 10px;
text-decoration: none; }
.tp-caption.medium_bold_red, .medium_bold_red {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #e33a0c;
font-family: "Open Sans";
font-size: 24px;
font-weight: 800;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.medium_light_red, .medium_light_red {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #e33a0c;
font-family: "Open Sans";
font-size: 21px;
font-weight: 300;
line-height: 26px;
padding: 0;
text-decoration: none; }
.tp-caption.medium_bg_red, .medium_bg_red {
background-color: #e33a0c;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 20px;
font-weight: 800;
line-height: 20px;
padding: 10px;
text-decoration: none; }
.tp-caption.medium_bold_orange, .medium_bold_orange {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #f39c12;
font-family: "Open Sans";
font-size: 24px;
font-weight: 800;
line-height: 30px;
text-decoration: none; }
.tp-caption.medium_bg_orange, .medium_bg_orange {
background-color: #f39c12;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 20px;
font-weight: 800;
line-height: 20px;
padding: 10px;
text-decoration: none; }
.tp-caption.grassfloor, .grassfloor {
background-color: #a0b397;
border-color: #222;
border-style: none;
border-width: 0;
height: 150px;
text-decoration: none;
width: 4000px; }
.tp-caption.large_bold_white, .large_bold_white {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 58px;
font-weight: 800;
line-height: 60px;
text-decoration: none; }
.tp-caption.medium_light_white, .medium_light_white {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 30px;
font-weight: 300;
line-height: 36px;
padding: 0;
text-decoration: none; }
.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 34px;
font-weight: 300;
line-height: 40px;
padding: 0;
text-decoration: none; }
.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 34px;
font-weight: 300;
line-height: 40px;
padding: 0;
text-align: center;
text-decoration: none; }
.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {
background-color: #7f8c8d;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 20px;
font-weight: 800;
line-height: 20px;
padding: 10px;
text-decoration: none; }
.tp-caption.medium_light_black, .medium_light_black {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #000;
font-family: "Open Sans";
font-size: 30px;
font-weight: 300;
line-height: 36px;
padding: 0;
text-decoration: none; }
.tp-caption.large_bold_black, .large_bold_black {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #000;
font-family: "Open Sans";
font-size: 58px;
font-weight: 800;
line-height: 60px;
text-decoration: none; }
.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #34495e;
font-family: "Open Sans";
font-size: 34px;
font-weight: 300;
line-height: 40px;
padding: 0;
text-decoration: none; }
.tp-caption.small_light_white, .small_light_white {
background-color: transparent;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 17px;
font-weight: 300;
line-height: 28px;
padding: 0;
text-decoration: none; }
.tp-caption.roundedimage, .roundedimage {
border-color: #222;
border-style: none;
border-width: 0; }
.tp-caption.large_bg_black, .large_bg_black {
background-color: #000;
border-color: #ffd658;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Open Sans";
font-size: 40px;
font-weight: 800;
line-height: 40px;
padding: 10px 20px 15px;
text-decoration: none; }
.tp-caption.mediumwhitebg, .mediumwhitebg {
background-color: #fff;
border-color: #000;
border-style: none;
border-width: 0;
color: #000;
font-family: "Open Sans";
font-size: 30px;
font-weight: 300;
line-height: 30px;
padding: 5px 15px 10px;
text-decoration: none;
text-shadow: none; }
.tp-caption.maincaption, .maincaption {
background-color: transparent;
border-color: #000;
border-style: none;
border-width: 0;
color: #212a40;
font-family: roboto;
font-size: 33px;
font-weight: 500;
line-height: 43px;
text-decoration: none;
text-shadow: none; }
.tp-caption.miami_title_60px, .miami_title_60px {
background-color: transparent;
border-color: #000;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Source Sans Pro";
font-size: 60px;
font-weight: 700;
letter-spacing: 1px;
line-height: 60px;
text-decoration: none;
text-shadow: none; }
.tp-caption.miami_subtitle, .miami_subtitle {
background-color: transparent;
border-color: #000;
border-style: none;
border-width: 0;
color: rgba(255, 255, 255, 0.65);
font-family: "Source Sans Pro";
font-size: 17px;
font-weight: 400;
letter-spacing: 2px;
line-height: 24px;
text-decoration: none;
text-shadow: none; }
.tp-caption.divideline30px, .divideline30px {
background: #fff;
background-color: #fff;
border-color: #222;
border-style: none;
border-width: 0;
height: 2px;
min-width: 30px;
text-decoration: none; }
.tp-caption.Miami_nostyle, .Miami_nostyle {
border-color: #222;
border-style: none;
border-width: 0; }
.tp-caption.miami_content_light, .miami_content_light {
background-color: transparent;
border-color: #000;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Source Sans Pro";
font-size: 22px;
font-weight: 400;
letter-spacing: 0;
line-height: 28px;
text-decoration: none;
text-shadow: none; }
.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {
background-color: transparent;
border-color: #000;
border-style: none;
border-width: 0;
color: #333;
font-family: "Source Sans Pro";
font-size: 60px;
font-weight: 700;
letter-spacing: 1px;
line-height: 60px;
text-decoration: none;
text-shadow: none; }
.tp-caption.miami_content_dark, .miami_content_dark {
background-color: transparent;
border-color: #000;
border-style: none;
border-width: 0;
color: #666;
font-family: "Source Sans Pro";
font-size: 22px;
font-weight: 400;
letter-spacing: 0;
line-height: 28px;
text-decoration: none;
text-shadow: none; }
.tp-caption.divideline30px_dark, .divideline30px_dark {
background-color: #333;
border-color: #222;
border-style: none;
border-width: 0;
height: 2px;
min-width: 30px;
text-decoration: none; }
.tp-caption.ellipse70px, .ellipse70px {
background-color: rgba(0, 0, 0, 0.14902);
border-color: #222;
border-radius: 50px 50px 50px 50px;
border-style: none;
border-width: 0;
cursor: pointer;
line-height: 1px;
min-height: 70px;
min-width: 70px;
text-decoration: none; }
.tp-caption.arrowicon, .arrowicon {
border-color: #222;
border-style: none;
border-width: 0;
line-height: 1px; }
.tp-caption.MarkerDisplay, .MarkerDisplay {
background-color: transparent;
border-color: #000;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
font-family: "Permanent Marker";
font-style: normal;
padding: 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.Restaurant-Display, .Restaurant-Display {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #fff;
font-family: Roboto;
font-size: 120px;
font-style: normal;
font-weight: 700;
line-height: 120px;
padding: 0;
text-decoration: none; }
.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #fff;
font-family: "Nothing you could do";
font-size: 30px;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #fff;
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
line-height: 17px;
padding: 0;
text-decoration: none; }
.tp-caption.Restaurant-Description, .Restaurant-Description {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #fff;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 300;
letter-spacing: 3px;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.Restaurant-Price, .Restaurant-Price {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #fff;
font-family: Roboto;
font-size: 30px;
font-style: normal;
font-weight: 300;
letter-spacing: 3px;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {
background-color: black;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
line-height: 17px;
padding: 10px 30px;
text-align: left;
text-decoration: none; }
.tp-caption.Furniture-LogoText, .Furniture-LogoText {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #e6cfa3;
font-family: Raleway;
font-size: 160px;
font-style: normal;
font-weight: 300;
line-height: 150px;
padding: 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.Furniture-Plus, .Furniture-Plus {
background-color: white;
border-color: transparent;
border-radius: 30px 30px 30px 30px;
border-style: none;
border-width: 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
color: #e6cfa3;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding: 6px 7px 4px;
text-decoration: none;
text-shadow: none; }
.tp-caption.Furniture-Title, .Furniture-Title {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: black;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 700;
letter-spacing: 3px;
line-height: 20px;
padding: 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: black;
font-family: Raleway;
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 20px;
padding: 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.Gym-Display, .Gym-Display {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 70px;
padding: 0;
text-decoration: none; }
.tp-caption.Gym-Subline, .Gym-Subline {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 30px;
font-style: normal;
font-weight: 100;
letter-spacing: 5px;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.Gym-SmallText, .Gym-SmallText {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 22;
padding: 0;
text-decoration: none;
text-shadow: none; }
.tp-caption.Fashion-SmallText, .Fashion-SmallText {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 600;
letter-spacing: 2px;
line-height: 20px;
padding: 0;
text-decoration: none; }
.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: black;
font-family: Raleway;
font-size: 60px;
font-style: normal;
font-weight: 900;
letter-spacing: 2px;
line-height: 60px;
padding: 0;
text-decoration: none; }
.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: black;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
line-height: 40px;
padding: 0;
text-decoration: none; }
.tp-caption.Sports-Display, .Sports-Display {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 130px;
font-style: normal;
font-weight: 100;
letter-spacing: 13px;
line-height: 130px;
padding: 0;
text-decoration: none; }
.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 130px;
font-style: normal;
font-weight: 900;
line-height: 130px;
padding: 0;
text-decoration: none; }
.tp-caption.Sports-Subline, .Sports-Subline {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: black;
font-family: Raleway;
font-size: 32px;
font-style: normal;
font-weight: 400;
letter-spacing: 4px;
line-height: 32px;
padding: 0;
text-decoration: none; }
.tp-caption.Instagram-Caption, .Instagram-Caption {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 20px;
padding: 0;
text-decoration: none; }
.tp-caption.News-Title, .News-Title {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: "Roboto Slab";
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: 60px;
padding: 0;
text-decoration: none; }
.tp-caption.News-Subtitle, .News-Subtitle {
background-color: rgba(255, 255, 255, 0);
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: "Roboto Slab";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 24px;
padding: 0;
text-decoration: none; }
.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
background-color: rgba(255, 255, 255, 0);
border-color: transparent;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 0;
color: rgba(255, 255, 255, 0.65);
text-decoration: none; }
.tp-caption.Photography-Display, .Photography-Display {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 80px;
font-style: normal;
font-weight: 100;
letter-spacing: 5px;
line-height: 70px;
padding: 0;
text-decoration: none; }
.tp-caption.Photography-Subline, .Photography-Subline {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #777777;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 300;
letter-spacing: 3px;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.Photography-ImageHover, .Photography-ImageHover {
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 22;
padding: 0;
text-decoration: none; }
.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.Photography-Menuitem, .Photography-Menuitem {
background-color: rgba(0, 0, 0, 0.65);
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 300;
letter-spacing: 2px;
line-height: 20px;
padding: 3px 5px 3px 8px;
text-decoration: none; }
.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {
background-color: rgba(0, 255, 222, 0.65);
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.Photography-Textblock, .Photography-Textblock {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 17px;
font-style: normal;
font-weight: 300;
letter-spacing: 2px;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.Photography-Subline-2, .Photography-Subline-2 {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: rgba(255, 255, 255, 0.35);
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 300;
letter-spacing: 3px;
line-height: 30px;
padding: 0;
text-decoration: none; }
.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Arial;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 22;
padding: 0;
text-decoration: none; }
.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.WebProduct-Title, .WebProduct-Title {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #333333;
font-family: Raleway;
font-size: 90px;
font-style: normal;
font-weight: 100;
line-height: 90px;
padding: 0;
text-decoration: none; }
.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #999999;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding: 0;
text-decoration: none; }
.tp-caption.WebProduct-Content, .WebProduct-Content {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #999999;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
padding: 0;
text-decoration: none; }
.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
background-color: #333333;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 500;
letter-spacing: 2px;
line-height: 20px;
padding: 3px 5px 3px 8px;
text-align: left;
text-decoration: none; }
.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
background-color: white;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #999999;
text-decoration: none; }
.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 90px;
font-style: normal;
font-weight: 100;
line-height: 90px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: rgba(255, 255, 255, 0.35);
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: rgba(255, 255, 255, 0.65);
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.FatRounded, .FatRounded {
background-color: rgba(0, 0, 0, 0.5);
border-color: lightgray;
border-radius: 50px 50px 50px 50px;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 30px;
font-style: normal;
font-weight: 900;
line-height: 30px;
padding: 20px 22px 20px 25px;
text-align: left;
text-decoration: none;
text-shadow: none; }
.tp-caption.FatRounded:hover, .FatRounded:hover {
background-color: black;
border-color: lightgray;
border-radius: 50px 50px 50px 50px;
border-style: none;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.NotGeneric-Title, .NotGeneric-Title {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 70px;
font-style: normal;
font-weight: 800;
line-height: 70px;
padding: 10px 0;
text-decoration: none; }
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 13px;
font-style: normal;
font-weight: 500;
letter-spacing: 4px;
line-height: 20px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 500;
letter-spacing: 3px;
line-height: 14px;
padding: 10px 30px;
text-align: left;
text-decoration: none; }
.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {
background-color: transparent;
border-color: white;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
text-decoration: none; }
.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 30px;
font-style: normal;
font-weight: 400;
letter-spacing: 3px;
line-height: 30px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.15);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 500;
letter-spacing: 3px;
line-height: 14px;
padding: 27px 30px;
text-align: left;
text-decoration: none; }
.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
text-decoration: none; }
.tp-caption.MarkerStyle, .MarkerStyle {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: "Permanent Marker";
font-size: 17px;
font-style: normal;
font-weight: 100;
line-height: 30px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.Gym-Menuitem, .Gym-Menuitem {
background-color: black;
border-color: rgba(255, 255, 255, 0);
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 2px;
color: white;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 300;
letter-spacing: 2px;
line-height: 20px;
padding: 3px 5px 3px 8px;
text-align: left;
text-decoration: none; }
.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {
background-color: black;
border-color: rgba(255, 255, 255, 0.25);
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 2px;
color: white;
text-decoration: none; }
.tp-caption.Newspaper-Button, .Newspaper-Button {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.25);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
font-family: Roboto;
font-size: 13px;
font-style: normal;
font-weight: 700;
letter-spacing: 2px;
line-height: 17px;
padding: 12px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
background-color: white;
border-color: white;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: black;
text-decoration: none; }
.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #a8d8ee;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 900;
line-height: 20px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.Newspaper-Title, .Newspaper-Title {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: "Roboto Slab";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 55px;
padding: 0 0 10px;
text-align: left;
text-decoration: none; }
.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: "Roboto Slab";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 55px;
padding: 0 0 10px;
text-align: center;
text-decoration: none; }
.tp-caption.Hero-Button, .Hero-Button {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 500;
letter-spacing: 3px;
line-height: 14px;
padding: 10px 30px;
text-align: left;
text-decoration: none; }
.tp-caption.Hero-Button:hover, .Hero-Button:hover {
background-color: white;
border-color: white;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: black;
text-decoration: none; }
.tp-caption.Video-Title, .Video-Title {
background-color: black;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 30px;
font-style: normal;
font-weight: 900;
line-height: 30px;
padding: 5px;
text-align: left;
text-decoration: none; }
.tp-caption.Video-SubTitle, .Video-SubTitle {
background-color: rgba(0, 0, 0, 0.35);
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 600;
letter-spacing: 2px;
line-height: 12px;
padding: 5px;
text-align: left;
text-decoration: none; }
.tp-caption.NotGeneric-Button, .NotGeneric-Button {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 500;
letter-spacing: 3px;
line-height: 14px;
padding: 10px 30px;
text-align: left;
text-decoration: none; }
.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {
background-color: transparent;
border-color: white;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
text-decoration: none; }
.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.15);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 500;
letter-spacing: 3px;
line-height: 14px;
padding: 27px 30px;
text-align: left;
text-decoration: none; }
.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 1px;
color: white;
text-decoration: none; }
.tp-caption.WebProduct-Button, .WebProduct-Button {
background-color: #333333;
border-color: black;
border-radius: 0 0 0 0;
border-style: none;
border-width: 2px;
color: white;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
letter-spacing: 1px;
line-height: 48px;
padding: 0 40px;
text-align: left;
text-decoration: none; }
.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
background-color: white;
border-color: black;
border-radius: 0 0 0 0;
border-style: none;
border-width: 2px;
color: #333333;
text-decoration: none; }
.tp-caption.Restaurant-Button, .Restaurant-Button {
background-color: rgba(10, 10, 10, 0);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 2px;
color: white;
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 500;
letter-spacing: 3px;
line-height: 17px;
padding: 12px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {
background-color: rgba(0, 0, 0, 0);
border-color: #ffe081;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 2px;
color: white;
text-decoration: none; }
.tp-caption.Gym-Button, .Gym-Button {
background-color: #8bc027;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 0;
color: white;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 600;
letter-spacing: 1px;
line-height: 15px;
padding: 13px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Gym-Button:hover, .Gym-Button:hover {
background-color: #72a800;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.Gym-Button-Light, .Gym-Button-Light {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.25);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 2px;
color: white;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 15px;
padding: 12px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {
background-color: rgba(114, 168, 0, 0);
border-color: #8bc027;
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 2px;
color: white;
text-decoration: none; }
.tp-caption.Sports-Button-Light, .Sports-Button-Light {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 2px;
color: white;
font-family: Raleway;
font-size: 17px;
font-style: normal;
font-weight: 600;
letter-spacing: 2px;
line-height: 17px;
padding: 12px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 2px;
color: white;
text-decoration: none; }
.tp-caption.Sports-Button-Red, .Sports-Button-Red {
background-color: #db1c22;
border-color: rgba(219, 28, 34, 0);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 2px;
color: white;
font-family: Raleway;
font-size: 17px;
font-style: normal;
font-weight: 600;
letter-spacing: 2px;
line-height: 17px;
padding: 12px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {
background-color: black;
border-color: black;
border-radius: 0 0 0 0;
border-style: solid;
border-width: 2px;
color: white;
text-decoration: none; }
.tp-caption.Photography-Button, .Photography-Button {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.25);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 1px;
color: white;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 600;
letter-spacing: 1px;
line-height: 15px;
padding: 13px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Photography-Button:hover, .Photography-Button:hover {
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 1px;
color: white;
text-decoration: none; }
.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 2px;
color: white;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 900;
line-height: 15px;
padding: 10px 30px;
text-align: left;
text-decoration: none; }
.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 2px;
color: white;
text-decoration: none; }
.tp-caption.Feature-Tour, .Feature-Tour {
background-color: #8bc027;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 0;
color: white;
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 17px;
padding: 17px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {
background-color: #72a800;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.Feature-Examples, .Feature-Examples {
background-color: transparent;
border-color: rgba(33, 42, 64, 0.15);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 2px;
color: rgba(33, 42, 64, 0.5);
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 17px;
padding: 15px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {
background-color: transparent;
border-color: #8bc027;
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 2px;
color: #8bc027;
text-decoration: none; }
.tp-caption.subcaption, .subcaption {
background-color: transparent;
border-color: black;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #6f7c82;
font-family: roboto;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 24px;
padding: 0;
text-align: left;
text-decoration: none;
text-shadow: none; }
.tp-caption.menutab, .menutab {
background-color: transparent;
border-color: black;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #292e31;
font-family: roboto;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: 30px;
padding: 0;
text-align: left;
text-decoration: none;
text-shadow: none; }
.tp-caption.menutab:hover, .menutab:hover {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #d50000;
text-decoration: none; }
.tp-caption.maincontent, .maincontent {
background-color: transparent;
border-color: black;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #292e31;
font-family: roboto;
font-size: 21px;
font-style: normal;
font-weight: 300;
line-height: 26px;
padding: 0;
text-align: left;
text-decoration: none;
text-shadow: none; }
.tp-caption.minitext, .minitext {
background-color: transparent;
border-color: black;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #b9babb;
font-family: roboto;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding: 0;
text-align: left;
text-decoration: none;
text-shadow: none; }
.tp-caption.Feature-Buy, .Feature-Buy {
background-color: #009aee;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 0;
color: white;
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 17px;
padding: 17px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {
background-color: #0085d6;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.15);
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 2px;
color: white;
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 17px;
padding: 15px 35px;
text-align: left;
text-decoration: none; }
.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {
background-color: transparent;
border-color: white;
border-radius: 30px 30px 30px 30px;
border-style: solid;
border-width: 2px;
color: white;
text-decoration: none; }
.tp-caption.Facebook-Likes, .Facebook-Likes {
background-color: #3b5999;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 22px;
padding: 5px 15px;
text-align: left;
text-decoration: none; }
.tp-caption.Twitter-Favorites, .Twitter-Favorites {
background-color: rgba(255, 255, 255, 0);
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #8899a6;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 22px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.Twitter-Link, .Twitter-Link {
background-color: white;
border-color: transparent;
border-radius: 30px 30px 30px 30px;
border-style: none;
border-width: 0;
color: #8799a5;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 15px;
padding: 11px 11px 9px;
text-align: left;
text-decoration: none; }
.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
background-color: #0084b4;
border-color: transparent;
border-radius: 30px 30px 30px 30px;
border-style: none;
border-width: 0;
color: white;
text-decoration: none; }
.tp-caption.Twitter-Retweet, .Twitter-Retweet {
background-color: rgba(255, 255, 255, 0);
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #8899a6;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 22px;
padding: 0;
text-align: left;
text-decoration: none; }
.tp-caption.Twitter-Content, .Twitter-Content {
background-color: white;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #292f33;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px;
padding: 30px 30px 70px;
text-align: left;
text-decoration: none; }
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
font-family: "Arial", sans-serif;
font-size: 15px;
color: #000;
background-color: #fff;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 0;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
border-radius: 0px; }
.tp-caption.BigBold-Title,
.BigBold-Title {
color: white;
font-size: 110px;
line-height: 100px;
font-weight: 800;
font-style: normal;
font-family: Raleway;
padding: 10px 0px 10px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
color: rgba(255, 255, 255, 0.5);
font-size: 15px;
line-height: 24px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 1px; }
.tp-caption.BigBold-Button,
.BigBold-Button {
color: white;
font-size: 13px;
line-height: 13px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 15px 50px 15px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px; }
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: white;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
color: #292e31;
font-size: 17px;
line-height: 28px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 30px 30px 30px 30px;
text-decoration: none;
background-color: white;
border-color: #292e31;
border-style: solid;
border-width: 1px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
color: #292e31;
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 15px 70px 15px 50px;
text-decoration: none;
background-color: white;
border-color: #292e31;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px; }
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
color: white;
text-decoration: none;
background-color: #292e31;
border-color: #292e31;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
color: #292e31;
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 14px 14px 14px 16px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: left;
letter-spacing: 1px; }
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
color: white;
text-decoration: none;
background-color: #292e31;
border-color: rgba(41, 46, 49, 0);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px; }
.tp-caption.Video-SubTitle,
.Video-SubTitle {
color: white;
font-size: 12px;
line-height: 12px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 5px 5px 5px 5px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.35);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 2px;
text-align: left; }
.tp-caption.Video-Title,
.Video-Title {
color: white;
font-size: 30px;
line-height: 30px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 5px 5px 5px 5px;
text-decoration: none;
background-color: black;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
color: white;
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
color: white;
font-size: 25px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
color: white;
font-size: 25px;
line-height: 25px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 20px 12px 20px;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.05);
border-color: white;
border-style: solid;
border-width: 2px;
border-radius: 5px 5px 5px 5px;
text-align: left;
letter-spacing: 1px; }
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
color: white;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.15);
border-color: white;
border-style: solid;
border-width: 2px;
border-radius: 5px 5px 5px 5px; }
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
color: white;
font-size: 70px;
line-height: 70px;
font-weight: 800;
font-style: normal;
font-family: Raleway;
padding: 0px 0px 0px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
color: white;
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 20px 50px 20px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.15);
border-style: solid;
border-width: 2px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 3px; }
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: white;
border-style: solid;
border-width: 2px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
color: white;
font-size: 14px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
text-shadow: none; }
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
color: #292e31;
font-size: 33px;
line-height: 45px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
color: #6f7c82;
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
color: #292e31;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 10px 10px 10px 10px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
color: #6f7c82;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px; }
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
color: #292e31;
font-size: 70px;
line-height: 70px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
color: #6f7c82;
font-size: 25px;
line-height: 25px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
color: #6f7c82;
font-size: 17px;
line-height: 28px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
color: #292e31;
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 15px 50px 15px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0.5);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px; }
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
color: white;
text-decoration: none;
background-color: #292e31;
border-color: #292e31;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
color: #292e31;
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 14px 14px 14px 16px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0.5);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: left;
letter-spacing: 1px; }
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
color: white;
text-decoration: none;
background-color: #292e31;
border-color: #292e31;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px; }
.tp-caption.Newspaper-Title,
.Newspaper-Title {
color: white;
font-size: 50px;
line-height: 55px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Slab";
padding: 0 0 10px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
color: #a8d8ee;
font-size: 15px;
line-height: 20px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Newspaper-Button,
.Newspaper-Button {
color: white;
font-size: 13px;
line-height: 17px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px;
text-align: left; }
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
color: black;
text-decoration: none;
background-color: white;
border-color: white;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.rtwhitemedium,
.rtwhitemedium {
font-size: 22px;
line-height: 26px;
color: white;
text-decoration: none;
background-color: transparent;
border-width: 0px;
border-color: black;
border-style: none;
text-shadow: none; }
@media only screen and (max-width: 767px) {
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
width: 200px !important; } }
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
font-family: "Arial", sans-serif;
line-height: 46px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
padding: 0 20px;
border: 0;
background: #009aee;
color: #fff;
border-radius: 0px; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
.tp-caption.Concept-Title,
.Concept-Title {
color: white;
font-size: 70px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 5px; }
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
color: rgba(255, 255, 255, 0.65);
font-size: 25px;
line-height: 25px;
font-weight: 700;
font-style: italic;
font-family: "" Playfair Display "";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Concept-Content,
.Concept-Content {
color: white;
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
color: white;
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left; }
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
color: white;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px; }
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
color: white;
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: black;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left; }
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
color: black;
text-decoration: none;
background-color: white;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px; }
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
color: rgba(0, 0, 0, 0.65);
font-size: 25px;
line-height: 25px;
font-weight: 700;
font-style: italic;
font-family: "Playfair Display";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
color: black;
font-size: 70px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 5px; }
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
color: black;
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left; }
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
color: white;
text-decoration: none;
background-color: black;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px; }
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
color: black;
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Concept-Notice,
.Concept-Notice {
color: white;
font-size: 15px;
line-height: 15px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px; }
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
color: #fff !important;
border-bottom: 1px solid #fff !important;
font-weight: 700 !important; }
.tp-caption.Concept-Content a:hover {
border-bottom: 1px solid transparent !important; }
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
color: #000 !important;
border-bottom: 1px solid #000 !important;
font-weight: 700 !important; }
.tp-caption.Concept-Content-Dark a:hover {
border-bottom: 1px solid transparent !important; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
.tp-caption.Creative-Title,
.Creative-Title {
color: white;
font-size: 70px;
line-height: 70px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
color: #cdb083;
font-size: 14px;
line-height: 14px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px; }
.tp-caption.Creative-Button,
.Creative-Button {
color: #cdb083;
font-size: 13px;
line-height: 13px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 15px 50px 15px 50px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(205, 176, 131, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px; }
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
color: #cdb083;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: #cdb083;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.subcaption,
.subcaption {
color: #6f7c82;
font-size: 19px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: black;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-shadow: none;
text-align: left; }
.tp-caption.RedDot,
.RedDot {
color: black;
font-weight: 400;
font-style: normal;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: #d50000;
border-color: white;
border-style: solid;
border-width: 5px;
border-radius: 50px 50px 50px 50px; }
.tp-caption.RedDot:hover,
.RedDot:hover {
color: black;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.75);
border-color: #d50000;
border-style: solid;
border-width: 5px;
border-radius: 50px 50px 50px 50px; }
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
color: white;
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
color: white;
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
color: black;
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Woo-Rating,
.Woo-Rating {
color: black;
font-size: 14px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
color: black;
font-size: 18px;
line-height: 18px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px; }
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
color: black;
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
color: black;
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 75px 12px 50px;
text-decoration: none;
background-color: #fecf72;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left; }
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
color: black;
text-decoration: none;
background-color: #f3a847;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px; }
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
color: black;
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: #fecf72;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left; }
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
color: black;
text-decoration: none;
background-color: #f3a847;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px; }
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
color: black;
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
color: black;
font-size: 18px;
line-height: 18px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px; }
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
color: black;
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
color: black;
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 75px 12px 50px;
text-decoration: none;
background-color: #fecf72;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left; }
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
color: black;
text-decoration: none;
background-color: #f3a847;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px; }
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
color: black;
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: #fecf72;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left; }
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
color: black;
text-decoration: none;
background-color: #f3a847;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px; }
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
color: white;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 11px 8px 11px 12px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 0.5);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px;
text-align: left; }
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
color: white;
text-decoration: none;
background-color: black;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Agency-Title,
.Agency-Title {
color: white;
font-size: 70px;
line-height: 70px;
font-weight: 900;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px; }
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
color: white;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
color: white;
font-size: 30px;
line-height: 71px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: transparent;
border-color: white;
border-style: solid;
border-width: 2px;
border-radius: 100px 100px 100px 100px;
text-align: center; }
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: white;
border-style: solid;
border-width: 2px;
border-radius: 100px 100px 100px 100px;
cursor: pointer; }
.tp-caption.Agency-SmallText,
.Agency-SmallText {
color: white;
font-size: 12px;
line-height: 12px;
font-weight: 900;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 5px; }
.tp-caption.Agency-Social,
.Agency-Social {
color: #333333;
font-size: 25px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-style: solid;
border-width: 2px;
border-radius: 30px 30px 30px 30px;
text-align: center; }
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
color: white;
text-decoration: none;
background-color: #333333;
border-color: #333333;
border-style: solid;
border-width: 2px;
border-radius: 30px 30px 30px 30px;
cursor: pointer; }
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
color: white;
font-size: 50px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: none;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center; }
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: none;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer; }
.tp-caption.Dining-Title,
.Dining-Title {
color: white;
font-size: 70px;
line-height: 70px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px; }
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
color: white;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
color: rgba(255, 255, 255, 0.5);
font-size: 15px;
line-height: 15px;
font-weight: 700;
font-style: normal;
font-family: Lato;
padding: 17px 73px 17px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 2px; }
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
color: white;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: white;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px; }
.tp-caption.Dining-Social,
.Dining-Social {
color: white;
font-size: 25px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center; }
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: white;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer; }
tp-caption.Team-Thumb,
.Team-Thumb {
color: white;
font-size: 20px;
line-height: 22px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.Team-Name,
.Team-Name {
color: white;
font-size: 70px;
line-height: 70px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Team-Position,
.Team-Position {
color: white;
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Team-Description,
.Team-Description {
color: white;
font-size: 18px;
line-height: 28px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Team-Social,
.Team-Social {
color: white;
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Team-Social:hover,
.Team-Social:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer; }
.tp-caption.VideoControls-Play,
.VideoControls-Play {
color: black;
font-size: 50px;
line-height: 120px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 7px;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center; }
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
color: black;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer; }
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
color: white;
font-size: 40px;
line-height: 40px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px; }
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
color: white;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
color: white;
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer; }
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
color: black;
font-size: 20px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center; }
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
color: black;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer; }
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
color: black;
font-size: 20px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center; }
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
color: black;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer; }
.soundcloudwrapper iframe {
width: 100% !important; }
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
color: white;
font-size: 35px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 5px; }
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
color: black;
font-weight: 700;
font-style: normal;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.1);
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-width: 0px;
border-radius: 5px 5px 5px 5px;
text-align: left;
-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15); }
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
color: white;
font-size: 13px;
line-height: 50px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 2px; }
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
color: white;
font-size: 15px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
color: white;
font-size: 22px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
color: rgba(0, 0, 0, 0.25);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
background-color: #555555 !important; }
.tp-fat {
font-weight: 900 !important; }
.tp-caption.PostSlider-Category,
.PostSlider-Category {
color: black;
font-size: 15px;
line-height: 15px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 3px;
text-align: left; }
.tp-caption.PostSlider-Title,
.PostSlider-Title {
color: black;
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.PostSlider-Content,
.PostSlider-Content {
color: #777777;
font-size: 15px;
line-height: 23px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.PostSlider-Button,
.PostSlider-Button {
color: black;
font-size: 15px;
line-height: 40px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 56px 1px 32px;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left; }
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
color: black;
text-decoration: none;
background-color: #eeeeee;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
cursor: pointer; }
.tp-caption.LandingPage-Title,
.LandingPage-Title {
color: white;
font-size: 70px;
line-height: 80px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px; }
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
color: white;
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.LandingPage-Button,
.LandingPage-Button {
color: black;
font-size: 15px;
line-height: 54px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 35px 0px 35px;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 3px; }
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
color: black;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer; }
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
color: #89124e !important;
border-bottom: 1px solid transparent !important;
font-weight: bold !important; }
.tp-caption.App-Content a:hover {
border-bottom: 1px solid #89124e !important; }
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
color: white;
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Oswald;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #fff !important;
text-decoration: underline !important; }
.tp-caption.Twitter-Content a:hover {
color: #fff !important;
text-decoration: none !important; }
.soundcloudwrapper iframe {
width: 100% !important; }
.tp-caption.Agency-LogoText,
.Agency-LogoText {
color: white;
font-size: 12px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 1px; }
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
color: white;
font-size: 20px;
line-height: 37px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 20px 3px 20px;
text-decoration: none;
text-align: left;
background-color: #009aee;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
color: white;
font-size: 50px;
line-height: 50px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
color: white;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
color: #a49d8f;
font-size: 27px;
line-height: 35px;
font-weight: 600;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
#mc_embed_signup input#mce-EMAIL {
font-family: "Lato", sans-serif;
font-size: 15px;
color: #000;
background-color: #fff;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 1px solid #fff;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
border-radius: 0px; }
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
background-color: #fff;
border: 1px solid #666;
border-right: 0; }
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
font-family: "Lato", sans-serif;
line-height: 46px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 13px;
font-weight: 900;
padding: 0 20px;
border: 1px solid #009aee;
background: #009aee;
color: #fff;
border-radius: 0px; }
#mc_embed_signup input#mc-embedded-subscribe:hover {
background: #0083d4; }
@media only screen and (max-width: 767px) {
#mc_embed_signup input#mce-EMAIL {
width: 200px; } }
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
color: white;
font-size: 15px;
line-height: 22px;
font-weight: 400;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 6px; }
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
color: white;
font-size: 15px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
color: #f87c09;
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #f87c09 !important; }
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.Agency-NavButton,
.Agency-NavButton {
color: #333333;
font-size: 17px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
text-align: center; }
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
color: white;
text-decoration: none;
background-color: #333333;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer; }
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
color: #6db19b;
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #6db19b !important; }
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
color: #999999;
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #999 !important; }
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.Agency-LogoText,
.Agency-LogoText {
color: white;
font-size: 12px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 1px; }
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
color: #333333;
font-size: 15px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: "Permanent Marker";
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
color: white;
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
color: #333333;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
color: white;
font-size: 14px;
line-height: 60px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0px 50px 0px 50px;
text-decoration: none;
text-align: left;
background-color: #00685c;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 4px 4px 4px 4px;
letter-spacing: 2px; }
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
color: white;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.25);
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 4px 4px 4px 4px;
cursor: pointer; }
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
color: white;
font-size: 14px;
line-height: 14px;
font-weight: 500;
font-style: normal;
font-family: roboto;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 2px; }
.tp-flip-index {
z-index: 1000 !important; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
color: #111111;
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: BenchNine;
padding: 21px 30px 16px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.9);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 3px; }
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
color: white;
font-size: 65px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: BenchNine;
padding: 21px 30px 16px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(17, 17, 17, 0.9);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
.tp-caption.TechJournal-Button,
.TechJournal-Button {
color: white;
font-size: 13px;
line-height: 40px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 1px 30px 1px 30px;
text-decoration: none;
text-align: left;
background-color: #8a00ff;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px; }
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
color: black;
text-decoration: none;
background-color: white;
border-color: black;
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer; }
.tp-caption.TechJournal-Big,
.TechJournal-Big {
color: white;
font-size: 120px;
line-height: 120px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 0px; }
.rev_slider {
overflow: hidden; }
.effect_layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
#menu_forcefullwidth {
z-index: 5000;
position: fixed !important;
top: 0px;
left: 0px;
width: 100%; }
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: #333333;
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: #0096ff;
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: #333333;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: #333333;
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: #333333;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center; }
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: #0096ff;
text-decoration: none;
background-color: transparent;
border-color: #0096ff;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer; }
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: #333333;
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: #0096ff;
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: #333333;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: #333333;
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: #333333;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center; }
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: #0096ff;
text-decoration: none;
background-color: transparent;
border-color: #0096ff;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer; }
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: #333333;
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: #333333;
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: #333333;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center; }
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: #0096ff;
text-decoration: none;
background-color: transparent;
border-color: #0096ff;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer; }
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: #333333;
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: #0096ff;
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: #333333;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: #333333;
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: #333333;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center; }
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: #0096ff;
text-decoration: none;
background-color: transparent;
border-color: #0096ff;
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer; }
.rev_slider {
overflow: hidden; }
.effect_layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%; }
.gyges .tp-thumb {
opacity: 1; }
.gyges .tp-thumb-img-wrap {
padding: 3px;
background-color: rgba(0, 0, 0, 0.25);
display: inline-block;
width: 100%;
height: 100%;
position: relative;
margin: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition: all 0.3s; }
.gyges .tp-thumb-image {
padding: 3px;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); }
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
background: -moz-linear-gradient(top, white 0%, white 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, white));
background: -webkit-linear-gradient(top, white 0%, white 100%);
background: -o-linear-gradient(top, white 0%, white 100%);
background: -ms-linear-gradient(top, white 0%, white 100%);
background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
background: linear-gradient(to bottom, white 0%, white 100%); }
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: #333333;
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: #0096ff;
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: #333333;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
color: #555555;
font-size: 15px;
line-height: 20px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left; }
.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
color: #0096ff;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.fb-share-button.fb_iframe_widget iframe {
width: 115px !important; }
#tp-socialwrapper {
opacity: 0; }
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important; }
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important; }
#menu_forcefullwidth {
z-index: 5000;
position: fixed !important;
top: 0px;
left: 0px;
width: 100%; }
#tp-menubg {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
#mc_embed_signup input[type="email"] {
font-family: "Lato", sans-serif;
font-size: 16px;
font-weight: 400;
background-color: #fff;
color: #888 !important;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 0;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
color: #888 !important; }
#mc_embed_signup input[type="email"]::-moz-placeholder {
color: #888 !important; }
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
color: #888 !important; }
#mc_embed_signup input[type="email"]:focus {
background-color: #f5f5f5;
color: #454545; }
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
font-family: "Lato", sans-serif;
line-height: 46px;
font-size: 16px;
font-weight: 700;
padding: 0 30px;
border: 0;
background: #f04531;
text-transform: none;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#mc_embed_signup input#mc-embedded-subscribe:hover {
background: #e03727; }
@media only screen and (max-width: 767px) {
#mc_embed_signup input[type="email"] {
width: 260px; } }
@media only screen and (max-width: 480px) {
#mc_embed_signup input[type="email"] {
width: 160px; } }
#rev_slider_167_6 .uranus.tparrows {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0); }
#rev_slider_167_6 .uranus.tparrows:before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 40px;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition: all 0.3s; }
#rev_slider_167_6 .uranus.tparrows:hover:before {
opacity: 0.75; }
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: #333333;
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px; }
.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
color: white;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer; }
.fb-share-button.fb_iframe_widget iframe {
width: 115px !important; }
iframe.twitter-share-button {
display: none; }
.fb-share-button.fb_iframe_widget iframe {
display: none; }
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: #0096ff;
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center; }
.bg-light-5 {
background-color: transparent !important; }
.main-con {
margin-top: 0; }
.bot-con {
margin-top: 30px; }
.parallax.section.section-height-4 p {
color: #fff; }
.image-embed-item {
border-left: 1px solid #cccc; }
.section {
padding: 1.615rem 0; }
ul li {
list-style-type: none; }
.input input {
border-bottom: 1px solid #ccc; }
html .overlay-color-primary:not(.no-skin)::before {
background-color: #ccc !important; }
.parallax.section.section-height-4 p {
color: #333; }
.input {
width: 500px; }
#page-20 .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
width: 600px; }
#page-20 .ce-textpic.ce-right.ce-intext.ce-nowrap {
border-bottom: 1px solid #0b2a49;
padding-bottom: 15px;
padding-top: 15px; }
#page-27 .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
width: 600px; }
#page-27 .ce-textpic.ce-right.ce-intext.ce-nowrap {
border-bottom: 1px solid #0b2a49;
padding-bottom: 15px;
padding-top: 15px; }
#page-50 .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
width: 600px; }
#page-50 .ce-textpic.ce-right.ce-intext.ce-nowrap {
border-bottom: 1px solid #0b2a49;
padding-bottom: 15px;
padding-top: 15px; }
#page-20 .frame-type-header h3 {
font-size: 25px;
width: 600px;
border-bottom: 1px solid #333;
margin-top: 40px;
margin-bottom: 20px; }
#page-27 .frame-type-header h3 {
font-size: 25px;
width: 600px;
border-bottom: 1px solid #333;
margin-top: 40px;
margin-bottom: 20px; }
#page-50 .frame-type-header h3 {
font-size: 25px;
width: 600px;
border-bottom: 1px solid #333;
margin-top: 40px;
margin-bottom: 20px; }
#header .header-body {
display: flex !important;
flex-direction: column !important;
}
#header .header-container {
order: 1 !important;
position: relative !important;
overflow: visible !important;
min-height: 145px !important;
height: 145px !important;
}
#header .header-body .header-top {
order: 2 !important;
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
width: 100% !important;
min-height: 40px !important;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
background: #F4F6F6 !important;
border: 0 !important;
box-shadow: none !important;
transform: none !important;
}
#header .header-logo,
#header .header-row,
#header .header-column {
overflow: visible !important;
}
#header .header-body .header-top {
position: relative !important;
height: 30px !important;
min-height: 30px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
background: #F4F6F6 !important;
border-top: 1px solid #E7EBEB !important;
border-bottom: 1px solid #DCE2E2 !important;
overflow: visible !important;
}
#header .header-body .header-top::before {
content: "" !important;
position: absolute !important;
top: 0 !important;
bottom: 0 !important;
left: 50% !important;
width: 100vw !important;
transform: translateX(-50%) !important;
background: #F4F6F6 !important;
z-index: 0 !important;
pointer-events: none !important;
}
#header .header-body .header-top .header-top-container {
position: relative !important;
z-index: 1 !important;
height: 30px !important;
min-height: 30px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
background: transparent !important;
}
#header .header-body .header-top .header-row {
position: relative !important;
z-index: 1 !important;
display: flex !important;
align-items: center !important;
height: 30px !important;
min-height: 30px !important;
background: transparent !important;
}
#header .header-body .header-top .header-column {
display: flex !important;
align-items: center !important;
height: 30px !important;
background: transparent !important;
}
#header .header-body .header-top span {
display: inline-flex !important;
align-items: center !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
color: #3F4D52 !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 12.5px !important;
font-weight: 500 !important;
line-height: 1 !important;
}
#header .header-body .header-top a {
color: #328685 !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 12.5px !important;
font-weight: 600 !important;
line-height: 1 !important;
text-decoration: none !important;
}
#header .header-body .header-top a:hover,
#header .header-body .header-top a:focus {
color: #275F5F !important;
}
#header .header-body .header-top i {
color: #34464D !important;
font-size: 12px !important;
line-height: 1 !important;
margin-right: 5px !important;
position: relative !important;
top: 0 !important;
}
#header .header-body .header-top .header-column.justify-content-start {
position: relative !important;
left: -225px !important;
}
#header.header-effect-shrink .header-top {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
}
#header.header-effect-shrink .header-container {
min-height: 0 !important;
height: auto !important;
overflow: visible !important;
}
@media (max-width: 575.98px) {
#header .header-body .header-top,
#header .header-body .header-top .header-top-container,
#header .header-body .header-top .header-row,
#header .header-body .header-top .header-column {
height: 28px !important;
min-height: 28px !important;
}
#header .header-body .header-top .header-column.justify-content-start {
left: 0 !important;
}
#header .header-body .header-top span,
#header .header-body .header-top a {
font-size: 11px !important;
}
#header .header-body .header-top i {
font-size: 11px !important;
}
}
#header.header-effect-shrink .header-row,
#header.header-effect-shrink .header-column,
#header.header-effect-shrink .header-logo {
overflow: visible !important;
}
@media (max-width: 767.98px) {
#header .header-top .header-column.justify-content-start {
left: 0 !important;
}
#header .header-container,
#header.header-effect-shrink .header-container {
height: auto !important;
min-height: 0 !important;
}
}
@media (max-width: 575.98px) {
#header .header-top,
#header .header-top .header-top-container {
height: auto !important;
min-height: 0 !important;
background: #F4F6F6 !important;
overflow: visible !important;
}
#header .header-top {
padding-top: 3px !important;
padding-bottom: 3px !important;
}
#header .header-top .header-row {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
width: 100% !important;
height: auto !important;
}
#header .header-top .header-column.justify-content-start {
position: relative !important;
left: 0 !important;
width: auto !important;
flex: 0 0 auto !important;
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
gap: 10px !important;
font-size: 10px !important;
line-height: 1 !important;
}
#header .header-top .header-column.justify-content-start > span:first-child {
display: none !important;
}
#header .header-top .header-column.justify-content-start > span {
margin: 0 !important;
white-space: nowrap !important;
align-items: center !important;
font-size: 10px !important;
}
#header .header-top .header-column.justify-content-start a {
font-size: 10px !important;
line-height: 1 !important;
font-weight: 700 !important;
}
#header .header-top .header-column.justify-content-start i {
font-size: 10px !important;
line-height: 1 !important;
margin-right: 4px !important;
position: relative !important;
top: 0 !important;
}
#header .header-top .header-column.justify-content-end {
display: flex !important;
flex: 0 0 auto !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
align-items: center !important;
justify-content: center !important;
font-size: 10px !important;
line-height: 1 !important;
white-space: nowrap !important;
}
#header .header-top .header-column.justify-content-end .nav {
display: flex !important;
margin: 0 !important;
padding: 0 !important;
}
#header .header-top .header-column.justify-content-end .nav-link {
padding: 0 !important;
margin: 0 !important;
font-size: 10px !important;
line-height: 1 !important;
font-weight: 700 !important;
}
#header .header-nav-main {
margin-top: 8px !important;
}
#header .header-nav-main nav > ul {
padding-top: 8px !important;
}
}
#header .header-logo img {
width: 160px !important;
height: auto !important;
left: -230px !important;
}
#header .header-body {
display: flex !important;
flex-direction: column !important;
}
#header .header-container {
order: 1 !important;
position: relative !important;
overflow: visible !important;
min-height: 145px !important;
height: 145px !important;
}
#header .header-body .header-top {
order: 2 !important;
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
width: 100% !important;
min-height: 40px !important;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
background: #F4F6F6 !important;
border: 0 !important;
box-shadow: none !important;
transform: none !important;
}
#header .header-body .header-top,
#header .header-body .header-top a {
font-weight: 700 !important;
}
#header .header-top .header-column.justify-content-start {
position: relative !important;
left: -225px !important;
}
#header .header-logo,
#header .header-row,
#header .header-column {
overflow: visible !important;
}
#header.header-effect-shrink .header-top {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
}
#header.header-effect-shrink .header-container {
min-height: 145px !important;
height: 145px !important;
overflow: visible !important;
}
#header.header-effect-shrink .header-row,
#header.header-effect-shrink .header-column,
#header.header-effect-shrink .header-logo {
overflow: visible !important;
}
@media (max-width: 767.98px) {
#header .header-logo img {
width: 120px !important;
height: auto !important;
left: 0 !important;
}
#header .header-top .header-column.justify-content-start {
left: 0 !important;
}
#header .header-container,
#header.header-effect-shrink .header-container {
height: auto !important;
min-height: 0 !important;
}
}
@media (max-width: 575.98px) {
#header .header-top,
#header .header-top .header-top-container {
height: auto !important;
min-height: 0 !important;
background: #F4F6F6 !important;
overflow: visible !important;
}
#header .header-top {
padding-top: 3px !important;
padding-bottom: 3px !important;
}
#header .header-top .header-row {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
width: 100% !important;
height: auto !important;
}
#header .header-top .header-column.justify-content-start {
position: relative !important;
left: 0 !important;
width: auto !important;
flex: 0 0 auto !important;
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
gap: 10px !important;
font-size: 10px !important;
line-height: 1 !important;
}
#header .header-top .header-column.justify-content-start > span:first-child {
display: none !important;
}
#header .header-top .header-column.justify-content-start > span {
margin: 0 !important;
white-space: nowrap !important;
align-items: center !important;
font-size: 10px !important;
}
#header .header-top .header-column.justify-content-start a {
font-size: 10px !important;
line-height: 1 !important;
font-weight: 700 !important;
}
#header .header-top .header-column.justify-content-start i {
font-size: 10px !important;
line-height: 1 !important;
margin-right: 4px !important;
position: relative !important;
top: 0 !important;
}
#header .header-top .header-column.justify-content-end {
display: flex !important;
flex: 0 0 auto !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
align-items: center !important;
justify-content: center !important;
font-size: 10px !important;
line-height: 1 !important;
white-space: nowrap !important;
}
#header .header-top .header-column.justify-content-end .nav {
display: flex !important;
margin: 0 !important;
padding: 0 !important;
}
#header .header-top .header-column.justify-content-end .nav-link {
padding: 0 !important;
margin: 0 !important;
font-size: 10px !important;
line-height: 1 !important;
font-weight: 700 !important;
}
#header .header-nav-main {
margin-top: 8px !important;
}
#header .header-nav-main nav > ul {
padding-top: 8px !important;
}
}
@media (min-width: 992px) {
#header .header-nav-main nav > ul > li {
margin: 0 10px !important;
display: flex !important;
align-items: center !important;
}
/* Hover-Fläche auf den sichtbaren Menüpunkt begrenzen */
#header .header-nav-main nav > ul > li.dropdown {
pointer-events: none !important;
}

#header .header-nav-main nav > ul > li.dropdown > a {
pointer-events: auto !important;
}
/* Unsichtbarer Übergangsbereich – erst aktiv, wenn Menüpunkt bereits berührt wurde */
#header .header-nav-main nav > ul > li.dropdown {
position: relative !important;
}

#header .header-nav-main nav > ul > li.dropdown::before {
content: "" !important;
position: absolute !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
pointer-events: none !important;
z-index: 0 !important;
}

#header .header-nav-main nav > ul > li.dropdown:hover::before {
pointer-events: auto !important;
}

#header .header-nav-main nav > ul > li.dropdown > a {
position: relative !important;
z-index: 2 !important;
}
#header .header-nav-main nav > ul > li > a {
position: relative !important;
display: inline-flex !important;
align-items: center !important;
width: auto !important;
height: auto !important;
min-height: 0 !important;
padding: 7px 4px 9px !important;
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
font-size: 16px !important;
font-weight: 600 !important;
letter-spacing: 0.15px !important;
color: #22333B !important;
text-transform: none !important;
background-color: transparent !important;
background-image: linear-gradient(#328685, #328685) !important;
background-repeat: no-repeat !important;
background-position: left bottom !important;
background-size: 0 3px !important;
border: 0 !important;
transition: background-size 0.25s ease !important;
}
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main nav > ul > li.active > a {
background-size: 100% 3px !important;
color: #22333B !important;
}
#header .header-nav-main nav > ul > li .dropdown-menu {
background: #ffffff !important;
border: 0 !important;
border-radius: 0 !important;
padding: 8px 0 !important;
margin-top: 0 !important;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

/* Nur das erste Dropdown im geschlossenen Zustand deaktivieren */
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
pointer-events: none !important;
}

/* Erstes Dropdown beim Hover freigeben */
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
pointer-events: auto !important;
}

/* Zweite Ebene – gleiches Farbschema und anklickbar */
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
background: #ffffff !important;
border: 0 !important;
border-radius: 0 !important;
padding: 8px 0 !important;
margin-left: -1px !important;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
pointer-events: auto !important;
}
#header .header-nav-main nav > ul > li .dropdown-menu li a {
padding: 11px 22px !important;
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
font-size: 14px !important;
font-weight: 500 !important;
letter-spacing: 0.1px !important;
color: #22333B !important;
background: #ffffff !important;
text-transform: none !important;
white-space: nowrap !important;
}
#header .header-nav-main nav > ul > li .dropdown-menu li a:hover {
color: #22333B !important;
background: #f4f7f7 !important;
}
}
.btn,
button,
input[type="submit"] {
background-color: #328685 !important;
border-color: #328685 !important;
color: #ffffff !important;
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
font-weight: 600 !important;
border-radius: 3px !important;
transition: all 0.2s ease !important;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background-color: #275f5f !important;
border-color: #275f5f !important;
color: #ffffff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
color: #22333B !important;
font-weight: 600 !important;
}
h1 {
font-size: 36px !important;
}
h2 {
font-size: 30px !important;
}
h3 {
font-size: 24px !important;
}
.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
border: 1px solid #cfd8d8 !important;
border-radius: 3px !important;
color: #22333B !important;
background-color: #ffffff !important;
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
font-size: 14px !important;
transition:
border-color 0.2s ease,
box-shadow 0.2s ease !important;
}
.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
border-color: #328685 !important;
box-shadow:
0 0 0 2px rgba(50, 134, 133, 0.15) !important;
outline: none !important;
}
label {
color: #22333B !important;
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
font-weight: 600 !important;
}
a {
color: #328685 !important;
font-weight: 600 !important;
}
a:hover,
a:focus {
color: #275f5f !important;
font-weight: 600 !important;
}
.page-header .col-md-8.text-left > p:first-child {
display: none !important;
}
html,
body,
p,
span,
div,
a,
li,
ul,
ol,
label,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
.font-primary,
.tp-caption {
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
}
.rev_slider li.slide-overlay-custom::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.18);
z-index: 1;
pointer-events: none;
}
.rev_slider li.slide-overlay-custom .tp-parallax-wrap,
.rev_slider li.slide-overlay-custom .tp-caption {
z-index: 2 !important;
}
.main .frame ul:not(.breadcrumb) {
list-style-type: disc !important;
padding-left: 24px !important;
margin-left: 0 !important;
}

.main .frame ul:not(.breadcrumb) li {
display: list-item !important;
list-style-type: disc !important;
margin-bottom: 6px !important;
}
#header .header-nav-main a,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Open Sans", Arial, sans-serif !important;
color: #22333B !important;
font-weight: 700 !important;
}
body,
p,
li,
label,
input,
textarea,
select {
font-family: "Inter", "Open Sans", Arial, sans-serif !important;
}
body,
p,
.main li {
color: #3F4D52 !important;
font-weight: 400 !important;
line-height: 1.65 !important;
}
a {
color: #328685 !important;
font-weight: 600 !important;
}
a:hover,
a:focus {
color: #275f5f !important;
}
label {
color: #22333B !important;
font-weight: 600 !important;
}
input,
textarea,
select {
color: #3F4D52 !important;
font-weight: 400 !important;
}
.main {
background: #F4F6F6 !important;
padding-top: 0 !important;
padding-bottom: 45px !important;
}
.main .container {
max-width: 1120px !important;
}
.main .frame:not(:has(.rev_slider)) {
background: transparent !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.main .frame:not(:has(.rev_slider))[class*="frame-space-before"] {
margin-top: 0 !important;
}
.main .frame:not(:has(.rev_slider))[class*="frame-space-after"] {
margin-bottom: 0 !important;
}
.main .frame:has(.rev_slider)
+ .frame:not(:has(.rev_slider)) {
padding-top: 38px !important;
}
.main .frame:not(:has(.rev_slider))
+ .frame:not(:has(.rev_slider)) {
border-top: 1px solid #DCE2E2 !important;
}
.main .frame:not(:has(.rev_slider)) h1,
.main .frame:not(:has(.rev_slider)) h2,
.main .frame:not(:has(.rev_slider)) h3,
.main .frame:not(:has(.rev_slider)) h4,
.main .frame:not(:has(.rev_slider)) h5,
.main .frame:not(:has(.rev_slider)) h6 {
color: #30393D !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-weight: 700 !important;
letter-spacing: -0.4px !important;
}
.main .frame:not(:has(.rev_slider)):not(:has(.page-header)) h1 {
font-size: 38px !important;
line-height: 1.18 !important;
margin-top: 0 !important;
margin-bottom: 16px !important;
}
.main .frame:not(:has(.rev_slider)) h2 {
position: relative !important;
font-size: 32px !important;
line-height: 1.2 !important;
margin-top: 0 !important;
margin-bottom: 18px !important;
padding-bottom: 12px !important;
}
.main .frame:not(:has(.rev_slider)) h2::after {
content: "" !important;
display: block !important;
width: 48px !important;
height: 3px !important;
margin-top: 12px !important;
background: #328685 !important;
}
.main .frame:not(:has(.rev_slider)) h3 {
position: relative !important;
font-size: 25px !important;
line-height: 1.25 !important;
font-weight: 600 !important;
margin-top: 15px !important;
margin-bottom: 12px !important;
padding-left: 16px !important;
}
.main .frame:not(:has(.rev_slider)) h3::before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 3px !important;
bottom: 3px !important;
width: 4px !important;
background: #328685 !important;
}
.main .frame:not(:has(.rev_slider)) h4 {
font-size: 20px !important;
line-height: 1.3 !important;
margin-top: 14px !important;
margin-bottom: 9px !important;
}
.main .frame:not(:has(.rev_slider)) p {
color: #46555A !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 16px !important;
font-weight: 400 !important;
line-height: 1.65 !important;
margin-top: 0 !important;
margin-bottom: 9px !important;
}
.main .frame:not(:has(.rev_slider)) strong,
.main .frame:not(:has(.rev_slider)) b {
color: #30393D !important;
font-weight: 600 !important;
}
.main .frame:not(:has(.rev_slider)) a:not(.btn) {
color: #328685 !important;
font-weight: 600 !important;
text-decoration: none !important;
transition: color 0.2s ease !important;
}
.main .frame:not(:has(.rev_slider)) a:not(.btn):hover,
.main .frame:not(:has(.rev_slider)) a:not(.btn):focus {
color: #245F5E !important;
}
.main .frame ul:not(.tp-revslider-mainul) {
list-style: none !important;
list-style-type: none !important;
padding-left: 0 !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.main .frame ul:not(.tp-revslider-mainul) > li {
position: relative !important;
list-style: none !important;
list-style-type: none !important;
padding-left: 23px !important;
margin-bottom: 7px !important;
color: #46555A !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.55 !important;
}
.main .frame ul:not(.tp-revslider-mainul):not(.breadcrumb) > li::marker {
content: "" !important;
font-size: 0 !important;
}
.main .frame ul:not(.tp-revslider-mainul):not(.breadcrumb) > li::before {
content: "" !important;
position: absolute !important;
left: 2px !important;
top: 0.66em !important;
width: 7px !important;
height: 7px !important;
background: #328685 !important;
border-radius: 50% !important;
}
.main .frame:not(:has(.rev_slider)) .btn,
.main .frame:not(:has(.rev_slider)) a.btn {
display: inline-block !important;
padding: 12px 22px !important;
margin-top: 8px !important;
background: #328685 !important;
border: 1px solid #328685 !important;
border-radius: 2px !important;
color: #FFFFFF !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1.3 !important;
text-decoration: none !important;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
transform 0.2s ease !important;
}
.main .frame:not(:has(.rev_slider)) .btn:hover,
.main .frame:not(:has(.rev_slider)) a.btn:hover {
background: #275F5F !important;
border-color: #275F5F !important;
color: #FFFFFF !important;
transform: translateY(-1px);
}
.main .frame:not(:has(.rev_slider)) label {
color: #30393D !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 15px !important;
font-weight: 600 !important;
margin-bottom: 5px !important;
}
.main .frame:not(:has(.rev_slider)) input,
.main .frame:not(:has(.rev_slider)) textarea,
.main .frame:not(:has(.rev_slider)) select {
background: #FFFFFF !important;
color: #30393D !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 15px !important;
border: 1px solid #CBD3D4 !important;
border-radius: 2px !important;
box-shadow: none !important;
transition:
border-color 0.2s ease,
box-shadow 0.2s ease !important;
}
.main .frame:not(:has(.rev_slider)) input:focus,
.main .frame:not(:has(.rev_slider)) textarea:focus,
.main .frame:not(:has(.rev_slider)) select:focus {
border-color: #328685 !important;
box-shadow:
0 0 0 2px rgba(50,134,133,0.14) !important;
outline: none !important;
}
.main .frame:not(:has(.rev_slider)) table {
width: 100% !important;
background: #FFFFFF !important;
color: #46555A !important;
border-collapse: collapse !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
}
.main .frame:not(:has(.rev_slider)) table th {
background: #30393D !important;
color: #FFFFFF !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-weight: 600 !important;
}
.main .frame:not(:has(.rev_slider)) table th,
.main .frame:not(:has(.rev_slider)) table td {
padding: 10px 12px !important;
border: 1px solid #DDE3E3 !important;
}
.main .rev_slider ul,
.main .rev_slider ul li,
.main .tp-revslider-mainul,
.main .tp-revslider-mainul > li {
padding-left: 0 !important;
margin-left: 0 !important;
list-style: none !important;
}
.main .tp-revslider-mainul > li::before,
.main .rev_slider > ul > li::before {
content: none !important;
display: none !important;
}
.main .frame:has(.rev_slider) {
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
box-shadow: none !important;
}
@media (max-width: 575.98px) {
.main {
padding-bottom: 28px !important;
}
.main .frame:not(:has(.rev_slider)) {
padding-top: 17px !important;
padding-bottom: 17px !important;
}
.main .frame:not(:has(.rev_slider)):not(:has(.page-header)) h1 {
font-size: 29px !important;
}
.main .frame:not(:has(.rev_slider)) h2 {
font-size: 26px !important;
}
.main .frame:not(:has(.rev_slider)) h3 {
font-size: 21px !important;
padding-left: 14px !important;
}
.main .frame:not(:has(.rev_slider)) p {
font-size: 15px !important;
line-height: 1.6 !important;
}
.main .frame ul:not(.tp-revslider-mainul):not(.breadcrumb) > li {
font-size: 14px !important;
}
}
.rev_slider li.hero-industrial::after {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background:
linear-gradient(
90deg,
rgba(13, 22, 27, 0.92) 0%,
rgba(17, 29, 34, 0.86) 18%,
rgba(25, 42, 47, 0.68) 34%,
rgba(38, 58, 62, 0.40) 50%,
rgba(38, 58, 62, 0.16) 65%,
rgba(38, 58, 62, 0.00) 80%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
.rev_slider li.hero-industrial .tp-parallax-wrap,
.rev_slider li.hero-industrial .tp-caption {
z-index: 2 !important;
}
@media (max-width: 575.98px) {
.rev_slider li.hero-industrial::after {
background:
linear-gradient(
90deg,
rgba(13, 22, 27, 0.82) 0%,
rgba(17, 29, 34, 0.70) 45%,
rgba(30, 47, 52, 0.38) 75%,
rgba(30, 47, 52, 0.18) 100%
) !important;
}
}
.rev_slider li.hero-industrial-2::after {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background:
linear-gradient(
90deg,
rgba(12, 22, 27, 0.97) 0%,
rgba(12, 22, 27, 0.94) 14%,
rgba(15, 28, 33, 0.86) 27%,
rgba(20, 36, 41, 0.64) 40%,
rgba(26, 44, 48, 0.34) 53%,
rgba(26, 44, 48, 0.12) 65%,
rgba(26, 44, 48, 0.00) 78%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
.rev_slider li.hero-industrial-2 .tp-parallax-wrap,
.rev_slider li.hero-industrial-2 .tp-caption {
z-index: 2 !important;
}
@media (max-width: 575.98px) {
.rev_slider li.hero-industrial-2::after {
background:
linear-gradient(
90deg,
rgba(12, 22, 27, 0.86) 0%,
rgba(12, 22, 27, 0.72) 45%,
rgba(20, 36, 41, 0.42) 72%,
rgba(20, 36, 41, 0.20) 100%
) !important;
}
}
.rev_slider li.hero-brand-1::after {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background:
linear-gradient(
90deg,
rgba(10, 20, 25, 0.94) 0%,
rgba(11, 22, 27, 0.90) 18%,
rgba(14, 27, 32, 0.74) 34%,
rgba(20, 36, 41, 0.48) 48%,
rgba(25, 41, 45, 0.23) 62%,
rgba(25, 41, 45, 0.07) 74%,
rgba(25, 41, 45, 0.00) 84%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
.rev_slider li.hero-brand-1 .tp-parallax-wrap,
.rev_slider li.hero-brand-1 .tp-caption {
z-index: 2 !important;
}
.rev_slider li.hero-brand-1 .btn {
background: #328685 !important;
border-color: #328685 !important;
color: #FFFFFF !important;
box-shadow: none !important;
transition:
background-color 0.2s ease,
border-color 0.2s ease !important;
}
.rev_slider li.hero-brand-1 .btn:hover {
background: #275F5F !important;
border-color: #275F5F !important;
color: #FFFFFF !important;
}
@media (max-width: 575.98px) {
.rev_slider li.hero-brand-1::after {
background:
linear-gradient(
90deg,
rgba(10, 20, 25, 0.84) 0%,
rgba(10, 20, 25, 0.70) 50%,
rgba(18, 32, 37, 0.38) 78%,
rgba(18, 32, 37, 0.18) 100%
) !important;
}
}
#header .header-top,
#header .header-top .header-top-container {
background: #F4F6F6 !important;
}
#header .header-top {
padding-top: 3px !important;
padding-bottom: 3px !important;
border-top: 1px solid #E5E9E9 !important;
border-bottom: 1px solid #DDE3E3 !important;
}
#header .header-top .header-row {
display: flex !important;
align-items: center !important;
}
#header .header-top .header-column {
display: flex !important;
align-items: center !important;
}
#header .header-top span {
display: inline-flex !important;
align-items: center !important;
color: #3F4D52 !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 12.5px !important;
font-weight: 500 !important;
line-height: 1.1 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#header .header-top i {
color: #34464D !important;
font-size: 12px !important;
line-height: 1 !important;
margin-right: 5px !important;
position: relative !important;
top: 0 !important;
}
#header .header-top a {
color: #328685 !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 12.5px !important;
font-weight: 600 !important;
line-height: 1.1 !important;
text-decoration: none !important;
}
#header .header-top a:hover,
#header .header-top a:focus {
color: #275F5F !important;
}
@media (max-width: 575.98px) {
#header .header-top {
padding-top: 3px !important;
padding-bottom: 3px !important;
}
#header .header-top .header-row,
#header .header-top .header-column {
display: flex !important;
align-items: center !important;
}
#header .header-top span,
#header .header-top a {
font-size: 11px !important;
line-height: 1 !important;
}
#header .header-top i {
font-size: 11px !important;
}
}
#header .header-body {
position: relative;
}
.hm-language-switch-top {
position: absolute !important;
top: 10px !important;
right: 22px !important;
z-index: 20 !important;
display: flex !important;
align-items: center !important;
gap: 4px !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-size: 11px !important;
font-weight: 600 !important;
line-height: 1 !important;
white-space: nowrap !important;
}
.hm-language-switch-top a {
color: #3F4D52 !important;
text-decoration: none !important;
padding: 3px 2px !important;
}
.hm-language-switch-top a:hover,
.hm-language-switch-top a:focus {
color: #328685 !important;
}
.hm-language-switch-top span {
color: #B5BDBF !important;
margin: 0 1px !important;
}
@media (max-width: 991.98px) {
.hm-language-switch-top {
top: 6px !important;
right: 12px !important;
font-size: 10px !important;
}
}
#header .header-top .hm-header-address {
font-weight: 700 !important;
}
.main .frame:has(.hm-service-banner) {
overflow: visible !important;
}
.main .frame:not(:has(.rev_slider)) .hm-service-banner {
position: relative !important;
display: flex !important;
align-items: stretch !important;
width: 100% !important;
max-width: 100% !important;
left: auto !important;
right: auto !important;
transform: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 28px !important;
margin-bottom: 34px !important;
min-height: 155px !important;
background: #18323B !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow:
0 0 0 100vmax #18323B !important;
clip-path: inset(0 -100vmax) !important;
isolation: isolate !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner::before {
content: none !important;
display: none !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner-content {
position: relative !important;
z-index: 3 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 100% !important;
max-width: 1280px !important;
margin-left: auto !important;
margin-right: auto !important;
padding: 24px 285px 24px 25px !important;
box-sizing: border-box !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-intro {
display: flex !important;
align-items: center !important;
position: relative !important;
left: 0 !important;
flex: 0 0 430px !important;
padding-right: 28px !important;
border-right:
1px solid rgba(255,255,255,0.22) !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-icon {
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex: 0 0 58px !important;
width: 58px !important;
height: 58px !important;
margin-right: 18px !important;
color: #328685 !important;
font-size: 38px !important;
line-height: 1 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-icon i {
color: #328685 !important;
font-size: 38px !important;
line-height: 1 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-title {
margin: 0 0 7px 0 !important;
padding: 0 !important;
color: #FFFFFF !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-size: 21px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: -0.2px !important;
white-space: nowrap !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-title span {
color: #328685 !important;
padding: 0 5px !important;
font-size: 22px !important;
font-weight: 700 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-title::before,
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-title::after {
content: none !important;
display: none !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-intro p {
margin: 0 !important;
color: #D9E3E5 !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 1.4 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-links {
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex: 1 1 auto !important;
gap: 28px !important;
padding: 0 25px !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-item {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
min-width: 70px !important;
text-align: center !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-item i {
margin-bottom: 9px !important;
color: #F4F7F7 !important;
font-size: 24px !important;
line-height: 1 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-item span {
color: #FFFFFF !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
font-size: 12px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
white-space: nowrap !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-button {
position: relative !important;
z-index: 5 !important;
flex: 0 0 auto !important;
margin-right: 225px !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-button a {
position: relative !important;
z-index: 6 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 11px !important;
min-width: 175px !important;
padding: 13px 19px !important;
background: #328685 !important;
border: 1px solid #328685 !important;
border-radius: 2px !important;
color: #FFFFFF !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-size: 13px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
text-decoration: none !important;
text-transform: none !important;
white-space: nowrap !important;
opacity: 1 !important;
visibility: visible !important;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
transform 0.2s ease !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-button a span {
color: #FFFFFF !important;
font-size: 18px !important;
line-height: 1 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner .hm-service-button a:hover {
background: #275F5F !important;
border-color: #275F5F !important;
color: #FFFFFF !important;
transform: translateY(-1px) !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-image {
position: absolute !important;
z-index: 1 !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 270px !important;
background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-image::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background:
linear-gradient(
90deg,
#18323B 0%,
rgba(24,50,59,0.92) 15%,
rgba(24,50,59,0.65) 30%,
rgba(24,50,59,0.30) 48%,
rgba(24,50,59,0.00) 70%
) !important;
pointer-events: none !important;
}
@media (max-width: 1199.98px) {
.main .frame:not(:has(.rev_slider))
.hm-service-intro {
flex-basis: 290px !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-links {
gap: 15px !important;
padding-left: 18px !important;
padding-right: 18px !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-button {
margin-right: 185px !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-image {
width: 220px !important;
}
}
@media (max-width: 767.98px) {
.main .frame:not(:has(.rev_slider))
.hm-service-banner {
width: 100% !important;
max-width: 100% !important;
min-height: 0 !important;
box-shadow: none !important;
clip-path: none !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-banner-content {
display: block !important;
padding: 22px 18px !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-intro {
width: 100% !important;
padding-right: 0 !important;
padding-bottom: 18px !important;
border-right: 0 !important;
border-bottom:
1px solid rgba(255,255,255,0.18) !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-links {
flex-wrap: wrap !important;
justify-content: flex-start !important;
gap: 20px 28px !important;
padding: 20px 0 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-button {
margin-right: 0 !important;
}
.main .frame:not(:has(.rev_slider))
.hm-service-image {
position: relative !important;
width: 100% !important;
height: 140px !important;
margin-top: 20px !important;
}
}
#footer {
position: relative !important;
isolation: isolate !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: #22333B !important;
background-image: none !important;
border: 0 !important;
overflow: hidden !important;
}
#footer::before,
#footer::after {
content: none !important;
display: none !important;
}
#footer .parallax-background,
#footer .background-overlay {
display: none !important;
}
.hm-footer {
position: relative !important;
z-index: 5 !important;
width: 100% !important;
background: #22333B !important;
background-image: none !important;
color: #E6ECEE !important;
font-family:
"Inter",
"Open Sans",
Arial,
sans-serif !important;
}
.hm-footer-main {
position: relative !important;
z-index: 10 !important;
padding-top: 55px !important;
padding-bottom: 48px !important;
}
.hm-footer-main > div {
position: relative !important;
z-index: 10 !important;
}
.hm-footer-company {
position: relative !important;
z-index: 20 !important;
}
.hm-footer-logo {
position: relative !important;
z-index: 30 !important;
display: inline-block !important;
margin: 0 0 22px 0 !important;
padding: 0 !important;
background: transparent !important;
opacity: 1 !important;
filter: none !important;
mix-blend-mode: normal !important;
}
.hm-footer-logo img {
position: relative !important;
z-index: 31 !important;
display: block !important;
width: 200px !important;
max-width: 100% !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
opacity: 1 !important;
visibility: visible !important;
filter: none !important;
mix-blend-mode: normal !important;
transform: none !important;
}
.hm-footer h3,
.hm-footer h4 {
margin-top: 0 !important;
color: #FFFFFF !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-weight: 600 !important;
text-transform: none !important;
}
.hm-footer h3 {
margin-bottom: 10px !important;
font-size: 20px !important;
line-height: 1.3 !important;
}
.hm-footer h4 {
margin-bottom: 10px !important;
font-size: 17px !important;
line-height: 1.3 !important;
letter-spacing: 0.2px !important;
}
.hm-footer h3::before,
.hm-footer h3::after,
.hm-footer h4::before,
.hm-footer h4::after {
content: none !important;
display: none !important;
}
.hm-footer-line {
width: 42px !important;
height: 2px !important;
margin: 0 0 24px 0 !important;
background: #328685 !important;
}
.hm-footer-address {
position: relative !important;
z-index: 20 !important;
}
.hm-footer-address p {
display: flex !important;
align-items: flex-start !important;
margin: 0 !important;
padding: 0 !important;
color: #E1E7E9 !important;
font-size: 14px !important;
font-weight: 400 !important;
line-height: 1.65 !important;
}
.hm-footer-address i {
flex: 0 0 22px !important;
width: 22px !important;
margin-top: 4px !important;
margin-right: 12px !important;
color: #328685 !important;
font-size: 16px !important;
}
.hm-footer-navigation {
position: relative !important;
z-index: 20 !important;
}
.hm-footer-navigation ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.hm-footer-navigation li {
margin: 0 !important;
padding: 0 !important;
border-bottom:
1px solid rgba(255,255,255,0.12) !important;
}
.hm-footer-navigation li:last-child {
border-bottom: 0 !important;
}
.hm-footer-navigation a {
display: flex !important;
align-items: center !important;
padding: 10px 0 !important;
color: #E7ECEE !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 1.3 !important;
text-decoration: none !important;
opacity: 1 !important;
transition: color 0.2s ease !important;
}
.hm-footer-navigation a span {
margin-right: 11px !important;
color: #328685 !important;
font-size: 23px !important;
font-weight: 400 !important;
line-height: 1 !important;
}
.hm-footer-navigation a:hover,
.hm-footer-navigation a:focus {
color: #328685 !important;
}
.hm-footer-contact {
position: relative !important;
z-index: 20 !important;
}
.hm-footer-contact p {
display: flex !important;
align-items: center !important;
margin: 0 0 14px 0 !important;
padding: 0 !important;
color: #E7ECEE !important;
font-size: 14px !important;
font-weight: 400 !important;
line-height: 1.45 !important;
}
.hm-footer-contact p i {
flex: 0 0 24px !important;
width: 24px !important;
margin-right: 10px !important;
color: #328685 !important;
font-size: 15px !important;
}
.hm-footer-contact p a {
color: #E7ECEE !important;
font-weight: 500 !important;
text-decoration: none !important;
opacity: 1 !important;
}
.hm-footer-contact p a:hover,
.hm-footer-contact p a:focus {
color: #328685 !important;
}
.hm-footer-button {
position: relative !important;
z-index: 25 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: space-between !important;
min-width: 190px !important;
margin-top: 14px !important;
padding: 12px 17px !important;
background: transparent !important;
border: 1px solid #328685 !important;
border-radius: 0 !important;
color: #FFFFFF !important;
font-family:
"Montserrat",
"Open Sans",
Arial,
sans-serif !important;
font-size: 13px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
text-decoration: none !important;
opacity: 1 !important;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease !important;
}
.hm-footer-button span {
margin-left: 18px !important;
color: #328685 !important;
font-size: 18px !important;
line-height: 1 !important;
}
.hm-footer-button:hover,
.hm-footer-button:focus {
background: #328685 !important;
border-color: #328685 !important;
color: #FFFFFF !important;
}
.hm-footer-button:hover span,
.hm-footer-button:focus span {
color: #FFFFFF !important;
}
.hm-footer-bottom {
position: relative !important;
z-index: 20 !important;
width: 100% !important;
background: #1B2A31 !important;
border-top:
1px solid rgba(255,255,255,0.10) !important;
}
.hm-footer-bottom-inner {
position: relative !important;
z-index: 21 !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
min-height: 62px !important;
padding: 12px 0 !important;
}
.hm-footer-legal {
display: flex !important;
align-items: center !important;
gap: 13px !important;
}
.hm-footer-legal a {
color: #328685 !important;
font-size: 13px !important;
font-weight: 500 !important;
text-decoration: none !important;
}
.hm-footer-legal a:hover,
.hm-footer-legal a:focus {
color: #FFFFFF !important;
}
.hm-footer-legal span {
color: rgba(255,255,255,0.30) !important;
}
.hm-footer-copyright {
color: #AEBBC0 !important;
font-size: 12px !important;
font-weight: 400 !important;
}
@media (max-width: 991.98px) {
.hm-footer-main {
padding-top: 42px !important;
padding-bottom: 32px !important;
}
.hm-footer-company,
.hm-footer-navigation,
.hm-footer-contact {
margin-bottom: 35px !important;
}
.hm-footer-logo img {
width: 180px !important;
}
}
@media (max-width: 767.98px) {
.hm-footer-main {
padding-top: 35px !important;
padding-bottom: 20px !important;
}
.hm-footer-logo img {
width: 155px !important;
}
.hm-footer-company,
.hm-footer-navigation,
.hm-footer-contact {
margin-bottom: 30px !important;
}
.hm-footer-bottom-inner {
display: block !important;
min-height: 0 !important;
padding-top: 18px !important;
padding-bottom: 18px !important;
}
.hm-footer-legal {
flex-wrap: wrap !important;
margin-bottom: 10px !important;
}
.hm-footer-copyright {
text-align: left !important;
}
}
