@charset 'UTF-8';
: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: #004fa6;
--secondary: #00aaa6;
--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: 'Lato', sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: Lato;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #5f5f5f;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }
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; }
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: #004fa6;
text-decoration: none;
background-color: transparent; }
a:hover {
color: #002b5a;
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; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg {
overflow: hidden;
vertical-align: middle; }
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; }
select {
word-wrap: normal; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer; }
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"] {
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-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 {
font-weight: 600;
line-height: 1.2; }
h1, .h1 {
font-size: 2.625rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.625rem; }
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: 2px;
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: 2px; }
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: flex;
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%;
padding-right: 15px;
padding-left: 15px; }
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-first {
order: -1; }
.order-last {
order: 13; }
.order-0 {
order: 0; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-6 {
order: 6; }
.order-7 {
order: 7; }
.order-8 {
order: 8; }
.order-9 {
order: 9; }
.order-10 {
order: 10; }
.order-11 {
order: 11; }
.order-12 {
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
order: -1; }
.order-sm-last {
order: 13; }
.order-sm-0 {
order: 0; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
.order-sm-3 {
order: 3; }
.order-sm-4 {
order: 4; }
.order-sm-5 {
order: 5; }
.order-sm-6 {
order: 6; }
.order-sm-7 {
order: 7; }
.order-sm-8 {
order: 8; }
.order-sm-9 {
order: 9; }
.order-sm-10 {
order: 10; }
.order-sm-11 {
order: 11; }
.order-sm-12 {
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
order: -1; }
.order-md-last {
order: 13; }
.order-md-0 {
order: 0; }
.order-md-1 {
order: 1; }
.order-md-2 {
order: 2; }
.order-md-3 {
order: 3; }
.order-md-4 {
order: 4; }
.order-md-5 {
order: 5; }
.order-md-6 {
order: 6; }
.order-md-7 {
order: 7; }
.order-md-8 {
order: 8; }
.order-md-9 {
order: 9; }
.order-md-10 {
order: 10; }
.order-md-11 {
order: 11; }
.order-md-12 {
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
order: -1; }
.order-lg-last {
order: 13; }
.order-lg-0 {
order: 0; }
.order-lg-1 {
order: 1; }
.order-lg-2 {
order: 2; }
.order-lg-3 {
order: 3; }
.order-lg-4 {
order: 4; }
.order-lg-5 {
order: 5; }
.order-lg-6 {
order: 6; }
.order-lg-7 {
order: 7; }
.order-lg-8 {
order: 8; }
.order-lg-9 {
order: 9; }
.order-lg-10 {
order: 10; }
.order-lg-11 {
order: 11; }
.order-lg-12 {
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
order: -1; }
.order-xl-last {
order: 13; }
.order-xl-0 {
order: 0; }
.order-xl-1 {
order: 1; }
.order-xl-2 {
order: 2; }
.order-xl-3 {
order: 3; }
.order-xl-4 {
order: 4; }
.order-xl-5 {
order: 5; }
.order-xl-6 {
order: 6; }
.order-xl-7 {
order: 7; }
.order-xl-8 {
order: 8; }
.order-xl-9 {
order: 9; }
.order-xl-10 {
order: 10; }
.order-xl-11 {
order: 11; }
.order-xl-12 {
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.table {
width: 100%;
margin-bottom: 1rem;
color: #5f5f5f; }
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
border-top: 2px solid #dee2e6; }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
color: #5f5f5f;
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8cee6; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7aa3d1; }
.table-hover .table-primary:hover {
background-color: #a5c1df; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #a5c1df; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #b8e7e6; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #7ad3d1; }
.table-hover .table-secondary:hover {
background-color: #a5e1df; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #a5e1df; }
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e; }
.table-hover .table-success:hover {
background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb; }
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda; }
.table-hover .table-info:hover {
background-color: #abdde5; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5; }
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e; }
.table-hover .table-warning:hover {
background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #ed969e; }
.table-hover .table-danger:hover {
background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7; }
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfc; }
.table-hover .table-light:hover {
background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6; }
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c; }
.table-hover .table-dark:hover {
background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe; }
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55; }
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6; }
.table-dark {
color: #fff;
background-color: #343a40; }
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454d55; }
.table-dark.table-bordered {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-sm > .table-bordered {
border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-md > .table-bordered {
border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-lg > .table-bordered {
border: 0; } }
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-xl > .table-bordered {
border: 0; } }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive > .table-bordered {
border: 0; }
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 1.4rem + 2px);
padding: 0.7rem 0.8rem;
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 2px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none; } }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #278eff;
outline: 0;
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.form-control::placeholder {
color: #6c757d;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
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.7rem + 1px);
padding-bottom: calc(0.7rem + 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.7rem;
padding-bottom: 0.7rem;
margin-bottom: 0;
line-height: 1.5;
color: #5f5f5f;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0; }
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 2px; }
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 2px; }
select.form-control[size], select.form-control[multiple] {
height: auto; }
textarea.form-control {
height: auto; }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: flex;
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: inline-flex;
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: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 2px; }
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 1.4rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.35rem);
background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0rem 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 {
display: block; }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 1.4rem);
background-position: top calc(0.375em + 0.35rem) right calc(0.375em + 0.35rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: calc((1em + 1.4rem) * 3 / 4 + 1.8rem);
background: url("data:image/svg+xml,%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.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.8rem/calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25); }
.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 {
border-color: #28a745; }
.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 {
border-color: #34ce57;
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745; }
.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 ~ .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 {
border-color: #28a745;
box-shadow: 0 0 0 0rem 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: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 2px; }
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 1.4rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.35rem);
background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0rem 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 {
display: block; }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 1.4rem);
background-position: top calc(0.375em + 0.35rem) right calc(0.375em + 0.35rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc((1em + 1.4rem) * 3 / 4 + 1.8rem);
background: url("data:image/svg+xml,%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.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.8rem/calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.25); }
.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 {
border-color: #dc3545; }
.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 {
border-color: #e4606d;
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545; }
.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 ~ .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 {
border-color: #dc3545;
box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
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: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
align-items: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.btn {
display: inline-block;
font-weight: 700;
color: #5f5f5f;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 8px 15px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 2px;
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; }
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none; } }
.btn:hover {
color: #5f5f5f;
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.btn.disabled, .btn:disabled {
opacity: 0.65; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #004fa6;
border-color: #004fa6; }
.btn-primary:hover {
color: #fff;
background-color: #003d80;
border-color: #003773; }
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0rem rgba(38, 105, 179, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #004fa6;
border-color: #004fa6; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #003773;
border-color: #003166; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0rem rgba(38, 105, 179, 0.5); }
.btn-secondary {
color: #fff;
background-color: #00aaa6;
border-color: #00aaa6; }
.btn-secondary:hover {
color: #fff;
background-color: #008481;
border-color: #007774; }
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0rem rgba(38, 183, 179, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #00aaa6;
border-color: #00aaa6; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #007774;
border-color: #006a68; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0rem rgba(38, 183, 179, 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 {
box-shadow: 0 0 0 0rem rgba(72, 180, 97, 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 {
box-shadow: 0 0 0 0rem rgba(72, 180, 97, 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 {
box-shadow: 0 0 0 0rem rgba(58, 176, 195, 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 {
box-shadow: 0 0 0 0rem rgba(58, 176, 195, 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 {
box-shadow: 0 0 0 0rem rgba(222, 170, 12, 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 {
box-shadow: 0 0 0 0rem rgba(222, 170, 12, 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 {
box-shadow: 0 0 0 0rem rgba(225, 83, 97, 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 {
box-shadow: 0 0 0 0rem rgba(225, 83, 97, 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 {
box-shadow: 0 0 0 0rem rgba(216, 217, 219, 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 {
box-shadow: 0 0 0 0rem rgba(216, 217, 219, 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 {
box-shadow: 0 0 0 0rem rgba(82, 88, 93, 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 {
box-shadow: 0 0 0 0rem rgba(82, 88, 93, 0.5); }
.btn-outline-primary {
color: #004fa6;
border-color: #004fa6; }
.btn-outline-primary:hover {
color: #fff;
background-color: #004fa6;
border-color: #004fa6; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #004fa6;
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: #004fa6;
border-color: #004fa6; }
.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 {
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.5); }
.btn-outline-secondary {
color: #00aaa6;
border-color: #00aaa6; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #00aaa6;
border-color: #00aaa6; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0rem rgba(0, 170, 166, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #00aaa6;
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: #00aaa6;
border-color: #00aaa6; }
.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 {
box-shadow: 0 0 0 0rem rgba(0, 170, 166, 0.5); }
.btn-outline-success {
color: #28a745;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0rem 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 {
box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0rem 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 {
box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0rem 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 {
box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0rem 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 {
box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0rem 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 {
box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0rem 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 {
box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #004fa6;
text-decoration: none; }
.btn-link:hover {
color: #002b5a;
text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
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: 2px; }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 2px; }
.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 {
transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle {
white-space: nowrap; }
.dropdown-toggle::after {
display: inline-block;
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: #5f5f5f;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px; }
.dropdown-menu-left {
right: auto;
left: 0; }
.dropdown-menu-right {
right: 0;
left: auto; }
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0; }
.dropdown-menu-sm-right {
right: 0;
left: auto; } }
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0; }
.dropdown-menu-md-right {
right: 0;
left: auto; } }
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0; }
.dropdown-menu-lg-right {
right: 0;
left: auto; } }
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0; }
.dropdown-menu-xl-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;
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;
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;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
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: #004fa6; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
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: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 1 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-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px; }
.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: 11.25px;
padding-left: 11.25px; }
.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 {
flex-direction: column;
align-items: flex-start;
justify-content: center; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px; }
.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: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
z-index: 4; }
.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: flex;
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: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3; }
.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: flex;
align-items: center;
padding: 0.7rem 0.8rem;
margin-bottom: 0;
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 2px; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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: 2px; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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: 2px; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.8rem; }
.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: 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;
border-color: #004fa6;
background-color: #004fa6; }
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #278eff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #5aa8ff;
border-color: #5aa8ff; }
.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;
vertical-align: top; }
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px; }
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50% / 50% 50%; }
.custom-checkbox .custom-control-label::before {
border-radius: 2px; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%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 {
border-color: #004fa6;
background-color: #004fa6; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%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, 79, 166, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 79, 166, 0.5); }
.custom-radio .custom-control-label::before {
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%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, 79, 166, 0.5); }
.custom-switch {
padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: transform 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; }
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 79, 166, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 1.4rem + 2px);
padding: 0.7rem 1.8rem 0.7rem 0.8rem;
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%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.8rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 2px;
appearance: none; }
.custom-select:focus {
border-color: #278eff;
outline: 0;
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.8rem;
background-image: none; }
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef; }
.custom-select::-ms-expand {
display: none; }
.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem; }
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 1.4rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 1.4rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #278eff;
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse); }
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 1.4rem + 2px);
padding: 0.7rem 0.8rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 2px; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 1.4rem);
padding: 0.7rem 0.8rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 2px 2px 0; }
.custom-range {
width: 100%;
height: calc(1rem + 0rem);
padding: 0;
background-color: transparent;
appearance: none; }
.custom-range:focus {
outline: none; }
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #004fa6;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none; } }
.custom-range::-webkit-slider-thumb:active {
background-color: #5aa8ff; }
.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: #004fa6;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none; } }
.custom-range::-moz-range-thumb:active {
background-color: #5aa8ff; }
.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;
margin-top: 0;
margin-right: 0rem;
margin-left: 0rem;
background-color: #004fa6;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none; } }
.custom-range::-ms-thumb:active {
background-color: #5aa8ff; }
.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; }
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd; }
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default; }
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd; }
.custom-range:disabled::-moz-range-track {
cursor: default; }
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none; } }
.nav {
display: flex;
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;
pointer-events: none;
cursor: default; }
.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: 2px;
border-top-right-radius: 2px; }
.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: 2px; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #004fa6; }
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
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: flex;
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 {
flex-basis: 100%;
flex-grow: 1;
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: 2px; }
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none; }
.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 {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 28px;
padding-left: 28px; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: flex !important;
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 {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 28px;
padding-left: 28px; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: flex !important;
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 {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 28px;
padding-left: 28px; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: flex !important;
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 {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 28px;
padding-left: 28px; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 28px;
padding-left: 28px; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: flex !important;
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,%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,%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; }
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 2px; }
.card > hr {
margin-right: 0;
margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px; }
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
.card-body {
flex: 1 1 auto;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0; }
.card-text:last-child {
margin-bottom: 0; }
.card-link:hover {
text-decoration: none; }
.card-link + .card-link {
margin-left: 1.25rem; }
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
border-radius: calc(2px - 1px) calc(2px - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
border-top: 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
border-radius: 0 0 calc(2px - 1px) calc(2px - 1px); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem; }
.card-img {
width: 100%;
border-radius: calc(2px - 1px); }
.card-img-top {
width: 100%;
border-top-left-radius: calc(2px - 1px);
border-top-right-radius: calc(2px - 1px); }
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(2px - 1px);
border-bottom-left-radius: calc(2px - 1px); }
.card-deck {
display: flex;
flex-direction: column; }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
display: flex;
flex: 1 0 0%;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px; } }
.card-group {
display: flex;
flex-direction: column; }
.card-group > .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-group {
flex-flow: row wrap; }
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0; }
.card-group > .card + .card {
margin-left: 0;
border-left: 0; }
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0; }
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0; }
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0; }
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion > .card {
overflow: hidden; }
.accordion > .card:not(:first-of-type) .card-header:first-child {
border-radius: 0; }
.accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0; }
.accordion > .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.accordion > .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.accordion > .card .card-header {
margin-bottom: -1px; }
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 2px; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #6c757d; }
.pagination {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 2px; }
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.9rem;
margin-left: -1px;
line-height: 1.25;
color: #004fa6;
background-color: #e9ecef;
border: 1px solid #dee2e6; }
.page-link:hover {
z-index: 2;
color: #004fa6;
text-decoration: none;
background-color: #dee2e6;
border-color: #dee2e6; }
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.25); }
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.page-item:last-child .page-link {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #004fa6;
border-color: #004fa6; }
.page-item.disabled .page-link {
color: #ced4da;
pointer-events: none;
cursor: auto;
background-color: #e9ecef;
border-color: #dee2e6; }
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.pagination-sm .page-link {
padding: 0.3rem 0.8rem;
font-size: 0.875rem;
line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 2px;
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; }
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none; } }
a.badge:hover, a.badge:focus {
text-decoration: none; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #004fa6; }
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #003773; }
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(0, 79, 166, 0.5); }
.badge-secondary {
color: #fff;
background-color: #00aaa6; }
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #007774; }
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(0, 170, 166, 0.5); }
.badge-success {
color: #fff;
background-color: #28a745; }
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34; }
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5); }
.badge-info {
color: #fff;
background-color: #17a2b8; }
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b; }
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5); }
.badge-warning {
color: #212529;
background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00; }
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5); }
.badge-danger {
color: #fff;
background-color: #dc3545; }
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130; }
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5); }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5; }
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5); }
.badge-dark {
color: #fff;
background-color: #343a40; }
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124; }
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5); }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 2px; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 2px; }
.alert-heading {
color: inherit; }
.alert-link {
font-weight: 700; }
.alert-dismissible {
padding-right: 4rem; }
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit; }
.alert-primary {
color: #002956;
background-color: #ccdced;
border-color: #b8cee6; }
.alert-primary hr {
border-top-color: #a5c1df; }
.alert-primary .alert-link {
color: #001123; }
.alert-secondary {
color: #005856;
background-color: #cceeed;
border-color: #b8e7e6; }
.alert-secondary hr {
border-top-color: #a5e1df; }
.alert-secondary .alert-link {
color: #002524; }
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb; }
.alert-success hr {
border-top-color: #b1dfbb; }
.alert-success .alert-link {
color: #0b2e13; }
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb; }
.alert-info hr {
border-top-color: #abdde5; }
.alert-info .alert-link {
color: #062c33; }
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
.alert-warning hr {
border-top-color: #ffe8a1; }
.alert-warning .alert-link {
color: #533f03; }
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb; }
.alert-danger hr {
border-top-color: #f1b0b7; }
.alert-danger .alert-link {
color: #491217; }
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe; }
.alert-light hr {
border-top-color: #ececf6; }
.alert-light .alert-link {
color: #686868; }
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca; }
.alert-dark hr {
border-top-color: #b9bbbe; }
.alert-dark .alert-link {
color: #040505; }
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
.progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 2px; }
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #004fa6;
transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none; } }
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem; }
.progress-bar-animated {
animation: progress-bar-stripes 1s linear infinite; }
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
animation: none; } }
.media {
display: flex;
align-items: flex-start; }
.media-body {
flex: 1; }
.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa; }
.list-group-item-action:active {
color: #5f5f5f;
background-color: #e9ecef; }
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff; }
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #004fa6;
border-color: #004fa6; }
.list-group-horizontal {
flex-direction: row; }
.list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-top-right-radius: 0; }
.list-group-horizontal .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0; }
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row; }
.list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-top-right-radius: 0; }
.list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0; } }
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row; }
.list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-top-right-radius: 0; }
.list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0; } }
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row; }
.list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-top-right-radius: 0; }
.list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0; } }
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row; }
.list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-top-right-radius: 0; }
.list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0; } }
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0; }
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px; }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0; }
.list-group-item-primary {
color: #002956;
background-color: #b8cee6; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #002956;
background-color: #a5c1df; }
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #002956;
border-color: #002956; }
.list-group-item-secondary {
color: #005856;
background-color: #b8e7e6; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #005856;
background-color: #a5e1df; }
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #005856;
border-color: #005856; }
.list-group-item-success {
color: #155724;
background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724; }
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460; }
.list-group-item-warning {
color: #856404;
background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404; }
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24; }
.list-group-item-light {
color: #818182;
background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182; }
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21; }
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5; }
.close:hover {
color: #000;
text-decoration: none; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0;
appearance: none; }
a.close.disabled {
pointer-events: none; }
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem; }
.toast:not(:last-child) {
margin-bottom: 0.75rem; }
.toast.showing {
opacity: 1; }
.toast.show {
display: block;
opacity: 1; }
.toast.hide {
display: none; }
.toast-header {
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.toast-body {
padding: 0.75rem; }
.modal-open {
overflow: hidden; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0; }
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none; } }
.modal.show .modal-dialog {
transform: none; }
.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden; }
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
flex-shrink: 0; }
.modal-dialog-scrollable .modal-body {
overflow-y: auto; }
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem); }
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: ""; }
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%; }
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none; }
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none; }
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: 0.5; }
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 2px;
border-top-right-radius: 2px; }
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem); }
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem); }
.modal-dialog-centered {
min-height: calc(100% - 3.5rem); }
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px; } }
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: Lato;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 0.9; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 2px; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: Lato;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px; }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 2px; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 2px 0; }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 2px 0; }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(2px - 1px);
border-top-right-radius: calc(2px - 1px); }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.75rem;
color: #5f5f5f; }
.carousel {
position: relative; }
.carousel.pointer-event {
touch-action: pan-y; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-inner::after {
display: block;
clear: both;
content: ""; }
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
transform: translateX(-100%); }
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity; }
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none; } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none; } }
.carousel-indicators .active {
opacity: 1; }
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center; }
@keyframes spinner-border {
to {
transform: rotate(360deg); } }
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
animation: spinner-border .75s linear infinite; }
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em; }
@keyframes spinner-grow {
0% {
transform: scale(0); }
50% {
opacity: 1; } }
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
animation: spinner-grow .75s linear infinite; }
.spinner-grow-sm {
width: 1rem;
height: 1rem; }
.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: #004fa6 !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #003773 !important; }
.bg-secondary {
background-color: #00aaa6 !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #007774 !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: #004fa6 !important; }
.border-secondary {
border-color: #00aaa6 !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-sm {
border-radius: 2px !important; }
.rounded {
border-radius: 2px !important; }
.rounded-top {
border-top-left-radius: 2px !important;
border-top-right-radius: 2px !important; }
.rounded-right {
border-top-right-radius: 2px !important;
border-bottom-right-radius: 2px !important; }
.rounded-bottom {
border-bottom-right-radius: 2px !important;
border-bottom-left-radius: 2px !important; }
.rounded-left {
border-top-left-radius: 2px !important;
border-bottom-left-radius: 2px !important; }
.rounded-lg {
border-radius: 2px !important; }
.rounded-circle {
border-radius: 50% !important; }
.rounded-pill {
border-radius: 50rem !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: flex !important; }
.d-inline-flex {
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: flex !important; }
.d-sm-inline-flex {
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: flex !important; }
.d-md-inline-flex {
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: flex !important; }
.d-lg-inline-flex {
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: flex !important; }
.d-xl-inline-flex {
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: flex !important; }
.d-print-inline-flex {
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.85714%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
flex-direction: row !important; }
.flex-column {
flex-direction: column !important; }
.flex-row-reverse {
flex-direction: row-reverse !important; }
.flex-column-reverse {
flex-direction: column-reverse !important; }
.flex-wrap {
flex-wrap: wrap !important; }
.flex-nowrap {
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-fill {
flex: 1 1 auto !important; }
.flex-grow-0 {
flex-grow: 0 !important; }
.flex-grow-1 {
flex-grow: 1 !important; }
.flex-shrink-0 {
flex-shrink: 0 !important; }
.flex-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-start {
justify-content: flex-start !important; }
.justify-content-end {
justify-content: flex-end !important; }
.justify-content-center {
justify-content: center !important; }
.justify-content-between {
justify-content: space-between !important; }
.justify-content-around {
justify-content: space-around !important; }
.align-items-start {
align-items: flex-start !important; }
.align-items-end {
align-items: flex-end !important; }
.align-items-center {
align-items: center !important; }
.align-items-baseline {
align-items: baseline !important; }
.align-items-stretch {
align-items: stretch !important; }
.align-content-start {
align-content: flex-start !important; }
.align-content-end {
align-content: flex-end !important; }
.align-content-center {
align-content: center !important; }
.align-content-between {
align-content: space-between !important; }
.align-content-around {
align-content: space-around !important; }
.align-content-stretch {
align-content: stretch !important; }
.align-self-auto {
align-self: auto !important; }
.align-self-start {
align-self: flex-start !important; }
.align-self-end {
align-self: flex-end !important; }
.align-self-center {
align-self: center !important; }
.align-self-baseline {
align-self: baseline !important; }
.align-self-stretch {
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important; }
.flex-sm-column {
flex-direction: column !important; }
.flex-sm-row-reverse {
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
flex-direction: column-reverse !important; }
.flex-sm-wrap {
flex-wrap: wrap !important; }
.flex-sm-nowrap {
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
flex-grow: 0 !important; }
.flex-sm-grow-1 {
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-sm-start {
justify-content: flex-start !important; }
.justify-content-sm-end {
justify-content: flex-end !important; }
.justify-content-sm-center {
justify-content: center !important; }
.justify-content-sm-between {
justify-content: space-between !important; }
.justify-content-sm-around {
justify-content: space-around !important; }
.align-items-sm-start {
align-items: flex-start !important; }
.align-items-sm-end {
align-items: flex-end !important; }
.align-items-sm-center {
align-items: center !important; }
.align-items-sm-baseline {
align-items: baseline !important; }
.align-items-sm-stretch {
align-items: stretch !important; }
.align-content-sm-start {
align-content: flex-start !important; }
.align-content-sm-end {
align-content: flex-end !important; }
.align-content-sm-center {
align-content: center !important; }
.align-content-sm-between {
align-content: space-between !important; }
.align-content-sm-around {
align-content: space-around !important; }
.align-content-sm-stretch {
align-content: stretch !important; }
.align-self-sm-auto {
align-self: auto !important; }
.align-self-sm-start {
align-self: flex-start !important; }
.align-self-sm-end {
align-self: flex-end !important; }
.align-self-sm-center {
align-self: center !important; }
.align-self-sm-baseline {
align-self: baseline !important; }
.align-self-sm-stretch {
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important; }
.flex-md-column {
flex-direction: column !important; }
.flex-md-row-reverse {
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
flex-direction: column-reverse !important; }
.flex-md-wrap {
flex-wrap: wrap !important; }
.flex-md-nowrap {
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
flex: 1 1 auto !important; }
.flex-md-grow-0 {
flex-grow: 0 !important; }
.flex-md-grow-1 {
flex-grow: 1 !important; }
.flex-md-shrink-0 {
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-md-start {
justify-content: flex-start !important; }
.justify-content-md-end {
justify-content: flex-end !important; }
.justify-content-md-center {
justify-content: center !important; }
.justify-content-md-between {
justify-content: space-between !important; }
.justify-content-md-around {
justify-content: space-around !important; }
.align-items-md-start {
align-items: flex-start !important; }
.align-items-md-end {
align-items: flex-end !important; }
.align-items-md-center {
align-items: center !important; }
.align-items-md-baseline {
align-items: baseline !important; }
.align-items-md-stretch {
align-items: stretch !important; }
.align-content-md-start {
align-content: flex-start !important; }
.align-content-md-end {
align-content: flex-end !important; }
.align-content-md-center {
align-content: center !important; }
.align-content-md-between {
align-content: space-between !important; }
.align-content-md-around {
align-content: space-around !important; }
.align-content-md-stretch {
align-content: stretch !important; }
.align-self-md-auto {
align-self: auto !important; }
.align-self-md-start {
align-self: flex-start !important; }
.align-self-md-end {
align-self: flex-end !important; }
.align-self-md-center {
align-self: center !important; }
.align-self-md-baseline {
align-self: baseline !important; }
.align-self-md-stretch {
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important; }
.flex-lg-column {
flex-direction: column !important; }
.flex-lg-row-reverse {
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
flex-direction: column-reverse !important; }
.flex-lg-wrap {
flex-wrap: wrap !important; }
.flex-lg-nowrap {
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
flex-grow: 0 !important; }
.flex-lg-grow-1 {
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-lg-start {
justify-content: flex-start !important; }
.justify-content-lg-end {
justify-content: flex-end !important; }
.justify-content-lg-center {
justify-content: center !important; }
.justify-content-lg-between {
justify-content: space-between !important; }
.justify-content-lg-around {
justify-content: space-around !important; }
.align-items-lg-start {
align-items: flex-start !important; }
.align-items-lg-end {
align-items: flex-end !important; }
.align-items-lg-center {
align-items: center !important; }
.align-items-lg-baseline {
align-items: baseline !important; }
.align-items-lg-stretch {
align-items: stretch !important; }
.align-content-lg-start {
align-content: flex-start !important; }
.align-content-lg-end {
align-content: flex-end !important; }
.align-content-lg-center {
align-content: center !important; }
.align-content-lg-between {
align-content: space-between !important; }
.align-content-lg-around {
align-content: space-around !important; }
.align-content-lg-stretch {
align-content: stretch !important; }
.align-self-lg-auto {
align-self: auto !important; }
.align-self-lg-start {
align-self: flex-start !important; }
.align-self-lg-end {
align-self: flex-end !important; }
.align-self-lg-center {
align-self: center !important; }
.align-self-lg-baseline {
align-self: baseline !important; }
.align-self-lg-stretch {
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important; }
.flex-xl-column {
flex-direction: column !important; }
.flex-xl-row-reverse {
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
flex-direction: column-reverse !important; }
.flex-xl-wrap {
flex-wrap: wrap !important; }
.flex-xl-nowrap {
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
flex-grow: 0 !important; }
.flex-xl-grow-1 {
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-xl-start {
justify-content: flex-start !important; }
.justify-content-xl-end {
justify-content: flex-end !important; }
.justify-content-xl-center {
justify-content: center !important; }
.justify-content-xl-between {
justify-content: space-between !important; }
.justify-content-xl-around {
justify-content: space-around !important; }
.align-items-xl-start {
align-items: flex-start !important; }
.align-items-xl-end {
align-items: flex-end !important; }
.align-items-xl-center {
align-items: center !important; }
.align-items-xl-baseline {
align-items: baseline !important; }
.align-items-xl-stretch {
align-items: stretch !important; }
.align-content-xl-start {
align-content: flex-start !important; }
.align-content-xl-end {
align-content: flex-end !important; }
.align-content-xl-center {
align-content: center !important; }
.align-content-xl-between {
align-content: space-between !important; }
.align-content-xl-around {
align-content: space-around !important; }
.align-content-xl-stretch {
align-content: stretch !important; }
.align-self-xl-auto {
align-self: auto !important; }
.align-self-xl-start {
align-self: flex-start !important; }
.align-self-xl-end {
align-self: flex-end !important; }
.align-self-xl-center {
align-self: center !important; }
.align-self-xl-baseline {
align-self: baseline !important; }
.align-self-xl-stretch {
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; } }
.overflow-auto {
overflow: auto !important; }
.overflow-hidden {
overflow: hidden !important; }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
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: sticky) {
.sticky-top {
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 {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
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; }
.min-vw-100 {
min-width: 100vw !important; }
.min-vh-100 {
min-height: 100vh !important; }
.vw-100 {
width: 100vw !important; }
.vh-100 {
height: 100vh !important; }
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0); }
.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-n1 {
margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important; }
.m-n3 {
margin: -1rem !important; }
.mt-n3,
.my-n3 {
margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
margin-left: -1rem !important; }
.m-n4 {
margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important; }
.m-n5 {
margin: -3rem !important; }
.mt-n5,
.my-n5 {
margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
margin-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-n1 {
margin: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important; }
.m-sm-n3 {
margin: -1rem !important; }
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important; }
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important; }
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important; }
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important; }
.m-sm-n4 {
margin: -1.5rem !important; }
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important; }
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important; }
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important; }
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important; }
.m-sm-n5 {
margin: -3rem !important; }
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important; }
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important; }
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important; }
.ml-sm-n5,
.mx-sm-n5 {
margin-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-n1 {
margin: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important; }
.m-md-n3 {
margin: -1rem !important; }
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important; }
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important; }
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important; }
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important; }
.m-md-n4 {
margin: -1.5rem !important; }
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important; }
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important; }
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important; }
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important; }
.m-md-n5 {
margin: -3rem !important; }
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important; }
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important; }
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important; }
.ml-md-n5,
.mx-md-n5 {
margin-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-n1 {
margin: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important; }
.m-lg-n3 {
margin: -1rem !important; }
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important; }
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important; }
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important; }
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important; }
.m-lg-n4 {
margin: -1.5rem !important; }
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important; }
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important; }
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important; }
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important; }
.m-lg-n5 {
margin: -3rem !important; }
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important; }
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important; }
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important; }
.ml-lg-n5,
.mx-lg-n5 {
margin-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-n1 {
margin: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important; }
.m-xl-n3 {
margin: -1rem !important; }
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important; }
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important; }
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important; }
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important; }
.m-xl-n4 {
margin: -1.5rem !important; }
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important; }
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important; }
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important; }
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important; }
.m-xl-n5 {
margin: -3rem !important; }
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important; }
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important; }
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important; }
.ml-xl-n5,
.mx-xl-n5 {
margin-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 !important; }
.text-justify {
text-align: justify !important; }
.text-wrap {
white-space: normal !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
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-lighter {
font-weight: lighter !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-weight-bolder {
font-weight: bolder !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #004fa6 !important; }
a.text-primary:hover, a.text-primary:focus {
color: #002b5a !important; }
.text-secondary {
color: #00aaa6 !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #005e5b !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #19692c !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #cbd3da !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important; }
.text-body {
color: #5f5f5f !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; }
.text-decoration-none {
text-decoration: none !important; }
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important; }
.text-reset {
color: inherit !important; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-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; } }.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}html.with-featherlight { overflow: hidden;
}
.featherlight {
display: none; position:fixed;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 2147483647;  text-align: center; white-space: nowrap; cursor: pointer;
background: #333; background: rgba(0, 0, 0, 0);
} .featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}
.featherlight:before { content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.featherlight .featherlight-content { position: relative; text-align: left;
vertical-align: middle;
display: inline-block; overflow: auto;
padding: 25px 25px 0;
border-bottom: 25px solid transparent; margin-left: 5%;
margin-right: 5%;
max-height: 95%; background: #fff;
cursor: auto; white-space: normal;
} .featherlight .featherlight-inner { display: block;
} .featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
display: none;
}
.featherlight .featherlight-close-icon { position: absolute;
z-index: 9999;
top: 0;
right: 0; line-height: 25px;
width: 25px; cursor: pointer;
text-align: center;
font-family: Arial, sans-serif;
background: #fff; background: rgba(255, 255, 255, 0.3);
color: #000;
border: none;
padding: 0;
} .featherlight .featherlight-close-icon::-moz-focus-inner {
border: 0;
padding: 0;
}
.featherlight .featherlight-image { width: 100%;
}
.featherlight-iframe .featherlight-content { border-bottom: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
}
.featherlight iframe { border: none;
}
.featherlight * { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} @media only screen and (max-width: 1024px) {
.featherlight .featherlight-content { margin-left: 0;
margin-right: 0;
max-height: 98%;
padding: 10px 10px 0;
border-bottom: 10px solid transparent;
}
} @media print {
html.with-featherlight > * > :not(.featherlight) {
display: none;
}
}.featherlight-next,
.featherlight-previous {
display: block;
position: absolute;
top: 25px;
right: 25px;
bottom: 0;
left: 80%;
cursor: pointer; -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; background: rgba(0,0,0,0);
}
.featherlight-previous {
left: 25px;
right: 80%;
}
.featherlight-next:hover,
.featherlight-previous:hover {
background: rgba(255,255,255,0.25);
}
.featherlight-next span,
.featherlight-previous span {
display: none;
position: absolute;
top: 50%;
left: 5%;
width: 82%; text-align: center;
font-size: 80px;
line-height: 80px; margin-top: -40px;
text-shadow: 0px 0px 5px #fff;
color: #fff;
font-style: normal;
font-weight: normal;
}
.featherlight-next span {
right: 5%;
left: auto;
}
.featherlight-next:hover span,
.featherlight-previous:hover span {
display: inline-block;
}
.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
display: none;
} .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
display:none;
} .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
display:none;
} @media only screen and (max-device-width: 1024px){
.featherlight-next:hover,
.featherlight-previous:hover {
background: none;
}
.featherlight-next span,
.featherlight-previous span {
display: block;
}
} @media only screen and (max-width: 1024px) {
.featherlight-next,
.featherlight-previous {
top: 10px;
right: 10px;
left: 85%;
}
.featherlight-previous {
left: 10px;
right: 85%;
}
.featherlight-next span,
.featherlight-previous span {
margin-top: -30px;
font-size: 40px;
}
}.ih-item{position:relative;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item,.ih-item *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ih-item a{color:#333}.ih-item a:hover{text-decoration:none}.ih-item img{width:100%;height:100%}.ih-item.circle{position:relative;width:100%;height:361px;border-radius:2%;}.ih-item.circle .img{position:relative;width:100%;height:361px;border-radius:2%;}.ih-item.circle .img:before{position:absolute;display:block;content:'';width:100%;height:100%;border-radius:2%;box-shadow:none;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle .img img{border-radius:2%;}.ih-item.circle .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:2%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ih-item.square{position:relative;width:316px;height:216px;border:8px solid #fff;box-shadow:1px 1px 3px rgba(0,0,0,0.3)}.ih-item.square .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ih-item.circle.effect1 .spinner{width:230px;height:230px;border:10px solid #ecab18;border-right-color:#1ad280;border-bottom-color:#1ad280;border-radius:2%;-webkit-transition:all 0.8s ease-in-out;-moz-transition:all 0.8s ease-in-out;transition:all 0.8s ease-in-out}.ih-item.circle.effect1 .img{position:absolute;top:10px;bottom:0;left:10px;right:0;width:auto;height:auto}.ih-item.circle.effect1 .img:before{display:none}.ih-item.circle.effect1.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.circle.effect1 .info{top:10px;bottom:0;left:10px;right:0;background:#333;background:rgba(0,0,0,0.6);opacity:0;-webkit-transition:all 0.8s ease-in-out;-moz-transition:all 0.8s ease-in-out;transition:all 0.8s ease-in-out}.ih-item.circle.effect1 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect1 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect1 a:hover .spinner{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.ih-item.circle.effect1 a:hover .info{opacity:1}.ih-item.circle.effect2 .img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect2.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.circle.effect2 .info{background:#333;background:rgba(0,0,0,0.6);opacity:0;pointer-events:none;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect2 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect2 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect2.left_to_right .info{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect2.left_to_right a:hover .img{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.ih-item.circle.effect2.left_to_right a:hover .info{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect2.right_to_left .info{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect2.right_to_left a:hover .img{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.ih-item.circle.effect2.right_to_left a:hover .info{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect2.top_to_bottom .info{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect2.top_to_bottom a:hover .img{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.ih-item.circle.effect2.top_to_bottom a:hover .info{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect2.bottom_to_top .info{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect2.bottom_to_top a:hover .img{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.ih-item.circle.effect2.bottom_to_top a:hover .info{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect3 .img{z-index:11;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect3.colored .info{background:#1a4a72}.ih-item.circle.effect3 .info{background:#333;opacity:0;pointer-events:none;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect3 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect3 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect3.left_to_right .img{-webkit-transform:scale(1) translateX(0);-moz-transform:scale(1) translateX(0);-ms-transform:scale(1) translateX(0);-o-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}.ih-item.circle.effect3.left_to_right .info{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect3.left_to_right a:hover .img{-webkit-transform:scale(0.5) translateX(100%);-moz-transform:scale(0.5) translateX(100%);-ms-transform:scale(0.5) translateX(100%);-o-transform:scale(0.5) translateX(100%);transform:scale(0.5) translateX(100%)}.ih-item.circle.effect3.left_to_right a:hover .info{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect3.right_to_left .img{-webkit-transform:scale(1) translateX(0);-moz-transform:scale(1) translateX(0);-ms-transform:scale(1) translateX(0);-o-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}.ih-item.circle.effect3.right_to_left .info{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect3.right_to_left a:hover .img{-webkit-transform:scale(0.5) translateX(-100%);-moz-transform:scale(0.5) translateX(-100%);-ms-transform:scale(0.5) translateX(-100%);-o-transform:scale(0.5) translateX(-100%);transform:scale(0.5) translateX(-100%)}.ih-item.circle.effect3.right_to_left a:hover .info{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect3.top_to_bottom .img{-webkit-transform:scale(1) translateY(0);-moz-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.ih-item.circle.effect3.top_to_bottom .info{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect3.top_to_bottom a:hover .img{-webkit-transform:scale(0.5) translateY(100%);-moz-transform:scale(0.5) translateY(100%);-ms-transform:scale(0.5) translateY(100%);-o-transform:scale(0.5) translateY(100%);transform:scale(0.5) translateY(100%)}.ih-item.circle.effect3.top_to_bottom a:hover .info{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect3.bottom_to_top .img{-webkit-transform:scale(1) translateY(0);-moz-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.ih-item.circle.effect3.bottom_to_top .info{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect3.bottom_to_top a:hover .img{-webkit-transform:scale(0.5) translateY(-100%);-moz-transform:scale(0.5) translateY(-100%);-ms-transform:scale(0.5) translateY(-100%);-o-transform:scale(0.5) translateY(-100%);transform:scale(0.5) translateY(-100%)}.ih-item.circle.effect3.bottom_to_top a:hover .info{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect4 .img{opacity:1;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.ih-item.circle.effect4.colored .info{background:#1a4a72}.ih-item.circle.effect4 .info{background:#333;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease}.ih-item.circle.effect4 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect4 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect4 a:hover .img{opacity:0;pointer-events:none}.ih-item.circle.effect4 a:hover .info{visibility:visible;opacity:1}.ih-item.circle.effect4.left_to_right .img{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect4.left_to_right .info{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect4.left_to_right a:hover .img{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect4.left_to_right a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect4.right_to_left .img{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect4.right_to_left .info{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect4.right_to_left a:hover .img{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect4.right_to_left a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect4.top_to_bottom .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect4.top_to_bottom .info{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect4.top_to_bottom a:hover .img{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect4.top_to_bottom a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect4.bottom_to_top .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect4.bottom_to_top .info{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect4.bottom_to_top a:hover .img{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect4.bottom_to_top a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect5{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.ih-item.circle.effect5.colored .info .info-back{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.circle.effect5 .info{-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.ih-item.circle.effect5 .info .info-back{visibility:hidden;border-radius:2%;width:100%;height:100%;background:#333;background:rgba(0,0,0,0.6);-webkit-transform:rotate3d(0, 1, 0, 180deg);-moz-transform:rotate3d(0, 1, 0, 180deg);-ms-transform:rotate3d(0, 1, 0, 180deg);-o-transform:rotate3d(0, 1, 0, 180deg);transform:rotate3d(0, 1, 0, 180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ih-item.circle.effect5 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect5 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect5 a:hover .info{-webkit-transform:rotate3d(0, 1, 0, -180deg);-moz-transform:rotate3d(0, 1, 0, -180deg);-ms-transform:rotate3d(0, 1, 0, -180deg);-o-transform:rotate3d(0, 1, 0, -180deg);transform:rotate3d(0, 1, 0, -180deg)}.ih-item.circle.effect5 a:hover .info .info-back{visibility:visible}.ih-item.circle.effect6 .img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect6.colored .info{background:#1a4a72}.ih-item.circle.effect6 .info{background:#333;opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect6 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect6 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect6.scale_up .info{-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.circle.effect6.scale_up a:hover .img{opacity:0;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}.ih-item.circle.effect6.scale_up a:hover .info{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect6.scale_down .info{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}.ih-item.circle.effect6.scale_down a:hover .img{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.circle.effect6.scale_down a:hover .info{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect6.scale_down_up .info{-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.35s ease-in-out 0.2s;-moz-transition:all 0.35s ease-in-out 0.2s;transition:all 0.35s ease-in-out 0.2s}.ih-item.circle.effect6.scale_down_up a:hover .img{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.circle.effect6.scale_down_up a:hover .info{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect7 .img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.35s ease-out;-moz-transition:all 0.35s ease-out;transition:all 0.35s ease-out}.ih-item.circle.effect7.colored .info{background:#1a4a72}.ih-item.circle.effect7 .info{background:#333;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all 0.35s ease 0.2s;-moz-transition:all 0.35s ease 0.2s;transition:all 0.35s ease 0.2s}.ih-item.circle.effect7 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect7 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect7 a:hover .img{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.circle.effect7 a:hover .info{visibility:visible;opacity:1}.ih-item.circle.effect7.left_to_right .info{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect7.left_to_right a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect7.right_to_left .info{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect7.right_to_left a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect7.top_to_bottom .info{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect7.top_to_bottom a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect7.bottom_to_top .info{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect7.bottom_to_top a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect8.colored .info{background:#1a4a72}.ih-item.circle.effect8 .img-container{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.ih-item.circle.effect8 .img-container .img{opacity:1;-webkit-transition:all 0.3s ease-in-out 0.3s;-moz-transition:all 0.3s ease-in-out 0.3s;transition:all 0.3s ease-in-out 0.3s}.ih-item.circle.effect8 .info-container{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:2%;opacity:0;pointer-events:none;-webkit-transition:all 0.3s ease-in-out 0.3s;-moz-transition:all 0.3s ease-in-out 0.3s;transition:all 0.3s ease-in-out 0.3s}.ih-item.circle.effect8 .info{width:100%;height:100%;background:#333;pointer-events:none;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.35s ease-in-out 0.6s;-moz-transition:all 0.35s ease-in-out 0.6s;transition:all 0.35s ease-in-out 0.6s}.ih-item.circle.effect8 .info h3{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:22px;margin:0 30px;padding:45px 0 0 0;height:140px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect8 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect8 a:hover .img-container{pointer-events:none;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.circle.effect8 a:hover .img-container .img{opacity:0;pointer-events:none}.ih-item.circle.effect8 a:hover .info-container{opacity:1}.ih-item.circle.effect8 a:hover .info-container .info{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect8.left_to_right .img-container .img{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect8.left_to_right .info-container{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect8.left_to_right a:hover .img-container .img{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect8.left_to_right a:hover .info-container{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect8.right_to_left .img-container .img{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect8.right_to_left .info-container{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect8.right_to_left a:hover .img-container .img{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect8.right_to_left a:hover .info-container{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect8.top_to_bottom .img-container .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect8.top_to_bottom .info-container{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect8.top_to_bottom a:hover .img-container .img{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect8.top_to_bottom a:hover .info-container{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect8.bottom_to_top .img-container .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect8.bottom_to_top .info-container{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect8.bottom_to_top a:hover .img-container .img{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect8.bottom_to_top a:hover .info-container{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect9 .img{opacity:1;-webkit-transition:all 0.35s ease-out;-moz-transition:all 0.35s ease-out;transition:all 0.35s ease-out}.ih-item.circle.effect9.colored .info{background:#1a4a72}.ih-item.circle.effect9 .info{background:#333;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.35s ease 0.2s;-moz-transition:all 0.35s ease 0.2s;transition:all 0.35s ease 0.2s}.ih-item.circle.effect9 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect9 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect9 a:hover .img{opacity:0;pointer-events:none;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.circle.effect9 a:hover .info{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect9.left_to_right .img{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.ih-item.circle.effect9.left_to_right a:hover .img{-webkit-transform:translateX(100%) rotate(180deg);-moz-transform:translateX(100%) rotate(180deg);-ms-transform:translateX(100%) rotate(180deg);-o-transform:translateX(100%) rotate(180deg);transform:translateX(100%) rotate(180deg)}.ih-item.circle.effect9.right_to_left .img{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.ih-item.circle.effect9.right_to_left a:hover .img{-webkit-transform:translateX(-100%) rotate(-180deg);-moz-transform:translateX(-100%) rotate(-180deg);-ms-transform:translateX(-100%) rotate(-180deg);-o-transform:translateX(-100%) rotate(-180deg);transform:translateX(-100%) rotate(-180deg)}.ih-item.circle.effect9.top_to_bottom .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect9.top_to_bottom a:hover .img{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect9.bottom_to_top .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect9.bottom_to_top a:hover .img{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect10 .img{z-index:11;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect10.colored .info{background:#1a4a72}.ih-item.circle.effect10 .info{background:#333;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect10 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect10 .info p{color:#bbb;font-style:italic;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect10 a:hover .info{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect10.top_to_bottom .info h3{margin:0 30px;padding:25px 0 0 0;height:78px}.ih-item.circle.effect10.top_to_bottom .info p{margin:0 30px;padding:5px}.ih-item.circle.effect10.top_to_bottom a:hover .img{-webkit-transform:translateY(50px) scale(0.5);-moz-transform:translateY(50px) scale(0.5);-ms-transform:translateY(50px) scale(0.5);-o-transform:translateY(50px) scale(0.5);transform:translateY(50px) scale(0.5)}.ih-item.circle.effect10.bottom_to_top .info h3{margin:95px 30px 0;padding:25px 0 0 0;height:78px}.ih-item.circle.effect10.bottom_to_top .info p{margin:0 30px;padding:5px}.ih-item.circle.effect10.bottom_to_top a:hover .img{-webkit-transform:translateY(-50px) scale(0.5);-moz-transform:translateY(-50px) scale(0.5);-ms-transform:translateY(-50px) scale(0.5);-o-transform:translateY(-50px) scale(0.5);transform:translateY(-50px) scale(0.5)}.ih-item.circle.effect11{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.ih-item.circle.effect11 .img{opacity:1;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect11.colored .info{background:#1a4a72}.ih-item.circle.effect11 .info{background:#333;opacity:0;visibility:hidden;-webkit-transition:all 0.35s ease 0.35s;-moz-transition:all 0.35s ease 0.35s;transition:all 0.35s ease 0.35s}.ih-item.circle.effect11 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect11 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect11 a:hover .img{opacity:0}.ih-item.circle.effect11 a:hover .info{visibility:visible;opacity:1}.ih-item.circle.effect11.left_to_right .img{-webkit-transform:translateZ(0) rotateY(0);-moz-transform:translateZ(0) rotateY(0);-ms-transform:translateZ(0) rotateY(0);-o-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}.ih-item.circle.effect11.left_to_right .info{-webkit-transform:translateZ(-1000px) rotateY(-90deg);-moz-transform:translateZ(-1000px) rotateY(-90deg);-ms-transform:translateZ(-1000px) rotateY(-90deg);-o-transform:translateZ(-1000px) rotateY(-90deg);transform:translateZ(-1000px) rotateY(-90deg)}.ih-item.circle.effect11.left_to_right a:hover .img{-webkit-transform:translateZ(-1000px) rotateY(90deg);-moz-transform:translateZ(-1000px) rotateY(90deg);-ms-transform:translateZ(-1000px) rotateY(90deg);-o-transform:translateZ(-1000px) rotateY(90deg);transform:translateZ(-1000px) rotateY(90deg)}.ih-item.circle.effect11.left_to_right a:hover .info{-webkit-transform:translateZ(0) rotateY(0);-moz-transform:translateZ(0) rotateY(0);-ms-transform:translateZ(0) rotateY(0);-o-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}.ih-item.circle.effect11.right_to_left .img{-webkit-transform:translateZ(0) rotateY(0);-moz-transform:translateZ(0) rotateY(0);-ms-transform:translateZ(0) rotateY(0);-o-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}.ih-item.circle.effect11.right_to_left .info{-webkit-transform:translateZ(-1000px) rotateY(90deg);-moz-transform:translateZ(-1000px) rotateY(90deg);-ms-transform:translateZ(-1000px) rotateY(90deg);-o-transform:translateZ(-1000px) rotateY(90deg);transform:translateZ(-1000px) rotateY(90deg)}.ih-item.circle.effect11.right_to_left a:hover .img{-webkit-transform:translateZ(-1000px) rotateY(-90deg);-moz-transform:translateZ(-1000px) rotateY(-90deg);-ms-transform:translateZ(-1000px) rotateY(-90deg);-o-transform:translateZ(-1000px) rotateY(-90deg);transform:translateZ(-1000px) rotateY(-90deg)}.ih-item.circle.effect11.right_to_left a:hover .info{-webkit-transform:translateZ(0) rotateY(0);-moz-transform:translateZ(0) rotateY(0);-ms-transform:translateZ(0) rotateY(0);-o-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}.ih-item.circle.effect11.top_to_bottom .img{-webkit-transform:translateZ(0) rotateX(0);-moz-transform:translateZ(0) rotateX(0);-ms-transform:translateZ(0) rotateX(0);-o-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}.ih-item.circle.effect11.top_to_bottom .info{-webkit-transform:translateZ(-1000px) rotateX(90deg);-moz-transform:translateZ(-1000px) rotateX(90deg);-ms-transform:translateZ(-1000px) rotateX(90deg);-o-transform:translateZ(-1000px) rotateX(90deg);transform:translateZ(-1000px) rotateX(90deg)}.ih-item.circle.effect11.top_to_bottom a:hover .img{-webkit-transform:translateZ(-1000px) rotateX(-90deg);-moz-transform:translateZ(-1000px) rotateX(-90deg);-ms-transform:translateZ(-1000px) rotateX(-90deg);-o-transform:translateZ(-1000px) rotateX(-90deg);transform:translateZ(-1000px) rotateX(-90deg)}.ih-item.circle.effect11.top_to_bottom a:hover .info{-webkit-transform:translateZ(0) rotateX(0);-moz-transform:translateZ(0) rotateX(0);-ms-transform:translateZ(0) rotateX(0);-o-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}.ih-item.circle.effect11.bottom_to_top .img{-webkit-transform:translateZ(0) rotateX(0);-moz-transform:translateZ(0) rotateX(0);-ms-transform:translateZ(0) rotateX(0);-o-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}.ih-item.circle.effect11.bottom_to_top .info{-webkit-transform:translateZ(-1000px) rotateX(-90deg);-moz-transform:translateZ(-1000px) rotateX(-90deg);-ms-transform:translateZ(-1000px) rotateX(-90deg);-o-transform:translateZ(-1000px) rotateX(-90deg);transform:translateZ(-1000px) rotateX(-90deg)}.ih-item.circle.effect11.bottom_to_top a:hover .img{-webkit-transform:translateZ(-1000px) rotateX(90deg);-moz-transform:translateZ(-1000px) rotateX(90deg);-ms-transform:translateZ(-1000px) rotateX(90deg);-o-transform:translateZ(-1000px) rotateX(90deg);transform:translateZ(-1000px) rotateX(90deg)}.ih-item.circle.effect11.bottom_to_top a:hover .info{-webkit-transform:translateZ(0) rotateX(0);-moz-transform:translateZ(0) rotateX(0);-ms-transform:translateZ(0) rotateX(0);-o-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}.ih-item.circle.effect12 .img{opacity:1;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect12.colored .info{background:#1a4a72}.ih-item.circle.effect12 .info{background:#333;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect12 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect12 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect12 a:hover .img{opacity:0;pointer-events:none}.ih-item.circle.effect12 a:hover .info{opacity:1;visibility:visible}.ih-item.circle.effect12.left_to_right .img{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.ih-item.circle.effect12.left_to_right .info{-webkit-transform:translateX(100%) rotate(180deg);-moz-transform:translateX(100%) rotate(180deg);-ms-transform:translateX(100%) rotate(180deg);-o-transform:translateX(100%) rotate(180deg);transform:translateX(100%) rotate(180deg)}.ih-item.circle.effect12.left_to_right a:hover .img{-webkit-transform:translateX(100%) rotate(180deg);-moz-transform:translateX(100%) rotate(180deg);-ms-transform:translateX(100%) rotate(180deg);-o-transform:translateX(100%) rotate(180deg);transform:translateX(100%) rotate(180deg)}.ih-item.circle.effect12.left_to_right a:hover .info{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s}.ih-item.circle.effect12.right_to_left .img{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.ih-item.circle.effect12.right_to_left .info{-webkit-transform:translateX(-100%) rotate(-180deg);-moz-transform:translateX(-100%) rotate(-180deg);-ms-transform:translateX(-100%) rotate(-180deg);-o-transform:translateX(-100%) rotate(-180deg);transform:translateX(-100%) rotate(-180deg)}.ih-item.circle.effect12.right_to_left a:hover .img{-webkit-transform:translateX(-100%) rotate(-180deg);-moz-transform:translateX(-100%) rotate(-180deg);-ms-transform:translateX(-100%) rotate(-180deg);-o-transform:translateX(-100%) rotate(-180deg);transform:translateX(-100%) rotate(-180deg)}.ih-item.circle.effect12.right_to_left a:hover .info{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s}.ih-item.circle.effect12.top_to_bottom .img{-webkit-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}.ih-item.circle.effect12.top_to_bottom .info{-webkit-transform:translateY(-100%) rotate(-180deg);-moz-transform:translateY(-100%) rotate(-180deg);-ms-transform:translateY(-100%) rotate(-180deg);-o-transform:translateY(-100%) rotate(-180deg);transform:translateY(-100%) rotate(-180deg)}.ih-item.circle.effect12.top_to_bottom a:hover .img{-webkit-transform:translateY(-100%) rotate(-180deg);-moz-transform:translateY(-100%) rotate(-180deg);-ms-transform:translateY(-100%) rotate(-180deg);-o-transform:translateY(-100%) rotate(-180deg);transform:translateY(-100%) rotate(-180deg)}.ih-item.circle.effect12.top_to_bottom a:hover .info{-webkit-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s}.ih-item.circle.effect12.bottom_to_top .img{-webkit-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}.ih-item.circle.effect12.bottom_to_top .info{-webkit-transform:translateY(100%) rotate(180deg);-moz-transform:translateY(100%) rotate(180deg);-ms-transform:translateY(100%) rotate(180deg);-o-transform:translateY(100%) rotate(180deg);transform:translateY(100%) rotate(180deg)}.ih-item.circle.effect12.bottom_to_top a:hover .img{-webkit-transform:translateY(100%) rotate(180deg);-moz-transform:translateY(100%) rotate(180deg);-ms-transform:translateY(100%) rotate(180deg);-o-transform:translateY(100%) rotate(180deg);transform:translateY(100%) rotate(180deg)}.ih-item.circle.effect12.bottom_to_top a:hover .info{-webkit-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s}.ih-item.circle.effect13.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.circle.effect13 .info{background:#333;background:rgba(0,0,0,0.6);opacity:0;pointer-events:none;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect13 .info h3{visibility:hidden;color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:119px 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect13 .info p{visibility:hidden;color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect13 a:hover .info{opacity:1}.ih-item.circle.effect13 a:hover h3{visibility:visible}.ih-item.circle.effect13 a:hover p{visibility:visible}.ih-item.circle.effect13.from_left_and_right .info h3{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.circle.effect13.from_left_and_right .info p{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.circle.effect13.from_left_and_right a:hover h3{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect13.from_left_and_right a:hover p{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.circle.effect13.top_to_bottom .info h3{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect13.top_to_bottom .info p{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.circle.effect13.top_to_bottom a:hover h3{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect13.top_to_bottom a:hover p{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect13.bottom_to_top .info h3{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect13.bottom_to_top .info p{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.circle.effect13.bottom_to_top a:hover h3{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect13.bottom_to_top a:hover p{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.circle.effect14{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.ih-item.circle.effect14 .img{visibility:visible;opacity:1;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;transition:all 0.4s ease-out}.ih-item.circle.effect14.colored .info{background:#1a4a72}.ih-item.circle.effect14 .info{background:#333;opacity:0;visibility:hidden;-webkit-transition:all 0.35s ease-in-out 0.3s;-moz-transition:all 0.35s ease-in-out 0.3s;transition:all 0.35s ease-in-out 0.3s}.ih-item.circle.effect14 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect14 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect14 a:hover .img{opacity:0;visibility:hidden}.ih-item.circle.effect14 a:hover .info{visibility:visible;opacity:1}.ih-item.circle.effect14.left_to_right .img{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.ih-item.circle.effect14.left_to_right .info{-webkit-transform:rotateY(90deg);-moz-transform:rotateY(90deg);-ms-transform:rotateY(90deg);-o-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.ih-item.circle.effect14.left_to_right a:hover .img{-webkit-transform:rotateY(-90deg);-moz-transform:rotateY(-90deg);-ms-transform:rotateY(-90deg);-o-transform:rotateY(-90deg);transform:rotateY(-90deg)}.ih-item.circle.effect14.left_to_right a:hover .info{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.ih-item.circle.effect14.right_to_left .img{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.ih-item.circle.effect14.right_to_left .info{-webkit-transform:rotateY(-90deg);-moz-transform:rotateY(-90deg);-ms-transform:rotateY(-90deg);-o-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.ih-item.circle.effect14.right_to_left a:hover .img{-webkit-transform:rotateY(90deg);-moz-transform:rotateY(90deg);-ms-transform:rotateY(90deg);-o-transform:rotateY(90deg);transform:rotateY(90deg)}.ih-item.circle.effect14.right_to_left a:hover .info{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.ih-item.circle.effect14.top_to_bottom .img{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.ih-item.circle.effect14.top_to_bottom .info{-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.ih-item.circle.effect14.top_to_bottom a:hover .img{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);-o-transform:rotateX(90deg);transform:rotateX(90deg)}.ih-item.circle.effect14.top_to_bottom a:hover .info{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.ih-item.circle.effect14.bottom_to_top .img{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.ih-item.circle.effect14.bottom_to_top .info{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);-o-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.ih-item.circle.effect14.bottom_to_top a:hover .img{-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg)}.ih-item.circle.effect14.bottom_to_top a:hover .info{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.ih-item.circle.effect15 .img{opacity:1;visibility:visible;-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);-o-transform:scale(1) rotate(0);transform:scale(1) rotate(0);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect15.colored .info{background:#1a4a72}.ih-item.circle.effect15 .info{background:#333;opacity:0;visibility:hidden;-webkit-transform:scale(0.5) rotate(-720deg);-moz-transform:scale(0.5) rotate(-720deg);-ms-transform:scale(0.5) rotate(-720deg);-o-transform:scale(0.5) rotate(-720deg);transform:scale(0.5) rotate(-720deg);-webkit-transition:all 0.35s ease-in-out 0.3s;-moz-transition:all 0.35s ease-in-out 0.3s;transition:all 0.35s ease-in-out 0.3s}.ih-item.circle.effect15 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect15 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect15 a:hover .img{opacity:0;visibility:hidden;-webkit-transform:scale(0.5) rotate(720deg);-moz-transform:scale(0.5) rotate(720deg);-ms-transform:scale(0.5) rotate(720deg);-o-transform:scale(0.5) rotate(720deg);transform:scale(0.5) rotate(720deg)}.ih-item.circle.effect15 a:hover .info{opacity:1;visibility:visible;-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);-o-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}.ih-item.circle.effect16 .img{z-index:11;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect16.colored .info{background:#1a4a72}.ih-item.circle.effect16 .info{background:#333;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect16 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect16 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect16.left_to_right .img{-webkit-transform-origin:95% 40%;-moz-transform-origin:95% 40%;-ms-transform-origin:95% 40%;-o-transform-origin:95% 40%;transform-origin:95% 40%}.ih-item.circle.effect16.left_to_right .img:after{content:'';width:8px;height:8px;position:absolute;border-radius:2%;top:40%;left:95%;margin:-4px 0 0 -4px;background:rgba(0,0,0,0.8);box-shadow: none;}.ih-item.circle.effect16.left_to_right a:hover .img{-webkit-transform:rotate(-120deg);-moz-transform:rotate(-120deg);-ms-transform:rotate(-120deg);-o-transform:rotate(-120deg);transform:rotate(-120deg)}.ih-item.circle.effect16.right_to_left .img{-webkit-transform-origin:5% 40%;-moz-transform-origin:5% 40%;-ms-transform-origin:5% 40%;-o-transform-origin:5% 40%;transform-origin:5% 40%}.ih-item.circle.effect16.right_to_left .img:after{content:'';width:8px;height:8px;position:absolute;border-radius:2%;top:40%;left:5%;margin:-4px 0 0 -4px;background:rgba(0,0,0,0.8);box-shadow: none;}.ih-item.circle.effect16.right_to_left a:hover .img{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.ih-item.circle.effect17 .info{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect17 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect17 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5);opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect17 a:hover .img:before{box-shadow:inset 0 0 0 110px #333,inset 0 0 0 16px rgba(255,255,255,0.8),0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 0 0 110px rgba(0,0,0,0.6),inset 0 0 0 16px rgba(255,255,255,0.8),0 1px 2px rgba(0,0,0,0.1)}.ih-item.circle.effect17 a:hover .info{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect17 a:hover .info p{opacity:1}.ih-item.circle.effect17.colored a:hover .img:before{box-shadow:inset 0 0 0 110px #1a4a72,inset 0 0 0 16px rgba(255,255,255,0.8),0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 0 0 110px rgba(26,74,114,0.6),inset 0 0 0 16px rgba(255,255,255,0.8),0 1px 2px rgba(0,0,0,0.1)}.ih-item.circle.effect18{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.ih-item.circle.effect18 .img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.ih-item.circle.effect18.colored .info .info-back{background:#1a4a72}.ih-item.circle.effect18 .info{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.ih-item.circle.effect18 .info .info-back{opacity:1;border-radius:2%;width:100%;height:100%;background:#333}.ih-item.circle.effect18 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect18 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect18.bottom_to_top .img{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.ih-item.circle.effect18.bottom_to_top a:hover .img{-webkit-transform:rotate3d(1, 0, 0, 180deg);-moz-transform:rotate3d(1, 0, 0, 180deg);-ms-transform:rotate3d(1, 0, 0, 180deg);-o-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}.ih-item.circle.effect18.top_to_bottom .img{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.ih-item.circle.effect18.top_to_bottom a:hover .img{-webkit-transform:rotate3d(1, 0, 0, -180deg);-moz-transform:rotate3d(1, 0, 0, -180deg);-ms-transform:rotate3d(1, 0, 0, -180deg);-o-transform:rotate3d(1, 0, 0, -180deg);transform:rotate3d(1, 0, 0, -180deg)}.ih-item.circle.effect18.left_to_right .img{-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.ih-item.circle.effect18.left_to_right a:hover .img{-webkit-transform:rotate3d(0, 1, 0, 180deg);-moz-transform:rotate3d(0, 1, 0, 180deg);-ms-transform:rotate3d(0, 1, 0, 180deg);-o-transform:rotate3d(0, 1, 0, 180deg);transform:rotate3d(0, 1, 0, 180deg)}.ih-item.circle.effect18.right_to_left .img{-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.ih-item.circle.effect18.right_to_left a:hover .img{-webkit-transform:rotate3d(0, 1, 0, -180deg);-moz-transform:rotate3d(0, 1, 0, -180deg);-ms-transform:rotate3d(0, 1, 0, -180deg);-o-transform:rotate3d(0, 1, 0, -180deg);transform:rotate3d(0, 1, 0, -180deg)}.ih-item.circle.effect19.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.circle.effect19 .info{background:#333;background:rgba(0,0,0,0.6);opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.circle.effect19 .info h3{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:22px;margin:0 30px;padding:45px 0 0 0;height:140px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect19 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect19 a:hover .info{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.circle.effect20{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.ih-item.circle.effect20 .img{-webkit-transition:all 0.35s linear;-moz-transition:all 0.35s linear;transition:all 0.35s linear;-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;-o-transform-origin:50% 0%;transform-origin:50% 0%}.ih-item.circle.effect20.colored .info .info-back{background:#1a4a72}.ih-item.circle.effect20 .info{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.ih-item.circle.effect20 .info .info-back{opacity:1;visibility:hidden;border-radius:2%;width:100%;height:100%;background:#333;-webkit-transition:all 0.35s linear;-moz-transition:all 0.35s linear;transition:all 0.35s linear;-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;-o-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ih-item.circle.effect20 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:22px;margin:0 30px;padding:55px 0 0 0;height:110px;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}.ih-item.circle.effect20 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,0.5)}.ih-item.circle.effect20 a:hover .img{opacity:0}.ih-item.circle.effect20 a:hover .info .info-back{opacity:1;visibility:visible}.ih-item.circle.effect20.top_to_bottom .info .info-back{-webkit-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-moz-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-ms-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-o-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg)}.ih-item.circle.effect20.top_to_bottom a:hover .img{-webkit-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-moz-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-ms-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-o-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg)}.ih-item.circle.effect20.top_to_bottom a:hover .info .info-back{-webkit-transform:rotate3d(1, 0, 0, 0deg);-moz-transform:rotate3d(1, 0, 0, 0deg);-ms-transform:rotate3d(1, 0, 0, 0deg);-o-transform:rotate3d(1, 0, 0, 0deg);transform:rotate3d(1, 0, 0, 0deg)}.ih-item.circle.effect20.bottom_to_top .info .info-back{-webkit-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-moz-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-ms-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-o-transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);transform:translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg)}.ih-item.circle.effect20.bottom_to_top a:hover .img{-webkit-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-moz-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-ms-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-o-transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);transform:translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg)}.ih-item.circle.effect20.bottom_to_top a:hover .info .info-back{-webkit-transform:rotate3d(1, 0, 0, 0deg);-moz-transform:rotate3d(1, 0, 0, 0deg);-ms-transform:rotate3d(1, 0, 0, 0deg);-o-transform:rotate3d(1, 0, 0, 0deg);transform:rotate3d(1, 0, 0, 0deg)}.ih-item.square.effect1{overflow:hidden}.ih-item.square.effect1.colored .info{background:#1a4a72}.ih-item.square.effect1 .img{z-index:11;position:absolute;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect1 .info{background:#333;visibility:hidden;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect1 a:hover .info{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect1.left_and_right .info h3{position:absolute;top:12px;left:12px;text-transform:uppercase;color:#fff;text-align:center;font-size:17px;margin:0}.ih-item.square.effect1.left_and_right .info p{position:absolute;right:12px;bottom:12px;margin:0;font-style:italic;font-size:12px;color:#bbb}.ih-item.square.effect1.left_and_right a:hover .img{-webkit-transform:scale(0.6);-moz-transform:scale(0.6);-ms-transform:scale(0.6);-o-transform:scale(0.6);transform:scale(0.6)}.ih-item.square.effect1.top_to_bottom .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px 10px 0 4px;margin:10px 0 0 0}.ih-item.square.effect1.top_to_bottom .info p{font-style:italic;font-size:12px;color:#bbb;padding:5px;text-align:center}.ih-item.square.effect1.top_to_bottom a:hover .img{-webkit-transform:translateY(30px) scale(0.6);-moz-transform:translateY(30px) scale(0.6);-ms-transform:translateY(30px) scale(0.6);-o-transform:translateY(30px) scale(0.6);transform:translateY(30px) scale(0.6)}.ih-item.square.effect1.bottom_to_top .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px 10px 0 4px;margin:134px 0 0 0}.ih-item.square.effect1.bottom_to_top .info p{font-style:italic;font-size:12px;color:#bbb;padding:5px;text-align:center}.ih-item.square.effect1.bottom_to_top a:hover .img{-webkit-transform:translateY(-30px) scale(0.6);-moz-transform:translateY(-30px) scale(0.6);-ms-transform:translateY(-30px) scale(0.6);-o-transform:translateY(-30px) scale(0.6);transform:translateY(-30px) scale(0.6)}.ih-item.square.effect2{overflow:hidden}.ih-item.square.effect2.colored .info{background:#1a4a72}.ih-item.square.effect2.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect2 .img{opacity:1;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:rotate(0deg) scale(1);-moz-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);-o-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}.ih-item.square.effect2 .info{background:#333;visibility:hidden;-webkit-transition:all 0.35s 0.3s ease-in-out;-moz-transition:all 0.35s 0.3s ease-in-out;transition:all 0.35s 0.3s ease-in-out}.ih-item.square.effect2 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0;-webkit-transform:translateY(-200px);-moz-transform:translateY(-200px);-ms-transform:translateY(-200px);-o-transform:translateY(-200px);transform:translateY(-200px);-webkit-transition:all 0.35s 0.6s ease-in-out;-moz-transition:all 0.35s 0.6s ease-in-out;transition:all 0.35s 0.6s ease-in-out}.ih-item.square.effect2 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center;-webkit-transform:translateY(-200px);-moz-transform:translateY(-200px);-ms-transform:translateY(-200px);-o-transform:translateY(-200px);transform:translateY(-200px);-webkit-transition:all 0.35s 0.5s linear;-moz-transition:all 0.35s 0.5s linear;transition:all 0.35s 0.5s linear}.ih-item.square.effect2 a:hover .img{-webkit-transform:rotate(720deg) scale(0);-moz-transform:rotate(720deg) scale(0);-ms-transform:rotate(720deg) scale(0);-o-transform:rotate(720deg) scale(0);transform:rotate(720deg) scale(0);opacity:0}.ih-item.square.effect2 a:hover .info{visibility:visible}.ih-item.square.effect2 a:hover .info h3,.ih-item.square.effect2 a:hover .info p{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect3{overflow:hidden}.ih-item.square.effect3.colored .info{background:#1a4a72}.ih-item.square.effect3 .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect3 .info{height:65px;background:#333;opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect3 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px 10px 0 4px;margin:4px 0 0 0}.ih-item.square.effect3 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:5px;text-align:center}.ih-item.square.effect3 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect3.bottom_to_top .info{top:auto;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect3.bottom_to_top a:hover .img{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px)}.ih-item.square.effect3.bottom_to_top a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect3.top_to_bottom .info{bottom:auto;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect3.top_to_bottom a:hover .img{-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px)}.ih-item.square.effect3.top_to_bottom a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect4{overflow:hidden;position:relative}.ih-item.square.effect4.colored .info{background:rgba(12,34,52,0.6)}.ih-item.square.effect4.colored .mask1,.ih-item.square.effect4.colored .mask2{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.square.effect4 .img{-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect4 .mask1,.ih-item.square.effect4 .mask2{position:absolute;background:#333;background:rgba(0,0,0,0.6);height:361px;width:361px;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect4 .mask1{left:auto;right:0;top:0;-webkit-transform:rotate(56.5deg) translateX(-180px);-moz-transform:rotate(56.5deg) translateX(-180px);-ms-transform:rotate(56.5deg) translateX(-180px);-o-transform:rotate(56.5deg) translateX(-180px);transform:rotate(56.5deg) translateX(-180px);-webkit-transform-origin:100% 0%;-moz-transform-origin:100% 0%;-ms-transform-origin:100% 0%;-o-transform-origin:100% 0%;transform-origin:100% 0%}.ih-item.square.effect4 .mask2{top:auto;bottom:0;left:0;-webkit-transform:rotate(56.5deg) translateX(180px);-moz-transform:rotate(56.5deg) translateX(180px);-ms-transform:rotate(56.5deg) translateX(180px);-o-transform:rotate(56.5deg) translateX(180px);transform:rotate(56.5deg) translateX(180px);-webkit-transform-origin:0% 100%;-moz-transform-origin:0% 100%;-ms-transform-origin:0% 100%;-o-transform-origin:0% 100%;transform-origin:0% 100%}.ih-item.square.effect4 .info{background:#111;height:0;visibility:hidden;width:361px;-webkit-transform:rotate(-33.5deg) translate(-112px, 166px);-moz-transform:rotate(-33.5deg) translate(-112px, 166px);-ms-transform:rotate(-33.5deg) translate(-112px, 166px);-o-transform:rotate(-33.5deg) translate(-112px, 166px);transform:rotate(-33.5deg) translate(-112px, 166px);-webkit-transform-origin:0% 100%;-moz-transform-origin:0% 100%;-ms-transform-origin:0% 100%;-o-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transition:all 0.35s ease-in-out 0.35s;-moz-transition:all 0.35s ease-in-out 0.35s;transition:all 0.35s ease-in-out 0.35s}.ih-item.square.effect4 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:transparent;margin-top:5px;border-bottom:1px solid rgba(255,255,255,0.2);opacity:0;-webkit-transition:all 0.35s ease-in-out 0.35s;-moz-transition:all 0.35s ease-in-out 0.35s;transition:all 0.35s ease-in-out 0.35s}.ih-item.square.effect4 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center;opacity:0;-webkit-transition:all 0.35s ease-in-out 0.35s;-moz-transition:all 0.35s ease-in-out 0.35s;transition:all 0.35s ease-in-out 0.35s}.ih-item.square.effect4 a:hover .mask1{-webkit-transform:rotate(56.5deg) translateX(1px);-moz-transform:rotate(56.5deg) translateX(1px);-ms-transform:rotate(56.5deg) translateX(1px);-o-transform:rotate(56.5deg) translateX(1px);transform:rotate(56.5deg) translateX(1px)}.ih-item.square.effect4 a:hover .mask2{-webkit-transform:rotate(56.5deg) translateX(-1px);-moz-transform:rotate(56.5deg) translateX(-1px);-ms-transform:rotate(56.5deg) translateX(-1px);-o-transform:rotate(56.5deg) translateX(-1px);transform:rotate(56.5deg) translateX(-1px)}.ih-item.square.effect4 a:hover .info{width:300px;height:120px;visibility:visible;top:40px;-webkit-transform:rotate(0deg) translate(0, 0);-moz-transform:rotate(0deg) translate(0, 0);-ms-transform:rotate(0deg) translate(0, 0);-o-transform:rotate(0deg) translate(0, 0);transform:rotate(0deg) translate(0, 0)}.ih-item.square.effect4 a:hover .info h3,.ih-item.square.effect4 a:hover .info p{opacity:1}.ih-item.square.effect5.colored .info{background:#1a4a72}.ih-item.square.effect5.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect5 .img{-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect5 .info{background:#333;opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect5 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0}.ih-item.square.effect5 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center}.ih-item.square.effect5 a:hover .img{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition-delay:0;-moz-transition-delay:0;transition-delay:0}.ih-item.square.effect5 a:hover .info{visibility:visible;opacity:1;-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;transition-delay:0.3s}.ih-item.square.effect5.left_to_right .info{-webkit-transform:scale(0) rotate(-180deg);-moz-transform:scale(0) rotate(-180deg);-ms-transform:scale(0) rotate(-180deg);-o-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg)}.ih-item.square.effect5.right_to_left .info{-webkit-transform:scale(0) rotate(180deg);-moz-transform:scale(0) rotate(180deg);-ms-transform:scale(0) rotate(180deg);-o-transform:scale(0) rotate(180deg);transform:scale(0) rotate(180deg)}.ih-item.square.effect6{overflow:hidden}.ih-item.square.effect6.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.square.effect6.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect6 .img{-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect6 .info{background:#333;background:rgba(0,0,0,0.6);visibility:hidden;opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect6 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect6 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center;-webkit-transition:all 0.35s 0.1s linear;-moz-transition:all 0.35s 0.1s linear;transition:all 0.35s 0.1s linear}.ih-item.square.effect6 a:hover .img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.ih-item.square.effect6 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect6.from_top_and_bottom .info h3{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect6.from_top_and_bottom .info p{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,.ih-item.square.effect6.from_top_and_bottom a:hover .info p{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect6.from_left_and_right .info h3{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.square.effect6.from_left_and_right .info p{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.square.effect6.from_left_and_right a:hover .info h3,.ih-item.square.effect6.from_left_and_right a:hover .info p{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect6.top_to_bottom .info h3{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect6.top_to_bottom .info p{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect6.top_to_bottom a:hover .info h3,.ih-item.square.effect6.top_to_bottom a:hover .info p{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect6.bottom_to_top .info h3{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect6.bottom_to_top .info p{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect6.bottom_to_top a:hover .info h3,.ih-item.square.effect6.bottom_to_top a:hover .info p{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect7{overflow:hidden}.ih-item.square.effect7.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.square.effect7.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect7 .img{-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect7 .info{background:#333;background:rgba(0,0,0,0.6);visibility:hidden;opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect7 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0;-webkit-transform:scale(4);-moz-transform:scale(4);-ms-transform:scale(4);-o-transform:scale(4);transform:scale(4);-webkit-transition:all 0.35s 0.1s ease-in-out;-moz-transition:all 0.35s 0.1s ease-in-out;transition:all 0.35s 0.1s ease-in-out}.ih-item.square.effect7 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center;-webkit-transform:scale(5);-moz-transform:scale(5);-ms-transform:scale(5);-o-transform:scale(5);transform:scale(5);-webkit-transition:all 0.35s 0.3s linear;-moz-transition:all 0.35s 0.3s linear;transition:all 0.35s 0.3s linear}.ih-item.square.effect7 a:hover .img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.ih-item.square.effect7 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect7 a:hover .info h3,.ih-item.square.effect7 a:hover .info p{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect8{overflow:hidden}.ih-item.square.effect8.colored .info{background:#1a4a72}.ih-item.square.effect8.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect8 .img{opacity:1;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect8 .info{background:#333;visibility:hidden;opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect8 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0;-webkit-transition:all 0.35s 0.1s ease-in-out;-moz-transition:all 0.35s 0.1s ease-in-out;transition:all 0.35s 0.1s ease-in-out}.ih-item.square.effect8 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center;-webkit-transition:all 0.35s 0.15s linear;-moz-transition:all 0.35s 0.15s linear;transition:all 0.35s 0.15s linear}.ih-item.square.effect8 a:hover .img{opacity:0}.ih-item.square.effect8 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect8.scale_up .img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect8.scale_up .info{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.ih-item.square.effect8.scale_up .info h3,.ih-item.square.effect8.scale_up .info p{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.ih-item.square.effect8.scale_up a:hover .img{-webkit-transform:scale(5);-moz-transform:scale(5);-ms-transform:scale(5);-o-transform:scale(5);transform:scale(5)}.ih-item.square.effect8.scale_up a:hover .info{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect8.scale_up a:hover .info h3,.ih-item.square.effect8.scale_up a:hover .info p{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect8.scale_down .img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect8.scale_down .info{-webkit-transform:scale(5);-moz-transform:scale(5);-ms-transform:scale(5);-o-transform:scale(5);transform:scale(5)}.ih-item.square.effect8.scale_down .info h3,.ih-item.square.effect8.scale_down .info p{-webkit-transform:scale(5);-moz-transform:scale(5);-ms-transform:scale(5);-o-transform:scale(5);transform:scale(5)}.ih-item.square.effect8.scale_down a:hover .img{-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.square.effect8.scale_down a:hover .info{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect8.scale_down a:hover .info h3,.ih-item.square.effect8.scale_down a:hover .info p{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect9{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.ih-item.square.effect9.colored .info .info-back{background:#1a4a72}.ih-item.square.effect9.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect9 .img{position:relative;z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.ih-item.square.effect9 .info{z-index:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.ih-item.square.effect9 .info .info-back{opacity:1;width:100%;height:100%;padding-top:30px;background:#333}.ih-item.square.effect9 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:0}.ih-item.square.effect9 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center}.ih-item.square.effect9.left_to_right .img{-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.ih-item.square.effect9.left_to_right a:hover .img{-webkit-transform:rotate3d(0, 1, 0, 180deg);-moz-transform:rotate3d(0, 1, 0, 180deg);-ms-transform:rotate3d(0, 1, 0, 180deg);-o-transform:rotate3d(0, 1, 0, 180deg);transform:rotate3d(0, 1, 0, 180deg)}.ih-item.square.effect9.right_to_left .img{-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.ih-item.square.effect9.right_to_left a:hover .img{-webkit-transform:rotate3d(0, 1, 0, -180deg);-moz-transform:rotate3d(0, 1, 0, -180deg);-ms-transform:rotate3d(0, 1, 0, -180deg);-o-transform:rotate3d(0, 1, 0, -180deg);transform:rotate3d(0, 1, 0, -180deg)}.ih-item.square.effect9.top_to_bottom .img{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.ih-item.square.effect9.top_to_bottom a:hover .img{-webkit-transform:rotate3d(1, 0, 0, -180deg);-moz-transform:rotate3d(1, 0, 0, -180deg);-ms-transform:rotate3d(1, 0, 0, -180deg);-o-transform:rotate3d(1, 0, 0, -180deg);transform:rotate3d(1, 0, 0, -180deg)}.ih-item.square.effect9.bottom_to_top .img{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.ih-item.square.effect9.bottom_to_top a:hover .img{-webkit-transform:rotate3d(1, 0, 0, 180deg);-moz-transform:rotate3d(1, 0, 0, 180deg);-ms-transform:rotate3d(1, 0, 0, 180deg);-o-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}.ih-item.square.effect10{overflow:hidden}.ih-item.square.effect10.colored .info{background:#1a4a72}.ih-item.square.effect10.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect10 .img{-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect10 .info{background:#333;visibility:hidden;opacity:0;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect10 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0}.ih-item.square.effect10 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center}.ih-item.square.effect10 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect10.left_to_right .img{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect10.left_to_right .info{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.square.effect10.left_to_right a:hover .img{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.square.effect10.left_to_right a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect10.right_to_left .img{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect10.right_to_left .info{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.square.effect10.right_to_left a:hover .img{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.square.effect10.right_to_left a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect10.top_to_bottom .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect10.top_to_bottom .info{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect10.top_to_bottom a:hover .img{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect10.top_to_bottom a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect10.bottom_to_top .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect10.bottom_to_top .info{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect10.bottom_to_top a:hover .img{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect10.bottom_to_top a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect11{overflow:hidden}.ih-item.square.effect11.colored .info{background:#1a4a72}.ih-item.square.effect11.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect11 .img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect11 .info{background:#333;visibility:hidden;opacity:0;-webkit-transition:all 0.35s ease 0.2s;-moz-transition:all 0.35s ease 0.2s;transition:all 0.35s ease 0.2s}.ih-item.square.effect11 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0}.ih-item.square.effect11 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center}.ih-item.square.effect11 a:hover .img{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.square.effect11 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect11.left_to_right .info{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.square.effect11.left_to_right a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect11.right_to_left .info{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.square.effect11.right_to_left a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect11.top_to_bottom .info{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect11.top_to_bottom a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect11.bottom_to_top .info{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect11.bottom_to_top a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect12{overflow:hidden}.ih-item.square.effect12.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.square.effect12.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect12 .img{-webkit-transition:all 0.35s ease-in;-moz-transition:all 0.35s ease-in;transition:all 0.35s ease-in}.ih-item.square.effect12 .info{background:#333;background:rgba(0,0,0,0.6);visibility:hidden;opacity:0;-webkit-transition:all 0.35s ease-in;-moz-transition:all 0.35s ease-in;transition:all 0.35s ease-in}.ih-item.square.effect12 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0;-webkit-transition:all 0.35s ease-in;-moz-transition:all 0.35s ease-in;transition:all 0.35s ease-in}.ih-item.square.effect12 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center;-webkit-transition:all 0.35s ease-in;-moz-transition:all 0.35s ease-in;transition:all 0.35s ease-in}.ih-item.square.effect12 a:hover .info{visibility:visible;opacity:1;-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;transition-delay:0.2s}.ih-item.square.effect12 a:hover .info h3{-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;transition-delay:0.3s}.ih-item.square.effect12 a:hover .info p{-webkit-transition-delay:0.25s;-moz-transition-delay:0.25s;transition-delay:0.25s}.ih-item.square.effect12.left_to_right .info{-webkit-transform:translate(-460px, -100px) rotate(-180deg);-moz-transform:translate(-460px, -100px) rotate(-180deg);-ms-transform:translate(-460px, -100px) rotate(-180deg);-o-transform:translate(-460px, -100px) rotate(-180deg);transform:translate(-460px, -100px) rotate(-180deg)}.ih-item.square.effect12.left_to_right .info h3{-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);-ms-transform:translateY(-100px);-o-transform:translateY(-100px);transform:translateY(-100px)}.ih-item.square.effect12.left_to_right .info p{-webkit-transform:translateX(-300px) rotate(-90deg);-moz-transform:translateX(-300px) rotate(-90deg);-ms-transform:translateX(-300px) rotate(-90deg);-o-transform:translateX(-300px) rotate(-90deg);transform:translateX(-300px) rotate(-90deg)}.ih-item.square.effect12.left_to_right a:hover .info{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px)}.ih-item.square.effect12.left_to_right a:hover .info h3{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}.ih-item.square.effect12.left_to_right a:hover .info p{-webkit-transform:translateX(0px) rotate(0deg);-moz-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);-o-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}.ih-item.square.effect12.right_to_left .info{-webkit-transform:translate(460px, -100px) rotate(180deg);-moz-transform:translate(460px, -100px) rotate(180deg);-ms-transform:translate(460px, -100px) rotate(180deg);-o-transform:translate(460px, -100px) rotate(180deg);transform:translate(460px, -100px) rotate(180deg)}.ih-item.square.effect12.right_to_left .info h3{-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);-ms-transform:translateY(-100px);-o-transform:translateY(-100px);transform:translateY(-100px)}.ih-item.square.effect12.right_to_left .info p{-webkit-transform:translateX(300px) rotate(90deg);-moz-transform:translateX(300px) rotate(90deg);-ms-transform:translateX(300px) rotate(90deg);-o-transform:translateX(300px) rotate(90deg);transform:translateX(300px) rotate(90deg)}.ih-item.square.effect12.right_to_left a:hover .info{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px)}.ih-item.square.effect12.right_to_left a:hover .info h3{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}.ih-item.square.effect12.right_to_left a:hover .info p{-webkit-transform:translateX(0px) rotate(0deg);-moz-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);-o-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}.ih-item.square.effect12.top_to_bottom .info{-webkit-transform:translate(-265px, -145px) rotate(-45deg);-moz-transform:translate(-265px, -145px) rotate(-45deg);-ms-transform:translate(-265px, -145px) rotate(-45deg);-o-transform:translate(-265px, -145px) rotate(-45deg);transform:translate(-265px, -145px) rotate(-45deg)}.ih-item.square.effect12.top_to_bottom .info h3{-webkit-transform:translate(200px, -200px);-moz-transform:translate(200px, -200px);-ms-transform:translate(200px, -200px);-o-transform:translate(200px, -200px);transform:translate(200px, -200px)}.ih-item.square.effect12.top_to_bottom .info p{-webkit-transform:translate(200px, -200px);-moz-transform:translate(200px, -200px);-ms-transform:translate(200px, -200px);-o-transform:translate(200px, -200px);transform:translate(200px, -200px)}.ih-item.square.effect12.top_to_bottom a:hover .info{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;transition-delay:0.2s}.ih-item.square.effect12.top_to_bottom a:hover .info h3{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;transition-delay:0.3s}.ih-item.square.effect12.top_to_bottom a:hover .info p{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s}.ih-item.square.effect12.bottom_to_top .info{-webkit-transform:translate(265px, 145px) rotate(45deg);-moz-transform:translate(265px, 145px) rotate(45deg);-ms-transform:translate(265px, 145px) rotate(45deg);-o-transform:translate(265px, 145px) rotate(45deg);transform:translate(265px, 145px) rotate(45deg)}.ih-item.square.effect12.bottom_to_top .info h3{-webkit-transform:translate(200px, -200px);-moz-transform:translate(200px, -200px);-ms-transform:translate(200px, -200px);-o-transform:translate(200px, -200px);transform:translate(200px, -200px)}.ih-item.square.effect12.bottom_to_top .info p{-webkit-transform:translate(-200px, 200px);-moz-transform:translate(-200px, 200px);-ms-transform:translate(-200px, 200px);-o-transform:translate(-200px, 200px);transform:translate(-200px, 200px)}.ih-item.square.effect12.bottom_to_top a:hover .info{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;transition-delay:0.2s}.ih-item.square.effect12.bottom_to_top a:hover .info h3{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;transition-delay:0.3s}.ih-item.square.effect12.bottom_to_top a:hover .info p{-webkit-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s}.ih-item.square.effect13{overflow:hidden}.ih-item.square.effect13.colored .info{background:rgb(0, 79, 166);background:rgba(0, 79, 166, 0.73);}.ih-item.square.effect13.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect13 .img{-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect13 .info{background:#333;background:rgba(0,0,0,0.6);visibility:hidden;opacity:0;pointer-events:none;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect13 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0}.ih-item.square.effect13 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center}.ih-item.square.effect13 a:hover .img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.ih-item.square.effect13 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect13.left_to_right .info{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ih-item.square.effect13.left_to_right a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect13.right_to_left .info{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ih-item.square.effect13.right_to_left a:hover .info{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ih-item.square.effect13.top_to_bottom .info{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect13.top_to_bottom a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect13.bottom_to_top .info{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect13.bottom_to_top a:hover .info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect14.colored .info{background:#1a4a72}.ih-item.square.effect14.colored .info h3{background:rgba(12,34,52,0.6)}.ih-item.square.effect14 .img{opacity:1;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.ih-item.square.effect14 .info{background:#333;visibility:hidden;opacity:0;pointer-events:none;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.35s ease 0.2s;-moz-transition:all 0.35s ease 0.2s;transition:all 0.35s ease 0.2s}.ih-item.square.effect14 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0}.ih-item.square.effect14 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center}.ih-item.square.effect14 a:hover .img{opacity:0;pointer-events:none;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ih-item.square.effect14 a:hover .info{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ih-item.square.effect14.left_to_right .img{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.ih-item.square.effect14.left_to_right a:hover .img{-webkit-transform:translateX(100%) rotate(180deg);-moz-transform:translateX(100%) rotate(180deg);-ms-transform:translateX(100%) rotate(180deg);-o-transform:translateX(100%) rotate(180deg);transform:translateX(100%) rotate(180deg)}.ih-item.square.effect14.right_to_left .img{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.ih-item.square.effect14.right_to_left a:hover .img{-webkit-transform:translateX(-100%) rotate(-180deg);-moz-transform:translateX(-100%) rotate(-180deg);-ms-transform:translateX(-100%) rotate(-180deg);-o-transform:translateX(-100%) rotate(-180deg);transform:translateX(-100%) rotate(-180deg)}.ih-item.square.effect14.top_to_bottom .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect14.top_to_bottom a:hover .img{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ih-item.square.effect14.bottom_to_top .img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.ih-item.square.effect14.bottom_to_top a:hover .img{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ih-item.square.effect15{overflow:hidden;-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.ih-item.square.effect15.colored .info{background:#1a4a72}.ih-item.square.effect15 .img{opacity:1;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.ih-item.square.effect15 .info{background:#333;opacity:0;-webkit-transition:all 0.35s ease-in-out 0.3s;-moz-transition:all 0.35s ease-in-out 0.3s;transition:all 0.35s ease-in-out 0.3s}.ih-item.square.effect15 .info h3{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:#111;margin:30px 0 0 0}.ih-item.square.effect15 .info p{font-style:italic;font-size:12px;position:relative;color:#bbb;padding:20px 20px 20px;text-align:center}.ih-item.square.effect15 a:hover .img{opacity:0;visibility:hidden}.ih-item.square.effect15 a:hover .info{visibility:visible;opacity:1}.ih-item.square.effect15.left_to_right .img{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.ih-item.square.effect15.left_to_right .info{-webkit-transform:rotateY(90deg);-moz-transform:rotateY(90deg);-ms-transform:rotateY(90deg);-o-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.ih-item.square.effect15.left_to_right a:hover .img{-webkit-transform:rotateY(-90deg);-moz-transform:rotateY(-90deg);-ms-transform:rotateY(-90deg);-o-transform:rotateY(-90deg);transform:rotateY(-90deg)}.ih-item.square.effect15.left_to_right a:hover .info{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.ih-item.square.effect15.right_to_left .img{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.ih-item.square.effect15.right_to_left .info{-webkit-transform:rotateY(-90deg);-moz-transform:rotateY(-90deg);-ms-transform:rotateY(-90deg);-o-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.ih-item.square.effect15.right_to_left a:hover .img{-webkit-transform:rotateY(90deg);-moz-transform:rotateY(90deg);-ms-transform:rotateY(90deg);-o-transform:rotateY(90deg);transform:rotateY(90deg)}.ih-item.square.effect15.right_to_left a:hover .info{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.ih-item.square.effect15.top_to_bottom .img{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.ih-item.square.effect15.top_to_bottom .info{-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.ih-item.square.effect15.top_to_bottom a:hover .img{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);-o-transform:rotateX(90deg);transform:rotateX(90deg)}.ih-item.square.effect15.top_to_bottom a:hover .info{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.ih-item.square.effect15.bottom_to_top .img{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.ih-item.square.effect15.bottom_to_top .info{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);-o-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.ih-item.square.effect15.bottom_to_top a:hover .img{-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg)}.ih-item.square.effect15.bottom_to_top a:hover .info{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}
 .slick-loading .slick-list
{
background: #fff url(https://www.cefaluapartments.it/wp-content/themes/understrap-child-master/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.cefaluapartments.it/wp-content/themes/understrap-child-master/css/fonts/slick.eot);
src: url(https://www.cefaluapartments.it/wp-content/themes/understrap-child-master/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.cefaluapartments.it/wp-content/themes/understrap-child-master/css/fonts/slick.woff) format('woff'), url(https://www.cefaluapartments.it/wp-content/themes/understrap-child-master/css/fonts/slick.ttf) format('truetype'), url(https://www.cefaluapartments.it/wp-content/themes/understrap-child-master/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}a:hover{text-decoration: none;}
.bg-gray{background: #EEEEEE;}
.btn:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);box-shadow: 0 15px 30px rgba(0,0,0,.1);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-transform: translateY(-2px);} .top-bar{font-size: 14px; padding: 3px 0;-webkit-transition: all .3s;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.cnt-top-contact a{color:#fff;}
.cnt-top-contact i{margin-right: 5px;}
.js-wpml-ls-item-toggle{padding: 1px !important;}
.wpml-ls-legacy-dropdown {width: 7.5em;}
.breadcrumbs {font-size: 14px; z-index: 9; position: relative;}
.cnt-home-title .display-4 {
text-transform:  uppercase;
}
.wpml-ls-sub-menu{z-index: 9999 !important}
.title-header{margin-top: -21px;}
.header-overlay{
background: rgba(0,79,166,0.3);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,79,166,0.3)), color-stop(100%, rgba(0,170,166,0.3)));
background: -webkit-linear-gradient(top, rgba(0,79,166,0.3) 0%, rgba(0,170,166,0.3) 100%);
background: -o-linear-gradient(top, rgba(0,79,166,0.3) 0%, rgba(0,170,166,0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,79,166,0.3)), to(rgba(0,170,166,0.3)));
background: linear-gradient(to bottom, rgba(0,79,166,0.3) 0%, rgba(0,170,166,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fa6', endColorstr='#00aaa6', GradientType=0 );
width: 100%;
height: 100%;
left: 0;
right: 0;
position: absolute;
top: 0;
}
.title-cnt h1{text-shadow: 2px 1px 5px rgba(0,0,0,0.14);}
header{width: 100%;   -webkit-transition:all 3s ease-in-out;
-moz-transition:all 3s ease-in-out;
-ms-transition:all 3s ease-in-out;
-o-transition:all 3s ease-in-out;
-webkit-animation: appear linear 1s;
animation: appear linear 1s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transform-origin: 30% 30%;
-ms-transform-origin: 30% 30%;
transform-origin: 30% 30%;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
right: 0;
left: 0;
top:0px;
z-index: 1030;
}
.sticky.is-sticky {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 1000;
width: 100%;
} .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{background: #004fa6;}
.navbar{background: #fff;border-bottom: solid #e8e8e8 1px;}
#main-menu .nav-link-button{padding: 0px;
margin-top: 9px;border-radius: 2px; color:#fff;
padding: 8px 21px;}
#main-menu li a{color: #606060;
letter-spacing: .05em;
text-transform: uppercase;
padding: 18px 21px;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s; font-size: 14px;
font-weight: 800;
} .sottotitolo-slider:before, .sottotitolo-slider::before,.sottotitolo-slider:after, .sottotitolo-slider::after{
content: "";
display: inline-block;
background: url(https://www.cefaluapartments.it/wp-content/themes/understrap-child-master/img/wave.png);
background-repeat: repeat;
background-size: auto;
background-repeat: no-repeat;
background-size: cover;
width: 246px;
padding: 7px;
margin: 0 10px;
}
.slick-dots li button::before {
font-size: 50px !important;
color: #fff !important;
}
.slider-home .slick-dots {
bottom: 13px;
} .apt-grid-container {
grid-gap: 30px 30px;
display: -ms-grid;
display: grid;
height: 500px;
-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: 1fr 30px 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas: "apt-apt1 apt-apt1 apt-apt1 apt-apt2 apt-apt2 apt-apt3 apt-apt3" "apt-apt1 apt-apt1 apt-apt1 apt-apt4 apt-apt4 apt-apt5 apt-apt5";
}
.apt-apt1 { grid-area: apt-apt1; }
.apt-apt2 { grid-area: apt-apt2; }
.apt-apt3 { grid-area: apt-apt3; }
.apt-apt4 { grid-area: apt-apt4; }
.apt-apt5 { grid-area: apt-apt5; } .location-grid-container {
display: -ms-grid;
display: grid;
grid-gap: 30px 30px;
-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: 1fr 30px 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas: "location-loc1 location-loc1 location-loc1 location-loc2 location-loc2 location-loc3 location-loc3"
"location-loc4 location-loc4 location-loc5 location-loc5 location-loc5 location-loc6 location-loc6";
height: 500px;
}
.location-loc1 { -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-column-span: 5; grid-area: location-loc1; }
.location-loc2 { -ms-grid-row: 1; -ms-grid-column: 7; -ms-grid-column-span: 3; grid-area: location-loc2; }
.location-loc3 { -ms-grid-row: 1; -ms-grid-column: 11; -ms-grid-column-span: 3; grid-area: location-loc3; }
.location-loc4 { -ms-grid-row: 3; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: location-loc4; }
.location-loc5 { -ms-grid-row: 3; -ms-grid-column: 5; -ms-grid-column-span: 5; grid-area: location-loc5; }
.location-loc6 { -ms-grid-row: 3; -ms-grid-column: 11; -ms-grid-column-span: 3; grid-area: location-loc6; }
.box-grid{position:relative; background-size: cover !important; height: auto; background-position: center center !important;
border-radius: 5px;
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.box-grid h2{font-size: 18px; text-transform: none; padding: 15px;position: absolute;bottom: 0;}
.box-grid .img-overlay{
height: 100%;
border-radius: 5px;
background: rgba(0,79,166,0.3);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,79,166,0.3)), color-stop(100%, rgba(0,170,166,0.3)));
background: -webkit-linear-gradient(top, rgba(0,79,166,0.3) 0%, rgba(0,170,166,0.3) 100%);
background: -o-linear-gradient(top, rgba(0,79,166,0.3) 0%, rgba(0,170,166,0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,79,166,0.3)), to(rgba(0,170,166,0.3)));
background: linear-gradient(to bottom, rgba(0,79,166,0.3) 0%, rgba(0,170,166,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fa6', endColorstr='#00aaa6', GradientType=0 );
}
.box-grid:hover {
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
} .img-article-home {height: 400px; background-size: cover !important; background-repeat:no-repeat !important; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.desc-article{background: #f5f3f0;}
.wrapper{margin-top: 80px;}
.img-single{ border-radius: 3px;}
.cnt-article h1{font-size: 32px;}
.social-btn i {
width: 40px;
height: 40px;
display: block;
border-radius: 3px;
border: solid 1px #ccc;
text-align: center;
line-height: 38px;
display: inline-block;
font-size: 21px;
}
.single-jumbotron{height: 120px;}
.form-control:focus{border-color: #004fa6;} .foot-icon-widget{ float: left; color:#004fa6;  font-size: 19px; margin-right: 10px; line-height: 23px;} #error-404-wrapper h2, #error-404-wrapper h3{ text-transform: none;} footer{line-height: 30px;}
.footer-cnt ul{list-style: none; padding: 0;}
.widget-title{font-size: 20px; margin-bottom: 15px;}
.widget ul{list-style: none; padding: 0;}
footer a{color:#fff;   -moz-transition:all 0.8ms ease-in-out;
-ms-transition:all 0.8ms ease-in-out;
-o-transition:all 0.8ms ease-in-out;}
footer a:hover{color:#0caeaa;}
footer .foot-icon{
float: left;
margin-right: 10px;
float: left;
margin-right: 10px;
margin-top: 3px;
font-size: 19px;
}
.copyright{background:#07488f; color:#367cc9;  }
.copyright p{margin: 0;}
.copyright a{color: #fff;}
.cnt-social a:hover{color:#fff; -webkit-transition: all 0.8ms;
-o-transition: all 0.8ms;
transition: all 0.8ms;}
.cnt-social i{
border: solid 1px #fff;
width: 40px;
height: 40px;
display: block;
font-size: 24px;
text-align: center;
line-height: 38px;
margin: 5px;
border-radius: 3px;
-webkit-transition: all 0.8ms;
-o-transition: all 0.8ms;
transition: all 0.8ms;
}
.cnt-social i:hover{color:#0caeaa; border-color:#0caeaa; } .caldera-forms-consent-field-agreement {
display: inline;
color: #fff !important;
} .error-404 {
text-align: center;
}
.widget_archive {
margin-top: 30px;
} h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
text-transform: uppercase;
} .widget-area aside {
margin-bottom: 30px;
} .sottotitolo-slider  h2{display: inline-block;}
.cnt-be{background: #fff;
-webkit-box-shadow: 0 15px 75px 0 rgba(0,0,0,.07);
box-shadow: 0 15px 75px 0 rgba(0,0,0,.07); margin-top: -50px; z-index: 9;
border-radius: 4px;
position: relative; padding: 10px 0;}
.kross-transparency{padding: 5px 15px; width: 100%;}
.kross-container .kb-date>div:hover {
background: transparent;
}
.kb-adults, .kb-d1,
.kb-d2 {
margin: 0 6px;
padding: 10px;
border: solid 1px transparent;
-webkit-transition: all 0.8ms;
-o-transition: all 0.8ms;
transition: all 0.8ms;
}
.kb-adults:hover, .kb-d1:hover,
.kb-d2:hover,.kb-adults:focus, .kb-d1:focus,
.kb-d2:focus{
margin: 0 6px;
padding: 10px;
background: #e7f0f2 !important;
}
.kross-container .kb-date .kb-d, .kross-container .kb-qt{color: #004fa6;
}
.kross-container .kb-date .kb-mmmm{color:#666;}
.KB-daterangepicker::before{border-bottom: 7px solid ##5db4ba;}
.KB-daterangepicker{border-top: 2px solid #5db4ba;}
.KB-daterangepicker th.month{color: #004fa6;}
.KB-daterangepicker td.active, .KB-daterangepicker td.active{-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.KB-daterangepicker td.active, .KB-daterangepicker td.active:hover {
background-color: #5db4ba;
}
.KB-daterangepicker td.in-range {
background-color: #004fa6;
color:#fff;
}
.kross-container .kb-form-group {
padding: 0px;
}
.form-kross-booking {
font-family: "Lato", sans-serif;
}
.kross-container .kb-btn {
border-radius: 2px;
}
.cnt-guest {
padding: 11px;
}
.kb-btn:hover{background: #003773 !important; }
.kb-btn {
background: #004fa6!important;
text-transform: uppercase !important;
font-weight: 700 !important;
display: block;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
} .display-4 {
font-weight: 600;
letter-spacing: 3px;
font-size: 2.4rem;
}
.jumbotron {
position: relative;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-color: #e9ecef;
border-radius: 0;
background-color: transparent;
height: 150px;
-webkit-transition:all 3s ease-in-out;
-moz-transition:all 3s ease-in-out;
-ms-transition:all 3s ease-in-out;
-o-transition:all 3s ease-in-out;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron p {
color: #fff;
text-align: left;
position: relative;
z-index: 10;
margin-top: -11px;
}
.jumbotron h2 {
font-family: 'Lato', sans-serif;
font-weight: 600;
font-size: 35px;
margin: auto;
letter-spacing: 1px;
line-height: 30px;
}
.desc-titolo {
font-size: 23px;
} .slick-arrow {
cursor: pointer;
}
.slick-dots li {
margin: 0 15px;
}
.slick-active button {
background: #fff !important;
}
.slick-dots li button {
width: 40px;
height: 3px;
padding: 0;
background: #ffffff45;
}
.slick-dots li button::before {
display: none;
}
.slick-slide {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.slick-slide:active {
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
} .cnt-home-title{
position: absolute;
top: 263px;
left: 0px;
right: 0;
}
.cnt-home-title .display-4{ font-size: 80px; text-align: center;} .slider-home .tre-navigate_before {
display: block;
position: absolute;
z-index: 1000;
top: 43%;
left: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999;
}
.slider-home .tre-navigate_next {
display: block;
position: absolute;
right: 30px;
top: 43%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1000;
}
.slider-home .slick-arrow {
color: #fff;
font-size: 22px;
padding: 20px;
opacity: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background:rgba(255, 255, 255, 0.33);
border-radius: 50px;
}
.slider-home:hover .slick-arrow {
opacity: 1;
cursor: pointer;
color: #fff;
background: rgba(255, 255, 255, 0.33);
}
.slider-home .slick-arrow:hover{background: #004fa6;}
.item-home {
background-size: cover !important;
background-position: center !important;
height: 700px;
min-height: 700px !important;
position: relative;
}
.home .jumbotron {
height: 700px;
}
.item-home:before {
display: block;
content: '';
position: relative;
height: 100%;
width: 100%;
background: rgba(0,79,166,0.5);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,79,166,0.5)), color-stop(100%, rgba(0,170,166,0.5)));
background: -webkit-linear-gradient(top, rgba(0,79,166,0.5) 0%, rgba(0,170,166,0.5) 100%);
background: -o-linear-gradient(top, rgba(0,79,166,0.5) 0%, rgba(0,170,166,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,79,166,0.5)), to(rgba(0,170,166,0.5)));
background: linear-gradient(to bottom, rgba(0,79,166,0.5) 0%, rgba(0,170,166,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fa6', endColorstr='#00aaa6', GradientType=0 );
}
.item-home::before {
display: block;
content: '';
position: relative;
height: 100%;
min-height:700px;
width: 100%;
background: rgba(0,79,166,0.5);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,79,166,0.5)), color-stop(100%, rgba(0,170,166,0.5)));
background: -webkit-linear-gradient(top, rgba(0,79,166,0.5) 0%, rgba(0,170,166,0.5) 100%);
background: -o-linear-gradient(top, rgba(0,79,166,0.5) 0%, rgba(0,170,166,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,79,166,0.5)), to(rgba(0,170,166,0.5)));
background: linear-gradient(to bottom, rgba(0,79,166,0.5) 0%, rgba(0,170,166,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fa6', endColorstr='#00aaa6', GradientType=0 );
}
.kross-container .kb-date {
max-width: 543px;
}
.prev {
display: block;
position: absolute;
z-index: 1000;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.next {
display: block;
position: absolute;
right: 0px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1000;
}  .img-category{background-size: cover !important; background-position: center center !important;} #sect-apt{border-color: #ededed;
border-width: 2px 0 2px 0;
border-style: solid;}
.btn-show-apt i{margin-left: 10px; }
.service-box{width: 100% !important;}
.item-service  {background-size: cover !important;}
.icoservice{
height: 50px;
width: 87px;
margin: 12px 14px;
background-position: center !important;
background-repeat: no-repeat;
background-size:contain !important;
}
.item-service{  background-position: center !important; background-repeat: no-repeat; height: 427px;}
#external-buttons a{color:#606060 }
#external-buttons a.active{
border:solid 1px; background-color: #004fa6;
color: white !important;
}
#external-buttons a.active:before,
#external-buttons a.active::before{
content: '\f0d9';
font-family: 'icomoon';
opacity: 1;
float: left;
margin-left: -15px;
margin-top: 22px;
font-size: 25px;
color: #004fa6;
-webkit-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
} .service-box {width: 100%; height:100%; cursor: pointer;
display: block;
width: 100%;
background: #fff;
border: 1px solid #ebeae9;
margin-bottom: 17px;
border-radius: 2px;
padding: 8px;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
border-radius: 2px;}
.service-body h5{text-transform: none; font-size: 16px; font-weight: 700;}
.service-body p{font-size: 14px;}
.service-body{margin-top: 6px;} .details h3{font-size: 18px; text-transform: none; font-weight: 700;  }
.details a{color:#606060;}
.info {font-size: 13px; color:#969696;}
.link-btn i{padding: 7px}
.news-grid-item  figure{max-width: 100%;
position: relative; margin: 0px;}
.slide-right-hover {
position: relative;
overflow: hidden;
}
.gradient-overlay *, .gradient-overlay-hover * {
z-index: 99;
}
.slide-right-hover img {
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
-webkit-transform: scale(1.06);
-ms-transform: scale(1.06);
transform: scale(1.06);
z-index: 9;
}
.news-grid-item figure img {
width: 100%;
}
.news-grid-item img{
height: auto;
max-width: 100%;
}
.slide-right-hover img:hover {
-webkit-transform: translate3d(3%,0,0) scale(1.06);
transform: translate3d(3%,0,0) scale(1.06);
}
.news-grid-item .details {
padding: 25px;
border: 1px solid #eaeaea;
border-top-color: rgb(234, 234, 234);
border-top-style: solid;
border-top-width: 1px;
border-top: 0;
}
.price{position: absolute;
background: #fff;
display: block;
padding: 3px 10px;
top: 16px;
left: 16px;
border-radius: 3px;
font-weight: 700; } }
.caldera-grid .form-group {
margin-bottom: 2em;
}  @media only screen and (max-width: 320px) {
} @media only screen and (max-width: 407px) {
.contact-item{width: 100%; padding: 2px 0;}
.cnt-top-contact{display: block !important;}
} @media only screen and (max-width: 480px) {
} @media only screen and (max-width: 900px) {
.ih-item.circle,
.ih-item.circle .img, .item-service{height: 250px !important;}
.icoservice{background-size: contain!important;}
.location-grid-container, .apt-grid-container{display: block;
height: 100%;
}
#external-buttons a.active:before,
#external-buttons a.active::before{
content: '';
}
.box-grid{
width: 100%;
margin: 30px 0;
display: block;
height: 250px;
}
} @media only screen and (max-width: 768px) {
.sottotitolo-slider h2{
font-size: 22px;
}
.item-home {
height: 483px;
}
.cnt-home-title .display-4 {
font-size: 45px;
}
.home .jumbotron {
height: 483px;
}
.cnt-home-title {
top: 106px;}
} @media only screen and (max-width: 992px) {
} @media only screen and (max-width: 1200px) {
} body.preloader-site {
overflow: hidden;
}
.preloader-wrapper {
height: 100%;
width: 100%;
background: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.preloader-wrapper .preloader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 120px;
}@font-face {
font-family: 'icomoon';
src:  url(//www.cefaluapartments.it/wp-content/themes/understrap-child-master/fonts/icomoon.eot?msxhi0);
src:  url(//www.cefaluapartments.it/wp-content/themes/understrap-child-master/fonts/icomoon.eot?msxhi0#iefix) format('embedded-opentype'),
url(//www.cefaluapartments.it/wp-content/themes/understrap-child-master/fonts/icomoon.ttf?msxhi0) format('truetype'),
url(//www.cefaluapartments.it/wp-content/themes/understrap-child-master/fonts/icomoon.woff?msxhi0) format('woff'),
url(//www.cefaluapartments.it/wp-content/themes/understrap-child-master/fonts/icomoon.svg?msxhi0#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
i, .icomoon-liga { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icomo-add-to-list:before {
content: "\e900";
}
.icomo-classic-computer:before {
content: "\e901";
}
.icomo-controller-fast-backward:before {
content: "\e902";
}
.icomo-creative-commons-attribution:before {
content: "\e903";
}
.icomo-creative-commons-noderivs:before {
content: "\e904";
}
.icomo-creative-commons-noncommercial-eu:before {
content: "\e905";
}
.icomo-creative-commons-noncommercial-us:before {
content: "\e906";
}
.icomo-creative-commons-public-domain:before {
content: "\e907";
}
.icomo-creative-commons-remix:before {
content: "\e908";
}
.icomo-creative-commons-share:before {
content: "\e909";
}
.icomo-creative-commons-sharealike:before {
content: "\e90a";
}
.icomo-creative-commons1:before {
content: "\e90b";
}
.icomo-document-landscape:before {
content: "\e90c";
}
.icomo-remove-user:before {
content: "\e90d";
}
.icomo-warning2:before {
content: "\e90e";
}
.icomo-arrow-bold-down:before {
content: "\e90f";
}
.icomo-arrow-bold-left:before {
content: "\e910";
}
.icomo-arrow-bold-right:before {
content: "\e911";
}
.icomo-arrow-bold-up:before {
content: "\e912";
}
.icomo-arrow-down3:before {
content: "\e913";
}
.icomo-arrow-left3:before {
content: "\e914";
}
.icomo-arrow-long-down:before {
content: "\e915";
}
.icomo-arrow-long-left:before {
content: "\e916";
}
.icomo-arrow-long-right:before {
content: "\e917";
}
.icomo-arrow-long-up:before {
content: "\e918";
}
.icomo-arrow-right3:before {
content: "\e919";
}
.icomo-arrow-up3:before {
content: "\e91a";
}
.icomo-arrow-with-circle-down:before {
content: "\e91b";
}
.icomo-arrow-with-circle-left:before {
content: "\e91c";
}
.icomo-arrow-with-circle-right:before {
content: "\e91d";
}
.icomo-arrow-with-circle-up:before {
content: "\e91e";
}
.icomo-bookmark2:before {
content: "\e91f";
}
.icomo-bookmarks1:before {
content: "\e920";
}
.icomo-chevron-down1:before {
content: "\e921";
}
.icomo-chevron-left1:before {
content: "\e922";
}
.icomo-chevron-right1:before {
content: "\e923";
}
.icomo-chevron-small-down:before {
content: "\e924";
}
.icomo-chevron-small-left:before {
content: "\e925";
}
.icomo-chevron-small-right:before {
content: "\e926";
}
.icomo-chevron-small-up:before {
content: "\e927";
}
.icomo-chevron-thin-down:before {
content: "\e928";
}
.icomo-chevron-thin-left:before {
content: "\e929";
}
.icomo-chevron-thin-right:before {
content: "\e92a";
}
.icomo-chevron-thin-up:before {
content: "\e92b";
}
.icomo-chevron-up1:before {
content: "\e92c";
}
.icomo-chevron-with-circle-down:before {
content: "\e92d";
}
.icomo-chevron-with-circle-left:before {
content: "\e92e";
}
.icomo-chevron-with-circle-right:before {
content: "\e92f";
}
.icomo-chevron-with-circle-up:before {
content: "\e930";
}
.icomo-cloud2:before {
content: "\e931";
}
.icomo-controller-fast-forward:before {
content: "\e932";
}
.icomo-controller-jump-to-start:before {
content: "\e933";
}
.icomo-controller-next:before {
content: "\e934";
}
.icomo-controller-paus:before {
content: "\e935";
}
.icomo-controller-play:before {
content: "\e936";
}
.icomo-controller-record:before {
content: "\e937";
}
.icomo-controller-stop:before {
content: "\e938";
}
.icomo-controller-volume:before {
content: "\e939";
}
.icomo-dot-single:before {
content: "\e93a";
}
.icomo-dots-three-horizontal:before {
content: "\e93b";
}
.icomo-dots-three-vertical:before {
content: "\e93c";
}
.icomo-dots-two-horizontal:before {
content: "\e93d";
}
.icomo-dots-two-vertical:before {
content: "\e93e";
}
.icomo-download4:before {
content: "\e93f";
}
.icomo-emoji-flirt:before {
content: "\e940";
}
.icomo-flow-branch:before {
content: "\e941";
}
.icomo-flow-cascade:before {
content: "\e942";
}
.icomo-flow-line:before {
content: "\e943";
}
.icomo-flow-parallel:before {
content: "\e944";
}
.icomo-flow-tree:before {
content: "\e945";
}
.icomo-install:before {
content: "\e946";
}
.icomo-layers:before {
content: "\e947";
}
.icomo-open-book:before {
content: "\e948";
}
.icomo-resize-100:before {
content: "\e949";
}
.icomo-resize-full-screen:before {
content: "\e94a";
}
.icomo-save1:before {
content: "\e94b";
}
.icomo-select-arrows:before {
content: "\e94c";
}
.icomo-sound-mute:before {
content: "\e94d";
}
.icomo-sound:before {
content: "\e94e";
}
.icomo-trash1:before {
content: "\e94f";
}
.icomo-triangle-down:before {
content: "\e950";
}
.icomo-triangle-left:before {
content: "\e951";
}
.icomo-triangle-right:before {
content: "\e952";
}
.icomo-triangle-up:before {
content: "\e953";
}
.icomo-uninstall:before {
content: "\e954";
}
.icomo-upload-to-cloud:before {
content: "\e955";
}
.icomo-upload4:before {
content: "\e956";
}
.icomo-add-user:before {
content: "\e957";
}
.icomo-address:before {
content: "\e958";
}
.icomo-adjust1:before {
content: "\e959";
}
.icomo-air:before {
content: "\e95a";
}
.icomo-aircraft-landing:before {
content: "\e95b";
}
.icomo-aircraft-take-off:before {
content: "\e95c";
}
.icomo-aircraft:before {
content: "\e95d";
}
.icomo-align-bottom:before {
content: "\e95e";
}
.icomo-align-horizontal-middle:before {
content: "\e95f";
}
.icomo-align-left1:before {
content: "\e960";
}
.icomo-align-right1:before {
content: "\e961";
}
.icomo-align-top:before {
content: "\e962";
}
.icomo-align-vertical-middle:before {
content: "\e963";
}
.icomo-archive1:before {
content: "\e964";
}
.icomo-area-graph:before {
content: "\e965";
}
.icomo-attachment1:before {
content: "\e966";
}
.icomo-awareness-ribbon:before {
content: "\e967";
}
.icomo-back-in-time:before {
content: "\e968";
}
.icomo-back:before {
content: "\e969";
}
.icomo-bar-graph:before {
content: "\e96a";
}
.icomo-battery1:before {
content: "\e96b";
}
.icomo-beamed-note:before {
content: "\e96c";
}
.icomo-bell2:before {
content: "\e96d";
}
.icomo-blackboard:before {
content: "\e96e";
}
.icomo-block:before {
content: "\e96f";
}
.icomo-book2:before {
content: "\e970";
}
.icomo-bowl:before {
content: "\e971";
}
.icomo-box:before {
content: "\e972";
}
.icomo-briefcase2:before {
content: "\e973";
}
.icomo-browser:before {
content: "\e974";
}
.icomo-brush:before {
content: "\e975";
}
.icomo-bucket:before {
content: "\e976";
}
.icomo-cake:before {
content: "\e977";
}
.icomo-calculator2:before {
content: "\e978";
}
.icomo-calendar2:before {
content: "\e979";
}
.icomo-camera2:before {
content: "\e97a";
}
.icomo-ccw:before {
content: "\e97b";
}
.icomo-chat:before {
content: "\e97c";
}
.icomo-check1:before {
content: "\e97d";
}
.icomo-circle-with-cross:before {
content: "\e97e";
}
.icomo-circle-with-minus:before {
content: "\e97f";
}
.icomo-circle-with-plus:before {
content: "\e980";
}
.icomo-circle1:before {
content: "\e981";
}
.icomo-circular-graph:before {
content: "\e982";
}
.icomo-clapperboard:before {
content: "\e983";
}
.icomo-clipboard2:before {
content: "\e984";
}
.icomo-clock1:before {
content: "\e985";
}
.icomo-code1:before {
content: "\e986";
}
.icomo-cog2:before {
content: "\e987";
}
.icomo-colours:before {
content: "\e988";
}
.icomo-compass3:before {
content: "\e989";
}
.icomo-copy2:before {
content: "\e98a";
}
.icomo-credit-card2:before {
content: "\e98b";
}
.icomo-credit:before {
content: "\e98c";
}
.icomo-cross1:before {
content: "\e98d";
}
.icomo-cup:before {
content: "\e98e";
}
.icomo-cw:before {
content: "\e98f";
}
.icomo-cycle:before {
content: "\e990";
}
.icomo-database2:before {
content: "\e991";
}
.icomo-dial-pad:before {
content: "\e992";
}
.icomo-direction:before {
content: "\e993";
}
.icomo-document:before {
content: "\e994";
}
.icomo-documents:before {
content: "\e995";
}
.icomo-drink:before {
content: "\e996";
}
.icomo-drive1:before {
content: "\e997";
}
.icomo-drop:before {
content: "\e998";
}
.icomo-edit1:before {
content: "\e999";
}
.icomo-email:before {
content: "\e99a";
}
.icomo-emoji-happy:before {
content: "\e99b";
}
.icomo-emoji-neutral:before {
content: "\e99c";
}
.icomo-emoji-sad:before {
content: "\e99d";
}
.icomo-erase:before {
content: "\e99e";
}
.icomo-eraser1:before {
content: "\e99f";
}
.icomo-export:before {
content: "\e9a0";
}
.icomo-eye2:before {
content: "\e9a1";
}
.icomo-feather:before {
content: "\e9a2";
}
.icomo-flag2:before {
content: "\e9a3";
}
.icomo-flash1:before {
content: "\e9a4";
}
.icomo-flashlight:before {
content: "\e9a5";
}
.icomo-flat-brush:before {
content: "\e9a6";
}
.icomo-folder-images:before {
content: "\e9a7";
}
.icomo-folder-music:before {
content: "\e9a8";
}
.icomo-folder-video:before {
content: "\e9a9";
}
.icomo-folder2:before {
content: "\e9aa";
}
.icomo-forward4:before {
content: "\e9ab";
}
.icomo-funnel:before {
content: "\e9ac";
}
.icomo-game-controller:before {
content: "\e9ad";
}
.icomo-gauge:before {
content: "\e9ae";
}
.icomo-globe1:before {
content: "\e9af";
}
.icomo-graduation-cap1:before {
content: "\e9b0";
}
.icomo-grid:before {
content: "\e9b1";
}
.icomo-hair-cross:before {
content: "\e9b2";
}
.icomo-hand:before {
content: "\e9b3";
}
.icomo-heart-outlined:before {
content: "\e9b4";
}
.icomo-heart2:before {
content: "\e9b5";
}
.icomo-help-with-circle:before {
content: "\e9b6";
}
.icomo-help:before {
content: "\e9b7";
}
.icomo-home4:before {
content: "\e9b8";
}
.icomo-hour-glass1:before {
content: "\e9b9";
}
.icomo-image-inverted:before {
content: "\e9ba";
}
.icomo-image2:before {
content: "\e9bb";
}
.icomo-images1:before {
content: "\e9bc";
}
.icomo-inbox1:before {
content: "\e9bd";
}
.icomo-infinity:before {
content: "\e9be";
}
.icomo-info-with-circle:before {
content: "\e9bf";
}
.icomo-info2:before {
content: "\e9c0";
}
.icomo-key3:before {
content: "\e9c1";
}
.icomo-keyboard1:before {
content: "\e9c2";
}
.icomo-lab-flask:before {
content: "\e9c3";
}
.icomo-landline:before {
content: "\e9c4";
}
.icomo-language1:before {
content: "\e9c5";
}
.icomo-laptop2:before {
content: "\e9c6";
}
.icomo-leaf2:before {
content: "\e9c7";
}
.icomo-level-down1:before {
content: "\e9c8";
}
.icomo-level-up1:before {
content: "\e9c9";
}
.icomo-lifebuoy1:before {
content: "\e9ca";
}
.icomo-light-bulb:before {
content: "\e9cb";
}
.icomo-light-down:before {
content: "\e9cc";
}
.icomo-light-up:before {
content: "\e9cd";
}
.icomo-line-graph:before {
content: "\e9ce";
}
.icomo-link2:before {
content: "\e9cf";
}
.icomo-list3:before {
content: "\e9d0";
}
.icomo-location-pin:before {
content: "\e9d1";
}
.icomo-location1:before {
content: "\e9d2";
}
.icomo-lock-open:before {
content: "\e9d3";
}
.icomo-lock2:before {
content: "\e9d4";
}
.icomo-log-out:before {
content: "\e9d5";
}
.icomo-login:before {
content: "\e9d6";
}
.icomo-loop1:before {
content: "\e9d7";
}
.icomo-magnet2:before {
content: "\e9d8";
}
.icomo-magnifying-glass:before {
content: "\e9d9";
}
.icomo-mail1:before {
content: "\e9da";
}
.icomo-man1:before {
content: "\e9db";
}
.icomo-map3:before {
content: "\e9dc";
}
.icomo-mask:before {
content: "\e9dd";
}
.icomo-medal:before {
content: "\e9de";
}
.icomo-megaphone:before {
content: "\e9df";
}
.icomo-menu1:before {
content: "\e9e0";
}
.icomo-message:before {
content: "\e9e1";
}
.icomo-mic1:before {
content: "\e9e2";
}
.icomo-minus2:before {
content: "\e9e3";
}
.icomo-mobile3:before {
content: "\e9e4";
}
.icomo-modern-mic:before {
content: "\e9e5";
}
.icomo-moon:before {
content: "\e9e6";
}
.icomo-mouse:before {
content: "\e9e7";
}
.icomo-music2:before {
content: "\e9e8";
}
.icomo-network:before {
content: "\e9e9";
}
.icomo-new-message:before {
content: "\e9ea";
}
.icomo-new:before {
content: "\e9eb";
}
.icomo-news:before {
content: "\e9ec";
}
.icomo-note:before {
content: "\e9ed";
}
.icomo-notification1:before {
content: "\e9ee";
}
.icomo-old-mobile:before {
content: "\e9ef";
}
.icomo-old-phone:before {
content: "\e9f0";
}
.icomo-palette:before {
content: "\e9f1";
}
.icomo-paper-plane1:before {
content: "\e9f2";
}
.icomo-pencil3:before {
content: "\e9f3";
}
.icomo-phone2:before {
content: "\e9f4";
}
.icomo-pie-chart2:before {
content: "\e9f5";
}
.icomo-pin:before {
content: "\e9f6";
}
.icomo-plus2:before {
content: "\e9f7";
}
.icomo-popup:before {
content: "\e9f8";
}
.icomo-power-plug:before {
content: "\e9f9";
}
.icomo-price-ribbon:before {
content: "\e9fa";
}
.icomo-price-tag1:before {
content: "\e9fb";
}
.icomo-print1:before {
content: "\e9fc";
}
.icomo-progress-empty:before {
content: "\e9fd";
}
.icomo-progress-full:before {
content: "\e9fe";
}
.icomo-progress-one:before {
content: "\e9ff";
}
.icomo-progress-two:before {
content: "\ea00";
}
.icomo-publish:before {
content: "\ea01";
}
.icomo-quote:before {
content: "\ea02";
}
.icomo-radio:before {
content: "\ea03";
}
.icomo-reply-all1:before {
content: "\ea04";
}
.icomo-reply2:before {
content: "\ea05";
}
.icomo-retweet1:before {
content: "\ea06";
}
.icomo-rocket2:before {
content: "\ea07";
}
.icomo-round-brush:before {
content: "\ea08";
}
.icomo-rss3:before {
content: "\ea09";
}
.icomo-ruler:before {
content: "\ea0a";
}
.icomo-scissors2:before {
content: "\ea0b";
}
.icomo-share-alternitive:before {
content: "\ea0c";
}
.icomo-share3:before {
content: "\ea0d";
}
.icomo-shareable:before {
content: "\ea0e";
}
.icomo-shield2:before {
content: "\ea0f";
}
.icomo-shop:before {
content: "\ea10";
}
.icomo-shopping-bag1:before {
content: "\ea11";
}
.icomo-shopping-basket1:before {
content: "\ea12";
}
.icomo-shopping-cart1:before {
content: "\ea13";
}
.icomo-shuffle1:before {
content: "\ea14";
}
.icomo-signal1:before {
content: "\ea15";
}
.icomo-sound-mix:before {
content: "\ea16";
}
.icomo-sports-club:before {
content: "\ea17";
}
.icomo-spreadsheet:before {
content: "\ea18";
}
.icomo-squared-cross:before {
content: "\ea19";
}
.icomo-squared-minus:before {
content: "\ea1a";
}
.icomo-squared-plus:before {
content: "\ea1b";
}
.icomo-star-outlined:before {
content: "\ea1c";
}
.icomo-star1:before {
content: "\ea1d";
}
.icomo-stopwatch1:before {
content: "\ea1e";
}
.icomo-suitcase1:before {
content: "\ea1f";
}
.icomo-swap:before {
content: "\ea20";
}
.icomo-sweden:before {
content: "\ea21";
}
.icomo-switch1:before {
content: "\ea22";
}
.icomo-tablet2:before {
content: "\ea23";
}
.icomo-tag1:before {
content: "\ea24";
}
.icomo-text-document-inverted:before {
content: "\ea25";
}
.icomo-text-document:before {
content: "\ea26";
}
.icomo-text:before {
content: "\ea27";
}
.icomo-thermometer1:before {
content: "\ea28";
}
.icomo-thumbs-down1:before {
content: "\ea29";
}
.icomo-thumbs-up1:before {
content: "\ea2a";
}
.icomo-thunder-cloud:before {
content: "\ea2b";
}
.icomo-ticket2:before {
content: "\ea2c";
}
.icomo-time-slot:before {
content: "\ea2d";
}
.icomo-tools:before {
content: "\ea2e";
}
.icomo-traffic-cone:before {
content: "\ea2f";
}
.icomo-tree2:before {
content: "\ea30";
}
.icomo-trophy2:before {
content: "\ea31";
}
.icomo-tv2:before {
content: "\ea32";
}
.icomo-typing:before {
content: "\ea33";
}
.icomo-unread:before {
content: "\ea34";
}
.icomo-untag:before {
content: "\ea35";
}
.icomo-user2:before {
content: "\ea36";
}
.icomo-users2:before {
content: "\ea37";
}
.icomo-v-card:before {
content: "\ea38";
}
.icomo-video:before {
content: "\ea39";
}
.icomo-vinyl:before {
content: "\ea3a";
}
.icomo-voicemail:before {
content: "\ea3b";
}
.icomo-wallet:before {
content: "\ea3c";
}
.icomo-water:before {
content: "\ea3d";
}
.icomo-500px-with-circle:before {
content: "\ea3e";
}
.icomo-500px2:before {
content: "\ea3f";
}
.icomo-basecamp1:before {
content: "\ea40";
}
.icomo-behance3:before {
content: "\ea41";
}
.icomo-creative-cloud:before {
content: "\ea42";
}
.icomo-dropbox2:before {
content: "\ea43";
}
.icomo-evernote:before {
content: "\ea44";
}
.icomo-flattr1:before {
content: "\ea45";
}
.icomo-foursquare2:before {
content: "\ea46";
}
.icomo-google-drive1:before {
content: "\ea47";
}
.icomo-google-hangouts:before {
content: "\ea48";
}
.icomo-grooveshark:before {
content: "\ea49";
}
.icomo-icloud:before {
content: "\ea4a";
}
.icomo-mixi:before {
content: "\ea4b";
}
.icomo-onedrive1:before {
content: "\ea4c";
}
.icomo-paypal2:before {
content: "\ea4d";
}
.icomo-picasa:before {
content: "\ea4e";
}
.icomo-qq1:before {
content: "\ea4f";
}
.icomo-rdio-with-circle:before {
content: "\ea50";
}
.icomo-renren2:before {
content: "\ea51";
}
.icomo-scribd1:before {
content: "\ea52";
}
.icomo-sina-weibo1:before {
content: "\ea53";
}
.icomo-skype-with-circle:before {
content: "\ea54";
}
.icomo-skype2:before {
content: "\ea55";
}
.icomo-slideshare1:before {
content: "\ea56";
}
.icomo-smashing:before {
content: "\ea57";
}
.icomo-soundcloud3:before {
content: "\ea58";
}
.icomo-spotify-with-circle:before {
content: "\ea59";
}
.icomo-spotify2:before {
content: "\ea5a";
}
.icomo-swarm:before {
content: "\ea5b";
}
.icomo-vine-with-circle:before {
content: "\ea5c";
}
.icomo-vine2:before {
content: "\ea5d";
}
.icomo-vk-alternitive:before {
content: "\ea5e";
}
.icomo-vk-with-circle:before {
content: "\ea5f";
}
.icomo-vk2:before {
content: "\ea60";
}
.icomo-xing-with-circle:before {
content: "\ea61";
}
.icomo-xing3:before {
content: "\ea62";
}
.icomo-yelp2:before {
content: "\ea63";
}
.icomo-dribbble-with-circle:before {
content: "\ea64";
}
.icomo-dribbble2:before {
content: "\ea65";
}
.icomo-facebook-with-circle:before {
content: "\ea66";
}
.icomo-facebook3:before {
content: "\ea67";
}
.icomo-flickr-with-circle:before {
content: "\ea68";
}
.icomo-flickr5:before {
content: "\ea69";
}
.icomo-github-with-circle:before {
content: "\ea6a";
}
.icomo-github2:before {
content: "\ea6b";
}
.icomo-google-with-circle:before {
content: "\ea6c";
}
.icomo-google4:before {
content: "\ea6d";
}
.icomo-instagram-with-circle:before {
content: "\ea6e";
}
.icomo-instagram2:before {
content: "\ea6f";
}
.icomo-lastfm-with-circle:before {
content: "\ea70";
}
.icomo-lastfm3:before {
content: "\ea71";
}
.icomo-linkedin-with-circle:before {
content: "\ea72";
}
.icomo-linkedin3:before {
content: "\ea73";
}
.icomo-pinterest-with-circle:before {
content: "\ea74";
}
.icomo-pinterest3:before {
content: "\ea75";
}
.icomo-rdio:before {
content: "\ea76";
}
.icomo-stumbleupon-with-circle:before {
content: "\ea77";
}
.icomo-stumbleupon3:before {
content: "\ea78";
}
.icomo-tumblr-with-circle:before {
content: "\ea79";
}
.icomo-tumblr3:before {
content: "\ea7a";
}
.icomo-twitter-with-circle:before {
content: "\ea7b";
}
.icomo-twitter2:before {
content: "\ea7c";
}
.icomo-vimeo-with-circle:before {
content: "\ea7d";
}
.icomo-vimeo3:before {
content: "\ea7e";
}
.icomo-youtube-with-circle:before {
content: "\ea7f";
}
.icomo-youtube3:before {
content: "\ea80";
}
.icomo-activity:before {
content: "\ea81";
}
.icomo-airplay:before {
content: "\ea82";
}
.icomo-alert-circle:before {
content: "\ea83";
}
.icomo-alert-octagon:before {
content: "\ea84";
}
.icomo-alert-triangle:before {
content: "\ea85";
}
.icomo-align-center1:before {
content: "\ea86";
}
.icomo-align-justify1:before {
content: "\ea87";
}
.icomo-align-left2:before {
content: "\ea88";
}
.icomo-align-right2:before {
content: "\ea89";
}
.icomo-anchor1:before {
content: "\ea8a";
}
.icomo-aperture:before {
content: "\ea8b";
}
.icomo-archive2:before {
content: "\ea8c";
}
.icomo-arrow-down-circle:before {
content: "\ea8d";
}
.icomo-arrow-down-left1:before {
content: "\ea8e";
}
.icomo-arrow-down-right1:before {
content: "\ea8f";
}
.icomo-arrow-down4:before {
content: "\ea90";
}
.icomo-arrow-left-circle:before {
content: "\ea91";
}
.icomo-arrow-left4:before {
content: "\ea92";
}
.icomo-arrow-right-circle:before {
content: "\ea93";
}
.icomo-arrow-right4:before {
content: "\ea94";
}
.icomo-arrow-up-circle:before {
content: "\ea95";
}
.icomo-arrow-up-left1:before {
content: "\ea96";
}
.icomo-arrow-up-right1:before {
content: "\ea97";
}
.icomo-arrow-up4:before {
content: "\ea98";
}
.icomo-at-sign:before {
content: "\ea99";
}
.icomo-award:before {
content: "\ea9a";
}
.icomo-bar-chart-2:before {
content: "\ea9b";
}
.icomo-bar-chart1:before {
content: "\ea9c";
}
.icomo-battery-charging:before {
content: "\ea9d";
}
.icomo-battery2:before {
content: "\ea9e";
}
.icomo-bell-off:before {
content: "\ea9f";
}
.icomo-bell3:before {
content: "\eaa0";
}
.icomo-bluetooth1:before {
content: "\eaa1";
}
.icomo-bold2:before {
content: "\eaa2";
}
.icomo-book-open:before {
content: "\eaa3";
}
.icomo-book3:before {
content: "\eaa4";
}
.icomo-bookmark3:before {
content: "\eaa5";
}
.icomo-box1:before {
content: "\eaa6";
}
.icomo-briefcase3:before {
content: "\eaa7";
}
.icomo-calendar3:before {
content: "\eaa8";
}
.icomo-camera-off:before {
content: "\eaa9";
}
.icomo-camera3:before {
content: "\eaaa";
}
.icomo-cast:before {
content: "\eaab";
}
.icomo-check-circle1:before {
content: "\eaac";
}
.icomo-check-square1:before {
content: "\eaad";
}
.icomo-check2:before {
content: "\eaae";
}
.icomo-chevron-down2:before {
content: "\eaaf";
}
.icomo-chevron-left2:before {
content: "\eab0";
}
.icomo-chevron-right2:before {
content: "\eab1";
}
.icomo-chevron-up2:before {
content: "\eab2";
}
.icomo-chevrons-down:before {
content: "\eab3";
}
.icomo-chevrons-left:before {
content: "\eab4";
}
.icomo-chevrons-right:before {
content: "\eab5";
}
.icomo-chevrons-up:before {
content: "\eab6";
}
.icomo-chrome2:before {
content: "\eab7";
}
.icomo-circle2:before {
content: "\eab8";
}
.icomo-clipboard3:before {
content: "\eab9";
}
.icomo-clock3:before {
content: "\eaba";
}
.icomo-cloud-drizzle:before {
content: "\eabb";
}
.icomo-cloud-lightning:before {
content: "\eabc";
}
.icomo-cloud-off:before {
content: "\eabd";
}
.icomo-cloud-rain:before {
content: "\eabe";
}
.icomo-cloud-snow:before {
content: "\eabf";
}
.icomo-cloud3:before {
content: "\eac0";
}
.icomo-code2:before {
content: "\eac1";
}
.icomo-codepen2:before {
content: "\eac2";
}
.icomo-coffee1:before {
content: "\eac3";
}
.icomo-command1:before {
content: "\eac4";
}
.icomo-compass4:before {
content: "\eac5";
}
.icomo-copy3:before {
content: "\eac6";
}
.icomo-corner-down-left:before {
content: "\eac7";
}
.icomo-corner-down-right:before {
content: "\eac8";
}
.icomo-corner-left-down:before {
content: "\eac9";
}
.icomo-corner-left-up:before {
content: "\eaca";
}
.icomo-corner-right-down:before {
content: "\eacb";
}
.icomo-corner-right-up:before {
content: "\eacc";
}
.icomo-corner-up-left:before {
content: "\eacd";
}
.icomo-corner-up-right:before {
content: "\eace";
}
.icomo-cpu:before {
content: "\eacf";
}
.icomo-credit-card3:before {
content: "\ead0";
}
.icomo-crop2:before {
content: "\ead1";
}
.icomo-crosshair:before {
content: "\ead2";
}
.icomo-database3:before {
content: "\ead3";
}
.icomo-delete:before {
content: "\ead4";
}
.icomo-disc:before {
content: "\ead5";
}
.icomo-dollar-sign:before {
content: "\ead6";
}
.icomo-download-cloud:before {
content: "\ead7";
}
.icomo-download5:before {
content: "\ead8";
}
.icomo-droplet1:before {
content: "\ead9";
}
.icomo-edit-2:before {
content: "\eada";
}
.icomo-edit-3:before {
content: "\eadb";
}
.icomo-edit2:before {
content: "\eadc";
}
.icomo-external-link1:before {
content: "\eadd";
}
.icomo-eye-off:before {
content: "\eade";
}
.icomo-eye3:before {
content: "\eadf";
}
.icomo-facebook4:before {
content: "\eae0";
}
.icomo-fast-forward1:before {
content: "\eae1";
}
.icomo-feather1:before {
content: "\eae2";
}
.icomo-figma:before {
content: "\eae3";
}
.icomo-file-minus:before {
content: "\eae4";
}
.icomo-file-plus:before {
content: "\eae5";
}
.icomo-file-text3:before {
content: "\eae6";
}
.icomo-file1:before {
content: "\eae7";
}
.icomo-film2:before {
content: "\eae8";
}
.icomo-filter2:before {
content: "\eae9";
}
.icomo-flag3:before {
content: "\eaea";
}
.icomo-folder-minus1:before {
content: "\eaeb";
}
.icomo-folder-plus1:before {
content: "\eaec";
}
.icomo-folder3:before {
content: "\eaed";
}
.icomo-frown:before {
content: "\eaee";
}
.icomo-gift2:before {
content: "\eaef";
}
.icomo-git-branch:before {
content: "\eaf0";
}
.icomo-git-commit:before {
content: "\eaf1";
}
.icomo-git-merge:before {
content: "\eaf2";
}
.icomo-git-pull-request:before {
content: "\eaf3";
}
.icomo-github3:before {
content: "\eaf4";
}
.icomo-gitlab1:before {
content: "\eaf5";
}
.icomo-globe2:before {
content: "\eaf6";
}
.icomo-grid1:before {
content: "\eaf7";
}
.icomo-hard-drive:before {
content: "\eaf8";
}
.icomo-hash:before {
content: "\eaf9";
}
.icomo-headphones2:before {
content: "\eafa";
}
.icomo-heart3:before {
content: "\eafb";
}
.icomo-help-circle:before {
content: "\eafc";
}
.icomo-home5:before {
content: "\eafd";
}
.icomo-image3:before {
content: "\eafe";
}
.icomo-inbox2:before {
content: "\eaff";
}
.icomo-info3:before {
content: "\eb00";
}
.icomo-instagram3:before {
content: "\eb01";
}
.icomo-italic2:before {
content: "\eb02";
}
.icomo-key4:before {
content: "\eb03";
}
.icomo-layers1:before {
content: "\eb04";
}
.icomo-layout:before {
content: "\eb05";
}
.icomo-life-buoy1:before {
content: "\eb06";
}
.icomo-link-2:before {
content: "\eb07";
}
.icomo-link3:before {
content: "\eb08";
}
.icomo-linkedin4:before {
content: "\eb09";
}
.icomo-list4:before {
content: "\eb0a";
}
.icomo-loader:before {
content: "\eb0b";
}
.icomo-lock3:before {
content: "\eb0c";
}
.icomo-log-in:before {
content: "\eb0d";
}
.icomo-log-out1:before {
content: "\eb0e";
}
.icomo-mail5:before {
content: "\eb0f";
}
.icomo-map-pin1:before {
content: "\eb10";
}
.icomo-map4:before {
content: "\eb11";
}
.icomo-maximize-2:before {
content: "\eb12";
}
.icomo-maximize:before {
content: "\eb13";
}
.icomo-meh:before {
content: "\eb14";
}
.icomo-menu5:before {
content: "\eb15";
}
.icomo-message-circle:before {
content: "\eb16";
}
.icomo-message-square:before {
content: "\eb17";
}
.icomo-mic-off:before {
content: "\eb18";
}
.icomo-mic2:before {
content: "\eb19";
}
.icomo-minimize-2:before {
content: "\eb1a";
}
.icomo-minimize:before {
content: "\eb1b";
}
.icomo-minus-circle1:before {
content: "\eb1c";
}
.icomo-minus-square1:before {
content: "\eb1d";
}
.icomo-minus3:before {
content: "\eb1e";
}
.icomo-monitor:before {
content: "\eb1f";
}
.icomo-moon1:before {
content: "\eb20";
}
.icomo-more-horizontal:before {
content: "\eb21";
}
.icomo-more-vertical:before {
content: "\eb22";
}
.icomo-mouse-pointer1:before {
content: "\eb23";
}
.icomo-move:before {
content: "\eb24";
}
.icomo-music3:before {
content: "\eb25";
}
.icomo-navigation-2:before {
content: "\eb26";
}
.icomo-navigation:before {
content: "\eb27";
}
.icomo-octagon:before {
content: "\eb28";
}
.icomo-package:before {
content: "\eb29";
}
.icomo-paperclip1:before {
content: "\eb2a";
}
.icomo-pause-circle1:before {
content: "\eb2b";
}
.icomo-pause3:before {
content: "\eb2c";
}
.icomo-pen-tool:before {
content: "\eb2d";
}
.icomo-percent1:before {
content: "\eb2e";
}
.icomo-phone-call:before {
content: "\eb2f";
}
.icomo-phone-forwarded:before {
content: "\eb30";
}
.icomo-phone-incoming:before {
content: "\eb31";
}
.icomo-phone-missed:before {
content: "\eb32";
}
.icomo-phone-off:before {
content: "\eb33";
}
.icomo-phone-outgoing:before {
content: "\eb34";
}
.icomo-phone3:before {
content: "\eb35";
}
.icomo-pie-chart3:before {
content: "\eb36";
}
.icomo-play-circle1:before {
content: "\eb37";
}
.icomo-play4:before {
content: "\eb38";
}
.icomo-plus-circle1:before {
content: "\eb39";
}
.icomo-plus-square1:before {
content: "\eb3a";
}
.icomo-plus3:before {
content: "\eb3b";
}
.icomo-pocket:before {
content: "\eb3c";
}
.icomo-power1:before {
content: "\eb3d";
}
.icomo-printer1:before {
content: "\eb3e";
}
.icomo-radio1:before {
content: "\eb3f";
}
.icomo-refresh-ccw:before {
content: "\eb40";
}
.icomo-refresh-cw:before {
content: "\eb41";
}
.icomo-repeat1:before {
content: "\eb42";
}
.icomo-rewind:before {
content: "\eb43";
}
.icomo-rotate-ccw:before {
content: "\eb44";
}
.icomo-rotate-cw:before {
content: "\eb45";
}
.icomo-rss4:before {
content: "\eb46";
}
.icomo-save2:before {
content: "\eb47";
}
.icomo-scissors3:before {
content: "\eb48";
}
.icomo-search2:before {
content: "\eb49";
}
.icomo-send1:before {
content: "\eb4a";
}
.icomo-server1:before {
content: "\eb4b";
}
.icomo-settings:before {
content: "\eb4c";
}
.icomo-share-2:before {
content: "\eb4d";
}
.icomo-share4:before {
content: "\eb4e";
}
.icomo-shield-off:before {
content: "\eb4f";
}
.icomo-shield3:before {
content: "\eb50";
}
.icomo-shopping-bag2:before {
content: "\eb51";
}
.icomo-shopping-cart2:before {
content: "\eb52";
}
.icomo-shuffle2:before {
content: "\eb53";
}
.icomo-sidebar:before {
content: "\eb54";
}
.icomo-skip-back:before {
content: "\eb55";
}
.icomo-skip-forward:before {
content: "\eb56";
}
.icomo-slack1:before {
content: "\eb57";
}
.icomo-slash:before {
content: "\eb58";
}
.icomo-sliders1:before {
content: "\eb59";
}
.icomo-smartphone:before {
content: "\eb5a";
}
.icomo-smile1:before {
content: "\eb5b";
}
.icomo-speaker:before {
content: "\eb5c";
}
.icomo-square1:before {
content: "\eb5d";
}
.icomo-star2:before {
content: "\eb5e";
}
.icomo-stop-circle1:before {
content: "\eb5f";
}
.icomo-sun1:before {
content: "\eb60";
}
.icomo-sunrise:before {
content: "\eb61";
}
.icomo-sunset:before {
content: "\eb62";
}
.icomo-tablet3:before {
content: "\eb63";
}
.icomo-tag2:before {
content: "\eb64";
}
.icomo-target1:before {
content: "\eb65";
}
.icomo-terminal2:before {
content: "\eb66";
}
.icomo-thermometer2:before {
content: "\eb67";
}
.icomo-thumbs-down2:before {
content: "\eb68";
}
.icomo-thumbs-up2:before {
content: "\eb69";
}
.icomo-toggle-left1:before {
content: "\eb6a";
}
.icomo-toggle-right1:before {
content: "\eb6b";
}
.icomo-trash-2:before {
content: "\eb6c";
}
.icomo-trash2:before {
content: "\eb6d";
}
.icomo-trello2:before {
content: "\eb6e";
}
.icomo-trending-down:before {
content: "\eb6f";
}
.icomo-trending-up:before {
content: "\eb70";
}
.icomo-triangle:before {
content: "\eb71";
}
.icomo-truck2:before {
content: "\eb72";
}
.icomo-tv3:before {
content: "\eb73";
}
.icomo-twitter3:before {
content: "\eb74";
}
.icomo-type:before {
content: "\eb75";
}
.icomo-umbrella1:before {
content: "\eb76";
}
.icomo-underline2:before {
content: "\eb77";
}
.icomo-unlock1:before {
content: "\eb78";
}
.icomo-upload-cloud:before {
content: "\eb79";
}
.icomo-upload5:before {
content: "\eb7a";
}
.icomo-user-check1:before {
content: "\eb7b";
}
.icomo-user-minus1:before {
content: "\eb7c";
}
.icomo-user-plus2:before {
content: "\eb7d";
}
.icomo-user-x:before {
content: "\eb7e";
}
.icomo-user3:before {
content: "\eb7f";
}
.icomo-users3:before {
content: "\eb80";
}
.icomo-video-off:before {
content: "\eb81";
}
.icomo-video1:before {
content: "\eb82";
}
.icomo-voicemail1:before {
content: "\eb83";
}
.icomo-volume-1:before {
content: "\eb84";
}
.icomo-volume-2:before {
content: "\eb85";
}
.icomo-volume-x:before {
content: "\eb86";
}
.icomo-volume:before {
content: "\eb87";
}
.icomo-watch:before {
content: "\eb88";
}
.icomo-wifi-off:before {
content: "\eb89";
}
.icomo-wifi1:before {
content: "\eb8a";
}
.icomo-wind:before {
content: "\eb8b";
}
.icomo-x-circle:before {
content: "\eb8c";
}
.icomo-x-octagon:before {
content: "\eb8d";
}
.icomo-x-square:before {
content: "\eb8e";
}
.icomo-x:before {
content: "\eb8f";
}
.icomo-youtube4:before {
content: "\eb90";
}
.icomo-zap-off:before {
content: "\eb91";
}
.icomo-zap:before {
content: "\eb92";
}
.icomo-zoom-in1:before {
content: "\eb93";
}
.icomo-zoom-out1:before {
content: "\eb94";
}
.icomo-3d_rotation:before {
content: "\e84d";
}
.icomo-ac_unit:before {
content: "\eb95";
}
.icomo-alarm1:before {
content: "\e855";
}
.icomo-access_alarms:before {
content: "\e191";
}
.icomo-schedule:before {
content: "\e8b5";
}
.icomo-accessibility1:before {
content: "\e84e";
}
.icomo-accessible:before {
content: "\eb96";
}
.icomo-account_balance:before {
content: "\e84f";
}
.icomo-account_balance_wallet:before {
content: "\e850";
}
.icomo-account_box:before {
content: "\e851";
}
.icomo-account_circle:before {
content: "\e853";
}
.icomo-adb:before {
content: "\e60e";
}
.icomo-add:before {
content: "\e145";
}
.icomo-add_a_photo:before {
content: "\e439";
}
.icomo-alarm_add:before {
content: "\e856";
}
.icomo-add_alert:before {
content: "\e003";
}
.icomo-add_box:before {
content: "\e146";
}
.icomo-add_circle:before {
content: "\e147";
}
.icomo-control_point:before {
content: "\e3ba";
}
.icomo-add_location:before {
content: "\e567";
}
.icomo-add_shopping_cart:before {
content: "\e854";
}
.icomo-queue:before {
content: "\e03c";
}
.icomo-add_to_queue:before {
content: "\e05c";
}
.icomo-adjust2:before {
content: "\e39e";
}
.icomo-airline_seat_flat:before {
content: "\e630";
}
.icomo-airline_seat_flat_angled:before {
content: "\e631";
}
.icomo-airline_seat_individual_suite:before {
content: "\e632";
}
.icomo-airline_seat_legroom_extra:before {
content: "\e633";
}
.icomo-airline_seat_legroom_normal:before {
content: "\e634";
}
.icomo-airline_seat_legroom_reduced:before {
content: "\e635";
}
.icomo-airline_seat_recline_extra:before {
content: "\e636";
}
.icomo-airline_seat_recline_normal:before {
content: "\e637";
}
.icomo-flight:before {
content: "\e539";
}
.icomo-airplanemode_inactive:before {
content: "\e194";
}
.icomo-airplay1:before {
content: "\e055";
}
.icomo-airport_shuttle:before {
content: "\eb97";
}
.icomo-alarm_off:before {
content: "\e857";
}
.icomo-alarm_on:before {
content: "\e858";
}
.icomo-album:before {
content: "\e019";
}
.icomo-all_inclusive:before {
content: "\eb98";
}
.icomo-all_out:before {
content: "\eb99";
}
.icomo-android2:before {
content: "\e859";
}
.icomo-announcement:before {
content: "\e85a";
}
.icomo-apps:before {
content: "\e5c3";
}
.icomo-archive3:before {
content: "\e149";
}
.icomo-arrow_back:before {
content: "\e5c4";
}
.icomo-arrow_downward:before {
content: "\e5db";
}
.icomo-arrow_drop_down:before {
content: "\e5c5";
}
.icomo-arrow_drop_down_circle:before {
content: "\e5c6";
}
.icomo-arrow_drop_up:before {
content: "\e5c7";
}
.icomo-arrow_forward:before {
content: "\e5c8";
}
.icomo-arrow_upward:before {
content: "\e5d8";
}
.icomo-art_track:before {
content: "\e060";
}
.icomo-aspect_ratio:before {
content: "\e85b";
}
.icomo-poll:before {
content: "\e801";
}
.icomo-assignment:before {
content: "\e85d";
}
.icomo-assignment_ind:before {
content: "\e85e";
}
.icomo-assignment_late:before {
content: "\e85f";
}
.icomo-assignment_return:before {
content: "\e860";
}
.icomo-assignment_returned:before {
content: "\e861";
}
.icomo-assignment_turned_in:before {
content: "\e862";
}
.icomo-assistant:before {
content: "\e39f";
}
.icomo-flag4:before {
content: "\e153";
}
.icomo-attach_file:before {
content: "\e226";
}
.icomo-attach_money:before {
content: "\e227";
}
.icomo-attachment2:before {
content: "\e2bc";
}
.icomo-audiotrack:before {
content: "\e3a1";
}
.icomo-autorenew:before {
content: "\e863";
}
.icomo-av_timer:before {
content: "\e01b";
}
.icomo-backspace:before {
content: "\e14a";
}
.icomo-cloud_upload:before {
content: "\e2c3";
}
.icomo-battery_alert:before {
content: "\e19c";
}
.icomo-battery_charging_full:before {
content: "\e1a3";
}
.icomo-battery_std:before {
content: "\e1a5";
}
.icomo-battery_unknown:before {
content: "\e1a6";
}
.icomo-beach_access:before {
content: "\eb9a";
}
.icomo-beenhere:before {
content: "\e52d";
}
.icomo-block1:before {
content: "\e14b";
}
.icomo-bluetooth2:before {
content: "\e1a7";
}
.icomo-bluetooth_searching:before {
content: "\e1aa";
}
.icomo-bluetooth_connected:before {
content: "\e1a8";
}
.icomo-bluetooth_disabled:before {
content: "\e1a9";
}
.icomo-blur_circular:before {
content: "\e3a2";
}
.icomo-blur_linear:before {
content: "\e3a3";
}
.icomo-blur_off:before {
content: "\e3a4";
}
.icomo-blur_on:before {
content: "\e3a5";
}
.icomo-class:before {
content: "\e86e";
}
.icomo-turned_in:before {
content: "\e8e6";
}
.icomo-turned_in_not:before {
content: "\e8e7";
}
.icomo-border_all:before {
content: "\e228";
}
.icomo-border_bottom:before {
content: "\e229";
}
.icomo-border_clear:before {
content: "\e22a";
}
.icomo-border_color:before {
content: "\e22b";
}
.icomo-border_horizontal:before {
content: "\e22c";
}
.icomo-border_inner:before {
content: "\e22d";
}
.icomo-border_left:before {
content: "\e22e";
}
.icomo-border_outer:before {
content: "\e22f";
}
.icomo-border_right:before {
content: "\e230";
}
.icomo-border_style:before {
content: "\e231";
}
.icomo-border_top:before {
content: "\e232";
}
.icomo-border_vertical:before {
content: "\e233";
}
.icomo-branding_watermark:before {
content: "\e06b";
}
.icomo-brightness_1:before {
content: "\e3a6";
}
.icomo-brightness_2:before {
content: "\e3a7";
}
.icomo-brightness_3:before {
content: "\e3a8";
}
.icomo-brightness_4:before {
content: "\e3a9";
}
.icomo-brightness_low:before {
content: "\e1ad";
}
.icomo-brightness_medium:before {
content: "\e1ae";
}
.icomo-brightness_high:before {
content: "\e1ac";
}
.icomo-brightness_auto:before {
content: "\e1ab";
}
.icomo-broken_image:before {
content: "\e3ad";
}
.icomo-brush1:before {
content: "\e3ae";
}
.icomo-bubble_chart:before {
content: "\e6dd";
}
.icomo-bug_report:before {
content: "\e868";
}
.icomo-build:before {
content: "\e869";
}
.icomo-burst_mode:before {
content: "\e43c";
}
.icomo-domain:before {
content: "\e7ee";
}
.icomo-business_center:before {
content: "\eb9b";
}
.icomo-cached:before {
content: "\e86a";
}
.icomo-cake1:before {
content: "\e7e9";
}
.icomo-phone4:before {
content: "\e0cd";
}
.icomo-call_end:before {
content: "\e0b1";
}
.icomo-call_made:before {
content: "\e0b2";
}
.icomo-merge_type:before {
content: "\e252";
}
.icomo-call_missed:before {
content: "\e0b4";
}
.icomo-call_missed_outgoing:before {
content: "\e0e4";
}
.icomo-call_received:before {
content: "\e0b5";
}
.icomo-call_split:before {
content: "\e0b6";
}
.icomo-call_to_action:before {
content: "\e06c";
}
.icomo-camera4:before {
content: "\e3af";
}
.icomo-photo_camera:before {
content: "\e412";
}
.icomo-camera_enhance:before {
content: "\e8fc";
}
.icomo-camera_front:before {
content: "\e3b1";
}
.icomo-camera_rear:before {
content: "\e3b2";
}
.icomo-camera_roll:before {
content: "\e3b3";
}
.icomo-cancel:before {
content: "\e5c9";
}
.icomo-redeem:before {
content: "\e8b1";
}
.icomo-card_membership:before {
content: "\e8f7";
}
.icomo-card_travel:before {
content: "\e8f8";
}
.icomo-casino:before {
content: "\eb9c";
}
.icomo-cast1:before {
content: "\e307";
}
.icomo-cast_connected:before {
content: "\e308";
}
.icomo-center_focus_strong:before {
content: "\e3b4";
}
.icomo-center_focus_weak:before {
content: "\e3b5";
}
.icomo-change_history:before {
content: "\e86b";
}
.icomo-chat1:before {
content: "\e0b7";
}
.icomo-chat_bubble:before {
content: "\e0ca";
}
.icomo-chat_bubble_outline:before {
content: "\e0cb";
}
.icomo-check3:before {
content: "\e5ca";
}
.icomo-check_box:before {
content: "\e834";
}
.icomo-check_box_outline_blank:before {
content: "\e835";
}
.icomo-check_circle:before {
content: "\e86c";
}
.icomo-navigate_before:before {
content: "\e408";
}
.icomo-navigate_next:before {
content: "\e409";
}
.icomo-child_care:before {
content: "\eb9d";
}
.icomo-child_friendly:before {
content: "\eb9e";
}
.icomo-chrome_reader_mode:before {
content: "\e86d";
}
.icomo-close1:before {
content: "\e5cd";
}
.icomo-clear_all:before {
content: "\e0b8";
}
.icomo-closed_caption:before {
content: "\e01c";
}
.icomo-wb_cloudy:before {
content: "\e42d";
}
.icomo-cloud_circle:before {
content: "\e2be";
}
.icomo-cloud_done:before {
content: "\e2bf";
}
.icomo-cloud_download:before {
content: "\e2c0";
}
.icomo-cloud_off:before {
content: "\e2c1";
}
.icomo-cloud_queue:before {
content: "\e2c2";
}
.icomo-code3:before {
content: "\e86f";
}
.icomo-photo_library:before {
content: "\e413";
}
.icomo-collections_bookmark:before {
content: "\e431";
}
.icomo-palette1:before {
content: "\e40a";
}
.icomo-colorize:before {
content: "\e3b8";
}
.icomo-comment1:before {
content: "\e0b9";
}
.icomo-compare:before {
content: "\e3b9";
}
.icomo-compare_arrows:before {
content: "\eb9f";
}
.icomo-laptop3:before {
content: "\e31e";
}
.icomo-confirmation_number:before {
content: "\e638";
}
.icomo-contact_mail:before {
content: "\e0d0";
}
.icomo-contact_phone:before {
content: "\e0cf";
}
.icomo-contacts:before {
content: "\e0ba";
}
.icomo-content_copy:before {
content: "\e14d";
}
.icomo-content_cut:before {
content: "\e14e";
}
.icomo-content_paste:before {
content: "\e14f";
}
.icomo-control_point_duplicate:before {
content: "\e3bb";
}
.icomo-copyright1:before {
content: "\eba0";
}
.icomo-mode_edit:before {
content: "\e254";
}
.icomo-create_new_folder:before {
content: "\e2cc";
}
.icomo-payment:before {
content: "\e8a1";
}
.icomo-crop3:before {
content: "\e3be";
}
.icomo-crop_16_9:before {
content: "\e3bc";
}
.icomo-crop_3_2:before {
content: "\e3bd";
}
.icomo-crop_landscape:before {
content: "\e3c3";
}
.icomo-crop_7_5:before {
content: "\e3c0";
}
.icomo-crop_din:before {
content: "\e3c1";
}
.icomo-crop_free:before {
content: "\e3c2";
}
.icomo-crop_original:before {
content: "\e3c4";
}
.icomo-crop_portrait:before {
content: "\e3c5";
}
.icomo-crop_rotate:before {
content: "\e437";
}
.icomo-crop_square:before {
content: "\e3c6";
}
.icomo-dashboard1:before {
content: "\e871";
}
.icomo-data_usage:before {
content: "\e1af";
}
.icomo-date_range:before {
content: "\eba1";
}
.icomo-dehaze:before {
content: "\e3c7";
}
.icomo-delete1:before {
content: "\e872";
}
.icomo-delete_forever:before {
content: "\eba2";
}
.icomo-delete_sweep:before {
content: "\e16c";
}
.icomo-description:before {
content: "\e873";
}
.icomo-desktop_mac:before {
content: "\e30b";
}
.icomo-desktop_windows:before {
content: "\e30c";
}
.icomo-details:before {
content: "\e3c8";
}
.icomo-developer_board:before {
content: "\e30d";
}
.icomo-developer_mode:before {
content: "\e1b0";
}
.icomo-device_hub:before {
content: "\e335";
}
.icomo-phonelink:before {
content: "\e326";
}
.icomo-devices_other:before {
content: "\e337";
}
.icomo-dialer_sip:before {
content: "\e0bb";
}
.icomo-dialpad:before {
content: "\e0bc";
}
.icomo-directions:before {
content: "\e52e";
}
.icomo-directions_bike:before {
content: "\e52f";
}
.icomo-directions_boat:before {
content: "\e532";
}
.icomo-directions_bus:before {
content: "\e530";
}
.icomo-directions_car:before {
content: "\e531";
}
.icomo-directions_railway:before {
content: "\e534";
}
.icomo-directions_run:before {
content: "\e566";
}
.icomo-directions_transit:before {
content: "\e535";
}
.icomo-directions_walk:before {
content: "\e536";
}
.icomo-disc_full:before {
content: "\e610";
}
.icomo-dns:before {
content: "\e875";
}
.icomo-not_interested:before {
content: "\e033";
}
.icomo-do_not_disturb_alt:before {
content: "\e611";
}
.icomo-do_not_disturb_off:before {
content: "\e643";
}
.icomo-remove_circle:before {
content: "\e15c";
}
.icomo-dock:before {
content: "\e30e";
}
.icomo-done:before {
content: "\e876";
}
.icomo-done_all:before {
content: "\e877";
}
.icomo-donut_large:before {
content: "\eba3";
}
.icomo-donut_small:before {
content: "\eba4";
}
.icomo-drafts:before {
content: "\e151";
}
.icomo-drag_handle:before {
content: "\e25d";
}
.icomo-time_to_leave:before {
content: "\e62c";
}
.icomo-dvr:before {
content: "\e1b2";
}
.icomo-edit_location:before {
content: "\e568";
}
.icomo-eject2:before {
content: "\e8fb";
}
.icomo-markunread:before {
content: "\e159";
}
.icomo-enhanced_encryption:before {
content: "\e63f";
}
.icomo-equalizer1:before {
content: "\e01d";
}
.icomo-error:before {
content: "\e000";
}
.icomo-error_outline:before {
content: "\e001";
}
.icomo-euro_symbol:before {
content: "\eba5";
}
.icomo-ev_station:before {
content: "\e56d";
}
.icomo-insert_invitation:before {
content: "\e24f";
}
.icomo-event_available:before {
content: "\e614";
}
.icomo-event_busy:before {
content: "\e615";
}
.icomo-event_note:before {
content: "\e616";
}
.icomo-event_seat:before {
content: "\eba6";
}
.icomo-exit_to_app:before {
content: "\e879";
}
.icomo-expand_less:before {
content: "\e5ce";
}
.icomo-expand_more:before {
content: "\e5cf";
}
.icomo-explicit:before {
content: "\e01e";
}
.icomo-explore:before {
content: "\e87a";
}
.icomo-exposure:before {
content: "\e3ca";
}
.icomo-exposure_neg_1:before {
content: "\e3cb";
}
.icomo-exposure_neg_2:before {
content: "\e3cc";
}
.icomo-exposure_plus_1:before {
content: "\e3cd";
}
.icomo-exposure_plus_2:before {
content: "\e3ce";
}
.icomo-exposure_zero:before {
content: "\e3cf";
}
.icomo-extension:before {
content: "\e87b";
}
.icomo-face:before {
content: "\e87c";
}
.icomo-fast_forward:before {
content: "\e01f";
}
.icomo-fast_rewind:before {
content: "\e020";
}
.icomo-favorite:before {
content: "\e87d";
}
.icomo-favorite_border:before {
content: "\e87e";
}
.icomo-featured_play_list:before {
content: "\e06d";
}
.icomo-featured_video:before {
content: "\e06e";
}
.icomo-sms_failed:before {
content: "\e626";
}
.icomo-fiber_dvr:before {
content: "\e05d";
}
.icomo-fiber_manual_record:before {
content: "\e061";
}
.icomo-fiber_new:before {
content: "\e05e";
}
.icomo-fiber_pin:before {
content: "\e06a";
}
.icomo-fiber_smart_record:before {
content: "\e062";
}
.icomo-get_app:before {
content: "\e884";
}
.icomo-file_upload:before {
content: "\e2c6";
}
.icomo-filter3:before {
content: "\e3d3";
}
.icomo-filter_1:before {
content: "\e3d0";
}
.icomo-filter_2:before {
content: "\e3d1";
}
.icomo-filter_3:before {
content: "\e3d2";
}
.icomo-filter_4:before {
content: "\e3d4";
}
.icomo-filter_5:before {
content: "\e3d5";
}
.icomo-filter_6:before {
content: "\e3d6";
}
.icomo-filter_7:before {
content: "\e3d7";
}
.icomo-filter_8:before {
content: "\e3d8";
}
.icomo-filter_9:before {
content: "\e3d9";
}
.icomo-filter_9_plus:before {
content: "\e3da";
}
.icomo-filter_b_and_w:before {
content: "\e3db";
}
.icomo-filter_center_focus:before {
content: "\e3dc";
}
.icomo-filter_drama:before {
content: "\e3dd";
}
.icomo-filter_frames:before {
content: "\e3de";
}
.icomo-terrain:before {
content: "\e564";
}
.icomo-filter_list:before {
content: "\e152";
}
.icomo-filter_none:before {
content: "\e3e0";
}
.icomo-filter_tilt_shift:before {
content: "\e3e2";
}
.icomo-filter_vintage:before {
content: "\e3e3";
}
.icomo-find_in_page:before {
content: "\e880";
}
.icomo-find_replace:before {
content: "\e881";
}
.icomo-fingerprint:before {
content: "\eba7";
}
.icomo-first_page:before {
content: "\e5dc";
}
.icomo-fitness_center:before {
content: "\eba8";
}
.icomo-flare:before {
content: "\e3e4";
}
.icomo-flash_auto:before {
content: "\e3e5";
}
.icomo-flash_off:before {
content: "\e3e6";
}
.icomo-flash_on:before {
content: "\e3e7";
}
.icomo-flight_land:before {
content: "\eba9";
}
.icomo-flight_takeoff:before {
content: "\ebaa";
}
.icomo-flip:before {
content: "\e3e8";
}
.icomo-flip_to_back:before {
content: "\e882";
}
.icomo-flip_to_front:before {
content: "\e883";
}
.icomo-folder4:before {
content: "\e2c7";
}
.icomo-folder_open:before {
content: "\e2c8";
}
.icomo-folder_shared:before {
content: "\e2c9";
}
.icomo-folder_special:before {
content: "\e617";
}
.icomo-font_download:before {
content: "\e167";
}
.icomo-format_align_center:before {
content: "\e234";
}
.icomo-format_align_justify:before {
content: "\e235";
}
.icomo-format_align_left:before {
content: "\e236";
}
.icomo-format_align_right:before {
content: "\e237";
}
.icomo-format_bold:before {
content: "\e238";
}
.icomo-format_clear:before {
content: "\e239";
}
.icomo-format_color_fill:before {
content: "\e23a";
}
.icomo-format_color_reset:before {
content: "\e23b";
}
.icomo-format_color_text:before {
content: "\e23c";
}
.icomo-format_indent_decrease:before {
content: "\e23d";
}
.icomo-format_indent_increase:before {
content: "\e23e";
}
.icomo-format_italic:before {
content: "\e23f";
}
.icomo-format_line_spacing:before {
content: "\e240";
}
.icomo-format_list_bulleted:before {
content: "\e241";
}
.icomo-format_list_numbered:before {
content: "\e242";
}
.icomo-format_paint:before {
content: "\e243";
}
.icomo-format_quote:before {
content: "\e244";
}
.icomo-format_shapes:before {
content: "\e25e";
}
.icomo-format_size:before {
content: "\e245";
}
.icomo-format_strikethrough:before {
content: "\e246";
}
.icomo-format_textdirection_l_to_r:before {
content: "\e247";
}
.icomo-format_textdirection_r_to_l:before {
content: "\e248";
}
.icomo-format_underlined:before {
content: "\e249";
}
.icomo-question_answer:before {
content: "\e8af";
}
.icomo-forward5:before {
content: "\e154";
}
.icomo-forward_10:before {
content: "\e056";
}
.icomo-forward_30:before {
content: "\e057";
}
.icomo-forward_5:before {
content: "\e058";
}
.icomo-free_breakfast:before {
content: "\ebab";
}
.icomo-fullscreen:before {
content: "\e5d0";
}
.icomo-fullscreen_exit:before {
content: "\e5d1";
}
.icomo-functions:before {
content: "\e24a";
}
.icomo-g_translate:before {
content: "\ebac";
}
.icomo-games:before {
content: "\e021";
}
.icomo-gavel1:before {
content: "\ebad";
}
.icomo-gesture:before {
content: "\e155";
}
.icomo-gif:before {
content: "\ebae";
}
.icomo-goat:before {
content: "\ebaf";
}
.icomo-golf_course:before {
content: "\ebb0";
}
.icomo-my_location:before {
content: "\e55c";
}
.icomo-location_searching:before {
content: "\e1b7";
}
.icomo-location_disabled:before {
content: "\e1b6";
}
.icomo-star3:before {
content: "\e838";
}
.icomo-gradient:before {
content: "\e3e9";
}
.icomo-grain:before {
content: "\e3ea";
}
.icomo-graphic_eq:before {
content: "\e1b8";
}
.icomo-grid_off:before {
content: "\e3eb";
}
.icomo-grid_on:before {
content: "\e3ec";
}
.icomo-people:before {
content: "\e7fb";
}
.icomo-group_add:before {
content: "\e7f0";
}
.icomo-group_work:before {
content: "\e886";
}
.icomo-hd:before {
content: "\e052";
}
.icomo-hdr_off:before {
content: "\e3ed";
}
.icomo-hdr_on:before {
content: "\e3ee";
}
.icomo-hdr_strong:before {
content: "\e3f1";
}
.icomo-hdr_weak:before {
content: "\e3f2";
}
.icomo-headset:before {
content: "\e310";
}
.icomo-headset_mic:before {
content: "\e311";
}
.icomo-healing:before {
content: "\e3f3";
}
.icomo-hearing:before {
content: "\e023";
}
.icomo-help1:before {
content: "\e887";
}
.icomo-help_outline:before {
content: "\e8fd";
}
.icomo-high_quality:before {
content: "\e024";
}
.icomo-highlight:before {
content: "\e25f";
}
.icomo-highlight_off:before {
content: "\e888";
}
.icomo-restore:before {
content: "\e8b3";
}
.icomo-home6:before {
content: "\e88a";
}
.icomo-hot_tub:before {
content: "\ebb1";
}
.icomo-local_hotel:before {
content: "\e549";
}
.icomo-hourglass_empty:before {
content: "\e88b";
}
.icomo-hourglass_full:before {
content: "\e88c";
}
.icomo-http:before {
content: "\ebb2";
}
.icomo-lock4:before {
content: "\e897";
}
.icomo-photo1:before {
content: "\e410";
}
.icomo-image_aspect_ratio:before {
content: "\e3f5";
}
.icomo-import_contacts:before {
content: "\e0e0";
}
.icomo-import_export:before {
content: "\e0c3";
}
.icomo-important_devices:before {
content: "\ebb3";
}
.icomo-inbox3:before {
content: "\e156";
}
.icomo-indeterminate_check_box:before {
content: "\ebb4";
}
.icomo-info4:before {
content: "\e88e";
}
.icomo-info_outline:before {
content: "\e88f";
}
.icomo-input:before {
content: "\e890";
}
.icomo-insert_comment:before {
content: "\e24c";
}
.icomo-insert_drive_file:before {
content: "\e24d";
}
.icomo-tag_faces:before {
content: "\e420";
}
.icomo-link4:before {
content: "\e157";
}
.icomo-invert_colors:before {
content: "\e891";
}
.icomo-invert_colors_off:before {
content: "\e0c4";
}
.icomo-iso:before {
content: "\e3f6";
}
.icomo-keyboard2:before {
content: "\e312";
}
.icomo-keyboard_arrow_down:before {
content: "\e313";
}
.icomo-keyboard_arrow_left:before {
content: "\e314";
}
.icomo-keyboard_arrow_right:before {
content: "\e315";
}
.icomo-keyboard_arrow_up:before {
content: "\e316";
}
.icomo-keyboard_backspace:before {
content: "\e317";
}
.icomo-keyboard_capslock:before {
content: "\e318";
}
.icomo-keyboard_hide:before {
content: "\e31a";
}
.icomo-keyboard_return:before {
content: "\e31b";
}
.icomo-keyboard_tab:before {
content: "\e31c";
}
.icomo-keyboard_voice:before {
content: "\e31d";
}
.icomo-kitchen:before {
content: "\ebb5";
}
.icomo-label:before {
content: "\e892";
}
.icomo-label_outline:before {
content: "\e893";
}
.icomo-language2:before {
content: "\e894";
}
.icomo-laptop_chromebook:before {
content: "\e31f";
}
.icomo-laptop_mac:before {
content: "\e320";
}
.icomo-laptop_windows:before {
content: "\e321";
}
.icomo-last_page:before {
content: "\e5dd";
}
.icomo-open_in_new:before {
content: "\e89e";
}
.icomo-layers2:before {
content: "\e53b";
}
.icomo-layers_clear:before {
content: "\e53c";
}
.icomo-leak_add:before {
content: "\e3f8";
}
.icomo-leak_remove:before {
content: "\e3f9";
}
.icomo-lens:before {
content: "\e3fa";
}
.icomo-library_books:before {
content: "\e02f";
}
.icomo-library_music:before {
content: "\e030";
}
.icomo-lightbulb_outline:before {
content: "\ebb6";
}
.icomo-line_style:before {
content: "\ebb7";
}
.icomo-line_weight:before {
content: "\ebb8";
}
.icomo-linear_scale:before {
content: "\e260";
}
.icomo-linked_camera:before {
content: "\e438";
}
.icomo-list5:before {
content: "\e896";
}
.icomo-live_help:before {
content: "\e0c6";
}
.icomo-live_tv:before {
content: "\e639";
}
.icomo-local_play:before {
content: "\e553";
}
.icomo-local_airport:before {
content: "\e53d";
}
.icomo-local_atm:before {
content: "\e53e";
}
.icomo-local_bar:before {
content: "\e540";
}
.icomo-local_cafe:before {
content: "\e541";
}
.icomo-local_car_wash:before {
content: "\e542";
}
.icomo-local_convenience_store:before {
content: "\e543";
}
.icomo-restaurant_menu:before {
content: "\e561";
}
.icomo-local_drink:before {
content: "\e544";
}
.icomo-local_florist:before {
content: "\e545";
}
.icomo-local_gas_station:before {
content: "\e546";
}
.icomo-shopping_cart:before {
content: "\e8cc";
}
.icomo-local_hospital:before {
content: "\e548";
}
.icomo-local_laundry_service:before {
content: "\e54a";
}
.icomo-local_library:before {
content: "\e54b";
}
.icomo-local_mall:before {
content: "\e54c";
}
.icomo-theaters:before {
content: "\e8da";
}
.icomo-local_offer:before {
content: "\e54e";
}
.icomo-local_parking:before {
content: "\e54f";
}
.icomo-local_pharmacy:before {
content: "\e550";
}
.icomo-local_pizza:before {
content: "\e552";
}
.icomo-print2:before {
content: "\e8ad";
}
.icomo-local_shipping:before {
content: "\e558";
}
.icomo-local_taxi:before {
content: "\e559";
}
.icomo-location_city:before {
content: "\e7f1";
}
.icomo-location_off:before {
content: "\e0c7";
}
.icomo-room:before {
content: "\e8b4";
}
.icomo-lock_open:before {
content: "\e898";
}
.icomo-lock_outline:before {
content: "\e899";
}
.icomo-looks:before {
content: "\e3fc";
}
.icomo-looks_3:before {
content: "\e3fb";
}
.icomo-looks_4:before {
content: "\e3fd";
}
.icomo-looks_5:before {
content: "\e3fe";
}
.icomo-looks_6:before {
content: "\e3ff";
}
.icomo-looks_one:before {
content: "\e400";
}
.icomo-looks_two:before {
content: "\e401";
}
.icomo-sync:before {
content: "\e627";
}
.icomo-loupe:before {
content: "\e402";
}
.icomo-low_priority:before {
content: "\e16d";
}
.icomo-loyalty:before {
content: "\e89a";
}
.icomo-mail_outline:before {
content: "\e0e1";
}
.icomo-map5:before {
content: "\e55b";
}
.icomo-markunread_mailbox:before {
content: "\e89b";
}
.icomo-memory:before {
content: "\e322";
}
.icomo-menu6:before {
content: "\e5d2";
}
.icomo-message1:before {
content: "\e0c9";
}
.icomo-mic3:before {
content: "\e029";
}
.icomo-mic_none:before {
content: "\e02a";
}
.icomo-mic_off:before {
content: "\e02b";
}
.icomo-mms:before {
content: "\e618";
}
.icomo-mode_comment:before {
content: "\e253";
}
.icomo-monetization_on:before {
content: "\e263";
}
.icomo-money_off:before {
content: "\e25c";
}
.icomo-monochrome_photos:before {
content: "\e403";
}
.icomo-mood_bad:before {
content: "\e7f3";
}
.icomo-more:before {
content: "\e619";
}
.icomo-more_horiz:before {
content: "\e5d3";
}
.icomo-more_vert:before {
content: "\e5d4";
}
.icomo-motorcycle1:before {
content: "\ebb9";
}
.icomo-mouse1:before {
content: "\e323";
}
.icomo-move_to_inbox:before {
content: "\e168";
}
.icomo-movie_creation:before {
content: "\e404";
}
.icomo-movie_filter:before {
content: "\e43a";
}
.icomo-multiline_chart:before {
content: "\e6df";
}
.icomo-music_note:before {
content: "\e405";
}
.icomo-music_video:before {
content: "\e063";
}
.icomo-nature:before {
content: "\e406";
}
.icomo-nature_people:before {
content: "\e407";
}
.icomo-navigation1:before {
content: "\e55d";
}
.icomo-near_me:before {
content: "\e569";
}
.icomo-network_cell:before {
content: "\e1b9";
}
.icomo-network_check:before {
content: "\e640";
}
.icomo-network_locked:before {
content: "\e61a";
}
.icomo-network_wifi:before {
content: "\e1ba";
}
.icomo-new_releases:before {
content: "\e031";
}
.icomo-next_week:before {
content: "\e16a";
}
.icomo-nfc:before {
content: "\e1bb";
}
.icomo-no_encryption:before {
content: "\e641";
}
.icomo-signal_cellular_no_sim:before {
content: "\e1ce";
}
.icomo-note1:before {
content: "\e06f";
}
.icomo-note_add:before {
content: "\e89c";
}
.icomo-notifications:before {
content: "\e7f4";
}
.icomo-notifications_active:before {
content: "\e7f7";
}
.icomo-notifications_none:before {
content: "\e7f5";
}
.icomo-notifications_off:before {
content: "\e7f6";
}
.icomo-notifications_paused:before {
content: "\e7f8";
}
.icomo-offline_pin:before {
content: "\ebba";
}
.icomo-ondemand_video:before {
content: "\e63a";
}
.icomo-opacity:before {
content: "\ebbb";
}
.icomo-open_in_browser:before {
content: "\e89d";
}
.icomo-open_with:before {
content: "\e89f";
}
.icomo-pages:before {
content: "\e7f9";
}
.icomo-pageview:before {
content: "\e8a0";
}
.icomo-pan_tool:before {
content: "\ebbc";
}
.icomo-panorama:before {
content: "\e40b";
}
.icomo-radio_button_unchecked:before {
content: "\e836";
}
.icomo-panorama_horizontal:before {
content: "\e40d";
}
.icomo-panorama_vertical:before {
content: "\e40e";
}
.icomo-panorama_wide_angle:before {
content: "\e40f";
}
.icomo-party_mode:before {
content: "\e7fa";
}
.icomo-pause4:before {
content: "\e034";
}
.icomo-pause_circle_filled:before {
content: "\e035";
}
.icomo-pause_circle_outline:before {
content: "\e036";
}
.icomo-people_outline:before {
content: "\e7fc";
}
.icomo-perm_camera_mic:before {
content: "\e8a2";
}
.icomo-perm_contact_calendar:before {
content: "\e8a3";
}
.icomo-perm_data_setting:before {
content: "\e8a4";
}
.icomo-perm_device_information:before {
content: "\e8a5";
}
.icomo-person_outline:before {
content: "\e7ff";
}
.icomo-perm_media:before {
content: "\e8a7";
}
.icomo-perm_phone_msg:before {
content: "\e8a8";
}
.icomo-perm_scan_wifi:before {
content: "\e8a9";
}
.icomo-person:before {
content: "\e7fd";
}
.icomo-person_add:before {
content: "\e7fe";
}
.icomo-person_pin:before {
content: "\e55a";
}
.icomo-person_pin_circle:before {
content: "\e56a";
}
.icomo-personal_video:before {
content: "\e63b";
}
.icomo-pets:before {
content: "\ebbd";
}
.icomo-phone_android:before {
content: "\e324";
}
.icomo-phone_bluetooth_speaker:before {
content: "\e61b";
}
.icomo-phone_forwarded:before {
content: "\e61c";
}
.icomo-phone_in_talk:before {
content: "\e61d";
}
.icomo-phone_iphone:before {
content: "\e325";
}
.icomo-phone_locked:before {
content: "\e61e";
}
.icomo-phone_missed:before {
content: "\e61f";
}
.icomo-phone_paused:before {
content: "\e620";
}
.icomo-phonelink_erase:before {
content: "\e0db";
}
.icomo-phonelink_lock:before {
content: "\e0dc";
}
.icomo-phonelink_off:before {
content: "\e327";
}
.icomo-phonelink_ring:before {
content: "\e0dd";
}
.icomo-phonelink_setup:before {
content: "\e0de";
}
.icomo-photo_album:before {
content: "\e411";
}
.icomo-photo_filter:before {
content: "\e43b";
}
.icomo-photo_size_select_actual:before {
content: "\e432";
}
.icomo-photo_size_select_large:before {
content: "\e433";
}
.icomo-photo_size_select_small:before {
content: "\e434";
}
.icomo-picture_as_pdf:before {
content: "\e415";
}
.icomo-picture_in_picture:before {
content: "\e8aa";
}
.icomo-picture_in_picture_alt:before {
content: "\ebbe";
}
.icomo-pie_chart:before {
content: "\e6c4";
}
.icomo-pie_chart_outlined:before {
content: "\e6c5";
}
.icomo-pin_drop:before {
content: "\e55e";
}
.icomo-play_arrow:before {
content: "\e037";
}
.icomo-play_circle_filled:before {
content: "\e038";
}
.icomo-play_circle_outline:before {
content: "\e039";
}
.icomo-play_for_work:before {
content: "\ebbf";
}
.icomo-playlist_add:before {
content: "\e03b";
}
.icomo-playlist_add_check:before {
content: "\e065";
}
.icomo-playlist_play:before {
content: "\e05f";
}
.icomo-plus_one:before {
content: "\e800";
}
.icomo-polymer:before {
content: "\e8ab";
}
.icomo-pool:before {
content: "\ebc0";
}
.icomo-portable_wifi_off:before {
content: "\e0ce";
}
.icomo-portrait:before {
content: "\e416";
}
.icomo-power2:before {
content: "\e63c";
}
.icomo-power_input:before {
content: "\e336";
}
.icomo-power_settings_new:before {
content: "\e8ac";
}
.icomo-pregnant_woman:before {
content: "\ebc1";
}
.icomo-present_to_all:before {
content: "\e0df";
}
.icomo-priority_high:before {
content: "\e645";
}
.icomo-public:before {
content: "\e80b";
}
.icomo-publish1:before {
content: "\e255";
}
.icomo-queue_music:before {
content: "\e03d";
}
.icomo-queue_play_next:before {
content: "\e066";
}
.icomo-radio2:before {
content: "\e03e";
}
.icomo-radio_button_checked:before {
content: "\e837";
}
.icomo-rate_review:before {
content: "\e560";
}
.icomo-receipt:before {
content: "\e8b0";
}
.icomo-recent_actors:before {
content: "\e03f";
}
.icomo-record_voice_over:before {
content: "\ebc2";
}
.icomo-redo1:before {
content: "\e15a";
}
.icomo-refresh1:before {
content: "\e5d5";
}
.icomo-remove1:before {
content: "\e15b";
}
.icomo-remove_circle_outline:before {
content: "\e15d";
}
.icomo-remove_from_queue:before {
content: "\e067";
}
.icomo-visibility:before {
content: "\e8f4";
}
.icomo-remove_shopping_cart:before {
content: "\ebc3";
}
.icomo-reorder1:before {
content: "\e8fe";
}
.icomo-repeat2:before {
content: "\e040";
}
.icomo-repeat_one:before {
content: "\e041";
}
.icomo-replay:before {
content: "\e042";
}
.icomo-replay_10:before {
content: "\e059";
}
.icomo-replay_30:before {
content: "\e05a";
}
.icomo-replay_5:before {
content: "\e05b";
}
.icomo-reply3:before {
content: "\e15e";
}
.icomo-reply_all:before {
content: "\e15f";
}
.icomo-report:before {
content: "\e160";
}
.icomo-warning3:before {
content: "\e002";
}
.icomo-restaurant:before {
content: "\e56c";
}
.icomo-restore_page:before {
content: "\ebc4";
}
.icomo-ring_volume:before {
content: "\e0d1";
}
.icomo-room_service:before {
content: "\ebc5";
}
.icomo-rotate_90_degrees_ccw:before {
content: "\e418";
}
.icomo-rotate_left:before {
content: "\e419";
}
.icomo-rotate_right:before {
content: "\e41a";
}
.icomo-rounded_corner:before {
content: "\ebc6";
}
.icomo-router:before {
content: "\e328";
}
.icomo-rowing:before {
content: "\ebc7";
}
.icomo-rss_feed:before {
content: "\e0e5";
}
.icomo-rv_hookup:before {
content: "\e642";
}
.icomo-satellite:before {
content: "\e562";
}
.icomo-save3:before {
content: "\e161";
}
.icomo-scanner:before {
content: "\e329";
}
.icomo-school:before {
content: "\e80c";
}
.icomo-screen_lock_landscape:before {
content: "\e1be";
}
.icomo-screen_lock_portrait:before {
content: "\e1bf";
}
.icomo-screen_lock_rotation:before {
content: "\e1c0";
}
.icomo-screen_rotation:before {
content: "\e1c1";
}
.icomo-screen_share:before {
content: "\e0e2";
}
.icomo-sd_storage:before {
content: "\e1c2";
}
.icomo-search3:before {
content: "\e8b6";
}
.icomo-security:before {
content: "\e32a";
}
.icomo-select_all:before {
content: "\e162";
}
.icomo-send2:before {
content: "\e163";
}
.icomo-sentiment_dissatisfied:before {
content: "\e811";
}
.icomo-sentiment_neutral:before {
content: "\e812";
}
.icomo-sentiment_satisfied:before {
content: "\e813";
}
.icomo-sentiment_very_dissatisfied:before {
content: "\e814";
}
.icomo-sentiment_very_satisfied:before {
content: "\e815";
}
.icomo-settings1:before {
content: "\e8b8";
}
.icomo-settings_applications:before {
content: "\e8b9";
}
.icomo-settings_backup_restore:before {
content: "\e8ba";
}
.icomo-settings_bluetooth:before {
content: "\e8bb";
}
.icomo-settings_brightness:before {
content: "\e8bd";
}
.icomo-settings_cell:before {
content: "\e8bc";
}
.icomo-settings_ethernet:before {
content: "\e8be";
}
.icomo-settings_input_antenna:before {
content: "\e8bf";
}
.icomo-settings_input_composite:before {
content: "\e8c1";
}
.icomo-settings_input_hdmi:before {
content: "\e8c2";
}
.icomo-settings_input_svideo:before {
content: "\e8c3";
}
.icomo-settings_overscan:before {
content: "\e8c4";
}
.icomo-settings_phone:before {
content: "\e8c5";
}
.icomo-settings_power:before {
content: "\e8c6";
}
.icomo-settings_remote:before {
content: "\e8c7";
}
.icomo-settings_system_daydream:before {
content: "\e1c3";
}
.icomo-settings_voice:before {
content: "\e8c8";
}
.icomo-share5:before {
content: "\e80d";
}
.icomo-shop1:before {
content: "\e8c9";
}
.icomo-shop_two:before {
content: "\e8ca";
}
.icomo-shopping_basket:before {
content: "\e8cb";
}
.icomo-short_text:before {
content: "\e261";
}
.icomo-show_chart:before {
content: "\e6e1";
}
.icomo-shuffle3:before {
content: "\e043";
}
.icomo-signal_cellular_4_bar:before {
content: "\e1c8";
}
.icomo-signal_cellular_connected_no_internet_4_bar:before {
content: "\e1cd";
}
.icomo-signal_cellular_null:before {
content: "\e1cf";
}
.icomo-signal_cellular_off:before {
content: "\e1d0";
}
.icomo-signal_wifi_4_bar:before {
content: "\e1d8";
}
.icomo-signal_wifi_4_bar_lock:before {
content: "\e1d9";
}
.icomo-signal_wifi_off:before {
content: "\e1da";
}
.icomo-sim_card:before {
content: "\e32b";
}
.icomo-sim_card_alert:before {
content: "\e624";
}
.icomo-skip_next:before {
content: "\e044";
}
.icomo-skip_previous:before {
content: "\e045";
}
.icomo-slideshow:before {
content: "\e41b";
}
.icomo-slow_motion_video:before {
content: "\e068";
}
.icomo-stay_primary_portrait:before {
content: "\e0d6";
}
.icomo-smoke_free:before {
content: "\ebc8";
}
.icomo-smoking_rooms:before {
content: "\ebc9";
}
.icomo-textsms:before {
content: "\e0d8";
}
.icomo-snooze:before {
content: "\e046";
}
.icomo-sort1:before {
content: "\e164";
}
.icomo-sort_by_alpha:before {
content: "\e053";
}
.icomo-spa:before {
content: "\ebca";
}
.icomo-space_bar:before {
content: "\e256";
}
.icomo-speaker1:before {
content: "\e32d";
}
.icomo-speaker_group:before {
content: "\e32e";
}
.icomo-speaker_notes:before {
content: "\e8cd";
}
.icomo-speaker_notes_off:before {
content: "\ebcb";
}
.icomo-speaker_phone:before {
content: "\e0d2";
}
.icomo-spellcheck:before {
content: "\e8ce";
}
.icomo-star_border:before {
content: "\e83a";
}
.icomo-star_half:before {
content: "\e839";
}
.icomo-stars:before {
content: "\e8d0";
}
.icomo-stay_primary_landscape:before {
content: "\e0d5";
}
.icomo-stop3:before {
content: "\e047";
}
.icomo-stop_screen_share:before {
content: "\e0e3";
}
.icomo-storage:before {
content: "\e1db";
}
.icomo-store_mall_directory:before {
content: "\e563";
}
.icomo-straighten:before {
content: "\e41c";
}
.icomo-streetview:before {
content: "\e56e";
}
.icomo-strikethrough_s:before {
content: "\e257";
}
.icomo-style:before {
content: "\e41d";
}
.icomo-subdirectory_arrow_left:before {
content: "\e5d9";
}
.icomo-subdirectory_arrow_right:before {
content: "\e5da";
}
.icomo-subject:before {
content: "\e8d2";
}
.icomo-subscriptions:before {
content: "\e064";
}
.icomo-subtitles:before {
content: "\e048";
}
.icomo-subway1:before {
content: "\e56f";
}
.icomo-supervisor_account:before {
content: "\e8d3";
}
.icomo-surround_sound:before {
content: "\e049";
}
.icomo-swap_calls:before {
content: "\e0d7";
}
.icomo-swap_horiz:before {
content: "\e8d4";
}
.icomo-swap_vert:before {
content: "\e8d5";
}
.icomo-swap_vertical_circle:before {
content: "\e8d6";
}
.icomo-switch_camera:before {
content: "\e41e";
}
.icomo-switch_video:before {
content: "\e41f";
}
.icomo-sync_disabled:before {
content: "\e628";
}
.icomo-sync_problem:before {
content: "\e629";
}
.icomo-system_update:before {
content: "\e62a";
}
.icomo-system_update_alt:before {
content: "\e8d7";
}
.icomo-tab1:before {
content: "\e8d8";
}
.icomo-tab_unselected:before {
content: "\e8d9";
}
.icomo-tablet4:before {
content: "\e32f";
}
.icomo-tablet_android:before {
content: "\e330";
}
.icomo-tablet_mac:before {
content: "\e331";
}
.icomo-tap_and_play:before {
content: "\e62b";
}
.icomo-text_fields:before {
content: "\e262";
}
.icomo-text_format:before {
content: "\e165";
}
.icomo-texture:before {
content: "\e421";
}
.icomo-thumb_down:before {
content: "\e8db";
}
.icomo-thumb_up:before {
content: "\e8dc";
}
.icomo-thumbs_up_down:before {
content: "\e8dd";
}
.icomo-timelapse:before {
content: "\e422";
}
.icomo-timeline:before {
content: "\ebcc";
}
.icomo-timer:before {
content: "\e425";
}
.icomo-timer_10:before {
content: "\e423";
}
.icomo-timer_3:before {
content: "\e424";
}
.icomo-timer_off:before {
content: "\e426";
}
.icomo-title:before {
content: "\e264";
}
.icomo-toc:before {
content: "\e8de";
}
.icomo-today:before {
content: "\e8df";
}
.icomo-toll:before {
content: "\e8e0";
}
.icomo-tonality:before {
content: "\e427";
}
.icomo-touch_app:before {
content: "\ebcd";
}
.icomo-toys:before {
content: "\e332";
}
.icomo-track_changes:before {
content: "\e8e1";
}
.icomo-traffic:before {
content: "\e565";
}
.icomo-train1:before {
content: "\e570";
}
.icomo-tram:before {
content: "\e571";
}
.icomo-transfer_within_a_station:before {
content: "\e572";
}
.icomo-transform:before {
content: "\e428";
}
.icomo-translate:before {
content: "\e8e2";
}
.icomo-trending_down:before {
content: "\e8e3";
}
.icomo-trending_flat:before {
content: "\e8e4";
}
.icomo-trending_up:before {
content: "\e8e5";
}
.icomo-tune:before {
content: "\e429";
}
.icomo-tv4:before {
content: "\e333";
}
.icomo-unarchive:before {
content: "\e169";
}
.icomo-undo3:before {
content: "\e166";
}
.icomo-unfold_less:before {
content: "\e5d6";
}
.icomo-unfold_more:before {
content: "\e5d7";
}
.icomo-update:before {
content: "\ebce";
}
.icomo-usb1:before {
content: "\e1e0";
}
.icomo-verified_user:before {
content: "\e8e8";
}
.icomo-vertical_align_bottom:before {
content: "\e258";
}
.icomo-vertical_align_center:before {
content: "\e259";
}
.icomo-vertical_align_top:before {
content: "\e25a";
}
.icomo-vibration:before {
content: "\e62d";
}
.icomo-video_call:before {
content: "\e070";
}
.icomo-video_label:before {
content: "\e071";
}
.icomo-video_library:before {
content: "\e04a";
}
.icomo-videocam:before {
content: "\e04b";
}
.icomo-videocam_off:before {
content: "\e04c";
}
.icomo-videogame_asset:before {
content: "\e338";
}
.icomo-view_agenda:before {
content: "\e8e9";
}
.icomo-view_array:before {
content: "\e8ea";
}
.icomo-view_carousel:before {
content: "\e8eb";
}
.icomo-view_column:before {
content: "\e8ec";
}
.icomo-view_comfy:before {
content: "\e42a";
}
.icomo-view_compact:before {
content: "\e42b";
}
.icomo-view_day:before {
content: "\e8ed";
}
.icomo-view_headline:before {
content: "\e8ee";
}
.icomo-view_list:before {
content: "\e8ef";
}
.icomo-view_module:before {
content: "\e8f0";
}
.icomo-view_quilt:before {
content: "\e8f1";
}
.icomo-view_stream:before {
content: "\e8f2";
}
.icomo-view_week:before {
content: "\e8f3";
}
.icomo-vignette:before {
content: "\e435";
}
.icomo-visibility_off:before {
content: "\e8f5";
}
.icomo-voice_chat:before {
content: "\e62e";
}
.icomo-voicemail2:before {
content: "\e0d9";
}
.icomo-volume_down:before {
content: "\e04d";
}
.icomo-volume_mute:before {
content: "\e04e";
}
.icomo-volume_off:before {
content: "\e04f";
}
.icomo-volume_up:before {
content: "\e050";
}
.icomo-vpn_key:before {
content: "\e0da";
}
.icomo-vpn_lock:before {
content: "\e62f";
}
.icomo-wallpaper:before {
content: "\e1bc";
}
.icomo-watch1:before {
content: "\e334";
}
.icomo-watch_later:before {
content: "\ebcf";
}
.icomo-wb_auto:before {
content: "\e42c";
}
.icomo-wb_incandescent:before {
content: "\e42e";
}
.icomo-wb_iridescent:before {
content: "\e436";
}
.icomo-wb_sunny:before {
content: "\e430";
}
.icomo-wc:before {
content: "\e63d";
}
.icomo-web:before {
content: "\e051";
}
.icomo-web_asset:before {
content: "\e069";
}
.icomo-weekend:before {
content: "\e16b";
}
.icomo-whatshot:before {
content: "\e80e";
}
.icomo-widgets:before {
content: "\e1bd";
}
.icomo-wifi2:before {
content: "\e63e";
}
.icomo-wifi_lock:before {
content: "\e1e1";
}
.icomo-wifi_tethering:before {
content: "\e1e2";
}
.icomo-work:before {
content: "\e8f9";
}
.icomo-wrap_text:before {
content: "\e25b";
}
.icomo-youtube_searched_for:before {
content: "\e8fa";
}
.icomo-zoom_in:before {
content: "\e8ff";
}
.icomo-zoom_out:before {
content: "\ebd0";
}
.icomo-zoom_out_map:before {
content: "\e56b";
}
.icomo-asterisk:before {
content: "\f069";
}
.icomo-plus:before {
content: "\f067";
}
.icomo-question:before {
content: "\f128";
}
.icomo-minus:before {
content: "\f068";
}
.icomo-glass:before {
content: "\f000";
}
.icomo-music:before {
content: "\f001";
}
.icomo-search:before {
content: "\f002";
}
.icomo-envelope-o:before {
content: "\f003";
}
.icomo-heart:before {
content: "\f004";
}
.icomo-star:before {
content: "\f005";
}
.icomo-star-o:before {
content: "\f006";
}
.icomo-user:before {
content: "\f007";
}
.icomo-film:before {
content: "\f008";
}
.icomo-th-large:before {
content: "\f009";
}
.icomo-th:before {
content: "\f00a";
}
.icomo-th-list:before {
content: "\f00b";
}
.icomo-check:before {
content: "\f00c";
}
.icomo-close:before {
content: "\f00d";
}
.icomo-remove:before {
content: "\f00d";
}
.icomo-times:before {
content: "\f00d";
}
.icomo-search-plus:before {
content: "\f00e";
}
.icomo-search-minus:before {
content: "\f010";
}
.icomo-power-off:before {
content: "\f011";
}
.icomo-signal:before {
content: "\f012";
}
.icomo-cog:before {
content: "\f013";
}
.icomo-gear:before {
content: "\f013";
}
.icomo-trash-o:before {
content: "\f014";
}
.icomo-home:before {
content: "\f015";
}
.icomo-file-o:before {
content: "\f016";
}
.icomo-clock-o:before {
content: "\f017";
}
.icomo-road:before {
content: "\f018";
}
.icomo-download:before {
content: "\f019";
}
.icomo-arrow-circle-o-down:before {
content: "\f01a";
}
.icomo-arrow-circle-o-up:before {
content: "\f01b";
}
.icomo-inbox:before {
content: "\f01c";
}
.icomo-play-circle-o:before {
content: "\f01d";
}
.icomo-repeat:before {
content: "\f01e";
}
.icomo-rotate-right:before {
content: "\f01e";
}
.icomo-refresh:before {
content: "\f021";
}
.icomo-list-alt:before {
content: "\f022";
}
.icomo-lock:before {
content: "\f023";
}
.icomo-flag:before {
content: "\f024";
}
.icomo-headphones:before {
content: "\f025";
}
.icomo-volume-off:before {
content: "\f026";
}
.icomo-volume-down:before {
content: "\f027";
}
.icomo-volume-up:before {
content: "\f028";
}
.icomo-qrcode:before {
content: "\f029";
}
.icomo-barcode:before {
content: "\f02a";
}
.icomo-tag:before {
content: "\f02b";
}
.icomo-tags:before {
content: "\f02c";
}
.icomo-book:before {
content: "\f02d";
}
.icomo-bookmark:before {
content: "\f02e";
}
.icomo-print:before {
content: "\f02f";
}
.icomo-camera:before {
content: "\f030";
}
.icomo-font:before {
content: "\f031";
}
.icomo-bold:before {
content: "\f032";
}
.icomo-italic:before {
content: "\f033";
}
.icomo-text-height:before {
content: "\f034";
}
.icomo-text-width:before {
content: "\f035";
}
.icomo-align-left:before {
content: "\f036";
}
.icomo-align-center:before {
content: "\f037";
}
.icomo-align-right:before {
content: "\f038";
}
.icomo-align-justify:before {
content: "\f039";
}
.icomo-list:before {
content: "\f03a";
}
.icomo-dedent:before {
content: "\f03b";
}
.icomo-outdent:before {
content: "\f03b";
}
.icomo-indent:before {
content: "\f03c";
}
.icomo-video-camera:before {
content: "\f03d";
}
.icomo-image:before {
content: "\f03e";
}
.icomo-photo:before {
content: "\f03e";
}
.icomo-picture-o:before {
content: "\f03e";
}
.icomo-pencil:before {
content: "\f040";
}
.icomo-map-marker:before {
content: "\f041";
}
.icomo-adjust:before {
content: "\f042";
}
.icomo-tint:before {
content: "\f043";
}
.icomo-edit:before {
content: "\f044";
}
.icomo-pencil-square-o:before {
content: "\f044";
}
.icomo-share-square-o:before {
content: "\f045";
}
.icomo-check-square-o:before {
content: "\f046";
}
.icomo-arrows:before {
content: "\f047";
}
.icomo-step-backward:before {
content: "\f048";
}
.icomo-fast-backward:before {
content: "\f049";
}
.icomo-backward:before {
content: "\f04a";
}
.icomo-play:before {
content: "\f04b";
}
.icomo-pause:before {
content: "\f04c";
}
.icomo-stop:before {
content: "\f04d";
}
.icomo-forward:before {
content: "\f04e";
}
.icomo-fast-forward:before {
content: "\f050";
}
.icomo-step-forward:before {
content: "\f051";
}
.icomo-eject:before {
content: "\f052";
}
.icomo-chevron-left:before {
content: "\f053";
}
.icomo-chevron-right:before {
content: "\f054";
}
.icomo-plus-circle:before {
content: "\f055";
}
.icomo-minus-circle:before {
content: "\f056";
}
.icomo-times-circle:before {
content: "\f057";
}
.icomo-check-circle:before {
content: "\f058";
}
.icomo-question-circle:before {
content: "\f059";
}
.icomo-info-circle:before {
content: "\f05a";
}
.icomo-crosshairs:before {
content: "\f05b";
}
.icomo-times-circle-o:before {
content: "\f05c";
}
.icomo-check-circle-o:before {
content: "\f05d";
}
.icomo-ban:before {
content: "\f05e";
}
.icomo-arrow-left:before {
content: "\f060";
}
.icomo-arrow-right:before {
content: "\f061";
}
.icomo-arrow-up:before {
content: "\f062";
}
.icomo-arrow-down:before {
content: "\f063";
}
.icomo-mail-forward:before {
content: "\f064";
}
.icomo-share:before {
content: "\f064";
}
.icomo-expand:before {
content: "\f065";
}
.icomo-compress:before {
content: "\f066";
}
.icomo-exclamation-circle:before {
content: "\f06a";
}
.icomo-gift:before {
content: "\f06b";
}
.icomo-leaf:before {
content: "\f06c";
}
.icomo-fire:before {
content: "\f06d";
}
.icomo-eye:before {
content: "\f06e";
}
.icomo-eye-slash:before {
content: "\f070";
}
.icomo-exclamation-triangle:before {
content: "\f071";
}
.icomo-warning:before {
content: "\f071";
}
.icomo-plane:before {
content: "\f072";
}
.icomo-calendar:before {
content: "\f073";
}
.icomo-random:before {
content: "\f074";
}
.icomo-comment:before {
content: "\f075";
}
.icomo-magnet:before {
content: "\f076";
}
.icomo-chevron-up:before {
content: "\f077";
}
.icomo-chevron-down:before {
content: "\f078";
}
.icomo-retweet:before {
content: "\f079";
}
.icomo-shopping-cart:before {
content: "\f07a";
}
.icomo-folder:before {
content: "\f07b";
}
.icomo-folder-open:before {
content: "\f07c";
}
.icomo-arrows-v:before {
content: "\f07d";
}
.icomo-arrows-h:before {
content: "\f07e";
}
.icomo-bar-chart:before {
content: "\f080";
}
.icomo-bar-chart-o:before {
content: "\f080";
}
.icomo-twitter-square:before {
content: "\f081";
}
.icomo-facebook-square:before {
content: "\f082";
}
.icomo-camera-retro:before {
content: "\f083";
}
.icomo-key:before {
content: "\f084";
}
.icomo-cogs:before {
content: "\f085";
}
.icomo-gears:before {
content: "\f085";
}
.icomo-comments:before {
content: "\f086";
}
.icomo-thumbs-o-up:before {
content: "\f087";
}
.icomo-thumbs-o-down:before {
content: "\f088";
}
.icomo-star-half:before {
content: "\f089";
}
.icomo-heart-o:before {
content: "\f08a";
}
.icomo-sign-out:before {
content: "\f08b";
}
.icomo-linkedin-square:before {
content: "\f08c";
}
.icomo-thumb-tack:before {
content: "\f08d";
}
.icomo-external-link:before {
content: "\f08e";
}
.icomo-sign-in:before {
content: "\f090";
}
.icomo-trophy:before {
content: "\f091";
}
.icomo-github-square:before {
content: "\f092";
}
.icomo-upload:before {
content: "\f093";
}
.icomo-lemon-o:before {
content: "\f094";
}
.icomo-phone:before {
content: "\f095";
}
.icomo-square-o:before {
content: "\f096";
}
.icomo-bookmark-o:before {
content: "\f097";
}
.icomo-phone-square:before {
content: "\f098";
}
.icomo-twitter:before {
content: "\f099";
}
.icomo-facebook:before {
content: "\f09a";
}
.icomo-facebook-f:before {
content: "\f09a";
}
.icomo-github:before {
content: "\f09b";
}
.icomo-unlock:before {
content: "\f09c";
}
.icomo-credit-card:before {
content: "\f09d";
}
.icomo-feed:before {
content: "\f09e";
}
.icomo-rss:before {
content: "\f09e";
}
.icomo-hdd-o:before {
content: "\f0a0";
}
.icomo-bullhorn:before {
content: "\f0a1";
}
.icomo-bell-o:before {
content: "\f0a2";
}
.icomo-certificate:before {
content: "\f0a3";
}
.icomo-hand-o-right:before {
content: "\f0a4";
}
.icomo-hand-o-left:before {
content: "\f0a5";
}
.icomo-hand-o-up:before {
content: "\f0a6";
}
.icomo-hand-o-down:before {
content: "\f0a7";
}
.icomo-arrow-circle-left:before {
content: "\f0a8";
}
.icomo-arrow-circle-right:before {
content: "\f0a9";
}
.icomo-arrow-circle-up:before {
content: "\f0aa";
}
.icomo-arrow-circle-down:before {
content: "\f0ab";
}
.icomo-globe:before {
content: "\f0ac";
}
.icomo-wrench:before {
content: "\f0ad";
}
.icomo-tasks:before {
content: "\f0ae";
}
.icomo-filter:before {
content: "\f0b0";
}
.icomo-briefcase:before {
content: "\f0b1";
}
.icomo-arrows-alt:before {
content: "\f0b2";
}
.icomo-group:before {
content: "\f0c0";
}
.icomo-users:before {
content: "\f0c0";
}
.icomo-chain:before {
content: "\f0c1";
}
.icomo-link:before {
content: "\f0c1";
}
.icomo-cloud:before {
content: "\f0c2";
}
.icomo-flask:before {
content: "\f0c3";
}
.icomo-cut:before {
content: "\f0c4";
}
.icomo-scissors:before {
content: "\f0c4";
}
.icomo-copy:before {
content: "\f0c5";
}
.icomo-files-o:before {
content: "\f0c5";
}
.icomo-paperclip:before {
content: "\f0c6";
}
.icomo-floppy-o:before {
content: "\f0c7";
}
.icomo-save:before {
content: "\f0c7";
}
.icomo-square:before {
content: "\f0c8";
}
.icomo-bars:before {
content: "\f0c9";
}
.icomo-navicon:before {
content: "\f0c9";
}
.icomo-reorder:before {
content: "\f0c9";
}
.icomo-list-ul:before {
content: "\f0ca";
}
.icomo-list-ol:before {
content: "\f0cb";
}
.icomo-strikethrough:before {
content: "\f0cc";
}
.icomo-underline:before {
content: "\f0cd";
}
.icomo-table:before {
content: "\f0ce";
}
.icomo-magic:before {
content: "\f0d0";
}
.icomo-truck:before {
content: "\f0d1";
}
.icomo-pinterest:before {
content: "\f0d2";
}
.icomo-pinterest-square:before {
content: "\f0d3";
}
.icomo-google-plus-square:before {
content: "\f0d4";
}
.icomo-google-plus:before {
content: "\f0d5";
}
.icomo-money:before {
content: "\f0d6";
}
.icomo-caret-down:before {
content: "\f0d7";
}
.icomo-caret-up:before {
content: "\f0d8";
}
.icomo-caret-left:before {
content: "\f0d9";
}
.icomo-caret-right:before {
content: "\f0da";
}
.icomo-columns:before {
content: "\f0db";
}
.icomo-sort:before {
content: "\f0dc";
}
.icomo-unsorted:before {
content: "\f0dc";
}
.icomo-sort-desc:before {
content: "\f0dd";
}
.icomo-sort-down:before {
content: "\f0dd";
}
.icomo-sort-asc:before {
content: "\f0de";
}
.icomo-sort-up:before {
content: "\f0de";
}
.icomo-envelope:before {
content: "\f0e0";
}
.icomo-linkedin:before {
content: "\f0e1";
}
.icomo-rotate-left:before {
content: "\f0e2";
}
.icomo-undo:before {
content: "\f0e2";
}
.icomo-gavel:before {
content: "\f0e3";
}
.icomo-legal:before {
content: "\f0e3";
}
.icomo-dashboard:before {
content: "\f0e4";
}
.icomo-tachometer:before {
content: "\f0e4";
}
.icomo-comment-o:before {
content: "\f0e5";
}
.icomo-comments-o:before {
content: "\f0e6";
}
.icomo-bolt:before {
content: "\f0e7";
}
.icomo-flash:before {
content: "\f0e7";
}
.icomo-sitemap:before {
content: "\f0e8";
}
.icomo-umbrella:before {
content: "\f0e9";
}
.icomo-clipboard:before {
content: "\f0ea";
}
.icomo-paste:before {
content: "\f0ea";
}
.icomo-lightbulb-o:before {
content: "\f0eb";
}
.icomo-exchange:before {
content: "\f0ec";
}
.icomo-cloud-download:before {
content: "\f0ed";
}
.icomo-cloud-upload:before {
content: "\f0ee";
}
.icomo-user-md:before {
content: "\f0f0";
}
.icomo-stethoscope:before {
content: "\f0f1";
}
.icomo-suitcase:before {
content: "\f0f2";
}
.icomo-bell:before {
content: "\f0f3";
}
.icomo-coffee:before {
content: "\f0f4";
}
.icomo-cutlery:before {
content: "\f0f5";
}
.icomo-file-text-o:before {
content: "\f0f6";
}
.icomo-building-o:before {
content: "\f0f7";
}
.icomo-hospital-o:before {
content: "\f0f8";
}
.icomo-ambulance:before {
content: "\f0f9";
}
.icomo-medkit:before {
content: "\f0fa";
}
.icomo-fighter-jet:before {
content: "\f0fb";
}
.icomo-beer:before {
content: "\f0fc";
}
.icomo-h-square:before {
content: "\f0fd";
}
.icomo-plus-square:before {
content: "\f0fe";
}
.icomo-angle-double-left:before {
content: "\f100";
}
.icomo-angle-double-right:before {
content: "\f101";
}
.icomo-angle-double-up:before {
content: "\f102";
}
.icomo-angle-double-down:before {
content: "\f103";
}
.icomo-angle-left:before {
content: "\f104";
}
.icomo-angle-right:before {
content: "\f105";
}
.icomo-angle-up:before {
content: "\f106";
}
.icomo-angle-down:before {
content: "\f107";
}
.icomo-desktop:before {
content: "\f108";
}
.icomo-laptop:before {
content: "\f109";
}
.icomo-tablet:before {
content: "\f10a";
}
.icomo-mobile:before {
content: "\f10b";
}
.icomo-mobile-phone:before {
content: "\f10b";
}
.icomo-circle-o:before {
content: "\f10c";
}
.icomo-quote-left:before {
content: "\f10d";
}
.icomo-quote-right:before {
content: "\f10e";
}
.icomo-spinner:before {
content: "\f110";
}
.icomo-circle:before {
content: "\f111";
}
.icomo-mail-reply:before {
content: "\f112";
}
.icomo-reply:before {
content: "\f112";
}
.icomo-github-alt:before {
content: "\f113";
}
.icomo-folder-o:before {
content: "\f114";
}
.icomo-folder-open-o:before {
content: "\f115";
}
.icomo-smile-o:before {
content: "\f118";
}
.icomo-frown-o:before {
content: "\f119";
}
.icomo-meh-o:before {
content: "\f11a";
}
.icomo-gamepad:before {
content: "\f11b";
}
.icomo-keyboard-o:before {
content: "\f11c";
}
.icomo-flag-o:before {
content: "\f11d";
}
.icomo-flag-checkered:before {
content: "\f11e";
}
.icomo-terminal:before {
content: "\f120";
}
.icomo-code:before {
content: "\f121";
}
.icomo-mail-reply-all:before {
content: "\f122";
}
.icomo-reply-all:before {
content: "\f122";
}
.icomo-star-half-empty:before {
content: "\f123";
}
.icomo-star-half-full:before {
content: "\f123";
}
.icomo-star-half-o:before {
content: "\f123";
}
.icomo-location-arrow:before {
content: "\f124";
}
.icomo-crop:before {
content: "\f125";
}
.icomo-code-fork:before {
content: "\f126";
}
.icomo-chain-broken:before {
content: "\f127";
}
.icomo-unlink:before {
content: "\f127";
}
.icomo-info:before {
content: "\f129";
}
.icomo-exclamation:before {
content: "\f12a";
}
.icomo-superscript:before {
content: "\f12b";
}
.icomo-subscript:before {
content: "\f12c";
}
.icomo-eraser:before {
content: "\f12d";
}
.icomo-puzzle-piece:before {
content: "\f12e";
}
.icomo-microphone:before {
content: "\f130";
}
.icomo-microphone-slash:before {
content: "\f131";
}
.icomo-shield:before {
content: "\f132";
}
.icomo-calendar-o:before {
content: "\f133";
}
.icomo-fire-extinguisher:before {
content: "\f134";
}
.icomo-rocket:before {
content: "\f135";
}
.icomo-maxcdn:before {
content: "\f136";
}
.icomo-chevron-circle-left:before {
content: "\f137";
}
.icomo-chevron-circle-right:before {
content: "\f138";
}
.icomo-chevron-circle-up:before {
content: "\f139";
}
.icomo-chevron-circle-down:before {
content: "\f13a";
}
.icomo-html5:before {
content: "\f13b";
}
.icomo-css3:before {
content: "\f13c";
}
.icomo-anchor:before {
content: "\f13d";
}
.icomo-unlock-alt:before {
content: "\f13e";
}
.icomo-bullseye:before {
content: "\f140";
}
.icomo-ellipsis-h:before {
content: "\f141";
}
.icomo-ellipsis-v:before {
content: "\f142";
}
.icomo-rss-square:before {
content: "\f143";
}
.icomo-play-circle:before {
content: "\f144";
}
.icomo-ticket:before {
content: "\f145";
}
.icomo-minus-square:before {
content: "\f146";
}
.icomo-minus-square-o:before {
content: "\f147";
}
.icomo-level-up:before {
content: "\f148";
}
.icomo-level-down:before {
content: "\f149";
}
.icomo-check-square:before {
content: "\f14a";
}
.icomo-pencil-square:before {
content: "\f14b";
}
.icomo-external-link-square:before {
content: "\f14c";
}
.icomo-share-square:before {
content: "\f14d";
}
.icomo-compass:before {
content: "\f14e";
}
.icomo-caret-square-o-down:before {
content: "\f150";
}
.icomo-toggle-down:before {
content: "\f150";
}
.icomo-caret-square-o-up:before {
content: "\f151";
}
.icomo-toggle-up:before {
content: "\f151";
}
.icomo-caret-square-o-right:before {
content: "\f152";
}
.icomo-toggle-right:before {
content: "\f152";
}
.icomo-eur:before {
content: "\f153";
}
.icomo-euro:before {
content: "\f153";
}
.icomo-gbp:before {
content: "\f154";
}
.icomo-dollar:before {
content: "\f155";
}
.icomo-usd:before {
content: "\f155";
}
.icomo-inr:before {
content: "\f156";
}
.icomo-rupee:before {
content: "\f156";
}
.icomo-cny:before {
content: "\f157";
}
.icomo-jpy:before {
content: "\f157";
}
.icomo-rmb:before {
content: "\f157";
}
.icomo-yen:before {
content: "\f157";
}
.icomo-rouble:before {
content: "\f158";
}
.icomo-rub:before {
content: "\f158";
}
.icomo-ruble:before {
content: "\f158";
}
.icomo-krw:before {
content: "\f159";
}
.icomo-won:before {
content: "\f159";
}
.icomo-bitcoin:before {
content: "\f15a";
}
.icomo-btc:before {
content: "\f15a";
}
.icomo-file:before {
content: "\f15b";
}
.icomo-file-text:before {
content: "\f15c";
}
.icomo-sort-alpha-asc:before {
content: "\f15d";
}
.icomo-sort-alpha-desc:before {
content: "\f15e";
}
.icomo-sort-amount-asc:before {
content: "\f160";
}
.icomo-sort-amount-desc:before {
content: "\f161";
}
.icomo-sort-numeric-asc:before {
content: "\f162";
}
.icomo-sort-numeric-desc:before {
content: "\f163";
}
.icomo-thumbs-up:before {
content: "\f164";
}
.icomo-thumbs-down:before {
content: "\f165";
}
.icomo-youtube-square:before {
content: "\f166";
}
.icomo-youtube:before {
content: "\f167";
}
.icomo-xing:before {
content: "\f168";
}
.icomo-xing-square:before {
content: "\f169";
}
.icomo-youtube-play:before {
content: "\f16a";
}
.icomo-dropbox:before {
content: "\f16b";
}
.icomo-stack-overflow:before {
content: "\f16c";
}
.icomo-instagram:before {
content: "\f16d";
}
.icomo-flickr:before {
content: "\f16e";
}
.icomo-adn:before {
content: "\f170";
}
.icomo-bitbucket:before {
content: "\f171";
}
.icomo-bitbucket-square:before {
content: "\f172";
}
.icomo-tumblr:before {
content: "\f173";
}
.icomo-tumblr-square:before {
content: "\f174";
}
.icomo-long-arrow-down:before {
content: "\f175";
}
.icomo-long-arrow-up:before {
content: "\f176";
}
.icomo-long-arrow-left:before {
content: "\f177";
}
.icomo-long-arrow-right:before {
content: "\f178";
}
.icomo-apple:before {
content: "\f179";
}
.icomo-windows:before {
content: "\f17a";
}
.icomo-android:before {
content: "\f17b";
}
.icomo-linux:before {
content: "\f17c";
}
.icomo-dribbble:before {
content: "\f17d";
}
.icomo-skype:before {
content: "\f17e";
}
.icomo-foursquare:before {
content: "\f180";
}
.icomo-trello:before {
content: "\f181";
}
.icomo-female:before {
content: "\f182";
}
.icomo-male:before {
content: "\f183";
}
.icomo-gittip:before {
content: "\f184";
}
.icomo-gratipay:before {
content: "\f184";
}
.icomo-sun-o:before {
content: "\f185";
}
.icomo-moon-o:before {
content: "\f186";
}
.icomo-archive:before {
content: "\f187";
}
.icomo-bug:before {
content: "\f188";
}
.icomo-vk:before {
content: "\f189";
}
.icomo-weibo:before {
content: "\f18a";
}
.icomo-renren:before {
content: "\f18b";
}
.icomo-pagelines:before {
content: "\f18c";
}
.icomo-stack-exchange:before {
content: "\f18d";
}
.icomo-arrow-circle-o-right:before {
content: "\f18e";
}
.icomo-arrow-circle-o-left:before {
content: "\f190";
}
.icomo-caret-square-o-left:before {
content: "\f191";
}
.icomo-toggle-left:before {
content: "\f191";
}
.icomo-dot-circle-o:before {
content: "\f192";
}
.icomo-wheelchair:before {
content: "\f193";
}
.icomo-vimeo-square:before {
content: "\f194";
}
.icomo-try:before {
content: "\f195";
}
.icomo-turkish-lira:before {
content: "\f195";
}
.icomo-plus-square-o:before {
content: "\f196";
}
.icomo-space-shuttle:before {
content: "\f197";
}
.icomo-slack:before {
content: "\f198";
}
.icomo-envelope-square:before {
content: "\f199";
}
.icomo-wordpress:before {
content: "\f19a";
}
.icomo-openid:before {
content: "\f19b";
}
.icomo-bank:before {
content: "\f19c";
}
.icomo-institution:before {
content: "\f19c";
}
.icomo-university:before {
content: "\f19c";
}
.icomo-graduation-cap:before {
content: "\f19d";
}
.icomo-mortar-board:before {
content: "\f19d";
}
.icomo-yahoo:before {
content: "\f19e";
}
.icomo-google:before {
content: "\f1a0";
}
.icomo-reddit:before {
content: "\f1a1";
}
.icomo-reddit-square:before {
content: "\f1a2";
}
.icomo-stumbleupon-circle:before {
content: "\f1a3";
}
.icomo-stumbleupon:before {
content: "\f1a4";
}
.icomo-delicious:before {
content: "\f1a5";
}
.icomo-digg:before {
content: "\f1a6";
}
.icomo-pied-piper-pp:before {
content: "\f1a7";
}
.icomo-pied-piper-alt:before {
content: "\f1a8";
}
.icomo-drupal:before {
content: "\f1a9";
}
.icomo-joomla:before {
content: "\f1aa";
}
.icomo-language:before {
content: "\f1ab";
}
.icomo-fax:before {
content: "\f1ac";
}
.icomo-building:before {
content: "\f1ad";
}
.icomo-child:before {
content: "\f1ae";
}
.icomo-paw:before {
content: "\f1b0";
}
.icomo-spoon:before {
content: "\f1b1";
}
.icomo-cube:before {
content: "\f1b2";
}
.icomo-cubes:before {
content: "\f1b3";
}
.icomo-behance:before {
content: "\f1b4";
}
.icomo-behance-square:before {
content: "\f1b5";
}
.icomo-steam:before {
content: "\f1b6";
}
.icomo-steam-square:before {
content: "\f1b7";
}
.icomo-recycle:before {
content: "\f1b8";
}
.icomo-automobile:before {
content: "\f1b9";
}
.icomo-car:before {
content: "\f1b9";
}
.icomo-cab:before {
content: "\f1ba";
}
.icomo-taxi:before {
content: "\f1ba";
}
.icomo-tree:before {
content: "\f1bb";
}
.icomo-spotify:before {
content: "\f1bc";
}
.icomo-deviantart:before {
content: "\f1bd";
}
.icomo-soundcloud:before {
content: "\f1be";
}
.icomo-database:before {
content: "\f1c0";
}
.icomo-file-pdf-o:before {
content: "\f1c1";
}
.icomo-file-word-o:before {
content: "\f1c2";
}
.icomo-file-excel-o:before {
content: "\f1c3";
}
.icomo-file-powerpoint-o:before {
content: "\f1c4";
}
.icomo-file-image-o:before {
content: "\f1c5";
}
.icomo-file-photo-o:before {
content: "\f1c5";
}
.icomo-file-picture-o:before {
content: "\f1c5";
}
.icomo-file-archive-o:before {
content: "\f1c6";
}
.icomo-file-zip-o:before {
content: "\f1c6";
}
.icomo-file-audio-o:before {
content: "\f1c7";
}
.icomo-file-sound-o:before {
content: "\f1c7";
}
.icomo-file-movie-o:before {
content: "\f1c8";
}
.icomo-file-video-o:before {
content: "\f1c8";
}
.icomo-file-code-o:before {
content: "\f1c9";
}
.icomo-vine:before {
content: "\f1ca";
}
.icomo-codepen:before {
content: "\f1cb";
}
.icomo-jsfiddle:before {
content: "\f1cc";
}
.icomo-life-bouy:before {
content: "\f1cd";
}
.icomo-life-buoy:before {
content: "\f1cd";
}
.icomo-life-ring:before {
content: "\f1cd";
}
.icomo-life-saver:before {
content: "\f1cd";
}
.icomo-support:before {
content: "\f1cd";
}
.icomo-circle-o-notch:before {
content: "\f1ce";
}
.icomo-ra:before {
content: "\f1d0";
}
.icomo-rebel:before {
content: "\f1d0";
}
.icomo-resistance:before {
content: "\f1d0";
}
.icomo-empire:before {
content: "\f1d1";
}
.icomo-ge:before {
content: "\f1d1";
}
.icomo-git-square:before {
content: "\f1d2";
}
.icomo-git:before {
content: "\f1d3";
}
.icomo-hacker-news:before {
content: "\f1d4";
}
.icomo-y-combinator-square:before {
content: "\f1d4";
}
.icomo-yc-square:before {
content: "\f1d4";
}
.icomo-tencent-weibo:before {
content: "\f1d5";
}
.icomo-qq:before {
content: "\f1d6";
}
.icomo-wechat:before {
content: "\f1d7";
}
.icomo-weixin:before {
content: "\f1d7";
}
.icomo-paper-plane:before {
content: "\f1d8";
}
.icomo-send:before {
content: "\f1d8";
}
.icomo-paper-plane-o:before {
content: "\f1d9";
}
.icomo-send-o:before {
content: "\f1d9";
}
.icomo-history:before {
content: "\f1da";
}
.icomo-circle-thin:before {
content: "\f1db";
}
.icomo-header:before {
content: "\f1dc";
}
.icomo-paragraph:before {
content: "\f1dd";
}
.icomo-sliders:before {
content: "\f1de";
}
.icomo-share-alt:before {
content: "\f1e0";
}
.icomo-share-alt-square:before {
content: "\f1e1";
}
.icomo-bomb:before {
content: "\f1e2";
}
.icomo-futbol-o:before {
content: "\f1e3";
}
.icomo-soccer-ball-o:before {
content: "\f1e3";
}
.icomo-tty:before {
content: "\f1e4";
}
.icomo-binoculars:before {
content: "\f1e5";
}
.icomo-plug:before {
content: "\f1e6";
}
.icomo-slideshare:before {
content: "\f1e7";
}
.icomo-twitch:before {
content: "\f1e8";
}
.icomo-yelp:before {
content: "\f1e9";
}
.icomo-newspaper-o:before {
content: "\f1ea";
}
.icomo-wifi:before {
content: "\f1eb";
}
.icomo-calculator:before {
content: "\f1ec";
}
.icomo-paypal:before {
content: "\f1ed";
}
.icomo-google-wallet:before {
content: "\f1ee";
}
.icomo-cc-visa:before {
content: "\f1f0";
}
.icomo-cc-mastercard:before {
content: "\f1f1";
}
.icomo-cc-discover:before {
content: "\f1f2";
}
.icomo-cc-amex:before {
content: "\f1f3";
}
.icomo-cc-paypal:before {
content: "\f1f4";
}
.icomo-cc-stripe:before {
content: "\f1f5";
}
.icomo-bell-slash:before {
content: "\f1f6";
}
.icomo-bell-slash-o:before {
content: "\f1f7";
}
.icomo-trash:before {
content: "\f1f8";
}
.icomo-copyright:before {
content: "\f1f9";
}
.icomo-at:before {
content: "\f1fa";
}
.icomo-eyedropper:before {
content: "\f1fb";
}
.icomo-paint-brush:before {
content: "\f1fc";
}
.icomo-birthday-cake:before {
content: "\f1fd";
}
.icomo-area-chart:before {
content: "\f1fe";
}
.icomo-pie-chart:before {
content: "\f200";
}
.icomo-line-chart:before {
content: "\f201";
}
.icomo-lastfm:before {
content: "\f202";
}
.icomo-lastfm-square:before {
content: "\f203";
}
.icomo-toggle-off:before {
content: "\f204";
}
.icomo-toggle-on:before {
content: "\f205";
}
.icomo-bicycle:before {
content: "\f206";
}
.icomo-bus:before {
content: "\f207";
}
.icomo-ioxhost:before {
content: "\f208";
}
.icomo-angellist:before {
content: "\f209";
}
.icomo-cc:before {
content: "\f20a";
}
.icomo-ils:before {
content: "\f20b";
}
.icomo-shekel:before {
content: "\f20b";
}
.icomo-sheqel:before {
content: "\f20b";
}
.icomo-meanpath:before {
content: "\f20c";
}
.icomo-buysellads:before {
content: "\f20d";
}
.icomo-connectdevelop:before {
content: "\f20e";
}
.icomo-dashcube:before {
content: "\f210";
}
.icomo-forumbee:before {
content: "\f211";
}
.icomo-leanpub:before {
content: "\f212";
}
.icomo-sellsy:before {
content: "\f213";
}
.icomo-shirtsinbulk:before {
content: "\f214";
}
.icomo-simplybuilt:before {
content: "\f215";
}
.icomo-skyatlas:before {
content: "\f216";
}
.icomo-cart-plus:before {
content: "\f217";
}
.icomo-cart-arrow-down:before {
content: "\f218";
}
.icomo-diamond:before {
content: "\f219";
}
.icomo-ship:before {
content: "\f21a";
}
.icomo-user-secret:before {
content: "\f21b";
}
.icomo-motorcycle:before {
content: "\f21c";
}
.icomo-street-view:before {
content: "\f21d";
}
.icomo-heartbeat:before {
content: "\f21e";
}
.icomo-venus:before {
content: "\f221";
}
.icomo-mars:before {
content: "\f222";
}
.icomo-mercury:before {
content: "\f223";
}
.icomo-intersex:before {
content: "\f224";
}
.icomo-transgender:before {
content: "\f224";
}
.icomo-transgender-alt:before {
content: "\f225";
}
.icomo-venus-double:before {
content: "\f226";
}
.icomo-mars-double:before {
content: "\f227";
}
.icomo-venus-mars:before {
content: "\f228";
}
.icomo-mars-stroke:before {
content: "\f229";
}
.icomo-mars-stroke-v:before {
content: "\f22a";
}
.icomo-mars-stroke-h:before {
content: "\f22b";
}
.icomo-neuter:before {
content: "\f22c";
}
.icomo-genderless:before {
content: "\f22d";
}
.icomo-facebook-official:before {
content: "\f230";
}
.icomo-pinterest-p:before {
content: "\f231";
}
.icomo-whatsapp:before {
content: "\f232";
}
.icomo-server:before {
content: "\f233";
}
.icomo-user-plus:before {
content: "\f234";
}
.icomo-user-times:before {
content: "\f235";
}
.icomo-bed:before {
content: "\f236";
}
.icomo-hotel:before {
content: "\f236";
}
.icomo-viacoin:before {
content: "\f237";
}
.icomo-train:before {
content: "\f238";
}
.icomo-subway:before {
content: "\f239";
}
.icomo-medium:before {
content: "\f23a";
}
.icomo-y-combinator:before {
content: "\f23b";
}
.icomo-yc:before {
content: "\f23b";
}
.icomo-optin-monster:before {
content: "\f23c";
}
.icomo-opencart:before {
content: "\f23d";
}
.icomo-expeditedssl:before {
content: "\f23e";
}
.icomo-battery:before {
content: "\f240";
}
.icomo-battery-4:before {
content: "\f240";
}
.icomo-battery-full:before {
content: "\f240";
}
.icomo-battery-3:before {
content: "\f241";
}
.icomo-battery-three-quarters:before {
content: "\f241";
}
.icomo-battery-2:before {
content: "\f242";
}
.icomo-battery-half:before {
content: "\f242";
}
.icomo-battery-1:before {
content: "\f243";
}
.icomo-battery-quarter:before {
content: "\f243";
}
.icomo-battery-0:before {
content: "\f244";
}
.icomo-battery-empty:before {
content: "\f244";
}
.icomo-mouse-pointer:before {
content: "\f245";
}
.icomo-i-cursor:before {
content: "\f246";
}
.icomo-object-group:before {
content: "\f247";
}
.icomo-object-ungroup:before {
content: "\f248";
}
.icomo-sticky-note:before {
content: "\f249";
}
.icomo-sticky-note-o:before {
content: "\f24a";
}
.icomo-cc-jcb:before {
content: "\f24b";
}
.icomo-cc-diners-club:before {
content: "\f24c";
}
.icomo-clone:before {
content: "\f24d";
}
.icomo-balance-scale:before {
content: "\f24e";
}
.icomo-hourglass-o:before {
content: "\f250";
}
.icomo-hourglass-1:before {
content: "\f251";
}
.icomo-hourglass-start:before {
content: "\f251";
}
.icomo-hourglass-2:before {
content: "\f252";
}
.icomo-hourglass-half:before {
content: "\f252";
}
.icomo-hourglass-3:before {
content: "\f253";
}
.icomo-hourglass-end:before {
content: "\f253";
}
.icomo-hourglass:before {
content: "\f254";
}
.icomo-hand-grab-o:before {
content: "\f255";
}
.icomo-hand-rock-o:before {
content: "\f255";
}
.icomo-hand-paper-o:before {
content: "\f256";
}
.icomo-hand-stop-o:before {
content: "\f256";
}
.icomo-hand-scissors-o:before {
content: "\f257";
}
.icomo-hand-lizard-o:before {
content: "\f258";
}
.icomo-hand-spock-o:before {
content: "\f259";
}
.icomo-hand-pointer-o:before {
content: "\f25a";
}
.icomo-hand-peace-o:before {
content: "\f25b";
}
.icomo-trademark:before {
content: "\f25c";
}
.icomo-registered:before {
content: "\f25d";
}
.icomo-creative-commons:before {
content: "\f25e";
}
.icomo-gg:before {
content: "\f260";
}
.icomo-gg-circle:before {
content: "\f261";
}
.icomo-tripadvisor:before {
content: "\f262";
}
.icomo-odnoklassniki:before {
content: "\f263";
}
.icomo-odnoklassniki-square:before {
content: "\f264";
}
.icomo-get-pocket:before {
content: "\f265";
}
.icomo-wikipedia-w:before {
content: "\f266";
}
.icomo-safari:before {
content: "\f267";
}
.icomo-chrome:before {
content: "\f268";
}
.icomo-firefox:before {
content: "\f269";
}
.icomo-opera:before {
content: "\f26a";
}
.icomo-internet-explorer:before {
content: "\f26b";
}
.icomo-television:before {
content: "\f26c";
}
.icomo-tv:before {
content: "\f26c";
}
.icomo-contao:before {
content: "\f26d";
}
.icomo-500px:before {
content: "\f26e";
}
.icomo-amazon:before {
content: "\f270";
}
.icomo-calendar-plus-o:before {
content: "\f271";
}
.icomo-calendar-minus-o:before {
content: "\f272";
}
.icomo-calendar-times-o:before {
content: "\f273";
}
.icomo-calendar-check-o:before {
content: "\f274";
}
.icomo-industry:before {
content: "\f275";
}
.icomo-map-pin:before {
content: "\f276";
}
.icomo-map-signs:before {
content: "\f277";
}
.icomo-map-o:before {
content: "\f278";
}
.icomo-map:before {
content: "\f279";
}
.icomo-commenting:before {
content: "\f27a";
}
.icomo-commenting-o:before {
content: "\f27b";
}
.icomo-houzz:before {
content: "\f27c";
}
.icomo-vimeo:before {
content: "\f27d";
}
.icomo-black-tie:before {
content: "\f27e";
}
.icomo-fonticons:before {
content: "\f280";
}
.icomo-reddit-alien:before {
content: "\f281";
}
.icomo-edge:before {
content: "\f282";
}
.icomo-credit-card-alt:before {
content: "\f283";
}
.icomo-codiepie:before {
content: "\f284";
}
.icomo-modx:before {
content: "\f285";
}
.icomo-fort-awesome:before {
content: "\f286";
}
.icomo-usb:before {
content: "\f287";
}
.icomo-product-hunt:before {
content: "\f288";
}
.icomo-mixcloud:before {
content: "\f289";
}
.icomo-scribd:before {
content: "\f28a";
}
.icomo-pause-circle:before {
content: "\f28b";
}
.icomo-pause-circle-o:before {
content: "\f28c";
}
.icomo-stop-circle:before {
content: "\f28d";
}
.icomo-stop-circle-o:before {
content: "\f28e";
}
.icomo-shopping-bag:before {
content: "\f290";
}
.icomo-shopping-basket:before {
content: "\f291";
}
.icomo-hashtag:before {
content: "\f292";
}
.icomo-bluetooth:before {
content: "\f293";
}
.icomo-bluetooth-b:before {
content: "\f294";
}
.icomo-percent:before {
content: "\f295";
}
.icomo-gitlab:before {
content: "\f296";
}
.icomo-wpbeginner:before {
content: "\f297";
}
.icomo-wpforms:before {
content: "\f298";
}
.icomo-envira:before {
content: "\f299";
}
.icomo-universal-access:before {
content: "\f29a";
}
.icomo-wheelchair-alt:before {
content: "\f29b";
}
.icomo-question-circle-o:before {
content: "\f29c";
}
.icomo-blind:before {
content: "\f29d";
}
.icomo-audio-description:before {
content: "\f29e";
}
.icomo-volume-control-phone:before {
content: "\f2a0";
}
.icomo-braille:before {
content: "\f2a1";
}
.icomo-assistive-listening-systems:before {
content: "\f2a2";
}
.icomo-american-sign-language-interpreting:before {
content: "\f2a3";
}
.icomo-asl-interpreting:before {
content: "\f2a3";
}
.icomo-deaf:before {
content: "\f2a4";
}
.icomo-deafness:before {
content: "\f2a4";
}
.icomo-hard-of-hearing:before {
content: "\f2a4";
}
.icomo-glide:before {
content: "\f2a5";
}
.icomo-glide-g:before {
content: "\f2a6";
}
.icomo-sign-language:before {
content: "\f2a7";
}
.icomo-signing:before {
content: "\f2a7";
}
.icomo-low-vision:before {
content: "\f2a8";
}
.icomo-viadeo:before {
content: "\f2a9";
}
.icomo-viadeo-square:before {
content: "\f2aa";
}
.icomo-snapchat:before {
content: "\f2ab";
}
.icomo-snapchat-ghost:before {
content: "\f2ac";
}
.icomo-snapchat-square:before {
content: "\f2ad";
}
.icomo-pied-piper:before {
content: "\f2ae";
}
.icomo-first-order:before {
content: "\f2b0";
}
.icomo-yoast:before {
content: "\f2b1";
}
.icomo-themeisle:before {
content: "\f2b2";
}
.icomo-google-plus-circle:before {
content: "\f2b3";
}
.icomo-google-plus-official:before {
content: "\f2b3";
}
.icomo-fa:before {
content: "\f2b4";
}
.icomo-font-awesome:before {
content: "\f2b4";
}
.icomo-handshake-o:before {
content: "\f2b5";
}
.icomo-envelope-open:before {
content: "\f2b6";
}
.icomo-envelope-open-o:before {
content: "\f2b7";
}
.icomo-linode:before {
content: "\f2b8";
}
.icomo-address-book:before {
content: "\f2b9";
}
.icomo-address-book-o:before {
content: "\f2ba";
}
.icomo-address-card:before {
content: "\f2bb";
}
.icomo-vcard:before {
content: "\f2bb";
}
.icomo-address-card-o:before {
content: "\f2bc";
}
.icomo-vcard-o:before {
content: "\f2bc";
}
.icomo-user-circle:before {
content: "\f2bd";
}
.icomo-user-circle-o:before {
content: "\f2be";
}
.icomo-user-o:before {
content: "\f2c0";
}
.icomo-id-badge:before {
content: "\f2c1";
}
.icomo-drivers-license:before {
content: "\f2c2";
}
.icomo-id-card:before {
content: "\f2c2";
}
.icomo-drivers-license-o:before {
content: "\f2c3";
}
.icomo-id-card-o:before {
content: "\f2c3";
}
.icomo-quora:before {
content: "\f2c4";
}
.icomo-free-code-camp:before {
content: "\f2c5";
}
.icomo-telegram:before {
content: "\f2c6";
}
.icomo-thermometer:before {
content: "\f2c7";
}
.icomo-thermometer-4:before {
content: "\f2c7";
}
.icomo-thermometer-full:before {
content: "\f2c7";
}
.icomo-thermometer-3:before {
content: "\f2c8";
}
.icomo-thermometer-three-quarters:before {
content: "\f2c8";
}
.icomo-thermometer-2:before {
content: "\f2c9";
}
.icomo-thermometer-half:before {
content: "\f2c9";
}
.icomo-thermometer-1:before {
content: "\f2ca";
}
.icomo-thermometer-quarter:before {
content: "\f2ca";
}
.icomo-thermometer-0:before {
content: "\f2cb";
}
.icomo-thermometer-empty:before {
content: "\f2cb";
}
.icomo-shower:before {
content: "\f2cc";
}
.icomo-bath:before {
content: "\f2cd";
}
.icomo-bathtub:before {
content: "\f2cd";
}
.icomo-s15:before {
content: "\f2cd";
}
.icomo-podcast:before {
content: "\f2ce";
}
.icomo-window-maximize:before {
content: "\f2d0";
}
.icomo-window-minimize:before {
content: "\f2d1";
}
.icomo-window-restore:before {
content: "\f2d2";
}
.icomo-times-rectangle:before {
content: "\f2d3";
}
.icomo-window-close:before {
content: "\f2d3";
}
.icomo-times-rectangle-o:before {
content: "\f2d4";
}
.icomo-window-close-o:before {
content: "\f2d4";
}
.icomo-bandcamp:before {
content: "\f2d5";
}
.icomo-grav:before {
content: "\f2d6";
}
.icomo-etsy:before {
content: "\f2d7";
}
.icomo-imdb:before {
content: "\f2d8";
}
.icomo-ravelry:before {
content: "\f2d9";
}
.icomo-eercast:before {
content: "\f2da";
}
.icomo-microchip:before {
content: "\f2db";
}
.icomo-snowflake-o:before {
content: "\f2dc";
}
.icomo-superpowers:before {
content: "\f2dd";
}
.icomo-wpexplorer:before {
content: "\f2de";
}
.icomo-meetup:before {
content: "\f2e0";
}
.icomo-home1:before {
content: "\ebd1";
}
.icomo-home2:before {
content: "\ebd2";
}
.icomo-home3:before {
content: "\ebd3";
}
.icomo-office:before {
content: "\ebd4";
}
.icomo-newspaper:before {
content: "\ebd5";
}
.icomo-pencil1:before {
content: "\ebd6";
}
.icomo-pencil2:before {
content: "\ebd7";
}
.icomo-quill:before {
content: "\ebd8";
}
.icomo-pen:before {
content: "\ebd9";
}
.icomo-blog:before {
content: "\ebda";
}
.icomo-eyedropper1:before {
content: "\ebdb";
}
.icomo-droplet:before {
content: "\ebdc";
}
.icomo-paint-format:before {
content: "\ebdd";
}
.icomo-image1:before {
content: "\ebde";
}
.icomo-images:before {
content: "\ebdf";
}
.icomo-camera1:before {
content: "\ebe0";
}
.icomo-headphones1:before {
content: "\ebe1";
}
.icomo-music1:before {
content: "\ebe2";
}
.icomo-play1:before {
content: "\ebe3";
}
.icomo-film1:before {
content: "\ebe4";
}
.icomo-video-camera1:before {
content: "\ebe5";
}
.icomo-dice:before {
content: "\ebe6";
}
.icomo-pacman:before {
content: "\ebe7";
}
.icomo-spades:before {
content: "\ebe8";
}
.icomo-clubs:before {
content: "\ebe9";
}
.icomo-diamonds:before {
content: "\ebea";
}
.icomo-bullhorn1:before {
content: "\ebeb";
}
.icomo-connection:before {
content: "\ebec";
}
.icomo-podcast1:before {
content: "\ebed";
}
.icomo-feed1:before {
content: "\ebee";
}
.icomo-mic:before {
content: "\ebef";
}
.icomo-book1:before {
content: "\ebf0";
}
.icomo-books:before {
content: "\ebf1";
}
.icomo-library:before {
content: "\ebf2";
}
.icomo-file-text1:before {
content: "\ebf3";
}
.icomo-profile:before {
content: "\ebf4";
}
.icomo-file-empty:before {
content: "\ebf5";
}
.icomo-files-empty:before {
content: "\ebf6";
}
.icomo-file-text2:before {
content: "\ebf7";
}
.icomo-file-picture:before {
content: "\ebf8";
}
.icomo-file-music:before {
content: "\ebf9";
}
.icomo-file-play:before {
content: "\ebfa";
}
.icomo-file-video:before {
content: "\ebfb";
}
.icomo-file-zip:before {
content: "\ebfc";
}
.icomo-copy1:before {
content: "\ebfd";
}
.icomo-paste1:before {
content: "\ebfe";
}
.icomo-stack:before {
content: "\ebff";
}
.icomo-folder1:before {
content: "\ec00";
}
.icomo-folder-open1:before {
content: "\ec01";
}
.icomo-folder-plus:before {
content: "\ec02";
}
.icomo-folder-minus:before {
content: "\ec03";
}
.icomo-folder-download:before {
content: "\ec04";
}
.icomo-folder-upload:before {
content: "\ec05";
}
.icomo-price-tag:before {
content: "\ec06";
}
.icomo-price-tags:before {
content: "\ec07";
}
.icomo-barcode1:before {
content: "\ec08";
}
.icomo-qrcode1:before {
content: "\ec09";
}
.icomo-ticket1:before {
content: "\ec0a";
}
.icomo-cart:before {
content: "\ec0b";
}
.icomo-coin-dollar:before {
content: "\ec0c";
}
.icomo-coin-euro:before {
content: "\ec0d";
}
.icomo-coin-pound:before {
content: "\ec0e";
}
.icomo-coin-yen:before {
content: "\ec0f";
}
.icomo-credit-card1:before {
content: "\ec10";
}
.icomo-calculator1:before {
content: "\ec11";
}
.icomo-lifebuoy:before {
content: "\ec12";
}
.icomo-phone1:before {
content: "\ec13";
}
.icomo-phone-hang-up:before {
content: "\ec14";
}
.icomo-address-book1:before {
content: "\ec15";
}
.icomo-envelop:before {
content: "\ec16";
}
.icomo-pushpin:before {
content: "\ec17";
}
.icomo-location:before {
content: "\ec18";
}
.icomo-location2:before {
content: "\ec19";
}
.icomo-compass1:before {
content: "\ec1a";
}
.icomo-compass2:before {
content: "\ec1b";
}
.icomo-map1:before {
content: "\ec1c";
}
.icomo-map2:before {
content: "\ec1d";
}
.icomo-history1:before {
content: "\ec1e";
}
.icomo-clock:before {
content: "\ec1f";
}
.icomo-clock2:before {
content: "\ec20";
}
.icomo-alarm:before {
content: "\ec21";
}
.icomo-bell1:before {
content: "\ec22";
}
.icomo-stopwatch:before {
content: "\ec23";
}
.icomo-calendar1:before {
content: "\ec24";
}
.icomo-printer:before {
content: "\ec25";
}
.icomo-keyboard:before {
content: "\ec26";
}
.icomo-display:before {
content: "\ec27";
}
.icomo-laptop1:before {
content: "\ec28";
}
.icomo-mobile1:before {
content: "\ec29";
}
.icomo-mobile2:before {
content: "\ec2a";
}
.icomo-tablet1:before {
content: "\ec2b";
}
.icomo-tv1:before {
content: "\ec2c";
}
.icomo-drawer:before {
content: "\ec2d";
}
.icomo-drawer2:before {
content: "\ec2e";
}
.icomo-box-add:before {
content: "\ec2f";
}
.icomo-box-remove:before {
content: "\ec30";
}
.icomo-download1:before {
content: "\ec31";
}
.icomo-upload1:before {
content: "\ec32";
}
.icomo-floppy-disk:before {
content: "\ec33";
}
.icomo-drive:before {
content: "\ec34";
}
.icomo-database1:before {
content: "\ec35";
}
.icomo-undo1:before {
content: "\ec36";
}
.icomo-redo:before {
content: "\ec37";
}
.icomo-undo2:before {
content: "\ec38";
}
.icomo-redo2:before {
content: "\ec39";
}
.icomo-forward1:before {
content: "\ec3a";
}
.icomo-reply1:before {
content: "\ec3b";
}
.icomo-bubble:before {
content: "\ec3c";
}
.icomo-bubbles:before {
content: "\ec3d";
}
.icomo-bubbles2:before {
content: "\ec3e";
}
.icomo-bubble2:before {
content: "\ec3f";
}
.icomo-bubbles3:before {
content: "\ec40";
}
.icomo-bubbles4:before {
content: "\ec41";
}
.icomo-user1:before {
content: "\ec42";
}
.icomo-users1:before {
content: "\ec43";
}
.icomo-user-plus1:before {
content: "\ec44";
}
.icomo-user-minus:before {
content: "\ec45";
}
.icomo-user-check:before {
content: "\ec46";
}
.icomo-user-tie:before {
content: "\ec47";
}
.icomo-quotes-left:before {
content: "\ec48";
}
.icomo-quotes-right:before {
content: "\ec49";
}
.icomo-hour-glass:before {
content: "\ec4a";
}
.icomo-spinner1:before {
content: "\ec4b";
}
.icomo-spinner2:before {
content: "\ec4c";
}
.icomo-spinner3:before {
content: "\ec4d";
}
.icomo-spinner4:before {
content: "\ec4e";
}
.icomo-spinner5:before {
content: "\ec4f";
}
.icomo-spinner6:before {
content: "\ec50";
}
.icomo-spinner7:before {
content: "\ec51";
}
.icomo-spinner8:before {
content: "\ec52";
}
.icomo-spinner9:before {
content: "\ec53";
}
.icomo-spinner10:before {
content: "\ec54";
}
.icomo-spinner11:before {
content: "\ec55";
}
.icomo-binoculars1:before {
content: "\ec56";
}
.icomo-search1:before {
content: "\ec57";
}
.icomo-zoom-in:before {
content: "\ec58";
}
.icomo-zoom-out:before {
content: "\ec59";
}
.icomo-enlarge:before {
content: "\ec5a";
}
.icomo-shrink:before {
content: "\ec5b";
}
.icomo-enlarge2:before {
content: "\ec5c";
}
.icomo-shrink2:before {
content: "\ec5d";
}
.icomo-key1:before {
content: "\ec5e";
}
.icomo-key2:before {
content: "\ec5f";
}
.icomo-lock1:before {
content: "\ec60";
}
.icomo-unlocked:before {
content: "\ec61";
}
.icomo-wrench1:before {
content: "\ec62";
}
.icomo-equalizer:before {
content: "\ec63";
}
.icomo-equalizer2:before {
content: "\ec64";
}
.icomo-cog1:before {
content: "\ec65";
}
.icomo-cogs1:before {
content: "\ec66";
}
.icomo-hammer:before {
content: "\ec67";
}
.icomo-magic-wand:before {
content: "\ec68";
}
.icomo-aid-kit:before {
content: "\ec69";
}
.icomo-bug1:before {
content: "\ec6a";
}
.icomo-pie-chart1:before {
content: "\ec6b";
}
.icomo-stats-dots:before {
content: "\ec6c";
}
.icomo-stats-bars:before {
content: "\ec6d";
}
.icomo-stats-bars2:before {
content: "\ec6e";
}
.icomo-trophy1:before {
content: "\ec6f";
}
.icomo-gift1:before {
content: "\ec70";
}
.icomo-glass1:before {
content: "\ec71";
}
.icomo-glass2:before {
content: "\ec72";
}
.icomo-mug:before {
content: "\ec73";
}
.icomo-spoon-knife:before {
content: "\ec74";
}
.icomo-leaf1:before {
content: "\ec75";
}
.icomo-rocket1:before {
content: "\ec76";
}
.icomo-meter:before {
content: "\ec77";
}
.icomo-meter2:before {
content: "\ec78";
}
.icomo-hammer2:before {
content: "\ec79";
}
.icomo-fire1:before {
content: "\ec7a";
}
.icomo-lab:before {
content: "\ec7b";
}
.icomo-magnet1:before {
content: "\ec7c";
}
.icomo-bin:before {
content: "\ec7d";
}
.icomo-bin2:before {
content: "\ec7e";
}
.icomo-briefcase1:before {
content: "\ec7f";
}
.icomo-airplane:before {
content: "\ec80";
}
.icomo-truck1:before {
content: "\ec81";
}
.icomo-road1:before {
content: "\ec82";
}
.icomo-accessibility:before {
content: "\ec83";
}
.icomo-target:before {
content: "\ec84";
}
.icomo-shield1:before {
content: "\ec85";
}
.icomo-power:before {
content: "\ec86";
}
.icomo-switch:before {
content: "\ec87";
}
.icomo-power-cord:before {
content: "\ec88";
}
.icomo-clipboard1:before {
content: "\ec89";
}
.icomo-list-numbered:before {
content: "\ec8a";
}
.icomo-list1:before {
content: "\ec8b";
}
.icomo-list2:before {
content: "\ec8c";
}
.icomo-tree1:before {
content: "\ec8d";
}
.icomo-menu:before {
content: "\ec8e";
}
.icomo-menu2:before {
content: "\ec8f";
}
.icomo-menu3:before {
content: "\ec90";
}
.icomo-menu4:before {
content: "\ec91";
}
.icomo-cloud1:before {
content: "\ec92";
}
.icomo-cloud-download1:before {
content: "\ec93";
}
.icomo-cloud-upload1:before {
content: "\ec94";
}
.icomo-cloud-check:before {
content: "\ec95";
}
.icomo-download2:before {
content: "\ec96";
}
.icomo-upload2:before {
content: "\ec97";
}
.icomo-download3:before {
content: "\ec98";
}
.icomo-upload3:before {
content: "\ec99";
}
.icomo-sphere:before {
content: "\ec9a";
}
.icomo-earth:before {
content: "\ec9b";
}
.icomo-link1:before {
content: "\ec9c";
}
.icomo-flag1:before {
content: "\ec9d";
}
.icomo-attachment:before {
content: "\ec9e";
}
.icomo-eye1:before {
content: "\ec9f";
}
.icomo-eye-plus:before {
content: "\eca0";
}
.icomo-eye-minus:before {
content: "\eca1";
}
.icomo-eye-blocked:before {
content: "\eca2";
}
.icomo-bookmark1:before {
content: "\eca3";
}
.icomo-bookmarks:before {
content: "\eca4";
}
.icomo-sun:before {
content: "\eca5";
}
.icomo-contrast:before {
content: "\eca6";
}
.icomo-brightness-contrast:before {
content: "\eca7";
}
.icomo-star-empty:before {
content: "\eca8";
}
.icomo-star-half1:before {
content: "\eca9";
}
.icomo-star-full:before {
content: "\ecaa";
}
.icomo-heart1:before {
content: "\ecab";
}
.icomo-heart-broken:before {
content: "\ecac";
}
.icomo-man:before {
content: "\ecad";
}
.icomo-woman:before {
content: "\ecae";
}
.icomo-man-woman:before {
content: "\ecaf";
}
.icomo-happy:before {
content: "\ecb0";
}
.icomo-happy2:before {
content: "\ecb1";
}
.icomo-smile:before {
content: "\ecb2";
}
.icomo-smile2:before {
content: "\ecb3";
}
.icomo-tongue:before {
content: "\ecb4";
}
.icomo-tongue2:before {
content: "\ecb5";
}
.icomo-sad:before {
content: "\ecb6";
}
.icomo-sad2:before {
content: "\ecb7";
}
.icomo-wink:before {
content: "\ecb8";
}
.icomo-wink2:before {
content: "\ecb9";
}
.icomo-grin:before {
content: "\ecba";
}
.icomo-grin2:before {
content: "\ecbb";
}
.icomo-cool:before {
content: "\ecbc";
}
.icomo-cool2:before {
content: "\ecbd";
}
.icomo-angry:before {
content: "\ecbe";
}
.icomo-angry2:before {
content: "\ecbf";
}
.icomo-evil:before {
content: "\ecc0";
}
.icomo-evil2:before {
content: "\ecc1";
}
.icomo-shocked:before {
content: "\ecc2";
}
.icomo-shocked2:before {
content: "\ecc3";
}
.icomo-baffled:before {
content: "\ecc4";
}
.icomo-baffled2:before {
content: "\ecc5";
}
.icomo-confused:before {
content: "\ecc6";
}
.icomo-confused2:before {
content: "\ecc7";
}
.icomo-neutral:before {
content: "\ecc8";
}
.icomo-neutral2:before {
content: "\ecc9";
}
.icomo-hipster:before {
content: "\ecca";
}
.icomo-hipster2:before {
content: "\eccb";
}
.icomo-wondering:before {
content: "\eccc";
}
.icomo-wondering2:before {
content: "\eccd";
}
.icomo-sleepy:before {
content: "\ecce";
}
.icomo-sleepy2:before {
content: "\eccf";
}
.icomo-frustrated:before {
content: "\ecd0";
}
.icomo-frustrated2:before {
content: "\ecd1";
}
.icomo-crying:before {
content: "\ecd2";
}
.icomo-crying2:before {
content: "\ecd3";
}
.icomo-point-up:before {
content: "\ecd4";
}
.icomo-point-right:before {
content: "\ecd5";
}
.icomo-point-down:before {
content: "\ecd6";
}
.icomo-point-left:before {
content: "\ecd7";
}
.icomo-warning1:before {
content: "\ecd8";
}
.icomo-notification:before {
content: "\ecd9";
}
.icomo-question1:before {
content: "\ecda";
}
.icomo-plus1:before {
content: "\ecdb";
}
.icomo-minus1:before {
content: "\ecdc";
}
.icomo-info1:before {
content: "\ecdd";
}
.icomo-cancel-circle:before {
content: "\ecde";
}
.icomo-blocked:before {
content: "\ecdf";
}
.icomo-cross:before {
content: "\ece0";
}
.icomo-checkmark:before {
content: "\ece1";
}
.icomo-checkmark2:before {
content: "\ece2";
}
.icomo-spell-check:before {
content: "\ece3";
}
.icomo-enter:before {
content: "\ece4";
}
.icomo-exit:before {
content: "\ece5";
}
.icomo-play2:before {
content: "\ece6";
}
.icomo-pause1:before {
content: "\ece7";
}
.icomo-stop1:before {
content: "\ece8";
}
.icomo-previous:before {
content: "\ece9";
}
.icomo-next:before {
content: "\ecea";
}
.icomo-backward1:before {
content: "\eceb";
}
.icomo-forward2:before {
content: "\ecec";
}
.icomo-play3:before {
content: "\eced";
}
.icomo-pause2:before {
content: "\ecee";
}
.icomo-stop2:before {
content: "\ecef";
}
.icomo-backward2:before {
content: "\ecf0";
}
.icomo-forward3:before {
content: "\ecf1";
}
.icomo-first:before {
content: "\ecf2";
}
.icomo-last:before {
content: "\ecf3";
}
.icomo-previous2:before {
content: "\ecf4";
}
.icomo-next2:before {
content: "\ecf5";
}
.icomo-eject1:before {
content: "\ecf6";
}
.icomo-volume-high:before {
content: "\ecf7";
}
.icomo-volume-medium:before {
content: "\ecf8";
}
.icomo-volume-low:before {
content: "\ecf9";
}
.icomo-volume-mute:before {
content: "\ecfa";
}
.icomo-volume-mute2:before {
content: "\ecfb";
}
.icomo-volume-increase:before {
content: "\ecfc";
}
.icomo-volume-decrease:before {
content: "\ecfd";
}
.icomo-loop:before {
content: "\ecfe";
}
.icomo-loop2:before {
content: "\ecff";
}
.icomo-infinite:before {
content: "\ed00";
}
.icomo-shuffle:before {
content: "\ed01";
}
.icomo-arrow-up-left:before {
content: "\ed02";
}
.icomo-arrow-up1:before {
content: "\ed03";
}
.icomo-arrow-up-right:before {
content: "\ed04";
}
.icomo-arrow-right1:before {
content: "\ed05";
}
.icomo-arrow-down-right:before {
content: "\ed06";
}
.icomo-arrow-down1:before {
content: "\ed07";
}
.icomo-arrow-down-left:before {
content: "\ed08";
}
.icomo-arrow-left1:before {
content: "\ed09";
}
.icomo-arrow-up-left2:before {
content: "\ed0a";
}
.icomo-arrow-up2:before {
content: "\ed0b";
}
.icomo-arrow-up-right2:before {
content: "\ed0c";
}
.icomo-arrow-right2:before {
content: "\ed0d";
}
.icomo-arrow-down-right2:before {
content: "\ed0e";
}
.icomo-arrow-down2:before {
content: "\ed0f";
}
.icomo-arrow-down-left2:before {
content: "\ed10";
}
.icomo-arrow-left2:before {
content: "\ed11";
}
.icomo-circle-up:before {
content: "\ed12";
}
.icomo-circle-right:before {
content: "\ed13";
}
.icomo-circle-down:before {
content: "\ed14";
}
.icomo-circle-left:before {
content: "\ed15";
}
.icomo-tab:before {
content: "\ed16";
}
.icomo-move-up:before {
content: "\ed17";
}
.icomo-move-down:before {
content: "\ed18";
}
.icomo-sort-alpha-asc1:before {
content: "\ed19";
}
.icomo-sort-alpha-desc1:before {
content: "\ed1a";
}
.icomo-sort-numeric-asc1:before {
content: "\ed1b";
}
.icomo-sort-numberic-desc:before {
content: "\ed1c";
}
.icomo-sort-amount-asc1:before {
content: "\ed1d";
}
.icomo-sort-amount-desc1:before {
content: "\ed1e";
}
.icomo-command:before {
content: "\ed1f";
}
.icomo-shift:before {
content: "\ed20";
}
.icomo-ctrl:before {
content: "\ed21";
}
.icomo-opt:before {
content: "\ed22";
}
.icomo-checkbox-checked:before {
content: "\ed23";
}
.icomo-checkbox-unchecked:before {
content: "\ed24";
}
.icomo-radio-checked:before {
content: "\ed25";
}
.icomo-radio-checked2:before {
content: "\ed26";
}
.icomo-radio-unchecked:before {
content: "\ed27";
}
.icomo-crop1:before {
content: "\ed28";
}
.icomo-make-group:before {
content: "\ed29";
}
.icomo-ungroup:before {
content: "\ed2a";
}
.icomo-scissors1:before {
content: "\ed2b";
}
.icomo-filter1:before {
content: "\ed2c";
}
.icomo-font1:before {
content: "\ed2d";
}
.icomo-ligature:before {
content: "\ed2e";
}
.icomo-ligature2:before {
content: "\ed2f";
}
.icomo-text-height1:before {
content: "\ed30";
}
.icomo-text-width1:before {
content: "\ed31";
}
.icomo-font-size:before {
content: "\ed32";
}
.icomo-bold1:before {
content: "\ed33";
}
.icomo-underline1:before {
content: "\ed34";
}
.icomo-italic1:before {
content: "\ed35";
}
.icomo-strikethrough1:before {
content: "\ed36";
}
.icomo-omega:before {
content: "\ed37";
}
.icomo-sigma:before {
content: "\ed38";
}
.icomo-page-break:before {
content: "\ed39";
}
.icomo-superscript1:before {
content: "\ed3a";
}
.icomo-subscript1:before {
content: "\ed3b";
}
.icomo-superscript2:before {
content: "\ed3c";
}
.icomo-subscript2:before {
content: "\ed3d";
}
.icomo-text-color:before {
content: "\ed3e";
}
.icomo-pagebreak:before {
content: "\ed3f";
}
.icomo-clear-formatting:before {
content: "\ed40";
}
.icomo-table1:before {
content: "\ed41";
}
.icomo-table2:before {
content: "\ed42";
}
.icomo-insert-template:before {
content: "\ed43";
}
.icomo-pilcrow:before {
content: "\ed44";
}
.icomo-ltr:before {
content: "\ed45";
}
.icomo-rtl:before {
content: "\ed46";
}
.icomo-section:before {
content: "\ed47";
}
.icomo-paragraph-left:before {
content: "\ed48";
}
.icomo-paragraph-center:before {
content: "\ed49";
}
.icomo-paragraph-right:before {
content: "\ed4a";
}
.icomo-paragraph-justify:before {
content: "\ed4b";
}
.icomo-indent-increase:before {
content: "\ed4c";
}
.icomo-indent-decrease:before {
content: "\ed4d";
}
.icomo-share1:before {
content: "\ed4e";
}
.icomo-new-tab:before {
content: "\ed4f";
}
.icomo-embed:before {
content: "\ed50";
}
.icomo-embed2:before {
content: "\ed51";
}
.icomo-terminal1:before {
content: "\ed52";
}
.icomo-share2:before {
content: "\ed53";
}
.icomo-mail:before {
content: "\ed54";
}
.icomo-mail2:before {
content: "\ed55";
}
.icomo-mail3:before {
content: "\ed56";
}
.icomo-mail4:before {
content: "\ed57";
}
.icomo-amazon1:before {
content: "\ed58";
}
.icomo-google1:before {
content: "\ed59";
}
.icomo-google2:before {
content: "\ed5a";
}
.icomo-google3:before {
content: "\ed5b";
}
.icomo-google-plus1:before {
content: "\ed5c";
}
.icomo-google-plus2:before {
content: "\ed5d";
}
.icomo-google-plus3:before {
content: "\ed5e";
}
.icomo-hangouts:before {
content: "\ed5f";
}
.icomo-google-drive:before {
content: "\ed60";
}
.icomo-facebook1:before {
content: "\ed61";
}
.icomo-facebook2:before {
content: "\ed62";
}
.icomo-instagram1:before {
content: "\ed63";
}
.icomo-whatsapp1:before {
content: "\ed64";
}
.icomo-spotify1:before {
content: "\ed65";
}
.icomo-telegram1:before {
content: "\ed66";
}
.icomo-twitter1:before {
content: "\ed67";
}
.icomo-vine1:before {
content: "\ed68";
}
.icomo-vk1:before {
content: "\ed69";
}
.icomo-renren1:before {
content: "\ed6a";
}
.icomo-sina-weibo:before {
content: "\ed6b";
}
.icomo-rss1:before {
content: "\ed6c";
}
.icomo-rss2:before {
content: "\ed6d";
}
.icomo-youtube1:before {
content: "\ed6e";
}
.icomo-youtube2:before {
content: "\ed6f";
}
.icomo-twitch1:before {
content: "\ed70";
}
.icomo-vimeo1:before {
content: "\ed71";
}
.icomo-vimeo2:before {
content: "\ed72";
}
.icomo-lanyrd:before {
content: "\ed73";
}
.icomo-flickr1:before {
content: "\ed74";
}
.icomo-flickr2:before {
content: "\ed75";
}
.icomo-flickr3:before {
content: "\ed76";
}
.icomo-flickr4:before {
content: "\ed77";
}
.icomo-dribbble1:before {
content: "\ed78";
}
.icomo-behance1:before {
content: "\ed79";
}
.icomo-behance2:before {
content: "\ed7a";
}
.icomo-deviantart1:before {
content: "\ed7b";
}
.icomo-500px1:before {
content: "\ed7c";
}
.icomo-steam1:before {
content: "\ed7d";
}
.icomo-steam2:before {
content: "\ed7e";
}
.icomo-dropbox1:before {
content: "\ed7f";
}
.icomo-onedrive:before {
content: "\ed80";
}
.icomo-github1:before {
content: "\ed81";
}
.icomo-npm:before {
content: "\ed82";
}
.icomo-basecamp:before {
content: "\ed83";
}
.icomo-trello1:before {
content: "\ed84";
}
.icomo-wordpress1:before {
content: "\ed85";
}
.icomo-joomla1:before {
content: "\ed86";
}
.icomo-ello:before {
content: "\ed87";
}
.icomo-blogger:before {
content: "\ed88";
}
.icomo-blogger2:before {
content: "\ed89";
}
.icomo-tumblr1:before {
content: "\ed8a";
}
.icomo-tumblr2:before {
content: "\ed8b";
}
.icomo-yahoo1:before {
content: "\ed8c";
}
.icomo-yahoo2:before {
content: "\ed8d";
}
.icomo-tux:before {
content: "\ed8e";
}
.icomo-appleinc:before {
content: "\ed8f";
}
.icomo-finder:before {
content: "\ed90";
}
.icomo-android1:before {
content: "\ed91";
}
.icomo-windows1:before {
content: "\ed92";
}
.icomo-windows8:before {
content: "\ed93";
}
.icomo-soundcloud1:before {
content: "\ed94";
}
.icomo-soundcloud2:before {
content: "\ed95";
}
.icomo-skype1:before {
content: "\ed96";
}
.icomo-reddit1:before {
content: "\ed97";
}
.icomo-hackernews:before {
content: "\ed98";
}
.icomo-wikipedia:before {
content: "\ed99";
}
.icomo-linkedin1:before {
content: "\ed9a";
}
.icomo-linkedin2:before {
content: "\ed9b";
}
.icomo-lastfm1:before {
content: "\ed9c";
}
.icomo-lastfm2:before {
content: "\ed9d";
}
.icomo-delicious1:before {
content: "\ed9e";
}
.icomo-stumbleupon1:before {
content: "\ed9f";
}
.icomo-stumbleupon2:before {
content: "\eda0";
}
.icomo-stackoverflow:before {
content: "\eda1";
}
.icomo-pinterest1:before {
content: "\eda2";
}
.icomo-pinterest2:before {
content: "\eda3";
}
.icomo-xing1:before {
content: "\eda4";
}
.icomo-xing2:before {
content: "\eda5";
}
.icomo-flattr:before {
content: "\eda6";
}
.icomo-foursquare1:before {
content: "\eda7";
}
.icomo-yelp1:before {
content: "\eda8";
}
.icomo-paypal1:before {
content: "\eda9";
}
.icomo-chrome1:before {
content: "\edaa";
}
.icomo-firefox1:before {
content: "\edab";
}
.icomo-IE:before {
content: "\edac";
}
.icomo-edge1:before {
content: "\edad";
}
.icomo-safari1:before {
content: "\edae";
}
.icomo-opera1:before {
content: "\edaf";
}
.icomo-file-pdf:before {
content: "\edb0";
}
.icomo-file-openoffice:before {
content: "\edb1";
}
.icomo-file-word:before {
content: "\edb2";
}
.icomo-file-excel:before {
content: "\edb3";
}
.icomo-libreoffice:before {
content: "\edb4";
}
.icomo-html-five:before {
content: "\edb5";
}
.icomo-html-five2:before {
content: "\edb6";
}
.icomo-css31:before {
content: "\edb7";
}
.icomo-git1:before {
content: "\edb8";
}
.icomo-codepen1:before {
content: "\edb9";
}
.icomo-svg:before {
content: "\edba";
}
.icomo-IcoMoon:before {
content: "\edbb";
}.login{background: #fff;}
.login form .input,
.login input[type="text"] { height: 51px; box-shadow: none; }
.login h1 a { background-image: url(//www.cefaluapartments.it/wp-content/themes/understrap-child-master/img/logo-login.png);
background-repeat: no-repeat; width: auto; background-size: contain; height: 74px;  }
.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large { height: 30px !important; padding: 0px 12px 2px; width: 100%; height: 55px !important;
margin-top: 15px !important; border: solid 1px #0350A5!important; margin-bottom: -20px !important;
background: transparent ; font-size: 16px !important; font-weight: bold !important;
box-shadow: none !important; text-shadow: none !important; color: #0350A5 !important; text-transform: uppercase;  -webkit-transition: all 0.35s ease;
transition: all 0.35s ease;}
.wp-core-ui .button-group.button-large .button:hover,
.wp-core-ui:hover .button.button-large:hover{background: #0350A5; color:#fff !important;}
#backtoblog { display: none; }
#nav { text-align: center; color:#0350A5;}
.login #backtoblog a,
.login #nav a { color: #0350A5; }
.login form { margin-top: 60px; margin-left: 0; padding: 0px 10px 30px !important; background: none !important;
-webkit-box-shadow: none; box-shadow: none; }
.login label { color: #0350A5; font-size: 16px; }
.login form .forgetmenot label { font-size: 16px; }
.login #backtoblog,
.login #nav { font-size: 14px; }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill { background-color: #fff !important; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }
.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover { color:#232323; }
#login{padding-top: 5%;}
.mobile #login {
padding: 30px 20px;
}