/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
@charset "UTF-8";

.wp-block-archives-dropdown label {
display:block;
}

.wp-block-audio {
margin:0 0 1em;
}

.wp-block-audio figcaption {
margin-top:.5em;
margin-bottom:1em;
}

.wp-block-audio audio {
width:100%;
min-width:300px;
}

.wp-block-button__link {
color:#fff;
background-color:#32373c;
border-radius:9999px;
box-shadow:none;
cursor:pointer;
display:inline-block;
font-size:1.125em;
padding:calc(.667em;
text-align:center;
text-decoration:none;
word-break:break-word;
box-sizing:border-box;
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited {
color:#fff;
}

.wp-block-button__link.alignright {
text-align:right;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
max-width:none;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
width:100%;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
font-size:inherit;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
width:calc(25% - var(--wp--style--block-gap,.5em)*0.75);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
width:calc(50% - var(--wp--style--block-gap,.5em)*0.5);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
width:calc(75% - var(--wp--style--block-gap,.5em)*0.25);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
width:100%;
flex-basis:100%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
width:25%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
width:50%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
width:75%;
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
border-radius:0;
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
border-radius:0 !important;
}

.is-style-outline>:where(.wp-block-button__link),:where(.wp-block-button__link).is-style-outline {
border:2px solid;
padding:.667em 1.333em;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color) {
color:currentColor;
}

.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background) {
background-color:transparent;
}

.wp-block-buttons.is-vertical {
flex-direction:column;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
margin-bottom:0;
}

.wp-block-buttons>.wp-block-button {
display:inline-block;
margin:0;
}

.wp-block-buttons.is-content-justification-left {
justify-content:flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
align-items:flex-start;
}

.wp-block-buttons.is-content-justification-center {
justify-content:center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
align-items:center;
}

.wp-block-buttons.is-content-justification-right {
justify-content:flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
align-items:flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
justify-content:space-between;
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
margin-left:auto;
margin-right:auto;
width:100%;
}

.wp-block-calendar tbody td,.wp-block-calendar th {
padding:.25em;
border:1px solid #ddd;
}

.wp-block-calendar tfoot td {
border:none;
}

.wp-block-calendar table {
width:100%;
border-collapse:collapse;
}

.wp-block-calendar table th {
font-weight:400;
background:#ddd;
}

.wp-block-calendar a {
text-decoration:underline;
}

.wp-block-calendar table caption,.wp-block-calendar table tbody {
color:#40464d;
}

.wp-block-categories.alignleft {
margin-right:2em;
}

.wp-block-categories.alignright {
margin-left:2em;
}

.wp-block-code code {
display:block;
font-family:inherit;
overflow-wrap:break-word;
white-space:pre-wrap;
}

.wp-block-columns {
display:flex;
margin-bottom:1.75em;
box-sizing:border-box;
flex-wrap:wrap !important;
align-items:normal !important;
}

.wp-block-avatar.aligncenter,.wp-block-button__link.aligncenter,.wp-block-buttons.aligncenter,.wp-block-button.aligncenter,.wp-block-calendar {
text-align:center;
}

@media (min-width:782px) {
.wp-block-columns {
flex-wrap:nowrap !important;
}
}

.wp-block-columns.are-vertically-aligned-top {
align-items:flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
align-items:center;
}

.wp-block-columns.are-vertically-aligned-bottom {
align-items:flex-end;
}

@media (max-width:781px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
flex-basis:100% !important;
}
}

@media (min-width:782px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
flex-basis:0;
flex-grow:1;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
flex-grow:0;
}
}

.wp-block-columns.is-not-stacked-on-mobile {
flex-wrap:nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
flex-basis:0;
flex-grow:1;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
flex-grow:0;
}

:where(.wp-block-columns.has-background) {
padding:1.25em 2.375em;
}

.wp-block-column {
flex-grow:1;
min-width:0;
word-break:break-word;
overflow-wrap:break-word;
}

.wp-block-column.is-vertically-aligned-top {
align-self:flex-start;
}

.wp-block-column.is-vertically-aligned-center {
align-self:center;
}

.wp-block-column.is-vertically-aligned-bottom {
align-self:flex-end;
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
width:100%;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
margin-right:.5em;
margin-bottom:.5em;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
margin-right:0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
margin-right:1ch;
display:inline-block;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
margin-left:1ch;
display:inline-block;
}

.wp-block-comments-pagination.aligncenter {
justify-content:center;
}

.wp-block-comment-template {
margin-bottom:0;
max-width:100%;
list-style:none;
padding:0;
}

.wp-block-comment-template li {
clear:both;
}

.wp-block-comment-template ol {
margin-bottom:0;
max-width:100%;
list-style:none;
padding-left:2rem;
}

.wp-block-cover,.wp-block-cover-image {
position:relative;
background-size:cover;
background-position:50%;
min-height:430px;
width:100%;
display:flex;
justify-content:center;
align-items:center;
padding:1em;
box-sizing:border-box;
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
background-attachment:fixed;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron),.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
transform:scaleX(1);
}

@media (prefers-reduced-motion:reduce) {
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
background-attachment:scroll;
}
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated {
background-repeat:repeat;
background-size:auto;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]) {
background-color:#000;
}

.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient {
background-color:transparent;
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
content:"";
background-color:inherit;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
z-index:1;
opacity:.5;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
opacity:0;
}

.wp-block-cover-image .block-library-cover__padding-visualizer,.wp-block-cover .block-library-cover__padding-visualizer {
z-index:2;
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
max-width:420px;
width:100%;
}

.wp-block-cover-image:after,.wp-block-cover:after {
display:block;
content:"";
font-size:0;
min-height:inherit;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
opacity:.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
opacity:.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
opacity:.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
opacity:.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
opacity:.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
opacity:.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
opacity:.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
opacity:.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
opacity:.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
opacity:1;
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
display:flex;
}

.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
width:100%;
z-index:1;
color:#fff;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container {
color:#000;
}

.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color) {
color:inherit;
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
align-items:flex-start;
justify-content:flex-start;
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
align-items:flex-start;
justify-content:center;
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
align-items:flex-start;
justify-content:flex-end;
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
align-items:center;
justify-content:flex-start;
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
align-items:center;
justify-content:center;
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
align-items:center;
justify-content:flex-end;
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
align-items:flex-end;
justify-content:flex-start;
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
align-items:flex-end;
justify-content:center;
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
align-items:flex-end;
justify-content:flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
margin:0;
width:auto;
}

.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
padding:0;
width:100%;
height:100%;
max-width:none;
max-height:none;
-o-object-fit:cover;
object-fit:cover;
outline:none;
border:none;
box-shadow:none;
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
z-index:0;
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
color:#fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
justify-content:flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
justify-content:flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
margin-left:0;
text-align:left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
margin-right:0;
text-align:right;
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2 {
font-size:2em;
line-height:1.25;
z-index:1;
margin-bottom:0;
max-width:840px;
padding:.44em;
text-align:center;
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
max-width:360px;
width:100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
min-width:280px;
}

.wp-block-cover .wp-block-embed {
min-width:320px;
min-height:240px;
}

.wp-block-embed {
margin:0 0 1em;
overflow-wrap:break-word;
}

.wp-block-embed figcaption {
margin-top:.5em;
margin-bottom:1em;
}

.wp-block-embed iframe {
max-width:100%;
}

.wp-block-embed__wrapper {
position:relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
content:"";
display:block;
padding-top:50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
height:100%;
width:100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
padding-top:42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
padding-top:50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top:56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
padding-top:75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
padding-top:100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
padding-top:177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
padding-top:200%;
}

.wp-block-file {
margin-bottom:1.5em;
}

.wp-block-file.aligncenter {
text-align:center;
}

.wp-block-file.alignright {
text-align:right;
}

.wp-block-file .wp-block-file__embed {
margin-bottom:1em;
}

.wp-block-file .wp-block-file__button {
background:#32373c;
border-radius:2em;
color:#fff;
font-size:.8em;
padding:.5em 1em;
}

.wp-block-file a.wp-block-file__button {
text-decoration:none;
}

.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited {
box-shadow:none;
color:#fff;
opacity:.85;
text-decoration:none;
}

.wp-block-file *+.wp-block-file__button {
margin-left:.75em;
}

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images) {
display:flex;
flex-wrap:wrap;
list-style-type:none;
padding:0;
margin:0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
margin:0 1em 1em 0;
display:flex;
flex-grow:1;
flex-direction:column;
justify-content:center;
position:relative;
width:calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
margin-right:0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
margin:0;
height:100%;
display:flex;
align-items:flex-end;
justify-content:flex-start;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
display:block;
max-width:100%;
height:auto;
width:auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
position:absolute;
bottom:0;
width:100%;
max-height:100%;
overflow:auto;
padding:3em .77em .7em;
color:#fff;
text-align:center;
font-size:.8em;
background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
box-sizing:border-box;
margin:0;
z-index:2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
display:inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption {
flex-grow:1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
width:100%;
height:100%;
flex:1;
-o-object-fit:cover;
object-fit:cover;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
width:100%;
margin-right:0;
}

@media (min-width:600px) {
.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
width:calc(33.33333% - .66667em);
margin-right:1em;
}

.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
width:calc(25% - .75em);
margin-right:1em;
}

.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
width:calc(20% - .8em);
margin-right:1em;
}

.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
width:calc(16.66667% - .83333em);
margin-right:1em;
}

.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
width:calc(14.28571% - .85714em);
margin-right:1em;
}

.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
width:calc(12.5% - .875em);
margin-right:1em;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-right:0;
}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
margin-right:0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
max-width:420px;
width:100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
justify-content:center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
align-self:flex-start;
}

figure.wp-block-gallery.has-nested-images {
align-items:normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
width:calc(50% - var(--wp--style--unstable-gallery-gap,16px)/2);
margin:0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
display:flex;
flex-grow:1;
justify-content:center;
position:relative;
flex-direction:column;
max-width:100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
margin:0;
flex-direction:column;
flex-grow:1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
display:block;
height:auto;
max-width:100% !important;
width:auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
bottom:0;
color:#fff;
font-size:13px;
left:0;
margin-bottom:0;
max-height:60%;
overflow:auto;
padding:0 8px 8px;
position:absolute;
text-align:center;
width:100%;
box-sizing:border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
display:inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
color:inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
flex:1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
flex:initial;
background:none;
color:inherit;
margin:0;
padding:10px 10px 9px;
position:relative;
}

.wp-block-gallery.has-nested-images figcaption {
flex-grow:1;
flex-basis:100%;
text-align:center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
margin-top:0;
margin-bottom:auto;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
align-self:inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
display:flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
width:100%;
flex:1 0 0;
height:100%;
-o-object-fit:cover;
object-fit:cover;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
width:100%;
}

@media (min-width:600px) {
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px)*0.66667);
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
width:calc(25% - var(--wp--style--unstable-gallery-gap,16px)*0.75);
}

.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
width:calc(20% - var(--wp--style--unstable-gallery-gap,16px)*0.8);
}

.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px)*0.83333);
}

.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px)*0.85714);
}

.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px)*0.875);
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px)*0.66667);
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
width:calc(50% - var(--wp--style--unstable-gallery-gap,16px)*0.5);
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
width:100%;
}
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
max-width:420px;
width:100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
justify-content:center;
}

.wp-block-group {
box-sizing:border-box;
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
padding:1.25em 2.375em;
}

.wp-block-image {
margin:0 0 1em;
}

.wp-block-image img {
height:auto;
max-width:100%;
vertical-align:bottom;
}

.wp-block-image:not(.is-style-rounded)>a,.wp-block-image:not(.is-style-rounded) img {
border-radius:inherit;
}

.wp-block-image.aligncenter {
text-align:center;
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
height:auto;
width:100%;
}

.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright {
display:table;
}

.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption {
display:table-caption;
caption-side:bottom;
}

.wp-block-image .alignleft {
float:left;
margin:.5em 1em .5em 0;
}

.wp-block-image .alignright {
float:right;
margin:.5em 0 .5em 1em;
}

.wp-block-image .aligncenter {
margin-left:auto;
margin-right:auto;
}

.wp-block-image figcaption {
margin-top:.5em;
margin-bottom:1em;
}

.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img {
border-radius:9999px;
}

.wp-block-image figure {
margin:0;
}

ol.wp-block-latest-comments {
margin-left:0;
}

.wp-block-latest-comments .wp-block-latest-comments {
padding-left:0;
}

.wp-block-latest-comments__comment {
line-height:1.1;
list-style:none;
margin-bottom:1em;
}

.has-avatars .wp-block-latest-comments__comment {
min-height:2.25em;
list-style:none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left:3.25em;
}

.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
line-height:1.5;
}

.wp-block-latest-comments__comment-excerpt p {
font-size:.875em;
line-height:1.8;
margin:.36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
display:block;
font-size:.75em;
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
border-radius:1.5em;
display:block;
float:left;
height:2.5em;
margin-right:.75em;
width:2.5em;
}

.wp-block-latest-posts.alignleft {
margin-right:2em;
}

.wp-block-latest-posts.alignright {
margin-left:2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
list-style:none;
padding-left:0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
clear:both;
}

.wp-block-latest-posts.is-grid {
display:flex;
flex-wrap:wrap;
padding:0;
}

.wp-block-latest-posts.is-grid li {
margin:0 1.25em 1.25em 0;
width:100%;
}

@media (min-width:600px) {
.wp-block-latest-posts.columns-2 li {
width:calc(50% - .625em);
}

.wp-block-latest-posts.columns-3 li {
width:calc(33.33333% - .83333em);
}

.wp-block-latest-posts.columns-4 li {
width:calc(25% - .9375em);
}

.wp-block-latest-posts.columns-5 li {
width:calc(20% - 1em);
}

.wp-block-latest-posts.columns-6 li {
width:calc(16.66667% - 1.04167em);
}

.wp-block-latest-posts.columns-2 li:nth-child(2n),.wp-block-latest-posts.columns-3 li:nth-child(3n),.wp-block-latest-posts.columns-4 li:nth-child(4n),.wp-block-latest-posts.columns-5 li:nth-child(5n),.wp-block-latest-posts.columns-6 li:nth-child(6n) {
margin-right:0;
}
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
display:block;
font-size:.8125em;
}

.wp-block-latest-posts__post-excerpt {
margin-top:.5em;
margin-bottom:1em;
}

.wp-block-latest-posts__featured-image a {
display:inline-block;
}

.wp-block-latest-posts__featured-image img {
height:auto;
width:auto;
max-width:100%;
}

.wp-block-latest-posts__featured-image.alignleft {
margin-right:1em;
float:left;
}

.wp-block-latest-posts__featured-image.alignright {
margin-left:1em;
float:right;
}

.wp-block-latest-posts__featured-image.aligncenter {
margin-bottom:1em;
text-align:center;
}

ol,ul {
box-sizing:border-box;
}

ol.has-background,ul.has-background {
padding:1.25em 2.375em;
}

.wp-block-media-text {
direction:ltr;
display:grid;
grid-template-columns:50% 1fr;
grid-template-rows:auto;
}

.wp-block-media-text.has-media-on-the-right {
grid-template-columns:1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
align-self:start;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media {
align-self:center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
align-self:end;
}

.wp-block-media-text .wp-block-media-text__media {
grid-column:1;
grid-row:1;
margin:0;
}

.wp-block-media-text .wp-block-media-text__content {
direction:ltr;
grid-column:2;
grid-row:1;
padding:0 8%;
word-break:break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
grid-column:2;
grid-row:1;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
grid-column:1;
grid-row:1;
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
height:auto;
max-width:unset;
width:100%;
vertical-align:middle;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
height:100%;
min-height:250px;
background-size:cover;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
display:block;
height:100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
border:0;
}

@media (max-width:600px) {
.wp-block-media-text.is-stacked-on-mobile {
grid-template-columns:100% !important;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
grid-column:1;
grid-row:1;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
grid-column:1;
grid-row:2;
}
}

.wp-block-navigation {
position:relative;
--navigation-layout-justification-setting:flex-start;
--navigation-layout-direction:row;
--navigation-layout-wrap:wrap;
--navigation-layout-justify:flex-start;
--navigation-layout-align:center;
}

.wp-block-navigation ul {
margin-top:0;
margin-bottom:0;
margin-left:0;
padding-left:0;
}

.wp-block-navigation ul,.wp-block-navigation ul li {
list-style:none;
padding:0;
}

.wp-block-navigation .wp-block-navigation-item {
display:flex;
align-items:center;
position:relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
display:none;
}

.wp-block-navigation .wp-block-navigation-item__content {
color:inherit;
display:block;
padding:0;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
text-decoration:underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
text-decoration:line-through;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
text-decoration:none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
align-self:center;
line-height:0;
display:inline-block;
font-size:inherit;
padding:0;
background-color:inherit;
color:currentColor;
border:none;
width:.6em;
height:.6em;
margin-left:.25em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
display:inline-block;
stroke:currentColor;
width:inherit;
height:inherit;
margin-top:.075em;
}

.wp-block-navigation.is-vertical {
--navigation-layout-direction:column;
--navigation-layout-justify:initial;
--navigation-layout-align:flex-start;
}

.wp-block-navigation.no-wrap {
--navigation-layout-wrap:nowrap;
}

.wp-block-navigation.items-justified-center {
--navigation-layout-justification-setting:center;
--navigation-layout-justify:center;
}

.wp-block-navigation.items-justified-center.is-vertical {
--navigation-layout-align:center;
}

.wp-block-navigation.items-justified-right {
--navigation-layout-justification-setting:flex-end;
--navigation-layout-justify:flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
--navigation-layout-align:flex-end;
}

.wp-block-navigation.items-justified-space-between {
--navigation-layout-justification-setting:space-between;
--navigation-layout-justify:space-between;
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
background-color:inherit;
color:inherit;
position:absolute;
z-index:2;
display:flex;
flex-direction:column;
align-items:normal;
opacity:0;
transition:opacity .1s linear;
visibility:hidden;
width:0;
height:0;
overflow:hidden;
left:-1px;
top:100%;
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content {
display:flex;
flex-grow:1;
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
margin-right:0;
margin-left:auto;
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
margin:0;
}

@media (min-width:782px) {
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
left:100%;
top:-1px;
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
content:"";
position:absolute;
right:100%;
height:100%;
display:block;
width:.5em;
background:transparent;
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
margin-right:.25em;
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
transform:rotate(-90deg);
}
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
left:0;
top:100%;
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
visibility:visible;
overflow:visible;
opacity:1;
width:auto;
height:auto;
min-width:200px;
}

@media (min-width:782px) {
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left:100%;
top:0;
}
}

.wp-block-navigation-submenu {
position:relative;
display:flex;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
stroke:currentColor;
}

button.wp-block-navigation-item__content {
background-color:transparent;
border:none;
color:currentColor;
font-size:inherit;
font-family:inherit;
line-height:inherit;
font-style:inherit;
font-weight:inherit;
text-transform:inherit;
text-align:left;
}

.wp-block-navigation-submenu__toggle {
cursor:pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
padding-right:.85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
margin-left:-.6em;
pointer-events:none;
}

.wp-block-navigation,.wp-block-navigation .wp-block-page-list,.wp-block-navigation:where(.has-background),.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,.wp-block-navigation:where(.has-background) .wp-block-navigation__container,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
gap:inherit;
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
padding:.5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
left:auto;
right:0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left:-1px;
right:-1px;
}

@media (min-width:782px) {
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left:auto;
right:100%;
}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
background-color:#fff;
color:#000;
border:1px solid rgba(0,0,0,.15);
}

.wp-block-navigation__container {
display:flex;
flex-wrap:var(--navigation-layout-wrap,wrap);
flex-direction:var(--navigation-layout-direction,initial);
justify-content:var(--navigation-layout-justify,initial);
align-items:var(--navigation-layout-align,initial);
list-style:none;
margin:0;
padding-left:0;
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
flex-grow:1;
}

.wp-block-navigation__responsive-container {
display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
display:flex;
flex-wrap:var(--navigation-layout-wrap,wrap);
flex-direction:var(--navigation-layout-direction,initial);
justify-content:var(--navigation-layout-justify,initial);
align-items:var(--navigation-layout-align,initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
color:inherit !important;
background-color:inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
display:flex;
flex-direction:column;
background-color:inherit;
padding:2rem;
overflow:auto;
z-index:100000;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
padding-top:calc(2rem + 24px);
overflow:visible;
display:flex;
flex-direction:column;
flex-wrap:nowrap;
align-items:var(--navigation-layout-justification-setting,inherit);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
justify-content:flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
opacity:1;
visibility:visible;
height:auto;
width:auto;
overflow:initial;
min-width:200px;
position:static;
border:none;
padding-left:2rem;
padding-right:2rem;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
gap:inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
padding-top:var(--wp--style--block-gap,2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
padding:0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
display:flex;
flex-direction:column;
align-items:var(--navigation-layout-justification-setting,initial);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
color:inherit !important;
background:transparent !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
right:auto;
left:auto;
}

.wp-block-navigation__container .is-responsive,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
display:none;
}

@media (min-width:600px) {
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
display:block;
width:100%;
position:relative;
z-index:auto;
background-color:inherit;
}

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
display:none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
left:0;
}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
background-color:#fff;
color:#000;
}

.wp-block-navigation__toggle_button_label {
font-size:1rem;
font-weight:700;
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
vertical-align:middle;
cursor:pointer;
color:currentColor;
background:transparent;
border:none;
margin:0;
padding:0;
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
fill:currentColor;
pointer-events:none;
display:block;
width:24px;
height:24px;
}

.wp-block-navigation__responsive-container-open {
display:flex;
}

@media (min-width:600px) {
.wp-block-navigation__responsive-container-open:not(.always-shown) {
display:none;
}
}

.wp-block-navigation__responsive-container-close {
position:absolute;
top:0;
right:0;
z-index:2;
}

.wp-block-navigation__responsive-close:focus {
outline:none;
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
box-sizing:border-box;
}

.wp-block-navigation .wp-block-navigation-item__label {
word-break:normal;
overflow-wrap:break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
display:none;
}

.wp-block-navigation .wp-block-page-list {
display:flex;
flex-direction:var(--navigation-layout-direction,initial);
justify-content:var(--navigation-layout-justify,initial);
align-items:var(--navigation-layout-align,initial);
flex-wrap:var(--navigation-layout-wrap,wrap);
background-color:inherit;
}

.wp-block-navigation .wp-block-navigation-item {
background-color:inherit;
}

.is-regular-text {
font-size:1em;
}

.is-large-text {
font-size:2.25em;
}

.is-larger-text {
font-size:3em;
}

.has-drop-cap:not(:focus):first-letter {
float:left;
font-size:8.4em;
line-height:.68;
font-weight:100;
margin:.05em .1em 0 0;
text-transform:uppercase;
font-style:normal;
}

.wp-block-post-author {
display:flex;
flex-wrap:wrap;
}

.wp-block-post-author__byline {
width:100%;
margin-top:0;
margin-bottom:0;
font-size:.5em;
}

.wp-block-post-author__avatar {
margin-right:1em;
}

.wp-block-post-author__bio {
margin-bottom:.7em;
font-size:.7em;
}

.wp-block-post-author__content {
flex-grow:1;
flex-basis:0;
}

.wp-block-post-author__name {
margin:0;
}

.wp-block-post-comments .alignleft {
float:left;
}

.wp-block-post-comments .alignright {
float:right;
}

.wp-block-post-comments .navigation:after {
content:"";
display:table;
clear:both;
}

.wp-block-post-comments .commentlist {
clear:both;
list-style:none;
margin:0;
padding:0;
}

.wp-block-post-comments .commentlist .comment {
min-height:2.25em;
padding-left:3.25em;
}

.wp-block-post-comments .commentlist .comment p {
font-size:1em;
line-height:1.8;
margin:1em 0;
}

.wp-block-post-comments .commentlist .children {
list-style:none;
margin:0;
padding:0;
}

.wp-block-post-comments .comment-author {
line-height:1.5;
}

.wp-block-post-comments .comment-author .avatar {
border-radius:1.5em;
display:block;
float:left;
height:2.5em;
margin-top:.5em;
margin-right:.75em;
width:2.5em;
}

.wp-block-post-comments .comment-author cite {
font-style:normal;
}

.wp-block-post-comments .comment-meta {
font-size:.875em;
line-height:1.5;
}

.wp-block-post-comments .comment-meta b {
font-weight:400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
margin-top:1em;
margin-bottom:1em;
display:block;
}

.wp-block-post-comments .reply {
font-size:.875em;
margin-bottom:1.4em;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
font-weight:inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
font-family:inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
font-size:inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
line-height:inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
font-style:inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
letter-spacing:inherit;
}

.wp-block-post-comments-form input[type=submit] {
border:none;
box-shadow:none;
cursor:pointer;
display:inline-block;
text-align:center;
overflow-wrap:break-word;
}

.wp-block-post-featured-image {
margin-left:0;
margin-right:0;
}

.wp-block-post-featured-image a {
display:block;
}

.wp-block-post-featured-image img {
max-width:100%;
width:100%;
height:auto;
vertical-align:bottom;
}

.wp-block-post-title {
word-break:break-word;
}

.wp-block-pullquote {
margin:0 0 1em;
padding:3em 0;
text-align:center;
overflow-wrap:break-word;
box-sizing:border-box;
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright,.wp-block-pullquote.has-text-align-left,.wp-block-pullquote.has-text-align-right {
max-width:420px;
}

.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p,.wp-block-pullquote.has-text-align-left p,.wp-block-pullquote.has-text-align-right p {
font-size:1.25em;
}

.wp-block-pullquote p {
font-size:1.75em;
line-height:1.6;
}

.wp-block-pullquote.has-text-align-left blockquote {
text-align:left;
}

.wp-block-pullquote.has-text-align-right blockquote {
text-align:right;
}

.wp-block-pullquote.is-style-solid-color blockquote {
margin-left:auto;
margin-right:auto;
max-width:60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top:0;
margin-bottom:0;
font-size:2em;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform:none;
font-style:normal;
}

.wp-block-post-template,.wp-block-query-loop {
margin-top:0;
margin-bottom:0;
max-width:100%;
list-style:none;
padding:0;
}

.wp-block-post-template.wp-block-post-template,.wp-block-query-loop.wp-block-post-template {
background:none;
}

.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container {
flex-direction:row;
display:flex;
flex-wrap:wrap;
gap:1.25em;
}

.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li {
margin:0;
width:100%;
}

.wp-block-navigation__responsive-close,.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
width:100%;
}

.wp-block-navigation__responsive-dialog,.wp-block-pullquote cite,.wp-block-pullquote footer {
position:relative;
}

html.has-modal-open,p.has-drop-cap.has-background {
overflow:hidden;
}

.is-small-text,.wp-block-post-comments .comment-body .commentmetadata {
font-size:.875em;
}

p.has-background,.wp-block-preformatted.has-background {
padding:1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a,.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p,.wp-block-pullquote .has-text-color a,.wp-block-pullquote cite {
color:inherit;
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label,.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
display:block;
margin-bottom:.25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea,.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea {
display:block;
box-sizing:border-box;
width:100%;
}

.wp-block-post-comments .comment-form-cookies-consent,.wp-block-post-comments-form .comment-form-cookies-consent {
display:flex;
gap:.25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent,.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-top:.35em;
}

.wp-block-post-comments .comment-reply-title,.wp-block-post-comments-form .comment-reply-title {
margin-bottom:0;
}

.wp-block-post-comments .comment-reply-title :where(small),.wp-block-post-comments-form .comment-reply-title :where(small) {
font-size:var(--wp--preset--font-size--medium,smaller);
margin-left:.5em;
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea,.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
border:1px solid #949494;
font-size:1em;
font-family:inherit;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea,.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
padding:calc(.667em + 2px);
}

.wp-block-post-comments input[type=submit],.wp-block-pullquote.is-style-solid-color {
border:none;
}

.wp-block-post-excerpt__more-link,.wp-block-post-title a {
display:inline-block;
}

.wp-block-post-terms__separator,.wp-block-preformatted {
white-space:pre-wrap;
}

@media (min-width:600px) {
.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
width:calc(50% - .625em);
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
width:calc(33.33333% - .83333em);
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
width:calc(25% - .9375em);
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
width:calc(20% - 1em);
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
width:calc(16.66667% - 1.04167em);
}
}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
margin-right:.5em;
margin-bottom:.5em;
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
margin-right:0;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
margin-right:1ch;
display:inline-block;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
margin-left:1ch;
display:inline-block;
}

.wp-block-query-pagination.aligncenter {
justify-content:center;
}

.wp-block-quote {
box-sizing:border-box;
overflow-wrap:break-word;
}

.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain) {
margin-bottom:1em;
padding:0 1em;
}

.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p {
font-size:1.5em;
font-style:italic;
line-height:1.6;
}

.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer {
font-size:1.125em;
text-align:right;
}

.wp-block-read-more {
display:block;
width:-moz-fit-content;
width:fit-content;
}

.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus {
text-decoration:none;
}

ul.wp-block-rss {
list-style:none;
padding:0;
}

ul.wp-block-rss.wp-block-rss {
box-sizing:border-box;
}

ul.wp-block-rss.alignleft {
margin-right:2em;
}

ul.wp-block-rss.alignright {
margin-left:2em;
}

ul.wp-block-rss.is-grid {
display:flex;
flex-wrap:wrap;
padding:0;
list-style:none;
}

ul.wp-block-rss.is-grid li {
margin:0 1em 1em 0;
width:100%;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron),.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
transform:scaleX(1);
}

@media (min-width:600px) {
ul.wp-block-rss.columns-2 li {
width:calc(50% - 1em);
}

ul.wp-block-rss.columns-3 li {
width:calc(33.33333% - 1em);
}

ul.wp-block-rss.columns-4 li {
width:calc(25% - 1em);
}

ul.wp-block-rss.columns-5 li {
width:calc(20% - 1em);
}

ul.wp-block-rss.columns-6 li {
width:calc(16.66667% - 1em);
}
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
display:block;
font-size:.8125em;
}

.wp-block-search__button {
background:#f7f7f7;
border:1px solid #ccc;
padding:.375em .625em;
color:#32373c;
margin-left:.625em;
word-break:normal;
font-size:inherit;
font-family:inherit;
line-height:inherit;
}

.wp-block-search__button svg {
min-width:1.5em;
min-height:1.5em;
fill:currentColor;
}

.wp-block-search__inside-wrapper {
display:flex;
flex:auto;
flex-wrap:nowrap;
max-width:100%;
}

.wp-block-search__label {
width:100%;
}

.wp-block-search__input {
padding:8px;
flex-grow:1;
min-width:3em;
border:1px solid #949494;
font-size:inherit;
font-family:inherit;
line-height:inherit;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
margin-left:0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding:4px;
border:1px solid #949494;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
border-radius:0;
border:none;
padding:0 0 0 .25em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
outline:none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
padding:.125em .5em;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
margin:auto;
}

.wp-block-separator {
border-top:1px solid;
border-bottom:1px solid;
}

.wp-block-separator.is-style-dots {
background:none !important;
border:none;
text-align:center;
line-height:1;
height:auto;
}

.wp-block-separator.is-style-dots:before {
content:"···";
color:currentColor;
font-size:1.5em;
letter-spacing:2em;
padding-left:2em;
font-family:serif;
}

.wp-block-site-logo a {
display:inline-block;
}

.wp-block-site-logo.is-default-size img {
width:120px;
height:auto;
}

.wp-block-site-logo a,.wp-block-site-logo img {
border-radius:inherit;
}

.wp-block-site-logo.aligncenter {
margin-left:auto;
margin-right:auto;
text-align:center;
}

.wp-block-site-logo.is-style-rounded {
border-radius:9999px;
}

.wp-block-social-links {
padding-left:0;
padding-right:0;
text-indent:0;
margin-left:0;
background:none;
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
text-decoration:none;
border-bottom:0;
box-shadow:none;
}

.wp-block-social-links .wp-social-link a {
padding:.25em;
}

.wp-block-social-links .wp-social-link svg {
width:1em;
height:1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
margin-left:.5em;
margin-right:.5em;
font-size:.65em;
}

.wp-block-social-links.has-small-icon-size {
font-size:16px;
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
font-size:24px;
}

.wp-block-social-links.has-large-icon-size {
font-size:36px;
}

.wp-block-social-links.has-huge-icon-size {
font-size:48px;
}

.wp-block-social-links.aligncenter {
justify-content:center;
display:flex;
}

.wp-block-social-links.alignright {
justify-content:flex-end;
}

.wp-block-social-link {
display:block;
border-radius:9999px;
transition:transform .1s ease;
height:auto;
}

.wp-block-search__button.has-icon,.wp-block-site-logo {
line-height:0;
}

@media (prefers-reduced-motion:reduce) {
.wp-block-social-link {
transition-duration:0s;
transition-delay:0s;
}
}

.wp-block-social-link a {
align-items:center;
display:flex;
line-height:0;
transition:transform .1s ease;
}

.wp-block-social-link:hover {
transform:scale(1.1);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
color:currentColor;
fill:currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
background-color:#f0f0f0;
color:#444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
background-color:#f90;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
background-color:#1ea0c3;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
background-color:#0757fe;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
background-color:#1e1f26;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
background-color:#02e49b;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
background-color:#e94c89;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
background-color:#4280ff;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
background-color:#f45800;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
background-color:#1778f2;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
background-color:#0461dd;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
background-color:#e65678;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
background-color:#24292d;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
background-color:#eceadd;
color:#382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
background-color:#ea4434;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
background-color:#f00075;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
background-color:#e21b24;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
background-color:#0d66c2;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
background-color:#3288d4;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
background-color:#02ab6c;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
background-color:#f6405f;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
background-color:#ff424d;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
background-color:#e60122;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
background-color:#ef4155;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
background-color:#fe4500;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
background-color:#0478d7;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
background-color:#fefc00;
color:#fff;
stroke:#000;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
background-color:#ff5600;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
background-color:#1bd760;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
background-color:#2aabee;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
background-color:#011835;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
background-color:#6440a4;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
background-color:#1da1f2;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
background-color:#1eb7ea;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
background-color:#4680c2;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
background-color:#3499cd;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
background-color:#d32422;
color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
background-color:red;
color:#fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
background:none;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
padding:0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
width:1.25em;
height:1.25em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
color:#f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
color:#1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
color:#0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
color:#1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
color:#02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
color:#e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
color:#4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
color:#f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
color:#1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
color:#0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
color:#e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
color:#24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
color:#382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
color:#ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
color:#f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
color:#e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
color:#0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
color:#3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
color:#02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
color:#f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
color:#ff424d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
color:#e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
color:#ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
color:#fe4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
color:#0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
color:#fff;
stroke:#000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
color:#ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
color:#1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
color:#2aabee;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
color:#011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
color:#6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
color:#1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
color:#1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
color:#4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
color:#3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
color:#d32422;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
color:red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
width:auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
padding-left:.66667em;
padding-right:.66667em;
}

.wp-block-spacer {
clear:both;
}

.wp-block-tag-cloud.aligncenter {
text-align:center;
}

.wp-block-tag-cloud.alignfull {
padding-left:1em;
padding-right:1em;
}

.wp-block-tag-cloud a {
display:inline-block;
margin-right:5px;
}

.wp-block-tag-cloud span {
display:inline-block;
margin-left:5px;
text-decoration:none;
}

.wp-block-tag-cloud.is-style-outline {
display:flex;
flex-wrap:wrap;
gap:1ch;
}

.wp-block-tag-cloud.is-style-outline a {
border:1px solid;
font-size:unset !important;
margin-right:0;
padding:1ch 2ch;
text-decoration:none !important;
}

.wp-block-table {
margin:0 0 1em;
overflow-x:auto;
}

.wp-block-table table {
border-collapse:collapse;
width:100%;
}

.wp-block-table .has-fixed-layout {
table-layout:fixed;
width:100%;
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
display:table;
width:auto;
}

.wp-block-table.is-style-stripes {
border-spacing:0;
border-collapse:inherit;
background-color:transparent;
border-bottom:1px solid #f0f0f0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color:#f0f0f0;
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
border-color:transparent;
}

.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr {
border-color:inherit;
}

.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr {
border-style:inherit;
}

.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr {
border-width:inherit;
border-style:inherit;
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
display:flex;
}

.wp-block-text-columns .wp-block-column {
margin:0 1em;
padding:0;
}

.wp-block-text-columns .wp-block-column:first-child {
margin-left:0;
}

.wp-block-text-columns .wp-block-column:last-child {
margin-right:0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
width:50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
width:33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
width:25%;
}

pre.wp-block-verse {
font-family:inherit;
overflow:auto;
white-space:pre-wrap;
}

.wp-block-video {
margin:0 0 1em;
}

.wp-block-video video {
width:100%;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
background-color:#000;
color:#fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
color:#000;
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th,.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
word-break:break-word;
}

.wp-block-table .has-subtle-light-gray-background-color,.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
background-color:#f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color,.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
background-color:#e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color,.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
background-color:#e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color,.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
background-color:#fcf0ef;
}

.wp-block-video figcaption {
margin-top:.5em;
margin-bottom:1em;
}

:root {
--wp--preset--font-size--normal:16px;
--wp--preset--font-size--huge:42px;
}

:root .has-very-light-gray-background-color {
background-color:#eee;
}

:root .has-very-dark-gray-background-color {
background-color:#313131;
}

:root .has-very-light-gray-color {
color:#eee;
}

:root .has-very-dark-gray-color {
color:#313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
background:linear-gradient(135deg,#00d084,#0693e3);
}

:root .has-purple-crush-gradient-background {
background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
background:linear-gradient(135deg,#faaca8,#dad0ec);
}

:root .has-subdued-olive-gradient-background {
background:linear-gradient(135deg,#fafae1,#67a671);
}

:root .has-atomic-cream-gradient-background {
background:linear-gradient(135deg,#fdd79a,#004a59);
}

:root .has-nightshade-gradient-background {
background:linear-gradient(135deg,#330968,#31cdcf);
}

:root .has-midnight-gradient-background {
background:linear-gradient(135deg,#020381,#2874fc);
}

.has-regular-font-size {
font-size:1em;
}

.has-larger-font-size {
font-size:2.625em;
}

.has-normal-font-size {
font-size:var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
font-size:var(--wp--preset--font-size--huge);
}

.has-text-align-left {
text-align:left;
}

.has-text-align-right {
text-align:right;
}

#end-resizable-editor-section {
display:none;
}

.aligncenter {
clear:both;
}

.items-justified-left {
justify-content:flex-start;
}

.items-justified-center {
justify-content:center;
}

.items-justified-right {
justify-content:flex-end;
}

.items-justified-space-between {
justify-content:space-between;
}

.screen-reader-text {
border:0;
clip:rect(1px,1px,1px,1px);
-webkit-clip-path:inset(50%);
clip-path:inset(50%);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px;
word-wrap:normal !important;
}

.screen-reader-text:focus {
background-color:#ddd;
clip:auto !important;
-webkit-clip-path:none;
clip-path:none;
color:#444;
display:block;
font-size:1em;
height:auto;
left:5px;
line-height:normal;
padding:15px 23px 14px;
text-decoration:none;
top:5px;
width:auto;
z-index:100000;
}

html :where(.has-border-color),html :where([style*=border-width]) {
border-style:solid;
}

html :where(img[class*=wp-image-]) {
height:auto;
max-width:100%;
}

.wp-block-video.aligncenter,.has-text-align-center {
text-align:center;
}.ls-container {
visibility:hidden;
position:relative;
}

.ls-lt-container,.ls-lt-container * {
text-align:left !important;
direction:ltr !important;
}

.ls-container-fullscreen {
margin:0 auto!important;
padding:2%!important;
background:#000 !important;
border-radius:0 !important;
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
border:none !important;
}

.ls-overflow-hidden {
overflow:hidden;
overflow:hidden;
}

.ls-inner {
position:relative;
background-position:center center;
z-index:2;
}

.ls-loading-container {
position:absolute !important;
display:none;
z-index:3 !important;
left:50% !important;
top:50% !important;
}

.ls-loading-indicator {
margin:0 auto;
}

.ls-inner,.ls-slide {
width:100%;
height:100%;
}

.ls-slide,.ls-layer {
position:absolute;
display:none;
background-position:center center;
overflow:hidden;
}

.ls-active,.ls-animating {
display:block !important;
}

.ls-slide > * {
position:absolute;
line-height:normal;
margin:0;
left:0;
top:0;
}

.ls-slide .ls-bg {
left:0;
top:0;
transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
-moz-transform:none !important;
-webkit-transform:none !important;
}

.ls-yourlogo {
position:absolute;
z-index:99;
}

.ls-bar-timer {
position:absolute;
width:0;
height:2px;
background:#fff;
border-bottom:2px solid #555;
opacity:.55;
filter:alpha(opacity=55);
z-index:4;
top:0;
}

.ls-circle-timer {
width:16px;
height:16px;
position:absolute;
right:10px;
top:10px;
z-index:4;
opacity:.65;
filter:alpha(opacity=65);
display:none;
}

.ls-ct-half {
background:#fff;
width:200%;
height:100%;
}

.ls-ct-center {
background:#444;
width:50%;
height:50%;
left:25%;
top:25%;
position:absolute;
}

.ls-ct-left,.ls-ct-right {
width:50%;
height:100%;
overflow:hidden;
float:left;
position:relative;
}

.ls-ct-rotate {
width:200%;
height:100%;
position:absolute;
top:0;
}

.ls-ct-left .ls-ct-rotate,.ls-ct-right .ls-ct-hider,.ls-ct-right .ls-ct-half {
left:0;
}

.ls-ct-right .ls-ct-rotate,.ls-ct-left .ls-ct-hider,.ls-ct-left .ls-ct-half {
right:0;
}

.ls-ct-hider,.ls-ct-half {
position:absolute;
top:0;
}

.ls-ct-hider {
width:50%;
height:100%;
overflow:hidden;
}

.ls-ct-half,.ls-ct-center {
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
}

.ls-bottom-nav-wrapper {
height:0;
}

.ls-bottom-slidebuttons {
text-align:left;
position:relative;
z-index:1000;
}

.ls-bottom-nav-wrapper,.ls-below-thumbnails {
z-index:2;
height:0;
position:relative;
text-align:center;
margin:0 auto;
}

.ls-below-thumbnails {
display:none;
z-index:6;
}

.ls-bottom-nav-wrapper a,.ls-nav-prev,.ls-nav-next {
outline:none;
}

* .ls-bottom-nav-wrapper *,* .ls-bottom-nav-wrapper span * {
direction:ltr !important;
}

.ls-bottom-slidebuttons,.ls-nav-start,.ls-nav-stop,.ls-nav-sides {
position:relative;
}

.ls-nothumb {
text-align:center !important;
}

.ls-link {
position:absolute;
width:100% !important;
height:100% !important;
left:0 !important;
top:0 !important;
background-image:url(/wp-content/plugins/LayerSlider/static/css/blank.gif);
}

.ls-slide > a > * {
background-image:url(/wp-content/plugins/LayerSlider/static/css/blank.gif);
}

.ls-vpcontainer {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}

.ls-videopreview {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
cursor:pointer;
}

.ls-playvideo {
position:absolute;
left:50%;
top:50%;
cursor:pointer;
}

.ls-thumbnail-hover {
display:none;
position:absolute;
left:0;
}

.ls-thumbnail-hover-inner {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
display:none;
}

.ls-thumbnail-hover-img {
position:absolute;
overflow:hidden;
}

.ls-thumbnail-hover img {
max-width:none !important;
position:absolute;
display:inline-block;
visibility:visible !important;
left:50%;
top:0;
}

.ls-thumbnail-hover span {
left:50%;
top:100%;
width:0;
height:0;
display:block;
position:absolute;
border-left-color:transparent !important;
border-right-color:transparent !important;
border-bottom-color:transparent !important;
}

.ls-thumbnail-wrapper {
position:relative;
width:100%;
margin:0 auto;
z-index:4;
}

.ls-thumbnail {
position:relative;
margin:0 auto;
}

.ls-thumbnail-inner,.ls-thumbnail-slide-container {
width:100%;
}

.ls-thumbnail-slide-container {
overflow:hidden !important;
position:relative;
}

.ls-touchscroll {
overflow-x:auto !important;
}

.ls-thumbnail-slide {
text-align:center;
white-space:nowrap;
float:left;
position:relative;
}

.ls-thumbnail-slide a {
overflow:hidden;
display:inline-block;
width:0;
height:0;
position:relative;
}

.ls-thumbnail-slide img {
max-width:none !important;
max-height:100% !important;
height:100%;
visibility:visible !important;
}

.ls-shadow {
display:none;
position:absolute;
z-index:1;
top:100%;
width:100%;
left:0;
overflow:hidden !important;
visibility:hidden;
}

.ls-shadow img {
width:100% !important;
height:auto !important;
position:absolute !important;
left:0 !important;
bottom:0 !important;
}

.ls-bottom-nav-wrapper,.ls-thumbnail-wrapper,.ls-nav-prev,.ls-nav-next {
visibility:hidden;
}

.ls-wp-fullwidth-container {
width:100%;
position:relative;
}

.ls-lt-tile {
position:relative;
float:left;
perspective:1000px;
-o-perspective:1000px;
-ms-perspective:1000px;
-moz-perspective:1000px;
-webkit-perspective:1000px;
}

.ls-lt-tile img {
visibility:visible;
display:inline-block;
}

.ls-curtiles {
overflow:hidden;
}

.ls-curtile,.ls-nexttile {
overflow:hidden;
position:absolute;
width:100% !important;
height:100% !important;
backface-visibility:hidden;
-o-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}

.ls-curtile {
left:0;
top:0;
}

.ls-curtile img,.ls-nexttile img {
position:absolute;
filter:inherit;
}

.ls-3d-container {
position:relative;
overflow:visible !important;
}

.ls-3d-box {
position:absolute;
top:50%;
left:50%;
transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-webkit-transform-style:preserve-3d;
}

.ls-3d-box div {
overflow:hidden;
background:#777;
margin:0;
padding:0;
position:absolute;
}

.ls-fullscreen {
position:absolute;
z-index:10;
cursor:pointer;
display:block;
}

html * .ls-nav-prev,html * .ls-nav-next,html * .ls-container img,html * .ls-bottom-nav-wrapper a,html * .ls-container .ls-fullscreen,body * .ls-nav-prev,body * .ls-nav-next,body * .ls-container img,body * .ls-bottom-nav-wrapper a,body * .ls-container .ls-fullscreen,#ls-global * .ls-nav-prev,#ls-global * .ls-nav-next,#ls-global * .ls-container img,#ls-global * .ls-bottom-nav-wrapper a,#ls-global * .ls-container .ls-fullscreen,html * .ls-thumbnail a,body * .ls-thumbnail a,#ls-global * .ls-thumbnail a {
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;
line-height:normal;
outline:none;
padding:0;
border:0;
}

html * .ls-slide > a,body * .ls-slide > a,#ls-global * .ls-slide > a,html * .ls-slide > h1,body * .ls-slide > h1,#ls-global * .ls-slide > h1,html * .ls-slide > h2,body * .ls-slide > h2,#ls-global * .ls-slide > h2,html * .ls-slide > h3,body * .ls-slide > h3,#ls-global * .ls-slide > h3,html * .ls-slide > h4,body * .ls-slide > h4,#ls-global * .ls-slide > h4,html * .ls-slide > h5,body * .ls-slide > h5,#ls-global * .ls-slide > h5,html * .ls-slide > p,body * .ls-slide > p,#ls-global * .ls-slide > p,html * .ls-slide > div,body * .ls-slide > div,#ls-global * .ls-slide > div,html * .ls-slide > span,body * .ls-slide > span,#ls-global * .ls-slide > span,html * .ls-slide > *,body * .ls-slide > *,#ls-global * .ls-slide > * {
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;
}

html * .ls-container img,body * .ls-container img,#ls-global * .ls-container img {
background:none !important;
min-width:0 !important;
max-width:none !important;
border-radius:0;
box-shadow:none;
border:0;
padding:0;
}

html * .ls-wp-container .ls-slide > *,body * .ls-wp-container .ls-slide > *,#ls-global * .ls-wp-container .ls-slide > * {
line-height:normal;
outline:none;
padding:0;
margin:0;
border:0;
}

html * .ls-wp-container .ls-slide > a,body * .ls-wp-container .ls-slide > a,#ls-global * .ls-wp-container .ls-slide > a {
text-decoration:none;
}

.ls-wp-fullwidth-container,.ls-wp-fullwidth-helper,.ls-container,.ls-container * {
box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
}

html * .ls-tn,body * .ls-tn,#ls-global * .ls-tn {
display:none;
}

.site {
overflow:visible !important;
}

.ls-debug-console * {
margin:0!important;
padding:0!important;
border:0 !important;
color:#fff !important;
text-shadow:none !important;
font-family:"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif !important;
line-height:normal !important;
-webkit-font-smoothing:antialiased !important;
text-align:left !important;
font-style:normal !important;
}

.ls-debug-console h1 {
padding-top:10px !important;
font-size:17px !important;
font-weight:700 !important;
}

.ls-debug-console h1:first-child {
padding-top:0 !important;
}

.ls-debug-console ul {
padding-top:10px !important;
list-style:none !important;
}

.ls-debug-console li {
margin-left:10px !important;
font-size:13px !important;
position:relative !important;
font-weight:400 !important;
}

html * .ls-debug-console li ul,body * .ls-debug-console li ul,#ls-global * .ls-debug-console li ul {
display:none;
width:260px;
left:-10px;
}

.ls-debug-console li ul {
position:absolute !important;
bottom:100% !important;
padding:10px 10px 10px 0 !important;
background:#fff !important;
border-radius:10px !important;
box-shadow:0 0 20px #000 !important;
}

html * .ls-debug-console li:hover ul,body * .ls-debug-console li:hover ul,#ls-global * .ls-debug-console li:hover ul {
display:block;
}

.ls-debug-console li ul * {
color:#000 !important;
}

.ls-debug-console a {
text-decoration:none !important;
border-bottom:1px dotted #fff !important;
}

.ls-error {
border-radius:5px !important;
-moz-border-radius:5px !important;
-wenkit-border-radius:5px !important;
background:#fff !important;
height:auto !important;
width:auto !important;
color:#fff !important;
padding:20px 40px 30px 80px !important;
position:relative !important;
box-shadow:0 2px 20px -5px #000;
}

.ls-error p {
line-height:normal !important;
text-shadow:none !important;
margin:0!important;
padding:0!important;
border:0 !important;
text-align:justify !important;
font-family:Arial,sans-serif !important;
}

.ls-error .ls-error-title {
line-height:40px !important;
color:red !important;
font-weight:700 !important;
font-size:16px !important;
}

.ls-error .ls-error-text {
color:#555 !important;
font-weight:400 !important;
font-size:13px !important;
}

.ls-error .ls-exclam {
width:40px !important;
height:40px !important;
position:absolute !important;
left:20px !important;
top:20px !important;
border-radius:50px !important;
-moz-border-radius:50px !important;
-webkit-border-radius:50px !important;
font-size:30px !important;
font-weight:700 !important;
color:#fff !important;
line-height:40px !important;
background:red !important;
text-align:center !important;
}

html * .ls-container .ls-shadow,html * .ls-container .ls-slide > *,html * .ls-container .ls-fullscreen,html * .ls-container .ls-3d-container,html * .ls-container .ls-lt-container,html * .ls-container .ls-lt-container *,html * .ls-container .ls-thumbnail-wrapper,html * .ls-container .ls-bottom-nav-wrapper,body * .ls-container .ls-shadow,body * .ls-container .ls-slide > *,body * .ls-container .ls-fullscreen,body * .ls-container .ls-3d-container,body * .ls-container .ls-lt-container,body * .ls-container .ls-lt-container *,body * .ls-container .ls-thumbnail-wrapper,body * .ls-container .ls-bottom-nav-wrapper,#ls-global * .ls-container .ls-shadow,#ls-global * .ls-container .ls-slide > *,#ls-global * .ls-container .ls-fullscreen,#ls-global * .ls-container .ls-3d-container,#ls-global * .ls-container .ls-lt-container,#ls-global * .ls-container .ls-lt-container *,#ls-global * .ls-container .ls-thumbnail-wrapper,#ls-global * .ls-container .ls-bottom-nav-wrapper,.ls-gpuhack {
transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
}

.ls-videohack {
transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
-moz-transform:none !important;
-webkit-transform:none !important;
transform-origin:none !important;
-o-transform-origin:none !important;
-ms-transform-origin:none !important;
-moz-transform-origin:none !important;
-webkit-transform-origin:none !important;
}

.ls-oldiepnghack {
filter:none !important;
}

.ls-gpuhack {
width:100% !important;
height:100% !important;
left:0 !important;
top:0 !important;
}

html * .ls-container .ls-webkit-hack,body * .ls-container .ls-webkit-hack,#ls-global * .ls-container .ls-webkit-hack {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
z-index:1;
}

.ls-lt-container,.ls-wp-fullwidth-helper {
position:absolute;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,.ls-container-fullscreen .ls-fullscreen,.ls-container-fullscreen .ls-shadow,.ls-tn {
display:none !important;
}

.ls-thumbnail-hover-bg,.ls-curtiles,.ls-nexttiles {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}

html * .ls-slide > *,body * .ls-slide > *,#ls-global * .ls-slide > *,html * .ls-wp-container .ls-slide > a > *,body * .ls-wp-container .ls-slide > a > *,#ls-global * .ls-wp-container .ls-slide > a > *,html * .ls-yourlogo,body * .ls-yourlogo,#ls-global * .ls-yourlogo {
margin:0;
}

@media (transform-3d),(-o-transform-3d),(-ms-transform-3d),(-moz-transform-3d),(-webkit-transform-3d) {
#ls-test3d {
position:absolute;
left:9px;
height:3px;
}
}

.ls-forcehide {
display:none !important;
}#debungcontrolls,.debugtimeline {
width:100%;
box-sizing:border-box;
}

.tp-caption,.tp-simpleresponsive img {
-moz-user-select:none;
-webkit-user-select:none;
}

.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg {
vertical-align:top;
}

#debungcontrolls {
z-index:100000;
position:fixed;
bottom:0;
height:auto;
background:rgba(0,0,0,.6);
padding:10px;
}

.debugtimeline {
height:10px;
position:relative;
margin-bottom:3px;
display:none;
white-space:nowrap;
}

.debugtimeline:hover {
height:15px;
}

.the_timeline_tester {
background:#e74c3c;
position:absolute;
top:0;
left:0;
height:100%;
width:0;
}

.debugtimeline.tl_slide .the_timeline_tester {
background:#f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
background:#3498db;
}

.debugtimline_txt {
color:#fff;
font-weight:400;
font-size:7px;
position:absolute;
left:10px;
top:0;
white-space:nowrap;
line-height:10px;
}

.rtl {
direction:rtl;
}

@font-face {
font-family:revicons;
src:url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src:url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format("embedded-opentype"),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format("woff"),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format("truetype"),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format("svg");
font-weight:400;
font-style:normal;
}

[class*=" revicon-"]:before,[class^=revicon-]:before {
font-family:revicons;
font-style:normal;
font-weight:400;
speak:none;
display:inline-block;
text-decoration:inherit;
width:1em;
margin-right:.2em;
text-align:center;
font-variant:normal;
text-transform:none;
line-height:1em;
margin-left:.2em;
}

.revicon-search-1:before {
content:'\e802';
}

.revicon-pencil-1:before {
content:'\e831';
}

.revicon-picture-1:before {
content:'\e803';
}

.revicon-cancel:before {
content:'\e80a';
}

.revicon-info-circled:before {
content:'\e80f';
}

.revicon-trash:before {
content:'\e801';
}

.revicon-left-dir:before {
content:'\e817';
}

.revicon-right-dir:before {
content:'\e818';
}

.revicon-down-open:before {
content:'\e83b';
}

.revicon-left-open:before {
content:'\e819';
}

.revicon-right-open:before {
content:'\e81a';
}

.revicon-angle-left:before {
content:'\e820';
}

.revicon-angle-right:before {
content:'\e81d';
}

.revicon-left-big:before {
content:'\e81f';
}

.revicon-right-big:before {
content:'\e81e';
}

.revicon-magic:before {
content:'\e807';
}

.revicon-picture:before {
content:'\e800';
}

.revicon-export:before {
content:'\e80b';
}

.revicon-cog:before {
content:'\e832';
}

.revicon-login:before {
content:'\e833';
}

.revicon-logout:before {
content:'\e834';
}

.revicon-video:before {
content:'\e805';
}

.revicon-arrow-combo:before {
content:'\e827';
}

.revicon-left-open-1:before {
content:'\e82a';
}

.revicon-right-open-1:before {
content:'\e82b';
}

.revicon-left-open-mini:before {
content:'\e822';
}

.revicon-right-open-mini:before {
content:'\e823';
}

.revicon-left-open-big:before {
content:'\e824';
}

.revicon-right-open-big:before {
content:'\e825';
}

.revicon-left:before {
content:'\e836';
}

.revicon-right:before {
content:'\e826';
}

.revicon-ccw:before {
content:'\e808';
}

.revicon-arrows-ccw:before {
content:'\e806';
}

.revicon-palette:before {
content:'\e829';
}

.revicon-list-add:before {
content:'\e80c';
}

.revicon-doc:before {
content:'\e809';
}

.revicon-left-open-outline:before {
content:'\e82e';
}

.revicon-left-open-2:before {
content:'\e82c';
}

.revicon-right-open-outline:before {
content:'\e82f';
}

.revicon-right-open-2:before {
content:'\e82d';
}

.revicon-equalizer:before {
content:'\e83a';
}

.revicon-layers-alt:before {
content:'\e804';
}

.revicon-popup:before {
content:'\e828';
}

.rev_slider_wrapper {
position:relative;
z-index:0;
width:100%;
}

.rev_slider {
position:relative;
overflow:visible;
}

.entry-content .rev_slider a,.rev_slider a {
box-shadow:none;
}

.tp-overflow-hidden {
overflow:hidden !important;
}

.rev_slider img,.tp-simpleresponsive img {
max-width:none !important;
-moz-transition:none;
-webkit-transition:none;
-o-transition:none;
transition:none;
margin:0;
padding:0;
border:none;
}

.rev_slider .no-slides-text {
font-weight:700;
text-align:center;
padding-top:80px;
}

.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before {
list-style:none !important;
position:absolute;
margin:0!important;
padding:0!important;
overflow-x:visible;
overflow-y:visible;
background-image:none;
background-position:0 0;
text-indent:0;
top:0;
left:0;
}

.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before {
visibility:hidden;
}

.tp-revslider-mainul,.tp-revslider-slidesli {
padding:0!important;
margin:0!important;
list-style:none !important;
}

.fullscreen-container,.fullwidthbanner-container {
padding:0;
position:relative;
}

.rev_slider li.tp-revslider-slidesli {
position:absolute !important;
}

.rev_slider .caption,.rev_slider .tp-caption {
position:relative;
visibility:hidden;
white-space:nowrap;
display:block;
}

.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
margin-bottom:0;
}

.tp-svg-layer svg {
width:100%;
height:100%;
position:relative;
}

.tp-carousel-wrapper {
cursor:url(/wp-content/plugins/revslider/public/assets/css/openhand.cur),move;
}

.tp-carousel-wrapper.dragged {
cursor:url(/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move;
}

.tp-caption {
z-index:1;
-khtml-user-select:none;
-o-user-select:none;
position:absolute;
-webkit-font-smoothing:antialiased !important;
}

.tp_inner_padding {
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
max-height:none !important;
}

.tp-caption.tp-layer-selectable {
-moz-user-select:all;
-khtml-user-select:all;
-webkit-user-select:all;
-o-user-select:all;
}

.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption {
visibility:hidden !important;
display:none !important;
}

.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video {
max-width:none !important;
}

.tp-element-background {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
}

.rev_row_zone {
position:absolute;
width:100%;
left:0;
box-sizing:border-box;
min-height:50px;
font-size:0;
}

.rev_column_inner,.rev_slider .tp-caption.rev_row {
position:relative;
width:100% !important;
box-sizing:border-box;
}

.rev_row_zone_top {
top:0;
}

.rev_row_zone_middle {
top:50%;
-webit-transform:translateY(-50%);
transform:translateY(-50%);
}

.rev_row_zone_bottom {
bottom:0;
}

.rev_slider .tp-caption.rev_row {
display:table;
table-layout:fixed;
vertical-align:top;
height:auto !important;
font-size:0;
}

.rev_column {
display:table-cell;
position:relative;
height:auto;
box-sizing:border-box;
font-size:0;
}

.rev_column_inner {
display:block;
height:auto !important;
white-space:normal !important;
}

.rev_column_bg {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:0;
box-sizing:border-box;
background-clip:content-box;
border:0 solid transparent;
}

.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop {
height:0;
top:0;
width:0;
position:absolute;
}

.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap {
text-align:inherit;
}

.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
position:relative !important;
left:auto !important;
top:auto !important;
line-height:0;
}

.tp-video-play-button,.tp-video-play-button i {
line-height:50px !important;
vertical-align:top;
}

.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
vertical-align:top;
}

.rev_break_columns {
display:block !important;
}

.rev_break_columns .tp-parallax-wrap.rev_column {
display:block !important;
width:100% !important;
}

.fullwidthbanner-container .fullwidthabanner {
width:100%;
position:relative;
}

.tp-static-layers {
position:absolute;
z-index:101;
top:0;
left:0;
}

.tp-caption .frontcorner {
border-left:40px solid transparent;
border-right:0 solid transparent;
border-top:40px solid #00A8FF;
left:-40px;
}

.tp-caption .backcorner {
border-left:0 solid transparent;
border-right:40px solid transparent;
border-bottom:40px solid #00A8FF;
right:0;
}

.tp-caption .frontcornertop {
border-left:40px solid transparent;
border-right:0 solid transparent;
border-bottom:40px solid #00A8FF;
left:-40px;
}

.tp-caption .backcornertop {
border-left:0 solid transparent;
border-right:40px solid transparent;
border-top:40px solid #00A8FF;
right:0;
}

.tp-layer-inner-rotation {
position:relative !important;
}

img.tp-slider-alternative-image {
width:100%;
height:auto;
}

.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo {
width:100%;
height:100%;
top:0;
left:0;
position:absolute;
}

.noFilterClass {
filter:none !important;
}

.rs-background-video-layer {
visibility:hidden;
z-index:0;
}

.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video {
width:100% !important;
height:100% !important;
display:none;
}

.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video {
background:#000;
}

.fullcoveredvideo .tp-poster {
background-position:center center;
background-size:cover;
width:100%;
height:100%;
top:0;
left:0;
}

.tp-video-play-button {
background:#000;
background:rgba(0,0,0,.3);
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:absolute;
top:50%;
left:50%;
color:#FFF;
margin-top:-25px;
margin-left:-25px;
text-align:center;
cursor:pointer;
width:50px;
height:50px;
box-sizing:border-box;
-moz-box-sizing:border-box;
display:inline-block;
z-index:4;
opacity:0;
-webkit-transition:opacity .3s ease-out !important;
-moz-transition:opacity .3s ease-out !important;
-o-transition:opacity .3s ease-out !important;
transition:opacity .3s ease-out !important;
}

.tp-caption .html5vid {
width:100% !important;
height:100% !important;
}

.tp-video-play-button i {
width:50px;
height:50px;
display:inline-block;
text-align:center;
font-size:40px !important;
}

.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover {
height:100%;
top:0;
position:absolute;
left:0;
}

.tp-caption .tp-revstop {
display:none;
border-left:5px solid #fff !important;
border-right:5px solid #fff !important;
margin-top:15px !important;
line-height:20px !important;
vertical-align:top;
font-size:25px !important;
}

.tp-seek-bar,.tp-video-button,.tp-volume-bar {
outline:0;
line-height:12px;
margin:0;
cursor:pointer;
}

.tp-caption:hover .tp-video-play-button {
opacity:1;
display:block;
}

.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video {
object-fit:contain !important;
}

.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video {
object-fit:cover !important;
}

.tp-video-controls {
position:absolute;
bottom:0;
left:0;
right:0;
padding:5px;
opacity:0;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
-o-transition:opacity .3s;
-ms-transition:opacity .3s;
transition:opacity .3s;
background-image:linear-gradient(to bottom,#000 13%,#323232 100%);
background-image:-o-linear-gradient(bottom,#000 13%,#323232 100%);
background-image:-moz-linear-gradient(bottom,#000 13%,#323232 100%);
background-image:-webkit-linear-gradient(bottom,#000 13%,#323232 100%);
background-image:-ms-linear-gradient(bottom,#000 13%,#323232 100%);
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.13,#000),color-stop(1,#323232));
display:table;
max-width:100%;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i {
-webkit-transition:all .2s ease-out !important;
-o-transition:all .2s ease-out !important;
-ms-transition:all .2s ease-out !important;
}

.tp-caption:hover .tp-video-controls {
opacity:.9;
}

.tp-video-button {
background:rgba(0,0,0,.5);
border:0;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
font-size:12px;
color:#fff;
padding:0;
}

.tp-video-button:hover {
cursor:pointer;
}

.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap {
padding:0 5px;
display:table-cell;
vertical-align:middle;
}

.tp-video-seek-bar-wrap {
width:80%;
}

.tp-video-vol-bar-wrap {
width:20%;
}

.tp-seek-bar,.tp-volume-bar {
width:100%;
padding:0;
}

.rs-fullvideo-cover {
width:100%;
background:0 0;
z-index:5;
}

.tp-audio-html5 .tp-video-controls {
opacity:1 !important;
visibility:visible !important;
}

.tp-dottedoverlay {
background-repeat:repeat;
width:100%;
z-index:3;
}

.tp-dottedoverlay.twoxtwo {
background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png);
}

.tp-shadowcover {
width:100%;
background:#fff;
z-index:-1;
}

.tp-shadow1 {
-webkit-box-shadow:0 10px 6px -6px rgba(0,0,0,.8);
-moz-box-shadow:0 10px 6px -6px rgba(0,0,0,.8);
box-shadow:0 10px 6px -6px rgba(0,0,0,.8);
}

.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after {
z-index:-2;
position:absolute;
content:"";
bottom:10px;
left:10px;
width:50%;
top:85%;
max-width:300px;
background:0 0;
-webkit-box-shadow:0 15px 10px rgba(0,0,0,.8);
-moz-box-shadow:0 15px 10px rgba(0,0,0,.8);
box-shadow:0 15px 10px rgba(0,0,0,.8);
-webkit-transform:rotate(-3deg);
-moz-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
-ms-transform:rotate(-3deg);
transform:rotate(-3deg);
}

.tp-shadow2:after,.tp-shadow4:after {
-webkit-transform:rotate(3deg);
-moz-transform:rotate(3deg);
-o-transform:rotate(3deg);
-ms-transform:rotate(3deg);
transform:rotate(3deg);
right:10px;
left:auto;
}

.tp-shadow5 {
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
-moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}

.tp-shadow5:after,.tp-shadow5:before {
content:"";
position:absolute;
z-index:-2;
-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.6);
-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.6);
box-shadow:0 0 25px 0 rgba(0,0,0,.6);
top:30%;
bottom:0;
left:20px;
right:20px;
-moz-border-radius:100px/20px;
border-radius:100px/20px;
}

.tp-button {
padding:6px 13px 5px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
height:30px;
cursor:pointer;
color:#fff !important;
text-shadow:0 1px 1px rgba(0,0,0,.6) !important;
font-size:15px;
line-height:45px !important;
font-family:arial,sans-serif;
font-weight:700;
letter-spacing:-1px;
text-decoration:none;
}

.tp-button.big {
color:#fff;
text-shadow:0 1px 1px rgba(0,0,0,.6);
font-weight:700;
padding:9px 20px;
font-size:19px;
line-height:57px !important;
}

.purchase:hover,.tp-button.big:hover,.tp-button:hover {
background-position:bottom,15px 11px;
}

.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green {
background-color:#21a117;
-webkit-box-shadow:0 3px 0 0 #104d0b;
-moz-box-shadow:0 3px 0 0 #104d0b;
box-shadow:0 3px 0 0 #104d0b;
}

.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue {
background-color:#1d78cb;
-webkit-box-shadow:0 3px 0 0 #0f3e68;
-moz-box-shadow:0 3px 0 0 #0f3e68;
box-shadow:0 3px 0 0 #0f3e68;
}

.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red {
background-color:#cb1d1d;
-webkit-box-shadow:0 3px 0 0 #7c1212;
-moz-box-shadow:0 3px 0 0 #7c1212;
box-shadow:0 3px 0 0 #7c1212;
}

.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange {
background-color:#f70;
-webkit-box-shadow:0 3px 0 0 #a34c00;
-moz-box-shadow:0 3px 0 0 #a34c00;
box-shadow:0 3px 0 0 #a34c00;
}

.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey {
background-color:#555;
-webkit-box-shadow:0 3px 0 0 #222;
-moz-box-shadow:0 3px 0 0 #222;
box-shadow:0 3px 0 0 #222;
}

.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey {
background-color:#888;
-webkit-box-shadow:0 3px 0 0 #555;
-moz-box-shadow:0 3px 0 0 #555;
box-shadow:0 3px 0 0 #555;
}

.rev-btn,.rev-btn:visited {
outline:0 !important;
box-shadow:none !important;
text-decoration:none !important;
line-height:44px;
font-size:17px;
font-weight:500;
padding:12px 35px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
font-family:Roboto,sans-serif;
cursor:pointer;
}

.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited {
text-transform:uppercase;
letter-spacing:1px;
font-size:15px;
font-weight:900;
}

.rev-btn.rev-withicon i {
font-size:15px;
font-weight:400;
position:relative;
top:0;
-moz-transition:all .2s ease-out !important;
margin-left:10px !important;
}

.rev-btn.rev-hiddenicon i {
font-size:15px;
font-weight:400;
position:relative;
top:0;
-moz-transition:all .2s ease-out !important;
opacity:0;
margin-left:0 !important;
width:0 !important;
}

.rev-btn.rev-hiddenicon:hover i {
opacity:1 !important;
margin-left:10px !important;
width:auto !important;
}

.rev-btn.rev-medium,.rev-btn.rev-medium:visited {
line-height:36px;
font-size:14px;
padding:10px 30px;
}

.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i {
font-size:14px;
top:0;
}

.rev-btn.rev-small,.rev-btn.rev-small:visited {
line-height:28px;
font-size:12px;
padding:7px 20px;
}

.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i {
font-size:12px;
top:0;
}

.rev-maxround {
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
}

.rev-minround {
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.rev-burger {
position:relative;
width:60px;
height:60px;
box-sizing:border-box;
padding:22px 0 0 14px;
border-radius:50%;
border:1px solid rgba(51,51,51,.25);
tap-highlight-color:transparent;
cursor:pointer;
}

.rev-burger span {
display:block;
width:30px;
height:3px;
background:#333;
transition:.7s;
pointer-events:none;
transform-style:flat !important;
}

.rev-burger span:nth-child(2) {
margin:3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child {
transform:translateY(6px) rotate(-45deg);
-webkit-transform:translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2) {
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
opacity:0;
}

#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child {
transform:translateY(-6px) rotate(-135deg);
-webkit-transform:translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
border:2px solid rgba(255,255,255,.2);
}

.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder {
border:0;
}

.rev-burger.revb-whitefull {
background:#fff;
border:none;
}

.rev-burger.revb-darkfull {
background:#333;
border:none;
}

.group_ov_hidden,.fullwidthbanner-container {
overflow:hidden;
}

.tp-caption .rs-untoggled-content,.rs-toggle-content-active.tp-caption .rs-toggled-content {
display:block;
}

.tp-caption .rs-toggled-content,.rs-toggle-content-active.tp-caption .rs-untoggled-content,.videoisplaying .html5vid .tp-poster,.videoisplaying .revicon-right-dir,.videoisplaying .tp-video-play-button {
display:none;
}

.rev_column_inner .tp-mask-wrap,.videoisplaying .tp-revstop {
display:inline-block;
}

.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio,.fullcoveredvideo .tp-video-play-button,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button,.disabled_lc .tp-video-play-button {
display:none !important;
}

.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span,.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite {
background:#fff;
}

.rev-burger.revb-darknoborder span,.rev-burger.revb-whitefull span {
background:#333;
}

@-webkit-keyframes rev-ani-mouse {
0% {
opacity:1;
top:29%;
}

15% {
opacity:1;
top:50%;
}

50% {
opacity:0;
top:50%;
}

100% {
opacity:0;
top:29%;
}
}

@-moz-keyframes rev-ani-mouse {
0% {
opacity:1;
top:29%;
}

15% {
opacity:1;
top:50%;
}

50% {
opacity:0;
top:50%;
}

100% {
opacity:0;
top:29%;
}
}

@keyframes rev-ani-mouse {
0% {
opacity:1;
top:29%;
}

15% {
opacity:1;
top:50%;
}

50% {
opacity:0;
top:50%;
}

100% {
opacity:0;
top:29%;
}
}

.rev-scroll-btn {
display:inline-block;
position:relative;
left:0;
right:0;
text-align:center;
cursor:pointer;
width:35px;
height:55px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border:3px solid #fff;
border-radius:23px;
}

.rev-control-btn,.tp-tab,.tp-thumb {
box-sizing:border-box;
cursor:pointer;
}

.rev-scroll-btn>* {
display:inline-block;
line-height:18px;
font-size:13px;
font-weight:400;
color:#fff;
font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
letter-spacing:2px;
}

.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover {
color:#fff;
}

.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover {
filter:alpha(opacity=80);
}

.rev-scroll-btn.revs-fulldark {
background:#333;
border:none;
}

.rev-scroll-btn.revs-fulldark span,.tp-bullet {
background:#fff;
}

.rev-scroll-btn span {
position:absolute;
display:block;
top:29%;
left:50%;
width:8px;
height:8px;
margin:-4px 0 0 -4px;
background:#fff;
border-radius:50%;
-webkit-animation:rev-ani-mouse 2.5s linear infinite;
-moz-animation:rev-ani-mouse 2.5s linear infinite;
animation:rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
border-color:#333;
}

.rev-control-btn {
position:relative;
display:inline-block;
z-index:5;
color:#FFF;
font-size:20px;
line-height:60px;
font-weight:400;
font-style:normal;
font-family:Raleway;
text-decoration:none;
text-align:center;
background-color:#000;
border-radius:50px;
text-shadow:none;
background-color:rgba(0,0,0,.5);
width:60px;
height:60px;
}

.rev-cbutton-dark-sr,.rev-cbutton-light-sr {
border-radius:3px;
}

.rev-cbutton-light,.rev-cbutton-light-sr {
color:#333;
background-color:rgba(255,255,255,.75);
}

.rev-sbutton {
line-height:37px;
width:37px;
height:37px;
}

.rev-sbutton-blue {
background-color:#3B5998;
}

.rev-sbutton-lightblue {
background-color:#00A0D1;
}

.rev-sbutton-red {
background-color:#DD4B39;
}

.tp-bannertimer {
visibility:hidden;
width:100%;
position:absolute;
z-index:200;
top:0;
}

.tp-bannertimer.tp-bottom {
top:auto;
bottom:0 !important;
height:5px;
}

.tp-simpleresponsive img {
-khtml-user-select:none;
-o-user-select:none;
}

.tp-caption img {
background:0 0;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom:1;
}

.caption.slidelink a div,.tp-caption.slidelink a div {
width:3000px;
height:1500px;
background:url(/wp-content/plugins/revslider/public/assets/assets/coloredbg.png);
}

.tp-caption.slidelink a span {
background:url(/wp-content/plugins/revslider/public/assets/assets/coloredbg.png);
}

.tp-loader.spinner0,.tp-loader.spinner5 {
background-image:url(/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
}

.tp-shape {
width:100%;
height:100%;
}

.tp-caption .rs-starring {
display:inline-block;
}

.tp-caption .rs-starring .star-rating {
float:none;
display:inline-block;
vertical-align:top;
color:#FFC321 !important;
}

.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating {
position:relative;
height:1em;
width:5.4em;
font-size:1em !important;
font-family:star;
}

.tp-loader.spinner0,.tp-loader.spinner1 {
width:40px;
height:40px;
box-shadow:0 0 20px 0 rgba(0,0,0,.15);
margin-top:-20px;
margin-left:-20px;
border-radius:3px;
background-color:#fff;
}

.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before {
content:"\73\73\73\73\73";
color:#E0DADF;
float:left;
top:0;
left:0;
position:absolute;
}

.tp-caption .rs-starring .star-rating span {
overflow:hidden;
float:left;
top:0;
left:0;
position:absolute;
padding-top:1.5em;
font-size:1em !important;
}

.tp-caption .rs-starring .star-rating span:before {
content:"\53\53\53\53\53";
top:0;
position:absolute;
left:0;
}

.tp-loader {
top:50%;
left:50%;
z-index:10000;
position:absolute;
}

.tp-loader.spinner0 {
background-position:center center;
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;
animation:tp-rotateplane 1.2s infinite ease-in-out;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.tp-loader.spinner1 {
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;
animation:tp-rotateplane 1.2s infinite ease-in-out;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.tp-loader.spinner5 {
background-position:10px 10px;
background-color:#fff;
margin:-22px;
width:44px;
height:44px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.rev-scroll-btn.revs-fullwhite span,.rev-scroll-btn.revs-dark span {
background:#333;
}

@-webkit-keyframes tp-rotateplane {
0% {
-webkit-transform:perspective(120px);
}

50% {
-webkit-transform:perspective(120px) rotateY(180deg);
}

100% {
-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg);
}
}

@keyframes tp-rotateplane {
0% {
transform:perspective(120px) rotateX(0) rotateY(0);
}

50% {
transform:perspective(120px) rotateX(-180.1deg) rotateY(0);
}

100% {
transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}

.tp-loader.spinner2 {
width:40px;
height:40px;
margin-top:-20px;
margin-left:-20px;
background-color:red;
box-shadow:0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
border-radius:100%;
-webkit-animation:tp-scaleout 1s infinite ease-in-out;
animation:tp-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
0% {
-webkit-transform:scale(0);
}

100% {
-webkit-transform:scale(1);
opacity:0;
}
}

@keyframes tp-scaleout {
0% {
transform:scale(0);
-webkit-transform:scale(0);
}

100% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:0;
}
}

.tp-loader.spinner3 {
margin:-9px 0 0 -35px;
width:70px;
text-align:center;
}

.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3 {
width:18px;
height:18px;
background-color:#fff;
box-shadow:0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
border-radius:100%;
display:inline-block;
-webkit-animation:tp-bouncedelay 1.4s infinite ease-in-out;
animation:tp-bouncedelay 1.4s infinite ease-in-out;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
}

.tp-loader.spinner3 .bounce1 {
-webkit-animation-delay:-.32s;
animation-delay:-.32s;
}

.tp-loader.spinner3 .bounce2 {
-webkit-animation-delay:-.16s;
animation-delay:-.16s;
}

@-webkit-keyframes tp-bouncedelay {
0%,100%,80% {
-webkit-transform:scale(0);
}

40% {
-webkit-transform:scale(1);
}
}

@keyframes tp-bouncedelay {
0%,100%,80% {
transform:scale(0);
}

40% {
transform:scale(1);
}
}

.tp-loader.spinner4 {
margin:-20px 0 0 -20px;
width:40px;
height:40px;
text-align:center;
-webkit-animation:tp-rotate 2s infinite linear;
animation:tp-rotate 2s infinite linear;
}

.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2 {
width:60%;
height:60%;
display:inline-block;
position:absolute;
top:0;
background-color:#fff;
border-radius:100%;
-webkit-animation:tp-bounce 2s infinite ease-in-out;
animation:tp-bounce 2s infinite ease-in-out;
box-shadow:0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
}

.tp-loader.spinner4 .dot2 {
top:auto;
bottom:0;
-webkit-animation-delay:-1s;
animation-delay:-1s;
}

@-webkit-keyframes tp-rotate {
100% {
-webkit-transform:rotate(360deg);
}
}

@keyframes tp-rotate {
100% {
transform:rotate(360deg);
-webkit-transform:rotate(360deg);
}
}

@-webkit-keyframes tp-bounce {
0%,100% {
-webkit-transform:scale(0);
}

50% {
-webkit-transform:scale(1);
}
}

@keyframes tp-bounce {
0%,100% {
transform:scale(0);
}

50% {
transform:scale(1);
}
}

.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar {
border:none;
min-height:0;
margin:0;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}

.tp-bullets,.tp-tabs,.tp-thumbs {
position:absolute;
display:block;
z-index:1000;
top:0;
left:0;
}

.tp-tab,.tp-thumb {
position:absolute;
opacity:.5;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter {
background-position:center center;
background-size:cover;
width:100%;
height:100%;
display:block;
position:absolute;
top:0;
left:0;
}

.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover {
opacity:1;
}

.tp-tab-mask,.tp-thumb-mask {
box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
-moz-box-sizing:border-box !important;
}

.tp-tabs,.tp-thumbs {
box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
}

.tp-bullet {
width:15px;
height:15px;
position:absolute;
background:rgba(255,255,255,.3);
cursor:pointer;
}

.tp-bullet.selected,.tp-bullet:hover {
background:#fff;
}

.tp-bannertimer {
background:#000;
background:rgba(0,0,0,.15);
height:5px;
}

.tparrows {
cursor:pointer;
background:#000;
background:rgba(0,0,0,.5);
width:40px;
height:40px;
position:absolute;
display:block;
z-index:1000;
}

.tparrows:hover {
background:#000;
}

.tparrows:before {
font-family:revicons;
font-size:15px;
color:#fff;
display:block;
line-height:40px;
text-align:center;
}

.hginfo,.hglayerinfo {
font-size:12px;
font-weight:600;
}

.tparrows.tp-leftarrow:before {
content:'\e824';
}

.tparrows.tp-rightarrow:before {
content:'\e825';
}

body.rtl .tp-kbimg {
left:0 !important;
}

.dddwrappershadow {
box-shadow:0 45px 100px rgba(0,0,0,.4);
}

.hglayerinfo {
position:fixed;
bottom:0;
left:0;
color:#FFF;
line-height:20px;
background:rgba(0,0,0,.75);
padding:5px 10px;
z-index:2000;
white-space:normal;
}

.helpgrid,.hginfo {
position:absolute;
}

.hginfo {
top:-2px;
left:-2px;
color:#e74c3c;
background:#000;
padding:2px 5px;
}

.indebugmode .tp-caption:hover {
border:1px dashed #c0392b !important;
}

.helpgrid {
border:2px dashed #c0392b;
top:0;
left:0;
z-index:0;
}

#revsliderlogloglog {
padding:15px;
color:#fff;
position:fixed;
top:0;
left:0;
width:200px;
height:150px;
background:rgba(0,0,0,.7);
z-index:100000;
font-size:10px;
overflow:scroll;
}

.aden {
-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
}

.perpetua::after,.reyes::after {
mix-blend-mode:soft-light;
opacity:.5;
}

.inkwell {
-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.perpetua::after {
background:-webkit-linear-gradient(top,#005b9a,#e6c13d);
background:linear-gradient(to bottom,#005b9a,#e6c13d);
}

.reyes {
-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
}

.reyes::after {
background:#efcdad;
}

.gingham {
-webkit-filter:brightness(1.05) hue-rotate(-10deg);
filter:brightness(1.05) hue-rotate(-10deg);
}

.toaster {
-webkit-filter:contrast(1.5) brightness(.9);
filter:contrast(1.5) brightness(.9);
}

.toaster::after {
background:-webkit-radial-gradient(circle,#804e0f,#3b003b);
background:radial-gradient(circle,#804e0f,#3b003b);
mix-blend-mode:screen;
}

.walden {
-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
}

.walden::after {
background:#04c;
mix-blend-mode:screen;
opacity:.3;
}

.hudson {
-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);
filter:brightness(1.2) contrast(.9) saturate(1.1);
}

.hudson::after {
background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);
background:radial-gradient(circle,#a6b1ff 50%,#342134);
mix-blend-mode:multiply;
opacity:.5;
}

.earlybird {
-webkit-filter:contrast(.9) sepia(.2);
filter:contrast(.9) sepia(.2);
}

.earlybird::after {
background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
mix-blend-mode:overlay;
}

.mayfair {
-webkit-filter:contrast(1.1) saturate(1.1);
filter:contrast(1.1) saturate(1.1);
}

.mayfair::after {
background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
mix-blend-mode:overlay;
opacity:.4;
}

.lofi {
-webkit-filter:saturate(1.1) contrast(1.5);
filter:saturate(1.1) contrast(1.5);
}

.lofi::after {
background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);
background:radial-gradient(circle,transparent 70%,#222 150%);
mix-blend-mode:multiply;
}

._1977 {
-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);
filter:contrast(1.1) brightness(1.1) saturate(1.3);
}

._1977:after {
background:rgba(243,106,188,.3);
mix-blend-mode:screen;
}

.brooklyn {
-webkit-filter:contrast(.9) brightness(1.1);
filter:contrast(.9) brightness(1.1);
}

.brooklyn::after {
background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
mix-blend-mode:overlay;
}

.xpro2 {
-webkit-filter:sepia(.3);
filter:sepia(.3);
}

.xpro2::after {
background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
mix-blend-mode:color-burn;
}

.nashville {
-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

.nashville::after {
background:rgba(0,70,150,.4);
mix-blend-mode:lighten;
}

.nashville::before {
background:rgba(247,176,153,.56);
mix-blend-mode:darken;
}

.lark {
-webkit-filter:contrast(.9);
filter:contrast(.9);
}

.lark::after {
background:rgba(242,242,242,.8);
mix-blend-mode:darken;
}

.lark::before {
background:#22253f;
mix-blend-mode:color-dodge;
}

.moon {
-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);
filter:grayscale(1) contrast(1.1) brightness(1.1);
}

.moon::before {
background:#a0a0a0;
mix-blend-mode:soft-light;
}

.moon::after {
background:#383838;
mix-blend-mode:lighten;
}

.clarendon {
-webkit-filter:contrast(1.2) saturate(1.35);
filter:contrast(1.2) saturate(1.35);
}

.clarendon:before {
background:rgba(127,187,227,.2);
mix-blend-mode:overlay;
}

.willow {
-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);
filter:grayscale(.5) contrast(.95) brightness(.9);
}

.willow::before {
background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);
mix-blend-mode:overlay;
}

.willow::after {
background-color:#d8cdcb;
mix-blend-mode:color;
}

.rise {
-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
}

.rise::after {
background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
mix-blend-mode:overlay;
opacity:.6;
}

.rise::before {
background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
mix-blend-mode:multiply;
}

._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before {
content:'';
display:block;
height:100%;
width:100%;
top:0;
left:0;
position:absolute;
pointer-events:none;
}

._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2 {
position:relative;
}

._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img {
width:100%;
z-index:1;
}

._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before {
z-index:2;
}

._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after {
z-index:3;
}

.slumber {
-webkit-filter:saturate(.66) brightness(1.05);
filter:saturate(.66) brightness(1.05);
}

.slumber::after {
background:rgba(125,105,24,.5);
mix-blend-mode:soft-light;
}

.slumber::before {
background:rgba(69,41,12,.4);
mix-blend-mode:lighten;
}

.aden::after,.gingham::after {
background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);
background:linear-gradient(to right,rgba(66,10,14,.2),transparent);
mix-blend-mode:darken;
}@import "/wp-content/themes/specular/style.css";

body {
line-height:1.5 !important;
}

.nomargins {
margin-bottom:0 !important;
margin-top:0 !important;
}

header#header {
background-color:rgba(255,255,255,0.50);
}

.header_wrapper.transparent {
background-color:rgba(255,255,255,0.50);
position:absolute;
}

.header_wrapper {
background:none !important;
}

.yellow-box {
border:solid 2px #FDC22D;
background-color:#F7F7F7;
box-sizing:border-box;
}

.block_title.section_title p {
padding-left:15px;
padding-right:15px;
}

.img-hover img {
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border:double 5px #DFDFDF;
max-width:95%;
height:auto;
transition:ease .6s;
}

.img-hover img:hover {
-webkit-filter:grayscale(1);
filter:grayscale(1);
transition:ease .6s;
}

.dark-block {
background-color:rgba(0,0,0,0.80);
color:#fff;
padding:20px;
}

.lists ul {
padding-left:30px;
}

.vc_empty_space {
clear:both;
}

.vc_separator.vc_separator_align_center h4 {
font-size:32px;
}

.dark-section h1 {
color:#fdc22d;
text-shadow:0 1px 3px rgba(35,35,35,1.00);
}

.sport-gallery .services_medium img {
height:auto;
width:300px;
}

.sport-gallery .services_medium img:hover {
transform:scale(1.1);
}

h2.shadow {
text-shadow:0 1px 2px #000;
}

.header_1 nav .menu > li > a::before {
content:"";
margin-right:0;
}

.header_1 nav .menu > li > a::after {
content:"";
margin-left:0;
}

nav .menu > li > a,nav .menu > li.hasSubMenu::after,header#header .header_tools .vert_mid > a:not(#trigger-overlay),header#header .header_tools .cart .cart_icon {
letter-spacing:normal !important;
}

nav .menu > li > a {
font-weight:500 !important;
padding-left:5px;
}

.header_11 nav li > a:hover,.header_11 nav li.current-menu-item > a,.header_11 nav li.current-menu-parent > a,.header_10 nav li > a:hover,.header_10 nav li.current-menu-item > a,.header_10 nav li.current-menu-parent > a,.header_9 nav li > a:hover,.header_9 nav li.current-menu-item > a,.header_9 nav li.current-menu-parent > a,.header_8 nav li > a:hover,.header_8 nav li.current-menu-item > a,.header_8 nav li.current-menu-parent > a,.header_7 nav li > a:hover,.header_7 nav li.current-menu-item > a,.header_7 nav li.current-menu-parent > a,.header_6 nav li > a:hover,.header_6 nav li.current-menu-item > a,.header_6 nav li.current-menu-parent > a,.header_5 nav li > a:hover,.header_5 nav li.current-menu-item > a,.header_5 nav li.current-menu-parent > a,.header_3 nav li > a:hover,.header_3 nav li.current-menu-item > a,.header_3 nav li.current-menu-parent > a,.header_2 nav li > a:hover,.header_2 nav li.current-menu-item > a,.header_2 nav li.current-menu-parent > a,.codeless_slider .swiper-slide .buttons.colors-light a.colored:hover *,.services_steps .icon_wrapper i,.testimonial_carousel .item .param span,.services_large .icon_wrapper i,.animated_counter i,.services_medium.style_1 i,.services_small dt i,.single_staff .social_widget li a:hover i,.single_staff .position,.list li.titledesc dl dt i,.list li.simple i,.page_parents li a:hover,#portfolio-filter ul li.active a,.content_portfolio.fullwidth #portfolio-filter ul li.active a,a:hover,.header_1 nav li.current-menu-item > a,.blog-article h1 a:hover,.blog-article.timeline-style .content .quote i,.header_1 nav li.current-menu-item::after,.header_1 nav li > a:hover,.header_1 nav li:hover::after,header#header .header_tools > a:hover,footer#footer a:hover,aside ul li:hover::after,.highlights {
color:#FDC22D !important;
}

.footer_logo {
width:170px;
height:auto;
}

#wpcw_social-2 li {
display:inline-block;
width:auto;
padding:15px;
}

input.ninja-forms-field[type="button"] {
border:none;
color:#fff;
background-color:#fdc22d;
padding:7px 20px;
}

#logo img.dark {
box-shadow:0 3px 7px #000;
height:auto;
left:-30px;
position:absolute;
top:10px;
width:120px;
}

.header_wrapper.open img.dark {
position:relative !important;
left:auto !important;
height:50px !important;
width:auto !important;
box-shadow:none !important;
}

.services_media.style_2 h5,input.ninja-forms-field[type="button"]:hover {
background-color:#343434;
}

input.ninja-forms-field.nf-element,textarea.ninja-forms-field.nf-element {
border:solid thin #FDC22D;
}

@media (max-width:960px) {
div#logo img.dark {
height:50px;
left:auto;
position:relative;
width:auto;
}

div.top_nav,div.top_nav .widget {
height:auto;
}
}

.lastblock {
margin-bottom:-85px !important;
}

div.block_title.section_title p {
color:#000;
}

.training-options img {
width:350px;
height:auto;
border:solid 2px #e1dfdf;
}

.training-options img:hover {
opacity:.8;
}

.top_nav .row-fluid > .span6:first-child {
width:80%;
}

.top_nav .row-fluid > .span6:last-child {
float:right;
width:10%;
}

.cover {
background-size:cover;
}

.wpb_content_element.testimonial_carousel_element {
height:auto !important;
}

.bgcenter {
background-position-x:center !important;
background-position-y:center !important;
}

.bg_left_center {
background-position-x:left !important;
background-position-y:center !important;
}

.bg_right_center {
background-position-x:right !important;
background-position-y:center !important;
}

.sticky_active div#logo img.dark {
display:inline-block;
margin-top:5px;
top:auto;
}

.sticky_active #logo {
position:relative;
}

.training-sistem .services_medium > img {
height:auto;
width:100%;
border:solid 2px #e1dfdf;
transition:ease .5s;
max-width:307px;
}

.training-sistem .services_medium > img:hover {
opacity:.8;
transition:ease .5s;
}

@media (min-width:1150px) {
.container {
max-width:1100px;
}

.left-top {
display:block !important;
}
}

@media (min-width:768px) and (max-width:1149px) {
.left-top {
display:block !important;
}

.container {
max-width:90%;
}

div.section-style.parallax_section {
background-position-x:initial !important;
background-position-y:initial !important;
}

div.section-style.parallax_section.bgcenter {
background-position-x:center !important;
background-position-y:center !important;
}

div.section-style.parallax_section.bg_left_center {
background-position-x:left !important;
background-position-y:center !important;
}

div.section-style.parallax_section.bg_right_center {
background-position-x:right !important;
background-position-y:center !important;
}
}

@media (max-width:767px) {
.cover {
background-size:contain !important;
}

.cover h2 {
padding-bottom:0 !important;
}

.header_tools {
margin-right:20px;
}

div.top_nav {
display:block;
}

.left-top {
display:none !important;
}

div.top_nav .row-fluid > .right-top {
width:100% !important;
}

div.qtranxs_widget img {
margin-left:5px;
margin-top:8px;
}

.div-half,.div-third {
float:left;
width:100%;
}
}

.div-half {
float:left;
width:50%;
}

.div-third {
float:left;
width:33%;
}

div.modal {
background-color:rgba(0,0,0,0.8);
height:100%;
margin-left:auto;
margin-top:auto;
padding-top:60px;
top:0 !important;
width:100%;
}

.modal-backdrop {
display:none;
}

.footer_wrapper {
z-index:0;
}

.modal-header {
background-color:#FDC22D;
color:#fff;
}

.modal-footer {
background-color:#FDC22D;
}

.margin-bottom-0 {
margin-bottom:0 !important;
}

div.modal-body {
max-height:350px;
}

div.modal-header {
padding-bottom:7px;
padding-top:7px;
}

div.modal-footer {
padding-bottom:5px;
padding-top:5px;
}

.products_box .btn.btn-info.btn-lg {
background-color:#fdc22d;
color:#3e5c95;
text-shadow:none;
border-color:#ccc;
}

.products_box .btn.btn-info.btn-lg:hover {
color:#000;
}

@media screen and (min-width:300px) {
.engine_author {
display:none !important;
}
}

@media screen and (max-width:299px) {
.engine_author {
display:block;
}
}.clearfix {
*zoom:1;
}

.clearfix:before,.clearfix:after {
display:table;
line-height:0;
content:"";
}

.clearfix:after {
clear:both;
}

.hide-text {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}

.input-block-level {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.hidden {
display:none;
visibility:hidden;
}

.visible-desktop {
display:inherit !important;
}

.visible-phone,.visible-tablet,.hidden-desktop {
display:none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop,.visible-tablet {
display:inherit !important;
}

.visible-desktop,.hidden-tablet {
display:none !important;
}

.flexslider .bottom_shadow,.row-google-map .big_shadow,.header_11 nav.left,.header_11 nav.right {
display:none;
}
}

@media (max-width: 767px) {
.top_footer .pagination {
left:10px !important;
}

.top_footer .tweet_list li h5 {
margin-top:0 !important;
}

.top_footer .tweet_list li img {
margin-top:1px !important;
}

.hidden-desktop,.visible-phone {
display:inherit !important;
}

.visible-desktop,.hidden-phone {
display:none !important;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left:-20px;
*zoom:1;
}

[class*="span"] {
float:left;
min-height:1px;
margin-left:20px;
}

.span11 {
width:662px;
}

.span10 {
width:600px;
}

.span9 {
width:538px;
}

.span8 {
width:476px;
}

.span7 {
width:414px;
}

.span6 {
width:352px;
}

.span5 {
width:290px;
}

.span4 {
width:228px;
}

.span3 {
width:166px;
}

.span2 {
width:104px;
}

.span1 {
width:42px;
}

.offset12 {
margin-left:764px;
}

.offset11 {
margin-left:702px;
}

.offset10 {
margin-left:640px;
}

.offset9 {
margin-left:578px;
}

.offset8 {
margin-left:516px;
}

.offset7 {
margin-left:454px;
}

.offset6 {
margin-left:392px;
}

.offset5 {
margin-left:330px;
}

.offset4 {
margin-left:268px;
}

.offset3 {
margin-left:206px;
}

.offset2 {
margin-left:144px;
}

.offset1 {
margin-left:82px;
}

.row-fluid {
width:100%;
*zoom:1;
}

.row-fluid [class*="span"] {
display:block;
float:left;
width:100%;
min-height:30px;
margin-left:2.7624309392265%;
*margin-left:2.7092394498648%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left:2.7624309392265%;
}

.row-fluid .span12 {
width:100%;
*width:99.946808510638%;
}

.row-fluid .span11 {
width:91.436464088398%;
*width:91.383272599036%;
}

.row-fluid .span10 {
width:82.872928176796%;
*width:82.819736687434%;
}

.row-fluid .span9 {
width:74.309392265193%;
*width:74.256200775832%;
}

.row-fluid .span8 {
width:65.745856353591%;
*width:65.692664864229%;
}

.row-fluid .span7 {
width:57.182320441989%;
*width:57.129128952627%;
}

.row-fluid .span6 {
width:48.618784530387%;
*width:48.565593041025%;
}

.row-fluid .span5 {
width:40.055248618785%;
*width:40.002057129423%;
}

.row-fluid .span4 {
width:31.491712707182%;
*width:31.438521217821%;
}

.row-fluid .span3 {
width:22.92817679558%;
*width:22.874985306218%;
}

.row-fluid .span2 {
width:14.364640883978%;
*width:14.311449394616%;
}

.row-fluid .span1 {
width:5.8011049723757%;
*width:5.747913483014%;
}

.row-fluid .offset12 {
margin-left:105.52486187845%;
*margin-left:105.41847889973%;
}

.row-fluid .offset12:first-child {
margin-left:102.76243093923%;
*margin-left:102.6560479605%;
}

.row-fluid .offset11 {
margin-left:96.961325966851%;
*margin-left:96.854942988127%;
}

.row-fluid .offset11:first-child {
margin-left:94.198895027624%;
*margin-left:94.092512048901%;
}

.row-fluid .offset10 {
margin-left:88.397790055249%;
*margin-left:88.291407076525%;
}

.row-fluid .offset10:first-child {
margin-left:85.635359116022%;
*margin-left:85.528976137299%;
}

.row-fluid .offset9 {
margin-left:79.834254143646%;
*margin-left:79.727871164923%;
}

.row-fluid .offset9:first-child {
margin-left:77.07182320442%;
*margin-left:76.965440225696%;
}

.row-fluid .offset8 {
margin-left:71.270718232044%;
*margin-left:71.164335253321%;
}

.row-fluid .offset8:first-child {
margin-left:68.508287292818%;
*margin-left:68.401904314094%;
}

.row-fluid .offset7 {
margin-left:62.707182320442%;
*margin-left:62.600799341719%;
}

.row-fluid .offset7:first-child {
margin-left:59.944751381215%;
*margin-left:59.838368402492%;
}

.row-fluid .offset6 {
margin-left:54.14364640884%;
*margin-left:54.037263430116%;
}

.row-fluid .offset6:first-child {
margin-left:51.381215469613%;
*margin-left:51.27483249089%;
}

.row-fluid .offset5 {
margin-left:45.580110497238%;
*margin-left:45.473727518514%;
}

.row-fluid .offset5:first-child {
margin-left:42.817679558011%;
*margin-left:42.711296579288%;
}

.row-fluid .offset4 {
margin-left:37.016574585635%;
*margin-left:36.910191606912%;
}

.row-fluid .offset4:first-child {
margin-left:34.254143646409%;
*margin-left:34.147760667685%;
}

.row-fluid .offset3 {
margin-left:28.453038674033%;
*margin-left:28.34665569531%;
}

.row-fluid .offset3:first-child {
margin-left:25.690607734807%;
*margin-left:25.584224756083%;
}

.row-fluid .offset2 {
margin-left:19.889502762431%;
*margin-left:19.783119783708%;
}

.row-fluid .offset2:first-child {
margin-left:17.127071823204%;
*margin-left:17.020688844481%;
}

.row-fluid .offset1 {
margin-left:11.325966850829%;
*margin-left:11.219583872105%;
}

.row-fluid .offset1:first-child {
margin-left:8.5635359116022%;
*margin-left:8.4571529328788%;
}

.controls-row [class*="span"] + [class*="span"] {
margin-left:20px;
}

input.span12,textarea.span12,.uneditable-input.span12 {
width:710px;
}

input.span11,textarea.span11,.uneditable-input.span11 {
width:648px;
}

input.span10,textarea.span10,.uneditable-input.span10 {
width:586px;
}

input.span9,textarea.span9,.uneditable-input.span9 {
width:524px;
}

input.span8,textarea.span8,.uneditable-input.span8 {
width:462px;
}

input.span7,textarea.span7,.uneditable-input.span7 {
width:400px;
}

input.span6,textarea.span6,.uneditable-input.span6 {
width:338px;
}

input.span5,textarea.span5,.uneditable-input.span5 {
width:276px;
}

input.span4,textarea.span4,.uneditable-input.span4 {
width:214px;
}

input.span3,textarea.span3,.uneditable-input.span3 {
width:152px;
}

input.span2,textarea.span2,.uneditable-input.span2 {
width:90px;
}

input.span1,textarea.span1,.uneditable-input.span1 {
width:28px;
}

.boxed_layout {
width:744px;
}

.fixed_slider .boxed_layout .top_wrapper {
padding-top:0;
}

.codeless_news_slider .swiper-slide p {
font-size:11px !important;
}

.codeless_slider .swiper-slide h1 {
font-size:26px !important;
line-height:32px !important;
}

.codeless_news_slider .swiper-slide h1 {
font-size:18px !important;
}

.codeless_news_slider .swiper-slide:hover h1 {
bottom:60px;
}

.blog-article.grid-style,.grid-size {
width:100% !important;
padding-left:0;
}

.blog-article.grid-style .info li {
margin-bottom:10px;
}

.blog-article.grid-style .content h1 {
margin-bottom:10px;
line-height:20px;
}

.sidebar_left .vc_col-sm-6 .blog-article.grid-style,.sidebar_right .vc_col-sm-6 .blog-article.grid-style {
width:100%;
margin-left:0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.sidebar_left .vc_col-sm-6 #blogmasonry .row,.sidebar_right .vc_col-sm-6 #blogmasonry .row {
margin-left:0 !important;
}

.header_1 .header_wrapper,.header_4 .header_wrapper {
position:relative !important;
}

.recent_news.events .blog-item dd h5 {
font-size:13px;
}

.blog-article.timeline-style .timeline {
width:100px !important;
}

.row:before,.row:after,.row-fluid:before,.row-fluid:after {
display:table;
line-height:0;
content:"";
}

.row:after,.row-fluid:after {
clear:both;
}

.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container,.header_7.header_wrapper .container,.span12 {
width:724px;
}

.row-fluid [class*="span"]:first-child,input,textarea,.uneditable-input {
margin-left:0;
}

.codeless_news_slider .codeless_slider_swiper,.latest_blog .no_carousel .blog-item.single {
width:100%;
}

.codeless_news_slider .featured_posts,.latest_blog .no_carousel .blog-item .info,.latest_blog .no_carousel .blog-item .after {
display:none;
}
}

@media (max-width: 979px) {
.codeless_slider .swiper-slide .content {
width:724px !important;
}

.codeless_slider .swiper-slide .content.vertical_centered {
margin-left:-362px !important;
}

.vc_responsive .vc_row .vc_span3 {
margin-bottom:30px;
width:50% !important;
}

.vc_responsive .vc_row .vc_span9 {
width:50% !important;
}

.header_12 .header_widgetized {
display:none;
}
}

@media (max-width: 767px) {
.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top {
margin-right:-20px;
margin-left:-20px;
}

.container-fluid {
padding:0;
}

.dl-horizontal dt {
clear:none;
text-align:left;
}

.dl-horizontal dd {
margin-left:60px;
}

.post_author dd {
margin-left:90px;
}

.container {
max-width:420px;
}

.thumbnails > li {
float:none;
margin-left:0;
}

[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"] {
display:block;
width:100%;
margin-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.vc_column {
margin-bottom:20px;
float:left;
width:100%;
}

.row-fluid .span12 {
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"] {
display:inline-block;
width:auto;
}

.modal {
position:fixed;
top:20px;
right:20px;
left:20px;
width:auto;
margin:0;
}

.modal.fade {
top:-100px;
}

.modal.fade.in {
top:20px;
}

#faq-filter ul li {
padding:8px 5px!important;
}

.codeless_slider .swiper-slide .content p {
font-size:13px !important;
line-height:20px !important;
}

.codeless_slider .swiper-slide .content h1 {
font-size:18px !important;
line-height:26px !important;
}

.codeless_slider .swiper-slide .buttons a {
padding-left:30px;
padding-right:30px;
}

.block_title.section_title p {
padding:0!important;
}

.timeline-border {
left:35px;
}

.latest_blog .no_carousel .blog-item {
width:100%;
margin-bottom:30px;
padding-left:0;
width:100% !important;
padding-left:0;
}

.clients .item {
width:180px !important;
}

.nav-fillpath a.next {
right:-50px;
}

.nav-fillpath a.prev {
right:25px;
}

.header_page.centered {
background-position:center center !important;
}

.content_portfolio.fullwidth.layout-sidebar_left aside,.content_portfolio.fullwidth.layout-sidebar_right aside {
padding:20px 10%;
}

.content_portfolio.fullwidth #portfolio-filter ul li {
padding:14px 3px;
}

.content_portfolio.fullwidth .no_space .portfolio-item {
margin-bottom:0 !important;
margin-left:0 !important;
margin-left:0 !important;
}

.portfolio-item {
width:100% !important;
padding-left:0 !important;
margin-left:0 !important;
}

.fixed_sidebar {
margin-top:20px !important;
margin-bottom:20px !important;
}

.blog-article.timeline-style .timeline {
width:100px !important;
}

.fullwidth .blog-article.grid-style {
padding-left:0 !important;
width:100% !important;
}

#blog .span9,#blog .span6 {
margin-bottom:40px;
padding-left:0;
width:100%;
}

.span3.sidebar {
padding-left:0;
width:100%;
}

.woocommerce .with_sidebar ul.products li.product,.woocommerce-page .with_sidebar ul.products li.product {
width:100%;
margin-right:0;
}

.woocommerce .related ul li.product,.woocommerce .related ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .upsells.products ul li.product,.woocommerce-page .upsells.products ul.products li.product {
width:100%;
margin-right:0 !important;
}

footer .widget_flickr .flickr_badge_image {
width:53px !important;
height:53px !important;
}

.full-width-content .vc_column .vc_column {
margin-bottom:20px;
}

.fullscreen-blog-article .content.left {
left:50% !important;
margin-left:-210px !important;
}

.fullscreen-blog-article .content.right {
right:50% !important;
margin-right:-210px !important;
}

.fullwidth #portfolio-preview-items.normal {
padding-left:0 !important;
padding-right:0 !important;
}

.fullscreen-blog-article .content h1 {
font-size:18px;
line-height:24px;
}

.fullscreen-blog-article .content p {
font-size:13px;
}

.vc_column.centered_vertical .wpb_wrapper {
top:auto !important;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transform:none;
padding-top:20px;
padding-bottom:20px;
}

.boxed_layout {
width:440px;
}

.codeless_news_slider .swiper-slide h1 {
font-size:16px !important;
line-height:24px;
}

.codeless_news_slider .swiper-slide p {
font-size:10px !important;
}

.codeless_news_slider .swiper-slide:hover h1 {
bottom:80px !important;
}

.codeless_news_slider .featured_posts {
width:100%;
margin-left:0;
}

.codeless_news_slider .featured_posts .featured:hover h4 {
bottom:60px;
}

.widget_most_popular dd {
margin-left:75px;
}

.fixed_slider .boxed_layout .top_wrapper {
padding-top:0;
}

.transparency_section {
margin-top:0 !important;
}

.header_button {
display:none !important;
}

ul.products li .button,ul.products li .added_to_cart {
width:auto !important;
}

.header_11 .centered_header {
position:static;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transform:none;
}

#copyright .copyright_text {
width:100%;
float:left;
}

#copyright .pull-right {
margin-top:10px;
}

.recent_portfolio .swiper-slide {
width:420px !important;
height:auto !important;
float:left;
}

.row-fluid,.single_staff,.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary,.codeless_news_slider .codeless_slider_swiper,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
width:100%;
}

.row,.thumbnails,.row-fluid [class*="offset"]:first-child,.controls-row [class*="span"] + [class*="span"] {
margin-left:0;
}

.vc_column .wpb_wrapper,.wpb_text_column {
float:left;
width:100%;
}

.vc_column:last-child,.latest_blog .no_carousel .blog-item:last-child,.full-width-content .vc_column {
margin-bottom:0;
}

.span12,.testimonial_carousel .item,.codeless_slider .swiper-slide .content,.fullscreen-blog-article .content {
width:420px !important;
}

.vc_responsive .vc_row .vc_span3,.vc_responsive .vc_row .vc_span9,.blog-article.grid-style,.grid-size,.blog-article.timeline-style .post_box {
width:100% !important;
}

.vc_row.transparency_section,.fullwidth_slider_page .header_6_wrapper {
position:relative;
}

.top_nav,.header_page.normal .breadcrumbss,.header_11 .centered_header .left,.header_11 .centered_header .right {
display:none;
}

.codeless_slider .swiper-slide .content.vertical_centered,footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
margin-left:-210px !important;
}

.in_container .portfolio-item,#portfolio-preview-items.no_space {
margin-left:0 !important;
}

.single_portfolio_gallery .gallery a,.sidebar_left .blog-article.grid-style,.sidebar_right .blog-article.grid-style {
width:100% !important;
padding-left:0 !important;
}

footer .span3,.latest_blog .blog-item.single,.vc_column .blog-article.grid-style {
padding-left:0;
}

.parallax_slider .codeless_slider_wrapper,.header_1 .header_wrapper,.header_4 .header_wrapper {
position:relative !important;
}
}

@media (max-width: 480px) {
.nav-collapse {
-webkit-transform:translate3d(0,0,0);
}

.container {
max-width:300px;
}

.recent_portfolio .swiper-slide {
width:300px !important;
height:auto !important;
float:left;
}

.vc_column {
padding-left:0 !important;
padding-right:0 !important;
padding-left:0;
padding-right:0;
}

#logo img {
max-height:50px;
margin-top:-25px;
}

.page-header h1 small {
display:block;
line-height:20px;
}

input[type="checkbox"],input[type="radio"] {
border:1px solid #ccc;
}

.form-horizontal .control-label {
float:none;
width:auto;
padding-top:0;
text-align:left;
}

.form-horizontal .controls {
margin-left:0;
}

.form-horizontal .control-list {
padding-top:0;
}

.form-horizontal .form-actions {
padding-right:10px;
padding-left:10px;
}

.media .pull-left,.media .pull-right {
display:block;
float:none;
margin-bottom:10px;
}

.media-object {
margin-right:0;
margin-left:0;
}

.modal {
top:10px;
right:10px;
left:10px;
}

.modal-header .close {
padding:10px;
margin:-10px;
}

.carousel-caption {
position:static;
}

.section_clear {
margin-left:0;
margin-right:0;
}

#logo {
float:right;
left:0 !important;
right:0 !important;
-webkit-transform:none !important;
-moz-transform:none !important;
-ms-transform:none !important;
-o-transform:none !important;
transform:none !important;
}

.codeless_slider .swiper-slide .content p {
font-size:12px !important;
line-height:20px !important;
}

.codeless_slider .swiper-slide .content h1 {
font-size:16px !important;
line-height:26px !important;
}

.codeless_slider .swiper-slide .buttons a {
font-size:9px;
padding-left:20px;
padding-right:20px;
}

.latest_blog .no_carousel .blog-item {
width:300px;
margin-bottom:30px;
padding-left:0;
}

.latest_blog .no_carousel .blog-item:last-child {
margin-bottom:0;
}

.clients .item {
width:250px !important;
}

.codeless_slider .swiper-slide .content.vertical_centered {
margin-left:-150px !important;
}

.codeless_slider .btn-bt {
font-size:10px;
padding:6px 15px;
}

.portfolio-item {
width:100%;
margin-left:0;
padding-left:0;
}

.single_portfolio_gallery .gallery a {
width:100% !important;
padding-left:0 !important;
}

.fixed_sidebar {
margin-top:20px !important;
margin-bottom:20px !important;
}

.header_5 .header_tools {
display:table;
float:left;
}

.fullscreen-blog-article .content.left {
left:50% !important;
margin-left:-150px !important;
}

.fullscreen-blog-article .content.right {
right:50% !important;
margin-right:-150px !important;
}

.boxed_layout {
width:320px;
}

.codeless_news_slider .swiper-slide:hover h1 {
bottom:120px !important;
}

.recent_news.events .blog-item dd h5 {
font-size:11px;
}

.header_11 .centered_header {
float:right;
}

.codeless_slider .video-wrap .video_replace_mobile {
display:block;
width:100%;
height:100%;
background-position:center;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
}

.blog-article h1,.header_page h1 {
font-size:16px !important;
}

.span12,.testimonial_carousel .item,.codeless_slider .swiper-slide .content,.fullscreen-blog-article .content {
width:300px !important;
}

.in_container .portfolio-item,#portfolio-preview-items.no_space {
margin-left:0 !important;
}

.fullwidth .blog-article.grid-style,.sidebar_left .blog-article.grid-style,.sidebar_right .blog-article.grid-style {
padding-left:0 !important;
}

.codeless_slider .video-wrap .remove_on_mobile,.remove_slider_onmobile .slider {
display:none;
}
}

@media (max-width: 979px) {
.navbar-fixed-top,.navbar-fixed-bottom {
position:static;
}

.navbar-fixed-top {
margin-bottom:20px;
}

.navbar-fixed-bottom {
margin-top:20px;
}

.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner {
padding:5px;
}

.navbar .container {
width:auto;
padding:0;
}

.navbar .brand {
padding-right:10px;
padding-left:10px;
margin:0 0 0 -5px;
}

.nav-collapse {
clear:both;
}

.nav-collapse .nav {
float:none;
margin:0 0 10px;
}

.nav-collapse .nav > li {
float:none;
}

.nav-collapse .nav .nav-header {
color:#777;
text-shadow:none;
}

.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a {
padding:9px 15px;
font-weight:700;
color:#777;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.nav-collapse .btn {
padding:4px 10px;
font-weight:400;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

.nav-collapse .nav > li > a:hover,.nav-collapse .dropdown-menu a:hover {
background-color:#f2f2f2;
}

.navbar-inverse .nav-collapse .nav > li > a,.navbar-inverse .nav-collapse .dropdown-menu a {
color:#999;
}

.navbar-inverse .nav-collapse .nav > li > a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:hover {
background-color:#111;
}

.nav-collapse.in .btn-group {
padding:0;
margin-top:5px;
}

.nav-collapse .dropdown-menu {
position:static;
top:auto;
left:auto;
display:none;
float:none;
max-width:none;
padding:0;
margin:0 15px;
background-color:transparent;
border:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.nav-collapse .navbar-form,.nav-collapse .navbar-search {
float:none;
padding:10px 15px;
margin:10px 0;
border-top:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}

.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search {
border-top-color:#111;
border-bottom-color:#111;
}

.navbar .nav-collapse .nav.pull-right {
float:none;
margin-left:0;
}

.nav-collapse,.nav-collapse.collapse {
height:0;
overflow:hidden;
}

.navbar-static .navbar-inner {
padding-right:10px;
padding-left:10px;
}

.section-style.parallax_section {
background-position:0 0 !important;
background-attachment:scroll !important;
}

.block_title.section_title p {
padding:0 14%!important;
}

.header_page {
background-size:cover !important;
-webkit-background-size:cover !important;
-moz-background-size:cover !important;
}

#logo {
left:50%;
position:relative;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);
}

.header_wrapper {
background:#fff;
}

.background--dark nav .menu > li > a,.background--dark header#header .header_tools .vert_mid > a,.background--dark header#header .header_tools .vert_mid .cart .cart_icon,.background--dark .slicknav_btn:after,.background--dark .mobile_small_menu {
color:#222 !important;
}

.codeless_slider .swiper-slide p {
font-size:14px !important;
}

.textbar h2 {
width:100%;
text-align:center;
position:relative;
top:0;
margin-top:0;
font-size:22px;
}

.textbar .btn-bt {
left:50%;
float:left;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);
margin-top:20px;
}

.clients .item {
width:200px;
}

.clients_el:hover .pagination a.prev {
left:-30px !important;
}

.clients_el:hover .pagination a.next {
right:-30px !important;
}

#copyright .pull-right {
float:left;
width:100%;
margin-bottom:15px;
}

#copyright .widget ul {
padding:0;
}

.testimonial_carousel_element:hover .pagination a.prev {
left:-10px;
}

.testimonial_carousel_element:hover .pagination a.next {
right:-10px;
}

.row-dynamic-el .media .type_image.alignment_center {
width:100% !important;
left:0 !important;
margin-left:0 !important;
}

.header_page.with_subtitle.centered .titles h1 {
line-height:48px;
}

footer .inner .row-fluid [class*="span"] {
padding-bottom:40px;
}

.services_steps {
height:175px;
}

aside ul li a {
padding-right:10px;
}

#faq-filter ul li {
padding:8px 16px;
}

.content_portfolio.fullwidth .no_space .portfolio-item {
margin-bottom:0 !important;
margin-left:0 !important;
}

.blog-article.timeline-style .post_box {
width:100%;
z-index:9999999;
display:block;
}

.timeline-border {
z-index:-1;
}

.sidebar_right .blog-article.alternate-style .content,.sidebar_left .blog-article.alternate-style .content {
padding-left:0;
width:100%;
}

.sidebar_right .blog-article.alternate-style .media iframe,.sidebar_left .blog-article.alternate-style .media iframe {
width:538px;
}

ul.products li .button,ul.products li .added_to_cart {
width:80px;
}

footer .widget_flickr .flickr_badge_image {
width:60px;
height:60px;
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(5) {
margin-bottom:9px;
}

.nav-tabs > li > a,.nav-pills > li > a {
padding-left:6px;
padding-right:6px;
}

.background--dark #logo img.dark {
display:block;
visibility:visible;
}

.background--dark #logo img.light {
display:none;
visibility:hidden;
}

.header_5 .top_wrapper {
padding-top:inherit;
}

.full-width-content .vc_column.with_bg,.full-width-content .vc_column.using_bg {
min-height:200px;
}

.header_3 .top_wrapper {
padding-top:0 !important;
}

.header_3 .header_wrapper {
background:transparent !important;
}

.row-dynamic-el .media .type_image.alignment_right {
float:left;
position:relative;
left:50%;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);
}

.header_7.header_wrapper {
position:relative;
height:80px;
width:100%;
padding:0;
}

.header_7 header#header .row-fluid .span12,.header_7 .header_wrapper {
width:100% !important;
height:80px !important;
}

.header_7 .viewport {
padding-left:0;
}

.header_7 #logo img {
margin-top:inherit !important;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
}

.header_7 #logo {
top:auto;
left:50%;
height:100% !important;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);
}

body,.top_wrapper,.page_header_yes .top_wrapper {
padding-top:0;
}

.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu li + li a {
margin-bottom:2px;
}

.nav-collapse .nav > .divider-vertical,.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after,.nav-collapse .dropdown-menu .divider,.nav-collapse .nav > li > .dropdown-menu:before,.nav-collapse .nav > li > .dropdown-menu:after,#navigation,.header_5 .mobile_small_menu,.header_6 .header_widgetized,.header_7.header_wrapper .header_widgetized,.header_shadow_shadow1 .header_wrapper .container:after {
display:none;
}

.nav-collapse .open > .dropdown-menu,.navbar .btn-navbar,#mobile_responsive_menu,.mobile_small_menu {
display:block;
}

.span12,.testimonial_carousel .item {
width:724px;
}

.full-width-content .col > .vc_column,.header_7 .portfolio-item {
width:100% !important;
}

.fullwidth .blog-article.timeline-style .post_box,.sidebar_right .blog-article.alternate-style .media,.sidebar_left .blog-article.alternate-style .media,.single_staff.modern {
width:100%;
}

.fullwidth .blog-article.grid-style,.sidebar_left .blog-article.grid-style,.sidebar_right .blog-article.grid-style,#blogmasonry .grid-size {
width:50%;
}
}

@media (min-width: 980px) {
.nav-collapse.collapse {
height:auto !important;
overflow:visible !important;
}
}

@media (min-width: 981px) and (max-width: 1100px) {
.boxed_layout {
width:960px;
}

.header_6 .header_widgetized {
width:670px;
}

.header_page {
background-size:cover !important;
-webkit-background-size:cover !important;
-moz-background-size:cover !important;
}

.codeless_news_slider .swiper-slide:hover h1 {
bottom:60px;
}

.codeless_slider .swiper-slide .content.vertical_centered {
margin-left:-470px !important;
}

.codeless_slider .swiper-slide h1 {
font-size:40px !important;
}

.codeless_slider .swiper-slide p {
font-size:16px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega4 li {
width:215px !important;
}

.textbar h2 {
width:100%;
text-align:center;
position:relative;
top:0;
margin-top:0;
}

.textbar .btn-bt {
left:50%;
float:left;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);
margin-top:20px;
}

.testimonial_carousel .item {
width:940px;
}

.clients .item {
width:230px;
padding:0 40px;
}

.blog-article.timeline-style .post_box {
width:100%;
z-index:9999999;
display:block;
}

.timeline-border {
z-index:-1;
}

.fullwidth .blog-article.timeline-style .post_box {
width:100%;
}

.sidebar_right .blog-article.alternate-style .media,.sidebar_left .blog-article.alternate-style .media {
width:40%;
}

.sidebar_right .blog-article.alternate-style .content,.sidebar_left .blog-article.alternate-style .content {
width:60%;
}

.sidebar_right .blog-article.alternate-style.format-quote .content,.sidebar_left .blog-article.alternate-style.format-quote .content {
width:665px;
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(5) {
margin-bottom:9px;
}

.nav-tabs > li > a,.nav-pills > li > a {
padding-right:13px;
padding-left:13px;
}

.codeless_news_slider .swiper-slide h1 {
font-size:18px !important;
}

.codeless_news_slider .swiper-slide p {
font-size:13px !important;
}

.header_3 nav .menu > li {
padding-left:10px;
padding-right:10px;
}

.header_1 nav .menu > li {
padding-left:0;
}

.codeless_slider .swiper-slide .content,nav .codeless_custom_menu_mega_menu.codeless_mega4 {
width:940px !important;
}

.testimonial_carousel_element:hover .pagination a.prev,.clients_el:hover .pagination a.prev {
left:-20px;
}

.testimonial_carousel_element:hover .pagination a.next,.clients_el:hover .pagination a.next {
right:-20px;
}
}

@media (min-width: 1100px) {
.flickr_container {
margin-left:-13px;
}

footer .widget_flickr .flickr_badge_image {
width:33.333%;
margin-right:0;
padding-left:13px;
height:auto !important;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}
}

@media (max-width: 1225px) {
.header_12 .after_navigation_widgetized {
width:120px;
}
}

@media (max-width: 1130px) {
.header_12 .after_navigation_widgetized {
display:none;
}
}

@media (max-width: 1100px) {
.codeless_gallery_carousel .info {
display:none;
}

.codeless_gallery_carousel.opacity img,.codeless_gallery_carousel .info > * {
opacity:1;
}
}

@media (max-width: 979px) {
.codeless_slider .nav-thumbflip .icon-wrap {
width:28px;
}
}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
padding:0;
margin:0;
border:0;
outline:none;
vertical-align:top;
}

.fancybox-wrap {
position:absolute;
top:0;
left:0;
z-index:8020;
}

.fancybox-skin {
position:relative;
background:#f9f9f9;
color:#444;
text-shadow:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

.fancybox-opened {
z-index:8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer,.fancybox-inner {
position:relative;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling:touch;
}

.fancybox-error {
color:#444;
font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin:0;
padding:15px;
white-space:nowrap;
}

.fancybox-image,.fancybox-iframe {
display:block;
width:100%;
height:100%;
}

.fancybox-image {
max-width:100%;
max-height:100%;
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
background-image:url(/wp-content/themes/specular/fancybox/source/fancybox_sprite.png);
}

#fancybox-loading {
position:fixed;
top:50%;
left:50%;
margin-top:-22px;
margin-left:-22px;
background-position:0 -108px;
opacity:.8;
cursor:pointer;
z-index:8060;
}

#fancybox-loading div {
width:44px;
height:44px;
background:url(/wp-content/themes/specular/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
position:absolute;
top:-18px;
right:-18px;
width:36px;
height:36px;
cursor:pointer;
z-index:8040;
}

.fancybox-nav {
position:absolute;
top:0;
width:40%;
height:100%;
cursor:pointer;
text-decoration:none;
background:transparent url(/wp-content/themes/specular/fancybox/source/blank.gif);
-webkit-tap-highlight-color:rgba(0,0,0,0);
z-index:8040;
}

.fancybox-prev {
left:0;
}

.fancybox-next {
right:0;
}

.fancybox-nav span {
position:absolute;
top:50%;
width:36px;
height:34px;
margin-top:-18px;
cursor:pointer;
z-index:8040;
visibility:hidden;
}

.fancybox-prev span {
left:10px;
background-position:0 -36px;
}

.fancybox-next span {
right:10px;
background-position:0 -72px;
}

.fancybox-tmp {
position:absolute;
top:-99999px;
left:-99999px;
visibility:hidden;
max-width:99999px;
max-height:99999px;
overflow:visible !important;
}

.fancybox-overlay {
position:absolute;
top:0;
left:0;
overflow:hidden;
display:none;
z-index:8010;
background:url(/wp-content/themes/specular/fancybox/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
position:fixed;
bottom:0;
right:0;
}

.fancybox-lock .fancybox-overlay {
overflow:auto;
overflow-y:scroll;
}

.fancybox-title {
visibility:hidden;
font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position:relative;
text-shadow:none;
z-index:8050;
}

.fancybox-title-float-wrap {
position:absolute;
bottom:0;
right:50%;
margin-bottom:-35px;
z-index:8050;
text-align:center;
}

.fancybox-title-float-wrap .child {
display:inline-block;
margin-right:-100%;
padding:2px 20px;
background:transparent;
background:rgba(0,0,0,0.8);
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
text-shadow:0 1px 2px #222;
color:#FFF;
font-weight:700;
line-height:24px;
white-space:nowrap;
}

.fancybox-title-outside-wrap {
position:relative;
margin-top:10px;
color:#fff;
}

.fancybox-title-inside-wrap {
padding-top:10px;
}

.fancybox-title-over-wrap {
position:absolute;
bottom:0;
left:0;
color:#fff;
padding:10px;
background:#000;
background:rgba(0,0,0,.8);
}

.fancybox-inner,.fancybox-lock {
overflow:hidden;
}

.fancybox-nav:hover span,.fancybox-opened .fancybox-title {
visibility:visible;
}@font-face {
font-family:'moon';
src:url(/wp-content/themes/specular/font/moon.eot);
src:url(/wp-content/themes/specular/font/moon.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/specular/font/moon.svg#moon) format("svg"),url(/wp-content/themes/specular/font/moon.woff) format("woff"),url(/wp-content/themes/specular/font/moon.ttf) format("truetype");
font-weight:400;
font-style:normal;
}

a [class*="moon-"],a [class*=" moon-"] {
cursor:pointer;
outline:0 !important;
}

[class*="moon-"],[class*=" moon-"] {
cursor:default;
}

[class*="moon-"]:before,[class*=" moon-"]:before {
font-family:'moon';
speak:none;
font-style:normal;
font-weight:400;
line-height:1;
text-decoration:none;
-webkit-font-smoothing:antialiased;
}

ul.icons {
list-style:none !important;
}

.pull-right {
float:right;
}

.pull-left {
float:left;
}

@keyframes anim-rotate {
0% {
transform:rotate(0);
}

100% {
transform:rotate(360deg);
}
}

.spinner--steps {
animation:anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
animation:anim-rotate 1s infinite steps(12);
}

.icon-spin {
display:inline-block;
-moz-animation:spin 2s infinite linear;
-o-animation:spin 2s infinite linear;
-webkit-animation:spin 2s infinite linear;
animation:spin 2s infinite linear;
width:30px;
}

.hover-fade {
padding:0 5px;
opacity:1;
filter:alpha(opacity=100);
-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;
transition:all .5s ease-out;
}

.hover-fade:hover {
opacity:.65;
filter:alpha(opacity=65);
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}

.icon-background,.metro-background {
color:#fff;
display:inline-block;
padding:.09em 0 0;
overflow:hidden;
max-width:2.4em;
padding-right:0;
max-height:2.09em;
text-align:center;
text-decoration:none;
white-space:nowrap;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}

.icon-background {
border:1px solid #777;
border-color:rgba(0,0,0,0.2);
border-bottom-color:#333;
border-bottom-color:rgba(0,0,0,0.4);
background-image:-moz-linear-gradient(top,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.1)),color-stop(49%,rgba(255,255,255,0.05)),color-stop(51%,rgba(0,0,0,0.05)),color-stop(100%,rgba(0,0,0,0.1)));
background-image:-webkit-linear-gradient(top,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image:-o-linear-gradient(top,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image:-ms-linear-gradient(top,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image:linear-gradient(to bottom,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff',endColorstr='#1a000000',GradientType=0);
-moz-box-shadow:inset 0 .08em 0 rgba(255,255,255,0.4),inset 0 0 .1em rgba(255,255,255,0.9);
-webkit-box-shadow:inset 0 .08em 0 rgba(255,255,255,0.4),inset 0 0 .1em rgba(255,255,255,0.9);
box-shadow:inset 0 .08em 0 rgba(255,255,255,0.4),inset 0 0 .1em rgba(255,255,255,0.9);
-moz-border-radius:.3em;
-webkit-border-radius:.3em;
border-radius:.3em;
}

.icon-background:before,.metro-background:before {
content:"";
float:left;
font-size:120%;
line-height:1.65;
font-style:normal;
font-weight:400;
margin:0 .5em 0 0;
text-align:center;
text-decoration:none;
text-transform:none;
padding:0;
width:2em;
height:2em;
border:none;
box-shadow:none;
-moz-font-smoothing:antialiased;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
}

.hover-show-color {
padding:0 6px;
color:#ccc !important;
-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;
transition:all .5s ease-out;
}

.hover-show-color:hover {
color:inherit !important;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}

.hover-show-color-bg {
color:#666 !important;
border:1px solid #aaa;
border-color:rgba(0,0,0,0.3);
border-bottom-color:#777;
border-bottom-color:rgba(0,0,0,0.5);
text-shadow:0 1px 0 #fff;
background-image:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.07)));
background-image:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image:-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#12000000',GradientType=0);
-moz-box-shadow:inset 0 .08em 0 rgba(255,255,255,0.7),inset 0 0 .08em rgba(255,255,255,0.5);
-webkit-box-shadow:inset 0 .08em 0 rgba(255,255,255,0.7),inset 0 0 .08em rgba(255,255,255,0.5);
box-shadow:inset 0 .08em 0 rgba(255,255,255,0.7),inset 0 0 .08em rgba(255,255,255,0.5);
}

.hover-show-color-bg:hover {
color:inherit !important;
-webkit-transition:all .3s ease-in;
-moz-transition:all .3s ease-in;
transition:all .3s ease-in;
}

.hover-show-color-metro-bg {
color:#B5B5B5 !important;
background-color:#F7F7F7;
margin-bottom:-5px;
margin-left:-1px;
}

.hover-show-color-metro-bg.moon-dribbble-3 {
margin-right:-1px;
}

.hover-show-color-metro-bg:hover {
color:#fff !important;
background-color:inherit !important;
-webkit-transition:all .3s ease-in;
-moz-transition:all .3s ease-in;
transition:all .3s ease-in;
}

#header-widget-area .textwidget a:last-child .hover-fade,#header-widget-area .textwidget a:last-child .hover-show-color {
padding-right:0;
}

@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg);
}

100% {
-moz-transform:rotate(359deg);
}
}

@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
}

100% {
-webkit-transform:rotate(359deg);
}
}

@-o-keyframes spin {
0% {
-o-transform:rotate(0deg);
}

100% {
-o-transform:rotate(359deg);
}
}

@-ms-keyframes spin {
0% {
-ms-transform:rotate(0deg);
}

100% {
-ms-transform:rotate(359deg);
}
}

@keyframes spin {
0% {
transform:rotate(0deg);
}

100% {
transform:rotate(359deg);
}
}

.icon-spinner:before,.icon-spinner-2:before,.icon-spinner-3:before,.icon-spinner-4:before,.icon-spinner-5:before,.icon-spinner-6,.icon-spinner-7:before {
font-family:'moon';
speak:none;
font-style:normal;
font-weight:400;
line-height:1;
-webkit-font-smoothing:antialiased;
}

.icon-spinner:before {
content:"\e000";
}

.icon-spinner-2:before {
content:"\e1a8";
}

.icon-spinner-3:before {
content:"\e002";
}

.icon-spinner-4:before {
content:"\e003";
}

.icon-spinner-5:before {
content:"\e004";
}

.icon-spinner-6:before {
content:"\e005";
}

.icon-spinner-7:before {
content:"\e006";
}

@keyframes anim-rotate {
0% {
transform:rotate(0);
}

100% {
transform:rotate(360deg);
}
}

.moon-home:before {
content:"\e000";
}

.moon-home-2:before {
content:"\e001";
}

.moon-home-3:before {
content:"\e002";
}

.moon-home-4:before {
content:"\e003";
}

.moon-home-5:before {
content:"\e004";
}

.moon-home-6:before {
content:"\e005";
}

.moon-home-7:before {
content:"\e006";
}

.moon-home-8:before {
content:"\e007";
}

.moon-home-9:before {
content:"\e008";
}

.moon-home-10:before {
content:"\e009";
}

.moon-home-11:before {
content:"\e00a";
}

.moon-office:before {
content:"\e00b";
}

.moon-newspaper:before {
content:"\e00c";
}

.moon-pencil:before {
content:"\e00d";
}

.moon-pencil-2:before {
content:"\e00e";
}

.moon-pencil-3:before {
content:"\e00f";
}

.moon-pencil-4:before {
content:"\e010";
}

.moon-pencil-5:before {
content:"\e011";
}

.moon-pencil-6:before {
content:"\e012";
}

.moon-quill:before {
content:"\e013";
}

.moon-quill-2:before {
content:"\e014";
}

.moon-quill-3:before {
content:"\e015";
}

.moon-pen:before {
content:"\e016";
}

.moon-pen-2:before {
content:"\e017";
}

.moon-pen-3:before {
content:"\e018";
}

.moon-pen-4:before {
content:"\e019";
}

.moon-pen-5:before {
content:"\e01a";
}

.moon-marker:before {
content:"\e01b";
}

.moon-home-12:before {
content:"\e01c";
}

.moon-marker-2:before {
content:"\e01d";
}

.moon-blog:before {
content:"\e01e";
}

.moon-blog-2:before {
content:"\e01f";
}

.moon-brush:before {
content:"\e020";
}

.moon-palette:before {
content:"\e021";
}

.moon-palette-2:before {
content:"\e022";
}

.moon-eyedropper:before {
content:"\e023";
}

.moon-eyedropper-2:before {
content:"\e024";
}

.moon-droplet:before {
content:"\e025";
}

.moon-droplet-2:before {
content:"\e026";
}

.moon-droplet-3:before {
content:"\e027";
}

.moon-droplet-4:before {
content:"\e028";
}

.moon-paint-format:before {
content:"\e029";
}

.moon-paint-format-2:before {
content:"\e02a";
}

.moon-image:before {
content:"\e02b";
}

.moon-image-2:before {
content:"\e02c";
}

.moon-image-3:before {
content:"\e02d";
}

.moon-images:before {
content:"\e02e";
}

.moon-image-4:before {
content:"\e02f";
}

.moon-image-5:before {
content:"\e030";
}

.moon-image-6:before {
content:"\e031";
}

.moon-images-2:before {
content:"\e032";
}

.moon-image-7:before {
content:"\e033";
}

.moon-camera:before {
content:"\e034";
}

.moon-camera-2:before {
content:"\e035";
}

.moon-camera-3:before {
content:"\e036";
}

.moon-camera-4:before {
content:"\e037";
}

.moon-music:before {
content:"\e038";
}

.moon-music-2:before {
content:"\e039";
}

.moon-music-3:before {
content:"\e03a";
}

.moon-music-4:before {
content:"\e03b";
}

.moon-music-5:before {
content:"\e03c";
}

.moon-music-6:before {
content:"\e03d";
}

.moon-piano:before {
content:"\e03e";
}

.moon-guitar:before {
content:"\e03f";
}

.moon-headphones:before {
content:"\e040";
}

.moon-headphones-2:before {
content:"\e041";
}

.moon-play:before {
content:"\e042";
}

.moon-play-2:before {
content:"\e043";
}

.moon-movie:before {
content:"\e044";
}

.moon-movie-2:before {
content:"\e045";
}

.moon-movie-3:before {
content:"\e046";
}

.moon-film:before {
content:"\e047";
}

.moon-film-2:before {
content:"\e048";
}

.moon-film-3:before {
content:"\e049";
}

.moon-film-4:before {
content:"\e04a";
}

.moon-camera-5:before {
content:"\e04b";
}

.moon-camera-6:before {
content:"\e04c";
}

.moon-camera-7:before {
content:"\e04d";
}

.moon-camera-8:before {
content:"\e04e";
}

.moon-camera-9:before {
content:"\e04f";
}

.moon-dice:before {
content:"\e050";
}

.moon-gamepad:before {
content:"\e051";
}

.moon-gamepad-2:before {
content:"\e052";
}

.moon-gamepad-3:before {
content:"\e053";
}

.moon-pacman:before {
content:"\e054";
}

.moon-spades:before {
content:"\e055";
}

.moon-clubs:before {
content:"\e056";
}

.moon-diamonds:before {
content:"\e057";
}

.moon-king:before {
content:"\e058";
}

.moon-queen:before {
content:"\e059";
}

.moon-rock:before {
content:"\e05a";
}

.moon-bishop:before {
content:"\e05b";
}

.moon-knight:before {
content:"\e05c";
}

.moon-pawn:before {
content:"\e05d";
}

.moon-chess:before {
content:"\e05e";
}

.moon-bullhorn:before {
content:"\e05f";
}

.moon-megaphone:before {
content:"\e060";
}

.moon-new:before {
content:"\e061";
}

.moon-connection:before {
content:"\e062";
}

.moon-connection-2:before {
content:"\e063";
}

.moon-podcast:before {
content:"\e064";
}

.moon-radio:before {
content:"\e065";
}

.moon-feed:before {
content:"\e066";
}

.moon-connection-3:before {
content:"\e067";
}

.moon-radio-2:before {
content:"\e068";
}

.moon-podcast-2:before {
content:"\e069";
}

.moon-podcast-3:before {
content:"\e06a";
}

.moon-mic:before {
content:"\e06b";
}

.moon-mic-2:before {
content:"\e06c";
}

.moon-mic-3:before {
content:"\e06d";
}

.moon-mic-4:before {
content:"\e06e";
}

.moon-mic-5:before {
content:"\e06f";
}

.moon-book:before {
content:"\e070";
}

.moon-book-2:before {
content:"\e071";
}

.moon-books:before {
content:"\e072";
}

.moon-reading:before {
content:"\e073";
}

.moon-library:before {
content:"\e074";
}

.moon-library-2:before {
content:"\e075";
}

.moon-graduation:before {
content:"\e076";
}

.moon-file:before {
content:"\e077";
}

.moon-profile:before {
content:"\e078";
}

.moon-file-2:before {
content:"\e079";
}

.moon-file-3:before {
content:"\e07a";
}

.moon-file-4:before {
content:"\e07b";
}

.moon-file-5:before {
content:"\e07c";
}

.moon-file-6:before {
content:"\e07d";
}

.moon-files:before {
content:"\e07e";
}

.moon-file-plus:before {
content:"\e07f";
}

.moon-file-minus:before {
content:"\e080";
}

.moon-file-download:before {
content:"\e081";
}

.moon-file-upload:before {
content:"\e082";
}

.moon-file-check:before {
content:"\e083";
}

.moon-file-remove:before {
content:"\e084";
}

.moon-file-7:before {
content:"\e085";
}

.moon-file-8:before {
content:"\e086";
}

.moon-file-plus-2:before {
content:"\e087";
}

.moon-file-minus-2:before {
content:"\e088";
}

.moon-file-download-2:before {
content:"\e089";
}

.moon-file-upload-2:before {
content:"\e08a";
}

.moon-file-check-2:before {
content:"\e08b";
}

.moon-file-remove-2:before {
content:"\e08c";
}

.moon-file-9:before {
content:"\e08d";
}

.moon-copy:before {
content:"\e08e";
}

.moon-copy-2:before {
content:"\e08f";
}

.moon-copy-3:before {
content:"\e090";
}

.moon-copy-4:before {
content:"\e091";
}

.moon-paste:before {
content:"\e092";
}

.moon-paste-2:before {
content:"\e093";
}

.moon-paste-3:before {
content:"\e094";
}

.moon-stack:before {
content:"\e095";
}

.moon-stack-2:before {
content:"\e096";
}

.moon-stack-3:before {
content:"\e097";
}

.moon-folder:before {
content:"\e098";
}

.moon-folder-download:before {
content:"\e099";
}

.moon-folder-upload:before {
content:"\e09a";
}

.moon-folder-plus:before {
content:"\e09b";
}

.moon-folder-plus-2:before {
content:"\e09c";
}

.moon-folder-minus:before {
content:"\e09d";
}

.moon-folder-minus-2:before {
content:"\e09e";
}

.moon-folder8:before {
content:"\e09f";
}

.moon-folder-remove:before {
content:"\e0a0";
}

.moon-folder-2:before {
content:"\e0a1";
}

.moon-folder-open:before {
content:"\e0a2";
}

.moon-folder-3:before {
content:"\e0a3";
}

.moon-folder-4:before {
content:"\e0a4";
}

.moon-folder-plus-3:before {
content:"\e0a5";
}

.moon-folder-minus-3:before {
content:"\e0a6";
}

.moon-folder-plus-4:before {
content:"\e0a7";
}

.moon-folder-remove-2:before {
content:"\e0a8";
}

.moon-folder-download-2:before {
content:"\e0a9";
}

.moon-folder-upload-2:before {
content:"\e0aa";
}

.moon-folder-download-3:before {
content:"\e0ab";
}

.moon-folder-upload-3:before {
content:"\e0ac";
}

.moon-folder-5:before {
content:"\e0ad";
}

.moon-folder-open-2:before {
content:"\e0ae";
}

.moon-folder-6:before {
content:"\e0af";
}

.moon-folder-open-3:before {
content:"\e0b0";
}

.moon-certificate:before {
content:"\e0b1";
}

.moon-cc:before {
content:"\e0b2";
}

.moon-tag:before {
content:"\e0b3";
}

.moon-tag-2:before {
content:"\e0b4";
}

.moon-tag-3:before {
content:"\e0b5";
}

.moon-tag-4:before {
content:"\e0b6";
}

.moon-tag-5:before {
content:"\e0b7";
}

.moon-tag-6:before {
content:"\e0b8";
}

.moon-tag-7:before {
content:"\e0b9";
}

.moon-tags:before {
content:"\e0ba";
}

.moon-tags-2:before {
content:"\e0bb";
}

.moon-tag-8:before {
content:"\e0bc";
}

.moon-barcode:before {
content:"\e0bd";
}

.moon-barcode-2:before {
content:"\e0be";
}

.moon-qrcode:before {
content:"\e0bf";
}

.moon-ticket:before {
content:"\e0c0";
}

.moon-cart:before {
content:"\e0c1";
}

.moon-cart-2:before {
content:"\e0c2";
}

.moon-cart-3:before {
content:"\e0c3";
}

.moon-cart-4:before {
content:"\e0c4";
}

.moon-cart-5:before {
content:"\e0c5";
}

.moon-cart-6:before {
content:"\e0c6";
}

.moon-cart-7:before {
content:"\e0c7";
}

.moon-cart-plus:before {
content:"\e0c8";
}

.moon-cart-minus:before {
content:"\e0c9";
}

.moon-cart-add:before {
content:"\e0ca";
}

.moon-cart-remove:before {
content:"\e0cb";
}

.moon-cart-checkout:before {
content:"\e0cc";
}

.moon-cart-remove-2:before {
content:"\e0cd";
}

.moon-basket:before {
content:"\e0ce";
}

.moon-basket-2:before {
content:"\e0cf";
}

.moon-bag:before {
content:"\e0d0";
}

.moon-bag-2:before {
content:"\e0d1";
}

.moon-bag-3:before {
content:"\e0d2";
}

.moon-coin:before {
content:"\e0d3";
}

.moon-coins:before {
content:"\e0d4";
}

.moon-credit:before {
content:"\e0d5";
}

.moon-credit-2:before {
content:"\e0d6";
}

.moon-calculate:before {
content:"\e0d7";
}

.moon-calculate-2:before {
content:"\e0d8";
}

.moon-support:before {
content:"\e0d9";
}

.moon-phone:before {
content:"\e0da";
}

.moon-phone-2:before {
content:"\e0db";
}

.moon-phone-3:before {
content:"\e0dc";
}

.moon-phone-4:before {
content:"\e0dd";
}

.moon-contact-add:before {
content:"\e0de";
}

.moon-contact-remove:before {
content:"\e0df";
}

.moon-contact-add-2:before {
content:"\e0e0";
}

.moon-contact-remove-2:before {
content:"\e0e1";
}

.moon-call-incoming:before {
content:"\e0e2";
}

.moon-call-outgoing:before {
content:"\e0e3";
}

.moon-phone-5:before {
content:"\e0e4";
}

.moon-phone-6:before {
content:"\e0e5";
}

.moon-phone-hang-up:before {
content:"\e0e6";
}

.moon-phone-hang-up-2:before {
content:"\e0e7";
}

.moon-address-book:before {
content:"\e0e8";
}

.moon-address-book-2:before {
content:"\e0e9";
}

.moon-notebook:before {
content:"\e0ea";
}

.moon-envelop:before {
content:"\e0eb";
}

.moon-envelop-2:before {
content:"\e0ec";
}

.moon-mail-send:before {
content:"\e0ed";
}

.moon-envelop-opened:before {
content:"\e0ee";
}

.moon-envelop-3:before {
content:"\e0ef";
}

.moon-pushpin:before {
content:"\e0f0";
}

.moon-location:before {
content:"\e0f1";
}

.moon-location-2:before {
content:"\e0f2";
}

.moon-location-3:before {
content:"\e0f3";
}

.moon-location-4:before {
content:"\e0f4";
}

.moon-location-5:before {
content:"\e0f5";
}

.moon-location-6:before {
content:"\e0f6";
}

.moon-location-7:before {
content:"\e0f7";
}

.moon-compass:before {
content:"\e0f8";
}

.moon-compass-2:before {
content:"\e0f9";
}

.moon-map:before {
content:"\e0fa";
}

.moon-map-2:before {
content:"\e0fb";
}

.moon-map-3:before {
content:"\e0fc";
}

.moon-map-4:before {
content:"\e0fd";
}

.moon-direction:before {
content:"\e0fe";
}

.moon-history:before {
content:"\e0ff";
}

.moon-history-2:before {
content:"\e100";
}

.moon-clock:before {
content:"\e101";
}

.moon-clock-2:before {
content:"\e102";
}

.moon-clock-3:before {
content:"\e103";
}

.moon-clock-4:before {
content:"\e104";
}

.moon-watch:before {
content:"\e105";
}

.moon-clock-5:before {
content:"\e106";
}

.moon-clock-6:before {
content:"\e107";
}

.moon-clock-7:before {
content:"\e108";
}

.moon-alarm:before {
content:"\e109";
}

.moon-alarm-2:before {
content:"\e10a";
}

.moon-bell:before {
content:"\e10b";
}

.moon-bell-2:before {
content:"\e10c";
}

.moon-alarm-plus:before {
content:"\e10d";
}

.moon-alarm-minus:before {
content:"\e10e";
}

.moon-alarm-check:before {
content:"\e10f";
}

.moon-alarm-cancel:before {
content:"\e110";
}

.moon-stopwatch:before {
content:"\e111";
}

.moon-calendar:before {
content:"\e112";
}

.moon-calendar-2:before {
content:"\e113";
}

.moon-calendar-3:before {
content:"\e114";
}

.moon-calendar-4:before {
content:"\e115";
}

.moon-calendar-5:before {
content:"\e116";
}

.moon-print:before {
content:"\e117";
}

.moon-print-2:before {
content:"\e118";
}

.moon-print-3:before {
content:"\e119";
}

.moon-mouse:before {
content:"\e11a";
}

.moon-mouse-2:before {
content:"\e11b";
}

.moon-mouse-3:before {
content:"\e11c";
}

.moon-mouse-4:before {
content:"\e11d";
}

.moon-keyboard:before {
content:"\e11e";
}

.moon-keyboard-2:before {
content:"\e11f";
}

.moon-screen:before {
content:"\e120";
}

.moon-screen-2:before {
content:"\e121";
}

.moon-screen-3:before {
content:"\e122";
}

.moon-screen-4:before {
content:"\e123";
}

.moon-laptop:before {
content:"\e124";
}

.moon-mobile:before {
content:"\e125";
}

.moon-mobile-2:before {
content:"\e126";
}

.moon-tablet:before {
content:"\e127";
}

.moon-mobile-3:before {
content:"\e128";
}

.moon-tv:before {
content:"\e129";
}

.moon-cabinet:before {
content:"\e12a";
}

.moon-archive:before {
content:"\e12b";
}

.moon-drawer:before {
content:"\e12c";
}

.moon-drawer-2:before {
content:"\e12d";
}

.moon-drawer-3:before {
content:"\e12e";
}

.moon-box:before {
content:"\e12f";
}

.moon-box-add:before {
content:"\e130";
}

.moon-box-remove:before {
content:"\e131";
}

.moon-download:before {
content:"\e132";
}

.moon-upload:before {
content:"\e133";
}

.moon-disk:before {
content:"\e134";
}

.moon-cd:before {
content:"\e135";
}

.moon-storage:before {
content:"\e136";
}

.moon-storage-2:before {
content:"\e137";
}

.moon-database:before {
content:"\e138";
}

.moon-database-2:before {
content:"\e139";
}

.moon-database-3:before {
content:"\e13a";
}

.moon-undo:before {
content:"\e13b";
}

.moon-redo:before {
content:"\e13c";
}

.moon-rotate:before {
content:"\e13d";
}

.moon-rotate-2:before {
content:"\e13e";
}

.moon-flip:before {
content:"\e13f";
}

.moon-flip-2:before {
content:"\e140";
}

.moon-unite:before {
content:"\e141";
}

.moon-subtract:before {
content:"\e142";
}

.moon-interset:before {
content:"\e143";
}

.moon-exclude:before {
content:"\e144";
}

.moon-align-left:before {
content:"\e145";
}

.moon-align-center-horizontal:before {
content:"\e146";
}

.moon-align-right:before {
content:"\e147";
}

.moon-align-top:before {
content:"\e148";
}

.moon-align-center-vertical:before {
content:"\e149";
}

.moon-align-bottom:before {
content:"\e14a";
}

.moon-undo-2:before {
content:"\e14b";
}

.moon-redo-2:before {
content:"\e14c";
}

.moon-forward:before {
content:"\e14d";
}

.moon-reply:before {
content:"\e14e";
}

.moon-reply-2:before {
content:"\e14f";
}

.moon-bubble:before {
content:"\e150";
}

.moon-bubbles:before {
content:"\e151";
}

.moon-bubbles-2:before {
content:"\e152";
}

.moon-bubble-2:before {
content:"\e153";
}

.moon-bubbles-3:before {
content:"\e154";
}

.moon-bubbles-4:before {
content:"\e155";
}

.moon-bubble-notification:before {
content:"\e156";
}

.moon-bubbles-5:before {
content:"\e157";
}

.moon-bubbles-6:before {
content:"\e158";
}

.moon-bubble-3:before {
content:"\e159";
}

.moon-bubble-dots:before {
content:"\e15a";
}

.moon-bubble-4:before {
content:"\e15b";
}

.moon-bubble-5:before {
content:"\e15c";
}

.moon-bubble-dots-2:before {
content:"\e15d";
}

.moon-bubble-6:before {
content:"\e15e";
}

.moon-bubble-7:before {
content:"\e15f";
}

.moon-bubble-8:before {
content:"\e160";
}

.moon-bubbles-7:before {
content:"\e161";
}

.moon-bubble-9:before {
content:"\e162";
}

.moon-bubbles-8:before {
content:"\e163";
}

.moon-bubble-10:before {
content:"\e164";
}

.moon-bubble-dots-3:before {
content:"\e165";
}

.moon-bubble-11:before {
content:"\e166";
}

.moon-bubble-12:before {
content:"\e167";
}

.moon-bubble-dots-4:before {
content:"\e168";
}

.moon-bubble-13:before {
content:"\e169";
}

.moon-bubbles-9:before {
content:"\e16a";
}

.moon-bubbles-10:before {
content:"\e16b";
}

.moon-bubble-blocked:before {
content:"\e16c";
}

.moon-bubble-quote:before {
content:"\e16d";
}

.moon-bubble-user:before {
content:"\e16e";
}

.moon-bubble-check:before {
content:"\e16f";
}

.moon-bubble-video-chat:before {
content:"\e170";
}

.moon-bubble-link:before {
content:"\e171";
}

.moon-bubble-locked:before {
content:"\e172";
}

.moon-bubble-star:before {
content:"\e173";
}

.moon-bubble-heart:before {
content:"\e174";
}

.moon-bubble-paperclip:before {
content:"\e175";
}

.moon-bubble-cancel:before {
content:"\e176";
}

.moon-bubble-plus:before {
content:"\e177";
}

.moon-bubble-minus:before {
content:"\e178";
}

.moon-bubble-notification-2:before {
content:"\e179";
}

.moon-bubble-trash:before {
content:"\e17a";
}

.moon-bubble-left:before {
content:"\e17b";
}

.moon-bubble-right:before {
content:"\e17c";
}

.moon-bubble-up:before {
content:"\e17d";
}

.moon-bubble-down:before {
content:"\e17e";
}

.moon-bubble-first:before {
content:"\e17f";
}

.moon-bubble-last:before {
content:"\e180";
}

.moon-bubble-replu:before {
content:"\e181";
}

.moon-bubble-forward:before {
content:"\e182";
}

.moon-bubble-reply:before {
content:"\e183";
}

.moon-bubble-forward-2:before {
content:"\e184";
}

.moon-user:before {
content:"\e185";
}

.moon-users:before {
content:"\e186";
}

.moon-user-plus:before {
content:"\e187";
}

.moon-user-plus-2:before {
content:"\e188";
}

.moon-user-minus:before {
content:"\e189";
}

.moon-user-minus-2:before {
content:"\e18a";
}

.moon-user-cancel:before {
content:"\e18b";
}

.moon-user-block:before {
content:"\e18c";
}

.moon-users-2:before {
content:"\e18d";
}

.moon-user-2:before {
content:"\e18e";
}

.moon-users-3:before {
content:"\e18f";
}

.moon-user-plus-3:before {
content:"\e190";
}

.moon-user-minus-3:before {
content:"\e191";
}

.moon-user-cancel-2:before {
content:"\e192";
}

.moon-user-block-2:before {
content:"\e193";
}

.moon-user-3:before {
content:"\e194";
}

.moon-user-4:before {
content:"\e195";
}

.moon-user-5:before {
content:"\e196";
}

.moon-user-6:before {
content:"\e197";
}

.moon-users-4:before {
content:"\e198";
}

.moon-user-7:before {
content:"\e199";
}

.moon-user-8:before {
content:"\e19a";
}

.moon-users-5:before {
content:"\e19b";
}

.moon-vcard:before {
content:"\e19c";
}

.moon-tshirt:before {
content:"\e19d";
}

.moon-hanger:before {
content:"\e19e";
}

.moon-quotes-left:before {
content:"\e19f";
}

.moon-quotes-right:before {
content:"\e1a0";
}

.moon-quotes-right-2:before {
content:"\e1a1";
}

.moon-quotes-right-3:before {
content:"\e1a2";
}

.moon-busy:before {
content:"\e1a3";
}

.moon-busy-2:before {
content:"\e1a4";
}

.moon-busy-3:before {
content:"\e1a5";
}

.moon-busy-4:before {
content:"\e1a6";
}

.moon-spinner:before {
content:"\e1a7";
}

.moon-spinner-2:before {
content:"\e1a8";
}

.moon-spinner-3:before {
content:"\e1a9";
}

.moon-spinner-4:before {
content:"\e1aa";
}

.moon-spinner-5:before {
content:"\e1ab";
}

.moon-spinner-6:before {
content:"\e1ac";
}

.moon-spinner-7:before {
content:"\e1ad";
}

.moon-spinner-8:before {
content:"\e1ae";
}

.moon-spinner-9:before {
content:"\e1af";
}

.moon-spinner-10:before {
content:"\e1b0";
}

.moon-spinner-11:before {
content:"\e1b1";
}

.moon-spinner-12:before {
content:"\e1b2";
}

.moon-microscope:before {
content:"\e1b3";
}

.moon-binoculars:before {
content:"\e1b4";
}

.moon-binoculars-2:before {
content:"\e1b5";
}

.moon-search:before {
content:"\e1b6";
}

.moon-search-2:before {
content:"\e1b7";
}

.moon-zoom-in:before {
content:"\e1b8";
}

.moon-zoom-out:before {
content:"\e1b9";
}

.moon-search-3:before {
content:"\e1ba";
}

.moon-search-4:before {
content:"\e1bb";
}

.moon-zoom-in-2:before {
content:"\e1bc";
}

.moon-zoom-out-2:before {
content:"\e1bd";
}

.moon-search-5:before {
content:"\e1be";
}

.moon-expand:before {
content:"\e1bf";
}

.moon-contract:before {
content:"\e1c0";
}

.moon-scale-up:before {
content:"\e1c1";
}

.moon-scale-down:before {
content:"\e1c2";
}

.moon-expand-2:before {
content:"\e1c3";
}

.moon-contract-2:before {
content:"\e1c4";
}

.moon-scale-up-2:before {
content:"\e1c5";
}

.moon-scale-down-2:before {
content:"\e1c6";
}

.moon-fullscreen:before {
content:"\e1c7";
}

.moon-expand-3:before {
content:"\e1c8";
}

.moon-contract-3:before {
content:"\e1c9";
}

.moon-key:before {
content:"\e1ca";
}

.moon-key-2:before {
content:"\e1cb";
}

.moon-key-3:before {
content:"\e1cc";
}

.moon-key-4:before {
content:"\e1cd";
}

.moon-key-5:before {
content:"\e1ce";
}

.moon-keyhole:before {
content:"\e1cf";
}

.moon-lock:before {
content:"\e1d0";
}

.moon-lock-2:before {
content:"\e1d1";
}

.moon-lock-3:before {
content:"\e1d2";
}

.moon-lock-4:before {
content:"\e1d3";
}

.moon-unlocked:before {
content:"\e1d4";
}

.moon-lock-5:before {
content:"\e1d5";
}

.moon-unlocked-2:before {
content:"\e1d6";
}

.moon-wrench:before {
content:"\e1d7";
}

.moon-wrench-2:before {
content:"\e1d8";
}

.moon-wrench-3:before {
content:"\e1d9";
}

.moon-wrench-4:before {
content:"\e1da";
}

.moon-settings:before {
content:"\e1db";
}

.moon-equalizer:before {
content:"\e1dc";
}

.moon-equalizer-2:before {
content:"\e1dd";
}

.moon-equalizer-3:before {
content:"\e1de";
}

.moon-cog:before {
content:"\e1df";
}

.moon-cogs:before {
content:"\e1e0";
}

.moon-cog-2:before {
content:"\e1e1";
}

.moon-cog-3:before {
content:"\e1e2";
}

.moon-cog-4:before {
content:"\e1e3";
}

.moon-cog-5:before {
content:"\e1e4";
}

.moon-cog-6:before {
content:"\e1e5";
}

.moon-cog-7:before {
content:"\e1e6";
}

.moon-factory:before {
content:"\e1e7";
}

.moon-hammer:before {
content:"\e1e8";
}

.moon-tools:before {
content:"\e1e9";
}

.moon-screwdriver:before {
content:"\e1ea";
}

.moon-screwdriver-2:before {
content:"\e1eb";
}

.moon-wand:before {
content:"\e1ec";
}

.moon-wand-2:before {
content:"\e1ed";
}

.moon-health:before {
content:"\e1ee";
}

.moon-aid:before {
content:"\e1ef";
}

.moon-patch:before {
content:"\e1f0";
}

.moon-bug:before {
content:"\e1f1";
}

.moon-bug-2:before {
content:"\e1f2";
}

.moon-inject:before {
content:"\e1f3";
}

.moon-inject-2:before {
content:"\e1f4";
}

.moon-construction:before {
content:"\e1f5";
}

.moon-cone:before {
content:"\e1f6";
}

.moon-pie:before {
content:"\e1f7";
}

.moon-pie-2:before {
content:"\e1f8";
}

.moon-pie-3:before {
content:"\e1f9";
}

.moon-pie-4:before {
content:"\e1fa";
}

.moon-pie-5:before {
content:"\e1fb";
}

.moon-pie-6:before {
content:"\e1fc";
}

.moon-pie-7:before {
content:"\e1fd";
}

.moon-stats:before {
content:"\e1fe";
}

.moon-stats-2:before {
content:"\e1ff";
}

.moon-stats-3:before {
content:"\e200";
}

.moon-bars:before {
content:"\e201";
}

.moon-bars-2:before {
content:"\e202";
}

.moon-bars-3:before {
content:"\e203";
}

.moon-bars-4:before {
content:"\e204";
}

.moon-bars-5:before {
content:"\e205";
}

.moon-bars-6:before {
content:"\e206";
}

.moon-stats-up:before {
content:"\e207";
}

.moon-stats-down:before {
content:"\e208";
}

.moon-stairs-down:before {
content:"\e209";
}

.moon-stairs-down-2:before {
content:"\e20a";
}

.moon-chart:before {
content:"\e20b";
}

.moon-stairs:before {
content:"\e20c";
}

.moon-stairs-2:before {
content:"\e20d";
}

.moon-ladder:before {
content:"\e20e";
}

.moon-cake:before {
content:"\e20f";
}

.moon-gift:before {
content:"\e210";
}

.moon-gift-2:before {
content:"\e211";
}

.moon-balloon:before {
content:"\e212";
}

.moon-rating:before {
content:"\e213";
}

.moon-rating-2:before {
content:"\e214";
}

.moon-rating-3:before {
content:"\e215";
}

.moon-podium:before {
content:"\e216";
}

.moon-medal:before {
content:"\e217";
}

.moon-medal-2:before {
content:"\e218";
}

.moon-medal-3:before {
content:"\e219";
}

.moon-medal-4:before {
content:"\e21a";
}

.moon-medal-5:before {
content:"\e21b";
}

.moon-crown:before {
content:"\e21c";
}

.moon-trophy:before {
content:"\e21d";
}

.moon-trophy-2:before {
content:"\e21e";
}

.moon-trophy-star:before {
content:"\e21f";
}

.moon-diamond:before {
content:"\e220";
}

.moon-diamond-2:before {
content:"\e221";
}

.moon-glass:before {
content:"\e222";
}

.moon-glass-2:before {
content:"\e223";
}

.moon-bottle:before {
content:"\e224";
}

.moon-bottle-2:before {
content:"\e225";
}

.moon-mug:before {
content:"\e226";
}

.moon-food:before {
content:"\e227";
}

.moon-food-2:before {
content:"\e228";
}

.moon-hamburger:before {
content:"\e229";
}

.moon-cup:before {
content:"\e22a";
}

.moon-cup-2:before {
content:"\e22b";
}

.moon-leaf:before {
content:"\e22c";
}

.moon-leaf-2:before {
content:"\e22d";
}

.moon-apple-fruit:before {
content:"\e22e";
}

.moon-tree:before {
content:"\e22f";
}

.moon-tree-2:before {
content:"\e230";
}

.moon-paw:before {
content:"\e231";
}

.moon-steps:before {
content:"\e232";
}

.moon-flower:before {
content:"\e233";
}

.moon-rocket:before {
content:"\e234";
}

.moon-meter:before {
content:"\e235";
}

.moon-meter2:before {
content:"\e236";
}

.moon-meter-slow:before {
content:"\e237";
}

.moon-meter-medium:before {
content:"\e238";
}

.moon-meter-fast:before {
content:"\e239";
}

.moon-dashboard:before {
content:"\e23a";
}

.moon-hammer-2:before {
content:"\e23b";
}

.moon-balance:before {
content:"\e23c";
}

.moon-bomb:before {
content:"\e23d";
}

.moon-fire:before {
content:"\e23e";
}

.moon-fire-2:before {
content:"\e23f";
}

.moon-lab:before {
content:"\e240";
}

.moon-atom:before {
content:"\e241";
}

.moon-atom-2:before {
content:"\e242";
}

.moon-magnet:before {
content:"\e243";
}

.moon-magnet-2:before {
content:"\e244";
}

.moon-magnet-3:before {
content:"\e245";
}

.moon-magnet-4:before {
content:"\e246";
}

.moon-dumbbell:before {
content:"\e247";
}

.moon-skull:before {
content:"\e248";
}

.moon-skull-2:before {
content:"\e249";
}

.moon-skull-3:before {
content:"\e24a";
}

.moon-lamp:before {
content:"\e24b";
}

.moon-lamp-2:before {
content:"\e24c";
}

.moon-lamp-3:before {
content:"\e24d";
}

.moon-lamp-4:before {
content:"\e24e";
}

.moon-remove:before {
content:"\e24f";
}

.moon-remove-2:before {
content:"\e250";
}

.moon-remove-3:before {
content:"\e251";
}

.moon-remove-4:before {
content:"\e252";
}

.moon-remove-5:before {
content:"\e253";
}

.moon-remove-6:before {
content:"\e254";
}

.moon-remove-7:before {
content:"\e255";
}

.moon-remove-8:before {
content:"\e256";
}

.moon-briefcase:before {
content:"\e257";
}

.moon-briefcase-2:before {
content:"\e258";
}

.moon-briefcase-3:before {
content:"\e259";
}

.moon-airplane:before {
content:"\e25a";
}

.moon-airplane-2:before {
content:"\e25b";
}

.moon-paper-plane:before {
content:"\e25c";
}

.moon-car:before {
content:"\e25d";
}

.moon-gas-pump:before {
content:"\e25e";
}

.moon-bus:before {
content:"\e25f";
}

.moon-truck:before {
content:"\e260";
}

.moon-bike:before {
content:"\e261";
}

.moon-road:before {
content:"\e262";
}

.moon-train:before {
content:"\e263";
}

.moon-ship:before {
content:"\e264";
}

.moon-boat:before {
content:"\e265";
}

.moon-cube:before {
content:"\e266";
}

.moon-cube-2:before {
content:"\e267";
}

.moon-cube-3:before {
content:"\e268";
}

.moon-cube4:before {
content:"\e269";
}

.moon-pyramid:before {
content:"\e26a";
}

.moon-pyramid-2:before {
content:"\e26b";
}

.moon-cylinder:before {
content:"\e26c";
}

.moon-package:before {
content:"\e26d";
}

.moon-puzzle:before {
content:"\e26e";
}

.moon-puzzle-2:before {
content:"\e26f";
}

.moon-puzzle-3:before {
content:"\e270";
}

.moon-puzzle-4:before {
content:"\e271";
}

.moon-glasses:before {
content:"\e272";
}

.moon-glasses-2:before {
content:"\e273";
}

.moon-glasses-3:before {
content:"\e274";
}

.moon-sun-glasses:before {
content:"\e275";
}

.moon-accessibility:before {
content:"\e276";
}

.moon-accessibility-2:before {
content:"\e277";
}

.moon-brain:before {
content:"\e278";
}

.moon-target:before {
content:"\e279";
}

.moon-target-2:before {
content:"\e27a";
}

.moon-target-3:before {
content:"\e27b";
}

.moon-gun:before {
content:"\e27c";
}

.moon-gun-ban:before {
content:"\e27d";
}

.moon-shield:before {
content:"\e27e";
}

.moon-shield-2:before {
content:"\e27f";
}

.moon-shield-3:before {
content:"\e280";
}

.moon-shield-4:before {
content:"\e281";
}

.moon-soccer:before {
content:"\e282";
}

.moon-football:before {
content:"\e283";
}

.moon-baseball:before {
content:"\e284";
}

.moon-basketball:before {
content:"\e285";
}

.moon-golf:before {
content:"\e286";
}

.moon-hockey:before {
content:"\e287";
}

.moon-racing:before {
content:"\e288";
}

.moon-eight-ball:before {
content:"\e289";
}

.moon-bowling-ball:before {
content:"\e28a";
}

.moon-bowling:before {
content:"\e28b";
}

.moon-bowling-2:before {
content:"\e28c";
}

.moon-lightning:before {
content:"\e28d";
}

.moon-power:before {
content:"\e28e";
}

.moon-power-2:before {
content:"\e28f";
}

.moon-switch:before {
content:"\e290";
}

.moon-power-cord:before {
content:"\e291";
}

.moon-cord:before {
content:"\e292";
}

.moon-socket:before {
content:"\e293";
}

.moon-clipboard:before {
content:"\e294";
}

.moon-clipboard-2:before {
content:"\e295";
}

.moon-signup:before {
content:"\e296";
}

.moon-clipboard-3:before {
content:"\e297";
}

.moon-clipboard-4:before {
content:"\e298";
}

.moon-list:before {
content:"\e299";
}

.moon-list-2:before {
content:"\e29a";
}

.moon-list-3:before {
content:"\e29b";
}

.moon-numbered-list:before {
content:"\e29c";
}

.moon-list-4:before {
content:"\e29d";
}

.moon-list-5:before {
content:"\e29e";
}

.moon-playlist:before {
content:"\e29f";
}

.moon-grid:before {
content:"\e2a0";
}

.moon-grid-2:before {
content:"\e2a1";
}

.moon-grid-3:before {
content:"\e2a2";
}

.moon-grid-4:before {
content:"\e2a3";
}

.moon-grid-5:before {
content:"\e2a4";
}

.moon-grid-6:before {
content:"\e2a5";
}

.moon-tree-3:before {
content:"\e2a6";
}

.moon-tree-4:before {
content:"\e2a7";
}

.moon-tree-5:before {
content:"\e2a8";
}

.moon-menu:before {
content:"\e2a9";
}

.moon-menu-2:before {
content:"\e2aa";
}

.moon-circle-small:before {
content:"\e2ab";
}

.moon-menu-3:before {
content:"\e2ac";
}

.moon-menu-4:before {
content:"\e2ad";
}

.moon-menu-5:before {
content:"\e2ae";
}

.moon-menu-6:before {
content:"\e2af";
}

.moon-menu-7:before {
content:"\e2b0";
}

.moon-menu-8:before {
content:"\e2b1";
}

.moon-menu-9:before {
content:"\e2b2";
}

.moon-cloud:before {
content:"\e2b3";
}

.moon-cloud-2:before {
content:"\e2b4";
}

.moon-cloud-3:before {
content:"\e2b5";
}

.moon-cloud-download:before {
content:"\e2b6";
}

.moon-cloud-upload:before {
content:"\e2b7";
}

.moon-download-2:before {
content:"\e2b8";
}

.moon-upload-2:before {
content:"\e2b9";
}

.moon-download-3:before {
content:"\e2ba";
}

.moon-upload-3:before {
content:"\e2bb";
}

.moon-download-4:before {
content:"\e2bc";
}

.moon-upload-4:before {
content:"\e2bd";
}

.moon-download-5:before {
content:"\e2be";
}

.moon-upload-5:before {
content:"\e2bf";
}

.moon-download-6:before {
content:"\e2c0";
}

.moon-upload-6:before {
content:"\e2c1";
}

.moon-download-7:before {
content:"\e2c2";
}

.moon-upload-7:before {
content:"\e2c3";
}

.moon-globe:before {
content:"\e2c4";
}

.moon-globe-2:before {
content:"\e2c5";
}

.moon-globe-3:before {
content:"\e2c6";
}

.moon-earth:before {
content:"\e2c7";
}

.moon-network:before {
content:"\e2c8";
}

.moon-link:before {
content:"\e2c9";
}

.moon-link-2:before {
content:"\e2ca";
}

.moon-link-3:before {
content:"\e2cb";
}

.moon-link2:before {
content:"\e2cc";
}

.moon-link-4:before {
content:"\e2cd";
}

.moon-link-5:before {
content:"\e2ce";
}

.moon-link-6:before {
content:"\e2cf";
}

.moon-anchor:before {
content:"\e2d0";
}

.moon-flag:before {
content:"\e2d1";
}

.moon-flag-2:before {
content:"\e2d2";
}

.moon-flag-3:before {
content:"\e2d3";
}

.moon-flag-4:before {
content:"\e2d4";
}

.moon-flag-5:before {
content:"\e2d5";
}

.moon-flag-6:before {
content:"\e2d6";
}

.moon-attachment:before {
content:"\e2d7";
}

.moon-attachment-2:before {
content:"\e2d8";
}

.moon-eye:before {
content:"\e2d9";
}

.moon-eye-blocked:before {
content:"\e2da";
}

.moon-eye-2:before {
content:"\e2db";
}

.moon-eye-3:before {
content:"\e2dc";
}

.moon-eye-blocked-2:before {
content:"\e2dd";
}

.moon-eye-4:before {
content:"\e2de";
}

.moon-eye-5:before {
content:"\e2df";
}

.moon-eye-6:before {
content:"\e2e0";
}

.moon-eye-7:before {
content:"\e2e1";
}

.moon-eye-8:before {
content:"\e2e2";
}

.moon-bookmark:before {
content:"\e2e3";
}

.moon-bookmark-2:before {
content:"\e2e4";
}

.moon-bookmarks:before {
content:"\e2e5";
}

.moon-bookmark-3:before {
content:"\e2e6";
}

.moon-spotlight:before {
content:"\e2e7";
}

.moon-starburst:before {
content:"\e2e8";
}

.moon-snowflake:before {
content:"\e2e9";
}

.moon-temperature:before {
content:"\e2ea";
}

.moon-temperature-2:before {
content:"\e2eb";
}

.moon-weather-lightning:before {
content:"\e2ec";
}

.moon-weather-rain:before {
content:"\e2ed";
}

.moon-weather-snow:before {
content:"\e2ee";
}

.moon-windy:before {
content:"\e2ef";
}

.moon-fan:before {
content:"\e2f0";
}

.moon-umbrella:before {
content:"\e2f1";
}

.moon-sun:before {
content:"\e2f2";
}

.moon-sun-2:before {
content:"\e2f3";
}

.moon-brightness-high:before {
content:"\e2f4";
}

.moon-brightness-medium:before {
content:"\e2f5";
}

.moon-brightness-low:before {
content:"\e2f6";
}

.moon-brightness-contrast:before {
content:"\e2f7";
}

.moon-contrast:before {
content:"\e2f8";
}

.moon-moon:before {
content:"\e2f9";
}

.moon-bed:before {
content:"\e2fa";
}

.moon-bed-2:before {
content:"\e2fb";
}

.moon-star:before {
content:"\e2fc";
}

.moon-star-2:before {
content:"\e2fd";
}

.moon-star-3:before {
content:"\e2fe";
}

.moon-star-4:before {
content:"\e2ff";
}

.moon-star-5:before {
content:"\e300";
}

.moon-star-6:before {
content:"\e301";
}

.moon-heart:before {
content:"\e302";
}

.moon-heart-2:before {
content:"\e303";
}

.moon-heart-3:before {
content:"\e304";
}

.moon-heart-4:before {
content:"\e305";
}

.moon-heart-broken:before {
content:"\e306";
}

.moon-heart-5:before {
content:"\e307";
}

.moon-heart-6:before {
content:"\e308";
}

.moon-heart-broken-2:before {
content:"\e309";
}

.moon-heart-7:before {
content:"\e30a";
}

.moon-heart-8:before {
content:"\e30b";
}

.moon-heart-broken-3:before {
content:"\e30c";
}

.moon-lips:before {
content:"\e30d";
}

.moon-lips-2:before {
content:"\e30e";
}

.moon-thumbs-up:before {
content:"\e30f";
}

.moon-thumbs-up-2:before {
content:"\e310";
}

.moon-thumbs-down:before {
content:"\e311";
}

.moon-thumbs-down-2:before {
content:"\e312";
}

.moon-thumbs-up-3:before {
content:"\e313";
}

.moon-thumbs-up-4:before {
content:"\e314";
}

.moon-thumbs-up-5:before {
content:"\e315";
}

.moon-thumbs-up-6:before {
content:"\e316";
}

.moon-people:before {
content:"\e317";
}

.moon-man:before {
content:"\e318";
}

.moon-male:before {
content:"\e319";
}

.moon-woman:before {
content:"\e31a";
}

.moon-female:before {
content:"\e31b";
}

.moon-peace:before {
content:"\e31c";
}

.moon-yin-yang:before {
content:"\e31d";
}

.moon-happy:before {
content:"\e31e";
}

.moon-happy-2:before {
content:"\e31f";
}

.moon-smiley:before {
content:"\e320";
}

.moon-smiley-2:before {
content:"\e321";
}

.moon-tongue:before {
content:"\e322";
}

.moon-tongue-2:before {
content:"\e323";
}

.moon-sad:before {
content:"\e324";
}

.moon-sad-2:before {
content:"\e325";
}

.moon-wink:before {
content:"\e326";
}

.moon-wink-2:before {
content:"\e327";
}

.moon-grin:before {
content:"\e328";
}

.moon-grin-2:before {
content:"\e329";
}

.moon-cool:before {
content:"\e32a";
}

.moon-cool-2:before {
content:"\e32b";
}

.moon-angry:before {
content:"\e32c";
}

.moon-angry-2:before {
content:"\e32d";
}

.moon-evil:before {
content:"\e32e";
}

.moon-evil-2:before {
content:"\e32f";
}

.moon-shocked:before {
content:"\e330";
}

.moon-shocked-2:before {
content:"\e331";
}

.moon-confused:before {
content:"\e332";
}

.moon-confused-2:before {
content:"\e333";
}

.moon-neutral:before {
content:"\e334";
}

.moon-neutral-2:before {
content:"\e335";
}

.moon-wondering:before {
content:"\e336";
}

.moon-wondering-2:before {
content:"\e337";
}

.moon-cursor:before {
content:"\e338";
}

.moon-cursor-2:before {
content:"\e339";
}

.moon-point-up:before {
content:"\e33a";
}

.moon-point-right:before {
content:"\e33b";
}

.moon-point-down:before {
content:"\e33c";
}

.moon-point-left:before {
content:"\e33d";
}

.moon-pointer:before {
content:"\e33e";
}

.moon-hand:before {
content:"\e33f";
}

.moon-stack-empty:before {
content:"\e340";
}

.moon-stack-plus:before {
content:"\e341";
}

.moon-stack-minus:before {
content:"\e342";
}

.moon-stack-star:before {
content:"\e343";
}

.moon-stack-picture:before {
content:"\e344";
}

.moon-stack-down:before {
content:"\e345";
}

.moon-stack-up:before {
content:"\e346";
}

.moon-stack-cancel:before {
content:"\e347";
}

.moon-stack-checkmark:before {
content:"\e348";
}

.moon-stack-list:before {
content:"\e349";
}

.moon-stack-clubs:before {
content:"\e34a";
}

.moon-stack-spades:before {
content:"\e34b";
}

.moon-stack-hearts:before {
content:"\e34c";
}

.moon-stack-diamonds:before {
content:"\e34d";
}

.moon-stack-user:before {
content:"\e34e";
}

.moon-stack-4:before {
content:"\e34f";
}

.moon-stack-music:before {
content:"\e350";
}

.moon-stack-play:before {
content:"\e351";
}

.moon-move:before {
content:"\e352";
}

.moon-resize:before {
content:"\e353";
}

.moon-resize-2:before {
content:"\e354";
}

.moon-warning:before {
content:"\e355";
}

.moon-warning-2:before {
content:"\e356";
}

.moon-notification:before {
content:"\e357";
}

.moon-notification-2:before {
content:"\e358";
}

.moon-question:before {
content:"\e359";
}

.moon-question-2:before {
content:"\e35a";
}

.moon-question-3:before {
content:"\e35b";
}

.moon-question-4:before {
content:"\e35c";
}

.moon-question-5:before {
content:"\e35d";
}

.moon-plus-circle:before {
content:"\e35e";
}

.moon-plus-circle-2:before {
content:"\e35f";
}

.moon-minus-circle:before {
content:"\e360";
}

.moon-minus-circle-2:before {
content:"\e361";
}

.moon-info:before {
content:"\e362";
}

.moon-info-2:before {
content:"\e363";
}

.moon-blocked:before {
content:"\e364";
}

.moon-cancel-circle:before {
content:"\e365";
}

.moon-cancel-circle-2:before {
content:"\e366";
}

.moon-checkmark-circle:before {
content:"\e367";
}

.moon-checkmark-circle-2:before {
content:"\e368";
}

.moon-cancel:before {
content:"\e369";
}

.moon-spam:before {
content:"\e36a";
}

.moon-close:before {
content:"\e36b";
}

.moon-close-2:before {
content:"\e36c";
}

.moon-close-3:before {
content:"\e36d";
}

.moon-close-4:before {
content:"\e36e";
}

.moon-close-5:before {
content:"\e36f";
}

.moon-checkmark:before {
content:"\e370";
}

.moon-checkmark-2:before {
content:"\e371";
}

.moon-checkmark-3:before {
content:"\e372";
}

.moon-checkmark-4:before {
content:"\e373";
}

.moon-spell-check:before {
content:"\e374";
}

.moon-minus:before {
content:"\e375";
}

.moon-plus:before {
content:"\e376";
}

.moon-minus-2:before {
content:"\e377";
}

.moon-plus-2:before {
content:"\e378";
}

.moon-enter:before {
content:"\e379";
}

.moon-exit:before {
content:"\e37a";
}

.moon-enter-2:before {
content:"\e37b";
}

.moon-exit-2:before {
content:"\e37c";
}

.moon-enter-3:before {
content:"\e37d";
}

.moon-exit-3:before {
content:"\e37e";
}

.moon-exit-4:before {
content:"\e37f";
}

.moon-play-3:before {
content:"\e380";
}

.moon-pause:before {
content:"\e381";
}

.moon-stop:before {
content:"\e382";
}

.moon-backward:before {
content:"\e383";
}

.moon-forward-2:before {
content:"\e384";
}

.moon-play-4:before {
content:"\e385";
}

.moon-pause-2:before {
content:"\e386";
}

.moon-stop-2:before {
content:"\e387";
}

.moon-backward-2:before {
content:"\e388";
}

.moon-forward-3:before {
content:"\e389";
}

.moon-first:before {
content:"\e38a";
}

.moon-last:before {
content:"\e38b";
}

.moon-previous:before {
content:"\e38c";
}

.moon-next:before {
content:"\e38d";
}

.moon-eject:before {
content:"\e38e";
}

.moon-volume-high:before {
content:"\e38f";
}

.moon-volume-medium:before {
content:"\e390";
}

.moon-volume-low:before {
content:"\e391";
}

.moon-volume-mute:before {
content:"\e392";
}

.moon-volume-mute-2:before {
content:"\e393";
}

.moon-volume-increase:before {
content:"\e394";
}

.moon-volume-decrease:before {
content:"\e395";
}

.moon-volume-high-2:before {
content:"\e396";
}

.moon-volume-medium-2:before {
content:"\e397";
}

.moon-volume-low-2:before {
content:"\e398";
}

.moon-volume-mute-3:before {
content:"\e399";
}

.moon-volume-mute-4:before {
content:"\e39a";
}

.moon-volume-increase-2:before {
content:"\e39b";
}

.moon-volume-decrease-2:before {
content:"\e39c";
}

.moon-volume5:before {
content:"\e39d";
}

.moon-volume4:before {
content:"\e39e";
}

.moon-volume3:before {
content:"\e39f";
}

.moon-volume2:before {
content:"\e3a0";
}

.moon-volume1:before {
content:"\e3a1";
}

.moon-volume0:before {
content:"\e3a2";
}

.moon-volume-mute-5:before {
content:"\e3a3";
}

.moon-volume-mute-6:before {
content:"\e3a4";
}

.moon-loop:before {
content:"\e3a5";
}

.moon-loop-2:before {
content:"\e3a6";
}

.moon-loop-3:before {
content:"\e3a7";
}

.moon-loop-4:before {
content:"\e3a8";
}

.moon-loop-5:before {
content:"\e3a9";
}

.moon-shuffle:before {
content:"\e3aa";
}

.moon-shuffle-2:before {
content:"\e3ab";
}

.moon-wave:before {
content:"\e3ac";
}

.moon-wave-2:before {
content:"\e3ad";
}

.moon-arrow-first:before {
content:"\e3ae";
}

.moon-arrow-right:before {
content:"\e3af";
}

.moon-arrow-right-sharp:before {
content:"\e60d";
}

.moon-arrow-up:before {
content:"\e3b0";
}

.moon-arrow-right-2:before {
content:"\e3b1";
}

.moon-arrow-down:before {
content:"\e3b2";
}

.moon-arrow-left:before {
content:"\e3b3";
}

.moon-arrow-up-2:before {
content:"\e3b4";
}

.moon-arrow-right-3:before {
content:"\e3b5";
}

.moon-arrow-down-2:before {
content:"\e3b6";
}

.moon-arrow-left-2:before {
content:"\e3b7";
}

.moon-arrow-up-left:before {
content:"\e3b8";
}

.moon-arrow-up-3:before {
content:"\e3b9";
}

.moon-arrow-up-right:before {
content:"\e3ba";
}

.moon-arrow-right-4:before {
content:"\e3bb";
}

.moon-arrow-down-right:before {
content:"\e3bc";
}

.moon-arrow-down-3:before {
content:"\e3bd";
}

.moon-arrow-down-left:before {
content:"\e3be";
}

.moon-arrow-left-3:before {
content:"\e3bf";
}

.moon-arrow-up-left-2:before {
content:"\e3c0";
}

.moon-arrow-up-4:before {
content:"\e3c1";
}

.moon-arrow-up-right-2:before {
content:"\e3c2";
}

.moon-arrow-right-5:before {
content:"\e3c3";
}

.moon-arrow-down-right-2:before {
content:"\e3c4";
}

.moon-arrow-down-4:before {
content:"\e3c5";
}

.moon-arrow-down-left-2:before {
content:"\e3c6";
}

.moon-arrow-left-4:before {
content:"\e3c7";
}

.moon-arrow-up-left-3:before {
content:"\e3c8";
}

.moon-arrow-up-5:before {
content:"\e3c9";
}

.moon-arrow-up-right-3:before {
content:"\e3ca";
}

.moon-arrow-right-6:before {
content:"\e3cb";
}

.moon-arrow-down-right-3:before {
content:"\e3cc";
}

.moon-arrow-down-5:before {
content:"\e3cd";
}

.moon-arrow-down-left-3:before {
content:"\e3ce";
}

.moon-arrow-left-5:before {
content:"\e3cf";
}

.moon-arrow-up-left-4:before {
content:"\e3d0";
}

.moon-arrow-up-6:before {
content:"\e3d1";
}

.moon-arrow-up-right-4:before {
content:"\e3d2";
}

.moon-arrow-right-7:before {
content:"\e3d3";
}

.moon-arrow-down-right-4:before {
content:"\e3d4";
}

.moon-arrow-down-6:before {
content:"\e3d5";
}

.moon-arrow-down-left-4:before {
content:"\e3d6";
}

.moon-arrow-left-6:before {
content:"\e3d7";
}

.moon-arrow:before {
content:"\e3d8";
}

.moon-arrow-2:before {
content:"\e3d9";
}

.moon-arrow-3:before {
content:"\e3da";
}

.moon-arrow-4:before {
content:"\e3db";
}

.moon-arrow-5:before {
content:"\e3dc";
}

.moon-arrow-6:before {
content:"\e3dd";
}

.moon-arrow-7:before {
content:"\e3de";
}

.moon-arrow-8:before {
content:"\e3df";
}

.moon-arrow-up-left-5:before {
content:"\e3e0";
}

.moon-arrow-square:before {
content:"\e3e1";
}

.moon-arrow-up-right-5:before {
content:"\e3e2";
}

.moon-arrow-right-8:before {
content:"\e3e3";
}

.moon-arrow-down-right-5:before {
content:"\e3e4";
}

.moon-arrow-down-7:before {
content:"\e3e5";
}

.moon-arrow-down-left-5:before {
content:"\e3e6";
}

.moon-arrow-left-7:before {
content:"\e3e7";
}

.moon-arrow-up-7:before {
content:"\e3e8";
}

.moon-arrow-right-9:before {
content:"\e3e9";
}

.moon-arrow-down-8:before {
content:"\e3ea";
}

.moon-arrow-left-8:before {
content:"\e3eb";
}

.moon-arrow-up-8:before {
content:"\e3ec";
}

.moon-arrow-right-10:before {
content:"\e3ed";
}

.moon-arrow-bottom:before {
content:"\e3ee";
}

.moon-arrow-left-9:before {
content:"\e3ef";
}

.moon-arrow-up-left-6:before {
content:"\e3f0";
}

.moon-arrow-up-9:before {
content:"\e3f1";
}

.moon-arrow-up-right-6:before {
content:"\e3f2";
}

.moon-arrow-right-11:before {
content:"\e3f3";
}

.moon-arrow-down-right-6:before {
content:"\e3f4";
}

.moon-arrow-down-9:before {
content:"\e3f5";
}

.moon-arrow-down-left-6:before {
content:"\e3f6";
}

.moon-arrow-left-10:before {
content:"\e3f7";
}

.moon-arrow-up-left-7:before {
content:"\e3f8";
}

.moon-arrow-up-10:before {
content:"\e3f9";
}

.moon-arrow-up-right-7:before {
content:"\e3fa";
}

.moon-arrow-right-12:before {
content:"\e3fb";
}

.moon-arrow-down-right-7:before {
content:"\e3fc";
}

.moon-arrow-down-10:before {
content:"\e3fd";
}

.moon-arrow-down-left-7:before {
content:"\e3fe";
}

.moon-arrow-left-11:before {
content:"\e3ff";
}

.moon-arrow-up-11:before {
content:"\e400";
}

.moon-arrow-right-13:before {
content:"\e401";
}

.moon-arrow-down-11:before {
content:"\e402";
}

.moon-arrow-left-12:before {
content:"\e403";
}

.moon-arrow-up-12:before {
content:"\e404";
}

.moon-arrow-right-14:before {
content:"\e405";
}

.moon-arrow-down-12:before {
content:"\e406";
}

.moon-arrow-left-13:before {
content:"\e407";
}

.moon-arrow-up-13:before {
content:"\e408";
}

.moon-arrow-right-15:before {
content:"\e409";
}

.moon-arrow-down-13:before {
content:"\e40a";
}

.moon-arrow-left-14:before {
content:"\e40b";
}

.moon-arrow-up-14:before {
content:"\e40c";
}

.moon-arrow-right-16:before {
content:"\e40d";
}

.moon-arrow-down-14:before {
content:"\e40e";
}

.moon-arrow-left-15:before {
content:"\e40f";
}

.moon-arrow-up-15:before {
content:"\e410";
}

.moon-arrow-right-17:before {
content:"\e411";
}

.moon-arrow-down-15:before {
content:"\e412";
}

.moon-arrow-left-16:before {
content:"\e413";
}

.moon-arrow-up-16:before {
content:"\e414";
}

.moon-arrow-right-18:before {
content:"\e415";
}

.moon-arrow-down-16:before {
content:"\e416";
}

.moon-arrow-left-17:before {
content:"\e417";
}

.moon-menu-10:before {
content:"\e418";
}

.moon-menu-11:before {
content:"\e419";
}

.moon-menu-close:before {
content:"\e41a";
}

.moon-menu-close-2:before {
content:"\e41b";
}

.moon-enter-4:before {
content:"\e41c";
}

.moon-enter-5:before {
content:"\e41d";
}

.moon-esc:before {
content:"\e41e";
}

.moon-backspace:before {
content:"\e41f";
}

.moon-backspace-2:before {
content:"\e420";
}

.moon-backspace-3:before {
content:"\e421";
}

.moon-tab:before {
content:"\e422";
}

.moon-transmission:before {
content:"\e423";
}

.moon-transmission-2:before {
content:"\e424";
}

.moon-sort:before {
content:"\e425";
}

.moon-sort-2:before {
content:"\e426";
}

.moon-key-keyboard:before {
content:"\e427";
}

.moon-key-A:before {
content:"\e428";
}

.moon-key-up:before {
content:"\e429";
}

.moon-key-right:before {
content:"\e42a";
}

.moon-key-down:before {
content:"\e42b";
}

.moon-key-left:before {
content:"\e42c";
}

.moon-command:before {
content:"\e42d";
}

.moon-checkbox-checked:before {
content:"\e42e";
}

.moon-checkbox-unchecked:before {
content:"\e42f";
}

.moon-square:before {
content:"\e430";
}

.moon-checkbox-partial:before {
content:"\e431";
}

.moon-checkbox:before {
content:"\e432";
}

.moon-checkbox-unchecked-2:before {
content:"\e433";
}

.moon-checkbox-partial-2:before {
content:"\e434";
}

.moon-checkbox-checked-2:before {
content:"\e435";
}

.moon-checkbox-unchecked-3:before {
content:"\e436";
}

.moon-checkbox-partial-3:before {
content:"\e437";
}

.moon-radio-checked:before {
content:"\e438";
}

.moon-radio-unchecked:before {
content:"\e439";
}

.moon-circle:before {
content:"\e43a";
}

.moon-circle-2:before {
content:"\e43b";
}

.moon-crop:before {
content:"\e43c";
}

.moon-crop-2:before {
content:"\e43d";
}

.moon-vector:before {
content:"\e43e";
}

.moon-rulers:before {
content:"\e43f";
}

.moon-scissors:before {
content:"\e440";
}

.moon-scissors-2:before {
content:"\e441";
}

.moon-scissors-3:before {
content:"\e442";
}

.moon-filter:before {
content:"\e443";
}

.moon-filter-2:before {
content:"\e444";
}

.moon-filter-3:before {
content:"\e445";
}

.moon-filter-4:before {
content:"\e446";
}

.moon-font:before {
content:"\e447";
}

.moon-font-size:before {
content:"\e448";
}

.moon-type:before {
content:"\e449";
}

.moon-text-height:before {
content:"\e44a";
}

.moon-text-width:before {
content:"\e44b";
}

.moon-height:before {
content:"\e44c";
}

.moon-width:before {
content:"\e44d";
}

.moon-bold:before {
content:"\e44e";
}

.moon-underline:before {
content:"\e44f";
}

.moon-italic:before {
content:"\e450";
}

.moon-strikethrough:before {
content:"\e451";
}

.moon-strikethrough-2:before {
content:"\e452";
}

.moon-font-size-2:before {
content:"\e453";
}

.moon-bold-2:before {
content:"\e454";
}

.moon-underline-2:before {
content:"\e455";
}

.moon-italic-2:before {
content:"\e456";
}

.moon-strikethrough-3:before {
content:"\e457";
}

.moon-omega:before {
content:"\e458";
}

.moon-sigma:before {
content:"\e459";
}

.moon-nbsp:before {
content:"\e45a";
}

.moon-page-break:before {
content:"\e45b";
}

.moon-page-break-2:before {
content:"\e45c";
}

.moon-superscript:before {
content:"\e45d";
}

.moon-subscript:before {
content:"\e45e";
}

.moon-superscript-2:before {
content:"\e45f";
}

.moon-subscript-2:before {
content:"\e460";
}

.moon-text-color:before {
content:"\e461";
}

.moon-highlight:before {
content:"\e462";
}

.moon-pagebreak:before {
content:"\e463";
}

.moon-clear-formatting:before {
content:"\e464";
}

.moon-table:before {
content:"\e465";
}

.moon-table-2:before {
content:"\e466";
}

.moon-insert-template:before {
content:"\e467";
}

.moon-pilcrow:before {
content:"\e468";
}

.moon-left-to-right:before {
content:"\e469";
}

.moon-right-to-left:before {
content:"\e46a";
}

.moon-paragraph-left:before {
content:"\e46b";
}

.moon-paragraph-center:before {
content:"\e46c";
}

.moon-paragraph-right:before {
content:"\e46d";
}

.moon-paragraph-justify:before {
content:"\e46e";
}

.moon-paragraph-left-2:before {
content:"\e46f";
}

.moon-paragraph-center-2:before {
content:"\e470";
}

.moon-paragraph-right-2:before {
content:"\e471";
}

.moon-paragraph-justify-2:before {
content:"\e472";
}

.moon-indent-increase:before {
content:"\e473";
}

.moon-indent-decrease:before {
content:"\e474";
}

.moon-paragraph-left-3:before {
content:"\e475";
}

.moon-paragraph-center-3:before {
content:"\e476";
}

.moon-paragraph-right-3:before {
content:"\e477";
}

.moon-paragraph-justify-3:before {
content:"\e478";
}

.moon-indent-increase-2:before {
content:"\e479";
}

.moon-indent-decrease-2:before {
content:"\e47a";
}

.moon-share:before {
content:"\e47b";
}

.moon-new-tab:before {
content:"\e47c";
}

.moon-new-tab-2:before {
content:"\e47d";
}

.moon-popout:before {
content:"\e47e";
}

.moon-embed:before {
content:"\e47f";
}

.moon-code:before {
content:"\e480";
}

.moon-console:before {
content:"\e481";
}

.moon-seven-segment-0:before {
content:"\e482";
}

.moon-seven-segment-1:before {
content:"\e483";
}

.moon-seven-segment-2:before {
content:"\e484";
}

.moon-seven-segment-3:before {
content:"\e485";
}

.moon-seven-segment-4:before {
content:"\e486";
}

.moon-seven-segment-5:before {
content:"\e487";
}

.moon-seven-segment-6:before {
content:"\e488";
}

.moon-seven-segment-7:before {
content:"\e489";
}

.moon-seven-segment-8:before {
content:"\e48a";
}

.moon-seven-segment-9:before {
content:"\e48b";
}

.moon-share-2:before {
content:"\e48c";
}

.moon-share-3:before {
content:"\e48d";
}

.moon-mail:before {
content:"\e48e";
}

.moon-mail-2:before {
content:"\e48f";
}

.moon-mail-3:before {
content:"\e490";
}

.moon-mail-4:before {
content:"\e491";
}

.moon-google:before {
content:"\e492";
}

.moon-google_plus:before {
content:"\e493";
}

.moon-google_plus-2:before {
content:"\e494";
}

.moon-google_plus-3:before {
content:"\e495";
}

.moon-google_plus-4:before {
content:"\e496";
}

.moon-google-drive:before {
content:"\e497";
}

.moon-facebook:before {
content:"\e498";
}

.moon-facebook-2:before {
content:"\e499";
}

.moon-facebook-3:before {
content:"\e49a";
}

.moon-facebook-4:before {
content:"\e49b";
}

.moon-instagram:before {
content:"\e49c";
}

.moon-twitter:before {
content:"\e49d";
}

.moon-twitter-2:before {
content:"\e49e";
}

.moon-twitter-3:before {
content:"\e49f";
}

.moon-feed-2:before {
content:"\e4a0";
}

.moon-feed-3:before {
content:"\e4a1";
}

.moon-feed-4:before {
content:"\e4a2";
}

.moon-youtube:before {
content:"\e4a3";
}

.moon-youtube-2:before {
content:"\e4a4";
}

.moon-vimeo:before {
content:"\e4a5";
}

.moon-vimeo2:before {
content:"\e4a6";
}

.moon-vimeo-2:before {
content:"\e4a7";
}

.moon-lanyrd:before {
content:"\e4a8";
}

.moon-flickr:before {
content:"\e4a9";
}

.moon-flickr-2:before {
content:"\e4aa";
}

.moon-flickr-3:before {
content:"\e4ab";
}

.moon-flickr-4:before {
content:"\e4ac";
}

.moon-picassa:before {
content:"\e4ad";
}

.moon-picassa-2:before {
content:"\e4ae";
}

.moon-dribbble:before {
content:"\e4af";
}

.moon-dribbble-2:before {
content:"\e4b0";
}

.moon-dribbble-3:before {
content:"\e4b1";
}

.moon-forrst:before {
content:"\e4b2";
}

.moon-forrst-2:before {
content:"\e4b3";
}

.moon-deviantart:before {
content:"\e4b4";
}

.moon-deviantart-2:before {
content:"\e4b5";
}

.moon-steam:before {
content:"\e4b6";
}

.moon-steam-2:before {
content:"\e4b7";
}

.moon-github:before {
content:"\e4b8";
}

.moon-github-2:before {
content:"\e4b9";
}

.moon-github-3:before {
content:"\e4ba";
}

.moon-github-4:before {
content:"\e4bb";
}

.moon-github-5:before {
content:"\e4bc";
}

.moon-wordpress:before {
content:"\e4bd";
}

.moon-wordpress-2:before {
content:"\e4be";
}

.moon-joomla:before {
content:"\e4bf";
}

.moon-blogger:before {
content:"\e4c0";
}

.moon-blogger-2:before {
content:"\e4c1";
}

.moon-tumblr:before {
content:"\e4c2";
}

.moon-tumblr-2:before {
content:"\e4c3";
}

.moon-yahoo:before {
content:"\e4c4";
}

.moon-tux:before {
content:"\e4c5";
}

.moon-apple:before {
content:"\e4c6";
}

.moon-finder:before {
content:"\e4c7";
}

.moon-android:before {
content:"\e4c8";
}

.moon-windows:before {
content:"\e4c9";
}

.moon-windows8:before {
content:"\e4ca";
}

.moon-soundcloud:before {
content:"\e4cb";
}

.moon-soundcloud-2:before {
content:"\e4cc";
}

.moon-skype:before {
content:"\e4cd";
}

.moon-reddit:before {
content:"\e4ce";
}

.moon-linkedin:before {
content:"\e4cf";
}

.moon-lastfm:before {
content:"\e4d0";
}

.moon-lastfm-2:before {
content:"\e4d1";
}

.moon-delicious:before {
content:"\e4d2";
}

.moon-stumbleupon:before {
content:"\e4d3";
}

.moon-stumbleupon-2:before {
content:"\e4d4";
}

.moon-stackoverflow:before {
content:"\e4d5";
}

.moon-pinterest:before {
content:"\e4d6";
}

.moon-pinterest-2:before {
content:"\e4d7";
}

.moon-xing:before {
content:"\e4d8";
}

.moon-xing-2:before {
content:"\e4d9";
}

.moon-flattr:before {
content:"\e4da";
}

.moon-safari:before {
content:"\e4db";
}

.moon-foursquare:before {
content:"\e4dc";
}

.moon-foursquare-2:before {
content:"\e4dd";
}

.moon-paypal:before {
content:"\e4de";
}

.moon-paypal-2:before {
content:"\e4df";
}

.moon-paypal-3:before {
content:"\e4e0";
}

.moon-yelp:before {
content:"\e4e1";
}

.moon-libreoffice:before {
content:"\e4e2";
}

.moon-file-pdf:before {
content:"\e4e3";
}

.moon-file-openoffice:before {
content:"\e4e4";
}

.moon-file-word:before {
content:"\e4e5";
}

.moon-file-excel:before {
content:"\e4e6";
}

.moon-file-zip:before {
content:"\e4e7";
}

.moon-file-powerpoint:before {
content:"\e4e8";
}

.moon-file-xml:before {
content:"\e4e9";
}

.moon-file-css:before {
content:"\e4ea";
}

.moon-html5:before {
content:"\e4eb";
}

.moon-html5-2:before {
content:"\e4ec";
}

.moon-css3:before {
content:"\e4ed";
}

.moon-chrome:before {
content:"\e4ee";
}

.moon-firefox:before {
content:"\e4ef";
}

.moon-IE:before {
content:"\e4f0";
}

.moon-opera:before {
content:"\e4f1";
}@font-face {
font-family:'FontAwesome';
src:url(/wp-content/themes/specular/font/fontawesome-webfont.eot?v=4.4.0);
src:url(/wp-content/themes/specular/font/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"),url(/wp-content/themes/specular/font/fontawesome-webfont.woff2?v=4.4.0) format("woff2"),url(/wp-content/themes/specular/font/fontawesome-webfont.woff?v=4.4.0) format("woff"),url(/wp-content/themes/specular/font/fontawesome-webfont.ttf?v=4.4.0) format("truetype"),url(/wp-content/themes/specular/font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
font-weight:400;
font-style:normal;
}

.fa {
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.fa-lg {
font-size:1.33333333em;
line-height:.75em;
vertical-align:-15%;
}

.fa-2x {
font-size:2em;
}

.fa-3x {
font-size:3em;
}

.fa-4x {
font-size:4em;
}

.fa-5x {
font-size:5em;
}

.fa-fw {
width:1.28571429em;
text-align:center;
}

.fa-ul {
padding-left:0;
margin-left:2.14285714em;
list-style-type:none;
}

.fa-ul>li {
position:relative;
}

.fa-li {
position:absolute;
left:-2.14285714em;
width:2.14285714em;
top:.14285714em;
text-align:center;
}

.fa-li.fa-lg {
left:-1.85714286em;
}

.fa-border {
padding:.2em .25em .15em;
border:solid .08em #eee;
border-radius:.1em;
}

.fa-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);
}

.fa-pull-left,.pull-left {
float:left;
}

.fa-pull-right,.pull-right {
float:right;
}

.fa.fa-pull-left,.fa.pull-left {
margin-right:.3em;
}

.fa.fa-pull-right,.fa.pull-right {
margin-left:.3em;
}

@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}

@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}

.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}

.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}

.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
}

.fa-flip-horizontal {
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 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
-webkit-transform:scale(1,-1);
-ms-transform:scale(1,-1);
transform:scale(1,-1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
filter:none;
}

.fa-stack {
position:relative;
display:inline-block;
width:2em;
height:2em;
line-height:2em;
vertical-align:middle;
}

.fa-stack-1x,.fa-stack-2x {
position:absolute;
left:0;
width:100%;
text-align:center;
}

.fa-stack-1x {
line-height:inherit;
}

.fa-inverse {
color:#fff;
}

.fa-glass:before {
content:"\f000";
}

.fa-music:before {
content:"\f001";
}

.fa-search:before {
content:"\f002";
}

.fa-envelope-o:before {
content:"\f003";
}

.fa-heart:before {
content:"\f004";
}

.fa-star:before {
content:"\f005";
}

.fa-star-o:before {
content:"\f006";
}

.fa-user:before {
content:"\f007";
}

.fa-film:before {
content:"\f008";
}

.fa-th-large:before {
content:"\f009";
}

.fa-th:before {
content:"\f00a";
}

.fa-th-list:before {
content:"\f00b";
}

.fa-check:before {
content:"\f00c";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
content:"\f00d";
}

.fa-search-plus:before {
content:"\f00e";
}

.fa-search-minus:before {
content:"\f010";
}

.fa-power-off:before {
content:"\f011";
}

.fa-signal:before {
content:"\f012";
}

.fa-gear:before,.fa-cog:before {
content:"\f013";
}

.fa-trash-o:before {
content:"\f014";
}

.fa-home:before {
content:"\f015";
}

.fa-file-o:before {
content:"\f016";
}

.fa-clock-o:before {
content:"\f017";
}

.fa-road:before {
content:"\f018";
}

.fa-download:before {
content:"\f019";
}

.fa-arrow-circle-o-down:before {
content:"\f01a";
}

.fa-arrow-circle-o-up:before {
content:"\f01b";
}

.fa-inbox:before {
content:"\f01c";
}

.fa-play-circle-o:before {
content:"\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
content:"\f01e";
}

.fa-refresh:before {
content:"\f021";
}

.fa-list-alt:before {
content:"\f022";
}

.fa-lock:before {
content:"\f023";
}

.fa-flag:before {
content:"\f024";
}

.fa-headphones:before {
content:"\f025";
}

.fa-volume-off:before {
content:"\f026";
}

.fa-volume-down:before {
content:"\f027";
}

.fa-volume-up:before {
content:"\f028";
}

.fa-qrcode:before {
content:"\f029";
}

.fa-barcode:before {
content:"\f02a";
}

.fa-tag:before {
content:"\f02b";
}

.fa-tags:before {
content:"\f02c";
}

.fa-book:before {
content:"\f02d";
}

.fa-bookmark:before {
content:"\f02e";
}

.fa-print:before {
content:"\f02f";
}

.fa-camera:before {
content:"\f030";
}

.fa-font:before {
content:"\f031";
}

.fa-bold:before {
content:"\f032";
}

.fa-italic:before {
content:"\f033";
}

.fa-text-height:before {
content:"\f034";
}

.fa-text-width:before {
content:"\f035";
}

.fa-align-left:before {
content:"\f036";
}

.fa-align-center:before {
content:"\f037";
}

.fa-align-right:before {
content:"\f038";
}

.fa-align-justify:before {
content:"\f039";
}

.fa-list:before {
content:"\f03a";
}

.fa-dedent:before,.fa-outdent:before {
content:"\f03b";
}

.fa-indent:before {
content:"\f03c";
}

.fa-video-camera:before {
content:"\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
content:"\f03e";
}

.fa-pencil:before {
content:"\f040";
}

.fa-map-marker:before {
content:"\f041";
}

.fa-adjust:before {
content:"\f042";
}

.fa-tint:before {
content:"\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
content:"\f044";
}

.fa-share-square-o:before {
content:"\f045";
}

.fa-check-square-o:before {
content:"\f046";
}

.fa-arrows:before {
content:"\f047";
}

.fa-step-backward:before {
content:"\f048";
}

.fa-fast-backward:before {
content:"\f049";
}

.fa-backward:before {
content:"\f04a";
}

.fa-play:before {
content:"\f04b";
}

.fa-pause:before {
content:"\f04c";
}

.fa-stop:before {
content:"\f04d";
}

.fa-forward:before {
content:"\f04e";
}

.fa-fast-forward:before {
content:"\f050";
}

.fa-step-forward:before {
content:"\f051";
}

.fa-eject:before {
content:"\f052";
}

.fa-chevron-left:before {
content:"\f053";
}

.fa-chevron-right:before {
content:"\f054";
}

.fa-plus-circle:before {
content:"\f055";
}

.fa-minus-circle:before {
content:"\f056";
}

.fa-times-circle:before {
content:"\f057";
}

.fa-check-circle:before {
content:"\f058";
}

.fa-question-circle:before {
content:"\f059";
}

.fa-info-circle:before {
content:"\f05a";
}

.fa-crosshairs:before {
content:"\f05b";
}

.fa-times-circle-o:before {
content:"\f05c";
}

.fa-check-circle-o:before {
content:"\f05d";
}

.fa-ban:before {
content:"\f05e";
}

.fa-arrow-left:before {
content:"\f060";
}

.fa-arrow-right:before {
content:"\f061";
}

.fa-arrow-up:before {
content:"\f062";
}

.fa-arrow-down:before {
content:"\f063";
}

.fa-mail-forward:before,.fa-share:before {
content:"\f064";
}

.fa-expand:before {
content:"\f065";
}

.fa-compress:before {
content:"\f066";
}

.fa-plus:before {
content:"\f067";
}

.fa-minus:before {
content:"\f068";
}

.fa-asterisk:before {
content:"\f069";
}

.fa-exclamation-circle:before {
content:"\f06a";
}

.fa-gift:before {
content:"\f06b";
}

.fa-leaf:before {
content:"\f06c";
}

.fa-fire:before {
content:"\f06d";
}

.fa-eye:before {
content:"\f06e";
}

.fa-eye-slash:before {
content:"\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
content:"\f071";
}

.fa-plane:before {
content:"\f072";
}

.fa-calendar:before {
content:"\f073";
}

.fa-random:before {
content:"\f074";
}

.fa-comment:before {
content:"\f075";
}

.fa-magnet:before {
content:"\f076";
}

.fa-chevron-up:before {
content:"\f077";
}

.fa-chevron-down:before {
content:"\f078";
}

.fa-retweet:before {
content:"\f079";
}

.fa-shopping-cart:before {
content:"\f07a";
}

.fa-folder:before {
content:"\f07b";
}

.fa-folder-open:before {
content:"\f07c";
}

.fa-arrows-v:before {
content:"\f07d";
}

.fa-arrows-h:before {
content:"\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
content:"\f080";
}

.fa-twitter-square:before {
content:"\f081";
}

.fa-facebook-square:before {
content:"\f082";
}

.fa-camera-retro:before {
content:"\f083";
}

.fa-key:before {
content:"\f084";
}

.fa-gears:before,.fa-cogs:before {
content:"\f085";
}

.fa-comments:before {
content:"\f086";
}

.fa-thumbs-o-up:before {
content:"\f087";
}

.fa-thumbs-o-down:before {
content:"\f088";
}

.fa-star-half:before {
content:"\f089";
}

.fa-heart-o:before {
content:"\f08a";
}

.fa-sign-out:before {
content:"\f08b";
}

.fa-linkedin-square:before {
content:"\f08c";
}

.fa-thumb-tack:before {
content:"\f08d";
}

.fa-external-link:before {
content:"\f08e";
}

.fa-sign-in:before {
content:"\f090";
}

.fa-trophy:before {
content:"\f091";
}

.fa-github-square:before {
content:"\f092";
}

.fa-upload:before {
content:"\f093";
}

.fa-lemon-o:before {
content:"\f094";
}

.fa-phone:before {
content:"\f095";
}

.fa-square-o:before {
content:"\f096";
}

.fa-bookmark-o:before {
content:"\f097";
}

.fa-phone-square:before {
content:"\f098";
}

.fa-twitter:before {
content:"\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
content:"\f09a";
}

.fa-github:before {
content:"\f09b";
}

.fa-unlock:before {
content:"\f09c";
}

.fa-credit-card:before {
content:"\f09d";
}

.fa-feed:before,.fa-rss:before {
content:"\f09e";
}

.fa-hdd-o:before {
content:"\f0a0";
}

.fa-bullhorn:before {
content:"\f0a1";
}

.fa-bell:before {
content:"\f0f3";
}

.fa-certificate:before {
content:"\f0a3";
}

.fa-hand-o-right:before {
content:"\f0a4";
}

.fa-hand-o-left:before {
content:"\f0a5";
}

.fa-hand-o-up:before {
content:"\f0a6";
}

.fa-hand-o-down:before {
content:"\f0a7";
}

.fa-arrow-circle-left:before {
content:"\f0a8";
}

.fa-arrow-circle-right:before {
content:"\f0a9";
}

.fa-arrow-circle-up:before {
content:"\f0aa";
}

.fa-arrow-circle-down:before {
content:"\f0ab";
}

.fa-globe:before {
content:"\f0ac";
}

.fa-wrench:before {
content:"\f0ad";
}

.fa-tasks:before {
content:"\f0ae";
}

.fa-filter:before {
content:"\f0b0";
}

.fa-briefcase:before {
content:"\f0b1";
}

.fa-arrows-alt:before {
content:"\f0b2";
}

.fa-group:before,.fa-users:before {
content:"\f0c0";
}

.fa-chain:before,.fa-link:before {
content:"\f0c1";
}

.fa-cloud:before {
content:"\f0c2";
}

.fa-flask:before {
content:"\f0c3";
}

.fa-cut:before,.fa-scissors:before {
content:"\f0c4";
}

.fa-copy:before,.fa-files-o:before {
content:"\f0c5";
}

.fa-paperclip:before {
content:"\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
content:"\f0c7";
}

.fa-square:before {
content:"\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
content:"\f0c9";
}

.fa-list-ul:before {
content:"\f0ca";
}

.fa-list-ol:before {
content:"\f0cb";
}

.fa-strikethrough:before {
content:"\f0cc";
}

.fa-underline:before {
content:"\f0cd";
}

.fa-table:before {
content:"\f0ce";
}

.fa-magic:before {
content:"\f0d0";
}

.fa-truck:before {
content:"\f0d1";
}

.fa-pinterest:before {
content:"\f0d2";
}

.fa-pinterest-square:before {
content:"\f0d3";
}

.fa-google-plus-square:before {
content:"\f0d4";
}

.fa-google-plus:before {
content:"\f0d5";
}

.fa-money:before {
content:"\f0d6";
}

.fa-caret-down:before {
content:"\f0d7";
}

.fa-caret-up:before {
content:"\f0d8";
}

.fa-caret-left:before {
content:"\f0d9";
}

.fa-caret-right:before {
content:"\f0da";
}

.fa-columns:before {
content:"\f0db";
}

.fa-unsorted:before,.fa-sort:before {
content:"\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
content:"\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
content:"\f0de";
}

.fa-envelope:before {
content:"\f0e0";
}

.fa-linkedin:before {
content:"\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
content:"\f0e2";
}

.fa-legal:before,.fa-gavel:before {
content:"\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
content:"\f0e4";
}

.fa-comment-o:before {
content:"\f0e5";
}

.fa-comments-o:before {
content:"\f0e6";
}

.fa-flash:before,.fa-bolt:before {
content:"\f0e7";
}

.fa-sitemap:before {
content:"\f0e8";
}

.fa-umbrella:before {
content:"\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
content:"\f0ea";
}

.fa-lightbulb-o:before {
content:"\f0eb";
}

.fa-exchange:before {
content:"\f0ec";
}

.fa-cloud-download:before {
content:"\f0ed";
}

.fa-cloud-upload:before {
content:"\f0ee";
}

.fa-user-md:before {
content:"\f0f0";
}

.fa-stethoscope:before {
content:"\f0f1";
}

.fa-suitcase:before {
content:"\f0f2";
}

.fa-bell-o:before {
content:"\f0a2";
}

.fa-coffee:before {
content:"\f0f4";
}

.fa-cutlery:before {
content:"\f0f5";
}

.fa-file-text-o:before {
content:"\f0f6";
}

.fa-building-o:before {
content:"\f0f7";
}

.fa-hospital-o:before {
content:"\f0f8";
}

.fa-ambulance:before {
content:"\f0f9";
}

.fa-medkit:before {
content:"\f0fa";
}

.fa-fighter-jet:before {
content:"\f0fb";
}

.fa-beer:before {
content:"\f0fc";
}

.fa-h-square:before {
content:"\f0fd";
}

.fa-plus-square:before {
content:"\f0fe";
}

.fa-angle-double-left:before {
content:"\f100";
}

.fa-angle-double-right:before {
content:"\f101";
}

.fa-angle-double-up:before {
content:"\f102";
}

.fa-angle-double-down:before {
content:"\f103";
}

.fa-angle-left:before {
content:"\f104";
}

.fa-angle-right:before {
content:"\f105";
}

.fa-angle-up:before {
content:"\f106";
}

.fa-angle-down:before {
content:"\f107";
}

.fa-desktop:before {
content:"\f108";
}

.fa-laptop:before {
content:"\f109";
}

.fa-tablet:before {
content:"\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
content:"\f10b";
}

.fa-circle-o:before {
content:"\f10c";
}

.fa-quote-left:before {
content:"\f10d";
}

.fa-quote-right:before {
content:"\f10e";
}

.fa-spinner:before {
content:"\f110";
}

.fa-circle:before {
content:"\f111";
}

.fa-mail-reply:before,.fa-reply:before {
content:"\f112";
}

.fa-github-alt:before {
content:"\f113";
}

.fa-folder-o:before {
content:"\f114";
}

.fa-folder-open-o:before {
content:"\f115";
}

.fa-smile-o:before {
content:"\f118";
}

.fa-frown-o:before {
content:"\f119";
}

.fa-meh-o:before {
content:"\f11a";
}

.fa-gamepad:before {
content:"\f11b";
}

.fa-keyboard-o:before {
content:"\f11c";
}

.fa-flag-o:before {
content:"\f11d";
}

.fa-flag-checkered:before {
content:"\f11e";
}

.fa-terminal:before {
content:"\f120";
}

.fa-code:before {
content:"\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
content:"\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
content:"\f123";
}

.fa-location-arrow:before {
content:"\f124";
}

.fa-crop:before {
content:"\f125";
}

.fa-code-fork:before {
content:"\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
content:"\f127";
}

.fa-question:before {
content:"\f128";
}

.fa-info:before {
content:"\f129";
}

.fa-exclamation:before {
content:"\f12a";
}

.fa-superscript:before {
content:"\f12b";
}

.fa-subscript:before {
content:"\f12c";
}

.fa-eraser:before {
content:"\f12d";
}

.fa-puzzle-piece:before {
content:"\f12e";
}

.fa-microphone:before {
content:"\f130";
}

.fa-microphone-slash:before {
content:"\f131";
}

.fa-shield:before {
content:"\f132";
}

.fa-calendar-o:before {
content:"\f133";
}

.fa-fire-extinguisher:before {
content:"\f134";
}

.fa-rocket:before {
content:"\f135";
}

.fa-maxcdn:before {
content:"\f136";
}

.fa-chevron-circle-left:before {
content:"\f137";
}

.fa-chevron-circle-right:before {
content:"\f138";
}

.fa-chevron-circle-up:before {
content:"\f139";
}

.fa-chevron-circle-down:before {
content:"\f13a";
}

.fa-html5:before {
content:"\f13b";
}

.fa-css3:before {
content:"\f13c";
}

.fa-anchor:before {
content:"\f13d";
}

.fa-unlock-alt:before {
content:"\f13e";
}

.fa-bullseye:before {
content:"\f140";
}

.fa-ellipsis-h:before {
content:"\f141";
}

.fa-ellipsis-v:before {
content:"\f142";
}

.fa-rss-square:before {
content:"\f143";
}

.fa-play-circle:before {
content:"\f144";
}

.fa-ticket:before {
content:"\f145";
}

.fa-minus-square:before {
content:"\f146";
}

.fa-minus-square-o:before {
content:"\f147";
}

.fa-level-up:before {
content:"\f148";
}

.fa-level-down:before {
content:"\f149";
}

.fa-check-square:before {
content:"\f14a";
}

.fa-pencil-square:before {
content:"\f14b";
}

.fa-external-link-square:before {
content:"\f14c";
}

.fa-share-square:before {
content:"\f14d";
}

.fa-compass:before {
content:"\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
content:"\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
content:"\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
content:"\f152";
}

.fa-euro:before,.fa-eur:before {
content:"\f153";
}

.fa-gbp:before {
content:"\f154";
}

.fa-dollar:before,.fa-usd:before {
content:"\f155";
}

.fa-rupee:before,.fa-inr:before {
content:"\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
content:"\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
content:"\f158";
}

.fa-won:before,.fa-krw:before {
content:"\f159";
}

.fa-bitcoin:before,.fa-btc:before {
content:"\f15a";
}

.fa-file:before {
content:"\f15b";
}

.fa-file-text:before {
content:"\f15c";
}

.fa-sort-alpha-asc:before {
content:"\f15d";
}

.fa-sort-alpha-desc:before {
content:"\f15e";
}

.fa-sort-amount-asc:before {
content:"\f160";
}

.fa-sort-amount-desc:before {
content:"\f161";
}

.fa-sort-numeric-asc:before {
content:"\f162";
}

.fa-sort-numeric-desc:before {
content:"\f163";
}

.fa-thumbs-up:before {
content:"\f164";
}

.fa-thumbs-down:before {
content:"\f165";
}

.fa-youtube-square:before {
content:"\f166";
}

.fa-youtube:before {
content:"\f167";
}

.fa-xing:before {
content:"\f168";
}

.fa-xing-square:before {
content:"\f169";
}

.fa-youtube-play:before {
content:"\f16a";
}

.fa-dropbox:before {
content:"\f16b";
}

.fa-stack-overflow:before {
content:"\f16c";
}

.fa-instagram:before {
content:"\f16d";
}

.fa-flickr:before {
content:"\f16e";
}

.fa-adn:before {
content:"\f170";
}

.fa-bitbucket:before {
content:"\f171";
}

.fa-bitbucket-square:before {
content:"\f172";
}

.fa-tumblr:before {
content:"\f173";
}

.fa-tumblr-square:before {
content:"\f174";
}

.fa-long-arrow-down:before {
content:"\f175";
}

.fa-long-arrow-up:before {
content:"\f176";
}

.fa-long-arrow-left:before {
content:"\f177";
}

.fa-long-arrow-right:before {
content:"\f178";
}

.fa-apple:before {
content:"\f179";
}

.fa-windows:before {
content:"\f17a";
}

.fa-android:before {
content:"\f17b";
}

.fa-linux:before {
content:"\f17c";
}

.fa-dribbble:before {
content:"\f17d";
}

.fa-skype:before {
content:"\f17e";
}

.fa-foursquare:before {
content:"\f180";
}

.fa-trello:before {
content:"\f181";
}

.fa-female:before {
content:"\f182";
}

.fa-male:before {
content:"\f183";
}

.fa-gittip:before,.fa-gratipay:before {
content:"\f184";
}

.fa-sun-o:before {
content:"\f185";
}

.fa-moon-o:before {
content:"\f186";
}

.fa-archive:before {
content:"\f187";
}

.fa-bug:before {
content:"\f188";
}

.fa-vk:before {
content:"\f189";
}

.fa-weibo:before {
content:"\f18a";
}

.fa-renren:before {
content:"\f18b";
}

.fa-pagelines:before {
content:"\f18c";
}

.fa-stack-exchange:before {
content:"\f18d";
}

.fa-arrow-circle-o-right:before {
content:"\f18e";
}

.fa-arrow-circle-o-left:before {
content:"\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
content:"\f191";
}

.fa-dot-circle-o:before {
content:"\f192";
}

.fa-wheelchair:before {
content:"\f193";
}

.fa-vimeo-square:before {
content:"\f194";
}

.fa-turkish-lira:before,.fa-try:before {
content:"\f195";
}

.fa-plus-square-o:before {
content:"\f196";
}

.fa-space-shuttle:before {
content:"\f197";
}

.fa-slack:before {
content:"\f198";
}

.fa-envelope-square:before {
content:"\f199";
}

.fa-wordpress:before {
content:"\f19a";
}

.fa-openid:before {
content:"\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
content:"\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
content:"\f19d";
}

.fa-yahoo:before {
content:"\f19e";
}

.fa-google:before {
content:"\f1a0";
}

.fa-reddit:before {
content:"\f1a1";
}

.fa-reddit-square:before {
content:"\f1a2";
}

.fa-stumbleupon-circle:before {
content:"\f1a3";
}

.fa-stumbleupon:before {
content:"\f1a4";
}

.fa-delicious:before {
content:"\f1a5";
}

.fa-digg:before {
content:"\f1a6";
}

.fa-pied-piper:before {
content:"\f1a7";
}

.fa-pied-piper-alt:before {
content:"\f1a8";
}

.fa-drupal:before {
content:"\f1a9";
}

.fa-joomla:before {
content:"\f1aa";
}

.fa-language:before {
content:"\f1ab";
}

.fa-fax:before {
content:"\f1ac";
}

.fa-building:before {
content:"\f1ad";
}

.fa-child:before {
content:"\f1ae";
}

.fa-paw:before {
content:"\f1b0";
}

.fa-spoon:before {
content:"\f1b1";
}

.fa-cube:before {
content:"\f1b2";
}

.fa-cubes:before {
content:"\f1b3";
}

.fa-behance:before {
content:"\f1b4";
}

.fa-behance-square:before {
content:"\f1b5";
}

.fa-steam:before {
content:"\f1b6";
}

.fa-steam-square:before {
content:"\f1b7";
}

.fa-recycle:before {
content:"\f1b8";
}

.fa-automobile:before,.fa-car:before {
content:"\f1b9";
}

.fa-cab:before,.fa-taxi:before {
content:"\f1ba";
}

.fa-tree:before {
content:"\f1bb";
}

.fa-spotify:before {
content:"\f1bc";
}

.fa-deviantart:before {
content:"\f1bd";
}

.fa-soundcloud:before {
content:"\f1be";
}

.fa-database:before {
content:"\f1c0";
}

.fa-file-pdf-o:before {
content:"\f1c1";
}

.fa-file-word-o:before {
content:"\f1c2";
}

.fa-file-excel-o:before {
content:"\f1c3";
}

.fa-file-powerpoint-o:before {
content:"\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
content:"\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
content:"\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
content:"\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
content:"\f1c8";
}

.fa-file-code-o:before {
content:"\f1c9";
}

.fa-vine:before {
content:"\f1ca";
}

.fa-codepen:before {
content:"\f1cb";
}

.fa-jsfiddle:before {
content:"\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
content:"\f1cd";
}

.fa-circle-o-notch:before {
content:"\f1ce";
}

.fa-ra:before,.fa-rebel:before {
content:"\f1d0";
}

.fa-ge:before,.fa-empire:before {
content:"\f1d1";
}

.fa-git-square:before {
content:"\f1d2";
}

.fa-git:before {
content:"\f1d3";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
content:"\f1d4";
}

.fa-tencent-weibo:before {
content:"\f1d5";
}

.fa-qq:before {
content:"\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
content:"\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
content:"\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
content:"\f1d9";
}

.fa-history:before {
content:"\f1da";
}

.fa-circle-thin:before {
content:"\f1db";
}

.fa-header:before {
content:"\f1dc";
}

.fa-paragraph:before {
content:"\f1dd";
}

.fa-sliders:before {
content:"\f1de";
}

.fa-share-alt:before {
content:"\f1e0";
}

.fa-share-alt-square:before {
content:"\f1e1";
}

.fa-bomb:before {
content:"\f1e2";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
content:"\f1e3";
}

.fa-tty:before {
content:"\f1e4";
}

.fa-binoculars:before {
content:"\f1e5";
}

.fa-plug:before {
content:"\f1e6";
}

.fa-slideshare:before {
content:"\f1e7";
}

.fa-twitch:before {
content:"\f1e8";
}

.fa-yelp:before {
content:"\f1e9";
}

.fa-newspaper-o:before {
content:"\f1ea";
}

.fa-wifi:before {
content:"\f1eb";
}

.fa-calculator:before {
content:"\f1ec";
}

.fa-paypal:before {
content:"\f1ed";
}

.fa-google-wallet:before {
content:"\f1ee";
}

.fa-cc-visa:before {
content:"\f1f0";
}

.fa-cc-mastercard:before {
content:"\f1f1";
}

.fa-cc-discover:before {
content:"\f1f2";
}

.fa-cc-amex:before {
content:"\f1f3";
}

.fa-cc-paypal:before {
content:"\f1f4";
}

.fa-cc-stripe:before {
content:"\f1f5";
}

.fa-bell-slash:before {
content:"\f1f6";
}

.fa-bell-slash-o:before {
content:"\f1f7";
}

.fa-trash:before {
content:"\f1f8";
}

.fa-copyright:before {
content:"\f1f9";
}

.fa-at:before {
content:"\f1fa";
}

.fa-eyedropper:before {
content:"\f1fb";
}

.fa-paint-brush:before {
content:"\f1fc";
}

.fa-birthday-cake:before {
content:"\f1fd";
}

.fa-area-chart:before {
content:"\f1fe";
}

.fa-pie-chart:before {
content:"\f200";
}

.fa-line-chart:before {
content:"\f201";
}

.fa-lastfm:before {
content:"\f202";
}

.fa-lastfm-square:before {
content:"\f203";
}

.fa-toggle-off:before {
content:"\f204";
}

.fa-toggle-on:before {
content:"\f205";
}

.fa-bicycle:before {
content:"\f206";
}

.fa-bus:before {
content:"\f207";
}

.fa-ioxhost:before {
content:"\f208";
}

.fa-angellist:before {
content:"\f209";
}

.fa-cc:before {
content:"\f20a";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
content:"\f20b";
}

.fa-meanpath:before {
content:"\f20c";
}

.fa-buysellads:before {
content:"\f20d";
}

.fa-connectdevelop:before {
content:"\f20e";
}

.fa-dashcube:before {
content:"\f210";
}

.fa-forumbee:before {
content:"\f211";
}

.fa-leanpub:before {
content:"\f212";
}

.fa-sellsy:before {
content:"\f213";
}

.fa-shirtsinbulk:before {
content:"\f214";
}

.fa-simplybuilt:before {
content:"\f215";
}

.fa-skyatlas:before {
content:"\f216";
}

.fa-cart-plus:before {
content:"\f217";
}

.fa-cart-arrow-down:before {
content:"\f218";
}

.fa-diamond:before {
content:"\f219";
}

.fa-ship:before {
content:"\f21a";
}

.fa-user-secret:before {
content:"\f21b";
}

.fa-motorcycle:before {
content:"\f21c";
}

.fa-street-view:before {
content:"\f21d";
}

.fa-heartbeat:before {
content:"\f21e";
}

.fa-venus:before {
content:"\f221";
}

.fa-mars:before {
content:"\f222";
}

.fa-mercury:before {
content:"\f223";
}

.fa-intersex:before,.fa-transgender:before {
content:"\f224";
}

.fa-transgender-alt:before {
content:"\f225";
}

.fa-venus-double:before {
content:"\f226";
}

.fa-mars-double:before {
content:"\f227";
}

.fa-venus-mars:before {
content:"\f228";
}

.fa-mars-stroke:before {
content:"\f229";
}

.fa-mars-stroke-v:before {
content:"\f22a";
}

.fa-mars-stroke-h:before {
content:"\f22b";
}

.fa-neuter:before {
content:"\f22c";
}

.fa-genderless:before {
content:"\f22d";
}

.fa-facebook-official:before {
content:"\f230";
}

.fa-pinterest-p:before {
content:"\f231";
}

.fa-whatsapp:before {
content:"\f232";
}

.fa-server:before {
content:"\f233";
}

.fa-user-plus:before {
content:"\f234";
}

.fa-user-times:before {
content:"\f235";
}

.fa-hotel:before,.fa-bed:before {
content:"\f236";
}

.fa-viacoin:before {
content:"\f237";
}

.fa-train:before {
content:"\f238";
}

.fa-subway:before {
content:"\f239";
}

.fa-medium:before {
content:"\f23a";
}

.fa-yc:before,.fa-y-combinator:before {
content:"\f23b";
}

.fa-optin-monster:before {
content:"\f23c";
}

.fa-opencart:before {
content:"\f23d";
}

.fa-expeditedssl:before {
content:"\f23e";
}

.fa-battery-4:before,.fa-battery-full:before {
content:"\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
content:"\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
content:"\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
content:"\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
content:"\f244";
}

.fa-mouse-pointer:before {
content:"\f245";
}

.fa-i-cursor:before {
content:"\f246";
}

.fa-object-group:before {
content:"\f247";
}

.fa-object-ungroup:before {
content:"\f248";
}

.fa-sticky-note:before {
content:"\f249";
}

.fa-sticky-note-o:before {
content:"\f24a";
}

.fa-cc-jcb:before {
content:"\f24b";
}

.fa-cc-diners-club:before {
content:"\f24c";
}

.fa-clone:before {
content:"\f24d";
}

.fa-balance-scale:before {
content:"\f24e";
}

.fa-hourglass-o:before {
content:"\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
content:"\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
content:"\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
content:"\f253";
}

.fa-hourglass:before {
content:"\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
content:"\f255";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
content:"\f256";
}

.fa-hand-scissors-o:before {
content:"\f257";
}

.fa-hand-lizard-o:before {
content:"\f258";
}

.fa-hand-spock-o:before {
content:"\f259";
}

.fa-hand-pointer-o:before {
content:"\f25a";
}

.fa-hand-peace-o:before {
content:"\f25b";
}

.fa-trademark:before {
content:"\f25c";
}

.fa-registered:before {
content:"\f25d";
}

.fa-creative-commons:before {
content:"\f25e";
}

.fa-gg:before {
content:"\f260";
}

.fa-gg-circle:before {
content:"\f261";
}

.fa-tripadvisor:before {
content:"\f262";
}

.fa-odnoklassniki:before {
content:"\f263";
}

.fa-odnoklassniki-square:before {
content:"\f264";
}

.fa-get-pocket:before {
content:"\f265";
}

.fa-wikipedia-w:before {
content:"\f266";
}

.fa-safari:before {
content:"\f267";
}

.fa-chrome:before {
content:"\f268";
}

.fa-firefox:before {
content:"\f269";
}

.fa-opera:before {
content:"\f26a";
}

.fa-internet-explorer:before {
content:"\f26b";
}

.fa-tv:before,.fa-television:before {
content:"\f26c";
}

.fa-contao:before {
content:"\f26d";
}

.fa-500px:before {
content:"\f26e";
}

.fa-amazon:before {
content:"\f270";
}

.fa-calendar-plus-o:before {
content:"\f271";
}

.fa-calendar-minus-o:before {
content:"\f272";
}

.fa-calendar-times-o:before {
content:"\f273";
}

.fa-calendar-check-o:before {
content:"\f274";
}

.fa-industry:before {
content:"\f275";
}

.fa-map-pin:before {
content:"\f276";
}

.fa-map-signs:before {
content:"\f277";
}

.fa-map-o:before {
content:"\f278";
}

.fa-map:before {
content:"\f279";
}

.fa-commenting:before {
content:"\f27a";
}

.fa-commenting-o:before {
content:"\f27b";
}

.fa-houzz:before {
content:"\f27c";
}

.fa-vimeo:before {
content:"\f27d";
}

.fa-black-tie:before {
content:"\f27e";
}

.fa-fonticons:before {
content:"\f280";
}

[class^=icon-] {
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;
}

.icon-lg {
font-size:1.33333333em;
line-height:.75em;
vertical-align:-15%;
}

.icon-3x {
font-size:3em;
}

.icon-4x {
font-size:4em;
}

.icon-5x {
font-size:5em;
}

.icon-fw {
width:1.28571429em;
}

.icon-ul {
padding-left:0;
margin-left:2.14285714em;
list-style-type:none;
}

.icon-ul>li {
position:relative;
}

.icon-li {
position:absolute;
left:-2.14285714em;
width:2.14285714em;
top:.14285714em;
}

.icon-li.icon-lg {
left:-1.85714286em;
}

.icon-border {
padding:.2em .25em .15em;
border:.08em solid #eee;
border-radius:.1em;
}

.icon-pull-left {
float:left;
margin-right:.3em;
}

.icon-pull-right {
float:right;
margin-left:.3em;
}

.icon-spin {
-webkit-animation:icon-spin 2s infinite linear;
animation:icon-spin 2s infinite linear;
}

.icon-pulse {
-webkit-animation:icon-spin 1s infinite steps(8);
animation:icon-spin 1s infinite steps(8);
}

.fa-stack-2x,.icon-2x {
font-size:2em;
}

@-webkit-keyframes icon-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0);
}

100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}

@keyframes icon-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0);
}

100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}

.icon-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}

.icon-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}

.icon-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
}

.icon-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
-webkit-transform:scale(-1,1);
-ms-transform:scale(-1,1);
transform:scale(-1,1);
}

.icon-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
-webkit-transform:scale(1,-1);
-ms-transform:scale(1,-1);
transform:scale(1,-1);
}

:root .icon-flip-horizontal,:root .icon-flip-vertical,:root .icon-rotate-180,:root .icon-rotate-270,:root .icon-rotate-90 {
filter:none;
}

.icon-stack {
position:relative;
display:inline-block;
width:2em;
height:2em;
line-height:2em;
vertical-align:middle;
}

.icon-stack-1x,.icon-stack-2x {
position:absolute;
left:0;
width:100%;
text-align:center;
}

.icon-stack-1x {
line-height:inherit;
}

.icon-stack-2x {
font-size:2em;
}

.icon-inverse {
color:#fff;
}

.icon-glass:before {
content:"\f000";
}

.icon-music:before {
content:"\f001";
}

.icon-search:before {
content:"\f002";
}

.icon-envelope-o:before {
content:"\f003";
}

.icon-heart:before {
content:"\f004";
}

.icon-star:before {
content:"\f005";
}

.icon-star-o:before {
content:"\f006";
}

.icon-user:before {
content:"\f007";
}

.icon-film:before {
content:"\f008";
}

.icon-th-large:before {
content:"\f009";
}

.icon-th:before {
content:"\f00a";
}

.icon-th-list:before {
content:"\f00b";
}

.icon-check:before {
content:"\f00c";
}

.icon-close:before,.icon-remove:before,.icon-times:before {
content:"\f00d";
}

.icon-search-plus:before {
content:"\f00e";
}

.icon-search-minus:before {
content:"\f010";
}

.icon-power-off:before {
content:"\f011";
}

.icon-signal:before {
content:"\f012";
}

.icon-cog:before,.icon-gear:before {
content:"\f013";
}

.icon-trash-o:before {
content:"\f014";
}

.icon-home:before {
content:"\f015";
}

.icon-file-o:before {
content:"\f016";
}

.icon-clock-o:before {
content:"\f017";
}

.icon-road:before {
content:"\f018";
}

.icon-download:before {
content:"\f019";
}

.icon-arrow-circle-o-down:before {
content:"\f01a";
}

.icon-arrow-circle-o-up:before {
content:"\f01b";
}

.icon-inbox:before {
content:"\f01c";
}

.icon-play-circle-o:before {
content:"\f01d";
}

.icon-repeat:before,.icon-rotate-right:before {
content:"\f01e";
}

.icon-refresh:before {
content:"\f021";
}

.icon-list-alt:before {
content:"\f022";
}

.icon-lock:before {
content:"\f023";
}

.icon-flag:before {
content:"\f024";
}

.icon-headphones:before {
content:"\f025";
}

.icon-volume-off:before {
content:"\f026";
}

.icon-volume-down:before {
content:"\f027";
}

.icon-volume-up:before {
content:"\f028";
}

.icon-qrcode:before {
content:"\f029";
}

.icon-barcode:before {
content:"\f02a";
}

.icon-tag:before {
content:"\f02b";
}

.icon-tags:before {
content:"\f02c";
}

.icon-book:before {
content:"\f02d";
}

.icon-bookmark:before {
content:"\f02e";
}

.icon-print:before {
content:"\f02f";
}

.icon-camera:before {
content:"\f030";
}

.icon-font:before {
content:"\f031";
}

.icon-bold:before {
content:"\f032";
}

.icon-italic:before {
content:"\f033";
}

.icon-text-height:before {
content:"\f034";
}

.icon-text-width:before {
content:"\f035";
}

.icon-align-left:before {
content:"\f036";
}

.icon-align-center:before {
content:"\f037";
}

.icon-align-right:before {
content:"\f038";
}

.icon-align-justify:before {
content:"\f039";
}

.icon-list:before {
content:"\f03a";
}

.icon-dedent:before,.icon-outdent:before {
content:"\f03b";
}

.icon-indent:before {
content:"\f03c";
}

.icon-video-camera:before {
content:"\f03d";
}

.icon-image:before,.icon-photo:before,.icon-picture-o:before {
content:"\f03e";
}

.icon-pencil:before {
content:"\f040";
}

.icon-map-marker:before {
content:"\f041";
}

.icon-adjust:before {
content:"\f042";
}

.icon-tint:before {
content:"\f043";
}

.icon-edit:before,.icon-pencil-square-o:before {
content:"\f044";
}

.icon-share-square-o:before {
content:"\f045";
}

.icon-check-square-o:before {
content:"\f046";
}

.icon-arrows:before {
content:"\f047";
}

.icon-step-backward:before {
content:"\f048";
}

.icon-fast-backward:before {
content:"\f049";
}

.icon-backward:before {
content:"\f04a";
}

.icon-play:before {
content:"\f04b";
}

.icon-pause:before {
content:"\f04c";
}

.icon-stop:before {
content:"\f04d";
}

.icon-forward:before {
content:"\f04e";
}

.icon-fast-forward:before {
content:"\f050";
}

.icon-step-forward:before {
content:"\f051";
}

.icon-eject:before {
content:"\f052";
}

.icon-chevron-left:before {
content:"\f053";
}

.icon-chevron-right:before {
content:"\f054";
}

.icon-plus-circle:before {
content:"\f055";
}

.icon-minus-circle:before {
content:"\f056";
}

.icon-times-circle:before {
content:"\f057";
}

.icon-check-circle:before {
content:"\f058";
}

.icon-question-circle:before {
content:"\f059";
}

.icon-info-circle:before {
content:"\f05a";
}

.icon-crosshairs:before {
content:"\f05b";
}

.icon-times-circle-o:before {
content:"\f05c";
}

.icon-check-circle-o:before {
content:"\f05d";
}

.icon-ban:before {
content:"\f05e";
}

.icon-arrow-left:before {
content:"\f060";
}

.icon-arrow-right:before {
content:"\f061";
}

.icon-arrow-up:before {
content:"\f062";
}

.icon-arrow-down:before {
content:"\f063";
}

.icon-mail-forward:before,.icon-share:before {
content:"\f064";
}

.icon-expand:before {
content:"\f065";
}

.icon-compress:before {
content:"\f066";
}

.icon-plus:before {
content:"\f067";
}

.icon-minus:before {
content:"\f068";
}

.icon-asterisk:before {
content:"\f069";
}

.icon-exclamation-circle:before {
content:"\f06a";
}

.icon-gift:before {
content:"\f06b";
}

.icon-leaf:before {
content:"\f06c";
}

.icon-fire:before {
content:"\f06d";
}

.icon-eye:before {
content:"\f06e";
}

.icon-eye-slash:before {
content:"\f070";
}

.icon-exclamation-triangle:before,.icon-warning:before {
content:"\f071";
}

.icon-plane:before {
content:"\f072";
}

.icon-calendar:before {
content:"\f073";
}

.icon-random:before {
content:"\f074";
}

.icon-comment:before {
content:"\f075";
}

.icon-magnet:before {
content:"\f076";
}

.icon-chevron-up:before {
content:"\f077";
}

.icon-chevron-down:before {
content:"\f078";
}

.icon-retweet:before {
content:"\f079";
}

.icon-shopping-cart:before {
content:"\f07a";
}

.icon-folder:before {
content:"\f07b";
}

.icon-folder-open:before {
content:"\f07c";
}

.icon-arrows-v:before {
content:"\f07d";
}

.icon-arrows-h:before {
content:"\f07e";
}

.icon-bar-chart-o:before,.icon-bar-chart:before {
content:"\f080";
}

.icon-twitter-square:before {
content:"\f081";
}

.icon-facebook-square:before {
content:"\f082";
}

.icon-camera-retro:before {
content:"\f083";
}

.icon-key:before {
content:"\f084";
}

.icon-cogs:before,.icon-gears:before {
content:"\f085";
}

.icon-comments:before {
content:"\f086";
}

.icon-thumbs-o-up:before {
content:"\f087";
}

.icon-thumbs-o-down:before {
content:"\f088";
}

.icon-star-half:before {
content:"\f089";
}

.icon-heart-o:before {
content:"\f08a";
}

.icon-sign-out:before {
content:"\f08b";
}

.icon-linkedin-square:before {
content:"\f08c";
}

.icon-thumb-tack:before {
content:"\f08d";
}

.icon-external-link:before {
content:"\f08e";
}

.icon-sign-in:before {
content:"\f090";
}

.icon-trophy:before {
content:"\f091";
}

.icon-github-square:before {
content:"\f092";
}

.icon-upload:before {
content:"\f093";
}

.icon-lemon-o:before {
content:"\f094";
}

.icon-phone:before {
content:"\f095";
}

.icon-square-o:before {
content:"\f096";
}

.icon-bookmark-o:before {
content:"\f097";
}

.icon-phone-square:before {
content:"\f098";
}

.icon-twitter:before {
content:"\f099";
}

.icon-facebook-f:before,.icon-facebook:before {
content:"\f09a";
}

.icon-github:before {
content:"\f09b";
}

.icon-unlock:before {
content:"\f09c";
}

.icon-credit-card:before {
content:"\f09d";
}

.icon-feed:before,.icon-rss:before {
content:"\f09e";
}

.icon-hdd-o:before {
content:"\f0a0";
}

.icon-bullhorn:before {
content:"\f0a1";
}

.icon-bell:before {
content:"\f0f3";
}

.icon-certificate:before {
content:"\f0a3";
}

.icon-hand-o-right:before {
content:"\f0a4";
}

.icon-hand-o-left:before {
content:"\f0a5";
}

.icon-hand-o-up:before {
content:"\f0a6";
}

.icon-hand-o-down:before {
content:"\f0a7";
}

.icon-arrow-circle-left:before {
content:"\f0a8";
}

.icon-arrow-circle-right:before {
content:"\f0a9";
}

.icon-arrow-circle-up:before {
content:"\f0aa";
}

.icon-arrow-circle-down:before {
content:"\f0ab";
}

.icon-globe:before {
content:"\f0ac";
}

.icon-wrench:before {
content:"\f0ad";
}

.icon-tasks:before {
content:"\f0ae";
}

.icon-filter:before {
content:"\f0b0";
}

.icon-briefcase:before {
content:"\f0b1";
}

.icon-arrows-alt:before {
content:"\f0b2";
}

.icon-group:before,.icon-users:before {
content:"\f0c0";
}

.icon-chain:before,.icon-link:before {
content:"\f0c1";
}

.icon-cloud:before {
content:"\f0c2";
}

.icon-flask:before {
content:"\f0c3";
}

.icon-cut:before,.icon-scissors:before {
content:"\f0c4";
}

.icon-copy:before,.icon-files-o:before {
content:"\f0c5";
}

.icon-paperclip:before {
content:"\f0c6";
}

.icon-floppy-o:before,.icon-save:before {
content:"\f0c7";
}

.icon-square:before {
content:"\f0c8";
}

.icon-bars:before,.icon-navicon:before,.icon-reorder:before {
content:"\f0c9";
}

.icon-list-ul:before {
content:"\f0ca";
}

.icon-list-ol:before {
content:"\f0cb";
}

.icon-strikethrough:before {
content:"\f0cc";
}

.icon-underline:before {
content:"\f0cd";
}

.icon-table:before {
content:"\f0ce";
}

.icon-magic:before {
content:"\f0d0";
}

.icon-truck:before {
content:"\f0d1";
}

.icon-pinterest:before {
content:"\f0d2";
}

.icon-pinterest-square:before {
content:"\f0d3";
}

.icon-google-plus-square:before {
content:"\f0d4";
}

.icon-google-plus:before {
content:"\f0d5";
}

.icon-money:before {
content:"\f0d6";
}

.icon-caret-down:before {
content:"\f0d7";
}

.icon-caret-up:before {
content:"\f0d8";
}

.icon-caret-left:before {
content:"\f0d9";
}

.icon-caret-right:before {
content:"\f0da";
}

.icon-columns:before {
content:"\f0db";
}

.icon-sort:before,.icon-unsorted:before {
content:"\f0dc";
}

.icon-sort-desc:before,.icon-sort-down:before {
content:"\f0dd";
}

.icon-sort-asc:before,.icon-sort-up:before {
content:"\f0de";
}

.icon-envelope:before {
content:"\f0e0";
}

.icon-linkedin:before {
content:"\f0e1";
}

.icon-rotate-left:before,.icon-undo:before {
content:"\f0e2";
}

.icon-gavel:before,.icon-legal:before {
content:"\f0e3";
}

.icon-dashboard:before,.icon-tachometer:before {
content:"\f0e4";
}

.icon-comment-o:before {
content:"\f0e5";
}

.icon-comments-o:before {
content:"\f0e6";
}

.icon-bolt:before,.icon-flash:before {
content:"\f0e7";
}

.icon-sitemap:before {
content:"\f0e8";
}

.icon-umbrella:before {
content:"\f0e9";
}

.icon-clipboard:before,.icon-paste:before {
content:"\f0ea";
}

.icon-lightbulb-o:before {
content:"\f0eb";
}

.icon-exchange:before {
content:"\f0ec";
}

.icon-cloud-download:before {
content:"\f0ed";
}

.icon-cloud-upload:before {
content:"\f0ee";
}

.icon-user-md:before {
content:"\f0f0";
}

.icon-stethoscope:before {
content:"\f0f1";
}

.icon-suitcase:before {
content:"\f0f2";
}

.icon-bell-o:before {
content:"\f0a2";
}

.icon-coffee:before {
content:"\f0f4";
}

.icon-cutlery:before {
content:"\f0f5";
}

.icon-file-text-o:before {
content:"\f0f6";
}

.icon-building-o:before {
content:"\f0f7";
}

.icon-hospital-o:before {
content:"\f0f8";
}

.icon-ambulance:before {
content:"\f0f9";
}

.icon-medkit:before {
content:"\f0fa";
}

.icon-fighter-jet:before {
content:"\f0fb";
}

.icon-beer:before {
content:"\f0fc";
}

.icon-h-square:before {
content:"\f0fd";
}

.icon-plus-square:before {
content:"\f0fe";
}

.icon-angle-double-left:before {
content:"\f100";
}

.icon-angle-double-right:before {
content:"\f101";
}

.icon-angle-double-up:before {
content:"\f102";
}

.icon-angle-double-down:before {
content:"\f103";
}

.icon-angle-left:before {
content:"\f104";
}

.icon-angle-right:before {
content:"\f105";
}

.icon-angle-up:before {
content:"\f106";
}

.icon-angle-down:before {
content:"\f107";
}

.icon-desktop:before {
content:"\f108";
}

.icon-laptop:before {
content:"\f109";
}

.icon-tablet:before {
content:"\f10a";
}

.icon-mobile-phone:before,.icon-mobile:before {
content:"\f10b";
}

.icon-circle-o:before {
content:"\f10c";
}

.icon-quote-left:before {
content:"\f10d";
}

.icon-quote-right:before {
content:"\f10e";
}

.icon-spinner:before {
content:"\f110";
}

.icon-circle:before {
content:"\f111";
}

.icon-mail-reply:before,.icon-reply:before {
content:"\f112";
}

.icon-github-alt:before {
content:"\f113";
}

.icon-folder-o:before {
content:"\f114";
}

.icon-folder-open-o:before {
content:"\f115";
}

.icon-smile-o:before {
content:"\f118";
}

.icon-frown-o:before {
content:"\f119";
}

.icon-meh-o:before {
content:"\f11a";
}

.icon-gamepad:before {
content:"\f11b";
}

.icon-keyboard-o:before {
content:"\f11c";
}

.icon-flag-o:before {
content:"\f11d";
}

.icon-flag-checkered:before {
content:"\f11e";
}

.icon-terminal:before {
content:"\f120";
}

.icon-code:before {
content:"\f121";
}

.icon-mail-reply-all:before,.icon-reply-all:before {
content:"\f122";
}

.icon-star-half-empty:before,.icon-star-half-full:before,.icon-star-half-o:before {
content:"\f123";
}

.icon-location-arrow:before {
content:"\f124";
}

.icon-crop:before {
content:"\f125";
}

.icon-code-fork:before {
content:"\f126";
}

.icon-chain-broken:before,.icon-unlink:before {
content:"\f127";
}

.icon-question:before {
content:"\f128";
}

.icon-info:before {
content:"\f129";
}

.icon-exclamation:before {
content:"\f12a";
}

.icon-superscript:before {
content:"\f12b";
}

.icon-subscript:before {
content:"\f12c";
}

.icon-eraser:before {
content:"\f12d";
}

.icon-puzzle-piece:before {
content:"\f12e";
}

.icon-microphone:before {
content:"\f130";
}

.icon-microphone-slash:before {
content:"\f131";
}

.icon-shield:before {
content:"\f132";
}

.icon-calendar-o:before {
content:"\f133";
}

.icon-fire-extinguisher:before {
content:"\f134";
}

.icon-rocket:before {
content:"\f135";
}

.icon-maxcdn:before {
content:"\f136";
}

.icon-chevron-circle-left:before {
content:"\f137";
}

.icon-chevron-circle-right:before {
content:"\f138";
}

.icon-chevron-circle-up:before {
content:"\f139";
}

.icon-chevron-circle-down:before {
content:"\f13a";
}

.icon-html5:before {
content:"\f13b";
}

.icon-css3:before {
content:"\f13c";
}

.icon-anchor:before {
content:"\f13d";
}

.icon-unlock-alt:before {
content:"\f13e";
}

.icon-bullseye:before {
content:"\f140";
}

.icon-ellipsis-h:before {
content:"\f141";
}

.icon-ellipsis-v:before {
content:"\f142";
}

.icon-rss-square:before {
content:"\f143";
}

.icon-play-circle:before {
content:"\f144";
}

.icon-ticket:before {
content:"\f145";
}

.icon-minus-square:before {
content:"\f146";
}

.icon-minus-square-o:before {
content:"\f147";
}

.icon-level-up:before {
content:"\f148";
}

.icon-level-down:before {
content:"\f149";
}

.icon-check-square:before {
content:"\f14a";
}

.icon-pencil-square:before {
content:"\f14b";
}

.icon-external-link-square:before {
content:"\f14c";
}

.icon-share-square:before {
content:"\f14d";
}

.icon-compass:before {
content:"\f14e";
}

.icon-caret-square-o-down:before,.icon-toggle-down:before {
content:"\f150";
}

.icon-caret-square-o-up:before,.icon-toggle-up:before {
content:"\f151";
}

.icon-caret-square-o-right:before,.icon-toggle-right:before {
content:"\f152";
}

.icon-eur:before,.icon-euro:before {
content:"\f153";
}

.icon-gbp:before {
content:"\f154";
}

.icon-dollar:before,.icon-usd:before {
content:"\f155";
}

.icon-inr:before,.icon-rupee:before {
content:"\f156";
}

.icon-cny:before,.icon-jpy:before,.icon-rmb:before,.icon-yen:before {
content:"\f157";
}

.icon-rouble:before,.icon-rub:before,.icon-ruble:before {
content:"\f158";
}

.icon-krw:before,.icon-won:before {
content:"\f159";
}

.icon-bitcoin:before,.icon-btc:before {
content:"\f15a";
}

.icon-file:before {
content:"\f15b";
}

.icon-file-text:before {
content:"\f15c";
}

.icon-sort-alpha-asc:before {
content:"\f15d";
}

.icon-sort-alpha-desc:before {
content:"\f15e";
}

.icon-sort-amount-asc:before {
content:"\f160";
}

.icon-sort-amount-desc:before {
content:"\f161";
}

.icon-sort-numeric-asc:before {
content:"\f162";
}

.icon-sort-numeric-desc:before {
content:"\f163";
}

.icon-thumbs-up:before {
content:"\f164";
}

.icon-thumbs-down:before {
content:"\f165";
}

.icon-youtube-square:before {
content:"\f166";
}

.icon-youtube:before {
content:"\f167";
}

.icon-xing:before {
content:"\f168";
}

.icon-xing-square:before {
content:"\f169";
}

.icon-youtube-play:before {
content:"\f16a";
}

.icon-dropbox:before {
content:"\f16b";
}

.icon-stack-overflow:before {
content:"\f16c";
}

.icon-instagram:before {
content:"\f16d";
}

.icon-flickr:before {
content:"\f16e";
}

.icon-adn:before {
content:"\f170";
}

.icon-bitbucket:before {
content:"\f171";
}

.icon-bitbucket-square:before {
content:"\f172";
}

.icon-tumblr:before {
content:"\f173";
}

.icon-tumblr-square:before {
content:"\f174";
}

.icon-long-arrow-down:before {
content:"\f175";
}

.icon-long-arrow-up:before {
content:"\f176";
}

.icon-long-arrow-left:before {
content:"\f177";
}

.icon-long-arrow-right:before {
content:"\f178";
}

.icon-apple:before {
content:"\f179";
}

.icon-windows:before {
content:"\f17a";
}

.icon-android:before {
content:"\f17b";
}

.icon-linux:before {
content:"\f17c";
}

.icon-dribbble:before {
content:"\f17d";
}

.icon-skype:before {
content:"\f17e";
}

.icon-foursquare:before {
content:"\f180";
}

.icon-trello:before {
content:"\f181";
}

.icon-female:before {
content:"\f182";
}

.icon-male:before {
content:"\f183";
}

.icon-gittip:before,.icon-gratipay:before {
content:"\f184";
}

.icon-sun-o:before {
content:"\f185";
}

.icon-moon-o:before {
content:"\f186";
}

.icon-archive:before {
content:"\f187";
}

.icon-bug:before {
content:"\f188";
}

.icon-vk:before {
content:"\f189";
}

.icon-weibo:before {
content:"\f18a";
}

.icon-renren:before {
content:"\f18b";
}

.icon-pagelines:before {
content:"\f18c";
}

.icon-stack-exchange:before {
content:"\f18d";
}

.icon-arrow-circle-o-right:before {
content:"\f18e";
}

.icon-arrow-circle-o-left:before {
content:"\f190";
}

.icon-caret-square-o-left:before,.icon-toggle-left:before {
content:"\f191";
}

.icon-dot-circle-o:before {
content:"\f192";
}

.icon-wheelchair:before {
content:"\f193";
}

.icon-vimeo-square:before {
content:"\f194";
}

.icon-try:before,.icon-turkish-lira:before {
content:"\f195";
}

.icon-plus-square-o:before {
content:"\f196";
}

.icon-space-shuttle:before {
content:"\f197";
}

.icon-slack:before {
content:"\f198";
}

.icon-envelope-square:before {
content:"\f199";
}

.icon-wordpress:before {
content:"\f19a";
}

.icon-openid:before {
content:"\f19b";
}

.icon-bank:before,.icon-institution:before,.icon-university:before {
content:"\f19c";
}

.icon-graduation-cap:before,.icon-mortar-board:before {
content:"\f19d";
}

.icon-yahoo:before {
content:"\f19e";
}

.icon-google:before {
content:"\f1a0";
}

.icon-reddit:before {
content:"\f1a1";
}

.icon-reddit-square:before {
content:"\f1a2";
}

.icon-stumbleupon-circle:before {
content:"\f1a3";
}

.icon-stumbleupon:before {
content:"\f1a4";
}

.icon-delicious:before {
content:"\f1a5";
}

.icon-digg:before {
content:"\f1a6";
}

.icon-pied-piper:before {
content:"\f1a7";
}

.icon-pied-piper-alt:before {
content:"\f1a8";
}

.icon-drupal:before {
content:"\f1a9";
}

.icon-joomla:before {
content:"\f1aa";
}

.icon-language:before {
content:"\f1ab";
}

.icon-fax:before {
content:"\f1ac";
}

.icon-building:before {
content:"\f1ad";
}

.icon-child:before {
content:"\f1ae";
}

.icon-paw:before {
content:"\f1b0";
}

.icon-spoon:before {
content:"\f1b1";
}

.icon-cube:before {
content:"\f1b2";
}

.icon-cubes:before {
content:"\f1b3";
}

.icon-behance:before {
content:"\f1b4";
}

.icon-behance-square:before {
content:"\f1b5";
}

.icon-steam:before {
content:"\f1b6";
}

.icon-steam-square:before {
content:"\f1b7";
}

.icon-recycle:before {
content:"\f1b8";
}

.icon-automobile:before,.icon-car:before {
content:"\f1b9";
}

.icon-cab:before,.icon-taxi:before {
content:"\f1ba";
}

.icon-tree:before {
content:"\f1bb";
}

.icon-spotify:before {
content:"\f1bc";
}

.icon-deviantart:before {
content:"\f1bd";
}

.icon-soundcloud:before {
content:"\f1be";
}

.icon-database:before {
content:"\f1c0";
}

.icon-file-pdf-o:before {
content:"\f1c1";
}

.icon-file-word-o:before {
content:"\f1c2";
}

.icon-file-excel-o:before {
content:"\f1c3";
}

.icon-file-powerpoint-o:before {
content:"\f1c4";
}

.icon-file-image-o:before,.icon-file-photo-o:before,.icon-file-picture-o:before {
content:"\f1c5";
}

.icon-file-archive-o:before,.icon-file-zip-o:before {
content:"\f1c6";
}

.icon-file-audio-o:before,.icon-file-sound-o:before {
content:"\f1c7";
}

.icon-file-movie-o:before,.icon-file-video-o:before {
content:"\f1c8";
}

.icon-file-code-o:before {
content:"\f1c9";
}

.icon-vine:before {
content:"\f1ca";
}

.icon-codepen:before {
content:"\f1cb";
}

.icon-jsfiddle:before {
content:"\f1cc";
}

.icon-life-bouy:before,.icon-life-buoy:before,.icon-life-ring:before,.icon-life-saver:before,.icon-support:before {
content:"\f1cd";
}

.icon-circle-o-notch:before {
content:"\f1ce";
}

.icon-ra:before,.icon-rebel:before {
content:"\f1d0";
}

.icon-empire:before,.icon-ge:before {
content:"\f1d1";
}

.icon-git-square:before {
content:"\f1d2";
}

.icon-git:before {
content:"\f1d3";
}

.icon-hacker-news:before,.icon-y-combinator-square:before,.icon-yc-square:before {
content:"\f1d4";
}

.icon-tencent-weibo:before {
content:"\f1d5";
}

.icon-qq:before {
content:"\f1d6";
}

.icon-wechat:before,.icon-weixin:before {
content:"\f1d7";
}

.icon-paper-plane:before,.icon-send:before {
content:"\f1d8";
}

.icon-paper-plane-o:before,.icon-send-o:before {
content:"\f1d9";
}

.icon-history:before {
content:"\f1da";
}

.icon-circle-thin:before {
content:"\f1db";
}

.icon-header:before {
content:"\f1dc";
}

.icon-paragraph:before {
content:"\f1dd";
}

.icon-sliders:before {
content:"\f1de";
}

.icon-share-alt:before {
content:"\f1e0";
}

.icon-share-alt-square:before {
content:"\f1e1";
}

.icon-bomb:before {
content:"\f1e2";
}

.icon-futbol-o:before,.icon-soccer-ball-o:before {
content:"\f1e3";
}

.icon-tty:before {
content:"\f1e4";
}

.icon-binoculars:before {
content:"\f1e5";
}

.icon-plug:before {
content:"\f1e6";
}

.icon-slideshare:before {
content:"\f1e7";
}

.icon-twitch:before {
content:"\f1e8";
}

.icon-yelp:before {
content:"\f1e9";
}

.icon-newspaper-o:before {
content:"\f1ea";
}

.icon-wifi:before {
content:"\f1eb";
}

.icon-calculator:before {
content:"\f1ec";
}

.icon-paypal:before {
content:"\f1ed";
}

.icon-google-wallet:before {
content:"\f1ee";
}

.icon-cc-visa:before {
content:"\f1f0";
}

.icon-cc-mastercard:before {
content:"\f1f1";
}

.icon-cc-discover:before {
content:"\f1f2";
}

.icon-cc-amex:before {
content:"\f1f3";
}

.icon-cc-paypal:before {
content:"\f1f4";
}

.icon-cc-stripe:before {
content:"\f1f5";
}

.icon-bell-slash:before {
content:"\f1f6";
}

.icon-bell-slash-o:before {
content:"\f1f7";
}

.icon-trash:before {
content:"\f1f8";
}

.icon-copyright:before {
content:"\f1f9";
}

.icon-at:before {
content:"\f1fa";
}

.icon-eyedropper:before {
content:"\f1fb";
}

.icon-paint-brush:before {
content:"\f1fc";
}

.icon-birthday-cake:before {
content:"\f1fd";
}

.icon-area-chart:before {
content:"\f1fe";
}

.icon-pie-chart:before {
content:"\f200";
}

.icon-line-chart:before {
content:"\f201";
}

.icon-lastfm:before {
content:"\f202";
}

.icon-lastfm-square:before {
content:"\f203";
}

.icon-toggle-off:before {
content:"\f204";
}

.icon-toggle-on:before {
content:"\f205";
}

.icon-bicycle:before {
content:"\f206";
}

.icon-bus:before {
content:"\f207";
}

.icon-ioxhost:before {
content:"\f208";
}

.icon-angellist:before {
content:"\f209";
}

.icon-cc:before {
content:"\f20a";
}

.icon-ils:before,.icon-shekel:before,.icon-sheqel:before {
content:"\f20b";
}

.icon-meanpath:before {
content:"\f20c";
}

.icon-buysellads:before {
content:"\f20d";
}

.icon-connectdevelop:before {
content:"\f20e";
}

.icon-dashcube:before {
content:"\f210";
}

.icon-forumbee:before {
content:"\f211";
}

.icon-leanpub:before {
content:"\f212";
}

.icon-sellsy:before {
content:"\f213";
}

.icon-shirtsinbulk:before {
content:"\f214";
}

.icon-simplybuilt:before {
content:"\f215";
}

.icon-skyatlas:before {
content:"\f216";
}

.icon-cart-plus:before {
content:"\f217";
}

.icon-cart-arrow-down:before {
content:"\f218";
}

.icon-diamond:before {
content:"\f219";
}

.icon-ship:before {
content:"\f21a";
}

.icon-user-secret:before {
content:"\f21b";
}

.icon-motorcycle:before {
content:"\f21c";
}

.icon-street-view:before {
content:"\f21d";
}

.icon-heartbeat:before {
content:"\f21e";
}

.icon-venus:before {
content:"\f221";
}

.icon-mars:before {
content:"\f222";
}

.icon-mercury:before {
content:"\f223";
}

.icon-intersex:before,.icon-transgender:before {
content:"\f224";
}

.icon-transgender-alt:before {
content:"\f225";
}

.icon-venus-double:before {
content:"\f226";
}

.icon-mars-double:before {
content:"\f227";
}

.icon-venus-mars:before {
content:"\f228";
}

.icon-mars-stroke:before {
content:"\f229";
}

.icon-mars-stroke-v:before {
content:"\f22a";
}

.icon-mars-stroke-h:before {
content:"\f22b";
}

.icon-neuter:before {
content:"\f22c";
}

.icon-genderless:before {
content:"\f22d";
}

.icon-facebook-official:before {
content:"\f230";
}

.icon-pinterest-p:before {
content:"\f231";
}

.icon-whatsapp:before {
content:"\f232";
}

.icon-server:before {
content:"\f233";
}

.icon-user-plus:before {
content:"\f234";
}

.icon-user-times:before {
content:"\f235";
}

.icon-bed:before,.icon-hotel:before {
content:"\f236";
}

.icon-viacoin:before {
content:"\f237";
}

.icon-train:before {
content:"\f238";
}

.icon-subway:before {
content:"\f239";
}

.icon-medium:before {
content:"\f23a";
}

.icon-y-combinator:before,.icon-yc:before {
content:"\f23b";
}

.icon-optin-monster:before {
content:"\f23c";
}

.icon-opencart:before {
content:"\f23d";
}

.icon-expeditedssl:before {
content:"\f23e";
}

.icon-battery-4:before,.icon-battery-full:before {
content:"\f240";
}

.icon-battery-3:before,.icon-battery-three-quarters:before {
content:"\f241";
}

.icon-battery-2:before,.icon-battery-half:before {
content:"\f242";
}

.icon-battery-1:before,.icon-battery-quarter:before {
content:"\f243";
}

.icon-battery-0:before,.icon-battery-empty:before {
content:"\f244";
}

.icon-mouse-pointer:before {
content:"\f245";
}

.icon-i-cursor:before {
content:"\f246";
}

.icon-object-group:before {
content:"\f247";
}

.icon-object-ungroup:before {
content:"\f248";
}

.icon-sticky-note:before {
content:"\f249";
}

.icon-sticky-note-o:before {
content:"\f24a";
}

.icon-cc-jcb:before {
content:"\f24b";
}

.icon-cc-diners-club:before {
content:"\f24c";
}

.icon-clone:before {
content:"\f24d";
}

.icon-balance-scale:before {
content:"\f24e";
}

.icon-hourglass-o:before {
content:"\f250";
}

.icon-hourglass-1:before,.icon-hourglass-start:before {
content:"\f251";
}

.icon-hourglass-2:before,.icon-hourglass-half:before {
content:"\f252";
}

.icon-hourglass-3:before,.icon-hourglass-end:before {
content:"\f253";
}

.icon-hourglass:before {
content:"\f254";
}

.icon-hand-grab-o:before,.icon-hand-rock-o:before {
content:"\f255";
}

.icon-hand-paper-o:before,.icon-hand-stop-o:before {
content:"\f256";
}

.icon-hand-scissors-o:before {
content:"\f257";
}

.icon-hand-lizard-o:before {
content:"\f258";
}

.icon-hand-spock-o:before {
content:"\f259";
}

.icon-hand-pointer-o:before {
content:"\f25a";
}

.icon-hand-peace-o:before {
content:"\f25b";
}

.icon-trademark:before {
content:"\f25c";
}

.icon-registered:before {
content:"\f25d";
}

.icon-creative-commons:before {
content:"\f25e";
}

.icon-gg:before {
content:"\f260";
}

.icon-gg-circle:before {
content:"\f261";
}

.icon-tripadvisor:before {
content:"\f262";
}

.icon-odnoklassniki:before {
content:"\f263";
}

.icon-odnoklassniki-square:before {
content:"\f264";
}

.icon-get-pocket:before {
content:"\f265";
}

.icon-wikipedia-w:before {
content:"\f266";
}

.icon-safari:before {
content:"\f267";
}

.icon-chrome:before {
content:"\f268";
}

.icon-firefox:before {
content:"\f269";
}

.icon-opera:before {
content:"\f26a";
}

.icon-internet-explorer:before {
content:"\f26b";
}

.icon-television:before,.icon-tv:before {
content:"\f26c";
}

.icon-contao:before {
content:"\f26d";
}

.icon-500px:before {
content:"\f26e";
}

.icon-amazon:before {
content:"\f270";
}

.icon-calendar-plus-o:before {
content:"\f271";
}

.icon-calendar-minus-o:before {
content:"\f272";
}

.icon-calendar-times-o:before {
content:"\f273";
}

.icon-calendar-check-o:before {
content:"\f274";
}

.icon-industry:before {
content:"\f275";
}

.icon-map-pin:before {
content:"\f276";
}

.icon-map-signs:before {
content:"\f277";
}

.icon-map-o:before {
content:"\f278";
}

.icon-map:before {
content:"\f279";
}

.icon-commenting:before {
content:"\f27a";
}

.icon-commenting-o:before {
content:"\f27b";
}

.icon-houzz:before {
content:"\f27c";
}

.icon-vimeo:before {
content:"\f27d";
}

.icon-black-tie:before {
content:"\f27e";
}

.icon-fonticons:before {
content:"\f280";
}

.icon-fw,.icon-li {
text-align:center;
}@font-face {
font-family:linecons;
src:url(/wp-content/themes/specular/font/linecons.eot);
src:url(/wp-content/themes/specular/font/linecons.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/specular/font/linecons.ttf) format("truetype"),url(/wp-content/themes/specular/font/linecons.woff) format("woff"),url(/wp-content/themes/specular/font/linecons.svg#linecons) format("svg");
font-weight:400;
font-style:normal;
}

[class*=" linecon-icon-"],[class^=linecon-icon-] {
font-family:linecons;
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;
}

.linecon-icon-heart:before {
content:"\e600";
}

.linecon-icon-cloud:before {
content:"\e601";
}

.linecon-icon-star:before {
content:"\e602";
}

.linecon-icon-tv:before {
content:"\e603";
}

.linecon-icon-sound:before {
content:"\e604";
}

.linecon-icon-video:before {
content:"\e605";
}

.linecon-icon-trash:before {
content:"\e606";
}

.linecon-icon-user:before {
content:"\e607";
}

.linecon-icon-key:before {
content:"\e608";
}

.linecon-icon-search:before {
content:"\e609";
}

.linecon-icon-eye:before {
content:"\e60a";
}

.linecon-icon-bubble:before {
content:"\e60b";
}

.linecon-icon-stack:before {
content:"\e60c";
}

.linecon-icon-cup:before {
content:"\e60d";
}

.linecon-icon-phone:before {
content:"\e60e";
}

.linecon-icon-news:before {
content:"\e60f";
}

.linecon-icon-mail:before {
content:"\e610";
}

.linecon-icon-like:before {
content:"\e611";
}

.linecon-icon-photo:before {
content:"\e612";
}

.linecon-icon-note:before {
content:"\e613";
}

.linecon-icon-food:before {
content:"\e614";
}

.linecon-icon-t-shirt:before {
content:"\e615";
}

.linecon-icon-fire:before {
content:"\e616";
}

.linecon-icon-clip:before {
content:"\e617";
}

.linecon-icon-shop:before {
content:"\e618";
}

.linecon-icon-calendar:before {
content:"\e619";
}

.linecon-icon-wallet:before {
content:"\e61a";
}

.linecon-icon-vynil:before {
content:"\e61b";
}

.linecon-icon-truck:before {
content:"\e61c";
}

.linecon-icon-world:before {
content:"\e61d";
}

.linecon-icon-clock:before {
content:"\e61e";
}

.linecon-icon-paperplane:before {
content:"\e61f";
}

.linecon-icon-params:before {
content:"\e620";
}

.linecon-icon-banknote:before {
content:"\e621";
}

.linecon-icon-data:before {
content:"\e622";
}

.linecon-icon-music:before {
content:"\e623";
}

.linecon-icon-megaphone:before {
content:"\e624";
}

.linecon-icon-study:before {
content:"\e625";
}

.linecon-icon-lab:before {
content:"\e626";
}

.linecon-icon-location:before {
content:"\e627";
}

.linecon-icon-display:before {
content:"\e628";
}

.linecon-icon-diamond:before {
content:"\e629";
}

.linecon-icon-pen:before {
content:"\e62a";
}

.linecon-icon-bulb:before {
content:"\e62b";
}

.linecon-icon-lock:before {
content:"\e62c";
}

.linecon-icon-tag:before {
content:"\e62d";
}

.linecon-icon-camera:before {
content:"\e62e";
}

.linecon-icon-settings:before {
content:"\e62f";
}@font-face {
font-family:steadysets;
src:url(/wp-content/themes/specular/font/steadysets.eot);
src:url(/wp-content/themes/specular/font/steadysets.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/specular/font/steadysets.ttf) format("truetype"),url(/wp-content/themes/specular/font/steadysets.woff) format("woff"),url(/wp-content/themes/specular/font/steadysets.svg#icomoon) format("svg");
font-weight:400;
font-style:normal;
}

[class*=" steadysets-icon-"],[class^=steadysets-icon-] {
font-family:steadysets;
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;
}

.steadysets-icon-type:before {
content:"\e600";
}

.steadysets-icon-box:before {
content:"\e601";
}

.steadysets-icon-archive:before {
content:"\e602";
}

.steadysets-icon-envelope:before {
content:"\e603";
}

.steadysets-icon-email:before {
content:"\e604";
}

.steadysets-icon-files:before {
content:"\e605";
}

.steadysets-icon-uniE606:before {
content:"\e606";
}

.steadysets-icon-connection-empty:before {
content:"\e607";
}

.steadysets-icon-connection-25:before {
content:"\e608";
}

.steadysets-icon-connection-50:before {
content:"\e609";
}

.steadysets-icon-connection-75:before {
content:"\e60a";
}

.steadysets-icon-connection-full:before {
content:"\e60b";
}

.steadysets-icon-microphone:before {
content:"\e60c";
}

.steadysets-icon-microphone-off:before {
content:"\e60d";
}

.steadysets-icon-book:before {
content:"\e60e";
}

.steadysets-icon-cloud:before {
content:"\e60f";
}

.steadysets-icon-book2:before {
content:"\e610";
}

.steadysets-icon-star:before {
content:"\e611";
}

.steadysets-icon-phone-portrait:before {
content:"\e612";
}

.steadysets-icon-phone-landscape:before {
content:"\e613";
}

.steadysets-icon-tablet:before {
content:"\e614";
}

.steadysets-icon-tablet-landscape:before {
content:"\e615";
}

.steadysets-icon-laptop:before {
content:"\e616";
}

.steadysets-icon-uniE617:before {
content:"\e617";
}

.steadysets-icon-barbell:before {
content:"\e618";
}

.steadysets-icon-stopwatch:before {
content:"\e619";
}

.steadysets-icon-atom:before {
content:"\e61a";
}

.steadysets-icon-syringe:before {
content:"\e61b";
}

.steadysets-icon-pencil:before {
content:"\e61c";
}

.steadysets-icon-chart:before {
content:"\e61d";
}

.steadysets-icon-bars:before {
content:"\e61e";
}

.steadysets-icon-cube:before {
content:"\e61f";
}

.steadysets-icon-image:before {
content:"\e620";
}

.steadysets-icon-crop:before {
content:"\e621";
}

.steadysets-icon-graph:before {
content:"\e622";
}

.steadysets-icon-select:before {
content:"\e623";
}

.steadysets-icon-bucket:before {
content:"\e624";
}

.steadysets-icon-mug:before {
content:"\e625";
}

.steadysets-icon-clipboard:before {
content:"\e626";
}

.steadysets-icon-lab:before {
content:"\e627";
}

.steadysets-icon-bones:before {
content:"\e628";
}

.steadysets-icon-pill:before {
content:"\e629";
}

.steadysets-icon-bolt:before {
content:"\e62a";
}

.steadysets-icon-health:before {
content:"\e62b";
}

.steadysets-icon-map-marker:before {
content:"\e62c";
}

.steadysets-icon-stack:before {
content:"\e62d";
}

.steadysets-icon-newspaper:before {
content:"\e62e";
}

.steadysets-icon-uniE62F:before {
content:"\e62f";
}

.steadysets-icon-coffee:before {
content:"\e630";
}

.steadysets-icon-bill:before {
content:"\e631";
}

.steadysets-icon-sun:before {
content:"\e632";
}

.steadysets-icon-vcard:before {
content:"\e633";
}

.steadysets-icon-shorts:before {
content:"\e634";
}

.steadysets-icon-drink:before {
content:"\e635";
}

.steadysets-icon-diamond:before {
content:"\e636";
}

.steadysets-icon-bag:before {
content:"\e637";
}

.steadysets-icon-calculator:before {
content:"\e638";
}

.steadysets-icon-credit-cards:before {
content:"\e639";
}

.steadysets-icon-microwave-oven:before {
content:"\e63a";
}

.steadysets-icon-camera:before {
content:"\e63b";
}

.steadysets-icon-share:before {
content:"\e63c";
}

.steadysets-icon-bullhorn:before {
content:"\e63d";
}

.steadysets-icon-user:before {
content:"\e63e";
}

.steadysets-icon-users:before {
content:"\e63f";
}

.steadysets-icon-user2:before {
content:"\e640";
}

.steadysets-icon-users2:before {
content:"\e641";
}

.steadysets-icon-unlocked:before {
content:"\e642";
}

.steadysets-icon-unlocked2:before {
content:"\e643";
}

.steadysets-icon-lock:before {
content:"\e644";
}

.steadysets-icon-forbidden:before {
content:"\e645";
}

.steadysets-icon-switch:before {
content:"\e646";
}

.steadysets-icon-meter:before {
content:"\e647";
}

.steadysets-icon-flag:before {
content:"\e648";
}

.steadysets-icon-home:before {
content:"\e649";
}

.steadysets-icon-printer:before {
content:"\e64a";
}

.steadysets-icon-clock:before {
content:"\e64b";
}

.steadysets-icon-calendar:before {
content:"\e64c";
}

.steadysets-icon-comment:before {
content:"\e64d";
}

.steadysets-icon-chat-3:before {
content:"\e64e";
}

.steadysets-icon-chat-2:before {
content:"\e64f";
}

.steadysets-icon-chat-1:before {
content:"\e650";
}

.steadysets-icon-chat:before {
content:"\e651";
}

.steadysets-icon-zoom-out:before {
content:"\e652";
}

.steadysets-icon-zoom-in:before {
content:"\e653";
}

.steadysets-icon-search:before {
content:"\e654";
}

.steadysets-icon-trashcan:before {
content:"\e655";
}

.steadysets-icon-tag:before {
content:"\e656";
}

.steadysets-icon-download:before {
content:"\e657";
}

.steadysets-icon-paperclip:before {
content:"\e658";
}

.steadysets-icon-checkbox:before {
content:"\e659";
}

.steadysets-icon-checkbox-checked:before {
content:"\e65a";
}

.steadysets-icon-checkmark:before {
content:"\e65b";
}

.steadysets-icon-refresh:before {
content:"\e65c";
}

.steadysets-icon-reload:before {
content:"\e65d";
}

.steadysets-icon-arrow-right:before {
content:"\e65e";
}

.steadysets-icon-arrow-down:before {
content:"\e65f";
}

.steadysets-icon-arrow-up:before {
content:"\e660";
}

.steadysets-icon-arrow-left:before {
content:"\e661";
}

.steadysets-icon-settings:before {
content:"\e662";
}

.steadysets-icon-battery-full:before {
content:"\e663";
}

.steadysets-icon-battery-75:before {
content:"\e664";
}

.steadysets-icon-battery-50:before {
content:"\e665";
}

.steadysets-icon-battery-25:before {
content:"\e666";
}

.steadysets-icon-battery-empty:before {
content:"\e667";
}

.steadysets-icon-battery-charging:before {
content:"\e668";
}

.steadysets-icon-uniE669:before {
content:"\e669";
}

.steadysets-icon-grid:before {
content:"\e66a";
}

.steadysets-icon-list:before {
content:"\e66b";
}

.steadysets-icon-wifi-low:before {
content:"\e66c";
}

.steadysets-icon-folder-check:before {
content:"\e66d";
}

.steadysets-icon-folder-settings:before {
content:"\e66e";
}

.steadysets-icon-folder-add:before {
content:"\e66f";
}

.steadysets-icon-folder:before {
content:"\e670";
}

.steadysets-icon-window:before {
content:"\e671";
}

.steadysets-icon-windows:before {
content:"\e672";
}

.steadysets-icon-browser:before {
content:"\e673";
}

.steadysets-icon-file-broken:before {
content:"\e674";
}

.steadysets-icon-align-justify:before {
content:"\e675";
}

.steadysets-icon-align-center:before {
content:"\e676";
}

.steadysets-icon-align-right:before {
content:"\e677";
}

.steadysets-icon-align-left:before {
content:"\e678";
}

.steadysets-icon-file:before {
content:"\e679";
}

.steadysets-icon-file-add:before {
content:"\e67a";
}

.steadysets-icon-file-settings:before {
content:"\e67b";
}

.steadysets-icon-mute:before {
content:"\e67c";
}

.steadysets-icon-heart:before {
content:"\e67d";
}

.steadysets-icon-enter:before {
content:"\e67e";
}

.steadysets-icon-volume-decrease:before {
content:"\e67f";
}

.steadysets-icon-wifi-mid:before {
content:"\e680";
}

.steadysets-icon-volume:before {
content:"\e681";
}

.steadysets-icon-bookmark:before {
content:"\e682";
}

.steadysets-icon-screen:before {
content:"\e683";
}

.steadysets-icon-map:before {
content:"\e684";
}

.steadysets-icon-measure:before {
content:"\e685";
}

.steadysets-icon-eyedropper:before {
content:"\e686";
}

.steadysets-icon-support:before {
content:"\e687";
}

.steadysets-icon-phone:before {
content:"\e688";
}

.steadysets-icon-email2:before {
content:"\e689";
}

.steadysets-icon-volume-increase:before {
content:"\e68a";
}

.steadysets-icon-wifi-full:before {
content:"\e68b";
}@charset "utf-8";

.he-wrap {
position:relative;
zoom:1;
display:inline-block;
*display:inline;
position:relative;
}

.he-view,.he-zoom {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
overflow:hidden;
visibility:hidden;
}

.he-zoom img {
position:absolute;
top:0;
left:0;
}

.he-zoomstate {
position:absolute;
bottom:0;
right:0;
background:#c00;
color:#fff;
border-radius:3px 0 0 0;
font-size:12px;
line-height:16px;
padding:0 4px;
box-shadow:-1px -1px 1px rgba(204,0,0,.3);
}

.he-view-show {
visibility:visible;
}

.he-sliders {
overflow:hidden;
}

.he-sliders img {
display:none;
}

.he-sliders img:first-child {
display:inline-block;
*display:inline;
*zoom:1;
}

.he-pre,.he-next {
position:absolute;
top:50%;
left:0;
width:61px;
height:35px;
margin-top:-18px;
background:url(/wp-content/themes/specular/css/nav.png) no-repeat top left;
cursor:pointer;
}

.he-next {
left:auto;
right:0;
background-position:top right;
}

.a0,.a1,.a2,.a3,.a4,.a5,.a6,.a7 {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.6s;
-moz-animation-duration:.6s;
-ms-animation-duration:.6s;
-o-animation-duration:.6s;
animation-duration:.6s;
}

.a1 {
-webkit-animation-delay:.2s;
-moz-animation-delay:.2s;
-o-animation-delay:.2s;
animation-delay:.2s;
}

.a2 {
-webkit-animation-delay:.4s;
-moz-animation-delay:.4s;
-o-animation-delay:.4s;
animation-delay:.4s;
}

.a3 {
-webkit-animation-delay:.6s;
-moz-animation-delay:.6s;
-o-animation-delay:.6s;
animation-delay:.6s;
}

.a4 {
-webkit-animation-delay:.8s;
-moz-animation-delay:.8s;
-o-animation-delay:.8s;
animation-delay:.8s;
}

.a5 {
-webkit-animation-delay:1s;
-moz-animation-delay:1s;
-o-animation-delay:1s;
animation-delay:1s;
}

.a6 {
-webkit-animation-delay:1.2s;
-moz-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s;
}

.a7 {
-webkit-animation-delay:1.4s;
-moz-animation-delay:1.4s;
-o-animation-delay:1.4s;
animation-delay:1.4s;
}

@-webkit-keyframes flipInLeft {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
opacity:.5;
}

60% {
-webkit-transform:perspective(400px) rotateY(-10deg);
}

80% {
-webkit-transform:perspective(400px) rotateY(5deg);
}

100% {
-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

@-moz-keyframes flipInLeft {
0% {
-moz-transform:perspective(400px) rotateY(90deg);
opacity:.5;
}

60% {
-moz-transform:perspective(400px) rotateY(-10deg);
}

80% {
-moz-transform:perspective(400px) rotateY(5deg);
}

100% {
-moz-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

@-o-keyframes flipInLeft {
0% {
-o-transform:perspective(400px) rotateY(90deg);
opacity:.5;
}

60% {
-o-transform:perspective(400px) rotateY(-10deg);
}

80% {
-o-transform:perspective(400px) rotateY(5deg);
}

100% {
-o-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

@keyframes flipInLeft {
0% {
transform:perspective(400px) rotateY(90deg);
opacity:.5;
}

60% {
transform:perspective(400px) rotateY(-10deg);
}

80% {
transform:perspective(400px) rotateY(5deg);
}

100% {
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

.flipInLeft {
-webkit-transform-style:preserve-3d;
-webkit-animation-name:flipInLeft;
-webkit-transform-origin:0 50%;
-moz-transform-style:preserve-3d;
-moz-animation-name:flipInLeft;
-moz-transform-origin:0 50%;
-o-transform-style:preserve-3d;
-o-animation-name:flipInLeft;
-o-transform-origin:0 50%;
transform-style:preserve-3d;
animation-name:flipInLeft;
transform-origin:0 50%;
}

@-webkit-keyframes flipInRight {
0% {
-webkit-transform:perspective(400px) rotateY(-90deg);
opacity:.5;
}

60% {
-webkit-transform:perspective(400px) rotateY(10deg);
}

80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
}

100% {
-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

@-moz-keyframes flipInRight {
0% {
-moz-transform:perspective(400px) rotateY(-90deg);
opacity:.5;
}

60% {
-moz-transform:perspective(400px) rotateY(10deg);
}

80% {
-moz-transform:perspective(400px) rotateY(-5deg);
}

100% {
-moz-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

@-o-keyframes flipInRight {
0% {
-o-transform:perspective(400px) rotateY(-90deg);
opacity:.5;
}

60% {
-o-transform:perspective(400px) rotateY(10deg);
}

80% {
-o-transform:perspective(400px) rotateY(-5deg);
}

100% {
-o-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

@keyframes flipInRight {
0% {
transform:perspective(400px) rotateY(-90deg);
opacity:.5;
}

60% {
transform:perspective(400px) rotateY(10deg);
}

80% {
transform:perspective(400px) rotateY(-5deg);
}

100% {
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}

.flipInRight {
-webkit-transform-style:preserve-3d;
-webkit-animation-name:flipInRight;
-webkit-transform-origin:100% 50%;
-moz-transform-style:preserve-3d;
-moz-animation-name:flipInRight;
-moz-transform-origin:100% 50%;
-o-transform-style:preserve-3d;
-o-animation-name:flipInRight;
-o-transform-origin:100% 50%;
transform-style:preserve-3d;
animation-name:flipInRight;
transform-origin:100% 50%;
}

@-webkit-keyframes flipInDown {
0% {
-webkit-transform:perspective(400px) rotateX(-90deg);
opacity:.5;
}

60% {
-webkit-transform:perspective(400px) rotateX(10deg);
}

80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
}

100% {
-webkit-transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}

@-moz-keyframes flipInDown {
0% {
-moz-transform:perspective(400px) rotateX(-90deg);
opacity:.5;
}

60% {
-moz-transform:perspective(400px) rotateX(10deg);
}

80% {
-moz-transform:perspective(400px) rotateX(-5deg);
}

100% {
-moz-transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}

@-o-keyframes flipInDown {
0% {
-o-transform:perspective(400px) rotateX(-90deg);
opacity:.5;
}

60% {
-o-transform:perspective(400px) rotateX(10deg);
}

80% {
-o-transform:perspective(400px) rotateX(-5deg);
}

100% {
-o-transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}

@keyframes flipInDown {
0% {
transform:perspective(400px) rotateX(-90deg);
opacity:.5;
}

60% {
transform:perspective(400px) rotateX(10deg);
}

80% {
transform:perspective(400px) rotateX(-5deg);
}

100% {
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}

.flipInDown {
-webkit-transform-style:preserve-3d;
-webkit-animation-name:flipInDown;
-webkit-transform-origin:50% 0;
-moz-transform-style:preserve-3d;
-moz-animation-name:flipInDown;
-moz-transform-origin:50% 0;
-o-transform-style:preserve-3d;
-o-animation-name:flipInDown;
-o-transform-origin:50% 0;
transform-style:preserve-3d;
animation-name:flipInDown;
transform-origin:50% 0;
}

@-webkit-keyframes flipInUp {
0% {
-webkit-transform:perspective(300px) rotateX(90deg);
opacity:.5;
-webkit-transform:perspective(300px) rotateX(90deg);
opacity:.5;
}

60% {
-webkit-transform:perspective(300px) rotateX(-10deg);
-webkit-transform:perspective(300px) rotateX(-10deg);
}

80% {
-webkit-transform:perspective(300px) rotateX(5deg);
-webkit-transform:perspective(300px) rotateX(5deg);
}

100% {
-webkit-transform:perspective(300px) rotateX(0deg);
opacity:1;
-webkit-transform:perspective(300px) rotateX(0deg);
opacity:1;
}
}

@-moz-keyframes flipInUp {
0% {
-moz-transform:perspective(300px) rotateX(90deg);
opacity:.5;
}

60% {
-moz-transform:perspective(300px) rotateX(-10deg);
}

80% {
-moz-transform:perspective(300px) rotateX(5deg);
}

100% {
-moz-transform:perspective(300px) rotateX(0deg);
opacity:1;
}
}

@-o-keyframes flipInUp {
0% {
-o-transform:perspective(300px) rotateX(90deg);
opacity:.5;
}

60% {
-o-transform:perspective(300px) rotateX(-10deg);
}

80% {
-o-transform:perspective(300px) rotateX(5deg);
}

100% {
-o-transform:perspective(300px) rotateX(0deg);
opacity:1;
}
}

@keyframes flipInUp {
0% {
transform:perspective(300px) rotateX(90deg);
opacity:.5;
}

60% {
transform:perspective(300px) rotateX(-10deg);
}

80% {
transform:perspective(300px) rotateX(5deg);
}

100% {
transform:perspective(300px) rotateX(0deg);
opacity:1;
}
}

.flipInUp {
-webkit-transform-style:preserve-3d;
-webkit-animation-name:flipInUp;
-webkit-transform-origin:50% 100%;
-moz-transform-style:preserve-3d;
-moz-animation-name:flipInUp;
-moz-transform-origin:50% 100%;
-o-transform-style:preserve-3d;
-o-animation-name:flipInUp;
-o-transform-origin:50% 100%;
transform-style:preserve-3d;
animation-name:flipInUp;
transform-origin:50% 100%;
}

.flipInV,flipInH {
-webkit-transform-style:preserve-3d;
-webkit-animation-name:flipInDown;
-webkit-transform-origin:50% 50%;
-moz-transform-style:preserve-3d;
-moz-animation-name:flipInDown;
-moz-transform-origin:50% 50%;
-o-transform-style:preserve-3d;
-o-animation-name:flipInDown;
-o-transform-origin:50% 50%;
transform-style:preserve-3d;
animation-name:flipInDown;
transform-origin:50% 50%;
}

.flipInH {
-webkit-animation-name:flipInLeft;
-moz-animation-name:flipInLeft;
-o-animation-name:flipInLeft;
animation-name:flipInLeft;
}

@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale(.3);
}

50% {
opacity:1;
-webkit-transform:scale(1.05);
}

70% {
-webkit-transform:scale(.9);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes zoomIn {
0% {
opacity:0;
-moz-transform:scale(.3);
}

50% {
opacity:1;
-moz-transform:scale(1.05);
}

70% {
-moz-transform:scale(.9);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes zoomIn {
0% {
opacity:0;
-o-transform:scale(.3);
}

50% {
opacity:1;
-o-transform:scale(1.05);
}

70% {
-o-transform:scale(.9);
}

100% {
-o-transform:scale(1);
}
}

@keyframes zoomIn {
0% {
opacity:0;
transform:scale(.3);
}

50% {
opacity:1;
transform:scale(1.05);
}

70% {
transform:scale(.9);
}

100% {
transform:scale(1);
}
}

.zoomIn {
-webkit-animation-name:zoomIn;
-moz-animation-name:zoomIn;
-o-animation-name:zoomIn;
animation-name:zoomIn;
}

@-webkit-keyframes zoomInLeft {
0% {
opacity:.3;
-webkit-transform:scale(.4) translateX(-1000px);
}

70% {
opacity:1;
-webkit-transform:scale(1.05);
}

90% {
-webkit-transform:scale(.95) translateX(0px);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes zoomInLeft {
0% {
opacity:.3;
-moz-transform:scale(.4) translateX(-1000px);
}

70% {
opacity:1;
-moz-transform:scale(1.05);
}

90% {
-moz-transform:scale(.95) translateX(0px);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes zoomInLeft {
0% {
opacity:.3;
-o-transform:scale(.4) translateX(-1000px);
}

70% {
opacity:1;
-o-transform:scale(1.05);
}

90% {
-o-transform:scale(.95) translateX(0px);
}

100% {
-o-transform:scale(1);
}
}

@keyframes zoomInLeft {
0% {
opacity:.3;
transform:scale(.4) translateX(-1000px);
}

70% {
opacity:1;
transform:scale(1.05);
}

90% {
transform:scale(.95) translateX(0px);
}

100% {
transform:scale(1);
}
}

.zoomInLeft {
-webkit-animation-name:zoomInLeft;
-moz-animation-name:zoomInLeft;
-o-animation-name:zoomInLeft;
animation-name:zoomInLeft;
}

@-webkit-keyframes zoomInRight {
0% {
opacity:.3;
-webkit-transform:scale(.4) translateX(1000px);
}

70% {
opacity:1;
-webkit-transform:scale(1.05);
}

90% {
-webkit-transform:scale(.95) translateX(0px);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes zoomInRight {
0% {
opacity:.3;
-moz-transform:scale(.4) translateX(1000px);
}

70% {
opacity:1;
-moz-transform:scale(1.05);
}

90% {
-moz-transform:scale(.95) translateX(0px);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes zoomInRight {
0% {
opacity:.3;
-o-transform:scale(.4) translateX(1000px);
}

70% {
opacity:1;
-o-transform:scale(1.05);
}

90% {
-o-transform:scale(.95) translateX(0px);
}

100% {
-o-transform:scale(1);
}
}

@keyframes zoomInRight {
0% {
opacity:.3;
transform:scale(.4) translateX(1000px);
}

70% {
opacity:1;
transform:scale(1.05);
}

90% {
transform:scale(.95) translateX(0px);
}

100% {
transform:scale(1);
}
}

.zoomInRight {
-webkit-animation-name:zoomInRight;
-moz-animation-name:zoomInRight;
-o-animation-name:zoomInRight;
animation-name:zoomInRight;
}

@-webkit-keyframes zoomInUp {
0% {
opacity:.3;
-webkit-transform:scale(.4) translateY(-1000px);
}

70% {
opacity:1;
-webkit-transform:scale(1.05);
}

90% {
-webkit-transform:scale(.95) translateY(0px);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes zoomInUp {
0% {
opacity:.3;
-moz-transform:scale(.4) translateY(-1000px);
}

70% {
opacity:1;
-moz-transform:scale(1.05);
}

90% {
-moz-transform:scale(.95) translateY(0px);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes zoomInUp {
0% {
opacity:.3;
-o-transform:scale(.4) translateY(-1000px);
}

70% {
opacity:1;
-o-transform:scale(1.05);
}

90% {
-o-transform:scale(.95) translateY(0px);
}

100% {
-o-transform:scale(1);
}
}

@keyframes zoomInUp {
0% {
opacity:.3;
transform:scale(.4) translateY(-1000px);
}

70% {
opacity:1;
transform:scale(1.05);
}

90% {
transform:scale(.95) translateY(0px);
}

100% {
transform:scale(1);
}
}

.zoomInUp {
-webkit-animation-name:zoomInUp;
-moz-animation-name:zoomInUp;
-o-animation-name:zoomInUp;
animation-name:zoomInUp;
}

@-webkit-keyframes zoomInDown {
0% {
opacity:.3;
-webkit-transform:scale(.4) translateY(1000px);
}

70% {
opacity:1;
-webkit-transform:scale(1.05);
}

90% {
-webkit-transform:scale(.95) translateY(0px);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes zoomInDown {
0% {
opacity:.3;
-moz-transform:scale(.4) translateY(1000px);
}

70% {
opacity:1;
-moz-transform:scale(1.05);
}

90% {
-moz-transform:scale(.95) translateY(0px);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes zoomInDown {
0% {
opacity:.3;
-o-transform:scale(.4) translateY(1000px);
}

70% {
opacity:1;
-o-transform:scale(1.05);
}

90% {
-o-transform:scale(.95) translateY(0px);
}

100% {
-o-transform:scale(1);
}
}

@keyframes zoomInDown {
0% {
opacity:.3;
transform:scale(.4) translateY(1000px);
}

70% {
opacity:1;
transform:scale(1.05);
}

90% {
transform:scale(.95) translateY(0px);
}

100% {
transform:scale(1);
}
}

.zoomInDown {
-webkit-animation-name:zoomInDown;
-moz-animation-name:zoomInDown;
-o-animation-name:zoomInDown;
animation-name:zoomInDown;
}

@-webkit-keyframes fadeIn {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

@-moz-keyframes fadeIn {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

@-o-keyframes fadeIn {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

@keyframes fadeIn {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

.fadeIn {
-webkit-animation-name:fadeIn;
-moz-animation-name:fadeIn;
-o-animation-name:fadeIn;
animation-name:fadeIn;
}

@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-100%);
}

100% {
opacity:1;
-webkit-transform:translateX(0%);
}
}

@-moz-keyframes fadeInLeft {
0% {
opacity:0;
-moz-transform:translateX(-100%);
}

100% {
opacity:1;
-moz-transform:translateX(0%);
}
}

@-o-keyframes fadeInLeft {
0% {
opacity:0;
-o-transform:translateX(-100%);
}

100% {
opacity:1;
-o-transform:translateX(0%);
}
}

@keyframes fadeInLeft {
0% {
opacity:0;
transform:translateX(-100%);
}

100% {
opacity:1;
transform:translateX(0%);
}
}

.fadeInLeft {
-webkit-animation-name:fadeInLeft;
-moz-animation-name:fadeInLeft;
-o-animation-name:fadeInLeft;
animation-name:fadeInLeft;
}

@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(100%);
}

100% {
opacity:1;
-webkit-transform:translateX(0%);
}
}

@-moz-keyframes fadeInRight {
0% {
opacity:0;
-moz-transform:translateX(100%);
}

100% {
opacity:1;
-moz-transform:translateX(0%);
}
}

@-o-keyframes fadeInRight {
0% {
opacity:0;
-o-transform:translateX(100%);
}

100% {
opacity:1;
-o-transform:translateX(0%);
}
}

@keyframes fadeInRight {
0% {
opacity:0;
transform:translateX(100%);
}

100% {
opacity:1;
transform:translateX(0%);
}
}

.fadeInRight {
-webkit-animation-name:fadeInRight;
-moz-animation-name:fadeInRight;
-o-animation-name:fadeInRight;
animation-name:fadeInRight;
}

@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(100%);
}

100% {
opacity:1;
-webkit-transform:translateY(0%);
}
}

@-moz-keyframes fadeInUp {
0% {
opacity:0;
-moz-transform:translateY(100%);
}

100% {
opacity:1;
-moz-transform:translateY(0%);
}
}

@-o-keyframes fadeInUp {
0% {
opacity:0;
-o-transform:translateY(100%);
}

100% {
opacity:1;
-o-transform:translateY(0%);
}
}

@keyframes fadeInUp {
0% {
opacity:0;
transform:translateY(100%);
}

100% {
opacity:1;
transform:translateY(0%);
}
}

.fadeInUp {
-webkit-animation-name:fadeInUp;
-moz-animation-name:fadeInUp;
-o-animation-name:fadeInUp;
animation-name:fadeInUp;
}

@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-100%);
}

100% {
opacity:1;
-webkit-transform:translateY(0%);
}
}

@-moz-keyframes fadeInDown {
0% {
opacity:0;
-moz-transform:translateY(-100%);
}

100% {
opacity:1;
-moz-transform:translateY(0%);
}
}

@-o-keyframes fadeInDown {
0% {
opacity:0;
-o-transform:translateY(-100%);
}

100% {
opacity:1;
-o-transform:translateY(0%);
}
}

@keyframes fadeInDown {
0% {
opacity:0;
transform:translateY(-100%);
}

100% {
opacity:1;
transform:translateY(0%);
}
}

.fadeInDown {
-webkit-animation-name:fadeInDown;
-moz-animation-name:fadeInDown;
-o-animation-name:fadeInDown;
animation-name:fadeInDown;
}

@-webkit-keyframes rotateIn {
0% {
opacity:0;
-webkit-transform:rotate(360deg) scale(.1);
}

100% {
opacity:1;
-webkit-transform:rotate(0deg) scale(1);
}
}

@-moz-keyframes rotateIn {
0% {
opacity:0;
-moz-transform:rotate(360deg) scale(.1);
}

100% {
opacity:1;
-moz-transform:rotate(0deg) scale(1);
}
}

@-o-keyframes rotateIn {
0% {
opacity:0;
-o-transform:rotate(360deg) scale(.1);
}

100% {
opacity:1;
-o-transform:rotate(0deg) scale(1);
}
}

@keyframes rotateIn {
0% {
opacity:0;
transform:rotate(360deg) scale(.1);
}

100% {
opacity:1;
transform:rotate(0deg) scale(1);
}
}

.rotateIn {
-webkit-animation-name:rotateIn;
-moz-animation-name:rotateIn;
-o-animation-name:rotateIn;
animation-name:rotateIn;
}

@-webkit-keyframes rotateInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
}

100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
}
}

@-moz-keyframes rotateInLeft {
0% {
opacity:0;
-moz-transform:translateX(-100%) rotate(-120deg);
}

100% {
opacity:1;
-moz-transform:translateX(0px) rotate(0deg);
}
}

@-o-keyframes rotateInLeft {
0% {
opacity:0;
-o-transform:translateX(-100%) rotate(-120deg);
}

100% {
opacity:1;
-o-transform:translateX(0px) rotate(0deg);
}
}

@keyframes rotateInLeft {
0% {
opacity:0;
transform:translateX(-100%) rotate(-120deg);
}

100% {
opacity:1;
transform:translateX(0px) rotate(0deg);
}
}

.rotateInLeft {
-webkit-animation-name:rotateInLeft;
-moz-animation-name:rotateInLeft;
-o-animation-name:rotateInLeft;
animation-name:rotateInLeft;
}

@-webkit-keyframes rotateInRight {
0% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
}

100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
}
}

@-moz-keyframes rotateInRight {
0% {
opacity:0;
-moz-transform:translateX(100%) rotate(120deg);
}

100% {
opacity:1;
-moz-transform:translateX(0px) rotate(0deg);
}
}

@-o-keyframes rotateInRight {
0% {
opacity:0;
-o-transform:translateX(100%) rotate(120deg);
}

100% {
opacity:1;
-o-transform:translateX(0px) rotate(0deg);
}
}

@keyframes rotateInRight {
0% {
opacity:0;
transform:translateX(100%) rotate(120deg);
}

100% {
opacity:1;
transform:translateX(0px) rotate(0deg);
}
}

.rotateInRight {
-webkit-animation-name:rotateInRight;
-moz-animation-name:rotateInRight;
-o-animation-name:rotateInRight;
animation-name:rotateInRight;
}

@-webkit-keyframes rotateInUp {
0% {
opacity:0;
-webkit-transform:translateY(100%) rotate(-120deg);
}

100% {
opacity:1;
-webkit-transform:translateY(0px) rotate(0deg);
}
}

@-moz-keyframes rotateInUp {
0% {
opacity:0;
-moz-transform:translateY(100%) rotate(-120deg);
}

100% {
opacity:1;
-moz-transform:translateY(0px) rotate(0deg);
}
}

@-o-keyframes rotateInUp {
0% {
opacity:0;
-o-transform:translateY(100%) rotate(-120deg);
}

100% {
opacity:1;
-o-transform:translateY(0px) rotate(0deg);
}
}

@keyframes rotateInUp {
0% {
opacity:0;
transform:translateY(100%) rotate(-120deg);
}

100% {
opacity:1;
transform:translateY(0px) rotate(0deg);
}
}

.rotateInUp {
-webkit-animation-name:rotateInUp;
-moz-animation-name:rotateInUp;
-o-animation-name:rotateInUp;
animation-name:rotateInUp;
}

@-webkit-keyframes rotateInDown {
0% {
opacity:0;
-webkit-transform:translateY(-100%) rotate(120deg);
}

100% {
opacity:1;
-webkit-transform:translateY(0px) rotate(0deg);
}
}

@-moz-keyframes rotateInDown {
0% {
opacity:0;
-moz-transform:translateY(-100%) rotate(120deg);
}

100% {
opacity:1;
-moz-transform:translateY(0px) rotate(0deg);
}
}

@-o-keyframes rotateInDown {
0% {
opacity:0;
-o-transform:translateY(-100%) rotate(120deg);
}

100% {
opacity:1;
-o-transform:translateY(0px) rotate(0deg);
}
}

@keyframes rotateInDown {
0% {
opacity:0;
transform:translateY(-100%) rotate(120deg);
}

100% {
opacity:1;
transform:translateY(0px) rotate(0deg);
}
}

.rotateInDown {
-webkit-animation-name:rotateInDown;
-moz-animation-name:rotateInDown;
-o-animation-name:rotateInDown;
animation-name:rotateInDown;
}

@-webkit-keyframes jellyInDown {
0% {
-webkit-transform:translateY(-1000px);
opacity:0;
}

40% {
-webkit-transform:translateY(0px);
opacity:1;
}

50% {
-webkit-transform:scale(1.1,.9);
}

60% {
-webkit-transform:scale(.95,1.05);
}

70% {
-webkit-transform:scale(1.05,.95);
}

80% {
-webkit-transform:scale(.98,1.02);
}

90% {
-webkit-transform:scale(1.02,.98);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes jellyInDown {
0% {
-moz-transform:translateY(-1000px);
opacity:0;
}

40% {
-moz-transform:translateY(0px);
opacity:1;
}

50% {
-moz-transform:scale(1.1,.9);
}

60% {
-moz-transform:scale(.95,1.05);
}

70% {
-moz-transform:scale(1.05,.95);
}

80% {
-moz-transform:scale(.98,1.02);
}

90% {
-moz-transform:scale(1.02,.98);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes jellyInDown {
0% {
-o-transform:translateY(-1000px);
opacity:0;
}

40% {
-o-transform:translateY(0px);
opacity:1;
}

50% {
-o-transform:scale(1.1,.9);
}

60% {
-o-transform:scale(.95,1.05);
}

70% {
-o-transform:scale(1.05,.95);
}

80% {
-o-transform:scale(.98,1.02);
}

90% {
-o-transform:scale(1.02,.98);
}

100% {
-o-transform:scale(1);
}
}

@keyframes jellyInDown {
0% {
transform:translateY(-1000px);
opacity:0;
}

40% {
transform:translateY(0px);
opacity:1;
}

50% {
transform:scale(1.1,.9);
}

60% {
transform:scale(.95,1.05);
}

70% {
transform:scale(1.05,.95);
}

80% {
transform:scale(.98,1.02);
}

90% {
transform:scale(1.02,.98);
}

100% {
transform:scale(1);
}
}

.jellyInDown {
-webkit-animation-name:jellyInDown;
-webkit-transform-origin:50% 100%;
-moz-animation-name:jellyInDown;
-moz-transform-origin:50% 100%;
-o-animation-name:jellyInDown;
-o-transform-origin:50% 100%;
animation-name:jellyInDown;
transform-origin:50% 100%;
}

@-webkit-keyframes jellyInUp {
0% {
-webkit-transform:translateY(1000px);
opacity:0;
}

40% {
-webkit-transform:translateY(0px);
opacity:1;
}

50% {
-webkit-transform:scale(1.1,.9);
}

60% {
-webkit-transform:scale(.95,1.05);
}

70% {
-webkit-transform:scale(1.05,.95);
}

80% {
-webkit-transform:scale(.98,1.02);
}

90% {
-webkit-transform:scale(1.02,.98);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes jellyInUp {
0% {
-moz-transform:translateY(1000px);
opacity:0;
}

40% {
-moz-transform:translateY(0px);
opacity:1;
}

50% {
-moz-transform:scale(1.1,.9);
}

60% {
-moz-transform:scale(.95,1.05);
}

70% {
-moz-transform:scale(1.05,.95);
}

80% {
-moz-transform:scale(.98,1.02);
}

90% {
-moz-transform:scale(1.02,.98);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes jellyInUp {
0% {
-o-transform:translateY(1000px);
opacity:0;
}

40% {
-o-transform:translateY(0px);
opacity:1;
}

50% {
-o-transform:scale(1.1,.9);
}

60% {
-o-transform:scale(.95,1.05);
}

70% {
-o-transform:scale(1.05,.95);
}

80% {
-o-transform:scale(.98,1.02);
}

90% {
-o-transform:scale(1.02,.98);
}

100% {
-o-transform:scale(1);
}
}

@keyframes jellyInUp {
0% {
transform:translateY(1000px);
opacity:0;
}

40% {
transform:translateY(0px);
opacity:1;
}

50% {
transform:scale(1.1,.9);
}

60% {
transform:scale(.95,1.05);
}

70% {
transform:scale(1.05,.95);
}

80% {
transform:scale(.98,1.02);
}

90% {
transform:scale(1.02,.98);
}

100% {
transform:scale(1);
}
}

.jellyInUp {
-webkit-animation-name:jellyInUp;
-webkit-transform-origin:50% 0;
-moz-animation-name:jellyInUp;
-moz-transform-origin:50% 0;
-o-animation-name:jellyInUp;
-o-transform-origin:50% 0;
animation-name:jellyInUp;
transform-origin:50% 0;
}

@-webkit-keyframes jellyInLeft {
0% {
-webkit-transform:translateX(-1000px);
opacity:0;
}

40% {
-webkit-transform:translateX(0px);
opacity:1;
}

50% {
-webkit-transform:scale(.9,1.1);
}

60% {
-webkit-transform:scale(1.05,.95);
}

70% {
-webkit-transform:scale(.95,1.05);
}

80% {
-webkit-transform:scale(1.02,.98);
}

90% {
-webkit-transform:scale(.98,1.02);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes jellyInLeft {
0% {
-moz-transform:translateX(-1000px);
opacity:0;
}

40% {
-moz-transform:translateX(0px);
opacity:1;
}

50% {
-moz-transform:scale(.9,1.1);
}

60% {
-moz-transform:scale(1.05,.95);
}

70% {
-moz-transform:scale(.95,1.05);
}

80% {
-moz-transform:scale(1.02,.98);
}

90% {
-moz-transform:scale(.98,1.02);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes jellyInLeft {
0% {
-o-transform:translateX(-1000px);
opacity:0;
}

40% {
-o-transform:translateX(0px);
opacity:1;
}

50% {
-o-transform:scale(.9,1.1);
}

60% {
-o-transform:scale(1.05,.95);
}

70% {
-o-transform:scale(.95,1.05);
}

80% {
-o-transform:scale(1.02,.98);
}

90% {
-o-transform:scale(.98,1.02);
}

100% {
-o-transform:scale(1);
}
}

@keyframes jellyInLeft {
0% {
transform:translateX(-1000px);
opacity:0;
}

40% {
transform:translateX(0px);
opacity:1;
}

50% {
transform:scale(.9,1.1);
}

60% {
transform:scale(1.05,.95);
}

70% {
transform:scale(.95,1.05);
}

80% {
transform:scale(1.02,.98);
}

90% {
transform:scale(.98,1.02);
}

100% {
transform:scale(1);
}
}

.jellyInLeft {
-webkit-animation-name:jellyInLeft;
-webkit-transform-origin:100% 50%;
-moz-animation-name:jellyInLeft;
-moz-transform-origin:100% 50%;
-o-animation-name:jellyInLeft;
-o-transform-origin:100% 50%;
animation-name:jellyInLeft;
transform-origin:100% 50%;
}

@-webkit-keyframes jellyInRight {
0% {
-webkit-transform:translateX(1000px);
opacity:0;
}

40% {
-webkit-transform:translateX(0px);
opacity:1;
}

50% {
-webkit-transform:scale(.9,1.1);
}

60% {
-webkit-transform:scale(1.05,.95);
}

70% {
-webkit-transform:scale(.95,1.05);
}

80% {
-webkit-transform:scale(1.02,.98);
}

90% {
-webkit-transform:scale(.98,1.02);
}

100% {
-webkit-transform:scale(1);
}
}

@-moz-keyframes jellyInRight {
0% {
-moz-transform:translateX(1000px);
opacity:0;
}

40% {
-moz-transform:translateX(0px);
opacity:1;
}

50% {
-moz-transform:scale(.9,1.1);
}

60% {
-moz-transform:scale(1.05,.95);
}

70% {
-moz-transform:scale(.95,1.05);
}

80% {
-moz-transform:scale(1.02,.98);
}

90% {
-moz-transform:scale(.98,1.02);
}

100% {
-moz-transform:scale(1);
}
}

@-o-keyframes jellyInRight {
0% {
-o-transform:translateX(1000px);
opacity:0;
}

40% {
-o-transform:translateX(0px);
opacity:1;
}

50% {
-o-transform:scale(.9,1.1);
}

60% {
-o-transform:scale(1.05,.95);
}

70% {
-o-transform:scale(.95,1.05);
}

80% {
-o-transform:scale(1.02,.98);
}

90% {
-o-transform:scale(.98,1.02);
}

100% {
-o-transform:scale(1);
}
}

@keyframes jellyInRight {
0% {
transform:translateX(1000px);
opacity:0;
}

40% {
transform:translateX(0px);
opacity:1;
}

50% {
transform:scale(.9,1.1);
}

60% {
transform:scale(1.05,.95);
}

70% {
transform:scale(.95,1.05);
}

80% {
transform:scale(1.02,.98);
}

90% {
transform:scale(.98,1.02);
}

100% {
transform:scale(1);
}
}

.jellyInRight {
-webkit-animation-name:jellyInRight;
-webkit-transform-origin:0 50%;
-moz-animation-name:jellyInRight;
-moz-transform-origin:0 50%;
-o-animation-name:jellyInRight;
-o-transform-origin:0 50%;
animation-name:jellyInRight;
transform-origin:0 50%;
}

@-webkit-keyframes bounceInLeft {
0% {
-webkit-transform:translateX(-1000px);
}

34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateX(0px);
}

52% {
-webkit-transform:translateX(-24px);
-webkit-animation-timing-function:ease-in;
}

79% {
-webkit-transform:translateX(-8px);
-webkit-animation-timing-function:ease-in;
}

94% {
-webkit-transform:translateX(-3px);
-webkit-animation-timing-function:ease-in;
}

100% {
-webkit-transform:translateX(0px);
}

70%,88% {
-webkit-transform:translateX(0px);
-webkit-animation-timing-function:ease-out;
}
}

@-moz-keyframes bounceInLeft {
0% {
-moz-transform:translateX(-1000px);
}

34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateX(0px);
}

52% {
-moz-transform:translateX(-24px);
-moz-animation-timing-function:ease-in;
}

79% {
-moz-transform:translateX(-8px);
-moz-animation-timing-function:ease-in;
}

94% {
-moz-transform:translateX(-3px);
-moz-animation-timing-function:ease-in;
}

100% {
-moz-transform:translateX(0px);
}

70%,88% {
-moz-transform:translateX(0px);
-moz-animation-timing-function:ease-out;
}
}

@-o-keyframes bounceInLeft {
0% {
-o-transform:translateX(-1000px);
}

34% {
-o-animation-timing-function:ease-out;
-o-transform:translateX(0px);
}

52% {
-o-transform:translateX(-24px);
-o-animation-timing-function:ease-in;
}

79% {
-o-transform:translateX(-8px);
-o-animation-timing-function:ease-in;
}

94% {
-o-transform:translateX(-3px);
-o-animation-timing-function:ease-in;
}

100% {
-o-transform:translateX(0px);
}

70%,88% {
-o-transform:translateX(0px);
-o-animation-timing-function:ease-out;
}
}

@keyframes bounceInLeft {
0% {
transform:translateX(-1000px);
}

34% {
animation-timing-function:ease-out;
transform:translateX(0px);
}

52% {
transform:translateX(-24px);
animation-timing-function:ease-in;
}

79% {
transform:translateX(-8px);
animation-timing-function:ease-in;
}

94% {
transform:translateX(-3px);
animation-timing-function:ease-in;
}

100% {
transform:translateX(0px);
}

70%,88% {
transform:translateX(0px);
animation-timing-function:ease-out;
}
}

.bounceInLeft {
-webkit-animation-name:bounceInLeft;
-moz-animation-name:bounceInLeft;
-o-animation-name:bounceInLeft;
animation-name:bounceInLeft;
}

@-webkit-keyframes bounceInRight {
0% {
-webkit-transform:translateX(1000px);
}

34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateX(0px);
}

52% {
-webkit-transform:translateX(24px);
-webkit-animation-timing-function:ease-in;
}

79% {
-webkit-transform:translateX(8px);
-webkit-animation-timing-function:ease-in;
}

94% {
-webkit-transform:translateX(3px);
-webkit-animation-timing-function:ease-in;
}

100% {
-webkit-transform:translateX(0px);
}

70%,88% {
-webkit-transform:translateX(0px);
-webkit-animation-timing-function:ease-out;
}
}

@-moz-keyframes bounceInRight {
0% {
-moz-transform:translateX(1000px);
}

34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateX(0px);
}

52% {
-moz-transform:translateX(24px);
-moz-animation-timing-function:ease-in;
}

79% {
-moz-transform:translateX(8px);
-moz-animation-timing-function:ease-in;
}

94% {
-moz-transform:translateX(3px);
-moz-animation-timing-function:ease-in;
}

100% {
-moz-transform:translateX(0px);
}

70%,88% {
-moz-transform:translateX(0px);
-moz-animation-timing-function:ease-out;
}
}

@-o-keyframes bounceInRight {
0% {
-o-transform:translateX(1000px);
}

34% {
-o-animation-timing-function:ease-out;
-o-transform:translateX(0px);
}

52% {
-o-transform:translateX(24px);
-o-animation-timing-function:ease-in;
}

79% {
-o-transform:translateX(8px);
-o-animation-timing-function:ease-in;
}

94% {
-o-transform:translateX(3px);
-o-animation-timing-function:ease-in;
}

100% {
-o-transform:translateX(0px);
}

70%,88% {
-o-transform:translateX(0px);
-o-animation-timing-function:ease-out;
}
}

@keyframes bounceInRight {
0% {
transform:translateX(1000px);
}

34% {
animation-timing-function:ease-out;
transform:translateX(0px);
}

52% {
transform:translateX(24px);
animation-timing-function:ease-in;
}

79% {
transform:translateX(8px);
animation-timing-function:ease-in;
}

94% {
transform:translateX(3px);
animation-timing-function:ease-in;
}

100% {
transform:translateX(0px);
}

70%,88% {
transform:translateX(0px);
animation-timing-function:ease-out;
}
}

.bounceInRight {
-webkit-animation-name:bounceInRight;
-moz-animation-name:bounceInRight;
-o-animation-name:bounceInRight;
animation-name:bounceInRight;
}

@-webkit-keyframes bounceInUp {
0% {
-webkit-transform:translateY(1000px);
}

34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateY(0px);
}

52% {
-webkit-transform:translateY(24px);
-webkit-animation-timing-function:ease-in;
}

79% {
-webkit-transform:translateY(8px);
-webkit-animation-timing-function:ease-in;
}

94% {
-webkit-transform:translateY(3px);
-webkit-animation-timing-function:ease-in;
}

100% {
-webkit-transform:translateY(0px);
}

70%,88% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
}

@-moz-keyframes bounceInUp {
0% {
-moz-transform:translateY(1000px);
}

34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateY(0px);
}

52% {
-moz-transform:translateY(24px);
-moz-animation-timing-function:ease-in;
}

79% {
-moz-transform:translateY(8px);
-moz-animation-timing-function:ease-in;
}

94% {
-moz-transform:translateY(3px);
-moz-animation-timing-function:ease-in;
}

100% {
-moz-transform:translateY(0px);
}

70%,88% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
}

@-o-keyframes bounceInUp {
0% {
-o-transform:translateY(1000px);
}

34% {
-o-animation-timing-function:ease-out;
-o-transform:translateY(0px);
}

52% {
-o-transform:translateY(24px);
-o-animation-timing-function:ease-in;
}

79% {
-o-transform:translateY(8px);
-o-animation-timing-function:ease-in;
}

94% {
-o-transform:translateY(3px);
-o-animation-timing-function:ease-in;
}

100% {
-o-transform:translateY(0px);
}

70%,88% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
}

@keyframes bounceInUp {
0% {
transform:translateY(1000px);
}

34% {
animation-timing-function:ease-out;
transform:translateY(0px);
}

52% {
transform:translateY(24px);
animation-timing-function:ease-in;
}

79% {
transform:translateY(8px);
animation-timing-function:ease-in;
}

94% {
transform:translateY(3px);
animation-timing-function:ease-in;
}

100% {
transform:translateY(0px);
}

70%,88% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
}

.bounceInUp {
-webkit-animation-name:bounceInUp;
-moz-animation-name:bounceInUp;
-o-animation-name:bounceInUp;
animation-name:bounceInUp;
}

@-webkit-keyframes bounceInDown {
0% {
-webkit-transform:translateY(-1000px);
}

34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateY(0px);
}

52% {
-webkit-transform:translateY(-24px);
-webkit-animation-timing-function:ease-in;
}

79% {
-webkit-transform:translateY(-8px);
-webkit-animation-timing-function:ease-in;
}

94% {
-webkit-transform:translateY(-3px);
-webkit-animation-timing-function:ease-in;
}

100% {
-webkit-transform:translateY(0px);
}

70%,88% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
}

@-moz-keyframes bounceInDown {
0% {
-moz-transform:translateY(-1000px);
}

34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateY(0px);
}

52% {
-moz-transform:translateY(-24px);
-moz-animation-timing-function:ease-in;
}

79% {
-moz-transform:translateY(-8px);
-moz-animation-timing-function:ease-in;
}

94% {
-moz-transform:translateY(-3px);
-moz-animation-timing-function:ease-in;
}

100% {
-moz-transform:translateY(0px);
}

70%,88% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
}

@-o-keyframes bounceInDown {
0% {
-o-transform:translateY(-1000px);
}

34% {
-o-animation-timing-function:ease-out;
-o-transform:translateY(0px);
}

52% {
-o-transform:translateY(-24px);
-o-animation-timing-function:ease-in;
}

79% {
-o-transform:translateY(-8px);
-o-animation-timing-function:ease-in;
}

94% {
-o-transform:translateY(-3px);
-o-animation-timing-function:ease-in;
}

100% {
-o-transform:translateY(0px);
}

70%,88% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
}

@keyframes bounceInDown {
0% {
transform:translateY(-1000px);
}

34% {
animation-timing-function:ease-out;
transform:translateY(0px);
}

52% {
transform:translateY(-24px);
animation-timing-function:ease-in;
}

79% {
transform:translateY(-8px);
animation-timing-function:ease-in;
}

94% {
transform:translateY(-3px);
animation-timing-function:ease-in;
}

100% {
transform:translateY(0px);
}

70%,88% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
}

.bounceInDown {
-webkit-animation-name:bounceInDown;
-moz-animation-name:bounceInDown;
-o-animation-name:bounceInDown;
animation-name:bounceInDown;
}

@-webkit-keyframes bounce {
0% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateY(0px);
}

37% {
-webkit-transform:translateY(-24px);
-webkit-animation-timing-function:ease-in;
}

68% {
-webkit-transform:translateY(-8px);
-webkit-animation-timing-function:ease-in;
}

91% {
-webkit-transform:translateY(-3px);
-webkit-animation-timing-function:ease-in;
}

100% {
-webkit-transform:translateY(0px);
}

54%,82% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
}

@-moz-keyframes bounce {
0% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateY(0px);
}

37% {
-moz-transform:translateY(-24px);
-moz-animation-timing-function:ease-in;
}

68% {
-moz-transform:translateY(-8px);
-moz-animation-timing-function:ease-in;
}

91% {
-moz-transform:translateY(-3px);
-moz-animation-timing-function:ease-in;
}

100% {
-moz-transform:translateY(0px);
}

54%,82% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
}

@-o-keyframes bounce {
0% {
-o-animation-timing-function:ease-out;
-o-transform:translateY(0px);
}

37% {
-o-transform:translateY(-24px);
-o-animation-timing-function:ease-in;
}

68% {
-o-transform:translateY(-8px);
-o-animation-timing-function:ease-in;
}

91% {
-o-transform:translateY(-3px);
-o-animation-timing-function:ease-in;
}

100% {
-o-transform:translateY(0px);
}

54%,82% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
}

@keyframes bounce {
0% {
animation-timing-function:ease-out;
transform:translateY(0px);
}

37% {
transform:translateY(-24px);
animation-timing-function:ease-in;
}

68% {
transform:translateY(-8px);
animation-timing-function:ease-in;
}

91% {
transform:translateY(-3px);
animation-timing-function:ease-in;
}

100% {
transform:translateY(0px);
}

54%,82% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
}

.bounce {
-webkit-animation-name:bounce;
-moz-animation-name:bounce;
-o-animation-name:bounce;
animation-name:bounce;
}

@-webkit-keyframes elasticInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-1000px);
-webkit-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-webkit-transform:translateX(30px);
-webkit-animation-timing-function:ease-in-out;
}

80% {
-webkit-transform:translateX(-10px);
-webkit-animation-timing-function:ease-in-out;
}

100% {
-webkit-transform:translateX(0);
}
}

@-moz-keyframes elasticInLeft {
0% {
opacity:0;
-moz-transform:translateX(-1000px);
-moz-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-moz-transform:translateX(30px);
-moz-animation-timing-function:ease-in-out;
}

80% {
-moz-transform:translateX(-10px);
-moz-animation-timing-function:ease-in-out;
}

100% {
-moz-transform:translateX(0);
}
}

@-o-keyframes elasticInLeft {
0% {
opacity:0;
-o-transform:translateX(-1000px);
-o-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-o-transform:translateX(30px);
-o-animation-timing-function:ease-in-out;
}

80% {
-o-transform:translateX(-10px);
-o-animation-timing-function:ease-in-out;
}

100% {
-o-transform:translateX(0);
}
}

@keyframes elasticInLeft {
0% {
opacity:0;
transform:translateX(-1000px);
animation-timing-function:ease-in-out;
}

60% {
opacity:1;
transform:translateX(30px);
animation-timing-function:ease-in-out;
}

80% {
transform:translateX(-10px);
animation-timing-function:ease-in-out;
}

100% {
transform:translateX(0);
}
}

.elasticInLeft {
-webkit-animation-name:elasticInLeft;
-moz-animation-name:elasticInLeft;
-o-animation-name:elasticInLeft;
animation-name:elasticInLeft;
}

@-webkit-keyframes elasticInRight {
0% {
opacity:0;
-webkit-transform:translateX(1000px);
-webkit-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-webkit-transform:translateX(-30px);
-webkit-animation-timing-function:ease-in-out;
}

80% {
-webkit-transform:translateX(10px);
-webkit-animation-timing-function:ease-in-out;
}

100% {
-webkit-transform:translateX(0);
}
}

@-moz-keyframes elasticInRight {
0% {
opacity:0;
-moz-transform:translateX(1000px);
-moz-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-moz-transform:translateX(-30px);
-moz-animation-timing-function:ease-in-out;
}

80% {
-moz-transform:translateX(10px);
-moz-animation-timing-function:ease-in-out;
}

100% {
-moz-transform:translateX(0);
}
}

@-o-keyframes elasticInRight {
0% {
opacity:0;
-o-transform:translateX(1000px);
-o-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-o-transform:translateX(-30px);
-o-animation-timing-function:ease-in-out;
}

80% {
-o-transform:translateX(10px);
-o-animation-timing-function:ease-in-out;
}

100% {
-o-transform:translateX(0);
}
}

@keyframes elasticInRight {
0% {
opacity:0;
transform:translateX(1000px);
animation-timing-function:ease-in-out;
}

60% {
opacity:1;
transform:translateX(-30px);
animation-timing-function:ease-in-out;
}

80% {
transform:translateX(10px);
animation-timing-function:ease-in-out;
}

100% {
transform:translateX(0);
}
}

.elasticInRight {
-webkit-animation-name:elasticInRight;
-moz-animation-name:elasticInRight;
-o-animation-name:elasticInRight;
animation-name:elasticInRight;
}

@-webkit-keyframes elasticInUp {
0% {
opacity:0;
-webkit-transform:translateY(1000px);
-webkit-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-webkit-transform:translateY(-30px);
-webkit-animation-timing-function:ease-in-out;
}

80% {
-webkit-transform:translateY(10px);
-webkit-animation-timing-function:ease-in-out;
}

100% {
-webkit-transform:translateY(0);
}
}

@-moz-keyframes elasticInUp {
0% {
opacity:0;
-moz-transform:translateY(1000px);
-moz-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-moz-transform:translateY(-30px);
-moz-animation-timing-function:ease-in-out;
}

80% {
-moz-transform:translateY(10px);
-moz-animation-timing-function:ease-in-out;
}

100% {
-moz-transform:translateY(0);
}
}

@-o-keyframes elasticInUp {
0% {
opacity:0;
-o-transform:translateY(1000px);
-o-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-o-transform:translateY(-30px);
-o-animation-timing-function:ease-in-out;
}

80% {
-o-transform:translateY(10px);
-o-animation-timing-function:ease-in-out;
}

100% {
-o-transform:translateY(0);
}
}

@keyframes elasticInUp {
0% {
opacity:0;
transform:translateY(1000px);
animation-timing-function:ease-in-out;
}

60% {
opacity:1;
transform:translateY(-30px);
animation-timing-function:ease-in-out;
}

80% {
transform:translateY(10px);
animation-timing-function:ease-in-out;
}

100% {
transform:translateY(0);
}
}

.elasticInUp {
-webkit-animation-name:elasticInUp;
-moz-animation-name:elasticInUp;
-o-animation-name:elasticInUp;
animation-name:elasticInUp;
}

@-webkit-keyframes elasticInDown {
0% {
opacity:0;
-webkit-transform:translateY(-1000px);
-webkit-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-webkit-transform:translateY(30px);
-webkit-animation-timing-function:ease-in-out;
}

80% {
-webkit-transform:translateY(-10px);
-webkit-animation-timing-function:ease-in-out;
}

100% {
-webkit-transform:translateY(0);
}
}

@-moz-keyframes elasticInDown {
0% {
opacity:0;
-moz-transform:translateY(-1000px);
-moz-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-moz-transform:translateY(30px);
-moz-animation-timing-function:ease-in-out;
}

80% {
-moz-transform:translateY(-10px);
-moz-animation-timing-function:ease-in-out;
}

100% {
-moz-transform:translateY(0);
}
}

@-o-keyframes elasticInDown {
0% {
opacity:0;
-o-transform:translateY(-1000px);
-o-animation-timing-function:ease-in-out;
}

60% {
opacity:1;
-o-transform:translateY(30px);
-o-animation-timing-function:ease-in-out;
}

80% {
-o-transform:translateY(-10px);
-o-animation-timing-function:ease-in-out;
}

100% {
-o-transform:translateY(0);
}
}

@keyframes elasticInDown {
0% {
opacity:0;
transform:translateY(-1000px);
animation-timing-function:ease-in-out;
}

60% {
opacity:1;
transform:translateY(30px);
animation-timing-function:ease-in-out;
}

80% {
transform:translateY(-10px);
animation-timing-function:ease-in-out;
}

100% {
transform:translateY(0);
}
}

.elasticInDown {
-webkit-animation-name:elasticInDown;
-moz-animation-name:elasticInDown;
-o-animation-name:elasticInDown;
animation-name:elasticInDown;
}

@-webkit-keyframes shake {
10% {
-webkit-transform:translateX(7px);
}

30% {
-webkit-transform:translateX(-7px);
}

50% {
-webkit-transform:translateX(5px);
}

70% {
-webkit-transform:translateX(-5px);
}

90% {
-webkit-transform:translateX(3px);
}

100% {
-webkit-transform:translateX(0px);
}
}

@-moz-keyframes shake {
10% {
-moz-transform:translateX(7px);
}

30% {
-moz-transform:translateX(-7px);
}

50% {
-moz-transform:translateX(5px);
}

70% {
-moz-transform:translateX(-5px);
}

90% {
-moz-transform:translateX(3px);
}

100% {
-moz-transform:translateX(0px);
}
}

@-o-keyframes shake {
10% {
-o-transform:translateX(7px);
}

30% {
-o-transform:translateX(-7px);
}

50% {
-o-transform:translateX(5px);
}

70% {
-o-transform:translateX(-5px);
}

90% {
-o-transform:translateX(3px);
}

100% {
-o-transform:translateX(0px);
}
}

@keyframes shake {
10% {
transform:translateX(7px);
}

30% {
transform:translateX(-7px);
}

50% {
transform:translateX(5px);
}

70% {
transform:translateX(-5px);
}

90% {
transform:translateX(3px);
}

100% {
transform:translateX(0px);
}
}

.shake {
-webkit-animation-name:shake;
-moz-animation-name:shake;
-o-animation-name:shake;
animation-name:shake;
}

@-webkit-keyframes pendulum {
10% {
-webkit-transform:rotate(15deg);
}

30% {
-webkit-transform:rotate(-10deg);
}

50% {
-webkit-transform:rotate(5deg);
}

70% {
-webkit-transform:rotate(-5deg);
}

90% {
-webkit-transform:rotate(2deg);
}

100% {
-webkit-transform:rotate(0deg);
}
}

@-moz-keyframes pendulum {
10% {
-moz-transform:rotate(15deg);
}

30% {
-moz-transform:rotate(-10deg);
}

50% {
-moz-transform:rotate(5deg);
}

70% {
-moz-transform:rotate(-5deg);
}

90% {
-moz-transform:rotate(2deg);
}

100% {
-moz-transform:rotate(0deg);
}
}

@-o-keyframes pendulum {
10% {
-o-transform:rotate(15deg);
}

30% {
-o-transform:rotate(-10deg);
}

50% {
-o-transform:rotate(5deg);
}

70% {
-o-transform:rotate(-5deg);
}

90% {
-o-transform:rotate(2deg);
}

100% {
-o-transform:rotate(0deg);
}
}

@keyframes pendulum {
10% {
transform:rotate(15deg);
}

30% {
transform:rotate(-10deg);
}

50% {
transform:rotate(5deg);
}

70% {
transform:rotate(-5deg);
}

90% {
transform:rotate(2deg);
}

100% {
transform:rotate(0deg);
}
}

.pendulum {
-webkit-animation-name:pendulum;
-moz-animation-name:pendulum;
-o-animation-name:pendulum;
animation-name:pendulum;
}.easyPieChart {
position:relative;
text-align:center;
margin:0 auto;
font-size:55px;
}

.easyPieChart canvas {
position:absolute;
top:0;
left:0;
}.swiper-wrapper {
position:relative;
width:100%;
-webkit-transition-property:-webkit-transform,left,top;
-webkit-transition-duration:0s;
-webkit-transform:translate3d(0px,0,0);
-webkit-transition-timing-function:ease;
-moz-transition-property:-moz-transform,left,top;
-moz-transition-duration:0s;
-moz-transform:translate3d(0px,0,0);
-moz-transition-timing-function:ease;
-o-transition-property:-o-transform,left,top;
-o-transition-duration:0s;
-o-transform:translate3d(0px,0,0);
-o-transition-timing-function:ease;
-o-transform:translate(0px,0px);
-ms-transition-property:-ms-transform,left,top;
-ms-transition-duration:0s;
-ms-transform:translate3d(0px,0,0);
-ms-transition-timing-function:ease;
transition-property:transform,left,top;
transition-duration:0s;
transform:translate3d(0px,0,0);
transition-timing-function:ease;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function:ease-out;
-moz-transition-timing-function:ease-out;
-ms-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
transition-timing-function:ease-out;
margin:0 auto;
}

.swiper-slide {
float:left;
}

.swiper-wp8-horizontal {
-ms-touch-action:pan-y;
}

.swiper-wp8-vertical {
-ms-touch-action:pan-x;
}

.codeless-slider-container,.swiper-container {
margin:0 auto;
position:relative;
overflow:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
z-index:1;
}.wpcw-widget-contact ul,.wpcw-widget-social ul {
margin:0;
padding:0;
list-style:none;
}

.wpcw-widget-contact ul li,.wpcw-widget-social ul li.has-label {
padding:10px 0;
}

.wpcw-widget-contact ul li:after,.wpcw-widget-contact ul li:before,.wpcw-widget-social ul li:after,.wpcw-widget-social ul li:before {
display:none;
}

.wpcw-widget-contact ul li div {
display:inline;
}

.wpcw-widget-social ul li:not(.has-label) {
display:inline-block;
margin:0 .75em .75em 0;
border:none;
}

.wpcw-widget-social ul li.has-label a {
display:block;
}

.wpcw-widget-social ul li.has-label span {
margin-right:.25em;
}