@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@import url("https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans");
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
div#the_gc_events_posts {
padding: 20px 0px;
height: auto;
overflow: hidden;
}
#the_gc_events_posts a {
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
}
#the_gc_events_posts a.numeric {
margin: 0px 5px;
}
#the_gc_events_posts p {
font-size: 0.9rem;
margin: 1rem 0;
line-height: 1.5;
}
#the_gc_events_posts h4 {
font-family: var(--tgc-title-fontfamily);
font-weight: 600;
color:  var(--tgc-desc-title-color);
font-size: 25px;
margin: 0rem 0 0.6rem;
text-transform: capitalize;
}
#the_gc_event_wrapper {
margin: 0 auto;
text-align: center;
}
.gc_errors {
padding: 40px;
text-align: center;
}
.gc_errors p {
text-align: center;
margin: 0px auto;
border-top: 3px solid #ff3a3a;
background: #e3e3e3;
padding: 10px;
}
.tgse_desc_section {
background: var(--tgc-desc-bc-color);
} .tgse_title {
text-align: center;
text-align: var(--tgc-title-align);
text-transform: capitalize;
}
.tgse_title h1, .tgse_title h2, .tgse_title h3, .tgse_title h4, .tgse_title h5, .tgse_title h6 {
font-family: var(--tgc-title-fontfamily);
color:  var(--tgc-desc-title-color);
text-transform: capitalize;
margin: 5px auto;
} .tgse_meta {
text-align: left;
}
.tgs_event {
background: #fff;
margin: 20px;
text-align: center;
-webkit-box-flex: 1;
flex: 1;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}
.tgs_event:hover {
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.tgs_event > * {
flex: 1 1 100%;
}
.tgse_meta div {
line-height: 2em;
}
span.tgse_icon {
padding-right: 10px;
font-weight: 700;
color: #08267c;
color: var(--tgc-desc-icon-color);
} .tgse_readmore_link {
padding: 10px; background: var(--tgc-buttons-background);
color:#fff;
color: var(--tgc-buttons-text-color);
text-decoration: none;
}
.tgse_readmore_link:hover {
background: #101b2e;
background: var(--tgc-hover-buttons);
color:#fff;
color: var(--tgc-hover-buttons-text);
} .gc-notice-error.error {
background: #ddd;
padding: 10px;
border-top: 3px solid #ec4242 !important;
}  .tgse_date_style_1 .tgse_date_day {
font-size: clamp(5rem,40vw,7rem);
line-height: 1;
}
.tgse_date_style_1 .tgse_date_month {
font-size: clamp(2.2rem,9vw,2.5rem);
font-weight: 800;
} .tgse_date.tgse_date_style_2 {
margin: 0px auto;
text-align: center;
background: #fff;
color:  #1f57bc;
color:  var(--tgc-date-text-color);
padding: 25px;
border-radius: 50%;
}
.tgse_date_style_2 .tgse_date_day {
font-size: clamp(5rem,40vw,7rem);
line-height: 1;
}
.tgse_date_style_2 .tgse_date_month {
font-size: clamp(1.2rem,9vw,1.5rem);
font-weight: 800;
} .tgse_all_day_triangle {
top: 0;
width: 0;
height: 0;
border-top: 80px solid var(--tgc-date-bc-color);
border-bottom: 80px solid transparent;
border-left: 80px solid transparent;
position: absolute;
right: 0;
}
.tgse_all_day_triangle span {
position: absolute;
top: -65px;
right: 0px;
width: 100px;
left: -80px;
text-align: center;
font-size: 16px;
font-family: arial;
font-weight: 700;
transform: rotate(45deg);
display: block;
color: #fff;
color: var(--tgc-buttons-text-color);
} .the_gc_event_grid {
display: grid;
grid-template-columns: 33.3% 33.3% 33.3%;
-webkit-box-align: center;
align-items: flex-start;
}
.tgse_section_top {
padding: 20px;
background: #08267c;
background: var(--tgc-date-bc-color);
color:  #ffffff;
color:  var(--tgc-date-text-color);
}
.tgse_section_bottom {
padding: 10px 20px;
overflow: hidden;
overflow-wrap: break-word;
max-width: 100%;
}
.tgse_section_bottom .tgse_readmore {
text-align: center;
margin: 20px 0px;
} .the_gc_event_list .tgs_event {
display: grid;
grid-template-columns: 30% 70%;
-webkit-box-align: center;
}
.tgse_section_left {
padding: 20px;
background: var(--tgc-date-bc-color);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.tgse_section_right {
position: relative;
padding: 20px;
}
.tgse_section_right .tgse_description {
text-align: left;
}
.tgse_section_right .tgse_description p {
font-family: var(--tgc-title-fontfamily);
}
.tgse_section_right .tgse_readmore {
text-align: left;
margin: 20px 0px;
} .gc_load_more_events {
text-align: center;
padding: 20px;
overflow: hidden;
}
.gc_load_more_events .page-numbers {
display: revert;
padding: 10px;
background: #1f57bc;
background: var(--tgc-buttons-background);
color: #fff;
color: var(--tgc-buttons-text-color);
text-decoration: none ;
}
.gc_load_more_events .page-numbers:hover {
background: #101b2e;
background: var(--tgc-hover-buttons);
color: #fff;
color: var(--tgc-hover-buttons-text);
}
.gc_load_more_events .page-numbers.active {
background: #1f57bc;
background: var(--tgc-hover-buttons);
color: #fff;
color: var(--tgc-hover-buttons-text);
}
.gc_advance_filter {
margin: 0px auto;
padding: 0px 20px;
}
.gc_advance_filter form {
margin: 0px;
padding: 0px;
}  button.fc-today-button.fc-button.fc-button-primary {
text-transform: capitalize;
}
.fc-event-title {
text-transform: capitalize;
} @media screen and (max-width: 768px)
{ .the_gc_event_grid {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.the_gc_event_grid .tgs_event {
width:100%;
margin: 0px;
margin-bottom: 20px;
} .the_gc_event_list .tgs_event {
display: grid;
grid-template-columns: 50% 50%;
-webkit-box-align: center;
}
}
@media screen and (max-width: 479px)
{ .the_gc_event_list .tgs_event {
display: block;
-webkit-box-align: center;
} .tgse_section_right .tgse_readmore {
text-align: center;
} #the_gc_events_posts a.numeric {display:none;}
#the_gc_events_posts a.prev{float:left;}
#the_gc_events_posts a.next{float:right;}
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: 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);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.eot);
src: url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.woff2) format("woff2"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.woff) format("woff"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.ttf) format("truetype"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.eot);
src: url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.woff2) format("woff2"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.woff) format("woff"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.ttf) format("truetype"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.eot);
src: url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.woff2) format("woff2"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.woff) format("woff"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.ttf) format("truetype"), url(//cacalopes.com.br/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }#pojo-a11y-toolbar{position:fixed;font-size:16px !important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:bold;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:bold}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:normal;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none !important;box-shadow:none !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none !important;-moz-user-select:text !important;-webkit-user-select:text !important;background-image:none !important;text-shadow:none !important;user-select:text !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:black !important;background-color:black !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:white !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:yellow !important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#FFFF80 !important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey !important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40C090 !important}body.pojo-a11y-high-contrast img{background:#808080 !important;background-color:#808080 !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted !important}body.pojo-a11y-high-contrast :focus{outline:thin dotted !important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080FF !important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #ffffff !important}body.pojo-a11y-high-contrast button{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox !important;background:#600060 !important;background-color:#600060 !important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#00FFFF !important}body.pojo-a11y-high-contrast ::selection,body.pojo-a11y-high-contrast ::-moz-selection{background:#4080c0 !important;background-color:#4080c0 !important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000 !important;background-color:#400000 !important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060 !important;background-color:#400060 !important}body.pojo-a11y-high-contrast div[role="button"],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield !important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040 !important;background-color:#404040 !important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none !important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline !important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast span.Apple-style-span{color:#FFFF40 !important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:white !important;background-color:white !important;border:white solid 3px !important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit !important;background-color:inherit !important;color:inherit !important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050 !important;background-color:#003050 !important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px !important;width:18px !important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help" !important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial !important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar){background:#000 !important;color:#ffffff !important}body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast var,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong{color:yellow !important}body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt{border:1px solid #ffffff !important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial !important}body.pojo-a11y-light-background,body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff !important;color:#000 !important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial !important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 textarea,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 blockquote{font-size:200% !important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6 span{font-size:266% !important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 textarea,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 blockquote{font-size:190% !important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002% !important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 textarea,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 blockquote{font-size:180% !important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4% !important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 textarea,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 blockquote{font-size:170% !important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002% !important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 textarea,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 blockquote{font-size:160% !important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8% !important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 textarea,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 blockquote{font-size:150% !important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5% !important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 textarea,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 blockquote{font-size:140% !important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002% !important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 textarea,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 blockquote{font-size:130% !important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9% !important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 textarea,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 blockquote{font-size:120% !important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002% !important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline !important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif !important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#F1F1F1;color:#21759B;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::before,#pojo-a11y-toolbar ::after{box-sizing:border-box}.pojo-a11y-visible-phone{display:none !important}.pojo-a11y-visible-tablet{display:none !important}.pojo-a11y-hidden-desktop{display:none !important}.pojo-a11y-visible-desktop{display:inherit !important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-tablet{display:inherit !important}.pojo-a11y-hidden-tablet{display:none !important}}@media (max-width:767px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-phone{display:inherit !important}.pojo-a11y-hidden-phone{display:none !important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
 .fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li,.rsGCaption{text-align:center}.rsArrow,.rsThumbs,.rsThumbsArrow{cursor:pointer}.mfp-title,pre{word-wrap:break-word}.flexslider .slides>li,.mfp-wrap,.rsHellen .rsCloseVideoBtn,.rsWebkit3d .rsABlock,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsContainer,.rsWebkit3d .rsLink,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsPreloader,.rsWebkit3d .rsSlide,.rsWebkit3d .rsThumbs,.rsWebkit3d img{-webkit-backface-visibility:hidden}@font-face{font-family:FontAwesome;src:url(//cacalopes.com.br/wp-content/themes/hellen/css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//cacalopes.com.br/wp-content/themes/hellen/css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//cacalopes.com.br/wp-content/themes/hellen/css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(//cacalopes.com.br/wp-content/themes/hellen/css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//cacalopes.com.br/wp-content/themes/hellen/css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype");font-weight:400;font-style:normal}.fa{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.33333em;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.28571em}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left,.royalSlider>*,.rsGCaption,.rsOverflow,.rsTabs,.rsThumb,.rsThumbs,blockquote.align-left{float:left}.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}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-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;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}.flex-direction-nav a,.flex-direction-nav a:before{color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.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}.rsContainer,.rsOverflow,.rsVisibleNearbyWrap{height:100%;-webkit-tap-highlight-color:transparent;width:100%}@font-face{font-family:Hellen-Custom-Font;src:url(//cacalopes.com.br/wp-content/themes/hellen/css/vendor/hlicons/Hellen-Custom-Font.ttf?usfsgj) format("truetype"),url(//cacalopes.com.br/wp-content/themes/hellen/css/vendor/hlicons/Hellen-Custom-Font.woff?usfsgj) format("woff");font-weight:400;font-style:normal}[class*=" hlicon-"],[class^=hlicon-],blockquote:before{font-family:Hellen-Custom-Font!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hlicon-bubble:before{content:""}.hlicon-quotes-left:before{content:""}.hlicon-heart:before{content:""}.hlicon-mail:before{content:""}.hlicon-quote:before{content:""}.royalSlider{position:relative;direction:ltr}.rsFade.rsWebkit3d .rsContainer,.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img{-webkit-transform:none}.rsOverflow{position:relative}.rsVisibleNearbyWrap{position:relative;overflow:hidden;left:0;top:0}.rsVisibleNearbyWrap .rsOverflow{position:absolute;left:0;top:0}.rsContainer{position:relative}.rsThumb{position:relative}.rsArrow,.rsNav,.rsThumbsArrow{opacity:1;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.rsHidden{opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .3s,opacity .3s linear;-moz-transition:visibility 0s linear .3s,opacity .3s linear;-o-transition:visibility 0s linear .3s,opacity .3s linear;transition:visibility 0s linear .3s,opacity .3s linear}.rsGCaption{width:100%}.royalSlider.rsFullscreen{position:fixed!important;height:auto!important;width:auto!important;margin:0!important;padding:0!important;z-index:2147483647!important;top:0!important;left:0!important;bottom:0!important;right:0!important}.royalSlider .rsSlide.rsFakePreloader{opacity:1!important;-webkit-transition:0s;-moz-transition:0s;-o-transition:0s;transition:0s;display:none}.rsSlide{position:absolute;left:0;top:0;display:block;overflow:hidden;height:100%;width:100%}.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide{height:auto}.rsContent{width:100%;height:100%;position:relative}.rsPreloader{position:absolute;z-index:0}.rsNav{-moz-user-select:-moz-none;-webkit-user-select:none;user-select:none}.rsNavItem{-webkit-tap-highlight-color:rgba(0,0,0,.25)}.mfp-arrow,.rsTabs,.rsThumbs{-webkit-tap-highlight-color:transparent}.rsThumbs{position:relative;overflow:hidden;z-index:22}.rsTabs{background:0 0!important}.rsVideoContainer{width:auto;height:auto;line-height:0;position:relative}.rsABlock,.rsLink,.rsVideoFrameHolder{left:0;top:0;position:absolute}.rsVideoFrameHolder{background:#141414;opacity:0;-webkit-transition:.3s}.rsVideoFrameHolder.rsVideoActive{opacity:1}.rsVideoContainer .rsVideoObj,.rsVideoContainer embed,.rsVideoContainer iframe,.rsVideoContainer video{position:absolute;z-index:50;left:0;top:0;width:100%;height:100%}.rsVideoContainer.rsIOSVideo embed,.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:44px}.rsABlock{z-index:15}img.rsImg{max-width:none}.grab-cursor{cursor:url(//cacalopes.com.br/wp-content/themes/hellen/images/grab.png) 8 8,move}.grabbing-cursor{cursor:url(//cacalopes.com.br/wp-content/themes/hellen/images/grabbing.png) 8 8,move}.rsNoDrag{cursor:auto}.rsLink{width:100%;height:100%;display:block;z-index:20;background:url(//cacalopes.com.br/wp-content/themes/hellen/blank.gif)}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider .slides>li{display:none}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;-webkit-box-shadow:"" 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:"" 0 1px 4px rgba(0,0,0,.2);-o-box-shadow:"" 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{width:100%;display:block;height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001'}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{display:block;cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;-moz-border-radius:20px}.flex-control-paging li a.flex-active{cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.mfp-bg,.mfp-wrap{position:fixed;top:0}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}.mfp-bg{left:0;width:100%;height:100%;overflow:hidden}.mfp-wrap{left:0;width:100%;height:100%;outline:0!important}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;margin-top:-.8em;right:8px}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-figure,img.mfp-img{line-height:0}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{padding-right:6px}.mfp-counter{position:absolute;top:0;right:0;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}button,hr,input{overflow:visible}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}img.mfp-img{width:auto;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}#page-title:after,#page-title:before,.clearfix::after,.container::after,.flex-control-paging li a:before,.gallery::after,.row::after{content:""}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;padding-right:36px}.align-center,.tipsy-inner{text-align:center}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.tipsy{position:absolute;padding:5px;z-index:100000;font-weight:400}.flex-control-nav,.wrap-link,blockquote{z-index:20}.tipsy-inner{background-color:rgba(0,0,0,.95);color:#FFF;max-width:200px;padding:5px 8px 4px;font-size:1em;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed rgba(0,0,0,.95)}.tipsy-arrow-n{border-bottom-color:rgba(0,0,0,.95)}.tipsy-arrow-s{border-top-color:rgba(0,0,0,.95)}.tipsy-arrow-e{border-left-color:rgba(0,0,0,.95)}.tipsy-arrow-w{border-right-color:rgba(0,0,0,.95)}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-left-color:transparent;border-right-color:transparent;top:0;border-bottom-style:solid;border-top:none}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{bottom:0;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;border-top-color:transparent;border-bottom-color:transparent}.tipsy-e .tipsy-arrow{right:0;border-left-style:solid;border-right:none}.tipsy-w .tipsy-arrow{left:0;border-right-style:solid;border-left:none} html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}dfn{font-style:italic}mark{background-color:#ff0;color:#000}.social-list a:hover,.wrap-link,legend{color:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-size:1em}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.image-fadein{-webkit-transition:opacity .6s ease-out,visibility .6s ease-out;-moz-transition:opacity .6s ease-out,visibility .6s ease-out;transition:opacity .6s ease-out,visibility .6s ease-out;opacity:0;visibility:hidden}.image-fadein.loaded{opacity:1;visibility:visible}.align-right{text-align:right}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration:underline}.wrap-link,a{text-decoration:none}.thin{font-weight:100}.light{font-weight:300}.bold{font-weight:700}.regular{font-weight:400}.semibold{font-weight:600}.spacing-half{letter-spacing:.5px}#nav ul,#page-title,#topbar,.spacing-1,.spacing-2,blockquote cite,blockquote em{letter-spacing:2px}.spacing-3{letter-spacing:3px}.spacing-4{letter-spacing:4px}.spacing-5{letter-spacing:5px}.spacing-6{letter-spacing:6px}.spacing-7{letter-spacing:7px}.spacing-8{letter-spacing:8px}.spacing-9{letter-spacing:9px}.spacing-10{letter-spacing:10px}#nav ul li.menu-item-has-children>a:after,#nav>li.menu-item-has-children>a:after,.font-awesome,.hellen .tparrows:before,.offcanvas-nav .menu>ul li>.indicator,.post-navigation .nav-links>div:before,.rsHellen .rsArrowIcn:before,.rsHellen .rsThumbsArrowIcn:before{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}.font-antialiased,.rsHellen .rsArrowIcn:before,.rsHellen .rsThumbsArrowIcn:before,button.mfp-arrow,button.mfp-arrow:hover{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.says,.screen-reader-text,.updated:not(.published){clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.wrap-link{outline:0;border:0;display:block;position:absolute;top:0;left:0;right:0;bottom:0}.social-list ul{list-style:none;padding:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin:0 -5px}.social-list li{display:block}.social-list a{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;color:inherit;border-radius:50%;text-align:center;font-size:18px;padding:0 5px;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.social-list a i{display:block;line-height:inherit}.social-list.social-filled a{background:#333;color:#fff;margin:0 3px}.social-list.social-filled a:hover{background:#111;color:#fff}.search-form{max-width:300px}#primary,.container,.layout-boxed #page,.wp-caption,blockquote.align-left,blockquote.align-right,img,pre,select{max-width:100%}.search-form form{display:block;position:relative;margin:0}.search-form input[type=search]{display:block;width:100%}.search-form button[type=submit]{position:absolute;top:50%;right:0;width:34px;height:34px;line-height:34px;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);letter-spacing:0;font-size:12px;padding:0;text-align:center;color:inherit;outline:0;background:0 0;box-shadow:none;border:0}blockquote,pre{line-height:1.6}.bg-thumb .bg,.jarallax{background-size:cover;background-position:center;background-repeat:no-repeat}.search-form button[type=submit]:hover{color:#777}.search-form button[type=submit] i{display:block}.bg-thumb{display:block;width:100%;position:relative;overflow:hidden}.bg-thumb .bg{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.bg-thumb .height{display:block;padding-bottom:75%}.jarallax{background-color:transparent!important;opacity:0;visibility:hidden;-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;transition:all .6s ease-out}.flex-control-paging li a,.hellen .hesperiden .tp-bullet{-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out}.jarallax[data-jarallax-video]{background-image:url(//cacalopes.com.br/wp-content/themes/hellen/images/blank.gif)}.jarallax[data-jarallax-done=true]{opacity:1;visibility:visible;background-image:none!important;background-position:-9999px}[id^=jarallax-container]>div{will-change:transform;background-attachment:scroll;-webkit-backface-visibility:hidden}.flex-control-paging li a,.flexslider{background:0 0;box-shadow:none;outline:0}.flexslider{margin:0;padding:0;border:0;border-radius:0}.flexslider .wpb_content_element,.flexslider blockquote{margin-bottom:0}.flex-control-paging li a{color:inherit;border:0;opacity:.3;width:14px;height:14px;border-radius:50%;overflow:hidden;position:relative;transition:all .4s ease-out}.flex-control-paging li a:before{display:block;position:absolute;width:6px;height:6px;border-radius:50%;top:4px;left:4px;background:currentColor}.flex-control-paging li a:hover{opacity:1;background:0 0}.flex-control-paging li a:hover:before{opacity:.5}.flex-control-paging li a.flex-active{opacity:1;background:0 0}.flex-control-paging li a.flex-active:before{opacity:1}.blog-masonry .masonry-loader,.cssload-container,.mfp-preloader,.tp-loader.spinner0,.tp-loader.spinner5,div.wpcf7 .ajax-loader{width:40px;height:40px;text-align:center}.blog-masonry .masonry-loader:before,.cssload-speeding-wheel,.cssload-speeding-wheel-black,.mfp-preloader:before,.tp-loader.spinner0:before,.tp-loader.spinner5:before,div.wpcf7 .ajax-loader:before{width:40px;height:40px;margin:0 auto;border:3px solid #fff;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:cssload-spin 1.1s infinite linear;-o-animation:cssload-spin 1.1s infinite linear;-ms-animation:cssload-spin 1.1s infinite linear;-webkit-animation:cssload-spin 1.1s infinite linear;-moz-animation:cssload-spin 1.1s infinite linear}.blog-masonry .masonry-loader:before,.cssload-speeding-wheel-black,div.wpcf7 .ajax-loader:before{border:2px solid rgba(0,0,0,.7);border-radius:50%;border-left-color:transparent;border-right-color:transparent}select,td,th{border:1px solid #ccc}@keyframes cssload-spin{100%{transform:rotate(360deg)}}@-o-keyframes cssload-spin{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes cssload-spin{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes cssload-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes cssload-spin{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}html,input[type=search]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}*,:after,:before{box-sizing:inherit;-webkit-box-sizing:inherit;-moz-box-sizing:inherit}html{font-size:.625em}body,button,input,select,textarea{font-family:"Open Sans",sans-serif;font-size:14px;line-height:1.6;color:#444;font-weight:400;font-style:normal}figure{display:block}img{height:auto}b,strong{font-weight:600}#nav,#topbar,.text-logo,blockquote,h1,h2,h3,h4,h5,h6{font-weight:400}.hide{display:none!important}.media-container,address,blockquote,dl,figure,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul{margin:0 0 20px}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;color:#333;line-height:1.2;font-style:normal;margin:0 0 20px;text-transform:uppercase}h1{font-size:48px}h2{font-size:40px}h3{font-size:32px}h4{font-size:24px}h5{font-size:16px}h6{font-size:14px}.clearfix::after{clear:both;display:table}a{color:#db4a37;cursor:pointer}a:focus{outline:dotted thin}ul{list-style:disc}iframe{display:block;width:100%;border:0;outline:0}blockquote{margin:0 auto 20px;min-width:100px;max-width:800px;font-size:20px;position:relative;text-align:center;border:0;font-family:georogia,serif;padding-top:30px}blockquote.quote-left{text-align:left}blockquote.quote-left:before{left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}blockquote.quote-right{text-align:right}blockquote.quote-right:before{left:auto;right:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}blockquote p{margin:0 0 10px}blockquote :last-child{margin-bottom:0}blockquote:before{content:"";font-size:24px;line-height:1;position:absolute;top:0;left:50%;z-index:-1;display:block;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}blockquote cite,blockquote em{font-size:12px;font-family:Oswald,sans-serif;text-transform:uppercase;font-weight:400;font-style:normal;display:block;margin-top:2em}blockquote cite:after,blockquote cite:before,blockquote em:after,blockquote em:before{content:"\2014";margin:0 5px;font-family:sans-serif}blockquote cite a,blockquote em a{color:inherit;outline:0}blockquote.align-left{width:400px;margin:0 2em 0 0}blockquote.align-right{float:right;width:400px;margin:0 0 0 2em}table{width:100%;border-collapse:collapse}td,th{padding:8px 16px;text-align:left}th{font-family:Oswald,sans-serif}address{font-style:italic;margin:0 0 1.6em}hr{border-top:1px solid;border-bottom:0;margin:1em 0}code,kbd,pre,samp,tt,var{font-family:Inconsolata,monospace;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre{background-color:transparent;background-color:rgba(0,0,0,.01);border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1);margin-bottom:1.6em;overflow:auto;padding:.8em;white-space:pre;white-space:pre-wrap}#nav>li.mega>ul ul,#page,#page-header .container,#topbarnav,.title-description{overflow:hidden}mark{background:#ffd;padding:0 5px}input:not([type]),input[type=number],input[type=search],input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=password],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{display:block;max-width:100%;width:400px;padding:0 12px;line-height:36px;font-size:13px;border:1px solid #ccc;background:#fff;outline:0;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}input:not([type])::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:.6}input:not([type])::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=color]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:.6}input:not([type]):-moz-placeholder,input[type=number]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=color]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=month]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=time]:-moz-placeholder,input[type=url]:-moz-placeholder,input[type=week]:-moz-placeholder,textarea:-moz-placeholder{color:inherit;opacity:.6}input:not([type]):-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:.6}input:not([type]):focus,input[type=number]:focus,input[type=search]:focus,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=password]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{border-color:#aaa;box-shadow:1px 1px 3px rgba(0,0,0,.15)}textarea{width:100%;height:8em;line-height:1.6;padding-top:.5em;padding-bottom:.5em}select{background:#fff;font-size:13px;padding:0 12px;width:100%;display:block;position:relative}.hellen-btn,button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;display:block;font-size:14px;line-height:42px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:2px;font-weight:300;border:0;padding:0 1.4em;color:#fff;background:#db4a37;text-align:center;outline:0!important;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}.hellen-btn:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff}.alignleft{display:block;float:left;margin:.5em 2em 2em 0}.alignright{display:block;float:right;margin:.5em 0 2em 2em}.aligncenter{display:block;text-align:center;clear:both;float:none;margin:1em auto}.alignnone{display:block;margin:1.5em 0}.wp-caption{position:relative}.wp-caption a{outline:0;border:0;border-bottom:1px solid #ccc;color:inherit}.wp-caption a:hover{color:inherit;border-bottom-color:transparent}.wp-caption img{display:block}.wp-caption-text{font-size:.85em;margin:8px 0 0;line-height:1.5}.gallery::after{clear:both;display:table}.gallery{margin:-1em -.5em 1em;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;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;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.gallery-item{display:block;padding:1em .5em 0;text-align:center;margin:0}.gallery-item:hover{opacity:.85}.gallery-item a:focus{outline:0}.gallery-caption{display:none}.gallery-item img{display:block;width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.66%}.gallery-columns-7 .gallery-item{width:14.28%}.gallery-columns-8 .gallery-item{width:12.5%}.video-container,.wpb_video_wrapper{position:relative;background:#000}.video-container .video-thumb,.wpb_video_wrapper .video-thumb{position:absolute!important;top:0;left:0;right:0;bottom:0;z-index:1;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;transition:all .6s ease-out}.video-container .video-play-btn,.wpb_video_wrapper .video-play-btn{padding:0;margin:0;background:0 0;outline:0;border-radius:0;box-shadow:none;cursor:pointer;border:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:24px;height:24px;line-height:24px;font-size:20px;z-index:2;text-align:center;color:#fff;text-shadow:0 0 3px rgba(0,0,0,.2);-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;transition:all .6s ease-out}#nav ul li.menu-item-has-children>a:after,.masthead-center #header-search,.masthead-stack #header-search{-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%)}.video-container .video-play-btn:hover,.wpb_video_wrapper .video-play-btn:hover{background:0 0;color:#fff;border:0}.video-container .video-play-btn i,.wpb_video_wrapper .video-play-btn i{display:block;line-height:inherit}.video-container iframe,.wpb_video_wrapper iframe{display:block;opacity:0;visibility:hidden;-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;transition:all .6s ease-out}.video-container.video-loaded iframe,.wpb_video_wrapper.video-loaded iframe{opacity:1;visibility:visible}.video-container.video-loaded .video-play-btn,.video-container.video-loaded .video-thumb,.wpb_video_wrapper.video-loaded .video-play-btn,.wpb_video_wrapper.video-loaded .video-thumb{opacity:0;visibility:hidden}.video-container{padding-top:56.25%}.video-container>div{padding-top:0!important;position:static}.video-container .embed-youtube,.video-container iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#topbar .container,.row{display:-webkit-box;display:-moz-box}#page,#page-title,.col{position:relative}.row{margin:0 -2em;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.row::after{clear:both;display:table}.col{display:block;-webkit-box-flex:none;-moz-box-flex:none;box-flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;padding:0 2em;width:100%}#primary,#secondary{padding-top:3em;padding-bottom:5em}.col-1-2{width:50%}.col-1-3{width:33.3333333%}.col-2-3{width:66.6666666%}.col-1-4{width:25%}.col-3-4{width:75%}.col-1-5{width:20%}.col-2-5{width:40%}.col-3-5{width:60%}.col-4-5{width:80%}.col-1-6{width:16.6666666%}.col-5-6{width:83.3333333%}.col-1-7{width:14.2857143%}.col-1-8{width:12.5%}.container{width:1080px;margin-left:auto;margin-right:auto}.container::after{clear:both;display:table}body{background:center center no-repeat fixed #fff;background-size:cover;border:0 solid}#page{margin:0 auto;z-index:2999;min-height:50vh}.layout-boxed #page{box-shadow:0 0 15px rgba(0,0,0,.2);background:#fff;width:1200px}#page-wrapper .container{display:block}#primary{width:100%;min-width:60%;margin:0 auto}.has-sidebar #primary{width:74%;float:left;padding-right:2em}#secondary{float:left;width:26%}.sidebar-left #primary{float:right;padding-right:0;padding-left:2em}#topbarnav li,.sidebar-left #secondary{float:left}.fullwidth-thumbnail{margin:0;display:block;position:relative}.fullwidth-thumbnail img{display:block;width:100%;outline:0}#page-header{text-align:center}#page-title{margin:0;font-size:5em;display:inline-block}#page-title:after,#page-title:before{position:absolute;display:block;width:900px;border-top:2px solid #777;border-bottom:1px solid #ccc;height:6px;top:50%;margin-top:-3px}#nav li,#nav>li>a{position:relative}#nav>li.menu-item-has-children>a:after,.offcanvas-nav .menu>ul li>.indicator:before{content:"\f107"}#page-title:before{right:100%;margin-right:20px}#page-title:after{left:100%;margin-left:20px}#archive-titlebar{padding:2em 0}#archive-titlebar .authorbox{margin:0}.title-description{display:block}#archive-title{font-size:1.1em;margin:0}.archive-description>:last-child{margin-bottom:0}.archive-description .author-social-list{margin-top:1em}#topbar{display:block;height:32px;background:#111;color:#bababa;text-transform:uppercase;font-size:10px;font-family:Oswald,sans-serif}#topbar .container{display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;height:100%}#nav,#topbar .topbar-right{display:-webkit-box;display:-moz-box}#topbar .topbar-right{margin-left:auto;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}#nav a,#nav li,#topbarnav a,#topbarnav li{display:block}#nav,#nav>li{-webkit-box-align:center}#topbar .topbar-right>*+*{display:block;margin-left:2em}.topbar-text{line-height:32px;margin:0}#topbarnav{list-style:none;margin:0;padding:0}#topbarnav li+li{margin-left:2em}#topbarnav a{color:inherit;outline:0;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}#topbarnav>li.current-menu-item a,#topbarnav>li:hover a{color:#fff}#topbar-social .social-list a{color:inherit;font-size:16px;padding:0 4px;outline:0;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}#topbar-social .social-list a:hover{color:#fff}.hellen-notice{font-style:normal}.hellen-notice a{color:inherit;text-decoration:underline}.hellen-notice a:hover{text-decoration:none}#mobile-nav{display:none}#navbar{margin-left:auto}#nav,#nav ul{list-style:none;margin:0;padding:0}#nav{display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:14px}#nav>li{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}#nav>li+li{margin-left:18px}#nav>li>a{outline:0;display:block;line-height:56px;color:#111;cursor:pointer;text-align:center;-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}#nav>li.active>a,#nav>li.current-menu-ancestor>a,#nav>li.current-menu-item>a,#nav>li:hover>a{color:#aaa}#nav>li.menu-item-has-children>a:after{margin-left:6px}#nav ul{position:absolute;top:100%;left:0;z-index:2000;text-align:left;width:160px;background:#fff;border:1px solid #ccc;box-shadow:2px 2px 6px rgba(0,0,0,.15);display:none;margin-top:-1px;font-size:11px}#nav ul ul{top:0;left:100%}#nav ul>li+li>a{border-top:1px solid #ccc}#nav ul a{padding:8px 20px;outline:0;color:inherit;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}#nav ul a:hover{color:#db4a37;background:#fafafa}#nav ul li.active>a,#nav ul li.current-menu-ancestor>a,#nav ul li.current-menu-item>a{color:#999}#nav ul li.menu-item-has-children>a:after{content:"\f105";margin-left:4px;position:absolute;right:24px;top:50%;transform:translate(0,-50%);display:block}#nav>li.mega.column-2>ul{width:400px}#nav>li.mega.column-2>ul>li{width:50%}#nav>li.mega.column-3>ul{width:600px}#nav>li.mega.column-3>ul>li{width:33.33%}#nav>li.mega.column-4{position:static}#nav>li.mega.column-4>ul{width:100%}#nav>li.mega.column-4>ul>li{width:25%}#nav>li.mega>ul{padding:14px}#nav>li.mega>ul ul{position:static;display:block!important;opacity:1!important;visibility:visible!important;border:0;box-shadow:none;width:100%}#nav>li.mega>ul ul>li{float:right;width:100%}#nav>li.mega>ul ul a{border:0;font-size:11px;padding:5px 20px}#nav>li.mega>ul>li{position:static;float:none;display:table-cell}#masthead-inner,.masthead-center #navbar,.masthead-center #navbar-inner,.masthead-stack #navbar{position:relative}#nav>li.mega>ul>li+li{border-left:1px solid #eee}#nav>li.mega>ul>li>a{color:#db4a37;border:0}#nav>li.mega>ul>li>a:after{display:none}.nav-skin-dark #nav ul{border:0;box-shadow:none;background:#111}.nav-skin-dark #nav ul ul{margin-top:0}.nav-skin-dark #nav ul a{color:#999;border-color:#444}.nav-skin-dark #nav ul a:hover,.nav-skin-dark #nav ul>li.active>a,.nav-skin-dark #nav ul>li.current-menu-ancestor>a,.nav-skin-dark #nav ul>li.current-menu-item>a{background:#222;color:#db4a37}.nav-skin-dark #nav>li.mega>ul ul a{color:#aaa}.nav-skin-dark #nav>li.mega>ul ul>li.active>a,.nav-skin-dark #nav>li.mega>ul ul>li.current-menu-ancestor>a,.nav-skin-dark #nav>li.mega>ul ul>li.current-menu-item>a,.nav-skin-dark #nav>li.mega>ul ul>li:hover>a{color:#ddd}.nav-skin-dark #nav>li.mega>ul>li>a{background:0 0!important}.nav-skin-dark #nav>li.mega>ul>li+li{border-left-color:#333}#masthead{padding:28px 0;background-color:#fff;background-position:center;background-attachment:scroll}#masthead .container{position:relative;z-index:9999}.masthead-center .container,.masthead-inline .container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center}.masthead-inline #navbar{margin-left:auto}.masthead-stack .main-navigation,.masthead-stack .site-branding{display:table;margin:0 auto}.masthead-stack #navbar{margin-top:20px}.masthead-center #header-search,.masthead-stack #header-search{position:absolute;top:50%;right:0;transform:translate(0,-50%)}.masthead-center .site-branding{display:block;position:relative;z-index:100}.masthead-center .site-branding a{display:block}.masthead-center .container{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;position:relative;z-index:9999}.masthead-center #navbar{position:absolute;top:50%;left:0;right:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.masthead-center #nav{opacity:0;visibility:hidden;-webkit-transition:opacity .5s ease-out,visibility .5s ease-out;-moz-transition:opacity .5s ease-out,visibility .5s ease-out;transition:opacity .5s ease-out,visibility .5s ease-out}.masthead-center #nav>li+li{margin:0}.masthead-center #nav>li>a{padding:0 9px}.masthead-center #nav.repositioned{opacity:1;visibility:visible}.site-branding{-webkit-box-flex:none;-moz-box-flex:none;box-flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none}.site-branding a{display:table;outline:0;color:inherit}#logo img,.site-branding img,.text-logo{display:block}.site-branding a:hover{color:inherit}.text-logo{font-family:Oswald,sans-serif;font-size:2.2em;letter-spacing:4px;line-height:1.1;margin:0;color:#111;text-transform:uppercase;white-space:nowrap}#logo img{width:160px}#logo .logo-transparent{display:none}#navbar-inner{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.masthead-inline #navbar-inner>*+*{margin-left:16px}#masthead-height{height:112px;display:none}#masthead,#masthead.before-sticky+#masthead-height{display:block}#masthead{text-align:center;position:static;top:-200px;-webkit-transition:top .6s;-moz-transition:top .6s;transition:top .6s}#masthead.before-sticky{position:fixed;left:0;width:100%;height:56px;background:#fff;box-shadow:0 2px 6px 1px rgba(0,0,0,.07);border-bottom:1px solid #ccc;padding-top:0;padding-bottom:0;z-index:3000;overflow:hidden}#masthead.before-sticky.masthead-custom-color{border:0}#masthead.before-sticky .container{height:56px}#masthead.is-sticky{top:0;overflow:visible}#masthead.masthead-inline.before-sticky #logo img{width:80px}#masthead.masthead-stack.before-sticky #navbar{margin-top:0}#masthead.masthead-center.before-sticky .site-branding{opacity:0;visibility:hidden;position:absolute}#masthead.masthead-center.before-sticky #navbar{width:100%;position:static;margin-left:auto;margin-right:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}#masthead.masthead-center.before-sticky .main-navigation{display:table;margin:0 auto}#masthead.masthead-center.before-sticky #nav{margin:0!important}#masthead.masthead-center.before-sticky #nav>li{margin-left:0!important;margin-right:0!important}.admin-bar #masthead.is-sticky{top:32px}#header-search{margin:0;padding:0;z-index:99;position:relative;width:20px;height:56px}#header-search .search-icon{display:block;font-size:14px;width:100%;height:56px;line-height:56px;color:inherit;outline:0}#header-search .search-icon:hover{color:#999}#header-search .search-icon i{display:block;line-height:inherit;-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;transition:all .6s ease-out}#header-search .search-icon .fa-close{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;opacity:0;visibility:hidden}.hover-search-form{left:auto;margin:0;position:absolute;top:100%;right:-16px;width:240px;background:#fff;padding:15px;border:1px solid #e0e0e0;box-shadow:3px 3px 8px rgba(0,0,0,.15);opacity:0;visibility:hidden;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);-moz-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);-o-transform:scale(.95);transform:scale(.95)}.hover-search-form:before{left:auto;content:"";display:block;width:0;height:0;border-style:solid;border-width:0 6px 6px;border-color:transparent transparent #e0e0e0;position:absolute;top:-6px;right:16px}.hover-search-form form{position:relative}.hover-search-form input[type=search]{display:block;margin:0;width:100%;background:#fff;line-height:34px;padding:0 48px 0 12px;border:1px solid #ccc;height:auto}.hover-search-form button{position:absolute;top:0;right:0;width:36px;height:36px;line-height:36px;padding:0;text-align:center}.hover-search-form button i{display:block;font-size:16px}.hover-search-form button:hover{opacity:.8}#header-search.active .search-icon .fa-search{opacity:0;visibility:hidden}#header-search.active .search-icon .fa-close{opacity:1;visibility:visible}#header-search.active .hover-search-form{opacity:1;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}#hamburger{position:absolute;top:50%;right:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);display:none;cursor:pointer;color:inherit;border:0;outline:0!important;width:24px;padding:5px 0;background:0 0;border-radius:0}.offcanvas-nav .menu>ul ul>li+li,.offcanvas-nav .menu>ul>li+li{border-top:1px solid #ccc}#hamburger span{height:1px;background:currentColor;width:100%;display:block}#hamburger span+span{margin-top:6px}#offcanvas{position:fixed;top:0;left:0;height:100%;width:280px;background:#fff;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;z-index:9999;padding:2.4rem;-webkit-transition:all .6s cubic-bezier(.23,1,.32,1);-moz-transition:all .6s cubic-bezier(.23,1,.32,1);transition:all .6s cubic-bezier(.23,1,.32,1);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.hellen-instagram,.hellen-instagram ul li a,.offcanvas-open,.rsOverflow,.widget-post-section{overflow:hidden}#offcanvas .search-form,#offcanvas .social-list,#offcanvas .topbar-text{margin-top:1em}#offcanvas .social-list ul a{outline:0;font-size:16px;width:auto;padding:0 10px 0 0}.admin-bar #offcanvas{top:32px;height:-webkit-calc(100% - 32px);height:calc(100% - 32px)}#offcanvas .topbar-text{display:none;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:1px;font-weight:300}#offcanvas-overlay{display:block;position:fixed;top:0;bottom:0;width:100%;z-index:4000;background:#000;opacity:0;visibility:hidden;-webkit-transition:all .6s cubic-bezier(.23,1,.32,1);-moz-transition:all .6s cubic-bezier(.23,1,.32,1);transition:all .6s cubic-bezier(.23,1,.32,1)}.offcanvas-nav .menu>ul ul a,.tagcloud a{-webkit-transition:all .2s;-moz-transition:all .2s;outline:0}.offcanvas-open #offcanvas{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);box-shadow:0 4px 10px rgba(0,0,0,.2)}.rsHellen.rsHor .rsArrowLeft,.widget_recent_entries ul li:before{-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%)}.offcanvas-open #offcanvas-overlay{visibility:visible;opacity:.4}.offcanvas-nav .menu>ul{list-style:none;margin:0;padding:0;font-family:Oswald,sans-serif}.offcanvas-nav .menu>ul li{display:block;position:relative}.offcanvas-nav .menu>ul li>.indicator{display:none;position:absolute;top:1.3rem;right:0;font-size:1.2em}.offcanvas-nav .menu>ul li.menu-item-has-children{cursor:pointer}.offcanvas-nav .menu>ul li.menu-item-has-children>a{margin-right:3rem}.offcanvas-nav .menu>ul li.menu-item-has-children>.indicator{display:block}.offcanvas-nav .menu>ul>li{display:block;position:relative;padding:9px 0}.offcanvas-nav .menu>ul>li>a{text-transform:uppercase;color:inherit;font-size:13px}.offcanvas-nav .menu>ul ul{list-style:none;margin:0;display:none;padding:1rem 0 1rem 1rem}.offcanvas-nav .menu>ul ul>li{padding:6px 0}.offcanvas-nav .menu>ul ul>li>.indicator{top:.7rem}.offcanvas-nav .menu>ul ul a{line-height:18px;text-transform:uppercase;letter-spacing:2px;font-size:12px;color:inherit;transition:all .2s}.offcanvas-nav .menu>ul ul>li.current-menu-ancestor>a,.offcanvas-nav .menu>ul ul>li.current-menu-item>a,.offcanvas-nav .menu>ul ul>li:hover>a{color:#aaa}.widget{border:0 solid}.widget+.widget{margin-top:30px}.widget-title{margin:0 0 30px;font-size:16px;text-transform:uppercase;font-family:Oswald,sans-serif;letter-spacing:5px;font-weight:300;background:#f0f0f0;text-align:center;padding:6px 10px}.widget-title a{color:inherit}.widget select{display:block;width:100%;max-width:300px;margin:0}.textwidget>:last-child,.widget>:last-child{margin-bottom:0}.image-figure{margin:0;position:relative}.image-figure img,.image-figure>a{display:block;color:inherit;outline:0;margin:0}.image-desc{margin:1em 0 0;font-size:13px}.image-desc.align-left{text-align:left}.image-desc.align-center{text-align:center}.image-desc.align-right{text-align:right}.image-desc.align-justify{text-align:justify}.about-desc>:last-child{margin-bottom:0}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_product_categories ul,.widget_recent_comments ul,.widget_recent_entries ul{list-style:none;margin:0;padding:0}.widget_archive ul ul,.widget_categories ul ul,.widget_meta ul ul,.widget_nav_menu ul ul,.widget_pages ul ul,.widget_product_categories ul ul,.widget_recent_comments ul ul,.widget_recent_entries ul ul{margin-top:10px;margin-left:20px}.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_product_categories ul li,.widget_recent_comments ul li,.widget_recent_entries ul li{line-height:1.5}.widget_archive ul li+li,.widget_categories ul li+li,.widget_meta ul li+li,.widget_nav_menu ul li+li,.widget_pages ul li+li,.widget_product_categories ul li+li,.widget_recent_comments ul li+li,.widget_recent_entries ul li+li{border-top:1px dotted;padding-top:10px;margin-top:10px}.widget_archive ul a,.widget_categories ul a,.widget_meta ul a,.widget_nav_menu ul a,.widget_pages ul a,.widget_product_categories ul a,.widget_recent_comments ul a,.widget_recent_entries ul a{text-decoration:none;color:inherit;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:14px;letter-spacing:2px;font-weight:300;-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.widget_archive ul a:hover,.widget_categories ul a:hover,.widget_meta ul a:hover,.widget_nav_menu ul a:hover,.widget_pages ul a:hover,.widget_product_categories ul a:hover,.widget_recent_comments ul a:hover,.widget_recent_entries ul a:hover{color:#111}.widget_archive ul ul,.widget_categories ul ul,.widget_nav_menu ul ul,.widget_pages ul ul,.widget_product_categories ul ul{margin-left:1.5rem}.widget_recent_entries ul{counter-reset:count}.widget_recent_entries ul li{position:relative;padding:10px 0 10px 40px}.widget_recent_entries ul li:before{display:block;content:counter(count);counter-increment:count;position:absolute;top:55%;transform:translate(0,-50%);left:0;font-size:32px;font-style:italic;font-family:serif}.entry-meta::after,.hellen-instagram ul:after,.mfp-preloader:before,.tagcloud::after,.widget-post::after{content:""}.widget_recent_entries ul li .post-date{display:block;font-size:12px}#wp-calendar caption{text-align:center;margin-bottom:10px}#wp-calendar td,#wp-calendar th{font-size:.9em;text-align:center;padding:.5em}.hellen-instagram .hellen-button{margin:1em 0 0}.hellen-instagram ul{list-style:none;display:block;margin:-5px;padding:0}.hellen-instagram ul:after{display:table;clear:both}.hellen-instagram ul li{float:left;padding:5px}.hellen-instagram ul li a{position:relative;display:block;outline:0;text-decoration:none}.hellen-instagram ul li a:hover{opacity:.9}.hellen-instagram ul li a img{display:block;width:100%}.hellen-instagram ul li a .photo-text{display:none;position:absolute;z-index:20;bottom:0;left:0;right:0;padding:3px 0;text-align:center;background:rgba(255,255,255,.8);font-size:12px;color:#000;transition:all .5s cubic-bezier(.19,1,.22,1)}.hellen-instagram ul li a .photo-text span+span{margin-left:10px;display:inline-block;vertical-align:middle}.hellen-instagram ul li a .photo-text i{margin-right:2px}.hellen-instagram.column-1 ul li{width:100%}.hellen-instagram.column-2 ul li{width:50%}.hellen-instagram.column-3 ul li{width:33.33%}.hellen-instagram.column-4 ul li{width:25%}.hellen-instagram.column-5 ul li{width:20%}.hellen-instagram.column-6 ul li{width:16.66%}.hellen-instagram.column-7 ul li{width:14.28%}.hellen-instagram.column-8 ul li{width:12.5%}.hellen-instagram.column-9 ul li{width:11.11%}.instagram-button{text-align:center;margin:20px 0 0}a.follow-us{display:inline-block;margin:0 auto;text-align:center;color:#111;background:0 0;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:4px;font-size:18px;font-weight:300;line-height:1.2}a.follow-us:hover{border-bottom-color:#aaa}.widget-post::after{clear:both;display:table}.widget-post+.widget-post{margin-top:20px;padding-top:20px;border-top:1px solid #ddd}.widget-post-thumbnail{width:120px;float:left;margin:0 20px 0 0}.widget-post-thumbnail a{display:block;color:inherit;outline:0}.widget-post-thumbnail img{display:block;width:100%}.widget-post-title{font-size:18px;line-height:1.3;margin:0 0 .2em}.widget-post-title a,.widget-post-title a:hover{color:inherit}.widget-post .posted-on{font-size:12px}.widget_rss ul{list-style:none;margin:0;padding:0}.widget_rss ul li+li{border-top:1px solid #e5e5e5;padding-top:10px;margin-top:10px}.widget-social .social-list a{padding:0 5px;font-size:20px;color:#db4a37}.widget-social.align-center .social-list{display:table;margin-left:auto;margin-right:auto}.widget-social.align-right .social-list{display:table;margin-left:auto}.tagcloud{font-family:Oswald,sans-serif}.tagcloud::after{clear:both;display:table}.tagcloud a{line-height:1.3;cursor:pointer;margin:0 5px 5px 0;color:inherit;transition:all .2s}.tagcloud a:hover{color:#db4a37}.textwidget>:first-child{margin-top:0}.textwidget>:last-child{margin-bottom:0}.hellen-latest-projects-widget{margin:-5px;overflow:hidden}.hellen-latest-projects-widget.column-2 .widget-project-item{width:50%}.hellen-latest-projects-widget.column-3 .widget-project-item{width:33.33%}.hellen-latest-projects-widget.column-4 .widget-project-item{width:25%}.widget-project-item{display:block;float:left;padding:5px}.widget-project-item a,.widget-project-item figure,.widget-project-item img{display:block;width:100%;outline:0;color:inherit;margin:0}.widget-project-item figure{border:1px solid rgba(0,0,0,.06)}.widget-project-item a:hover{opacity:.95}#footer{color:#aaa}#footer-sidebar{background:center no-repeat #222323;background-size:cover;font-size:12px}#footer-sidebar .footer-sidebar-wrapper{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;margin:0 -2.2em}#footer-sidebar .footer-col{display:block;padding:5em 2.2em;-webkit-box-flex:none;-moz-box-flex:none;box-flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none}#footer-sidebar .widget{border:0;background:0 0;padding:0}#footer-sidebar .widget+.widget{margin-top:1.5em}#footer-sidebar .widget-title{border:0;background:0;text-align:left;padding:0;color:#fff;font-size:16px;font-weight:300}#footernav,.copyright-text{letter-spacing:2px;font-size:10px;text-transform:uppercase;font-family:Oswald,sans-serif}#footer-sidebar .widget_archive ul li+li,#footer-sidebar .widget_categories ul li+li,#footer-sidebar .widget_meta ul li+li,#footer-sidebar .widget_nav_menu ul li+li,#footer-sidebar .widget_pages ul li+li,#footer-sidebar .widget_recent_comments ul li+li,#footer-sidebar .widget_recent_entries ul li+li{border-color:rgba(255,255,255,.2)}#footer-sidebar .widget_archive ul a:hover,#footer-sidebar .widget_categories ul a:hover,#footer-sidebar .widget_meta ul a:hover,#footer-sidebar .widget_nav_menu ul a:hover,#footer-sidebar .widget_pages ul a:hover,#footer-sidebar .widget_recent_comments ul a:hover,#footer-sidebar .widget_recent_entries ul a:hover{color:#fff}#footer-sidebar a.follow-us{color:inherit;border-bottom-color:#444}#footer-sidebar a.follow-us:hover{border-bottom-color:#666}#footer-sidebar .social-list a{color:inherit}#footer-sidebar .social-list a:hover,#footer-sidebar .wpcf7 button,#footer-sidebar .wpcf7 input[type=button],#footer-sidebar .wpcf7 input[type=reset],#footer-sidebar .wpcf7 input[type=submit]{color:#fff}#footer-sidebar .wpcf7 input:not([type]),#footer-sidebar .wpcf7 input[type=number],#footer-sidebar .wpcf7 input[type=search],#footer-sidebar .wpcf7 input[type=color],#footer-sidebar .wpcf7 input[type=date],#footer-sidebar .wpcf7 input[type=datetime],#footer-sidebar .wpcf7 input[type=datetime-local],#footer-sidebar .wpcf7 input[type=email],#footer-sidebar .wpcf7 input[type=month],#footer-sidebar .wpcf7 input[type=password],#footer-sidebar .wpcf7 input[type=tel],#footer-sidebar .wpcf7 input[type=text],#footer-sidebar .wpcf7 input[type=time],#footer-sidebar .wpcf7 input[type=url],#footer-sidebar .wpcf7 input[type=week],#footer-sidebar .wpcf7 textarea{border:0;background:#fff}.footer-sidebar-full .container{width:95%}.footer-sidebar-wrapper.column-1 .footer-col{width:100%}.footer-sidebar-wrapper.column-2 .footer-col{width:50%}.footer-sidebar-wrapper.column-3 .footer-col{width:33.33%}.footer-sidebar-wrapper.column-4 .footer-col{width:25%}#footer-bottom{padding:40px 0;background:#111;color:#888}#footer-bottom .social-list a:hover{color:#ddd}.footer-bottom-inline .container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}#footernav ul,.entry-categories ul{-webkit-box-align:center;list-style:none}.footer-bottom-inline .footer-right{margin-left:auto}.footer-bottom-inline .copyright-text{max-width:600px}.copyright-text{display:block;margin:0;font-weight:300;line-height:1.5}.copyright-text .fa-heart{color:#db4a37}#footernav a,#footernav a:hover{color:inherit}.copyright-text a{outline:0}.copyright-text a:hover{text-decoration:underline}#footernav{font-weight:400}#footernav ul{margin:0;padding:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}#footernav li,.royalSlider,.royalSlider img{display:block}#footernav a{text-decoration:none;outline:0;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.mfp-fade.mfp-bg,.rsHellen .rsArrowIcn{-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out}#footernav:hover a{opacity:.4}#footernav:hover a:hover{opacity:1}#footernav li+li{margin-left:1em}.hellen-royalSlider{opacity:0;visibility:hidden;cursor:e-resize}.hellen-royalSlider.loaded{opacity:1;visibility:visible}.royalslide{position:relative}.rsHellen,.rsHellen .rsOverflow,.rsHellen .rsSlide,.rsHellen .rsThumbs,.rsHellen .rsVideoFrameHolder{background:0 0;color:inherit}.rsContent,.rsFade .rsContent{background:#fff}.royalSlider{width:100%;height:500px;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider-height-auto .royalSlider{height:auto}.rsHellen .rsArrow{width:48px;height:48px;line-height:48px;position:absolute;display:block;cursor:pointer;z-index:21}.rsHellen .rsArrowIcn,.rsHellen .rsBullets{width:100%;text-align:center;cursor:pointer;overflow:hidden}.rsHellen.rsVer .rsArrowLeft{top:0;left:0}.rsHellen.rsVer .rsArrowRight{bottom:auto;left:0}.rsHellen.rsHor .rsArrowLeft{left:5%;top:50%;transform:translate(0,-50%)}.rsHellen.rsHor .rsArrowRight{right:5%;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.rsHellen .rsArrowIcn,button.mfp-arrow i,button.mfp-arrow:hover i{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.rsHellen .rsArrowIcn{height:100%;line-height:inherit;font-size:18px;background:#fff;color:#111;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;border-radius:0;transition:all .15s ease-out}.rsHellen .rsArrowIcn:hover{color:#999}.rsHellen .rsArrowIcn:before,.rsHellen .rsThumbsArrowIcn:before{line-height:inherit;z-index:20;position:relative}.rsHellen .rsArrowLeft .rsArrowIcn:before,.rsHellen .rsThumbsArrowLeft .rsThumbsArrowIcn:before{content:"\f053"}.rsHellen .rsArrowRight .rsArrowIcn:before,.rsHellen .rsThumbsArrowRight .rsThumbsArrowIcn:before{content:"\f054"}.rsHellen .rsArrowDisabled .rsArrowIcn{opacity:.2;filter:alpha(opacity=20)}.rsHellen .rsBullets{position:absolute;z-index:35;left:0;bottom:5%;height:auto;margin:0 auto;line-height:8px}.rsHellen .rsBullet{display:inline-block;width:14px;height:14px;margin:0 3px}.rsHellen .rsBullet span{color:#fff;background:rgba(255,255,255,.4);display:block;width:100%;height:100%;border-radius:50%;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.rsHellen .rsBullet.rsNavSelected span{background:#fff}.rsHellen .rsBullet:hover span{background:rgba(255,255,255,.6)}.rsHellen .rsBullet.rsNavSelected span{background-color:#FFF}.rsHellen .rsThumbsHor{width:100%;margin-top:5px}.rsHellen .rsThumbsVer{width:34px;height:100%;position:absolute;top:0;right:0}.rsHellen.rsWithThumbsHor .rsThumbsContainer{position:relative;height:100%}.rsHellen.rsWithThumbsVer .rsThumbsContainer{position:relative;width:100%}.rsHellen .rsThumb{float:left;overflow:hidden;width:56px}.rsHellen .rsThumb img{display:block;width:100%;height:100%;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;opacity:.5}.rsHellen .rsTmb{display:block}.rsHellen .rsThumb:hover img{opacity:.6}.rsHellen .rsThumb.rsNavSelected img,.rsHellen .rsThumb.shown.rsNavSelected img{opacity:1}.rsHellen .rsTmb h5{font-size:16px;margin:0;padding:0;line-height:20px;color:#FFF}.rsHellen .rsTmb span{color:#DDD;margin:0;padding:0;font-size:13px;line-height:18px}.rsHellen .rsThumbsArrow{height:100%;width:20px;position:absolute;display:block;cursor:pointer;z-index:21;background:rgba(0,0,0,.5);color:#fff}.rsHellen.rsWithThumbsVer .rsThumbsArrow{width:100%;height:20px}.rsHellen.rsWithThumbsVer .rsThumbsArrowLeft{top:0;left:0}.rsHellen.rsWithThumbsVer .rsThumbsArrowRight{bottom:0;left:0}.rsHellen.rsWithThumbsHor .rsThumbsArrowLeft{left:0;top:0}.rsHellen.rsWithThumbsHor .rsThumbsArrowRight{right:0;top:0}.rsHellen .rsThumbsArrowIcn{display:block;font-size:16px;width:16px;top:50%;left:50%;margin-left:-8px;transform:translate(0,-50%);position:absolute;cursor:pointer}.rsHellen .rsThumbsArrowDisabled{opacity:.2}@media screen and (min-width:0px) and (max-width:800px){.rsHellen .rsThumb{width:59px;height:44px}.rsHellen .rsThumbsHor{height:44px}.rsHellen .rsThumbsVer{width:59px}}.rsHellen .rsTabs{width:100%;height:auto;margin:0 auto;text-align:center;overflow:hidden;padding-top:12px;position:relative}.rsHellen .rsTab{display:inline-block;cursor:pointer;text-align:center;height:auto;width:auto;color:#333;padding:5px 13px 6px;min-width:72px;border:1px solid #D9D9DD;border-right:1px solid #f5f5f5;text-decoration:none;background-color:#FFF;background-image:-webkit-linear-gradient(top,#fefefe,#f4f4f4);background-image:-moz-linear-gradient(top,#fefefe,#f4f4f4);background-image:linear-gradient(to bottom,#fefefe,#f4f4f4);-webkit-box-shadow:inset 1px 0 0 #fff;box-shadow:inset 1px 0 0 #fff}.rsHellen .rsTab:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.rsHellen .rsTab:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-right:1px solid #cfcfcf}.rsHellen .rsTab:active{border:1px solid #D9D9DD;background-color:#f4f4f4;box-shadow:0 1px 4px rgba(0,0,0,.2) inset}.rsHellen .rsTab.rsNavSelected{color:#FFF;border:1px solid #999;text-shadow:1px 1px #838383;box-shadow:0 1px 9px rgba(102,102,102,.65) inset;background:#ACACAC;background-image:-webkit-linear-gradient(top,#ACACAC,#BBB);background-image:-moz-llinear-gradient(top,#ACACAC,#BBB);background-image:linear-gradient(to bottom,#ACACAC,#BBB)}.rsHellen .rsFullscreenBtn{right:0;top:0;width:44px;height:44px;z-index:22;display:block;position:absolute;cursor:pointer}.rsHellen .rsFullscreenIcn{display:block;margin:6px;width:32px;height:32px;background:url(//cacalopes.com.br/wp-content/themes/hellen/rs-default.png) #000;background-color:rgba(0,0,0,.75);border-radius:2px}.rsHellen .rsFullscreenIcn:hover{background-color:rgba(0,0,0,.9)}.rsHellen.rsFullscreen .rsFullscreenIcn{background-position:-32px 0}.rsHellen .rsPlayBtn{-webkit-tap-highlight-color:rgba(0,0,0,.3);width:64px;height:64px;margin-left:-32px;margin-top:-32px;cursor:pointer}.rsHellen .rsPlayBtnIcon{width:64px;display:block;height:64px;-webkit-border-radius:4px;border-radius:4px;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;background:url(//cacalopes.com.br/wp-content/themes/hellen/rs-default.png) 0 -32px no-repeat #000;background-color:rgba(0,0,0,.75)}.rsHellen .rsPlayBtn:hover .rsPlayBtnIcon{background-color:rgba(0,0,0,.9)}.rsHellen .rsBtnCenterer{position:absolute;left:50%;top:50%}.rsHellen .rsCloseVideoBtn{right:0;top:0;width:44px;height:44px;z-index:500;position:absolute;cursor:pointer;-webkit-transform:translateZ(0)}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close,i.mfp-gallery .mfp-image-holder .mfp-figure{cursor:default}.rsHellen .rsCloseVideoBtn.rsiOSBtn{top:-38px;right:-6px}.rsHellen .rsCloseVideoIcn{margin:6px;width:32px;height:32px;background:url(//cacalopes.com.br/wp-content/themes/hellen/rs-default.png) -64px 0 #000;background-color:rgba(0,0,0,.75)}.rsHellen .rsCloseVideoIcn:hover{background-color:rgba(0,0,0,.9)}.rsHellen .rsPreloader{width:20px;height:20px;left:50%;top:50%;margin-left:-10px;margin-top:-10px}.rsHellen .rsGCaption{position:absolute;float:none;bottom:6px;left:6px;text-align:left;background:#000;background:rgba(0,0,0,.75);color:#FFF;padding:2px 8px;width:auto;font-size:12px;border-radius:2px}.mfp-bg{z-index:11042}.mfp-wrap{z-index:11043}.mfp-container{padding:0}.mfp-preloader{display:block;direction:ltr;text-indent:-9999px;margin:-20px 0 0 -20px;left:50%;z-index:99999;background:0 0}.mfp-preloader:before{display:block;position:absolute}.mfp-s-error .mfp-preloader{text-indent:0;background:0 0}.mfp-s-error .mfp-preloader a{color:inherit;text-decoration:underline}.mfp-bg,.mfp-wrap{color:#fff}.mfp-gallery .mfp-figure{opacity:.5;-webkit-transition:all .15s;-moz-transition:all .15s;transition:all .15s}.mfp-gallery.mfp-image-loaded .mfp-figure{transform:scale(1);opacity:1}.mfp-fade.mfp-bg{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:1}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-bg{opacity:1;background:#111;-webkit-transition:all .6s;-moz-transition:all .6s;transition:all .6s}.mfp-bg.mfp-removing{opacity:0}.mfp-figure:after{display:none}.mfp-iframe-scaler iframe{box-shadow:none;background:0 0}.mfp-content .wp-video{max-height:80%;max-width:80%;margin:auto}.mfp-content .wp-video-shortcode{margin:0}button.mfp-arrow,button.mfp-arrow:hover{display:block;background:0 0;color:inherit;visibility:visible;width:30px;height:40px;font-size:24px;left:30px;top:50%;padding:0;margin:0;@incldue transition( color .3s ease-out);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}button.mfp-arrow i,button.mfp-arrow:hover i{display:block;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video-indicator,button.mfp-close i{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}button.mfp-arrow.mfp-arrow-right{right:30px;left:auto}button.mfp-arrow:after,button.mfp-arrow:before{display:none}button.mfp-arrow{opacity:.7}button.mfp-arrow:hover{opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close,button.mfp-close{position:fixed;top:10px;left:auto;right:20px;width:28px;height:28px;line-height:24px;font-size:14px;border-radius:50%;color:inherit;border:2px solid;text-align:center;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.7}.mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover,button.mfp-close:hover{opacity:1;color:inherit;background:0 0}.mfp-iframe-holder .mfp-close i,.mfp-image-holder .mfp-close i,button.mfp-close i{display:block;line-height:inherit}.mfp-counter,.mfp-title{line-height:initial}button.mfp-close i{display:block;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.admin-bar .mfp-close{top:42px}.mfp-close-btn-in .mfp-close{color:inherit}body .mfp-close:before,body button.mfp-arrow-left:before,body button.mfp-arrow-right:before{display:block;position:absolute;top:0;bottom:0;right:0;left:0;width:100%!important;height:100%!important;z-index:40;border:none!important;outline:0;background:0 0!important;content:"";margin:0!important;padding:0!important;opacity:0}.mfp-counter,.mfp-title{color:inherit}.mfp-counter{font-size:inherit}.mfp-content .hellen-royalSlider{-webkit-transition:none;-moz-transition:none;transition:none}.mfp-content .royalSlider{height:100vh}.mfp-content .rsFade .rsContent{background:#111}.mfp-content .rsHellen .rsArrowIcn{color:inherit!important;background:0 0!important}.mfp-content .rsHellen .rsThumbsHor{margin:0 auto}.mfp-content .rsThumbsContainer{margin-bottom:40px;overflow:hidden}.mfp-content .rsHellen .rsThumb{width:56px}.lightbox-caption{position:absolute;bottom:10%;right:5%;text-align:right;padding:1em;font-size:.85em;line-height:1.4;background:rgba(0,0,0,.6);color:#fff;max-width:300px;cursor:default;z-index:30}.post-standard,.post-thumbnail{position:relative}.lightbox-caption a{color:inherit;text-decoration:underline;white-space:nowrap}.lightbox-caption a:hover{color:inherit;text-decoration:none}.lightbox-caption-title{display:block;font-weight:700;font-size:1.1em}.lightbox-caption-content{display:block;margin:.5em 0 0}.post-standard:not(:first-child){margin-top:60px}.sticky{display:block;background:#f0f0f0;padding:32px}.isolated-date{width:80px;float:left;text-align:left;font-family:Oswald,sans-serif;text-transform:uppercase}.isolated-date span{display:block;line-height:1.2}.isolated-date .day{font-size:40px}.isolated-date .month{font-size:20px;margin-top:5px}.post-inner{overflow:hidden}.post-thumbnail{display:block;overflow:hidden;margin:0 0 30px}.post-thumbnail .media-container{margin:0}.post-thumbnail figcaption{display:block;max-width:70%;margin:5px 0 0 auto;text-align:right;font-size:10px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.post-thumbnail figcaption a{display:inline}.post-thumbnail a{display:block;outline:0;border:0}.post-thumbnail img{display:block}.post-thumbnail a.pin-button{position:absolute;top:10px;left:10px;border-radius:50%;color:#fff;background:#bd081c;width:32px;height:32px;line-height:32px;font-size:16px;text-align:center;outline:0;text-decoration:none;cursor:pointer;z-index:30;opacity:0;visibility:hidden;transition:all .2s}.post-thumbnail a.pin-button i{display:block;line-height:inherit}.post-thumbnail .stack-image:hover a.pin-button,.post-thumbnail a.pin-button:hover,.post-thumbnail:hover>a.pin-button,.royalslide:hover a.pin-button{opacity:1;visibility:visible}.entry-header+.post-thumbnail{margin:30px 0}.post-standard .entry-header,.post-standard .entry-section{margin:0 auto;max-width:100%}.post-standard .entry-header+.entry-section{margin-top:20px}.post-standard .post-title{font-size:40px;margin:0 0 10px;-ms-word-wrap:break-word;word-wrap:break-word}.post-standard .post-title a{outline:0;color:inherit;text-decoration:none;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}.post-standard input[name=post_password]{width:300px;margin:0 0 14px}.entry-excerpt{margin-bottom:20px}.entry-excerpt>:last-child{margin-bottom:0}a.more-link{display:table;margin:0 auto;color:#111;border:2px solid;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:2px;padding:10px 24px;font-size:12px;outline:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}.entry-meta,.entry-tax{letter-spacing:.5px;text-transform:uppercase;font-weight:400}a.more-link:hover{color:#999}.entry-meta{display:block;font-size:11px}.entry-meta::after{clear:both;display:table}.entry-meta>*+:before,.entry-tax .sep:before{content:"/";margin:0 5px}.entry-meta>*{display:inline-block;vertical-align:middle}.entry-meta a{color:inherit;text-decoration:underline}.entry-meta a:hover{text-decoration:none}.entry-tax a{color:inherit;text-decoration:underline}.entry-categories ul{display:-webkit-inline-box;display:-moz-inline-box;display:inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:0}.entry-categories ul li{display:block}.entry-categories ul li:after{content:"\B7";opacity:.3;margin:0 7px}.authorbox .author-avatar:before,.blog-masonry .masonry-loader:before,.form-submit::after,.page-links:before{content:""}.entry-categories ul li:last-child:after{display:none}.entry-content>:last-child{margin-bottom:0}.entry-tags-inner{display:-webkit-inline-box;display:-moz-inline-box;display:inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap}.entry-tags{margin:3em 0;text-align:center;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:10px;letter-spacing:2px}.entry-tags .tag-label{margin-right:10px;display:none}.entry-tags ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap}.entry-tags ul li{display:block;margin:3px}.entry-tags a{display:inline-block;white-space:nowrap;position:relative;color:inherit;outline:0;border:1px solid #aaa;line-height:1.5;padding:4px 8px;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}.entry-share .social-list a,a.author-external-link{-webkit-transition:all .1s;-moz-transition:all .1s}.entry-tags a:hover{border-color:#444}.entry-share{margin:2.2em 0 0;text-align:center}.entry-share .share-label{display:block;margin:0 0 1.5em;font-size:.7em;text-transform:uppercase;letter-spacing:1px}.entry-share .social-list{display:block}.entry-share .social-list li{width:25%}.entry-share .social-list a{cursor:pointer;margin:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;font-size:1em;color:#fff;text-transform:uppercase;letter-spacing:2px;padding:0 10px;width:100%;height:24px;text-align:center;border-radius:0;transition:all .1s}.entry-share .social-list a i{display:block;line-height:inherit;background:0 0}.entry-share .social-list .li-facebook a{background:#3b5998}.entry-share .social-list .li-twitter a{background:#1da1f2}.entry-share .social-list .li-pinterest a{background:#bd081c}.entry-share .social-list .li-email a{background:#999}.hellen-nav{margin:3em 0;text-align:center;text-transform:uppercase;letter-spacing:2px;font-family:Oswald,sans-serif;font-size:13px}.hellen-nav>a,.hellen-nav>span{display:inline-block;margin:0 1px;padding:5px 10px;border:1px solid transparent}.hellen-nav a{outline:0;color:#111;border:1px solid #ccc;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.hellen-nav a:hover{border-color:#999}.hellen-nav>span{color:#999}.hellen-nav>div{display:inline-block;margin:0 10px}.hellen-custom-query-nav{margin-bottom:0}body.error404 #page-wrapper{min-height:400px}.error-404{display:block;max-width:600px;margin:0 auto;border:1px dashed #ccc;padding:24px;background:#f5f5f5}.error-404 .search-form{width:100%;margin:0 auto}.blog-grid .blog-container{margin:-48px -16px 0;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;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch}.post-grid{padding:48px 16px 0;-webkit-box-flex:none;-moz-box-flex:none;box-flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;position:relative}.blog-grid.column-1 .post-grid{width:100%}.blog-grid.column-2 .post-grid{width:50%}.blog-grid.column-3 .post-grid{width:33.33%}.blog-grid.column-4 .post-grid{width:25%}.blog-grid.column-5 .post-grid{width:20%}.blog-grid.column-6 .post-grid{width:16.66%}.blog-align-left .post-carousel,.blog-align-left .post-grid,.blog-align-left .post-list{text-align:left}.blog-align-center .post-carousel,.blog-align-center .post-grid,.blog-align-center .post-list{text-align:center}.blog-align-right .post-carousel,.blog-align-right .post-grid,.blog-align-right .post-list{text-align:right}.post-grid-thumbnail{display:block;position:relative;margin:0;background:#eee}.post-grid-thumbnail img,.post-grid-thumbnail>a{display:block;width:100%;outline:0;border:0;text-decoration:none}.post-grid-thumbnail+.grid-section{margin-top:20px}.thumb-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:block;background:#000;opacity:0;visibility:hidden;z-index:10;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}.list-thumbnail:hover .thumb-overlay,.post-grid-thumbnail:hover .thumb-overlay{opacity:.5;visibility:visible}.format-indicator{position:absolute;z-index:20;display:block;font-size:16px;text-align:center}.format-indicator i{display:block;line-height:inherit}.gallery-indicator,.video-indicator{width:32px;height:32px;line-height:32px}.video-indicator{font-size:24px;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:rgba(255,255,255,.9);text-shadow:0 0 3px rgba(0,0,0,.1)}.gallery-indicator{top:0;right:0;color:#fff;font-size:14px}.custom-color .grid-title,.grid-title a,.grid-title a:hover{color:inherit}.grid-section{display:block;margin:0 auto;max-width:100%}.grid-title{line-height:1.2;margin:0;font-weight:400;letter-spacing:2px}.grid-title a{outline:0;border:0;text-decoration:none}.grid-section>*+*{margin-top:.5rem}.grid-section>*+.grid-excerpt,.grid-section>*+.list-excerpt{margin-top:1.4rem}.grid-section .grid-meta+.grid-title{margin-top:.5rem}.grid-section a.more{display:inline-block;margin:1em 0 0;white-space:nowrap;color:#111;text-decoration:underline;text-transform:uppercase;letter-spacing:1px;font-size:12px}.authorbox .author-title a,.comment-meta a,.grid-section a.more:hover,.reply a{text-decoration:none}.grid-meta{display:block;line-height:1.3}.grid-excerpt,.list-excerpt{line-height:1.5;font-size:13px}.grid-excerpt p,.list-excerpt p{margin:1em 0}.grid-excerpt>:first-child,.list-excerpt>:first-child{margin-top:0}.grid-excerpt>:last-child,.list-excerpt>:last-child{margin-bottom:0}.blog-size-small .grid-title{font-size:18px;line-height:1.4}.blog-size-normal .grid-title{font-size:22px;line-height:1.3}.blog-size-medium .grid-title{font-size:28px;line-height:1.2}.blog-size-large .grid-title{font-size:40px;line-height:1.1}.blog-list .blog-container::after,.post-list::after{clear:both;content:"";display:table}.post-list:not(:first-child){margin:40px 0 0}.post-list .post-inner{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.list-thumbnail{display:block;-webkit-box-flex:none;-moz-box-flex:none;box-flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;position:relative;background:#eee;margin:0 5% 0 0;width:40%;max-width:90%}.list-thumbnail img,.list-thumbnail>a{display:block;width:100%;outline:0;border:0;text-decoration:none}.blog-list-thumbnail-align-top .post-list .post-inner{-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.blog-list-thumbnail-align-bottom .post-list .post-inner{-webkit-box-align:end;-moz-box-align:end;box-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.blog-list-thumbnail-align-right .list-thumbnail{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2;margin:0 0 0 5%}.blog-list-thumbnail-align-right .list-section{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}.list-section{margin:0}.list-excerpt+.hellen-button{margin:20px 0 0}.full-caption-title{line-height:1.2}.full-caption-title a{color:inherit;outline:0}.full-caption-title a:hover{color:inherit}.slide-full-caption *+.slide-more-button{margin-top:24px}.slide-full-caption .entry-meta{font-size:16px;margin-bottom:10px}.slide-full-caption .hellen-btn.btn-fill{color:inherit;border-color:currentColor}.slide-full-caption .hellen-btn.btn-fill:hover{color:#111;border-color:#fff;background:#fff}.blog-masonry{overflow:hidden;position:relative}.blog-masonry .masonry-loader{display:block;top:100px;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);background:0 0;position:relative;width:28px;height:28px;opacity:1;visibility:visible;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.blog-masonry .masonry-loader:before{width:28px;height:28px;position:absolute}.blog-masonry.loaded .masonry-loader{opacity:0;visibility:hidden}.blog-masonry .blog-container{margin:-48px -16px 0;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.blog-masonry.loaded .blog-container{opacity:1;visibility:visible}.blog-masonry.column-2 .grid-sizer,.blog-masonry.column-2 .post-masonry{width:50%}.blog-masonry.column-2.masonry-featured-first .post-masonry:first-child{width:100%}.blog-masonry.column-3 .grid-sizer,.blog-masonry.column-3 .post-masonry{width:33.33%}.blog-masonry.column-3.masonry-featured-first .post-masonry:first-child{width:66.66%}.blog-masonry.column-4 .grid-sizer,.blog-masonry.column-4 .post-masonry{width:25%}.blog-masonry.column-4.masonry-featured-first .post-masonry:first-child{width:50%}.blog-masonry.column-5 .grid-sizer,.blog-masonry.column-5 .post-masonry{width:20%}.blog-masonry.column-5.masonry-featured-first .post-masonry:first-child{width:40%}.post-masonry{display:block;float:left;padding:48px 16px 0}.single-post #page-wrapper,.single-product #page-wrapper{border-top:1px solid #ccc}.page-links{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;position:relative;padding-top:20px;font-size:.9em}.page-links:before{position:absolute;top:0;left:0;border:1px solid;border-width:1px 0 0;opacity:.2;width:30px}.page-links .page-links-title{font-size:.9em;margin:0 10px 0 0}.page-links>a,.page-links>span{margin:0 10px 0 0}.page-links a,.page-links a:hover{color:inherit}.page-links>span{opacity:.4}.authorbox{margin:40px auto;display:block;padding:5px;background:#f6f6f6}.authorbox .author-inner{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;border:1px solid #ccc;padding:32px}.authorbox .author-avatar{-webkit-box-flex:none;-moz-box-flex:none;box-flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:70px;height:70px;margin:5px 20px 0 0;position:relative}.authorbox .author-avatar:before{display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transform:translate(6px,6px);-moz-transform:translate(6px,6px);-ms-transform:translate(6px,6px);-o-transform:translate(6px,6px);transform:translate(6px,6px);background:#000;opacity:.8}.authorbox .author-avatar a{display:block;outline:0;border:0}.authorbox .author-avatar img{position:relative;z-index:20;display:block;width:100%;border:2px solid #fff;-webkit-transform:rotate(-4deg);-moz-transform:rotate(-4deg);-ms-transform:rotate(-4deg);-o-transform:rotate(-4deg);transform:rotate(-4deg)}.authorbox .author-title{margin:0;font-size:22px;text-transform:uppercase;letter-spacing:1px}.authorbox .author-title a{color:inherit;outline:0}.authorbox .author-bio p{font-size:13px;margin:.5em 0;line-height:1.5}a.author-external-link{outline:0;border-bottom:1px solid;white-space:nowrap;display:inline-block;margin-top:8px;line-height:1.3;transition:all .1s}a.author-external-link:hover{border-bottom-color:transparent}.author-social-list{margin-top:1em;margin-left:auto;display:table}.author-social-list ul a{margin:0;font-size:1em;padding:0 5px;color:inherit;width:auto;height:auto;line-height:normal;text-align:center;-webkit-transition:all .1s;-moz-transition:all .1s;transition:all .1s}.author-social-list ul a:hover{color:inherit;opacity:.6}.related-content{margin:3em 0}.related-content .hellen-heading{margin:0 0 20px}.related-content .grid-title{font-size:16px}#comments .hellen-heading .heading-title,.hellen-heading .heading-title.related-heading{font-size:32px}.blog-related{overflow:hidden}#comments{margin:40px auto}#comments .hellen-heading{margin:0 0 20px}.comment-list{list-style:none;margin:0;padding:0}.comment-list ol.children{list-style:none;margin:0 0 0 2em;padding:0}.comment-list li.comment .comment-body{position:relative;margin-top:24px;padding-top:24px;border-top:4px double #d9d9d9}.comment-list>li.comment:first-child>.comment-body{margin-top:0;padding-top:0;border:0}.comment-list>li.comment:first-child>.comment-body .reply{top:0}.comment-meta{margin:0 0 16px}.comment-meta .comment-author img{display:block;float:left;width:48px;margin-top:1px}.comment-meta .comment-author .fn{font-family:Oswald,sans-serif;text-transform:uppercase;margin-left:20px;font-size:12px;letter-spacing:2px;font-weight:400}.comment-meta a{color:inherit;outline:0}.comment-meta .comment-metadata{margin-left:68px;line-height:16px;text-transform:uppercase;letter-spacing:1px;font-size:10px;color:#999}#cancel-comment-reply-link,.reply{letter-spacing:2px;text-transform:uppercase}.reply{font-family:Oswald,sans-serif;border:1px solid #ccc;color:#999;padding:1px 4px;font-size:9px;display:block;text-align:right;position:absolute;top:24px;right:0}.reply a{color:inherit;outline:0}.reply a:hover{color:#111;background:#fcfcfc;border-color:#999}.bypostauthor .comment-author .fn{background:#db4a37;color:#fff;padding:0 4px}.comment-content{margin-left:68px;font-size:13px}.comment-content ol,.comment-content p,.comment-content ul{margin:0 0 10px}.comment-content>:last-child{margin-bottom:0}.comment-awaiting-moderation{color:red;margin-left:68px;font-size:10px;line-height:1.5}#respond{margin-top:2em}#reply-title{font-size:24px;line-height:1.2}#cancel-comment-reply-link{color:inherit;font-size:10px;text-decoration:underline}#cancel-comment-reply-link:hover,.post-navigation a,.product-thumbnail a{text-decoration:none}#respond p{margin-top:1em;margin-bottom:1em}#respond .comment-form-url{margin-right:0;margin-bottom:1em;clear:right}.form-submit{clear:left}.form-submit::after{clear:both;display:table}.woocommerce #review_form #respond .form-submit input{background:#db4a37;color:#fff;font-size:14px}.post-navigation{margin:40px 0 0;padding:20px 0;border:1px solid #ccc;border-width:1px 0;font-family:Oswald,sans-serif}.post-navigation .nav-links{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.post-navigation .nav-links>div{position:relative}.post-navigation .nav-links>div:before{position:absolute;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);display:block;font-size:32px}.post-navigation .nav-links .nav-previous{padding-left:30px}.post-navigation .nav-links .nav-previous:before{left:0;content:"\f104"}.post-navigation .nav-links .nav-next{margin-left:auto;text-align:right;padding-right:30px}.post-navigation .nav-links .nav-next:before{right:0;content:"\f105"}.post-navigation a,.post-navigation a:hover{color:inherit}.post-navigation a:hover .meta-nav{text-decoration:underline}.post-navigation .meta-nav{display:block;line-height:1.3;font-size:10px;text-transform:uppercase;letter-spacing:3px}.post-navigation .nav-title{display:block;font-size:20px;color:#111;text-transform:uppercase;letter-spacing:1px}.attachment a{display:table;border:0}.attachment img{display:block}#content-dock{position:fixed;bottom:0;left:0;z-index:5000;background:#fff;box-shadow:3px 8px 10px rgba(0,0,0,.3);width:300px;max-height:50%;overflow:scroll;padding:0 24px 24px;-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-ms-transform:translate(0,100%);-o-transform:translate(0,100%);transform:translate(0,100%);-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);-moz-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1)}#content-dock.shown{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}#content-dock .close{position:absolute;top:4px;right:4px;height:24px;width:24px;text-align:center;line-height:20px;margin:0;padding:0;background:0 0;border:2px solid;border-radius:50%;color:#111}#content-dock .close i{display:block;line-height:inherit}#content-dock .widget-title{display:block;color:inherit;background:#e9e9e9;padding:0 10px;line-height:32px;font-weight:400;text-align:center;margin:0 -24px 24px}#content-dock .mc4wp-form-fields button,#content-dock .mc4wp-form-fields input[type=button],#content-dock .mc4wp-form-fields input[type=reset],#content-dock .mc4wp-form-fields input[type=submit]{width:100%}#content-dock .hellen-instagram li,#content-dock .widget-project-item{display:block;opacity:0;visibility:hidden;-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;transition:all .6s ease-out}#content-dock.shown .hellen-instagram li,#content-dock.shown .widget-project-item{opacity:1;visibility:visible;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}#content-dock .widget-post{opacity:0;visibility:hidden;-webkit-transform:translate(0,10px);-moz-transform:translate(0,10px);-ms-transform:translate(0,10px);-o-transform:translate(0,10px);transform:translate(0,10px);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}#content-dock.shown .widget-post{opacity:1;visibility:visible;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.hellen .hesperiden .tp-bullet{background:rgba(255,255,255,.6);border:0;width:16px;height:16px;transition:all .4s ease-out}.hellen .hesperiden .tp-bullet.selected,.hellen .hesperiden.tparrows{background:#fff}.hellen .hesperiden.tparrows:before{color:#000}.hellen .tparrows{background:#fff;width:44px;height:44px;line-height:44px;text-align:center;border-radius:0}.hellen .tparrows:before{color:#111;font-size:16px;line-height:inherit;display:block;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;transition:all .4s ease-out}.hellen .tparrows:hover:before{color:#999}.tparrows.tp-rightarrow:before{content:"\f054"}.tparrows.tp-leftarrow:before{content:"\f053"}.rev-btn{font-family:Oswald,sans-serif!important;letter-spacing:1px}.tp-loader.spinner0,.tp-loader.spinner5{background:0 0;border-radius:0;box-shadow:none;position:relative;margin:-20px 0 0 -20px}.tp-loader.spinner0:before,.tp-loader.spinner5:before{display:block;content:"";position:absolute}.tp-loader.spinner0,.tp-loader.spinner1{animation:none}.hellen-mailchimp-form.custom-color .wpb_heading{color:inherit}.hellen-mailchimp-form .form-description{margin:0 0 20px;border:1px dashed #ccc;padding:10px 20px;font-size:.9em}.hellen-mailchimp-form p{margin:1em 0}.hellen-mailchimp-form p:last-of-type{margin-bottom:0}.hellen-mailchimp-form p:first-of-type{margin-top:0}.widget .mc4wp-form p{margin:0 0 10px}.widget .mc4wp-form p:last-child{margin-bottom:0}.widget .mc4wp-form input:not([type]),.widget .mc4wp-form input[type=number],.widget .mc4wp-form input[type=search],.widget .mc4wp-form input[type=color],.widget .mc4wp-form input[type=date],.widget .mc4wp-form input[type=datetime],.widget .mc4wp-form input[type=datetime-local],.widget .mc4wp-form input[type=email],.widget .mc4wp-form input[type=month],.widget .mc4wp-form input[type=password],.widget .mc4wp-form input[type=tel],.widget .mc4wp-form input[type=text],.widget .mc4wp-form input[type=time],.widget .mc4wp-form input[type=url],.widget .mc4wp-form input[type=week],.widget .mc4wp-form textarea{width:100%}.widget .mc4wp-form button,.widget .mc4wp-form input[type=button],.widget .mc4wp-form input[type=reset],.widget .mc4wp-form input[type=submit]{line-height:40px}#footer-sidebar .mc4wp-form input:not([type]),#footer-sidebar .mc4wp-form input[type=number],#footer-sidebar .mc4wp-form input[type=search],#footer-sidebar .mc4wp-form input[type=color],#footer-sidebar .mc4wp-form input[type=date],#footer-sidebar .mc4wp-form input[type=datetime],#footer-sidebar .mc4wp-form input[type=datetime-local],#footer-sidebar .mc4wp-form input[type=email],#footer-sidebar .mc4wp-form input[type=month],#footer-sidebar .mc4wp-form input[type=password],#footer-sidebar .mc4wp-form input[type=tel],#footer-sidebar .mc4wp-form input[type=text],#footer-sidebar .mc4wp-form input[type=time],#footer-sidebar .mc4wp-form input[type=url],#footer-sidebar .mc4wp-form input[type=week],#footer-sidebar .mc4wp-form textarea{border:0;background:#fff}.form-disclaimer{display:inline-block;margin:1.2em 0 0;max-width:400px}.form-disclaimer p{margin:0;font-size:.8em;opacity:.7}.mc4wp-alert,.mc4wp-response{font-size:.9em}.hellen-mailchimp-form.form-align-center{text-align:center}.hellen-mailchimp-form.form-align-right{text-align:right}.mc4wp-response p{margin:1em 0}.mc4wp-alert{margin:1em 0 0;line-height:1.66}.mc4wp-alert p{padding:1em;background:#fafafa;border:1px solid #e9e9e9;position:relative}.mc4wp-alert.mc4wp-success p{border-color:#e5efe2;color:#71a971;background:#ebffeb}.mc4wp-alert.mc4wp-notice p{border-color:#c5e1ec;color:#5ca8ce;background:#f2faff}.mc4wp-alert.mc4wp-error p{border-color:#efd2d2;color:#bb6a6a;background:#fff4f2}.mailchimp-form-stack .mailchimp-form-inner{width:320px;max-width:100%;display:inline-block}.mailchimp-form-stack input[type=submit]{display:block;width:100%}.mailchimp-form-inline .mailchimp-form-inner{display:inline-block}.mailchimp-form-inline input:not([type]),.mailchimp-form-inline input[type=number],.mailchimp-form-inline input[type=search],.mailchimp-form-inline input[type=color],.mailchimp-form-inline input[type=date],.mailchimp-form-inline input[type=datetime],.mailchimp-form-inline input[type=datetime-local],.mailchimp-form-inline input[type=email],.mailchimp-form-inline input[type=month],.mailchimp-form-inline input[type=password],.mailchimp-form-inline input[type=tel],.mailchimp-form-inline input[type=text],.mailchimp-form-inline input[type=time],.mailchimp-form-inline input[type=url],.mailchimp-form-inline input[type=week],.mailchimp-form-inline textarea{width:240px}.mailchimp-form-inline .mc4wp-form-fields,.mailchimp-form-inline .mc4wp-form-fields p{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap}.mailchimp-form-inline .mc4wp-form-fields{display:-webkit-inline-box;display:-moz-inline-box;display:inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.mailchimp-form-inline .mc4wp-form-fields p{margin:.5em 0}.mailchimp-form-inline .mc4wp-form-fields p+p{margin-left:10px}.mailchimp-form-inline .mc4wp-form-fields p:last-of-type{margin-left:-1px}.mailchimp-form-inline .mc4wp-form-fields p>*+*{margin-left:10px}.mailchimp-form-inline button,.mailchimp-form-inline input[type=button],.mailchimp-form-inline input[type=reset],.mailchimp-form-inline input[type=submit]{line-height:38px}div.wpcf7 .row{margin:0 -10px 30px}div.wpcf7 .col{padding:0 10px}div.wpcf7>:last-child{margin-bottom:0}div.wpcf7 .wpcf7-submit{display:inline-block;vertical-align:middle}div.wpcf7 .ajax-loader{background:0 0;position:relative;width:28px;height:28px}div.wpcf7 .ajax-loader:before{width:28px;height:28px;position:absolute;content:""}div.wpcf7 input:not([type]),div.wpcf7 input[type=number],div.wpcf7 input[type=search],div.wpcf7 input[type=color],div.wpcf7 input[type=date],div.wpcf7 input[type=datetime],div.wpcf7 input[type=datetime-local],div.wpcf7 input[type=email],div.wpcf7 input[type=month],div.wpcf7 input[type=password],div.wpcf7 input[type=tel],div.wpcf7 input[type=text],div.wpcf7 input[type=time],div.wpcf7 input[type=url],div.wpcf7 input[type=week],div.wpcf7 select,div.wpcf7 textarea{width:100%}div.wpcf7 button,div.wpcf7 input[type=button],div.wpcf7 input[type=reset],div.wpcf7 input[type=submit]{display:block;margin:0 auto;border:2px solid;background:0 0;color:#111}div.wpcf7 img.ajax-loader{width:20px;margin:0 0 0 10px;vertical-align:middle}div.wpcf7 div.wpcf7-response-output{margin:0 0 20px;border-width:1px;padding:10px 20px;background:rgba(0,0,0,.05);color:rgba(0,0,0,.5);font-size:12px;line-height:1.5}div.wpcf7 div.wpcf7-validation-errors{border-color:#f7e700;color:#afa50f;background:#fffeee}div.wpcf7 div.wpcf7-mail-sent-ok{background:#f5fff0;border-color:#a8ca99;color:#73b556}div.wpcf7 div.wpcf7-mail-sent-ng{border-color:#e49292;background:#fff6f6;color:#d45858}div.wpcf7 div.wpcf7-spam-blocked{color:#e09f27;border-color:#e2bd78;background:#fffbf2}.wpcf7-form p:last-of-type{margin-bottom:0}.select2-dropdown{z-index:3000}.masthead-inner{position:relative}.header-cart{position:absolute;top:50%;right:30px;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);width:36px;height:36px;line-height:34px;text-align:center}.header-cart.header-cart-hidden{display:none}.header-cart a{display:block;color:inherit;font-size:18px;outline:0}.header-cart a .items-count{position:absolute;top:-5px;right:-5px;background:#db4a37;color:#fff;border-radius:50%;width:16px;height:16px;line-height:16px;text-align:center;font-size:10px}.header-cart a:hover{color:inherit}.header-cart a i,.header-cart a span{display:inline-block;vertical-align:middle}.header-cart a span{margin-left:1px}#logo-area .header-cart{display:none}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{outline:0}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{width:48px}.woocommerce ul.product_list_widget li{overflow:hidden;padding:0}.woocommerce ul.product_list_widget li+li{border-top:1px dotted;padding-top:8px;margin-top:8px}.woocommerce ul.product_list_widget .product-title{font-family:Oswald,sans-serif;text-transform:uppercase;color:#111;font-weight:400;letter-spacing:2px}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background:#db4a37}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background:#ccc}.mini_cart_item a{color:inherit}.woocommerce-result-count{line-height:32px;letter-spacing:1px;font-size:12px}.woocommerce .woocommerce-ordering select{height:24px;margin-top:4px}.woocommerce .products ul,.woocommerce ul.products{margin-bottom:-2.992em}.woocommerce nav.woocommerce-pagination::after{clear:both;content:"";display:table}.product-thumbnail{position:relative;margin:0 0 10px;overflow:hidden}.product-thumbnail-inner{overflow:hidden}.product-thumbnail a{display:block;outline:0;border:0;color:inherit}.product-thumbnail img{display:block;width:100%}.woocommerce ul.products li.product a{border:0;outline:0}.woocommerce ul.products li.product a img{margin:0}.woocommerce ul.products li.product .product-thumbnail{position:relative;display:block;overflow:hidden}.woocommerce ul.products li.product .product-thumbnail .image-secondary{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:20;-webkit-transition:all .3s cubic-bezier(.19,1,.22,1);-moz-transition:all .3s cubic-bezier(.19,1,.22,1);transition:all .3s cubic-bezier(.19,1,.22,1)}.woocommerce ul.products li.product .product-thumbnail .image-secondary+img{display:block;-webkit-transition:all .3s cubic-bezier(.19,1,.22,1);-moz-transition:all .3s cubic-bezier(.19,1,.22,1);transition:all .3s cubic-bezier(.19,1,.22,1)}.woocommerce ul.products li.product .product-thumbnail:hover .image-secondary{opacity:1}.woocommerce ul.products li.product h3{display:block;margin:0;padding:.5em 0 .2em;font-size:18px;letter-spacing:1px;text-align:center}.woocommerce-page.columns-3 ul.products li.product h3,.woocommerce.columns-3 ul.products li.product h3{font-size:22px}.woocommerce-page.columns-2 ul.products li.product h3,.woocommerce.columns-2 ul.products li.product h3{font-size:28px}.woocommerce ul.products li.product h3 a{color:inherit;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}.woocommerce ul.products li.product h3 a:hover{color:#999}.woocommerce ul.products li.product .entry-tax{text-align:center;font-size:11px}.woocommerce ul.products li.product .entry-tax a{text-decoration:underline}.woocommerce ul.products li.product .entry-tax a:hover{text-decoration:none}.woocommerce ul.products li.product .star-rating{font-size:14px}.woocommerce .star-rating{line-height:1.1;font-size:14px}.woocommerce .products .star-rating{margin:.5em auto}.woocommerce .star-rating span:before{color:#db4a37}.woocommerce ul.products li.product .price{color:inherit;font-size:15px;text-align:center}.woocommerce ul.products li.product .price ins{text-decoration:none;font-weight:400}.woocommerce ul.products li.product .price del{display:inline;margin-right:10px}.woocommerce span.onsale{left:auto}.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:12px;letter-spacing:2px;font-weight:700;display:block;background:#db4a37;color:#fff;top:40px;right:-20px;z-index:30;width:60px;height:60px;line-height:60px;padding:0}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:0;line-height:42px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:2px;font-weight:300;padding:0 1.4em;background:#f0f0f0;color:#333;border:0!important}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{padding-right:1.2em}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{display:none}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#e9e9e9}.woocommerce a.added_to_cart{color:inherit;border-bottom:1px dotted;padding-top:0;vertical-align:middle;margin-left:10px;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:10px;letter-spacing:1px}.woocommerce a.add_to_cart_button,.woocommerce nav.woocommerce-pagination{text-align:center;letter-spacing:2px;font-family:Oswald,sans-serif;text-transform:uppercase}.woocommerce a.added_to_cart:hover{color:#999;border-bottom:1px solid}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:#111;color:#fff;border-radius:0;-webkit-font-smoothing:subpixel-antialiased;padding:0 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:#db4a37;opacity:1}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background:#999}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{padding:0 20px}.woocommerce a.add_to_cart_button{position:absolute;bottom:0;left:0;right:0;background:#111;z-index:40;color:#fff;margin:0;height:32px;line-height:32px;font-size:11px;border:0;outline:0;display:block;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out;opacity:0;-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-ms-transform:translate(0,100%);-o-transform:translate(0,100%);transform:translate(0,100%)}.woocommerce a.add_to_cart_button:hover{background:#db4a37;color:#fff}.woocommerce .product-thumbnail:hover a.add_to_cart_button{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1}.woocommerce .product-thumbnail:hover a.add_to_cart_button.loading{opacity:.25}.woocommerce .product-thumbnail .added_to_cart{display:none}.woocommerce nav.woocommerce-pagination{clear:both;font-size:13px}.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li+li{margin-left:5px}.woocommerce nav.woocommerce-pagination ul li>a{outline:0;color:#111;border:1px solid #ccc;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.woocommerce nav.woocommerce-pagination ul li>a:hover{color:#111;border-color:#999;background:0 0}.woocommerce nav.woocommerce-pagination ul li>a:active,.woocommerce nav.woocommerce-pagination ul li>a:focus{background:0 0}.woocommerce nav.woocommerce-pagination ul li>a,.woocommerce nav.woocommerce-pagination ul li>span.current{background:0 0;line-height:inherit;display:inline-block;margin:0 1px;padding:5px 10px}.woocommerce nav.woocommerce-pagination ul li>span{color:#999}.single-product .content{padding-top:30px;padding-bottom:60px;border-top:2px solid}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:44%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{width:52%}.woocommerce div.product div.images{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin:-5px}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper>div{padding:5px}.woocommerce div.product div.images div.thumbnails{padding-top:1.5em}.woocommerce div.product div.images a{color:inherit;border:0;outline:0;display:block}.woocommerce div.product div.images img{border:0}.woocommerce div.product .product_title{text-align:left;font-size:40px;letter-spacing:1px;margin-bottom:1rem}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{font-weight:400;text-decoration:none}.woocommerce div.product p.price,.woocommerce div.product span.price{color:inherit;letter-spacing:.5px}.woocommerce div.product .woocommerce-product-rating a{color:inherit;text-decoration:underline;letter-spacing:.5px}.woocommerce div.product .woocommerce-product-rating a:hover{text-decoration:none}.woocommerce-variation-price{margin:0 0 1em}.woocommerce div.product .stock{color:#77a464;font-weight:700;background:#fafafa;display:table;padding:6px 12px;border:1px dashed #ccc}.woocommerce button.single_add_to_cart_button{height:38px;line-height:38px;padding:0 20px}.product_meta{font-size:12px}.product_meta>span{display:block}.product_meta a{color:inherit}.product_meta a:hover{border-bottom-color:transparent}.woocommerce div.quantity,.woocommerce-page div.quantity{border:1px solid #e5e5e5;float:left;overflow:hidden;width:114px;margin:0 20px 0 0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;opacity:1;visibility:visible}.woocommerce div.quantity input.minus,.woocommerce div.quantity input.plus,.woocommerce-page div.quantity input.minus,.woocommerce-page div.quantity input.plus{-webkit-appearance:none}.woocommerce div.quantity input.minus,.woocommerce div.quantity input.plus,.woocommerce div.quantity input.qty,.woocommerce-page div.quantity input.minus,.woocommerce-page div.quantity input.plus,.woocommerce-page div.quantity input.qty{border:none;font-family:inherit;font-weight:400;-moz-appearance:textfield;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#333;float:left;font-size:16px;width:36px;height:36px;line-height:36px;margin:0;padding:0;text-align:center;vertical-align:middle;background:0 0;cursor:pointer;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.woocommerce div.quantity input.minus:hover,.woocommerce div.quantity input.plus:hover,.woocommerce-page div.quantity input.minus:hover,.woocommerce-page div.quantity input.plus:hover{background:#fafafa}.woocommerce div.quantity input.minus,.woocommerce div.quantity input.qty,.woocommerce-page div.quantity input.minus,.woocommerce-page div.quantity input.qty{border-right:1px solid #e5e5e5}.woocommerce div.quantity input.qty,.woocommerce-page div.quantity input.qty{background:0 0;width:40px}.woocommerce div.quantity input.qty::-webkit-inner-spin-button,.woocommerce div.quantity input.qty::-webkit-outer-spin-button,.woocommerce-page div.quantity input.qty::-webkit-inner-spin-button,.woocommerce-page div.quantity input.qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.woocommerce div.product .woocommerce-tabs ul.tabs{padding-left:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:0 0;padding:0;margin:0 10px 0 0}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:#ccc}.woocommerce div.product .woocommerce-tabs ul.tabs li a{outline:0;display:block;font-family:Oswald,sans-serif;font-weight:400;color:inherit;font-size:13px;letter-spacing:.5px;text-transform:uppercase;padding:10px 20px;background:#fff;border:1px solid #ccc;border-width:1px 1px 0}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background:#fff}#tab-additional_information h2,.woocommerce-Tabs-panel--description>h2:first-child{display:none}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{font-style:normal;font-weight:400;padding:10px 20px;border:1px solid #999;background:0 0;text-align:inherit}.woocommerce #reviews{overflow:hidden;padding:20px 0}.woocommerce #review_form_wrapper,.woocommerce #reviews #comments{display:block;min-height:1px}#review_form_wrapper{margin:20px 0 0}.woocommerce #reviews #comments h2,.woocommerce-Reviews #comments{margin:0}.woocommerce #reviews #comments{border:0}.woocommerce-Reviews-title{font-size:22px;margin:0}.woocommerce-noreviews{margin:20px 0 0;letter-spacing:1px;border:1px dashed #ccc;text-align:center;padding:10px;background:#fafafa}#review_form #reply-title{text-align:inherit;font-size:24px}.comment-form-rating label{font-size:12px;letter-spacing:1px}.woocommerce #review_form #respond p.stars{margin:0 0 5px}.woocommerce #review_form #respond p.stars>span{display:block;height:1em}.woocommerce p.stars a{border:0!important;outline:0}.woocommerce #review_form #respond .form-submit input:hover{background:#db4a37}.woocommerce #reviews #comments ol.commentlist{padding:0}.woocommerce #reviews #comments ol.commentlist li{margin:24px 0 0;padding:24px 0 0;border-top:3px double #ddd}.woocommerce #reviews #comments ol.commentlist li img.avatar{top:20px;width:48px;height:48px;border:0;background:0 0;padding:0}.woocommerce #reviews #comments ol.commentlist li .comment-text{border:0;padding:0;margin-left:70px}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{margin:0 0 5px;font-family:Oswald,sans-serif;font-weight:400;color:inherit}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop=author]{font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:400}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{color:#999;font-size:10px;letter-spacing:2px;text-decoration:none;font-style:normal;text-transform:uppercase}.cross-sells>h2,.products.related>h2,.products.upsells>h2{font-size:24px;text-transform:uppercase;margin:0 0 30px;letter-spacing:2px;font-weight:300;text-align:center}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{color:#000;border:0;background:#f9f9f9;padding:10px 20px!important;line-height:42px}.woocommerce .woocommerce-message{background:#e5edf1;color:#4f89a7}.woocommerce .woocommerce-error{background:#F5EFEF;color:#DC6B6B}.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before{display:none}.woocommerce .woocommerce-message #respond input#submit,.woocommerce .woocommerce-message a.button,.woocommerce .woocommerce-message button.button,.woocommerce .woocommerce-message input.button{background:#fff}.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a{border-bottom:1px dotted}.woocommerce .woocommerce-error a:hover,.woocommerce .woocommerce-info a:hover,.woocommerce .woocommerce-message a:hover{border-bottom:1px solid}.woocommerce table.shop_table{border-collapse:collapse;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #ccc}.woocommerce table.shop_table th{text-transform:uppercase;font-family:Oswald,sans-serif;font-weight:400;letter-spacing:2px;font-size:11px}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:20px;vertical-align:middle;border-top:0;overflow:hidden}.woocommerce a.remove{margin:0 auto}.woocommerce a.remove:hover{color:red!important;background:0 0}.woocommerce-cart table.cart .product-thumbnail{width:100px}.woocommerce-cart table.cart img{width:100%;display:block}#coupon_code,.woocommerce #content table.cart td.actions #coupon_code,.woocommerce table.cart td.actions #coupon_code,.woocommerce-page #content table.cart td.actions #coupon_code,.woocommerce-page table.cart td.actions #coupon_code{width:200px;padding-top:0;padding-bottom:0}.woocommerce table.shop_table td.product-name a{color:inherit;font-family:Oswald,sans-serif;font-weight:400;text-transform:uppercase;font-size:14px;letter-spacing:1px}.woocommerce table.shop_table td.product-name a:hover{text-decoration:underline}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{border:1px solid #ccc}#coupon_code{line-height:34px}#add_payment_method table.cart input,.woocommerce form .form-row input.input-text,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{line-height:36px}.woocommerce-cart table.cart input[name=update_cart]{display:block;margin-left:auto}.woocommerce-cart .wc-proceed-to-checkout{padding-bottom:0}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{font-size:14px}.cart_totals h2{font-size:18px}.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th{border-top:0}.woocommerce table.shop_table{border-bottom:0}.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th{vertical-align:middle}.entry-content .select2-container .select2-choice,.entry-content .select2-container .select2-choice:hover{border-bottom:1px solid #ccc}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{border-color:#ccc;padding-left:10px}.woocommerce form .form-row .required{text-decoration:none}.select2-drop.select2-drop-above .select2-search input{line-height:1;width:100%}#order_review_heading{margin:20px 0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:#fafafa}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{border-color:#f0f0f0}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background:#efefef;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#efefef}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:400;border-top:0}.product-quantity{font-weight:400}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-MyAccount-navigation ul li+li{padding-top:10px;margin-top:10px;border-top:1px solid}.woocommerce-MyAccount-navigation ul a{color:inherit}.woocommerce-MyAccount-navigation ul li.is-active a{color:#aaa}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-radius:0;border-color:#111}.woocommerce form.checkout_coupon>p{margin-bottom:0}.woocommerce form.checkout_coupon #coupon_code{width:100%}@media only screen and (max-width:740px){.woocommerce #reviews{display:block;margin:0}.woocommerce #review_form_wrapper,.woocommerce #reviews #comments{width:auto;padding:0}.woocommerce #review_form_wrapper{margin-top:2rem;padding-top:2rem;border:0;box-shadow:none;border-top:1px solid}}@media only screen and (max-width:400px){.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:none}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:none;margin:1rem 0 2rem}.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7);top:20px}}@media only screen and (max-width:1279px){#nav>li+li{margin-left:12px}.container{max-width:940px;width:940px}.row{margin-left:-20px;margin-right:-20px}.col{padding-left:20px;padding-right:20px}.layout-boxed .container{width:900px}.layout-boxed #page{width:960px}.layout-boxed .header-cart{right:5px}#page-title{font-size:3.4em}.isolated-date{width:60px}.isolated-date .day{font-size:28px}.widget-post-thumbnail{width:90px}.textwidget{font-size:12px}.header-cart{right:10px}}@media only screen and (max-width:1023px){#hamburger,#mobile-nav{display:block}body{font-size:13px}h1{font-size:40px}h2{font-size:32px}h3{font-size:24px}h4{font-size:20px}h5{font-size:16px}#topbar .topbar-right{margin-left:0;width:100%}.container,.layout-boxed .container{width:724px}#topbar .topbar-right #topbar-social{margin-left:auto}#nav,#topbarnav{display:none}#masthead .container{position:relative}#navbar{display:none!important}#masthead.masthead-stack{padding-top:20px;padding-bottom:20px}.container{max-width:724px}.layout-boxed{background:0 0}.layout-boxed #page{box-shadow:none!important;width:100%!important}.has-sidebar #primary,.has-sidebar #secondary{width:100%!important;padding-left:0;padding-right:0;float:none}#secondary{margin-top:0;padding-top:0!important}.post-standard:not(:first-child){margin-top:50px}.entry-tags{margin:1em 0}.post-standard .post-title{margin-bottom:0}.blog-grid .blog-container,.blog-masonry .blog-container{margin:-36px -12px 0}.header-cart,.layout-boxed .header-cart{right:60px}.slide-full-caption{padding:0}.blog-grid .post-grid,.blog-masonry .post-masonry{padding:36px 12px 0}.blog-size-large .grid-title,.blog-size-medium .grid-title{font-size:24px}.blog-grid.column-4 .post-grid,.blog-grid.column-5 .post-grid{width:50%}.blog-grid.column-6 .post-grid,.blog-masonry.column-4 .grid-sizer,.blog-masonry.column-4 .post-masonry,.blog-masonry.column-5 .grid-sizer,.blog-masonry.column-5 .post-masonry,.blog-masonry.column-6 .grid-sizer,.blog-masonry.column-6 .post-masonry{width:33.33%}.blog-masonry.column-4.masonry-featured-first .post-masonry:first-child,.blog-masonry.column-5.masonry-featured-first .post-masonry:first-child,.blog-masonry.column-6.masonry-featured-first .post-masonry:first-child{width:66.66%}.vc_col-sm-6 .list-thumbnail{margin-right:1em}.vc_col-sm-6 .blog-list-thumbnail-align-right .list-thumbnail{margin-right:0;margin-left:1em}.footer-sidebar-wrapper{-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap}.footer-sidebar-wrapper.column-4 .footer-col{width:50%}#footer-sidebar .footer-col:nth-child(3),#footer-sidebar .footer-col:nth-child(4){padding-top:0}}@media only screen and (max-width:767px){blockquote p br{display:none}#page-wrapper .container,.mailchimp-form-inline .mailchimp-form-inner,.mailchimp-form-stack input[type=submit]{display:block}blockquote{font-size:16px;line-height:1.5}.spacing-10,.spacing-4,.spacing-5,.spacing-6,.spacing-7,.spacing-8,.spacing-9{letter-spacing:2px}body #masthead{padding-top:16px;padding-bottom:16px}.row{margin-left:0!important;margin-right:0!important;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap}.col{width:100%!important;padding-left:0!important;padding-right:0!important}.col+.col{margin-top:1em}div.wpcf7 .row{margin-bottom:20px}div.wpcf7 .row .col+.col{margin-top:20px}.container{width:90%;min-width:300px}#primary,#secondary{padding:30px 0;width:100%!important;padding-left:0!important;padding-right:0!important}.layout-boxed .container{width:90%}.blog-grid.column-3 .post-grid,.blog-grid.column-5 .post-grid,.blog-grid.column-6 .post-grid,.blog-masonry.column-3 .grid-sizer,.blog-masonry.column-3 .post-masonry,.blog-masonry.column-4 .grid-sizer,.blog-masonry.column-4 .post-masonry,.blog-masonry.column-5 .grid-sizer,.blog-masonry.column-5 .post-masonry,.blog-masonry.column-6 .grid-sizer,.blog-masonry.column-6 .post-masonry{width:50%}#page-title{font-size:2.4em;letter-spacing:1px}.post-standard:not(:first-child){margin-top:40px}.grid-excerpt{font-size:.85em;line-height:1.5}.blog-masonry.column-3.masonry-featured-first .post-masonry:first-child,.blog-masonry.column-4.masonry-featured-first .post-masonry:first-child,.blog-masonry.column-5.masonry-featured-first .post-masonry:first-child,.blog-masonry.column-6.masonry-featured-first .post-masonry:first-child,.mailchimp-form-inline input:not([type]),.mailchimp-form-inline input[type=number],.mailchimp-form-inline input[type=search],.mailchimp-form-inline input[type=color],.mailchimp-form-inline input[type=date],.mailchimp-form-inline input[type=datetime],.mailchimp-form-inline input[type=datetime-local],.mailchimp-form-inline input[type=email],.mailchimp-form-inline input[type=month],.mailchimp-form-inline input[type=password],.mailchimp-form-inline input[type=tel],.mailchimp-form-inline input[type=text],.mailchimp-form-inline input[type=time],.mailchimp-form-inline input[type=url],.mailchimp-form-inline input[type=week],.mailchimp-form-inline textarea{width:100%}.slide-full-caption .entry-meta{font-size:12px}.blog-size-large .grid-title{font-size:1.3em}.list-excerpt{font-size:.85em;line-height:1.5}.list-thumbnail{max-width:50%}.post-standard .more-link{display:table;margin:0 auto}.authorbox{min-width:0}.authorbox .author-inner{padding:18px}.authorbox .author-avatar{width:50px;height:50px}.authorbox .author-bio p{font-size:12px}.comment-list ol.children{margin:0 0 0 1em}.comment-meta .comment-author .fn{margin-left:12px;letter-spacing:1px;font-size:11px}.comment-meta .comment-metadata,.entry-tags,.woocommerce-result-count{letter-spacing:0}.comment-meta .comment-author img{display:block;float:left;width:32px}.comment-awaiting-moderation,.comment-content,.comment-meta .comment-metadata{margin-left:44px}.comment-form-author,.comment-form-email,.comment-form-url{width:100%;margin-right:0}.hellen-heading .heading-title.related-heading{width:100%}.related-content .blog-grid.column-3 .post-grid{width:33.33%;padding-left:5px;padding-right:5px}.related-content .blog-grid.column-3 .blog-container{margin-left:-5px;margin-right:-5px}.related-content .blog-grid.column-3 .post-grid-thumbnail+.grid-section{margin-top:10px}.post-navigation .nav-title{font-size:16px;letter-spacing:0}body #footer-sidebar{padding:40px 0}.footer-sidebar-wrapper{margin-left:0!important;margin-right:0!important}.footer-col{width:100%!important;padding-left:0!important;padding-right:0!important}.hellen-mailchimp-form input[type=submit],.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{width:100%}#footer-sidebar{padding:30px 0}#footer-sidebar .footer-col{padding-top:0;padding-bottom:0}#footer-sidebar .footer-col+.footer-col{margin-top:24px}#footer-bottom .container{display:block;text-align:center}#footer-bottom .footer-right{margin:20px 0 0}#footer-bottom #footernav{display:table;margin:0 auto}.mailchimp-form-inline .mc4wp-form-fields,.mailchimp-form-inline .mc4wp-form-fields p{display:block;width:100%;margin-left:0!important}.woocommerce #content table.cart td.actions #coupon_code,.woocommerce table.cart td.actions #coupon_code,.woocommerce-page #content table.cart td.actions #coupon_code,.woocommerce-page table.cart td.actions #coupon_code{width:120px}.woocommerce td.product-quantity .quantity,.woocommerce-page td.product-quantity .quantity{float:none;margin-left:auto;margin-right:0}.woocommerce td.product-quantity:before,.woocommerce-page td.product-quantity:before{line-height:36px}.woocommerce table.shop_table{border-left:0;border-right:0}}@media only screen and (max-width:480px){body blockquote{font-size:1.2em}.royalSlider{max-height:300px}.hellen-btn,button,input[type=button],input[type=reset],input[type=submit]{font-size:12px;letter-spacing:1px;line-height:36px}h1{font-size:28px}h2{font-size:22px}h3{font-size:18px}h4{font-size:16px}.topbar-text{display:none}#offcanvas .topbar-text{display:block}#topbar-social .social-list a{padding:0 6px}.masthead-center .site-branding,.masthead-stack .site-branding{max-width:240px}.masthead-center .header-cart,.masthead-stack .header-cart{left:0;right:auto}#page-title{font-size:1.8em;letter-spacing:0}#page-title:before{margin-right:10px}#page-title:after{margin-left:10px}.rsHellen .rsArrow{width:36px;height:36px;line-height:36px}.rsHellen .rsArrowIcn{font-size:14px}.rsHellen.rsHor .rsArrowLeft{left:0}.rsHellen.rsHor .rsArrowRight{right:0}.entry-header+.post-thumbnail{margin:20px 0}a.more-link{padding:6px 12px;letter-spacing:1px}.hellen-nav>a,.hellen-nav>span,.woocommerce nav.woocommerce-pagination ul li>a,.woocommerce nav.woocommerce-pagination ul li>span.current{padding:2px 6px}.isolated-date{width:40px;text-align:left}.isolated-date .day{font-size:22px}.isolated-date .month{font-size:14px}.entry-meta{font-size:10px}.post-standard .post-title{font-size:1.25em;font-weight:600}.entry-categories ul li+li:before,.entry-meta .entry-meta-inner>*+:before{margin:0 4px}.entry-tags ul li+li:before{margin:0 5px}.blog-grid .post-grid,.blog-masonry .grid-sizer,.blog-masonry .post-masonry{width:100%!important}.blog-size-large .grid-title,.blog-size-medium .grid-title,.blog-size-normal .grid-title,.blog-size-small .grid-title,.grid-title{font-size:16px}.post-list:not(:first-child){margin:24px 0 0}.list-thumbnail{max-width:32%}.hellen-button.slide-more-button,.list-section .hellen-button{display:none}.authorbox .author-avatar{width:50px}.comment-list li.comment .comment-body{display:block}.comment-list li.comment .comment-meta{width:100%;margin:0 0 10px}.post-navigation .nav-title{font-size:1.1em}.hellen .tparrows{width:36px;height:36px;line-height:36px}.woocommerce ul.products li.product h3,.woocommerce-page.columns-2 ul.products li.product h3,.woocommerce-page.columns-3 ul.products li.product h3,.woocommerce.columns-2 ul.products li.product h3,.woocommerce.columns-3 ul.products li.product h3{font-size:14px;letter-spacing:0}.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .star-rating{font-size:12px}.woocommerce div.product .product_title{font-size:24px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{line-height:1.5;font-size:12px;padding:8px!important}}@media only screen and (max-width:782px){.admin-bar #masthead.before-sticky{top:46px!important}}@media only screen and (max-width:600px){.admin-bar #masthead.before-sticky{top:0!important}}