<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content&gt;.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content&gt;.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show&gt;.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content&gt;.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show&gt;.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show&gt;.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show&gt;.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}a.uk-link-muted,
.uk-link-muted a {
color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
.uk-link-toggle:focus .uk-link-muted {
color: #666666;
}
a.uk-link-text,
.uk-link-text a {
color: inherit;
}
a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
.uk-link-toggle:focus .uk-link-text {
color: #999999;
}
a.uk-link-heading,
.uk-link-heading a {
color: inherit;
}
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
color: #373d88;
text-decoration: none;
}
a.uk-link-reset,
.uk-link-reset a {
color: inherit !important;
text-decoration: none !important;
}
.uk-link-toggle {
color: inherit !important;
text-decoration: none !important;
}
.uk-link-toggle:focus {
outline: none;
}
.uk-heading-small {
font-size: 2.6rem;
line-height: 1.2;
margin: 0;
}
.uk-heading-medium {
font-size: 2.8875rem;
line-height: 1.1;
margin: 0;
}
.uk-heading-large {
font-size: 3.4rem;
line-height: 1.1;
margin: 0;
}
.uk-heading-xlarge {
font-size: 4rem;
line-height: 1;
margin: 0;
}
.uk-heading-2xlarge {
font-size: 6rem;
line-height: 1;
margin: 0;
}
@media (min-width: 960px) {
.uk-heading-small {
font-size: 3.25rem;
}
.uk-heading-medium {
font-size: 3.5rem;
}
.uk-heading-large {
font-size: 4rem;
}
.uk-heading-xlarge {
font-size: 6rem;
}
.uk-heading-2xlarge {
font-size: 8rem;
}
}
@media (min-width: 1200px) {
.uk-heading-medium {
font-size: 4rem;
}
.uk-heading-large {
font-size: 6rem;
}
.uk-heading-xlarge {
font-size: 8rem;
}
.uk-heading-2xlarge {
font-size: 11rem;
}
}
.uk-heading-primary when (@deprecated = true) {
font-size: 3rem;
line-height: 1.2;
}
@media (min-width: 960px) {
.uk-heading-primary when (@deprecated = true) {
font-size: 3.375rem;
}
}
@media (min-width: 1200px) {
.uk-heading-primary when (@deprecated = true) {
font-size: 3.75rem;
line-height: 1.1;
}
}
.uk-heading-hero when (@deprecated = true) {
font-size: 4rem;
line-height: 1.1;
}
@media (min-width: 960px) {
.uk-heading-hero when (@deprecated = true) {
font-size: 6rem;
line-height: 1;
}
}
@media (min-width: 1200px) {
.uk-heading-hero when (@deprecated = true) {
font-size: 8rem;
line-height: 1;
}
}
.uk-heading-divider {
padding-bottom: calc(5px + 0.1em);
border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-bullet {
position: relative;
}
.uk-heading-bullet::before {
content: "";
display: inline-block;
position: relative;
top: calc(-0.1 * 1em);
vertical-align: middle;
height: calc(4px + 0.7em);
margin-right: calc(5px + 0.2em);
border-left: calc(5px + 0.1em) solid #e5e5e5;
}
.uk-heading-line {
overflow: hidden;
}
.uk-heading-line &gt; * {
display: inline-block;
position: relative;
}
.uk-heading-line &gt; ::before,
.uk-heading-line &gt; ::after {
content: "";
position: absolute;
top: calc(50% - (calc(0.2px + 0.05em) / 2));
width: 2000px;
border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-line &gt; ::before {
right: 100%;
margin-right: calc(5px + 0.3em);
}
.uk-heading-line &gt; ::after {
left: 100%;
margin-left: calc(5px + 0.3em);
}
[class*='uk-divider'] {
border: none;
margin-bottom: 30px;
}
* + [class*='uk-divider'] {
margin-top: 30px;
}
.uk-divider-icon {
position: relative;
height: 20px;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.uk-divider-icon::before,
.uk-divider-icon::after {
content: "";
position: absolute;
top: 50%;
max-width: calc(50% - (50px / 2));
border-bottom: 1px solid #e5e5e5;
}
.uk-divider-icon::before {
right: calc(50% + (50px / 2));
width: 100%;
border-bottom-color: inherit;
}
.uk-divider-icon::after {
left: calc(50% + (50px / 2));
width: 100%;
border-bottom-color: inherit;
}
.uk-divider-small {
line-height: 0;
}
.uk-divider-small::after {
content: "";
display: inline-block;
width: 100px;
max-width: 100%;
border-top: 1px solid #e5e5e5;
vertical-align: top;
border-top-color: inherit;
}
.uk-divider-vertical {
width: 1px;
height: 100px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid #e5e5e5;
border-left-color: inherit;
}
[class*='uk-divider'] {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.uk-list {
padding: 0;
list-style: none;
}
.uk-list &gt; li::before,
.uk-list &gt; li::after {
content: "";
display: table;
}
.uk-list &gt; li::after {
clear: both;
}
.uk-list &gt; li &gt; :last-child {
margin-bottom: 0;
}
.uk-list ul {
margin: 0;
padding-left: 30px;
list-style: none;
}
.uk-list &gt; li:nth-child(n+2),
.uk-list &gt; li &gt; ul {
margin-top: 15px;
}
.uk-list-divider &gt; li:nth-child(n+2) {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #e5e5e5;
}
.uk-list-striped &gt; li {
padding: 15px 15px;
}
.uk-list-striped &gt; li:nth-of-type(odd) {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.uk-list-striped &gt; li:nth-of-type(odd) {
background: #f8f8f8;
}
.uk-list-striped &gt; li:nth-child(n+2) {
margin-top: 0;
}
.uk-list-bullet &gt; li {
position: relative;
padding-left: calc(1.5em + 15px);
}
.uk-list-bullet &gt; li::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 1.5em;
height: 1.5em;
background-repeat: no-repeat;
background-position: 50% 50%;
display: block;
}
.uk-list-large &gt; li:nth-child(n+2),
.uk-list-large &gt; li &gt; ul {
margin-top: 30px;
}
.uk-list-large.uk-list-divider &gt; li:nth-child(n+2) {
margin-top: 30px;
padding-top: 30px;
}
.uk-list-large.uk-list-striped &gt; li {
padding: 30px 15px;
}
.uk-list-large.uk-list-striped &gt; li:nth-of-type(odd) {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.uk-list-large.uk-list-striped &gt; li:nth-child(n+2) {
margin-top: 0;
}
.uk-description-list &gt; dt {
color: #333333;
font-size: 0.875rem;
font-weight: normal;
text-transform: uppercase;
}
.uk-description-list &gt; dt:nth-child(n+2) {
margin-top: 30px;
}
.uk-description-list-divider &gt; dt:nth-child(n+2) {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #e5e5e5;
}
.uk-table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-bottom: 30px;
}
* + .uk-table {
margin-top: 30px;
}
.uk-table th {
padding: 16px 12px;
text-align: left;
vertical-align: bottom;
font-size: 0.875rem;
font-weight: normal;
color: #999999;
text-transform: uppercase;
}
.uk-table td {
padding: 16px 12px;
vertical-align: top;
}
.uk-table td &gt; :last-child {
margin-bottom: 0;
}
.uk-table tfoot {
font-size: 0.875rem;
}
.uk-table caption {
font-size: 0.875rem;
text-align: left;
color: #999999;
}
.uk-table-middle,
.uk-table-middle td {
vertical-align: middle !important;
}
.uk-table-divider &gt; tr:not(:first-child),
.uk-table-divider &gt; :not(:first-child) &gt; tr,
.uk-table-divider &gt; :first-child &gt; tr:not(:first-child) {
border-top: 1px solid #e5e5e5;
}
.uk-table-striped &gt; tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
background: #f8f8f8;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.uk-table-hover &gt; tr:hover,
.uk-table-hover tbody tr:hover {
background: #ffd;
}
.uk-table &gt; tr.uk-active,
.uk-table tbody tr.uk-active {
background: #ffd;
}
.uk-table-small th,
.uk-table-small td {
padding: 10px 12px;
}
.uk-table-large th,
.uk-table-large td {
padding: 22px 12px;
}
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
padding-left: 0;
}
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
padding-right: 0;
}
.uk-table-shrink {
width: 1px;
}
.uk-table-expand {
min-width: 150px;
}
.uk-table-link {
padding: 0 !important;
}
.uk-table-link &gt; a {
display: block;
padding: 16px 12px;
}
.uk-table-small .uk-table-link &gt; a {
padding: 10px 12px;
}
@media (max-width: 959px) {
.uk-table-responsive,
.uk-table-responsive tbody,
.uk-table-responsive th,
.uk-table-responsive td,
.uk-table-responsive tr {
display: block;
}
.uk-table-responsive thead {
display: none;
}
.uk-table-responsive th,
.uk-table-responsive td {
width: auto !important;
max-width: none !important;
min-width: 0 !important;
overflow: visible !important;
white-space: normal !important;
}
.uk-table-responsive th:not(:first-child):not(.uk-table-link),
.uk-table-responsive td:not(:first-child):not(.uk-table-link),
.uk-table-responsive .uk-table-link:not(:first-child) &gt; a {
padding-top: 5px !important;
}
.uk-table-responsive th:not(:last-child):not(.uk-table-link),
.uk-table-responsive td:not(:last-child):not(.uk-table-link),
.uk-table-responsive .uk-table-link:not(:last-child) &gt; a {
padding-bottom: 5px !important;
}
.uk-table-justify.uk-table-responsive th,
.uk-table-justify.uk-table-responsive td {
padding-left: 0;
padding-right: 0;
}
}
.uk-table tbody tr {
transition: background-color 0.1s linear;
}
.uk-icon {
margin: 0;
border: none;
border-radius: 0;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
padding: 0;
background-color: transparent;
display: inline-block;
fill: currentcolor;
line-height: 0;
}
button.uk-icon:not(:disabled) {
cursor: pointer;
}
.uk-icon::-moz-focus-inner {
border: 0;
padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
stroke: currentcolor;
}
.uk-icon &gt; * {
transform: translate(0,0);
}
.uk-icon-image {
width: 20px;
height: 20px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}
.uk-icon-link {
color: #999999;
}
.uk-icon-link:hover,
.uk-icon-link:focus {
color: #666666;
outline: none;
}
.uk-icon-link:active,
.uk-active &gt; .uk-icon-link {
color: #595959;
}
.uk-icon-button {
box-sizing: border-box;
width: 36px;
height: 36px;
border-radius: 500px;
background: #f8f8f8;
color: #999999;
vertical-align: middle;
display: inline-flex;
justify-content: center;
align-items: center;
transition: 0.1s ease-in-out;
transition-property: color, background-color;
}
.uk-icon-button:hover,
.uk-icon-button:focus {
background-color: #ebebeb;
color: #666666;
outline: none;
}
.uk-icon-button:active,
.uk-active &gt; .uk-icon-button {
background-color: #dfdfdf;
color: #666666;
}
.uk-range {
box-sizing: border-box;
margin: 0;
vertical-align: middle;
max-width: 100%;
width: 100%;
-webkit-appearance: none;
background: transparent;
padding: 0;
}
.uk-range:focus {
outline: none;
}
.uk-range::-moz-focus-outer {
border: none;
}
.uk-range::-ms-track {
height: 15px;
background: transparent;
border-color: transparent;
color: transparent;
}
.uk-range:not(:disabled)::-webkit-slider-thumb {
cursor: pointer;
}
.uk-range:not(:disabled)::-moz-range-thumb {
cursor: pointer;
}
.uk-range:not(:disabled)::-ms-thumb {
cursor: pointer;
}
.uk-range::-webkit-slider-thumb {
-webkit-appearance: none;
margin-top: -7px;
height: 15px;
width: 15px;
border-radius: 500px;
background: #ffffff;
border: 1px solid #cccccc;
}
.uk-range::-moz-range-thumb {
border: none;
height: 15px;
width: 15px;
border-radius: 500px;
background: #ffffff;
border: 1px solid #cccccc;
}
.uk-range::-ms-thumb {
margin-top: 0;
}
.uk-range::-ms-thumb {
border: none;
height: 15px;
width: 15px;
border-radius: 500px;
background: #ffffff;
border: 1px solid #cccccc;
}
.uk-range::-ms-tooltip {
display: none;
}
.uk-range::-webkit-slider-runnable-track {
height: 3px;
background: #ebebeb;
border-radius: 500px;
}
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
background: #d2d2d2;
}
.uk-range::-moz-range-track {
height: 3px;
background: #ebebeb;
border-radius: 500px;
}
.uk-range:focus::-moz-range-track {
background: #d2d2d2;
}
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
height: 3px;
background: #ebebeb;
border-radius: 500px;
}
.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
background: #d2d2d2;
}
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
box-sizing: border-box;
margin: 0;
border-radius: 0;
font: inherit;
}
.uk-input {
overflow: visible;
}
.uk-select {
text-transform: none;
}
.uk-select optgroup {
font: inherit;
font-weight: bold;
}
.uk-textarea {
overflow: auto;
}
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
opacity: 1;
}
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
cursor: pointer;
}
.uk-fieldset {
border: none;
margin: 0;
padding: 0;
}
.uk-input,
.uk-textarea {
-webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
max-width: 100%;
width: 100%;
border: 0 none;
padding: 0 10px;
background: #ffffff;
color: #666666;
border: 1px solid #e5e5e5;
transition: 0.2s ease-in-out;
transition-property: color, background-color, border;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
height: 40px;
vertical-align: middle;
display: inline-block;
}
.uk-input:not(input),
.uk-select:not(select) {
line-height: 38px;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
padding-top: 4px;
padding-bottom: 4px;
vertical-align: top;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
outline: none;
background-color: #ffffff;
color: #666666;
border-color: #373d88;
}
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
background-color: #f8f8f8;
color: #999999;
border-color: #e5e5e5;
}
.uk-input::-ms-input-placeholder {
color: #999999 !important;
}
.uk-input::placeholder {
color: #999999;
}
.uk-textarea::-ms-input-placeholder {
color: #999999 !important;
}
.uk-textarea::placeholder {
color: #999999;
}
.uk-form-small {
font-size: 0.875rem;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
height: 30px;
padding-left: 8px;
padding-right: 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
line-height: 28px;
}
.uk-form-large {
font-size: 1.25rem;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
height: 55px;
padding-left: 12px;
padding-right: 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
line-height: 53px;
}
.uk-form-danger,
.uk-form-danger:focus {
color: #c00f5b;
border-color: #c00f5b;
}
.uk-form-success,
.uk-form-success:focus {
color: #32d296;
border-color: #32d296;
}
.uk-form-blank {
background: none;
border-color: transparent;
}
.uk-form-blank:focus {
border-color: #e5e5e5;
border-style: dashed;
}
input.uk-form-width-xsmall {
width: 50px;
}
select.uk-form-width-xsmall {
width: 75px;
}
.uk-form-width-small {
width: 130px;
}
.uk-form-width-medium {
width: 200px;
}
.uk-form-width-large {
width: 500px;
}
.uk-select:not([multiple]):not([size]) {
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 20px;
background-repeat: no-repeat;
background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size])::-ms-expand {
display: none;
}
.uk-select:not([multiple]):not([size]) option {
color: #444;
}
.uk-input[list] {
padding-right: 20px;
background-repeat: no-repeat;
background-position: 100% 50%;
}
.uk-input[list]::-webkit-calendar-picker-indicator {
display: none;
}
.uk-radio,
.uk-checkbox {
display: inline-block;
height: 16px;
width: 16px;
overflow: hidden;
margin-top: -4px;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
border: 1px solid #cccccc;
transition: 0.2s ease-in-out;
transition-property: background-color, border;
}
.uk-radio {
border-radius: 50%;
}
.uk-radio:focus,
.uk-checkbox:focus {
outline: none;
border-color: #373d88;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
background-color: #373d88;
border-color: transparent;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
background-color: #282d64;
}
.uk-radio:disabled,
.uk-checkbox:disabled {
background-color: #f8f8f8;
border-color: #e5e5e5;
}
.uk-legend {
width: 100%;
color: inherit;
padding: 0;
font-size: 1.5rem;
line-height: 1.4;
}
.uk-form-custom {
display: inline-block;
position: relative;
max-width: 100%;
vertical-align: middle;
}
.uk-form-custom select,
.uk-form-custom input[type="file"] {
position: absolute;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
-webkit-appearance: none;
opacity: 0;
cursor: pointer;
}
.uk-form-custom input[type="file"] {
font-size: 500px;
overflow: hidden;
}
.uk-form-label {
color: #333333;
font-size: 0.875rem;
}
.uk-form-stacked .uk-form-label {
display: block;
margin-bottom: 5px;
}
@media (max-width: 959px) {
.uk-form-horizontal .uk-form-label {
display: block;
margin-bottom: 5px;
}
}
@media (min-width: 960px) {
.uk-form-horizontal .uk-form-label {
width: 200px;
margin-top: 7px;
float: left;
}
.uk-form-horizontal .uk-form-controls {
margin-left: 215px;
}
.uk-form-horizontal .uk-form-controls-text {
padding-top: 7px;
}
}
.uk-form-icon {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
color: #999999;
}
.uk-form-icon:hover {
color: #666666;
}
.uk-form-icon:not(a):not(button):not(input) {
pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
padding-left: 40px !important;
}
.uk-form-icon-flip {
right: 0;
left: auto;
}
.uk-form-icon-flip ~ .uk-input {
padding-right: 40px !important;
}
.uk-button {
margin: 0;
border: none;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
display: inline-block;
box-sizing: border-box;
padding: 0 30px;
vertical-align: middle;
font-size: 0.875rem;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: 0.1s ease-in-out;
transition-property: color, background-color, border-color;
}
.uk-button:not(:disabled) {
cursor: pointer;
}
.uk-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.uk-button:hover {
text-decoration: none;
}
.uk-button:focus {
outline: none;
}
.uk-button-default {
background-color: transparent;
color: #333333 !important;
border: 1px solid #e5e5e5;
}
.uk-button-default:hover,
.uk-button-default:focus {
background-color: transparent;
color: #333333 !important;
border-color: #b2b2b2;
}
.uk-button-default:active,
.uk-button-default.uk-active {
background-color: transparent;
color: #333333 !important;
border-color: #999999;
}
.uk-button-primary {
background-color: #373d88;
color: #ffffff !important;
border: 1px solid transparent;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
background-color: #303576;
color: #ffffff !important;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
background-color: #282d64;
color: #ffffff !important;
}
.uk-button-secondary {
background-color: #454444;
color: #ffffff !important;
border: 1px solid transparent;
}
.uk-button-secondary:hover,
.uk-button-secondary:focus {
background-color: #383737;
color: #ffffff !important;
}
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
background-color: #2b2b2b;
color: #ffffff !important;
}
.uk-button-danger {
background-color: #c00f5b;
color: #ffffff !important;
border: 1px solid transparent;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
background-color: #a80d50;
color: #ffffff !important;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
background-color: #910b45;
color: #ffffff !important;
}
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
background-color: transparent;
color: #999999 !important;
border-color: #e5e5e5;
}
.uk-button-small {
padding: 0 15px;
line-height: 28px;
font-size: 0.875rem;
}
.uk-button-large {
padding: 0 30px;
line-height: 53px;
font-size: 0.875rem;
padding: 0 70px;
}
.uk-button-text {
padding: 0;
line-height: 1.5;
background: none;
color: #333333 !important;
position: relative;
}
.uk-button-text::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 100%;
border-bottom: 1px solid;
transition: right 0.3s ease-out;
}
.uk-button-text:hover,
.uk-button-text:focus {
color: #333333 !important;
}
.uk-button-text:hover::before,
.uk-button-text:focus::before {
right: 0;
}
.uk-button-text:disabled {
color: #999999 !important;
}
.uk-button-text:disabled::before {
display: none;
}
.uk-button-link {
padding: 0;
line-height: 1.5;
background: none;
color: #1e87f0 !important;
}
.uk-button-link:hover,
.uk-button-link:focus {
color: #0f6ecd !important;
text-decoration: underline;
}
.uk-button-link:disabled {
color: #999999 !important;
text-decoration: none;
}
.uk-button-group {
display: inline-flex;
vertical-align: middle;
position: relative;
}
.uk-button-group &gt; .uk-button:nth-child(n+2),
.uk-button-group &gt; div:nth-child(n+2) .uk-button {
margin-left: -1px;
}
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
position: relative;
z-index: 1;
}
.uk-section {
box-sizing: border-box;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 960px) {
.uk-section {
padding-top: 70px;
padding-bottom: 70px;
}
}
.uk-section::before,
.uk-section::after {
content: "";
display: table;
}
.uk-section::after {
clear: both;
}
.uk-section &gt; :last-child {
margin-bottom: 0;
}
.uk-section-xsmall {
padding-top: 30px;
padding-bottom: 30px;
}
.uk-section-small {
padding-top: 30px;
padding-bottom: 30px;
}
.uk-section-large {
padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 960px) {
.uk-section-large {
padding-top: 140px;
padding-bottom: 140px;
}
}
.uk-section-xlarge {
padding-top: 140px;
padding-bottom: 140px;
}
@media (min-width: 960px) {
.uk-section-xlarge {
padding-top: 210px;
padding-bottom: 210px;
}
}
.uk-section-default {
background: #ffffff;
}
.uk-section-muted {
background: #f8f8f8;
}
.uk-section-primary {
background: #373d88;
}
.uk-section-secondary {
background: #454444;
}
.uk-container {
box-sizing: content-box;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 640px) {
.uk-container {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 960px) {
.uk-container {
padding-left: 30px;
padding-right: 30px;
}
}
.uk-container::before,
.uk-container::after {
content: "";
display: table;
}
.uk-container::after {
clear: both;
}
.uk-container &gt; :last-child {
margin-bottom: 0;
}
.uk-container .uk-container {
padding-left: 0;
padding-right: 0;
}
.uk-container-xsmall {
max-width: 750px;
}
.uk-container-small {
max-width: 900px;
}
.uk-container-large {
max-width: 1600px;
}
.uk-container-expand {
max-width: none;
}
.uk-container-expand-left {
margin-left: 0;
}
.uk-container-expand-right {
margin-right: 0;
}
@media (min-width: 640px) {
.uk-container-expand-left.uk-container-xsmall,
.uk-container-expand-right.uk-container-xsmall {
max-width: calc(50% + (750px / 2) - 30px);
}
.uk-container-expand-left.uk-container-small,
.uk-container-expand-right.uk-container-small {
max-width: calc(50% + (900px / 2) - 30px);
}
}
@media (min-width: 960px) {
.uk-container-expand-left,
.uk-container-expand-right {
max-width: calc(50% + (1200px / 2) - 30px);
}
.uk-container-expand-left.uk-container-xsmall,
.uk-container-expand-right.uk-container-xsmall {
max-width: calc(50% + (750px / 2) - 30px);
}
.uk-container-expand-left.uk-container-small,
.uk-container-expand-right.uk-container-small {
max-width: calc(50% + (900px / 2) - 30px);
}
.uk-container-expand-left.uk-container-large,
.uk-container-expand-right.uk-container-large {
max-width: calc(50% + (1600px / 2) - 30px);
}
}
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
width: calc(100% + 15px);
}
.uk-container-item-padding-remove-left {
margin-left: -15px;
}
.uk-container-item-padding-remove-right {
margin-right: -15px;
}
@media (min-width: 640px) {
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
width: calc(100% + 30px);
}
.uk-container-item-padding-remove-left {
margin-left: -30px;
}
.uk-container-item-padding-remove-right {
margin-right: -30px;
}
}
@media (min-width: 960px) {
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
width: calc(100% + 30px);
}
.uk-container-item-padding-remove-left {
margin-left: -30px;
}
.uk-container-item-padding-remove-right {
margin-right: -30px;
}
}
.uk-grid {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.uk-grid &gt; * {
margin: 0;
}
.uk-grid &gt; * &gt; :last-child {
margin-bottom: 0;
}
.uk-grid {
margin-left: -30px;
}
.uk-grid &gt; * {
padding-left: 30px;
}
.uk-grid + .uk-grid,
.uk-grid &gt; .uk-grid-margin,
* + .uk-grid-margin {
margin-top: 30px;
}
@media (min-width: 1200px) {
.uk-grid {
margin-left: -30px;
}
.uk-grid &gt; * {
padding-left: 30px;
}
.uk-grid + .uk-grid,
.uk-grid &gt; .uk-grid-margin,
* + .uk-grid-margin {
margin-top: 30px;
}
}
.uk-grid-small {
margin-left: -15px;
}
.uk-grid-small &gt; * {
padding-left: 15px;
}
.uk-grid + .uk-grid-small,
.uk-grid-small &gt; .uk-grid-margin,
* + .uk-grid-margin-small {
margin-top: 15px;
}
.uk-grid-medium {
margin-left: -30px;
}
.uk-grid-medium &gt; * {
padding-left: 30px;
}
.uk-grid + .uk-grid-medium,
.uk-grid-medium &gt; .uk-grid-margin,
* + .uk-grid-margin-medium {
margin-top: 30px;
}
.uk-grid-large {
margin-left: -30px;
}
.uk-grid-large &gt; * {
padding-left: 30px;
}
.uk-grid + .uk-grid-large,
.uk-grid-large &gt; .uk-grid-margin,
* + .uk-grid-margin-large {
margin-top: 30px;
}
@media (min-width: 1200px) {
.uk-grid-large {
margin-left: -70px;
}
.uk-grid-large &gt; * {
padding-left: 70px;
}
.uk-grid + .uk-grid-large,
.uk-grid-large &gt; .uk-grid-margin,
* + .uk-grid-margin-large {
margin-top: 70px;
}
}
.uk-grid-collapse {
margin-left: 0;
}
.uk-grid-collapse &gt; * {
padding-left: 0;
}
.uk-grid + .uk-grid-collapse,
.uk-grid-collapse &gt; .uk-grid-margin {
margin-top: 0;
}
.uk-grid-divider &gt; * {
position: relative;
}
.uk-grid-divider &gt; :not(.uk-first-column)::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
border-left: 1px solid #e5e5e5;
}
.uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin::before {
content: "";
position: absolute;
left: 0;
right: 0;
border-top: 1px solid #e5e5e5;
}
.uk-grid-divider {
margin-left: -60px;
}
.uk-grid-divider &gt; * {
padding-left: 60px;
}
.uk-grid-divider &gt; :not(.uk-first-column)::before {
left: 30px;
}
.uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin {
margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin::before {
top: -30px;
left: 60px;
}
@media (min-width: 1200px) {
.uk-grid-divider {
margin-left: -60px;
}
.uk-grid-divider &gt; * {
padding-left: 60px;
}
.uk-grid-divider &gt; :not(.uk-first-column)::before {
left: 30px;
}
.uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin {
margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin::before {
top: -30px;
left: 60px;
}
}
.uk-grid-divider.uk-grid-small {
margin-left: -30px;
}
.uk-grid-divider.uk-grid-small &gt; * {
padding-left: 30px;
}
.uk-grid-divider.uk-grid-small &gt; :not(.uk-first-column)::before {
left: 15px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack &gt; .uk-grid-margin {
margin-top: 30px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack &gt; .uk-grid-margin::before {
top: -15px;
left: 30px;
}
.uk-grid-divider.uk-grid-medium {
margin-left: -60px;
}
.uk-grid-divider.uk-grid-medium &gt; * {
padding-left: 60px;
}
.uk-grid-divider.uk-grid-medium &gt; :not(.uk-first-column)::before {
left: 30px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack &gt; .uk-grid-margin {
margin-top: 60px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack &gt; .uk-grid-margin::before {
top: -30px;
left: 60px;
}
.uk-grid-divider.uk-grid-large {
margin-left: -60px;
}
.uk-grid-divider.uk-grid-large &gt; * {
padding-left: 60px;
}
.uk-grid-divider.uk-grid-large &gt; :not(.uk-first-column)::before {
left: 30px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack &gt; .uk-grid-margin {
margin-top: 60px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack &gt; .uk-grid-margin::before {
top: -30px;
left: 60px;
}
@media (min-width: 1200px) {
.uk-grid-divider.uk-grid-large {
margin-left: -140px;
}
.uk-grid-divider.uk-grid-large &gt; * {
padding-left: 140px;
}
.uk-grid-divider.uk-grid-large &gt; :not(.uk-first-column)::before {
left: 70px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack &gt; .uk-grid-margin {
margin-top: 140px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack &gt; .uk-grid-margin::before {
top: -70px;
left: 140px;
}
}
.uk-grid-match &gt; *,
.uk-grid-item-match {
display: flex;
flex-wrap: wrap;
}
.uk-grid-match &gt; * &gt; :not([class*='uk-width']),
.uk-grid-item-match &gt; :not([class*='uk-width']) {
box-sizing: border-box;
width: 100%;
flex: auto;
}
.uk-tile {
position: relative;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 640px) {
.uk-tile {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 960px) {
.uk-tile {
padding-left: 30px;
padding-right: 30px;
padding-top: 70px;
padding-bottom: 70px;
}
}
.uk-tile::before,
.uk-tile::after {
content: "";
display: table;
}
.uk-tile::after {
clear: both;
}
.uk-tile &gt; :last-child {
margin-bottom: 0;
}
.uk-tile-xsmall {
padding-top: 30px;
padding-bottom: 30px;
}
.uk-tile-small {
padding-top: 30px;
padding-bottom: 30px;
}
.uk-tile-large {
padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 960px) {
.uk-tile-large {
padding-top: 140px;
padding-bottom: 140px;
}
}
.uk-tile-xlarge {
padding-top: 140px;
padding-bottom: 140px;
}
@media (min-width: 960px) {
.uk-tile-xlarge {
padding-top: 210px;
padding-bottom: 210px;
}
}
.uk-tile-default {
background: #ffffff;
}
.uk-tile-muted {
background: #f8f8f8;
}
.uk-tile-primary {
background: #373d88;
}
.uk-tile-secondary {
background: #454444;
}
.uk-card {
position: relative;
box-sizing: border-box;
box-shadow: none !important;
}
.uk-card-body {
padding: 30px 30px;
}
.uk-card-header {
padding: 15px 30px;
}
.uk-card-footer {
padding: 15px 30px;
}
@media (min-width: 1200px) {
.uk-card-body {
padding: 30px 30px;
}
.uk-card-header {
padding: 15px 30px;
}
.uk-card-footer {
padding: 15px 30px;
}
}
.uk-card-body::before,
.uk-card-body::after,
.uk-card-header::before,
.uk-card-header::after,
.uk-card-footer::before,
.uk-card-footer::after {
content: "";
display: table;
}
.uk-card-body::after,
.uk-card-header::after,
.uk-card-footer::after {
clear: both;
}
.uk-card-body &gt; :last-child,
.uk-card-header &gt; :last-child,
.uk-card-footer &gt; :last-child {
margin-bottom: 0;
}
.uk-card-title {
font-size: 1.5rem;
line-height: 1.4;
}
.uk-card-badge {
position: absolute;
top: 30px;
right: 30px;
z-index: 1;
}
.uk-card-badge:first-child + * {
margin-top: 0;
}
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
background: #ffffff;
box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-default {
background: #ffffff;
color: #666666;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card-default .uk-card-title {
color: #333333;
}
.uk-card-default.uk-card-hover:hover {
background-color: #ffffff;
box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-default .uk-card-header {
border-bottom: 1px solid #e5e5e5;
}
.uk-card-default .uk-card-footer {
border-top: 1px solid #e5e5e5;
}
.uk-card-primary {
background: #373d88;
color: #ffffff;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card-primary .uk-card-title {
color: #ffffff;
}
.uk-card-primary.uk-card-hover:hover {
background-color: #373d88;
box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-secondary {
background: #454444;
color: #ffffff;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card-secondary .uk-card-title {
color: #ffffff;
}
.uk-card-secondary.uk-card-hover:hover {
background-color: #454444;
box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
padding: 30px 30px;
}
.uk-card-small .uk-card-header {
padding: 20px 30px;
}
.uk-card-small .uk-card-footer {
padding: 20px 30px;
}
@media (min-width: 1200px) {
.uk-card-large.uk-card-body,
.uk-card-large .uk-card-body {
padding: 70px 70px;
}
.uk-card-large .uk-card-header {
padding: 35px 70px;
}
.uk-card-large .uk-card-footer {
padding: 35px 70px;
}
}
.uk-card-body &gt; .uk-nav-default {
margin-left: -30px;
margin-right: -30px;
}
.uk-card-body &gt; .uk-nav-default:only-child {
margin-top: -15px;
margin-bottom: -15px;
}
.uk-card-body .uk-nav-default &gt; li &gt; a,
.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-body .uk-nav-default .uk-nav-divider {
padding-left: 30px;
padding-right: 30px;
}
.uk-card-body .uk-nav-default .uk-nav-sub {
padding-left: 45px;
}
@media (min-width: 1200px) {
.uk-card-body &gt; .uk-nav-default {
margin-left: -30px;
margin-right: -30px;
}
.uk-card-body &gt; .uk-nav-default:only-child {
margin-top: -15px;
margin-bottom: -15px;
}
.uk-card-body .uk-nav-default &gt; li &gt; a,
.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-body .uk-nav-default .uk-nav-divider {
padding-left: 30px;
padding-right: 30px;
}
.uk-card-body .uk-nav-default .uk-nav-sub {
padding-left: 45px;
}
}
.uk-card-small &gt; .uk-nav-default {
margin-left: -30px;
margin-right: -30px;
}
.uk-card-small &gt; .uk-nav-default:only-child {
margin-top: -15px;
margin-bottom: -15px;
}
.uk-card-small .uk-nav-default &gt; li &gt; a,
.uk-card-small .uk-nav-default .uk-nav-header,
.uk-card-small .uk-nav-default .uk-nav-divider {
padding-left: 30px;
padding-right: 30px;
}
.uk-card-small .uk-nav-default .uk-nav-sub {
padding-left: 45px;
}
@media (min-width: 1200px) {
.uk-card-large &gt; .uk-nav-default {
margin: 0;
}
.uk-card-large &gt; .uk-nav-default:only-child {
margin: 0;
}
.uk-card-large .uk-nav-default &gt; li &gt; a,
.uk-card-large .uk-nav-default .uk-nav-header,
.uk-card-large .uk-nav-default .uk-nav-divider {
padding-left: 0;
padding-right: 0;
}
.uk-card-large .uk-nav-default .uk-nav-sub {
padding-left: 15px;
}
}
.uk-close {
color: #999999;
transition: 0.1s ease-in-out;
transition-property: color, opacity;
}
.uk-close:hover,
.uk-close:focus {
color: #666666;
outline: none;
}
.uk-spinner &gt; * {
animation: uk-spinner-rotate 1.4s linear infinite;
}
@keyframes uk-spinner-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(270deg);
}
}
.uk-spinner &gt; * &gt; * {
stroke-dasharray: 88px;
stroke-dashoffset: 0;
transform-origin: center;
animation: uk-spinner-dash 1.4s ease-in-out infinite;
stroke-width: 1;
stroke-linecap: round;
}
@keyframes uk-spinner-dash {
0% {
stroke-dashoffset: 88px;
}
50% {
stroke-dashoffset: 22px;
transform: rotate(135deg);
}
100% {
stroke-dashoffset: 88px;
transform: rotate(450deg);
}
}
.uk-totop {
padding: 5px;
color: #999999;
transition: color 0.1s ease-in-out;
}
.uk-totop:hover,
.uk-totop:focus {
color: #666666;
outline: none;
}
.uk-totop:active {
color: #333333;
}
.uk-marker {
padding: 5px;
background: #454444;
color: #ffffff;
border-radius: 500px;
}
.uk-marker:hover,
.uk-marker:focus {
color: #ffffff;
outline: none;
}
.uk-alert {
position: relative;
margin-bottom: 30px;
padding: 15px 29px 15px 15px;
background: #f8f8f8;
color: #666666;
}
* + .uk-alert {
margin-top: 30px;
}
.uk-alert &gt; :last-child {
margin-bottom: 0;
}
.uk-alert-close {
position: absolute;
top: 20px;
right: 15px;
color: inherit;
opacity: 0.4;
}
.uk-alert-close:first-child + * {
margin-top: 0;
}
.uk-alert-close:hover,
.uk-alert-close:focus {
color: inherit;
opacity: 0.8;
}
.uk-alert-primary {
background: #c7c9de;
color: #373d88;
}
.uk-alert-success {
background: #edfbf6;
color: #32d296;
}
.uk-alert-warning {
background: #fddbca;
color: #f5641a;
}
.uk-alert-danger {
background: #eec0d4;
color: #c00f5b;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
color: inherit;
}
.uk-alert a:not([class]) {
color: inherit;
text-decoration: underline;
}
.uk-alert a:not([class]):hover {
color: inherit;
text-decoration: underline;
}
.uk-badge {
box-sizing: border-box;
min-width: 22px;
height: 22px;
padding: 0 5px;
border-radius: 500px;
vertical-align: middle;
background: #373d88;
color: #ffffff;
font-size: 0.875rem;
display: inline-flex;
justify-content: center;
align-items: center;
}
.uk-badge:hover,
.uk-badge:focus {
color: #ffffff;
text-decoration: none;
outline: none;
}
.uk-label {
display: inline-block;
padding: 0 15px;
background: #373d88;
line-height: 1.5;
font-size: 0.875rem;
color: #ffffff;
vertical-align: middle;
white-space: nowrap;
border-radius: 2px;
text-transform: uppercase;
padding: 5px 15px;
line-height: 1;
letter-spacing: 1px;
}
.uk-label-success {
background-color: #32d296;
color: #ffffff;
}
.uk-label-warning {
background-color: #f5641a;
color: #ffffff;
}
.uk-label-danger {
background-color: #c00f5b;
color: #ffffff;
}
.uk-overlay {
padding: 30px 30px;
}
.uk-overlay &gt; :last-child {
margin-bottom: 0;
}
.uk-overlay-default {
background: rgba(255,255,255,0.8);
transition: all 0.25s;
}
.uk-overlay-default.uk-overlay-hover-darken:hover {
background: rgba(255,255,255,0.9);
}
.uk-overlay-primary {
background: rgba(34,34,34,0.8);
transition: all 0.25s;
}
.uk-overlay-primary.uk-overlay-hover-darken:hover {
background: rgba(34,34,34,0.9);
}
.uk-article::before,
.uk-article::after {
content: "";
display: table;
}
.uk-article::after {
clear: both;
}
.uk-article &gt; :last-child {
margin-bottom: 0;
}
.uk-article + .uk-article {
margin-top: 70px;
}
.uk-article-title {
font-size: 2.23125rem;
line-height: 1.2;
}
@media (min-width: 960px) {
.uk-article-title {
font-size: 2.625rem;
}
}
.uk-article-meta {
font-size: 0.875rem;
line-height: 1.4;
color: #999999;
}
.uk-article-meta a {
color: #999999;
}
.uk-article-meta a:hover {
color: #666666;
text-decoration: none;
}
.uk-comment-body {
overflow-wrap: break-word;
word-wrap: break-word;
}
.uk-comment-header {
margin-bottom: 30px;
}
.uk-comment-body::before,
.uk-comment-body::after,
.uk-comment-header::before,
.uk-comment-header::after {
content: "";
display: table;
}
.uk-comment-body::after,
.uk-comment-header::after {
clear: both;
}
.uk-comment-body &gt; :last-child,
.uk-comment-header &gt; :last-child {
margin-bottom: 0;
}
.uk-comment-title {
font-size: 1.25rem;
line-height: 1.4;
}
.uk-comment-meta {
font-size: 0.875rem;
line-height: 1.4;
color: #999999;
}
.uk-comment-list {
padding: 0;
list-style: none;
}
.uk-comment-list &gt; :nth-child(n+2) {
margin-top: 70px;
}
.uk-comment-list .uk-comment ~ ul {
margin: 70px 0 0 0;
padding-left: 30px;
list-style: none;
}
@media (min-width: 960px) {
.uk-comment-list .uk-comment ~ ul {
padding-left: 100px;
}
}
.uk-comment-list .uk-comment ~ ul &gt; :nth-child(n+2) {
margin-top: 70px;
}
.uk-comment-primary {
padding: 30px;
background-color: #f8f8f8;
}
.uk-search {
display: inline-block;
position: relative;
max-width: 100%;
margin: 0;
}
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
-webkit-appearance: none;
}
.uk-search-input::-moz-placeholder {
opacity: 1;
}
.uk-search-input {
box-sizing: border-box;
margin: 0;
border-radius: 0;
font: inherit;
overflow: visible;
-webkit-appearance: none;
vertical-align: middle;
width: 100%;
border: none;
color: #666666;
}
.uk-search-input:focus {
outline: none;
}
.uk-search-input:-ms-input-placeholder {
color: #999999 !important;
}
.uk-search-input::placeholder {
color: #999999;
}
.uk-search-icon:focus {
outline: none;
}
.uk-search .uk-search-icon {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: inline-flex;
justify-content: center;
align-items: center;
color: #999999;
}
.uk-search .uk-search-icon:hover {
color: #999999;
}
.uk-search .uk-search-icon:not(a):not(button):not(input) {
pointer-events: none;
}
.uk-search .uk-search-icon-flip {
right: 0;
left: auto;
}
.uk-search-default {
width: 180px;
}
.uk-search-default .uk-search-input {
height: 40px;
padding-left: 6px;
padding-right: 6px;
background: transparent;
border: 1px solid #e5e5e5;
}
.uk-search-default .uk-search-input:focus {
background-color: transparent;
}
.uk-search-default .uk-search-icon {
width: 40px;
}
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
padding-left: 40px;
}
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
padding-right: 40px;
}
.uk-search-navbar {
width: 400px;
}
.uk-search-navbar .uk-search-input {
height: 40px;
background: transparent;
font-size: 1.5rem;
}
.uk-search-navbar .uk-search-icon {
width: 40px;
}
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
padding-left: 40px;
}
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
padding-right: 40px;
}
.uk-search-large {
width: 500px;
}
.uk-search-large .uk-search-input {
height: 80px;
background: transparent;
font-size: 2.625rem;
}
.uk-search-large .uk-search-icon {
width: 80px;
}
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
padding-left: 80px;
}
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
padding-right: 80px;
}
.uk-search-toggle {
color: #999999;
}
.uk-search-toggle:hover,
.uk-search-toggle:focus {
color: #666666;
}
.uk-nav,
.uk-nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.uk-nav li &gt; a {
display: block;
text-decoration: none;
}
.uk-nav li &gt; a:focus {
outline: none;
}
.uk-nav &gt; li &gt; a {
padding: 5px 0;
}
ul.uk-nav-sub {
padding: 5px 0 5px 15px;
}
.uk-nav-sub ul {
padding-left: 15px;
}
.uk-nav-sub a {
padding: 2px 0;
}
.uk-nav-parent-icon &gt; .uk-parent &gt; a::after {
content: "";
width: 1.5em;
height: 1.5em;
float: right;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.uk-nav-header {
padding: 5px 0;
text-transform: uppercase;
font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
margin-top: 30px;
}
.uk-nav-divider {
margin: 5px 0;
}
.uk-nav-default {
font-size: 0.875rem;
}
.uk-nav-default &gt; li &gt; a {
color: #999999;
}
.uk-nav-default &gt; li &gt; a:hover,
.uk-nav-default &gt; li &gt; a:focus {
color: #666666;
}
.uk-nav-default &gt; li.uk-active &gt; a {
color: #333333;
}
.uk-nav-default .uk-nav-header {
color: #333333;
}
.uk-nav-default .uk-nav-divider {
border-top: 1px solid #e5e5e5;
}
.uk-nav-default .uk-nav-sub a {
color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
color: #666666;
}
.uk-nav-default .uk-nav-sub li.uk-active &gt; a {
color: #333333;
}
.uk-nav-primary &gt; li &gt; a {
font-size: 1.5rem;
line-height: 1.5;
color: #999999;
}
.uk-nav-primary &gt; li &gt; a:hover,
.uk-nav-primary &gt; li &gt; a:focus {
color: #666666;
}
.uk-nav-primary &gt; li.uk-active &gt; a {
color: #333333;
}
.uk-nav-primary .uk-nav-header {
color: #333333;
}
.uk-nav-primary .uk-nav-divider {
border-top: 1px solid #e5e5e5;
}
.uk-nav-primary .uk-nav-sub a {
color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
color: #666666;
}
.uk-nav-primary .uk-nav-sub li.uk-active &gt; a {
color: #333333;
}
.uk-nav-center {
text-align: center;
}
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
padding-left: 0;
}
.uk-nav-center.uk-nav-parent-icon &gt; .uk-parent &gt; a::after {
position: absolute;
}
.uk-navbar {
display: flex;
position: relative;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
background: #f8f8f8;
}
.uk-navbar-container &gt; ::before,
.uk-navbar-container &gt; ::after {
display: none !important;
}
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left &gt; *,
.uk-navbar-center-right &gt; * {
display: flex;
align-items: center;
}
.uk-navbar-right {
margin-left: auto;
}
.uk-navbar-center:only-child {
margin-left: auto;
margin-right: auto;
position: relative;
}
.uk-navbar-center:not(:only-child) {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: max-content;
box-sizing: border-box;
z-index: 990;
}
.uk-navbar-center-left,
.uk-navbar-center-right {
position: absolute;
top: 0;
}
.uk-navbar-center-left {
right: 100%;
}
.uk-navbar-center-right {
left: 100%;
}
[class*='uk-navbar-center-'] {
width: max-content;
box-sizing: border-box;
}
.uk-navbar-nav {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
flex-wrap: wrap;
}
.uk-navbar-nav &gt; li &gt; a,
.uk-navbar-item,
.uk-navbar-toggle {
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
min-height: 80px;
padding: 0 15px;
font-size: 0.875rem;
font-family: inherit;
text-decoration: none;
}
.uk-navbar-nav &gt; li &gt; a {
color: #999999;
text-transform: uppercase;
transition: 0.1s ease-in-out;
transition-property: color, background-color;
}
.uk-navbar-nav &gt; li:hover &gt; a,
.uk-navbar-nav &gt; li &gt; a:focus,
.uk-navbar-nav &gt; li &gt; a.uk-open {
color: #666666;
outline: none;
}
.uk-navbar-nav &gt; li &gt; a:active {
color: #333333;
}
.uk-navbar-nav &gt; li.uk-active &gt; a {
color: #333333;
}
.uk-navbar-item {
color: #666666;
}
.uk-navbar-toggle {
color: #999999;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
color: #666666;
outline: none;
text-decoration: none;
}
.uk-navbar-subtitle {
font-size: 0.875rem;
}
.uk-navbar-dropdown {
display: none;
position: absolute;
z-index: 1020;
box-sizing: border-box;
width: 200px;
padding: 25px;
background: #ffffff;
color: #666666;
box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}
.uk-navbar-dropdown.uk-open {
display: block;
}
[class*='uk-navbar-dropdown-top'] {
margin-top: -15px;
}
[class*='uk-navbar-dropdown-bottom'] {
margin-top: 15px;
}
[class*='uk-navbar-dropdown-left'] {
margin-left: -15px;
}
[class*='uk-navbar-dropdown-right'] {
margin-left: 15px;
}
.uk-navbar-dropdown-grid {
margin-left: -50px;
}
.uk-navbar-dropdown-grid &gt; * {
padding-left: 50px;
}
.uk-navbar-dropdown-grid &gt; .uk-grid-margin {
margin-top: 50px;
}
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid &gt; * {
width: 100% !important;
}
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
width: 1000px;
}
.uk-navbar-dropdown-dropbar {
margin-top: 0;
margin-bottom: 0;
box-shadow: none;
}
.uk-navbar-dropdown-nav {
font-size: 0.875rem;
}
.uk-navbar-dropdown-nav &gt; li &gt; a {
color: #999999;
}
.uk-navbar-dropdown-nav &gt; li &gt; a:hover,
.uk-navbar-dropdown-nav &gt; li &gt; a:focus {
color: #666666;
}
.uk-navbar-dropdown-nav &gt; li.uk-active &gt; a {
color: #333333;
}
.uk-navbar-dropdown-nav .uk-nav-header {
color: #333333;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
border-top: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
color: #666666;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active &gt; a {
color: #333333;
}
.uk-navbar-dropbar {
background: #ffffff;
}
.uk-navbar-dropbar-slide {
position: absolute;
z-index: 980;
left: 0;
right: 0;
box-shadow: 0 5px 7px rgba(0,0,0,0.05);
}
.uk-navbar-container &gt; .uk-container .uk-navbar-left {
margin-left: -15px;
margin-right: -15px;
}
.uk-navbar-container &gt; .uk-container .uk-navbar-right {
margin-right: -15px;
}
.uk-navbar-dropdown-grid &gt; * {
position: relative;
}
.uk-navbar-dropdown-grid &gt; :not(.uk-first-column)::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 25px;
border-left: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-grid.uk-grid-stack &gt; .uk-grid-margin::before {
content: "";
position: absolute;
top: -25px;
left: 50px;
right: 0;
border-top: 1px solid #e5e5e5;
}
.uk-subnav {
display: flex;
flex-wrap: wrap;
margin-left: -20px;
padding: 0;
list-style: none;
}
.uk-subnav &gt; * {
flex: none;
padding-left: 20px;
position: relative;
}
.uk-subnav &gt; * &gt; :first-child {
display: block;
color: #999999;
font-size: 0.875rem;
text-transform: uppercase;
transition: 0.1s ease-in-out;
transition-property: color, background-color;
}
.uk-subnav &gt; * &gt; a:hover,
.uk-subnav &gt; * &gt; a:focus {
color: #666666;
text-decoration: none;
outline: none;
}
.uk-subnav &gt; .uk-active &gt; a {
color: #333333;
}
.uk-subnav-divider &gt; * {
display: flex;
align-items: center;
}
.uk-subnav-divider &gt; :nth-child(n+2):not(.uk-first-column)::before {
content: "";
height: 1.5em;
margin-left: 0px;
margin-right: 20px;
border-left: 1px solid #e5e5e5;
}
.uk-subnav-pill &gt; * &gt; :first-child {
padding: 5px 10px;
background: transparent;
color: #999999;
}
.uk-subnav-pill &gt; * &gt; a:hover,
.uk-subnav-pill &gt; * &gt; a:focus {
background-color: #f8f8f8;
color: #666666;
}
.uk-subnav-pill &gt; * &gt; a:active {
background-color: #f8f8f8;
color: #666666;
}
.uk-subnav-pill &gt; .uk-active &gt; a {
background-color: #373d88;
color: #ffffff;
}
.uk-subnav &gt; .uk-disabled &gt; a {
color: #999999;
}
.uk-breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none;
}
.uk-breadcrumb &gt; * {
flex: none;
}
.uk-breadcrumb &gt; * &gt; * {
display: inline-block;
font-size: 0.875rem;
color: #999999;
}
.uk-breadcrumb &gt; * &gt; :hover,
.uk-breadcrumb &gt; * &gt; :focus {
color: #666666;
text-decoration: none;
}
.uk-breadcrumb &gt; :last-child &gt; * {
color: #666666;
}
.uk-breadcrumb &gt; :nth-child(n+2):not(.uk-first-column)::before {
content: "/";
display: inline-block;
margin: 0 20px;
color: #999999;
}
.uk-pagination {
display: flex;
flex-wrap: wrap;
margin-left: -20px;
padding: 0;
list-style: none;
}
.uk-pagination &gt; * {
flex: none;
padding-left: 20px;
position: relative;
}
.uk-pagination &gt; * &gt; * {
display: block;
color: #999999;
transition: color 0.1s ease-in-out;
}
.uk-pagination &gt; * &gt; :hover,
.uk-pagination &gt; * &gt; :focus {
color: #666666;
text-decoration: none;
}
.uk-pagination &gt; .uk-active &gt; * {
color: #666666;
}
.uk-pagination &gt; .uk-disabled &gt; * {
color: #999999;
}
.uk-tab {
display: flex;
flex-wrap: wrap;
margin-left: -20px;
padding: 0;
list-style: none;
}
.uk-tab &gt; * {
flex: none;
padding-left: 20px;
position: relative;
}
.uk-tab &gt; * &gt; a {
display: block;
text-align: center;
padding: 5px 10px;
color: #999999;
border-bottom: 1px solid transparent;
transition: color 0.1s ease-in-out;
}
.uk-tab &gt; * &gt; a:hover,
.uk-tab &gt; * &gt; a:focus {
color: #666666;
text-decoration: none;
}
.uk-tab &gt; .uk-active &gt; a {
color: #333333;
border-color: #373d88;
}
.uk-tab &gt; .uk-disabled &gt; a {
color: #999999;
}
.uk-tab-bottom::before {
top: 0;
bottom: auto;
}
.uk-tab-bottom &gt; * &gt; a {
border-top: 1px solid transparent;
border-bottom: none;
}
.uk-tab-left,
.uk-tab-right {
flex-direction: column;
margin-left: 0;
}
.uk-tab-left &gt; *,
.uk-tab-right &gt; * {
padding-left: 0;
}
.uk-tab-left::before {
top: 0;
bottom: 0;
left: auto;
right: 0;
border-left: 1px solid #e5e5e5;
border-bottom: none;
}
.uk-tab-right::before {
top: 0;
bottom: 0;
left: 0;
right: auto;
border-left: 1px solid #e5e5e5;
border-bottom: none;
}
.uk-tab-left &gt; * &gt; a {
text-align: left;
border-right: 1px solid transparent;
border-bottom: none;
}
.uk-tab-right &gt; * &gt; a {
text-align: left;
border-left: 1px solid transparent;
border-bottom: none;
}
.uk-tab .uk-dropdown {
margin-left: 30px;
}
.uk-slidenav {
padding: 5px 10px;
color: rgba(102,102,102,0.5);
transition: color 0.1s ease-in-out;
}
.uk-slidenav:hover,
.uk-slidenav:focus {
color: rgba(102,102,102,0.9);
outline: none;
}
.uk-slidenav:active {
color: rgba(102,102,102,0.5);
}
.uk-slidenav-large {
padding: 10px 10px;
}
.uk-slidenav-container {
display: flex;
}
.uk-dotnav {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
margin-left: -12px;
}
.uk-dotnav &gt; * {
flex: none;
padding-left: 12px;
}
.uk-dotnav &gt; * &gt; * {
display: block;
box-sizing: border-box;
width: 10px;
height: 10px;
border-radius: 50%;
background: transparent;
text-indent: 100%;
overflow: hidden;
white-space: nowrap;
border: 1px solid #a1a1a1;
transition: 0.2s ease-in-out;
transition-property: background-color, border-color;
}
.uk-dotnav &gt; * &gt; :hover,
.uk-dotnav &gt; * &gt; :focus {
background-color: #a1a1a1;
outline: none;
border-color: transparent;
}
.uk-dotnav &gt; * &gt; :active {
background-color: #e0e0e0;
border-color: transparent;
}
.uk-dotnav &gt; .uk-active &gt; * {
background-color: #a1a1a1;
border-color: transparent;
}
.uk-dotnav-vertical {
flex-direction: column;
margin-left: 0;
margin-top: -12px;
}
.uk-dotnav-vertical &gt; * {
padding-left: 0;
padding-top: 12px;
}
.uk-thumbnav {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
margin-left: -15px;
}
.uk-thumbnav &gt; * {
padding-left: 15px;
}
.uk-thumbnav &gt; * &gt; * {
display: inline-block;
position: relative;
}
.uk-thumbnav &gt; * &gt; *::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,0.4);
transition: background-color 0.1s ease-in-out;
}
.uk-thumbnav &gt; * &gt; :hover,
.uk-thumbnav &gt; * &gt; :focus {
outline: none;
}
.uk-thumbnav &gt; * &gt; :hover::after,
.uk-thumbnav &gt; * &gt; :focus::after {
background-color: transparent;
}
.uk-thumbnav &gt; .uk-active &gt; *::after {
background-color: transparent;
}
.uk-thumbnav-vertical {
flex-direction: column;
margin-left: 0;
margin-top: -15px;
}
.uk-thumbnav-vertical &gt; * {
padding-left: 0;
padding-top: 15px;
}
.uk-accordion {
padding: 0;
list-style: none;
}
.uk-accordion &gt; :nth-child(n+2) {
margin-top: 30px;
}
.uk-accordion-title {
display: block;
font-size: 1.25rem;
line-height: 1.4;
color: #333333;
overflow: hidden;
}
.uk-accordion-title::before {
content: "";
width: 1.4em;
height: 1.4em;
margin-left: 10px;
float: right;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.uk-accordion-title:hover,
.uk-accordion-title:focus {
color: #666666;
text-decoration: none;
outline: none;
}
.uk-accordion-content {
margin-top: 30px;
}
.uk-accordion-content::before,
.uk-accordion-content::after {
content: "";
display: table;
}
.uk-accordion-content::after {
clear: both;
}
.uk-accordion-content &gt; :last-child {
margin-bottom: 0;
}
.uk-drop {
display: none;
position: absolute;
z-index: 1020;
box-sizing: border-box;
width: 300px;
}
.uk-drop.uk-open {
display: block;
}
[class*='uk-drop-top'] {
margin-top: -30px;
}
[class*='uk-drop-bottom'] {
margin-top: 30px;
}
[class*='uk-drop-left'] {
margin-left: -30px;
}
[class*='uk-drop-right'] {
margin-left: 30px;
}
.uk-drop-stack .uk-drop-grid &gt; * {
width: 100% !important;
}
.uk-dropdown {
display: none;
position: absolute;
z-index: 1020;
box-sizing: border-box;
min-width: 200px;
padding: 25px;
background: #ffffff;
color: #666666;
box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}
.uk-dropdown.uk-open {
display: block;
}
.uk-dropdown-nav {
white-space: nowrap;
font-size: 0.875rem;
}
.uk-dropdown-nav &gt; li &gt; a {
color: #999999;
}
.uk-dropdown-nav &gt; li &gt; a:hover,
.uk-dropdown-nav &gt; li &gt; a:focus,
.uk-dropdown-nav &gt; li.uk-active &gt; a {
color: #666666;
}
.uk-dropdown-nav .uk-nav-header {
color: #333333;
}
.uk-dropdown-nav .uk-nav-divider {
border-top: 1px solid #e5e5e5;
}
.uk-dropdown-nav .uk-nav-sub a {
color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active &gt; a {
color: #666666;
}
[class*='uk-dropdown-top'] {
margin-top: -15px;
}
[class*='uk-dropdown-bottom'] {
margin-top: 15px;
}
[class*='uk-dropdown-left'] {
margin-left: -15px;
}
[class*='uk-dropdown-right'] {
margin-left: 15px;
}
.uk-dropdown-stack .uk-dropdown-grid &gt; * {
width: 100% !important;
}
.uk-modal {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1010;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 15px 15px;
background: rgba(0,0,0,0.6);
opacity: 0;
transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
.uk-modal {
padding: 50px 30px;
}
}
@media (min-width: 960px) {
.uk-modal {
padding-left: 30px;
padding-right: 30px;
}
}
.uk-modal.uk-open {
opacity: 1;
}
.uk-modal-page {
overflow: hidden;
}
.uk-modal-dialog {
position: relative;
box-sizing: border-box;
margin: 0 auto;
width: 600px;
max-width: calc(100% - 0.01px) !important;
background: #ffffff;
opacity: 0;
transform: translateY(-100px);
transition: 0.3s linear;
transition-property: opacity, transform;
}
.uk-open &gt; .uk-modal-dialog {
opacity: 1;
transform: translateY(0);
}
.uk-modal-container .uk-modal-dialog {
width: 1200px;
}
.uk-modal-full {
padding: 0;
background: none;
}
.uk-modal-full .uk-modal-dialog {
margin: 0;
width: 100%;
max-width: 100%;
transform: translateY(0);
}
.uk-modal-body {
padding: 30px 30px;
}
.uk-modal-header {
padding: 15px 30px;
background: #ffffff;
border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
padding: 15px 30px;
background: #ffffff;
border-top: 1px solid #e5e5e5;
}
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
content: "";
display: table;
}
.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
clear: both;
}
.uk-modal-body &gt; :last-child,
.uk-modal-header &gt; :last-child,
.uk-modal-footer &gt; :last-child {
margin-bottom: 0;
}
.uk-modal-title {
font-size: 2rem;
line-height: 1.3;
}
[class*='uk-modal-close-'] {
position: absolute;
z-index: 1010;
top: 15px;
right: 15px;
padding: 5px;
}
[class*='uk-modal-close-']:first-child + * {
margin-top: 0;
}
.uk-modal-close-outside {
top: 0;
right: -5px;
transform: translate(0,-100%);
color: #ffffff;
}
.uk-modal-close-outside:hover {
color: #ffffff;
}
@media (min-width: 960px) {
.uk-modal-close-outside {
right: 0;
transform: translate(100%,-100%);
}
}
.uk-modal-close-full {
top: 0;
right: 0;
padding: 30px;
background: #ffffff;
}
.uk-lightbox {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1010;
background: #000;
opacity: 0;
transition: opacity 0.15s linear;
}
.uk-lightbox .uk-lightbox-items {
padding: 0;
margin: 0;
}
.uk-lightbox.uk-open {
display: block;
opacity: 1;
}
.uk-lightbox-page {
overflow: hidden;
}
.uk-lightbox-items &gt; * {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
justify-content: center;
align-items: center;
color: rgba(255,255,255,0.7);
will-change: transform, opacity;
}
.uk-lightbox-items &gt; * &gt; * {
max-width: 100vw;
max-height: 100vh;
}
.uk-lightbox-items &gt; :focus {
outline: none;
}
.uk-lightbox-items &gt; * &gt; :not(iframe) {
width: auto;
height: auto;
}
.uk-lightbox-items &gt; .uk-active {
display: flex;
}
.uk-lightbox-toolbar {
padding: 10px 10px;
background: rgba(0,0,0,0.3);
color: rgba(255,255,255,0.7);
}
.uk-lightbox-toolbar &gt; * {
color: rgba(255,255,255,0.7);
}
.uk-lightbox-toolbar-icon {
padding: 5px;
color: rgba(255,255,255,0.7);
background: transparent !important;
}
.uk-lightbox-toolbar-icon:hover {
color: #fff;
}
.uk-lightbox-button {
box-sizing: border-box;
width: 50px;
height: 50px;
background: rgba(0,0,0,0.3);
color: rgba(255,255,255,0.7) !important;
display: inline-flex;
justify-content: center;
align-items: center;
}
.uk-lightbox-button:hover {
color: #fff;
}
.uk-lightbox-iframe {
width: 80%;
height: 80%;
}
.uk-slideshow {
-webkit-tap-highlight-color: transparent;
}
.uk-slideshow-items {
position: relative;
z-index: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
-webkit-touch-callout: none;
}
.uk-slideshow-items &gt; * {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
will-change: transform, opacity;
touch-action: pan-y;
}
.uk-slideshow-items &gt; :focus {
outline: none;
}
.uk-slideshow-items &gt; :not(.uk-active) {
display: none;
}
.uk-slider {
-webkit-tap-highlight-color: transparent;
}
.uk-slider-container {
overflow: hidden;
}
.uk-slider-items {
will-change: transform;
position: relative;
}
.uk-slider-items:not(.uk-grid) {
display: flex;
margin: 0;
padding: 0;
list-style: none;
-webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
flex-wrap: nowrap;
}
.uk-slider-items &gt; * {
flex: none;
position: relative;
touch-action: pan-y;
}
.uk-slider-items &gt; :focus {
outline: none;
}
.uk-sticky-fixed {
z-index: 980;
box-sizing: border-box;
margin: 0 !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.uk-sticky[class*='uk-animation-'] {
animation-duration: 0.2s;
}
.uk-sticky.uk-animation-reverse {
animation-duration: 0.2s;
}
.uk-offcanvas {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1000;
}
.uk-offcanvas-flip .uk-offcanvas {
right: 0;
left: auto;
}
.uk-offcanvas-bar {
position: absolute;
top: 0;
bottom: 0;
left: -270px;
box-sizing: border-box;
width: 270px;
padding: 30px 30px;
background: #454444;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
@media (min-width: 960px) {
.uk-offcanvas-bar {
left: -350px;
width: 350px;
padding: 30px 30px;
}
}
.uk-offcanvas-flip .uk-offcanvas-bar {
left: auto;
right: -270px;
}
@media (min-width: 960px) {
.uk-offcanvas-flip .uk-offcanvas-bar {
right: -350px;
}
}
.uk-open &gt; .uk-offcanvas-bar {
left: 0;
}
.uk-offcanvas-flip .uk-open &gt; .uk-offcanvas-bar {
left: auto;
right: 0;
}
.uk-offcanvas-bar-animation {
transition: left 0.3s ease-out;
}
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
transition-property: right;
}
.uk-offcanvas-reveal {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 0;
overflow: hidden;
transition: width 0.3s ease-out;
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
left: 0;
}
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
left: auto;
right: 0;
}
.uk-open &gt; .uk-offcanvas-reveal {
width: 270px;
}
@media (min-width: 960px) {
.uk-open &gt; .uk-offcanvas-reveal {
width: 350px;
}
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
right: 0;
left: auto;
}
.uk-offcanvas-close {
position: absolute;
z-index: 1000;
top: 20px;
right: 20px;
padding: 5px;
}
.uk-offcanvas-overlay {
width: 100vw;
touch-action: none;
}
.uk-offcanvas-overlay::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.1);
opacity: 0;
transition: opacity 0.15s linear;
}
.uk-offcanvas-overlay.uk-open::before {
opacity: 1;
}
.uk-offcanvas-page,
.uk-offcanvas-container {
overflow-x: hidden;
}
.uk-offcanvas-container {
position: relative;
left: 0;
transition: left 0.3s ease-out;
box-sizing: border-box;
width: 100%;
}
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
left: 270px;
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
left: -270px;
}
@media (min-width: 960px) {
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
left: 350px;
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
left: -350px;
}
}
.uk-switcher {
margin: 0;
padding: 0;
list-style: none;
}
.uk-switcher &gt; :not(.uk-active) {
display: none;
}
.uk-switcher &gt; * &gt; :last-child {
margin-bottom: 0;
}
.uk-leader {
overflow: hidden;
}
.uk-leader-fill::after {
display: inline-block;
margin-left: 15px;
width: 0;
content: attr(data-fill);
white-space: nowrap;
}
.uk-leader-fill.uk-leader-hide::after {
display: none;
}
.uk-leader-fill-content::before {
content: '.';
}
:root {
--uk-leader-fill-content: .;
}
.uk-iconnav {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
margin-left: -15px;
}
.uk-iconnav &gt; * {
padding-left: 15px;
}
.uk-iconnav &gt; * &gt; a {
display: block;
color: #999999;
}
.uk-iconnav &gt; * &gt; a:hover,
.uk-iconnav &gt; * &gt; a:focus {
color: #666666;
outline: none;
}
.uk-iconnav &gt; .uk-active &gt; a {
color: #666666;
}
.uk-iconnav-vertical {
flex-direction: column;
margin-left: 0;
margin-top: -15px;
}
.uk-iconnav-vertical &gt; * {
padding-left: 0;
padding-top: 15px;
}
.uk-notification {
position: fixed;
top: 10px;
left: 10px;
z-index: 1040;
box-sizing: border-box;
width: 350px;
}
.uk-notification-top-right,
.uk-notification-bottom-right {
left: auto;
right: 10px;
}
.uk-notification-top-center,
.uk-notification-bottom-center {
left: 50%;
margin-left: -175px;
}
.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
top: auto;
bottom: 10px;
}
@media (max-width: 639px) {
.uk-notification {
left: 10px;
right: 10px;
width: auto;
margin: 0;
}
}
.uk-notification-message {
position: relative;
padding: 15px;
background: #f8f8f8;
color: #666666;
font-size: 1.25rem;
line-height: 1.4;
cursor: pointer;
}
* + .uk-notification-message {
margin-top: 10px;
}
.uk-notification-close {
display: none;
position: absolute;
top: 20px;
right: 15px;
}
.uk-notification-message:hover .uk-notification-close {
display: block;
}
.uk-notification-message-primary {
color: #373d88;
}
.uk-notification-message-success {
color: #32d296;
}
.uk-notification-message-warning {
color: #f5641a;
}
.uk-notification-message-danger {
color: #c00f5b;
}
.uk-tooltip {
display: none;
position: absolute;
z-index: 1030;
box-sizing: border-box;
max-width: 200px;
padding: 3px 6px;
background: #666;
border-radius: 2px;
color: #ffffff;
font-size: 12px;
}
.uk-tooltip.uk-active {
display: block;
}
[class*='uk-tooltip-top'] {
margin-top: -10px;
}
[class*='uk-tooltip-bottom'] {
margin-top: 10px;
}
[class*='uk-tooltip-left'] {
margin-left: -10px;
}
[class*='uk-tooltip-right'] {
margin-left: 10px;
}
.uk-placeholder {
margin-bottom: 30px;
padding: 30px 30px;
background: transparent;
border: 1px dashed #e5e5e5;
}
* + .uk-placeholder {
margin-top: 30px;
}
.uk-placeholder &gt; :last-child {
margin-bottom: 0;
}
.uk-progress {
vertical-align: baseline;
-webkit-appearance: none;
-moz-appearance: none;
display: block;
width: 100%;
border: 0;
background-color: #f8f8f8;
margin-bottom: 30px;
height: 15px;
border-radius: 500px;
overflow: hidden;
}
* + .uk-progress {
margin-top: 30px;
}
.uk-progress:indeterminate {
color: transparent;
}
.uk-progress::-webkit-progress-bar {
background-color: #f8f8f8;
border-radius: 500px;
overflow: hidden;
}
.uk-progress:indeterminate::-moz-progress-bar {
width: 0;
}
.uk-progress::-webkit-progress-value {
background-color: #373d88;
transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
background-color: #373d88;
}
.uk-progress::-ms-fill {
background-color: #373d88;
transition: width 0.6s ease;
border: 0;
}
.uk-sortable {
position: relative;
}
.uk-sortable svg {
pointer-events: none;
}
.uk-sortable &gt; :last-child {
margin-bottom: 0;
}
.uk-sortable-drag {
position: absolute !important;
z-index: 1050 !important;
pointer-events: none;
}
.uk-sortable-placeholder {
opacity: 0;
pointer-events: none;
}
.uk-sortable-empty {
min-height: 50px;
}
.uk-sortable-handle:hover {
cursor: move;
}
.uk-countdown-number,
.uk-countdown-separator {
line-height: 70px;
}
.uk-countdown-number {
font-size: 2rem;
}
@media (min-width: 640px) {
.uk-countdown-number {
font-size: 4rem;
}
}
@media (min-width: 960px) {
.uk-countdown-number {
font-size: 6rem;
}
}
.uk-countdown-separator {
font-size: 1rem;
}
@media (min-width: 640px) {
.uk-countdown-separator {
font-size: 2rem;
}
}
@media (min-width: 960px) {
.uk-countdown-separator {
font-size: 3rem;
}
}
[class*='uk-animation-'] {
animation-duration: 0.5s;
animation-timing-function: ease-out;
animation-fill-mode: both;
}
.uk-animation-fade {
animation-name: uk-fade;
animation-duration: 0.8s;
animation-timing-function: linear;
}
.uk-animation-scale-up {
animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
animation-name: uk-fade-scale-18;
}
.uk-animation-slide-top {
animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
animation-name: uk-fade-left;
}
.uk-animation-slide-right {
animation-name: uk-fade-right;
}
.uk-animation-slide-top-small {
animation-name: uk-fade-top-small;
}
.uk-animation-slide-bottom-small {
animation-name: uk-fade-bottom-small;
}
.uk-animation-slide-left-small {
animation-name: uk-fade-left-small;
}
.uk-animation-slide-right-small {
animation-name: uk-fade-right-small;
}
.uk-animation-slide-top-medium {
animation-name: uk-fade-top-medium;
}
.uk-animation-slide-bottom-medium {
animation-name: uk-fade-bottom-medium;
}
.uk-animation-slide-left-medium {
animation-name: uk-fade-left-medium;
}
.uk-animation-slide-right-medium {
animation-name: uk-fade-right-medium;
}
.uk-animation-kenburns {
animation-name: uk-scale-kenburns;
animation-duration: 15s;
}
.uk-animation-shake {
animation-name: uk-shake;
}
.uk-animation-stroke {
animation-name: uk-stroke;
stroke-dasharray: var(--uk-animation-stroke);
animation-duration: 2s;
}
.uk-animation-reverse {
animation-direction: reverse;
animation-timing-function: ease-in;
}
.uk-animation-fast {
animation-duration: 0.1s;
}
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
animation-name: none;
}
.uk-animation-toggle {
-webkit-tap-highlight-color: transparent;
}
.uk-animation-toggle:focus {
outline: none;
}
@keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes uk-fade-top {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes uk-fade-bottom {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes uk-fade-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes uk-fade-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes uk-fade-top-small {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes uk-fade-bottom-small {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes uk-fade-left-small {
0% {
opacity: 0;
transform: translateX(-10px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes uk-fade-right-small {
0% {
opacity: 0;
transform: translateX(10px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes uk-fade-top-medium {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes uk-fade-bottom-medium {
0% {
opacity: 0;
transform: translateY(50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes uk-fade-left-medium {
0% {
opacity: 0;
transform: translateX(-50px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes uk-fade-right-medium {
0% {
opacity: 0;
transform: translateX(50px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes uk-fade-scale-02 {
0% {
opacity: 0;
transform: scale(0.2);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes uk-fade-scale-18 {
0% {
opacity: 0;
transform: scale(1.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes uk-scale-kenburns {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
@keyframes uk-shake {
0%,
100% {
transform: translateX(0);
}
10% {
transform: translateX(-9px);
}
20% {
transform: translateX(8px);
}
30% {
transform: translateX(-7px);
}
40% {
transform: translateX(6px);
}
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(4px);
}
70% {
transform: translateX(-3px);
}
80% {
transform: translateX(2px);
}
90% {
transform: translateX(-1px);
}
}
@keyframes uk-stroke {
0% {
stroke-dashoffset: var(--uk-animation-stroke);
}
100% {
stroke-dashoffset: 0;
}
}
[class*='uk-child-width'] &gt; * {
box-sizing: border-box;
width: 100%;
}
.uk-child-width-1-2 &gt; * {
width: 50%;
}
.uk-child-width-1-3 &gt; * {
width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4 &gt; * {
width: 25%;
}
.uk-child-width-1-5 &gt; * {
width: 20%;
}
.uk-child-width-1-6 &gt; * {
width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto &gt; * {
width: auto;
}
.uk-child-width-expand &gt; :not([class*='uk-width']) {
flex: 1;
min-width: 1px;
}
@media (min-width: 640px) {
.uk-child-width-1-1\@s &gt; * {
width: 100%;
}
.uk-child-width-1-2\@s &gt; * {
width: 50%;
}
.uk-child-width-1-3\@s &gt; * {
width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4\@s &gt; * {
width: 25%;
}
.uk-child-width-1-5\@s &gt; * {
width: 20%;
}
.uk-child-width-1-6\@s &gt; * {
width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto\@s &gt; * {
width: auto;
}
.uk-child-width-expand\@s &gt; :not([class*='uk-width']) {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 960px) {
.uk-child-width-1-1\@m &gt; * {
width: 100%;
}
.uk-child-width-1-2\@m &gt; * {
width: 50%;
}
.uk-child-width-1-3\@m &gt; * {
width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4\@m &gt; * {
width: 25%;
}
.uk-child-width-1-5\@m &gt; * {
width: 20%;
}
.uk-child-width-1-6\@m &gt; * {
width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto\@m &gt; * {
width: auto;
}
.uk-child-width-expand\@m &gt; :not([class*='uk-width']) {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1200px) {
.uk-child-width-1-1\@l &gt; * {
width: 100%;
}
.uk-child-width-1-2\@l &gt; * {
width: 50%;
}
.uk-child-width-1-3\@l &gt; * {
width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4\@l &gt; * {
width: 25%;
}
.uk-child-width-1-5\@l &gt; * {
width: 20%;
}
.uk-child-width-1-6\@l &gt; * {
width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto\@l &gt; * {
width: auto;
}
.uk-child-width-expand\@l &gt; :not([class*='uk-width']) {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1600px) {
.uk-child-width-1-1\@xl &gt; * {
width: 100%;
}
.uk-child-width-1-2\@xl &gt; * {
width: 50%;
}
.uk-child-width-1-3\@xl &gt; * {
width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4\@xl &gt; * {
width: 25%;
}
.uk-child-width-1-5\@xl &gt; * {
width: 20%;
}
.uk-child-width-1-6\@xl &gt; * {
width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto\@xl &gt; * {
width: auto;
}
.uk-child-width-expand\@xl &gt; :not([class*='uk-width']) {
flex: 1;
min-width: 1px;
}
}
[class*='uk-width'] {
box-sizing: border-box;
width: 100%;
max-width: 100%;
}
.uk-width-1-2 {
width: 50%;
}
.uk-width-1-3 {
width: calc(100% * 1 / 3.001);
}
.uk-width-2-3 {
width: calc(100% * 2 / 3.001);
}
.uk-width-1-4 {
width: 25%;
}
.uk-width-3-4 {
width: 75%;
}
.uk-width-1-5 {
width: 20%;
}
.uk-width-2-5 {
width: 40%;
}
.uk-width-3-5 {
width: 60%;
}
.uk-width-4-5 {
width: 80%;
}
.uk-width-1-6 {
width: calc(100% * 1 / 6.001);
}
.uk-width-5-6 {
width: calc(100% * 5 / 6.001);
}
.uk-width-small {
width: 150px;
}
.uk-width-medium {
width: 300px;
}
.uk-width-large {
width: 450px;
}
.uk-width-xlarge {
width: 600px;
}
.uk-width-xxlarge {
width: 750px;
}
.uk-width-auto {
width: auto;
}
.uk-width-expand {
flex: 1;
min-width: 1px;
}
@media (min-width: 640px) {
.uk-width-1-1\@s {
width: 100%;
}
.uk-width-1-2\@s {
width: 50%;
}
.uk-width-1-3\@s {
width: calc(100% * 1 / 3.001);
}
.uk-width-2-3\@s {
width: calc(100% * 2 / 3.001);
}
.uk-width-1-4\@s {
width: 25%;
}
.uk-width-3-4\@s {
width: 75%;
}
.uk-width-1-5\@s {
width: 20%;
}
.uk-width-2-5\@s {
width: 40%;
}
.uk-width-3-5\@s {
width: 60%;
}
.uk-width-4-5\@s {
width: 80%;
}
.uk-width-1-6\@s {
width: calc(100% * 1 / 6.001);
}
.uk-width-5-6\@s {
width: calc(100% * 5 / 6.001);
}
.uk-width-small\@s {
width: 150px;
}
.uk-width-medium\@s {
width: 300px;
}
.uk-width-large\@s {
width: 450px;
}
.uk-width-xlarge\@s {
width: 600px;
}
.uk-width-xxlarge\@s {
width: 750px;
}
.uk-width-auto\@s {
width: auto;
}
.uk-width-expand\@s {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 960px) {
.uk-width-1-1\@m {
width: 100%;
}
.uk-width-1-2\@m {
width: 50%;
}
.uk-width-1-3\@m {
width: calc(100% * 1 / 3.001);
}
.uk-width-2-3\@m {
width: calc(100% * 2 / 3.001);
}
.uk-width-1-4\@m {
width: 25%;
}
.uk-width-3-4\@m {
width: 75%;
}
.uk-width-1-5\@m {
width: 20%;
}
.uk-width-2-5\@m {
width: 40%;
}
.uk-width-3-5\@m {
width: 60%;
}
.uk-width-4-5\@m {
width: 80%;
}
.uk-width-1-6\@m {
width: calc(100% * 1 / 6.001);
}
.uk-width-5-6\@m {
width: calc(100% * 5 / 6.001);
}
.uk-width-small\@m {
width: 150px;
}
.uk-width-medium\@m {
width: 300px;
}
.uk-width-large\@m {
width: 450px;
}
.uk-width-xlarge\@m {
width: 600px;
}
.uk-width-xxlarge\@m {
width: 750px;
}
.uk-width-auto\@m {
width: auto;
}
.uk-width-expand\@m {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1200px) {
.uk-width-1-1\@l {
width: 100%;
}
.uk-width-1-2\@l {
width: 50%;
}
.uk-width-1-3\@l {
width: calc(100% * 1 / 3.001);
}
.uk-width-2-3\@l {
width: calc(100% * 2 / 3.001);
}
.uk-width-1-4\@l {
width: 25%;
}
.uk-width-3-4\@l {
width: 75%;
}
.uk-width-1-5\@l {
width: 20%;
}
.uk-width-2-5\@l {
width: 40%;
}
.uk-width-3-5\@l {
width: 60%;
}
.uk-width-4-5\@l {
width: 80%;
}
.uk-width-1-6\@l {
width: calc(100% * 1 / 6.001);
}
.uk-width-5-6\@l {
width: calc(100% * 5 / 6.001);
}
.uk-width-small\@l {
width: 150px;
}
.uk-width-medium\@l {
width: 300px;
}
.uk-width-large\@l {
width: 450px;
}
.uk-width-xlarge\@l {
width: 600px;
}
.uk-width-xxlarge\@l {
width: 750px;
}
.uk-width-auto\@l {
width: auto;
}
.uk-width-expand\@l {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1600px) {
.uk-width-1-1\@xl {
width: 100%;
}
.uk-width-1-2\@xl {
width: 50%;
}
.uk-width-1-3\@xl {
width: calc(100% * 1 / 3.001);
}
.uk-width-2-3\@xl {
width: calc(100% * 2 / 3.001);
}
.uk-width-1-4\@xl {
width: 25%;
}
.uk-width-3-4\@xl {
width: 75%;
}
.uk-width-1-5\@xl {
width: 20%;
}
.uk-width-2-5\@xl {
width: 40%;
}
.uk-width-3-5\@xl {
width: 60%;
}
.uk-width-4-5\@xl {
width: 80%;
}
.uk-width-1-6\@xl {
width: calc(100% * 1 / 6.001);
}
.uk-width-5-6\@xl {
width: calc(100% * 5 / 6.001);
}
.uk-width-small\@xl {
width: 150px;
}
.uk-width-medium\@xl {
width: 300px;
}
.uk-width-large\@xl {
width: 450px;
}
.uk-width-xlarge\@xl {
width: 600px;
}
.uk-width-xxlarge\@xl {
width: 750px;
}
.uk-width-auto\@xl {
width: auto;
}
.uk-width-expand\@xl {
flex: 1;
min-width: 1px;
}
}
.uk-width-1-1 {
width: 100% !important;
}
[class*='uk-height'] {
box-sizing: border-box;
}
.uk-height-1-1 {
height: 100%;
}
.uk-height-viewport {
min-height: 100vh;
}
.uk-height-small {
height: 125px;
}
.uk-height-medium {
height: 250px;
}
.uk-height-large {
height: 530px;
}
.uk-height-max-small {
max-height: 125px;
}
.uk-height-max-medium {
max-height: 250px;
}
.uk-height-max-large {
max-height: 530px;
}
.uk-text-lead {
font-size: 1.5rem;
line-height: 1.5;
color: #333333;
}
.uk-text-meta {
font-size: 0.875rem;
line-height: 1.4;
color: #999999;
}
.uk-text-meta a {
color: #999999;
}
.uk-text-meta a:hover {
color: #666666;
text-decoration: none;
}
.uk-text-small {
font-size: 0.875rem;
line-height: 1.5;
}
.uk-text-large {
font-size: 1.5rem;
line-height: 1.5;
}
.uk-text-bold {
font-weight: bold;
}
.uk-text-light {
font-weight: lighter;
}
.uk-text-normal {
font-weight: normal;
}
.uk-text-uppercase {
text-transform: uppercase !important;
}
.uk-text-capitalize {
text-transform: capitalize !important;
}
.uk-text-lowercase {
text-transform: lowercase !important;
}
.uk-text-muted {
color: #999999 !important;
}
.uk-text-emphasis {
color: #333333 !important;
}
.uk-text-primary {
color: #373d88 !important;
}
.uk-text-secondary {
color: #454444 !important;
}
.uk-text-success {
color: #32d296 !important;
}
.uk-text-warning {
color: #f5641a !important;
}
.uk-text-danger {
color: #c00f5b !important;
}
.uk-text-background {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
color: #373d88 !important;
}
.uk-text-left {
text-align: left !important;
}
.uk-text-right {
text-align: right !important;
}
.uk-text-center {
text-align: center !important;
}
.uk-text-justify {
text-align: justify !important;
}
@media (min-width: 640px) {
.uk-text-left\@s {
text-align: left !important;
}
.uk-text-right\@s {
text-align: right !important;
}
.uk-text-center\@s {
text-align: center !important;
}
}
@media (min-width: 960px) {
.uk-text-left\@m {
text-align: left !important;
}
.uk-text-right\@m {
text-align: right !important;
}
.uk-text-center\@m {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.uk-text-left\@l {
text-align: left !important;
}
.uk-text-right\@l {
text-align: right !important;
}
.uk-text-center\@l {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.uk-text-left\@xl {
text-align: left !important;
}
.uk-text-right\@xl {
text-align: right !important;
}
.uk-text-center\@xl {
text-align: center !important;
}
}
.uk-text-top {
vertical-align: top !important;
}
.uk-text-middle {
vertical-align: middle !important;
}
.uk-text-bottom {
vertical-align: bottom !important;
}
.uk-text-baseline {
vertical-align: baseline !important;
}
.uk-text-nowrap {
white-space: nowrap;
}
.uk-text-truncate {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
th.uk-text-truncate,
td.uk-text-truncate {
max-width: 0;
}
.uk-text-break {
overflow-wrap: break-word;
word-wrap: break-word;
}
th.uk-text-break,
td.uk-text-break {
word-break: break-all;
}
[class*='uk-column-'] {
column-gap: 30px;
}
@media (min-width: 1200px) {
[class*='uk-column-'] {
column-gap: 30px;
}
}
[class*='uk-column-'] img {
transform: translate3d(0,0,0);
}
.uk-column-divider {
column-rule: 1px solid #e5e5e5;
column-gap: 60px;
}
@media (min-width: 1200px) {
.uk-column-divider {
column-gap: 60px;
}
}
.uk-column-1-2 {
column-count: 2;
}
.uk-column-1-3 {
column-count: 3;
}
.uk-column-1-4 {
column-count: 4;
}
.uk-column-1-5 {
column-count: 5;
}
.uk-column-1-6 {
column-count: 6;
}
@media (min-width: 640px) {
.uk-column-1-2\@s {
column-count: 2;
}
.uk-column-1-3\@s {
column-count: 3;
}
.uk-column-1-4\@s {
column-count: 4;
}
.uk-column-1-5\@s {
column-count: 5;
}
.uk-column-1-6\@s {
column-count: 6;
}
}
@media (min-width: 960px) {
.uk-column-1-2\@m {
column-count: 2;
}
.uk-column-1-3\@m {
column-count: 3;
}
.uk-column-1-4\@m {
column-count: 4;
}
.uk-column-1-5\@m {
column-count: 5;
}
.uk-column-1-6\@m {
column-count: 6;
}
}
@media (min-width: 1200px) {
.uk-column-1-2\@l {
column-count: 2;
}
.uk-column-1-3\@l {
column-count: 3;
}
.uk-column-1-4\@l {
column-count: 4;
}
.uk-column-1-5\@l {
column-count: 5;
}
.uk-column-1-6\@l {
column-count: 6;
}
}
@media (min-width: 1600px) {
.uk-column-1-2\@xl {
column-count: 2;
}
.uk-column-1-3\@xl {
column-count: 3;
}
.uk-column-1-4\@xl {
column-count: 4;
}
.uk-column-1-5\@xl {
column-count: 5;
}
.uk-column-1-6\@xl {
column-count: 6;
}
}
.uk-column-span {
column-span: all;
}
.uk-cover {
max-width: none;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
iframe.uk-cover {
pointer-events: none;
}
.uk-cover-container {
overflow: hidden;
position: relative;
}
.uk-background-default {
background-color: #ffffff;
}
.uk-background-muted {
background-color: #f8f8f8;
}
.uk-background-primary {
background-color: #373d88;
}
.uk-background-secondary {
background-color: #454444;
}
.uk-background-cover,
.uk-background-contain {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.uk-background-cover {
background-size: cover;
}
.uk-background-contain {
background-size: contain;
}
.uk-background-top-left {
background-position: 0 0;
}
.uk-background-top-center {
background-position: 50% 0;
}
.uk-background-top-right {
background-position: 100% 0;
}
.uk-background-center-left {
background-position: 0 50%;
}
.uk-background-center-center {
background-position: 50% 50%;
}
.uk-background-center-right {
background-position: 100% 50%;
}
.uk-background-bottom-left {
background-position: 0 100%;
}
.uk-background-bottom-center {
background-position: 50% 100%;
}
.uk-background-bottom-right {
background-position: 100% 100%;
}
.uk-background-norepeat {
background-repeat: no-repeat;
}
.uk-background-fixed {
background-attachment: fixed;
backface-visibility: hidden;
}
@media (pointer: coarse) {
.uk-background-fixed {
background-attachment: scroll;
}
}
@media (max-width: 639px) {
.uk-background-image\@s {
background-image: none !important;
}
.uk-background-image-s {
background-image: none !important;
}
}
@media (max-width: 959px) {
.uk-background-image\@m {
background-image: none !important;
}
.uk-background-image-m {
background-image: none !important;
}
}
@media (max-width: 1199px) {
.uk-background-image\@l {
background-image: none !important;
}
.uk-background-image-l {
background-image: none !important;
}
}
@media (max-width: 1599px) {
.uk-background-image\@xl {
background-image: none !important;
}
.uk-background-image-xl {
background-image: none !important;
}
}
.uk-background-blend-multiply {
background-blend-mode: multiply;
}
.uk-background-blend-screen {
background-blend-mode: screen;
}
.uk-background-blend-overlay {
background-blend-mode: overlay;
}
.uk-background-blend-darken {
background-blend-mode: darken;
}
.uk-background-blend-lighten {
background-blend-mode: lighten;
}
.uk-background-blend-color-dodge {
background-blend-mode: color-dodge;
}
.uk-background-blend-color-burn {
background-blend-mode: color-burn;
}
.uk-background-blend-hard-light {
background-blend-mode: hard-light;
}
.uk-background-blend-soft-light {
background-blend-mode: soft-light;
}
.uk-background-blend-difference {
background-blend-mode: difference;
}
.uk-background-blend-exclusion {
background-blend-mode: exclusion;
}
.uk-background-blend-hue {
background-blend-mode: hue;
}
.uk-background-blend-saturation {
background-blend-mode: saturation;
}
.uk-background-blend-color {
background-blend-mode: color;
}
.uk-background-blend-luminosity {
background-blend-mode: luminosity;
}
[class*='uk-align'] {
display: block;
margin-bottom: 30px;
}
* + [class*='uk-align'] {
margin-top: 30px;
}
.uk-align-center {
margin-left: auto;
margin-right: auto;
}
.uk-align-left {
margin-top: 0;
margin-right: 30px;
float: left;
}
.uk-align-right {
margin-top: 0;
margin-left: 30px;
float: right;
}
@media (min-width: 640px) {
.uk-align-left\@s {
margin-top: 0;
margin-right: 30px;
float: left;
}
.uk-align-right\@s {
margin-top: 0;
margin-left: 30px;
float: right;
}
}
@media (min-width: 960px) {
.uk-align-left\@m {
margin-top: 0;
margin-right: 30px;
float: left;
}
.uk-align-right\@m {
margin-top: 0;
margin-left: 30px;
float: right;
}
}
@media (min-width: 1200px) {
.uk-align-left\@l {
margin-top: 0;
float: left;
}
.uk-align-right\@l {
margin-top: 0;
float: right;
}
.uk-align-left,
.uk-align-left\@s,
.uk-align-left\@m,
.uk-align-left\@l {
margin-right: 30px;
}
.uk-align-right,
.uk-align-right\@s,
.uk-align-right\@m,
.uk-align-right\@l {
margin-left: 30px;
}
}
@media (min-width: 1600px) {
.uk-align-left\@xl {
margin-top: 0;
margin-right: 30px;
float: left;
}
.uk-align-right\@xl {
margin-top: 0;
margin-left: 30px;
float: right;
}
}
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
fill: currentcolor;
}
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
stroke: currentcolor;
}
.uk-svg {
transform: translate(0,0);
}
.uk-panel {
position: relative;
box-sizing: border-box;
}
.uk-panel::before,
.uk-panel::after {
content: "";
display: table;
}
.uk-panel::after {
clear: both;
}
.uk-panel &gt; :last-child {
margin-bottom: 0;
}
.uk-panel-scrollable {
height: 170px;
padding: 10px;
border: 1px solid #e5e5e5;
overflow: auto;
-webkit-overflow-scrolling: touch;
resize: both;
}
.uk-clearfix::before {
content: "";
display: table-cell;
}
.uk-clearfix::after {
content: "";
display: table;
clear: both;
}
.uk-float-left {
float: left;
}
.uk-float-right {
float: right;
}
[class*='uk-float-'] {
max-width: 100%;
}
.uk-overflow-hidden {
overflow: hidden;
}
.uk-overflow-auto {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.uk-overflow-auto &gt; :last-child {
margin-bottom: 0;
}
.uk-resize {
resize: both;
}
.uk-resize-vertical {
resize: vertical;
}
.uk-display-block {
display: block !important;
}
.uk-display-inline {
display: inline !important;
}
.uk-display-inline-block {
display: inline-block !important;
}
[class*='uk-inline'] {
display: inline-block;
position: relative;
max-width: 100%;
vertical-align: middle;
-webkit-backface-visibility: hidden;
}
.uk-inline-clip {
overflow: hidden;
}
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
max-width: none;
}
.uk-responsive-width,
.uk-responsive-height {
box-sizing: border-box;
}
.uk-responsive-width {
max-width: 100% !important;
height: auto;
}
.uk-responsive-height {
max-height: 100%;
width: auto;
max-width: none;
}
.uk-border-circle {
border-radius: 50%;
}
.uk-border-pill {
border-radius: 500px;
}
.uk-border-rounded {
border-radius: 5px;
}
.uk-inline-clip[class*='uk-border-'] {
-webkit-transform: translateZ(0);
}
.uk-box-shadow-small {
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.uk-box-shadow-medium {
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-box-shadow-large {
box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-box-shadow-xlarge {
box-shadow: 0 28px 50px rgba(0,0,0,0.16);
}
[class*='uk-box-shadow-hover'] {
transition: box-shadow 0.1s ease-in-out;
}
.uk-box-shadow-hover-small:hover {
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.uk-box-shadow-hover-medium:hover {
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-box-shadow-hover-large:hover {
box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-box-shadow-hover-xlarge:hover {
box-shadow: 0 28px 50px rgba(0,0,0,0.16);
}
.uk-dropcap::first-letter,
.uk-dropcap &gt; p:first-of-type::first-letter {
display: block;
margin-right: 10px;
float: left;
font-size: 4.5em;
line-height: 1;
margin-bottom: -2px;
}
@-moz-document url-prefix() {
.uk-dropcap::first-letter,
.uk-dropcap &gt; p:first-of-type::first-letter {
margin-top: 1.1%;
}
}
.uk-logo {
font-size: 1.5rem;
font-family: inherit;
color: #666666;
text-decoration: none;
}
.uk-logo:hover,
.uk-logo:focus {
color: #666666;
outline: none;
text-decoration: none;
}
.uk-logo-inverse {
display: none;
}
.uk-disabled {
pointer-events: none;
}
.uk-drag,
.uk-drag * {
cursor: move;
}
.uk-drag iframe {
pointer-events: none;
}
.uk-dragover {
box-shadow: 0 0 20px rgba(100,100,100,0.3);
}
.uk-blend-multiply {
mix-blend-mode: multiply;
}
.uk-blend-screen {
mix-blend-mode: screen;
}
.uk-blend-overlay {
mix-blend-mode: overlay;
}
.uk-blend-darken {
mix-blend-mode: darken;
}
.uk-blend-lighten {
mix-blend-mode: lighten;
}
.uk-blend-color-dodge {
mix-blend-mode: color-dodge;
}
.uk-blend-color-burn {
mix-blend-mode: color-burn;
}
.uk-blend-hard-light {
mix-blend-mode: hard-light;
}
.uk-blend-soft-light {
mix-blend-mode: soft-light;
}
.uk-blend-difference {
mix-blend-mode: difference;
}
.uk-blend-exclusion {
mix-blend-mode: exclusion;
}
.uk-blend-hue {
mix-blend-mode: hue;
}
.uk-blend-saturation {
mix-blend-mode: saturation;
}
.uk-blend-color {
mix-blend-mode: color;
}
.uk-blend-luminosity {
mix-blend-mode: luminosity;
}
.uk-transform-center {
transform: translate(-50%,-50%);
}
.uk-transform-origin-top-left {
transform-origin: 0 0;
}
.uk-transform-origin-top-center {
transform-origin: 50% 0;
}
.uk-transform-origin-top-right {
transform-origin: 100% 0;
}
.uk-transform-origin-center-left {
transform-origin: 0 50%;
}
.uk-transform-origin-center-right {
transform-origin: 100% 50%;
}
.uk-transform-origin-bottom-left {
transform-origin: 0 100%;
}
.uk-transform-origin-bottom-center {
transform-origin: 50% 100%;
}
.uk-transform-origin-bottom-right {
transform-origin: 100% 100%;
}
.uk-border-rounded,
.uk-border-circle,
.uk-border-pill {
overflow: hidden;
}
.uk-flex {
display: flex;
}
.uk-flex-inline {
display: inline-flex;
}
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
display: none;
}
.uk-flex-left {
justify-content: flex-start;
}
.uk-flex-center {
justify-content: center;
}
.uk-flex-right {
justify-content: flex-end;
}
.uk-flex-between {
justify-content: space-between;
}
.uk-flex-around {
justify-content: space-around;
}
@media (min-width: 640px) {
.uk-flex-left\@s {
justify-content: flex-start;
}
.uk-flex-center\@s {
justify-content: center;
}
.uk-flex-right\@s {
justify-content: flex-end;
}
.uk-flex-between\@s {
justify-content: space-between;
}
.uk-flex-around\@s {
justify-content: space-around;
}
.uk-flex-left-s {
justify-content: flex-start;
}
.uk-flex-center-s {
justify-content: center;
}
.uk-flex-right-s {
justify-content: flex-end;
}
.uk-flex-between-s {
justify-content: space-between;
}
.uk-flex-around-s {
justify-content: space-around;
}
}
@media (min-width: 960px) {
.uk-flex-left\@m {
justify-content: flex-start;
}
.uk-flex-center\@m {
justify-content: center;
}
.uk-flex-right\@m {
justify-content: flex-end;
}
.uk-flex-between\@m {
justify-content: space-between;
}
.uk-flex-around\@m {
justify-content: space-around;
}
.uk-flex-left-m {
justify-content: flex-start;
}
.uk-flex-center-m {
justify-content: center;
}
.uk-flex-right-m {
justify-content: flex-end;
}
.uk-flex-between-m {
justify-content: space-between;
}
.uk-flex-around-m {
justify-content: space-around;
}
}
@media (min-width: 1200px) {
.uk-flex-left\@l {
justify-content: flex-start;
}
.uk-flex-center\@l {
justify-content: center;
}
.uk-flex-right\@l {
justify-content: flex-end;
}
.uk-flex-between\@l {
justify-content: space-between;
}
.uk-flex-around\@l {
justify-content: space-around;
}
.uk-flex-left-l {
justify-content: flex-start;
}
.uk-flex-center-l {
justify-content: center;
}
.uk-flex-right-l {
justify-content: flex-end;
}
.uk-flex-between-l {
justify-content: space-between;
}
.uk-flex-around-l {
justify-content: space-around;
}
}
@media (min-width: 1600px) {
.uk-flex-left\@xl {
justify-content: flex-start;
}
.uk-flex-center\@xl {
justify-content: center;
}
.uk-flex-right\@xl {
justify-content: flex-end;
}
.uk-flex-between\@xl {
justify-content: space-between;
}
.uk-flex-around\@xl {
justify-content: space-around;
}
.uk-flex-left-xl {
justify-content: flex-start;
}
.uk-flex-center-xl {
justify-content: center;
}
.uk-flex-right-xl {
justify-content: flex-end;
}
.uk-flex-between-xl {
justify-content: space-between;
}
.uk-flex-around-xl {
justify-content: space-around;
}
}
.uk-flex-stretch {
align-items: stretch;
}
.uk-flex-top {
align-items: flex-start;
}
.uk-flex-middle {
align-items: center;
}
.uk-flex-bottom {
align-items: flex-end;
}
.uk-flex-row {
flex-direction: row;
}
.uk-flex-row-reverse {
flex-direction: row-reverse;
}
.uk-flex-column {
flex-direction: column;
}
.uk-flex-column-reverse {
flex-direction: column-reverse;
}
.uk-flex-nowrap {
flex-wrap: nowrap;
}
.uk-flex-wrap {
flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.uk-flex-wrap-stretch {
align-content: stretch;
}
.uk-flex-wrap-top {
align-content: flex-start;
}
.uk-flex-wrap-middle {
align-content: center;
}
.uk-flex-wrap-bottom {
align-content: flex-end;
}
.uk-flex-wrap-between {
align-content: space-between;
}
.uk-flex-wrap-around {
align-content: space-around;
}
.uk-flex-first {
order: -1;
}
.uk-flex-last {
order: 99;
}
@media (min-width: 640px) {
.uk-flex-first\@s {
order: -1;
}
.uk-flex-last\@s {
order: 99;
}
}
@media (min-width: 960px) {
.uk-flex-first\@m {
order: -1;
}
.uk-flex-last\@m {
order: 99;
}
}
@media (min-width: 1200px) {
.uk-flex-first\@l {
order: -1;
}
.uk-flex-last\@l {
order: 99;
}
}
@media (min-width: 1600px) {
.uk-flex-first\@xl {
order: -1;
}
.uk-flex-last\@xl {
order: 99;
}
}
.uk-flex-none {
flex: none;
}
.uk-flex-auto {
flex: auto;
}
.uk-flex-1 {
flex: 1;
}
.uk-margin {
margin-bottom: 30px;
}
* + .uk-margin {
margin-top: 30px !important;
}
.uk-margin-top {
margin-top: 30px !important;
}
.uk-margin-bottom {
margin-bottom: 30px !important;
}
.uk-margin-left {
margin-left: 30px !important;
}
.uk-margin-right {
margin-right: 30px !important;
}
.uk-margin-micro {
margin-bottom: 5px;
}
* + .uk-margin-micro {
margin-top: 5px !important;
}
.uk-margin-micro-top {
margin-top: 5px !important;
}
.uk-margin-micro-bottom {
margin-bottom: 5px !important;
}
.uk-margin-micro-left {
margin-left: 5px !important;
}
.uk-margin-micro-right {
margin-right: 5px !important;
}
.uk-margin-tiny {
margin-bottom: 10px;
}
* + .uk-margin-tiny {
margin-top: 10px !important;
}
.uk-margin-tiny-top {
margin-top: 10px !important;
}
.uk-margin-tiny-bottom {
margin-bottom: 10px !important;
}
.uk-margin-tiny-left {
margin-left: 10px !important;
}
.uk-margin-tiny-right {
margin-right: 10px !important;
}
.uk-margin-small {
margin-bottom: 15px;
}
* + .uk-margin-small {
margin-top: 15px !important;
}
.uk-margin-small-top {
margin-top: 15px !important;
}
.uk-margin-small-bottom {
margin-bottom: 15px !important;
}
.uk-margin-small-left {
margin-left: 15px !important;
}
.uk-margin-small-right {
margin-right: 15px !important;
}
.uk-margin-medium {
margin-bottom: 30px;
}
* + .uk-margin-medium {
margin-top: 30px !important;
}
.uk-margin-medium-top {
margin-top: 30px !important;
}
.uk-margin-medium-bottom {
margin-bottom: 30px !important;
}
.uk-margin-medium-left {
margin-left: 30px !important;
}
.uk-margin-medium-right {
margin-right: 30px !important;
}
.uk-margin-large {
margin-bottom: 30px;
}
* + .uk-margin-large {
margin-top: 30px !important;
}
.uk-margin-large-top {
margin-top: 30px !important;
}
.uk-margin-large-bottom {
margin-bottom: 30px !important;
}
.uk-margin-large-left {
margin-left: 30px !important;
}
.uk-margin-large-right {
margin-right: 30px !important;
}
@media (min-width: 1200px) {
.uk-margin-large {
margin-bottom: 70px;
}
* + .uk-margin-large {
margin-top: 70px !important;
}
.uk-margin-large-top {
margin-top: 70px !important;
}
.uk-margin-large-bottom {
margin-bottom: 70px !important;
}
.uk-margin-large-left {
margin-left: 70px !important;
}
.uk-margin-large-right {
margin-right: 70px !important;
}
}
.uk-margin-xlarge {
margin-bottom: 70px;
}
* + .uk-margin-xlarge {
margin-top: 70px !important;
}
.uk-margin-xlarge-top {
margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
margin-left: 70px !important;
}
.uk-margin-xlarge-right {
margin-right: 70px !important;
}
@media (min-width: 1200px) {
.uk-margin-xlarge {
margin-bottom: 140px;
}
* + .uk-margin-xlarge {
margin-top: 140px !important;
}
.uk-margin-xlarge-top {
margin-top: 140px !important;
}
.uk-margin-xlarge-bottom {
margin-bottom: 140px !important;
}
.uk-margin-xlarge-left {
margin-left: 140px !important;
}
.uk-margin-xlarge-right {
margin-right: 140px !important;
}
}
.uk-margin-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.uk-margin-auto-top {
margin-top: auto !important;
}
.uk-margin-auto-bottom {
margin-bottom: auto !important;
}
.uk-margin-auto-left {
margin-left: auto !important;
}
.uk-margin-auto-right {
margin-right: auto !important;
}
.uk-margin-auto-vertical {
margin-top: auto !important;
margin-bottom: auto !important;
}
@media (min-width: 640px) {
.uk-margin-auto\@s {
margin-left: auto !important;
margin-right: auto !important;
}
.uk-margin-auto-left\@s {
margin-left: auto !important;
}
.uk-margin-auto-right\@s {
margin-right: auto !important;
}
}
@media (min-width: 960px) {
.uk-margin-auto\@m {
margin-left: auto !important;
margin-right: auto !important;
}
.uk-margin-auto-left\@m {
margin-left: auto !important;
}
.uk-margin-auto-right\@m {
margin-right: auto !important;
}
}
@media (min-width: 1200px) {
.uk-margin-auto\@l {
margin-left: auto !important;
margin-right: auto !important;
}
.uk-margin-auto-left\@l {
margin-left: auto !important;
}
.uk-margin-auto-right\@l {
margin-right: auto !important;
}
}
@media (min-width: 1600px) {
.uk-margin-auto\@xl {
margin-left: auto !important;
margin-right: auto !important;
}
.uk-margin-auto-left\@xl {
margin-left: auto !important;
}
.uk-margin-auto-right\@xl {
margin-right: auto !important;
}
}
.uk-margin-remove {
margin: 0 !important;
}
.uk-margin-remove-top {
margin-top: 0 !important;
}
.uk-margin-remove-bottom {
margin-bottom: 0 !important;
}
.uk-margin-remove-left {
margin-left: 0 !important;
}
.uk-margin-remove-right {
margin-right: 0 !important;
}
.uk-margin-remove-vertical {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child &gt; :first-child {
margin-top: 0 !important;
}
.uk-margin-remove-last-child &gt; :last-child {
margin-bottom: 0 !important;
}
@media (min-width: 640px) {
.uk-margin-remove-left\@s {
margin-left: 0 !important;
}
.uk-margin-remove-right\@s {
margin-right: 0 !important;
}
}
@media (min-width: 960px) {
.uk-margin-remove-left\@m {
margin-left: 0 !important;
}
.uk-margin-remove-right\@m {
margin-right: 0 !important;
}
}
@media (min-width: 1200px) {
.uk-margin-remove-left\@l {
margin-left: 0 !important;
}
.uk-margin-remove-right\@l {
margin-right: 0 !important;
}
}
@media (min-width: 1600px) {
.uk-margin-remove-left\@xl {
margin-left: 0 !important;
}
.uk-margin-remove-right\@xl {
margin-right: 0 !important;
}
}
.uk-padding {
padding: 30px;
}
@media (min-width: 1200px) {
.uk-padding {
padding: 30px;
}
}
.uk-padding-micro {
padding: 5px;
}
.uk-padding-micro-bottom {
padding-bottom: 5px;
}
.uk-padding-micro-top {
padding-top: 5px;
}
.uk-padding-micro-left {
padding-left: 5px;
}
.uk-padding-micro-right {
padding-right: 5px;
}
.uk-padding-tiny {
padding: 10px;
}
.uk-padding-tiny-bottom {
padding-bottom: 10px;
}
.uk-padding-tiny-top {
padding-top: 10px;
}
.uk-padding-tiny-left {
padding-left: 10px;
}
.uk-padding-tiny-right {
padding-right: 10px;
}
.uk-padding-small {
padding: 15px;
}
.uk-padding-small-bottom {
padding-bottom: 15px;
}
.uk-padding-small-top {
padding-top: 15px;
}
.uk-padding-small-left {
padding-left: 15px;
}
.uk-padding-small-right {
padding-right: 15px;
}
.uk-padding-medium {
padding: 30px;
}
.uk-padding-medium-bottom {
padding-bottom: 30px;
}
.uk-padding-medium-top {
padding-top: 30px;
}
.uk-padding-medium-left {
padding-left: 30px;
}
.uk-padding-medium-right {
padding-right: 30px;
}
.uk-padding-large {
padding: 70px;
}
.uk-padding-large-bottom {
padding-bottom: 70px;
}
.uk-padding-large-top {
padding-top: 70px;
}
.uk-padding-large-left {
padding-left: 70px;
}
.uk-padding-large-right {
padding-right: 70px;
}
@media (min-width: 1200px) {
.uk-padding-large {
padding: 70px;
}
}
.uk-padding-remove {
padding: 0 !important;
}
.uk-padding-remove-top {
padding-top: 0 !important;
}
.uk-padding-remove-bottom {
padding-bottom: 0 !important;
}
.uk-padding-remove-left {
padding-left: 0 !important;
}
.uk-padding-remove-right {
padding-right: 0 !important;
}
.uk-padding-remove-vertical {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.uk-padding-remove-horizontal {
padding-left: 0 !important;
padding-right: 0 !important;
}
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
position: absolute !important;
}
.uk-position-top {
top: 0;
left: 0;
right: 0;
}
.uk-position-bottom {
bottom: 0;
left: 0;
right: 0;
}
.uk-position-left {
top: 0;
bottom: 0;
left: 0;
}
.uk-position-right {
top: 0;
bottom: 0;
right: 0;
}
.uk-position-top-left {
top: 0;
left: 0;
}
.uk-position-top-right {
top: 0;
right: 0;
}
.uk-position-bottom-left {
bottom: 0;
left: 0;
}
.uk-position-bottom-right {
bottom: 0;
right: 0;
}
.uk-position-center {
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: max-content;
max-width: 100%;
box-sizing: border-box;
}
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
top: 50%;
transform: translateY(-50%);
}
.uk-position-center-left {
left: 0;
}
.uk-position-center-right {
right: 0;
}
.uk-position-center-left-out {
right: 100%;
width: max-content;
}
.uk-position-center-right-out {
left: 100%;
width: max-content;
}
.uk-position-top-center,
.uk-position-bottom-center {
left: 50%;
transform: translateX(-50%);
width: max-content;
max-width: 100%;
box-sizing: border-box;
}
.uk-position-top-center {
top: 0;
}
.uk-position-bottom-center {
bottom: 0;
}
.uk-position-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.uk-position-relative {
position: relative !important;
}
.uk-position-absolute {
position: absolute !important;
}
.uk-position-fixed {
position: fixed !important;
}
.uk-position-z-index {
z-index: 1;
}
.uk-position-small {
max-width: calc(100% - (15px * 2));
margin: 15px;
}
.uk-position-small.uk-position-center {
transform: translate(-50%,-50%) translate(-15px,-15px);
}
.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
transform: translateY(-50%) translateY(-15px);
}
.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
transform: translateX(-50%) translateX(-15px);
}
.uk-position-medium {
max-width: calc(100% - (30px * 2));
margin: 30px;
}
.uk-position-medium.uk-position-center {
transform: translate(-50%,-50%) translate(-30px,-30px);
}
.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
transform: translateY(-50%) translateY(-30px);
}
.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
transform: translateX(-50%) translateX(-30px);
}
.uk-position-large {
max-width: calc(100% - (30px * 2));
margin: 30px;
}
.uk-position-large.uk-position-center {
transform: translate(-50%,-50%) translate(-30px,-30px);
}
.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
transform: translateY(-50%) translateY(-30px);
}
.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
transform: translateX(-50%) translateX(-30px);
}
@media (min-width: 1200px) {
.uk-position-large {
max-width: calc(100% - (50px * 2));
margin: 50px;
}
.uk-position-large.uk-position-center {
transform: translate(-50%,-50%) translate(-50px,-50px);
}
.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
transform: translateY(-50%) translateY(-50px);
}
.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
transform: translateX(-50%) translateX(-50px);
}
}
.uk-transition-toggle {
-webkit-tap-highlight-color: transparent;
}
.uk-transition-toggle:focus {
outline: none;
}
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
opacity: 0;
}
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
opacity: 1;
}
.uk-transition-scale-up {
transform: scale(1,1);
}
.uk-transition-scale-down {
transform: scale(1.1,1.1);
}
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
opacity: 1;
transform: scale(1.1,1.1);
}
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
opacity: 1;
transform: scale(1,1);
}
.uk-transition-slide-top {
transform: translateY(-100%);
}
.uk-transition-slide-bottom {
transform: translateY(100%);
}
.uk-transition-slide-left {
transform: translateX(-100%);
}
.uk-transition-slide-right {
transform: translateX(100%);
}
.uk-transition-slide-top-small {
transform: translateY(-10px);
}
.uk-transition-slide-bottom-small {
transform: translateY(10px);
}
.uk-transition-slide-left-small {
transform: translateX(-10px);
}
.uk-transition-slide-right-small {
transform: translateX(10px);
}
.uk-transition-slide-top-medium {
transform: translateY(-50px);
}
.uk-transition-slide-bottom-medium {
transform: translateY(50px);
}
.uk-transition-slide-left-medium {
transform: translateX(-50px);
}
.uk-transition-slide-right-medium {
transform: translateX(50px);
}
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
opacity: 1;
transform: translate(0,0);
}
.uk-transition-opaque {
opacity: 1;
}
.uk-transition-slow {
transition-duration: 0.7s;
}
[hidden],
.uk-hidden {
display: none !important;
}
@media (min-width: 640px) {
.uk-hidden\@s {
display: none !important;
}
}
@media (min-width: 960px) {
.uk-hidden\@m {
display: none !important;
}
}
@media (min-width: 1200px) {
.uk-hidden\@l {
display: none !important;
}
}
@media (min-width: 1600px) {
.uk-hidden\@xl {
display: none !important;
}
}
@media (max-width: 639px) {
.uk-visible\@s {
display: none !important;
}
}
@media (max-width: 959px) {
.uk-visible\@m {
display: none !important;
}
}
@media (max-width: 1199px) {
.uk-visible\@l {
display: none !important;
}
}
@media (max-width: 1599px) {
.uk-visible\@xl {
display: none !important;
}
}
.uk-invisible {
visibility: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
position: absolute !important;
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
overflow: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
opacity: 0 !important;
}
.uk-visible-toggle {
-webkit-tap-highlight-color: transparent;
}
.uk-visible-toggle:focus {
outline: none;
}
@media (pointer: coarse) {
.uk-hidden-touch {
display: none !important;
}
}
.uk-hidden-notouch {
display: none !important;
}
@media (pointer: coarse) {
.uk-hidden-notouch {
display: block !important;
}
}
.uk-light {
color: #ffffff;
}
.uk-light .uk-link-muted,
.uk-light .uk-link-muted a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-link-text:hover,
.uk-light .uk-link-text a:hover {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover {
color: #ffffff;
}
.uk-light .uk-heading-divider {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-heading-bullet::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light .uk-heading-line &gt; ::before,
.uk-light .uk-heading-line &gt; ::after {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-divider-small::after {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-divider-vertical {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light .uk-list-divider &gt; li:nth-child(n+2) {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-list-striped &gt; li:nth-of-type(odd) {
border-top-color: rgba(255,255,255,0.2);
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-list-striped &gt; li:nth-of-type(odd) {
background-color: rgba(255,255,255,0.1);
}
.uk-light .uk-table th {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-table caption {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-table &gt; tr.uk-active,
.uk-light .uk-table tbody tr.uk-active {
background: rgba(255,255,255,0.08);
}
.uk-light .uk-table-divider &gt; tr:not(:first-child),
.uk-light .uk-table-divider &gt; :not(:first-child) &gt; tr,
.uk-light .uk-table-divider &gt; :first-child &gt; tr:not(:first-child) {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-table-striped &gt; tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd) {
background: rgba(255,255,255,0.1);
border-top-color: rgba(255,255,255,0.2);
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-table-hover &gt; tr:hover,
.uk-light .uk-table-hover tbody tr:hover {
background: rgba(255,255,255,0.08);
}
.uk-light .uk-icon-link {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-icon-link:hover,
.uk-light .uk-icon-link:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-icon-link:active,
.uk-light .uk-active &gt; .uk-icon-link {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-icon-button {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.5);
}
.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus {
background-color: rgba(242,242,242,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light .uk-icon-button:active {
background-color: rgba(230,230,230,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
background-clip: padding-box;
border-color: rgba(255,255,255,0.2);
}
.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
border-color: rgba(255,255,255,0.7);
}
.uk-light .uk-input::-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-input::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-textarea::-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-textarea::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-radio,
.uk-light .uk-checkbox {
background-color: rgba(242,242,242,0.1);
border-color: rgba(255,255,255,0.2);
}
.uk-light .uk-radio:focus,
.uk-light .uk-checkbox:focus {
border-color: rgba(255,255,255,0.7);
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate {
background-color: #ffffff;
border-color: rgba(255,255,255,0.7);
}
.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus {
background-color: #e6e6e6;
}
.uk-light .uk-form-label {
color: #ffffff;
}
.uk-light .uk-form-icon {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-form-icon:hover {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-button-default {
background-color: transparent;
color: #ffffff !important;
border-color: rgba(255,255,255,0.7);
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus {
background-color: transparent;
color: #ffffff !important;
border-color: #ffffff;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active {
background-color: transparent;
color: #ffffff !important;
border-color: #ffffff;
}
.uk-light .uk-button-primary {
background-color: #ffffff;
color: #666666 !important;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus {
background-color: #f2f2f2;
color: #666666 !important;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active {
background-color: #e6e6e6;
color: #666666 !important;
}
.uk-light .uk-button-secondary {
background-color: #ffffff;
color: #666666 !important;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus {
background-color: #f2f2f2;
color: #666666 !important;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active {
background-color: #e6e6e6;
color: #666666 !important;
}
.uk-light .uk-button-text {
color: #ffffff !important;
}
.uk-light .uk-button-text::before {
border-bottom-color: #ffffff;
}
.uk-light .uk-button-text:hover,
.uk-light .uk-button-text:focus {
color: #ffffff !important;
}
.uk-light .uk-button-text:disabled {
color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-button-link {
color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-button-link:hover,
.uk-light .uk-button-link:focus {
color: rgba(255,255,255,0.7) !important;
}
.uk-light .uk-grid-divider &gt; :not(.uk-first-column)::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light .uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin::before {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-close {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-close:hover,
.uk-light .uk-close:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-totop {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-totop:hover,
.uk-light .uk-totop:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-totop:active {
color: #ffffff;
}
.uk-light .uk-marker {
background: #f8f8f8;
color: #666666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus {
color: #666666;
}
.uk-light .uk-badge {
background-color: #ffffff;
color: #666666;
}
.uk-light .uk-badge:hover,
.uk-light .uk-badge:focus {
color: #666666;
}
.uk-light .uk-label {
background-color: #ffffff;
color: #666666;
}
.uk-light .uk-article-meta {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-search-input {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-search-input:-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-search-input::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-search .uk-search-icon {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-search .uk-search-icon:hover {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-search-default .uk-search-input {
background-color: transparent;
border-color: rgba(255,255,255,0.2);
}
.uk-light .uk-search-default .uk-search-input:focus {
background-color: transparent;
}
.uk-light .uk-search-navbar .uk-search-input {
background-color: transparent;
}
.uk-light .uk-search-large .uk-search-input {
background-color: transparent;
}
.uk-light .uk-search-toggle {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-default &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-default &gt; li &gt; a:hover,
.uk-light .uk-nav-default &gt; li &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-default &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-light .uk-nav-default .uk-nav-header {
color: #ffffff;
}
.uk-light .uk-nav-default .uk-nav-divider {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-nav-default .uk-nav-sub a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-default .uk-nav-sub li.uk-active &gt; a {
color: #ffffff;
}
.uk-light .uk-nav-primary &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-primary &gt; li &gt; a:hover,
.uk-light .uk-nav-primary &gt; li &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-primary &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header {
color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-divider {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-nav-primary .uk-nav-sub a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active &gt; a {
color: #ffffff;
}
.uk-light .uk-navbar-nav &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-navbar-nav &gt; li:hover &gt; a,
.uk-light .uk-navbar-nav &gt; li &gt; a:focus,
.uk-light .uk-navbar-nav &gt; li &gt; a.uk-open {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-navbar-nav &gt; li &gt; a:active {
color: #ffffff;
}
.uk-light .uk-navbar-nav &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-light .uk-navbar-item {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-navbar-toggle {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-subnav &gt; * &gt; :first-child {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-subnav &gt; * &gt; a:hover,
.uk-light .uk-subnav &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-subnav &gt; .uk-active &gt; a {
color: #ffffff;
}
.uk-light .uk-subnav-divider &gt; :nth-child(n+2):not(.uk-first-column)::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light .uk-subnav-pill &gt; * &gt; :first-child {
background-color: transparent;
color: rgba(255,255,255,0.5);
}
.uk-light .uk-subnav-pill &gt; * &gt; a:hover,
.uk-light .uk-subnav-pill &gt; * &gt; a:focus {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light .uk-subnav-pill &gt; * &gt; a:active {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light .uk-subnav-pill &gt; .uk-active &gt; a {
background-color: #ffffff;
color: #666666;
}
.uk-light .uk-subnav &gt; .uk-disabled &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-breadcrumb &gt; * &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-breadcrumb &gt; * &gt; :hover,
.uk-light .uk-breadcrumb &gt; * &gt; :focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-breadcrumb &gt; :last-child &gt; * {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-breadcrumb &gt; :nth-child(n+2):not(.uk-first-column)::before {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-pagination &gt; * &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-pagination &gt; * &gt; :hover,
.uk-light .uk-pagination &gt; * &gt; :focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-pagination &gt; .uk-active &gt; * {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-pagination &gt; .uk-disabled &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-tab::before {
border-color: rgba(255,255,255,0.2);
}
.uk-light .uk-tab &gt; * &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-tab &gt; * &gt; a:hover,
.uk-light .uk-tab &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-tab &gt; .uk-active &gt; a {
color: #ffffff;
border-color: #ffffff;
}
.uk-light .uk-tab &gt; .uk-disabled &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-slidenav {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-slidenav:hover,
.uk-light .uk-slidenav:focus {
color: rgba(255,255,255,0.95);
}
.uk-light .uk-slidenav:active {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-dotnav &gt; * &gt; * {
background-color: transparent;
border-color: rgba(255,255,255,0.9);
}
.uk-light .uk-dotnav &gt; * &gt; :hover,
.uk-light .uk-dotnav &gt; * &gt; :focus {
background-color: rgba(255,255,255,0.9);
border-color: transparent;
}
.uk-light .uk-dotnav &gt; * &gt; :active {
background-color: rgba(255,255,255,0.5);
border-color: transparent;
}
.uk-light .uk-dotnav &gt; .uk-active &gt; * {
background-color: rgba(255,255,255,0.9);
border-color: transparent;
}
.uk-light .uk-accordion-title {
color: #ffffff;
}
.uk-light .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-iconnav &gt; * &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-iconnav &gt; * &gt; a:hover,
.uk-light .uk-iconnav &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-iconnav &gt; .uk-active &gt; a {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-text-lead {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-text-meta {
color: rgba(255,255,255,0.5);
}
.uk-light .uk-text-muted {
color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-text-emphasis {
color: #ffffff !important;
}
.uk-light .uk-text-primary {
color: #ffffff !important;
}
.uk-light .uk-text-secondary {
color: #ffffff !important;
}
.uk-light .uk-column-divider {
column-rule-color: rgba(255,255,255,0.2);
}
.uk-light .uk-logo {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-logo:hover,
.uk-light .uk-logo:focus {
color: rgba(255,255,255,0.7);
}
.uk-light .uk-logo &gt; :not(.uk-logo-inverse):not(:only-of-type) {
display: none;
}
.uk-light .uk-logo-inverse {
display: inline;
}
.uk-light a {
color: rgba(255,255,255,0.1);
}
.uk-light when (@inverse-global-color-mode = light) {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted,
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted a:hover {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-text:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-link-text a:hover {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-heading:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-link-heading a:hover {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-heading-divider {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-heading-bullet::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-heading-line &gt; ::before,
.uk-light when (@inverse-global-color-mode = light) .uk-heading-line &gt; ::after {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-divider-icon::before,
.uk-light when (@inverse-global-color-mode = light) .uk-divider-icon::after {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-divider-small::after {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-divider-vertical {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-list-divider &gt; li:nth-child(n+2) {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-list-striped &gt; li:nth-of-type(odd) {
border-top-color: rgba(255,255,255,0.2);
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-list-striped &gt; li:nth-of-type(odd) {
background-color: rgba(255,255,255,0.1);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table th {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table caption {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table &gt; tr.uk-active,
.uk-light when (@inverse-global-color-mode = light) .uk-table tbody tr.uk-active {
background: rgba(255,255,255,0.08);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table-divider &gt; tr:not(:first-child),
.uk-light when (@inverse-global-color-mode = light) .uk-table-divider &gt; :not(:first-child) &gt; tr,
.uk-light when (@inverse-global-color-mode = light) .uk-table-divider &gt; :first-child &gt; tr:not(:first-child) {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table-striped &gt; tr:nth-of-type(odd),
.uk-light when (@inverse-global-color-mode = light) .uk-table-striped tbody tr:nth-of-type(odd) {
background: rgba(255,255,255,0.1);
border-top-color: rgba(255,255,255,0.2);
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table-hover &gt; tr:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-table-hover tbody tr:hover {
background: rgba(255,255,255,0.08);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link:active,
.uk-light when (@inverse-global-color-mode = light) .uk-active &gt; .uk-icon-link {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button:focus {
background-color: rgba(242,242,242,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button:active {
background-color: rgba(230,230,230,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-input,
.uk-light when (@inverse-global-color-mode = light) .uk-select,
.uk-light when (@inverse-global-color-mode = light) .uk-textarea {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
background-clip: padding-box;
border-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-input:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-select:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-textarea:focus {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-input::-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-input::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-textarea::-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-textarea::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox {
background-color: rgba(242,242,242,0.1);
border-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:focus {
border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio:checked,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:checked,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:indeterminate {
background-color: #ffffff;
border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio:checked:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:checked:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:indeterminate:focus {
background-color: #e6e6e6;
}
.uk-light when (@inverse-global-color-mode = light) .uk-form-label {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-form-icon {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-form-icon:hover {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-default {
background-color: transparent;
color: #ffffff !important;
border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-default:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-default:focus {
background-color: transparent;
color: #ffffff !important;
border-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-default:active,
.uk-light when (@inverse-global-color-mode = light) .uk-button-default.uk-active {
background-color: transparent;
color: #ffffff !important;
border-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary {
background-color: #ffffff;
color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary:focus {
background-color: #f2f2f2;
color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary:active,
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary.uk-active {
background-color: #e6e6e6;
color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary {
background-color: #ffffff;
color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary:focus {
background-color: #f2f2f2;
color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary:active,
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary.uk-active {
background-color: #e6e6e6;
color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text {
color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text::before {
border-bottom-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-text:focus {
color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text:disabled {
color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-link {
color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-link:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-link:focus {
color: rgba(255,255,255,0.7) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-grid-divider &gt; :not(.uk-first-column)::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin::before {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-close {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-close:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-close:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-totop {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-totop:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-totop:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-totop:active {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-marker {
background: #f8f8f8;
color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-marker:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-marker:focus {
color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-badge {
background-color: #ffffff;
color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-badge:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-badge:focus {
color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-label {
background-color: #ffffff;
color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-article-meta {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-input {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-input:-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-input::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search .uk-search-icon {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search .uk-search-icon:hover {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-default .uk-search-input {
background-color: transparent;
border-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-default .uk-search-input:focus {
background-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-navbar .uk-search-input {
background-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-large .uk-search-input {
background-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-toggle {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-toggle:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-search-toggle:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default &gt; li &gt; a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default &gt; li &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-header {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-divider {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub li.uk-active &gt; a {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary &gt; li &gt; a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary &gt; li &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-header {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-divider {
border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub li.uk-active &gt; a {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav &gt; li &gt; a.uk-open {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav &gt; li &gt; a:active {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-item {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle.uk-open {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav &gt; * &gt; :first-child {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav &gt; * &gt; a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-subnav &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav &gt; .uk-active &gt; a {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-divider &gt; :nth-child(n+2):not(.uk-first-column)::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill &gt; * &gt; :first-child {
background-color: transparent;
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill &gt; * &gt; a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill &gt; * &gt; a:focus {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill &gt; * &gt; a:active {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill &gt; .uk-active &gt; a {
background-color: #ffffff;
color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav &gt; .uk-disabled &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb &gt; * &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb &gt; * &gt; :hover,
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb &gt; * &gt; :focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb &gt; :last-child &gt; * {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb &gt; :nth-child(n+2):not(.uk-first-column)::before {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination &gt; * &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination &gt; * &gt; :hover,
.uk-light when (@inverse-global-color-mode = light) .uk-pagination &gt; * &gt; :focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination &gt; .uk-active &gt; * {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination &gt; .uk-disabled &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab::before {
border-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab &gt; * &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab &gt; * &gt; a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-tab &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab &gt; .uk-active &gt; a {
color: #ffffff;
border-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab &gt; .uk-disabled &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav:focus {
color: rgba(255,255,255,0.95);
}
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav:active {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav &gt; * &gt; * {
background-color: transparent;
border-color: rgba(255,255,255,0.9);
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav &gt; * &gt; :hover,
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav &gt; * &gt; :focus {
background-color: rgba(255,255,255,0.9);
border-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav &gt; * &gt; :active {
background-color: rgba(255,255,255,0.5);
border-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav &gt; .uk-active &gt; * {
background-color: rgba(255,255,255,0.9);
border-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-accordion-title {
color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-accordion-title:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-accordion-title:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav &gt; * &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav &gt; * &gt; a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav &gt; .uk-active &gt; a {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-lead {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-meta {
color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-muted {
color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-emphasis {
color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-primary {
color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-secondary {
color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-column-divider {
column-rule-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-logo:focus {
color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo &gt; :not(.uk-logo-inverse):not(:only-of-type) {
display: none;
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo-inverse {
display: inline;
}
.uk-light when (@inverse-global-color-mode = light) a {
color: rgba(255,255,255,0.1);
}
.uk-dark when (@inverse-global-color-mode = dark) {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted a:hover {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-text:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-text a:hover {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-heading:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-heading a:hover {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-divider {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-bullet::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-line &gt; ::before,
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-line &gt; ::after {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-icon::before,
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-icon::after {
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-small::after {
border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-vertical {
border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-list-divider &gt; li:nth-child(n+2) {
border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-list-striped &gt; li:nth-of-type(odd) {
border-top-color: rgba(255,255,255,0.2);
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-list-striped &gt; li:nth-of-type(odd) {
background-color: rgba(255,255,255,0.1);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table th {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table caption {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table &gt; tr.uk-active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-table tbody tr.uk-active {
background: rgba(255,255,255,0.08);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-divider &gt; tr:not(:first-child),
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-divider &gt; :not(:first-child) &gt; tr,
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-divider &gt; :first-child &gt; tr:not(:first-child) {
border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-striped &gt; tr:nth-of-type(odd),
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-striped tbody tr:nth-of-type(odd) {
background: rgba(255,255,255,0.1);
border-top-color: rgba(255,255,255,0.2);
border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-hover &gt; tr:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-hover tbody tr:hover {
background: rgba(255,255,255,0.08);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-active &gt; .uk-icon-link {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button:focus {
background-color: rgba(242,242,242,0.1);
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button:active {
background-color: rgba(230,230,230,0.1);
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-input,
.uk-dark when (@inverse-global-color-mode = dark) .uk-select,
.uk-dark when (@inverse-global-color-mode = dark) .uk-textarea {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
background-clip: padding-box;
border-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-input:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-select:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-textarea:focus {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-input::-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-input::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-textarea::-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-textarea::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox {
background-color: rgba(242,242,242,0.1);
border-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:focus {
border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio:checked,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:checked,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:indeterminate {
background-color: #ffffff;
border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio:checked:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:checked:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:indeterminate:focus {
background-color: #e6e6e6;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-form-label {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-form-icon {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-form-icon:hover {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default {
background-color: transparent;
color: #ffffff !important;
border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default:focus {
background-color: transparent;
color: #ffffff !important;
border-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default.uk-active {
background-color: transparent;
color: #ffffff !important;
border-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary {
background-color: #ffffff;
color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary:focus {
background-color: #f2f2f2;
color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary.uk-active {
background-color: #e6e6e6;
color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary {
background-color: #ffffff;
color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary:focus {
background-color: #f2f2f2;
color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary.uk-active {
background-color: #e6e6e6;
color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text {
color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text::before {
border-bottom-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text:focus {
color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text:disabled {
color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-link {
color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-link:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-link:focus {
color: rgba(255,255,255,0.7) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-grid-divider &gt; :not(.uk-first-column)::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin::before {
border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-close {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-close:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-close:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop:active {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-marker {
background: #f8f8f8;
color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-marker:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-marker:focus {
color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-badge {
background-color: #ffffff;
color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-badge:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-badge:focus {
color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-label {
background-color: #ffffff;
color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-article-meta {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-input {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-input:-ms-input-placeholder {
color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-input::placeholder {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search .uk-search-icon {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search .uk-search-icon:hover {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-default .uk-search-input {
background-color: transparent;
border-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-default .uk-search-input:focus {
background-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-navbar .uk-search-input {
background-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-large .uk-search-input {
background-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-toggle {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-toggle:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-toggle:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default &gt; li &gt; a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default &gt; li &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-header {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-divider {
border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub a:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub li.uk-active &gt; a {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary &gt; li &gt; a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary &gt; li &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-header {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-divider {
border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub a:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub li.uk-active &gt; a {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav &gt; li &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav &gt; li &gt; a.uk-open {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav &gt; li &gt; a:active {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav &gt; li.uk-active &gt; a {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-item {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle.uk-open {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav &gt; * &gt; :first-child {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav &gt; * &gt; a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav &gt; .uk-active &gt; a {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-divider &gt; :nth-child(n+2):not(.uk-first-column)::before {
border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill &gt; * &gt; :first-child {
background-color: transparent;
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill &gt; * &gt; a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill &gt; * &gt; a:focus {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill &gt; * &gt; a:active {
background-color: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill &gt; .uk-active &gt; a {
background-color: #ffffff;
color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav &gt; .uk-disabled &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb &gt; * &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb &gt; * &gt; :hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb &gt; * &gt; :focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb &gt; :last-child &gt; * {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb &gt; :nth-child(n+2):not(.uk-first-column)::before {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination &gt; * &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination &gt; * &gt; :hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination &gt; * &gt; :focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination &gt; .uk-active &gt; * {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination &gt; .uk-disabled &gt; * {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab::before {
border-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab &gt; * &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab &gt; * &gt; a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab &gt; .uk-active &gt; a {
color: #ffffff;
border-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab &gt; .uk-disabled &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav:focus {
color: rgba(255,255,255,0.95);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav:active {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav &gt; * &gt; * {
background-color: transparent;
border-color: rgba(255,255,255,0.9);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav &gt; * &gt; :hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav &gt; * &gt; :focus {
background-color: rgba(255,255,255,0.9);
border-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav &gt; * &gt; :active {
background-color: rgba(255,255,255,0.5);
border-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav &gt; .uk-active &gt; * {
background-color: rgba(255,255,255,0.9);
border-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-accordion-title {
color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-accordion-title:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-accordion-title:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav &gt; * &gt; a {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav &gt; * &gt; a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav &gt; * &gt; a:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav &gt; .uk-active &gt; a {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-lead {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-meta {
color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-muted {
color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-emphasis {
color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-primary {
color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-secondary {
color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-column-divider {
column-rule-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo:focus {
color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo &gt; :not(.uk-logo-inverse):not(:only-of-type) {
display: none;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo-inverse {
display: inline;
}
.uk-dark when (@inverse-global-color-mode = dark) a {
color: rgba(255,255,255,0.1);
}
@media print {
*,
*::before,
*::after {
background: transparent !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
.eso-icon-list span {
line-height: 1;
}
.eso-icon-list div {
line-height: 1;
}
.eso-icon-list a {
color: inherit;
}
.eso-cursor-pointer {
cursor: pointer;
}
.slabtexted .slabtext {
display: -moz-inline-box;
display: inline-block;
white-space: nowrap;
}
.slabtextinactive .slabtext {
display: inline;
white-space: normal;
font-size: 1em !important;
letter-spacing: inherit !important;
word-spacing: inherit !important;
*letter-spacing: normal !important;
*word-spacing: normal !important;
}
.slabtextdone .slabtext {
display: block;
}
.eso-template-tag img {
float: left;
}
.uk-global-border {
border: 1px solid #e5e5e5;
}
.eso-line-through {
text-decoration: line-through;
}
.uk-hr {
height: 1px;
border-top: 1px solid;
margin: 0;
}
.uk-hr.uk-hr-tiny {
margin-top: 10px;
margin-bottom: 10px;
}
.uk-hr.uk-hr-small {
margin-top: 15px;
margin-bottom: 15px;
}
.uk-hr.uk-hr-medium {
margin-top: 30px;
margin-bottom: 30px;
}
.uk-hr.uk-hr-large {
margin-top: 70px;
margin-bottom: 70px;
}
.uk-light .uk-hr {
background-color: #ffffff;
}
.uk-button-label {
transform: translate(50%,-35%);
padding: 5px 10px;
}
.uk-container {
margin: 0 auto;
}
.eso-darken-default {
position: relative;
}
.eso-darken-default:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.8);
}
.eso-darken-default &gt;div {
position: relative;
z-index: 1;
}
.eso-darken-primary {
position: relative;
}
.eso-darken-primary:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(55,61,136,0.8);
}
.eso-darken-primary &gt;div {
position: relative;
z-index: 1;
}
.eso-darken-secondary {
position: relative;
}
.eso-darken-secondary:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(69,68,68,0.8);
}
.eso-darken-secondary &gt;div {
position: relative;
z-index: 1;
}
.eso-darken-inherit {
position: relative;
}
.eso-darken-inherit:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: inherit;
}
.eso-darken-inherit &gt;div {
position: relative;
z-index: 1;
}
.uk-text-xlarge {
font-size: 2.5rem;
line-height: 1.5;
}.panel-grid.panel-has-style&gt;.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax&gt;:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-layout.panel-is-rtl .panel-grid.panel-has-style&gt;.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul&gt;li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/icons/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn &gt; .caret,
.dropup &gt; .btn &gt; .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: "Glyphicons Halflings";
src: url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/css/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/css/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/css/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/css/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/css/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/css/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #a5a5a5;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover, a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: 400;
line-height: 1;
color: #777777;
}
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
h1, .h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 30px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 18px;
}
h5, .h5 {
font-size: 14px;
}
h6, .h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase, .initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline &gt; li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: 700;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 992px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eeeeee;
border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: "\00A0 \2014";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container:before, .container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before, .row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row-no-gutters {
margin-right: 0;
margin-left: 0;
}
.row-no-gutters [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
border-top: 0;
}
.table &gt; tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td {
border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover {
background-color: #f5f5f5;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover, .table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr.active:hover &gt; th {
background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover, .table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr.success:hover &gt; th {
background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover, .table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr.info:hover &gt; th {
background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover, .table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover, .table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
background-color: #ebcccc;
}
.table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive &gt; .table {
margin-bottom: 0;
}
.table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
.table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
white-space: nowrap;
}
.table-responsive &gt; .table-bordered {
border: 0;
}
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
border-left: 0;
}
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
border-right: 0;
}
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
}
input[type="radio"], input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm, .input-group-sm &gt; input[type="date"].form-control,
.input-group-sm &gt; input[type="date"].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; input[type="date"].btn, .input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm &gt; input[type="time"].form-control,
.input-group-sm &gt; input[type="time"].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; input[type="time"].btn,
.input-group-sm input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm &gt; input[type="datetime-local"].form-control,
.input-group-sm &gt; input[type="datetime-local"].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
.input-group-sm input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm &gt; input[type="month"].form-control,
.input-group-sm &gt; input[type="month"].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; input[type="month"].btn,
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg, .input-group-lg &gt; input[type="date"].form-control,
.input-group-lg &gt; input[type="date"].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg &gt; input[type="time"].form-control,
.input-group-lg &gt; input[type="time"].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg &gt; input[type="datetime-local"].form-control,
.input-group-lg &gt; input[type="datetime-local"].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg &gt; input[type="month"].form-control,
.input-group-lg &gt; input[type="month"].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; input[type="month"].btn, .input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio, .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.radio label, .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline, .checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control,
.input-group-lg &gt; .form-control-static.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
.input-group-sm &gt; .form-control-static.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
padding-right: 0;
padding-left: 0;
}
.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select[multiple].form-control,
.input-group-sm &gt; select[multiple].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select[multiple].btn {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select[multiple].form-control,
.input-group-lg &gt; select[multiple].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select[multiple].btn {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback,
.input-group-lg &gt; .input-group-addon + .form-control-feedback,
.input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #e5e5e5;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group &gt; .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
color: #333;
text-decoration: none;
}
.btn:active, .btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: 0.65;
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open &gt; .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
background-image: none;
border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open &gt; .btn-default.dropdown-toggle:hover, .open &gt; .btn-default.dropdown-toggle:focus, .open &gt; .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
background-image: none;
border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open &gt; .btn-primary.dropdown-toggle:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
background-image: none;
border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open &gt; .btn-success.dropdown-toggle:hover, .open &gt; .btn-success.dropdown-toggle:focus, .open &gt; .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
background-image: none;
border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open &gt; .btn-info.dropdown-toggle:hover, .open &gt; .btn-info.dropdown-toggle:focus, .open &gt; .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
background-image: none;
border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open &gt; .btn-warning.dropdown-toggle:hover, .open &gt; .btn-warning.dropdown-toggle:focus, .open &gt; .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
background-image: none;
border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open &gt; .btn-danger.dropdown-toggle:hover, .open &gt; .btn-danger.dropdown-toggle:focus, .open &gt; .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: 400;
color: #337ab7;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg, .btn-group-lg &gt; .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm, .btn-group-sm &gt; .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs, .btn-group-xs &gt; .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
color: #777777;
}
.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open &gt; .dropdown-menu {
display: block;
}
.open &gt; a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right &gt; .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 992px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
position: relative;
float: left;
}
.btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group &gt; .btn:first-child {
margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group &gt; .btn-group {
float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
border-radius: 0;
}
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group &gt; .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret, .btn-group-lg &gt; .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical &gt; .btn-group:after {
clear: both;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn &gt; .btn {
position: relative;
}
.input-group-btn &gt; .btn + .btn {
margin-left: -1px;
}
.input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav:before, .nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav &gt; li {
position: relative;
display: block;
}
.nav &gt; li &gt; a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
color: #777777;
}
.nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
color: #777777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs &gt; li {
float: left;
margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
color: #555555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-pills &gt; li {
float: left;
}
.nav-pills &gt; li &gt; a {
border-radius: 4px;
}
.nav-pills &gt; li + li {
margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked &gt; li {
float: none;
}
.nav-stacked &gt; li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
width: 100%;
}
.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
float: none;
}
.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified &gt; .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
display: table-cell;
width: 1%;
}
.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
border-bottom-color: #fff;
}
}
.tab-content &gt; .tab-pane {
display: none;
}
.tab-content &gt; .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before, .navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 992px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before, .navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 992px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 992px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
@media (min-width: 992px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 992px) {
.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 992px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-brand &gt; img {
display: block;
}
@media (min-width: 992px) {
.navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-right: 15px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 992px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav &gt; li &gt; a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
background-image: none;
}
}
@media (min-width: 992px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav &gt; li {
float: left;
}
.navbar-nav &gt; li &gt; a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
padding: 10px 15px;
margin-right: -15px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group &gt; .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 991px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav &gt; li &gt; .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs &gt; .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 992px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 992px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
color: #fff;
background-color: #090909;
}
@media (max-width: 991px) {
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron &gt; hr {
border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron, .container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.5;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
display: table;
content: " ";
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.428571429;
line-break: auto;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
font-size: 12px;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: 0.9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.428571429;
line-break: auto;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover &gt; .arrow {
border-width: 11px;
}
.popover &gt; .arrow, .popover &gt; .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover &gt; .arrow:after {
content: "";
border-width: 10px;
}
.popover.top &gt; .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top &gt; .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right &gt; .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right &gt; .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom &gt; .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom &gt; .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left &gt; .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner &gt; .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner &gt; .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
display: block;
}
.carousel-inner &gt; .active {
left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner &gt; .next {
left: 100%;
}
.carousel-inner &gt; .prev {
left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
left: 0;
}
.carousel-inner &gt; .active.left {
left: -100%;
}
.carousel-inner &gt; .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: 0.5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
color: #fff;
text-decoration: none;
outline: 0;
filter: alpha(opacity=90);
opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {
content: "\2039";
}
.carousel-control .icon-next:before {
content: "\203a";
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before, .clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
    body {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #a5a5a5;
text-rendering: optimizeLegibility;
}
body.boxed &gt; .layout-boxed {
max-width: 100%;
margin: 0 auto;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
body.boxed &gt; .layout-boxed {
width: 830px;
}
}
@media (min-width: 992px) {
body.boxed &gt; .layout-boxed {
width: 1050px;
}
}
@media (min-width: 1200px) {
body.boxed &gt; .layout-boxed {
width: 1250px;
}
}
body.boxed.sticky-navigation .header-wrapper.is-sticky {
left: auto;
right: auto;
}
@media (min-width: 992px) {
body.boxed.sticky-navigation .header-wrapper.is-sticky {
width: 1050px;
}
}
@media (min-width: 1200px) {
body.boxed.sticky-navigation .header-wrapper.is-sticky {
width: 1250px;
}
}
body .layout-boxed {
overflow-x: hidden;
}
.content-area {
margin-bottom: 80px;
}
@media (max-width: 992px) {
.content-area .content {
margin-bottom: 50px;
}
}
.content-area .white-featured-box {
padding: 35px;
border-radius: 2px;
background: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.content-area .featured-box {
padding: 34px;
color: rgba(255, 255, 255, 0.6);
background: #9A65A5;
border-radius: 3px;
}
.content-area .featured-box strong,
.content-area .featured-box a {
color: #ffffff;
}
.content-area .featured-box p {
color: rgba(255, 255, 255, 0.6);
}
.content-area .featured-box hr {
border-top: 1px solid rgba(50, 50, 50, 0.2);
}
@media (min-width: 992px) {
.sidebar.pull--sidebar {
margin-top: -110px;
}
} body .booked-calendarSwitcher.calendar select {
padding: 10px 0;
}
body .booked-calendarSwitcher.calendar p:before {
top: 13px;
right: 6px;
}
body table.booked-calendar th .monthName {
font-size: 15px;
}
body table.booked-calendar th .page-left,
body table.booked-calendar th .page-right {
font-size: 15px;
}
body table.booked-calendar tr.days th {
padding: 13px 0 12px !important;
font-size: 12px;
}
body table.booked-calendar thead tr:first-child th {
padding: 25px 0 23px 0 !important;
}
body table.booked-calendar td {
font-size: 16px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
padding-bottom: 0;
font-size: 10px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
width: 30%;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
float: none;
display: block;
padding: 0 30px;
width: 100%;
height: 40px;
font-size: 13px;
font-weight: 700;
border: none;
outline: none;
border-radius: 25px;
}
body .booked-calendar-wrap.small table.booked-calendar td {
font-size: 16px;
}
body .booked-calendar-wrap.small table.booked-calendar td.today .date {
border: 1px solid #26aeec;
}
body .booked-calendar-wrap.small table.booked-calendar thead th {
padding: 25px 0 23px 0 !important;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right {
right: 20px;
top: 28px;
font-size: 15px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover {
right: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
left: 20px;
top: 28px;
font-size: 15px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left:hover {
left: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .monthName {
font-size: 15px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .monthName a {
top: 0;
font-size: 12px;
}
body .booked-calendar-wrap.small table.booked-calendar thead tr.days th {
padding: 13px 0 12px !important;
font-size: 12px;
}
body .booked-calendar-wrap.small .booked-appt-list h2 {
font-size: 20px;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot {
margin-bottom: 0;
border-top: 1px solid #ddd;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-count {
display: inline-block;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time {
height: 65px;
padding-top: 15px;
}
@media (max-width: 768px) {
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time {
display: block;
width: 100%;
}
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people:hover {
width: 25%;
padding: 13px 0;
}
@media (max-width: 768px) {
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people:hover {
display: block;
width: 100%;
padding-top: 0;
}
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people:hover button {
height: 40px;
border-radius: 25px;
border: none;
outline: none;
font-weight: bold;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-timeslot,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .spots-available,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people:hover button .button-timeslot,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people:hover button .spots-available {
display: none;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-text,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people:hover button .button-text {
display: block;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .spots-available {
padding-bottom: 0;
font-size: 10px;
}
body .booked-modal .bm-window p.booked-title-bar {
padding: 15px 30px 15px 30px;
}
body .booked-modal .bm-window .close {
top: 13px;
right: 20px;
font-size: 15px;
}
body .booked-modal .bm-window p.appointment-info {
padding: 2px 8px;
font-size: 14px;
font-weight: bold;
color: #464646;
}
body .booked-form .field {
margin: 12px 0 5px;
}
body .booked-form .field select,
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
padding: 10px 20px;
border: 1px solid #dbdbdb;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
body .booked-form .field select:focus,
body .booked-form .field input[type=text]:focus,
body .booked-form .field input[type=password]:focus,
body .booked-form .field input[type=tel]:focus,
body .booked-form .field input[type=email]:focus,
body .booked-form .field textarea:focus {
border-color: #cecece;
}
body .booked-form .field .checkbox-radio-block {
padding: 0;
}
body .booked-form .cf-block select {
padding: 0 20px;
height: 42px;
outline: 0;
border-radius: 0;
background-image: url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/images/select-bg.png);
background-position: 95% center;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
body .booked-form input[type=submit],
body .booked-form button {
padding: 8px 28px;
border-radius: 25px;
font-size: 14px;
font-weight: bold;
border: none;
-webkit-transition: all 100ms ease-out;
transition: all 100ms ease-out;
}
body .booked-form input[type=submit]:hover,
body .booked-form button:hover {
border: none;
} body #booked-profile-page .booked-user h3 {
font-size: 18px !important;
padding: 0 4px;
}
@media (min-width: 992px) {
body #booked-profile-page .booked-user h3 {
padding: 4px 0 0px 20px;
}
}
@media (max-width: 992px) {
body #booked-profile-page .booked-user-avatar {
display: none;
}
}
@media (min-width: 992px) {
body #booked-profile-page .booked-profile-header .booked-logout-button {
position: absolute;
top: 24px;
right: 20px;
font-size: 14px;
}
}
@media (max-width: 992px) {
body #booked-profile-page .booked-tabs li a {
padding: 0 10px;
}
}
body #booked-profile-page .booked-profile-appt-list .appt-block {
padding: 15px 0 20px;
}
body #booked-profile-page #booked-page-form input[type=email],
body #booked-profile-page #booked-page-form input[type=text],
body #booked-profile-page #booked-page-form input[type=password],
body #booked-profile-page #booked-page-form textarea {
padding: 10px 15px;
border: 1px solid #dbdbdb;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
body #booked-profile-page input[type=submit].button-primary {
padding: 10px 30px;
font-size: 13px;
font-weight: bold;
border: none;
border-radius: 25px;
-webkit-transition: all 100ms ease-out;
transition: all 100ms ease-out;
}
body #booked-profile-page input[type=submit].button-primary:hover {
border: none;
} .sow-slider-images {
padding: 0;
} :focus {
outline: none;
outline-style: none;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px solid #f0f0f0;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: disc;
}
ul, ol {
padding-left: 15px;
margin-bottom: 20px;
}
dd {
margin: 0 0 10px 40px;
}
img {
max-width: 100%;
height: auto;
border-radius: 2px;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
blockquote {
padding: 0 40px;
margin: 30px 0;
font-size: 20px;
font-style: italic;
border-left-color: #eee;
}
th {
font-weight: bold;
}
table {
width: 100%;
margin-bottom: 30px;
border-collapse: collapse;
border-spacing: 0;
}
table thead th {
color: #ffffff;
border-color: transparent;
background-color: #9A65A5;
}
table th,
table td {
padding: 13px 30px;
border: 1px solid #e2e2e2;
}
table tr td {
font-weight: normal;
}
table tr td:first-of-type a {
font-weight: 500;
}
iframe {
max-width: 100%;
}
pre {
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 13px;
line-height: 1.6;
border: 1px solid #dadada;
word-break: break-all;
word-wrap: break-word;
border-radius: 2px;
background: #eeeeee;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 14px;
background: inherit;
color: #343434;
}  h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Nunito", Helvetica, Arial, sans-serif;
font-weight: bold;
color: #464646;
margin-top: 0;
margin-bottom: 20px;
}
p {
margin-bottom: 15px;
}
.content-area span.normal {
font-weight: normal;
}
.sidebar span.normal {
font-weight: bold;
}
.textwidget p {
line-height: 1.75;
}
.textwidget p:last-of-type {
margin-bottom: 0;
}
.widget-title {
font-size: 36px;
color: #464646;
}
.bigger-widget-title .widget-title {
font-size: 46px;
}
.smaller-widget-title .widget-title {
font-size: 28px;
}
.white-title .widget-title {
color: #ffffff;
}
.sidebar .widget-title {
font-size: 22px;
}
.footer .widget-title {
margin-bottom: 25px;
font-size: 18px;
color: #ffffff;
}
body.search .hentry--title {
margin-top: 0;
}
a {
color: #56afd5;
transition: all 100ms ease-out;
}
a:hover {
color: #4aa9d2;
}
a:focus {
outline: none;
}
a[href^="tel"] {
color: inherit;
text-decoration: none;
}
.text-link {
position: relative;
font-weight: bold;
}
.text-link::after {
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 14px;
top: 0;
right: -13px;
transition: all 100ms ease-out;
}
.text-link:hover {
text-decoration: none;
}
.text-link:hover::after {
right: -10px;
}
body.font-awesome-5 .fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}
body.font-awesome-5 .far {
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
body.font-awesome-5 .fas {
font-family: 'Font Awesome 5 Free';
}  .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 1.2em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.alignnone {
margin: 7px 20px 32px 0;
}   .qt-table,
.custom-table {
width: 100%;
margin-bottom: 0;
}
.qt-table thead td,
.custom-table thead td {
padding: 15px 30px;
color: #ffffff;
font-weight: bold;
font-size: 15px;
border: none;
background-clip: padding-box;
background: #9A65A5;
}
.qt-table thead td:first-of-type,
.custom-table thead td:first-of-type {
border-top-left-radius: 2px;
}
.qt-table thead td:last-of-type,
.custom-table thead td:last-of-type {
border-top-right-radius: 2px;
}
.qt-table thead td:empty,
.custom-table thead td:empty {
background-color: transparent;
}
.qt-table tbody td,
.custom-table tbody td {
padding: 15px 30px;
border: none;
background-clip: padding-box;
}
.qt-table tbody td:first-of-type,
.custom-table tbody td:first-of-type {
font-weight: 600;
}
.qt-table tr:hover,
.custom-table tr:hover {
background: none;
}
.qt-table tr:nth-child(2n+0), .qt-table tr:nth-child(2n+0):hover,
.custom-table tr:nth-child(2n+0),
.custom-table tr:nth-child(2n+0):hover {
background-color: #f9f9f9;
}
@media (max-width: 550px) {
.qt-table-wrap {
overflow-x: auto;
}
} .icon-wrap .fa {
font-size: 20px;
} .panel-group .panel {
margin-bottom: 15px;
}
.panel-group .panel .panel-heading .panel-title {
position: relative;
margin-bottom: 0;
}
.panel-group .panel .panel-heading .panel-title a {
position: relative;
display: block;
margin-top: 0;
padding: 18px 30px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 16px;
color: #a5a5a5;
text-decoration: none;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.08);
background-color: #ffffff;
transition: all 100ms ease-out;
}
.panel-group .panel .panel-heading .panel-title a:hover {
color: #999999;
}
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
color: #ffffff;
border-color: transparent;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: #9A65A5;
}
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]::after {
content: "\f107";
color: #ffffff;
transition: all 100ms ease-out;
}
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]:hover {
color: #ffffff;
}
.panel-group .panel .panel-heading .panel-title a::after {
position: absolute;
content: "\f105";
top: calc(50% - 10px);
right: 30px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
color: #a5a5a5;
}
.panel-group .panel .panel-collapse .panel-body {
padding: 25px 30px;
border-style: solid;
border-color: #f2f2f2;
border-width: 0 1px 1px 1px;
border-radius: 0 0 1px 1px;
}
.panel-group .panel .panel-collapse .panel-body p {
margin-bottom: 0;
}
.sidebar .panel-group .panel .panel-heading .panel-title a {
font-size: 16px;
} .embed-responsive {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  .btn {
margin-right: 5px;
padding: 12px 28px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 13.5px;
font-weight: bold;
line-height: inherit;
border-radius: 30px;
background: none;
transition: all 100ms ease-out;
}
.btn.btn-primary {
color: #ffffff;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid transparent;
background: #9A65A5;
}
.btn.btn-primary:hover, .btn.btn-primary:active:focus {
background: #935c9e;
border-color: transparent;
}
.btn.btn-outline {
color: rgba(255, 255, 255, 0.9);
border: 2px solid rgba(255, 255, 255, 0.2);
}
.btn.btn-outline:hover {
color: white;
border: 2px solid rgba(255, 255, 255, 0.4);
}
.btn.btn-outline.outline-dark {
color: rgba(50, 50, 50, 0.6);
border-color: rgba(50, 50, 50, 0.2);
}
.btn.btn-outline.outline-dark:hover {
border-color: rgba(50, 50, 50, 0.4);
}
.btn:focus, .btn:active, .btn:active:focus {
outline: none;
}
.btn.fullwidth {
width: 100%;
}
.btn i {
position: relative;
margin-right: 5px;
vertical-align: middle;
font-size: 16px;
}
.jumbotron .btn {
margin: 5px 5px 5px 0;
}
.jumbotron .btn.btn-primary {
border: 2px solid transparent;
}
.content-area .btn.btn-outline {
color: rgba(50, 50, 50, 0.4);
border: 2px solid rgba(50, 50, 50, 0.2);
}
.content-area .btn.btn-outline:hover {
color: rgba(50, 50, 50, 0.5);
border: 2px solid rgba(50, 50, 50, 0.3);
}
.call-to-action .btn.btn-outline {
color: rgba(255, 255, 255, 0.9);
border: 2px solid rgba(255, 255, 255, 0.2);
}
.call-to-action .btn.btn-outline:hover {
color: white;
border: 2px solid rgba(255, 255, 255, 0.4);
}
.textwidget p + .btn {
margin-top: 20px;
}  input,
select,
textarea {
padding: 13px 18px;
max-width: 100%;
color: #999999;
font-weight: normal;
border: 1px solid #f2f2f2;
background: #f9f9f9;
border-radius: 2px;
}
input:focus,
select:focus,
textarea:focus {
outline: none;
border-color: #cecece;
}
.post-password-form input {
margin-left: 10px;
height: 45px;
border-radius: 2px;
outline: none;
border: 1px solid rgba(50, 50, 50, 0.1);
}
.post-password-form input[type="submit"] {
height: 45px;
padding: 0 30px;
color: #fff;
font-weight: bold;
line-height: 25px;
border-radius: 25px;
background: #9A65A5;
border: 1px solid transparent;
}
.post-password-form input[type="submit"]:hover {
background: #935c9e;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
padding: 15px 20px;
margin: 5px 0 13px 0;
width: 100%;
transition: all 100ms ease-out;
}
.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-select:focus {
border-color: #cecece;
outline: none;
}
.wpcf7-textarea {
height: 158px;
}
.wpcf7-select {
height: 52px;
outline: 0;
border-radius: 0;
color: #757575;
background-image: url(//www.physio-concept.ch/geneve/wp-content/themes/physio-qt/assets/images/select-bg.png);
background-position: 90% center;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wpcf7-acceptance {
position: relative;
}
.wpcf7-acceptance input {
position: absolute;
left: 0;
top: 1px;
}
.wpcf7-acceptance span {
margin-left: 10px;
}
.wpcf7-radio input[type="radio"] {
margin-right: 5px;
}
.wpcf7-radio .wpcf7-list-item-label {
display: inline-block;
margin-right: 5px;
margin-bottom: 10px;
}
.wpcf7-radio .wpcf7-list-item-label + input[type="radio"] {
margin-right: 0;
}
.wpcf7-radio .wpcf7-list-item {
display: inline-block;
margin: 0 15px 0 0;
}
.wpcf7 span {
display: block;
margin-bottom: 3px;
font-weight: bold;
}
.wpcf7-form-control-wrap {
display: block;
}
.wpcf7 .ajax-loader {
position: absolute;
right: 15px;
}
.wpcf7 .ajax-loader + .btn,
.wpcf7 .ajax-loader + input {
margin-left: 10px;
}
.wpcf7 .btn {
margin-top: 0;
margin-right: 0;
}
.questionform .white-featured-box {
padding: 35px 35px 25px 35px;
}
.questionform .wpcf7-textarea {
height: 127px;
}
.questionform .wpcf7-form-control-wrap {
margin-bottom: 0;
}  .header-topbar-sidebar .menu {
margin: 0;
padding-left: 0;
}
@media (min-width: 992px) {
.header-topbar-sidebar .menu {
margin: -9px 0;
}
}
.header-topbar-sidebar .menu &gt; li {
list-style: none;
position: relative;
display: inline-block;
}
.header-topbar-sidebar .menu &gt; li &gt; a {
position: relative;
display: block;
padding: 9px 12px 12px 12px;
font-size: 13px;
}
@media (min-width: 992px) {
.header-topbar-sidebar .menu &gt; li &gt; a {
padding: 9px 19px 9px 17px;
}
}
.header-topbar-sidebar .menu &gt; li:first-of-type &gt; a {
padding-left: 0;
}
.header-topbar-sidebar .menu &gt; li::after {
position: absolute;
content: "";
top: 13px;
right: 0;
width: 1px;
height: 13px;
background: rgba(50, 50, 50, 0.25);
-webkit-transform: skew(-25deg);
-ms-transform: skew(-25deg);
transform: skew(-25deg);
}
.header-topbar-sidebar .menu &gt; li:last-of-type &gt; a {
padding-right: 0;
}
.header-topbar-sidebar .menu &gt; li:last-of-type::after {
display: none;
}
.header-topbar-sidebar .menu &gt; li:focus {
outline: none;
}
.header-topbar-sidebar .menu &gt; li.menu-item-has-children &gt; a {
padding-right: 18px;
}
@media (min-width: 992px) {
.header-topbar-sidebar .menu &gt; li.menu-item-has-children &gt; a {
padding-right: 22px;
}
}
.header-topbar-sidebar .menu &gt; li.menu-item-has-children &gt; a::after {
content: "\f107";
position: relative;
left: 5px;
padding-right: 0;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 11px;
line-height: 0;
}
.header-topbar-sidebar .menu &gt; li.menu-item-has-children:hover &gt; .sub-menu {
visibility: visible;
opacity: 1;
}
.header-topbar-sidebar .menu .sub-menu {
position: absolute;
left: 0;
top: 100%;
padding: 0;
margin: 0;
min-width: 130px;
display: block;
visibility: hidden;
opacity: 0;
text-align: left;
z-index: 999;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
transition: all 100ms ease-out;
}
.header-topbar-sidebar .menu .sub-menu:after {
bottom: 100%;
left: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #56afd5;
border-width: 5px;
margin-left: -5px;
}
.header-topbar-sidebar .menu .sub-menu &gt; li {
position: relative;
list-style: none;
}
.header-topbar-sidebar .menu .sub-menu &gt; li &gt; a {
padding: 7px 15px;
margin: 0;
display: block;
font-size: 13px;
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
white-space: nowrap;
background: #56afd5;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
transition: none;
}
.header-topbar-sidebar .menu .sub-menu &gt; li &gt; a:hover {
color: #ffffff;
}
.header-topbar-sidebar .menu .sub-menu &gt; li:last-of-type &gt; a {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom: none;
}
.header-topbar-sidebar .menu .sub-menu &gt; li .sub-menu {
margin-top: 0;
left: 100%;
top: 0;
}
.header-topbar-sidebar .menu .sub-menu &gt; li .sub-menu:after {
display: none;
}
.header-topbar-sidebar .menu .sub-menu &gt; li:hover &gt; .sub-menu {
visibility: visible;
opacity: 1;
}  .header {
position: relative;
margin-bottom: 60px;
}
.header .header-topbar {
position: relative;
font-size: 13px;
color: #C1C7CE;
background: #707780;
}
@media (min-width: 992px) {
.header .header-topbar {
padding: 10px 0;
}
}
.header .header-topbar a {
text-decoration: none;
}
.header .header-topbar .header-description {
padding-top: 9px;
font-size: 13px;
}
@media (min-width: 992px) {
.header .header-topbar .header-description {
text-align: left;
padding: 0;
}
}
.header .header-topbar .header-topbar-sidebar.topbar-left {
text-align: left;
}
@media (min-width: 992px) {
.header .header-topbar .header-topbar-sidebar.topbar-left {
display: block;
float: left;
}
}
.header .header-topbar .header-topbar-sidebar.topbar-right {
text-align: left;
}
@media (min-width: 992px) {
.header .header-topbar .header-topbar-sidebar.topbar-right {
display: block;
float: right;
text-align: right;
}
}
@media (max-width: 992px) {
.header .header-topbar .header-topbar-sidebar .widget {
display: inline-block;
width: 100%;
}
}
@media (min-width: 992px) {
.header .header-topbar .header-topbar-sidebar .widget {
float: left;
padding: 0 10px;
}
.header .header-topbar .header-topbar-sidebar .widget:last-of-type {
padding-right: 0;
}
}
.header .header-topbar .header-topbar-sidebar .icon-box--icon {
margin-right: 7px;
}
@media (max-width: 992px) {
.header .header-topbar .header-topbar-sidebar .icon-box--icon {
width: 15px;
}
}
.header .header-topbar .header-topbar-sidebar .icon-box--icon i {
font-size: 15px;
transition: inherit;
}
.header .header-topbar .header-topbar-sidebar .icon-box--text {
overflow: hidden;
}
.header .header-topbar .header-topbar-sidebar .icon-box--title {
display: inline-block;
font-size: 14px;
font-weight: normal;
}
.header .header-topbar .header-topbar-sidebar .icon-box--text {
display: block;
}
.header .header-topbar .header-topbar-sidebar .social-icons a {
margin: 0 1px;
}
.header .header-topbar .header-topbar-sidebar .social-icons a i {
font-size: 15px;
}
.header .header-wrapper {
position: relative;
z-index: 500;
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
@media (min-width: 992px) {
.header .header-wrapper {
border-bottom: none;
box-shadow: 0 1px 3px rgba(50, 50, 50, 0.075);
}
.header .header-wrapper.is-sticky {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 100;
}
}
.header .header-wrapper .header-logo {
float: left;
width: 60%;
padding: 20px 0;
}
@media (min-width: 480px) {
.header .header-wrapper .header-logo {
width: auto;
padding: 30px 0;
}
}
@media (min-width: 992px) {
.header .header-wrapper .header-logo {
display: table;
vertical-align: middle;
padding: 0;
height: 113px;
}
.header .header-wrapper .header-logo a {
display: table-cell;
vertical-align: middle;
}
}
.header .header-wrapper .header-logo a {
text-decoration: none;
color: #56afd5;
}
.header .header-wrapper .header-logo a h1 {
margin: 0;
padding: 15px 0;
}
.header .header-wrapper .header-logo img {
max-width: 100%;
height: auto;
border-radius: 0;
}
@media (min-width: 992px) {
.header .header-wrapper .header-navigation {
display: table;
float: right;
}
.header .header-wrapper .header-navigation #navbar {
float: left;
}
}
.header .header-wrapper .featured-button {
position: relative;
padding: 20px 0;
border-bottom: 1px solid rgba(50, 50, 50, 0.06);
}
@media (min-width: 992px) {
.header .header-wrapper .featured-button {
display: table-cell;
vertical-align: middle;
padding-left: 20px;
border: none;
}
}
@media (min-width: 1200px) {
.header .header-wrapper .featured-button {
padding-left: 30px;
}
}
.header .header-wrapper .featured-button a {
display: block;
padding: 11px 26px;
margin: 0;
font-size: 13.5px;
color: #ffffff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
background-color: #f9a828;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
.header .header-wrapper .featured-button a {
padding: 11px 20px;
font-size: 13px;
}
}
@media (min-width: 1200px) {
.header .header-wrapper .featured-button a {
padding: 11px 25px;
font-size: 13.5px;
}
}
.header .header-wrapper .featured-button a:hover {
background: #F3A325;
}
.header-widgets {
width: 100%;
background: #ffffff;
}
@media (min-width: 992px) {
.header-widgets {
z-index: 10;
position: relative;
background: rgba(255, 255, 255, 0.8);
}
}
.header-widgets .widget {
position: relative;
display: inline-block;
padding: 20px 0;
width: 100%;
vertical-align: top;
border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
.header-widgets .widget:last-of-type {
border-bottom: none;
}
@media (min-width: 992px) {
.header-widgets .widget {
padding: 30px 0;
width: auto;
margin-right: 20px;
border-bottom: none;
}
.header-widgets .widget:last-of-type {
margin-right: 0;
}
.header-widgets .widget:last-of-type::after {
display: none;
}
}
@media (min-width: 1200px) {
.header-widgets .widget {
margin-right: 93px;
}
.header-widgets .widget::after {
position: absolute;
content: "";
top: 30px;
right: -42px;
width: 1px;
height: calc(100% - 60px);
background: rgba(50, 50, 50, 0.075);
}
.header-widgets .widget:last-of-type {
margin-right: 0;
}
}
.header-widgets .icon-box--icon i {
font-size: 34px;
}
@media (min-width: 992px) {
body.widget-bar-overlay .header-widgets {
position: absolute;
}
}
@media (min-width: 992px) {
body.widget-bar-hide-desktop .header-widgets {
display: none;
}
}
@media (max-width: 992px) {
body.widget-bar-hide-mobile .header-widgets {
display: none;
}
}
body.page-template-template-front-jumbtron .header {
margin-bottom: 0;
}
.sticky-offset {
display: none;
}
@media (min-width: 992px) {
body.sticky-navigation .header-wrapper.is-sticky + .sticky-offset {
display: block;
}
}
body.sticky-navigation.admin-bar .header-wrapper.is-sticky {
top: 32px;
}
body.font-awesome-4 .header .header-topbar .header-topbar-sidebar .icon-box--icon i {
font-size: 18px;
}
body.font-awesome-4 .header .header-topbar .header-topbar-sidebar .social-icons a i {
font-size: 18px;
}
body.font-awesome-4 .header-widgets .icon-box--icon i {
font-size: 40px;
}  .navbar-collapse {
padding: 0;
clear: both;
}
.navbar-toggle {
padding: 12px 22px;
margin: 20px 0px;
border: none;
border-radius: 2px;
text-transform: uppercase;
background-color: #56afd5;
}
@media (min-width: 480px) {
.navbar-toggle {
margin: 30px 0;
}
}
.navbar-toggle .icon-bar {
width: 18px;
height: 3px;
background: #ffffff;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 3px;
}
.navbar-toggle .navbar-toggle-text {
display: inline-block;
padding: 0 10px 0 0;
font-weight: 700;
color: #ffffff;
}
.navbar-toggle .navbar-toggle-icon {
display: inline-block;
height: 18px;
vertical-align: middle;
}
.main-navigation {
position: relative;
padding: 0;
margin: 0 0 40px 0;
}
@media (min-width: 992px) {
.main-navigation {
margin: 0;
}
}
.main-navigation &gt; li {
position: relative;
list-style: none;
}
@media (min-width: 992px) {
.main-navigation &gt; li {
display: inline-block;
}
.main-navigation &gt; li.menu-item-has-children:hover &gt; ul.sub-menu {
visibility: visible;
opacity: 1;
display: block;
z-index: 2;
}
.main-navigation &gt; li.menu-item-has-children::after {
position: absolute;
bottom: 38px;
right: calc(50% - 6px);
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
color: #a5a5a5;
line-height: 0;
z-index: 0;
}
.main-navigation &gt; li.current-menu-item &gt; a, .main-navigation &gt; li.current-menu-ancestor &gt; a {
color: #56afd5;
}
}
@media (min-width: 1200px) {
.main-navigation &gt; li.menu-item-has-children a {
padding-right: 23px;
}
.main-navigation &gt; li.menu-item-has-children::after {
bottom: auto;
top: calc(50% - 0px);
right: 6px;
}
}
.main-navigation &gt; li:focus {
outline: none;
}
@media (max-width: 992px) {
.main-navigation &gt; li:first-of-type &gt; a {
border-top: none;
}
}
@media (min-width: 992px) {
.main-navigation &gt; li:hover &gt; a {
color: #56afd5;
transition: all 100ms ease-out;
}
}
.main-navigation &gt; li &gt; a {
display: block;
padding: 14px 25px;
font-family: "Nunito", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
border-top: 1px solid rgba(50, 50, 50, 0.1);
background: #9A65A5;
}
@media (min-width: 992px) {
.main-navigation &gt; li &gt; a {
position: relative;
display: inline-block;
padding: 45px 6px 43px 6px;
font-size: 16px;
color: #828282;
line-height: 25px;
z-index: 2;
border-top: none;
background: none;
transition: color 100ms ease-out;
-webkit-transition: color 100ms ease-out;
}
}
@media (min-width: 1200px) {
.main-navigation &gt; li &gt; a {
padding: 42px 14px 43px 14px;
font-size: 18px;
line-height: 28px;
}
}
.main-navigation &gt; .menu-item-has-children &gt; a {
position: relative;
}
.main-navigation .sub-menu {
margin: 0;
padding: 0;
}
@media (min-width: 992px) {
.main-navigation .sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: -5px;
padding: 0;
margin: 0;
min-width: 200px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
transition: all 100ms ease-out;
-webkit-transition: all 100ms ease-out;
}
}
.main-navigation .sub-menu &gt; li {
position: relative;
list-style: none;
}
@media (min-width: 992px) {
.main-navigation .sub-menu &gt; li {
display: block;
}
.main-navigation .sub-menu &gt; li:first-of-type &gt; a {
box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.2);
}
.main-navigation .sub-menu &gt; li:last-of-type &gt; a {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.main-navigation .sub-menu &gt; li.current-menu-item &gt; a {
font-weight: bold;
}
.main-navigation .sub-menu &gt; li.menu-item-has-children &gt; a::after {
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
right: 21px;
}
.main-navigation .sub-menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li a {
border-left: 1px solid rgba(50, 50, 50, 0.1);
}
.main-navigation .sub-menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li:first-of-type &gt; a {
box-shadow: none;
border-top: 1px solid transparent;
}
.main-navigation .sub-menu &gt; li &gt; .sub-menu {
margin-top: 0;
left: 100%;
top: 0;
}
.main-navigation .sub-menu &gt; li &gt; .sub-menu:after {
display: none;
}
}
.main-navigation .sub-menu &gt; li:hover &gt; a {
color: #ffffff;
}
@media (min-width: 992px) {
.main-navigation .sub-menu &gt; li:hover &gt; a {
color: #ffffff;
background-color: #9760a2;
}
}
@media (min-width: 992px) {
.main-navigation .sub-menu &gt; li:hover &gt; .sub-menu {
visibility: visible;
opacity: 1;
display: block;
}
}
.main-navigation .sub-menu &gt; li &gt; a {
display: block;
padding: 14px 21px 14px 35px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 13.5px;
color: #ffffff;
text-transform: none;
text-decoration: none;
white-space: nowrap;
transition: none;
border-top: 1px solid rgba(50, 50, 50, 0.1);
background-color: #935c9e;
}
@media (min-width: 992px) {
.main-navigation .sub-menu &gt; li &gt; a {
display: block;
padding: 12px 20px;
white-space: normal;
border-top: 1px solid rgba(50, 50, 50, 0.1);
background-color: #9A65A5;
}
}
@media (max-width: 991px) {
.main-navigation .sub-menu &gt; li .sub-menu li &gt; a {
padding-left: 55px;
}
}
.main-navigation .nav-toggle-mobile-submenu {
position: absolute;
right: 0;
top: 0;
width: 57px;
height: 57px;
line-height: 57px;
z-index: 100;
font-size: 16px;
font-weight: bold;
color: #fff;
text-align: center;
cursor: pointer;
}
@media (min-width: 992px) {
.main-navigation .nav-toggle-mobile-submenu {
display: none;
}
}
.main-navigation .nav-toggle-mobile-submenu i {
transition: transform 150ms ease-out;
-webkit-transform: transform 150ms ease-out;
}
@media (max-width: 992px) {
.main-navigation .sub-menu {
display: none;
}
}
.main-navigation .sub-menu .nav-toggle-mobile-submenu {
height: 50px;
line-height: 48px;
}
.main-navigation .nav-toggle-dropdown &gt; .nav-toggle-mobile-submenu i {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
@media (max-width: 992px) {
.main-navigation .nav-toggle-dropdown &gt; .sub-menu {
display: block;
}
}
.main-navigation &gt; .nav-toggle-dropdown &gt; .sub-menu &gt; li:first-of-type &gt; a {
border-color: transparent;
}  .jumbotron {
padding-top: 0;
padding-bottom: 0;
margin-bottom: 60px;
background: #707780;
}
.jumbotron .carousel-inner &gt; .item &gt; img,
.jumbotron .carousel-inner &gt; .item &gt; a &gt; img {
width: 100%;
}
.jumbotron .jumbotron-caption {
position: relative;
padding: 30px 0;
}
@media (min-width: 992px) {
.jumbotron .jumbotron-caption {
position: absolute;
width: 550px;
top: 50%;
padding: 0;
left: auto;
right: auto;
padding: 0;
transform: translate(0%, -50%);
}
}
.jumbotron .jumbotron-caption .caption-small-heading {
font-size: 14px;
font-weight: bold;
color: #56afd5;
letter-spacing: 6px;
text-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
}
@media (min-width: 992px) {
.jumbotron .jumbotron-caption .caption-small-heading {
font-size: 15px;
}
}
.jumbotron .jumbotron-caption .caption-heading h1 {
margin: 10px 0 15px 0;
font-size: 32px;
color: #ffffff;
}
@media (min-width: 992px) {
.jumbotron .jumbotron-caption .caption-heading h1 {
font-size: 40px;
text-shadow: 0 1px 1px rgba(50, 50, 50, 0.4);
}
}
@media (min-width: 1200px) {
.jumbotron .jumbotron-caption .caption-heading h1 {
font-size: 50px;
}
}
.jumbotron .jumbotron-caption .caption-content p {
font-size: 15px;
color: #ffffff;
text-shadow: 0 1px 1px rgba(50, 50, 50, 0.2);
}
@media (min-width: 992px) {
.jumbotron .jumbotron-caption .caption-content p {
font-size: 17px;
margin-bottom: 25px;
}
}
@media (min-width: 992px) {
.jumbotron .jumbotron-caption:not(.left) {
width: 940px;
}
}
@media (min-width: 1200px) {
.jumbotron .jumbotron-caption:not(.left) {
width: 1140px;
}
}
@media (min-width: 992px) {
.jumbotron .jumbotron-caption.center {
text-align: center;
}
}
@media (min-width: 992px) {
.jumbotron .jumbotron-caption.right {
text-align: right;
}
}
.jumbotron .carousel-control {
top: 30px;
width: 60px;
height: 60px;
color: #ffffff;
opacity: 1;
z-index: 2;
border-radius: 2px;
background-image: none;
background: rgba(0, 0, 0, 0.07);
}
@media (min-width: 480px) {
.jumbotron .carousel-control {
top: 75px;
}
}
@media (min-width: 768px) {
.jumbotron .carousel-control {
top: 150px;
}
}
@media (min-width: 992px) {
.jumbotron .carousel-control {
top: 50%;
transform: translate(0%, -50%);
}
.jumbotron .carousel-control:hover {
background: rgba(0, 0, 0, 0.08);
transition: all 100ms ease-out;
}
}
.jumbotron .carousel-control.left {
left: 2%;
}
.jumbotron .carousel-control.right {
right: 2%;
}
.jumbotron .carousel-control i {
font-size: 22px;
line-height: 60px;
text-shadow: none;
}
.jumbotron p {
font-size: 15px;
}
.jumbotron.carousel-fade .carousel-inner .item {
transition-property: opacity;
}
.jumbotron.carousel-fade .carousel-inner .item,
.jumbotron.carousel-fade .carousel-inner .active.left,
.jumbotron.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.jumbotron.carousel-fade .carousel-inner .active,
.jumbotron.carousel-fade .carousel-inner .next.left,
.jumbotron.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.jumbotron.carousel-fade .carousel-inner .next,
.jumbotron.carousel-fade .carousel-inner .prev,
.jumbotron.carousel-fade .carousel-inner .active.left,
.jumbotron.carousel-fade .carousel-inner .active.right {
left: 0;
transform: translate3d(0, 0, 0);
}
.jumbotron.carousel-fade .carousel-control {
z-index: 2;
}
@media (min-width: 992px) {
body.widget-bar-overlay .jumbotron .jumbotron-caption {
transform: translate(0%, -30%);
}
body.widget-bar-overlay .jumbotron .carousel-control {
transform: translate(0%, 0%);
}
}
.theme-alt-slider {
position: relative;
}  .page-header {
position: relative;
padding: 0;
margin: -60px 0 60px 0;
border: none;
background: #F5F8FB;
}
.page-header .page-header--wrap {
padding: 60px 0 65px 0;
}
.page-header--title {
margin: 0;
font-size: 46px;
color: #464646;
word-break: break-word;
}
.page-header--subtitle {
margin: 5px 0 0 0;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: normal;
color: #a5a5a5;
}
@media (min-width: 992px) {
body.widget-bar-overlay .page-header--wrap {
padding: 160px 0 65px 0;
}
}  .breadcrumbs {
position: relative;
margin: -60px 0 60px 0;
border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 480px) {
.breadcrumbs {
font-size: 14px;
}
}
.breadcrumbs span {
position: relative;
display: inline-block;
}
.breadcrumbs a {
display: inline-block;
padding: 18px 15px 18px 0;
color: #cccccc;
text-decoration: none;
}
.breadcrumbs a::after {
position: relative;
content: "\f105";
margin-left: 10px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 12px;
color: #cecece;
border-radius: 50%;
}
@media (min-width: 480px) {
.breadcrumbs a::after {
margin-left: 15px;
}
}
@media (min-width: 480px) {
.breadcrumbs a {
padding: 18px 20px 18px 0;
}
}
.breadcrumbs a:hover {
color: #999999;
}
.breadcrumbs span &gt; span {
font-weight: bold;
color: #9A65A5;
}
@media (min-width: 480px) {
.breadcrumbs span:last-of-type::after {
display: none;
}
}  .content-area .widget_nav_menu {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 50px;
}
.content-area .widget_nav_menu .widget-title {
color: #ffffff;
}
.content-area .widget_nav_menu ul.menu,
.footer .widget_nav_menu ul.menu {
margin: 0;
padding: 0;
}
.content-area .widget_nav_menu ul.menu li,
.footer .widget_nav_menu ul.menu li {
position: relative;
list-style: none;
}
.content-area .widget_nav_menu ul.menu li a,
.footer .widget_nav_menu ul.menu li a {
display: inline-block;
margin: 5px 0;
padding-left: 20px;
text-decoration: none;
}
.content-area .widget_nav_menu ul.menu li a::before,
.footer .widget_nav_menu ul.menu li a::before {
position: absolute;
left: 0;
content: "\f105";
padding-right: 15px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 15px;
color: rgba(0, 0, 0, 0.2);
transition: all 100ms ease-out;
}
.content-area .widget_nav_menu ul.menu li a:hover,
.footer .widget_nav_menu ul.menu li a:hover {
color: #ffffff;
}
.content-area .widget_nav_menu ul.menu li a:hover::before,
.footer .widget_nav_menu ul.menu li a:hover::before {
color: rgba(50, 50, 50, 0.2);
}
.content-area .widget_nav_menu ul.menu li.current-menu-item &gt; a,
.footer .widget_nav_menu ul.menu li.current-menu-item &gt; a {
color: #ffffff;
font-weight: bold;
}
.content-area .widget_nav_menu ul.menu li.current-menu-item &gt; a::before,
.footer .widget_nav_menu ul.menu li.current-menu-item &gt; a::before {
color: #ffffff;
}
.content-area .widget_nav_menu ul.menu ul,
.footer .widget_nav_menu ul.menu ul {
padding-left: 0;
}
.content-area .widget_nav_menu {
padding: 30px 35px;
border-radius: 2px;
border-bottom-right-radius: 50px;
background: #9A65A5;
}
.content-area .widget_nav_menu ul.menu li a {
font-weight: 600;
color: rgba(255, 255, 255, 0.5);
}
.footer .widget_nav_menu {
padding: 0;
border-radius: 0;
background: none;
}
.footer .widget_nav_menu ul.menu li &gt; a {
margin: 3px 0;
font-weight: normal;
color: #C1C7CE;
}
.footer .widget_nav_menu ul.menu li &gt; a::before {
color: rgba(255, 255, 255, 0.09);
}
.footer .widget_nav_menu ul.menu li &gt; a:hover {
color: #ffffff;
}
.footer .widget_nav_menu ul.menu li &gt; a:hover::before {
color: #ffffff;
}
.footer .widget_nav_menu ul.menu li.current-menu-item &gt; a {
font-weight: bold;
color: #ffffff;
}
.footer .widget_nav_menu ul.menu li.current-menu-item &gt; a::before {
color: #ffffff;
}
.footer .widget_nav_menu ul.menu li:first-of-type &gt; a {
margin-top: 0;
}
.sidebar .widget {
margin-bottom: 45px;
}
.sidebar .widget:last-of-type {
margin-bottom: 0;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul, .sidebar .widget.widget_archive ul, .sidebar .widget.widget_categories ul, .sidebar .widget.widget_meta ul, .sidebar .widget.widget_rss ul, .sidebar .widget.widget_pages ul, .sidebar .widget.widget_calendar ul {
padding-left: 0;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li, .sidebar .widget.widget_archive ul li, .sidebar .widget.widget_categories ul li, .sidebar .widget.widget_meta ul li, .sidebar .widget.widget_rss ul li, .sidebar .widget.widget_pages ul li, .sidebar .widget.widget_calendar ul li {
position: relative;
padding-left: 20px;
list-style: none;
}
.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a, .sidebar .widget.widget_archive ul li a, .sidebar .widget.widget_categories ul li a, .sidebar .widget.widget_meta ul li a, .sidebar .widget.widget_rss ul li a, .sidebar .widget.widget_pages ul li a, .sidebar .widget.widget_calendar ul li a {
text-decoration: none;
word-wrap: break-word;
}
.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before, .sidebar .widget.widget_archive ul li::before, .sidebar .widget.widget_categories ul li::before, .sidebar .widget.widget_meta ul li::before, .sidebar .widget.widget_rss ul li::before, .sidebar .widget.widget_pages ul li::before, .sidebar .widget.widget_calendar ul li::before {
position: absolute;
top: 0;
left: 0;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 14px;
color: rgba(50, 50, 50, 0.15);
}
.sidebar .widget.widget_rss .rsswidget {
text-decoration: none;
}
.widget_recent_entries::before,
.widget_recent_comments::before,
.widget_archive::before,
.widget_categories::before,
.widget_meta::before,
.widget_rss::before,
.widget_pages::before,
.widget_calendar::before {
display: none;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_rss ul,
.widget_pages ul,
.widget_calendar ul {
padding-left: 15px;
}
.widget_recent_entries ul li &gt; ul,
.widget_recent_comments ul li &gt; ul,
.widget_archive ul li &gt; ul,
.widget_categories ul li &gt; ul,
.widget_meta ul li &gt; ul,
.widget_rss ul li &gt; ul,
.widget_pages ul li &gt; ul,
.widget_calendar ul li &gt; ul {
margin-left: 0;
} .widget_calendar table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 5px;
}
.widget_calendar #wp-calendar {
width: 100%;
}
.widget_calendar caption {
background-color: #dedede;
padding: 6px 0;
font-weight: bold;
text-align: center;
}
.widget_calendar thead tr th {
padding: 5px 0;
text-align: center;
border: 1px solid #dedede;
}
.widget_calendar tbody tr td {
padding: 5px 0;
text-align: center;
border: 1px solid #dedede;
}
.widget_calendar tfoot tr td {
padding: 5px;
border-top: 1px solid #dedede;
}
.widget_calendar tfoot #next a {
float: right;
} .widget_tag_cloud a {
display: inline-block;
padding: 10px 12px;
margin-bottom: 4px;
color: #a5a5a5;
text-decoration: none;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_tag_cloud a:hover {
color: #464646;
border-color: rgba(0, 0, 0, 0.2);
} .search-form label {
float: left;
width: 65%;
}
.search-field {
height: 55px;
padding: 0px 20px;
font-size: 13px;
font-weight: normal;
width: 100%;
outline: none;
border-width: 1px 0 1px 1px;
border-style: solid;
border-color: #f2f2f2;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.search-submit {
height: 55px;
border: none;
width: 35%;
cursor: pointer;
font-weight: bold;
color: #ffffff;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background-color: #56afd5;
transition: all 100ms ease-out;
}
.search-submit:hover {
background-color: #4aa9d2;
}   .featured-page .featured-page--image {
position: relative;
}
.featured-page .featured-page--image img {
width: 100%;
height: auto;
border-radius: 2px;
}
.featured-page .featured-page--image .featured-page--overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.4);
transition: all 100ms ease-out;
}
.featured-page .featured-page--image .featured-page--overlay .overlay--center {
position: absolute;
top: 47%;
left: 0;
right: 0;
text-align: center;
transform: translateY(-50%);
transition: top 200ms ease-out;
}
.featured-page .featured-page--image .featured-page--overlay .overlay--center span {
padding: 8px 18px;
font-size: 13px;
font-weight: bold;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
color: #ffffff;
text-shadow: 0 1px 1px rgba(50, 50, 50, 0.2);
border-radius: 25px;
background-color: rgba(0, 0, 0, 0.4);
transition: all 100ms ease-out;
}
.featured-page .featured-page--image .featured-page--overlay .overlay--center span:hover {
background-color: #9A65A5;
}
.featured-page .featured-page--image:hover .featured-page--overlay {
visibility: visible;
opacity: 1;
}
.featured-page .featured-page--image:hover .featured-page--overlay .overlay--center {
top: 50%;
}
.featured-page .featured-page--content .featued-page--title {
margin: 25px 0 15px 0;
font-size: 20px;
}
.featured-page .featured-page--content .featued-page--title a {
color: #464646;
text-decoration: none;
}
.featured-page .featured-page--content .featued-page--title:hover a {
color: #56afd5;
} .icon-box {
position: relative;
display: block;
text-decoration: none;
transition: all 100ms ease-out;
}
.icon-box--title {
margin: 0;
font-size: 16px;
}
.icon-box--icon {
float: left;
margin-right: 20px;
width: 40px;
}
@media (min-width: 992px) {
.icon-box--icon {
width: auto;
}
}
.icon-box--icon i {
font-size: 40px;
transition: all 100ms ease-out;
}
.icon-box--text {
overflow: hidden;
}
a.icon-box:hover {
text-decoration: none;
}
.header-widgets .icon-box--text {
float: left;
}
.header-widgets .icon-box--title {
color: rgba(50, 50, 50, 0.6);
}
.header-widgets .icon-box--icon i {
color: rgba(50, 50, 50, 0.2);
}
@media (min-width: 992px) {
.footer .icon-box--text {
overflow: hidden;
}
}
.footer .icon-box--title {
color: #ffffff;
}
.footer .icon-box--description {
color: rgba(255, 255, 255, 0.4);
word-break: break-word;
}
.footer .icon-box--icon i {
color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 992px) {
.footer .icon-box--icon i {
font-size: 28px;
}
}
@media (min-width: 1200px) {
.footer .icon-box--icon i {
font-size: 36px;
}
}
@media (min-width: 992px) {
body.font-awesome-4 .footer .icon-box--icon i {
font-size: 32px;
}
}
@media (min-width: 1200px) {
body.font-awesome-4 .footer .icon-box--icon i {
font-size: 40px;
}
}
.content-area .icon-box {
padding: 30px;
border-radius: 1px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.content-area .icon-box--text {
margin-left: 75px;
}
.content-area .icon-box--title {
margin-bottom: 10px;
font-size: 18px;
color: #464646;
}
.content-area .icon-box--description {
font-weight: normal;
color: #a5a5a5;
}
.content-area .icon-box--icon {
position: absolute;
top: 30px;
width: 45px;
height: calc(100% - 60px);
text-align: center;
border-radius: 25px;
border: 1px solid rgba(0, 0, 0, 0.08);
transition: all 100ms ease-out;
}
.content-area .icon-box--icon i {
position: relative;
top: calc(50% - 11px);
font-size: 24px;
color: #56afd5;
}
.content-area .icon-box:hover {
border-color: #e6e6e6;
box-shadow: 0 1px 2px rgba(50, 50, 50, 0.1);
}
.content-area .icon-box:hover .icon-box--icon {
background-color: #56afd5;
border: transparent;
}
.content-area .icon-box:hover .icon-box--icon i {
color: #ffffff;
} .social-icons a {
margin: 0 4px;
text-decoration: none;
transition: all 100ms ease-out;
}
.social-icons a i {
font-size: 32px;
}
.footer .social-icons {
margin-top: 4px;
}
.footer .social-icons a {
color: rgba(255, 255, 255, 0.35);
}
.footer .social-icons a:hover {
color: #ffffff;
}
@media (min-width: 992px) {
.footer .social-icons a i {
font-size: 28px;
}
}
@media (min-width: 1200px) {
.footer .social-icons a i {
font-size: 32px;
}
}
.jumbotron-widgets .social-icons a {
padding: 0 3px;
font-size: 26px;
color: #56afd5;
line-height: 42px;
}
@media (min-width: 992px) {
.jumbotron-widgets .social-icons a {
color: rgba(50, 50, 50, 0.4);
}
}
.jumbotron-widgets .social-icons a:hover {
color: rgba(50, 50, 50, 0.5);
} .opening-hours ul {
margin: 0;
padding: 0;
}
.opening-hours ul li {
list-style: none;
padding: 10px 0;
}
.opening-hours ul li span.right {
float: right;
font-size: 13.5px;
}
.opening-hours ul li span.label {
padding: 2px 15px;
font-size: 12px;
color: #ffffff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
}
.opening-hours .extra {
display: block;
padding-top: 4px;
margin-top: 4px;
border-top: 1px dashed rgba(255, 255, 255, 0.1);
} .content-area .opening-hours {
padding: 20px 35px;
border-radius: 2px;
background: #F5F8FB;
}
@media (min-width: 992px) and (max-width: 1200px) {
.content-area .opening-hours {
padding: 20px 25px;
}
}
.content-area .opening-hours ul li {
display: flex;
justify-content: space-between;
font-size: 13px;
font-weight: bold;
color: rgba(112, 119, 128, 0.53);
text-transform: uppercase;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.content-area .opening-hours ul li:last-of-type {
border-bottom: none;
}
.content-area .opening-hours ul li.today {
color: #56afd5;
}
.content-area .opening-hours ul li span.right {
flex-shrink: 0;
margin-left: 5px;
}
.content-area .opening-hours ul li span.label {
background: #56afd5;
}
.content-area .opening-hours .extra {
border-top: 1px dashed rgba(0, 0, 0, 0.1);
} .footer .opening-hours ul li {
padding: 5px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .opening-hours ul li:first-of-type {
padding-top: 0;
}
.footer .opening-hours ul li:last-of-type {
padding-bottom: 0;
border-bottom: none;
}
.footer .opening-hours ul li.today {
font-weight: bold;
color: #ffffff;
}
.footer .opening-hours ul li span.label {
font-weight: bold;
background: rgba(0, 0, 0, 0.1);
}
.footer .opening-hours .extra {
border-top-style: solid;
} .brochure {
position: relative;
display: block;
padding: 15px 20px;
font-family: "Nunito", Helvetica, Arial, sans-serif;
font-size: 15px;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.brochure i {
position: relative;
top: 2px;
padding-right: 15px;
margin-right: 13px;
font-size: 18px;
color: rgba(0, 0, 0, 0.2);
border-right: 1px solid rgba(0, 0, 0, 0.08);
transition: all 100ms ease-out;
}
.brochure span {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 14px;
color: #999999;
text-decoration: none;
}
.brochure span:hover {
text-decoration: none;
}
.brochure::after {
position: absolute;
content: "\f105";
right: 20px;
top: calc(50% - 12px);
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
color: rgba(0, 0, 0, 0.15);
}
.brochure:hover {
border-color: #e6e6e6;
box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
}
.brochure:hover i {
color: #9A65A5;
}
.brochure:hover::after {
color: #999999;
}
a.brochure {
text-decoration: none;
}
.widget_qt_brochure + .widget_qt_brochure {
margin-top: -15px;
}
.sidebar .widget-brochure + .widget-brochure {
margin-top: -31px;
} .news-posts-block .widget-title {
margin-bottom: 30px;
}
.news-posts-block .widget-title a {
float: right;
margin: 25px 13px 0 0;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #999999;
}
.news-posts-block .widget-title a::after {
top: 1px;
}
.news-posts-block .news-post {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.news-posts-block .news-post {
margin-bottom: 0;
}
}
.news-posts-block .news-post--image {
position: relative;
}
.news-posts-block .news-post--image img {
display: block;
width: 100%;
height: auto;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.news-posts-block .news-post--date {
position: absolute;
left: 30px;
bottom: 20px;
padding: 4px 12px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
border-radius: 2px;
background-color: #9A65A5;
}
.news-posts-block .news-post--date:hover {
background-color: #935c9e;
}
.news-posts-block .news-post--content {
padding: 30px;
background: #ffffff;
box-shadow: 0 1px 5px rgba(45, 45, 45, 0.09);
transition: all 100ms ease-out;
}
.news-posts-block .news-post--content:hover {
box-shadow: 0 2px 5px rgba(45, 45, 45, 0.09);
}
.news-posts-block .news-post--content p {
margin-bottom: 0;
}
.news-posts-block .news-post--content .text-link {
display: inline-block;
margin-top: 15px;
}
.news-posts-block .news-post--title {
margin: 0 0 15px 0;
line-height: 1.3;
}
.news-posts-block .news-post--title a {
color: #464646;
text-decoration: none;
}
.news-posts-block .news-post--title a:hover {
color: #56afd5;
} .news-posts-list a {
position: relative;
display: inline-block;
width: 100%;
padding: 23px 30px;
text-decoration: none;
border-top: 1px solid rgba(50, 50, 50, 0.1);
border-right: 1px solid rgba(50, 50, 50, 0.1);
border-left: 1px solid rgba(50, 50, 50, 0.1);
background: #ffffff;
}
.news-posts-list a .news-post--title {
margin: 9px 0 5px 0;
font-size: 18px;
}
.news-posts-list a img {
float: left;
margin-right: 20px;
width: 65px;
border-radius: 50%;
}
.news-posts-list a span {
margin-right: 5px;
font-size: 13px;
color: #a5a5a5;
}
.news-posts-list a span:last-of-type {
margin-right: 0;
}
.news-posts-list a:hover {
background: #f9f9f9;
}
.news-posts-list a:first-of-type {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.news-posts-list a:last-of-type {
padding: 16px 30px;
font-weight: bold;
text-transform: uppercase;
border: none;
color: #ffffff;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
background: #9A65A5;
}
.news-posts-list a:last-of-type::after {
position: absolute;
content: "\f105";
top: 15px;
right: 30px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
color: rgba(255, 255, 255, 0.8);
}
.news-posts-list a:last-of-type:hover {
background: #935c9e;
} .testimonials .widget-title {
display: inline-block;
width: 100%;
margin-bottom: 0;
}
@media (min-width: 768px) {
.testimonials .widget-title {
width: auto;
}
}
.testimonials .testimonial-controls {
display: inline-block;
width: 100%;
}
@media (min-width: 768px) {
.testimonials .testimonial-controls {
float: right;
width: auto;
}
}
.testimonials .testimonial-control {
float: left;
position: relative;
margin: 25px 0 10px 0;
width: 50%;
height: 47px;
font-size: 20px;
color: #ffffff;
text-align: center;
background: #9A65A5;
}
@media (min-width: 768px) {
.testimonials .testimonial-control {
margin: 0;
width: 57px;
}
}
.testimonials .testimonial-control.left {
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
}
.testimonials .testimonial-control.right {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
border-left: 1px solid rgba(50, 50, 50, 0.15);
}
.testimonials .testimonial-control:hover {
background: #935c9e;
}
.testimonials .testimonial-control i {
position: relative;
top: calc(50% - 16px);
font-weight: bold;
}
.testimonials .testimonial--quote {
position: relative;
margin: 30px 0;
padding: 30px 40px 35px 90px;
font-size: 15px;
line-height: 1.8;
color: #a5a5a5;
border-radius: 2px;
border-left: none;
background: #ffffff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.testimonials .testimonial--quote::before {
position: absolute;
content: '“';
top: 22px;
left: 20px;
width: 50px;
height: 50px;
font-size: 91px;
font-family: Georgia, Times, 'Times New Roman', serif;
line-height: 98px;
color: rgba(50, 50, 50, 0.1);
text-shadow: none;
border-radius: 50%;
text-align: center;
transition: all 100ms ease-out;
}
.testimonials .testimonial--quote::after {
position: absolute;
content: "";
left: 35px;
bottom: -5px;
width: 18px;
height: 18px;
background-color: #ffffff;
transform: rotate(45deg);
box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.015);
}
.testimonials .testimonial--quote:hover {
box-shadow: 0 1px 5px rgba(45, 45, 45, 0.09);
}
.testimonials .testimonial--quote:hover::before {
color: rgba(50, 50, 50, 0.15);
}
.testimonials .testimonial--author {
display: block;
font-family: "Nunito", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
color: #464646;
}
.testimonials .testimonial--description {
font-style: normal;
font-weight: bold;
color: #56afd5;
}
.testimonials.style-simple .testimonial--quote {
padding: 0;
margin-bottom: 20px;
background: transparent;
box-shadow: none;
}
.testimonials.style-simple .testimonial--quote::before, .testimonials.style-simple .testimonial--quote::after {
display: none;
}
.testimonials.style-simple .testimonial--image {
margin-bottom: 20px;
}
.testimonials.style-boxed.text-left .testimonial--image {
float: left;
margin-right: 20px;
}
.testimonials.style-boxed.text-left .testimonial--person {
display: flex;
align-items: center;
}
.testimonials.style-boxed.text-center .testimonial--person {
display: inline-flex;
align-items: center;
}
.testimonials.style-boxed.text-center .testimonial--image {
margin-right: 20px;
}
.testimonials.style-boxed.text-center .testimonial--names {
text-align: left;
}
.testimonials.style-boxed.text-right .testimonial--image {
float: right;
margin-left: 20px;
}
.testimonials.style-boxed.text-right .testimonial--person {
display: flex;
align-items: center;
justify-content: flex-end;
}
.testimonials.style-boxed.text-right .testimonial--image {
order: 2;
}
.testimonials.font-normal .testimonial--quote {
font-style: normal;
}
.testimonials.text-center .testimonial--quote::after {
left: calc(50% - 15px);
}
.testimonials.text-right .testimonial--quote::after {
left: auto;
right: 30px;
} .call-to-action .call-to-action--content .call-to-action--title {
font-family: "Nunito", Helvetica, Arial, sans-serif;
font-weight: bold;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.call-to-action .call-to-action--buttons .btn {
margin-right: 10px;
}
.call-to-action .call-to-action--buttons .btn:last-of-type {
margin-right: 0;
}
.call-to-action.cta-inline {
display: table;
width: 100%;
padding: 0 30px;
}
.call-to-action.cta-inline .call-to-action--content {
float: left;
padding: 33px 0;
text-align: left;
}
.call-to-action.cta-inline .call-to-action--content .call-to-action--title {
font-size: 24px;
}
.call-to-action.cta-inline .call-to-action--buttons {
float: right;
padding: 25px 0;
text-align: right;
}
.call-to-action.cta-inline.with-subtitle .call-to-action--buttons {
padding: 40px 0 35px 0;
}
.call-to-action.cta-block .call-to-action--content {
text-align: center;
}
.call-to-action.cta-block .call-to-action--content .call-to-action--title {
font-size: 22px;
}
@media (min-width: 992px) {
.call-to-action.cta-block .call-to-action--content .call-to-action--title {
font-size: 26px;
}
}
.call-to-action.cta-block .call-to-action--content .call-to-action--subtitle {
margin-top: 10px;
font-size: 16px;
}
.call-to-action.cta-block .call-to-action--buttons {
padding-top: 20px;
text-align: center;
}
.call-to-action.cta-block.with-subtitle .call-to-action--buttons {
padding: 30px 0 0 0;
}
.siteorigin-panels-stretch .call-to-action.cta-inline {
padding: 0;
}
body.home .call-to-action.cta-inline .call-to-action--content .call-to-action--title {
font-size: 24px;
} .team-member {
background: #ffffff;
}
.team-member--image {
position: relative;
}
.team-member--image img {
width: 100%;
height: auto;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.team-member--image:hover .team-member--social {
opacity: 1;
visibility: visible;
}
.team-member--image:hover .team-member--social .overlay--center {
top: 50%;
}
.team-member--content {
padding: 30px;
border-style: solid;
border-color: rgba(50, 50, 50, 0.1);
border-width: 0 1px 1px 1px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.team-member--name {
margin: 0;
font-size: 20px;
}
.team-member--name a {
color: #464646;
text-decoration: none;
}
.team-member--name a:hover {
color: #56afd5;
}
.team-member--tag {
display: block;
font-weight: bold;
color: #9A65A5;
}
.team-member--description {
margin: 20px 0 0 0;
padding-top: 20px;
border-top: 1px solid rgba(50, 50, 50, 0.1);
}
.team-member--social {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
background-color: rgba(0, 0, 0, 0.4);
transition: all 150ms ease-in-out;
}
.team-member--social .overlay--center {
position: absolute;
top: 47%;
left: 0;
right: 0;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: top 200ms ease-out;
}
.team-member--social .overlay--center a {
display: inline-block;
width: 40px;
height: 40px;
font-size: 18px;
color: #ffffff;
line-height: 40px;
text-align: center;
border-radius: 50px;
background: rgba(0, 0, 0, 0.3);
}
.team-member--social .overlay--center a:hover {
background: #56afd5;
}
.team-member .text-link {
display: inline-block;
margin-top: 15px;
} .counter {
display: inline-block;
position: relative;
padding: 25px 0;
width: auto;
}
.counter .counter--icon {
position: absolute;
top: calc(50% - 35px);
width: 55px;
height: 70px;
text-align: center;
border-radius: 30px;
border: 2px solid rgba(0, 0, 0, 0.06);
transition: all 100ms ease-out;
}
.counter .counter--icon i {
position: relative;
top: calc(50% - 11px);
font-size: 24px;
color: rgba(0, 0, 0, 0.2);
transition: all 100ms ease-out;
}
.counter .counter--text {
margin-left: 75px;
}
.counter .counter--text .counter--before,
.counter .counter--text .counter--after,
.counter .counter--text .counter--number {
font-family: "Nunito", Helvetica, Arial, sans-serif;
font-size: 38px;
font-weight: bold;
line-height: 30px;
color: #464646;
transition: all 100ms ease-out;
}
.counter .counter--text .counter--title {
display: block;
font-size: 18px;
font-weight: bold;
color: #999999;
}
.counter:hover .counter--icon {
border: 2px solid transparent;
background: rgba(0, 0, 0, 0.095);
}
.counter:hover .counter--icon i {
color: #fff;
}
.counter.light-counter .counter--icon i {
color: rgba(255, 255, 255, 0.8);
}
.counter.light-counter .counter--before,
.counter.light-counter .counter--after,
.counter.light-counter .counter--number {
color: rgba(255, 255, 255, 0.9);
}
.counter.light-counter .counter--title {
color: rgba(255, 255, 255, 0.4);
}
.counter.light-counter:hover .counter--icon i {
color: rgba(255, 255, 255, 0.9);
}
.counter.light-counter:hover .counter--number {
color: rgba(255, 255, 255, 0.9);
} .client-logos {
text-align: center;
}
@media (min-width: 992px) {
.client-logos {
display: table;
margin: 0 -15px;
}
}
@media (min-width: 992px) {
.client-logos .logo {
display: table-cell;
padding: 0 15px;
}
}
.client-logos img {
opacity: 0.6;
margin-bottom: 20px;
border: 1px solid rgba(50, 50, 50, 0.15);
transition: all 100ms ease-out;
}
@media (min-width: 992px) {
.client-logos img {
margin-bottom: 0;
}
}
.client-logos img:hover {
opacity: 1;
border-color: #9A65A5;
}
.brand-image {
position: relative;
display: inline-block;
border-radius: 0;
-webkit-transition: all 100ms ease-out;
transition: all 100ms ease-out;
}
.brand-hover {
opacity: 0.6;
}
.brand-hover:hover {
opacity: 1;
}
.brand-border {
padding: 15px;
border: 1px solid rgba(50, 50, 50, 0.15);
}
.brand-border:hover {
border-color: #9A65A5;
} .qt-map-iframe iframe {
vertical-align: bottom;
}  .pagination {
display: inline-block;
width: 100%;
position: relative;
padding-top: 80px;
}
.pagination a,
.pagination span {
float: left;
width: 55px;
height: 55px;
margin-right: 5px;
font-weight: bold;
line-height: 54px;
text-align: center;
text-decoration: none;
border-radius: 2px;
border: 1px solid transparent;
}
.pagination a.current,
.pagination span.current {
color: #ffffff;
background-color: #9A65A5;
}
.pagination a {
color: #999999;
border: 1px solid rgba(50, 50, 50, 0.1);
}
.pagination a:hover {
color: #ffffff;
border-color: transparent;
background-color: #9A65A5;
}
.pagination a.next {
position: absolute;
right: 0;
margin: 0;
}
.pagination a.prev {
position: absolute;
right: 67px;
margin: 0;
}
body.page .pagination .page-links-title {
width: auto;
padding: 0 15px 0 0;
}
body.page .pagination &gt; span:not(.page-links-title) {
color: #ffffff;
border-color: transparent;
background-color: #9A65A5;
}  .hentry--post-thumbnail {
position: relative;
display: block;
}
.hentry--post-thumbnail .hentry--thumbnail {
display: block;
}
.hentry--post-thumbnail .hentry--thumbnail img {
margin: 0 0 20px 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.hentry--post-thumbnail .meta-data--date {
position: absolute;
bottom: 40px;
left: 50px;
padding: 6px 20px;
font-weight: bold;
font-size: 13px;
color: #ffffff;
text-shadow: 0 1px 1px rgba(50, 50, 50, 0.2);
text-transform: uppercase;
border-radius: 2px;
background: #9A65A5;
transition: all 100ms ease-out;
}
.hentry--meta-data {
padding: 0 0 20px 0;
margin-bottom: 30px;
font-weight: bold;
font-size: 14px;
color: #a5a5a5;
border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
.hentry--meta-data a {
color: #a5a5a5;
text-decoration: none;
}
.hentry--meta-data .meta--seperator {
display: inline-block;
width: 2px;
height: 10px;
margin: 0 13px;
background-color: rgba(50, 50, 50, 0.15);
transform: skew(-25deg);
}
.hentry--title {
margin: 0 0 20px 0;
font-size: 34px;
}
.hentry--title a {
color: #464646;
text-decoration: none;
}
.hentry--more {
position: relative;
font-weight: bold;
}
.hentry--more:hover {
text-decoration: none;
}
.hentry--border .hentry {
margin-bottom: 60px;
}
.hentry--border .hentry .hentry--post-thumbnail {
margin-bottom: -21px;
}
.hentry--border .hentry .hentry--content {
padding: 50px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.hentry--border .hentry .hentry--content &gt; p {
font-size: 15px;
}
.hentry--border .hentry .hentry--content &gt; p:last-of-type {
margin-bottom: 0;
}
.hentry--border .sticky.hentry .hentry--content {
border: none;
background: #F5F8FB;
}
body.blog .hentry--border:last-of-type .hentry {
margin-bottom: 0;
}
.single-post .hentry--content {
line-height: 1.8;
}
.single-post .hentry--title {
margin-bottom: 30px;
}
.blog-grid {
clear: both;
}
@media (min-width: 992px) {
.blog-grid {
margin-left: -15px;
margin-right: -15px;
}
}
@media (min-width: 992px) {
.blog-grid .pagination {
clear: both;
margin: 0 15px;
}
}
.blog-grid .hentry--border .hentry {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.blog-grid .hentry--border .hentry {
float: left;
padding: 0 15px;
}
}
.blog-grid .hentry--border .hentry .hentry--content {
padding: 30px;
}
.blog-grid .hentry--post-thumbnail .meta-data--date {
left: 30px;
bottom: 20px;
}
.blog-grid .hentry--meta-data .meta--seperator {
width: 1px;
margin: 0 6px;
}
.blog-grid .hentry--title {
font-size: 22px;
}
@media (min-width: 992px) {
.blog-grid.columns-2 .hentry--border .hentry {
width: 50%;
}
}
@media (min-width: 992px) {
.blog-grid.columns-2 .hentry--border:nth-child(2n+1) .hentry {
clear: left;
}
}
@media (min-width: 992px) {
.blog-grid.columns-3 .hentry--border .hentry {
width: 33.33333%;
}
}
@media (min-width: 992px) {
.blog-grid.columns-3 .hentry--border:nth-child(3n+1) .hentry {
clear: left;
}
}
@media (min-width: 992px) {
.blog-grid.columns-4 .hentry--border .hentry {
width: 25%;
}
}
@media (min-width: 992px) {
.blog-grid.columns-4 .hentry--border:nth-child(4n+1) .hentry {
clear: left;
}
}
@media (min-width: 992px) {
.blog-grid.columns-5 .hentry--border .hentry {
width: 20%;
}
}
@media (min-width: 992px) {
.blog-grid.columns-5 .hentry--border:nth-child(5n+1) .hentry {
clear: left;
}
}
@media (min-width: 992px) {
.blog-grid.columns-6 .hentry--border .hentry {
width: 16.66667%;
}
}
@media (min-width: 992px) {
.blog-grid.columns-6 .hentry--border:nth-child(6n+1) .hentry {
clear: left;
}
}  .comments-area {
margin-top: 30px;
padding-top: 40px;
border-top: 1px solid rgba(50, 50, 50, 0.1);
}
.comments-area .comments-title {
margin-bottom: 30px;
font-size: 32px;
}
.comments-area a {
text-decoration: none;
}
.comments-area .comment-list {
margin: 0 0 50px 0;
padding: 50px 50px 20px 50px;
background: #F5F8FB;
border-radius: 3px;
}
.comments-area .comment-list .comment {
margin-bottom: 50px;
list-style: none;
}
.comments-area .comment-list .comment .comment-avatar {
float: left;
width: 10%;
}
.comments-area .comment-list .comment .comment-avatar img {
border-radius: 2px;
}
.comments-area .comment-list .comment .comment-inner {
position: relative;
float: left;
width: 86%;
margin-left: 4%;
padding: 30px;
background: #fff;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.comments-area .comment-list .comment .comment-inner::before {
position: absolute;
content: "\f0d9";
top: 5px;
left: -13px;
font-size: 42px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: #ffffff;
}
.comments-area .comment-list .comment .comment-inner .comment-header {
display: block;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.comments-area .comment-list .comment .comment-inner .comment-header .author-link {
display: inline-block;
font-family: "Nunito", Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #56afd5;
}
.comments-area .comment-list .comment .comment-inner .comment-header .comment-time {
float: right;
margin-top: 5px;
font-size: 13px;
font-weight: bold;
color: #999;
}
.comments-area .comment-list .comment .comment-inner .comment-actions .comment-reply-link {
font-weight: bold;
}
.comments-area .comment-list .children {
margin-left: 12%;
padding: 0;
}
.comments-area .comment-respond .comment-reply-title {
font-size: 32px;
}
.comments-area .comment-respond #cancel-comment-reply-link {
float: right;
margin-top: 5px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #a5a5a5;
}
.comments-area .comment-respond .comment-form label {
display: block;
}
.comments-area .comment-respond .comment-form input {
padding: 12px 15px;
}
.comments-area .comment-respond .comment-form textarea {
padding: 15px;
width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
float: left;
width: 33.333%;
margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form .form-submit .submit {
padding: 11px 28px;
font-size: 14px;
font-weight: 700;
line-height: inherit;
color: #fff;
text-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
border-radius: 30px;
border: 2px solid transparent;
outline: none;
background: #9A65A5;
transition: all 100ms ease-out;
}
.comments-area .comment-respond .comment-form .form-submit .submit:hover {
background: #935c9e;
}  .bypostauthor {
position: static;
}
.wp-caption {
position: relative;
max-width: 100% !important;
width: auto !important;
}
.wp-caption .wp-caption-text {
position: absolute;
left: 30px;
bottom: 45px;
padding: 4px 12px;
font-size: 13px;
color: #ffffff;
border-radius: 2px;
background: rgba(0, 0, 0, 0.4);
}
.wp-caption.alignnone {
margin: 0;
}
.wp-caption.alignnone img {
margin: 5px 20px 1.5em 0;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
position: absolute;
bottom: 7px;
left: 7px;
right: 7px;
padding: 15px;
background-color: rgba(0, 0, 0, 0.6);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
color: #ffffff;
line-height: 1.5;
opacity: 0;
}
.gallery {
margin: -7px -7px 20px -7px;
}
.gallery::after {
display: table;
content: "";
clear: both;
}
.gallery-item {
position: relative;
float: left;
margin: 0;
padding: 0.5em;
overflow: hidden;
}
.gallery-item img {
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}  .footer {
color: #C1C7CE;
background: #6B727A;
}
.footer .footer--top {
position: relative;
padding: 30px 0 0 0;
}
@media (min-width: 992px) {
.footer .footer--top {
padding: 0;
}
}
@media (min-width: 992px) {
.footer .footer--top .footer--top-container {
padding: 60px 0 15px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}
.footer .footer--top p {
margin-bottom: 0;
}
.footer .footer--top .widget {
position: relative;
padding: 20px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
.footer .footer--top .widget {
padding: 0;
margin-bottom: 30px;
border: none;
}
}
.footer .footer--middle {
padding: 30px 0;
}
@media (min-width: 992px) {
.footer .footer--middle {
padding: 65px 0;
}
}
.footer .footer--middle .widget {
padding: 15px 0;
}
@media (min-width: 992px) {
.footer .footer--middle .widget {
padding: 0;
}
}
.footer .footer--bottom {
padding: 26px 0 23px 0;
color: #909BA2;
background: #555A5F;
}
.footer .footer--bottom .bottom-left {
text-align: center;
}
@media (min-width: 992px) {
.footer .footer--bottom .bottom-left {
text-align: left;
}
}
.footer .footer--bottom .bottom-middle {
text-align: center;
}
.footer .footer--bottom .bottom-right {
text-align: center;
}
@media (min-width: 992px) {
.footer .footer--bottom .bottom-right {
text-align: right;
}
}
.footer .footer--bottom p {
margin: 5px 0;
}
@media (min-width: 992px) {
.footer .footer--bottom p {
margin: 0;
}
}
.footer .footer--bottom a {
font-weight: bold;
color: #C6EEFF;
text-decoration: none;
}
.footer .footer--bottom i {
padding: 0 3px;
}
.footer .scroll-to-top {
display: none;
}
@media (min-width: 992px) {
.footer .scroll-to-top {
opacity: 0;
visibility: hidden;
position: fixed;
display: block;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
text-align: center;
font-size: 17px;
color: #ffffff;
line-height: 48px;
-webkit-border-radius: 2px;
border-radius: 2px;
background: rgba(0, 0, 0, 0.1);
}
}
.footer .scroll-to-top.visible {
opacity: 1;
visibility: visible;
transition: all 250ms ease-out;
}
.footer .scroll-to-top:hover, .footer .scroll-to-top:focus {
background-color: rgba(0, 0, 0, 0.2);
}  body.error404 .content {
text-align: center;
}
body.error404 .content img {
display: block;
margin: 0 auto 50px;
}
body.error404 .content form {
width: 65%;
margin: 0 auto;
}   body.sidebar-hide:not(.blog) .alignfull {
width: 100vw;
margin-left: 50%;
max-width: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
body.sidebar-hide:not(.blog) .alignfull img {
width: 100vw;
}
@media (min-width: 992px) {
body.sidebar-hide:not(.blog) .alignwide {
left: 0;
width: 970px;
margin-left: 50%;
max-width: inherit;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media (min-width: 1200px) {
body.sidebar-hide:not(.blog) .alignwide {
width: 1170px;
}
}
@media (min-width: 1400px) {
body.sidebar-hide:not(.blog) .alignwide {
width: 1300px;
}
}
body:not(.sidebar-hide) .alignwide {
width: auto;
}
@media (min-width: 992px) {
body:not(.sidebar-hide) .alignwide {
margin-left: -15px;
margin-right: -15px;
width: auto;
max-width: inherit;
}
}
body.blog .blog-grid .alignfull,
body.blog .blog-grid .alignwide {
margin-left: -31px;
margin-right: -31px;
width: auto;
max-width: inherit;
}
body.blog .blog-list .alignfull,
body.blog .blog-list .alignwide {
margin-left: -50px;
margin-right: -50px;
width: auto;
max-width: inherit;
} .wp-block-table th {
border-color: transparent;
}
.wp-block-table td,
.wp-block-table th {
padding: 14px 30px;
font-size: 14px;
border: 1px solid #e2e2e2;
}
.wp-block-table.is-style-stripes td {
border-bottom-color: #f2f2f2;
}
.wp-block-table.is-style-stripes tr:last-of-type td {
border-bottom: none;
} .wp-block-quote:not(.is-large):not(.is-style-large) {
padding: 0 40px;
margin: 30px 0;
font-size: inherit;
font-style: italic;
border-left-color: #eee;
}
.wp-block-quote p {
font-size: 20px;
}
.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
display: block;
margin-top: 15px;
font-size: 14px;
font-style: normal;
font-weight: 700;
color: #56afd5;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 0 40px;
margin: 30px 0;
font-size: inherit;
font-style: italic;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 26px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 14px;
text-align: left;
} .wp-block-pullquote {
margin: 0 0 30px 0;
border-top-color: rgba(0, 0, 0, 0.08);
border-bottom-color: rgba(0, 0, 0, 0.08);
}
.wp-block-pullquote.alignleft {
margin-top: 10px;
margin-right: 30px;
}
.wp-block-pullquote.alignright {
margin-top: 10px;
margin-left: 30px;
}
.wp-block-pullquote blockquote {
margin: auto;
padding: 0;
font-style: normal;
border-left: none;
}
.wp-block-pullquote blockquote p {
font-size: 22px;
color: inherit;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer, .wp-block-pullquote blockquote__citation {
display: block;
margin-top: 15px;
text-transform: none;
font-size: 14px;
font-style: normal;
font-weight: 700;
color: #56afd5;
}
.wp-block-pullquote blockquote::after {
display: none;
} .wp-block-code {
display: inline-block;
padding: 0;
color: #343434;
font-family: monospace;
font-size: 14px;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
border: none;
background-color: transparent;
} .wp-block-button {
color: inherit;
}
.wp-block-button .wp-block-button__link {
padding: 10px 28px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: inherit;
border-radius: 30px;
border: 1px solid transparent;
text-decoration: none;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: all 100ms ease-out;
transition: all 100ms ease-out;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active:focus {
border-color: transparent;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
padding: 9px 28px;
text-shadow: none;
border-radius: 32px;
color: rgba(50, 50, 50, 0.4);
border: 2px solid rgba(50, 50, 50, 0.2);
background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: #969696;
border-color: rgba(0, 0, 0, 0.2);
}
.wp-block-button.aligncenter {
margin-bottom: 20px;
} .wp-block-latest-posts {
margin-bottom: 30px;
} .wp-block-categories,
.wp-block-archives {
padding-left: 0;
}
.wp-block-categories li,
.wp-block-archives li {
position: relative;
list-style: none;
}
.wp-block-categories li a,
.wp-block-archives li a {
position: relative;
padding-left: 20px;
font-weight: 500;
}
.wp-block-categories li a::before,
.wp-block-archives li a::before {
position: absolute;
top: 0;
left: 0;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 14px;
color: rgba(50, 50, 50, 0.15);
}
.wp-block-categories li .cat-count,
.wp-block-archives li .cat-count {
position: relative;
top: 0;
display: inline-block;
margin-left: 5px;
width: 20px;
height: 20px;
font-size: 10px;
font-weight: bold;
line-height: 21px;
text-align: center;
border-radius: 50%;
background-color: #f7f7f7;
-webkit-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
text-align: center;
} .wp-block-column {
margin-bottom: 0;
} .wp-block-separator {
height: auto;
border-bottom: 1px solid #d0d5da;
background: none;
}
.wp-block-separator + h2 {
clear: left;
}
.wp-block-columns + .wp-block-separator {
margin: 15px auto 30px;
} .wp-block-image {
margin-bottom: 30px;
}
.wp-block-image figcaption {
margin-top: 15px;
margin-bottom: 0;
font-size: 14px;
color: #999;
} .wp-block-embed {
margin-bottom: 30px;
} .wp-block-cover,
.wp-block-cover-image {
margin-bottom: 30px;
} .wp-block-verse {
display: block;
max-width: 100%;
margin-bottom: 25px;
padding: 20px;
font-family: monospace, monospace;
font-size: 1em;
white-space: pre-wrap;
overflow: auto;
border-color: transparent;
background: #eee;
}  body.font-awesome-4 .header-topbar-sidebar .menu &gt; li.menu-item-has-children &gt; a::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .main-navigation &gt; li.menu-item-has-children::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .main-navigation .sub-menu &gt; li.menu-item-has-children &gt; a::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .text-link::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .content-area .widget_nav_menu ul.menu li a::before,
body.font-awesome-4 .footer .widget_nav_menu ul.menu li a::before {
font-family: "FontAwesome";
}
body.font-awesome-4 .sidebar .widget.widget_recent_entries ul li::before, body.font-awesome-4 .sidebar .widget.widget_recent_comments ul li::before, body.font-awesome-4 .sidebar .widget.widget_archive ul li::before, body.font-awesome-4 .sidebar .widget.widget_categories ul li::before, body.font-awesome-4 .sidebar .widget.widget_meta ul li::before, body.font-awesome-4 .sidebar .widget.widget_rss ul li::before, body.font-awesome-4 .sidebar .widget.widget_pages ul li::before, body.font-awesome-4 .sidebar .widget.widget_calendar ul li::before {
font-family: "FontAwesome";
}
body.font-awesome-4 .panel-group .panel .panel-heading .panel-title a::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .breadcrumbs a::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .brochure::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .news-posts-list a:last-of-type::after {
font-family: "FontAwesome";
}
body.font-awesome-4 .comments-area .comment-list .comment .comment-inner::before {
font-family: "FontAwesome";
}
body.font-awesome-4 .wp-block-categories li a::before,
body.font-awesome-4 .wp-block-archives li a::before {
font-family: "FontAwesome";
}.fa.fa-glass:before {
content: "\f000"; }
.fa.fa-meetup {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-star-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-star-o:before {
content: "\f005"; }
.fa.fa-remove:before {
content: "\f00d"; }
.fa.fa-close:before {
content: "\f00d"; }
.fa.fa-gear:before {
content: "\f013"; }
.fa.fa-trash-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-trash-o:before {
content: "\f2ed"; }
.fa.fa-file-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-o:before {
content: "\f15b"; }
.fa.fa-clock-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-clock-o:before {
content: "\f017"; }
.fa.fa-arrow-circle-o-down {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-arrow-circle-o-down:before {
content: "\f358"; }
.fa.fa-arrow-circle-o-up {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-arrow-circle-o-up:before {
content: "\f35b"; }
.fa.fa-play-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-play-circle-o:before {
content: "\f144"; }
.fa.fa-repeat:before {
content: "\f01e"; }
.fa.fa-rotate-right:before {
content: "\f01e"; }
.fa.fa-refresh:before {
content: "\f021"; }
.fa.fa-list-alt {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-dedent:before {
content: "\f03b"; }
.fa.fa-video-camera:before {
content: "\f03d"; }
.fa.fa-picture-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-picture-o:before {
content: "\f03e"; }
.fa.fa-photo {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-photo:before {
content: "\f03e"; }
.fa.fa-image {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-image:before {
content: "\f03e"; }
.fa.fa-pencil:before {
content: "\f303"; }
.fa.fa-map-marker:before {
content: "\f3c5"; }
.fa.fa-pencil-square-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-pencil-square-o:before {
content: "\f044"; }
.fa.fa-share-square-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-share-square-o:before {
content: "\f14d"; }
.fa.fa-check-square-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-check-square-o:before {
content: "\f14a"; }
.fa.fa-arrows:before {
content: "\f0b2"; }
.fa.fa-times-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-times-circle-o:before {
content: "\f057"; }
.fa.fa-check-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-check-circle-o:before {
content: "\f058"; }
.fa.fa-mail-forward:before {
content: "\f064"; }
.fa.fa-expand:before {
content: "\f424"; }
.fa.fa-compress:before {
content: "\f422"; }
.fa.fa-eye {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-eye-slash {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-warning:before {
content: "\f071"; }
.fa.fa-calendar:before {
content: "\f073"; }
.fa.fa-arrows-v:before {
content: "\f338"; }
.fa.fa-arrows-h:before {
content: "\f337"; }
.fa.fa-bar-chart {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-bar-chart:before {
content: "\f080"; }
.fa.fa-bar-chart-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-bar-chart-o:before {
content: "\f080"; }
.fa.fa-twitter-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-facebook-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-gears:before {
content: "\f085"; }
.fa.fa-thumbs-o-up {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-thumbs-o-up:before {
content: "\f164"; }
.fa.fa-thumbs-o-down {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-thumbs-o-down:before {
content: "\f165"; }
.fa.fa-heart-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-heart-o:before {
content: "\f004"; }
.fa.fa-sign-out:before {
content: "\f2f5"; }
.fa.fa-linkedin-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-linkedin-square:before {
content: "\f08c"; }
.fa.fa-thumb-tack:before {
content: "\f08d"; }
.fa.fa-external-link:before {
content: "\f35d"; }
.fa.fa-sign-in:before {
content: "\f2f6"; }
.fa.fa-github-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-lemon-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-lemon-o:before {
content: "\f094"; }
.fa.fa-square-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-square-o:before {
content: "\f0c8"; }
.fa.fa-bookmark-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-bookmark-o:before {
content: "\f02e"; }
.fa.fa-twitter {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-facebook {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-facebook:before {
content: "\f39e"; }
.fa.fa-facebook-f {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-facebook-f:before {
content: "\f39e"; }
.fa.fa-github {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-credit-card {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-feed:before {
content: "\f09e"; }
.fa.fa-hdd-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hdd-o:before {
content: "\f0a0"; }
.fa.fa-hand-o-right {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-o-right:before {
content: "\f0a4"; }
.fa.fa-hand-o-left {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-o-left:before {
content: "\f0a5"; }
.fa.fa-hand-o-up {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-o-up:before {
content: "\f0a6"; }
.fa.fa-hand-o-down {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-o-down:before {
content: "\f0a7"; }
.fa.fa-arrows-alt:before {
content: "\f31e"; }
.fa.fa-group:before {
content: "\f0c0"; }
.fa.fa-chain:before {
content: "\f0c1"; }
.fa.fa-scissors:before {
content: "\f0c4"; }
.fa.fa-files-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-files-o:before {
content: "\f0c5"; }
.fa.fa-floppy-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-floppy-o:before {
content: "\f0c7"; }
.fa.fa-navicon:before {
content: "\f0c9"; }
.fa.fa-reorder:before {
content: "\f0c9"; }
.fa.fa-pinterest {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-pinterest-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google-plus-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google-plus {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google-plus:before {
content: "\f0d5"; }
.fa.fa-money {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-money:before {
content: "\f3d1"; }
.fa.fa-unsorted:before {
content: "\f0dc"; }
.fa.fa-sort-desc:before {
content: "\f0dd"; }
.fa.fa-sort-asc:before {
content: "\f0de"; }
.fa.fa-linkedin {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-linkedin:before {
content: "\f0e1"; }
.fa.fa-rotate-left:before {
content: "\f0e2"; }
.fa.fa-legal:before {
content: "\f0e3"; }
.fa.fa-tachometer:before {
content: "\f3fd"; }
.fa.fa-dashboard:before {
content: "\f3fd"; }
.fa.fa-comment-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-comment-o:before {
content: "\f075"; }
.fa.fa-comments-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-comments-o:before {
content: "\f086"; }
.fa.fa-flash:before {
content: "\f0e7"; }
.fa.fa-clipboard {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-paste {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-paste:before {
content: "\f328"; }
.fa.fa-lightbulb-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-lightbulb-o:before {
content: "\f0eb"; }
.fa.fa-exchange:before {
content: "\f362"; }
.fa.fa-cloud-download:before {
content: "\f381"; }
.fa.fa-cloud-upload:before {
content: "\f382"; }
.fa.fa-bell-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-bell-o:before {
content: "\f0f3"; }
.fa.fa-cutlery:before {
content: "\f2e7"; }
.fa.fa-file-text-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-text-o:before {
content: "\f15c"; }
.fa.fa-building-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-building-o:before {
content: "\f1ad"; }
.fa.fa-hospital-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hospital-o:before {
content: "\f0f8"; }
.fa.fa-tablet:before {
content: "\f3fa"; }
.fa.fa-mobile:before {
content: "\f3cd"; }
.fa.fa-mobile-phone:before {
content: "\f3cd"; }
.fa.fa-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-circle-o:before {
content: "\f111"; }
.fa.fa-mail-reply:before {
content: "\f3e5"; }
.fa.fa-github-alt {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-folder-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-folder-o:before {
content: "\f07b"; }
.fa.fa-folder-open-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-folder-open-o:before {
content: "\f07c"; }
.fa.fa-smile-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-smile-o:before {
content: "\f118"; }
.fa.fa-frown-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-frown-o:before {
content: "\f119"; }
.fa.fa-meh-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-meh-o:before {
content: "\f11a"; }
.fa.fa-keyboard-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-keyboard-o:before {
content: "\f11c"; }
.fa.fa-flag-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-flag-o:before {
content: "\f024"; }
.fa.fa-mail-reply-all:before {
content: "\f122"; }
.fa.fa-star-half-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-star-half-o:before {
content: "\f089"; }
.fa.fa-star-half-empty {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-star-half-empty:before {
content: "\f089"; }
.fa.fa-star-half-full {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-star-half-full:before {
content: "\f089"; }
.fa.fa-code-fork:before {
content: "\f126"; }
.fa.fa-chain-broken:before {
content: "\f127"; }
.fa.fa-shield:before {
content: "\f3ed"; }
.fa.fa-calendar-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-calendar-o:before {
content: "\f133"; }
.fa.fa-maxcdn {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-html5 {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-css3 {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-ticket:before {
content: "\f3ff"; }
.fa.fa-minus-square-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-minus-square-o:before {
content: "\f146"; }
.fa.fa-level-up:before {
content: "\f3bf"; }
.fa.fa-level-down:before {
content: "\f3be"; }
.fa.fa-pencil-square:before {
content: "\f14b"; }
.fa.fa-external-link-square:before {
content: "\f360"; }
.fa.fa-compass {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-caret-square-o-down {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-caret-square-o-down:before {
content: "\f150"; }
.fa.fa-toggle-down {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-toggle-down:before {
content: "\f150"; }
.fa.fa-caret-square-o-up {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-caret-square-o-up:before {
content: "\f151"; }
.fa.fa-toggle-up {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-toggle-up:before {
content: "\f151"; }
.fa.fa-caret-square-o-right {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-caret-square-o-right:before {
content: "\f152"; }
.fa.fa-toggle-right {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-toggle-right:before {
content: "\f152"; }
.fa.fa-eur:before {
content: "\f153"; }
.fa.fa-euro:before {
content: "\f153"; }
.fa.fa-gbp:before {
content: "\f154"; }
.fa.fa-usd:before {
content: "\f155"; }
.fa.fa-dollar:before {
content: "\f155"; }
.fa.fa-inr:before {
content: "\f156"; }
.fa.fa-rupee:before {
content: "\f156"; }
.fa.fa-jpy:before {
content: "\f157"; }
.fa.fa-cny:before {
content: "\f157"; }
.fa.fa-rmb:before {
content: "\f157"; }
.fa.fa-yen:before {
content: "\f157"; }
.fa.fa-rub:before {
content: "\f158"; }
.fa.fa-ruble:before {
content: "\f158"; }
.fa.fa-rouble:before {
content: "\f158"; }
.fa.fa-krw:before {
content: "\f159"; }
.fa.fa-won:before {
content: "\f159"; }
.fa.fa-btc {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-bitcoin {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-bitcoin:before {
content: "\f15a"; }
.fa.fa-file-text:before {
content: "\f15c"; }
.fa.fa-sort-alpha-asc:before {
content: "\f15d"; }
.fa.fa-sort-alpha-desc:before {
content: "\f881"; }
.fa.fa-sort-amount-asc:before {
content: "\f160"; }
.fa.fa-sort-amount-desc:before {
content: "\f884"; }
.fa.fa-sort-numeric-asc:before {
content: "\f162"; }
.fa.fa-sort-numeric-desc:before {
content: "\f886"; }
.fa.fa-youtube-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-youtube {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-xing {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-xing-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-youtube-play {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-youtube-play:before {
content: "\f167"; }
.fa.fa-dropbox {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-stack-overflow {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-instagram {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-flickr {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-adn {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-bitbucket {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-bitbucket-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-bitbucket-square:before {
content: "\f171"; }
.fa.fa-tumblr {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-tumblr-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-long-arrow-down:before {
content: "\f309"; }
.fa.fa-long-arrow-up:before {
content: "\f30c"; }
.fa.fa-long-arrow-left:before {
content: "\f30a"; }
.fa.fa-long-arrow-right:before {
content: "\f30b"; }
.fa.fa-apple {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-windows {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-android {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-linux {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-dribbble {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-skype {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-foursquare {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-trello {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-gratipay {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-gittip {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-gittip:before {
content: "\f184"; }
.fa.fa-sun-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-sun-o:before {
content: "\f185"; }
.fa.fa-moon-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-moon-o:before {
content: "\f186"; }
.fa.fa-vk {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-weibo {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-renren {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-pagelines {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-stack-exchange {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-arrow-circle-o-right {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-arrow-circle-o-right:before {
content: "\f35a"; }
.fa.fa-arrow-circle-o-left {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-arrow-circle-o-left:before {
content: "\f359"; }
.fa.fa-caret-square-o-left {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-caret-square-o-left:before {
content: "\f191"; }
.fa.fa-toggle-left {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-toggle-left:before {
content: "\f191"; }
.fa.fa-dot-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-dot-circle-o:before {
content: "\f192"; }
.fa.fa-vimeo-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-try:before {
content: "\f195"; }
.fa.fa-turkish-lira:before {
content: "\f195"; }
.fa.fa-plus-square-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-plus-square-o:before {
content: "\f0fe"; }
.fa.fa-slack {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wordpress {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-openid {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-institution:before {
content: "\f19c"; }
.fa.fa-bank:before {
content: "\f19c"; }
.fa.fa-mortar-board:before {
content: "\f19d"; }
.fa.fa-yahoo {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-reddit {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-reddit-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-stumbleupon-circle {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-stumbleupon {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-delicious {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-digg {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-pied-piper-pp {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-pied-piper-alt {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-drupal {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-joomla {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-spoon:before {
content: "\f2e5"; }
.fa.fa-behance {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-behance-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-steam {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-steam-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-automobile:before {
content: "\f1b9"; }
.fa.fa-envelope-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-envelope-o:before {
content: "\f0e0"; }
.fa.fa-spotify {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-deviantart {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-soundcloud {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-file-pdf-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-pdf-o:before {
content: "\f1c1"; }
.fa.fa-file-word-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-word-o:before {
content: "\f1c2"; }
.fa.fa-file-excel-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-excel-o:before {
content: "\f1c3"; }
.fa.fa-file-powerpoint-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-powerpoint-o:before {
content: "\f1c4"; }
.fa.fa-file-image-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-image-o:before {
content: "\f1c5"; }
.fa.fa-file-photo-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-photo-o:before {
content: "\f1c5"; }
.fa.fa-file-picture-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-picture-o:before {
content: "\f1c5"; }
.fa.fa-file-archive-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-archive-o:before {
content: "\f1c6"; }
.fa.fa-file-zip-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-zip-o:before {
content: "\f1c6"; }
.fa.fa-file-audio-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-audio-o:before {
content: "\f1c7"; }
.fa.fa-file-sound-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-sound-o:before {
content: "\f1c7"; }
.fa.fa-file-video-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-video-o:before {
content: "\f1c8"; }
.fa.fa-file-movie-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-movie-o:before {
content: "\f1c8"; }
.fa.fa-file-code-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-file-code-o:before {
content: "\f1c9"; }
.fa.fa-vine {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-codepen {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-jsfiddle {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-life-ring {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-life-bouy {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-life-bouy:before {
content: "\f1cd"; }
.fa.fa-life-buoy {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-life-buoy:before {
content: "\f1cd"; }
.fa.fa-life-saver {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-life-saver:before {
content: "\f1cd"; }
.fa.fa-support {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-support:before {
content: "\f1cd"; }
.fa.fa-circle-o-notch:before {
content: "\f1ce"; }
.fa.fa-rebel {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-ra {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-ra:before {
content: "\f1d0"; }
.fa.fa-resistance {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-resistance:before {
content: "\f1d0"; }
.fa.fa-empire {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-ge {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-ge:before {
content: "\f1d1"; }
.fa.fa-git-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-git {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-hacker-news {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-y-combinator-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-y-combinator-square:before {
content: "\f1d4"; }
.fa.fa-yc-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-yc-square:before {
content: "\f1d4"; }
.fa.fa-tencent-weibo {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-qq {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-weixin {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wechat {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wechat:before {
content: "\f1d7"; }
.fa.fa-send:before {
content: "\f1d8"; }
.fa.fa-paper-plane-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-paper-plane-o:before {
content: "\f1d8"; }
.fa.fa-send-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-send-o:before {
content: "\f1d8"; }
.fa.fa-circle-thin {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-circle-thin:before {
content: "\f111"; }
.fa.fa-header:before {
content: "\f1dc"; }
.fa.fa-sliders:before {
content: "\f1de"; }
.fa.fa-futbol-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-futbol-o:before {
content: "\f1e3"; }
.fa.fa-soccer-ball-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-soccer-ball-o:before {
content: "\f1e3"; }
.fa.fa-slideshare {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-twitch {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-yelp {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-newspaper-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-newspaper-o:before {
content: "\f1ea"; }
.fa.fa-paypal {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google-wallet {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc-visa {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc-mastercard {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc-discover {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc-amex {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc-paypal {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc-stripe {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-bell-slash-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-bell-slash-o:before {
content: "\f1f6"; }
.fa.fa-trash:before {
content: "\f2ed"; }
.fa.fa-copyright {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-eyedropper:before {
content: "\f1fb"; }
.fa.fa-area-chart:before {
content: "\f1fe"; }
.fa.fa-pie-chart:before {
content: "\f200"; }
.fa.fa-line-chart:before {
content: "\f201"; }
.fa.fa-lastfm {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-lastfm-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-ioxhost {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-angellist {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-cc:before {
content: "\f20a"; }
.fa.fa-ils:before {
content: "\f20b"; }
.fa.fa-shekel:before {
content: "\f20b"; }
.fa.fa-sheqel:before {
content: "\f20b"; }
.fa.fa-meanpath {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-meanpath:before {
content: "\f2b4"; }
.fa.fa-buysellads {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-connectdevelop {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-dashcube {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-forumbee {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-leanpub {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-sellsy {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-shirtsinbulk {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-simplybuilt {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-skyatlas {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-diamond {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-diamond:before {
content: "\f3a5"; }
.fa.fa-intersex:before {
content: "\f224"; }
.fa.fa-facebook-official {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-facebook-official:before {
content: "\f09a"; }
.fa.fa-pinterest-p {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-whatsapp {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-hotel:before {
content: "\f236"; }
.fa.fa-viacoin {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-medium {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-y-combinator {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-yc {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-yc:before {
content: "\f23b"; }
.fa.fa-optin-monster {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-opencart {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-expeditedssl {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-battery-4:before {
content: "\f240"; }
.fa.fa-battery:before {
content: "\f240"; }
.fa.fa-battery-3:before {
content: "\f241"; }
.fa.fa-battery-2:before {
content: "\f242"; }
.fa.fa-battery-1:before {
content: "\f243"; }
.fa.fa-battery-0:before {
content: "\f244"; }
.fa.fa-object-group {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-object-ungroup {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-sticky-note-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-sticky-note-o:before {
content: "\f249"; }
.fa.fa-cc-jcb {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cc-diners-club {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-clone {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hourglass-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hourglass-o:before {
content: "\f254"; }
.fa.fa-hourglass-1:before {
content: "\f251"; }
.fa.fa-hourglass-2:before {
content: "\f252"; }
.fa.fa-hourglass-3:before {
content: "\f253"; }
.fa.fa-hand-rock-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-rock-o:before {
content: "\f255"; }
.fa.fa-hand-grab-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-grab-o:before {
content: "\f255"; }
.fa.fa-hand-paper-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-paper-o:before {
content: "\f256"; }
.fa.fa-hand-stop-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-stop-o:before {
content: "\f256"; }
.fa.fa-hand-scissors-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-scissors-o:before {
content: "\f257"; }
.fa.fa-hand-lizard-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-lizard-o:before {
content: "\f258"; }
.fa.fa-hand-spock-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-spock-o:before {
content: "\f259"; }
.fa.fa-hand-pointer-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-pointer-o:before {
content: "\f25a"; }
.fa.fa-hand-peace-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-hand-peace-o:before {
content: "\f25b"; }
.fa.fa-registered {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-creative-commons {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-gg {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-gg-circle {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-tripadvisor {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-odnoklassniki {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-odnoklassniki-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-get-pocket {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wikipedia-w {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-safari {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-chrome {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-firefox {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-opera {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-internet-explorer {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-television:before {
content: "\f26c"; }
.fa.fa-contao {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-500px {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-amazon {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-calendar-plus-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-calendar-plus-o:before {
content: "\f271"; }
.fa.fa-calendar-minus-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-calendar-minus-o:before {
content: "\f272"; }
.fa.fa-calendar-times-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-calendar-times-o:before {
content: "\f273"; }
.fa.fa-calendar-check-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-calendar-check-o:before {
content: "\f274"; }
.fa.fa-map-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-map-o:before {
content: "\f279"; }
.fa.fa-commenting:before {
content: "\f4ad"; }
.fa.fa-commenting-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-commenting-o:before {
content: "\f4ad"; }
.fa.fa-houzz {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-vimeo {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-vimeo:before {
content: "\f27d"; }
.fa.fa-black-tie {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-fonticons {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-reddit-alien {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-edge {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-credit-card-alt:before {
content: "\f09d"; }
.fa.fa-codiepie {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-modx {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-fort-awesome {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-usb {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-product-hunt {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-mixcloud {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-scribd {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-pause-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-pause-circle-o:before {
content: "\f28b"; }
.fa.fa-stop-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-stop-circle-o:before {
content: "\f28d"; }
.fa.fa-bluetooth {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-bluetooth-b {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-gitlab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wpbeginner {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wpforms {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-envira {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wheelchair-alt {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wheelchair-alt:before {
content: "\f368"; }
.fa.fa-question-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-question-circle-o:before {
content: "\f059"; }
.fa.fa-volume-control-phone:before {
content: "\f2a0"; }
.fa.fa-asl-interpreting:before {
content: "\f2a3"; }
.fa.fa-deafness:before {
content: "\f2a4"; }
.fa.fa-hard-of-hearing:before {
content: "\f2a4"; }
.fa.fa-glide {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-glide-g {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-signing:before {
content: "\f2a7"; }
.fa.fa-viadeo {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-viadeo-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-snapchat {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-snapchat-ghost {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-snapchat-square {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-pied-piper {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-first-order {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-yoast {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-themeisle {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google-plus-official {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google-plus-official:before {
content: "\f2b3"; }
.fa.fa-google-plus-circle {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-google-plus-circle:before {
content: "\f2b3"; }
.fa.fa-font-awesome {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-fa {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-fa:before {
content: "\f2b4"; }
.fa.fa-handshake-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-handshake-o:before {
content: "\f2b5"; }
.fa.fa-envelope-open-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-envelope-open-o:before {
content: "\f2b6"; }
.fa.fa-linode {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-address-book-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-address-book-o:before {
content: "\f2b9"; }
.fa.fa-vcard:before {
content: "\f2bb"; }
.fa.fa-address-card-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-address-card-o:before {
content: "\f2bb"; }
.fa.fa-vcard-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-vcard-o:before {
content: "\f2bb"; }
.fa.fa-user-circle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-user-circle-o:before {
content: "\f2bd"; }
.fa.fa-user-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-user-o:before {
content: "\f007"; }
.fa.fa-id-badge {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-drivers-license:before {
content: "\f2c2"; }
.fa.fa-id-card-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-id-card-o:before {
content: "\f2c2"; }
.fa.fa-drivers-license-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-drivers-license-o:before {
content: "\f2c2"; }
.fa.fa-quora {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-free-code-camp {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-telegram {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-thermometer-4:before {
content: "\f2c7"; }
.fa.fa-thermometer:before {
content: "\f2c7"; }
.fa.fa-thermometer-3:before {
content: "\f2c8"; }
.fa.fa-thermometer-2:before {
content: "\f2c9"; }
.fa.fa-thermometer-1:before {
content: "\f2ca"; }
.fa.fa-thermometer-0:before {
content: "\f2cb"; }
.fa.fa-bathtub:before {
content: "\f2cd"; }
.fa.fa-s15:before {
content: "\f2cd"; }
.fa.fa-window-maximize {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-window-restore {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-times-rectangle:before {
content: "\f410"; }
.fa.fa-window-close-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-window-close-o:before {
content: "\f410"; }
.fa.fa-times-rectangle-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-times-rectangle-o:before {
content: "\f410"; }
.fa.fa-bandcamp {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-grav {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-etsy {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-imdb {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-ravelry {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-eercast {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-eercast:before {
content: "\f2da"; }
.fa.fa-snowflake-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
.fa.fa-snowflake-o:before {
content: "\f2dc"; }
.fa.fa-superpowers {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-wpexplorer {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
.fa.fa-cab:before {
content: "\f1ba"; }</pre></body></html>