@charset "UTF-8";
#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>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.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>.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>.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>.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>.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>.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;
}.expanding-archives-title{background:#f1f1f1;margin:0}.expanding-archives-title a{display:block;padding:5px 10px}.expanding-archives-collapse-section{border:1px solid #f1f1f1;display:none;padding:10px}.expanding-archives-collapse-section.expanding-archives-expanded{display:block}.expanding-archives-collapse-section ul{list-style:none;margin:0;padding:0}.expanding-archives-collapse-section ul li{background:none;clear:both;padding:0}.expanding-archives-collapse-section ul li:before{display:none}.expanding-archives-clickable-month{display:flex;justify-content:space-between;position:relative}.expanding-archive-month-results{padding-left:30px}.expanding-archives-spinner{display:none}.expanding-archives-spinner--active{color:transparent!important;display:inline-block;pointer-events:none}.expanding-archives-spinner--active:before{--color-spinner:#bdbdbd;animation:spin 1.2s linear infinite;border-color:var(--color-spinner);border-bottom:1px solid var(--color-spinner);border-left:1px solid transparent;border-radius:50%;border-right:1px solid transparent;border-top:1px solid var(--color-spinner);content:"";display:block;height:1em;margin-left:.25rem;position:absolute!important;top:calc(50% - .5em);width:1em}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}

.g-main-nav .g-dropdown, .g-main-nav .g-standard .g-dropdown .g-dropdown {
position: absolute;
top: auto;
left: auto;
opacity: 0;
visibility: hidden;
overflow: hidden;
}
.g-main-nav .g-standard .g-dropdown.g-active, .g-main-nav .g-fullwidth .g-dropdown.g-active {
opacity: 1;
visibility: visible;
overflow: visible;
}
.g-main-nav ul, #g-mobilemenu-container ul {
margin: 0;
padding: 0;
list-style: none;
}
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
html {
height: 100%;
font-size: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: inherit;
}
body {
margin: 0;
}
#g-page-surround {
min-height: 100vh;
position: relative;
overflow: hidden;
}
article,
aside,
details,
footer,
header,
hgroup,
main,
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: transparent;
text-decoration: none;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
sub,
sup {
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
height: auto;
max-width: 100%;
display: inline-block;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
iframe,
svg {
max-width: 100%;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
}
pre {
overflow: auto;
}
code {
vertical-align: bottom;
}
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"] {
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
tr, td, th {
vertical-align: middle;
}
th, td {
padding: 0.375rem 0;
}
th {
text-align: left;
}
@media print {
body {
background: #fff !important;
color: #000 !important;
}
}
.plg_system_webauthn_login_button svg#Passkey {
width: 30px;
height: 30px;
vertical-align: middle;
}
#g-page-surround .mod-login button.input-password-toggle {
background-color: #e9ecef;
border: 1px solid #ced4da;
margin-left: -1px;
}
.g-container {
margin: 0 auto;
padding: 0;
}
.g-block .g-container {
width: auto;
}
.g-grid {
display: flex;
flex-flow: row wrap;
list-style: none;
margin: 0;
padding: 0;
text-rendering: optimizespeed;
}
.g-grid.nowrap {
flex-flow: row;
}
.g-block {
flex: 1;
min-width: 0;
min-height: 0;
}
.first-block {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-block {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.size-5 {
flex: 0 5%;
width: 5%;
}
.size-6 {
flex: 0 6%;
width: 6%;
}
.size-7 {
flex: 0 7%;
width: 7%;
}
.size-8 {
flex: 0 8%;
width: 8%;
}
.size-9 {
flex: 0 9%;
width: 9%;
}
.size-10 {
flex: 0 10%;
width: 10%;
}
.size-11 {
flex: 0 11%;
width: 11%;
}
.size-12 {
flex: 0 12%;
width: 12%;
}
.size-13 {
flex: 0 13%;
width: 13%;
}
.size-14 {
flex: 0 14%;
width: 14%;
}
.size-15 {
flex: 0 15%;
width: 15%;
}
.size-16 {
flex: 0 16%;
width: 16%;
}
.size-17 {
flex: 0 17%;
width: 17%;
}
.size-18 {
flex: 0 18%;
width: 18%;
}
.size-19 {
flex: 0 19%;
width: 19%;
}
.size-20 {
flex: 0 20%;
width: 20%;
}
.size-21 {
flex: 0 21%;
width: 21%;
}
.size-22 {
flex: 0 22%;
width: 22%;
}
.size-23 {
flex: 0 23%;
width: 23%;
}
.size-24 {
flex: 0 24%;
width: 24%;
}
.size-25 {
flex: 0 25%;
width: 25%;
}
.size-26 {
flex: 0 26%;
width: 26%;
}
.size-27 {
flex: 0 27%;
width: 27%;
}
.size-28 {
flex: 0 28%;
width: 28%;
}
.size-29 {
flex: 0 29%;
width: 29%;
}
.size-30 {
flex: 0 30%;
width: 30%;
}
.size-31 {
flex: 0 31%;
width: 31%;
}
.size-32 {
flex: 0 32%;
width: 32%;
}
.size-33 {
flex: 0 33%;
width: 33%;
}
.size-34 {
flex: 0 34%;
width: 34%;
}
.size-35 {
flex: 0 35%;
width: 35%;
}
.size-36 {
flex: 0 36%;
width: 36%;
}
.size-37 {
flex: 0 37%;
width: 37%;
}
.size-38 {
flex: 0 38%;
width: 38%;
}
.size-39 {
flex: 0 39%;
width: 39%;
}
.size-40 {
flex: 0 40%;
width: 40%;
}
.size-41 {
flex: 0 41%;
width: 41%;
}
.size-42 {
flex: 0 42%;
width: 42%;
}
.size-43 {
flex: 0 43%;
width: 43%;
}
.size-44 {
flex: 0 44%;
width: 44%;
}
.size-45 {
flex: 0 45%;
width: 45%;
}
.size-46 {
flex: 0 46%;
width: 46%;
}
.size-47 {
flex: 0 47%;
width: 47%;
}
.size-48 {
flex: 0 48%;
width: 48%;
}
.size-49 {
flex: 0 49%;
width: 49%;
}
.size-50 {
flex: 0 50%;
width: 50%;
}
.size-51 {
flex: 0 51%;
width: 51%;
}
.size-52 {
flex: 0 52%;
width: 52%;
}
.size-53 {
flex: 0 53%;
width: 53%;
}
.size-54 {
flex: 0 54%;
width: 54%;
}
.size-55 {
flex: 0 55%;
width: 55%;
}
.size-56 {
flex: 0 56%;
width: 56%;
}
.size-57 {
flex: 0 57%;
width: 57%;
}
.size-58 {
flex: 0 58%;
width: 58%;
}
.size-59 {
flex: 0 59%;
width: 59%;
}
.size-60 {
flex: 0 60%;
width: 60%;
}
.size-61 {
flex: 0 61%;
width: 61%;
}
.size-62 {
flex: 0 62%;
width: 62%;
}
.size-63 {
flex: 0 63%;
width: 63%;
}
.size-64 {
flex: 0 64%;
width: 64%;
}
.size-65 {
flex: 0 65%;
width: 65%;
}
.size-66 {
flex: 0 66%;
width: 66%;
}
.size-67 {
flex: 0 67%;
width: 67%;
}
.size-68 {
flex: 0 68%;
width: 68%;
}
.size-69 {
flex: 0 69%;
width: 69%;
}
.size-70 {
flex: 0 70%;
width: 70%;
}
.size-71 {
flex: 0 71%;
width: 71%;
}
.size-72 {
flex: 0 72%;
width: 72%;
}
.size-73 {
flex: 0 73%;
width: 73%;
}
.size-74 {
flex: 0 74%;
width: 74%;
}
.size-75 {
flex: 0 75%;
width: 75%;
}
.size-76 {
flex: 0 76%;
width: 76%;
}
.size-77 {
flex: 0 77%;
width: 77%;
}
.size-78 {
flex: 0 78%;
width: 78%;
}
.size-79 {
flex: 0 79%;
width: 79%;
}
.size-80 {
flex: 0 80%;
width: 80%;
}
.size-81 {
flex: 0 81%;
width: 81%;
}
.size-82 {
flex: 0 82%;
width: 82%;
}
.size-83 {
flex: 0 83%;
width: 83%;
}
.size-84 {
flex: 0 84%;
width: 84%;
}
.size-85 {
flex: 0 85%;
width: 85%;
}
.size-86 {
flex: 0 86%;
width: 86%;
}
.size-87 {
flex: 0 87%;
width: 87%;
}
.size-88 {
flex: 0 88%;
width: 88%;
}
.size-89 {
flex: 0 89%;
width: 89%;
}
.size-90 {
flex: 0 90%;
width: 90%;
}
.size-91 {
flex: 0 91%;
width: 91%;
}
.size-92 {
flex: 0 92%;
width: 92%;
}
.size-93 {
flex: 0 93%;
width: 93%;
}
.size-94 {
flex: 0 94%;
width: 94%;
}
.size-95 {
flex: 0 95%;
width: 95%;
}
.size-33-3 {
flex: 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%;
}
.size-16-7 {
flex: 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%;
}
.size-14-3 {
flex: 0 14.28571%;
width: 14.28571%;
max-width: 14.28571%;
}
.size-12-5 {
flex: 0 12.5%;
width: 12.5%;
max-width: 12.5%;
}
.size-11-1 {
flex: 0 11.11111%;
width: 11.11111%;
max-width: 11.11111%;
}
.size-9-1 {
flex: 0 9.09091%;
width: 9.09091%;
max-width: 9.09091%;
}
.size-8-3 {
flex: 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%;
}
.size-100 {
width: 100%;
max-width: 100%;
flex-grow: 0;
flex-basis: 100%;
}
.g-main-nav:not(.g-menu-hastouch) .g-dropdown {
z-index: 10;
top: -9999px;
}
.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active {
top: 100%;
}
.g-main-nav:not(.g-menu-hastouch) .g-dropdown .g-dropdown {
top: 0;
}
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active {
top: auto;
}
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown .g-dropdown.g-active {
top: 0;
}
.g-main-nav .g-toplevel > li {
display: inline-block;
cursor: pointer;
transition: background .2s ease-out, transform .2s ease-out;
}
.g-main-nav .g-toplevel > li.g-menu-item-type-particle, .g-main-nav .g-toplevel > li.g-menu-item-type-module {
cursor: initial;
}
.g-main-nav .g-toplevel > li .g-menu-item-content {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.g-main-nav .g-toplevel > li .g-menu-item-container {
transition: transform .2s ease-out;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
display: inline-block;
cursor: pointer;
width: 1.5rem;
opacity: 0.5;
font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome;
font-weight: 900;
content: "";
text-align: right;
}
.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after {
content: "";
}
.g-main-nav .g-dropdown {
transition: opacity .2s ease-out, transform .2s ease-out;
z-index: 1;
}
.g-main-nav .g-sublevel > li {
transition: background .2s ease-out, transform .2s ease-out;
}
.g-main-nav .g-sublevel > li.g-menu-item-type-particle, .g-main-nav .g-sublevel > li.g-menu-item-type-module {
cursor: initial;
}
.g-main-nav .g-sublevel > li .g-menu-item-content {
display: inline-block;
vertical-align: middle;
word-break: break-word;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-item-content {
margin-right: 2rem;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
position: absolute;
right: 0.738rem;
top: 0.838rem;
width: auto;
text-align: center;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
content: "";
text-align: center;
}
.g-main-nav .g-sublevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after {
content: "";
}
[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-item-content {
margin-right: inherit;
margin-left: 2rem;
text-align: right;
}
[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
right: inherit;
left: 0.738rem;
transform: rotate(180deg);
}
.g-menu-item-container {
display: block;
position: relative;
}
.g-menu-item-container input, .g-menu-item-container textarea {
color: #666;
}
.g-main-nav .g-standard {
position: relative;
}
.g-main-nav .g-standard .g-sublevel > li {
position: relative;
}
.g-main-nav .g-standard .g-dropdown {
top: 100%;
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-left {
right: 0;
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-center {
left: 50%;
transform: translateX(-50%);
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-right {
left: 0;
}
.g-main-nav .g-standard .g-dropdown .g-dropdown {
top: 0;
}
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-left {
left: auto;
right: 100%;
}
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right {
left: 100%;
right: auto;
}
.g-main-nav .g-standard .g-dropdown .g-block {
flex-grow: 0;
flex-basis: 100%;
}
.g-main-nav .g-standard .g-go-back {
display: none;
}
.g-main-nav .g-fullwidth .g-dropdown {
position: absolute;
left: 0;
right: 0;
}
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-left {
right: 0;
left: inherit;
}
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-center {
left: inherit;
right: inherit;
left: 50%;
transform: translateX(-50%);
}
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-right {
left: 0;
right: inherit;
}
.g-main-nav .g-fullwidth .g-dropdown .g-block {
position: relative;
overflow: hidden;
}
.g-main-nav .g-fullwidth .g-dropdown .g-go-back {
display: block;
}
.g-main-nav .g-fullwidth .g-dropdown .g-go-back.g-level-1 {
display: none;
}
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown {
top: 0;
transform: translateX(100%);
}
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown.g-active {
transform: translateX(0);
}
.g-main-nav .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container {
transform: translateX(-100%);
}
.g-go-back.g-level-1 {
display: none;
}
.g-go-back a span {
display: none;
}
.g-go-back a:before {
display: block;
text-align: center;
width: 1.28571em;
font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome;
font-weight: 900;
content: "";
opacity: 0.5;
}
.g-menu-item-container > i {
vertical-align: middle;
margin-right: 0.2rem;
}
.g-menu-item-subtitle {
display: block;
font-size: 0.8rem;
line-height: 1.1;
}
.g-nav-overlay, .g-menu-overlay {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
opacity: 0;
position: absolute;
transition: opacity .3s ease-out, z-index .1s ease-out;
}
#g-mobilemenu-container .g-toplevel {
position: relative;
}
#g-mobilemenu-container .g-toplevel li {
display: block;
position: static !important;
margin-right: 0;
cursor: pointer;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-container {
padding: 0.938rem 1rem;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
display: inline-block;
line-height: 1rem;
}
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-content {
position: relative;
}
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator {
position: absolute;
right: 0.938rem;
text-align: center;
}
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
display: inline-block;
text-align: center;
opacity: 0.5;
width: 1.5rem;
line-height: normal;
font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome;
font-weight: 900;
content: "";
}
#g-mobilemenu-container .g-toplevel .g-dropdown {
top: 0;
background: transparent;
position: absolute;
left: 0;
right: 0;
z-index: 1;
transition: transform .2s ease-out;
transform: translateX(100%);
}
#g-mobilemenu-container .g-toplevel .g-dropdown.g-active {
transform: translateX(0);
z-index: 0;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-go-back {
display: block;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block {
width: 100%;
overflow: visible;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back {
display: none;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back {
display: block;
}
#g-mobilemenu-container .g-toplevel .g-dropdown-column {
float: none;
padding: 0;
}
#g-mobilemenu-container .g-toplevel .g-dropdown-column [class*="size-"] {
flex: 0 1 100%;
max-width: 100%;
}
#g-mobilemenu-container .g-sublevel {
cursor: default;
}
#g-mobilemenu-container .g-sublevel li {
position: static;
}
#g-mobilemenu-container .g-sublevel .g-dropdown {
top: 0;
}
#g-mobilemenu-container .g-menu-item-container {
transition: transform .2s ease-out;
}
#g-mobilemenu-container .g-toplevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-toplevel.g-slide-out > .g-go-back > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-go-back > .g-menu-item-container {
transform: translateX(-100%);
}
#g-mobilemenu-container .g-menu-item-subtitle {
line-height: 1.5;
}
#g-mobilemenu-container i {
float: left;
line-height: 1.4rem;
margin-right: 0.3rem;
}
.g-menu-overlay.g-menu-overlay-open {
z-index: 2;
position: fixed;
opacity: 1;
height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
margin: 0.75rem 0 1.5rem 0;
text-rendering: optimizeLegibility;
}
p {
margin: 1.5rem 0;
}
ul, ol, dl {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
margin-top: 0;
margin-bottom: 0;
}
ul {
margin-left: 1.5rem;
padding: 0;
}
dl {
padding: 0;
}
ol {
padding-left: 1.5rem;
}
blockquote {
margin: 1.5rem 0;
padding-left: 0.75rem;
}
cite {
display: block;
}
cite:before {
content: "\2014 \0020";
}
pre {
margin: 1.5rem 0;
padding: 0.938rem;
}
hr {
border-left: none;
border-right: none;
border-top: none;
margin: 1.5rem 0;
}
fieldset {
border: 0;
padding: 0.938rem;
margin: 0 0 1.5rem 0;
}
label {
margin-bottom: 0.375rem;
}
label abbr {
display: none;
}
textarea, select[multiple=multiple] {
transition: border-color;
padding: 0.375rem 0.375rem;
}
textarea:focus, select[multiple=multiple]:focus {
outline: none;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
transition: border-color;
padding: 0.375rem 0.375rem;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
outline: none;
}
textarea {
resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
margin-right: 0.375rem;
}
input[type="file"] {
width: 100%;
}
select {
max-width: 100%;
}
button,
input[type="submit"] {
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
border: inherit;
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.hide, body .g-offcanvas-hide {
display: none;
}
.clearfix::after {
clear: both;
content: "";
display: table;
}
.center {
text-align: center !important;
}
.align-right {
text-align: right !important;
}
.align-left {
text-align: left !important;
}
.full-height {
min-height: 100vh;
}
.nomarginall {
margin: 0 !important;
}
.nomarginall .g-content {
margin: 0 !important;
}
.nomargintop {
margin-top: 0 !important;
}
.nomargintop .g-content {
margin-top: 0 !important;
}
.nomarginbottom {
margin-bottom: 0 !important;
}
.nomarginbottom .g-content {
margin-bottom: 0 !important;
}
.nomarginleft {
margin-left: 0 !important;
}
.nomarginleft .g-content {
margin-left: 0 !important;
}
.nomarginright {
margin-right: 0 !important;
}
.nomarginright .g-content {
margin-right: 0 !important;
}
.nopaddingall {
padding: 0 !important;
}
.nopaddingall .g-content {
padding: 0 !important;
}
.nopaddingtop {
padding-top: 0 !important;
}
.nopaddingtop .g-content {
padding-top: 0 !important;
}
.nopaddingbottom {
padding-bottom: 0 !important;
}
.nopaddingbottom .g-content {
padding-bottom: 0 !important;
}
.nopaddingleft {
padding-left: 0 !important;
}
.nopaddingleft .g-content {
padding-left: 0 !important;
}
.nopaddingright {
padding-right: 0 !important;
}
.nopaddingright .g-content {
padding-right: 0 !important;
}
.g-flushed {
padding: 0 !important;
}
.g-flushed .g-content {
padding: 0;
margin: 0;
}
.g-flushed .g-container {
width: 100%;
}
.full-width {
flex-grow: 0;
flex-basis: 100%;
}
.full-width .g-block {
flex-grow: 0;
flex-basis: 100%;
}
.hidden {
display: none;
visibility: hidden;
}
@media print {
.visible-print {
display: inherit !important;
}
.g-block.visible-print {
display: block !important;
}
.hidden-print {
display: none !important;
}
}
.equal-height {
display: flex;
}
.equal-height .g-content {
flex-basis: 100%;
}
#g-offcanvas {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
text-align: left;
display: none;
-webkit-overflow-scrolling: touch;
}
.g-offcanvas-toggle {
display: block;
position: absolute;
top: 0.7rem;
left: 0.7rem;
z-index: 10;
line-height: 1;
cursor: pointer;
}
.g-offcanvas-active {
overflow-x: hidden;
}
.g-offcanvas-open {
overflow: hidden;
}
.g-offcanvas-open body, .g-offcanvas-open #g-page-surround {
overflow: hidden;
}
.g-offcanvas-open .g-nav-overlay {
z-index: 15;
position: absolute;
opacity: 1;
height: 100%;
}
.g-offcanvas-open #g-offcanvas {
display: block;
}
.g-offcanvas-left #g-page-surround {
left: 0;
}
.g-offcanvas-right #g-offcanvas {
left: inherit;
}
.g-offcanvas-right .g-offcanvas-toggle {
left: inherit;
right: 0.7rem;
}
.g-offcanvas-right #g-page-surround {
right: 0;
}
.g-offcanvas-left #g-offcanvas {
right: inherit;
}.g-main-nav .g-standard .g-dropdown {
width: 180px;
}
.g-content {
margin: 0.625rem;
padding: 0.938rem;
}
.g-flushed .g-content {
margin: 0;
padding: 0;
}
body {
font-size: 1rem;
line-height: 1.5;
}
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 1.9rem;
}
h3 {
font-size: 1.1rem;
}
h4 {
font-size: 1.05rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.85rem;
}
small {
font-size: 0.875rem;
}
cite {
font-size: 0.875rem;
}
sub, sup {
font-size: 0.75rem;
}
code, kbd, pre, samp {
font-size: 1rem;
font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
border-radius: 0.1875rem;
}
body {
color: #000000;
background: #f8f8f8;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#g-page-surround {
background: #f8f8f8;
}
@media print {
#g-page-surround {
background: #fff !important;
color: #000 !important;
}
}
a {
color: #000000;
}
a:hover {
color: black;
}
h1, h2, h3, h4, h5, h6, strong {
color: black;
}
.button {
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 0.1875rem;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
background: #000000;
color: #ffffff;
border: 0;
line-height: 1.5;
font-size: 1rem;
vertical-align: middle;
text-shadow: none;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
transition: background 0.1s;
}
.button:hover {
background: #0d0d0d;
color: #ffffff;
}
.button:active, .button:focus {
background: black;
box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
color: #ffffff;
outline: 0;
}
.button:disabled {
opacity: 0.25;
cursor: not-allowed;
}
.button:disabled:hover {
background: #000000;
}
.gantry-logo {
display: inline-block;
}
@media only all and (max-width: 47.99rem) {
.gantry-logo {
display: block;
text-align: center;
}
}
.gantry-logo img {
width: 150px;
}
.logo-large {
display: inline-block;
}
@font-face {
font-family: "roboto";
font-style: normal;
font-weight: 400;
src: url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot#iefix) format("embedded-opentype"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff2) format("woff2"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff) format("woff"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf) format("truetype"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#roboto) format("svg");
}
@font-face {
font-family: "roboto";
font-style: normal;
font-weight: 500;
src: url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot#iefix) format("embedded-opentype"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff2) format("woff2"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff) format("woff"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf) format("truetype"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#roboto) format("svg");
}
@font-face {
font-family: "roboto";
font-style: normal;
font-weight: 700;
src: url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot#iefix) format("embedded-opentype"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff2) format("woff2"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff) format("woff"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf) format("truetype"), url(//www.lakuga.lv/wp-content/themes/lakuga-theme/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#roboto) format("svg");
}
body {
font-family: "roboto", "Mukta", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
font-weight: 400;
}
h1, h2, h3, h4, h5 {
font-family: "roboto", "Mukta", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "sans-serif !default;\a$font-family-mono: \9 \9 \9 \9 " Menlo", "Monaco", "monospace;\a$font-family-serif:\9 \9 \9 \9 " Georgia", "Times", "Times New Roman", serif;
font-weight: 500;
}
bold, strong {
font-weight: 700;
}
.button {
font-weight: 500;
}
blockquote {
border-left: 10px solid #F0F2F4;
}
blockquote p {
font-size: 1.1rem;
color: #333;
}
blockquote cite {
display: block;
text-align: right;
color: #000000;
font-size: 1.2rem;
}
code {
background: #f9f2f4;
color: #9c1d3d;
}
pre {
padding: 1rem;
margin: 2rem 0;
background: #f6f6f6;
border: 1px solid #dddddd;
border-radius: 0.1875rem;
line-height: 1.15;
font-size: 0.9rem;
}
pre code {
color: #237794;
background: inherit;
font-size: 0.9rem;
}
hr {
border-bottom: 4px solid #F0F2F4;
}
#g-navigation {
background: #000000;
color: #f8f8f8;
text-align: center;
position: relative;
z-index: 2;
}
#g-navigation .g-container {
position: relative;
}
#g-navigation a {
color: #666;
}
#g-navigation a:hover {
color: #f8f8f8;
}
#g-navigation .g-social a {
background: black;
border: none;
text-decoration: none;
color: #f8f8f8;
-webkit-transition: background 0.2s;
-moz-transition: background 0.2s;
transition: background 0.2s;
}
#g-navigation .g-social a:hover {
background: #0f0f0f;
}
#g-navigation .g-main-nav {
margin: -1.563rem;
}
#g-navigation .g-main-nav h1, #g-navigation .g-main-nav h2, #g-navigation .g-main-nav h3, #g-navigation .g-main-nav h4, #g-navigation .g-main-nav h5, #g-navigation .g-main-nav h6, #g-navigation .g-main-nav strong {
color: #f8f8f8;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
color: #f8f8f8;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
background: black;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: #f8f8f8;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
color: #000000;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
background: black;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
color: #f8f8f8;
}
#g-navigation .g-main-nav .g-dropdown {
background: black;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
color: #f8f8f8;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: black;
}
#g-navigation .g-main-nav .g-toplevel {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
-webkit-justify-content: center;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border: 1px solid #0f0f0f;
background: black;
border-radius: 0.1875rem;
margin: -0.2rem 0 -0.2rem 0.5rem;
padding: 0.2rem;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
background: black;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
text-align: center;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
color: #f8f8f8;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border: 1px solid #0f0f0f;
background: black;
border-radius: 0.1875rem;
padding: 0.1rem;
margin-top: -0.1rem;
margin-right: -0.1rem;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
background: black;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
text-align: center;
}
#g-navigation .search input {
color: #000000;
}
.g-main-nav .g-toplevel {
font-weight: 500;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
text-decoration: none;
padding: 1.2rem 0.938rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
line-height: normal;
}
.g-main-nav .g-toplevel i {
opacity: 0.6;
}
.g-main-nav .g-dropdown {
text-align: left;
}
.dir-rtl .g-main-nav .g-dropdown {
text-align: right;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
padding: 0.7815rem 1rem;
}
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
justify-content: flex-start;
-webkit-justify-content: flex-start;
}
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.g-menu-item-subtitle {
opacity: 0.7;
}
.g-nav-overlay, .g-menu-overlay {
background: rgba(0, 0, 0, 0.4);
}
@media print {
#g-navigation {
background: #fff !important;
color: #000 !important;
}
}
#g-offcanvas {
background: #f8f8f8;
width: 10rem;
color: #000000;
}
#g-offcanvas a {
color: white;
}
#g-offcanvas a:hover {
color: #000000;
}
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
color: #000000;
}
#g-offcanvas .button {
background: #8f4dae;
color: #000000;
}
#g-offcanvas .button:hover {
background: #9b5db7;
}
#g-offcanvas .button:active {
background: #80459c;
}
.g-offcanvas-toggle {
font-size: 1.5rem;
color: #171717;
display: none;
}
@media only all and (max-width: 48rem) {
.g-offcanvas-toggle {
display: block;
}
}
#g-offcanvas #g-mobilemenu-container ul {
background: #f8f8f8;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
color: #000000;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: black;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
color: #000000;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border: 1px solid #0f0f0f;
background: black;
border-radius: 0.1875rem;
margin: -0.2rem 0 -0.2rem 0.5rem;
padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
background: black;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
width: 10rem;
}
#g-mobilemenu-container {
margin: -1.563rem;
}
@media print {
#g-offcanvas {
background: #fff !important;
color: #000 !important;
}
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
left: 10rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
right: 10rem;
}
#g-header {
background: #f8f8f8;
color: #000000;
position: relative;
z-index: 3;
}
#g-header a {
color: white;
}
#g-header a:hover {
color: #000000;
}
#g-header .g-main-nav h1, #g-header .g-main-nav h2, #g-header .g-main-nav h3, #g-header .g-main-nav h4, #g-header .g-main-nav h5, #g-header .g-main-nav h6, #g-header .g-main-nav strong {
color: #000000;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
color: #000000;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
background: #e9e9e9;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: #f8f8f8;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
color: #000000;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
background: #e9e9e9;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
color: #000000;
}
#g-header .g-main-nav .g-dropdown {
background: #e9e9e9;
}
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
color: #000000;
}
#g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: #dfdfdf;
}
#g-header .g-main-nav .g-toplevel {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border: 1px solid white;
background: #eee;
border-radius: 0.1875rem;
margin: -0.2rem 0 -0.2rem 0.5rem;
padding: 0.2rem;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
background: #e4e4e4;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
text-align: center;
}
#g-header .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
color: #000000;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border: 1px solid white;
background: #eee;
border-radius: 0.1875rem;
padding: 0.1rem;
margin-top: -0.1rem;
margin-right: -0.1rem;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
background: #e4e4e4;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
text-align: center;
}
#g-header .search input {
color: #000000;
}
@media print {
#g-header {
background: #fff !important;
color: #000 !important;
}
}
#g-showcase {
padding: 1.5rem 0;
background-color: #0f0f0f;
color: #f8f8f8;
}
#g-showcase a {
color: #8f8f8f;
}
#g-showcase a:hover {
color: #f8f8f8;
}
#g-showcase h1, #g-showcase h2, #g-showcase h3, #g-showcase h4, #g-showcase h5, #g-showcase h6, #g-showcase strong {
color: #f8f8f8;
}
#g-showcase .button {
background: #8f4dae;
color: #f8f8f8;
}
#g-showcase .button:hover {
background: #9b5db7;
}
#g-showcase .button:active {
background: #80459c;
}
#g-showcase .g-social a {
background: black;
border: none;
color: #f8f8f8;
-webkit-transition: background 0.2s;
-moz-transition: background 0.2s;
transition: background 0.2s;
}
#g-showcase .g-social a:hover {
background: #1e1e1e;
}
@media print {
#g-showcase {
background: #fff !important;
color: #000 !important;
}
}
#g-feature {
padding: 1.5rem 0;
background: #ffffff;
color: #666666;
}
@media print {
#g-feature {
background: #fff !important;
color: #000 !important;
}
}
#g-subfeature {
padding: 1.5rem 0;
background: #f8f8f8;
color: #666666;
border-top: 1px solid rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
#g-subfeature {
background: #fff !important;
color: #000 !important;
}
}
#g-page-surround {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#g-main {
padding: 1.5rem 0;
background: #f8f8f8;
color: #000000;
}
@media print {
#g-main {
background: #fff !important;
color: #000 !important;
}
}
#g-sidebar, #g-aside {
padding: 1.5rem 0;
color: #000000;
}
@media print {
#g-sidebar {
background: #fff !important;
color: #000 !important;
}
}
#g-footer {
background: #000000;
color: #f8f8f8;
border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only all and (max-width: 47.99rem) {
#g-footer {
text-align: center;
}
}
@media print {
#g-footer {
background: #fff !important;
color: #000 !important;
}
}
.flush .g-container > .g-grid > .g-block > .g-content {
margin: 0;
padding: 0;
}
.moduletable[class*="box"], .moduletable[class*="shadow"], .widget[class*="box"], .widget[class*="shadow"] {
padding: 0.938rem;
margin: 0.625rem;
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
background: #ffffff;
}
.box1.moduletable, .box1.moduletable h1, .box1.moduletable h2, .box1.moduletable h3, .box1.moduletable h4, .box1.moduletable h5, .box1.moduletable h6, .box1.moduletable strong, .box1.moduletable i, .box1.widget, .box1.widget h1, .box1.widget h2, .box1.widget h3, .box1.widget h4, .box1.widget h5, .box1.widget h6, .box1.widget strong, .box1.widget i, .box1 > .g-content, .box1 > .g-content h1, .box1 > .g-content h2, .box1 > .g-content h3, .box1 > .g-content h4, .box1 > .g-content h5, .box1 > .g-content h6, .box1 > .g-content strong, .box1 > .g-content i {
color: #595959;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
background: #e0e0e0;
}
.box2.moduletable, .box2.moduletable h1, .box2.moduletable h2, .box2.moduletable h3, .box2.moduletable h4, .box2.moduletable h5, .box2.moduletable h6, .box2.moduletable strong, .box2.moduletable i, .box2.widget, .box2.widget h1, .box2.widget h2, .box2.widget h3, .box2.widget h4, .box2.widget h5, .box2.widget h6, .box2.widget strong, .box2.widget i, .box2 > .g-content, .box2 > .g-content h1, .box2 > .g-content h2, .box2 > .g-content h3, .box2 > .g-content h4, .box2 > .g-content h5, .box2 > .g-content h6, .box2 > .g-content strong, .box2 > .g-content i {
color: #6d6d6d;
}
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
background: #000000;
}
.box3.moduletable, .box3.moduletable h1, .box3.moduletable h2, .box3.moduletable h3, .box3.moduletable h4, .box3.moduletable h5, .box3.moduletable h6, .box3.moduletable strong, .box3.moduletable i, .box3.widget, .box3.widget h1, .box3.widget h2, .box3.widget h3, .box3.widget h4, .box3.widget h5, .box3.widget h6, .box3.widget strong, .box3.widget i, .box3 > .g-content, .box3 > .g-content h1, .box3 > .g-content h2, .box3 > .g-content h3, .box3 > .g-content h4, .box3 > .g-content h5, .box3 > .g-content h6, .box3 > .g-content strong, .box3 > .g-content i {
color: #ffffff;
}
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
color: #595959;
}
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
color: #ffffff;
}
.box3.moduletable .button, .box3.widget .button, .box3 > .g-content .button {
color: #a6a6a6;
background: #1a1a1a;
}
.box3.moduletable .button:hover, .box3.widget .button:hover, .box3 > .g-content .button:hover {
background: #262626;
}
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
background: #8f4dae;
}
.box4.moduletable, .box4.moduletable h1, .box4.moduletable h2, .box4.moduletable h3, .box4.moduletable h4, .box4.moduletable h5, .box4.moduletable h6, .box4.moduletable strong, .box4.moduletable i, .box4.widget, .box4.widget h1, .box4.widget h2, .box4.widget h3, .box4.widget h4, .box4.widget h5, .box4.widget h6, .box4.widget strong, .box4.widget i, .box4 > .g-content, .box4 > .g-content h1, .box4 > .g-content h2, .box4 > .g-content h3, .box4 > .g-content h4, .box4 > .g-content h5, .box4 > .g-content h6, .box4 > .g-content strong, .box4 > .g-content i {
color: #ffffff;
}
.box4.moduletable a, .box4.widget a, .box4 > .g-content a {
color: #dcc7e6;
}
.box4.moduletable a:hover, .box4.widget a:hover, .box4 > .g-content a:hover {
color: #ffffff;
}
.box4.moduletable .button, .box4.widget .button, .box4 > .g-content .button {
color: #f2ebf6;
background: #b080c7;
}
.box4.moduletable .button:hover, .box4.widget .button:hover, .box4 > .g-content .button:hover {
background: #a66fbf;
}
.shadow.moduletable, .shadow.widget, .shadow.g-outer-box, .shadow > .g-content {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.disabled.moduletable, .disabled.widget, .disabled.g-outer-box, .disabled > .g-content {
opacity: 0.4;
}
.square.moduletable, .square.widget, .square.g-outer-box, .square > .g-content {
border-radius: none;
}
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
border-radius: 0.1875rem;
}
table {
border: 1px solid #eaeaea;
}
th {
background: #f7f7f7;
padding: 0.5rem;
}
td {
padding: 0.5rem;
border: 1px solid #eaeaea;
}
textarea, select[multiple=multiple] {
background-color: white;
border: 1px solid #dddddd;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
textarea:hover, select[multiple=multiple]:hover {
border-color: #c4c4c4;
}
textarea:focus, select[multiple=multiple]:focus {
border-color: #000000;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
background-color: white;
border: 1px solid #dddddd;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
border-color: #c4c4c4;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
border-color: #000000;
}
.g-social a {
display: inline-block;
padding: 0.1rem 0.4rem;
background: #fafafa;
border: 1px solid #dddddd;
border-radius: 0.1875rem;
margin-bottom: 4px;
text-decoration: none;
}
.sample-content {
text-align: center;
}
.sample-content .subtitle {
text-transform: uppercase;
font-size: 0.8rem;
display: block;
margin-top: -1.3rem;
}
.sample-content .sample-icons {
font-size: 5rem;
color: #000000;
opacity: 0.6;
}
.sample-content .sample-description {
font-size: 1.2rem;
}
@media only all and (min-width: 48rem) {
.sample-content .device-promo {
width: 356px;
height: 203px;
position: relative;
float: right;
margin-left: 3rem;
margin-bottom: 1rem;
}
.sample-content .device-promo .macbook {
width: 356px;
height: 203px;
position: absolute;
z-index: 1;
background: url(//www.lakuga.lv/wp-content/themes/lakuga-theme/images/macbook.png);
}
.sample-content .device-promo .macbook .macbook-color {
position: absolute;
width: 206px;
height: 118px;
left: 37px;
top: 56px;
background: #ccc;
}
.sample-content .device-promo .ipad {
width: 356px;
height: 203px;
position: absolute;
z-index: 2;
background: url(//www.lakuga.lv/wp-content/themes/lakuga-theme/images/ipad.png);
}
.sample-content .device-promo .ipad .ipad-color {
position: absolute;
width: 111px;
height: 163px;
right: 27px;
top: 20px;
background: #000000;
}
.sample-content .device-promo .iphone {
width: 356px;
height: 203px;
position: absolute;
z-index: 3;
background: url(//www.lakuga.lv/wp-content/themes/lakuga-theme/images/iphone.png);
}
.sample-content .device-promo .iphone .iphone-color {
position: absolute;
width: 46px;
height: 75px;
right: 4px;
top: 112px;
background: #8f4dae;
}
}
.sample-content .middle {
text-align: center;
}
.sample-content .fa-github-square {
color: #ddd;
margin-top: 1.5rem;
font-size: 10rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.sample-content .fa-github-square {
font-size: 8rem;
}
}
@media only all and (max-width: 47.99rem) {
.sample-content .fa-github-square {
float: none !important;
margin-right: 0;
}
}
.sample-content .info-box {
background: #eee;
border: 1px solid #dfdfdf;
padding: 0.938rem;
border-radius: 0.1875rem;
margin-bottom: 4rem;
}
.sample-content .fa-graduation-cap {
color: #d2d2d2;
margin: 1rem 2rem 1rem 1rem;
font-size: 6rem;
}
@media only all and (min-width: 60rem) {
#g-showcase .sample-description {
padding: 0 6rem;
}
}
@media only all and (min-width: 60rem) {
#g-subfeature .sample-content .g-content {
padding-left: 2rem;
padding-right: 2rem;
}
}
@media only all and (min-width: 48rem) {
#g-main .sample-content {
text-align: inherit;
}
}
.g-content-array {
margin-left: -0.938rem;
margin-right: -0.938rem;
}
.g-content-array .g-grid {
margin-bottom: 2.3445rem;
}
.g-content-array .g-grid:last-child {
margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
.g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
margin-bottom: 0;
}
}
@media only all and (max-width: 47.99rem) {
.g-content-array .g-grid {
margin-bottom: 0;
}
}
.g-content-array .g-content {
margin: 0;
padding-top: 0;
padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
.g-content-array .g-array-item {
margin-bottom: 2.3445rem;
}
}
.g-content-array .g-array-item-image {
margin: 0 0 15px 0;
}
.g-content-array .g-item-title {
margin: 0;
}
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
margin: 15px 0 0;
}
.g-content-array .g-array-item-details {
font-size: 90%;
}
.g-content-array .g-array-item-details > span {
margin-right: 10px;
}
.g-content-array .g-array-item-details i {
margin-right: 5px;
}
.g-main-nav .g-standard .g-dropdown {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.g-main-nav .g-standard .g-fade.g-dropdown {
-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-standard .g-zoom.g-active {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: g-dropdown-zoom;
-moz-animation-name: g-dropdown-zoom;
animation-name: g-dropdown-zoom;
}
.g-main-nav .g-standard .g-fade-in-up.g-active {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: g-dropdown-fade-in-up;
-moz-animation-name: g-dropdown-fade-in-up;
animation-name: g-dropdown-fade-in-up;
}
.g-main-nav .g-fullwidth > .g-dropdown {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-fullwidth > .g-zoom.g-active {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: g-dropdown-zoom;
-moz-animation-name: g-dropdown-zoom;
animation-name: g-dropdown-zoom;
}
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: g-dropdown-fade-in-up;
-moz-animation-name: g-dropdown-fade-in-up;
animation-name: g-dropdown-fade-in-up;
}
@-webkit-keyframes g-dropdown-zoom {
0% {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 0.8);
}
100% {
opacity: 1;
}
}
@-moz-keyframes g-dropdown-zoom {
0% {
opacity: 0;
-moz-transform: scale3d(0.8, 0.8, 0.8);
}
100% {
opacity: 1;
}
}
@keyframes g-dropdown-zoom {
0% {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 0.8);
-moz-transform: scale3d(0.8, 0.8, 0.8);
-ms-transform: scale3d(0.8, 0.8, 0.8);
-o-transform: scale3d(0.8, 0.8, 0.8);
transform: scale3d(0.8, 0.8, 0.8);
}
100% {
opacity: 1;
}
}
@-webkit-keyframes g-dropdown-fade-in-up {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
}
100% {
opacity: 1;
}
}
@-moz-keyframes g-dropdown-fade-in-up {
0% {
opacity: 0;
-moz-transform: translate3d(0, 30px, 0);
}
100% {
opacity: 1;
}
}
@keyframes g-dropdown-fade-in-up {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
-ms-transform: translate3d(0, 30px, 0);
-o-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
}
100% {
opacity: 1;
}
}
.g-offline #grav-login {
max-width: 36rem;
}
.g-offline #grav-login .form-actions {
margin-top: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
.g-offline #grav-login .form-actions {
text-align: center;
}
}
.g-offline #grav-login .button {
text-transform: capitalize;
}
@media only all and (max-width: 47.99rem) {
.g-offline #grav-login .rememberme {
float: none;
display: block;
}
}
.g-container {
width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.g-container {
width: 60rem;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-container {
width: 48rem;
}
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
.g-container {
width: 30rem;
}
}
@media only all and (max-width: 30rem) {
.g-container {
width: 100%;
}
}
.g-container.g-flushed {
width: 100%;
}
@media only all and (max-width: 47.99rem) {
.g-block {
flex-grow: 0;
flex-basis: 100%;
}
}
@media only all and (max-width: 47.99rem) {
body [class*="size-"] {
flex-grow: 0;
flex-basis: 100%;
max-width: 100%;
}
}
@media only all and (max-width: 47.99rem) {
@supports not (flex-wrap: wrap) {
.g-grid {
display: block;
flex-wrap: inherit;
}
.g-block {
display: block;
flex: inherit;
}
}
}
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
display: none !important;
}
@media only all and (max-width: 47.99rem) {
.visible-phone {
display: block !important;
}
.g-block.visible-phone {
display: block !important;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.visible-tablet {
display: block !important;
}
.g-block.visible-tablet {
display: block !important;
}
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.visible-desktop {
display: block !important;
}
.g-block.visible-desktop {
display: block !important;
}
}
@media only all and (min-width: 75rem) {
.visible-large {
display: block !important;
}
.g-block.visible-large {
display: block !important;
}
.visible-desktop {
display: block !important;
}
.g-block.visible-desktop {
display: block !important;
}
}
@media only all and (max-width: 47.99rem) {
.hidden-phone {
display: none !important;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.hidden-tablet {
display: none !important;
}
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.hidden-desktop {
display: none !important;
}
}
@media only all and (min-width: 75rem) {
.hidden-large {
display: none !important;
}
.hidden-desktop {
display: none !important;
}
}
@media only all and (max-width: 47.99rem) {
.align-right {
text-align: inherit !important;
}
.align-left {
text-align: inherit !important;
}
}dl {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
dd {
margin-left: 1.5rem;
}
ul.menu ul {
margin-left: 1.5rem;
}
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}
.platform-content .entries .tease {
margin: 0.625rem 0;
padding: 0.938rem 0;
}
.platform-content .entries .tease.sticky {
padding: 0.938rem;
}
.platform-content .entries .tease.sticky .entry-title {
margin-top: 0;
}
.platform-content .post-thumbnail {
display: block;
margin: 0.65rem 0;
min-width: 0;
min-height: 0;
}
.platform-content .post-thumbnail .float-left {
margin: 0 1rem 0.65rem 0;
}
.platform-content .post-thumbnail .float-right {
margin: 0 0 0.65rem 1rem;
}
.g-loginform fieldset.login-data {
padding: 0;
}
.g-loginform .login-pretext p, .g-loginform .login-posttext p {
margin: 0.5rem 0;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 0.8rem;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery {
display: flex;
flex-flow: row wrap;
}
.gallery.gallery-columns-1 .gallery-item {
flex: 0 100%;
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
flex: 0 50%;
width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
flex: 0 33.33333%;
width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
flex: 0 25%;
width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
flex: 0 20%;
width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
flex: 0 16.66667%;
width: 16.66667%;
}
.gallery.gallery-columns-7 .gallery-item {
flex: 0 14.28571%;
width: 14.28571%;
}
.gallery.gallery-columns-8 .gallery-item {
flex: 0 12.5%;
width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
flex: 0 11.11111%;
width: 11.11111%;
}
.gallery.gallery-columns-10 .gallery-item {
flex: 0 10%;
width: 10%;
}
.gallery .gallery-item {
min-width: 0;
min-height: 0;
margin: 1rem 0;
text-align: center;
}
.gallery .gallery-caption {
margin-left: 0;
}
.platform-content .entry-meta {
margin: 1.5rem 0;
}
.pagination, .page-links {
margin: 1.5rem 0;
}
.pagination ul.pagination-list, .page-links ul.pagination-list {
list-style: none;
margin: 0;
}
.pagination ul.pagination-list li.pagination-list-item, .page-links ul.pagination-list li.pagination-list-item {
display: inline-block;
}
@media only all and (max-width: 47.99rem) {
.pagination p.counter, .page-links p.counter {
display: none;
}
}
.page-links {
text-align: center;
}
#comments ol.commentlist {
list-style: none;
padding-left: 0;
}
#comments ol.commentlist ol.children {
list-style: none;
}
@media only all and (max-width: 47.99rem) {
#comments ol.commentlist ol.children {
padding-left: 0.5rem;
}
}
#comments ol.commentlist li.comment {
margin: 20px 0 0;
}
#comments ol.commentlist li.comment .comment-author {
display: flex;
height: 48px;
line-height: 45px;
}
@media only all and (max-width: 47.99rem) {
#comments ol.commentlist li.comment .comment-author {
overflow: hidden;
}
}
#comments ol.commentlist li.comment .comment-author .author-avatar {
flex: 0 48px;
width: 48px;
margin-right: 10px;
}
#comments ol.commentlist li.comment .comment-author .author-meta {
flex: 1;
}
#comments ol.commentlist li.comment .comment-author .author-meta .author-name {
font-size: 1.4rem;
font-weight: bold;
margin-right: 5px;
}
@media only all and (max-width: 47.99rem) {
#comments ol.commentlist li.comment .comment-author .author-meta .author-name {
font-size: 1rem;
}
}
#comments ol.commentlist li.comment .comment-author .author-meta time, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link {
font-size: 0.8rem;
}
@media only all and (max-width: 47.99rem) {
#comments ol.commentlist li.comment .comment-author .author-meta time, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link {
display: none;
}
}
#comments ol.commentlist li.comment .comment-content {
padding: 10px 15px;
}
#comments ol.commentlist li.comment .comment-content .comment-reply {
text-align: right;
}
#comments #comments-nav {
display: flex;
}
#comments #comments-nav .comments-next {
margin-left: auto;
}
@media only all and (max-width: 47.99rem) {
#comments #comments-nav a.button {
font-size: 0.8rem;
}
}
#comments #respond {
margin-top: 20px;
}
#comments #respond .inputbox {
width: 100%;
}
#comments #respond .inputbox.respond-textarea {
min-height: 250px;
}
#comments #respond .button:focus {
outline: none;
}
.widget.widget_nav_menu ul.menu {
margin-left: 0;
list-style: none;
}
.widget.widget_nav_menu ul.menu ul.sub-menu {
list-style: none;
}.header-text a {
color: #000 !important;
}
.header-text a:hover {
text-decoration: none;
}
#g-header {
margin-top: -3rem;
z-index: 2;
margin-bottom: -2rem;
}
.header-text {
margin-top: 6rem;
}
p a {
text-decoration: underline;
text-decoration-color: #f31855;
}
p a:hover {
color: #000;
background-color: #f31855;
}
#metas {
margin-left: -1rem;
margin-top: -1.5rem;
}
#metas .entry-meta {
font-size: 0.8rem;
}
#metas .entry-meta {
color: #2e3236;
}
.featured-image-caption {
color: #555d66;
font-size: 13px;
}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
background: none;
}@font-face{font-family:'FontAwesome';src:url(//www.lakuga.lv/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.lakuga.lv/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.lakuga.lv/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.lakuga.lv/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.lakuga.lv/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.lakuga.lv/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}.alert {
border-radius: 0.1875rem;
padding: 0.938rem;
margin-bottom: 1.5rem;
text-shadow: none;
}
.alert {
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 4px;
}
.alert, .alert h4 {
color: #c09853;
}
.alert h4 {
margin: 0;
}
.alert .close {
top: -2px;
right: -21px;
line-height: 20px;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success h4 {
color: #468847;
}
.alert-danger, .alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
color: #b94a48;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info h4 {
color: #3a87ad;
}
.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
margin-bottom: 0;
}
.alert-block p + p {
margin-top: 5px;
}
legend {
font-size: 1.3rem;
line-height: 1.5;
}
legend small {
font-size: 0.8rem;
}
.platform-content .entries {
margin: -0.938rem;
}
.platform-content .entries .g-block {
padding: 0 0.938rem;
}
.platform-content .entries .g-block .tease.sticky {
background-color: #f2f2f2;
}
.search-form input.search-field {
height: 40px;
padding-top: 3px;
color: #000000;
}
@media only all and (max-width: 47.99rem) {
.pagination .pagination-list-item, .page-links .pagination-list-item {
margin-bottom: 0.8rem;
}
}
.pagination .page-numbers, .pagination .prev, .pagination .next, .page-links .page-numbers, .page-links .prev, .page-links .next {
padding: 0.3rem 1rem;
background: #fafafa;
border: 1px solid #dddddd;
border-radius: 0.1875rem;
}
#comments ol.commentlist li.comment .comment-body {
background-color: #f2f2f2;
}
#comments ol.commentlist li.comment .comment-author {
background-color: #000000;
color: #f8f8f8;
}
#comments ol.commentlist li.comment .comment-author a {
color: #f8f8f8;
}
#comments ol.commentlist li.comment .comment-author a:hover {
color: #0f0f0f;
}
#comments ol.commentlist li.comment.bypostauthor > .comment-body > .comment-author {
background-color: #0f0f0f;
color: #f8f8f8;
}
#comments ol.commentlist li.comment.bypostauthor > .comment-body > .comment-author a:hover {
color: #000000;
}.error-image {
height: 30rem;
margin-left: 10rem;
}
.ai1ec-event-details {
margin-top: 3rem !important;
}
.ai1ec-field-label {
width: unset !important;
font-size: unset !important;
}
.ai1ec-single-event {
margin-bottom: 0rem;
}
.entry-title-main {
line-height: 2rem;
}
.content-wrapper {
margin-top: 1rem;
}
.totop {
color: #f31855;
}
#g-totop {
color: #f31855;
}
#totop-2995-particle {
margin-top: -0.2rem;
}
.supporters-1 {
width: 5rem;
margin-left: 1rem;
}
.supporters-2 {
width: 11rem;
margin-left: 1rem;
}
.supporters-3 {
width: 8rem;
margin-left: 3rem;
}
.supporters-4 {
width: 12rem;
margin-left: 3rem;
}
.supporters-5 {
width: 13rem;
margin-left: 3rem;
}
.supporters-6 {
width: 19rem;
margin-left: -4rem;
}
.supporter-banners {
margin-left: 0rem;
}
.widgettitle {
font-size: 1.39rem;
}
.hidden-b {
display: none;
}
.calendar-1 {
margin-top: -3rem;
}
.calendar-2 {
margin-top: -1rem;
}
blockquote {
border-left: 10px solid #23514B;
}
blockquote p {
color: #171717;
}
::selection {
color: #171717;
background: #f31855;
}
.expanding-archives-title {
background: #ebebeb;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: #f31855 !important;
}
.hidden-c {
display: none;
}
.first-post-title {
font-weight: 1000;
}
svg.a2a_button_facebook:hover {
fill: red;
cursor: pointer; }
.hidden-d {
display: none;
}
.header-text {
margin-left: 0rem;
font-size: 40px;
margin-top: 6rem;
}
.header-text {
font-family: "Alfa Slab One", cursive;
}
.banner-image {
margin-top: 1rem;
}
.lakuga-banner {
height: 13rem;
}
.editorial {
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.editorial {
margin-top: -2.5rem;
}
.editor-suggestion-post {
margin-top: -2.5rem;
}
.crp_date {
margin-left: 1rem;
position: absolute;
margin-top: 2.5rem;
font-size: 0.7rem;
}
.similar-posts {
margin-bottom: 1rem;
width: 15%;
}
.crp_title {
margin-left: 1rem;
margin-top: 0rem;
position: absolute;
line-height: 1.25rem;
font-size: 1.25rem;
width: 35%;
font-family: roboto;
font-weight: 500;
}
.copyright-responsive {
font-size: 0.782rem;
margin-top: -0.5rem;
}
.branding-responsive {
font-size: 0.782rem;
margin-top: -0.5rem;
}
#g-main .size-100 {
margin-top: -2rem;
}
.read-more {
display: none;
}
#g-aside1 {
margin-top: 2rem;
}
#g-navigation {
margin-bottom: 1rem;
}
.editor-suggestion {
margin-top: -2.5rem;
}
.suggest {
margin-top: -2.5rem;
}
.suggest3 {
margin-bottom: 0.7rem;
margin-left: 0.5rem;
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 0.1875rem;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
background: #f31855;
color: #f8f8f8;
}
.center-text {
margin-left: 2rem;
margin-right: 3rem;
}
.newest-articles {
margin-top: -0.3rem;
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.suggest2 {
margin-top: -0.3rem;
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
#search--2 {
margin-bottom: -1.5rem;
margin-top: 1rem;
}
#scroll {
position: sticky;
}
.title-size-front {
line-height: 1.3rem;
}
.hidden-a {
display: none;
}
#g-aside2 {
position: sticky;
top: 40px;
}
#g-aside1 {
position: sticky;
top: 70px;
}
#g-navigation {
position: sticky;
top: 0px;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
#g-page-surround {
overflow: unset;
}
.g-main-nav {
font-size: 0.744rem;
margin-top: -1.9rem !important;
margin-bottom: -2rem !important;
position: absolute;
}
.category-color {
color: #f8f8f8;
}
.fixed {
position: fixed;
}
.test-box {
border: 1px solid;
border-color: #373737;
}
.pal {
background: #d5d5d5 !important;
}
.wrap-lakuga-main {
position: relative;
}
.button-position {
position: absolute;
}
.main-text-over {
font-size: 1.8rem;
}
.inter {
background: #ececec;
}
.deed {
background: #e6e6e6;
}
.super-text-over {
bottom: 8rem;
position: absolute;
font-size: 2.5rem;
font-weight: 900;
text-transform: uppercase;
line-height: 2.5rem;
background: #f8f8f8;
padding: 0.5rem;
}
.bbo {
border-bottom: solid;
}
.bbd {
border-top: 1px solid;
}
.test-box2 {
border-style: solid;
border-color: #373737;
}
.border-main-post {
border-right: 1px solid #848484;
}
.superpost-border {
border: 1px solid #848484;
}
.superpost-border-margin {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.category-float-left {
float: right;
}
.g-grid {
display: flex;
}
.li-style {
border-left: 1px solid;
margin: 0.5rem;
}
.similar-posts {
border: 1px;
}
a:hover {
color: #f31855;
text-decoration: underline solid;
text-decoration-color: #f31855;
}
#g-navigation .g-main-nav {
margin: -0.6rem;
}
.button:hover {
background: #23514B;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.button {
background: #23514B;
font-size: 0.7rem;
}
.suggest {
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: #f8f8f8;
}
.g-menu-item-container {
color: #f8f8f8;
}
#menu-8417-particle .g-menu-item:hover {
background: #f8f8f8;
}
.g-powered-by {
color: #f8f8f8;
}
.g-powered-by:hover {
color: #f8f8f8;
}
.post-content-left {
float: left;
}
.image-size {
max-width: 100%;
}
.tease {
display: flex;
flex-flow: row-reverse;
}
.title-size {
font-size: 1.3rem;
width: 30rem;
margin-left: 1rem;
margin-bottom: -1.5rem;
margin-top: 0rem;
}
meta-author-left {
float: right;
position: absolute;
left: 48%;
}
.meta-date-right {
margin-left: 0.7rem;
}
.fa {
margin-left: 0.3rem;
}
.entry-meta {
font-size: 1rem;
}
.entry-meta {
display: flex;
flex-flow: row;
margin-left: 1rem !important;
margin-top: 2rem !important;
}
#hidden-cal {
display: none;
}
#g-navigation {
background: #23514B;
}
#g-navigation .g-main-nav .g-dropdown {
background: #23514B;
}
.g-menu-item:hover {
background: #171717 !important;
}
.g-menu-item-title:hover {
color: #f8f8f8 !important;
}
#g-footer a:hover {
color: #f8f8f8 !important;
}
#g-footer {
padding: 1rem;
}
.crp_related {
margin-top: 8rem;
}
@media only all and (min-width: 75rem) {
.crp_title {
width: 30%;
}
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.title-float-right {
float: none;
position: absolute;
left: 42%;
max-width: 35%;
}
.header-text {
font-size: 40px;
}
.post-type-post .entry-title {
width: unset;
margin-left: 0rem;
line-height: 2rem;
}
.entry-title {
width: unset;
margin-left: 6rem;
line-height: 1.5rem;
}
.entry-meta {
font-size: 0.6rem;
flex-flow: row;
margin-left: 5rem !important;
}
.center-text {
margin-left: 0.4rem;
margin-right: 2rem;
}
#g-navigation {
height: 7rem;
}
.widget_a2a_follow_widget {
margin-left: -2rem;
}
.widgettitle {
font-size: 0.9rem;
}
.g-main-nav {
font-size: 0.5;
margin-top: -2rem !important;
margin-bottom: -2rem !important;
position: unset;
}
.title-float-right {
margin-top: 0.5rem;
position: absolute;
left: 44%;
max-width: 40%;
}
.ai1ec-agenda-widget-view .ai1ec-event {
margin: 5.5px 0 6.5px 7.8em;
}
.ai1ec-date-title {
font-size: 0.5rem;
}
.ai1ec-event {
font-size: 0.5rem;
}
.title-size {
font-size: 1.5rem;
}
.image-size {
max-width: 50%;
}
.calendar-2 {
display: none;
}
#search--2 {
display: none;
}
#search--3 {
display: none;
}
.r-size {
font-size: 0.6rem;
}
.supporter-banners {
margin-left: 0rem;
}
.supporters-6 {
margin-left: 10rem;
}
.crp_title {
margin-left: 1rem;
margin-top: 0rem;
position: absolute;
line-height: 1rem;
font-size: 1rem;
width: 60%;
}
.header-text {
font-size: 35px;
}
.title-float-right {
float: none;
position: absolute;
left: 43%;
max-width: 55%;
}
.title-size {
font-size: 1.5rem;
line-height: none;
}
.superpost-border {
border: none;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.header-text {
font-size: 40px;
}
.ai1ec-calendar-toolbar {
display: none;
}
.featured-image-caption {
margin-top: 0.5rem;
}
.entry-title {
width: 15rem;
margin-left: 5rem;
line-height: 1.5rem;
}
.entry-meta {
font-size: 0.6rem;
flex-flow: row;
margin-left: 5rem !important;
}
.center-text {
margin-left: 0.4rem;
margin-right: 2rem;
}
#g-navigation {
height: 7rem;
}
.widget_a2a_follow_widget {
margin-left: -2rem;
}
.widgettitle {
font-size: 0.9rem;
}
.g-main-nav {
font-size: 0.5;
margin-top: -2rem !important;
margin-bottom: -2rem !important;
position: unset;
}
.title-float-right {
margin-top: 0.5rem;
position: absolute;
left: 42%;
max-width: 40%;
}
.ai1ec-agenda-widget-view .ai1ec-event {
margin: 5.5px 0 6.5px 7.8em;
}
.ai1ec-date-title {
font-size: 0.5rem;
}
.ai1ec-event {
font-size: 0.5rem;
}
.title-size {
font-size: 1.1rem;
}
.image-size {
max-width: 50%;
}
.calendar-2 {
display: none;
}
#search--2 {
display: none;
}
#search--3 {
display: none;
}
.r-size {
font-size: 0.6rem;
}
.supporter-banners {
margin-left: 0rem;
}
.supporters-6 {
margin-left: 10rem;
}
.crp_title {
margin-left: 1rem;
margin-top: 0rem;
position: absolute;
line-height: 1rem;
font-size: 1rem;
width: 40%;
}
.header-text {
font-size: 35px;
}
.title-float-right {
float: none;
position: absolute;
left: 42%;
max-width: 35%;
}
.title-size {
font-size: 1rem;
line-height: none;
}
.superpost-border {
border: none;
}
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
#metas {
margin-top: -2rem;
}
.hidden-header {
display: none;
}
#search--2 {
margin-top: -1rem;
margin-bottom: -1.5rem;
}
#search--3 {
margin-top: 1rem !important;
}
.widget_ng_expanding_archives {
margin-bottom: -3rem !important;
}
.widget_a2a_follow_widget {
margin-bottom: -3rem;
}
.ai1ec-calendar-toolbar {
display: none;
}
.featured-image-caption {
margin-top: 0.5rem;
}
.ai1ec-single-event {
margin-top: -2rem;
}
#g-header {
margin-top: 0rem;
}
#custom-4723-particle, #custom-2501-particle, #custom-4577-particle, #custom-6255-particle {
display: none;
}
.mobile-flex {
flex-flow: column-reverse;
}
.hidden-c {
display: unset;
}
.hidden-d {
display: unset;
}
.entry-title {
line-height: 1rem;
margin-top: 0.5rem;
}
.supporter-banners {
margin-left: -1rem;
margin-top: -4rem;
}
.pagination-list-item {
font-size: 0.7rem;
}
.crp_date {
margin-left: 0.5rem;
position: absolute;
margin-top: 3.5rem;
font-size: 0.8rem;
}
.calendar-1 {
display: none;
}
.calendar-2 {
display: none;
}
.editorial {
display: inline-block;
padding: 0rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.editorial {
margin-top: -2rem;
}
.newest-articles {
margin-top: 0rem;
display: inline-block;
padding: 0rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.super-text-over {
font-size: unset;
line-height: unset;
bottom: unset;
right: unset;
display: unset;
font-weight: unset;
color: unset;
text-transform: unset;
background: unset;
font-family: unset;
box-decoration-break: unset;
position: unset;
padding: unset;
text-transform: uppercase;
}
.border-first-block {
border-bottom: 2px solid;
}
.main-text-over {
font-size: 1.5rem;
margin-top: 2rem !important;
margin-bottom: -5rem !important;
}
.g-content-array .g-array-item-details {
font-size: 70%;
}
.test-box {
border-style: none;
}
.post-content-left {
float: none;
}
.image-size {
max-width: 105%;
}
.title-float-right {
left: 1rem;
position: relative;
}
.social-block {
margin-bottom: -2rem;
}
.title-size {
font-size: 0.8rem;
line-height: 1rem;
width: 11rem;
margin-left: 0rem;
margin-bottom: -2.5rem;
margin-top: 0.5rem;
}
.entry-meta {
display: flex;
flex-flow: row;
font-size: 0.5rem;
margin-top: 3rem !important;
margin-left: 0rem !important;
}
.meta-author-left {
float: unset;
position: unset;
left: unset;
}
.meta-author {
position: unset;
left: 30%;
}
.meta-date-right {
float: unset;
position: relative;
left: -5%;
}
.button2 {
display: inline-block;
padding: 1rem 1rem;
border-radius: 0.188rem;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
background: #fff;
color: #000;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
}
.similar-posts {
display: flow-root !important;
}
.responsive-image-hidden {
display: none;
}
.category-container-responsive {
display: none;
}
#scroll {
display: none;
}
.responsive-border {
border-bottom: 1px;
}
.search-form {
width: 100%;
border: 1px solid;
}
.search-field {
width: 100%;
border: solid;
}
.responsive-flex {
display: flex;
padding: 0rem;
height: 6rem;
}
.responsive-title {
font-size: 0.938em;
padding-left: 0.5rem;
line-height: 1rem;
font-weight: 500;
}
.button {
font-size: 0.7rem;
}
.responsive-margins {
margin-top: -5rem;
}
.responsive-bottom-border {
border-bottom: 1px solid #e5e5e5;
padding-top: 0.5em;
margin-bottom: 0rem !important;
}
.responsive-margin {
margin: -12px;
margin-bottom: -4rem;
}
.responsive-first-flex {
display: flex;
}
.grid-responsive-flex {
display: flex;
flex-direction: column-reverse;
}
.g-block {
width: 100%;
}
.sidebar-flex {
display: flex;
}
.suggest-bar-responsive {
display: none;
}
.responsive-sizes {
max-width: 25vw;
}
.category-container {
display: none;
}
.hidden-a {
display: unset;
}
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-contenter {
margin-top: -2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
color: #000;
margin-top: 0.5rem;
display: flex;
flex-flow: row;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
background: #e2e2e2;
}
#lakuga-post-4-3810-particle .g-grid {
max-width: 50%;
}
.suggest2 {
display: none;
}
.suggest {
display: none;
}
#g-navigation {
display: none;
}
.g-array-item-text {
display: none;
}
.wrusop {
margin-top: unset;
}
#lakuga-post-3-1181-particle .title-size-front {
padding-left: 0;
}
.border-main-post {
border-right: unset;
}
.pagination-list {
display: flex;
font-size: 0.799rem;
}
.content-wrapper {
margin-bottom: -2rem;
}
.fa {
margin-right: 0.1rem;
}
.wrap-lakuga-main {
margin-bottom: -1rem;
}
#hidden-cal {
display: unset;
margin-top: -2rem;
}
.hidden-b {
display: unset;
}
.superpost-border {
border: none;
}
.responsive-widget {
margin-bottom: 1rem;
}
.crp_title {
margin-left: 0.5rem;
margin-top: 0rem;
position: absolute;
line-height: 1rem;
font-size: 1rem;
width: 60%;
}
.similar-posts {
width: 25%;
}
.ai1ec-modal {
max-width: 95%;
}
.aligncenter {
width: 95%;
}
.lakuga-banner {
height: 13rem;
margin-top: -5rem;
margin-left: 4rem;
margin-bottom: -3rem;
}
.header-text {
font-weight: 1000;
}
.g-offcanvas-toggle {
font-size: 3rem;
margin-top: 1rem;
color: #f31855;
}
.banner-image {
margin-top: -2rem;
margin-bottom: -1rem;
}
.mobile-border {
border-top: 15px solid #f31855;
border-left: 1px solid #f31855;
border-right: 1px solid #f31855;
border-bottom: 1px solid #f31855;
margin: 1rem;
width: 90%;
}
.supporters {
margin-left: 3rem;
}
.copyright-responsive {
font-size: 0.782rem;
margin-left: 0rem;
margin-top: 2rem;
}
#g-footer {
padding: 4rem;
}
.footer-menu {
margin-left: -4rem;
}
#g-aside1 .grid-responsive-flex {
margin-top: 3rem;
}
.supporters-1 {
margin-top: -0.5rem;
margin-left: 1rem;
}
.supporters-2 {
margin-top: -0.5rem;
margin-left: 1rem;
}
.supporters-3 {
margin-top: -0.5rem;
margin-left: 1rem;
}
.supporters-4 {
margin-top: -0.5rem;
margin-left: 1rem;
}
.supporters-5 {
margin-top: -0.5rem;
margin-left: 1rem;
}
.supporters-6 {
margin-top: -0.5rem;
margin-left: 1rem;
}
.supporters-6 {
margin-left: 0rem;
margin-left: 1rem;
}
.error-image {
height: 15rem;
margin-left: 0rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
background: #f31855;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
color: #f8f8f8;
}
#lakuga-newest-articles-8186-particle {
margin-top: -2rem;
}
}
@media only all and (max-width: 30rem) {
#metas {
margin-top: -2rem;
}
.hidden-header {
display: none;
}
#search--2 {
margin-top: -1rem;
margin-bottom: -1.5rem;
}
.widget_a2a_follow_widget {
margin-bottom: -3rem;
}
.ai1ec-calendar-toolbar {
display: none;
}
.featured-image-caption {
margin-top: 0.5rem;
}
.ai1ec-single-event {
margin-top: -2rem;
}
#g-header {
margin-top: 0rem;
}
#custom-4723-particle, #custom-2501-particle, #custom-4577-particle, #custom-6255-particle {
display: none;
}
.mobile-flex {
flex-flow: column-reverse;
}
.pagination-list-item {
font-size: 0.7rem;
}
.test-margin {
margin-top: -4rem;
}
.crp_date {
margin-left: 0.5rem;
position: absolute;
margin-top: 3.5rem;
font-size: 0.8rem;
}
.newest-articles {
margin-top: 0rem;
display: inline-block;
padding: 0rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.editorial {
display: inline-block;
padding: 0rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.editorial {
margin-top: -2rem;
}
.hidden-c {
display: unset;
}
.hidden-d {
display: unset;
}
.super-text-over {
font-size: unset;
line-height: unset;
bottom: unset;
right: unset;
display: unset;
font-weight: unset;
color: unset;
text-transform: unset;
background: unset;
font-family: unset;
box-decoration-break: unset;
position: unset;
padding: unset;
text-transform: uppercase;
}
.border-first-block {
border-bottom: 2px solid;
}
.main-text-over {
font-size: 1.5rem;
margin-top: 2rem !important;
}
.g-content-array .g-array-item-details {
font-size: 70%;
}
.test-box {
border-style: none;
}
.post-content-left {
float: none;
}
.image-size {
max-width: 105%;
}
.title-float-right {
left: 1rem;
position: relative;
}
.title-size {
font-size: 0.8rem;
line-height: 1rem;
width: 11rem;
margin-left: 0rem;
margin-bottom: -2.5rem;
margin-top: 0rem;
}
.entry-meta {
display: flex;
flex-flow: row;
font-size: 0.5rem;
margin-top: 3rem !important;
margin-left: 0rem !important;
}
.meta-author-left {
float: unset;
position: unset;
left: unset;
}
.meta-author {
position: unset;
left: 30%;
}
.meta-date-right {
float: unset;
position: relative;
left: -5%;
}
.button2 {
display: inline-block;
padding: 1rem 1rem;
border-radius: 0.188rem;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
background: #fff;
color: #000;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
}
.similar-posts {
display: flow-root !important;
}
.responsive-image-hidden {
display: none;
}
.category-container-responsive {
display: none;
}
#scroll {
display: none;
}
.responsive-border {
border-bottom: 1px;
}
.search-form {
width: 100%;
border: 1px solid;
}
.search-field {
width: 100%;
border: solid;
}
.responsive-flex {
display: flex;
padding: 0rem;
height: 6rem;
}
.responsive-title {
font-size: 0.938em;
padding-left: 0.5rem;
line-height: 1rem;
font-weight: 500;
}
.button {
font-size: 0.7rem;
}
.responsive-margins {
margin-top: -5rem;
}
.responsive-bottom-border {
border-bottom: 1px solid #e5e5e5;
padding-top: 0.5em;
margin-bottom: 0rem !important;
}
.responsive-margin {
margin: -12px;
}
.responsive-first-flex {
display: flex;
}
.grid-responsive-flex {
display: flex;
flex-direction: column-reverse;
}
.g-block {
width: 100%;
}
.sidebar-flex {
display: flex;
}
.suggest-bar-responsive {
display: none;
}
.responsive-sizes {
max-width: 25vw;
}
.category-container {
display: none;
}
.hidden-a {
display: unset;
}
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-contenter {
margin-top: -2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
color: #000;
margin-top: 0.5rem;
display: flex;
flex-flow: row;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
background: #e2e2e2;
}
#lakuga-post-4-3810-particle .g-grid {
max-width: 50%;
}
.suggest2 {
display: none;
}
.suggest {
display: none;
}
#g-navigation {
display: none;
}
.g-array-item-text {
display: none;
}
.wrusop {
margin-top: unset;
}
#lakuga-post-3-1181-particle .title-size-front {
padding-left: 0;
}
.border-main-post {
border-right: unset;
}
.pagination-list {
display: flex;
font-size: 0.799rem;
}
.content-wrapper {
margin-bottom: -2rem;
}
.fa {
margin-right: 0.1rem;
}
.wrap-lakuga-main {
margin-bottom: -1rem;
}
#hidden-cal {
display: unset;
margin-top: -2rem;
}
.hidden-b {
display: unset;
}
.superpost-border {
border: none;
}
.responsive-widget {
margin-bottom: 1rem;
}
.crp_title {
margin-left: 0.5rem;
margin-top: 0rem;
position: absolute;
line-height: 1rem;
font-size: 1rem;
width: 60%;
}
.similar-posts {
width: 25%;
}
.ai1ec-modal {
max-width: 95%;
}
.aligncenter {
width: 95%;
}
.lakuga-banner {
margin-top: -3rem;
margin-left: 4rem;
margin-bottom: -2rem;
}
.header-text {
margin-left: 0rem;
font-size: 30px;
margin-top: 1rem;
}
.g-offcanvas-toggle {
font-size: 3rem;
margin-top: 1rem;
color: #f31855;
}
.banner-image {
margin-top: -2rem;
margin-bottom: -1rem;
}
.mobile-border {
border-top: 15px solid #f31855;
border-left: 1px solid #f31855;
border-right: 1px solid #f31855;
border-bottom: 1px solid #f31855;
margin: 1rem;
width: 90%;
}
.supporters {
margin-left: 3rem;
}
.copyright-responsive {
font-size: 0.782rem;
margin-left: 0rem;
margin-top: 2rem;
}
#g-footer {
padding: 4rem;
}
.footer-menu {
margin-left: -4rem;
}
#g-aside1 .grid-responsive-flex {
margin-top: 3rem;
}
.calendar-1 {
display: none;
}
.calendar-2 {
display: none;
}
.test-margin {
margin-top: -4rem;
}
.entry-title {
line-height: 1rem;
margin-top: 0.5rem;
}
.supporters-1 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-2 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-3 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-4 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-5 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-6 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporter-banners {
margin-left: -1rem;
margin-top: -4rem;
}
.error-image {
height: 15rem;
margin-left: 0rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
background: #f31855;
}
.social-block {
margin-bottom: -2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
color: #f8f8f8;
}
#lakuga-newest-articles-8186-particle {
margin-top: -2rem;
}
}
@media only all and (max-width: 47.99rem) {
#metas {
margin-top: -2rem;
}
.hidden-header {
display: none;
}
#search--2 {
margin-top: -1rem;
margin-bottom: -1.5rem;
}
#search--3 {
margin-top: 1rem !important;
}
.widget_a2a_follow_widget {
margin-bottom: -3rem;
}
.responsive-first-flex {
margin-bottom: -4rem;
}
.widget_ng_expanding_archives {
margin-bottom: -3rem !important;
}
.featured-image-caption {
margin-top: 0.5rem;
}
.ai1ec-single-event {
margin-top: -2rem;
}
#g-header {
margin-top: 0rem;
}
#custom-4723-particle, #custom-2501-particle, #custom-4577-particle, #custom-6255-particle {
display: none;
}
.mobile-flex {
flex-flow: column-reverse;
}
.pagination-list-item {
font-size: 0.7rem;
}
.test-margin {
margin-top: -4rem;
}
.crp_date {
margin-left: 0.5rem;
position: absolute;
margin-top: 3.5rem;
font-size: 0.8rem;
}
.newest-articles {
margin-top: 0rem;
display: inline-block;
padding: 0rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.editorial {
display: inline-block;
padding: 0rem 1rem;
border-radius: 0.1875rem;
background: #f31855;
color: #f8f8f8;
position: absolute;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.5);
}
.editorial {
margin-top: -2rem;
}
.hidden-c {
display: unset;
}
.hidden-d {
display: unset;
}
.super-text-over {
font-size: unset;
line-height: unset;
bottom: unset;
right: unset;
display: unset;
font-weight: unset;
color: unset;
text-transform: unset;
background: unset;
font-family: unset;
box-decoration-break: unset;
position: unset;
padding: unset;
text-transform: uppercase;
}
.border-first-block {
border-bottom: 2px solid;
}
.main-text-over {
font-size: 1.5rem;
margin-top: 2rem !important;
margin-bottom: -5rem !important;
}
.g-content-array .g-array-item-details {
font-size: 70%;
}
.test-box {
border-style: none;
}
.post-content-left {
float: none;
}
.image-size {
max-width: 105%;
}
.title-float-right {
left: 1rem;
position: relative;
}
.title-size {
font-size: 0.8rem;
line-height: 1rem;
width: 11rem;
margin-left: 0rem;
margin-bottom: -2.5rem;
margin-top: 0rem;
}
.entry-meta {
display: flex;
flex-flow: row;
font-size: 0.5rem;
margin-top: 3rem !important;
margin-left: 0rem !important;
}
.meta-author-left {
float: unset;
position: unset;
left: unset;
}
.meta-author {
position: unset;
left: 30%;
}
.meta-date-right {
float: unset;
position: relative;
left: -5%;
}
.button2 {
display: inline-block;
padding: 1rem 1rem;
border-radius: 0.188rem;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
background: #fff;
color: #000;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
}
.similar-posts {
display: flow-root !important;
}
.responsive-image-hidden {
display: none;
}
.category-container-responsive {
display: none;
}
#scroll {
display: none;
}
.responsive-border {
border-bottom: 1px;
}
.search-form {
width: 100%;
border: 1px solid;
}
.search-field {
width: 100%;
border: solid;
}
.responsive-flex {
display: flex;
padding: 0rem;
height: 6rem;
}
.responsive-title {
font-size: 0.938em;
padding-left: 0.5rem;
line-height: 1rem;
font-weight: 500;
}
.button {
font-size: 0.7rem;
}
.responsive-margins {
margin-top: -5rem;
}
.responsive-bottom-border {
border-bottom: 1px solid #e5e5e5;
padding-top: 0.5em;
margin-bottom: 0rem !important;
}
.responsive-margin {
margin: -12px;
}
.responsive-first-flex {
display: flex;
}
.grid-responsive-flex {
display: flex;
flex-direction: column-reverse;
}
.g-block {
width: 100%;
}
.sidebar-flex {
display: flex;
}
.suggest-bar-responsive {
display: none;
}
.responsive-sizes {
max-width: 25vw;
}
.category-container {
display: none;
}
.hidden-a {
display: unset;
}
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-contenter {
margin-top: -2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
color: #000;
margin-top: 0.5rem;
display: flex;
flex-flow: row;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
background: #e2e2e2;
}
#lakuga-post-4-3810-particle .g-grid {
max-width: 50%;
}
.suggest2 {
display: none;
}
.suggest {
display: none;
}
#g-navigation {
display: none;
}
.g-array-item-text {
display: none;
}
.wrusop {
margin-top: unset;
}
#lakuga-post-3-1181-particle .title-size-front {
padding-left: 0;
}
.border-main-post {
border-right: unset;
}
.pagination-list {
display: flex;
font-size: 0.799rem;
}
.content-wrapper {
margin-bottom: -2rem;
}
.fa {
margin-right: 0.1rem;
}
.wrap-lakuga-main {
margin-bottom: -1rem;
}
#hidden-cal {
display: unset;
margin-top: -2rem;
}
.hidden-b {
display: unset;
}
.superpost-border {
border: none;
}
.responsive-widget {
margin-bottom: 1rem;
}
.crp_title {
margin-left: 0.5rem;
margin-top: 0rem;
position: absolute;
line-height: 1rem;
font-size: 1rem;
width: 60%;
}
.similar-posts {
width: 25%;
}
.ai1ec-modal {
max-width: 95%;
}
.aligncenter {
width: 95%;
}
.lakuga-banner {
margin-top: -3rem;
margin-left: 4rem;
margin-bottom: -2rem;
}
.header-text {
margin-left: 0rem;
font-size: 30px;
margin-top: 1rem;
}
.g-offcanvas-toggle {
font-size: 3rem;
margin-top: 1rem;
color: #f31855;
}
.banner-image {
margin-top: -2rem;
margin-bottom: -1rem;
}
.mobile-border {
border-top: 15px solid #f31855;
border-left: 1px solid #f31855;
border-right: 1px solid #f31855;
border-bottom: 1px solid #f31855;
margin: 1rem;
width: 90%;
}
.supporters {
margin-left: 3rem;
}
.copyright-responsive {
font-size: 0.782rem;
margin-left: 0rem;
margin-top: 2rem;
}
#g-footer {
padding: 4rem;
}
.footer-menu {
margin-left: -4rem;
}
#g-aside1 .grid-responsive-flex {
margin-top: 3rem;
}
.calendar-1 {
display: none;
}
.calendar-2 {
display: none;
}
.test-margin {
margin-top: -4rem;
}
.entry-title {
line-height: 1rem;
margin-top: 0.5rem;
}
.supporters-1 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-2 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-3 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-4 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-5 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporters-6 {
margin-top: 0.5rem;
margin-left: 1rem;
}
.supporter-banners {
margin-left: -1rem;
margin-top: -4rem;
}
.error-image {
height: 15rem;
margin-left: 0rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
background: #f31855;
}
.social-block {
margin-bottom: -2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
color: #f8f8f8;
}
#lakuga-newest-articles-8186-particle {
margin-top: -2rem;
}
}
#metas {
margin-top: -2rem;
}
.ai1ec-single-event {
margin-top: -2rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.header-text {
font-size: 40px;
}
.post-type-post .entry-title {
width: unset;
margin-left: 0rem;
line-height: 2rem;
}
.entry-title {
width: unset;
margin-left: 6rem;
line-height: 1.5rem;
}
.entry-meta {
font-size: 0.6rem;
flex-flow: row;
margin-left: 5rem !important;
}
.center-text {
margin-left: 0.4rem;
margin-right: 2rem;
}
#g-navigation {
height: 7rem;
}
.widget_a2a_follow_widget {
margin-left: -2rem;
}
.widgettitle {
font-size: 0.9rem;
}
.g-main-nav {
font-size: 0.5;
margin-top: -2rem !important;
margin-bottom: -2rem !important;
position: unset;
}
.title-float-right {
margin-top: 0.5rem;
position: absolute;
left: 44%;
max-width: 40%;
}
.ai1ec-agenda-widget-view .ai1ec-event {
margin: 5.5px 0 6.5px 7.8em;
}
.ai1ec-date-title {
font-size: 0.5rem;
}
.ai1ec-event {
font-size: 0.5rem;
}
.title-size {
font-size: 1.5rem;
}
.image-size {
max-width: 50%;
}
.calendar-2 {
display: none;
}
#search--2 {
display: none;
}
#search--3 {
display: none;
}
.r-size {
font-size: 0.6rem;
}
.supporter-banners {
margin-left: 0rem;
}
.supporters-6 {
margin-left: 20rem;
margin-top: -8rem;
}
.crp_title {
margin-left: 1rem;
margin-top: 0rem;
position: absolute;
line-height: 1rem;
font-size: 1rem;
width: 60%;
}
.header-text {
font-size: 35px;
}
.title-float-right {
float: none;
position: absolute;
left: 43%;
max-width: 55%;
}
.title-size {
font-size: 1.5rem;
line-height: none;
}
.superpost-border {
border: none;
}
}