Initial commit

This commit is contained in:
Marek Lesko
2025-08-05 10:59:30 +02:00
commit 0019c5c601
835 changed files with 426250 additions and 0 deletions

3056
quarter-rtl/assets/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,944 @@
.glightbox-container {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999999999 !important;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: none;
}
.glightbox-container.inactive {
display: none;
}
.glightbox-container .gcontainer {
position: relative;
width: 100%;
height: 100%;
z-index: 9999;
overflow: hidden;
}
.glightbox-container .gslider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
position: relative;
overflow: hidden;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
width: 100%;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 0;
}
.glightbox-container .gslide.current {
opacity: 1;
z-index: 99999;
position: relative;
}
.glightbox-container .gslide.prev {
opacity: 1;
z-index: 9999;
}
.glightbox-container .gslide-inner-content {
width: 100%;
}
.glightbox-container .ginner-container {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
flex-direction: row;
max-width: 100%;
margin: auto;
height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
max-width: 100% !important;
}
.gslide iframe,
.gslide video {
outline: none !important;
border: none;
min-height: 165px;
-webkit-overflow-scrolling: touch;
-ms-touch-action: auto;
touch-action: auto;
}
.gslide:not(.current) {
pointer-events: none;
}
.gslide-image {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gslide-image img {
max-height: 100vh;
display: block;
padding: 0;
float: none;
outline: none;
border: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
max-width: 100vw;
width: auto;
height: auto;
-o-object-fit: cover;
object-fit: cover;
-ms-touch-action: none;
touch-action: none;
margin: auto;
min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
width: auto;
max-width: 100%;
}
.gslide-image img.zoomable {
position: relative;
}
.gslide-image img.dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.gslide-video {
position: relative;
max-width: 100vh;
width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
display: none;
}
.gslide-video .gvideo-wrapper {
width: 100%;
/* max-width: 160vmin; */
margin: auto;
}
.gslide-video::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 0, 0, 0.34);
display: none;
}
.gslide-video.playing::before {
display: none;
}
.gslide-video.fullscreen {
max-width: 100% !important;
min-width: 100%;
height: 75vh;
}
.gslide-video.fullscreen video {
max-width: 100% !important;
width: 100% !important;
}
.gslide-inline {
background: #fff;
text-align: left;
max-height: calc(100vh - 40px);
overflow: auto;
max-width: 100%;
margin: auto;
}
.gslide-inline .ginlined-content {
padding: 20px;
width: 100%;
}
.gslide-inline .dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.ginlined-content {
overflow: auto;
display: block !important;
opacity: 1;
}
.gslide-external {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-width: 100%;
background: #fff;
padding: 0;
overflow: auto;
max-height: 75vh;
height: 100%;
}
.gslide-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
position: relative;
}
.zoomed .gslide-media {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
margin: 0 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gslide-description {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
margin: 0 auto;
width: 100%;
}
.gslide-description p {
margin-bottom: 12px;
}
.gslide-description p:last-child {
margin-bottom: 0;
}
.zoomed .gslide-description {
display: none;
}
.glightbox-button-hidden {
display: none;
}
/*
* Description for mobiles
* something like facebook does the description
* for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
height: auto !important;
width: 100%;
position: absolute;
bottom: 0;
padding: 19px 11px;
max-width: 100vw !important;
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
max-height: 78vh;
overflow: auto !important;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(0, 0, 0, 0)),
to(rgba(0, 0, 0, 0.75))
);
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.75) 100%
);
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
color: #fff;
font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
color: #fff;
font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
color: #fff;
opacity: 0.4;
}
.gdesc-open .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0.4;
}
.gdesc-open .gdesc-inner {
padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 1;
}
.greset {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.gabsolute {
position: absolute;
}
.grelative {
position: relative;
}
.glightbox-desc {
display: none !important;
}
.glightbox-open {
overflow: hidden;
}
.gloader {
height: 25px;
width: 25px;
-webkit-animation: lightboxLoader 0.8s infinite linear;
animation: lightboxLoader 0.8s infinite linear;
border: 2px solid #fff;
border-right-color: transparent;
border-radius: 50%;
position: absolute;
display: block;
z-index: 9999;
left: 0;
right: 0;
margin: 0 auto;
top: 47%;
}
.goverlay {
width: 100%;
height: calc(100vh + 1px);
position: fixed;
top: -1px;
left: 0;
background: #000;
will-change: opacity;
}
.gprev,
.gnext,
.gclose {
z-index: 99999;
cursor: pointer;
width: 26px;
height: 44px;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
display: block;
width: 25px;
height: auto;
margin: 0;
padding: 0;
font-weight: bold;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
stroke: #fff;
}
.gbtn.focused {
outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description {
background: #fff;
}
.glightbox-clean .gdesc-inner {
padding: 22px 20px;
}
.glightbox-clean .gslide-title {
font-size: 1em;
font-weight: normal;
font-family: arial;
color: #000;
margin-bottom: 19px;
line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
font-size: 0.86em;
margin-bottom: 0;
font-family: arial;
line-height: 1.4em;
}
.glightbox-clean .gslide-video {
background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
fill: #fff;
}
.glightbox-clean .gprev {
position: absolute;
top: -100%;
left: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gnext {
position: absolute;
top: -100%;
right: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gclose {
width: 35px;
height: 35px;
top: 15px;
right: 10px;
position: absolute;
}
.glightbox-clean .gclose svg {
width: 18px;
height: auto;
}
.glightbox-clean .gclose:hover {
opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
-webkit-animation: gfadeIn 0.5s ease;
animation: gfadeIn 0.5s ease;
}
.gfadeOut {
-webkit-animation: gfadeOut 0.5s ease;
animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
-webkit-animation: gslideOutLeft 0.3s ease;
animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
-webkit-animation: gslideInLeft 0.3s ease;
animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
-webkit-animation: gslideOutRight 0.3s ease;
animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
-webkit-animation: gslideInRight 0.3s ease;
animation: gslideInRight 0.3s ease;
}
.gzoomIn {
-webkit-animation: gzoomIn 0.5s ease;
animation: gzoomIn 0.5s ease;
}
.gzoomOut {
-webkit-animation: gzoomOut 0.5s ease;
animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@-webkit-keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@-webkit-keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@-webkit-keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@media (min-width: 769px) {
.glightbox-container .ginner-container {
width: auto;
height: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.glightbox-container .ginner-container.desc-top .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.glightbox-container .ginner-container.desc-left .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-left .gslide-image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.gslide-image img {
max-height: 97vh;
max-width: 100%;
}
.gslide-image img.zoomable {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.zoomed .gslide-image img.zoomable {
cursor: -webkit-grab;
cursor: grab;
}
.gslide-inline {
max-height: 95vh;
}
.gslide-external {
max-height: 100vh;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 275px;
}
.glightbox-open {
height: auto;
}
.goverlay {
background: rgba(0, 0, 0, 0.92);
}
.glightbox-clean .gslide-media {
-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
}
.glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
position: absolute;
height: 100%;
overflow-y: auto;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.32);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.glightbox-clean .gprev {
top: 45%;
}
.glightbox-clean .gnext {
top: 45%;
}
}
.gslide-count {
position: absolute;
bottom: -40px;
left: 0;
transition: all 0.3s;
}
@media (min-width: 992px) {
.glightbox-clean .gclose {
opacity: 0.7;
right: 20px;
}
}

View File

@@ -0,0 +1,468 @@
@font-face {
font-family: lightcase;
src: url(../fonts/lightcase.eot?55356177);
src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),
url(../fonts/lightcase.woff?55356177) format("woff"),
url(../fonts/lightcase.ttf?55356177) format("truetype"),
url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
font-weight: 400;
font-style: normal;
}
[class*="lightcase-icon-"]:before {
font-family: lightcase, sans-serif;
font-style: normal;
font-weight: 400;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
}
.lightcase-icon-play:before {
content: "\e800";
}
.lightcase-icon-pause:before {
content: "\e801";
}
.lightcase-icon-close:before {
content: "\e802";
}
.lightcase-icon-prev:before {
content: "\e803";
}
.lightcase-icon-next:before {
content: "\e804";
}
.lightcase-icon-spin:before {
content: "\e805";
}
@-webkit-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
#lightcase-case {
display: none;
position: fixed;
z-index: 2002;
top: 50%;
left: 50%;
font-family: arial, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align: left;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#lightcase-loading > span,
a[class*="lightcase-icon-"] > span {
display: inline-block;
text-indent: -9999px;
}
@media screen and (min-width: 641px) {
html:not([data-lc-type="error"]) #lightcase-content {
position: relative;
z-index: 1;
text-shadow: none;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-webkit-backface-visibility: hidden;
}
html[data-lc-type="image"] #lightcase-content,
html[data-lc-type="video"] #lightcase-content {
background-color: #333;
}
}
html[data-lc-type="ajax"] #lightcase-content,
html[data-lc-type="error"] #lightcase-content,
html[data-lc-type="inline"] #lightcase-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 640px) {
html[data-lc-type="ajax"] #lightcase-case,
html[data-lc-type="inline"] #lightcase-case {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
margin: 0 !important;
padding: 55px 0 70px;
width: 100% !important;
height: 100% !important;
overflow: auto !important;
}
html[data-lc-type="ajax"] #lightcase-content,
html[data-lc-type="error"] #lightcase-content,
html[data-lc-type="inline"] #lightcase-content {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: 0 0 !important;
}
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
padding: 15px;
}
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner > *,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner > *,
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner > * {
width: 100% !important;
max-width: none !important;
}
html[data-lc-type="ajax"]
#lightcase-content
.lightcase-contentInner
> :not(iframe),
html[data-lc-type="error"]
#lightcase-content
.lightcase-contentInner
> :not(iframe),
html[data-lc-type="inline"]
#lightcase-content
.lightcase-contentInner
> :not(iframe) {
height: auto !important;
max-height: none !important;
}
html.lightcase-isMobileDevice[data-lc-type="iframe"]
#lightcase-content
.lightcase-contentInner
iframe {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 640px) and (min-width: 641px) {
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
line-height: 0.75;
}
}
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
position: relative;
overflow: hidden !important;
}
@media screen and (max-width: 640px) {
html[data-lc-type="ajax"]
#lightcase-content
.lightcase-contentInner
.lightcase-inlineWrap,
html[data-lc-type="error"]
#lightcase-content
.lightcase-contentInner
.lightcase-inlineWrap,
html[data-lc-type="inline"]
#lightcase-content
.lightcase-contentInner
.lightcase-inlineWrap {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: 0 0 !important;
}
#lightcase-content h1,
#lightcase-content h2,
#lightcase-content h3,
#lightcase-content h4,
#lightcase-content h5,
#lightcase-content h6,
#lightcase-content p {
}
}
#lightcase-loading,
a[class*="lightcase-icon-"] {
width: 1.123em;
height: auto;
line-height: 1;
text-align: center;
position: fixed;
}
@media screen and (min-width: 641px) {
html:not([data-lc-type="error"])
#lightcase-content
.lightcase-contentInner
.lightcase-inlineWrap {
padding: 30px;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#lightcase-content h1,
#lightcase-content h2,
#lightcase-content h3,
#lightcase-content h4,
#lightcase-content h5,
#lightcase-content h6,
#lightcase-content p {
}
}
#lightcase-case p.lightcase-error {
margin: 0;
font-size: 17px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
#lightcase-case p.lightcase-error {
padding: 30px 0;
}
}
@media screen and (min-width: 641px) {
#lightcase-case p.lightcase-error {
padding: 0;
}
}
.lightcase-open body {
overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
max-width: 100%;
max-height: 100%;
}
#lightcase-info {
position: absolute;
padding-top: 15px;
}
#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
margin: 0;
padding: 0;
line-height: 1.5;
font-weight: 400;
text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
font-size: 17px;
}
#lightcase-info #lightcase-caption {
clear: both;
font-size: 13px;
}
#lightcase-info #lightcase-sequenceInfo {
font-size: 11px;
}
@media screen and (max-width: 640px) {
#lightcase-info #lightcase-title {
position: fixed;
top: 10px;
left: 0;
max-width: 87.5%;
padding: 5px 15px;
background: #333;
}
.lightcase-fullScreenMode #lightcase-info {
padding-left: 15px;
padding-right: 15px;
}
html:not([data-lc-type="image"]):not([data-lc-type="video"]):not(
[data-lc-type="flash"]
):not([data-lc-type="error"])
#lightcase-info {
position: static;
}
}
#lightcase-loading {
z-index: 2001;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
opacity: 1;
font-size: 32px;
text-shadow: 0 0 15px #fff;
-moz-transform-origin: 50% 53%;
-webkit-animation: lightcase-spin 0.5s infinite linear;
-moz-animation: lightcase-spin 0.5s infinite linear;
-o-animation: lightcase-spin 0.5s infinite linear;
animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading,
#lightcase-loading:focus {
text-decoration: none;
color: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
}
a[class*="lightcase-icon-"] {
z-index: 9999;
font-size: 38px;
text-shadow: none;
outline: 0;
cursor: pointer;
}
a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:focus {
text-decoration: none;
color: rgba(255, 255, 255, 0.6);
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
}
a[class*="lightcase-icon-"]:hover {
color: #fff;
text-shadow: 0 0 15px #fff;
}
.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
text-shadow: none;
}
a[class*="lightcase-icon-"].lightcase-icon-close {
position: fixed;
top: 15px;
right: 15px;
bottom: auto;
margin: 0;
opacity: 0;
outline: 0;
}
a[class*="lightcase-icon-"].lightcase-icon-prev {
left: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-next {
right: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-pause,
a[class*="lightcase-icon-"].lightcase-icon-play {
left: 50%;
margin-left: -0.5em;
}
@media screen and (max-width: 640px) {
a[class*="lightcase-icon-"] {
bottom: 15px;
font-size: 24px;
}
}
@media screen and (min-width: 641px) {
a[class*="lightcase-icon-"].lightcase-icon-pause,
a[class*="lightcase-icon-"].lightcase-icon-play {
opacity: 0;
}
a[class*="lightcase-icon-"] {
bottom: 50%;
margin-bottom: -0.5em;
}
#lightcase-case:hover ~ a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:hover {
opacity: 1;
}
}
#lightcase-overlay {
display: none;
width: 100%;
min-height: 100%;
position: fixed;
z-index: 2000;
top: -9999px;
bottom: -9999px;
left: 0;
background: #333;
}
@media screen and (max-width: 640px) {
#lightcase-overlay {
opacity: 1 !important;
}
}

View File

@@ -0,0 +1,200 @@
.nice-select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 38px;
line-height: 36px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
transition: all 0.2s ease-in-out;
user-select: none;
white-space: nowrap;
width: auto;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
border-color: #999;
}
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: "";
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
transform-origin: 66% 66%;
transform: rotate(45deg);
transition: all 0.15s ease-in-out;
width: 5px;
}
.nice-select.open:after {
transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
opacity: 1;
pointer-events: auto;
transform: scale(1) translateY(0);
width: 100%;
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #ccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .nice-select-dropdown {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .nice-select-dropdown {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .nice-select-dropdown {
margin-top: 4px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
transform-origin: 50% 0;
transform: scale(0.75) translateY(19px);
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
opacity: 0;
}
.nice-select .list {
border-radius: 5px;
box-sizing: border-box;
overflow: hidden;
padding: 0;
max-height: 210px;
overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
background-color: rgba(0, 0, 0, 0) !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
background-color: #f6f6f6;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: rgba(0, 0, 0, 0);
color: #999;
cursor: default;
}
.nice-select .optgroup {
font-weight: bold;
}
.no-csspointerevents .nice-select .nice-select-dropdown {
display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
display: block;
}
.nice-select .has-multiple {
white-space: inherit;
height: auto;
padding: 7px 12px;
min-height: 36px;
line-height: 22px;
}
.nice-select .has-multiple span.current {
border: 1px solid #ccc;
background: #eee;
padding: 0 10px;
border-radius: 3px;
display: inline-block;
line-height: 24px;
font-size: 14px;
margin-bottom: 3px;
margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
display: block;
line-height: 24px;
padding: 0;
}
.nice-select .nice-select-search-box {
box-sizing: border-box;
width: 100%;
padding: 5px;
pointer-events: none;
border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
box-sizing: border-box;
background-color: #fff;
border: 1px solid #e8e8e8;
border-radius: 3px;
color: #444;
display: inline-block;
vertical-align: middle;
padding: 7px 12px;
margin: 0 10px 0 0;
width: 100%;
min-height: 36px;
line-height: 22px;
height: auto;
outline: 0 !important;
font-size: 14px;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,705 @@
/**
* Swiper 11.1.4
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: May 30, 2024
*/
@font-face {
font-family: swiper-icons;
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(
--swiper-wrapper-transition-timing-function,
initial
);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
> .swiper-wrapper
> .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
> .swiper-wrapper
> .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(
to left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(
to top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: var(--swiper-navigation-top-offset, 50%);
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
width: 100%;
height: 100%;
object-fit: contain;
transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 10px);
right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-lock {
display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: 0.3s opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(
--swiper-pagination-bullet-width,
var(--swiper-pagination-bullet-size, 8px)
);
height: var(
--swiper-pagination-bullet-height,
var(--swiper-pagination-bullet-size, 8px)
);
display: inline-block;
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
display: inline-block;
transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
background: var(
--swiper-pagination-progressbar-bg-color,
rgba(0, 0, 0, 0.25)
);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-border-radius, 10px);
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
touch-action: none;
}
.swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}

View File

@@ -0,0 +1,858 @@
/*! jQuery UI - v1.11.4 - 2016-06-07
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
}
.ui-state-disabled {
cursor: default !important;
}
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-widget {
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #a6c9e2;
background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50%
bottom repeat-x;
color: #222;
}
.ui-widget-content a {
color: #222;
}
.ui-widget-header {
border: 1px solid #4297d7;
background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50%
50% repeat-x;
color: #fff;
font-weight: bold;
}
.ui-widget-header a {
color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #c5dbec;
background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50%
repeat-x;
font-weight: bold;
color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #2e6e9e;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #79b7e7;
background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50%
repeat-x;
font-weight: bold;
color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #1d5987;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #79b7e7;
background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50%
50% repeat-x;
font-weight: bold;
color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #e17009;
text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fad42e;
background: #fbec88;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50%
repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: 0.7;
filter: Alpha(Opacity=70);
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 0.35;
filter: Alpha(Opacity=35);
background-image: none;
}
.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35);
}
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
background-image: url("images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url("images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
background-image: url("images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
background-position: 16px 16px;
}
.ui-icon-carat-1-n {
background-position: 0 0;
}
.ui-icon-carat-1-ne {
background-position: -16px 0;
}
.ui-icon-carat-1-e {
background-position: -32px 0;
}
.ui-icon-carat-1-se {
background-position: -48px 0;
}
.ui-icon-carat-1-s {
background-position: -64px 0;
}
.ui-icon-carat-1-sw {
background-position: -80px 0;
}
.ui-icon-carat-1-w {
background-position: -96px 0;
}
.ui-icon-carat-1-nw {
background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
background-position: -144px 0;
}
.ui-icon-triangle-1-n {
background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
background-position: -176px -64px;
}
.ui-icon-arrow-4 {
background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
background-position: -16px -80px;
}
.ui-icon-extlink {
background-position: -32px -80px;
}
.ui-icon-newwin {
background-position: -48px -80px;
}
.ui-icon-refresh {
background-position: -64px -80px;
}
.ui-icon-shuffle {
background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
background-position: 0 -96px;
}
.ui-icon-folder-open {
background-position: -16px -96px;
}
.ui-icon-document {
background-position: -32px -96px;
}
.ui-icon-document-b {
background-position: -48px -96px;
}
.ui-icon-note {
background-position: -64px -96px;
}
.ui-icon-mail-closed {
background-position: -80px -96px;
}
.ui-icon-mail-open {
background-position: -96px -96px;
}
.ui-icon-suitcase {
background-position: -112px -96px;
}
.ui-icon-comment {
background-position: -128px -96px;
}
.ui-icon-person {
background-position: -144px -96px;
}
.ui-icon-print {
background-position: -160px -96px;
}
.ui-icon-trash {
background-position: -176px -96px;
}
.ui-icon-locked {
background-position: -192px -96px;
}
.ui-icon-unlocked {
background-position: -208px -96px;
}
.ui-icon-bookmark {
background-position: -224px -96px;
}
.ui-icon-tag {
background-position: -240px -96px;
}
.ui-icon-home {
background-position: 0 -112px;
}
.ui-icon-flag {
background-position: -16px -112px;
}
.ui-icon-calendar {
background-position: -32px -112px;
}
.ui-icon-cart {
background-position: -48px -112px;
}
.ui-icon-pencil {
background-position: -64px -112px;
}
.ui-icon-clock {
background-position: -80px -112px;
}
.ui-icon-disk {
background-position: -96px -112px;
}
.ui-icon-calculator {
background-position: -112px -112px;
}
.ui-icon-zoomin {
background-position: -128px -112px;
}
.ui-icon-zoomout {
background-position: -144px -112px;
}
.ui-icon-search {
background-position: -160px -112px;
}
.ui-icon-wrench {
background-position: -176px -112px;
}
.ui-icon-gear {
background-position: -192px -112px;
}
.ui-icon-heart {
background-position: -208px -112px;
}
.ui-icon-star {
background-position: -224px -112px;
}
.ui-icon-link {
background-position: -240px -112px;
}
.ui-icon-cancel {
background-position: 0 -128px;
}
.ui-icon-plus {
background-position: -16px -128px;
}
.ui-icon-plusthick {
background-position: -32px -128px;
}
.ui-icon-minus {
background-position: -48px -128px;
}
.ui-icon-minusthick {
background-position: -64px -128px;
}
.ui-icon-close {
background-position: -80px -128px;
}
.ui-icon-closethick {
background-position: -96px -128px;
}
.ui-icon-key {
background-position: -112px -128px;
}
.ui-icon-lightbulb {
background-position: -128px -128px;
}
.ui-icon-scissors {
background-position: -144px -128px;
}
.ui-icon-clipboard {
background-position: -160px -128px;
}
.ui-icon-copy {
background-position: -176px -128px;
}
.ui-icon-contact {
background-position: -192px -128px;
}
.ui-icon-image {
background-position: -208px -128px;
}
.ui-icon-video {
background-position: -224px -128px;
}
.ui-icon-script {
background-position: -240px -128px;
}
.ui-icon-alert {
background-position: 0 -144px;
}
.ui-icon-info {
background-position: -16px -144px;
}
.ui-icon-notice {
background-position: -32px -144px;
}
.ui-icon-help {
background-position: -48px -144px;
}
.ui-icon-check {
background-position: -64px -144px;
}
.ui-icon-bullet {
background-position: -80px -144px;
}
.ui-icon-radio-on {
background-position: -96px -144px;
}
.ui-icon-radio-off {
background-position: -112px -144px;
}
.ui-icon-pin-w {
background-position: -128px -144px;
}
.ui-icon-pin-s {
background-position: -144px -144px;
}
.ui-icon-play {
background-position: 0 -160px;
}
.ui-icon-pause {
background-position: -16px -160px;
}
.ui-icon-seek-next {
background-position: -32px -160px;
}
.ui-icon-seek-prev {
background-position: -48px -160px;
}
.ui-icon-seek-end {
background-position: -64px -160px;
}
.ui-icon-seek-start {
background-position: -80px -160px;
}
.ui-icon-seek-first {
background-position: -80px -160px;
}
.ui-icon-stop {
background-position: -96px -160px;
}
.ui-icon-eject {
background-position: -112px -160px;
}
.ui-icon-volume-off {
background-position: -128px -160px;
}
.ui-icon-volume-on {
background-position: -144px -160px;
}
.ui-icon-power {
background-position: 0 -176px;
}
.ui-icon-signal-diag {
background-position: -16px -176px;
}
.ui-icon-signal {
background-position: -32px -176px;
}
.ui-icon-battery-0 {
background-position: -48px -176px;
}
.ui-icon-battery-1 {
background-position: -64px -176px;
}
.ui-icon-battery-2 {
background-position: -80px -176px;
}
.ui-icon-battery-3 {
background-position: -96px -176px;
}
.ui-icon-circle-plus {
background-position: 0 -192px;
}
.ui-icon-circle-minus {
background-position: -16px -192px;
}
.ui-icon-circle-close {
background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
background-position: -192px -192px;
}
.ui-icon-circle-check {
background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 5px;
}
.ui-widget-overlay {
background: #aaa;
opacity: 0.3;
filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaa;
opacity: 0.3;
filter: Alpha(Opacity=30);
border-radius: 8px;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 930 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2015 by original authors @ fontello.com</metadata>
<defs>
<font id="lightcase" horiz-adv-x="1000" >
<font-face font-family="lightcase" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" >
<missing-glyph horiz-adv-x="1000" >
<glyph glyph-name="play" unicode="&#xe800;" d="m500 850c-275 0-499-224-499-500 0-275 224-500 499-500s500 225 500 500c0 276-224 500-500 500z m0-966c-256 0-466 210-466 466 0 257 210 466 466 466 257 0 466-209 466-466 0-257-209-466-466-466z m-38 644c-3 3-8 5-12 5 0 0 0 0 0 0-1 0-2 0-3-1-1 0-2 0-4 0-6-3-10-9-10-16v-331 0c0-3 0-5 1-7 2-4 5-7 10-9 1 0 2 0 3-1 1 0 2 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 9 1 12 5l165 165c7 7 7 18 0 24l-165 166z m5-302v249l125-125-125-124z" horiz-adv-x="1000" >
<glyph glyph-name="pause" unicode="&#xe801;" d="m500 850c-275 0-500-225-500-500 0-276 225-500 500-500s500 224 500 500c0 275-224 500-500 500z m0-966c-257 0-466 209-466 466 0 257 209 466 466 466 257 0 466-209 466-466 0-257-209-466-466-466z m129 620v-308c0-10-7-17-17-17s-17 7-17 17v308c0 9 8 17 17 17s17-8 17-17z m-223 0v-308c0-10-8-17-17-17-10 0-17 7-17 17v308c0 9 7 17 17 17 9 0 17-8 17-17z" horiz-adv-x="1000" >
<glyph glyph-name="close" unicode="&#xe802;" d="m660 487l-136-137 136-137c7-6 7-17 0-24-3-3-7-5-12-5-4 0-8 2-12 5l-136 137-137-137c-3-3-8-5-12-5-4 0-9 2-12 5-7 7-7 18 0 24l137 137-137 137c-7 6-7 17 0 24 6 6 17 6 24 0l137-137 136 137c7 6 18 6 24 0 7-7 7-18 0-24z m339-137c0-275-224-499-499-499-276 0-500 224-500 499 0 275 224 499 500 499 275 0 499-224 499-499z m-34 0c0 257-209 466-465 466-257 0-466-209-466-466 0-257 209-466 466-466 256 0 465 209 465 466z" horiz-adv-x="1000" >
<glyph glyph-name="prev" unicode="&#xe803;" d="m500 849c-275 0-499-223-499-499 0-275 224-499 499-499 275 0 499 224 499 499 0 276-224 499-499 499z m0-964c-257 0-466 209-466 465 0 257 209 466 466 466 256 0 465-209 465-466 0-256-209-465-465-465z m74 612l-153-154 153-153c7-7 7-18 0-24-6-7-17-7-24 0l-165 165c-6 7-6 17 0 24l165 166c4 3 8 5 12 5 5 0 9-2 12-5 7-7 7-18 0-24z" horiz-adv-x="1000" >
<glyph glyph-name="next" unicode="&#xe804;" d="m500-149c275 0 499 224 499 499 0 276-224 499-499 499-275 0-499-223-499-499 0-275 224-499 499-499z m0 965c256 0 465-209 465-466 0-256-209-465-465-465-257 0-466 209-466 465 0 257 209 466 466 466z m-75-612l153 154-153 153c-6 7-6 17 0 24 7 7 17 7 24 0l165-165c7-7 7-18 0-24l-165-166c-3-3-8-5-12-5-4 0-9 2-12 5-7 7-7 17 0 24z" horiz-adv-x="1000" >
<glyph glyph-name="spin" unicode="&#xe805;" d="m1000 315h-36c0 275-224 499-499 499v36c295 0 535-240 535-535z" horiz-adv-x="1000" >
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,390 @@
@font-face {
font-family: "flaticon";
src: url("./flaticon.ttf?b66957d660bcc55c5e858f139c964a40") format("truetype"), url("./flaticon.woff?b66957d660bcc55c5e858f139c964a40") format("woff"), url("./flaticon.woff2?b66957d660bcc55c5e858f139c964a40") format("woff2"), url("./flaticon.eot?b66957d660bcc55c5e858f139c964a40#iefix") format("embedded-opentype"), url("./flaticon.svg?b66957d660bcc55c5e858f139c964a40#flaticon") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
font-family: flaticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-add-to-cart:before {
content: "\f101";
}
.flaticon-add-user-1:before {
content: "\f102";
}
.flaticon-add-user:before {
content: "\f103";
}
.flaticon-add:before {
content: "\f104";
}
.flaticon-airplane:before {
content: "\f105";
}
.flaticon-apartment-1:before {
content: "\f106";
}
.flaticon-apartment:before {
content: "\f107";
}
.flaticon-armchair:before {
content: "\f108";
}
.flaticon-bathtub:before {
content: "\f109";
}
.flaticon-bed-1:before {
content: "\f10a";
}
.flaticon-bed:before {
content: "\f10b";
}
.flaticon-beds:before {
content: "\f10c";
}
.flaticon-book:before {
content: "\f10d";
}
.flaticon-branch:before {
content: "\f10e";
}
.flaticon-building:before {
content: "\f10f";
}
.flaticon-buy-home:before {
content: "\f110";
}
.flaticon-buy-online:before {
content: "\f111";
}
.flaticon-call-center-agent:before {
content: "\f112";
}
.flaticon-car:before {
content: "\f113";
}
.flaticon-chat:before {
content: "\f114";
}
.flaticon-clean:before {
content: "\f115";
}
.flaticon-deal-1:before {
content: "\f116";
}
.flaticon-deal:before {
content: "\f117";
}
.flaticon-dining-table-with-chairs:before {
content: "\f118";
}
.flaticon-double-bed:before {
content: "\f119";
}
.flaticon-dryer:before {
content: "\f11a";
}
.flaticon-dumbbell:before {
content: "\f11b";
}
.flaticon-dumbell:before {
content: "\f11c";
}
.flaticon-excavator:before {
content: "\f11d";
}
.flaticon-expand:before {
content: "\f11e";
}
.flaticon-fast-forward-double-right-arrows-symbol:before {
content: "\f11f";
}
.flaticon-financial:before {
content: "\f120";
}
.flaticon-garage-1:before {
content: "\f121";
}
.flaticon-garage:before {
content: "\f122";
}
.flaticon-google-docs:before {
content: "\f123";
}
.flaticon-heart-1:before {
content: "\f124";
}
.flaticon-heart:before {
content: "\f125";
}
.flaticon-home-1:before {
content: "\f126";
}
.flaticon-home-2:before {
content: "\f127";
}
.flaticon-home-3:before {
content: "\f128";
}
.flaticon-home:before {
content: "\f129";
}
.flaticon-hospital:before {
content: "\f12a";
}
.flaticon-house-1:before {
content: "\f12b";
}
.flaticon-house-2:before {
content: "\f12c";
}
.flaticon-house-3:before {
content: "\f12d";
}
.flaticon-house-4:before {
content: "\f12e";
}
.flaticon-house-key:before {
content: "\f12f";
}
.flaticon-house:before {
content: "\f130";
}
.flaticon-key-1:before {
content: "\f131";
}
.flaticon-key:before {
content: "\f132";
}
.flaticon-left-quote-1:before {
content: "\f133";
}
.flaticon-left-quote:before {
content: "\f134";
}
.flaticon-left-quotes-sign:before {
content: "\f135";
}
.flaticon-location:before {
content: "\f136";
}
.flaticon-loupe:before {
content: "\f137";
}
.flaticon-mall:before {
content: "\f138";
}
.flaticon-maps-and-location:before {
content: "\f139";
}
.flaticon-measure:before {
content: "\f13a";
}
.flaticon-metro:before {
content: "\f13b";
}
.flaticon-mortarboard:before {
content: "\f13c";
}
.flaticon-mortgage:before {
content: "\f13d";
}
.flaticon-mountain:before {
content: "\f13e";
}
.flaticon-office:before {
content: "\f13f";
}
.flaticon-official-documents:before {
content: "\f140";
}
.flaticon-online-shop:before {
content: "\f141";
}
.flaticon-operator:before {
content: "\f142";
}
.flaticon-package:before {
content: "\f143";
}
.flaticon-park:before {
content: "\f144";
}
.flaticon-parking:before {
content: "\f145";
}
.flaticon-pencil:before {
content: "\f146";
}
.flaticon-phone-call:before {
content: "\f147";
}
.flaticon-pin:before {
content: "\f148";
}
.flaticon-plane:before {
content: "\f149";
}
.flaticon-plus:before {
content: "\f14a";
}
.flaticon-quotation:before {
content: "\f14b";
}
.flaticon-right-arrow:before {
content: "\f14c";
}
.flaticon-right-quote:before {
content: "\f14d";
}
.flaticon-salad:before {
content: "\f14e";
}
.flaticon-secure-shield:before {
content: "\f14f";
}
.flaticon-secure:before {
content: "\f150";
}
.flaticon-select:before {
content: "\f151";
}
.flaticon-sewing:before {
content: "\f152";
}
.flaticon-slider:before {
content: "\f153";
}
.flaticon-slumber:before {
content: "\f154";
}
.flaticon-square-shape-design-interface-tool-symbol:before {
content: "\f155";
}
.flaticon-stethoscope:before {
content: "\f156";
}
.flaticon-support:before {
content: "\f157";
}
.flaticon-swimming:before {
content: "\f158";
}
.flaticon-toilet:before {
content: "\f159";
}
.flaticon-train:before {
content: "\f15a";
}
.flaticon-user-1:before {
content: "\f15b";
}
.flaticon-user:before {
content: "\f15c";
}
.flaticon-vegetable:before {
content: "\f15d";
}
.flaticon-washer:before {
content: "\f15e";
}/*# sourceMappingURL=flaticon.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["flaticon.scss","flaticon.css"],"names":[],"mappings":"AAEA;EACI,uBAHY;EAIZ,yYAAA;ACDJ;ADQA;EACI,gCAAA;EACA,kBAAA;EACA,8BAAA;EACA,oBAAA;EACA,oBAAA;EACA,cAAA;EACA,mCAAA;EACA,kCAAA;ACNJ;;AD0GA;EACI,gBAAA;ACvGJ;;ADyGA;EACI,gBAAA;ACtGJ;;ADwGA;EACI,gBAAA;ACrGJ;;ADuGA;EACI,gBAAA;ACpGJ;;ADsGA;EACI,gBAAA;ACnGJ;;ADqGA;EACI,gBAAA;AClGJ;;ADoGA;EACI,gBAAA;ACjGJ;;ADmGA;EACI,gBAAA;AChGJ;;ADkGA;EACI,gBAAA;AC/FJ;;ADiGA;EACI,gBAAA;AC9FJ;;ADgGA;EACI,gBAAA;AC7FJ;;AD+FA;EACI,gBAAA;AC5FJ;;AD8FA;EACI,gBAAA;AC3FJ;;AD6FA;EACI,gBAAA;AC1FJ;;AD4FA;EACI,gBAAA;ACzFJ;;AD2FA;EACI,gBAAA;ACxFJ;;AD0FA;EACI,gBAAA;ACvFJ;;ADyFA;EACI,gBAAA;ACtFJ;;ADwFA;EACI,gBAAA;ACrFJ;;ADuFA;EACI,gBAAA;ACpFJ;;ADsFA;EACI,gBAAA;ACnFJ;;ADqFA;EACI,gBAAA;AClFJ;;ADoFA;EACI,gBAAA;ACjFJ;;ADmFA;EACI,gBAAA;AChFJ;;ADkFA;EACI,gBAAA;AC/EJ;;ADiFA;EACI,gBAAA;AC9EJ;;ADgFA;EACI,gBAAA;AC7EJ;;AD+EA;EACI,gBAAA;AC5EJ;;AD8EA;EACI,gBAAA;AC3EJ;;AD6EA;EACI,gBAAA;AC1EJ;;AD4EA;EACI,gBAAA;ACzEJ;;AD2EA;EACI,gBAAA;ACxEJ;;AD0EA;EACI,gBAAA;ACvEJ;;ADyEA;EACI,gBAAA;ACtEJ;;ADwEA;EACI,gBAAA;ACrEJ;;ADuEA;EACI,gBAAA;ACpEJ;;ADsEA;EACI,gBAAA;ACnEJ;;ADqEA;EACI,gBAAA;AClEJ;;ADoEA;EACI,gBAAA;ACjEJ;;ADmEA;EACI,gBAAA;AChEJ;;ADkEA;EACI,gBAAA;AC/DJ;;ADiEA;EACI,gBAAA;AC9DJ;;ADgEA;EACI,gBAAA;AC7DJ;;AD+DA;EACI,gBAAA;AC5DJ;;AD8DA;EACI,gBAAA;AC3DJ;;AD6DA;EACI,gBAAA;AC1DJ;;AD4DA;EACI,gBAAA;ACzDJ;;AD2DA;EACI,gBAAA;ACxDJ;;AD0DA;EACI,gBAAA;ACvDJ;;ADyDA;EACI,gBAAA;ACtDJ;;ADwDA;EACI,gBAAA;ACrDJ;;ADuDA;EACI,gBAAA;ACpDJ;;ADsDA;EACI,gBAAA;ACnDJ;;ADqDA;EACI,gBAAA;AClDJ;;ADoDA;EACI,gBAAA;ACjDJ;;ADmDA;EACI,gBAAA;AChDJ;;ADkDA;EACI,gBAAA;AC/CJ;;ADiDA;EACI,gBAAA;AC9CJ;;ADgDA;EACI,gBAAA;AC7CJ;;AD+CA;EACI,gBAAA;AC5CJ;;AD8CA;EACI,gBAAA;AC3CJ;;AD6CA;EACI,gBAAA;AC1CJ;;AD4CA;EACI,gBAAA;ACzCJ;;AD2CA;EACI,gBAAA;ACxCJ;;AD0CA;EACI,gBAAA;ACvCJ;;ADyCA;EACI,gBAAA;ACtCJ;;ADwCA;EACI,gBAAA;ACrCJ;;ADuCA;EACI,gBAAA;ACpCJ;;ADsCA;EACI,gBAAA;ACnCJ;;ADqCA;EACI,gBAAA;AClCJ;;ADoCA;EACI,gBAAA;ACjCJ;;ADmCA;EACI,gBAAA;AChCJ;;ADkCA;EACI,gBAAA;AC/BJ;;ADiCA;EACI,gBAAA;AC9BJ;;ADgCA;EACI,gBAAA;AC7BJ;;AD+BA;EACI,gBAAA;AC5BJ;;AD8BA;EACI,gBAAA;AC3BJ;;AD6BA;EACI,gBAAA;AC1BJ;;AD4BA;EACI,gBAAA;ACzBJ;;AD2BA;EACI,gBAAA;ACxBJ;;AD0BA;EACI,gBAAA;ACvBJ;;ADyBA;EACI,gBAAA;ACtBJ;;ADwBA;EACI,gBAAA;ACrBJ;;ADuBA;EACI,gBAAA;ACpBJ;;ADsBA;EACI,gBAAA;ACnBJ;;ADqBA;EACI,gBAAA;AClBJ;;ADoBA;EACI,gBAAA;ACjBJ;;ADmBA;EACI,gBAAA;AChBJ;;ADkBA;EACI,gBAAA;ACfJ;;ADiBA;EACI,gBAAA;ACdJ;;ADgBA;EACI,gBAAA;ACbJ;;ADeA;EACI,gBAAA;ACZJ;;ADcA;EACI,gBAAA;ACXJ;;ADaA;EACI,gBAAA;ACVJ","file":"flaticon.css"}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,401 @@
$flaticon-font: "flaticon";
@font-face {
font-family: $flaticon-font;
src: url("./flaticon.ttf?b66957d660bcc55c5e858f139c964a40") format("truetype"),
url("./flaticon.woff?b66957d660bcc55c5e858f139c964a40") format("woff"),
url("./flaticon.woff2?b66957d660bcc55c5e858f139c964a40") format("woff2"),
url("./flaticon.eot?b66957d660bcc55c5e858f139c964a40#iefix") format("embedded-opentype"),
url("./flaticon.svg?b66957d660bcc55c5e858f139c964a40#flaticon") format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
font-family: flaticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
$flaticon-map: (
"add-to-cart": "\f101",
"add-user-1": "\f102",
"add-user": "\f103",
"add": "\f104",
"airplane": "\f105",
"apartment-1": "\f106",
"apartment": "\f107",
"armchair": "\f108",
"bathtub": "\f109",
"bed-1": "\f10a",
"bed": "\f10b",
"beds": "\f10c",
"book": "\f10d",
"branch": "\f10e",
"building": "\f10f",
"buy-home": "\f110",
"buy-online": "\f111",
"call-center-agent": "\f112",
"car": "\f113",
"chat": "\f114",
"clean": "\f115",
"deal-1": "\f116",
"deal": "\f117",
"dining-table-with-chairs": "\f118",
"double-bed": "\f119",
"dryer": "\f11a",
"dumbbell": "\f11b",
"dumbell": "\f11c",
"excavator": "\f11d",
"expand": "\f11e",
"fast-forward-double-right-arrows-symbol": "\f11f",
"financial": "\f120",
"garage-1": "\f121",
"garage": "\f122",
"google-docs": "\f123",
"heart-1": "\f124",
"heart": "\f125",
"home-1": "\f126",
"home-2": "\f127",
"home-3": "\f128",
"home": "\f129",
"hospital": "\f12a",
"house-1": "\f12b",
"house-2": "\f12c",
"house-3": "\f12d",
"house-4": "\f12e",
"house-key": "\f12f",
"house": "\f130",
"key-1": "\f131",
"key": "\f132",
"left-quote-1": "\f133",
"left-quote": "\f134",
"left-quotes-sign": "\f135",
"location": "\f136",
"loupe": "\f137",
"mall": "\f138",
"maps-and-location": "\f139",
"measure": "\f13a",
"metro": "\f13b",
"mortarboard": "\f13c",
"mortgage": "\f13d",
"mountain": "\f13e",
"office": "\f13f",
"official-documents": "\f140",
"online-shop": "\f141",
"operator": "\f142",
"package": "\f143",
"park": "\f144",
"parking": "\f145",
"pencil": "\f146",
"phone-call": "\f147",
"pin": "\f148",
"plane": "\f149",
"plus": "\f14a",
"quotation": "\f14b",
"right-arrow": "\f14c",
"right-quote": "\f14d",
"salad": "\f14e",
"secure-shield": "\f14f",
"secure": "\f150",
"select": "\f151",
"sewing": "\f152",
"slider": "\f153",
"slumber": "\f154",
"square-shape-design-interface-tool-symbol": "\f155",
"stethoscope": "\f156",
"support": "\f157",
"swimming": "\f158",
"toilet": "\f159",
"train": "\f15a",
"user-1": "\f15b",
"user": "\f15c",
"vegetable": "\f15d",
"washer": "\f15e",
);
.flaticon-add-to-cart:before {
content: map-get($flaticon-map, "add-to-cart");
}
.flaticon-add-user-1:before {
content: map-get($flaticon-map, "add-user-1");
}
.flaticon-add-user:before {
content: map-get($flaticon-map, "add-user");
}
.flaticon-add:before {
content: map-get($flaticon-map, "add");
}
.flaticon-airplane:before {
content: map-get($flaticon-map, "airplane");
}
.flaticon-apartment-1:before {
content: map-get($flaticon-map, "apartment-1");
}
.flaticon-apartment:before {
content: map-get($flaticon-map, "apartment");
}
.flaticon-armchair:before {
content: map-get($flaticon-map, "armchair");
}
.flaticon-bathtub:before {
content: map-get($flaticon-map, "bathtub");
}
.flaticon-bed-1:before {
content: map-get($flaticon-map, "bed-1");
}
.flaticon-bed:before {
content: map-get($flaticon-map, "bed");
}
.flaticon-beds:before {
content: map-get($flaticon-map, "beds");
}
.flaticon-book:before {
content: map-get($flaticon-map, "book");
}
.flaticon-branch:before {
content: map-get($flaticon-map, "branch");
}
.flaticon-building:before {
content: map-get($flaticon-map, "building");
}
.flaticon-buy-home:before {
content: map-get($flaticon-map, "buy-home");
}
.flaticon-buy-online:before {
content: map-get($flaticon-map, "buy-online");
}
.flaticon-call-center-agent:before {
content: map-get($flaticon-map, "call-center-agent");
}
.flaticon-car:before {
content: map-get($flaticon-map, "car");
}
.flaticon-chat:before {
content: map-get($flaticon-map, "chat");
}
.flaticon-clean:before {
content: map-get($flaticon-map, "clean");
}
.flaticon-deal-1:before {
content: map-get($flaticon-map, "deal-1");
}
.flaticon-deal:before {
content: map-get($flaticon-map, "deal");
}
.flaticon-dining-table-with-chairs:before {
content: map-get($flaticon-map, "dining-table-with-chairs");
}
.flaticon-double-bed:before {
content: map-get($flaticon-map, "double-bed");
}
.flaticon-dryer:before {
content: map-get($flaticon-map, "dryer");
}
.flaticon-dumbbell:before {
content: map-get($flaticon-map, "dumbbell");
}
.flaticon-dumbell:before {
content: map-get($flaticon-map, "dumbell");
}
.flaticon-excavator:before {
content: map-get($flaticon-map, "excavator");
}
.flaticon-expand:before {
content: map-get($flaticon-map, "expand");
}
.flaticon-fast-forward-double-right-arrows-symbol:before {
content: map-get($flaticon-map, "fast-forward-double-right-arrows-symbol");
}
.flaticon-financial:before {
content: map-get($flaticon-map, "financial");
}
.flaticon-garage-1:before {
content: map-get($flaticon-map, "garage-1");
}
.flaticon-garage:before {
content: map-get($flaticon-map, "garage");
}
.flaticon-google-docs:before {
content: map-get($flaticon-map, "google-docs");
}
.flaticon-heart-1:before {
content: map-get($flaticon-map, "heart-1");
}
.flaticon-heart:before {
content: map-get($flaticon-map, "heart");
}
.flaticon-home-1:before {
content: map-get($flaticon-map, "home-1");
}
.flaticon-home-2:before {
content: map-get($flaticon-map, "home-2");
}
.flaticon-home-3:before {
content: map-get($flaticon-map, "home-3");
}
.flaticon-home:before {
content: map-get($flaticon-map, "home");
}
.flaticon-hospital:before {
content: map-get($flaticon-map, "hospital");
}
.flaticon-house-1:before {
content: map-get($flaticon-map, "house-1");
}
.flaticon-house-2:before {
content: map-get($flaticon-map, "house-2");
}
.flaticon-house-3:before {
content: map-get($flaticon-map, "house-3");
}
.flaticon-house-4:before {
content: map-get($flaticon-map, "house-4");
}
.flaticon-house-key:before {
content: map-get($flaticon-map, "house-key");
}
.flaticon-house:before {
content: map-get($flaticon-map, "house");
}
.flaticon-key-1:before {
content: map-get($flaticon-map, "key-1");
}
.flaticon-key:before {
content: map-get($flaticon-map, "key");
}
.flaticon-left-quote-1:before {
content: map-get($flaticon-map, "left-quote-1");
}
.flaticon-left-quote:before {
content: map-get($flaticon-map, "left-quote");
}
.flaticon-left-quotes-sign:before {
content: map-get($flaticon-map, "left-quotes-sign");
}
.flaticon-location:before {
content: map-get($flaticon-map, "location");
}
.flaticon-loupe:before {
content: map-get($flaticon-map, "loupe");
}
.flaticon-mall:before {
content: map-get($flaticon-map, "mall");
}
.flaticon-maps-and-location:before {
content: map-get($flaticon-map, "maps-and-location");
}
.flaticon-measure:before {
content: map-get($flaticon-map, "measure");
}
.flaticon-metro:before {
content: map-get($flaticon-map, "metro");
}
.flaticon-mortarboard:before {
content: map-get($flaticon-map, "mortarboard");
}
.flaticon-mortgage:before {
content: map-get($flaticon-map, "mortgage");
}
.flaticon-mountain:before {
content: map-get($flaticon-map, "mountain");
}
.flaticon-office:before {
content: map-get($flaticon-map, "office");
}
.flaticon-official-documents:before {
content: map-get($flaticon-map, "official-documents");
}
.flaticon-online-shop:before {
content: map-get($flaticon-map, "online-shop");
}
.flaticon-operator:before {
content: map-get($flaticon-map, "operator");
}
.flaticon-package:before {
content: map-get($flaticon-map, "package");
}
.flaticon-park:before {
content: map-get($flaticon-map, "park");
}
.flaticon-parking:before {
content: map-get($flaticon-map, "parking");
}
.flaticon-pencil:before {
content: map-get($flaticon-map, "pencil");
}
.flaticon-phone-call:before {
content: map-get($flaticon-map, "phone-call");
}
.flaticon-pin:before {
content: map-get($flaticon-map, "pin");
}
.flaticon-plane:before {
content: map-get($flaticon-map, "plane");
}
.flaticon-plus:before {
content: map-get($flaticon-map, "plus");
}
.flaticon-quotation:before {
content: map-get($flaticon-map, "quotation");
}
.flaticon-right-arrow:before {
content: map-get($flaticon-map, "right-arrow");
}
.flaticon-right-quote:before {
content: map-get($flaticon-map, "right-quote");
}
.flaticon-salad:before {
content: map-get($flaticon-map, "salad");
}
.flaticon-secure-shield:before {
content: map-get($flaticon-map, "secure-shield");
}
.flaticon-secure:before {
content: map-get($flaticon-map, "secure");
}
.flaticon-select:before {
content: map-get($flaticon-map, "select");
}
.flaticon-sewing:before {
content: map-get($flaticon-map, "sewing");
}
.flaticon-slider:before {
content: map-get($flaticon-map, "slider");
}
.flaticon-slumber:before {
content: map-get($flaticon-map, "slumber");
}
.flaticon-square-shape-design-interface-tool-symbol:before {
content: map-get($flaticon-map, "square-shape-design-interface-tool-symbol");
}
.flaticon-stethoscope:before {
content: map-get($flaticon-map, "stethoscope");
}
.flaticon-support:before {
content: map-get($flaticon-map, "support");
}
.flaticon-swimming:before {
content: map-get($flaticon-map, "swimming");
}
.flaticon-toilet:before {
content: map-get($flaticon-map, "toilet");
}
.flaticon-train:before {
content: map-get($flaticon-map, "train");
}
.flaticon-user-1:before {
content: map-get($flaticon-map, "user-1");
}
.flaticon-user:before {
content: map-get($flaticon-map, "user");
}
.flaticon-vegetable:before {
content: map-get($flaticon-map, "vegetable");
}
.flaticon-washer:before {
content: map-get($flaticon-map, "washer");
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 930 KiB

View File

@@ -0,0 +1,152 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 32px;
}

View File

@@ -0,0 +1,30 @@
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 243 KiB

View File

@@ -0,0 +1,315 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?3aun5s');
src: url('fonts/icomoon.eot?3aun5s#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?3aun5s') format('truetype'),
url('fonts/icomoon.woff?3aun5s') format('woff'),
url('fonts/icomoon.svg?3aun5s#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-cancel:before {
content: "\e900";
}
.icon-star:before {
content: "\e901";
}
.icon-star-1:before {
content: "\e902";
}
.icon-plus:before {
content: "\e903";
}
.icon-remove:before {
content: "\e904";
}
.icon-compare:before {
content: "\e905";
}
.icon-facebook:before {
content: "\e906";
}
.icon-twitter:before {
content: "\e907";
}
.icon-linkedin:before {
content: "\e908";
}
.icon-whatsapp:before {
content: "\e909";
}
.icon-youtube:before {
content: "\e90a";
}
.icon-mail:before {
content: "\e90b";
}
.icon-placeholder:before {
content: "\e90c";
}
.icon-call:before {
content: "\e90d";
}
.icon-left-arrow:before {
content: "\e90e";
}
.icon-next:before {
content: "\e90f";
}
.icon-arrows:before {
content: "\e910";
}
.icon-down-arrow:before {
content: "\e911";
}
.icon-mechanic:before {
content: "\e912";
}
.icon-car-service:before {
content: "\e913";
}
.icon-key:before {
content: "\e914";
}
.icon-repair:before {
content: "\e915";
}
.icon-car-parts:before {
content: "\e916";
}
.icon-car:before {
content: "\e917";
}
.icon-exterior:before {
content: "\e918";
}
.icon-car-parts-1:before {
content: "\e919";
}
.icon-maintenance:before {
content: "\e91a";
}
.icon-car-1:before {
content: "\e91b";
}
.icon-car-parts-2:before {
content: "\e91c";
}
.icon-hand:before {
content: "\e91d";
}
.icon-accumulator:before {
content: "\e91e";
}
.icon-car-parts-3:before {
content: "\e91f";
}
.icon-repair-1:before {
content: "\e920";
}
.icon-carwash:before {
content: "\e921";
}
.icon-car-parts-4:before {
content: "\e922";
}
.icon-automobile:before {
content: "\e923";
}
.icon-polisher:before {
content: "\e924";
}
.icon-car-parts-5:before {
content: "\e925";
}
.icon-gasoline:before {
content: "\e926";
}
.icon-seat:before {
content: "\e927";
}
.icon-car-parts-6:before {
content: "\e928";
}
.icon-car-2:before {
content: "\e929";
}
.icon-soap:before {
content: "\e92a";
}
.icon-car-parts-7:before {
content: "\e92b";
}
.icon-disc-brake:before {
content: "\e92c";
}
.icon-car-parts-8:before {
content: "\e92d";
}
.icon-wheel:before {
content: "\e92e";
}
.icon-car-parts-9:before {
content: "\e92f";
}
.icon-speedometer:before {
content: "\e930";
}
.icon-maintenance-1:before {
content: "\e931";
}
.icon-shopping-bags:before {
content: "\e932";
}
.icon-shopping-cart:before {
content: "\e933";
}
.icon-view:before {
content: "\e934";
}
.icon-phone-call:before {
content: "\e935";
}
.icon-calendar:before {
content: "\e936";
}
.icon-calendar-1:before {
content: "\e937";
}
.icon-right-arrow-angle:before {
content: "\e938";
}
.icon-down-arrow-1:before {
content: "\e939";
}
.icon-up-arrow-angle:before {
content: "\e93a";
}
.icon-search:before {
content: "\e93b";
}
.icon-share:before {
content: "\e93c";
}
.icon-left-arrow-1:before {
content: "\e93d";
}
.icon-quotation:before {
content: "\e93e";
}
.icon-user:before {
content: "\e93f";
}
.icon-tag:before {
content: "\e940";
}
.icon-play:before {
content: "\e941";
}
.icon-done:before {
content: "\e942";
}
.icon-electric-car:before {
content: "\e943";
}
.icon-cog:before {
content: "\e944";
}
.icon-car-3:before {
content: "\e945";
}
.icon-tyre:before {
content: "\e946";
}
.icon-wheel-1:before {
content: "\e947";
}
.icon-tire:before {
content: "\e948";
}
.icon-tire-1:before {
content: "\e949";
}
.icon-flat-tire:before {
content: "\e94a";
}
.icon-pressure:before {
content: "\e94b";
}
.icon-right-quote:before {
content: "\e94c";
}
.icon-quote:before {
content: "\e94d";
}
.icon-quotation-1:before {
content: "\e94e";
}
.icon-quote-1:before {
content: "\e94f";
}
.icon-open:before {
content: "\e950";
}
.icon-options:before {
content: "\e951";
}
.icon-location:before {
content: "\e952";
}
.icon-edit:before {
content: "\e953";
}
.icon-award:before {
content: "\e954";
}
.icon-menu:before {
content: "\e955";
}
.icon-categories:before {
content: "\e956";
}
.icon-menu-1:before {
content: "\e957";
}
.icon-menu-2:before {
content: "\e958";
}
.icon-bookmark:before {
content: "\e959";
}
.icon-bookmark-1:before {
content: "\e95a";
}
.icon-reply:before {
content: "\e95b";
}
.icon-reply-1:before {
content: "\e95c";
}
.icon-globe:before {
content: "\e95d";
}
.icon-clock:before {
content: "\e95e";
}
.icon-alarm-clock:before {
content: "\e95f";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Some files were not shown because too many files have changed in this diff Show More