12434 lines
230 KiB
CSS
12434 lines
230 KiB
CSS
.ball-pulse-sync>div,
|
|
.ball-pulse>div {
|
|
width: 15px;
|
|
height: 15px;
|
|
margin: 2px;
|
|
display: inline-block
|
|
}
|
|
|
|
.ball-pulse-sync>div,
|
|
.ball-pulse>div,
|
|
.ball-scale>div {
|
|
background-color: #fff;
|
|
border-radius: 100%
|
|
}
|
|
|
|
@-webkit-keyframes scale {
|
|
|
|
0%,
|
|
80% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 1
|
|
}
|
|
|
|
45% {
|
|
-webkit-transform: scale(.1);
|
|
transform: scale(.1);
|
|
opacity: .7
|
|
}
|
|
}
|
|
|
|
.ball-pulse>div:nth-child(0) {
|
|
-webkit-animation: scale .75s -.36s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: scale .75s -.36s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.ball-pulse>div:first-child {
|
|
-webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.ball-pulse>div:nth-child(2) {
|
|
-webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.ball-pulse>div:nth-child(3) {
|
|
-webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.ball-pulse>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both
|
|
}
|
|
|
|
@-webkit-keyframes ball-pulse-sync {
|
|
33% {
|
|
-webkit-transform: translateY(10px);
|
|
transform: translateY(10px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translateY(-10px);
|
|
transform: translateY(-10px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-pulse-sync {
|
|
33% {
|
|
-webkit-transform: translateY(10px);
|
|
transform: translateY(10px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translateY(-10px);
|
|
transform: translateY(-10px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0)
|
|
}
|
|
}
|
|
|
|
.ball-pulse-sync>div:nth-child(0) {
|
|
-webkit-animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
|
|
animation: ball-pulse-sync .6s -.21s infinite ease-in-out
|
|
}
|
|
|
|
.ball-pulse-sync>div:first-child {
|
|
-webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
|
|
animation: ball-pulse-sync .6s -.14s infinite ease-in-out
|
|
}
|
|
|
|
.ball-pulse-sync>div:nth-child(2) {
|
|
-webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
|
|
animation: ball-pulse-sync .6s -.07s infinite ease-in-out
|
|
}
|
|
|
|
.ball-pulse-sync>div:nth-child(3) {
|
|
-webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
|
|
animation: ball-pulse-sync .6s 0s infinite ease-in-out
|
|
}
|
|
|
|
.ball-pulse-sync>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both
|
|
}
|
|
|
|
@-webkit-keyframes ball-scale {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes ball-scale {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.ball-scale>div {
|
|
height: 60px;
|
|
width: 60px;
|
|
animation: ball-scale 1s 0s ease-in-out infinite
|
|
}
|
|
|
|
.ball-scale-random>div,
|
|
.ball-scale>div {
|
|
display: inline-block;
|
|
margin: 2px;
|
|
-webkit-animation: ball-scale 1s 0s ease-in-out infinite
|
|
}
|
|
|
|
.ball-scale-random {
|
|
width: 37px;
|
|
height: 40px
|
|
}
|
|
|
|
.ball-scale-random>div {
|
|
background-color: #fff;
|
|
border-radius: 100%;
|
|
position: absolute;
|
|
height: 30px;
|
|
width: 30px;
|
|
animation: ball-scale 1s 0s ease-in-out infinite
|
|
}
|
|
|
|
.ball-rotate>div,
|
|
.ball-rotate>div:after,
|
|
.ball-rotate>div:before {
|
|
background-color: #fff;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 100%
|
|
}
|
|
|
|
.ball-rotate,
|
|
.ball-rotate>div {
|
|
position: relative
|
|
}
|
|
|
|
.ball-scale-random>div:first-child {
|
|
margin-left: -7px;
|
|
-webkit-animation: ball-scale 1s .2s ease-in-out infinite;
|
|
animation: ball-scale 1s .2s ease-in-out infinite
|
|
}
|
|
|
|
.ball-scale-random>div:nth-child(3) {
|
|
margin-left: -2px;
|
|
margin-top: 9px;
|
|
-webkit-animation: ball-scale 1s .5s ease-in-out infinite;
|
|
animation: ball-scale 1s .5s ease-in-out infinite
|
|
}
|
|
|
|
@-webkit-keyframes rotate {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
.ball-rotate>div {
|
|
margin: 2px;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both
|
|
}
|
|
|
|
.ball-rotate>div:first-child {
|
|
-webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
|
|
animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
|
|
}
|
|
|
|
.ball-rotate>div:after,
|
|
.ball-rotate>div:before {
|
|
margin: 2px;
|
|
content: "";
|
|
position: absolute;
|
|
opacity: .8
|
|
}
|
|
|
|
.ball-rotate>div:before {
|
|
top: 0;
|
|
left: -28px
|
|
}
|
|
|
|
.ball-rotate>div:after {
|
|
top: 0;
|
|
left: 25px
|
|
}
|
|
|
|
.ball-clip-rotate>div {
|
|
border-radius: 100%;
|
|
margin: 2px;
|
|
border: 2px solid #fff;
|
|
border-bottom-color: transparent;
|
|
height: 25px;
|
|
width: 25px;
|
|
background: 0 0 !important;
|
|
display: inline-block;
|
|
-webkit-animation: rotate .75s 0s linear infinite;
|
|
animation: rotate .75s 0s linear infinite
|
|
}
|
|
|
|
@keyframes scale {
|
|
30% {
|
|
-webkit-transform: scale(.3);
|
|
transform: scale(.3)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
}
|
|
|
|
.ball-clip-rotate-pulse {
|
|
position: relative;
|
|
-webkit-transform: translateY(-15px);
|
|
-ms-transform: translateY(-15px);
|
|
transform: translateY(-15px)
|
|
}
|
|
|
|
.ball-clip-rotate-pulse>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
border-radius: 100%
|
|
}
|
|
|
|
.ball-clip-rotate-pulse>div:first-child {
|
|
background: #fff;
|
|
height: 16px;
|
|
width: 16px;
|
|
top: 7px;
|
|
left: -7px;
|
|
-webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
|
|
animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
|
|
}
|
|
|
|
.ball-clip-rotate-pulse>div:last-child {
|
|
position: absolute;
|
|
width: 30px;
|
|
height: 30px;
|
|
left: -16px;
|
|
top: -2px;
|
|
background: 0 0;
|
|
border: 2px solid;
|
|
border-color: #fff transparent;
|
|
-webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
|
|
animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s
|
|
}
|
|
|
|
@keyframes rotate {
|
|
0% {
|
|
-webkit-transform: rotate(0) scale(1);
|
|
transform: rotate(0) scale(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(180deg) scale(.6);
|
|
transform: rotate(180deg) scale(.6)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn) scale(1);
|
|
transform: rotate(1turn) scale(1)
|
|
}
|
|
}
|
|
|
|
.ball-clip-rotate-multiple {
|
|
position: relative
|
|
}
|
|
|
|
.ball-clip-rotate-multiple>div {
|
|
position: absolute;
|
|
left: -20px;
|
|
top: -20px;
|
|
border: 2px solid #fff;
|
|
border-bottom-color: transparent;
|
|
border-top-color: transparent;
|
|
border-radius: 100%;
|
|
height: 35px;
|
|
width: 35px;
|
|
-webkit-animation: rotate 1s 0s ease-in-out infinite;
|
|
animation: rotate 1s 0s ease-in-out infinite
|
|
}
|
|
|
|
.ball-clip-rotate-multiple>div:last-child {
|
|
display: inline-block;
|
|
top: -10px;
|
|
left: -10px;
|
|
width: 15px;
|
|
height: 15px;
|
|
-webkit-animation-duration: .5s;
|
|
animation-duration: .5s;
|
|
border-color: #fff transparent;
|
|
-webkit-animation-direction: reverse;
|
|
animation-direction: reverse
|
|
}
|
|
|
|
@-webkit-keyframes ball-scale-ripple {
|
|
0% {
|
|
-webkit-transform: scale(.1);
|
|
transform: scale(.1);
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes ball-scale-ripple {
|
|
0% {
|
|
-webkit-transform: scale(.1);
|
|
transform: scale(.1);
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.ball-scale-ripple>div {
|
|
height: 50px;
|
|
width: 50px;
|
|
border-radius: 100%;
|
|
border: 2px solid #fff;
|
|
-webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
|
|
animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
|
|
}
|
|
|
|
@-webkit-keyframes ball-scale-ripple-multiple {
|
|
0% {
|
|
-webkit-transform: scale(.1);
|
|
transform: scale(.1);
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes ball-scale-ripple-multiple {
|
|
0% {
|
|
-webkit-transform: scale(.1);
|
|
transform: scale(.1);
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.ball-scale-ripple-multiple {
|
|
position: relative;
|
|
-webkit-transform: translateY(-25px);
|
|
-ms-transform: translateY(-25px);
|
|
transform: translateY(-25px)
|
|
}
|
|
|
|
.ball-scale-ripple-multiple>div:nth-child(0) {
|
|
-webkit-animation-delay: -.8s;
|
|
animation-delay: -.8s
|
|
}
|
|
|
|
.ball-scale-ripple-multiple>div:first-child {
|
|
-webkit-animation-delay: -.6s;
|
|
animation-delay: -.6s
|
|
}
|
|
|
|
.ball-scale-ripple-multiple>div:nth-child(2) {
|
|
-webkit-animation-delay: -.4s;
|
|
animation-delay: -.4s
|
|
}
|
|
|
|
.ball-scale-ripple-multiple>div:nth-child(3) {
|
|
-webkit-animation-delay: -.2s;
|
|
animation-delay: -.2s
|
|
}
|
|
|
|
.ball-scale-ripple-multiple>div {
|
|
position: absolute;
|
|
top: -2px;
|
|
left: -26px;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 100%;
|
|
border: 2px solid #fff;
|
|
-webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
|
|
animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
|
|
}
|
|
|
|
@-webkit-keyframes ball-beat {
|
|
50% {
|
|
opacity: .2;
|
|
-webkit-transform: scale(.75);
|
|
transform: scale(.75)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-beat {
|
|
50% {
|
|
opacity: .2;
|
|
-webkit-transform: scale(.75);
|
|
transform: scale(.75)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
}
|
|
|
|
.ball-beat>div {
|
|
background-color: #fff;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 100%;
|
|
margin: 2px;
|
|
display: inline-block;
|
|
-webkit-animation: ball-beat .7s 0s infinite linear;
|
|
animation: ball-beat .7s 0s infinite linear
|
|
}
|
|
|
|
.ball-beat>div:nth-child(2n-1) {
|
|
-webkit-animation-delay: -.35s !important;
|
|
animation-delay: -.35s !important
|
|
}
|
|
|
|
@-webkit-keyframes ball-scale-multiple {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
opacity: 0
|
|
}
|
|
|
|
5% {
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes ball-scale-multiple {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
opacity: 0
|
|
}
|
|
|
|
5% {
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.ball-scale-multiple {
|
|
position: relative;
|
|
-webkit-transform: translateY(-30px);
|
|
-ms-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
.ball-scale-multiple>div:nth-child(2) {
|
|
-webkit-animation-delay: -.4s;
|
|
animation-delay: -.4s
|
|
}
|
|
|
|
.ball-scale-multiple>div:nth-child(3) {
|
|
-webkit-animation-delay: -.2s;
|
|
animation-delay: -.2s
|
|
}
|
|
|
|
.ball-scale-multiple>div {
|
|
background-color: #fff;
|
|
border-radius: 100%;
|
|
position: absolute;
|
|
left: -30px;
|
|
top: 0;
|
|
opacity: 0;
|
|
margin: 0;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
|
|
animation: ball-scale-multiple 1s 0s linear infinite
|
|
}
|
|
|
|
@-webkit-keyframes ball-triangle-path-1 {
|
|
33% {
|
|
-webkit-transform: translate(25px, -50px);
|
|
transform: translate(25px, -50px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(50px);
|
|
transform: translate(50px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-triangle-path-1 {
|
|
33% {
|
|
-webkit-transform: translate(25px, -50px);
|
|
transform: translate(25px, -50px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(50px);
|
|
transform: translate(50px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ball-triangle-path-2 {
|
|
33% {
|
|
-webkit-transform: translate(25px, 50px);
|
|
transform: translate(25px, 50px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(-25px, 50px);
|
|
transform: translate(-25px, 50px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-triangle-path-2 {
|
|
33% {
|
|
-webkit-transform: translate(25px, 50px);
|
|
transform: translate(25px, 50px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(-25px, 50px);
|
|
transform: translate(-25px, 50px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ball-triangle-path-3 {
|
|
33% {
|
|
-webkit-transform: translate(-50px);
|
|
transform: translate(-50px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(-25px, -50px);
|
|
transform: translate(-25px, -50px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-triangle-path-3 {
|
|
33% {
|
|
-webkit-transform: translate(-50px);
|
|
transform: translate(-50px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(-25px, -50px);
|
|
transform: translate(-25px, -50px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
.ball-triangle-path {
|
|
position: relative;
|
|
-webkit-transform: translate(-29.99px, -37.51px);
|
|
-ms-transform: translate(-29.99px, -37.51px);
|
|
transform: translate(-29.99px, -37.51px)
|
|
}
|
|
|
|
.ball-triangle-path>div:first-child {
|
|
-webkit-animation-name: ball-triangle-path-1;
|
|
animation-name: ball-triangle-path-1;
|
|
-webkit-animation-delay: 0;
|
|
animation-delay: 0;
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
animation-timing-function: ease-in-out;
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite
|
|
}
|
|
|
|
.ball-triangle-path>div:nth-child(2) {
|
|
-webkit-animation-name: ball-triangle-path-2;
|
|
animation-name: ball-triangle-path-2;
|
|
-webkit-animation-delay: 0;
|
|
animation-delay: 0;
|
|
animation-duration: 2s;
|
|
animation-timing-function: ease-in-out;
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite
|
|
}
|
|
|
|
.ball-triangle-path>div:nth-child(2),
|
|
.ball-triangle-path>div:nth-child(3) {
|
|
-webkit-animation-duration: 2s;
|
|
-webkit-animation-timing-function: ease-in-out
|
|
}
|
|
|
|
.ball-triangle-path>div:nth-child(3) {
|
|
-webkit-animation-name: ball-triangle-path-3;
|
|
animation-name: ball-triangle-path-3;
|
|
-webkit-animation-delay: 0;
|
|
animation-delay: 0;
|
|
animation-duration: 2s;
|
|
animation-timing-function: ease-in-out;
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite
|
|
}
|
|
|
|
.ball-triangle-path>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
position: absolute;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 100%;
|
|
border: 1px solid #fff
|
|
}
|
|
|
|
.ball-grid-beat>div,
|
|
.ball-pulse-rise>div {
|
|
background-color: #fff;
|
|
height: 15px;
|
|
border-radius: 100%;
|
|
margin: 2px
|
|
}
|
|
|
|
.ball-triangle-path>div:first-of-type {
|
|
top: 50px
|
|
}
|
|
|
|
.ball-triangle-path>div:nth-of-type(2) {
|
|
left: 25px
|
|
}
|
|
|
|
.ball-triangle-path>div:nth-of-type(3) {
|
|
top: 50px;
|
|
left: 50px
|
|
}
|
|
|
|
@-webkit-keyframes ball-pulse-rise-even {
|
|
0% {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1)
|
|
}
|
|
|
|
25% {
|
|
-webkit-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(.4);
|
|
transform: scale(.4)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: translateY(30px);
|
|
transform: translateY(30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-pulse-rise-even {
|
|
0% {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1)
|
|
}
|
|
|
|
25% {
|
|
-webkit-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(.4);
|
|
transform: scale(.4)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: translateY(30px);
|
|
transform: translateY(30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ball-pulse-rise-odd {
|
|
0% {
|
|
-webkit-transform: scale(.4);
|
|
transform: scale(.4)
|
|
}
|
|
|
|
25% {
|
|
-webkit-transform: translateY(30px);
|
|
transform: translateY(30px)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
-webkit-transform: scale(.75);
|
|
transform: scale(.75)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-pulse-rise-odd {
|
|
0% {
|
|
-webkit-transform: scale(.4);
|
|
transform: scale(.4)
|
|
}
|
|
|
|
25% {
|
|
-webkit-transform: translateY(30px);
|
|
transform: translateY(30px)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
-webkit-transform: scale(.75);
|
|
transform: scale(.75)
|
|
}
|
|
}
|
|
|
|
.ball-pulse-rise>div {
|
|
width: 15px;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
display: inline-block;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
|
|
animation-timing-function: cubic-bezier(.15, .46, .9, .6);
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
-webkit-animation-delay: 0;
|
|
animation-delay: 0
|
|
}
|
|
|
|
.ball-pulse-rise>div:nth-child(2n) {
|
|
-webkit-animation-name: ball-pulse-rise-even;
|
|
animation-name: ball-pulse-rise-even
|
|
}
|
|
|
|
.ball-pulse-rise>div:nth-child(2n-1) {
|
|
-webkit-animation-name: ball-pulse-rise-odd;
|
|
animation-name: ball-pulse-rise-odd
|
|
}
|
|
|
|
@-webkit-keyframes ball-grid-beat {
|
|
50% {
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes ball-grid-beat {
|
|
50% {
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.ball-grid-beat {
|
|
width: 57px
|
|
}
|
|
|
|
.ball-grid-beat>div:first-child {
|
|
-webkit-animation-delay: .44s;
|
|
animation-delay: .44s;
|
|
-webkit-animation-duration: 1.27s;
|
|
animation-duration: 1.27s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(2) {
|
|
-webkit-animation-delay: .2s;
|
|
animation-delay: .2s;
|
|
-webkit-animation-duration: 1.52s;
|
|
animation-duration: 1.52s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(3) {
|
|
-webkit-animation-delay: .14s;
|
|
animation-delay: .14s;
|
|
-webkit-animation-duration: .61s;
|
|
animation-duration: .61s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(4) {
|
|
-webkit-animation-delay: .15s;
|
|
animation-delay: .15s;
|
|
-webkit-animation-duration: .82s;
|
|
animation-duration: .82s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(5) {
|
|
-webkit-animation-delay: -.01s;
|
|
animation-delay: -.01s;
|
|
-webkit-animation-duration: 1.24s;
|
|
animation-duration: 1.24s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(6) {
|
|
-webkit-animation-delay: -.07s;
|
|
animation-delay: -.07s;
|
|
-webkit-animation-duration: 1.35s;
|
|
animation-duration: 1.35s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(7) {
|
|
-webkit-animation-delay: .29s;
|
|
animation-delay: .29s;
|
|
-webkit-animation-duration: 1.44s;
|
|
animation-duration: 1.44s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(8) {
|
|
-webkit-animation-delay: .63s;
|
|
animation-delay: .63s;
|
|
-webkit-animation-duration: 1.19s;
|
|
animation-duration: 1.19s
|
|
}
|
|
|
|
.ball-grid-beat>div:nth-child(9) {
|
|
-webkit-animation-delay: -.18s;
|
|
animation-delay: -.18s;
|
|
-webkit-animation-duration: 1.48s;
|
|
animation-duration: 1.48s
|
|
}
|
|
|
|
.ball-grid-beat>div {
|
|
width: 15px;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
-webkit-animation-name: ball-grid-beat;
|
|
animation-name: ball-grid-beat;
|
|
animation-iteration-count: infinite;
|
|
-webkit-animation-delay: 0;
|
|
animation-delay: 0
|
|
}
|
|
|
|
.ball-grid-beat>div,
|
|
.ball-grid-pulse>div {
|
|
display: inline-block;
|
|
float: left;
|
|
-webkit-animation-iteration-count: infinite
|
|
}
|
|
|
|
@-webkit-keyframes ball-grid-pulse {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes ball-grid-pulse {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.ball-grid-pulse {
|
|
width: 57px
|
|
}
|
|
|
|
.ball-grid-pulse>div,
|
|
.ball-spin-fade-loader>div {
|
|
background-color: #fff;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 100%;
|
|
margin: 2px
|
|
}
|
|
|
|
.ball-grid-pulse>div:first-child {
|
|
-webkit-animation-delay: .58s;
|
|
animation-delay: .58s;
|
|
-webkit-animation-duration: .9s;
|
|
animation-duration: .9s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(2) {
|
|
-webkit-animation-delay: .01s;
|
|
animation-delay: .01s;
|
|
-webkit-animation-duration: .94s;
|
|
animation-duration: .94s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(3) {
|
|
-webkit-animation-delay: .25s;
|
|
animation-delay: .25s;
|
|
-webkit-animation-duration: 1.43s;
|
|
animation-duration: 1.43s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(4) {
|
|
-webkit-animation-delay: -.03s;
|
|
animation-delay: -.03s;
|
|
-webkit-animation-duration: .74s;
|
|
animation-duration: .74s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(5) {
|
|
-webkit-animation-delay: .21s;
|
|
animation-delay: .21s;
|
|
-webkit-animation-duration: .68s;
|
|
animation-duration: .68s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(6) {
|
|
-webkit-animation-delay: .25s;
|
|
animation-delay: .25s;
|
|
-webkit-animation-duration: 1.17s;
|
|
animation-duration: 1.17s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(7) {
|
|
-webkit-animation-delay: .46s;
|
|
animation-delay: .46s;
|
|
-webkit-animation-duration: 1.41s;
|
|
animation-duration: 1.41s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(8) {
|
|
-webkit-animation-delay: .02s;
|
|
animation-delay: .02s;
|
|
-webkit-animation-duration: 1.56s;
|
|
animation-duration: 1.56s
|
|
}
|
|
|
|
.ball-grid-pulse>div:nth-child(9) {
|
|
-webkit-animation-delay: .13s;
|
|
animation-delay: .13s;
|
|
-webkit-animation-duration: .78s;
|
|
animation-duration: .78s
|
|
}
|
|
|
|
.ball-grid-pulse>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
-webkit-animation-name: ball-grid-pulse;
|
|
animation-name: ball-grid-pulse;
|
|
animation-iteration-count: infinite;
|
|
-webkit-animation-delay: 0;
|
|
animation-delay: 0
|
|
}
|
|
|
|
@-webkit-keyframes ball-spin-fade-loader {
|
|
50% {
|
|
opacity: .3;
|
|
-webkit-transform: scale(.4);
|
|
transform: scale(.4)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-spin-fade-loader {
|
|
50% {
|
|
opacity: .3;
|
|
-webkit-transform: scale(.4);
|
|
transform: scale(.4)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
}
|
|
|
|
.ball-spin-fade-loader {
|
|
position: relative;
|
|
top: -10px;
|
|
left: -10px
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:first-child {
|
|
top: 25px;
|
|
left: 0;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.96s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:nth-child(2) {
|
|
top: 17.05px;
|
|
left: 17.05px;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.84s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:nth-child(3) {
|
|
top: 0;
|
|
left: 25px;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.72s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:nth-child(4) {
|
|
top: -17.05px;
|
|
left: 17.05px;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.6s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:nth-child(5) {
|
|
top: -25px;
|
|
left: 0;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.48s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:nth-child(6) {
|
|
top: -17.05px;
|
|
left: -17.05px;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.36s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:nth-child(7) {
|
|
top: 0;
|
|
left: -25px;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.24s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div:nth-child(8) {
|
|
top: 17.05px;
|
|
left: -17.05px;
|
|
-webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
|
|
animation: ball-spin-fade-loader 1s -.12s infinite linear
|
|
}
|
|
|
|
.ball-spin-fade-loader>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
position: absolute
|
|
}
|
|
|
|
@-webkit-keyframes ball-spin-loader {
|
|
75% {
|
|
opacity: .2
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes ball-spin-loader {
|
|
75% {
|
|
opacity: .2
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.ball-spin-loader {
|
|
position: relative
|
|
}
|
|
|
|
.ball-spin-loader>span:first-child {
|
|
top: 45px;
|
|
left: 0;
|
|
-webkit-animation: ball-spin-loader 2s .9s infinite linear;
|
|
animation: ball-spin-loader 2s .9s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>span:nth-child(2) {
|
|
top: 30.68px;
|
|
left: 30.68px;
|
|
-webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
|
|
animation: ball-spin-loader 2s 1.8s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>span:nth-child(3) {
|
|
top: 0;
|
|
left: 45px;
|
|
-webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
|
|
animation: ball-spin-loader 2s 2.7s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>span:nth-child(4) {
|
|
top: -30.68px;
|
|
left: 30.68px;
|
|
-webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
|
|
animation: ball-spin-loader 2s 3.6s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>span:nth-child(5) {
|
|
top: -45px;
|
|
left: 0;
|
|
-webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
|
|
animation: ball-spin-loader 2s 4.5s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>span:nth-child(6) {
|
|
top: -30.68px;
|
|
left: -30.68px;
|
|
-webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
|
|
animation: ball-spin-loader 2s 5.4s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>span:nth-child(7) {
|
|
top: 0;
|
|
left: -45px;
|
|
-webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
|
|
animation: ball-spin-loader 2s 6.3s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>span:nth-child(8) {
|
|
top: 30.68px;
|
|
left: -30.68px;
|
|
-webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
|
|
animation: ball-spin-loader 2s 7.2s infinite linear
|
|
}
|
|
|
|
.ball-spin-loader>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
position: absolute;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 100%;
|
|
background: green
|
|
}
|
|
|
|
.ball-zig-zag-deflect>div,
|
|
.ball-zig-zag>div {
|
|
background-color: #fff;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 100%;
|
|
margin: 2px 2px 2px 15px;
|
|
top: 4px;
|
|
left: -7px
|
|
}
|
|
|
|
@-webkit-keyframes ball-zig {
|
|
33% {
|
|
-webkit-transform: translate(-15px, -30px);
|
|
transform: translate(-15px, -30px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(15px, -30px);
|
|
transform: translate(15px, -30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-zig {
|
|
33% {
|
|
-webkit-transform: translate(-15px, -30px);
|
|
transform: translate(-15px, -30px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(15px, -30px);
|
|
transform: translate(15px, -30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ball-zag {
|
|
33% {
|
|
-webkit-transform: translate(15px, 30px);
|
|
transform: translate(15px, 30px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(-15px, 30px);
|
|
transform: translate(-15px, 30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-zag {
|
|
33% {
|
|
-webkit-transform: translate(15px, 30px);
|
|
transform: translate(15px, 30px)
|
|
}
|
|
|
|
66% {
|
|
-webkit-transform: translate(-15px, 30px);
|
|
transform: translate(-15px, 30px)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
.ball-zig-zag {
|
|
position: relative;
|
|
-webkit-transform: translate(-15px, -15px);
|
|
-ms-transform: translate(-15px, -15px);
|
|
transform: translate(-15px, -15px)
|
|
}
|
|
|
|
.ball-zig-zag>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
position: absolute
|
|
}
|
|
|
|
.ball-zig-zag>div:first-child {
|
|
-webkit-animation: ball-zig .7s 0s infinite linear;
|
|
animation: ball-zig .7s 0s infinite linear
|
|
}
|
|
|
|
.ball-zig-zag>div:last-child {
|
|
-webkit-animation: ball-zag .7s 0s infinite linear;
|
|
animation: ball-zag .7s 0s infinite linear
|
|
}
|
|
|
|
@-webkit-keyframes ball-zig-deflect {
|
|
|
|
17%,
|
|
84% {
|
|
-webkit-transform: translate(-15px, -30px);
|
|
transform: translate(-15px, -30px)
|
|
}
|
|
|
|
34%,
|
|
67% {
|
|
-webkit-transform: translate(15px, -30px);
|
|
transform: translate(15px, -30px)
|
|
}
|
|
|
|
50%,
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-zig-deflect {
|
|
|
|
17%,
|
|
84% {
|
|
-webkit-transform: translate(-15px, -30px);
|
|
transform: translate(-15px, -30px)
|
|
}
|
|
|
|
34%,
|
|
67% {
|
|
-webkit-transform: translate(15px, -30px);
|
|
transform: translate(15px, -30px)
|
|
}
|
|
|
|
50%,
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ball-zag-deflect {
|
|
|
|
17%,
|
|
84% {
|
|
-webkit-transform: translate(15px, 30px);
|
|
transform: translate(15px, 30px)
|
|
}
|
|
|
|
34%,
|
|
67% {
|
|
-webkit-transform: translate(-15px, 30px);
|
|
transform: translate(-15px, 30px)
|
|
}
|
|
|
|
50%,
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ball-zag-deflect {
|
|
|
|
17%,
|
|
84% {
|
|
-webkit-transform: translate(15px, 30px);
|
|
transform: translate(15px, 30px)
|
|
}
|
|
|
|
34%,
|
|
67% {
|
|
-webkit-transform: translate(-15px, 30px);
|
|
transform: translate(-15px, 30px)
|
|
}
|
|
|
|
50%,
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
.ball-zig-zag-deflect {
|
|
position: relative;
|
|
-webkit-transform: translate(-15px, -15px);
|
|
-ms-transform: translate(-15px, -15px);
|
|
transform: translate(-15px, -15px)
|
|
}
|
|
|
|
.ball-zig-zag-deflect>div {
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
position: absolute
|
|
}
|
|
|
|
.ball-zig-zag-deflect>div:first-child {
|
|
-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
|
|
animation: ball-zig-deflect 1.5s 0s infinite linear
|
|
}
|
|
|
|
.ball-zig-zag-deflect>div:last-child {
|
|
-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
|
|
animation: ball-zag-deflect 1.5s 0s infinite linear
|
|
}
|
|
|
|
@-webkit-keyframes line-scale {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scaley(1);
|
|
transform: scaley(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scaley(.4);
|
|
transform: scaley(.4)
|
|
}
|
|
}
|
|
|
|
@keyframes line-scale {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scaley(1);
|
|
transform: scaley(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scaley(.4);
|
|
transform: scaley(.4)
|
|
}
|
|
}
|
|
|
|
.line-scale>div:first-child {
|
|
-webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.line-scale>div:nth-child(2) {
|
|
-webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.line-scale>div:nth-child(3) {
|
|
-webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.line-scale>div:nth-child(4) {
|
|
-webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.line-scale>div:nth-child(5) {
|
|
-webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
|
|
animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
|
|
}
|
|
|
|
.line-scale>div {
|
|
animation-fill-mode: both;
|
|
display: inline-block
|
|
}
|
|
|
|
.line-scale-party>div,
|
|
.line-scale>div {
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
margin: 2px;
|
|
width: 4px;
|
|
height: 35px;
|
|
-webkit-animation-fill-mode: both
|
|
}
|
|
|
|
@-webkit-keyframes line-scale-party {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5)
|
|
}
|
|
}
|
|
|
|
@keyframes line-scale-party {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5)
|
|
}
|
|
}
|
|
|
|
.line-scale-party>div:first-child {
|
|
-webkit-animation-delay: -.09s;
|
|
animation-delay: -.09s;
|
|
-webkit-animation-duration: .83s;
|
|
animation-duration: .83s
|
|
}
|
|
|
|
.line-scale-party>div:nth-child(2) {
|
|
-webkit-animation-delay: .33s;
|
|
animation-delay: .33s;
|
|
-webkit-animation-duration: .64s;
|
|
animation-duration: .64s
|
|
}
|
|
|
|
.line-scale-party>div:nth-child(3) {
|
|
-webkit-animation-delay: .32s;
|
|
animation-delay: .32s;
|
|
-webkit-animation-duration: .39s;
|
|
animation-duration: .39s
|
|
}
|
|
|
|
.line-scale-party>div:nth-child(4) {
|
|
-webkit-animation-delay: .47s;
|
|
animation-delay: .47s;
|
|
-webkit-animation-duration: .52s;
|
|
animation-duration: .52s
|
|
}
|
|
|
|
.line-scale-party>div {
|
|
animation-fill-mode: both;
|
|
display: inline-block;
|
|
-webkit-animation-name: line-scale-party;
|
|
animation-name: line-scale-party;
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
-webkit-animation-delay: 0;
|
|
animation-delay: 0
|
|
}
|
|
|
|
@-webkit-keyframes line-scale-pulse-out {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scaley(1);
|
|
transform: scaley(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scaley(.4);
|
|
transform: scaley(.4)
|
|
}
|
|
}
|
|
|
|
@keyframes line-scale-pulse-out {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scaley(1);
|
|
transform: scaley(1)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: scaley(.4);
|
|
transform: scaley(.4)
|
|
}
|
|
}
|
|
|
|
.line-scale-pulse-out>div {
|
|
background-color: #fff;
|
|
width: 4px;
|
|
height: 35px;
|
|
border-radius: 2px;
|
|
margin: 2px;
|
|
display: inline-block;
|
|
-webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
|
|
animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85)
|
|
}
|
|
|
|
.line-scale-pulse-out>div:nth-child(2),
|
|
.line-scale-pulse-out>div:nth-child(4) {
|
|
-webkit-animation-delay: -.4s !important;
|
|
animation-delay: -.4s !important
|
|
}
|
|
|
|
.line-scale-pulse-out>div:first-child,
|
|
.line-scale-pulse-out>div:nth-child(5) {
|
|
-webkit-animation-delay: -.2s !important;
|
|
animation-delay: -.2s !important
|
|
}
|
|
|
|
@-webkit-keyframes line-scale-pulse-out-rapid {
|
|
|
|
0%,
|
|
90% {
|
|
-webkit-transform: scaley(1);
|
|
transform: scaley(1)
|
|
}
|
|
|
|
80% {
|
|
-webkit-transform: scaley(.3);
|
|
transform: scaley(.3)
|
|
}
|
|
}
|
|
|
|
@keyframes line-scale-pulse-out-rapid {
|
|
|
|
0%,
|
|
90% {
|
|
-webkit-transform: scaley(1);
|
|
transform: scaley(1)
|
|
}
|
|
|
|
80% {
|
|
-webkit-transform: scaley(.3);
|
|
transform: scaley(.3)
|
|
}
|
|
}
|
|
|
|
.line-scale-pulse-out-rapid>div {
|
|
background-color: #fff;
|
|
width: 4px;
|
|
height: 35px;
|
|
border-radius: 2px;
|
|
margin: 2px;
|
|
display: inline-block;
|
|
-webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
|
|
animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78)
|
|
}
|
|
|
|
.line-scale-pulse-out-rapid>div:nth-child(2),
|
|
.line-scale-pulse-out-rapid>div:nth-child(4) {
|
|
-webkit-animation-delay: -.25s !important;
|
|
animation-delay: -.25s !important
|
|
}
|
|
|
|
.line-scale-pulse-out-rapid>div:first-child,
|
|
.line-scale-pulse-out-rapid>div:nth-child(5) {
|
|
-webkit-animation-delay: 0s !important;
|
|
animation-delay: 0s !important
|
|
}
|
|
|
|
@-webkit-keyframes line-spin-fade-loader {
|
|
50% {
|
|
opacity: .3
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes line-spin-fade-loader {
|
|
50% {
|
|
opacity: .3
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.line-spin-fade-loader {
|
|
position: relative;
|
|
top: -10px;
|
|
left: -4px
|
|
}
|
|
|
|
.line-spin-fade-loader>div:first-child {
|
|
top: 20px;
|
|
left: 0;
|
|
-webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div:nth-child(2) {
|
|
top: 13.64px;
|
|
left: 13.64px;
|
|
-webkit-transform: rotate(-45deg);
|
|
-ms-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
-webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div:nth-child(3) {
|
|
top: 0;
|
|
left: 20px;
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
-webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div:nth-child(4) {
|
|
top: -13.64px;
|
|
left: 13.64px;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div:nth-child(5) {
|
|
top: -20px;
|
|
left: 0;
|
|
-webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div:nth-child(6) {
|
|
top: -13.64px;
|
|
left: -13.64px;
|
|
-webkit-transform: rotate(-45deg);
|
|
-ms-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
-webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div:nth-child(7) {
|
|
top: 0;
|
|
left: -20px;
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
-webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div:nth-child(8) {
|
|
top: 13.64px;
|
|
left: -13.64px;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
|
|
animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
|
|
}
|
|
|
|
.line-spin-fade-loader>div {
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
margin: 2px;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 15px
|
|
}
|
|
|
|
@-webkit-keyframes triangle-skew-spin {
|
|
25% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(0)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(0) rotateY(180deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
|
|
transform: perspective(100px) rotateX(0) rotateY(0)
|
|
}
|
|
}
|
|
|
|
@keyframes triangle-skew-spin {
|
|
25% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(0)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(0) rotateY(180deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
|
|
transform: perspective(100px) rotateX(0) rotateY(0)
|
|
}
|
|
}
|
|
|
|
.triangle-skew-spin>div {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 20px solid transparent;
|
|
border-right: 20px solid transparent;
|
|
border-bottom: 20px solid #fff;
|
|
-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
|
|
animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
|
|
}
|
|
|
|
@-webkit-keyframes square-spin {
|
|
25% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(0)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(0) rotateY(180deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
|
|
transform: perspective(100px) rotateX(0) rotateY(0)
|
|
}
|
|
}
|
|
|
|
@keyframes square-spin {
|
|
25% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(0)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
|
|
transform: perspective(100px) rotateX(0) rotateY(180deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
|
|
transform: perspective(100px) rotateX(0) rotateY(0)
|
|
}
|
|
}
|
|
|
|
.square-spin>div {
|
|
width: 50px;
|
|
height: 50px;
|
|
background: #fff;
|
|
border: 1px solid red;
|
|
-webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
|
|
animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
|
|
}
|
|
|
|
.pacman>div:first-of-type,
|
|
.pacman>div:nth-child(2) {
|
|
width: 0;
|
|
height: 0;
|
|
border-right: 25px solid transparent;
|
|
border-top: 25px solid #fff;
|
|
border-left: 25px solid #fff;
|
|
border-bottom: 25px solid #fff;
|
|
border-radius: 25px;
|
|
position: relative;
|
|
left: -30px
|
|
}
|
|
|
|
@-webkit-keyframes rotate_pacman_half_up {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes rotate_pacman_half_up {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rotate_pacman_half_down {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes rotate_pacman_half_down {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes pacman-balls {
|
|
75% {
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(-100px, -6.25px);
|
|
transform: translate(-100px, -6.25px)
|
|
}
|
|
}
|
|
|
|
@keyframes pacman-balls {
|
|
75% {
|
|
opacity: .7
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(-100px, -6.25px);
|
|
transform: translate(-100px, -6.25px)
|
|
}
|
|
}
|
|
|
|
.pacman {
|
|
position: relative
|
|
}
|
|
|
|
.pacman>div:nth-child(3) {
|
|
-webkit-animation: pacman-balls 1s -.66s infinite linear;
|
|
animation: pacman-balls 1s -.66s infinite linear
|
|
}
|
|
|
|
.pacman>div:nth-child(4) {
|
|
-webkit-animation: pacman-balls 1s -.33s infinite linear;
|
|
animation: pacman-balls 1s -.33s infinite linear
|
|
}
|
|
|
|
.pacman>div:nth-child(5) {
|
|
-webkit-animation: pacman-balls 1s 0s infinite linear;
|
|
animation: pacman-balls 1s 0s infinite linear
|
|
}
|
|
|
|
.pacman>div:first-of-type {
|
|
-webkit-animation: rotate_pacman_half_up .5s 0s infinite;
|
|
animation: rotate_pacman_half_up .5s 0s infinite
|
|
}
|
|
|
|
.pacman>div:nth-child(2) {
|
|
-webkit-animation: rotate_pacman_half_down .5s 0s infinite;
|
|
animation: rotate_pacman_half_down .5s 0s infinite;
|
|
margin-top: -50px
|
|
}
|
|
|
|
.pacman>div:nth-child(3),
|
|
.pacman>div:nth-child(4),
|
|
.pacman>div:nth-child(5),
|
|
.pacman>div:nth-child(6) {
|
|
background-color: #fff;
|
|
border-radius: 100%;
|
|
margin: 2px;
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
-webkit-transform: translateY(-6.25px);
|
|
-ms-transform: translateY(-6.25px);
|
|
transform: translateY(-6.25px);
|
|
top: 25px;
|
|
left: 70px
|
|
}
|
|
|
|
@-webkit-keyframes cube-transition {
|
|
25% {
|
|
-webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
|
|
transform: translateX(50px) scale(.5) rotate(-90deg)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translate(50px, 50px) rotate(-180deg);
|
|
transform: translate(50px, 50px) rotate(-180deg)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
|
|
transform: translateY(50px) scale(.5) rotate(-270deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(-1turn);
|
|
transform: rotate(-1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes cube-transition {
|
|
25% {
|
|
-webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
|
|
transform: translateX(50px) scale(.5) rotate(-90deg)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translate(50px, 50px) rotate(-180deg);
|
|
transform: translate(50px, 50px) rotate(-180deg)
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
|
|
transform: translateY(50px) scale(.5) rotate(-270deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(-1turn);
|
|
transform: rotate(-1turn)
|
|
}
|
|
}
|
|
|
|
.cube-transition {
|
|
position: relative;
|
|
-webkit-transform: translate(-25px, -25px);
|
|
-ms-transform: translate(-25px, -25px);
|
|
transform: translate(-25px, -25px)
|
|
}
|
|
|
|
.cube-transition>div {
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
top: -5px;
|
|
left: -5px;
|
|
background-color: #fff;
|
|
-webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
|
|
animation: cube-transition 1.6s 0s infinite ease-in-out
|
|
}
|
|
|
|
.cube-transition>div:last-child {
|
|
-webkit-animation-delay: -.8s;
|
|
animation-delay: -.8s
|
|
}
|
|
|
|
@-webkit-keyframes spin-rotate {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes spin-rotate {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
.semi-circle-spin {
|
|
position: relative;
|
|
width: 35px;
|
|
height: 35px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.semi-circle-spin>div {
|
|
position: absolute;
|
|
border-width: 0;
|
|
border-radius: 100%;
|
|
-webkit-animation: spin-rotate .6s 0s infinite linear;
|
|
animation: spin-rotate .6s 0s infinite linear;
|
|
background-image: -webkit-linear-gradient(transparent, transparent 70%, #fff 0, #fff);
|
|
background-image: linear-gradient(transparent, transparent 70%, #fff 0, #fff);
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
@-webkit-keyframes bar-progress {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scaleY(20%);
|
|
transform: scaleY(20%);
|
|
opacity: 1
|
|
}
|
|
|
|
25%,
|
|
75% {
|
|
-webkit-transform: translateX(6%) scaleY(10%);
|
|
transform: translateX(6%) scaleY(10%);
|
|
opacity: .7
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translateX(20%) scaleY(20%);
|
|
transform: translateX(20%) scaleY(20%);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes bar-progress {
|
|
|
|
0%,
|
|
to {
|
|
-webkit-transform: scaleY(20%);
|
|
transform: scaleY(20%);
|
|
opacity: 1
|
|
}
|
|
|
|
25%,
|
|
75% {
|
|
-webkit-transform: translateX(6%) scaleY(10%);
|
|
transform: translateX(6%) scaleY(10%);
|
|
opacity: .7
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translateX(20%) scaleY(20%);
|
|
transform: translateX(20%) scaleY(20%);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.bar-progress {
|
|
width: 30%;
|
|
height: 12px
|
|
}
|
|
|
|
.bar-progress>div {
|
|
position: relative;
|
|
width: 20%;
|
|
height: 12px;
|
|
border-radius: 10px;
|
|
background-color: #fff;
|
|
-webkit-animation: bar-progress 3s cubic-bezier(.57, .1, .44, .93) infinite;
|
|
animation: bar-progress 3s cubic-bezier(.57, .1, .44, .93) infinite;
|
|
opacity: 1
|
|
}
|
|
|
|
.bar-swing,
|
|
.bar-swing>div {
|
|
height: 8px;
|
|
width: 30%
|
|
}
|
|
|
|
@-webkit-keyframes bar-swing {
|
|
|
|
0%,
|
|
to {
|
|
left: 0
|
|
}
|
|
|
|
50% {
|
|
left: 70%
|
|
}
|
|
}
|
|
|
|
@keyframes bar-swing {
|
|
|
|
0%,
|
|
to {
|
|
left: 0
|
|
}
|
|
|
|
50% {
|
|
left: 70%
|
|
}
|
|
}
|
|
|
|
.bar-swing>div {
|
|
position: relative;
|
|
border-radius: 10px;
|
|
background-color: #fff;
|
|
-webkit-animation: bar-swing 1.5s infinite;
|
|
animation: bar-swing 1.5s infinite
|
|
}
|
|
|
|
@-webkit-keyframes bar-swing-container {
|
|
|
|
0%,
|
|
to {
|
|
left: 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
|
|
50% {
|
|
left: 70%;
|
|
-webkit-transform: translateX(-4px);
|
|
transform: translateX(-4px)
|
|
}
|
|
}
|
|
|
|
@keyframes bar-swing-container {
|
|
|
|
0%,
|
|
to {
|
|
left: 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
|
|
50% {
|
|
left: 70%;
|
|
-webkit-transform: translateX(-4px);
|
|
transform: translateX(-4px)
|
|
}
|
|
}
|
|
|
|
.bar-swing-container {
|
|
width: 20%;
|
|
height: 8px;
|
|
position: relative
|
|
}
|
|
|
|
.bar-swing-container div:first-child {
|
|
position: absolute;
|
|
width: 100%;
|
|
background-color: hsla(0, 0%, 100%, .2);
|
|
height: 12px;
|
|
border-radius: 10px
|
|
}
|
|
|
|
.bar-swing-container div:nth-child(2) {
|
|
position: absolute;
|
|
width: 30%;
|
|
height: 8px;
|
|
border-radius: 10px;
|
|
background-color: #fff;
|
|
-webkit-animation: bar-swing-container 2s cubic-bezier(.91, .35, .12, .6) infinite;
|
|
animation: bar-swing-container 2s cubic-bezier(.91, .35, .12, .6) infinite;
|
|
margin: 2px 2px 0
|
|
}
|
|
|
|
.leaflet-image-layer,
|
|
.leaflet-layer,
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow,
|
|
.leaflet-pane,
|
|
.leaflet-pane>canvas,
|
|
.leaflet-pane>svg,
|
|
.leaflet-tile,
|
|
.leaflet-tile-container,
|
|
.leaflet-zoom-box {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0
|
|
}
|
|
|
|
.leaflet-container {
|
|
overflow: hidden
|
|
}
|
|
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow,
|
|
.leaflet-tile {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
-webkit-user-drag: none
|
|
}
|
|
|
|
.leaflet-tile::selection {
|
|
background: transparent
|
|
}
|
|
|
|
.leaflet-safari .leaflet-tile {
|
|
image-rendering: -webkit-optimize-contrast
|
|
}
|
|
|
|
.leaflet-safari .leaflet-tile-container {
|
|
width: 1600px;
|
|
height: 1600px;
|
|
-webkit-transform-origin: 0 0
|
|
}
|
|
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow {
|
|
display: block
|
|
}
|
|
|
|
.leaflet-container .leaflet-marker-pane img,
|
|
.leaflet-container .leaflet-overlay-pane svg,
|
|
.leaflet-container .leaflet-shadow-pane img,
|
|
.leaflet-container .leaflet-tile,
|
|
.leaflet-container .leaflet-tile-pane img,
|
|
.leaflet-container img.leaflet-image-layer {
|
|
max-width: none !important;
|
|
max-height: none !important
|
|
}
|
|
|
|
.leaflet-container.leaflet-touch-zoom {
|
|
-ms-touch-action: pan-x pan-y;
|
|
touch-action: pan-x pan-y
|
|
}
|
|
|
|
.leaflet-container.leaflet-touch-drag {
|
|
-ms-touch-action: pinch-zoom;
|
|
touch-action: none;
|
|
touch-action: pinch-zoom
|
|
}
|
|
|
|
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.leaflet-container {
|
|
-webkit-tap-highlight-color: transparent
|
|
}
|
|
|
|
.leaflet-container a {
|
|
-webkit-tap-highlight-color: rgba(51, 181, 229, .4)
|
|
}
|
|
|
|
.leaflet-tile {
|
|
filter: inherit;
|
|
visibility: hidden
|
|
}
|
|
|
|
.leaflet-tile-loaded {
|
|
visibility: inherit
|
|
}
|
|
|
|
.leaflet-zoom-box {
|
|
width: 0;
|
|
height: 0;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
z-index: 800
|
|
}
|
|
|
|
.leaflet-overlay-pane svg {
|
|
-moz-user-select: none
|
|
}
|
|
|
|
.leaflet-pane {
|
|
z-index: 400
|
|
}
|
|
|
|
.leaflet-tile-pane {
|
|
z-index: 200
|
|
}
|
|
|
|
.leaflet-overlay-pane {
|
|
z-index: 400
|
|
}
|
|
|
|
.leaflet-shadow-pane {
|
|
z-index: 500
|
|
}
|
|
|
|
.leaflet-marker-pane {
|
|
z-index: 600
|
|
}
|
|
|
|
.leaflet-tooltip-pane {
|
|
z-index: 650
|
|
}
|
|
|
|
.leaflet-popup-pane {
|
|
z-index: 700
|
|
}
|
|
|
|
.leaflet-map-pane canvas {
|
|
z-index: 100
|
|
}
|
|
|
|
.leaflet-map-pane svg {
|
|
z-index: 200
|
|
}
|
|
|
|
.leaflet-vml-shape {
|
|
width: 1px;
|
|
height: 1px
|
|
}
|
|
|
|
.lvml {
|
|
behavior: url(#default#VML);
|
|
display: inline-block;
|
|
position: absolute
|
|
}
|
|
|
|
.leaflet-control {
|
|
position: relative;
|
|
z-index: 800;
|
|
pointer-events: visiblePainted;
|
|
pointer-events: auto
|
|
}
|
|
|
|
.leaflet-bottom,
|
|
.leaflet-top {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
pointer-events: none
|
|
}
|
|
|
|
.leaflet-top {
|
|
top: 0
|
|
}
|
|
|
|
.leaflet-right {
|
|
right: 0
|
|
}
|
|
|
|
.leaflet-bottom {
|
|
bottom: 0
|
|
}
|
|
|
|
.leaflet-left {
|
|
left: 0
|
|
}
|
|
|
|
.leaflet-control {
|
|
float: left;
|
|
clear: both
|
|
}
|
|
|
|
.leaflet-right .leaflet-control {
|
|
float: right
|
|
}
|
|
|
|
.leaflet-top .leaflet-control {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.leaflet-bottom .leaflet-control {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.leaflet-left .leaflet-control {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.leaflet-right .leaflet-control {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.leaflet-fade-anim .leaflet-tile {
|
|
will-change: opacity
|
|
}
|
|
|
|
.leaflet-fade-anim .leaflet-popup {
|
|
opacity: 0;
|
|
-webkit-transition: opacity .2s linear;
|
|
-moz-transition: opacity .2s linear;
|
|
transition: opacity .2s linear
|
|
}
|
|
|
|
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
|
|
opacity: 1
|
|
}
|
|
|
|
.leaflet-zoom-animated {
|
|
-webkit-transform-origin: 0 0;
|
|
-ms-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.leaflet-zoom-anim .leaflet-zoom-animated {
|
|
will-change: transform;
|
|
-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
|
|
-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
|
|
transition: transform .25s cubic-bezier(0, 0, .25, 1)
|
|
}
|
|
|
|
.leaflet-pan-anim .leaflet-tile,
|
|
.leaflet-zoom-anim .leaflet-tile {
|
|
-webkit-transition: none;
|
|
-moz-transition: none;
|
|
transition: none
|
|
}
|
|
|
|
.leaflet-zoom-anim .leaflet-zoom-hide {
|
|
visibility: hidden
|
|
}
|
|
|
|
.leaflet-interactive {
|
|
cursor: pointer
|
|
}
|
|
|
|
.leaflet-grab {
|
|
cursor: -webkit-grab;
|
|
cursor: -moz-grab;
|
|
cursor: grab
|
|
}
|
|
|
|
.leaflet-crosshair,
|
|
.leaflet-crosshair .leaflet-interactive {
|
|
cursor: crosshair
|
|
}
|
|
|
|
.leaflet-control,
|
|
.leaflet-popup-pane {
|
|
cursor: auto
|
|
}
|
|
|
|
.leaflet-dragging .leaflet-grab,
|
|
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
|
.leaflet-dragging .leaflet-marker-draggable {
|
|
cursor: move;
|
|
cursor: -webkit-grabbing;
|
|
cursor: -moz-grabbing;
|
|
cursor: grabbing
|
|
}
|
|
|
|
.leaflet-image-layer,
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow,
|
|
.leaflet-pane>svg path,
|
|
.leaflet-tile-container {
|
|
pointer-events: none
|
|
}
|
|
|
|
.leaflet-image-layer.leaflet-interactive,
|
|
.leaflet-marker-icon.leaflet-interactive,
|
|
.leaflet-pane>svg path.leaflet-interactive,
|
|
svg.leaflet-image-layer.leaflet-interactive path {
|
|
pointer-events: visiblePainted;
|
|
pointer-events: auto
|
|
}
|
|
|
|
.leaflet-container {
|
|
background: #ddd;
|
|
outline: 0
|
|
}
|
|
|
|
.leaflet-container a {
|
|
color: #0078a8
|
|
}
|
|
|
|
.leaflet-container a.leaflet-active {
|
|
outline: 2px solid orange
|
|
}
|
|
|
|
.leaflet-zoom-box {
|
|
border: 2px dotted #38f;
|
|
background: hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.leaflet-container {
|
|
font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif
|
|
}
|
|
|
|
.leaflet-bar {
|
|
box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
|
|
border-radius: 4px
|
|
}
|
|
|
|
.leaflet-bar a,
|
|
.leaflet-bar a:hover {
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #ccc;
|
|
width: 26px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
display: block;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
color: #000
|
|
}
|
|
|
|
.leaflet-bar a,
|
|
.leaflet-control-layers-toggle {
|
|
background-position: 50% 50%;
|
|
background-repeat: no-repeat;
|
|
display: block
|
|
}
|
|
|
|
.leaflet-bar a:hover {
|
|
background-color: #f4f4f4
|
|
}
|
|
|
|
.leaflet-bar a:first-child {
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px
|
|
}
|
|
|
|
.leaflet-bar a:last-child {
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom: none
|
|
}
|
|
|
|
.leaflet-bar a.leaflet-disabled {
|
|
cursor: default;
|
|
background-color: #f4f4f4;
|
|
color: #bbb
|
|
}
|
|
|
|
.leaflet-touch .leaflet-bar a {
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px
|
|
}
|
|
|
|
.leaflet-touch .leaflet-bar a:first-child {
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px
|
|
}
|
|
|
|
.leaflet-touch .leaflet-bar a:last-child {
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px
|
|
}
|
|
|
|
.leaflet-control-zoom-in,
|
|
.leaflet-control-zoom-out {
|
|
font: 700 18px Lucida Console, Monaco, monospace;
|
|
text-indent: 1px
|
|
}
|
|
|
|
.leaflet-touch .leaflet-control-zoom-in,
|
|
.leaflet-touch .leaflet-control-zoom-out {
|
|
font-size: 22px
|
|
}
|
|
|
|
.leaflet-control-layers {
|
|
box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
|
|
background: #fff;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.leaflet-control-layers-toggle {
|
|
width: 36px;
|
|
height: 36px
|
|
}
|
|
|
|
.leaflet-retina .leaflet-control-layers-toggle {
|
|
background-size: 26px 26px
|
|
}
|
|
|
|
.leaflet-touch .leaflet-control-layers-toggle {
|
|
width: 44px;
|
|
height: 44px
|
|
}
|
|
|
|
.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
|
|
.leaflet-control-layers .leaflet-control-layers-list {
|
|
display: none
|
|
}
|
|
|
|
.leaflet-control-layers-expanded .leaflet-control-layers-list {
|
|
display: block;
|
|
position: relative
|
|
}
|
|
|
|
.leaflet-control-layers-expanded {
|
|
padding: 6px 10px 6px 6px;
|
|
color: #333;
|
|
background: #fff
|
|
}
|
|
|
|
.leaflet-control-layers-scrollbar {
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
padding-right: 5px
|
|
}
|
|
|
|
.leaflet-control-layers-selector {
|
|
margin-top: 2px;
|
|
position: relative;
|
|
top: 1px
|
|
}
|
|
|
|
.leaflet-control-layers label {
|
|
display: block
|
|
}
|
|
|
|
.leaflet-control-layers-separator {
|
|
height: 0;
|
|
border-top: 1px solid #ddd;
|
|
margin: 5px -10px 5px -6px
|
|
}
|
|
|
|
.leaflet-container .leaflet-control-attribution {
|
|
background: #fff;
|
|
background: hsla(0, 0%, 100%, .7);
|
|
margin: 0
|
|
}
|
|
|
|
.leaflet-control-attribution,
|
|
.leaflet-control-scale-line {
|
|
padding: 0 5px;
|
|
color: #333
|
|
}
|
|
|
|
.leaflet-control-attribution a {
|
|
text-decoration: none
|
|
}
|
|
|
|
.leaflet-control-attribution a:hover {
|
|
text-decoration: underline
|
|
}
|
|
|
|
.leaflet-container .leaflet-control-attribution,
|
|
.leaflet-container .leaflet-control-scale {
|
|
font-size: 11px
|
|
}
|
|
|
|
.leaflet-left .leaflet-control-scale {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.leaflet-bottom .leaflet-control-scale {
|
|
margin-bottom: 5px
|
|
}
|
|
|
|
.leaflet-control-scale-line {
|
|
border: 2px solid #777;
|
|
border-top: none;
|
|
line-height: 1.1;
|
|
padding: 2px 5px 1px;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
background: hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.leaflet-control-scale-line:not(:first-child) {
|
|
border-top: 2px solid #777;
|
|
border-bottom: none;
|
|
margin-top: -2px
|
|
}
|
|
|
|
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
|
|
border-bottom: 2px solid #777
|
|
}
|
|
|
|
.leaflet-touch .leaflet-bar,
|
|
.leaflet-touch .leaflet-control-attribution,
|
|
.leaflet-touch .leaflet-control-layers {
|
|
box-shadow: none
|
|
}
|
|
|
|
.leaflet-touch .leaflet-bar,
|
|
.leaflet-touch .leaflet-control-layers {
|
|
border: 2px solid rgba(0, 0, 0, .2);
|
|
background-clip: padding-box
|
|
}
|
|
|
|
.leaflet-popup {
|
|
position: absolute;
|
|
text-align: center;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.leaflet-popup-content-wrapper {
|
|
padding: 1px;
|
|
text-align: left;
|
|
border-radius: 12px
|
|
}
|
|
|
|
.leaflet-popup-content {
|
|
margin: 13px 19px;
|
|
line-height: 1.4
|
|
}
|
|
|
|
.leaflet-popup-content p {
|
|
margin: 18px 0
|
|
}
|
|
|
|
.leaflet-popup-tip-container {
|
|
width: 40px;
|
|
height: 20px;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
overflow: hidden;
|
|
pointer-events: none
|
|
}
|
|
|
|
.leaflet-popup-tip {
|
|
width: 17px;
|
|
height: 17px;
|
|
padding: 1px;
|
|
margin: -10px auto 0;
|
|
-webkit-transform: rotate(45deg);
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg)
|
|
}
|
|
|
|
.leaflet-popup-content-wrapper,
|
|
.leaflet-popup-tip {
|
|
background: #fff;
|
|
color: #333;
|
|
box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
|
|
}
|
|
|
|
.leaflet-container a.leaflet-popup-close-button {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 4px 4px 0 0;
|
|
border: none;
|
|
text-align: center;
|
|
width: 18px;
|
|
height: 14px;
|
|
font: 16px/14px Tahoma, Verdana, sans-serif;
|
|
color: #c3c3c3;
|
|
text-decoration: none;
|
|
font-weight: 700;
|
|
background: transparent
|
|
}
|
|
|
|
.leaflet-container a.leaflet-popup-close-button:hover {
|
|
color: #999
|
|
}
|
|
|
|
.leaflet-popup-scrolled {
|
|
overflow: auto;
|
|
border-bottom: 1px solid #ddd;
|
|
border-top: 1px solid #ddd
|
|
}
|
|
|
|
.leaflet-oldie .leaflet-popup-content-wrapper {
|
|
zoom: 1
|
|
}
|
|
|
|
.leaflet-oldie .leaflet-popup-tip {
|
|
width: 24px;
|
|
margin: 0 auto;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
|
|
}
|
|
|
|
.leaflet-oldie .leaflet-popup-tip-container {
|
|
margin-top: -1px
|
|
}
|
|
|
|
.leaflet-oldie .leaflet-control-layers,
|
|
.leaflet-oldie .leaflet-control-zoom,
|
|
.leaflet-oldie .leaflet-popup-content-wrapper,
|
|
.leaflet-oldie .leaflet-popup-tip {
|
|
border: 1px solid #999
|
|
}
|
|
|
|
.leaflet-div-icon {
|
|
background: #fff;
|
|
border: 1px solid #666
|
|
}
|
|
|
|
.leaflet-tooltip {
|
|
position: absolute;
|
|
padding: 6px;
|
|
background-color: #fff;
|
|
border: 1px solid #fff;
|
|
border-radius: 3px;
|
|
color: #222;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
|
|
}
|
|
|
|
.leaflet-tooltip.leaflet-clickable {
|
|
cursor: pointer;
|
|
pointer-events: auto
|
|
}
|
|
|
|
.leaflet-tooltip-bottom:before,
|
|
.leaflet-tooltip-left:before,
|
|
.leaflet-tooltip-right:before,
|
|
.leaflet-tooltip-top:before {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
border: 6px solid transparent;
|
|
background: transparent;
|
|
content: ""
|
|
}
|
|
|
|
.leaflet-tooltip-bottom {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.leaflet-tooltip-top {
|
|
margin-top: -6px
|
|
}
|
|
|
|
.leaflet-tooltip-bottom:before,
|
|
.leaflet-tooltip-top:before {
|
|
left: 50%;
|
|
margin-left: -6px
|
|
}
|
|
|
|
.leaflet-tooltip-top:before {
|
|
bottom: 0;
|
|
margin-bottom: -12px;
|
|
border-top-color: #fff
|
|
}
|
|
|
|
.leaflet-tooltip-bottom:before {
|
|
top: 0;
|
|
margin-top: -12px;
|
|
margin-left: -6px;
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.leaflet-tooltip-left {
|
|
margin-left: -6px
|
|
}
|
|
|
|
.leaflet-tooltip-right {
|
|
margin-left: 6px
|
|
}
|
|
|
|
.leaflet-tooltip-left:before,
|
|
.leaflet-tooltip-right:before {
|
|
top: 50%;
|
|
margin-top: -6px
|
|
}
|
|
|
|
.leaflet-tooltip-left:before {
|
|
right: 0;
|
|
margin-right: -12px;
|
|
border-left-color: #fff
|
|
}
|
|
|
|
.leaflet-tooltip-right:before {
|
|
left: 0;
|
|
margin-left: -12px;
|
|
border-right-color: #fff
|
|
}
|
|
|
|
.leaflet-control-fullscreen a {
|
|
background: #fff url("/images/fullscreen.png?4.12.8") no-repeat 0 0;
|
|
background-size: 26px 52px
|
|
}
|
|
|
|
.leaflet-touch .leaflet-control-fullscreen a {
|
|
background-position: 2px 2px
|
|
}
|
|
|
|
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
|
|
background-position: 0 -26px
|
|
}
|
|
|
|
.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
|
|
background-position: 2px -24px
|
|
}
|
|
|
|
.leaflet-container:-webkit-full-screen {
|
|
width: 100% !important;
|
|
height: 100% !important
|
|
}
|
|
|
|
.leaflet-container.leaflet-fullscreen-on,
|
|
.leaflet-pseudo-fullscreen {
|
|
width: 100% !important;
|
|
height: 100% !important
|
|
}
|
|
|
|
.leaflet-pseudo-fullscreen {
|
|
position: fixed !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
z-index: 99999
|
|
}
|
|
|
|
@media (-webkit-min-device-pixel-ratio:2),
|
|
(min-resolution:192dpi) {
|
|
.leaflet-control-fullscreen a {
|
|
background-image: url("/images/fullscreen@2x.png")
|
|
}
|
|
}
|
|
|
|
.leaflet-control-locate a {
|
|
font-size: 1.4em;
|
|
color: #444;
|
|
cursor: pointer
|
|
}
|
|
|
|
.leaflet-control-locate.active a {
|
|
color: #2074b6
|
|
}
|
|
|
|
.leaflet-control-locate.active.following a {
|
|
color: #fc8428
|
|
}
|
|
|
|
.leaflet-control-locate-location circle {
|
|
animation: leaflet-control-locate-throb 4s ease infinite
|
|
}
|
|
|
|
@keyframes leaflet-control-locate-throb {
|
|
0% {
|
|
stroke-width: 1
|
|
}
|
|
|
|
50% {
|
|
stroke-width: 3;
|
|
transform: scale(.8)
|
|
}
|
|
|
|
to {
|
|
stroke-width: 1
|
|
}
|
|
}
|
|
|
|
.leaflet-control-locate a {
|
|
padding: 0 0 0 3px
|
|
}
|
|
|
|
.leaflet-control-locate.requesting a {
|
|
padding: 3px 0 0 4px
|
|
}
|
|
|
|
.leaflet-cluster-anim .leaflet-marker-icon,
|
|
.leaflet-cluster-anim .leaflet-marker-shadow {
|
|
-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
|
|
-moz-transition: -moz-transform .3s ease-out, opacity .3s ease-in;
|
|
-o-transition: -o-transform .3s ease-out, opacity .3s ease-in;
|
|
transition: transform .3s ease-out, opacity .3s ease-in
|
|
}
|
|
|
|
.leaflet-cluster-spider-leg {
|
|
-webkit-transition: -webkit-stroke-dashoffset .3s ease-out, -webkit-stroke-opacity .3s ease-in;
|
|
-moz-transition: -moz-stroke-dashoffset .3s ease-out, -moz-stroke-opacity .3s ease-in;
|
|
-o-transition: -o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;
|
|
transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in
|
|
}
|
|
|
|
.map-widget .marker-cluster-large div,
|
|
.map-widget .marker-cluster-medium div,
|
|
.map-widget .marker-cluster-small div {
|
|
background-color: #424243
|
|
}
|
|
|
|
.map-widget .marker-cluster-large div span,
|
|
.map-widget .marker-cluster-medium div span,
|
|
.map-widget .marker-cluster-small div span {
|
|
font-family: Montserrat, serif;
|
|
color: #f1c931;
|
|
font-weight: 600;
|
|
fill: #f1c931
|
|
}
|
|
|
|
.map-widget .leaflet-oldie .marker-cluster-large,
|
|
.map-widget .leaflet-oldie .marker-cluster-medium,
|
|
.map-widget .leaflet-oldie .marker-cluster-small,
|
|
.map-widget .marker-cluster-large,
|
|
.map-widget .marker-cluster-medium,
|
|
.map-widget .marker-cluster-small {
|
|
opacity: 1;
|
|
background-color: rgba(66, 66, 67, .2)
|
|
}
|
|
|
|
.map-widget .leaflet-oldie .marker-cluster-large div,
|
|
.map-widget .leaflet-oldie .marker-cluster-medium div,
|
|
.map-widget .leaflet-oldie .marker-cluster-small div {
|
|
background-color: #424243;
|
|
color: #f1c931
|
|
}
|
|
|
|
.marker-cluster {
|
|
background-clip: padding-box;
|
|
border-radius: 20px
|
|
}
|
|
|
|
.marker-cluster div {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin-left: 5px;
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
border-radius: 15px;
|
|
font: 12px Helvetica Neue, Arial, Helvetica, sans-serif
|
|
}
|
|
|
|
.marker-cluster span {
|
|
line-height: 30px
|
|
}
|
|
|
|
.noSelect {
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none
|
|
}
|
|
|
|
.easypack-widget {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
-ms-flex: 1;
|
|
font-family: Open Sans, sans-serif;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
line-height: 1.42857143
|
|
}
|
|
|
|
.easypack-widget .btn {
|
|
min-width: unset;
|
|
height: auto
|
|
}
|
|
|
|
.easypack-widget .hidden {
|
|
display: none !important
|
|
}
|
|
|
|
.easypack-widget * {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.easypack-widget a {
|
|
color: #000 !important
|
|
}
|
|
|
|
.easypack-widget .loading-icon-wrapper {
|
|
text-align: center;
|
|
margin-top: 200px
|
|
}
|
|
|
|
.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden) {
|
|
position: absolute;
|
|
pointer-events: fill;
|
|
display: flex;
|
|
z-index: 1000;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper {
|
|
width: 240px !important;
|
|
margin-left: 38px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper img {
|
|
top: 25px;
|
|
right: 5px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window {
|
|
width: 180px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content {
|
|
border-radius: 20px;
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .point-wrapper {
|
|
text-align: center;
|
|
padding: 15px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .point-wrapper h1 {
|
|
text-align: center;
|
|
clear: both
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .point-wrapper .mobile-details-content:first-of-type {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .links {
|
|
padding: 0 10px;
|
|
border-top: 1px solid #4b4b4b;
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .links a:not(.d-none) {
|
|
text-decoration: none;
|
|
padding: 0 0 2px;
|
|
border: 2px solid #fab800;
|
|
border-radius: 5px;
|
|
width: 100%;
|
|
position: relative;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
display: block;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .links a:not(.d-none).select-link {
|
|
cursor: pointer;
|
|
background-color: #fab800;
|
|
font-weight: 700
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .links span {
|
|
display: block;
|
|
width: 20px;
|
|
height: 20px;
|
|
left: 3px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .route-link {
|
|
margin-right: 30px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .details-link,
|
|
.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile {
|
|
cursor: pointer
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile {
|
|
display: none
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget .info-box-wrapper .info-window .content {
|
|
flex-direction: column;
|
|
padding: 10px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .point-wrapper {
|
|
padding: 5px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .point-wrapper .opening-hours-label {
|
|
display: none;
|
|
padding: 10px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .links {
|
|
padding: 5px
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:768px) and (orientation:landscape) {
|
|
.easypack-widget .info-box-wrapper .info-window .content {
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
flex-wrap: nowrap;
|
|
padding: 3px 5px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .links {
|
|
padding-right: 10px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window .content .links a {
|
|
width: 110px
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget .info-box-wrapper {
|
|
margin-left: 30px !important;
|
|
width: 200px !important
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window {
|
|
width: 180px !important
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:768px) and (orientation:landscape) {
|
|
.easypack-widget .info-box-wrapper {
|
|
width: 300px !important;
|
|
margin-left: -20px !important
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper img {
|
|
top: 30px;
|
|
right: 8px
|
|
}
|
|
|
|
.easypack-widget .info-box-wrapper .info-window {
|
|
width: 280px !important
|
|
}
|
|
}
|
|
|
|
.easypack-widget button {
|
|
font-family: Open Sans, sans-serif;
|
|
-webkit-appearance: button;
|
|
overflow: visible;
|
|
text-transform: none;
|
|
align-items: flex-start;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
text-rendering: auto;
|
|
text-indent: 0;
|
|
text-shadow: none;
|
|
-webkit-writing-mode: horizontal-tb
|
|
}
|
|
|
|
.easypack-widget input {
|
|
margin: 0;
|
|
font-family: Open Sans, sans-serif;
|
|
line-height: 1.42857143
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown {
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper {
|
|
display: inline-flex;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper input {
|
|
flex: 1
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading {
|
|
right: 34px;
|
|
max-height: 27px;
|
|
top: 2px
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
|
|
background-color: #000
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading {
|
|
min-width: 30px;
|
|
position: relative;
|
|
visibility: visible;
|
|
background-color: #fff;
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading.hidden {
|
|
display: block !important
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading.hidden .ball-spin-fade-loader {
|
|
visibility: hidden
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader {
|
|
transform: scale(.45);
|
|
margin-top: 2px;
|
|
visibility: visible;
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 20%;
|
|
top: 20%
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
|
|
border-color: #000 !important;
|
|
background-color: #000 !important;
|
|
border-bottom-color: transparent;
|
|
max-width: 15px;
|
|
max-height: 15px
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__select {
|
|
cursor: pointer;
|
|
border: 1px solid #ccc;
|
|
padding: 10px;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__arrow {
|
|
float: right
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__arrow img {
|
|
max-height: 10px
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__arrow {
|
|
-webkit-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__search {
|
|
width: 100%;
|
|
padding: 5px;
|
|
font-weight: 700;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__content {
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
background: #fafafa;
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
border-top: 0;
|
|
position: absolute;
|
|
top: 100%;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 2
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__list {
|
|
padding: 0;
|
|
max-height: 210px;
|
|
overflow-y: scroll
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__list li {
|
|
cursor: pointer;
|
|
list-style: none;
|
|
padding: 5px
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown__list li:hover {
|
|
background: #f1f1f1
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__select {
|
|
border-bottom: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.easypack-widget .easypack-dropdown[data-open=false] .easypack-dropdown__content {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .search-input {
|
|
display: block;
|
|
width: 100%;
|
|
height: 34px;
|
|
padding: 6px 12px;
|
|
line-height: 1.42857143;
|
|
color: #555;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
-webkit-appearance: none;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
|
|
}
|
|
|
|
.easypack-widget .search-group {
|
|
position: relative;
|
|
display: table;
|
|
border-collapse: separate
|
|
}
|
|
|
|
.easypack-widget .search-group .search-input {
|
|
position: relative;
|
|
z-index: 2;
|
|
float: left;
|
|
width: 100%;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.easypack-widget .search-group .search-input:focus {
|
|
outline: none
|
|
}
|
|
|
|
.easypack-widget .input-group-addon,
|
|
.easypack-widget .search-group-btn,
|
|
.easypack-widget .search-group.search-input {
|
|
display: table-cell
|
|
}
|
|
|
|
.easypack-widget .search-group-btn {
|
|
position: relative;
|
|
height: 50px;
|
|
font-size: 0;
|
|
white-space: nowrap;
|
|
width: 1%;
|
|
vertical-align: top
|
|
}
|
|
|
|
.easypack-widget .search-group-btn:not(.with-filters) {
|
|
width: 1% !important
|
|
}
|
|
|
|
.easypack-widget .search-group-btn:last-child>.btn,
|
|
.easypack-widget .search-group-btn:last-child>.btn-group {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.easypack-widget .input-group-addon:first-child,
|
|
.easypack-widget .search-group-btn:first-child>.btn,
|
|
.easypack-widget .search-group-btn:first-child>.btn-group>.btn,
|
|
.easypack-widget .search-group-btn:first-child>.dropdown-toggle,
|
|
.easypack-widget .search-group-btn:last-child>.btn-group:not(:last-child)>.btn,
|
|
.easypack-widget .search-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
|
|
.easypack-widget .search-group.search-input:first-child {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.easypack-widget .input-group-addon:last-child,
|
|
.easypack-widget .search-group-btn:first-child>.btn-group:not(:first-child)>.btn,
|
|
.easypack-widget .search-group-btn:first-child>.btn:not(:first-child),
|
|
.easypack-widget .search-group-btn:last-child>.btn,
|
|
.easypack-widget .search-group-btn:last-child>.btn-group>.btn,
|
|
.easypack-widget .search-group-btn:last-child>.dropdown-toggle,
|
|
.easypack-widget .search-group.search-input:last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.easypack-widget .btn {
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 1.42857143;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.easypack-widget .btn:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.easypack-widget .btn-checkbox,
|
|
.easypack-widget .btn-default,
|
|
.easypack-widget .btn-filters,
|
|
.easypack-widget .btn-radio,
|
|
.easypack-widget .btn-search {
|
|
color: #333;
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
outline: none
|
|
}
|
|
|
|
.easypack-widget .btn-checkbox:hover,
|
|
.easypack-widget .btn-default:hover,
|
|
.easypack-widget .btn-filters:hover,
|
|
.easypack-widget .btn-radio:hover,
|
|
.easypack-widget .btn-search:hover {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .btn.btn-filters {
|
|
width: auto;
|
|
color: #666;
|
|
font-size: 12px;
|
|
font-weight: 700
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget .easypack-search-widget .btn.btn-filters {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
.easypack-widget .btn-filters__arrow {
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
margin-left: 15px
|
|
}
|
|
|
|
.easypack-widget .btn-filters .btn-filters__arrow {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
|
|
.easypack-widget .btn-filters.opened .btn-filters__arrow {
|
|
-webkit-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.easypack-widget .btn.btn-checkbox,
|
|
.easypack-widget .btn.btn-radio {
|
|
padding: 0;
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.easypack-widget li.no-subtypes {
|
|
border-radius: 0
|
|
}
|
|
|
|
.easypack-widget li.has-subtypes button.all,
|
|
.easypack-widget li.has-subtypes button.none {
|
|
opacity: 1
|
|
}
|
|
|
|
.easypack-widget li.has-subtypes button.some {
|
|
opacity: .3
|
|
}
|
|
|
|
.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.all,
|
|
.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.none,
|
|
.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.some {
|
|
opacity: 1
|
|
}
|
|
|
|
.easypack-widget li.has-subtypes.group span.label {
|
|
padding-left: 0
|
|
}
|
|
|
|
.easypack-widget .btn-radio {
|
|
border: none
|
|
}
|
|
|
|
.easypack-widget .btn-search {
|
|
background: 50% no-repeat #fff;
|
|
min-height: 60px
|
|
}
|
|
|
|
.easypack-widget .search-group-btn>.btn {
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget ol,
|
|
.easypack-widget ul {
|
|
margin-top: 0;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.easypack-widget dir,
|
|
.easypack-widget menu,
|
|
.easypack-widget ul {
|
|
display: block;
|
|
list-style-type: disc;
|
|
-webkit-margin-before: 1em;
|
|
-webkit-margin-after: 1em;
|
|
-webkit-margin-start: 0;
|
|
-webkit-margin-end: 0;
|
|
-webkit-padding-start: 40px
|
|
}
|
|
|
|
.easypack-widget li {
|
|
display: list-item;
|
|
text-align: -webkit-match-parent
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget {
|
|
width: 100%;
|
|
background-color: #f7f6f1
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group {
|
|
padding: 30px
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) {
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .visible-xs {
|
|
display: none
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.easypack-widget .easypack-search-widget .visible-xs {
|
|
display: block
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.easypack-widget .easypack-search-widget .hidden-xs {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input {
|
|
height: 60px;
|
|
padding: 5px 40px;
|
|
z-index: 0;
|
|
border-radius: 0;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
font-weight: 600
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .btn {
|
|
height: 100%;
|
|
width: 60px;
|
|
border: 0;
|
|
border-left: 1px solid #eee;
|
|
border-radius: 0
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group-btn:last-child>.btn,
|
|
.easypack-widget .easypack-search-widget .search-group-btn:last-child>.btn-group {
|
|
margin-left: 0
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget #searchLoader {
|
|
position: relative;
|
|
display: table-cell;
|
|
left: unset;
|
|
bottom: unset;
|
|
right: unset;
|
|
top: unset;
|
|
background-color: #fff;
|
|
vertical-align: middle;
|
|
width: 37px;
|
|
height: 50px;
|
|
margin: 0;
|
|
visibility: visible;
|
|
padding-left: 5px
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader {
|
|
background-color: #fff
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader {
|
|
top: unset;
|
|
transform: scale(.45);
|
|
margin-left: 5px;
|
|
left: 0 !important;
|
|
width: 10px;
|
|
height: 10px;
|
|
background-color: transparent
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader div {
|
|
border-color: #000 !important;
|
|
background-color: #000 !important;
|
|
border-bottom-color: transparent;
|
|
max-width: 15px;
|
|
max-height: 15px
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden) {
|
|
display: table-cell
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden) .ball-spin-fade-loader {
|
|
visibility: visible
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader.hidden {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader.hidden .ball-spin-fade-loader {
|
|
display: none;
|
|
visibility: hidden
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .input-group.with-filters {
|
|
background-color: #fff
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader {
|
|
top: unset;
|
|
transform: scale(.45);
|
|
left: 0 !important;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin-left: 5px;
|
|
background-color: transparent
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader div {
|
|
border-color: #000 !important;
|
|
background-color: #000 !important;
|
|
border-bottom-color: transparent;
|
|
max-width: 15px;
|
|
max-height: 15px
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader:not(.hidden) {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader:not(.hidden) .ball-spin-fade-loader {
|
|
visibility: visible
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader.hidden {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader.hidden .ball-spin-fade-loader {
|
|
visibility: hidden
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper {
|
|
display: inline-flex;
|
|
width: 100%;
|
|
background-color: transparent
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper input {
|
|
flex: 1
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading {
|
|
position: fixed;
|
|
right: 10px;
|
|
top: 10px
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
|
|
background-color: #000
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading {
|
|
min-width: 30px;
|
|
position: relative;
|
|
visibility: visible;
|
|
background-color: #fff;
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading.hidden {
|
|
display: block !important
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading.hidden .ball-spin-fade-loader {
|
|
visibility: hidden
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader {
|
|
transform: scale(.45);
|
|
margin-top: 5px;
|
|
visibility: visible;
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 20%;
|
|
top: 20%
|
|
}
|
|
|
|
.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
|
|
border-color: #000 !important;
|
|
background-color: #000 !important;
|
|
border-bottom-color: transparent;
|
|
max-width: 15px;
|
|
max-height: 15px
|
|
}
|
|
|
|
.easypack-widget .map-widget .status-bar {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: center;
|
|
padding-left: 20px
|
|
}
|
|
|
|
.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp {
|
|
transform: scale(.45);
|
|
left: 0 !important;
|
|
width: 30px;
|
|
height: 30px
|
|
}
|
|
|
|
.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div {
|
|
border-color: #000;
|
|
border-bottom-color: transparent
|
|
}
|
|
|
|
.easypack-widget .map-widget .status-bar--hidden,
|
|
.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp.hidden {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup {
|
|
font-family: Open Sans, sans-serif;
|
|
font-weight: 100;
|
|
font-size: 13px;
|
|
line-height: 1.42857143;
|
|
width: 250px;
|
|
padding: 0 0 18px;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper {
|
|
background-color: #323232;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
|
|
margin: 5px 10px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper h1 {
|
|
font-size: 1.3em;
|
|
margin: 0 0 5px;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .name,
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .phone {
|
|
margin-top: 10px !important;
|
|
color: #fff !important;
|
|
font-size: 14px;
|
|
text-align: left
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper {
|
|
padding: 0 10px;
|
|
text-align: center
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p {
|
|
margin: 0
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours-label {
|
|
padding-top: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours {
|
|
padding-top: 5px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.address {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.address.mobile-details-content {
|
|
margin-top: 2px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links {
|
|
padding: 0 10px;
|
|
border-top: 1px solid #4b4b4b;
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a {
|
|
text-decoration: none;
|
|
padding: 0 0 2px;
|
|
border: 2px solid #fab800;
|
|
border-radius: 5px;
|
|
width: 100%;
|
|
position: relative;
|
|
text-align: center;
|
|
margin-top: 5px;
|
|
display: block;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.select-link {
|
|
cursor: pointer;
|
|
background-color: #fab800;
|
|
font-weight: 700
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links span {
|
|
display: block;
|
|
width: 20px;
|
|
height: 20px;
|
|
left: 3px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .route-link {
|
|
margin-right: 30px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link,
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile {
|
|
cursor: pointer
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile {
|
|
display: none
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper {
|
|
flex-direction: row-reverse;
|
|
justify-content: flex-end;
|
|
padding-top: 0
|
|
}
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-tip {
|
|
background-color: #323232
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup a.leaflet-popup-close-button {
|
|
color: #fff !important;
|
|
right: 5px;
|
|
height: 22px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .mobile-details-content {
|
|
margin-top: 2px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .apm_doubled {
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
margin-left: -10px;
|
|
padding: 5px 10px 4px;
|
|
margin-right: -10px
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.easypack-widget .map-widget .leaflet-popup {
|
|
width: 170px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content {
|
|
margin: 0 10px 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .select-link {
|
|
background-color: #fab800;
|
|
position: relative;
|
|
padding-left: 0;
|
|
text-align: center
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:767px) and (orientation:landscape) {
|
|
.easypack-widget .map-widget .leaflet-popup {
|
|
width: 260px
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-around;
|
|
flex-direction: row
|
|
}
|
|
|
|
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container .links {
|
|
flex-direction: column;
|
|
justify-content: flex-end
|
|
}
|
|
}
|
|
|
|
.easypack-widget .filters-widget {
|
|
position: relative;
|
|
min-height: 120px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.easypack-widget .filters-widget .filters-widget__loading {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
background: #f1f0e9;
|
|
opacity: .5;
|
|
z-index: 2;
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .filters-widget.loading .filters-widget__loading {
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget .filters-widget .filters-widget__list {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 10px 30px;
|
|
background: #f1f0e9;
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem {
|
|
display: inline-block;
|
|
margin: 0 10px 10px
|
|
}
|
|
|
|
.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input {
|
|
display: none;
|
|
cursor: pointer;
|
|
margin-right: 5px
|
|
}
|
|
|
|
.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input:checked+label:before {
|
|
content: "\2713";
|
|
font-size: 13px;
|
|
color: #333;
|
|
text-align: center;
|
|
line-height: 15px
|
|
}
|
|
|
|
.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label {
|
|
cursor: pointer;
|
|
font-weight: 700;
|
|
color: #444;
|
|
position: relative;
|
|
padding-left: 20px
|
|
}
|
|
|
|
.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label:before {
|
|
content: "";
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 10px;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 1px;
|
|
background-color: #fff;
|
|
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .3), 0 1px 0 0 hsla(0, 0%, 100%, .8)
|
|
}
|
|
|
|
.easypack-widget .filters-widget.hidden {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .type-filter {
|
|
font-weight: 600;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.easypack-widget .type-filter .current-type-wrapper {
|
|
display: none;
|
|
overflow: hidden
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper .arrow {
|
|
display: inline-block;
|
|
width: 15px;
|
|
height: 15px;
|
|
vertical-align: middle;
|
|
margin-left: 5px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper .dropdown-wrapper {
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 49px;
|
|
width: 170px
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes {
|
|
background: #fff;
|
|
text-align: left;
|
|
padding: 0 15px;
|
|
-webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .53);
|
|
-moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .53);
|
|
box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .53)
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes li {
|
|
margin: 10px 0
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul {
|
|
padding-left: 0;
|
|
margin: 0 0 0 -5px;
|
|
list-style: none
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li {
|
|
display: inline-block;
|
|
margin: 12px 30px 12px 0;
|
|
height: 40px;
|
|
padding-top: 10px;
|
|
background: 25px -2px no-repeat;
|
|
position: relative;
|
|
background-size: 24px 45px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li .label {
|
|
position: relative;
|
|
top: 2px;
|
|
padding-left: 35px;
|
|
color: #000;
|
|
cursor: pointer
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li.group span.label {
|
|
padding-left: 15px
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li.group li span.label {
|
|
padding-left: 35px
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li.group ul.dropdown-subtypes {
|
|
padding-bottom: 15px
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul div.payment-filter {
|
|
min-height: 40px;
|
|
display: inline-flex;
|
|
margin: 12px 30px 12px 0;
|
|
height: 40px;
|
|
padding-top: 10px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul div.payment-filter i {
|
|
margin-left: 5px;
|
|
margin-top: 1px;
|
|
width: 20px;
|
|
font-size: 18px
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul div.payment-filter .btn-checkbox {
|
|
height: 20px;
|
|
width: 20px;
|
|
min-width: 20px;
|
|
background-color: #fff;
|
|
border: 1px solid #ccc
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul div.payment-filter .btn-checkbox.selected {
|
|
background: url("/assets/src/img/selected.png") #fff no-repeat 50%
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul div.payment-filter .btn-checkbox:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
border: 1px solid #ccc
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul div.payment-filter .label {
|
|
padding-left: 5px;
|
|
display: flex;
|
|
text-align: left;
|
|
line-height: 13px;
|
|
padding-top: 4px
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li:not([data-dropdown=open])>.dropdown-wrapper {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li[data-dropdown=open]>.arrow {
|
|
-webkit-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.easypack-widget .type-filter .list-wrapper ul li:not([data-checked=true])>.btn-checkbox {
|
|
background-position: -20px 0
|
|
}
|
|
|
|
.easypack-widget .type-filter .main-type {
|
|
outline: none
|
|
}
|
|
|
|
.easypack-widget .type-filter .no-tooltip {
|
|
border-radius: 0
|
|
}
|
|
|
|
.easypack-widget .type-filter .has-tooltip {
|
|
position: relative;
|
|
cursor: pointer
|
|
}
|
|
|
|
.easypack-widget .type-filter .tooltip-wrapper {
|
|
display: none;
|
|
font-family: Open Sans, sans-serif;
|
|
font-weight: 100;
|
|
font-size: 12px;
|
|
line-height: 1.42857143;
|
|
color: #fff;
|
|
text-align: left;
|
|
padding-bottom: 18px;
|
|
min-width: 350px
|
|
}
|
|
|
|
.easypack-widget .type-filter .tooltip-wrapper .type-tooltip {
|
|
background-color: #323232;
|
|
height: 100%;
|
|
display: table;
|
|
-webkit-box-shadow: 0 0 10px -1px rgba(64, 64, 64, .96);
|
|
-moz-box-shadow: 0 0 10px -1px rgba(64, 64, 64, .96);
|
|
box-shadow: 0 0 10px -1px rgba(64, 64, 64, .96)
|
|
}
|
|
|
|
.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper {
|
|
display: table-cell;
|
|
border-right: 1px solid #4b4b4b;
|
|
float: left;
|
|
padding: 25px
|
|
}
|
|
|
|
.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper img {
|
|
max-width: none
|
|
}
|
|
|
|
.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .description {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
padding: 25px
|
|
}
|
|
|
|
.easypack-widget .type-filter .has-tooltip:hover~.tooltip-wrapper {
|
|
display: block;
|
|
left: 60%;
|
|
bottom: 30px;
|
|
position: absolute;
|
|
z-index: 98
|
|
}
|
|
|
|
.easypack-widget div.payment-filter {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-flow: row wrap;
|
|
-moz-flex-flow: row wrap;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
height: 100%
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget {
|
|
-webkit-box-flex: 2;
|
|
-moz-box-flex: 2;
|
|
width: 70%;
|
|
-webkit-flex: 2 2 70%;
|
|
-ms-flex: 2 2 70%;
|
|
flex: 2 2 70%;
|
|
display: flex;
|
|
position: relative
|
|
}
|
|
|
|
@media (-ms-high-contrast:none) {
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget {
|
|
min-height: 400px
|
|
}
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar {
|
|
color: #333;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
position: absolute;
|
|
background: transparent;
|
|
right: 0;
|
|
top: 0;
|
|
padding: 7px 5px;
|
|
z-index: 400;
|
|
-webkit-transition: opacity 1s ease-in-out;
|
|
-moz-transition: opacity 1s ease-in-out;
|
|
-ms-transition: opacity 1s ease-in-out;
|
|
-o-transition: opacity 1s ease-in-out
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar.status-bar--hidden {
|
|
opacity: 0
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar {
|
|
color: #333;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
background: #f7f6f1;
|
|
top: 10px;
|
|
right: 10px;
|
|
padding: 7px 5px;
|
|
z-index: 400
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar .current-status {
|
|
z-index: 400
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar {
|
|
right: 0;
|
|
top: 0
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar+.language-bar {
|
|
top: 43px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window {
|
|
font-family: Open Sans, sans-serif;
|
|
font-weight: 100;
|
|
font-size: 13px;
|
|
line-height: 1.42857143;
|
|
margin: 20px;
|
|
width: 230px;
|
|
padding: 0 0 18px;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content {
|
|
background-color: #323232
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content .apm_doubled {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
border-top: 1px solid #4b4b4b;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
padding: 0 15px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content .apm_doubled p {
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window h1 {
|
|
font-size: 1.3em;
|
|
margin: 0 0 5px;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window p {
|
|
margin: 0
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .name,
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .phone {
|
|
margin-top: 10px !important;
|
|
color: #fff !important;
|
|
font-size: 14px;
|
|
text-align: left
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper {
|
|
padding-bottom: 5px;
|
|
padding-top: 5px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours-label {
|
|
padding-top: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours {
|
|
padding-top: 5px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links {
|
|
padding: 0 15px 15px;
|
|
border-top: 1px solid #4b4b4b;
|
|
text-align: left;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links a {
|
|
display: block;
|
|
color: #fff !important;
|
|
text-decoration: none;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .select-link {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget {
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
width: 30%;
|
|
-webkit-flex: 1 1 30%;
|
|
-ms-flex: 1 1 30%;
|
|
flex: 1 1 30%;
|
|
display: flex;
|
|
min-height: 400px;
|
|
background: #f7f6f1
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget.loading-content .list-wrapper {
|
|
opacity: .5;
|
|
pointer-events: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper {
|
|
padding: 20px;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
user-select: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li {
|
|
font-size: 14px;
|
|
user-select: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a {
|
|
padding: 10px 10px 10px 0;
|
|
text-decoration: none;
|
|
display: flex;
|
|
user-select: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .title {
|
|
color: #000;
|
|
font-weight: 600
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .address {
|
|
color: #a09d94
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a:hover {
|
|
user-select: none;
|
|
background-color: #ece9e2
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row {
|
|
height: 100%
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget {
|
|
height: 380px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: center;
|
|
padding-left: 20px;
|
|
color: #333;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
position: absolute;
|
|
background: #f7f6f1;
|
|
right: 0;
|
|
top: 0;
|
|
padding: 7px 5px;
|
|
z-index: 400;
|
|
-webkit-transition: opacity 1s ease-in-out;
|
|
-moz-transition: opacity 1s ease-in-out;
|
|
-ms-transition: opacity 1s ease-in-out;
|
|
-o-transition: opacity 1s ease-in-out
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp {
|
|
transform: scale(.45);
|
|
left: 0 !important;
|
|
width: 30px;
|
|
height: 30px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div {
|
|
border-color: #000;
|
|
border-bottom-color: transparent
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .language-bar {
|
|
color: #333;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
background: #f7f6f1;
|
|
top: 10px;
|
|
right: 10px;
|
|
padding: 7px 5px;
|
|
z-index: 1
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window {
|
|
font-family: Open Sans, sans-serif;
|
|
font-weight: 100;
|
|
font-size: 13px;
|
|
line-height: 1.42857143;
|
|
margin: 20px;
|
|
padding: 0 0 18px;
|
|
color: #fff !important
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .content {
|
|
background-color: #323232
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window h1 {
|
|
font-size: 1.3em;
|
|
margin: 0 0 5px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window p {
|
|
margin: 0
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .name,
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .phone {
|
|
margin-top: 10px !important;
|
|
color: #fff !important;
|
|
font-size: 14px;
|
|
text-align: left
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper {
|
|
padding: 30px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours-label {
|
|
padding-top: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours {
|
|
padding-top: 5px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links {
|
|
padding: 10px;
|
|
border-top: 1px solid #4b4b4b;
|
|
text-align: left
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links a {
|
|
color: #fff !important;
|
|
text-decoration: none;
|
|
padding: 0 0 2px;
|
|
margin-right: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .route-link {
|
|
margin-right: 30px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .details-link {
|
|
padding-left: 25px;
|
|
margin-right: 15px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .select-link {
|
|
margin-top: 10px;
|
|
padding-left: 20px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget {
|
|
margin-top: 20px;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget.loading .list-wrapper {
|
|
opacity: .5;
|
|
pointer-events: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
border: 1px solid #d6d6d6;
|
|
border-bottom: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li {
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #d6d6d6;
|
|
line-height: 27px;
|
|
user-select: none
|
|
}
|
|
|
|
@media (max-width:990px) {
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li {
|
|
font-size: 12px;
|
|
line-height: 20px
|
|
}
|
|
}
|
|
|
|
@media (max-width:800px) {
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li {
|
|
font-size: 11px;
|
|
line-height: 15px
|
|
}
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row {
|
|
padding: 0 10px;
|
|
background: 10px 10px no-repeat;
|
|
text-decoration: none;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-content: center
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name {
|
|
flex: 0 0 90px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city {
|
|
flex: 0 0 130px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type {
|
|
flex: 0 0 120px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name {
|
|
flex: 0 0 120px;
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-actions {
|
|
flex: 0 0 190px
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-sm {
|
|
-ms-flex-preferred-size: 0;
|
|
flex-basis: 0;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
@media (max-width:990px) {
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address {
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type {
|
|
flex: 0 0 100px
|
|
}
|
|
}
|
|
|
|
@media (max-width:800px) {
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name,
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type,
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address,
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name {
|
|
display: block
|
|
}
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .title {
|
|
float: left;
|
|
width: 30%;
|
|
color: #000;
|
|
font-weight: 600
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .address {
|
|
color: #a09d94
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions {
|
|
text-align: right;
|
|
text-transform: uppercase;
|
|
font-size: 11px
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions {
|
|
text-align: left
|
|
}
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a {
|
|
margin: 5px
|
|
}
|
|
|
|
@media only screen and (max-width:768px) {
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a {
|
|
margin-left: 0
|
|
}
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-on-map {
|
|
color: #858586 !important
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-more {
|
|
margin: 5px;
|
|
padding-left: 9%
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li div:hover {
|
|
background-color: #f5f5f5;
|
|
color: #1e1b1b
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper {
|
|
margin-top: 20px;
|
|
user-select: none
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
text-align: right;
|
|
user-select: unset
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li {
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
user-select: unset
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.current {
|
|
user-select: unset;
|
|
background: #f1f1f1;
|
|
font-weight: 700
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingNext,
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingPrev {
|
|
user-select: unset;
|
|
width: 90px;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li .disabled {
|
|
display: inherit
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.easypack-widget .map-list-row {
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .map-list-row .list-wrapper,
|
|
.easypack-widget .map-list-row .map-wrapper {
|
|
text-align: center;
|
|
padding: 10px;
|
|
width: 50%;
|
|
float: left;
|
|
cursor: pointer
|
|
}
|
|
|
|
.easypack-widget .map-list-row .list-wrapper .list-btn,
|
|
.easypack-widget .map-list-row .list-wrapper .map-btn,
|
|
.easypack-widget .map-list-row .map-wrapper .list-btn,
|
|
.easypack-widget .map-list-row .map-wrapper .map-btn {
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget .map-list-row .list-wrapper .btn,
|
|
.easypack-widget .map-list-row .map-wrapper .btn {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
color: #fff;
|
|
padding-left: 25px
|
|
}
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-flow: row wrap;
|
|
-moz-flex-flow: row wrap;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
z-index: 1000;
|
|
position: absolute;
|
|
bottom: 0;
|
|
background-color: #323232;
|
|
height: 210px;
|
|
font-family: Open Sans, sans-serif;
|
|
font-weight: 100;
|
|
font-size: 13px;
|
|
line-height: 1.42857143;
|
|
clear: both;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box {
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
width: 150px;
|
|
-webkit-flex: 1 1 150px;
|
|
-ms-flex: 1 1 150px;
|
|
flex: 1 1 150px;
|
|
height: 210px;
|
|
text-align: center;
|
|
background-color: #fab800;
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box h1 {
|
|
font-size: 18px;
|
|
color: #fff;
|
|
margin: 0 0 10px;
|
|
padding: 20px 20px 0
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box p {
|
|
padding: 0 20px;
|
|
margin: 0
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box .name {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions {
|
|
height: 52px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
background-color: #fcc300;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action {
|
|
width: 100%;
|
|
height: 52px;
|
|
text-align: center;
|
|
padding-top: 18px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action a {
|
|
padding: 1px 0 3px 20px;
|
|
text-decoration: none;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .plan-route {
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description-photo {
|
|
align-items: center;
|
|
display: flex;
|
|
max-width: 30%;
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
margin: 0;
|
|
height: 210px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description-photo img {
|
|
margin: 0;
|
|
padding: 0;
|
|
max-width: 100%;
|
|
max-height: 100%
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.easypack-widget .point-details .details-wrapper .details-content .description-photo img {
|
|
max-height: 300px
|
|
}
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description {
|
|
-webkit-box-flex: 4;
|
|
-moz-box-flex: 4;
|
|
width: 200px;
|
|
-webkit-flex: 4 4 200px;
|
|
-ms-flex: 4 4 200px;
|
|
flex: 4 4 200px;
|
|
background-color: #323232;
|
|
color: #fff;
|
|
height: 210px;
|
|
padding: 20px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description .item {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-flow: row wrap;
|
|
-moz-flex-flow: row wrap;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
margin-bottom: 5px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description .item.font-small {
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description .item.font-small i {
|
|
font-size: 13px;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description .item .term {
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
width: 100px;
|
|
-webkit-flex: 1 1 100px;
|
|
-ms-flex: 1 1 100px;
|
|
flex: 1 1 100px;
|
|
display: flex;
|
|
font-weight: 700
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description .item .definition {
|
|
-webkit-box-flex: 5;
|
|
-moz-box-flex: 5;
|
|
width: 100px;
|
|
-webkit-flex: 5 5 100px;
|
|
-ms-flex: 5 5 100px;
|
|
flex: 5 5 100px;
|
|
display: flex
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description div.item.font-small {
|
|
margin-bottom: 0;
|
|
position: relative;
|
|
padding-left: 20px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description div.item.font-small i {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 2px
|
|
}
|
|
|
|
@media (max-width:900px) {
|
|
.easypack-widget .point-details .details-wrapper .details-content .description {
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .description .item .term {
|
|
font-size: 10px
|
|
}
|
|
}
|
|
|
|
.easypack-widget .point-details .details-wrapper .details-content .close-button {
|
|
color: #fff;
|
|
float: right;
|
|
cursor: pointer;
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
width: 25px;
|
|
-webkit-flex: 0 0 25px;
|
|
-ms-flex: 0 0 25px;
|
|
flex: 0 0 25px;
|
|
display: flex;
|
|
-webkit-box-ordinal-group: 5;
|
|
-moz-box-ordinal-group: 5;
|
|
-ms-flex-order: 5;
|
|
-webkit-order: 5;
|
|
order: 5;
|
|
font-size: 15px;
|
|
padding-top: 10px
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box {
|
|
height: 100%;
|
|
margin: 0
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .viewport {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .overview {
|
|
list-style: none;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 0 10px 0 0;
|
|
margin: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link {
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-direction: row
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link .image-wrapper {
|
|
width: 35px;
|
|
display: flex;
|
|
justify-content: center
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link .image-wrapper img {
|
|
width: 30px;
|
|
height: 49px;
|
|
margin-top: -10px
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link .data-wrapper {
|
|
margin-left: 5px;
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .scrollbar {
|
|
background-color: #ece9e0;
|
|
position: relative;
|
|
float: right;
|
|
width: 6px;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .track {
|
|
background-color: #ece9e0;
|
|
height: 100%;
|
|
width: 6px;
|
|
position: relative;
|
|
padding: 0 1px;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .thumb {
|
|
background-color: #ffcc01;
|
|
height: 20px;
|
|
width: 6px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .scroll-box .disable {
|
|
display: none
|
|
}
|
|
|
|
.gm-style img {
|
|
max-width: none !important
|
|
}
|
|
|
|
.inpost-search__list {
|
|
background-color: #fff;
|
|
position: absolute;
|
|
z-index: 1001 !important;
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
top: 91px;
|
|
left: 30px;
|
|
right: 30px;
|
|
display: block
|
|
}
|
|
|
|
@media (max-width:768px) {
|
|
.inpost-search__list {
|
|
top: auto;
|
|
left: 15px;
|
|
right: 15px
|
|
}
|
|
}
|
|
|
|
.inpost-search__list .place,
|
|
.inpost-search__list .point {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.inpost-search__list.hidden {
|
|
display: none
|
|
}
|
|
|
|
.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden) {
|
|
position: absolute;
|
|
pointer-events: fill;
|
|
display: flex;
|
|
z-index: 1000;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden) div {
|
|
height: 50px;
|
|
width: 50px
|
|
}
|
|
|
|
.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden {
|
|
display: none
|
|
}
|
|
|
|
.widget-modal .inpost-search__list {
|
|
top: auto;
|
|
left: 15px;
|
|
right: 15px
|
|
}
|
|
|
|
.widget-modal .easypack-search-widget .search-group-btn:not(.with-filters) {
|
|
width: auto !important
|
|
}
|
|
|
|
.widget-modal .easypack-search-widget .search-group-btn:not(.with-filters) #searchLoader {
|
|
padding-top: 0
|
|
}
|
|
|
|
.widget-modal .easypack-search-widget .search-group.with-filters {
|
|
width: 100% !important
|
|
}
|
|
|
|
.widget-modal .easypack-search-widget .search-group.with-filters #searchLoader {
|
|
padding-top: 18px
|
|
}
|
|
|
|
.widget-modal .easypack-search-widget .search-group:not(.with-filters) {
|
|
width: 100% !important
|
|
}
|
|
|
|
.widget-modal .easypack-search-widget .search-group:not(.with-filters) #searchLoader {
|
|
padding-top: 0
|
|
}
|
|
|
|
#searchLoader.hidden {
|
|
visibility: unset !important
|
|
}
|
|
|
|
.inpost-search__item-list {
|
|
padding: 0 5px;
|
|
line-height: 30px;
|
|
border-top: 1px solid #e6e6e6;
|
|
font-size: 11px;
|
|
color: #999
|
|
}
|
|
|
|
.inpost-search__item-list:hover {
|
|
background-color: #fafafa;
|
|
cursor: pointer
|
|
}
|
|
|
|
.pac-matched {
|
|
background-color: transparent
|
|
}
|
|
|
|
.inpost-search__item-list--query {
|
|
font-size: 13px;
|
|
padding-right: 3px;
|
|
color: #000
|
|
}
|
|
|
|
.widget-modal {
|
|
display: block
|
|
}
|
|
|
|
.widget-modal .widget-modal__topbar {
|
|
width: 100%;
|
|
height: 40px;
|
|
background: #ece9e2
|
|
}
|
|
|
|
.widget-modal .widget-modal__close {
|
|
font-family: Open Sans, sans-serif;
|
|
font-weight: 100;
|
|
line-height: 1.4;
|
|
float: right;
|
|
cursor: pointer;
|
|
width: 25px;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
padding-top: 10px
|
|
}
|
|
|
|
.easypack-widget:not(.mobile) .status-bar.no-points,
|
|
.easypack-widget:not(.mobile) .view-chooser,
|
|
.easypack-widget:not(.mobile) .view-chooser .list-btn,
|
|
.easypack-widget:not(.mobile) .view-chooser .map-btn {
|
|
display: none
|
|
}
|
|
|
|
#widget-modal__map:not(.mobile) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: scroll
|
|
}
|
|
|
|
#widget-modal__map:not(.mobile) .map-widget {
|
|
-webkit-box-flex: 2;
|
|
-moz-box-flex: 2;
|
|
width: 70%;
|
|
-webkit-flex: 2 2 70%;
|
|
-ms-flex: 2 2 70%;
|
|
flex: 2 2 70%
|
|
}
|
|
|
|
#widget-modal__map:not(.mobile) .list-widget {
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
width: 30%;
|
|
-webkit-flex: 1 1 30%;
|
|
-ms-flex: 1 1 30%;
|
|
flex: 1 1 30%;
|
|
display: flex;
|
|
min-height: 400px;
|
|
background: #f7f6f1
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group-btn.with-filters {
|
|
width: auto
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group-btn.with-filters #searchLoader {
|
|
padding-top: 18px
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group {
|
|
display: flex;
|
|
width: 100%
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group.with-filters #searchLoader {
|
|
padding-top: 18px
|
|
}
|
|
|
|
@media screen and (min-width:768px) {
|
|
.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group {
|
|
width: auto
|
|
}
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .list-point-link {
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-direction: row
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .list-point-link .image-wrapper {
|
|
width: 35px;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .list-point-link .image-wrapper img {
|
|
width: 30px;
|
|
height: 49px;
|
|
margin-top: -10px
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .list-point-link .data-wrapper {
|
|
margin-left: 5px;
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile div.leaflet-map-pane div.leaflet-popup-content-wrapper .popup-container div.links a.route-link {
|
|
display: none !important
|
|
}
|
|
|
|
.ball-spin-fade-loader-mp {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.ball-spin-fade-loader-mp div {
|
|
background-color: #000
|
|
}
|
|
|
|
.easypack-widget.mobile {
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget.mobile .inpost-search__list {
|
|
top: 65px;
|
|
left: 15px;
|
|
right: 15px
|
|
}
|
|
|
|
.easypack-widget.mobile #loader .ball-spin-fade-loader-mp {
|
|
top: 50%;
|
|
left: 48%;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile #loader .ball-spin-fade-loader-mp div {
|
|
background-color: #000;
|
|
width: 15px;
|
|
height: 15px
|
|
}
|
|
|
|
.easypack-widget.mobile .easypack-search-widget .search-group {
|
|
padding: 15px
|
|
}
|
|
|
|
.easypack-widget.mobile .easypack-search-widget .search-input {
|
|
padding: 10px;
|
|
height: 50px;
|
|
color: #000
|
|
}
|
|
|
|
.easypack-widget.mobile .easypack-search-widget .btn {
|
|
border: 0;
|
|
padding: 0;
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
.easypack-widget.mobile .easypack-search-widget .btn-filters {
|
|
width: auto;
|
|
height: 50px;
|
|
vertical-align: top
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget.mobile .easypack-search-widget .btn-filters {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
.easypack-widget.mobile .filters-widget {
|
|
position: absolute;
|
|
top: 60px;
|
|
z-index: 1001
|
|
}
|
|
|
|
.easypack-widget.mobile .btn-search {
|
|
background: 50% no-repeat #fff;
|
|
min-height: 50px
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .current-type-wrapper {
|
|
display: block;
|
|
background-color: #f7f6f1;
|
|
padding: 5px 15px 15px
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .current-type-wrapper .current-type {
|
|
text-align: left;
|
|
padding: 12px 0 0 42px;
|
|
background-position: 2px -8px;
|
|
background-color: #fff;
|
|
background-repeat: no-repeat;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
height: 45px;
|
|
width: calc(100% - 50px)
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .current-type-wrapper .btn-select-type {
|
|
color: #282828;
|
|
font-size: 8px;
|
|
background: 50% #fff no-repeat;
|
|
border: 0;
|
|
border-left: 1px solid #d5d5d5;
|
|
display: block;
|
|
width: 50px;
|
|
height: 45px;
|
|
border-radius: 0;
|
|
float: right
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper {
|
|
padding: 0 15px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 1100;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper .btn-radio {
|
|
width: 27px;
|
|
height: 27px
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list {
|
|
display: block;
|
|
width: 100%;
|
|
background: #fff;
|
|
margin: 0;
|
|
padding: 5px 10px;
|
|
text-align: left;
|
|
-webkit-box-shadow: 2px 2px 5px 0 rgba(92, 92, 92, .65);
|
|
-moz-box-shadow: 2px 2px 5px 0 rgba(92, 92, 92, .65);
|
|
box-shadow: 2px 2px 5px 0 rgba(92, 92, 92, .65)
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .main-type {
|
|
outline: none
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .no-tooltip {
|
|
border-radius: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .payment-filter {
|
|
max-width: none;
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .payment-filter i {
|
|
margin-left: 5px;
|
|
margin-top: 1px;
|
|
width: 20px;
|
|
font-size: 18px;
|
|
display: inline
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .payment-filter .label {
|
|
display: inline;
|
|
margin-left: 9px;
|
|
padding-left: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
background-size: 24px 45px;
|
|
background-position-y: -6px;
|
|
background-position-x: left;
|
|
background-repeat: no-repeat;
|
|
color: #000;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.has-subtypes {
|
|
height: auto;
|
|
background-position: 0 0
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.payment-filter {
|
|
max-width: none;
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.payment-filter i {
|
|
margin-left: 5px;
|
|
margin-top: 1px;
|
|
width: 20px;
|
|
font-size: 18px;
|
|
display: inline
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.payment-filter .label {
|
|
display: inline;
|
|
margin-left: 9px;
|
|
padding-left: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .arrow {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .label {
|
|
font-size: 16px;
|
|
margin-left: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li button {
|
|
float: right
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper {
|
|
display: block;
|
|
position: static;
|
|
width: 90%;
|
|
z-index: 3;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper .dropdown-subtypes {
|
|
box-shadow: none
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper,
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper:hover {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button {
|
|
background-position: 0 0
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button.btn-checkbox {
|
|
background-position: 50%
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .has-tooltip:hover .tooltip-wrapper {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper[data-show=true],
|
|
.easypack-widget.mobile .type-filter .list-wrapper[data-show=true] ul.types-list {
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget.mobile .type-filter .list-wrapper[data-show=false] {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .list-point-link {
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-direction: row
|
|
}
|
|
|
|
.easypack-widget.mobile .list-point-link .image-wrapper {
|
|
width: 35px;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.easypack-widget.mobile .list-point-link .image-wrapper img {
|
|
width: 30px;
|
|
height: 49px;
|
|
margin-top: -10px
|
|
}
|
|
|
|
.easypack-widget.mobile .list-point-link .data-wrapper {
|
|
margin-left: 5px;
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper {
|
|
padding: 5px;
|
|
padding-bottom: 2px;
|
|
text-align: center
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper h1 {
|
|
margin: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.opening-hours-label {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .apm_doubled {
|
|
font-weight: 700;
|
|
font-size: 10px;
|
|
margin-top: 3px;
|
|
padding-top: 1px;
|
|
line-height: 15px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links {
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-direction: row;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.route-link {
|
|
display: none
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links {
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
padding-top: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a {
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links .route-link {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.easypack-widget.mobile div.payment-wrapper {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
min-height: 30px;
|
|
align-items: center
|
|
}
|
|
|
|
.easypack-widget.mobile div.payment-filter {
|
|
display: flex;
|
|
width: auto
|
|
}
|
|
|
|
.easypack-widget.mobile div.payment-filter .btn.selected {
|
|
background: url("/assets/src/img/selected.png") #fff no-repeat 50%
|
|
}
|
|
|
|
.easypack-widget.mobile div.payment-filter i {
|
|
margin-left: 5px;
|
|
margin-top: 1px;
|
|
width: 20px;
|
|
font-size: 18px;
|
|
display: inline
|
|
}
|
|
|
|
.easypack-widget.mobile div.payment-filter .label {
|
|
display: inline;
|
|
font-weight: 600;
|
|
margin-left: 9px;
|
|
padding-left: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 300px;
|
|
height: 10px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex {
|
|
display: block;
|
|
position: relative;
|
|
width: 100%;
|
|
min-height: 300px;
|
|
flex: 1
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget {
|
|
height: 100%;
|
|
position: absolute;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window {
|
|
font-size: 13px;
|
|
line-height: 1.42857143;
|
|
font-weight: 100
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .content {
|
|
background-color: #323232
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window h1 {
|
|
font-size: 1.1em
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper {
|
|
padding: 20px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a {
|
|
padding: 0 0 2px;
|
|
margin-right: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .details-link {
|
|
cursor: pointer;
|
|
margin-bottom: 2px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .select-link {
|
|
cursor: pointer
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window {
|
|
flex-direction: row-reverse;
|
|
justify-content: flex-end;
|
|
padding-top: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper {
|
|
padding: 5px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper h1 {
|
|
margin: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .opening-hours-label {
|
|
display: none;
|
|
padding: 10px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links {
|
|
padding: 5px;
|
|
justify-content: flex-end
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .route-link {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:768px) and (orientation:landscape) {
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window {
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
flex-wrap: nowrap;
|
|
padding: 3px 5px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links {
|
|
padding-right: 10px;
|
|
border-top: none
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a {
|
|
width: 110px
|
|
}
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget {
|
|
width: 100%;
|
|
min-height: 100%;
|
|
display: none;
|
|
max-height: 100%;
|
|
overflow-y: auto;
|
|
flex: 1;
|
|
position: absolute
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper {
|
|
padding: 0 0 10px 18px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box {
|
|
overflow: auto;
|
|
height: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li {
|
|
border-top: 1px solid #d6d6d6
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li a {
|
|
padding-left: 10px;
|
|
text-align: left
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window {
|
|
font-size: 13px;
|
|
line-height: 1.42857143;
|
|
font-weight: 100;
|
|
width: 250px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window .content {
|
|
background-color: #323232
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window h1 {
|
|
font-size: 1.1em
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window .point-wrapper {
|
|
padding: 20px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window .point-wrapper p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links a {
|
|
padding: 0 0 2px 20px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .route-link {
|
|
margin-right: 15px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .details-link {
|
|
padding-left: 25px
|
|
}
|
|
|
|
.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingItem,
|
|
.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingSeparator {
|
|
display: none
|
|
}
|
|
|
|
.easypack-widget.mobile .view-chooser {
|
|
display: block !important;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile .view-chooser .list-wrapper,
|
|
.easypack-widget.mobile .view-chooser .map-wrapper {
|
|
text-align: center;
|
|
padding: 10px;
|
|
width: 50%;
|
|
float: left;
|
|
background-color: #282828;
|
|
cursor: pointer
|
|
}
|
|
|
|
.easypack-widget.mobile .view-chooser .list-wrapper .btn,
|
|
.easypack-widget.mobile .view-chooser .map-wrapper .btn {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
color: #fff;
|
|
padding-left: 25px;
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget.mobile .view-chooser .list-wrapper[data-active=true],
|
|
.easypack-widget.mobile .view-chooser .map-wrapper[data-active=true] {
|
|
background-color: #fab800
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details {
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: none;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: 1001;
|
|
overflow-y: hidden
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
display: table;
|
|
-webkit-box-shadow: -2px 0 10px 0 rgba(92, 92, 92, .65);
|
|
-moz-box-shadow: -2px 0 10px 0 rgba(92, 92, 92, .65);
|
|
box-shadow: -2px 0 10px 0 rgba(92, 92, 92, .65)
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content {
|
|
display: table-row;
|
|
background: #fff;
|
|
overflow: scroll;
|
|
position: absolute;
|
|
top: 0;
|
|
height: calc(98% - 29px);
|
|
width: 100%;
|
|
z-index: 100
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .close-button {
|
|
position: relative;
|
|
display: block;
|
|
margin: 10px;
|
|
color: #000;
|
|
z-index: 910
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description,
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
background: none;
|
|
text-align: left;
|
|
color: #000;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
padding: 20px
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description h1,
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box h1 {
|
|
padding: 0;
|
|
color: #000 !important;
|
|
font-size: 16px
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description p,
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box p {
|
|
padding: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box {
|
|
padding: 50px 20px 0
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description {
|
|
padding: 20px
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item {
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .definition,
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .term {
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item.font-small {
|
|
font-size: 12px
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item.font-small i {
|
|
font-size: 14px;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description div.item.font-small {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-content .description-photo {
|
|
height: auto;
|
|
max-width: 100%;
|
|
padding: 20px;
|
|
bottom: 52px;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-actions {
|
|
display: table-row;
|
|
position: absolute;
|
|
z-index: 200;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-actions .action {
|
|
display: block;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 52px;
|
|
background-color: #fab800;
|
|
text-align: center;
|
|
padding-top: 18px
|
|
}
|
|
|
|
.easypack-widget.mobile .point-details .details-wrapper .details-actions .action a {
|
|
padding: 1px 0 4px 20px;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
@media screen and (max-width:768px) {
|
|
.widget-modal {
|
|
overflow: scroll
|
|
}
|
|
}
|
|
|
|
.widget-modal {
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group:not(.with-filters),
|
|
.widget-modal .search-group-btn:not(.with-filters) {
|
|
width: auto
|
|
}
|
|
|
|
.status-bar.no-points,
|
|
.widget-modal .status-bar.no-points {
|
|
display: block
|
|
}
|
|
|
|
.easypack-widget {
|
|
/*!
|
|
* Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
|
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
*/
|
|
}
|
|
|
|
.easypack-widget .fa,
|
|
.easypack-widget .fab,
|
|
.easypack-widget .fad,
|
|
.easypack-widget .fal,
|
|
.easypack-widget .far,
|
|
.easypack-widget .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
|
|
}
|
|
|
|
.easypack-widget .fa-lg {
|
|
font-size: 1.33333em;
|
|
line-height: .75em;
|
|
vertical-align: -.0667em
|
|
}
|
|
|
|
.easypack-widget .fa-xs {
|
|
font-size: .75em
|
|
}
|
|
|
|
.easypack-widget .fa-sm {
|
|
font-size: .875em
|
|
}
|
|
|
|
.easypack-widget .fa-1x {
|
|
font-size: 1em
|
|
}
|
|
|
|
.easypack-widget .fa-2x {
|
|
font-size: 2em
|
|
}
|
|
|
|
.easypack-widget .fa-3x {
|
|
font-size: 3em
|
|
}
|
|
|
|
.easypack-widget .fa-4x {
|
|
font-size: 4em
|
|
}
|
|
|
|
.easypack-widget .fa-5x {
|
|
font-size: 5em
|
|
}
|
|
|
|
.easypack-widget .fa-6x {
|
|
font-size: 6em
|
|
}
|
|
|
|
.easypack-widget .fa-7x {
|
|
font-size: 7em
|
|
}
|
|
|
|
.easypack-widget .fa-8x {
|
|
font-size: 8em
|
|
}
|
|
|
|
.easypack-widget .fa-9x {
|
|
font-size: 9em
|
|
}
|
|
|
|
.easypack-widget .fa-10x {
|
|
font-size: 10em
|
|
}
|
|
|
|
.easypack-widget .fa-fw {
|
|
text-align: center;
|
|
width: 1.25em
|
|
}
|
|
|
|
.easypack-widget .fa-ul {
|
|
list-style-type: none;
|
|
margin-left: 2.5em;
|
|
padding-left: 0
|
|
}
|
|
|
|
.easypack-widget .fa-ul>li {
|
|
position: relative
|
|
}
|
|
|
|
.easypack-widget .fa-li {
|
|
left: -2em;
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 2em;
|
|
line-height: inherit
|
|
}
|
|
|
|
.easypack-widget .fa-border {
|
|
border: .08em solid #eee;
|
|
border-radius: .1em;
|
|
padding: .2em .25em .15em
|
|
}
|
|
|
|
.easypack-widget .fa-pull-left {
|
|
float: left
|
|
}
|
|
|
|
.easypack-widget .fa-pull-right {
|
|
float: right
|
|
}
|
|
|
|
.easypack-widget .fa.fa-pull-left,
|
|
.easypack-widget .fab.fa-pull-left,
|
|
.easypack-widget .fal.fa-pull-left,
|
|
.easypack-widget .far.fa-pull-left,
|
|
.easypack-widget .fas.fa-pull-left {
|
|
margin-right: .3em
|
|
}
|
|
|
|
.easypack-widget .fa.fa-pull-right,
|
|
.easypack-widget .fab.fa-pull-right,
|
|
.easypack-widget .fal.fa-pull-right,
|
|
.easypack-widget .far.fa-pull-right,
|
|
.easypack-widget .fas.fa-pull-right {
|
|
margin-left: .3em
|
|
}
|
|
|
|
.easypack-widget .fa-spin {
|
|
animation: fa-spin 2s infinite linear
|
|
}
|
|
|
|
.easypack-widget .fa-pulse {
|
|
animation: fa-spin 1s infinite steps(8)
|
|
}
|
|
|
|
@keyframes fa-spin {
|
|
0% {
|
|
transform: rotate(0deg)
|
|
}
|
|
|
|
to {
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
.easypack-widget .fa-rotate-90 {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.easypack-widget .fa-rotate-180 {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.easypack-widget .fa-rotate-270 {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
|
transform: rotate(270deg)
|
|
}
|
|
|
|
.easypack-widget .fa-flip-horizontal {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
|
transform: scaleX(-1)
|
|
}
|
|
|
|
.easypack-widget .fa-flip-vertical {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
|
transform: scaleY(-1)
|
|
}
|
|
|
|
.easypack-widget .fa-flip-both,
|
|
.easypack-widget .fa-flip-horizontal.fa-flip-vertical {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
|
transform: scale(-1)
|
|
}
|
|
|
|
.easypack-widget :root .fa-flip-both,
|
|
.easypack-widget :root .fa-flip-horizontal,
|
|
.easypack-widget :root .fa-flip-vertical,
|
|
.easypack-widget :root .fa-rotate-90,
|
|
.easypack-widget :root .fa-rotate-180,
|
|
.easypack-widget :root .fa-rotate-270 {
|
|
filter: none
|
|
}
|
|
|
|
.easypack-widget .fa-stack {
|
|
display: inline-block;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
width: 2.5em
|
|
}
|
|
|
|
.easypack-widget .fa-stack-1x,
|
|
.easypack-widget .fa-stack-2x {
|
|
left: 0;
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 100%
|
|
}
|
|
|
|
.easypack-widget .fa-stack-1x {
|
|
line-height: inherit
|
|
}
|
|
|
|
.easypack-widget .fa-stack-2x {
|
|
font-size: 2em
|
|
}
|
|
|
|
.easypack-widget .fa-inverse {
|
|
color: #fff
|
|
}
|
|
|
|
.easypack-widget .fa-500px:before {
|
|
content: "\F26E"
|
|
}
|
|
|
|
.easypack-widget .fa-accessible-icon:before {
|
|
content: "\F368"
|
|
}
|
|
|
|
.easypack-widget .fa-accusoft:before {
|
|
content: "\F369"
|
|
}
|
|
|
|
.easypack-widget .fa-acquisitions-incorporated:before {
|
|
content: "\F6AF"
|
|
}
|
|
|
|
.easypack-widget .fa-ad:before {
|
|
content: "\F641"
|
|
}
|
|
|
|
.easypack-widget .fa-address-book:before {
|
|
content: "\F2B9"
|
|
}
|
|
|
|
.easypack-widget .fa-address-card:before {
|
|
content: "\F2BB"
|
|
}
|
|
|
|
.easypack-widget .fa-adjust:before {
|
|
content: "\F042"
|
|
}
|
|
|
|
.easypack-widget .fa-adn:before {
|
|
content: "\F170"
|
|
}
|
|
|
|
.easypack-widget .fa-adversal:before {
|
|
content: "\F36A"
|
|
}
|
|
|
|
.easypack-widget .fa-affiliatetheme:before {
|
|
content: "\F36B"
|
|
}
|
|
|
|
.easypack-widget .fa-air-freshener:before {
|
|
content: "\F5D0"
|
|
}
|
|
|
|
.easypack-widget .fa-airbnb:before {
|
|
content: "\F834"
|
|
}
|
|
|
|
.easypack-widget .fa-algolia:before {
|
|
content: "\F36C"
|
|
}
|
|
|
|
.easypack-widget .fa-align-center:before {
|
|
content: "\F037"
|
|
}
|
|
|
|
.easypack-widget .fa-align-justify:before {
|
|
content: "\F039"
|
|
}
|
|
|
|
.easypack-widget .fa-align-left:before {
|
|
content: "\F036"
|
|
}
|
|
|
|
.easypack-widget .fa-align-right:before {
|
|
content: "\F038"
|
|
}
|
|
|
|
.easypack-widget .fa-alipay:before {
|
|
content: "\F642"
|
|
}
|
|
|
|
.easypack-widget .fa-allergies:before {
|
|
content: "\F461"
|
|
}
|
|
|
|
.easypack-widget .fa-amazon:before {
|
|
content: "\F270"
|
|
}
|
|
|
|
.easypack-widget .fa-amazon-pay:before {
|
|
content: "\F42C"
|
|
}
|
|
|
|
.easypack-widget .fa-ambulance:before {
|
|
content: "\F0F9"
|
|
}
|
|
|
|
.easypack-widget .fa-american-sign-language-interpreting:before {
|
|
content: "\F2A3"
|
|
}
|
|
|
|
.easypack-widget .fa-amilia:before {
|
|
content: "\F36D"
|
|
}
|
|
|
|
.easypack-widget .fa-anchor:before {
|
|
content: "\F13D"
|
|
}
|
|
|
|
.easypack-widget .fa-android:before {
|
|
content: "\F17B"
|
|
}
|
|
|
|
.easypack-widget .fa-angellist:before {
|
|
content: "\F209"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-double-down:before {
|
|
content: "\F103"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-double-left:before {
|
|
content: "\F100"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-double-right:before {
|
|
content: "\F101"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-double-up:before {
|
|
content: "\F102"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-down:before {
|
|
content: "\F107"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-left:before {
|
|
content: "\F104"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-right:before {
|
|
content: "\F105"
|
|
}
|
|
|
|
.easypack-widget .fa-angle-up:before {
|
|
content: "\F106"
|
|
}
|
|
|
|
.easypack-widget .fa-angry:before {
|
|
content: "\F556"
|
|
}
|
|
|
|
.easypack-widget .fa-angrycreative:before {
|
|
content: "\F36E"
|
|
}
|
|
|
|
.easypack-widget .fa-angular:before {
|
|
content: "\F420"
|
|
}
|
|
|
|
.easypack-widget .fa-ankh:before {
|
|
content: "\F644"
|
|
}
|
|
|
|
.easypack-widget .fa-app-store:before {
|
|
content: "\F36F"
|
|
}
|
|
|
|
.easypack-widget .fa-app-store-ios:before {
|
|
content: "\F370"
|
|
}
|
|
|
|
.easypack-widget .fa-apper:before {
|
|
content: "\F371"
|
|
}
|
|
|
|
.easypack-widget .fa-apple:before {
|
|
content: "\F179"
|
|
}
|
|
|
|
.easypack-widget .fa-apple-alt:before {
|
|
content: "\F5D1"
|
|
}
|
|
|
|
.easypack-widget .fa-apple-pay:before {
|
|
content: "\F415"
|
|
}
|
|
|
|
.easypack-widget .fa-archive:before {
|
|
content: "\F187"
|
|
}
|
|
|
|
.easypack-widget .fa-archway:before {
|
|
content: "\F557"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-alt-circle-down:before {
|
|
content: "\F358"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-alt-circle-left:before {
|
|
content: "\F359"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-alt-circle-right:before {
|
|
content: "\F35A"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-alt-circle-up:before {
|
|
content: "\F35B"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-circle-down:before {
|
|
content: "\F0AB"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-circle-left:before {
|
|
content: "\F0A8"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-circle-right:before {
|
|
content: "\F0A9"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-circle-up:before {
|
|
content: "\F0AA"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-down:before {
|
|
content: "\F063"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-left:before {
|
|
content: "\F060"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-right:before {
|
|
content: "\F061"
|
|
}
|
|
|
|
.easypack-widget .fa-arrow-up:before {
|
|
content: "\F062"
|
|
}
|
|
|
|
.easypack-widget .fa-arrows-alt:before {
|
|
content: "\F0B2"
|
|
}
|
|
|
|
.easypack-widget .fa-arrows-alt-h:before {
|
|
content: "\F337"
|
|
}
|
|
|
|
.easypack-widget .fa-arrows-alt-v:before {
|
|
content: "\F338"
|
|
}
|
|
|
|
.easypack-widget .fa-artstation:before {
|
|
content: "\F77A"
|
|
}
|
|
|
|
.easypack-widget .fa-assistive-listening-systems:before {
|
|
content: "\F2A2"
|
|
}
|
|
|
|
.easypack-widget .fa-asterisk:before {
|
|
content: "\F069"
|
|
}
|
|
|
|
.easypack-widget .fa-asymmetrik:before {
|
|
content: "\F372"
|
|
}
|
|
|
|
.easypack-widget .fa-at:before {
|
|
content: "\F1FA"
|
|
}
|
|
|
|
.easypack-widget .fa-atlas:before {
|
|
content: "\F558"
|
|
}
|
|
|
|
.easypack-widget .fa-atlassian:before {
|
|
content: "\F77B"
|
|
}
|
|
|
|
.easypack-widget .fa-atom:before {
|
|
content: "\F5D2"
|
|
}
|
|
|
|
.easypack-widget .fa-audible:before {
|
|
content: "\F373"
|
|
}
|
|
|
|
.easypack-widget .fa-audio-description:before {
|
|
content: "\F29E"
|
|
}
|
|
|
|
.easypack-widget .fa-autoprefixer:before {
|
|
content: "\F41C"
|
|
}
|
|
|
|
.easypack-widget .fa-avianex:before {
|
|
content: "\F374"
|
|
}
|
|
|
|
.easypack-widget .fa-aviato:before {
|
|
content: "\F421"
|
|
}
|
|
|
|
.easypack-widget .fa-award:before {
|
|
content: "\F559"
|
|
}
|
|
|
|
.easypack-widget .fa-aws:before {
|
|
content: "\F375"
|
|
}
|
|
|
|
.easypack-widget .fa-baby:before {
|
|
content: "\F77C"
|
|
}
|
|
|
|
.easypack-widget .fa-baby-carriage:before {
|
|
content: "\F77D"
|
|
}
|
|
|
|
.easypack-widget .fa-backspace:before {
|
|
content: "\F55A"
|
|
}
|
|
|
|
.easypack-widget .fa-backward:before {
|
|
content: "\F04A"
|
|
}
|
|
|
|
.easypack-widget .fa-bacon:before {
|
|
content: "\F7E5"
|
|
}
|
|
|
|
.easypack-widget .fa-bacteria:before {
|
|
content: "\E059"
|
|
}
|
|
|
|
.easypack-widget .fa-bacterium:before {
|
|
content: "\E05A"
|
|
}
|
|
|
|
.easypack-widget .fa-bahai:before {
|
|
content: "\F666"
|
|
}
|
|
|
|
.easypack-widget .fa-balance-scale:before {
|
|
content: "\F24E"
|
|
}
|
|
|
|
.easypack-widget .fa-balance-scale-left:before {
|
|
content: "\F515"
|
|
}
|
|
|
|
.easypack-widget .fa-balance-scale-right:before {
|
|
content: "\F516"
|
|
}
|
|
|
|
.easypack-widget .fa-ban:before {
|
|
content: "\F05E"
|
|
}
|
|
|
|
.easypack-widget .fa-band-aid:before {
|
|
content: "\F462"
|
|
}
|
|
|
|
.easypack-widget .fa-bandcamp:before {
|
|
content: "\F2D5"
|
|
}
|
|
|
|
.easypack-widget .fa-barcode:before {
|
|
content: "\F02A"
|
|
}
|
|
|
|
.easypack-widget .fa-bars:before {
|
|
content: "\F0C9"
|
|
}
|
|
|
|
.easypack-widget .fa-baseball-ball:before {
|
|
content: "\F433"
|
|
}
|
|
|
|
.easypack-widget .fa-basketball-ball:before {
|
|
content: "\F434"
|
|
}
|
|
|
|
.easypack-widget .fa-bath:before {
|
|
content: "\F2CD"
|
|
}
|
|
|
|
.easypack-widget .fa-battery-empty:before {
|
|
content: "\F244"
|
|
}
|
|
|
|
.easypack-widget .fa-battery-full:before {
|
|
content: "\F240"
|
|
}
|
|
|
|
.easypack-widget .fa-battery-half:before {
|
|
content: "\F242"
|
|
}
|
|
|
|
.easypack-widget .fa-battery-quarter:before {
|
|
content: "\F243"
|
|
}
|
|
|
|
.easypack-widget .fa-battery-three-quarters:before {
|
|
content: "\F241"
|
|
}
|
|
|
|
.easypack-widget .fa-battle-net:before {
|
|
content: "\F835"
|
|
}
|
|
|
|
.easypack-widget .fa-bed:before {
|
|
content: "\F236"
|
|
}
|
|
|
|
.easypack-widget .fa-beer:before {
|
|
content: "\F0FC"
|
|
}
|
|
|
|
.easypack-widget .fa-behance:before {
|
|
content: "\F1B4"
|
|
}
|
|
|
|
.easypack-widget .fa-behance-square:before {
|
|
content: "\F1B5"
|
|
}
|
|
|
|
.easypack-widget .fa-bell:before {
|
|
content: "\F0F3"
|
|
}
|
|
|
|
.easypack-widget .fa-bell-slash:before {
|
|
content: "\F1F6"
|
|
}
|
|
|
|
.easypack-widget .fa-bezier-curve:before {
|
|
content: "\F55B"
|
|
}
|
|
|
|
.easypack-widget .fa-bible:before {
|
|
content: "\F647"
|
|
}
|
|
|
|
.easypack-widget .fa-bicycle:before {
|
|
content: "\F206"
|
|
}
|
|
|
|
.easypack-widget .fa-biking:before {
|
|
content: "\F84A"
|
|
}
|
|
|
|
.easypack-widget .fa-bimobject:before {
|
|
content: "\F378"
|
|
}
|
|
|
|
.easypack-widget .fa-binoculars:before {
|
|
content: "\F1E5"
|
|
}
|
|
|
|
.easypack-widget .fa-biohazard:before {
|
|
content: "\F780"
|
|
}
|
|
|
|
.easypack-widget .fa-birthday-cake:before {
|
|
content: "\F1FD"
|
|
}
|
|
|
|
.easypack-widget .fa-bitbucket:before {
|
|
content: "\F171"
|
|
}
|
|
|
|
.easypack-widget .fa-bitcoin:before {
|
|
content: "\F379"
|
|
}
|
|
|
|
.easypack-widget .fa-bity:before {
|
|
content: "\F37A"
|
|
}
|
|
|
|
.easypack-widget .fa-black-tie:before {
|
|
content: "\F27E"
|
|
}
|
|
|
|
.easypack-widget .fa-blackberry:before {
|
|
content: "\F37B"
|
|
}
|
|
|
|
.easypack-widget .fa-blender:before {
|
|
content: "\F517"
|
|
}
|
|
|
|
.easypack-widget .fa-blender-phone:before {
|
|
content: "\F6B6"
|
|
}
|
|
|
|
.easypack-widget .fa-blind:before {
|
|
content: "\F29D"
|
|
}
|
|
|
|
.easypack-widget .fa-blog:before {
|
|
content: "\F781"
|
|
}
|
|
|
|
.easypack-widget .fa-blogger:before {
|
|
content: "\F37C"
|
|
}
|
|
|
|
.easypack-widget .fa-blogger-b:before {
|
|
content: "\F37D"
|
|
}
|
|
|
|
.easypack-widget .fa-bluetooth:before {
|
|
content: "\F293"
|
|
}
|
|
|
|
.easypack-widget .fa-bluetooth-b:before {
|
|
content: "\F294"
|
|
}
|
|
|
|
.easypack-widget .fa-bold:before {
|
|
content: "\F032"
|
|
}
|
|
|
|
.easypack-widget .fa-bolt:before {
|
|
content: "\F0E7"
|
|
}
|
|
|
|
.easypack-widget .fa-bomb:before {
|
|
content: "\F1E2"
|
|
}
|
|
|
|
.easypack-widget .fa-bone:before {
|
|
content: "\F5D7"
|
|
}
|
|
|
|
.easypack-widget .fa-bong:before {
|
|
content: "\F55C"
|
|
}
|
|
|
|
.easypack-widget .fa-book:before {
|
|
content: "\F02D"
|
|
}
|
|
|
|
.easypack-widget .fa-book-dead:before {
|
|
content: "\F6B7"
|
|
}
|
|
|
|
.easypack-widget .fa-book-medical:before {
|
|
content: "\F7E6"
|
|
}
|
|
|
|
.easypack-widget .fa-book-open:before {
|
|
content: "\F518"
|
|
}
|
|
|
|
.easypack-widget .fa-book-reader:before {
|
|
content: "\F5DA"
|
|
}
|
|
|
|
.easypack-widget .fa-bookmark:before {
|
|
content: "\F02E"
|
|
}
|
|
|
|
.easypack-widget .fa-bootstrap:before {
|
|
content: "\F836"
|
|
}
|
|
|
|
.easypack-widget .fa-border-all:before {
|
|
content: "\F84C"
|
|
}
|
|
|
|
.easypack-widget .fa-border-none:before {
|
|
content: "\F850"
|
|
}
|
|
|
|
.easypack-widget .fa-border-style:before {
|
|
content: "\F853"
|
|
}
|
|
|
|
.easypack-widget .fa-bowling-ball:before {
|
|
content: "\F436"
|
|
}
|
|
|
|
.easypack-widget .fa-box:before {
|
|
content: "\F466"
|
|
}
|
|
|
|
.easypack-widget .fa-box-open:before {
|
|
content: "\F49E"
|
|
}
|
|
|
|
.easypack-widget .fa-box-tissue:before {
|
|
content: "\E05B"
|
|
}
|
|
|
|
.easypack-widget .fa-boxes:before {
|
|
content: "\F468"
|
|
}
|
|
|
|
.easypack-widget .fa-braille:before {
|
|
content: "\F2A1"
|
|
}
|
|
|
|
.easypack-widget .fa-brain:before {
|
|
content: "\F5DC"
|
|
}
|
|
|
|
.easypack-widget .fa-bread-slice:before {
|
|
content: "\F7EC"
|
|
}
|
|
|
|
.easypack-widget .fa-briefcase:before {
|
|
content: "\F0B1"
|
|
}
|
|
|
|
.easypack-widget .fa-briefcase-medical:before {
|
|
content: "\F469"
|
|
}
|
|
|
|
.easypack-widget .fa-broadcast-tower:before {
|
|
content: "\F519"
|
|
}
|
|
|
|
.easypack-widget .fa-broom:before {
|
|
content: "\F51A"
|
|
}
|
|
|
|
.easypack-widget .fa-brush:before {
|
|
content: "\F55D"
|
|
}
|
|
|
|
.easypack-widget .fa-btc:before {
|
|
content: "\F15A"
|
|
}
|
|
|
|
.easypack-widget .fa-buffer:before {
|
|
content: "\F837"
|
|
}
|
|
|
|
.easypack-widget .fa-bug:before {
|
|
content: "\F188"
|
|
}
|
|
|
|
.easypack-widget .fa-building:before {
|
|
content: "\F1AD"
|
|
}
|
|
|
|
.easypack-widget .fa-bullhorn:before {
|
|
content: "\F0A1"
|
|
}
|
|
|
|
.easypack-widget .fa-bullseye:before {
|
|
content: "\F140"
|
|
}
|
|
|
|
.easypack-widget .fa-burn:before {
|
|
content: "\F46A"
|
|
}
|
|
|
|
.easypack-widget .fa-buromobelexperte:before {
|
|
content: "\F37F"
|
|
}
|
|
|
|
.easypack-widget .fa-bus:before {
|
|
content: "\F207"
|
|
}
|
|
|
|
.easypack-widget .fa-bus-alt:before {
|
|
content: "\F55E"
|
|
}
|
|
|
|
.easypack-widget .fa-business-time:before {
|
|
content: "\F64A"
|
|
}
|
|
|
|
.easypack-widget .fa-buy-n-large:before {
|
|
content: "\F8A6"
|
|
}
|
|
|
|
.easypack-widget .fa-buysellads:before {
|
|
content: "\F20D"
|
|
}
|
|
|
|
.easypack-widget .fa-calculator:before {
|
|
content: "\F1EC"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar:before {
|
|
content: "\F133"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar-alt:before {
|
|
content: "\F073"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar-check:before {
|
|
content: "\F274"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar-day:before {
|
|
content: "\F783"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar-minus:before {
|
|
content: "\F272"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar-plus:before {
|
|
content: "\F271"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar-times:before {
|
|
content: "\F273"
|
|
}
|
|
|
|
.easypack-widget .fa-calendar-week:before {
|
|
content: "\F784"
|
|
}
|
|
|
|
.easypack-widget .fa-camera:before {
|
|
content: "\F030"
|
|
}
|
|
|
|
.easypack-widget .fa-camera-retro:before {
|
|
content: "\F083"
|
|
}
|
|
|
|
.easypack-widget .fa-campground:before {
|
|
content: "\F6BB"
|
|
}
|
|
|
|
.easypack-widget .fa-canadian-maple-leaf:before {
|
|
content: "\F785"
|
|
}
|
|
|
|
.easypack-widget .fa-candy-cane:before {
|
|
content: "\F786"
|
|
}
|
|
|
|
.easypack-widget .fa-cannabis:before {
|
|
content: "\F55F"
|
|
}
|
|
|
|
.easypack-widget .fa-capsules:before {
|
|
content: "\F46B"
|
|
}
|
|
|
|
.easypack-widget .fa-car:before {
|
|
content: "\F1B9"
|
|
}
|
|
|
|
.easypack-widget .fa-car-alt:before {
|
|
content: "\F5DE"
|
|
}
|
|
|
|
.easypack-widget .fa-car-battery:before {
|
|
content: "\F5DF"
|
|
}
|
|
|
|
.easypack-widget .fa-car-crash:before {
|
|
content: "\F5E1"
|
|
}
|
|
|
|
.easypack-widget .fa-car-side:before {
|
|
content: "\F5E4"
|
|
}
|
|
|
|
.easypack-widget .fa-caravan:before {
|
|
content: "\F8FF"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-down:before {
|
|
content: "\F0D7"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-left:before {
|
|
content: "\F0D9"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-right:before {
|
|
content: "\F0DA"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-square-down:before {
|
|
content: "\F150"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-square-left:before {
|
|
content: "\F191"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-square-right:before {
|
|
content: "\F152"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-square-up:before {
|
|
content: "\F151"
|
|
}
|
|
|
|
.easypack-widget .fa-caret-up:before {
|
|
content: "\F0D8"
|
|
}
|
|
|
|
.easypack-widget .fa-carrot:before {
|
|
content: "\F787"
|
|
}
|
|
|
|
.easypack-widget .fa-cart-arrow-down:before {
|
|
content: "\F218"
|
|
}
|
|
|
|
.easypack-widget .fa-cart-plus:before {
|
|
content: "\F217"
|
|
}
|
|
|
|
.easypack-widget .fa-cash-register:before {
|
|
content: "\F788"
|
|
}
|
|
|
|
.easypack-widget .fa-cat:before {
|
|
content: "\F6BE"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-amazon-pay:before {
|
|
content: "\F42D"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-amex:before {
|
|
content: "\F1F3"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-apple-pay:before {
|
|
content: "\F416"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-diners-club:before {
|
|
content: "\F24C"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-discover:before {
|
|
content: "\F1F2"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-jcb:before {
|
|
content: "\F24B"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-mastercard:before {
|
|
content: "\F1F1"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-paypal:before {
|
|
content: "\F1F4"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-stripe:before {
|
|
content: "\F1F5"
|
|
}
|
|
|
|
.easypack-widget .fa-cc-visa:before {
|
|
content: "\F1F0"
|
|
}
|
|
|
|
.easypack-widget .fa-centercode:before {
|
|
content: "\F380"
|
|
}
|
|
|
|
.easypack-widget .fa-centos:before {
|
|
content: "\F789"
|
|
}
|
|
|
|
.easypack-widget .fa-certificate:before {
|
|
content: "\F0A3"
|
|
}
|
|
|
|
.easypack-widget .fa-chair:before {
|
|
content: "\F6C0"
|
|
}
|
|
|
|
.easypack-widget .fa-chalkboard:before {
|
|
content: "\F51B"
|
|
}
|
|
|
|
.easypack-widget .fa-chalkboard-teacher:before {
|
|
content: "\F51C"
|
|
}
|
|
|
|
.easypack-widget .fa-charging-station:before {
|
|
content: "\F5E7"
|
|
}
|
|
|
|
.easypack-widget .fa-chart-area:before {
|
|
content: "\F1FE"
|
|
}
|
|
|
|
.easypack-widget .fa-chart-bar:before {
|
|
content: "\F080"
|
|
}
|
|
|
|
.easypack-widget .fa-chart-line:before {
|
|
content: "\F201"
|
|
}
|
|
|
|
.easypack-widget .fa-chart-pie:before {
|
|
content: "\F200"
|
|
}
|
|
|
|
.easypack-widget .fa-check:before {
|
|
content: "\F00C"
|
|
}
|
|
|
|
.easypack-widget .fa-check-circle:before {
|
|
content: "\F058"
|
|
}
|
|
|
|
.easypack-widget .fa-check-double:before {
|
|
content: "\F560"
|
|
}
|
|
|
|
.easypack-widget .fa-check-square:before {
|
|
content: "\F14A"
|
|
}
|
|
|
|
.easypack-widget .fa-cheese:before {
|
|
content: "\F7EF"
|
|
}
|
|
|
|
.easypack-widget .fa-chess:before {
|
|
content: "\F439"
|
|
}
|
|
|
|
.easypack-widget .fa-chess-bishop:before {
|
|
content: "\F43A"
|
|
}
|
|
|
|
.easypack-widget .fa-chess-board:before {
|
|
content: "\F43C"
|
|
}
|
|
|
|
.easypack-widget .fa-chess-king:before {
|
|
content: "\F43F"
|
|
}
|
|
|
|
.easypack-widget .fa-chess-knight:before {
|
|
content: "\F441"
|
|
}
|
|
|
|
.easypack-widget .fa-chess-pawn:before {
|
|
content: "\F443"
|
|
}
|
|
|
|
.easypack-widget .fa-chess-queen:before {
|
|
content: "\F445"
|
|
}
|
|
|
|
.easypack-widget .fa-chess-rook:before {
|
|
content: "\F447"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-circle-down:before {
|
|
content: "\F13A"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-circle-left:before {
|
|
content: "\F137"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-circle-right:before {
|
|
content: "\F138"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-circle-up:before {
|
|
content: "\F139"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-down:before {
|
|
content: "\F078"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-left:before {
|
|
content: "\F053"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-right:before {
|
|
content: "\F054"
|
|
}
|
|
|
|
.easypack-widget .fa-chevron-up:before {
|
|
content: "\F077"
|
|
}
|
|
|
|
.easypack-widget .fa-child:before {
|
|
content: "\F1AE"
|
|
}
|
|
|
|
.easypack-widget .fa-chrome:before {
|
|
content: "\F268"
|
|
}
|
|
|
|
.easypack-widget .fa-chromecast:before {
|
|
content: "\F838"
|
|
}
|
|
|
|
.easypack-widget .fa-church:before {
|
|
content: "\F51D"
|
|
}
|
|
|
|
.easypack-widget .fa-circle:before {
|
|
content: "\F111"
|
|
}
|
|
|
|
.easypack-widget .fa-circle-notch:before {
|
|
content: "\F1CE"
|
|
}
|
|
|
|
.easypack-widget .fa-city:before {
|
|
content: "\F64F"
|
|
}
|
|
|
|
.easypack-widget .fa-clinic-medical:before {
|
|
content: "\F7F2"
|
|
}
|
|
|
|
.easypack-widget .fa-clipboard:before {
|
|
content: "\F328"
|
|
}
|
|
|
|
.easypack-widget .fa-clipboard-check:before {
|
|
content: "\F46C"
|
|
}
|
|
|
|
.easypack-widget .fa-clipboard-list:before {
|
|
content: "\F46D"
|
|
}
|
|
|
|
.easypack-widget .fa-clock:before {
|
|
content: "\F017"
|
|
}
|
|
|
|
.easypack-widget .fa-clone:before {
|
|
content: "\F24D"
|
|
}
|
|
|
|
.easypack-widget .fa-closed-captioning:before {
|
|
content: "\F20A"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud:before {
|
|
content: "\F0C2"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-download-alt:before {
|
|
content: "\F381"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-meatball:before {
|
|
content: "\F73B"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-moon:before {
|
|
content: "\F6C3"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-moon-rain:before {
|
|
content: "\F73C"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-rain:before {
|
|
content: "\F73D"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-showers-heavy:before {
|
|
content: "\F740"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-sun:before {
|
|
content: "\F6C4"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-sun-rain:before {
|
|
content: "\F743"
|
|
}
|
|
|
|
.easypack-widget .fa-cloud-upload-alt:before {
|
|
content: "\F382"
|
|
}
|
|
|
|
.easypack-widget .fa-cloudflare:before {
|
|
content: "\E07D"
|
|
}
|
|
|
|
.easypack-widget .fa-cloudscale:before {
|
|
content: "\F383"
|
|
}
|
|
|
|
.easypack-widget .fa-cloudsmith:before {
|
|
content: "\F384"
|
|
}
|
|
|
|
.easypack-widget .fa-cloudversify:before {
|
|
content: "\F385"
|
|
}
|
|
|
|
.easypack-widget .fa-cocktail:before {
|
|
content: "\F561"
|
|
}
|
|
|
|
.easypack-widget .fa-code:before {
|
|
content: "\F121"
|
|
}
|
|
|
|
.easypack-widget .fa-code-branch:before {
|
|
content: "\F126"
|
|
}
|
|
|
|
.easypack-widget .fa-codepen:before {
|
|
content: "\F1CB"
|
|
}
|
|
|
|
.easypack-widget .fa-codiepie:before {
|
|
content: "\F284"
|
|
}
|
|
|
|
.easypack-widget .fa-coffee:before {
|
|
content: "\F0F4"
|
|
}
|
|
|
|
.easypack-widget .fa-cog:before {
|
|
content: "\F013"
|
|
}
|
|
|
|
.easypack-widget .fa-cogs:before {
|
|
content: "\F085"
|
|
}
|
|
|
|
.easypack-widget .fa-coins:before {
|
|
content: "\F51E"
|
|
}
|
|
|
|
.easypack-widget .fa-columns:before {
|
|
content: "\F0DB"
|
|
}
|
|
|
|
.easypack-widget .fa-comment:before {
|
|
content: "\F075"
|
|
}
|
|
|
|
.easypack-widget .fa-comment-alt:before {
|
|
content: "\F27A"
|
|
}
|
|
|
|
.easypack-widget .fa-comment-dollar:before {
|
|
content: "\F651"
|
|
}
|
|
|
|
.easypack-widget .fa-comment-dots:before {
|
|
content: "\F4AD"
|
|
}
|
|
|
|
.easypack-widget .fa-comment-medical:before {
|
|
content: "\F7F5"
|
|
}
|
|
|
|
.easypack-widget .fa-comment-slash:before {
|
|
content: "\F4B3"
|
|
}
|
|
|
|
.easypack-widget .fa-comments:before {
|
|
content: "\F086"
|
|
}
|
|
|
|
.easypack-widget .fa-comments-dollar:before {
|
|
content: "\F653"
|
|
}
|
|
|
|
.easypack-widget .fa-compact-disc:before {
|
|
content: "\F51F"
|
|
}
|
|
|
|
.easypack-widget .fa-compass:before {
|
|
content: "\F14E"
|
|
}
|
|
|
|
.easypack-widget .fa-compress:before {
|
|
content: "\F066"
|
|
}
|
|
|
|
.easypack-widget .fa-compress-alt:before {
|
|
content: "\F422"
|
|
}
|
|
|
|
.easypack-widget .fa-compress-arrows-alt:before {
|
|
content: "\F78C"
|
|
}
|
|
|
|
.easypack-widget .fa-concierge-bell:before {
|
|
content: "\F562"
|
|
}
|
|
|
|
.easypack-widget .fa-confluence:before {
|
|
content: "\F78D"
|
|
}
|
|
|
|
.easypack-widget .fa-connectdevelop:before {
|
|
content: "\F20E"
|
|
}
|
|
|
|
.easypack-widget .fa-contao:before {
|
|
content: "\F26D"
|
|
}
|
|
|
|
.easypack-widget .fa-cookie:before {
|
|
content: "\F563"
|
|
}
|
|
|
|
.easypack-widget .fa-cookie-bite:before {
|
|
content: "\F564"
|
|
}
|
|
|
|
.easypack-widget .fa-copy:before {
|
|
content: "\F0C5"
|
|
}
|
|
|
|
.easypack-widget .fa-copyright:before {
|
|
content: "\F1F9"
|
|
}
|
|
|
|
.easypack-widget .fa-cotton-bureau:before {
|
|
content: "\F89E"
|
|
}
|
|
|
|
.easypack-widget .fa-couch:before {
|
|
content: "\F4B8"
|
|
}
|
|
|
|
.easypack-widget .fa-cpanel:before {
|
|
content: "\F388"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons:before {
|
|
content: "\F25E"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-by:before {
|
|
content: "\F4E7"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-nc:before {
|
|
content: "\F4E8"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-nc-eu:before {
|
|
content: "\F4E9"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-nc-jp:before {
|
|
content: "\F4EA"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-nd:before {
|
|
content: "\F4EB"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-pd:before {
|
|
content: "\F4EC"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-pd-alt:before {
|
|
content: "\F4ED"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-remix:before {
|
|
content: "\F4EE"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-sa:before {
|
|
content: "\F4EF"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-sampling:before {
|
|
content: "\F4F0"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-sampling-plus:before {
|
|
content: "\F4F1"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-share:before {
|
|
content: "\F4F2"
|
|
}
|
|
|
|
.easypack-widget .fa-creative-commons-zero:before {
|
|
content: "\F4F3"
|
|
}
|
|
|
|
.easypack-widget .fa-credit-card:before {
|
|
content: "\F09D"
|
|
}
|
|
|
|
.easypack-widget .fa-critical-role:before {
|
|
content: "\F6C9"
|
|
}
|
|
|
|
.easypack-widget .fa-crop:before {
|
|
content: "\F125"
|
|
}
|
|
|
|
.easypack-widget .fa-crop-alt:before {
|
|
content: "\F565"
|
|
}
|
|
|
|
.easypack-widget .fa-cross:before {
|
|
content: "\F654"
|
|
}
|
|
|
|
.easypack-widget .fa-crosshairs:before {
|
|
content: "\F05B"
|
|
}
|
|
|
|
.easypack-widget .fa-crow:before {
|
|
content: "\F520"
|
|
}
|
|
|
|
.easypack-widget .fa-crown:before {
|
|
content: "\F521"
|
|
}
|
|
|
|
.easypack-widget .fa-crutch:before {
|
|
content: "\F7F7"
|
|
}
|
|
|
|
.easypack-widget .fa-css3:before {
|
|
content: "\F13C"
|
|
}
|
|
|
|
.easypack-widget .fa-css3-alt:before {
|
|
content: "\F38B"
|
|
}
|
|
|
|
.easypack-widget .fa-cube:before {
|
|
content: "\F1B2"
|
|
}
|
|
|
|
.easypack-widget .fa-cubes:before {
|
|
content: "\F1B3"
|
|
}
|
|
|
|
.easypack-widget .fa-cut:before {
|
|
content: "\F0C4"
|
|
}
|
|
|
|
.easypack-widget .fa-cuttlefish:before {
|
|
content: "\F38C"
|
|
}
|
|
|
|
.easypack-widget .fa-d-and-d:before {
|
|
content: "\F38D"
|
|
}
|
|
|
|
.easypack-widget .fa-d-and-d-beyond:before {
|
|
content: "\F6CA"
|
|
}
|
|
|
|
.easypack-widget .fa-dailymotion:before {
|
|
content: "\E052"
|
|
}
|
|
|
|
.easypack-widget .fa-dashcube:before {
|
|
content: "\F210"
|
|
}
|
|
|
|
.easypack-widget .fa-database:before {
|
|
content: "\F1C0"
|
|
}
|
|
|
|
.easypack-widget .fa-deaf:before {
|
|
content: "\F2A4"
|
|
}
|
|
|
|
.easypack-widget .fa-deezer:before {
|
|
content: "\E077"
|
|
}
|
|
|
|
.easypack-widget .fa-delicious:before {
|
|
content: "\F1A5"
|
|
}
|
|
|
|
.easypack-widget .fa-democrat:before {
|
|
content: "\F747"
|
|
}
|
|
|
|
.easypack-widget .fa-deploydog:before {
|
|
content: "\F38E"
|
|
}
|
|
|
|
.easypack-widget .fa-deskpro:before {
|
|
content: "\F38F"
|
|
}
|
|
|
|
.easypack-widget .fa-desktop:before {
|
|
content: "\F108"
|
|
}
|
|
|
|
.easypack-widget .fa-dev:before {
|
|
content: "\F6CC"
|
|
}
|
|
|
|
.easypack-widget .fa-deviantart:before {
|
|
content: "\F1BD"
|
|
}
|
|
|
|
.easypack-widget .fa-dharmachakra:before {
|
|
content: "\F655"
|
|
}
|
|
|
|
.easypack-widget .fa-dhl:before {
|
|
content: "\F790"
|
|
}
|
|
|
|
.easypack-widget .fa-diagnoses:before {
|
|
content: "\F470"
|
|
}
|
|
|
|
.easypack-widget .fa-diaspora:before {
|
|
content: "\F791"
|
|
}
|
|
|
|
.easypack-widget .fa-dice:before {
|
|
content: "\F522"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-d20:before {
|
|
content: "\F6CF"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-d6:before {
|
|
content: "\F6D1"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-five:before {
|
|
content: "\F523"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-four:before {
|
|
content: "\F524"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-one:before {
|
|
content: "\F525"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-six:before {
|
|
content: "\F526"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-three:before {
|
|
content: "\F527"
|
|
}
|
|
|
|
.easypack-widget .fa-dice-two:before {
|
|
content: "\F528"
|
|
}
|
|
|
|
.easypack-widget .fa-digg:before {
|
|
content: "\F1A6"
|
|
}
|
|
|
|
.easypack-widget .fa-digital-ocean:before {
|
|
content: "\F391"
|
|
}
|
|
|
|
.easypack-widget .fa-digital-tachograph:before {
|
|
content: "\F566"
|
|
}
|
|
|
|
.easypack-widget .fa-directions:before {
|
|
content: "\F5EB"
|
|
}
|
|
|
|
.easypack-widget .fa-discord:before {
|
|
content: "\F392"
|
|
}
|
|
|
|
.easypack-widget .fa-discourse:before {
|
|
content: "\F393"
|
|
}
|
|
|
|
.easypack-widget .fa-disease:before {
|
|
content: "\F7FA"
|
|
}
|
|
|
|
.easypack-widget .fa-divide:before {
|
|
content: "\F529"
|
|
}
|
|
|
|
.easypack-widget .fa-dizzy:before {
|
|
content: "\F567"
|
|
}
|
|
|
|
.easypack-widget .fa-dna:before {
|
|
content: "\F471"
|
|
}
|
|
|
|
.easypack-widget .fa-dochub:before {
|
|
content: "\F394"
|
|
}
|
|
|
|
.easypack-widget .fa-docker:before {
|
|
content: "\F395"
|
|
}
|
|
|
|
.easypack-widget .fa-dog:before {
|
|
content: "\F6D3"
|
|
}
|
|
|
|
.easypack-widget .fa-dollar-sign:before {
|
|
content: "\F155"
|
|
}
|
|
|
|
.easypack-widget .fa-dolly:before {
|
|
content: "\F472"
|
|
}
|
|
|
|
.easypack-widget .fa-dolly-flatbed:before {
|
|
content: "\F474"
|
|
}
|
|
|
|
.easypack-widget .fa-donate:before {
|
|
content: "\F4B9"
|
|
}
|
|
|
|
.easypack-widget .fa-door-closed:before {
|
|
content: "\F52A"
|
|
}
|
|
|
|
.easypack-widget .fa-door-open:before {
|
|
content: "\F52B"
|
|
}
|
|
|
|
.easypack-widget .fa-dot-circle:before {
|
|
content: "\F192"
|
|
}
|
|
|
|
.easypack-widget .fa-dove:before {
|
|
content: "\F4BA"
|
|
}
|
|
|
|
.easypack-widget .fa-download:before {
|
|
content: "\F019"
|
|
}
|
|
|
|
.easypack-widget .fa-draft2digital:before {
|
|
content: "\F396"
|
|
}
|
|
|
|
.easypack-widget .fa-drafting-compass:before {
|
|
content: "\F568"
|
|
}
|
|
|
|
.easypack-widget .fa-dragon:before {
|
|
content: "\F6D5"
|
|
}
|
|
|
|
.easypack-widget .fa-draw-polygon:before {
|
|
content: "\F5EE"
|
|
}
|
|
|
|
.easypack-widget .fa-dribbble:before {
|
|
content: "\F17D"
|
|
}
|
|
|
|
.easypack-widget .fa-dribbble-square:before {
|
|
content: "\F397"
|
|
}
|
|
|
|
.easypack-widget .fa-dropbox:before {
|
|
content: "\F16B"
|
|
}
|
|
|
|
.easypack-widget .fa-drum:before {
|
|
content: "\F569"
|
|
}
|
|
|
|
.easypack-widget .fa-drum-steelpan:before {
|
|
content: "\F56A"
|
|
}
|
|
|
|
.easypack-widget .fa-drumstick-bite:before {
|
|
content: "\F6D7"
|
|
}
|
|
|
|
.easypack-widget .fa-drupal:before {
|
|
content: "\F1A9"
|
|
}
|
|
|
|
.easypack-widget .fa-dumbbell:before {
|
|
content: "\F44B"
|
|
}
|
|
|
|
.easypack-widget .fa-dumpster:before {
|
|
content: "\F793"
|
|
}
|
|
|
|
.easypack-widget .fa-dumpster-fire:before {
|
|
content: "\F794"
|
|
}
|
|
|
|
.easypack-widget .fa-dungeon:before {
|
|
content: "\F6D9"
|
|
}
|
|
|
|
.easypack-widget .fa-dyalog:before {
|
|
content: "\F399"
|
|
}
|
|
|
|
.easypack-widget .fa-earlybirds:before {
|
|
content: "\F39A"
|
|
}
|
|
|
|
.easypack-widget .fa-ebay:before {
|
|
content: "\F4F4"
|
|
}
|
|
|
|
.easypack-widget .fa-edge:before {
|
|
content: "\F282"
|
|
}
|
|
|
|
.easypack-widget .fa-edge-legacy:before {
|
|
content: "\E078"
|
|
}
|
|
|
|
.easypack-widget .fa-edit:before {
|
|
content: "\F044"
|
|
}
|
|
|
|
.easypack-widget .fa-egg:before {
|
|
content: "\F7FB"
|
|
}
|
|
|
|
.easypack-widget .fa-eject:before {
|
|
content: "\F052"
|
|
}
|
|
|
|
.easypack-widget .fa-elementor:before {
|
|
content: "\F430"
|
|
}
|
|
|
|
.easypack-widget .fa-ellipsis-h:before {
|
|
content: "\F141"
|
|
}
|
|
|
|
.easypack-widget .fa-ellipsis-v:before {
|
|
content: "\F142"
|
|
}
|
|
|
|
.easypack-widget .fa-ello:before {
|
|
content: "\F5F1"
|
|
}
|
|
|
|
.easypack-widget .fa-ember:before {
|
|
content: "\F423"
|
|
}
|
|
|
|
.easypack-widget .fa-empire:before {
|
|
content: "\F1D1"
|
|
}
|
|
|
|
.easypack-widget .fa-envelope:before {
|
|
content: "\F0E0"
|
|
}
|
|
|
|
.easypack-widget .fa-envelope-open:before {
|
|
content: "\F2B6"
|
|
}
|
|
|
|
.easypack-widget .fa-envelope-open-text:before {
|
|
content: "\F658"
|
|
}
|
|
|
|
.easypack-widget .fa-envelope-square:before {
|
|
content: "\F199"
|
|
}
|
|
|
|
.easypack-widget .fa-envira:before {
|
|
content: "\F299"
|
|
}
|
|
|
|
.easypack-widget .fa-equals:before {
|
|
content: "\F52C"
|
|
}
|
|
|
|
.easypack-widget .fa-eraser:before {
|
|
content: "\F12D"
|
|
}
|
|
|
|
.easypack-widget .fa-erlang:before {
|
|
content: "\F39D"
|
|
}
|
|
|
|
.easypack-widget .fa-ethereum:before {
|
|
content: "\F42E"
|
|
}
|
|
|
|
.easypack-widget .fa-ethernet:before {
|
|
content: "\F796"
|
|
}
|
|
|
|
.easypack-widget .fa-etsy:before {
|
|
content: "\F2D7"
|
|
}
|
|
|
|
.easypack-widget .fa-euro-sign:before {
|
|
content: "\F153"
|
|
}
|
|
|
|
.easypack-widget .fa-evernote:before {
|
|
content: "\F839"
|
|
}
|
|
|
|
.easypack-widget .fa-exchange-alt:before {
|
|
content: "\F362"
|
|
}
|
|
|
|
.easypack-widget .fa-exclamation:before {
|
|
content: "\F12A"
|
|
}
|
|
|
|
.easypack-widget .fa-exclamation-circle:before {
|
|
content: "\F06A"
|
|
}
|
|
|
|
.easypack-widget .fa-exclamation-triangle:before {
|
|
content: "\F071"
|
|
}
|
|
|
|
.easypack-widget .fa-expand:before {
|
|
content: "\F065"
|
|
}
|
|
|
|
.easypack-widget .fa-expand-alt:before {
|
|
content: "\F424"
|
|
}
|
|
|
|
.easypack-widget .fa-expand-arrows-alt:before {
|
|
content: "\F31E"
|
|
}
|
|
|
|
.easypack-widget .fa-expeditedssl:before {
|
|
content: "\F23E"
|
|
}
|
|
|
|
.easypack-widget .fa-external-link-alt:before {
|
|
content: "\F35D"
|
|
}
|
|
|
|
.easypack-widget .fa-external-link-square-alt:before {
|
|
content: "\F360"
|
|
}
|
|
|
|
.easypack-widget .fa-eye:before {
|
|
content: "\F06E"
|
|
}
|
|
|
|
.easypack-widget .fa-eye-dropper:before {
|
|
content: "\F1FB"
|
|
}
|
|
|
|
.easypack-widget .fa-eye-slash:before {
|
|
content: "\F070"
|
|
}
|
|
|
|
.easypack-widget .fa-facebook:before {
|
|
content: "\F09A"
|
|
}
|
|
|
|
.easypack-widget .fa-facebook-f:before {
|
|
content: "\F39E"
|
|
}
|
|
|
|
.easypack-widget .fa-facebook-messenger:before {
|
|
content: "\F39F"
|
|
}
|
|
|
|
.easypack-widget .fa-facebook-square:before {
|
|
content: "\F082"
|
|
}
|
|
|
|
.easypack-widget .fa-fan:before {
|
|
content: "\F863"
|
|
}
|
|
|
|
.easypack-widget .fa-fantasy-flight-games:before {
|
|
content: "\F6DC"
|
|
}
|
|
|
|
.easypack-widget .fa-fast-backward:before {
|
|
content: "\F049"
|
|
}
|
|
|
|
.easypack-widget .fa-fast-forward:before {
|
|
content: "\F050"
|
|
}
|
|
|
|
.easypack-widget .fa-faucet:before {
|
|
content: "\E005"
|
|
}
|
|
|
|
.easypack-widget .fa-fax:before {
|
|
content: "\F1AC"
|
|
}
|
|
|
|
.easypack-widget .fa-feather:before {
|
|
content: "\F52D"
|
|
}
|
|
|
|
.easypack-widget .fa-feather-alt:before {
|
|
content: "\F56B"
|
|
}
|
|
|
|
.easypack-widget .fa-fedex:before {
|
|
content: "\F797"
|
|
}
|
|
|
|
.easypack-widget .fa-fedora:before {
|
|
content: "\F798"
|
|
}
|
|
|
|
.easypack-widget .fa-female:before {
|
|
content: "\F182"
|
|
}
|
|
|
|
.easypack-widget .fa-fighter-jet:before {
|
|
content: "\F0FB"
|
|
}
|
|
|
|
.easypack-widget .fa-figma:before {
|
|
content: "\F799"
|
|
}
|
|
|
|
.easypack-widget .fa-file:before {
|
|
content: "\F15B"
|
|
}
|
|
|
|
.easypack-widget .fa-file-alt:before {
|
|
content: "\F15C"
|
|
}
|
|
|
|
.easypack-widget .fa-file-archive:before {
|
|
content: "\F1C6"
|
|
}
|
|
|
|
.easypack-widget .fa-file-audio:before {
|
|
content: "\F1C7"
|
|
}
|
|
|
|
.easypack-widget .fa-file-code:before {
|
|
content: "\F1C9"
|
|
}
|
|
|
|
.easypack-widget .fa-file-contract:before {
|
|
content: "\F56C"
|
|
}
|
|
|
|
.easypack-widget .fa-file-csv:before {
|
|
content: "\F6DD"
|
|
}
|
|
|
|
.easypack-widget .fa-file-download:before {
|
|
content: "\F56D"
|
|
}
|
|
|
|
.easypack-widget .fa-file-excel:before {
|
|
content: "\F1C3"
|
|
}
|
|
|
|
.easypack-widget .fa-file-export:before {
|
|
content: "\F56E"
|
|
}
|
|
|
|
.easypack-widget .fa-file-image:before {
|
|
content: "\F1C5"
|
|
}
|
|
|
|
.easypack-widget .fa-file-import:before {
|
|
content: "\F56F"
|
|
}
|
|
|
|
.easypack-widget .fa-file-invoice:before {
|
|
content: "\F570"
|
|
}
|
|
|
|
.easypack-widget .fa-file-invoice-dollar:before {
|
|
content: "\F571"
|
|
}
|
|
|
|
.easypack-widget .fa-file-medical:before {
|
|
content: "\F477"
|
|
}
|
|
|
|
.easypack-widget .fa-file-medical-alt:before {
|
|
content: "\F478"
|
|
}
|
|
|
|
.easypack-widget .fa-file-pdf:before {
|
|
content: "\F1C1"
|
|
}
|
|
|
|
.easypack-widget .fa-file-powerpoint:before {
|
|
content: "\F1C4"
|
|
}
|
|
|
|
.easypack-widget .fa-file-prescription:before {
|
|
content: "\F572"
|
|
}
|
|
|
|
.easypack-widget .fa-file-signature:before {
|
|
content: "\F573"
|
|
}
|
|
|
|
.easypack-widget .fa-file-upload:before {
|
|
content: "\F574"
|
|
}
|
|
|
|
.easypack-widget .fa-file-video:before {
|
|
content: "\F1C8"
|
|
}
|
|
|
|
.easypack-widget .fa-file-word:before {
|
|
content: "\F1C2"
|
|
}
|
|
|
|
.easypack-widget .fa-fill:before {
|
|
content: "\F575"
|
|
}
|
|
|
|
.easypack-widget .fa-fill-drip:before {
|
|
content: "\F576"
|
|
}
|
|
|
|
.easypack-widget .fa-film:before {
|
|
content: "\F008"
|
|
}
|
|
|
|
.easypack-widget .fa-filter:before {
|
|
content: "\F0B0"
|
|
}
|
|
|
|
.easypack-widget .fa-fingerprint:before {
|
|
content: "\F577"
|
|
}
|
|
|
|
.easypack-widget .fa-fire:before {
|
|
content: "\F06D"
|
|
}
|
|
|
|
.easypack-widget .fa-fire-alt:before {
|
|
content: "\F7E4"
|
|
}
|
|
|
|
.easypack-widget .fa-fire-extinguisher:before {
|
|
content: "\F134"
|
|
}
|
|
|
|
.easypack-widget .fa-firefox:before {
|
|
content: "\F269"
|
|
}
|
|
|
|
.easypack-widget .fa-firefox-browser:before {
|
|
content: "\E007"
|
|
}
|
|
|
|
.easypack-widget .fa-first-aid:before {
|
|
content: "\F479"
|
|
}
|
|
|
|
.easypack-widget .fa-first-order:before {
|
|
content: "\F2B0"
|
|
}
|
|
|
|
.easypack-widget .fa-first-order-alt:before {
|
|
content: "\F50A"
|
|
}
|
|
|
|
.easypack-widget .fa-firstdraft:before {
|
|
content: "\F3A1"
|
|
}
|
|
|
|
.easypack-widget .fa-fish:before {
|
|
content: "\F578"
|
|
}
|
|
|
|
.easypack-widget .fa-fist-raised:before {
|
|
content: "\F6DE"
|
|
}
|
|
|
|
.easypack-widget .fa-flag:before {
|
|
content: "\F024"
|
|
}
|
|
|
|
.easypack-widget .fa-flag-checkered:before {
|
|
content: "\F11E"
|
|
}
|
|
|
|
.easypack-widget .fa-flag-usa:before {
|
|
content: "\F74D"
|
|
}
|
|
|
|
.easypack-widget .fa-flask:before {
|
|
content: "\F0C3"
|
|
}
|
|
|
|
.easypack-widget .fa-flickr:before {
|
|
content: "\F16E"
|
|
}
|
|
|
|
.easypack-widget .fa-flipboard:before {
|
|
content: "\F44D"
|
|
}
|
|
|
|
.easypack-widget .fa-flushed:before {
|
|
content: "\F579"
|
|
}
|
|
|
|
.easypack-widget .fa-fly:before {
|
|
content: "\F417"
|
|
}
|
|
|
|
.easypack-widget .fa-folder:before {
|
|
content: "\F07B"
|
|
}
|
|
|
|
.easypack-widget .fa-folder-minus:before {
|
|
content: "\F65D"
|
|
}
|
|
|
|
.easypack-widget .fa-folder-open:before {
|
|
content: "\F07C"
|
|
}
|
|
|
|
.easypack-widget .fa-folder-plus:before {
|
|
content: "\F65E"
|
|
}
|
|
|
|
.easypack-widget .fa-font:before {
|
|
content: "\F031"
|
|
}
|
|
|
|
.easypack-widget .fa-font-awesome:before {
|
|
content: "\F2B4"
|
|
}
|
|
|
|
.easypack-widget .fa-font-awesome-alt:before {
|
|
content: "\F35C"
|
|
}
|
|
|
|
.easypack-widget .fa-font-awesome-flag:before {
|
|
content: "\F425"
|
|
}
|
|
|
|
.easypack-widget .fa-font-awesome-logo-full:before {
|
|
content: "\F4E6"
|
|
}
|
|
|
|
.easypack-widget .fa-fonticons:before {
|
|
content: "\F280"
|
|
}
|
|
|
|
.easypack-widget .fa-fonticons-fi:before {
|
|
content: "\F3A2"
|
|
}
|
|
|
|
.easypack-widget .fa-football-ball:before {
|
|
content: "\F44E"
|
|
}
|
|
|
|
.easypack-widget .fa-fort-awesome:before {
|
|
content: "\F286"
|
|
}
|
|
|
|
.easypack-widget .fa-fort-awesome-alt:before {
|
|
content: "\F3A3"
|
|
}
|
|
|
|
.easypack-widget .fa-forumbee:before {
|
|
content: "\F211"
|
|
}
|
|
|
|
.easypack-widget .fa-forward:before {
|
|
content: "\F04E"
|
|
}
|
|
|
|
.easypack-widget .fa-foursquare:before {
|
|
content: "\F180"
|
|
}
|
|
|
|
.easypack-widget .fa-free-code-camp:before {
|
|
content: "\F2C5"
|
|
}
|
|
|
|
.easypack-widget .fa-freebsd:before {
|
|
content: "\F3A4"
|
|
}
|
|
|
|
.easypack-widget .fa-frog:before {
|
|
content: "\F52E"
|
|
}
|
|
|
|
.easypack-widget .fa-frown:before {
|
|
content: "\F119"
|
|
}
|
|
|
|
.easypack-widget .fa-frown-open:before {
|
|
content: "\F57A"
|
|
}
|
|
|
|
.easypack-widget .fa-fulcrum:before {
|
|
content: "\F50B"
|
|
}
|
|
|
|
.easypack-widget .fa-funnel-dollar:before {
|
|
content: "\F662"
|
|
}
|
|
|
|
.easypack-widget .fa-futbol:before {
|
|
content: "\F1E3"
|
|
}
|
|
|
|
.easypack-widget .fa-galactic-republic:before {
|
|
content: "\F50C"
|
|
}
|
|
|
|
.easypack-widget .fa-galactic-senate:before {
|
|
content: "\F50D"
|
|
}
|
|
|
|
.easypack-widget .fa-gamepad:before {
|
|
content: "\F11B"
|
|
}
|
|
|
|
.easypack-widget .fa-gas-pump:before {
|
|
content: "\F52F"
|
|
}
|
|
|
|
.easypack-widget .fa-gavel:before {
|
|
content: "\F0E3"
|
|
}
|
|
|
|
.easypack-widget .fa-gem:before {
|
|
content: "\F3A5"
|
|
}
|
|
|
|
.easypack-widget .fa-genderless:before {
|
|
content: "\F22D"
|
|
}
|
|
|
|
.easypack-widget .fa-get-pocket:before {
|
|
content: "\F265"
|
|
}
|
|
|
|
.easypack-widget .fa-gg:before {
|
|
content: "\F260"
|
|
}
|
|
|
|
.easypack-widget .fa-gg-circle:before {
|
|
content: "\F261"
|
|
}
|
|
|
|
.easypack-widget .fa-ghost:before {
|
|
content: "\F6E2"
|
|
}
|
|
|
|
.easypack-widget .fa-gift:before {
|
|
content: "\F06B"
|
|
}
|
|
|
|
.easypack-widget .fa-gifts:before {
|
|
content: "\F79C"
|
|
}
|
|
|
|
.easypack-widget .fa-git:before {
|
|
content: "\F1D3"
|
|
}
|
|
|
|
.easypack-widget .fa-git-alt:before {
|
|
content: "\F841"
|
|
}
|
|
|
|
.easypack-widget .fa-git-square:before {
|
|
content: "\F1D2"
|
|
}
|
|
|
|
.easypack-widget .fa-github:before {
|
|
content: "\F09B"
|
|
}
|
|
|
|
.easypack-widget .fa-github-alt:before {
|
|
content: "\F113"
|
|
}
|
|
|
|
.easypack-widget .fa-github-square:before {
|
|
content: "\F092"
|
|
}
|
|
|
|
.easypack-widget .fa-gitkraken:before {
|
|
content: "\F3A6"
|
|
}
|
|
|
|
.easypack-widget .fa-gitlab:before {
|
|
content: "\F296"
|
|
}
|
|
|
|
.easypack-widget .fa-gitter:before {
|
|
content: "\F426"
|
|
}
|
|
|
|
.easypack-widget .fa-glass-cheers:before {
|
|
content: "\F79F"
|
|
}
|
|
|
|
.easypack-widget .fa-glass-martini:before {
|
|
content: "\F000"
|
|
}
|
|
|
|
.easypack-widget .fa-glass-martini-alt:before {
|
|
content: "\F57B"
|
|
}
|
|
|
|
.easypack-widget .fa-glass-whiskey:before {
|
|
content: "\F7A0"
|
|
}
|
|
|
|
.easypack-widget .fa-glasses:before {
|
|
content: "\F530"
|
|
}
|
|
|
|
.easypack-widget .fa-glide:before {
|
|
content: "\F2A5"
|
|
}
|
|
|
|
.easypack-widget .fa-glide-g:before {
|
|
content: "\F2A6"
|
|
}
|
|
|
|
.easypack-widget .fa-globe:before {
|
|
content: "\F0AC"
|
|
}
|
|
|
|
.easypack-widget .fa-globe-africa:before {
|
|
content: "\F57C"
|
|
}
|
|
|
|
.easypack-widget .fa-globe-americas:before {
|
|
content: "\F57D"
|
|
}
|
|
|
|
.easypack-widget .fa-globe-asia:before {
|
|
content: "\F57E"
|
|
}
|
|
|
|
.easypack-widget .fa-globe-europe:before {
|
|
content: "\F7A2"
|
|
}
|
|
|
|
.easypack-widget .fa-gofore:before {
|
|
content: "\F3A7"
|
|
}
|
|
|
|
.easypack-widget .fa-golf-ball:before {
|
|
content: "\F450"
|
|
}
|
|
|
|
.easypack-widget .fa-goodreads:before {
|
|
content: "\F3A8"
|
|
}
|
|
|
|
.easypack-widget .fa-goodreads-g:before {
|
|
content: "\F3A9"
|
|
}
|
|
|
|
.easypack-widget .fa-google:before {
|
|
content: "\F1A0"
|
|
}
|
|
|
|
.easypack-widget .fa-google-drive:before {
|
|
content: "\F3AA"
|
|
}
|
|
|
|
.easypack-widget .fa-google-pay:before {
|
|
content: "\E079"
|
|
}
|
|
|
|
.easypack-widget .fa-google-play:before {
|
|
content: "\F3AB"
|
|
}
|
|
|
|
.easypack-widget .fa-google-plus:before {
|
|
content: "\F2B3"
|
|
}
|
|
|
|
.easypack-widget .fa-google-plus-g:before {
|
|
content: "\F0D5"
|
|
}
|
|
|
|
.easypack-widget .fa-google-plus-square:before {
|
|
content: "\F0D4"
|
|
}
|
|
|
|
.easypack-widget .fa-google-wallet:before {
|
|
content: "\F1EE"
|
|
}
|
|
|
|
.easypack-widget .fa-gopuram:before {
|
|
content: "\F664"
|
|
}
|
|
|
|
.easypack-widget .fa-graduation-cap:before {
|
|
content: "\F19D"
|
|
}
|
|
|
|
.easypack-widget .fa-gratipay:before {
|
|
content: "\F184"
|
|
}
|
|
|
|
.easypack-widget .fa-grav:before {
|
|
content: "\F2D6"
|
|
}
|
|
|
|
.easypack-widget .fa-greater-than:before {
|
|
content: "\F531"
|
|
}
|
|
|
|
.easypack-widget .fa-greater-than-equal:before {
|
|
content: "\F532"
|
|
}
|
|
|
|
.easypack-widget .fa-grimace:before {
|
|
content: "\F57F"
|
|
}
|
|
|
|
.easypack-widget .fa-grin:before {
|
|
content: "\F580"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-alt:before {
|
|
content: "\F581"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-beam:before {
|
|
content: "\F582"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-beam-sweat:before {
|
|
content: "\F583"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-hearts:before {
|
|
content: "\F584"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-squint:before {
|
|
content: "\F585"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-squint-tears:before {
|
|
content: "\F586"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-stars:before {
|
|
content: "\F587"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-tears:before {
|
|
content: "\F588"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-tongue:before {
|
|
content: "\F589"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-tongue-squint:before {
|
|
content: "\F58A"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-tongue-wink:before {
|
|
content: "\F58B"
|
|
}
|
|
|
|
.easypack-widget .fa-grin-wink:before {
|
|
content: "\F58C"
|
|
}
|
|
|
|
.easypack-widget .fa-grip-horizontal:before {
|
|
content: "\F58D"
|
|
}
|
|
|
|
.easypack-widget .fa-grip-lines:before {
|
|
content: "\F7A4"
|
|
}
|
|
|
|
.easypack-widget .fa-grip-lines-vertical:before {
|
|
content: "\F7A5"
|
|
}
|
|
|
|
.easypack-widget .fa-grip-vertical:before {
|
|
content: "\F58E"
|
|
}
|
|
|
|
.easypack-widget .fa-gripfire:before {
|
|
content: "\F3AC"
|
|
}
|
|
|
|
.easypack-widget .fa-grunt:before {
|
|
content: "\F3AD"
|
|
}
|
|
|
|
.easypack-widget .fa-guilded:before {
|
|
content: "\E07E"
|
|
}
|
|
|
|
.easypack-widget .fa-guitar:before {
|
|
content: "\F7A6"
|
|
}
|
|
|
|
.easypack-widget .fa-gulp:before {
|
|
content: "\F3AE"
|
|
}
|
|
|
|
.easypack-widget .fa-h-square:before {
|
|
content: "\F0FD"
|
|
}
|
|
|
|
.easypack-widget .fa-hacker-news:before {
|
|
content: "\F1D4"
|
|
}
|
|
|
|
.easypack-widget .fa-hacker-news-square:before {
|
|
content: "\F3AF"
|
|
}
|
|
|
|
.easypack-widget .fa-hackerrank:before {
|
|
content: "\F5F7"
|
|
}
|
|
|
|
.easypack-widget .fa-hamburger:before {
|
|
content: "\F805"
|
|
}
|
|
|
|
.easypack-widget .fa-hammer:before {
|
|
content: "\F6E3"
|
|
}
|
|
|
|
.easypack-widget .fa-hamsa:before {
|
|
content: "\F665"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-holding:before {
|
|
content: "\F4BD"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-holding-heart:before {
|
|
content: "\F4BE"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-holding-medical:before {
|
|
content: "\E05C"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-holding-usd:before {
|
|
content: "\F4C0"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-holding-water:before {
|
|
content: "\F4C1"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-lizard:before {
|
|
content: "\F258"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-middle-finger:before {
|
|
content: "\F806"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-paper:before {
|
|
content: "\F256"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-peace:before {
|
|
content: "\F25B"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-point-down:before {
|
|
content: "\F0A7"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-point-left:before {
|
|
content: "\F0A5"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-point-right:before {
|
|
content: "\F0A4"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-point-up:before {
|
|
content: "\F0A6"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-pointer:before {
|
|
content: "\F25A"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-rock:before {
|
|
content: "\F255"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-scissors:before {
|
|
content: "\F257"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-sparkles:before {
|
|
content: "\E05D"
|
|
}
|
|
|
|
.easypack-widget .fa-hand-spock:before {
|
|
content: "\F259"
|
|
}
|
|
|
|
.easypack-widget .fa-hands:before {
|
|
content: "\F4C2"
|
|
}
|
|
|
|
.easypack-widget .fa-hands-helping:before {
|
|
content: "\F4C4"
|
|
}
|
|
|
|
.easypack-widget .fa-hands-wash:before {
|
|
content: "\E05E"
|
|
}
|
|
|
|
.easypack-widget .fa-handshake:before {
|
|
content: "\F2B5"
|
|
}
|
|
|
|
.easypack-widget .fa-handshake-alt-slash:before {
|
|
content: "\E05F"
|
|
}
|
|
|
|
.easypack-widget .fa-handshake-slash:before {
|
|
content: "\E060"
|
|
}
|
|
|
|
.easypack-widget .fa-hanukiah:before {
|
|
content: "\F6E6"
|
|
}
|
|
|
|
.easypack-widget .fa-hard-hat:before {
|
|
content: "\F807"
|
|
}
|
|
|
|
.easypack-widget .fa-hashtag:before {
|
|
content: "\F292"
|
|
}
|
|
|
|
.easypack-widget .fa-hat-cowboy:before {
|
|
content: "\F8C0"
|
|
}
|
|
|
|
.easypack-widget .fa-hat-cowboy-side:before {
|
|
content: "\F8C1"
|
|
}
|
|
|
|
.easypack-widget .fa-hat-wizard:before {
|
|
content: "\F6E8"
|
|
}
|
|
|
|
.easypack-widget .fa-hdd:before {
|
|
content: "\F0A0"
|
|
}
|
|
|
|
.easypack-widget .fa-head-side-cough:before {
|
|
content: "\E061"
|
|
}
|
|
|
|
.easypack-widget .fa-head-side-cough-slash:before {
|
|
content: "\E062"
|
|
}
|
|
|
|
.easypack-widget .fa-head-side-mask:before {
|
|
content: "\E063"
|
|
}
|
|
|
|
.easypack-widget .fa-head-side-virus:before {
|
|
content: "\E064"
|
|
}
|
|
|
|
.easypack-widget .fa-heading:before {
|
|
content: "\F1DC"
|
|
}
|
|
|
|
.easypack-widget .fa-headphones:before {
|
|
content: "\F025"
|
|
}
|
|
|
|
.easypack-widget .fa-headphones-alt:before {
|
|
content: "\F58F"
|
|
}
|
|
|
|
.easypack-widget .fa-headset:before {
|
|
content: "\F590"
|
|
}
|
|
|
|
.easypack-widget .fa-heart:before {
|
|
content: "\F004"
|
|
}
|
|
|
|
.easypack-widget .fa-heart-broken:before {
|
|
content: "\F7A9"
|
|
}
|
|
|
|
.easypack-widget .fa-heartbeat:before {
|
|
content: "\F21E"
|
|
}
|
|
|
|
.easypack-widget .fa-helicopter:before {
|
|
content: "\F533"
|
|
}
|
|
|
|
.easypack-widget .fa-highlighter:before {
|
|
content: "\F591"
|
|
}
|
|
|
|
.easypack-widget .fa-hiking:before {
|
|
content: "\F6EC"
|
|
}
|
|
|
|
.easypack-widget .fa-hippo:before {
|
|
content: "\F6ED"
|
|
}
|
|
|
|
.easypack-widget .fa-hips:before {
|
|
content: "\F452"
|
|
}
|
|
|
|
.easypack-widget .fa-hire-a-helper:before {
|
|
content: "\F3B0"
|
|
}
|
|
|
|
.easypack-widget .fa-history:before {
|
|
content: "\F1DA"
|
|
}
|
|
|
|
.easypack-widget .fa-hive:before {
|
|
content: "\E07F"
|
|
}
|
|
|
|
.easypack-widget .fa-hockey-puck:before {
|
|
content: "\F453"
|
|
}
|
|
|
|
.easypack-widget .fa-holly-berry:before {
|
|
content: "\F7AA"
|
|
}
|
|
|
|
.easypack-widget .fa-home:before {
|
|
content: "\F015"
|
|
}
|
|
|
|
.easypack-widget .fa-hooli:before {
|
|
content: "\F427"
|
|
}
|
|
|
|
.easypack-widget .fa-hornbill:before {
|
|
content: "\F592"
|
|
}
|
|
|
|
.easypack-widget .fa-horse:before {
|
|
content: "\F6F0"
|
|
}
|
|
|
|
.easypack-widget .fa-horse-head:before {
|
|
content: "\F7AB"
|
|
}
|
|
|
|
.easypack-widget .fa-hospital:before {
|
|
content: "\F0F8"
|
|
}
|
|
|
|
.easypack-widget .fa-hospital-alt:before {
|
|
content: "\F47D"
|
|
}
|
|
|
|
.easypack-widget .fa-hospital-symbol:before {
|
|
content: "\F47E"
|
|
}
|
|
|
|
.easypack-widget .fa-hospital-user:before {
|
|
content: "\F80D"
|
|
}
|
|
|
|
.easypack-widget .fa-hot-tub:before {
|
|
content: "\F593"
|
|
}
|
|
|
|
.easypack-widget .fa-hotdog:before {
|
|
content: "\F80F"
|
|
}
|
|
|
|
.easypack-widget .fa-hotel:before {
|
|
content: "\F594"
|
|
}
|
|
|
|
.easypack-widget .fa-hotjar:before {
|
|
content: "\F3B1"
|
|
}
|
|
|
|
.easypack-widget .fa-hourglass:before {
|
|
content: "\F254"
|
|
}
|
|
|
|
.easypack-widget .fa-hourglass-end:before {
|
|
content: "\F253"
|
|
}
|
|
|
|
.easypack-widget .fa-hourglass-half:before {
|
|
content: "\F252"
|
|
}
|
|
|
|
.easypack-widget .fa-hourglass-start:before {
|
|
content: "\F251"
|
|
}
|
|
|
|
.easypack-widget .fa-house-damage:before {
|
|
content: "\F6F1"
|
|
}
|
|
|
|
.easypack-widget .fa-house-user:before {
|
|
content: "\E065"
|
|
}
|
|
|
|
.easypack-widget .fa-houzz:before {
|
|
content: "\F27C"
|
|
}
|
|
|
|
.easypack-widget .fa-hryvnia:before {
|
|
content: "\F6F2"
|
|
}
|
|
|
|
.easypack-widget .fa-html5:before {
|
|
content: "\F13B"
|
|
}
|
|
|
|
.easypack-widget .fa-hubspot:before {
|
|
content: "\F3B2"
|
|
}
|
|
|
|
.easypack-widget .fa-i-cursor:before {
|
|
content: "\F246"
|
|
}
|
|
|
|
.easypack-widget .fa-ice-cream:before {
|
|
content: "\F810"
|
|
}
|
|
|
|
.easypack-widget .fa-icicles:before {
|
|
content: "\F7AD"
|
|
}
|
|
|
|
.easypack-widget .fa-icons:before {
|
|
content: "\F86D"
|
|
}
|
|
|
|
.easypack-widget .fa-id-badge:before {
|
|
content: "\F2C1"
|
|
}
|
|
|
|
.easypack-widget .fa-id-card:before {
|
|
content: "\F2C2"
|
|
}
|
|
|
|
.easypack-widget .fa-id-card-alt:before {
|
|
content: "\F47F"
|
|
}
|
|
|
|
.easypack-widget .fa-ideal:before {
|
|
content: "\E013"
|
|
}
|
|
|
|
.easypack-widget .fa-igloo:before {
|
|
content: "\F7AE"
|
|
}
|
|
|
|
.easypack-widget .fa-image:before {
|
|
content: "\F03E"
|
|
}
|
|
|
|
.easypack-widget .fa-images:before {
|
|
content: "\F302"
|
|
}
|
|
|
|
.easypack-widget .fa-imdb:before {
|
|
content: "\F2D8"
|
|
}
|
|
|
|
.easypack-widget .fa-inbox:before {
|
|
content: "\F01C"
|
|
}
|
|
|
|
.easypack-widget .fa-indent:before {
|
|
content: "\F03C"
|
|
}
|
|
|
|
.easypack-widget .fa-industry:before {
|
|
content: "\F275"
|
|
}
|
|
|
|
.easypack-widget .fa-infinity:before {
|
|
content: "\F534"
|
|
}
|
|
|
|
.easypack-widget .fa-info:before {
|
|
content: "\F129"
|
|
}
|
|
|
|
.easypack-widget .fa-info-circle:before {
|
|
content: "\F05A"
|
|
}
|
|
|
|
.easypack-widget .fa-innosoft:before {
|
|
content: "\E080"
|
|
}
|
|
|
|
.easypack-widget .fa-instagram:before {
|
|
content: "\F16D"
|
|
}
|
|
|
|
.easypack-widget .fa-instagram-square:before {
|
|
content: "\E055"
|
|
}
|
|
|
|
.easypack-widget .fa-instalod:before {
|
|
content: "\E081"
|
|
}
|
|
|
|
.easypack-widget .fa-intercom:before {
|
|
content: "\F7AF"
|
|
}
|
|
|
|
.easypack-widget .fa-internet-explorer:before {
|
|
content: "\F26B"
|
|
}
|
|
|
|
.easypack-widget .fa-invision:before {
|
|
content: "\F7B0"
|
|
}
|
|
|
|
.easypack-widget .fa-ioxhost:before {
|
|
content: "\F208"
|
|
}
|
|
|
|
.easypack-widget .fa-italic:before {
|
|
content: "\F033"
|
|
}
|
|
|
|
.easypack-widget .fa-itch-io:before {
|
|
content: "\F83A"
|
|
}
|
|
|
|
.easypack-widget .fa-itunes:before {
|
|
content: "\F3B4"
|
|
}
|
|
|
|
.easypack-widget .fa-itunes-note:before {
|
|
content: "\F3B5"
|
|
}
|
|
|
|
.easypack-widget .fa-java:before {
|
|
content: "\F4E4"
|
|
}
|
|
|
|
.easypack-widget .fa-jedi:before {
|
|
content: "\F669"
|
|
}
|
|
|
|
.easypack-widget .fa-jedi-order:before {
|
|
content: "\F50E"
|
|
}
|
|
|
|
.easypack-widget .fa-jenkins:before {
|
|
content: "\F3B6"
|
|
}
|
|
|
|
.easypack-widget .fa-jira:before {
|
|
content: "\F7B1"
|
|
}
|
|
|
|
.easypack-widget .fa-joget:before {
|
|
content: "\F3B7"
|
|
}
|
|
|
|
.easypack-widget .fa-joint:before {
|
|
content: "\F595"
|
|
}
|
|
|
|
.easypack-widget .fa-joomla:before {
|
|
content: "\F1AA"
|
|
}
|
|
|
|
.easypack-widget .fa-journal-whills:before {
|
|
content: "\F66A"
|
|
}
|
|
|
|
.easypack-widget .fa-js:before {
|
|
content: "\F3B8"
|
|
}
|
|
|
|
.easypack-widget .fa-js-square:before {
|
|
content: "\F3B9"
|
|
}
|
|
|
|
.easypack-widget .fa-jsfiddle:before {
|
|
content: "\F1CC"
|
|
}
|
|
|
|
.easypack-widget .fa-kaaba:before {
|
|
content: "\F66B"
|
|
}
|
|
|
|
.easypack-widget .fa-kaggle:before {
|
|
content: "\F5FA"
|
|
}
|
|
|
|
.easypack-widget .fa-key:before {
|
|
content: "\F084"
|
|
}
|
|
|
|
.easypack-widget .fa-keybase:before {
|
|
content: "\F4F5"
|
|
}
|
|
|
|
.easypack-widget .fa-keyboard:before {
|
|
content: "\F11C"
|
|
}
|
|
|
|
.easypack-widget .fa-keycdn:before {
|
|
content: "\F3BA"
|
|
}
|
|
|
|
.easypack-widget .fa-khanda:before {
|
|
content: "\F66D"
|
|
}
|
|
|
|
.easypack-widget .fa-kickstarter:before {
|
|
content: "\F3BB"
|
|
}
|
|
|
|
.easypack-widget .fa-kickstarter-k:before {
|
|
content: "\F3BC"
|
|
}
|
|
|
|
.easypack-widget .fa-kiss:before {
|
|
content: "\F596"
|
|
}
|
|
|
|
.easypack-widget .fa-kiss-beam:before {
|
|
content: "\F597"
|
|
}
|
|
|
|
.easypack-widget .fa-kiss-wink-heart:before {
|
|
content: "\F598"
|
|
}
|
|
|
|
.easypack-widget .fa-kiwi-bird:before {
|
|
content: "\F535"
|
|
}
|
|
|
|
.easypack-widget .fa-korvue:before {
|
|
content: "\F42F"
|
|
}
|
|
|
|
.easypack-widget .fa-landmark:before {
|
|
content: "\F66F"
|
|
}
|
|
|
|
.easypack-widget .fa-language:before {
|
|
content: "\F1AB"
|
|
}
|
|
|
|
.easypack-widget .fa-laptop:before {
|
|
content: "\F109"
|
|
}
|
|
|
|
.easypack-widget .fa-laptop-code:before {
|
|
content: "\F5FC"
|
|
}
|
|
|
|
.easypack-widget .fa-laptop-house:before {
|
|
content: "\E066"
|
|
}
|
|
|
|
.easypack-widget .fa-laptop-medical:before {
|
|
content: "\F812"
|
|
}
|
|
|
|
.easypack-widget .fa-laravel:before {
|
|
content: "\F3BD"
|
|
}
|
|
|
|
.easypack-widget .fa-lastfm:before {
|
|
content: "\F202"
|
|
}
|
|
|
|
.easypack-widget .fa-lastfm-square:before {
|
|
content: "\F203"
|
|
}
|
|
|
|
.easypack-widget .fa-laugh:before {
|
|
content: "\F599"
|
|
}
|
|
|
|
.easypack-widget .fa-laugh-beam:before {
|
|
content: "\F59A"
|
|
}
|
|
|
|
.easypack-widget .fa-laugh-squint:before {
|
|
content: "\F59B"
|
|
}
|
|
|
|
.easypack-widget .fa-laugh-wink:before {
|
|
content: "\F59C"
|
|
}
|
|
|
|
.easypack-widget .fa-layer-group:before {
|
|
content: "\F5FD"
|
|
}
|
|
|
|
.easypack-widget .fa-leaf:before {
|
|
content: "\F06C"
|
|
}
|
|
|
|
.easypack-widget .fa-leanpub:before {
|
|
content: "\F212"
|
|
}
|
|
|
|
.easypack-widget .fa-lemon:before {
|
|
content: "\F094"
|
|
}
|
|
|
|
.easypack-widget .fa-less:before {
|
|
content: "\F41D"
|
|
}
|
|
|
|
.easypack-widget .fa-less-than:before {
|
|
content: "\F536"
|
|
}
|
|
|
|
.easypack-widget .fa-less-than-equal:before {
|
|
content: "\F537"
|
|
}
|
|
|
|
.easypack-widget .fa-level-down-alt:before {
|
|
content: "\F3BE"
|
|
}
|
|
|
|
.easypack-widget .fa-level-up-alt:before {
|
|
content: "\F3BF"
|
|
}
|
|
|
|
.easypack-widget .fa-life-ring:before {
|
|
content: "\F1CD"
|
|
}
|
|
|
|
.easypack-widget .fa-lightbulb:before {
|
|
content: "\F0EB"
|
|
}
|
|
|
|
.easypack-widget .fa-line:before {
|
|
content: "\F3C0"
|
|
}
|
|
|
|
.easypack-widget .fa-link:before {
|
|
content: "\F0C1"
|
|
}
|
|
|
|
.easypack-widget .fa-linkedin:before {
|
|
content: "\F08C"
|
|
}
|
|
|
|
.easypack-widget .fa-linkedin-in:before {
|
|
content: "\F0E1"
|
|
}
|
|
|
|
.easypack-widget .fa-linode:before {
|
|
content: "\F2B8"
|
|
}
|
|
|
|
.easypack-widget .fa-linux:before {
|
|
content: "\F17C"
|
|
}
|
|
|
|
.easypack-widget .fa-lira-sign:before {
|
|
content: "\F195"
|
|
}
|
|
|
|
.easypack-widget .fa-list:before {
|
|
content: "\F03A"
|
|
}
|
|
|
|
.easypack-widget .fa-list-alt:before {
|
|
content: "\F022"
|
|
}
|
|
|
|
.easypack-widget .fa-list-ol:before {
|
|
content: "\F0CB"
|
|
}
|
|
|
|
.easypack-widget .fa-list-ul:before {
|
|
content: "\F0CA"
|
|
}
|
|
|
|
.easypack-widget .fa-location-arrow:before {
|
|
content: "\F124"
|
|
}
|
|
|
|
.easypack-widget .fa-lock:before {
|
|
content: "\F023"
|
|
}
|
|
|
|
.easypack-widget .fa-lock-open:before {
|
|
content: "\F3C1"
|
|
}
|
|
|
|
.easypack-widget .fa-long-arrow-alt-down:before {
|
|
content: "\F309"
|
|
}
|
|
|
|
.easypack-widget .fa-long-arrow-alt-left:before {
|
|
content: "\F30A"
|
|
}
|
|
|
|
.easypack-widget .fa-long-arrow-alt-right:before {
|
|
content: "\F30B"
|
|
}
|
|
|
|
.easypack-widget .fa-long-arrow-alt-up:before {
|
|
content: "\F30C"
|
|
}
|
|
|
|
.easypack-widget .fa-low-vision:before {
|
|
content: "\F2A8"
|
|
}
|
|
|
|
.easypack-widget .fa-luggage-cart:before {
|
|
content: "\F59D"
|
|
}
|
|
|
|
.easypack-widget .fa-lungs:before {
|
|
content: "\F604"
|
|
}
|
|
|
|
.easypack-widget .fa-lungs-virus:before {
|
|
content: "\E067"
|
|
}
|
|
|
|
.easypack-widget .fa-lyft:before {
|
|
content: "\F3C3"
|
|
}
|
|
|
|
.easypack-widget .fa-magento:before {
|
|
content: "\F3C4"
|
|
}
|
|
|
|
.easypack-widget .fa-magic:before {
|
|
content: "\F0D0"
|
|
}
|
|
|
|
.easypack-widget .fa-magnet:before {
|
|
content: "\F076"
|
|
}
|
|
|
|
.easypack-widget .fa-mail-bulk:before {
|
|
content: "\F674"
|
|
}
|
|
|
|
.easypack-widget .fa-mailchimp:before {
|
|
content: "\F59E"
|
|
}
|
|
|
|
.easypack-widget .fa-male:before {
|
|
content: "\F183"
|
|
}
|
|
|
|
.easypack-widget .fa-mandalorian:before {
|
|
content: "\F50F"
|
|
}
|
|
|
|
.easypack-widget .fa-map:before {
|
|
content: "\F279"
|
|
}
|
|
|
|
.easypack-widget .fa-map-marked:before {
|
|
content: "\F59F"
|
|
}
|
|
|
|
.easypack-widget .fa-map-marked-alt:before {
|
|
content: "\F5A0"
|
|
}
|
|
|
|
.easypack-widget .fa-map-marker:before {
|
|
content: "\F041"
|
|
}
|
|
|
|
.easypack-widget .fa-map-marker-alt:before {
|
|
content: "\F3C5"
|
|
}
|
|
|
|
.easypack-widget .fa-map-pin:before {
|
|
content: "\F276"
|
|
}
|
|
|
|
.easypack-widget .fa-map-signs:before {
|
|
content: "\F277"
|
|
}
|
|
|
|
.easypack-widget .fa-markdown:before {
|
|
content: "\F60F"
|
|
}
|
|
|
|
.easypack-widget .fa-marker:before {
|
|
content: "\F5A1"
|
|
}
|
|
|
|
.easypack-widget .fa-mars:before {
|
|
content: "\F222"
|
|
}
|
|
|
|
.easypack-widget .fa-mars-double:before {
|
|
content: "\F227"
|
|
}
|
|
|
|
.easypack-widget .fa-mars-stroke:before {
|
|
content: "\F229"
|
|
}
|
|
|
|
.easypack-widget .fa-mars-stroke-h:before {
|
|
content: "\F22B"
|
|
}
|
|
|
|
.easypack-widget .fa-mars-stroke-v:before {
|
|
content: "\F22A"
|
|
}
|
|
|
|
.easypack-widget .fa-mask:before {
|
|
content: "\F6FA"
|
|
}
|
|
|
|
.easypack-widget .fa-mastodon:before {
|
|
content: "\F4F6"
|
|
}
|
|
|
|
.easypack-widget .fa-maxcdn:before {
|
|
content: "\F136"
|
|
}
|
|
|
|
.easypack-widget .fa-mdb:before {
|
|
content: "\F8CA"
|
|
}
|
|
|
|
.easypack-widget .fa-medal:before {
|
|
content: "\F5A2"
|
|
}
|
|
|
|
.easypack-widget .fa-medapps:before {
|
|
content: "\F3C6"
|
|
}
|
|
|
|
.easypack-widget .fa-medium:before {
|
|
content: "\F23A"
|
|
}
|
|
|
|
.easypack-widget .fa-medium-m:before {
|
|
content: "\F3C7"
|
|
}
|
|
|
|
.easypack-widget .fa-medkit:before {
|
|
content: "\F0FA"
|
|
}
|
|
|
|
.easypack-widget .fa-medrt:before {
|
|
content: "\F3C8"
|
|
}
|
|
|
|
.easypack-widget .fa-meetup:before {
|
|
content: "\F2E0"
|
|
}
|
|
|
|
.easypack-widget .fa-megaport:before {
|
|
content: "\F5A3"
|
|
}
|
|
|
|
.easypack-widget .fa-meh:before {
|
|
content: "\F11A"
|
|
}
|
|
|
|
.easypack-widget .fa-meh-blank:before {
|
|
content: "\F5A4"
|
|
}
|
|
|
|
.easypack-widget .fa-meh-rolling-eyes:before {
|
|
content: "\F5A5"
|
|
}
|
|
|
|
.easypack-widget .fa-memory:before {
|
|
content: "\F538"
|
|
}
|
|
|
|
.easypack-widget .fa-mendeley:before {
|
|
content: "\F7B3"
|
|
}
|
|
|
|
.easypack-widget .fa-menorah:before {
|
|
content: "\F676"
|
|
}
|
|
|
|
.easypack-widget .fa-mercury:before {
|
|
content: "\F223"
|
|
}
|
|
|
|
.easypack-widget .fa-meteor:before {
|
|
content: "\F753"
|
|
}
|
|
|
|
.easypack-widget .fa-microblog:before {
|
|
content: "\E01A"
|
|
}
|
|
|
|
.easypack-widget .fa-microchip:before {
|
|
content: "\F2DB"
|
|
}
|
|
|
|
.easypack-widget .fa-microphone:before {
|
|
content: "\F130"
|
|
}
|
|
|
|
.easypack-widget .fa-microphone-alt:before {
|
|
content: "\F3C9"
|
|
}
|
|
|
|
.easypack-widget .fa-microphone-alt-slash:before {
|
|
content: "\F539"
|
|
}
|
|
|
|
.easypack-widget .fa-microphone-slash:before {
|
|
content: "\F131"
|
|
}
|
|
|
|
.easypack-widget .fa-microscope:before {
|
|
content: "\F610"
|
|
}
|
|
|
|
.easypack-widget .fa-microsoft:before {
|
|
content: "\F3CA"
|
|
}
|
|
|
|
.easypack-widget .fa-minus:before {
|
|
content: "\F068"
|
|
}
|
|
|
|
.easypack-widget .fa-minus-circle:before {
|
|
content: "\F056"
|
|
}
|
|
|
|
.easypack-widget .fa-minus-square:before {
|
|
content: "\F146"
|
|
}
|
|
|
|
.easypack-widget .fa-mitten:before {
|
|
content: "\F7B5"
|
|
}
|
|
|
|
.easypack-widget .fa-mix:before {
|
|
content: "\F3CB"
|
|
}
|
|
|
|
.easypack-widget .fa-mixcloud:before {
|
|
content: "\F289"
|
|
}
|
|
|
|
.easypack-widget .fa-mixer:before {
|
|
content: "\E056"
|
|
}
|
|
|
|
.easypack-widget .fa-mizuni:before {
|
|
content: "\F3CC"
|
|
}
|
|
|
|
.easypack-widget .fa-mobile:before {
|
|
content: "\F10B"
|
|
}
|
|
|
|
.easypack-widget .fa-mobile-alt:before {
|
|
content: "\F3CD"
|
|
}
|
|
|
|
.easypack-widget .fa-modx:before {
|
|
content: "\F285"
|
|
}
|
|
|
|
.easypack-widget .fa-monero:before {
|
|
content: "\F3D0"
|
|
}
|
|
|
|
.easypack-widget .fa-money-bill:before {
|
|
content: "\F0D6"
|
|
}
|
|
|
|
.easypack-widget .fa-money-bill-alt:before {
|
|
content: "\F3D1"
|
|
}
|
|
|
|
.easypack-widget .fa-money-bill-wave:before {
|
|
content: "\F53A"
|
|
}
|
|
|
|
.easypack-widget .fa-money-bill-wave-alt:before {
|
|
content: "\F53B"
|
|
}
|
|
|
|
.easypack-widget .fa-money-check:before {
|
|
content: "\F53C"
|
|
}
|
|
|
|
.easypack-widget .fa-money-check-alt:before {
|
|
content: "\F53D"
|
|
}
|
|
|
|
.easypack-widget .fa-monument:before {
|
|
content: "\F5A6"
|
|
}
|
|
|
|
.easypack-widget .fa-moon:before {
|
|
content: "\F186"
|
|
}
|
|
|
|
.easypack-widget .fa-mortar-pestle:before {
|
|
content: "\F5A7"
|
|
}
|
|
|
|
.easypack-widget .fa-mosque:before {
|
|
content: "\F678"
|
|
}
|
|
|
|
.easypack-widget .fa-motorcycle:before {
|
|
content: "\F21C"
|
|
}
|
|
|
|
.easypack-widget .fa-mountain:before {
|
|
content: "\F6FC"
|
|
}
|
|
|
|
.easypack-widget .fa-mouse:before {
|
|
content: "\F8CC"
|
|
}
|
|
|
|
.easypack-widget .fa-mouse-pointer:before {
|
|
content: "\F245"
|
|
}
|
|
|
|
.easypack-widget .fa-mug-hot:before {
|
|
content: "\F7B6"
|
|
}
|
|
|
|
.easypack-widget .fa-music:before {
|
|
content: "\F001"
|
|
}
|
|
|
|
.easypack-widget .fa-napster:before {
|
|
content: "\F3D2"
|
|
}
|
|
|
|
.easypack-widget .fa-neos:before {
|
|
content: "\F612"
|
|
}
|
|
|
|
.easypack-widget .fa-network-wired:before {
|
|
content: "\F6FF"
|
|
}
|
|
|
|
.easypack-widget .fa-neuter:before {
|
|
content: "\F22C"
|
|
}
|
|
|
|
.easypack-widget .fa-newspaper:before {
|
|
content: "\F1EA"
|
|
}
|
|
|
|
.easypack-widget .fa-nimblr:before {
|
|
content: "\F5A8"
|
|
}
|
|
|
|
.easypack-widget .fa-node:before {
|
|
content: "\F419"
|
|
}
|
|
|
|
.easypack-widget .fa-node-js:before {
|
|
content: "\F3D3"
|
|
}
|
|
|
|
.easypack-widget .fa-not-equal:before {
|
|
content: "\F53E"
|
|
}
|
|
|
|
.easypack-widget .fa-notes-medical:before {
|
|
content: "\F481"
|
|
}
|
|
|
|
.easypack-widget .fa-npm:before {
|
|
content: "\F3D4"
|
|
}
|
|
|
|
.easypack-widget .fa-ns8:before {
|
|
content: "\F3D5"
|
|
}
|
|
|
|
.easypack-widget .fa-nutritionix:before {
|
|
content: "\F3D6"
|
|
}
|
|
|
|
.easypack-widget .fa-object-group:before {
|
|
content: "\F247"
|
|
}
|
|
|
|
.easypack-widget .fa-object-ungroup:before {
|
|
content: "\F248"
|
|
}
|
|
|
|
.easypack-widget .fa-octopus-deploy:before {
|
|
content: "\E082"
|
|
}
|
|
|
|
.easypack-widget .fa-odnoklassniki:before {
|
|
content: "\F263"
|
|
}
|
|
|
|
.easypack-widget .fa-odnoklassniki-square:before {
|
|
content: "\F264"
|
|
}
|
|
|
|
.easypack-widget .fa-oil-can:before {
|
|
content: "\F613"
|
|
}
|
|
|
|
.easypack-widget .fa-old-republic:before {
|
|
content: "\F510"
|
|
}
|
|
|
|
.easypack-widget .fa-om:before {
|
|
content: "\F679"
|
|
}
|
|
|
|
.easypack-widget .fa-opencart:before {
|
|
content: "\F23D"
|
|
}
|
|
|
|
.easypack-widget .fa-openid:before {
|
|
content: "\F19B"
|
|
}
|
|
|
|
.easypack-widget .fa-opera:before {
|
|
content: "\F26A"
|
|
}
|
|
|
|
.easypack-widget .fa-optin-monster:before {
|
|
content: "\F23C"
|
|
}
|
|
|
|
.easypack-widget .fa-orcid:before {
|
|
content: "\F8D2"
|
|
}
|
|
|
|
.easypack-widget .fa-osi:before {
|
|
content: "\F41A"
|
|
}
|
|
|
|
.easypack-widget .fa-otter:before {
|
|
content: "\F700"
|
|
}
|
|
|
|
.easypack-widget .fa-outdent:before {
|
|
content: "\F03B"
|
|
}
|
|
|
|
.easypack-widget .fa-page4:before {
|
|
content: "\F3D7"
|
|
}
|
|
|
|
.easypack-widget .fa-pagelines:before {
|
|
content: "\F18C"
|
|
}
|
|
|
|
.easypack-widget .fa-pager:before {
|
|
content: "\F815"
|
|
}
|
|
|
|
.easypack-widget .fa-paint-brush:before {
|
|
content: "\F1FC"
|
|
}
|
|
|
|
.easypack-widget .fa-paint-roller:before {
|
|
content: "\F5AA"
|
|
}
|
|
|
|
.easypack-widget .fa-palette:before {
|
|
content: "\F53F"
|
|
}
|
|
|
|
.easypack-widget .fa-palfed:before {
|
|
content: "\F3D8"
|
|
}
|
|
|
|
.easypack-widget .fa-pallet:before {
|
|
content: "\F482"
|
|
}
|
|
|
|
.easypack-widget .fa-paper-plane:before {
|
|
content: "\F1D8"
|
|
}
|
|
|
|
.easypack-widget .fa-paperclip:before {
|
|
content: "\F0C6"
|
|
}
|
|
|
|
.easypack-widget .fa-parachute-box:before {
|
|
content: "\F4CD"
|
|
}
|
|
|
|
.easypack-widget .fa-paragraph:before {
|
|
content: "\F1DD"
|
|
}
|
|
|
|
.easypack-widget .fa-parking:before {
|
|
content: "\F540"
|
|
}
|
|
|
|
.easypack-widget .fa-passport:before {
|
|
content: "\F5AB"
|
|
}
|
|
|
|
.easypack-widget .fa-pastafarianism:before {
|
|
content: "\F67B"
|
|
}
|
|
|
|
.easypack-widget .fa-paste:before {
|
|
content: "\F0EA"
|
|
}
|
|
|
|
.easypack-widget .fa-patreon:before {
|
|
content: "\F3D9"
|
|
}
|
|
|
|
.easypack-widget .fa-pause:before {
|
|
content: "\F04C"
|
|
}
|
|
|
|
.easypack-widget .fa-pause-circle:before {
|
|
content: "\F28B"
|
|
}
|
|
|
|
.easypack-widget .fa-paw:before {
|
|
content: "\F1B0"
|
|
}
|
|
|
|
.easypack-widget .fa-paypal:before {
|
|
content: "\F1ED"
|
|
}
|
|
|
|
.easypack-widget .fa-peace:before {
|
|
content: "\F67C"
|
|
}
|
|
|
|
.easypack-widget .fa-pen:before {
|
|
content: "\F304"
|
|
}
|
|
|
|
.easypack-widget .fa-pen-alt:before {
|
|
content: "\F305"
|
|
}
|
|
|
|
.easypack-widget .fa-pen-fancy:before {
|
|
content: "\F5AC"
|
|
}
|
|
|
|
.easypack-widget .fa-pen-nib:before {
|
|
content: "\F5AD"
|
|
}
|
|
|
|
.easypack-widget .fa-pen-square:before {
|
|
content: "\F14B"
|
|
}
|
|
|
|
.easypack-widget .fa-pencil-alt:before {
|
|
content: "\F303"
|
|
}
|
|
|
|
.easypack-widget .fa-pencil-ruler:before {
|
|
content: "\F5AE"
|
|
}
|
|
|
|
.easypack-widget .fa-penny-arcade:before {
|
|
content: "\F704"
|
|
}
|
|
|
|
.easypack-widget .fa-people-arrows:before {
|
|
content: "\E068"
|
|
}
|
|
|
|
.easypack-widget .fa-people-carry:before {
|
|
content: "\F4CE"
|
|
}
|
|
|
|
.easypack-widget .fa-pepper-hot:before {
|
|
content: "\F816"
|
|
}
|
|
|
|
.easypack-widget .fa-perbyte:before {
|
|
content: "\E083"
|
|
}
|
|
|
|
.easypack-widget .fa-percent:before {
|
|
content: "\F295"
|
|
}
|
|
|
|
.easypack-widget .fa-percentage:before {
|
|
content: "\F541"
|
|
}
|
|
|
|
.easypack-widget .fa-periscope:before {
|
|
content: "\F3DA"
|
|
}
|
|
|
|
.easypack-widget .fa-person-booth:before {
|
|
content: "\F756"
|
|
}
|
|
|
|
.easypack-widget .fa-phabricator:before {
|
|
content: "\F3DB"
|
|
}
|
|
|
|
.easypack-widget .fa-phoenix-framework:before {
|
|
content: "\F3DC"
|
|
}
|
|
|
|
.easypack-widget .fa-phoenix-squadron:before {
|
|
content: "\F511"
|
|
}
|
|
|
|
.easypack-widget .fa-phone:before {
|
|
content: "\F095"
|
|
}
|
|
|
|
.easypack-widget .fa-phone-alt:before {
|
|
content: "\F879"
|
|
}
|
|
|
|
.easypack-widget .fa-phone-slash:before {
|
|
content: "\F3DD"
|
|
}
|
|
|
|
.easypack-widget .fa-phone-square:before {
|
|
content: "\F098"
|
|
}
|
|
|
|
.easypack-widget .fa-phone-square-alt:before {
|
|
content: "\F87B"
|
|
}
|
|
|
|
.easypack-widget .fa-phone-volume:before {
|
|
content: "\F2A0"
|
|
}
|
|
|
|
.easypack-widget .fa-photo-video:before {
|
|
content: "\F87C"
|
|
}
|
|
|
|
.easypack-widget .fa-php:before {
|
|
content: "\F457"
|
|
}
|
|
|
|
.easypack-widget .fa-pied-piper:before {
|
|
content: "\F2AE"
|
|
}
|
|
|
|
.easypack-widget .fa-pied-piper-alt:before {
|
|
content: "\F1A8"
|
|
}
|
|
|
|
.easypack-widget .fa-pied-piper-hat:before {
|
|
content: "\F4E5"
|
|
}
|
|
|
|
.easypack-widget .fa-pied-piper-pp:before {
|
|
content: "\F1A7"
|
|
}
|
|
|
|
.easypack-widget .fa-pied-piper-square:before {
|
|
content: "\E01E"
|
|
}
|
|
|
|
.easypack-widget .fa-piggy-bank:before {
|
|
content: "\F4D3"
|
|
}
|
|
|
|
.easypack-widget .fa-pills:before {
|
|
content: "\F484"
|
|
}
|
|
|
|
.easypack-widget .fa-pinterest:before {
|
|
content: "\F0D2"
|
|
}
|
|
|
|
.easypack-widget .fa-pinterest-p:before {
|
|
content: "\F231"
|
|
}
|
|
|
|
.easypack-widget .fa-pinterest-square:before {
|
|
content: "\F0D3"
|
|
}
|
|
|
|
.easypack-widget .fa-pizza-slice:before {
|
|
content: "\F818"
|
|
}
|
|
|
|
.easypack-widget .fa-place-of-worship:before {
|
|
content: "\F67F"
|
|
}
|
|
|
|
.easypack-widget .fa-plane:before {
|
|
content: "\F072"
|
|
}
|
|
|
|
.easypack-widget .fa-plane-arrival:before {
|
|
content: "\F5AF"
|
|
}
|
|
|
|
.easypack-widget .fa-plane-departure:before {
|
|
content: "\F5B0"
|
|
}
|
|
|
|
.easypack-widget .fa-plane-slash:before {
|
|
content: "\E069"
|
|
}
|
|
|
|
.easypack-widget .fa-play:before {
|
|
content: "\F04B"
|
|
}
|
|
|
|
.easypack-widget .fa-play-circle:before {
|
|
content: "\F144"
|
|
}
|
|
|
|
.easypack-widget .fa-playstation:before {
|
|
content: "\F3DF"
|
|
}
|
|
|
|
.easypack-widget .fa-plug:before {
|
|
content: "\F1E6"
|
|
}
|
|
|
|
.easypack-widget .fa-plus:before {
|
|
content: "\F067"
|
|
}
|
|
|
|
.easypack-widget .fa-plus-circle:before {
|
|
content: "\F055"
|
|
}
|
|
|
|
.easypack-widget .fa-plus-square:before {
|
|
content: "\F0FE"
|
|
}
|
|
|
|
.easypack-widget .fa-podcast:before {
|
|
content: "\F2CE"
|
|
}
|
|
|
|
.easypack-widget .fa-poll:before {
|
|
content: "\F681"
|
|
}
|
|
|
|
.easypack-widget .fa-poll-h:before {
|
|
content: "\F682"
|
|
}
|
|
|
|
.easypack-widget .fa-poo:before {
|
|
content: "\F2FE"
|
|
}
|
|
|
|
.easypack-widget .fa-poo-storm:before {
|
|
content: "\F75A"
|
|
}
|
|
|
|
.easypack-widget .fa-poop:before {
|
|
content: "\F619"
|
|
}
|
|
|
|
.easypack-widget .fa-portrait:before {
|
|
content: "\F3E0"
|
|
}
|
|
|
|
.easypack-widget .fa-pound-sign:before {
|
|
content: "\F154"
|
|
}
|
|
|
|
.easypack-widget .fa-power-off:before {
|
|
content: "\F011"
|
|
}
|
|
|
|
.easypack-widget .fa-pray:before {
|
|
content: "\F683"
|
|
}
|
|
|
|
.easypack-widget .fa-praying-hands:before {
|
|
content: "\F684"
|
|
}
|
|
|
|
.easypack-widget .fa-prescription:before {
|
|
content: "\F5B1"
|
|
}
|
|
|
|
.easypack-widget .fa-prescription-bottle:before {
|
|
content: "\F485"
|
|
}
|
|
|
|
.easypack-widget .fa-prescription-bottle-alt:before {
|
|
content: "\F486"
|
|
}
|
|
|
|
.easypack-widget .fa-print:before {
|
|
content: "\F02F"
|
|
}
|
|
|
|
.easypack-widget .fa-procedures:before {
|
|
content: "\F487"
|
|
}
|
|
|
|
.easypack-widget .fa-product-hunt:before {
|
|
content: "\F288"
|
|
}
|
|
|
|
.easypack-widget .fa-project-diagram:before {
|
|
content: "\F542"
|
|
}
|
|
|
|
.easypack-widget .fa-pump-medical:before {
|
|
content: "\E06A"
|
|
}
|
|
|
|
.easypack-widget .fa-pump-soap:before {
|
|
content: "\E06B"
|
|
}
|
|
|
|
.easypack-widget .fa-pushed:before {
|
|
content: "\F3E1"
|
|
}
|
|
|
|
.easypack-widget .fa-puzzle-piece:before {
|
|
content: "\F12E"
|
|
}
|
|
|
|
.easypack-widget .fa-python:before {
|
|
content: "\F3E2"
|
|
}
|
|
|
|
.easypack-widget .fa-qq:before {
|
|
content: "\F1D6"
|
|
}
|
|
|
|
.easypack-widget .fa-qrcode:before {
|
|
content: "\F029"
|
|
}
|
|
|
|
.easypack-widget .fa-question:before {
|
|
content: "\F128"
|
|
}
|
|
|
|
.easypack-widget .fa-question-circle:before {
|
|
content: "\F059"
|
|
}
|
|
|
|
.easypack-widget .fa-quidditch:before {
|
|
content: "\F458"
|
|
}
|
|
|
|
.easypack-widget .fa-quinscape:before {
|
|
content: "\F459"
|
|
}
|
|
|
|
.easypack-widget .fa-quora:before {
|
|
content: "\F2C4"
|
|
}
|
|
|
|
.easypack-widget .fa-quote-left:before {
|
|
content: "\F10D"
|
|
}
|
|
|
|
.easypack-widget .fa-quote-right:before {
|
|
content: "\F10E"
|
|
}
|
|
|
|
.easypack-widget .fa-quran:before {
|
|
content: "\F687"
|
|
}
|
|
|
|
.easypack-widget .fa-r-project:before {
|
|
content: "\F4F7"
|
|
}
|
|
|
|
.easypack-widget .fa-radiation:before {
|
|
content: "\F7B9"
|
|
}
|
|
|
|
.easypack-widget .fa-radiation-alt:before {
|
|
content: "\F7BA"
|
|
}
|
|
|
|
.easypack-widget .fa-rainbow:before {
|
|
content: "\F75B"
|
|
}
|
|
|
|
.easypack-widget .fa-random:before {
|
|
content: "\F074"
|
|
}
|
|
|
|
.easypack-widget .fa-raspberry-pi:before {
|
|
content: "\F7BB"
|
|
}
|
|
|
|
.easypack-widget .fa-ravelry:before {
|
|
content: "\F2D9"
|
|
}
|
|
|
|
.easypack-widget .fa-react:before {
|
|
content: "\F41B"
|
|
}
|
|
|
|
.easypack-widget .fa-reacteurope:before {
|
|
content: "\F75D"
|
|
}
|
|
|
|
.easypack-widget .fa-readme:before {
|
|
content: "\F4D5"
|
|
}
|
|
|
|
.easypack-widget .fa-rebel:before {
|
|
content: "\F1D0"
|
|
}
|
|
|
|
.easypack-widget .fa-receipt:before {
|
|
content: "\F543"
|
|
}
|
|
|
|
.easypack-widget .fa-record-vinyl:before {
|
|
content: "\F8D9"
|
|
}
|
|
|
|
.easypack-widget .fa-recycle:before {
|
|
content: "\F1B8"
|
|
}
|
|
|
|
.easypack-widget .fa-red-river:before {
|
|
content: "\F3E3"
|
|
}
|
|
|
|
.easypack-widget .fa-reddit:before {
|
|
content: "\F1A1"
|
|
}
|
|
|
|
.easypack-widget .fa-reddit-alien:before {
|
|
content: "\F281"
|
|
}
|
|
|
|
.easypack-widget .fa-reddit-square:before {
|
|
content: "\F1A2"
|
|
}
|
|
|
|
.easypack-widget .fa-redhat:before {
|
|
content: "\F7BC"
|
|
}
|
|
|
|
.easypack-widget .fa-redo:before {
|
|
content: "\F01E"
|
|
}
|
|
|
|
.easypack-widget .fa-redo-alt:before {
|
|
content: "\F2F9"
|
|
}
|
|
|
|
.easypack-widget .fa-registered:before {
|
|
content: "\F25D"
|
|
}
|
|
|
|
.easypack-widget .fa-remove-format:before {
|
|
content: "\F87D"
|
|
}
|
|
|
|
.easypack-widget .fa-renren:before {
|
|
content: "\F18B"
|
|
}
|
|
|
|
.easypack-widget .fa-reply:before {
|
|
content: "\F3E5"
|
|
}
|
|
|
|
.easypack-widget .fa-reply-all:before {
|
|
content: "\F122"
|
|
}
|
|
|
|
.easypack-widget .fa-replyd:before {
|
|
content: "\F3E6"
|
|
}
|
|
|
|
.easypack-widget .fa-republican:before {
|
|
content: "\F75E"
|
|
}
|
|
|
|
.easypack-widget .fa-researchgate:before {
|
|
content: "\F4F8"
|
|
}
|
|
|
|
.easypack-widget .fa-resolving:before {
|
|
content: "\F3E7"
|
|
}
|
|
|
|
.easypack-widget .fa-restroom:before {
|
|
content: "\F7BD"
|
|
}
|
|
|
|
.easypack-widget .fa-retweet:before {
|
|
content: "\F079"
|
|
}
|
|
|
|
.easypack-widget .fa-rev:before {
|
|
content: "\F5B2"
|
|
}
|
|
|
|
.easypack-widget .fa-ribbon:before {
|
|
content: "\F4D6"
|
|
}
|
|
|
|
.easypack-widget .fa-ring:before {
|
|
content: "\F70B"
|
|
}
|
|
|
|
.easypack-widget .fa-road:before {
|
|
content: "\F018"
|
|
}
|
|
|
|
.easypack-widget .fa-robot:before {
|
|
content: "\F544"
|
|
}
|
|
|
|
.easypack-widget .fa-rocket:before {
|
|
content: "\F135"
|
|
}
|
|
|
|
.easypack-widget .fa-rocketchat:before {
|
|
content: "\F3E8"
|
|
}
|
|
|
|
.easypack-widget .fa-rockrms:before {
|
|
content: "\F3E9"
|
|
}
|
|
|
|
.easypack-widget .fa-route:before {
|
|
content: "\F4D7"
|
|
}
|
|
|
|
.easypack-widget .fa-rss:before {
|
|
content: "\F09E"
|
|
}
|
|
|
|
.easypack-widget .fa-rss-square:before {
|
|
content: "\F143"
|
|
}
|
|
|
|
.easypack-widget .fa-ruble-sign:before {
|
|
content: "\F158"
|
|
}
|
|
|
|
.easypack-widget .fa-ruler:before {
|
|
content: "\F545"
|
|
}
|
|
|
|
.easypack-widget .fa-ruler-combined:before {
|
|
content: "\F546"
|
|
}
|
|
|
|
.easypack-widget .fa-ruler-horizontal:before {
|
|
content: "\F547"
|
|
}
|
|
|
|
.easypack-widget .fa-ruler-vertical:before {
|
|
content: "\F548"
|
|
}
|
|
|
|
.easypack-widget .fa-running:before {
|
|
content: "\F70C"
|
|
}
|
|
|
|
.easypack-widget .fa-rupee-sign:before {
|
|
content: "\F156"
|
|
}
|
|
|
|
.easypack-widget .fa-rust:before {
|
|
content: "\E07A"
|
|
}
|
|
|
|
.easypack-widget .fa-sad-cry:before {
|
|
content: "\F5B3"
|
|
}
|
|
|
|
.easypack-widget .fa-sad-tear:before {
|
|
content: "\F5B4"
|
|
}
|
|
|
|
.easypack-widget .fa-safari:before {
|
|
content: "\F267"
|
|
}
|
|
|
|
.easypack-widget .fa-salesforce:before {
|
|
content: "\F83B"
|
|
}
|
|
|
|
.easypack-widget .fa-sass:before {
|
|
content: "\F41E"
|
|
}
|
|
|
|
.easypack-widget .fa-satellite:before {
|
|
content: "\F7BF"
|
|
}
|
|
|
|
.easypack-widget .fa-satellite-dish:before {
|
|
content: "\F7C0"
|
|
}
|
|
|
|
.easypack-widget .fa-save:before {
|
|
content: "\F0C7"
|
|
}
|
|
|
|
.easypack-widget .fa-schlix:before {
|
|
content: "\F3EA"
|
|
}
|
|
|
|
.easypack-widget .fa-school:before {
|
|
content: "\F549"
|
|
}
|
|
|
|
.easypack-widget .fa-screwdriver:before {
|
|
content: "\F54A"
|
|
}
|
|
|
|
.easypack-widget .fa-scribd:before {
|
|
content: "\F28A"
|
|
}
|
|
|
|
.easypack-widget .fa-scroll:before {
|
|
content: "\F70E"
|
|
}
|
|
|
|
.easypack-widget .fa-sd-card:before {
|
|
content: "\F7C2"
|
|
}
|
|
|
|
.easypack-widget .fa-search:before {
|
|
content: "\F002"
|
|
}
|
|
|
|
.easypack-widget .fa-search-dollar:before {
|
|
content: "\F688"
|
|
}
|
|
|
|
.easypack-widget .fa-search-location:before {
|
|
content: "\F689"
|
|
}
|
|
|
|
.easypack-widget .fa-search-minus:before {
|
|
content: "\F010"
|
|
}
|
|
|
|
.easypack-widget .fa-search-plus:before {
|
|
content: "\F00E"
|
|
}
|
|
|
|
.easypack-widget .fa-searchengin:before {
|
|
content: "\F3EB"
|
|
}
|
|
|
|
.easypack-widget .fa-seedling:before {
|
|
content: "\F4D8"
|
|
}
|
|
|
|
.easypack-widget .fa-sellcast:before {
|
|
content: "\F2DA"
|
|
}
|
|
|
|
.easypack-widget .fa-sellsy:before {
|
|
content: "\F213"
|
|
}
|
|
|
|
.easypack-widget .fa-server:before {
|
|
content: "\F233"
|
|
}
|
|
|
|
.easypack-widget .fa-servicestack:before {
|
|
content: "\F3EC"
|
|
}
|
|
|
|
.easypack-widget .fa-shapes:before {
|
|
content: "\F61F"
|
|
}
|
|
|
|
.easypack-widget .fa-share:before {
|
|
content: "\F064"
|
|
}
|
|
|
|
.easypack-widget .fa-share-alt:before {
|
|
content: "\F1E0"
|
|
}
|
|
|
|
.easypack-widget .fa-share-alt-square:before {
|
|
content: "\F1E1"
|
|
}
|
|
|
|
.easypack-widget .fa-share-square:before {
|
|
content: "\F14D"
|
|
}
|
|
|
|
.easypack-widget .fa-shekel-sign:before {
|
|
content: "\F20B"
|
|
}
|
|
|
|
.easypack-widget .fa-shield-alt:before {
|
|
content: "\F3ED"
|
|
}
|
|
|
|
.easypack-widget .fa-shield-virus:before {
|
|
content: "\E06C"
|
|
}
|
|
|
|
.easypack-widget .fa-ship:before {
|
|
content: "\F21A"
|
|
}
|
|
|
|
.easypack-widget .fa-shipping-fast:before {
|
|
content: "\F48B"
|
|
}
|
|
|
|
.easypack-widget .fa-shirtsinbulk:before {
|
|
content: "\F214"
|
|
}
|
|
|
|
.easypack-widget .fa-shoe-prints:before {
|
|
content: "\F54B"
|
|
}
|
|
|
|
.easypack-widget .fa-shopify:before {
|
|
content: "\E057"
|
|
}
|
|
|
|
.easypack-widget .fa-shopping-bag:before {
|
|
content: "\F290"
|
|
}
|
|
|
|
.easypack-widget .fa-shopping-basket:before {
|
|
content: "\F291"
|
|
}
|
|
|
|
.easypack-widget .fa-shopping-cart:before {
|
|
content: "\F07A"
|
|
}
|
|
|
|
.easypack-widget .fa-shopware:before {
|
|
content: "\F5B5"
|
|
}
|
|
|
|
.easypack-widget .fa-shower:before {
|
|
content: "\F2CC"
|
|
}
|
|
|
|
.easypack-widget .fa-shuttle-van:before {
|
|
content: "\F5B6"
|
|
}
|
|
|
|
.easypack-widget .fa-sign:before {
|
|
content: "\F4D9"
|
|
}
|
|
|
|
.easypack-widget .fa-sign-in-alt:before {
|
|
content: "\F2F6"
|
|
}
|
|
|
|
.easypack-widget .fa-sign-language:before {
|
|
content: "\F2A7"
|
|
}
|
|
|
|
.easypack-widget .fa-sign-out-alt:before {
|
|
content: "\F2F5"
|
|
}
|
|
|
|
.easypack-widget .fa-signal:before {
|
|
content: "\F012"
|
|
}
|
|
|
|
.easypack-widget .fa-signature:before {
|
|
content: "\F5B7"
|
|
}
|
|
|
|
.easypack-widget .fa-sim-card:before {
|
|
content: "\F7C4"
|
|
}
|
|
|
|
.easypack-widget .fa-simplybuilt:before {
|
|
content: "\F215"
|
|
}
|
|
|
|
.easypack-widget .fa-sink:before {
|
|
content: "\E06D"
|
|
}
|
|
|
|
.easypack-widget .fa-sistrix:before {
|
|
content: "\F3EE"
|
|
}
|
|
|
|
.easypack-widget .fa-sitemap:before {
|
|
content: "\F0E8"
|
|
}
|
|
|
|
.easypack-widget .fa-sith:before {
|
|
content: "\F512"
|
|
}
|
|
|
|
.easypack-widget .fa-skating:before {
|
|
content: "\F7C5"
|
|
}
|
|
|
|
.easypack-widget .fa-sketch:before {
|
|
content: "\F7C6"
|
|
}
|
|
|
|
.easypack-widget .fa-skiing:before {
|
|
content: "\F7C9"
|
|
}
|
|
|
|
.easypack-widget .fa-skiing-nordic:before {
|
|
content: "\F7CA"
|
|
}
|
|
|
|
.easypack-widget .fa-skull:before {
|
|
content: "\F54C"
|
|
}
|
|
|
|
.easypack-widget .fa-skull-crossbones:before {
|
|
content: "\F714"
|
|
}
|
|
|
|
.easypack-widget .fa-skyatlas:before {
|
|
content: "\F216"
|
|
}
|
|
|
|
.easypack-widget .fa-skype:before {
|
|
content: "\F17E"
|
|
}
|
|
|
|
.easypack-widget .fa-slack:before {
|
|
content: "\F198"
|
|
}
|
|
|
|
.easypack-widget .fa-slack-hash:before {
|
|
content: "\F3EF"
|
|
}
|
|
|
|
.easypack-widget .fa-slash:before {
|
|
content: "\F715"
|
|
}
|
|
|
|
.easypack-widget .fa-sleigh:before {
|
|
content: "\F7CC"
|
|
}
|
|
|
|
.easypack-widget .fa-sliders-h:before {
|
|
content: "\F1DE"
|
|
}
|
|
|
|
.easypack-widget .fa-slideshare:before {
|
|
content: "\F1E7"
|
|
}
|
|
|
|
.easypack-widget .fa-smile:before {
|
|
content: "\F118"
|
|
}
|
|
|
|
.easypack-widget .fa-smile-beam:before {
|
|
content: "\F5B8"
|
|
}
|
|
|
|
.easypack-widget .fa-smile-wink:before {
|
|
content: "\F4DA"
|
|
}
|
|
|
|
.easypack-widget .fa-smog:before {
|
|
content: "\F75F"
|
|
}
|
|
|
|
.easypack-widget .fa-smoking:before {
|
|
content: "\F48D"
|
|
}
|
|
|
|
.easypack-widget .fa-smoking-ban:before {
|
|
content: "\F54D"
|
|
}
|
|
|
|
.easypack-widget .fa-sms:before {
|
|
content: "\F7CD"
|
|
}
|
|
|
|
.easypack-widget .fa-snapchat:before {
|
|
content: "\F2AB"
|
|
}
|
|
|
|
.easypack-widget .fa-snapchat-ghost:before {
|
|
content: "\F2AC"
|
|
}
|
|
|
|
.easypack-widget .fa-snapchat-square:before {
|
|
content: "\F2AD"
|
|
}
|
|
|
|
.easypack-widget .fa-snowboarding:before {
|
|
content: "\F7CE"
|
|
}
|
|
|
|
.easypack-widget .fa-snowflake:before {
|
|
content: "\F2DC"
|
|
}
|
|
|
|
.easypack-widget .fa-snowman:before {
|
|
content: "\F7D0"
|
|
}
|
|
|
|
.easypack-widget .fa-snowplow:before {
|
|
content: "\F7D2"
|
|
}
|
|
|
|
.easypack-widget .fa-soap:before {
|
|
content: "\E06E"
|
|
}
|
|
|
|
.easypack-widget .fa-socks:before {
|
|
content: "\F696"
|
|
}
|
|
|
|
.easypack-widget .fa-solar-panel:before {
|
|
content: "\F5BA"
|
|
}
|
|
|
|
.easypack-widget .fa-sort:before {
|
|
content: "\F0DC"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-alpha-down:before {
|
|
content: "\F15D"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-alpha-down-alt:before {
|
|
content: "\F881"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-alpha-up:before {
|
|
content: "\F15E"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-alpha-up-alt:before {
|
|
content: "\F882"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-amount-down:before {
|
|
content: "\F160"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-amount-down-alt:before {
|
|
content: "\F884"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-amount-up:before {
|
|
content: "\F161"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-amount-up-alt:before {
|
|
content: "\F885"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-down:before {
|
|
content: "\F0DD"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-numeric-down:before {
|
|
content: "\F162"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-numeric-down-alt:before {
|
|
content: "\F886"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-numeric-up:before {
|
|
content: "\F163"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-numeric-up-alt:before {
|
|
content: "\F887"
|
|
}
|
|
|
|
.easypack-widget .fa-sort-up:before {
|
|
content: "\F0DE"
|
|
}
|
|
|
|
.easypack-widget .fa-soundcloud:before {
|
|
content: "\F1BE"
|
|
}
|
|
|
|
.easypack-widget .fa-sourcetree:before {
|
|
content: "\F7D3"
|
|
}
|
|
|
|
.easypack-widget .fa-spa:before {
|
|
content: "\F5BB"
|
|
}
|
|
|
|
.easypack-widget .fa-space-shuttle:before {
|
|
content: "\F197"
|
|
}
|
|
|
|
.easypack-widget .fa-speakap:before {
|
|
content: "\F3F3"
|
|
}
|
|
|
|
.easypack-widget .fa-speaker-deck:before {
|
|
content: "\F83C"
|
|
}
|
|
|
|
.easypack-widget .fa-spell-check:before {
|
|
content: "\F891"
|
|
}
|
|
|
|
.easypack-widget .fa-spider:before {
|
|
content: "\F717"
|
|
}
|
|
|
|
.easypack-widget .fa-spinner:before {
|
|
content: "\F110"
|
|
}
|
|
|
|
.easypack-widget .fa-splotch:before {
|
|
content: "\F5BC"
|
|
}
|
|
|
|
.easypack-widget .fa-spotify:before {
|
|
content: "\F1BC"
|
|
}
|
|
|
|
.easypack-widget .fa-spray-can:before {
|
|
content: "\F5BD"
|
|
}
|
|
|
|
.easypack-widget .fa-square:before {
|
|
content: "\F0C8"
|
|
}
|
|
|
|
.easypack-widget .fa-square-full:before {
|
|
content: "\F45C"
|
|
}
|
|
|
|
.easypack-widget .fa-square-root-alt:before {
|
|
content: "\F698"
|
|
}
|
|
|
|
.easypack-widget .fa-squarespace:before {
|
|
content: "\F5BE"
|
|
}
|
|
|
|
.easypack-widget .fa-stack-exchange:before {
|
|
content: "\F18D"
|
|
}
|
|
|
|
.easypack-widget .fa-stack-overflow:before {
|
|
content: "\F16C"
|
|
}
|
|
|
|
.easypack-widget .fa-stackpath:before {
|
|
content: "\F842"
|
|
}
|
|
|
|
.easypack-widget .fa-stamp:before {
|
|
content: "\F5BF"
|
|
}
|
|
|
|
.easypack-widget .fa-star:before {
|
|
content: "\F005"
|
|
}
|
|
|
|
.easypack-widget .fa-star-and-crescent:before {
|
|
content: "\F699"
|
|
}
|
|
|
|
.easypack-widget .fa-star-half:before {
|
|
content: "\F089"
|
|
}
|
|
|
|
.easypack-widget .fa-star-half-alt:before {
|
|
content: "\F5C0"
|
|
}
|
|
|
|
.easypack-widget .fa-star-of-david:before {
|
|
content: "\F69A"
|
|
}
|
|
|
|
.easypack-widget .fa-star-of-life:before {
|
|
content: "\F621"
|
|
}
|
|
|
|
.easypack-widget .fa-staylinked:before {
|
|
content: "\F3F5"
|
|
}
|
|
|
|
.easypack-widget .fa-steam:before {
|
|
content: "\F1B6"
|
|
}
|
|
|
|
.easypack-widget .fa-steam-square:before {
|
|
content: "\F1B7"
|
|
}
|
|
|
|
.easypack-widget .fa-steam-symbol:before {
|
|
content: "\F3F6"
|
|
}
|
|
|
|
.easypack-widget .fa-step-backward:before {
|
|
content: "\F048"
|
|
}
|
|
|
|
.easypack-widget .fa-step-forward:before {
|
|
content: "\F051"
|
|
}
|
|
|
|
.easypack-widget .fa-stethoscope:before {
|
|
content: "\F0F1"
|
|
}
|
|
|
|
.easypack-widget .fa-sticker-mule:before {
|
|
content: "\F3F7"
|
|
}
|
|
|
|
.easypack-widget .fa-sticky-note:before {
|
|
content: "\F249"
|
|
}
|
|
|
|
.easypack-widget .fa-stop:before {
|
|
content: "\F04D"
|
|
}
|
|
|
|
.easypack-widget .fa-stop-circle:before {
|
|
content: "\F28D"
|
|
}
|
|
|
|
.easypack-widget .fa-stopwatch:before {
|
|
content: "\F2F2"
|
|
}
|
|
|
|
.easypack-widget .fa-stopwatch-20:before {
|
|
content: "\E06F"
|
|
}
|
|
|
|
.easypack-widget .fa-store:before {
|
|
content: "\F54E"
|
|
}
|
|
|
|
.easypack-widget .fa-store-alt:before {
|
|
content: "\F54F"
|
|
}
|
|
|
|
.easypack-widget .fa-store-alt-slash:before {
|
|
content: "\E070"
|
|
}
|
|
|
|
.easypack-widget .fa-store-slash:before {
|
|
content: "\E071"
|
|
}
|
|
|
|
.easypack-widget .fa-strava:before {
|
|
content: "\F428"
|
|
}
|
|
|
|
.easypack-widget .fa-stream:before {
|
|
content: "\F550"
|
|
}
|
|
|
|
.easypack-widget .fa-street-view:before {
|
|
content: "\F21D"
|
|
}
|
|
|
|
.easypack-widget .fa-strikethrough:before {
|
|
content: "\F0CC"
|
|
}
|
|
|
|
.easypack-widget .fa-stripe:before {
|
|
content: "\F429"
|
|
}
|
|
|
|
.easypack-widget .fa-stripe-s:before {
|
|
content: "\F42A"
|
|
}
|
|
|
|
.easypack-widget .fa-stroopwafel:before {
|
|
content: "\F551"
|
|
}
|
|
|
|
.easypack-widget .fa-studiovinari:before {
|
|
content: "\F3F8"
|
|
}
|
|
|
|
.easypack-widget .fa-stumbleupon:before {
|
|
content: "\F1A4"
|
|
}
|
|
|
|
.easypack-widget .fa-stumbleupon-circle:before {
|
|
content: "\F1A3"
|
|
}
|
|
|
|
.easypack-widget .fa-subscript:before {
|
|
content: "\F12C"
|
|
}
|
|
|
|
.easypack-widget .fa-subway:before {
|
|
content: "\F239"
|
|
}
|
|
|
|
.easypack-widget .fa-suitcase:before {
|
|
content: "\F0F2"
|
|
}
|
|
|
|
.easypack-widget .fa-suitcase-rolling:before {
|
|
content: "\F5C1"
|
|
}
|
|
|
|
.easypack-widget .fa-sun:before {
|
|
content: "\F185"
|
|
}
|
|
|
|
.easypack-widget .fa-superpowers:before {
|
|
content: "\F2DD"
|
|
}
|
|
|
|
.easypack-widget .fa-superscript:before {
|
|
content: "\F12B"
|
|
}
|
|
|
|
.easypack-widget .fa-supple:before {
|
|
content: "\F3F9"
|
|
}
|
|
|
|
.easypack-widget .fa-surprise:before {
|
|
content: "\F5C2"
|
|
}
|
|
|
|
.easypack-widget .fa-suse:before {
|
|
content: "\F7D6"
|
|
}
|
|
|
|
.easypack-widget .fa-swatchbook:before {
|
|
content: "\F5C3"
|
|
}
|
|
|
|
.easypack-widget .fa-swift:before {
|
|
content: "\F8E1"
|
|
}
|
|
|
|
.easypack-widget .fa-swimmer:before {
|
|
content: "\F5C4"
|
|
}
|
|
|
|
.easypack-widget .fa-swimming-pool:before {
|
|
content: "\F5C5"
|
|
}
|
|
|
|
.easypack-widget .fa-symfony:before {
|
|
content: "\F83D"
|
|
}
|
|
|
|
.easypack-widget .fa-synagogue:before {
|
|
content: "\F69B"
|
|
}
|
|
|
|
.easypack-widget .fa-sync:before {
|
|
content: "\F021"
|
|
}
|
|
|
|
.easypack-widget .fa-sync-alt:before {
|
|
content: "\F2F1"
|
|
}
|
|
|
|
.easypack-widget .fa-syringe:before {
|
|
content: "\F48E"
|
|
}
|
|
|
|
.easypack-widget .fa-table:before {
|
|
content: "\F0CE"
|
|
}
|
|
|
|
.easypack-widget .fa-table-tennis:before {
|
|
content: "\F45D"
|
|
}
|
|
|
|
.easypack-widget .fa-tablet:before {
|
|
content: "\F10A"
|
|
}
|
|
|
|
.easypack-widget .fa-tablet-alt:before {
|
|
content: "\F3FA"
|
|
}
|
|
|
|
.easypack-widget .fa-tablets:before {
|
|
content: "\F490"
|
|
}
|
|
|
|
.easypack-widget .fa-tachometer-alt:before {
|
|
content: "\F3FD"
|
|
}
|
|
|
|
.easypack-widget .fa-tag:before {
|
|
content: "\F02B"
|
|
}
|
|
|
|
.easypack-widget .fa-tags:before {
|
|
content: "\F02C"
|
|
}
|
|
|
|
.easypack-widget .fa-tape:before {
|
|
content: "\F4DB"
|
|
}
|
|
|
|
.easypack-widget .fa-tasks:before {
|
|
content: "\F0AE"
|
|
}
|
|
|
|
.easypack-widget .fa-taxi:before {
|
|
content: "\F1BA"
|
|
}
|
|
|
|
.easypack-widget .fa-teamspeak:before {
|
|
content: "\F4F9"
|
|
}
|
|
|
|
.easypack-widget .fa-teeth:before {
|
|
content: "\F62E"
|
|
}
|
|
|
|
.easypack-widget .fa-teeth-open:before {
|
|
content: "\F62F"
|
|
}
|
|
|
|
.easypack-widget .fa-telegram:before {
|
|
content: "\F2C6"
|
|
}
|
|
|
|
.easypack-widget .fa-telegram-plane:before {
|
|
content: "\F3FE"
|
|
}
|
|
|
|
.easypack-widget .fa-temperature-high:before {
|
|
content: "\F769"
|
|
}
|
|
|
|
.easypack-widget .fa-temperature-low:before {
|
|
content: "\F76B"
|
|
}
|
|
|
|
.easypack-widget .fa-tencent-weibo:before {
|
|
content: "\F1D5"
|
|
}
|
|
|
|
.easypack-widget .fa-tenge:before {
|
|
content: "\F7D7"
|
|
}
|
|
|
|
.easypack-widget .fa-terminal:before {
|
|
content: "\F120"
|
|
}
|
|
|
|
.easypack-widget .fa-text-height:before {
|
|
content: "\F034"
|
|
}
|
|
|
|
.easypack-widget .fa-text-width:before {
|
|
content: "\F035"
|
|
}
|
|
|
|
.easypack-widget .fa-th:before {
|
|
content: "\F00A"
|
|
}
|
|
|
|
.easypack-widget .fa-th-large:before {
|
|
content: "\F009"
|
|
}
|
|
|
|
.easypack-widget .fa-th-list:before {
|
|
content: "\F00B"
|
|
}
|
|
|
|
.easypack-widget .fa-the-red-yeti:before {
|
|
content: "\F69D"
|
|
}
|
|
|
|
.easypack-widget .fa-theater-masks:before {
|
|
content: "\F630"
|
|
}
|
|
|
|
.easypack-widget .fa-themeco:before {
|
|
content: "\F5C6"
|
|
}
|
|
|
|
.easypack-widget .fa-themeisle:before {
|
|
content: "\F2B2"
|
|
}
|
|
|
|
.easypack-widget .fa-thermometer:before {
|
|
content: "\F491"
|
|
}
|
|
|
|
.easypack-widget .fa-thermometer-empty:before {
|
|
content: "\F2CB"
|
|
}
|
|
|
|
.easypack-widget .fa-thermometer-full:before {
|
|
content: "\F2C7"
|
|
}
|
|
|
|
.easypack-widget .fa-thermometer-half:before {
|
|
content: "\F2C9"
|
|
}
|
|
|
|
.easypack-widget .fa-thermometer-quarter:before {
|
|
content: "\F2CA"
|
|
}
|
|
|
|
.easypack-widget .fa-thermometer-three-quarters:before {
|
|
content: "\F2C8"
|
|
}
|
|
|
|
.easypack-widget .fa-think-peaks:before {
|
|
content: "\F731"
|
|
}
|
|
|
|
.easypack-widget .fa-thumbs-down:before {
|
|
content: "\F165"
|
|
}
|
|
|
|
.easypack-widget .fa-thumbs-up:before {
|
|
content: "\F164"
|
|
}
|
|
|
|
.easypack-widget .fa-thumbtack:before {
|
|
content: "\F08D"
|
|
}
|
|
|
|
.easypack-widget .fa-ticket-alt:before {
|
|
content: "\F3FF"
|
|
}
|
|
|
|
.easypack-widget .fa-tiktok:before {
|
|
content: "\E07B"
|
|
}
|
|
|
|
.easypack-widget .fa-times:before {
|
|
content: "\F00D"
|
|
}
|
|
|
|
.easypack-widget .fa-times-circle:before {
|
|
content: "\F057"
|
|
}
|
|
|
|
.easypack-widget .fa-tint:before {
|
|
content: "\F043"
|
|
}
|
|
|
|
.easypack-widget .fa-tint-slash:before {
|
|
content: "\F5C7"
|
|
}
|
|
|
|
.easypack-widget .fa-tired:before {
|
|
content: "\F5C8"
|
|
}
|
|
|
|
.easypack-widget .fa-toggle-off:before {
|
|
content: "\F204"
|
|
}
|
|
|
|
.easypack-widget .fa-toggle-on:before {
|
|
content: "\F205"
|
|
}
|
|
|
|
.easypack-widget .fa-toilet:before {
|
|
content: "\F7D8"
|
|
}
|
|
|
|
.easypack-widget .fa-toilet-paper:before {
|
|
content: "\F71E"
|
|
}
|
|
|
|
.easypack-widget .fa-toilet-paper-slash:before {
|
|
content: "\E072"
|
|
}
|
|
|
|
.easypack-widget .fa-toolbox:before {
|
|
content: "\F552"
|
|
}
|
|
|
|
.easypack-widget .fa-tools:before {
|
|
content: "\F7D9"
|
|
}
|
|
|
|
.easypack-widget .fa-tooth:before {
|
|
content: "\F5C9"
|
|
}
|
|
|
|
.easypack-widget .fa-torah:before {
|
|
content: "\F6A0"
|
|
}
|
|
|
|
.easypack-widget .fa-torii-gate:before {
|
|
content: "\F6A1"
|
|
}
|
|
|
|
.easypack-widget .fa-tractor:before {
|
|
content: "\F722"
|
|
}
|
|
|
|
.easypack-widget .fa-trade-federation:before {
|
|
content: "\F513"
|
|
}
|
|
|
|
.easypack-widget .fa-trademark:before {
|
|
content: "\F25C"
|
|
}
|
|
|
|
.easypack-widget .fa-traffic-light:before {
|
|
content: "\F637"
|
|
}
|
|
|
|
.easypack-widget .fa-trailer:before {
|
|
content: "\E041"
|
|
}
|
|
|
|
.easypack-widget .fa-train:before {
|
|
content: "\F238"
|
|
}
|
|
|
|
.easypack-widget .fa-tram:before {
|
|
content: "\F7DA"
|
|
}
|
|
|
|
.easypack-widget .fa-transgender:before {
|
|
content: "\F224"
|
|
}
|
|
|
|
.easypack-widget .fa-transgender-alt:before {
|
|
content: "\F225"
|
|
}
|
|
|
|
.easypack-widget .fa-trash:before {
|
|
content: "\F1F8"
|
|
}
|
|
|
|
.easypack-widget .fa-trash-alt:before {
|
|
content: "\F2ED"
|
|
}
|
|
|
|
.easypack-widget .fa-trash-restore:before {
|
|
content: "\F829"
|
|
}
|
|
|
|
.easypack-widget .fa-trash-restore-alt:before {
|
|
content: "\F82A"
|
|
}
|
|
|
|
.easypack-widget .fa-tree:before {
|
|
content: "\F1BB"
|
|
}
|
|
|
|
.easypack-widget .fa-trello:before {
|
|
content: "\F181"
|
|
}
|
|
|
|
.easypack-widget .fa-tripadvisor:before {
|
|
content: "\F262"
|
|
}
|
|
|
|
.easypack-widget .fa-trophy:before {
|
|
content: "\F091"
|
|
}
|
|
|
|
.easypack-widget .fa-truck:before {
|
|
content: "\F0D1"
|
|
}
|
|
|
|
.easypack-widget .fa-truck-loading:before {
|
|
content: "\F4DE"
|
|
}
|
|
|
|
.easypack-widget .fa-truck-monster:before {
|
|
content: "\F63B"
|
|
}
|
|
|
|
.easypack-widget .fa-truck-moving:before {
|
|
content: "\F4DF"
|
|
}
|
|
|
|
.easypack-widget .fa-truck-pickup:before {
|
|
content: "\F63C"
|
|
}
|
|
|
|
.easypack-widget .fa-tshirt:before {
|
|
content: "\F553"
|
|
}
|
|
|
|
.easypack-widget .fa-tty:before {
|
|
content: "\F1E4"
|
|
}
|
|
|
|
.easypack-widget .fa-tumblr:before {
|
|
content: "\F173"
|
|
}
|
|
|
|
.easypack-widget .fa-tumblr-square:before {
|
|
content: "\F174"
|
|
}
|
|
|
|
.easypack-widget .fa-tv:before {
|
|
content: "\F26C"
|
|
}
|
|
|
|
.easypack-widget .fa-twitch:before {
|
|
content: "\F1E8"
|
|
}
|
|
|
|
.easypack-widget .fa-twitter:before {
|
|
content: "\F099"
|
|
}
|
|
|
|
.easypack-widget .fa-twitter-square:before {
|
|
content: "\F081"
|
|
}
|
|
|
|
.easypack-widget .fa-typo3:before {
|
|
content: "\F42B"
|
|
}
|
|
|
|
.easypack-widget .fa-uber:before {
|
|
content: "\F402"
|
|
}
|
|
|
|
.easypack-widget .fa-ubuntu:before {
|
|
content: "\F7DF"
|
|
}
|
|
|
|
.easypack-widget .fa-uikit:before {
|
|
content: "\F403"
|
|
}
|
|
|
|
.easypack-widget .fa-umbraco:before {
|
|
content: "\F8E8"
|
|
}
|
|
|
|
.easypack-widget .fa-umbrella:before {
|
|
content: "\F0E9"
|
|
}
|
|
|
|
.easypack-widget .fa-umbrella-beach:before {
|
|
content: "\F5CA"
|
|
}
|
|
|
|
.easypack-widget .fa-uncharted:before {
|
|
content: "\E084"
|
|
}
|
|
|
|
.easypack-widget .fa-underline:before {
|
|
content: "\F0CD"
|
|
}
|
|
|
|
.easypack-widget .fa-undo:before {
|
|
content: "\F0E2"
|
|
}
|
|
|
|
.easypack-widget .fa-undo-alt:before {
|
|
content: "\F2EA"
|
|
}
|
|
|
|
.easypack-widget .fa-uniregistry:before {
|
|
content: "\F404"
|
|
}
|
|
|
|
.easypack-widget .fa-unity:before {
|
|
content: "\E049"
|
|
}
|
|
|
|
.easypack-widget .fa-universal-access:before {
|
|
content: "\F29A"
|
|
}
|
|
|
|
.easypack-widget .fa-university:before {
|
|
content: "\F19C"
|
|
}
|
|
|
|
.easypack-widget .fa-unlink:before {
|
|
content: "\F127"
|
|
}
|
|
|
|
.easypack-widget .fa-unlock:before {
|
|
content: "\F09C"
|
|
}
|
|
|
|
.easypack-widget .fa-unlock-alt:before {
|
|
content: "\F13E"
|
|
}
|
|
|
|
.easypack-widget .fa-unsplash:before {
|
|
content: "\E07C"
|
|
}
|
|
|
|
.easypack-widget .fa-untappd:before {
|
|
content: "\F405"
|
|
}
|
|
|
|
.easypack-widget .fa-upload:before {
|
|
content: "\F093"
|
|
}
|
|
|
|
.easypack-widget .fa-ups:before {
|
|
content: "\F7E0"
|
|
}
|
|
|
|
.easypack-widget .fa-usb:before {
|
|
content: "\F287"
|
|
}
|
|
|
|
.easypack-widget .fa-user:before {
|
|
content: "\F007"
|
|
}
|
|
|
|
.easypack-widget .fa-user-alt:before {
|
|
content: "\F406"
|
|
}
|
|
|
|
.easypack-widget .fa-user-alt-slash:before {
|
|
content: "\F4FA"
|
|
}
|
|
|
|
.easypack-widget .fa-user-astronaut:before {
|
|
content: "\F4FB"
|
|
}
|
|
|
|
.easypack-widget .fa-user-check:before {
|
|
content: "\F4FC"
|
|
}
|
|
|
|
.easypack-widget .fa-user-circle:before {
|
|
content: "\F2BD"
|
|
}
|
|
|
|
.easypack-widget .fa-user-clock:before {
|
|
content: "\F4FD"
|
|
}
|
|
|
|
.easypack-widget .fa-user-cog:before {
|
|
content: "\F4FE"
|
|
}
|
|
|
|
.easypack-widget .fa-user-edit:before {
|
|
content: "\F4FF"
|
|
}
|
|
|
|
.easypack-widget .fa-user-friends:before {
|
|
content: "\F500"
|
|
}
|
|
|
|
.easypack-widget .fa-user-graduate:before {
|
|
content: "\F501"
|
|
}
|
|
|
|
.easypack-widget .fa-user-injured:before {
|
|
content: "\F728"
|
|
}
|
|
|
|
.easypack-widget .fa-user-lock:before {
|
|
content: "\F502"
|
|
}
|
|
|
|
.easypack-widget .fa-user-md:before {
|
|
content: "\F0F0"
|
|
}
|
|
|
|
.easypack-widget .fa-user-minus:before {
|
|
content: "\F503"
|
|
}
|
|
|
|
.easypack-widget .fa-user-ninja:before {
|
|
content: "\F504"
|
|
}
|
|
|
|
.easypack-widget .fa-user-nurse:before {
|
|
content: "\F82F"
|
|
}
|
|
|
|
.easypack-widget .fa-user-plus:before {
|
|
content: "\F234"
|
|
}
|
|
|
|
.easypack-widget .fa-user-secret:before {
|
|
content: "\F21B"
|
|
}
|
|
|
|
.easypack-widget .fa-user-shield:before {
|
|
content: "\F505"
|
|
}
|
|
|
|
.easypack-widget .fa-user-slash:before {
|
|
content: "\F506"
|
|
}
|
|
|
|
.easypack-widget .fa-user-tag:before {
|
|
content: "\F507"
|
|
}
|
|
|
|
.easypack-widget .fa-user-tie:before {
|
|
content: "\F508"
|
|
}
|
|
|
|
.easypack-widget .fa-user-times:before {
|
|
content: "\F235"
|
|
}
|
|
|
|
.easypack-widget .fa-users:before {
|
|
content: "\F0C0"
|
|
}
|
|
|
|
.easypack-widget .fa-users-cog:before {
|
|
content: "\F509"
|
|
}
|
|
|
|
.easypack-widget .fa-users-slash:before {
|
|
content: "\E073"
|
|
}
|
|
|
|
.easypack-widget .fa-usps:before {
|
|
content: "\F7E1"
|
|
}
|
|
|
|
.easypack-widget .fa-ussunnah:before {
|
|
content: "\F407"
|
|
}
|
|
|
|
.easypack-widget .fa-utensil-spoon:before {
|
|
content: "\F2E5"
|
|
}
|
|
|
|
.easypack-widget .fa-utensils:before {
|
|
content: "\F2E7"
|
|
}
|
|
|
|
.easypack-widget .fa-vaadin:before {
|
|
content: "\F408"
|
|
}
|
|
|
|
.easypack-widget .fa-vector-square:before {
|
|
content: "\F5CB"
|
|
}
|
|
|
|
.easypack-widget .fa-venus:before {
|
|
content: "\F221"
|
|
}
|
|
|
|
.easypack-widget .fa-venus-double:before {
|
|
content: "\F226"
|
|
}
|
|
|
|
.easypack-widget .fa-venus-mars:before {
|
|
content: "\F228"
|
|
}
|
|
|
|
.easypack-widget .fa-vest:before {
|
|
content: "\E085"
|
|
}
|
|
|
|
.easypack-widget .fa-vest-patches:before {
|
|
content: "\E086"
|
|
}
|
|
|
|
.easypack-widget .fa-viacoin:before {
|
|
content: "\F237"
|
|
}
|
|
|
|
.easypack-widget .fa-viadeo:before {
|
|
content: "\F2A9"
|
|
}
|
|
|
|
.easypack-widget .fa-viadeo-square:before {
|
|
content: "\F2AA"
|
|
}
|
|
|
|
.easypack-widget .fa-vial:before {
|
|
content: "\F492"
|
|
}
|
|
|
|
.easypack-widget .fa-vials:before {
|
|
content: "\F493"
|
|
}
|
|
|
|
.easypack-widget .fa-viber:before {
|
|
content: "\F409"
|
|
}
|
|
|
|
.easypack-widget .fa-video:before {
|
|
content: "\F03D"
|
|
}
|
|
|
|
.easypack-widget .fa-video-slash:before {
|
|
content: "\F4E2"
|
|
}
|
|
|
|
.easypack-widget .fa-vihara:before {
|
|
content: "\F6A7"
|
|
}
|
|
|
|
.easypack-widget .fa-vimeo:before {
|
|
content: "\F40A"
|
|
}
|
|
|
|
.easypack-widget .fa-vimeo-square:before {
|
|
content: "\F194"
|
|
}
|
|
|
|
.easypack-widget .fa-vimeo-v:before {
|
|
content: "\F27D"
|
|
}
|
|
|
|
.easypack-widget .fa-vine:before {
|
|
content: "\F1CA"
|
|
}
|
|
|
|
.easypack-widget .fa-virus:before {
|
|
content: "\E074"
|
|
}
|
|
|
|
.easypack-widget .fa-virus-slash:before {
|
|
content: "\E075"
|
|
}
|
|
|
|
.easypack-widget .fa-viruses:before {
|
|
content: "\E076"
|
|
}
|
|
|
|
.easypack-widget .fa-vk:before {
|
|
content: "\F189"
|
|
}
|
|
|
|
.easypack-widget .fa-vnv:before {
|
|
content: "\F40B"
|
|
}
|
|
|
|
.easypack-widget .fa-voicemail:before {
|
|
content: "\F897"
|
|
}
|
|
|
|
.easypack-widget .fa-volleyball-ball:before {
|
|
content: "\F45F"
|
|
}
|
|
|
|
.easypack-widget .fa-volume-down:before {
|
|
content: "\F027"
|
|
}
|
|
|
|
.easypack-widget .fa-volume-mute:before {
|
|
content: "\F6A9"
|
|
}
|
|
|
|
.easypack-widget .fa-volume-off:before {
|
|
content: "\F026"
|
|
}
|
|
|
|
.easypack-widget .fa-volume-up:before {
|
|
content: "\F028"
|
|
}
|
|
|
|
.easypack-widget .fa-vote-yea:before {
|
|
content: "\F772"
|
|
}
|
|
|
|
.easypack-widget .fa-vr-cardboard:before {
|
|
content: "\F729"
|
|
}
|
|
|
|
.easypack-widget .fa-vuejs:before {
|
|
content: "\F41F"
|
|
}
|
|
|
|
.easypack-widget .fa-walking:before {
|
|
content: "\F554"
|
|
}
|
|
|
|
.easypack-widget .fa-wallet:before {
|
|
content: "\F555"
|
|
}
|
|
|
|
.easypack-widget .fa-warehouse:before {
|
|
content: "\F494"
|
|
}
|
|
|
|
.easypack-widget .fa-watchman-monitoring:before {
|
|
content: "\E087"
|
|
}
|
|
|
|
.easypack-widget .fa-water:before {
|
|
content: "\F773"
|
|
}
|
|
|
|
.easypack-widget .fa-wave-square:before {
|
|
content: "\F83E"
|
|
}
|
|
|
|
.easypack-widget .fa-waze:before {
|
|
content: "\F83F"
|
|
}
|
|
|
|
.easypack-widget .fa-weebly:before {
|
|
content: "\F5CC"
|
|
}
|
|
|
|
.easypack-widget .fa-weibo:before {
|
|
content: "\F18A"
|
|
}
|
|
|
|
.easypack-widget .fa-weight:before {
|
|
content: "\F496"
|
|
}
|
|
|
|
.easypack-widget .fa-weight-hanging:before {
|
|
content: "\F5CD"
|
|
}
|
|
|
|
.easypack-widget .fa-weixin:before {
|
|
content: "\F1D7"
|
|
}
|
|
|
|
.easypack-widget .fa-whatsapp:before {
|
|
content: "\F232"
|
|
}
|
|
|
|
.easypack-widget .fa-whatsapp-square:before {
|
|
content: "\F40C"
|
|
}
|
|
|
|
.easypack-widget .fa-wheelchair:before {
|
|
content: "\F193"
|
|
}
|
|
|
|
.easypack-widget .fa-whmcs:before {
|
|
content: "\F40D"
|
|
}
|
|
|
|
.easypack-widget .fa-wifi:before {
|
|
content: "\F1EB"
|
|
}
|
|
|
|
.easypack-widget .fa-wikipedia-w:before {
|
|
content: "\F266"
|
|
}
|
|
|
|
.easypack-widget .fa-wind:before {
|
|
content: "\F72E"
|
|
}
|
|
|
|
.easypack-widget .fa-window-close:before {
|
|
content: "\F410"
|
|
}
|
|
|
|
.easypack-widget .fa-window-maximize:before {
|
|
content: "\F2D0"
|
|
}
|
|
|
|
.easypack-widget .fa-window-minimize:before {
|
|
content: "\F2D1"
|
|
}
|
|
|
|
.easypack-widget .fa-window-restore:before {
|
|
content: "\F2D2"
|
|
}
|
|
|
|
.easypack-widget .fa-windows:before {
|
|
content: "\F17A"
|
|
}
|
|
|
|
.easypack-widget .fa-wine-bottle:before {
|
|
content: "\F72F"
|
|
}
|
|
|
|
.easypack-widget .fa-wine-glass:before {
|
|
content: "\F4E3"
|
|
}
|
|
|
|
.easypack-widget .fa-wine-glass-alt:before {
|
|
content: "\F5CE"
|
|
}
|
|
|
|
.easypack-widget .fa-wix:before {
|
|
content: "\F5CF"
|
|
}
|
|
|
|
.easypack-widget .fa-wizards-of-the-coast:before {
|
|
content: "\F730"
|
|
}
|
|
|
|
.easypack-widget .fa-wodu:before {
|
|
content: "\E088"
|
|
}
|
|
|
|
.easypack-widget .fa-wolf-pack-battalion:before {
|
|
content: "\F514"
|
|
}
|
|
|
|
.easypack-widget .fa-won-sign:before {
|
|
content: "\F159"
|
|
}
|
|
|
|
.easypack-widget .fa-wordpress:before {
|
|
content: "\F19A"
|
|
}
|
|
|
|
.easypack-widget .fa-wordpress-simple:before {
|
|
content: "\F411"
|
|
}
|
|
|
|
.easypack-widget .fa-wpbeginner:before {
|
|
content: "\F297"
|
|
}
|
|
|
|
.easypack-widget .fa-wpexplorer:before {
|
|
content: "\F2DE"
|
|
}
|
|
|
|
.easypack-widget .fa-wpforms:before {
|
|
content: "\F298"
|
|
}
|
|
|
|
.easypack-widget .fa-wpressr:before {
|
|
content: "\F3E4"
|
|
}
|
|
|
|
.easypack-widget .fa-wrench:before {
|
|
content: "\F0AD"
|
|
}
|
|
|
|
.easypack-widget .fa-x-ray:before {
|
|
content: "\F497"
|
|
}
|
|
|
|
.easypack-widget .fa-xbox:before {
|
|
content: "\F412"
|
|
}
|
|
|
|
.easypack-widget .fa-xing:before {
|
|
content: "\F168"
|
|
}
|
|
|
|
.easypack-widget .fa-xing-square:before {
|
|
content: "\F169"
|
|
}
|
|
|
|
.easypack-widget .fa-y-combinator:before {
|
|
content: "\F23B"
|
|
}
|
|
|
|
.easypack-widget .fa-yahoo:before {
|
|
content: "\F19E"
|
|
}
|
|
|
|
.easypack-widget .fa-yammer:before {
|
|
content: "\F840"
|
|
}
|
|
|
|
.easypack-widget .fa-yandex:before {
|
|
content: "\F413"
|
|
}
|
|
|
|
.easypack-widget .fa-yandex-international:before {
|
|
content: "\F414"
|
|
}
|
|
|
|
.easypack-widget .fa-yarn:before {
|
|
content: "\F7E3"
|
|
}
|
|
|
|
.easypack-widget .fa-yelp:before {
|
|
content: "\F1E9"
|
|
}
|
|
|
|
.easypack-widget .fa-yen-sign:before {
|
|
content: "\F157"
|
|
}
|
|
|
|
.easypack-widget .fa-yin-yang:before {
|
|
content: "\F6AD"
|
|
}
|
|
|
|
.easypack-widget .fa-yoast:before {
|
|
content: "\F2B1"
|
|
}
|
|
|
|
.easypack-widget .fa-youtube:before {
|
|
content: "\F167"
|
|
}
|
|
|
|
.easypack-widget .fa-youtube-square:before {
|
|
content: "\F431"
|
|
}
|
|
|
|
.easypack-widget .fa-zhihu:before {
|
|
content: "\F63F"
|
|
}
|
|
|
|
.easypack-widget .sr-only {
|
|
border: 0;
|
|
clip: rect(0, 0, 0, 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px
|
|
}
|
|
|
|
.easypack-widget .sr-only-focusable:active,
|
|
.easypack-widget .sr-only-focusable:focus {
|
|
clip: auto;
|
|
height: auto;
|
|
margin: 0;
|
|
overflow: visible;
|
|
position: static;
|
|
width: auto
|
|
}
|
|
|
|
.easypack-widget .far {
|
|
font-family: Font Awesome\ 5 Free;
|
|
font-weight: 400
|
|
}
|
|
|
|
.easypack-widget .fa,
|
|
.easypack-widget .fas {
|
|
font-family: Font Awesome\ 5 Free;
|
|
font-weight: 900
|
|
}
|
|
|
|
.empty_list {
|
|
font-weight: 700;
|
|
padding: 20px 5px
|
|
}
|
|
|
|
.d-none {
|
|
display: none
|
|
} |