frontlinetraining
7
next.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
swcMinify: true,
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
44
package.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "edu-blink",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"export": "next build && next export",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"@reduxjs/toolkit": "^1.8.5",
|
||||
"@svgr/webpack": "^6.3.1",
|
||||
"bootstrap": "^5.2.0",
|
||||
"emailjs-com": "^3.2.0",
|
||||
"firebase": "^9.12.1",
|
||||
"formik": "^2.2.9",
|
||||
"framer-motion": "^7.6.7",
|
||||
"next": "12.2.5",
|
||||
"next-themes": "^0.2.0",
|
||||
"react": "18.2.0",
|
||||
"react-countup": "^6.3.1",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hydration-provider": "^2.1.0",
|
||||
"react-image-lightbox": "^5.1.4",
|
||||
"react-intersection-observer": "^9.4.0",
|
||||
"react-modal-video": "^1.2.10",
|
||||
"react-paginate": "^8.1.3",
|
||||
"react-rangeslider": "^2.2.0",
|
||||
"react-redux": "^8.0.2",
|
||||
"react-responsive-masonry": "^2.1.6",
|
||||
"react-toastify": "^9.0.8",
|
||||
"sal.js": "^0.8.5",
|
||||
"sass": "^1.54.5",
|
||||
"swiper": "^8.3.2",
|
||||
"yup": "^0.32.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.22.0",
|
||||
"eslint-config-next": "12.2.5"
|
||||
}
|
||||
}
|
||||
BIN
public/.DS_Store
vendored
Normal file
BIN
public/assets/.DS_Store
vendored
Normal file
BIN
public/assets/css/.DS_Store
vendored
Normal file
2601
public/assets/css/vendor/animation.min.css
vendored
Normal file
10327
public/assets/css/vendor/bootstrap.min.css
vendored
Normal file
3930
public/assets/css/vendor/bootstrap.rtl.min.css
vendored
Normal file
355
public/assets/css/vendor/icomoon.css
vendored
Normal file
@ -0,0 +1,355 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('../../fonts/icomoon.eot?wkki4d');
|
||||
src: url('../../fonts/icomoon.eot?wkki4d#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/icomoon.ttf?wkki4d') format('truetype'),
|
||||
url('../../fonts/icomoon.woff?wkki4d') format('woff'),
|
||||
url('../../fonts/icomoon.svg?wkki4d#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-add:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.icon-remove:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
|
||||
.icon-east:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.icon-west:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.icon-envelope:before {
|
||||
content: "\f0e0";
|
||||
}
|
||||
.icon-angle-left:before {
|
||||
content: "\f104";
|
||||
}
|
||||
.icon-angle-right:before {
|
||||
content: "\f105";
|
||||
}
|
||||
.icon-share-alt:before {
|
||||
content: "\f1e0";
|
||||
}
|
||||
.icon-1:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-2:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-3:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-4:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.icon-5:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-6:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-7:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.icon-8:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.icon-9:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.icon-10:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.icon-11:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.icon-12:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.icon-13:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.icon-14:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.icon-15:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icon-16:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.icon-17:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.icon-18:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.icon-19:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.icon-20:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.icon-21:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.icon-22:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.icon-23:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.icon-24:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.icon-25:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.icon-26:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.icon-27:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icon-28:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.icon-29:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.icon-30:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.icon-31:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.icon-32:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.icon-33:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.icon-34:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.icon-35:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.icon-36:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.icon-37:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.icon-38:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.icon-39:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.icon-40:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.icon-41:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.icon-42:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.icon-43:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.icon-44:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.icon-45:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.icon-46:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.icon-47:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.icon-48:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.icon-49:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.icon-50:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.icon-51:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.icon-52:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.icon-53:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.icon-54:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.icon-55:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.icon-56:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.icon-57:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.icon-58:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.icon-59:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.icon-60:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.icon-61:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.icon-62:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.icon-63:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.icon-64:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.icon-65:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.icon-66:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.icon-67:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.icon-68:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.icon-69:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.icon-70:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.icon-71:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.icon-72:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.icon-73:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.icon-74:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.icon-75:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.icon-76:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.icon-77:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.icon-78:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.icon-79:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.icon-80:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.icon-81:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.icon-82:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.icon-83:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.icon-84:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.icon-85:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.icon-86:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.icon-87:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.icon-88:before {
|
||||
content: "\e957";
|
||||
}
|
||||
.icon-89:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.icon-phone:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.icon-star-empty:before {
|
||||
content: "\e9d7";
|
||||
}
|
||||
.icon-star-half:before {
|
||||
content: "\e9d8";
|
||||
}
|
||||
.icon-star-full:before {
|
||||
content: "\e9d9";
|
||||
}
|
||||
.icon-minus:before {
|
||||
content: "\ea0b";
|
||||
}
|
||||
.icon-share2:before {
|
||||
content: "\ea82";
|
||||
}
|
||||
.icon-facebook:before {
|
||||
content: "\ea90";
|
||||
}
|
||||
.icon-instagram:before {
|
||||
content: "\ea92";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\ea96";
|
||||
}
|
||||
.icon-youtube:before {
|
||||
content: "\ea9d";
|
||||
}
|
||||
.icon-linkedin2:before {
|
||||
content: "\eaca";
|
||||
}
|
||||
.icon-pinterest:before {
|
||||
content: "\ead1";
|
||||
}
|
||||
788
public/assets/css/vendor/jqueru-ui-min.css
vendored
Normal file
@ -0,0 +1,788 @@
|
||||
.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: .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 {
|
||||
-webkit-filter: inherit;
|
||||
filter: inherit;
|
||||
}
|
||||
.ui-slider-horizontal {
|
||||
height: .8em;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-handle {
|
||||
top: -.3em;
|
||||
margin-left: -.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: .8em;
|
||||
height: 100px;
|
||||
}
|
||||
.ui-slider-vertical .ui-slider-handle {
|
||||
left: -.3em;
|
||||
margin-left: 0;
|
||||
margin-bottom: -.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: .7;
|
||||
filter: Alpha(Opacity=70);
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
|
||||
opacity: .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: .3;
|
||||
filter: Alpha(Opacity=30);
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
margin: -8px 0 0 -8px;
|
||||
padding: 8px;
|
||||
background: #aaa;
|
||||
opacity: .3;
|
||||
filter: Alpha(Opacity=30);
|
||||
border-radius: 8px;
|
||||
}
|
||||
894
public/assets/css/vendor/lightbox.min.css
vendored
Normal file
@ -0,0 +1,894 @@
|
||||
@font-face {
|
||||
font-family: 'lg';
|
||||
src: url("../../images/icons/lg.eot?n1z373");
|
||||
src: url("../../images/icons/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../images/icons/lg.woff?n1z373") format("woff"), url("../../images/icons/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
.lg-icon {
|
||||
font-family: 'lg';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.lg-actions .lg-next, .lg-actions .lg-prev {
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
border-radius: 2px;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
font-size: 22px;
|
||||
margin-top: -10px;
|
||||
padding: 8px 10px 9px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
z-index: 1080;
|
||||
}
|
||||
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
|
||||
pointer-events: none;
|
||||
opacity: .5;
|
||||
}
|
||||
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
.lg-actions .lg-next {
|
||||
right: 20px;
|
||||
}
|
||||
.lg-actions .lg-next:before {
|
||||
content: "\e095"}
|
||||
.lg-actions .lg-prev {
|
||||
left: 20px;
|
||||
}
|
||||
.lg-actions .lg-prev:after {
|
||||
content: "\e094"}
|
||||
@-webkit-keyframes lg-right-end {
|
||||
0% {
|
||||
left: 0;
|
||||
}
|
||||
50% {
|
||||
left: -30px;
|
||||
}
|
||||
100% {
|
||||
left: 0;
|
||||
}
|
||||
}@keyframes lg-right-end {
|
||||
0% {
|
||||
left: 0;
|
||||
}
|
||||
50% {
|
||||
left: -30px;
|
||||
}
|
||||
100% {
|
||||
left: 0;
|
||||
}
|
||||
}@-webkit-keyframes lg-left-end {
|
||||
0% {
|
||||
left: 0;
|
||||
}
|
||||
50% {
|
||||
left: 30px;
|
||||
}
|
||||
100% {
|
||||
left: 0;
|
||||
}
|
||||
}@keyframes lg-left-end {
|
||||
0% {
|
||||
left: 0;
|
||||
}
|
||||
50% {
|
||||
left: 30px;
|
||||
}
|
||||
100% {
|
||||
left: 0;
|
||||
}
|
||||
}.lg-outer.lg-right-end .lg-object {
|
||||
-webkit-animation: lg-right-end .3s;
|
||||
animation: lg-right-end .3s;
|
||||
position: relative;
|
||||
}
|
||||
.lg-outer.lg-left-end .lg-object {
|
||||
-webkit-animation: lg-left-end .3s;
|
||||
animation: lg-left-end .3s;
|
||||
position: relative;
|
||||
}
|
||||
.lg-toolbar {
|
||||
z-index: 1082;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.lg-toolbar .lg-icon {
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
font-size: 24px;
|
||||
height: 47px;
|
||||
line-height: 27px;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
width: 50px;
|
||||
text-decoration: none !important;
|
||||
outline: medium none;
|
||||
-webkit-transition: color .2s linear;
|
||||
-o-transition: color .2s linear;
|
||||
transition: color .2s linear;
|
||||
}
|
||||
.lg-toolbar .lg-icon:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
.lg-toolbar .lg-close:after {
|
||||
content: "\e070"}
|
||||
.lg-toolbar .lg-download:after {
|
||||
content: "\e0f2"}
|
||||
.lg-sub-html {
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
bottom: 0;
|
||||
color: #EEE;
|
||||
font-size: 16px;
|
||||
left: 0;
|
||||
padding: 10px 40px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
z-index: 1080;
|
||||
}
|
||||
.lg-sub-html h4 {
|
||||
margin: 0;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.lg-sub-html p {
|
||||
font-size: 12px;
|
||||
margin: 5px 0 0;
|
||||
}
|
||||
#lg-counter {
|
||||
color: #999;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
padding-top: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.lg-toolbar, .lg-prev, .lg-next {
|
||||
opacity: 1;
|
||||
-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
|
||||
-o-transition: -o-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
|
||||
-webkit-transition: opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
-o-transition: transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
|
||||
transition: transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
|
||||
transition: transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
}
|
||||
.lg-hide-items .lg-prev {
|
||||
opacity: 0;
|
||||
-webkit-transform: translate3d(-10px, 0, 0);
|
||||
transform: translate3d(-10px, 0, 0);
|
||||
}
|
||||
.lg-hide-items .lg-next {
|
||||
opacity: 0;
|
||||
-webkit-transform: translate3d(10px, 0, 0);
|
||||
transform: translate3d(10px, 0, 0);
|
||||
}
|
||||
.lg-hide-items .lg-toolbar {
|
||||
opacity: 0;
|
||||
-webkit-transform: translate3d(0, -10px, 0);
|
||||
transform: translate3d(0, -10px, 0);
|
||||
}
|
||||
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
|
||||
-webkit-transform: scale3d(0.5, 0.5, 0.5);
|
||||
transform: scale3d(0.5, 0.5, 0.5);
|
||||
opacity: 0;
|
||||
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
|
||||
-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
|
||||
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
|
||||
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
|
||||
-o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
|
||||
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
|
||||
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
|
||||
-webkit-transform-origin: 50% 50%;
|
||||
-ms-transform-origin: 50% 50%;
|
||||
transform-origin: 50% 50%}
|
||||
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-outer .lg-thumb-outer {
|
||||
background-color: #0d0a0a;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1080;
|
||||
max-height: 350px;
|
||||
-webkit-transform: translate3d(0, 100%, 0);
|
||||
transform: translate3d(0, 100%, 0);
|
||||
-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
-o-transition: -o-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
-o-transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
}
|
||||
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
|
||||
cursor: -webkit-grab;
|
||||
cursor: -o-grab;
|
||||
cursor: -ms-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
|
||||
cursor: move;
|
||||
cursor: -webkit-grabbing;
|
||||
cursor: -o-grabbing;
|
||||
cursor: -ms-grabbing;
|
||||
cursor: grabbing;
|
||||
}
|
||||
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
|
||||
-webkit-transition-duration: 0s !important;
|
||||
-o-transition-duration: 0s !important;
|
||||
transition-duration: 0s !important;
|
||||
}
|
||||
.lg-outer.lg-thumb-open .lg-thumb-outer {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
.lg-outer .lg-thumb {
|
||||
padding: 10px 0;
|
||||
height: 100%;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
.lg-outer .lg-thumb-item {
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
border: 2px solid #FFF;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@media(min-width:1025px) {
|
||||
.lg-outer .lg-thumb-item {
|
||||
-webkit-transition: border-color .25s ease;
|
||||
-o-transition: border-color .25s ease;
|
||||
transition: border-color .25s ease;
|
||||
}
|
||||
}.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
|
||||
border-color: #a90707;
|
||||
}
|
||||
.lg-outer .lg-thumb-item img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
.lg-outer.lg-has-thumb .lg-item {
|
||||
padding-bottom: 120px;
|
||||
}
|
||||
.lg-outer.lg-can-toggle .lg-item {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.lg-outer.lg-pull-caption-up .lg-sub-html {
|
||||
-webkit-transition: bottom .25s ease;
|
||||
-o-transition: bottom .25s ease;
|
||||
transition: bottom .25s ease;
|
||||
}
|
||||
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
|
||||
bottom: 100px;
|
||||
}
|
||||
.lg-outer .lg-toggle-thumb {
|
||||
background-color: #0d0a0a;
|
||||
border-radius: 2px 2px 0 0;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
font-size: 24px;
|
||||
height: 39px;
|
||||
line-height: 27px;
|
||||
padding: 5px 0;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
text-align: center;
|
||||
top: -39px;
|
||||
width: 50px;
|
||||
}
|
||||
.lg-outer .lg-toggle-thumb:after {
|
||||
content: "\e1ff"}
|
||||
.lg-outer .lg-toggle-thumb:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
.lg-outer .lg-video-cont {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
max-width: 1140px;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.lg-outer .lg-video {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 56.25%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.lg-outer .lg-video .lg-object {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
.lg-outer .lg-video .lg-video-play {
|
||||
width: 84px;
|
||||
height: 59px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -42px;
|
||||
margin-top: -30px;
|
||||
z-index: 1080;
|
||||
cursor: pointer;
|
||||
}
|
||||
.lg-outer .lg-has-vimeo .lg-video-play {
|
||||
background: url("../../images/icons/vimeo-play.png") no-repeat scroll 0 0 transparent;
|
||||
}
|
||||
.lg-outer .lg-has-vimeo:hover .lg-video-play {
|
||||
background: url("../../images/icons/vimeo-play.png") no-repeat scroll 0 -58px transparent;
|
||||
}
|
||||
.lg-outer .lg-has-html5 .lg-video-play {
|
||||
background: transparent url("../../images/icons/video-play.png") no-repeat scroll 0 0;
|
||||
height: 64px;
|
||||
margin-left: -32px;
|
||||
margin-top: -32px;
|
||||
width: 64px;
|
||||
opacity: .8;
|
||||
}
|
||||
.lg-outer .lg-has-html5:hover .lg-video-play {
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-outer .lg-has-youtube .lg-video-play {
|
||||
background: url("../../images/icons/youtube-play.png") no-repeat scroll 0 0 transparent;
|
||||
}
|
||||
.lg-outer .lg-has-youtube:hover .lg-video-play {
|
||||
background: url("../../images/icons/youtube-play.png") no-repeat scroll 0 -60px transparent;
|
||||
}
|
||||
.lg-outer .lg-video-object {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.lg-outer .lg-has-video .lg-video-object {
|
||||
visibility: hidden;
|
||||
}
|
||||
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
|
||||
display: none;
|
||||
}
|
||||
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
|
||||
visibility: visible;
|
||||
}
|
||||
.lg-progress-bar {
|
||||
background-color: #333;
|
||||
height: 5px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 1083;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .08s ease 0s;
|
||||
-o-transition: opacity .08s ease 0s;
|
||||
transition: opacity .08s ease 0s;
|
||||
}
|
||||
.lg-progress-bar .lg-progress {
|
||||
background-color: #a90707;
|
||||
height: 5px;
|
||||
width: 0;
|
||||
}
|
||||
.lg-progress-bar.lg-start .lg-progress {
|
||||
width: 100%}
|
||||
.lg-show-autoplay .lg-progress-bar {
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-autoplay-button:after {
|
||||
content: "\e01d"}
|
||||
.lg-show-autoplay .lg-autoplay-button:after {
|
||||
content: "\e01a"}
|
||||
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
|
||||
-webkit-transition-duration: 0s;
|
||||
-o-transition-duration: 0s;
|
||||
transition-duration: 0s;
|
||||
}
|
||||
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
|
||||
-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
-o-transition: -o-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
-o-transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
}
|
||||
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
|
||||
-webkit-transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
-o-transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
}
|
||||
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;
|
||||
-o-transition: -o-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;
|
||||
-webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
|
||||
transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
|
||||
-o-transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;
|
||||
transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;
|
||||
transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
|
||||
-webkit-transform-origin: 0 0;
|
||||
-ms-transform-origin: 0 0;
|
||||
transform-origin: 0 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
#lg-zoom-in:after {
|
||||
content: "\e311"}
|
||||
#lg-actual-size {
|
||||
font-size: 20px;
|
||||
}
|
||||
#lg-actual-size:after {
|
||||
content: "\e033"}
|
||||
#lg-zoom-out {
|
||||
opacity: .5;
|
||||
pointer-events: none;
|
||||
}
|
||||
#lg-zoom-out:after {
|
||||
content: "\e312"}
|
||||
.lg-zoomed #lg-zoom-out {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
.lg-outer .lg-pager-outer {
|
||||
bottom: 60px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
z-index: 1080;
|
||||
height: 10px;
|
||||
}
|
||||
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
|
||||
overflow: visible;
|
||||
}
|
||||
.lg-outer .lg-pager-cont {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
margin: 0 5px;
|
||||
}
|
||||
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
|
||||
-webkit-box-shadow: 0 0 0 2px white inset;
|
||||
box-shadow: 0 0 0 2px white inset;
|
||||
}
|
||||
.lg-outer .lg-pager-thumb-cont {
|
||||
background-color: #fff;
|
||||
color: #FFF;
|
||||
bottom: 100%;
|
||||
height: 83px;
|
||||
left: 0;
|
||||
margin-bottom: 20px;
|
||||
margin-left: -60px;
|
||||
opacity: 0;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
width: 120px;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
|
||||
-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
|
||||
transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
|
||||
-o-transition: opacity .15s ease 0s, transform .15s ease 0s;
|
||||
transition: opacity .15s ease 0s, transform .15s ease 0s;
|
||||
transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
|
||||
-webkit-transform: translate3d(0, 5px, 0);
|
||||
transform: translate3d(0, 5px, 0);
|
||||
}
|
||||
.lg-outer .lg-pager-thumb-cont img {
|
||||
width: 100%;
|
||||
height: 100%}
|
||||
.lg-outer .lg-pager {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border-radius: 50%;
|
||||
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
|
||||
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
|
||||
display: block;
|
||||
height: 12px;
|
||||
-webkit-transition: box-shadow .3s ease 0s;
|
||||
-o-transition: box-shadow .3s ease 0s;
|
||||
-webkit-transition: -webkit-box-shadow .3s ease 0s;
|
||||
transition: -webkit-box-shadow .3s ease 0s;
|
||||
transition: box-shadow .3s ease 0s;
|
||||
transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
|
||||
transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
|
||||
width: 12px;
|
||||
}
|
||||
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
|
||||
-webkit-box-shadow: 0 0 0 8px white inset;
|
||||
box-shadow: 0 0 0 8px white inset;
|
||||
}
|
||||
.lg-outer .lg-caret {
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
border-top: 10px dashed;
|
||||
bottom: -10px;
|
||||
display: inline-block;
|
||||
height: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
position: absolute;
|
||||
vertical-align: middle;
|
||||
width: 0;
|
||||
}
|
||||
.lg-fullscreen:after {
|
||||
content: "\e20c"}
|
||||
.lg-fullscreen-on .lg-fullscreen:after {
|
||||
content: "\e20d"}
|
||||
.lg-outer #lg-dropdown-overlay {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
bottom: 0;
|
||||
cursor: default;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1081;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
|
||||
-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
|
||||
transition: visibility 0s linear .18s, opacity .18s linear 0s;
|
||||
}
|
||||
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
|
||||
-webkit-transition-delay: 0s;
|
||||
-o-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
.lg-outer.lg-dropdown-active #lg-share {
|
||||
color: #FFF;
|
||||
}
|
||||
.lg-outer .lg-dropdown {
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: left;
|
||||
top: 50px;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
-ms-transform: translate3d(0, 5px, 0);
|
||||
-webkit-transform: translate3d(0, 5px, 0);
|
||||
transform: translate3d(0, 5px, 0);
|
||||
-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
|
||||
-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
|
||||
-webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
|
||||
transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
|
||||
-o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
|
||||
transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
|
||||
transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
|
||||
}
|
||||
.lg-outer .lg-dropdown:after {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
border: 8px solid transparent;
|
||||
border-bottom-color: #FFF;
|
||||
right: 16px;
|
||||
top: -16px;
|
||||
}
|
||||
.lg-outer .lg-dropdown>li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.lg-outer .lg-dropdown>li:hover a, .lg-outer .lg-dropdown>li:hover .lg-icon {
|
||||
color: #333;
|
||||
}
|
||||
.lg-outer .lg-dropdown a {
|
||||
color: #333;
|
||||
display: block;
|
||||
white-space: pre;
|
||||
padding: 4px 12px;
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
.lg-outer .lg-dropdown a:hover {
|
||||
background-color: rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
.lg-outer .lg-dropdown .lg-dropdown-text {
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
margin-top: -3px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.lg-outer .lg-dropdown .lg-icon {
|
||||
color: #333;
|
||||
display: inline-block;
|
||||
float: none;
|
||||
font-size: 20px;
|
||||
height: auto;
|
||||
line-height: 1;
|
||||
margin-right: 8px;
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
width: auto;
|
||||
}
|
||||
.lg-outer #lg-share {
|
||||
position: relative;
|
||||
}
|
||||
.lg-outer #lg-share:after {
|
||||
content: "\e80d"}
|
||||
.lg-outer #lg-share-facebook .lg-icon {
|
||||
color: #3b5998;
|
||||
}
|
||||
.lg-outer #lg-share-facebook .lg-icon:after {
|
||||
content: "\e901"}
|
||||
.lg-outer #lg-share-twitter .lg-icon {
|
||||
color: #00aced;
|
||||
}
|
||||
.lg-outer #lg-share-twitter .lg-icon:after {
|
||||
content: "\e904"}
|
||||
.lg-outer #lg-share-googleplus .lg-icon {
|
||||
color: #dd4b39;
|
||||
}
|
||||
.lg-outer #lg-share-googleplus .lg-icon:after {
|
||||
content: "\e902"}
|
||||
.lg-outer #lg-share-pinterest .lg-icon {
|
||||
color: #cb2027;
|
||||
}
|
||||
.lg-outer #lg-share-pinterest .lg-icon:after {
|
||||
content: "\e903"}
|
||||
.group {
|
||||
*zoom: 1;
|
||||
}
|
||||
.group:before, .group:after {
|
||||
display: table;
|
||||
content: "";
|
||||
line-height: 0;
|
||||
}
|
||||
.group:after {
|
||||
clear: both;
|
||||
}
|
||||
.lg-outer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1050;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .15s ease 0s;
|
||||
-o-transition: opacity .15s ease 0s;
|
||||
transition: opacity .15s ease 0s;
|
||||
}
|
||||
.lg-outer * {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.lg-outer.lg-visible {
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
|
||||
-webkit-transition-duration: inherit !important;
|
||||
-o-transition-duration: inherit !important;
|
||||
transition-duration: inherit !important;
|
||||
-webkit-transition-timing-function: inherit !important;
|
||||
-o-transition-timing-function: inherit !important;
|
||||
transition-timing-function: inherit !important;
|
||||
}
|
||||
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
|
||||
-webkit-transition-duration: 0s !important;
|
||||
-o-transition-duration: 0s !important;
|
||||
transition-duration: 0s !important;
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-outer.lg-grab img.lg-object {
|
||||
cursor: -webkit-grab;
|
||||
cursor: -o-grab;
|
||||
cursor: -ms-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
.lg-outer.lg-grabbing img.lg-object {
|
||||
cursor: move;
|
||||
cursor: -webkit-grabbing;
|
||||
cursor: -o-grabbing;
|
||||
cursor: -ms-grabbing;
|
||||
cursor: grabbing;
|
||||
}
|
||||
.lg-outer .lg {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%}
|
||||
.lg-outer .lg-inner {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.lg-outer .lg-item {
|
||||
background: url("../../images/icons/loading.gif") no-repeat scroll center center transparent;
|
||||
display: none !important;
|
||||
}
|
||||
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.lg-outer.lg-css .lg-current {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%}
|
||||
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: 50%;
|
||||
width: 1px;
|
||||
margin-right: -1px;
|
||||
}
|
||||
.lg-outer .lg-img-wrap {
|
||||
position: absolute;
|
||||
padding: 0 5px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.lg-outer .lg-item.lg-complete {
|
||||
background-image: none;
|
||||
}
|
||||
.lg-outer .lg-item.lg-current {
|
||||
z-index: 1060;
|
||||
}
|
||||
.lg-outer .lg-image {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
}
|
||||
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .15s ease 0s;
|
||||
-o-transition: opacity .15s ease 0s;
|
||||
transition: opacity .15s ease 0s;
|
||||
}
|
||||
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-outer .lg-empty-html {
|
||||
display: none;
|
||||
}
|
||||
.lg-outer.lg-hide-download #lg-download {
|
||||
display: none;
|
||||
}
|
||||
.lg-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1040;
|
||||
background-color: #000;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .15s ease 0s;
|
||||
-o-transition: opacity .15s ease 0s;
|
||||
transition: opacity .15s ease 0s;
|
||||
}
|
||||
.lg-backdrop.in {
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
|
||||
-webkit-transition: none 0s ease 0s !important;
|
||||
-o-transition: none 0s ease 0s !important;
|
||||
transition: none 0s ease 0s !important;
|
||||
}
|
||||
.lg-css3.lg-use-css3 .lg-item {
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
.lg-css3.lg-use-left .lg-item {
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
.lg-css3.lg-fade .lg-item {
|
||||
opacity: 0;
|
||||
}
|
||||
.lg-css3.lg-fade .lg-item.lg-current {
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
|
||||
-webkit-transition: opacity .1s ease 0s;
|
||||
-o-transition: opacity .1s ease 0s;
|
||||
transition: opacity .1s ease 0s;
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-css3 .lg-item {
|
||||
opacity: 0;
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
|
||||
-webkit-transform: translate3d(-100%, 0, 0);
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
|
||||
-webkit-transform: translate3d(100%, 0, 0);
|
||||
transform: translate3d(100%, 0, 0);
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
|
||||
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
|
||||
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
|
||||
-webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
|
||||
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
|
||||
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-left .lg-item {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
|
||||
left: -100%}
|
||||
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
|
||||
left: 100%}
|
||||
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
|
||||
left: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
|
||||
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
|
||||
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
|
||||
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
|
||||
}
|
||||
383
public/assets/css/vendor/magnifypopup.min.css
vendored
Normal file
@ -0,0 +1,383 @@
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 502;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
background: #0b0b0b;
|
||||
opacity: .8;
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
.mfp-wrap {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 503;
|
||||
position: fixed;
|
||||
outline: none !important;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
.mfp-container {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 8px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.mfp-container:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.mfp-align-top .mfp-container:before {
|
||||
display: none;
|
||||
}
|
||||
.mfp-content {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
z-index: 505;
|
||||
}
|
||||
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
|
||||
width: 100%;
|
||||
cursor: auto;
|
||||
}
|
||||
.mfp-ajax-cur {
|
||||
cursor: progress;
|
||||
}
|
||||
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
||||
cursor: -webkit-zoom-out;
|
||||
cursor: zoom-out;
|
||||
}
|
||||
.mfp-zoom {
|
||||
cursor: pointer;
|
||||
cursor: -webkit-zoom-in;
|
||||
cursor: zoom-in;
|
||||
}
|
||||
.mfp-auto-cursor .mfp-content {
|
||||
cursor: auto;
|
||||
}
|
||||
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mfp-loading.mfp-figure {
|
||||
display: none;
|
||||
}
|
||||
.mfp-hide {
|
||||
display: none !important;
|
||||
}
|
||||
.mfp-preloader {
|
||||
color: #ccc;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
margin-top: -0.8em;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
z-index: 504;
|
||||
}
|
||||
.mfp-preloader a {
|
||||
color: #ccc;
|
||||
}
|
||||
.mfp-preloader a:hover {
|
||||
color: white;
|
||||
}
|
||||
.mfp-s-ready .mfp-preloader {
|
||||
display: none;
|
||||
}
|
||||
.mfp-s-error .mfp-content {
|
||||
display: none;
|
||||
}
|
||||
button.mfp-close, button.mfp-arrow {
|
||||
overflow: visible;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
z-index: 506;
|
||||
}
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
.mfp-close {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
opacity: .65;
|
||||
padding: 0 0 18px 10px;
|
||||
color: white;
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
font-family: Arial, Baskerville, monospace;
|
||||
}
|
||||
.mfp-close:hover, .mfp-close:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
.mfp-close:active {
|
||||
top: 1px;
|
||||
}
|
||||
.mfp-close-btn-in .mfp-close {
|
||||
color: #333;
|
||||
}
|
||||
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
|
||||
color: white;
|
||||
right: -6px;
|
||||
text-align: right;
|
||||
padding-right: 6px;
|
||||
width: 100%}
|
||||
.mfp-counter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #ccc;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.mfp-arrow {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
opacity: .65;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
margin-top: -55px;
|
||||
padding: 0;
|
||||
width: 90px;
|
||||
height: 110px;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.mfp-arrow:active {
|
||||
margin-top: -54px;
|
||||
}
|
||||
.mfp-arrow:hover, .mfp-arrow:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-top: 35px;
|
||||
margin-left: 35px;
|
||||
border: solid transparent;
|
||||
}
|
||||
.mfp-arrow:after, .mfp-arrow .mfp-a {
|
||||
opacity: .8;
|
||||
border-top-width: 12px;
|
||||
border-bottom-width: 12px;
|
||||
top: 8px;
|
||||
}
|
||||
.mfp-arrow:before, .mfp-arrow .mfp-b {
|
||||
border-top-width: 20px;
|
||||
border-bottom-width: 20px;
|
||||
}
|
||||
.mfp-arrow-left {
|
||||
left: 0;
|
||||
}
|
||||
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
|
||||
border-right: 12px solid black;
|
||||
left: 5px;
|
||||
}
|
||||
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
|
||||
border-right: 20px solid white;
|
||||
}
|
||||
.mfp-arrow-right {
|
||||
right: 0;
|
||||
}
|
||||
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
|
||||
border-left: 12px solid black;
|
||||
left: 3px;
|
||||
}
|
||||
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
|
||||
border-left: 20px solid white;
|
||||
}
|
||||
.mfp-iframe-holder {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.mfp-iframe-holder .mfp-content {
|
||||
line-height: 0;
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
}
|
||||
.mfp-iframe-scaler {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
padding-top: 56.25%}
|
||||
.mfp-iframe-scaler iframe {
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: black;
|
||||
}
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
top: -43px;
|
||||
}
|
||||
img.mfp-img {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding: 40px 0 40px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.mfp-figure:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
bottom: 40px;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: -1;
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.mfp-figure {
|
||||
line-height: 0;
|
||||
}
|
||||
.mfp-bottom-bar {
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
cursor: auto;
|
||||
}
|
||||
.mfp-title {
|
||||
text-align: left;
|
||||
line-height: 18px;
|
||||
color: #f3f3f3;
|
||||
word-break: break-word;
|
||||
padding-right: 36px;
|
||||
}
|
||||
.mfp-figure small {
|
||||
color: #bdbdbd;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
}
|
||||
.mfp-image-holder .mfp-content {
|
||||
max-width: 100%}
|
||||
.mfp-gallery .mfp-image-holder .mfp-figure {
|
||||
cursor: pointer;
|
||||
}
|
||||
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
|
||||
.mfp-img-mobile .mfp-image-holder {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.mfp-img-mobile img.mfp-img {
|
||||
padding: 0;
|
||||
}
|
||||
.mfp-img-mobile .mfp-figure:after {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.mfp-img-mobile .mfp-bottom-bar {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
padding: 3px 5px;
|
||||
position: fixed;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||
padding: 0;
|
||||
}
|
||||
.mfp-img-mobile .mfp-counter {
|
||||
right: 5px;
|
||||
top: 3px;
|
||||
}
|
||||
.mfp-img-mobile .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
.mfp-img-mobile .mfp-figure small {
|
||||
display: inline;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}@media all and (max-width:800px) {
|
||||
.mfp-arrow {
|
||||
-webkit-transform: scale(0.75);
|
||||
-ms-transform: scale(0.75);
|
||||
transform: scale(0.75);
|
||||
}
|
||||
.mfp-arrow-left {
|
||||
-webkit-transform-origin: 0 0;
|
||||
-ms-transform-origin: 0 0;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
.mfp-arrow-right {
|
||||
-webkit-transform-origin: 100%;
|
||||
-ms-transform-origin: 100%;
|
||||
transform-origin: 100%}
|
||||
.mfp-container {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
}.mfp-ie7 .mfp-img {
|
||||
padding: 0;
|
||||
}
|
||||
.mfp-ie7 .mfp-bottom-bar {
|
||||
width: 600px;
|
||||
left: 50%;
|
||||
margin-left: -300px;
|
||||
margin-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.mfp-ie7 .mfp-container {
|
||||
padding: 0;
|
||||
}
|
||||
.mfp-ie7 .mfp-content {
|
||||
padding-top: 44px;
|
||||
}
|
||||
.mfp-ie7 .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
79
public/assets/css/vendor/odometer.min.css
vendored
Normal file
@ -0,0 +1,79 @@
|
||||
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
visibility: hidden;
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
|
||||
text-align: left;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
|
||||
display: block;
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
|
||||
display: block;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
|
||||
display: block;
|
||||
-webkit-transform: translateZ(0);
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
|
||||
position: absolute;
|
||||
}
|
||||
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
|
||||
-webkit-transition: -webkit-transform 2s;
|
||||
-moz-transition: -moz-transform 2s;
|
||||
-ms-transition: -ms-transform 2s;
|
||||
-o-transition: -o-transform 2s;
|
||||
transition: transform 2s;
|
||||
}
|
||||
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
|
||||
-webkit-transform: translateY(-100%);
|
||||
-moz-transform: translateY(-100%);
|
||||
-ms-transform: translateY(-100%);
|
||||
-o-transform: translateY(-100%);
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
|
||||
-webkit-transform: translateY(-100%);
|
||||
-moz-transform: translateY(-100%);
|
||||
-ms-transform: translateY(-100%);
|
||||
-o-transform: translateY(-100%);
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
|
||||
-webkit-transition: -webkit-transform 2s;
|
||||
-moz-transition: -moz-transform 2s;
|
||||
-ms-transition: -ms-transform 2s;
|
||||
-o-transition: -o-transform 2s;
|
||||
transition: transform 2s;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-ms-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
|
||||
font-family: "Helvetica Neue", sans-serif;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
|
||||
text-align: center;
|
||||
}
|
||||
2317
public/assets/css/vendor/remixicon.css
vendored
Normal file
535
public/assets/css/vendor/swiper-bundle.min.css
vendored
Normal file
@ -0,0 +1,535 @@
|
||||
/**
|
||||
* Swiper 8.0.7
|
||||
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
||||
* https://swiperjs.com
|
||||
*
|
||||
* Copyright 2014-2022 Vladimir Kharlampidi
|
||||
*
|
||||
* Released under the MIT License
|
||||
*
|
||||
* Released on: March 4, 2022
|
||||
*/
|
||||
|
||||
@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;
|
||||
}
|
||||
.swiper {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.swiper-vertical>.swiper-wrapper {
|
||||
flex-direction: column;
|
||||
}
|
||||
.swiper-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
transition-property: transform;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.swiper-android .swiper-slide, .swiper-wrapper {
|
||||
transform: translate3d(0px, 0, 0);
|
||||
}
|
||||
.swiper-pointer-events {
|
||||
touch-action: pan-y;
|
||||
}
|
||||
.swiper-pointer-events.swiper-vertical {
|
||||
touch-action: pan-x;
|
||||
}
|
||||
.swiper-slide {
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
transition-property: transform;
|
||||
}
|
||||
.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-3d.swiper-css-mode .swiper-wrapper {
|
||||
perspective: 1200px;
|
||||
}
|
||||
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
.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, .15);
|
||||
}
|
||||
.swiper-3d .swiper-slide-shadow-left {
|
||||
background-image: linear-gradient(to left, rgba(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, .5), rgba(0, 0, 0, 0));
|
||||
}
|
||||
.swiper-3d .swiper-slide-shadow-top {
|
||||
background-image: linear-gradient(to top, rgba(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, .5), rgba(0, 0, 0, 0));
|
||||
}
|
||||
.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-horizontal.swiper-css-mode>.swiper-wrapper {
|
||||
scroll-snap-type: x mandatory;
|
||||
}
|
||||
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
|
||||
scroll-snap-type: y mandatory;
|
||||
}
|
||||
.swiper-centered>.swiper-wrapper::before {
|
||||
content: '';
|
||||
flex-shrink: 0;
|
||||
order: 9999;
|
||||
}
|
||||
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
|
||||
margin-inline-start: var(--swiper-centered-offset-before);
|
||||
}
|
||||
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
width: var(--swiper-centered-offset-after);
|
||||
}
|
||||
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
|
||||
margin-block-start: var(--swiper-centered-offset-before);
|
||||
}
|
||||
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
|
||||
width: 100%;
|
||||
min-width: 1px;
|
||||
height: var(--swiper-centered-offset-after);
|
||||
}
|
||||
.swiper-centered>.swiper-wrapper>.swiper-slide {
|
||||
scroll-snap-align: center center;
|
||||
}
|
||||
.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: 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: .35;
|
||||
cursor: auto;
|
||||
pointer-events: 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;
|
||||
text-transform: none;
|
||||
font-variant: initial;
|
||||
line-height: 1;
|
||||
}
|
||||
.swiper-button-prev, .swiper-rtl .swiper-button-next {
|
||||
left: 10px;
|
||||
right: auto;
|
||||
}
|
||||
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
|
||||
content: 'prev'}
|
||||
.swiper-button-next, .swiper-rtl .swiper-button-prev {
|
||||
right: 10px;
|
||||
left: auto;
|
||||
}
|
||||
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
|
||||
content: 'next'}
|
||||
.swiper-button-lock {
|
||||
display: none;
|
||||
}
|
||||
.swiper-pagination {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
transition: .3s opacity;
|
||||
transform: translate3d(0, 0, 0);
|
||||
z-index: 10;
|
||||
}
|
||||
.swiper-pagination.swiper-pagination-hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
|
||||
bottom: 10px;
|
||||
left: 0;
|
||||
width: 100%}
|
||||
.swiper-pagination-bullets-dynamic {
|
||||
overflow: hidden;
|
||||
font-size: 0;
|
||||
}
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
||||
transform: scale(.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(.66);
|
||||
}
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
||||
transform: scale(.33);
|
||||
}
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
||||
transform: scale(.66);
|
||||
}
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
||||
transform: scale(.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: 50%;
|
||||
background: var(--swiper-pagination-bullet-inactive-color, #000);
|
||||
opacity: var(--swiper-pagination-bullet-inactive-opacity, .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: 10px;
|
||||
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: .2s transform, .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: .2s transform, .2s left;
|
||||
}
|
||||
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
||||
transition: .2s transform, .2s right;
|
||||
}
|
||||
.swiper-pagination-progressbar {
|
||||
background: rgba(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: 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: 4px;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.swiper-pagination-lock {
|
||||
display: none;
|
||||
}
|
||||
.swiper-scrollbar {
|
||||
border-radius: 10px;
|
||||
position: relative;
|
||||
-ms-touch-action: none;
|
||||
background: rgba(0, 0, 0, .1);
|
||||
}
|
||||
.swiper-horizontal>.swiper-scrollbar {
|
||||
position: absolute;
|
||||
left: 1%;
|
||||
bottom: 3px;
|
||||
z-index: 50;
|
||||
height: 5px;
|
||||
width: 98%}
|
||||
.swiper-vertical>.swiper-scrollbar {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 1%;
|
||||
z-index: 50;
|
||||
width: 5px;
|
||||
height: 98%}
|
||||
.swiper-scrollbar-drag {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
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;
|
||||
}
|
||||
.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-slide-visible .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 {
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}.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, .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-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
|
||||
pointer-events: auto;
|
||||
visibility: visible;
|
||||
}
|
||||
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
|
||||
z-index: 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
.swiper-cube .swiper-cube-shadow {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: .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-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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-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;
|
||||
}
|
||||
BIN
public/assets/fonts/icomoon.eot
Normal file
119
public/assets/fonts/icomoon.svg
Normal file
|
After Width: | Height: | Size: 209 KiB |
BIN
public/assets/fonts/icomoon.ttf
Normal file
BIN
public/assets/fonts/icomoon.woff
Normal file
BIN
public/assets/fonts/remixicon.eot
Normal file
6835
public/assets/fonts/remixicon.svg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/assets/fonts/remixicon.ttf
Normal file
BIN
public/assets/fonts/remixicon.woff
Normal file
BIN
public/assets/fonts/remixicon.woff2
Normal file
BIN
public/assets/fonts/slick.eot
Normal file
14
public/assets/fonts/slick.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?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>Generated by Fontastic.me</metadata>
|
||||
<defs>
|
||||
<font id="slick" horiz-adv-x="512">
|
||||
<font-face font-family="slick" units-per-em="512" ascent="480" descent="-32"/>
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
|
||||
<glyph unicode="→" d="M241 113l130 130c4 4 6 8 6 13 0 5-2 9-6 13l-130 130c-3 3-7 5-12 5-5 0-10-2-13-5l-29-30c-4-3-6-7-6-12 0-5 2-10 6-13l87-88-87-88c-4-3-6-8-6-13 0-5 2-9 6-12l29-30c3-3 8-5 13-5 5 0 9 2 12 5z m234 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
||||
<glyph unicode="←" d="M296 113l29 30c4 3 6 7 6 12 0 5-2 10-6 13l-87 88 87 88c4 3 6 8 6 13 0 5-2 9-6 12l-29 30c-3 3-8 5-13 5-5 0-9-2-12-5l-130-130c-4-4-6-8-6-13 0-5 2-9 6-13l130-130c3-3 7-5 12-5 5 0 10 2 13 5z m179 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
||||
<glyph unicode="•" d="M475 256c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
||||
<glyph unicode="a" d="M475 439l0-128c0-5-1-9-5-13-4-4-8-5-13-5l-128 0c-8 0-13 3-17 11-3 7-2 14 4 20l40 39c-28 26-62 39-100 39-20 0-39-4-57-11-18-8-33-18-46-32-14-13-24-28-32-46-7-18-11-37-11-57 0-20 4-39 11-57 8-18 18-33 32-46 13-14 28-24 46-32 18-7 37-11 57-11 23 0 44 5 64 15 20 9 38 23 51 42 2 1 4 3 7 3 3 0 5-1 7-3l39-39c2-2 3-3 3-6 0-2-1-4-2-6-21-25-46-45-76-59-29-14-60-20-93-20-30 0-58 5-85 17-27 12-51 27-70 47-20 19-35 43-47 70-12 27-17 55-17 85 0 30 5 58 17 85 12 27 27 51 47 70 19 20 43 35 70 47 27 12 55 17 85 17 28 0 55-5 81-15 26-11 50-26 70-45l37 37c6 6 12 7 20 4 8-4 11-9 11-17z"/>
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/assets/fonts/slick.ttf
Normal file
BIN
public/assets/fonts/slick.woff
Normal file
BIN
public/assets/images/.DS_Store
vendored
Normal file
BIN
public/assets/images/BG-Shape.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/Dot-1.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/assets/images/Dot-2.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/assets/images/about/.DS_Store
vendored
Normal file
BIN
public/assets/images/about/About-19.jpg
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/assets/images/about/About-19.webp
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/assets/images/about/About-20.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/About-20.webp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/Learn-01.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/images/about/Learn-02.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/images/about/Learn-03.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/assets/images/about/Learn-04.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/assets/images/about/PD1.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/assets/images/about/PD2.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/assets/images/about/about-01.jpg
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/assets/images/about/about-01.webp
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/assets/images/about/about-02.jpg
Normal file
|
After Width: | Height: | Size: 963 B |
BIN
public/assets/images/about/about-02.webp
Normal file
|
After Width: | Height: | Size: 963 B |
BIN
public/assets/images/about/about-03.jpg
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/assets/images/about/about-03.webp
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/assets/images/about/about-04.jpg
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/assets/images/about/about-04.webp
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/assets/images/about/about-05.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/about-05.webp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/about-06.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/assets/images/about/about-06.webp
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/assets/images/about/about-07.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/about-07.webp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/about-08.jpg
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/assets/images/about/about-08.webp
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/assets/images/about/about-09.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/assets/images/about/about-10.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/assets/images/about/about-11.jpg
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/assets/images/about/about-11.webp
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/assets/images/about/about-12.jpg
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/assets/images/about/about-12.webp
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/assets/images/about/about-13.jpg
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/about/about-13.webp
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/about/about-14.jpg
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/about/about-14.webp
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/about/about-15.jpg
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/about/about-15.webp
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/about/about-16.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/about-16.webp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/about-17.jpg
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/assets/images/about/about-17.webp
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/assets/images/about/about-18.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/about-18.webp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/images/about/abt-01.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/assets/images/about/abt-02.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/about/aiml-03.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
public/assets/images/about/aiml-04.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/assets/images/about/dark-shape-20.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/assets/images/about/dark-shape-41.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/assets/images/about/data2.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/assets/images/about/digi01.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/assets/images/about/digi02.webp
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
public/assets/images/about/digi03.webp
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
public/assets/images/about/digi04.jpg
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
public/assets/images/about/h-1-shape-01.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/about/our-service-02.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/assets/images/about/our1.jpg
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
public/assets/images/about/shape-01.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/assets/images/about/shape-02.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/assets/images/about/shape-03.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/assets/images/about/shape-04.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/assets/images/about/shape-05.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/assets/images/about/shape-06.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/assets/images/about/shape-07.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/assets/images/about/shape-08.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |