.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100001;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100002;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 100005;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 100004;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: white;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 100006;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
} .mfp-close::after,
.mfp-close::before {
display: none;
}
.mfp-container .mfp-close {
margin-top: 0;
margin-bottom: 0;
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word; padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}.mfp-container, 	.wpape-img, 	.wpape-imges-load-more, 	.wpape-imges-filter,	.wpape-imges-drop-down-menu > li > a, .wpape-imges-drop-down-header > a {    	font-family: 'Open Sans';  	}   .wpape-img{    font-size: 13px;  }  .wpape-img-container{}  .wpape-img-content{    padding: 20px;    position: relative;    background: white;    color: rgb(51, 51, 51);    line-height: 17px;  } .thumbnail-overlay{    background: black; background-color: rgba(0,0,0, .30);    color: #333333;  }	  .thumbnail-overlay>div.aligment{    height: 100%;    width: 100%;    display: table !important;  }  .thumbnail-overlay>div.aligment>div.aligment{    padding: 10px;    display: table-cell !important;    vertical-align: middle; text-align:center; }  .overlay-title{    font-weight: 500;    font-size: 16px;    display: block;    line-height: 16px;    margin-bottom: 5px;  }  .overlay-description{    font-weight: 400;    font-size: 12px;    display: block;    line-height: 16px;  }  .thumbnail-overlay i.fa{    text-align: center;    display: inline-block;  	 margin: 3px;     padding: 17px 17px 17px 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: -webkit-transform .2s, background .1s;       -moz-transition:    -moz-transform .2s, background .1s;         -o-transition:      -o-transform .2s, background .1s;        -ms-transition:     -ms-transform .2s, background .1s;            transition:         transform .2s, background .1s;  }      .thumbnail-overlay i.fa:hover{             cursor: pointer;  }  .wpape-lightbox{    cursor: pointer;  }    .mfp-arrow.mfp-arrow:before,   .mfp-arrow.mfp-arrow:after { border:none !important; }  .mfp-arrow.mfp-arrow-left {    background:url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/css/icons/icon-arrow-left.png) 50% 50% no-repeat !important;  }    .mfp-arrow.mfp-arrow-right {    background:url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/css/icons/icon-arrow-right.png) 50% 50% no-repeat !important;  }    .mfp-close{    background:url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/css/icons/icon-close.png) right no-repeat !important;  }	.wpape-imges-social-container{		float: right;		margin-right: 10px;		font-size: 25px;		cursor: pointer;	}	.wpape-imges-social-container>*{		margin-right: 7px;	}	.wpape-imges-twitter{	 color: #1da1f2;	}		.wpape-imges-facebook{	 color: #3b5998;		}	.wpape-imges-googleplus{	 color: #C13222;		 margin-top: 1px;	}		.wpape_gallery_button_bottom .button{		cursor: pointer;	}.wpape-img {
display: none;
float: left;
}
.wpape-img-hidden,
.not-loaded-before-search {
display: none;
}
.wpape-imges-container {
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.wpape-img-loaded {
display: block;
}
.wpape-img-image {
position: relative;
overflow: hidden;
width: 100%;
}
.wpape-img-image div[data-width][data-height] {
position: relative;
overflow: hidden;
}
.wpape-img-image div[data-width][data-height] img {
position: absolute;
top: -100%;
left: 0;
right: 0;
bottom: -100%;
margin: auto;
}
.wpape-img .wpape-img-image img {
width: 100%;
max-width: 100%;
display: block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: none !important;
}
.wpape-img img {
max-width: 100%;
}
.wpape-img-image div[data-thumbnail],
.wpape-img-image div[data-popup] {
background-position: center center;
background-repeat: no-repeat;
}
.image-with-dimensions {
background-color: black;
background-image: url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/css/icons/loading-image.gif);
}
.broken-image-here {
background-color: #BE3730;
background-image: url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/css/icons/broken-image.png);
}
.broken-image-here:not([data-height]) {
min-height: 150px;
}
.wpape-img-container {
overflow: hidden;
position: relative;
z-index: 1;
}
.wpape-img-container:hover {
z-index: 2;
}
.thumbnail-overlay {
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.position-reveal-effect .wpape-img-thumbnail-container {
z-index: 2;
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.position-reveal-effect .thumbnail-overlay {
z-index: 1;
position: absolute;
left: 0;
}
.overlay-always-visible {
display: block !important;
zoom: 1 !important;
filter: alpha(opacity=100) !important;
opacity: 1 !important;
}
.overlay-text-left>.aligment>.aligment {
text-align: left !important;
}
.overlay-text-right>.aligment>.aligment {
text-align: right !important;
}
.mfp-arrow:focus {
opacity: 0.65;
filter: alpha(opacity=65);
}
.mfp-arrow:hover {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.my-mfp-slide-bottom .mfp-figure {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.my-mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.9;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}
.my-mfp-slide-bottom .image-source-link {
color: #DDD;
background-color: transparent;
background-image: url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/css/icons/download.png);
background-repeat: no-repeat;
width: 23px;
height: 23px;
display: inline-block;
text-decoration: none;
margin-bottom: -5px;
margin-left: 10px;
}
.mfp-img-mobile .mfp-title {
text-align: center;
padding: 6px 0;
}
.mfp-img-mobile .image-source-link {
color: #DDD;
background-color: transparent;
background-image: url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/css/icons/download.png);
background-repeat: no-repeat;
width: 23px;
height: 23px;
display: inline-block;
text-decoration: none;
margin-bottom: -5px;
margin-left: 10px;
}
.mfp-img-mobile .mfp-counter {
top: 0px;
right: 5px;
font-size: 10px;
}
.mfp-img-mobile .wpape-imges-social-container {
position: absolute;
right: 0px;
bottom: 0px;
margin-right: 0;
}
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure {
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
} .wpape_gallery_button.wpape_gallery_align_right {
text-align: right;
}
.wpape_gallery_button.wpape_gallery_align_center {
text-align: center;
} .wpape_gallery .wpape-img-container div a,
.wpape_gallery .wpape-img-container div a:link,
.wpape_gallery .wpape-img-container div a:focus,
.wpape_gallery .wpape-img-container div a:hover{
border-bottom: none;
box-shadow: none;
}
.wpape_gallery_button_bottom .wpape-imges-no-more-entries{
display: none !important;
}
.wpape_gallery_button_bottom{
margin-top: 10px;
}
.wpape_gallery .wpape-img-container img{
box-shadow: none !important;
}
.wpape_gallery .wpapeTitle{
padding: 0 0 4px 0;
}
.wpape_gallery .wpapeIcons{
text-align: center;
padding: 0 0 4px 0;
}
.wpape_gallery .wpapeIcons .wpapeZoomIcon,
.wpape_gallery .wpapeIcons .wpapeLinkIcon {
line-height: 0.9 ;
}div.wpape_gallery_button {}
div.wpape_gallery_button .apebtn {
color: #666;
background-color: #EEE;
border-color: #EEE;
font-weight: 300;
font-size: 16px;
font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-decoration: none;
text-align: center;
line-height: 40px;
height: 40px;
padding: 0 40px;
margin: 0;
display: inline-block;
appearance: none;
cursor: pointer;
border: none;
box-sizing: border-box;
transition-property: all;
transition-duration: .3s;
box-shadow: none; }
div.wpape_gallery_button .apebtn:visited {
color: #666;
}
div.wpape_gallery_button .apebtn:hover, div.wpape_gallery_button .apebtn:focus {
background-color: #f6f6f6;
text-decoration: none;
outline: none;
}
div.wpape_gallery_button .apebtn:active, div.wpape_gallery_button .apebtn.active, div.wpape_gallery_button .apebtn.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
text-decoration: none;
background-color: #eeeeee;
border-color: #cfcfcf;
color: #d4d4d4;
transition-duration: 0s;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn.disabled, div.wpape_gallery_button .apebtn.is-disabled, div.wpape_gallery_button .apebtn:disabled {
top: 0 !important;
background: #EEE !important;
border: 1px solid #DDD !important;
text-shadow: 0 1px 1px white !important;
color: #CCC !important;
cursor: default !important;
appearance: none !important;
box-shadow: none !important;
opacity: .8 !important;
}
div.wpape_gallery_button .apebtn-uppercase {
text-transform: uppercase;
}
div.wpape_gallery_button .apebtn-lowercase {
text-transform: lowercase;
}
div.wpape_gallery_button .apebtn-capitalize {
text-transform: capitalize;
}
div.wpape_gallery_button .apebtn-small-caps {
font-variant: small-caps;
}
div.wpape_gallery_button .apebtn-icon-txt-large {
font-size: 36px !important;
}
div.wpape_gallery_button .apebtn-width-small {
padding: 0 10px !important;
}
div.wpape_gallery_button .apebtn-primary,
div.wpape_gallery_button .apebtn-primary-flat {
background-color: #1B9AF7;
border-color: #1B9AF7;
color: #FFF;
}
div.wpape_gallery_button .apebtn-primary:visited,
div.wpape_gallery_button .apebtn-primary-flat:visited {
color: #FFF;
}
div.wpape_gallery_button .apebtn-primary:hover, div.wpape_gallery_button .apebtn-primary:focus,
div.wpape_gallery_button .apebtn-primary-flat:hover,
div.wpape_gallery_button .apebtn-primary-flat:focus {
background-color: #4cb0f9;
border-color: #4cb0f9;
color: #FFF;
}
div.wpape_gallery_button .apebtn-primary:active, div.wpape_gallery_button .apebtn-primary.active, div.wpape_gallery_button .apebtn-primary.is-active,
div.wpape_gallery_button .apebtn-primary-flat:active,
div.wpape_gallery_button .apebtn-primary-flat.active,
div.wpape_gallery_button .apebtn-primary-flat.is-active {
background-color: #2798eb;
border-color: #2798eb;
color: #0880d7;
}
div.wpape_gallery_button .apebtn-plain,
div.wpape_gallery_button .apebtn-plain-flat {
background-color: #FFF;
border-color: #FFF;
color: #1B9AF7;
}
div.wpape_gallery_button .apebtn-plain:visited,
div.wpape_gallery_button .apebtn-plain-flat:visited {
color: #1B9AF7;
}
div.wpape_gallery_button .apebtn-plain:hover, div.wpape_gallery_button .apebtn-plain:focus,
div.wpape_gallery_button .apebtn-plain-flat:hover,
div.wpape_gallery_button .apebtn-plain-flat:focus {
background-color: white;
border-color: white;
color: #1B9AF7;
}
div.wpape_gallery_button .apebtn-plain:active, div.wpape_gallery_button .apebtn-plain.active, div.wpape_gallery_button .apebtn-plain.is-active,
div.wpape_gallery_button .apebtn-plain-flat:active,
div.wpape_gallery_button .apebtn-plain-flat.active,
div.wpape_gallery_button .apebtn-plain-flat.is-active {
background-color: white;
border-color: white;
color: #e6e6e6;
}
div.wpape_gallery_button .apebtn-inverse,
div.wpape_gallery_button .apebtn-inverse-flat {
background-color: #222;
border-color: #222;
color: #EEE;
}
div.wpape_gallery_button .apebtn-inverse:visited,
div.wpape_gallery_button .apebtn-inverse-flat:visited {
color: #EEE;
}
div.wpape_gallery_button .apebtn-inverse:hover, div.wpape_gallery_button .apebtn-inverse:focus,
div.wpape_gallery_button .apebtn-inverse-flat:hover,
div.wpape_gallery_button .apebtn-inverse-flat:focus {
background-color: #3c3c3c;
border-color: #3c3c3c;
color: #EEE;
}
div.wpape_gallery_button .apebtn-inverse:active, div.wpape_gallery_button .apebtn-inverse.active, div.wpape_gallery_button .apebtn-inverse.is-active,
div.wpape_gallery_button .apebtn-inverse-flat:active,
div.wpape_gallery_button .apebtn-inverse-flat.active,
div.wpape_gallery_button .apebtn-inverse-flat.is-active {
background-color: #222222;
border-color: #222222;
color: #090909;
}
div.wpape_gallery_button .apebtn-action,
div.wpape_gallery_button .apebtn-action-flat {
background-color: #A5DE37;
border-color: #A5DE37;
color: #FFF;
}
div.wpape_gallery_button .apebtn-action:visited,
div.wpape_gallery_button .apebtn-action-flat:visited {
color: #FFF;
}
div.wpape_gallery_button .apebtn-action:hover, div.wpape_gallery_button .apebtn-action:focus,
div.wpape_gallery_button .apebtn-action-flat:hover,
div.wpape_gallery_button .apebtn-action-flat:focus {
background-color: #b9e563;
border-color: #b9e563;
color: #FFF;
}
div.wpape_gallery_button .apebtn-action:active, div.wpape_gallery_button .apebtn-action.active, div.wpape_gallery_button .apebtn-action.is-active,
div.wpape_gallery_button .apebtn-action-flat:active,
div.wpape_gallery_button .apebtn-action-flat.active,
div.wpape_gallery_button .apebtn-action-flat.is-active {
background-color: #a1d243;
border-color: #a1d243;
color: #8bc220;
}
div.wpape_gallery_button .apebtn-highlight,
div.wpape_gallery_button .apebtn-highlight-flat {
background-color: #FEAE1B;
border-color: #FEAE1B;
color: #FFF;
}
div.wpape_gallery_button .apebtn-highlight:visited,
div.wpape_gallery_button .apebtn-highlight-flat:visited {
color: #FFF;
}
div.wpape_gallery_button .apebtn-highlight:hover, div.wpape_gallery_button .apebtn-highlight:focus,
div.wpape_gallery_button .apebtn-highlight-flat:hover,
div.wpape_gallery_button .apebtn-highlight-flat:focus {
background-color: #fec04e;
border-color: #fec04e;
color: #FFF;
}
div.wpape_gallery_button .apebtn-highlight:active, div.wpape_gallery_button .apebtn-highlight.active, div.wpape_gallery_button .apebtn-highlight.is-active,
div.wpape_gallery_button .apebtn-highlight-flat:active,
div.wpape_gallery_button .apebtn-highlight-flat.active,
div.wpape_gallery_button .apebtn-highlight-flat.is-active {
background-color: #f3ab26;
border-color: #f3ab26;
color: #e59501;
}
div.wpape_gallery_button .apebtn-caution,
div.wpape_gallery_button .apebtn-caution-flat {
background-color: #FF4351;
border-color: #FF4351;
color: #FFF;
}
div.wpape_gallery_button .apebtn-caution:visited,
div.wpape_gallery_button .apebtn-caution-flat:visited {
color: #FFF;
}
div.wpape_gallery_button .apebtn-caution:hover, div.wpape_gallery_button .apebtn-caution:focus,
div.wpape_gallery_button .apebtn-caution-flat:hover,
div.wpape_gallery_button .apebtn-caution-flat:focus {
background-color: #ff7680;
border-color: #ff7680;
color: #FFF;
}
div.wpape_gallery_button .apebtn-caution:active, div.wpape_gallery_button .apebtn-caution.active, div.wpape_gallery_button .apebtn-caution.is-active,
div.wpape_gallery_button .apebtn-caution-flat:active,
div.wpape_gallery_button .apebtn-caution-flat.active,
div.wpape_gallery_button .apebtn-caution-flat.is-active {
background-color: #f64c59;
border-color: #f64c59;
color: #ff1022;
}
div.wpape_gallery_button .apebtn-black,
div.wpape_gallery_button .apebtn-black-flat {
background-color: #000000;
border-color: #000000;
color: #FFF;
}
div.wpape_gallery_button .apebtn-black:visited,
div.wpape_gallery_button .apebtn-black-flat:visited {
color: #FFF;
}
div.wpape_gallery_button .apebtn-black:hover, div.wpape_gallery_button .apebtn-black:focus,
div.wpape_gallery_button .apebtn-black-flat:hover,
div.wpape_gallery_button .apebtn-black-flat:focus {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #FFF;
}
div.wpape_gallery_button .apebtn-black:active, div.wpape_gallery_button .apebtn-black.active, div.wpape_gallery_button .apebtn-black.is-active,
div.wpape_gallery_button .apebtn-black-flat:active,
div.wpape_gallery_button .apebtn-black-flat.active,
div.wpape_gallery_button .apebtn-black-flat.is-active {
background-color: black;
border-color: black;
color: black;
}
div.wpape_gallery_button .apebtn-dark,
div.wpape_gallery_button .apebtn-dark-flat {
background-color: #585858;
border-color: #585858;
color: #FFF;
}
div.wpape_gallery_button .apebtn-dark:visited,
div.wpape_gallery_button .apebtn-dark-flat:visited {
color: #FFF;
}
div.wpape_gallery_button .apebtn-dark:hover, div.wpape_gallery_button .apebtn-dark:focus,
div.wpape_gallery_button .apebtn-dark-flat:hover,
div.wpape_gallery_button .apebtn-dark-flat:focus {
background-color: #727272;
border-color: #727272;
color: #FFF;
}
div.wpape_gallery_button .apebtn-dark:active, div.wpape_gallery_button .apebtn-dark.active, div.wpape_gallery_button .apebtn-dark.is-active,
div.wpape_gallery_button .apebtn-dark-flat:active,
div.wpape_gallery_button .apebtn-dark-flat.active,
div.wpape_gallery_button .apebtn-dark-flat.is-active {
background-color: #585858;
border-color: #585858;
color: #3f3f3f;
}
div.wpape_gallery_button .apebtn-block,
div.wpape_gallery_button .apebtn-stacked {
display: block;
width: 100%;
}
div.wpape_gallery_button .apebtn-square {
border-radius: 0;
}
div.wpape_gallery_button .apebtn-box {
border-radius: 10px;
}
div.wpape_gallery_button .apebtn-rounded {
border-radius: 4px;
}
div.wpape_gallery_button .apebtn-pill {
border-radius: 200px;
}
div.wpape_gallery_button .apebtn-circle {
border-radius: 100%;
}
div.wpape_gallery_button .apebtn-circle,
div.wpape_gallery_button .apebtn-box,
div.wpape_gallery_button .apebtn-square {
padding: 0 !important;
width: 40px;
}
div.wpape_gallery_button .apebtn-circle.apebtn-giant,
div.wpape_gallery_button .apebtn-box.apebtn-giant,
div.wpape_gallery_button .apebtn-square.apebtn-giant {
width: 70px;
}
div.wpape_gallery_button .apebtn-circle.apebtn-jumbo,
div.wpape_gallery_button .apebtn-box.apebtn-jumbo,
div.wpape_gallery_button .apebtn-square.apebtn-jumbo {
width: 60px;
}
div.wpape_gallery_button .apebtn-circle.apebtn-large,
div.wpape_gallery_button .apebtn-box.apebtn-large,
div.wpape_gallery_button .apebtn-square.apebtn-large {
width: 50px;
}
div.wpape_gallery_button .apebtn-circle.apebtn-normal,
div.wpape_gallery_button .apebtn-box.apebtn-normal,
div.wpape_gallery_button .apebtn-square.apebtn-normal {
width: 40px;
}
div.wpape_gallery_button .apebtn-circle.apebtn-small,
div.wpape_gallery_button .apebtn-box.apebtn-small,
div.wpape_gallery_button .apebtn-square.apebtn-small {
width: 30px;
}
div.wpape_gallery_button .apebtn-circle.apebtn-tiny,
div.wpape_gallery_button .apebtn-box.apebtn-tiny,
div.wpape_gallery_button .apebtn-square.apebtn-tiny {
width: 24px;
}
div.wpape_gallery_button .apebtn-border, div.wpape_gallery_button .apebtn-border-thin, div.wpape_gallery_button .apebtn-border-thick {
background: none;
border-width: 2px;
border-style: solid;
line-height: 36px;
}
div.wpape_gallery_button .apebtn-border:hover, div.wpape_gallery_button .apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-border-thick:hover {
background-color: rgba(255, 255, 255, 0.9);
}
div.wpape_gallery_button .apebtn-border:active, div.wpape_gallery_button .apebtn-border-thin:active, div.wpape_gallery_button .apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.active, div.wpape_gallery_button .active.apebtn-border-thin, div.wpape_gallery_button .active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.is-active, div.wpape_gallery_button .is-active.apebtn-border-thin, div.wpape_gallery_button .is-active.apebtn-border-thick {
box-shadow: none;
text-shadow: none;
transition-property: all;
transition-duration: .3s;
}
div.wpape_gallery_button .apebtn-border-thin {
border-width: 1px;
}
div.wpape_gallery_button .apebtn-border-thick {
border-width: 3px;
}
div.wpape_gallery_button .apebtn-border, div.wpape_gallery_button .apebtn-border-thin, div.wpape_gallery_button .apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin,
div.wpape_gallery_button .apebtn-border-thick { }
div.wpape_gallery_button .apebtn-border.apebtn-primary, div.wpape_gallery_button .apebtn-primary.apebtn-border-thin, div.wpape_gallery_button .apebtn-primary.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-primary,
div.wpape_gallery_button .apebtn-border-thick.apebtn-primary {
color: #1B9AF7;
}
div.wpape_gallery_button .apebtn-border.apebtn-primary:hover, div.wpape_gallery_button .apebtn-primary.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-primary.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-primary:focus, div.wpape_gallery_button .apebtn-primary.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-primary.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-primary:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-primary:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-primary:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-primary:focus {
background-color: rgba(76, 176, 249, 0.9);
color: rgba(255, 255, 255, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-primary:active, div.wpape_gallery_button .apebtn-primary.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-primary.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-primary.active, div.wpape_gallery_button .apebtn-primary.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-primary.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-primary.is-active, div.wpape_gallery_button .apebtn-primary.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-primary.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-primary:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-primary.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-primary.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-primary:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-primary.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-primary.is-active {
background-color: rgba(39, 152, 235, 0.7);
color: rgba(255, 255, 255, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-plain, div.wpape_gallery_button .apebtn-plain.apebtn-border-thin, div.wpape_gallery_button .apebtn-plain.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-plain,
div.wpape_gallery_button .apebtn-border-thick.apebtn-plain {
color: #FFF;
}
div.wpape_gallery_button .apebtn-border.apebtn-plain:hover, div.wpape_gallery_button .apebtn-plain.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-plain.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-plain:focus, div.wpape_gallery_button .apebtn-plain.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-plain.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-plain:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-plain:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-plain:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-plain:focus {
background-color: rgba(255, 255, 255, 0.9);
color: rgba(27, 154, 247, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-plain:active, div.wpape_gallery_button .apebtn-plain.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-plain.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-plain.active, div.wpape_gallery_button .apebtn-plain.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-plain.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-plain.is-active, div.wpape_gallery_button .apebtn-plain.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-plain.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-plain:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-plain.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-plain.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-plain:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-plain.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-plain.is-active {
background-color: rgba(255, 255, 255, 0.7);
color: rgba(27, 154, 247, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-inverse, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thin, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-inverse,
div.wpape_gallery_button .apebtn-border-thick.apebtn-inverse {
color: #222;
}
div.wpape_gallery_button .apebtn-border.apebtn-inverse:hover, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-inverse:focus, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-inverse:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-inverse:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-inverse:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-inverse:focus {
background-color: rgba(60, 60, 60, 0.9);
color: rgba(238, 238, 238, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-inverse:active, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-inverse.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-inverse.active, div.wpape_gallery_button .apebtn-inverse.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-inverse.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-inverse.is-active, div.wpape_gallery_button .apebtn-inverse.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-inverse.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-inverse:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-inverse.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-inverse.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-inverse:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-inverse.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-inverse.is-active {
background-color: rgba(34, 34, 34, 0.7);
color: rgba(238, 238, 238, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-action, div.wpape_gallery_button .apebtn-action.apebtn-border-thin, div.wpape_gallery_button .apebtn-action.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-action,
div.wpape_gallery_button .apebtn-border-thick.apebtn-action {
color: #A5DE37;
}
div.wpape_gallery_button .apebtn-border.apebtn-action:hover, div.wpape_gallery_button .apebtn-action.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-action.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-action:focus, div.wpape_gallery_button .apebtn-action.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-action.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-action:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-action:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-action:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-action:focus {
background-color: rgba(185, 229, 99, 0.9);
color: rgba(255, 255, 255, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-action:active, div.wpape_gallery_button .apebtn-action.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-action.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-action.active, div.wpape_gallery_button .apebtn-action.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-action.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-action.is-active, div.wpape_gallery_button .apebtn-action.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-action.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-action:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-action.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-action.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-action:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-action.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-action.is-active {
background-color: rgba(161, 210, 67, 0.7);
color: rgba(255, 255, 255, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-highlight, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thin, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-highlight,
div.wpape_gallery_button .apebtn-border-thick.apebtn-highlight {
color: #FEAE1B;
}
div.wpape_gallery_button .apebtn-border.apebtn-highlight:hover, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-highlight:focus, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-highlight:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-highlight:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-highlight:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-highlight:focus {
background-color: rgba(254, 192, 78, 0.9);
color: rgba(255, 255, 255, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-highlight:active, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-highlight.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-highlight.active, div.wpape_gallery_button .apebtn-highlight.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-highlight.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-highlight.is-active, div.wpape_gallery_button .apebtn-highlight.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-highlight.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-highlight:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-highlight.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-highlight.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-highlight:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-highlight.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-highlight.is-active {
background-color: rgba(243, 171, 38, 0.7);
color: rgba(255, 255, 255, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-caution, div.wpape_gallery_button .apebtn-caution.apebtn-border-thin, div.wpape_gallery_button .apebtn-caution.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-caution,
div.wpape_gallery_button .apebtn-border-thick.apebtn-caution {
color: #FF4351;
}
div.wpape_gallery_button .apebtn-border.apebtn-caution:hover, div.wpape_gallery_button .apebtn-caution.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-caution.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-caution:focus, div.wpape_gallery_button .apebtn-caution.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-caution.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-caution:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-caution:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-caution:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-caution:focus {
background-color: rgba(255, 118, 128, 0.9);
color: rgba(255, 255, 255, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-caution:active, div.wpape_gallery_button .apebtn-caution.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-caution.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-caution.active, div.wpape_gallery_button .apebtn-caution.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-caution.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-caution.is-active, div.wpape_gallery_button .apebtn-caution.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-caution.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-caution:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-caution.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-caution.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-caution:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-caution.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-caution.is-active {
background-color: rgba(246, 76, 89, 0.7);
color: rgba(255, 255, 255, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-black, div.wpape_gallery_button .apebtn-black.apebtn-border-thin, div.wpape_gallery_button .apebtn-black.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-black,
div.wpape_gallery_button .apebtn-border-thick.apebtn-black {
color: #000000;
}
div.wpape_gallery_button .apebtn-border.apebtn-black:hover, div.wpape_gallery_button .apebtn-black.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-black.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-black:focus, div.wpape_gallery_button .apebtn-black.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-black.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-black:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-black:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-black:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-black:focus {
background-color: rgba(26, 26, 26, 0.9);
color: rgba(255, 255, 255, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-black:active, div.wpape_gallery_button .apebtn-black.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-black.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-black.active, div.wpape_gallery_button .apebtn-black.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-black.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-black.is-active, div.wpape_gallery_button .apebtn-black.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-black.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-black:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-black.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-black.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-black:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-black.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-black.is-active {
background-color: rgba(0, 0, 0, 0.7);
color: rgba(255, 255, 255, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-dark, div.wpape_gallery_button .apebtn-dark.apebtn-border-thin, div.wpape_gallery_button .apebtn-dark.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-dark,
div.wpape_gallery_button .apebtn-border-thick.apebtn-dark {
color: #585858;
}
div.wpape_gallery_button .apebtn-border.apebtn-dark:hover, div.wpape_gallery_button .apebtn-dark.apebtn-border-thin:hover, div.wpape_gallery_button .apebtn-dark.apebtn-border-thick:hover, div.wpape_gallery_button .apebtn-border.apebtn-dark:focus, div.wpape_gallery_button .apebtn-dark.apebtn-border-thin:focus, div.wpape_gallery_button .apebtn-dark.apebtn-border-thick:focus,
div.wpape_gallery_button .apebtn-border-thin.apebtn-dark:hover,
div.wpape_gallery_button .apebtn-border-thin.apebtn-dark:focus,
div.wpape_gallery_button .apebtn-border-thick.apebtn-dark:hover,
div.wpape_gallery_button .apebtn-border-thick.apebtn-dark:focus {
background-color: rgba(114, 114, 114, 0.9);
color: rgba(255, 255, 255, 0.9);
}
div.wpape_gallery_button .apebtn-border.apebtn-dark:active, div.wpape_gallery_button .apebtn-dark.apebtn-border-thin:active, div.wpape_gallery_button .apebtn-dark.apebtn-border-thick:active, div.wpape_gallery_button .apebtn-border.apebtn-dark.active, div.wpape_gallery_button .apebtn-dark.active.apebtn-border-thin, div.wpape_gallery_button .apebtn-dark.active.apebtn-border-thick, div.wpape_gallery_button .apebtn-border.apebtn-dark.is-active, div.wpape_gallery_button .apebtn-dark.is-active.apebtn-border-thin, div.wpape_gallery_button .apebtn-dark.is-active.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-dark:active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-dark.active,
div.wpape_gallery_button .apebtn-border-thin.apebtn-dark.is-active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-dark:active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-dark.active,
div.wpape_gallery_button .apebtn-border-thick.apebtn-dark.is-active {
background-color: rgba(88, 88, 88, 0.7);
color: rgba(255, 255, 255, 0.5);
opacity: .3;
}
div.wpape_gallery_button .apebtn-border.apebtn-giant, div.wpape_gallery_button .apebtn-giant.apebtn-border-thin, div.wpape_gallery_button .apebtn-giant.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-giant,
div.wpape_gallery_button .apebtn-border-thick.apebtn-giant {
line-height: 66px;
}
div.wpape_gallery_button .apebtn-border.apebtn-jumbo, div.wpape_gallery_button .apebtn-jumbo.apebtn-border-thin, div.wpape_gallery_button .apebtn-jumbo.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-jumbo,
div.wpape_gallery_button .apebtn-border-thick.apebtn-jumbo {
line-height: 56px;
}
div.wpape_gallery_button .apebtn-border.apebtn-large, div.wpape_gallery_button .apebtn-large.apebtn-border-thin, div.wpape_gallery_button .apebtn-large.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-large,
div.wpape_gallery_button .apebtn-border-thick.apebtn-large {
line-height: 46px;
}
div.wpape_gallery_button .apebtn-border.apebtn-normal, div.wpape_gallery_button .apebtn-normal.apebtn-border-thin, div.wpape_gallery_button .apebtn-normal.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-normal,
div.wpape_gallery_button .apebtn-border-thick.apebtn-normal {
line-height: 36px;
}
div.wpape_gallery_button .apebtn-border.apebtn-small, div.wpape_gallery_button .apebtn-small.apebtn-border-thin, div.wpape_gallery_button .apebtn-small.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-small,
div.wpape_gallery_button .apebtn-border-thick.apebtn-small {
line-height: 26px;
}
div.wpape_gallery_button .apebtn-border.apebtn-tiny, div.wpape_gallery_button .apebtn-tiny.apebtn-border-thin, div.wpape_gallery_button .apebtn-tiny.apebtn-border-thick,
div.wpape_gallery_button .apebtn-border-thin.apebtn-tiny,
div.wpape_gallery_button .apebtn-border-thick.apebtn-tiny {
line-height: 20px;
}
div.wpape_gallery_button .apebtn-borderless {
background: none;
border: none;
padding: 0 8px !important;
color: #EEE;
font-size: 20.8px;
font-weight: 200;  }
div.wpape_gallery_button .apebtn-borderless:hover, div.wpape_gallery_button .apebtn-borderless:focus {
background: none;
}
div.wpape_gallery_button .apebtn-borderless:active, div.wpape_gallery_button .apebtn-borderless.active, div.wpape_gallery_button .apebtn-borderless.is-active {
box-shadow: none;
text-shadow: none;
transition-property: all;
transition-duration: .3s;
opacity: .3;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-primary {
color: #1B9AF7;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-plain {
color: #FFF;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-inverse {
color: #222;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-action {
color: #A5DE37;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-highlight {
color: #FEAE1B;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-caution {
color: #FF4351;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-black {
color: #000000;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-dark {
color: #585858;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-giant {
font-size: 36.4px;
height: 52.4px;
line-height: 52.4px;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-jumbo {
font-size: 31.2px;
height: 47.2px;
line-height: 47.2px;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-large {
font-size: 26px;
height: 42px;
line-height: 42px;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-normal {
font-size: 20.8px;
height: 36.8px;
line-height: 36.8px;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-small {
font-size: 15.6px;
height: 31.6px;
line-height: 31.6px;
}
div.wpape_gallery_button .apebtn-borderless.apebtn-tiny {
font-size: 12.48px;
height: 28.48px;
line-height: 28.48px;
}
div.wpape_gallery_button .apebtn-raised {
border-color: #e1e1e1;
border-style: solid;
border-width: 1px;
line-height: 38px;
background: linear-gradient(#f6f6f6, #e1e1e1);
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15);
}
div.wpape_gallery_button .apebtn-raised:hover, div.wpape_gallery_button .apebtn-raised:focus {
background: linear-gradient(top, white, gainsboro);
}
div.wpape_gallery_button .apebtn-raised:active, div.wpape_gallery_button .apebtn-raised.active, div.wpape_gallery_button .apebtn-raised.is-active {
background: #eeeeee;
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
}
div.wpape_gallery_button .apebtn-raised.apebtn-primary {
border-color: #088ef0;
background: linear-gradient(#34a5f8, #088ef0);
}
div.wpape_gallery_button .apebtn-raised.apebtn-primary:hover, div.wpape_gallery_button .apebtn-raised.apebtn-primary:focus {
background: linear-gradient(top, #42abf8, #0888e6);
}
div.wpape_gallery_button .apebtn-raised.apebtn-primary:active, div.wpape_gallery_button .apebtn-raised.apebtn-primary.active, div.wpape_gallery_button .apebtn-raised.apebtn-primary.is-active {
border-color: #0880d7;
background: #2798eb;
}
div.wpape_gallery_button .apebtn-raised.apebtn-plain {
border-color: #f2f2f2;
background: linear-gradient(white, #f2f2f2);
}
div.wpape_gallery_button .apebtn-raised.apebtn-plain:hover, div.wpape_gallery_button .apebtn-raised.apebtn-plain:focus {
background: linear-gradient(top, white, #ededed);
}
div.wpape_gallery_button .apebtn-raised.apebtn-plain:active, div.wpape_gallery_button .apebtn-raised.apebtn-plain.active, div.wpape_gallery_button .apebtn-raised.apebtn-plain.is-active {
border-color: #e6e6e6;
background: white;
}
div.wpape_gallery_button .apebtn-raised.apebtn-inverse {
border-color: #151515;
background: linear-gradient(#2f2f2f, #151515);
}
div.wpape_gallery_button .apebtn-raised.apebtn-inverse:hover, div.wpape_gallery_button .apebtn-raised.apebtn-inverse:focus {
background: linear-gradient(top, #363636, #101010);
}
div.wpape_gallery_button .apebtn-raised.apebtn-inverse:active, div.wpape_gallery_button .apebtn-raised.apebtn-inverse.active, div.wpape_gallery_button .apebtn-raised.apebtn-inverse.is-active {
border-color: #090909;
background: #222222;
}
div.wpape_gallery_button .apebtn-raised.apebtn-action {
border-color: #9ad824;
background: linear-gradient(#afe24d, #9ad824);
}
div.wpape_gallery_button .apebtn-raised.apebtn-action:hover, div.wpape_gallery_button .apebtn-raised.apebtn-action:focus {
background: linear-gradient(top, #b5e45a, #94cf22);
}
div.wpape_gallery_button .apebtn-raised.apebtn-action:active, div.wpape_gallery_button .apebtn-raised.apebtn-action.active, div.wpape_gallery_button .apebtn-raised.apebtn-action.is-active {
border-color: #8bc220;
background: #a1d243;
}
div.wpape_gallery_button .apebtn-raised.apebtn-highlight {
border-color: #fea502;
background: linear-gradient(#feb734, #fea502);
}
div.wpape_gallery_button .apebtn-raised.apebtn-highlight:hover, div.wpape_gallery_button .apebtn-raised.apebtn-highlight:focus {
background: linear-gradient(top, #febc44, #f49f01);
}
div.wpape_gallery_button .apebtn-raised.apebtn-highlight:active, div.wpape_gallery_button .apebtn-raised.apebtn-highlight.active, div.wpape_gallery_button .apebtn-raised.apebtn-highlight.is-active {
border-color: #e59501;
background: #f3ab26;
}
div.wpape_gallery_button .apebtn-raised.apebtn-caution {
border-color: #ff2939;
background: linear-gradient(#ff5c69, #ff2939);
}
div.wpape_gallery_button .apebtn-raised.apebtn-caution:hover, div.wpape_gallery_button .apebtn-raised.apebtn-caution:focus {
background: linear-gradient(top, #ff6c77, #ff1f30);
}
div.wpape_gallery_button .apebtn-raised.apebtn-caution:active, div.wpape_gallery_button .apebtn-raised.apebtn-caution.active, div.wpape_gallery_button .apebtn-raised.apebtn-caution.is-active {
border-color: #ff1022;
background: #f64c59;
}
div.wpape_gallery_button .apebtn-raised.apebtn-black {
border-color: black;
background: linear-gradient(#0d0d0d, black);
}
div.wpape_gallery_button .apebtn-raised.apebtn-black:hover, div.wpape_gallery_button .apebtn-raised.apebtn-black:focus {
background: linear-gradient(top, #141414, black);
}
div.wpape_gallery_button .apebtn-raised.apebtn-black:active, div.wpape_gallery_button .apebtn-raised.apebtn-black.active, div.wpape_gallery_button .apebtn-raised.apebtn-black.is-active {
border-color: black;
background: black;
}
div.wpape_gallery_button .apebtn-raised.apebtn-dark {
border-color: #4b4b4b;
background: linear-gradient(#656565, #4b4b4b);
}
div.wpape_gallery_button .apebtn-raised.apebtn-dark:hover, div.wpape_gallery_button .apebtn-raised.apebtn-dark:focus {
background: linear-gradient(top, #6c6c6c, #464646);
}
div.wpape_gallery_button .apebtn-raised.apebtn-dark:active, div.wpape_gallery_button .apebtn-raised.apebtn-dark.active, div.wpape_gallery_button .apebtn-raised.apebtn-dark.is-active {
border-color: #3f3f3f;
background: #585858;
}
div.wpape_gallery_button .apebtn-3d {
position: relative;
top: 0;
box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d:hover, div.wpape_gallery_button .apebtn-3d:focus {
box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d:active, div.wpape_gallery_button .apebtn-3d.active, div.wpape_gallery_button .apebtn-3d.is-active {
top: 5px;
transition-property: all;
transition-duration: .15s;
box-shadow: 0 2px 0 #bbbbbb, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-primary {
box-shadow: 0 7px 0 #0880d7, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-primary:hover, div.wpape_gallery_button .apebtn-3d.apebtn-primary:focus {
box-shadow: 0 7px 0 #077ace, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-primary:active, div.wpape_gallery_button .apebtn-3d.apebtn-primary.active, div.wpape_gallery_button .apebtn-3d.apebtn-primary.is-active {
box-shadow: 0 2px 0 #0662a6, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-plain {
box-shadow: 0 7px 0 #e6e6e6, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-plain:hover, div.wpape_gallery_button .apebtn-3d.apebtn-plain:focus {
box-shadow: 0 7px 0 #e0e0e0, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-plain:active, div.wpape_gallery_button .apebtn-3d.apebtn-plain.active, div.wpape_gallery_button .apebtn-3d.apebtn-plain.is-active {
box-shadow: 0 2px 0 #cccccc, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-inverse {
box-shadow: 0 7px 0 #090909, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-inverse:hover, div.wpape_gallery_button .apebtn-3d.apebtn-inverse:focus {
box-shadow: 0 7px 0 #030303, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-inverse:active, div.wpape_gallery_button .apebtn-3d.apebtn-inverse.active, div.wpape_gallery_button .apebtn-3d.apebtn-inverse.is-active {
box-shadow: 0 2px 0 black, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-action {
box-shadow: 0 7px 0 #8bc220, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-action:hover, div.wpape_gallery_button .apebtn-3d.apebtn-action:focus {
box-shadow: 0 7px 0 #84b91f, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-action:active, div.wpape_gallery_button .apebtn-3d.apebtn-action.active, div.wpape_gallery_button .apebtn-3d.apebtn-action.is-active {
box-shadow: 0 2px 0 #6b9619, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-highlight {
box-shadow: 0 7px 0 #e59501, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-highlight:hover, div.wpape_gallery_button .apebtn-3d.apebtn-highlight:focus {
box-shadow: 0 7px 0 #db8e01, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-highlight:active, div.wpape_gallery_button .apebtn-3d.apebtn-highlight.active, div.wpape_gallery_button .apebtn-3d.apebtn-highlight.is-active {
box-shadow: 0 2px 0 #b27401, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-caution {
box-shadow: 0 7px 0 #ff1022, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-caution:hover, div.wpape_gallery_button .apebtn-3d.apebtn-caution:focus {
box-shadow: 0 7px 0 #ff0618, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-caution:active, div.wpape_gallery_button .apebtn-3d.apebtn-caution.active, div.wpape_gallery_button .apebtn-3d.apebtn-caution.is-active {
box-shadow: 0 2px 0 #dc0010, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-black {
box-shadow: 0 7px 0 black, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-black:hover, div.wpape_gallery_button .apebtn-3d.apebtn-black:focus {
box-shadow: 0 7px 0 black, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-black:active, div.wpape_gallery_button .apebtn-3d.apebtn-black.active, div.wpape_gallery_button .apebtn-3d.apebtn-black.is-active {
box-shadow: 0 2px 0 black, 0 3px 3px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-3d.apebtn-dark {
box-shadow: 0 7px 0 #3f3f3f, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-dark:hover, div.wpape_gallery_button .apebtn-3d.apebtn-dark:focus {
box-shadow: 0 7px 0 #393939, 0 8px 3px rgba(0, 0, 0, 0.3);
}
div.wpape_gallery_button .apebtn-3d.apebtn-dark:active, div.wpape_gallery_button .apebtn-3d.apebtn-dark.active, div.wpape_gallery_button .apebtn-3d.apebtn-dark.is-active {
box-shadow: 0 2px 0 #252525, 0 3px 3px rgba(0, 0, 0, 0.2);
}
@keyframes glowing {
from {
box-shadow: 0 0 0 rgba(44, 154, 219, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(44, 154, 219, 0.8);
}
to {
box-shadow: 0 0 0 rgba(44, 154, 219, 0.3);
}
}
@keyframes glowing-primary {
from {
box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(27, 154, 247, 0.8);
}
to {
box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
}
}
@keyframes glowing-plain {
from {
box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}
to {
box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
}
}
@keyframes glowing-inverse {
from {
box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
}
to {
box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
}
}
@keyframes glowing-action {
from {
box-shadow: 0 0 0 rgba(165, 222, 55, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(165, 222, 55, 0.8);
}
to {
box-shadow: 0 0 0 rgba(165, 222, 55, 0.3);
}
}
@keyframes glowing-highlight {
from {
box-shadow: 0 0 0 rgba(254, 174, 27, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(254, 174, 27, 0.8);
}
to {
box-shadow: 0 0 0 rgba(254, 174, 27, 0.3);
}
}
@keyframes glowing-caution {
from {
box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(255, 67, 81, 0.8);
}
to {
box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
}
}
@keyframes glowing-black {
from {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
to {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
}
@keyframes glowing-dark {
from {
box-shadow: 0 0 0 rgba(88, 88, 88, 0.3);
}
50% {
box-shadow: 0 0 20px rgba(88, 88, 88, 0.8);
}
to {
box-shadow: 0 0 0 rgba(88, 88, 88, 0.3);
}
}
div.wpape_gallery_button .apebtn-glow {
animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: glowing;
}
div.wpape_gallery_button .apebtn-glow:active, div.wpape_gallery_button .apebtn-glow.active, div.wpape_gallery_button .apebtn-glow.is-active {
animation-name: none;
}
div.wpape_gallery_button .apebtn-glow.apebtn-primary {
animation-name: glowing-primary;
}
div.wpape_gallery_button .apebtn-glow.apebtn-plain {
animation-name: glowing-plain;
}
div.wpape_gallery_button .apebtn-glow.apebtn-inverse {
animation-name: glowing-inverse;
}
div.wpape_gallery_button .apebtn-glow.apebtn-action {
animation-name: glowing-action;
}
div.wpape_gallery_button .apebtn-glow.apebtn-highlight {
animation-name: glowing-highlight;
}
div.wpape_gallery_button .apebtn-glow.apebtn-caution {
animation-name: glowing-caution;
}
div.wpape_gallery_button .apebtn-glow.apebtn-black {
animation-name: glowing-black;
}
div.wpape_gallery_button .apebtn-glow.apebtn-dark {
animation-name: glowing-dark;
}
div.wpape_gallery_button .apebtn-dropdown {
position: relative;
overflow: visible;
display: inline-block;
}
div.wpape_gallery_button .apebtn-dropdown-list {
display: none;
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
z-index: 1000;
min-width: 100%;
list-style-type: none;
background: rgba(255, 255, 255, 0.95);
border-style: solid;
border-width: 1px;
border-color: #d4d4d4;
font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-sizing: border-box;  }
div.wpape_gallery_button .apebtn-dropdown-list.is-below {
top: 100%;
border-top: none;
border-radius: 0 0 3px 3px;
}
div.wpape_gallery_button .apebtn-dropdown-list.is-above {
bottom: 100%;
top: auto;
border-bottom: none;
border-radius: 3px 3px 0 0;
box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2);
}
div.wpape_gallery_button .apebtn-dropdown-list > li {
padding: 0;
margin: 0;
display: block;
}
div.wpape_gallery_button .apebtn-dropdown-list > li > a {
display: block;
line-height: 40px;
font-size: 12.8px;
padding: 5px 10px;
float: none;
color: #666;
text-decoration: none;
}
div.wpape_gallery_button .apebtn-dropdown-list > li > a:hover {
color: #5e5e5e;
background: #f6f6f6;
text-decoration: none;
}
div.wpape_gallery_button .apebtn-dropdown-divider {
border-top: 1px solid #e6e6e6;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-primary .apebtn-dropdown-list {
background: rgba(27, 154, 247, 0.95);
border-color: #0880d7;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-primary .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: #0888e6;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-primary .apebtn-dropdown-list > li > a {
color: #FFF;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-primary .apebtn-dropdown-list > li > a:hover {
color: #f2f2f2;
background: #088ef0;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-plain .apebtn-dropdown-list {
background: rgba(255, 255, 255, 0.95);
border-color: #e6e6e6;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-plain .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: #ededed;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-plain .apebtn-dropdown-list > li > a {
color: #1B9AF7;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-plain .apebtn-dropdown-list > li > a:hover {
color: #088ef0;
background: #f2f2f2;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-inverse .apebtn-dropdown-list {
background: rgba(34, 34, 34, 0.95);
border-color: #090909;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-inverse .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: #101010;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-inverse .apebtn-dropdown-list > li > a {
color: #EEE;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-inverse .apebtn-dropdown-list > li > a:hover {
color: #e1e1e1;
background: #151515;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-action .apebtn-dropdown-list {
background: rgba(165, 222, 55, 0.95);
border-color: #8bc220;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-action .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: #94cf22;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-action .apebtn-dropdown-list > li > a {
color: #FFF;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-action .apebtn-dropdown-list > li > a:hover {
color: #f2f2f2;
background: #9ad824;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-highlight .apebtn-dropdown-list {
background: rgba(254, 174, 27, 0.95);
border-color: #e59501;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-highlight .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: #f49f01;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-highlight .apebtn-dropdown-list > li > a {
color: #FFF;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-highlight .apebtn-dropdown-list > li > a:hover {
color: #f2f2f2;
background: #fea502;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-caution .apebtn-dropdown-list {
background: rgba(255, 67, 81, 0.95);
border-color: #ff1022;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-caution .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: #ff1f30;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-caution .apebtn-dropdown-list > li > a {
color: #FFF;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-caution .apebtn-dropdown-list > li > a:hover {
color: #f2f2f2;
background: #ff2939;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-black .apebtn-dropdown-list {
background: rgba(0, 0, 0, 0.95);
border-color: black;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-black .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: black;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-black .apebtn-dropdown-list > li > a {
color: #FFF;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-black .apebtn-dropdown-list > li > a:hover {
color: #f2f2f2;
background: black;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-dark .apebtn-dropdown-list {
background: rgba(88, 88, 88, 0.95);
border-color: #3f3f3f;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-dark .apebtn-dropdown-list .apebtn-dropdown-divider {
border-color: #464646;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-dark .apebtn-dropdown-list > li > a {
color: #FFF;
}
div.wpape_gallery_button .apebtn-dropdown.apebtn-dropdown-dark .apebtn-dropdown-list > li > a:hover {
color: #f2f2f2;
background: #4b4b4b;
}
div.wpape_gallery_button .apebtn-group {
position: relative;
display: inline-block;
}
div.wpape_gallery_button .apebtn-group:after {
content: " ";
display: block;
clear: both;
}
div.wpape_gallery_button .apebtn-group .apebtn,
div.wpape_gallery_button .apebtn-group .apebtn-dropdown {
float: left;
}
div.wpape_gallery_button .apebtn-group .apebtn:not(:first-child):not(:last-child),
div.wpape_gallery_button .apebtn-group .apebtn-dropdown:not(:first-child):not(:last-child) {
border-radius: 0;
border-right: none;
}
div.wpape_gallery_button .apebtn-group .apebtn:first-child,
div.wpape_gallery_button .apebtn-group .apebtn-dropdown:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}
div.wpape_gallery_button .apebtn-group .apebtn:last-child,
div.wpape_gallery_button .apebtn-group .apebtn-dropdown:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
div.wpape_gallery_button .apebtn-wrap {
border: 1px solid #e3e3e3;
display: inline-block;
padding: 9px;
background: linear-gradient(#f2f2f2, #FFF);
border-radius: 200px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
}
div.wpape_gallery_button .apebtn-longshadow,
div.wpape_gallery_button .apebtn-longshadow-right {
overflow: hidden;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-primary,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-primary {
text-shadow: 0px 0px #0880d7, 1px 1px #0880d7, 2px 2px #0880d7, 3px 3px #0880d7, 4px 4px #0880d7, 5px 5px #0880d7, 6px 6px #0880d7, 7px 7px #0880d7, 8px 8px #0880d7, 9px 9px #0880d7, 10px 10px #0880d7, 11px 11px #0880d7, 12px 12px #0880d7, 13px 13px #0880d7, 14px 14px #0880d7, 15px 15px #0880d7, 16px 16px #0880d7, 17px 17px #0880d7, 18px 18px #0880d7, 19px 19px #0880d7, 20px 20px #0880d7, 21px 21px #0880d7, 22px 22px #0880d7, 23px 23px #0880d7, 24px 24px #0880d7, 25px 25px #0880d7, 26px 26px #0880d7, 27px 27px #0880d7, 28px 28px #0880d7, 29px 29px #0880d7, 30px 30px #0880d7, 31px 31px #0880d7, 32px 32px #0880d7, 33px 33px #0880d7, 34px 34px #0880d7, 35px 35px #0880d7, 36px 36px #0880d7, 37px 37px #0880d7, 38px 38px #0880d7, 39px 39px #0880d7, 40px 40px #0880d7, 41px 41px #0880d7, 42px 42px #0880d7, 43px 43px #0880d7, 44px 44px #0880d7, 45px 45px #0880d7, 46px 46px #0880d7, 47px 47px #0880d7, 48px 48px #0880d7, 49px 49px #0880d7, 50px 50px #0880d7, 51px 51px #0880d7, 52px 52px #0880d7, 53px 53px #0880d7, 54px 54px #0880d7, 55px 55px #0880d7, 56px 56px #0880d7, 57px 57px #0880d7, 58px 58px #0880d7, 59px 59px #0880d7, 60px 60px #0880d7, 61px 61px #0880d7, 62px 62px #0880d7, 63px 63px #0880d7, 64px 64px #0880d7, 65px 65px #0880d7, 66px 66px #0880d7, 67px 67px #0880d7, 68px 68px #0880d7, 69px 69px #0880d7, 70px 70px #0880d7, 71px 71px #0880d7, 72px 72px #0880d7, 73px 73px #0880d7, 74px 74px #0880d7, 75px 75px #0880d7, 76px 76px #0880d7, 77px 77px #0880d7, 78px 78px #0880d7, 79px 79px #0880d7, 80px 80px #0880d7, 81px 81px #0880d7, 82px 82px #0880d7, 83px 83px #0880d7, 84px 84px #0880d7, 85px 85px #0880d7;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-primary:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-primary.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-primary.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-primary:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-primary.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-primary.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-plain,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-plain {
text-shadow: 0px 0px #e6e6e6, 1px 1px #e6e6e6, 2px 2px #e6e6e6, 3px 3px #e6e6e6, 4px 4px #e6e6e6, 5px 5px #e6e6e6, 6px 6px #e6e6e6, 7px 7px #e6e6e6, 8px 8px #e6e6e6, 9px 9px #e6e6e6, 10px 10px #e6e6e6, 11px 11px #e6e6e6, 12px 12px #e6e6e6, 13px 13px #e6e6e6, 14px 14px #e6e6e6, 15px 15px #e6e6e6, 16px 16px #e6e6e6, 17px 17px #e6e6e6, 18px 18px #e6e6e6, 19px 19px #e6e6e6, 20px 20px #e6e6e6, 21px 21px #e6e6e6, 22px 22px #e6e6e6, 23px 23px #e6e6e6, 24px 24px #e6e6e6, 25px 25px #e6e6e6, 26px 26px #e6e6e6, 27px 27px #e6e6e6, 28px 28px #e6e6e6, 29px 29px #e6e6e6, 30px 30px #e6e6e6, 31px 31px #e6e6e6, 32px 32px #e6e6e6, 33px 33px #e6e6e6, 34px 34px #e6e6e6, 35px 35px #e6e6e6, 36px 36px #e6e6e6, 37px 37px #e6e6e6, 38px 38px #e6e6e6, 39px 39px #e6e6e6, 40px 40px #e6e6e6, 41px 41px #e6e6e6, 42px 42px #e6e6e6, 43px 43px #e6e6e6, 44px 44px #e6e6e6, 45px 45px #e6e6e6, 46px 46px #e6e6e6, 47px 47px #e6e6e6, 48px 48px #e6e6e6, 49px 49px #e6e6e6, 50px 50px #e6e6e6, 51px 51px #e6e6e6, 52px 52px #e6e6e6, 53px 53px #e6e6e6, 54px 54px #e6e6e6, 55px 55px #e6e6e6, 56px 56px #e6e6e6, 57px 57px #e6e6e6, 58px 58px #e6e6e6, 59px 59px #e6e6e6, 60px 60px #e6e6e6, 61px 61px #e6e6e6, 62px 62px #e6e6e6, 63px 63px #e6e6e6, 64px 64px #e6e6e6, 65px 65px #e6e6e6, 66px 66px #e6e6e6, 67px 67px #e6e6e6, 68px 68px #e6e6e6, 69px 69px #e6e6e6, 70px 70px #e6e6e6, 71px 71px #e6e6e6, 72px 72px #e6e6e6, 73px 73px #e6e6e6, 74px 74px #e6e6e6, 75px 75px #e6e6e6, 76px 76px #e6e6e6, 77px 77px #e6e6e6, 78px 78px #e6e6e6, 79px 79px #e6e6e6, 80px 80px #e6e6e6, 81px 81px #e6e6e6, 82px 82px #e6e6e6, 83px 83px #e6e6e6, 84px 84px #e6e6e6, 85px 85px #e6e6e6;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-plain:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-plain.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-plain.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-plain:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-plain.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-plain.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-inverse,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-inverse {
text-shadow: 0px 0px #090909, 1px 1px #090909, 2px 2px #090909, 3px 3px #090909, 4px 4px #090909, 5px 5px #090909, 6px 6px #090909, 7px 7px #090909, 8px 8px #090909, 9px 9px #090909, 10px 10px #090909, 11px 11px #090909, 12px 12px #090909, 13px 13px #090909, 14px 14px #090909, 15px 15px #090909, 16px 16px #090909, 17px 17px #090909, 18px 18px #090909, 19px 19px #090909, 20px 20px #090909, 21px 21px #090909, 22px 22px #090909, 23px 23px #090909, 24px 24px #090909, 25px 25px #090909, 26px 26px #090909, 27px 27px #090909, 28px 28px #090909, 29px 29px #090909, 30px 30px #090909, 31px 31px #090909, 32px 32px #090909, 33px 33px #090909, 34px 34px #090909, 35px 35px #090909, 36px 36px #090909, 37px 37px #090909, 38px 38px #090909, 39px 39px #090909, 40px 40px #090909, 41px 41px #090909, 42px 42px #090909, 43px 43px #090909, 44px 44px #090909, 45px 45px #090909, 46px 46px #090909, 47px 47px #090909, 48px 48px #090909, 49px 49px #090909, 50px 50px #090909, 51px 51px #090909, 52px 52px #090909, 53px 53px #090909, 54px 54px #090909, 55px 55px #090909, 56px 56px #090909, 57px 57px #090909, 58px 58px #090909, 59px 59px #090909, 60px 60px #090909, 61px 61px #090909, 62px 62px #090909, 63px 63px #090909, 64px 64px #090909, 65px 65px #090909, 66px 66px #090909, 67px 67px #090909, 68px 68px #090909, 69px 69px #090909, 70px 70px #090909, 71px 71px #090909, 72px 72px #090909, 73px 73px #090909, 74px 74px #090909, 75px 75px #090909, 76px 76px #090909, 77px 77px #090909, 78px 78px #090909, 79px 79px #090909, 80px 80px #090909, 81px 81px #090909, 82px 82px #090909, 83px 83px #090909, 84px 84px #090909, 85px 85px #090909;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-inverse:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-inverse.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-inverse.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-inverse:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-inverse.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-inverse.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-action,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-action {
text-shadow: 0px 0px #8bc220, 1px 1px #8bc220, 2px 2px #8bc220, 3px 3px #8bc220, 4px 4px #8bc220, 5px 5px #8bc220, 6px 6px #8bc220, 7px 7px #8bc220, 8px 8px #8bc220, 9px 9px #8bc220, 10px 10px #8bc220, 11px 11px #8bc220, 12px 12px #8bc220, 13px 13px #8bc220, 14px 14px #8bc220, 15px 15px #8bc220, 16px 16px #8bc220, 17px 17px #8bc220, 18px 18px #8bc220, 19px 19px #8bc220, 20px 20px #8bc220, 21px 21px #8bc220, 22px 22px #8bc220, 23px 23px #8bc220, 24px 24px #8bc220, 25px 25px #8bc220, 26px 26px #8bc220, 27px 27px #8bc220, 28px 28px #8bc220, 29px 29px #8bc220, 30px 30px #8bc220, 31px 31px #8bc220, 32px 32px #8bc220, 33px 33px #8bc220, 34px 34px #8bc220, 35px 35px #8bc220, 36px 36px #8bc220, 37px 37px #8bc220, 38px 38px #8bc220, 39px 39px #8bc220, 40px 40px #8bc220, 41px 41px #8bc220, 42px 42px #8bc220, 43px 43px #8bc220, 44px 44px #8bc220, 45px 45px #8bc220, 46px 46px #8bc220, 47px 47px #8bc220, 48px 48px #8bc220, 49px 49px #8bc220, 50px 50px #8bc220, 51px 51px #8bc220, 52px 52px #8bc220, 53px 53px #8bc220, 54px 54px #8bc220, 55px 55px #8bc220, 56px 56px #8bc220, 57px 57px #8bc220, 58px 58px #8bc220, 59px 59px #8bc220, 60px 60px #8bc220, 61px 61px #8bc220, 62px 62px #8bc220, 63px 63px #8bc220, 64px 64px #8bc220, 65px 65px #8bc220, 66px 66px #8bc220, 67px 67px #8bc220, 68px 68px #8bc220, 69px 69px #8bc220, 70px 70px #8bc220, 71px 71px #8bc220, 72px 72px #8bc220, 73px 73px #8bc220, 74px 74px #8bc220, 75px 75px #8bc220, 76px 76px #8bc220, 77px 77px #8bc220, 78px 78px #8bc220, 79px 79px #8bc220, 80px 80px #8bc220, 81px 81px #8bc220, 82px 82px #8bc220, 83px 83px #8bc220, 84px 84px #8bc220, 85px 85px #8bc220;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-action:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-action.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-action.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-action:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-action.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-action.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-highlight,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-highlight {
text-shadow: 0px 0px #e59501, 1px 1px #e59501, 2px 2px #e59501, 3px 3px #e59501, 4px 4px #e59501, 5px 5px #e59501, 6px 6px #e59501, 7px 7px #e59501, 8px 8px #e59501, 9px 9px #e59501, 10px 10px #e59501, 11px 11px #e59501, 12px 12px #e59501, 13px 13px #e59501, 14px 14px #e59501, 15px 15px #e59501, 16px 16px #e59501, 17px 17px #e59501, 18px 18px #e59501, 19px 19px #e59501, 20px 20px #e59501, 21px 21px #e59501, 22px 22px #e59501, 23px 23px #e59501, 24px 24px #e59501, 25px 25px #e59501, 26px 26px #e59501, 27px 27px #e59501, 28px 28px #e59501, 29px 29px #e59501, 30px 30px #e59501, 31px 31px #e59501, 32px 32px #e59501, 33px 33px #e59501, 34px 34px #e59501, 35px 35px #e59501, 36px 36px #e59501, 37px 37px #e59501, 38px 38px #e59501, 39px 39px #e59501, 40px 40px #e59501, 41px 41px #e59501, 42px 42px #e59501, 43px 43px #e59501, 44px 44px #e59501, 45px 45px #e59501, 46px 46px #e59501, 47px 47px #e59501, 48px 48px #e59501, 49px 49px #e59501, 50px 50px #e59501, 51px 51px #e59501, 52px 52px #e59501, 53px 53px #e59501, 54px 54px #e59501, 55px 55px #e59501, 56px 56px #e59501, 57px 57px #e59501, 58px 58px #e59501, 59px 59px #e59501, 60px 60px #e59501, 61px 61px #e59501, 62px 62px #e59501, 63px 63px #e59501, 64px 64px #e59501, 65px 65px #e59501, 66px 66px #e59501, 67px 67px #e59501, 68px 68px #e59501, 69px 69px #e59501, 70px 70px #e59501, 71px 71px #e59501, 72px 72px #e59501, 73px 73px #e59501, 74px 74px #e59501, 75px 75px #e59501, 76px 76px #e59501, 77px 77px #e59501, 78px 78px #e59501, 79px 79px #e59501, 80px 80px #e59501, 81px 81px #e59501, 82px 82px #e59501, 83px 83px #e59501, 84px 84px #e59501, 85px 85px #e59501;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-highlight:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-highlight.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-highlight.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-highlight:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-highlight.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-highlight.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-caution,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-caution {
text-shadow: 0px 0px #ff1022, 1px 1px #ff1022, 2px 2px #ff1022, 3px 3px #ff1022, 4px 4px #ff1022, 5px 5px #ff1022, 6px 6px #ff1022, 7px 7px #ff1022, 8px 8px #ff1022, 9px 9px #ff1022, 10px 10px #ff1022, 11px 11px #ff1022, 12px 12px #ff1022, 13px 13px #ff1022, 14px 14px #ff1022, 15px 15px #ff1022, 16px 16px #ff1022, 17px 17px #ff1022, 18px 18px #ff1022, 19px 19px #ff1022, 20px 20px #ff1022, 21px 21px #ff1022, 22px 22px #ff1022, 23px 23px #ff1022, 24px 24px #ff1022, 25px 25px #ff1022, 26px 26px #ff1022, 27px 27px #ff1022, 28px 28px #ff1022, 29px 29px #ff1022, 30px 30px #ff1022, 31px 31px #ff1022, 32px 32px #ff1022, 33px 33px #ff1022, 34px 34px #ff1022, 35px 35px #ff1022, 36px 36px #ff1022, 37px 37px #ff1022, 38px 38px #ff1022, 39px 39px #ff1022, 40px 40px #ff1022, 41px 41px #ff1022, 42px 42px #ff1022, 43px 43px #ff1022, 44px 44px #ff1022, 45px 45px #ff1022, 46px 46px #ff1022, 47px 47px #ff1022, 48px 48px #ff1022, 49px 49px #ff1022, 50px 50px #ff1022, 51px 51px #ff1022, 52px 52px #ff1022, 53px 53px #ff1022, 54px 54px #ff1022, 55px 55px #ff1022, 56px 56px #ff1022, 57px 57px #ff1022, 58px 58px #ff1022, 59px 59px #ff1022, 60px 60px #ff1022, 61px 61px #ff1022, 62px 62px #ff1022, 63px 63px #ff1022, 64px 64px #ff1022, 65px 65px #ff1022, 66px 66px #ff1022, 67px 67px #ff1022, 68px 68px #ff1022, 69px 69px #ff1022, 70px 70px #ff1022, 71px 71px #ff1022, 72px 72px #ff1022, 73px 73px #ff1022, 74px 74px #ff1022, 75px 75px #ff1022, 76px 76px #ff1022, 77px 77px #ff1022, 78px 78px #ff1022, 79px 79px #ff1022, 80px 80px #ff1022, 81px 81px #ff1022, 82px 82px #ff1022, 83px 83px #ff1022, 84px 84px #ff1022, 85px 85px #ff1022;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-caution:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-caution.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-caution.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-caution:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-caution.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-caution.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-black,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-black {
text-shadow: 0px 0px black, 1px 1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black, 6px 6px black, 7px 7px black, 8px 8px black, 9px 9px black, 10px 10px black, 11px 11px black, 12px 12px black, 13px 13px black, 14px 14px black, 15px 15px black, 16px 16px black, 17px 17px black, 18px 18px black, 19px 19px black, 20px 20px black, 21px 21px black, 22px 22px black, 23px 23px black, 24px 24px black, 25px 25px black, 26px 26px black, 27px 27px black, 28px 28px black, 29px 29px black, 30px 30px black, 31px 31px black, 32px 32px black, 33px 33px black, 34px 34px black, 35px 35px black, 36px 36px black, 37px 37px black, 38px 38px black, 39px 39px black, 40px 40px black, 41px 41px black, 42px 42px black, 43px 43px black, 44px 44px black, 45px 45px black, 46px 46px black, 47px 47px black, 48px 48px black, 49px 49px black, 50px 50px black, 51px 51px black, 52px 52px black, 53px 53px black, 54px 54px black, 55px 55px black, 56px 56px black, 57px 57px black, 58px 58px black, 59px 59px black, 60px 60px black, 61px 61px black, 62px 62px black, 63px 63px black, 64px 64px black, 65px 65px black, 66px 66px black, 67px 67px black, 68px 68px black, 69px 69px black, 70px 70px black, 71px 71px black, 72px 72px black, 73px 73px black, 74px 74px black, 75px 75px black, 76px 76px black, 77px 77px black, 78px 78px black, 79px 79px black, 80px 80px black, 81px 81px black, 82px 82px black, 83px 83px black, 84px 84px black, 85px 85px black;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-black:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-black.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-black.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-black:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-black.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-black.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-dark,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-dark {
text-shadow: 0px 0px #3f3f3f, 1px 1px #3f3f3f, 2px 2px #3f3f3f, 3px 3px #3f3f3f, 4px 4px #3f3f3f, 5px 5px #3f3f3f, 6px 6px #3f3f3f, 7px 7px #3f3f3f, 8px 8px #3f3f3f, 9px 9px #3f3f3f, 10px 10px #3f3f3f, 11px 11px #3f3f3f, 12px 12px #3f3f3f, 13px 13px #3f3f3f, 14px 14px #3f3f3f, 15px 15px #3f3f3f, 16px 16px #3f3f3f, 17px 17px #3f3f3f, 18px 18px #3f3f3f, 19px 19px #3f3f3f, 20px 20px #3f3f3f, 21px 21px #3f3f3f, 22px 22px #3f3f3f, 23px 23px #3f3f3f, 24px 24px #3f3f3f, 25px 25px #3f3f3f, 26px 26px #3f3f3f, 27px 27px #3f3f3f, 28px 28px #3f3f3f, 29px 29px #3f3f3f, 30px 30px #3f3f3f, 31px 31px #3f3f3f, 32px 32px #3f3f3f, 33px 33px #3f3f3f, 34px 34px #3f3f3f, 35px 35px #3f3f3f, 36px 36px #3f3f3f, 37px 37px #3f3f3f, 38px 38px #3f3f3f, 39px 39px #3f3f3f, 40px 40px #3f3f3f, 41px 41px #3f3f3f, 42px 42px #3f3f3f, 43px 43px #3f3f3f, 44px 44px #3f3f3f, 45px 45px #3f3f3f, 46px 46px #3f3f3f, 47px 47px #3f3f3f, 48px 48px #3f3f3f, 49px 49px #3f3f3f, 50px 50px #3f3f3f, 51px 51px #3f3f3f, 52px 52px #3f3f3f, 53px 53px #3f3f3f, 54px 54px #3f3f3f, 55px 55px #3f3f3f, 56px 56px #3f3f3f, 57px 57px #3f3f3f, 58px 58px #3f3f3f, 59px 59px #3f3f3f, 60px 60px #3f3f3f, 61px 61px #3f3f3f, 62px 62px #3f3f3f, 63px 63px #3f3f3f, 64px 64px #3f3f3f, 65px 65px #3f3f3f, 66px 66px #3f3f3f, 67px 67px #3f3f3f, 68px 68px #3f3f3f, 69px 69px #3f3f3f, 70px 70px #3f3f3f, 71px 71px #3f3f3f, 72px 72px #3f3f3f, 73px 73px #3f3f3f, 74px 74px #3f3f3f, 75px 75px #3f3f3f, 76px 76px #3f3f3f, 77px 77px #3f3f3f, 78px 78px #3f3f3f, 79px 79px #3f3f3f, 80px 80px #3f3f3f, 81px 81px #3f3f3f, 82px 82px #3f3f3f, 83px 83px #3f3f3f, 84px 84px #3f3f3f, 85px 85px #3f3f3f;
}
div.wpape_gallery_button .apebtn-longshadow.apebtn-dark:active, div.wpape_gallery_button .apebtn-longshadow.apebtn-dark.active, div.wpape_gallery_button .apebtn-longshadow.apebtn-dark.is-active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-dark:active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-dark.active,
div.wpape_gallery_button .apebtn-longshadow-right.apebtn-dark.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left {
overflow: hidden;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-primary {
text-shadow: 0px 0px #0880d7, -1px 1px #0880d7, -2px 2px #0880d7, -3px 3px #0880d7, -4px 4px #0880d7, -5px 5px #0880d7, -6px 6px #0880d7, -7px 7px #0880d7, -8px 8px #0880d7, -9px 9px #0880d7, -10px 10px #0880d7, -11px 11px #0880d7, -12px 12px #0880d7, -13px 13px #0880d7, -14px 14px #0880d7, -15px 15px #0880d7, -16px 16px #0880d7, -17px 17px #0880d7, -18px 18px #0880d7, -19px 19px #0880d7, -20px 20px #0880d7, -21px 21px #0880d7, -22px 22px #0880d7, -23px 23px #0880d7, -24px 24px #0880d7, -25px 25px #0880d7, -26px 26px #0880d7, -27px 27px #0880d7, -28px 28px #0880d7, -29px 29px #0880d7, -30px 30px #0880d7, -31px 31px #0880d7, -32px 32px #0880d7, -33px 33px #0880d7, -34px 34px #0880d7, -35px 35px #0880d7, -36px 36px #0880d7, -37px 37px #0880d7, -38px 38px #0880d7, -39px 39px #0880d7, -40px 40px #0880d7, -41px 41px #0880d7, -42px 42px #0880d7, -43px 43px #0880d7, -44px 44px #0880d7, -45px 45px #0880d7, -46px 46px #0880d7, -47px 47px #0880d7, -48px 48px #0880d7, -49px 49px #0880d7, -50px 50px #0880d7, -51px 51px #0880d7, -52px 52px #0880d7, -53px 53px #0880d7, -54px 54px #0880d7, -55px 55px #0880d7, -56px 56px #0880d7, -57px 57px #0880d7, -58px 58px #0880d7, -59px 59px #0880d7, -60px 60px #0880d7, -61px 61px #0880d7, -62px 62px #0880d7, -63px 63px #0880d7, -64px 64px #0880d7, -65px 65px #0880d7, -66px 66px #0880d7, -67px 67px #0880d7, -68px 68px #0880d7, -69px 69px #0880d7, -70px 70px #0880d7, -71px 71px #0880d7, -72px 72px #0880d7, -73px 73px #0880d7, -74px 74px #0880d7, -75px 75px #0880d7, -76px 76px #0880d7, -77px 77px #0880d7, -78px 78px #0880d7, -79px 79px #0880d7, -80px 80px #0880d7, -81px 81px #0880d7, -82px 82px #0880d7, -83px 83px #0880d7, -84px 84px #0880d7, -85px 85px #0880d7;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-primary:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-primary.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-primary.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-plain {
text-shadow: 0px 0px #e6e6e6, -1px 1px #e6e6e6, -2px 2px #e6e6e6, -3px 3px #e6e6e6, -4px 4px #e6e6e6, -5px 5px #e6e6e6, -6px 6px #e6e6e6, -7px 7px #e6e6e6, -8px 8px #e6e6e6, -9px 9px #e6e6e6, -10px 10px #e6e6e6, -11px 11px #e6e6e6, -12px 12px #e6e6e6, -13px 13px #e6e6e6, -14px 14px #e6e6e6, -15px 15px #e6e6e6, -16px 16px #e6e6e6, -17px 17px #e6e6e6, -18px 18px #e6e6e6, -19px 19px #e6e6e6, -20px 20px #e6e6e6, -21px 21px #e6e6e6, -22px 22px #e6e6e6, -23px 23px #e6e6e6, -24px 24px #e6e6e6, -25px 25px #e6e6e6, -26px 26px #e6e6e6, -27px 27px #e6e6e6, -28px 28px #e6e6e6, -29px 29px #e6e6e6, -30px 30px #e6e6e6, -31px 31px #e6e6e6, -32px 32px #e6e6e6, -33px 33px #e6e6e6, -34px 34px #e6e6e6, -35px 35px #e6e6e6, -36px 36px #e6e6e6, -37px 37px #e6e6e6, -38px 38px #e6e6e6, -39px 39px #e6e6e6, -40px 40px #e6e6e6, -41px 41px #e6e6e6, -42px 42px #e6e6e6, -43px 43px #e6e6e6, -44px 44px #e6e6e6, -45px 45px #e6e6e6, -46px 46px #e6e6e6, -47px 47px #e6e6e6, -48px 48px #e6e6e6, -49px 49px #e6e6e6, -50px 50px #e6e6e6, -51px 51px #e6e6e6, -52px 52px #e6e6e6, -53px 53px #e6e6e6, -54px 54px #e6e6e6, -55px 55px #e6e6e6, -56px 56px #e6e6e6, -57px 57px #e6e6e6, -58px 58px #e6e6e6, -59px 59px #e6e6e6, -60px 60px #e6e6e6, -61px 61px #e6e6e6, -62px 62px #e6e6e6, -63px 63px #e6e6e6, -64px 64px #e6e6e6, -65px 65px #e6e6e6, -66px 66px #e6e6e6, -67px 67px #e6e6e6, -68px 68px #e6e6e6, -69px 69px #e6e6e6, -70px 70px #e6e6e6, -71px 71px #e6e6e6, -72px 72px #e6e6e6, -73px 73px #e6e6e6, -74px 74px #e6e6e6, -75px 75px #e6e6e6, -76px 76px #e6e6e6, -77px 77px #e6e6e6, -78px 78px #e6e6e6, -79px 79px #e6e6e6, -80px 80px #e6e6e6, -81px 81px #e6e6e6, -82px 82px #e6e6e6, -83px 83px #e6e6e6, -84px 84px #e6e6e6, -85px 85px #e6e6e6;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-plain:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-plain.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-plain.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-inverse {
text-shadow: 0px 0px #090909, -1px 1px #090909, -2px 2px #090909, -3px 3px #090909, -4px 4px #090909, -5px 5px #090909, -6px 6px #090909, -7px 7px #090909, -8px 8px #090909, -9px 9px #090909, -10px 10px #090909, -11px 11px #090909, -12px 12px #090909, -13px 13px #090909, -14px 14px #090909, -15px 15px #090909, -16px 16px #090909, -17px 17px #090909, -18px 18px #090909, -19px 19px #090909, -20px 20px #090909, -21px 21px #090909, -22px 22px #090909, -23px 23px #090909, -24px 24px #090909, -25px 25px #090909, -26px 26px #090909, -27px 27px #090909, -28px 28px #090909, -29px 29px #090909, -30px 30px #090909, -31px 31px #090909, -32px 32px #090909, -33px 33px #090909, -34px 34px #090909, -35px 35px #090909, -36px 36px #090909, -37px 37px #090909, -38px 38px #090909, -39px 39px #090909, -40px 40px #090909, -41px 41px #090909, -42px 42px #090909, -43px 43px #090909, -44px 44px #090909, -45px 45px #090909, -46px 46px #090909, -47px 47px #090909, -48px 48px #090909, -49px 49px #090909, -50px 50px #090909, -51px 51px #090909, -52px 52px #090909, -53px 53px #090909, -54px 54px #090909, -55px 55px #090909, -56px 56px #090909, -57px 57px #090909, -58px 58px #090909, -59px 59px #090909, -60px 60px #090909, -61px 61px #090909, -62px 62px #090909, -63px 63px #090909, -64px 64px #090909, -65px 65px #090909, -66px 66px #090909, -67px 67px #090909, -68px 68px #090909, -69px 69px #090909, -70px 70px #090909, -71px 71px #090909, -72px 72px #090909, -73px 73px #090909, -74px 74px #090909, -75px 75px #090909, -76px 76px #090909, -77px 77px #090909, -78px 78px #090909, -79px 79px #090909, -80px 80px #090909, -81px 81px #090909, -82px 82px #090909, -83px 83px #090909, -84px 84px #090909, -85px 85px #090909;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-inverse:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-inverse.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-inverse.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-action {
text-shadow: 0px 0px #8bc220, -1px 1px #8bc220, -2px 2px #8bc220, -3px 3px #8bc220, -4px 4px #8bc220, -5px 5px #8bc220, -6px 6px #8bc220, -7px 7px #8bc220, -8px 8px #8bc220, -9px 9px #8bc220, -10px 10px #8bc220, -11px 11px #8bc220, -12px 12px #8bc220, -13px 13px #8bc220, -14px 14px #8bc220, -15px 15px #8bc220, -16px 16px #8bc220, -17px 17px #8bc220, -18px 18px #8bc220, -19px 19px #8bc220, -20px 20px #8bc220, -21px 21px #8bc220, -22px 22px #8bc220, -23px 23px #8bc220, -24px 24px #8bc220, -25px 25px #8bc220, -26px 26px #8bc220, -27px 27px #8bc220, -28px 28px #8bc220, -29px 29px #8bc220, -30px 30px #8bc220, -31px 31px #8bc220, -32px 32px #8bc220, -33px 33px #8bc220, -34px 34px #8bc220, -35px 35px #8bc220, -36px 36px #8bc220, -37px 37px #8bc220, -38px 38px #8bc220, -39px 39px #8bc220, -40px 40px #8bc220, -41px 41px #8bc220, -42px 42px #8bc220, -43px 43px #8bc220, -44px 44px #8bc220, -45px 45px #8bc220, -46px 46px #8bc220, -47px 47px #8bc220, -48px 48px #8bc220, -49px 49px #8bc220, -50px 50px #8bc220, -51px 51px #8bc220, -52px 52px #8bc220, -53px 53px #8bc220, -54px 54px #8bc220, -55px 55px #8bc220, -56px 56px #8bc220, -57px 57px #8bc220, -58px 58px #8bc220, -59px 59px #8bc220, -60px 60px #8bc220, -61px 61px #8bc220, -62px 62px #8bc220, -63px 63px #8bc220, -64px 64px #8bc220, -65px 65px #8bc220, -66px 66px #8bc220, -67px 67px #8bc220, -68px 68px #8bc220, -69px 69px #8bc220, -70px 70px #8bc220, -71px 71px #8bc220, -72px 72px #8bc220, -73px 73px #8bc220, -74px 74px #8bc220, -75px 75px #8bc220, -76px 76px #8bc220, -77px 77px #8bc220, -78px 78px #8bc220, -79px 79px #8bc220, -80px 80px #8bc220, -81px 81px #8bc220, -82px 82px #8bc220, -83px 83px #8bc220, -84px 84px #8bc220, -85px 85px #8bc220;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-action:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-action.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-action.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-highlight {
text-shadow: 0px 0px #e59501, -1px 1px #e59501, -2px 2px #e59501, -3px 3px #e59501, -4px 4px #e59501, -5px 5px #e59501, -6px 6px #e59501, -7px 7px #e59501, -8px 8px #e59501, -9px 9px #e59501, -10px 10px #e59501, -11px 11px #e59501, -12px 12px #e59501, -13px 13px #e59501, -14px 14px #e59501, -15px 15px #e59501, -16px 16px #e59501, -17px 17px #e59501, -18px 18px #e59501, -19px 19px #e59501, -20px 20px #e59501, -21px 21px #e59501, -22px 22px #e59501, -23px 23px #e59501, -24px 24px #e59501, -25px 25px #e59501, -26px 26px #e59501, -27px 27px #e59501, -28px 28px #e59501, -29px 29px #e59501, -30px 30px #e59501, -31px 31px #e59501, -32px 32px #e59501, -33px 33px #e59501, -34px 34px #e59501, -35px 35px #e59501, -36px 36px #e59501, -37px 37px #e59501, -38px 38px #e59501, -39px 39px #e59501, -40px 40px #e59501, -41px 41px #e59501, -42px 42px #e59501, -43px 43px #e59501, -44px 44px #e59501, -45px 45px #e59501, -46px 46px #e59501, -47px 47px #e59501, -48px 48px #e59501, -49px 49px #e59501, -50px 50px #e59501, -51px 51px #e59501, -52px 52px #e59501, -53px 53px #e59501, -54px 54px #e59501, -55px 55px #e59501, -56px 56px #e59501, -57px 57px #e59501, -58px 58px #e59501, -59px 59px #e59501, -60px 60px #e59501, -61px 61px #e59501, -62px 62px #e59501, -63px 63px #e59501, -64px 64px #e59501, -65px 65px #e59501, -66px 66px #e59501, -67px 67px #e59501, -68px 68px #e59501, -69px 69px #e59501, -70px 70px #e59501, -71px 71px #e59501, -72px 72px #e59501, -73px 73px #e59501, -74px 74px #e59501, -75px 75px #e59501, -76px 76px #e59501, -77px 77px #e59501, -78px 78px #e59501, -79px 79px #e59501, -80px 80px #e59501, -81px 81px #e59501, -82px 82px #e59501, -83px 83px #e59501, -84px 84px #e59501, -85px 85px #e59501;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-highlight:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-highlight.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-highlight.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-caution {
text-shadow: 0px 0px #ff1022, -1px 1px #ff1022, -2px 2px #ff1022, -3px 3px #ff1022, -4px 4px #ff1022, -5px 5px #ff1022, -6px 6px #ff1022, -7px 7px #ff1022, -8px 8px #ff1022, -9px 9px #ff1022, -10px 10px #ff1022, -11px 11px #ff1022, -12px 12px #ff1022, -13px 13px #ff1022, -14px 14px #ff1022, -15px 15px #ff1022, -16px 16px #ff1022, -17px 17px #ff1022, -18px 18px #ff1022, -19px 19px #ff1022, -20px 20px #ff1022, -21px 21px #ff1022, -22px 22px #ff1022, -23px 23px #ff1022, -24px 24px #ff1022, -25px 25px #ff1022, -26px 26px #ff1022, -27px 27px #ff1022, -28px 28px #ff1022, -29px 29px #ff1022, -30px 30px #ff1022, -31px 31px #ff1022, -32px 32px #ff1022, -33px 33px #ff1022, -34px 34px #ff1022, -35px 35px #ff1022, -36px 36px #ff1022, -37px 37px #ff1022, -38px 38px #ff1022, -39px 39px #ff1022, -40px 40px #ff1022, -41px 41px #ff1022, -42px 42px #ff1022, -43px 43px #ff1022, -44px 44px #ff1022, -45px 45px #ff1022, -46px 46px #ff1022, -47px 47px #ff1022, -48px 48px #ff1022, -49px 49px #ff1022, -50px 50px #ff1022, -51px 51px #ff1022, -52px 52px #ff1022, -53px 53px #ff1022, -54px 54px #ff1022, -55px 55px #ff1022, -56px 56px #ff1022, -57px 57px #ff1022, -58px 58px #ff1022, -59px 59px #ff1022, -60px 60px #ff1022, -61px 61px #ff1022, -62px 62px #ff1022, -63px 63px #ff1022, -64px 64px #ff1022, -65px 65px #ff1022, -66px 66px #ff1022, -67px 67px #ff1022, -68px 68px #ff1022, -69px 69px #ff1022, -70px 70px #ff1022, -71px 71px #ff1022, -72px 72px #ff1022, -73px 73px #ff1022, -74px 74px #ff1022, -75px 75px #ff1022, -76px 76px #ff1022, -77px 77px #ff1022, -78px 78px #ff1022, -79px 79px #ff1022, -80px 80px #ff1022, -81px 81px #ff1022, -82px 82px #ff1022, -83px 83px #ff1022, -84px 84px #ff1022, -85px 85px #ff1022;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-caution:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-caution.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-caution.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-black {
text-shadow: 0px 0px black, -1px 1px black, -2px 2px black, -3px 3px black, -4px 4px black, -5px 5px black, -6px 6px black, -7px 7px black, -8px 8px black, -9px 9px black, -10px 10px black, -11px 11px black, -12px 12px black, -13px 13px black, -14px 14px black, -15px 15px black, -16px 16px black, -17px 17px black, -18px 18px black, -19px 19px black, -20px 20px black, -21px 21px black, -22px 22px black, -23px 23px black, -24px 24px black, -25px 25px black, -26px 26px black, -27px 27px black, -28px 28px black, -29px 29px black, -30px 30px black, -31px 31px black, -32px 32px black, -33px 33px black, -34px 34px black, -35px 35px black, -36px 36px black, -37px 37px black, -38px 38px black, -39px 39px black, -40px 40px black, -41px 41px black, -42px 42px black, -43px 43px black, -44px 44px black, -45px 45px black, -46px 46px black, -47px 47px black, -48px 48px black, -49px 49px black, -50px 50px black, -51px 51px black, -52px 52px black, -53px 53px black, -54px 54px black, -55px 55px black, -56px 56px black, -57px 57px black, -58px 58px black, -59px 59px black, -60px 60px black, -61px 61px black, -62px 62px black, -63px 63px black, -64px 64px black, -65px 65px black, -66px 66px black, -67px 67px black, -68px 68px black, -69px 69px black, -70px 70px black, -71px 71px black, -72px 72px black, -73px 73px black, -74px 74px black, -75px 75px black, -76px 76px black, -77px 77px black, -78px 78px black, -79px 79px black, -80px 80px black, -81px 81px black, -82px 82px black, -83px 83px black, -84px 84px black, -85px 85px black;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-black:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-black.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-black.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-dark {
text-shadow: 0px 0px #3f3f3f, -1px 1px #3f3f3f, -2px 2px #3f3f3f, -3px 3px #3f3f3f, -4px 4px #3f3f3f, -5px 5px #3f3f3f, -6px 6px #3f3f3f, -7px 7px #3f3f3f, -8px 8px #3f3f3f, -9px 9px #3f3f3f, -10px 10px #3f3f3f, -11px 11px #3f3f3f, -12px 12px #3f3f3f, -13px 13px #3f3f3f, -14px 14px #3f3f3f, -15px 15px #3f3f3f, -16px 16px #3f3f3f, -17px 17px #3f3f3f, -18px 18px #3f3f3f, -19px 19px #3f3f3f, -20px 20px #3f3f3f, -21px 21px #3f3f3f, -22px 22px #3f3f3f, -23px 23px #3f3f3f, -24px 24px #3f3f3f, -25px 25px #3f3f3f, -26px 26px #3f3f3f, -27px 27px #3f3f3f, -28px 28px #3f3f3f, -29px 29px #3f3f3f, -30px 30px #3f3f3f, -31px 31px #3f3f3f, -32px 32px #3f3f3f, -33px 33px #3f3f3f, -34px 34px #3f3f3f, -35px 35px #3f3f3f, -36px 36px #3f3f3f, -37px 37px #3f3f3f, -38px 38px #3f3f3f, -39px 39px #3f3f3f, -40px 40px #3f3f3f, -41px 41px #3f3f3f, -42px 42px #3f3f3f, -43px 43px #3f3f3f, -44px 44px #3f3f3f, -45px 45px #3f3f3f, -46px 46px #3f3f3f, -47px 47px #3f3f3f, -48px 48px #3f3f3f, -49px 49px #3f3f3f, -50px 50px #3f3f3f, -51px 51px #3f3f3f, -52px 52px #3f3f3f, -53px 53px #3f3f3f, -54px 54px #3f3f3f, -55px 55px #3f3f3f, -56px 56px #3f3f3f, -57px 57px #3f3f3f, -58px 58px #3f3f3f, -59px 59px #3f3f3f, -60px 60px #3f3f3f, -61px 61px #3f3f3f, -62px 62px #3f3f3f, -63px 63px #3f3f3f, -64px 64px #3f3f3f, -65px 65px #3f3f3f, -66px 66px #3f3f3f, -67px 67px #3f3f3f, -68px 68px #3f3f3f, -69px 69px #3f3f3f, -70px 70px #3f3f3f, -71px 71px #3f3f3f, -72px 72px #3f3f3f, -73px 73px #3f3f3f, -74px 74px #3f3f3f, -75px 75px #3f3f3f, -76px 76px #3f3f3f, -77px 77px #3f3f3f, -78px 78px #3f3f3f, -79px 79px #3f3f3f, -80px 80px #3f3f3f, -81px 81px #3f3f3f, -82px 82px #3f3f3f, -83px 83px #3f3f3f, -84px 84px #3f3f3f, -85px 85px #3f3f3f;
}
div.wpape_gallery_button .apebtn-longshadow-left.apebtn-dark:active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-dark.active, div.wpape_gallery_button .apebtn-longshadow-left.apebtn-dark.is-active {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.wpape_gallery_button .apebtn-giant {
font-size: 28px;
height: 70px;
line-height: 70px;
padding: 0 70px;
}
div.wpape_gallery_button .apebtn-jumbo {
font-size: 24px;
height: 60px;
line-height: 60px;
padding: 0 60px;
}
div.wpape_gallery_button .apebtn-large {
font-size: 20px;
height: 50px;
line-height: 50px;
padding: 0 50px;
}
div.wpape_gallery_button .apebtn-normal {
font-size: 16px;
height: 40px;
line-height: 40px;
padding: 0 40px;
}
div.wpape_gallery_button .apebtn-small {
font-size: 12px;
height: 30px;
line-height: 30px;
padding: 0 30px;
}
div.wpape_gallery_button .apebtn-tiny {
font-size: 9.6px;
height: 24px;
line-height: 24px;
padding: 0 24px;
}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-brands-400.eot);src:url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-solid-900.eot);src:url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//vdgemsarts.com/wp-content/plugins/gallery-images-ape/assets/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}