From 1449e6ea7cf98848eca26edd1563dd25dcf44284 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 May 2020 11:38:08 +0300 Subject: [PATCH] Up html --- public/assets/css/jquery-ui.css | 654 --- public/assets/css/meanmenu.min.css | 110 - public/assets/css/owl.carousel.min.css | 6 - public/assets/css/slick.css | 1 - public/assets/css/style-temp.css | 0 public/assets/css/style.css | 5273 +++--------------------- public/assets/img/favicon.ico | Bin 0 -> 5430 bytes public/assets/img/favicon.png | Bin 2106 -> 1625 bytes public/assets/js/ajax-mail.js | 48 - public/assets/js/bootstrap.min.js | 7 - public/assets/js/elevetezoom.js | 66 - public/assets/js/instafeed.js | 7 - public/assets/js/jquery.counterup.min.js | 8 - public/assets/js/main.js | 259 -- public/assets/js/owl.carousel.min.js | 7 - public/assets/js/plugins.js | 463 --- public/assets/js/plus-minux-box.js | 28 + public/assets/js/popper.js | 4 - public/assets/js/vendor/modernizr-2.8.3.min.js | 4 - public/assets/js/waypoints.min.js | 8 - public/basket.html | 21 +- public/index.html | 32 +- public/product-details.html | 33 +- 23 files changed, 632 insertions(+), 6407 deletions(-) delete mode 100644 public/assets/css/jquery-ui.css delete mode 100644 public/assets/css/meanmenu.min.css delete mode 100644 public/assets/css/owl.carousel.min.css delete mode 100644 public/assets/css/slick.css delete mode 100644 public/assets/css/style-temp.css create mode 100644 public/assets/img/favicon.ico delete mode 100644 public/assets/js/ajax-mail.js delete mode 100644 public/assets/js/bootstrap.min.js delete mode 100644 public/assets/js/elevetezoom.js delete mode 100644 public/assets/js/instafeed.js delete mode 100644 public/assets/js/jquery.counterup.min.js delete mode 100644 public/assets/js/main.js delete mode 100644 public/assets/js/owl.carousel.min.js delete mode 100644 public/assets/js/plugins.js create mode 100644 public/assets/js/plus-minux-box.js delete mode 100644 public/assets/js/popper.js delete mode 100644 public/assets/js/vendor/modernizr-2.8.3.min.js delete mode 100644 public/assets/js/waypoints.min.js diff --git a/public/assets/css/jquery-ui.css b/public/assets/css/jquery-ui.css deleted file mode 100644 index abb19fa..0000000 --- a/public/assets/css/jquery-ui.css +++ /dev/null @@ -1,654 +0,0 @@ -/*! jQuery UI - v1.11.4 - 2015-12-03 -* http://jqueryui.com -* Includes: core.css, button.css, slider.css, theme.css -* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -/* Layout helpers -----------------------------------*/ -.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; /* support: IE7 */ -} -.ui-helper-zfix { - width: 100%; - height: 100%; - top: 0; - left: 0; - position: absolute; - opacity: 0; - filter:Alpha(Opacity=0); /* support: IE8 */ -} - -.ui-front { - z-index: 100; -} - - -/* Interaction Cues -----------------------------------*/ -.ui-state-disabled { - cursor: default !important; -} - - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { - display: block; - text-indent: -99999px; - overflow: hidden; - background-repeat: no-repeat; -} - - -/* Misc visuals -----------------------------------*/ - -/* Overlays */ -.ui-widget-overlay { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; -} -.ui-button { - display: inline-block; - position: relative; - padding: 0; - line-height: normal; - margin-right: .1em; - cursor: pointer; - vertical-align: middle; - text-align: center; - overflow: visible; /* removes extra width in IE */ -} -.ui-button, -.ui-button:link, -.ui-button:visited, -.ui-button:hover, -.ui-button:active { - text-decoration: none; -} -/* to make room for the icon, a width needs to be set here */ -.ui-button-icon-only { - width: 2.2em; -} -/* button elements seem to need a little more width */ -button.ui-button-icon-only { - width: 2.4em; -} -.ui-button-icons-only { - width: 3.4em; -} -button.ui-button-icons-only { - width: 3.7em; -} - -/* button text element */ -.ui-button .ui-button-text { - display: block; - line-height: normal; -} -.ui-button-text-only .ui-button-text { - padding: .4em 1em; -} -.ui-button-icon-only .ui-button-text, -.ui-button-icons-only .ui-button-text { - padding: .4em; - text-indent: -9999999px; -} -.ui-button-text-icon-primary .ui-button-text, -.ui-button-text-icons .ui-button-text { - padding: .4em 1em .4em 2.1em; -} -.ui-button-text-icon-secondary .ui-button-text, -.ui-button-text-icons .ui-button-text { - padding: .4em 2.1em .4em 1em; -} -.ui-button-text-icons .ui-button-text { - padding-left: 2.1em; - padding-right: 2.1em; -} -/* no icon support for input elements, provide padding by default */ -input.ui-button { - padding: .4em 1em; -} - -/* button icon element(s) */ -.ui-button-icon-only .ui-icon, -.ui-button-text-icon-primary .ui-icon, -.ui-button-text-icon-secondary .ui-icon, -.ui-button-text-icons .ui-icon, -.ui-button-icons-only .ui-icon { - position: absolute; - top: 50%; - margin-top: -8px; -} -.ui-button-icon-only .ui-icon { - left: 50%; - margin-left: -8px; -} -.ui-button-text-icon-primary .ui-button-icon-primary, -.ui-button-text-icons .ui-button-icon-primary, -.ui-button-icons-only .ui-button-icon-primary { - left: .5em; -} -.ui-button-text-icon-secondary .ui-button-icon-secondary, -.ui-button-text-icons .ui-button-icon-secondary, -.ui-button-icons-only .ui-button-icon-secondary { - right: .5em; -} - -/* button sets */ -.ui-buttonset { - margin-right: 7px; -} -.ui-buttonset .ui-button { - margin-left: 0; - margin-right: -.3em; -} - -/* workarounds */ -/* reset extra padding in Firefox, see h5bp.com/l */ -input.ui-button::-moz-focus-inner, -button.ui-button::-moz-focus-inner { - border: 0; - padding: 0; -} -.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; -} - -/* support: IE8 - See #6727 */ -.ui-slider.ui-state-disabled .ui-slider-handle, -.ui-slider.ui-state-disabled .ui-slider-range { - 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; -} - -/* Component containers -----------------------------------*/ -.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: #222222; -} -.ui-widget-content a { - color: #222222; -} -.ui-widget-header { - border: 1px solid #4297d7; - background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x; - color: #ffffff; - font-weight: bold; -} -.ui-widget-header a { - color: #ffffff; -} - -/* Interaction states -----------------------------------*/ -.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; -} - -/* Interaction Cues -----------------------------------*/ -.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); /* support: IE8 */ - font-weight: normal; -} -.ui-state-disabled, -.ui-widget-content .ui-state-disabled, -.ui-widget-header .ui-state-disabled { - opacity: .35; - filter:Alpha(Opacity=35); /* support: IE8 */ - background-image: none; -} -.ui-state-disabled .ui-icon { - filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ -} - -/* Icons -----------------------------------*/ - -/* states and images */ -.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"); -} - -/* positioning */ -.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 is deprecated, use ui-icon-seek-start instead */ -.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; } - - -/* Misc visuals -----------------------------------*/ - -/* Corner radius */ -.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; -} - -/* Overlays */ -.ui-widget-overlay { - background: #aaaaaa; - opacity: .3; - filter: Alpha(Opacity=30); /* support: IE8 */ -} -.ui-widget-shadow { - margin: -8px 0 0 -8px; - padding: 8px; - background: #aaaaaa; - opacity: .3; - filter: Alpha(Opacity=30); /* support: IE8 */ - border-radius: 8px; -} diff --git a/public/assets/css/meanmenu.min.css b/public/assets/css/meanmenu.min.css deleted file mode 100644 index e45b76f..0000000 --- a/public/assets/css/meanmenu.min.css +++ /dev/null @@ -1,110 +0,0 @@ -a.meanmenu-reveal{display:none} -.mean-container .mean-bar { - background: inherit; - float: left; - min-height: 0; - position: relative; - width: 100%; - z-index: 1; -} -.mean-container a.meanmenu-reveal { - color: #333; - cursor: pointer; - display: block; - float: right; - font-family: Arial,Helvetica,sans-serif; - font-size: 1px; - font-weight: 700; - height: 22px; - line-height: 22px; - padding: 4px 5px; - position: absolute; - right: 0; - text-decoration: none; - top: -65px; - width: 18px; -} -.mean-container a.meanmenu-reveal span{display:block;background:#333;height:2px;margin-top:3px} -.mean-container .mean-nav{float:left;width:100%;background:transparent} -.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none} -.mean-container .mean-nav ul li { - background: #f8f8f8 none repeat scroll 0 0; - float: left; - position: relative; - width: 100%; - border-top: 1px solid#ddd; -} -.mean-container .mean-nav ul li a { - background: #f8f8f8 none repeat scroll 0 0; - color: #666666; - display: block; - float: left; - font-size: 12px; - margin: 0; - padding: 1em 5%; - text-align: left; - text-decoration: none; - text-transform: uppercase; - width: 90%; - font-weight: bold; -} -.mobile-menu-area { - -} -.mean-container .mean-nav ul li li a { - border-top: 1px solid rgba(255, 255, 255, 0.25); - opacity: 0.75; - padding: 1em 10%; - text-shadow: none !important; - visibility: visible; - width: 80%; - font-weight: normal; - text-transform: capitalize; - color: #444; -} -.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0} -.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%} -.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%} -.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%} -.mean-container .mean-nav ul li a:hover { - background: #f8f8f8 none repeat scroll 0 0; - color: #f6ab4b; -} -.mean-container .mean-nav ul li a.mean-expand{ - width:26px; - height: 15px; - margin-top: 1px; - padding: 6px 12px !important; - text-align:center; - position:absolute; - right:0;top:0; - z-index:2; - font-weight:700; - background:rgba(255,255,255,.1); - border:0!important; - background: #F8F8F8; - } -.mean-container .mean-nav ul li a.mean-expand:hover { - background: #f8f8f8; -} -.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both} -.mean-nav .wrapper{width:100%;padding:0;margin:0} -.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box} -.mean-remove{display:none!important} -.mean-container .mean-bar::after { - color: #333; - content: inherit; - font-size: 21px; - font-weight: 700; - left: 5%; - position: absolute; - top: 13px; -} - - - - - - - - diff --git a/public/assets/css/owl.carousel.min.css b/public/assets/css/owl.carousel.min.css deleted file mode 100644 index 1ece042..0000000 --- a/public/assets/css/owl.carousel.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Owl Carousel v2.2.1 - * Copyright 2013-2017 David Deutsch - * Licensed under () - */ -.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} \ No newline at end of file diff --git a/public/assets/css/slick.css b/public/assets/css/slick.css deleted file mode 100644 index 0d387b9..0000000 --- a/public/assets/css/slick.css +++ /dev/null @@ -1 +0,0 @@ -.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none} \ No newline at end of file diff --git a/public/assets/css/style-temp.css b/public/assets/css/style-temp.css deleted file mode 100644 index e69de29..0000000 diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 565b382..fe3a728 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1,4689 +1,584 @@ -/*------------------------ - 1. Template default css ---------------------------*/ - -@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Pacifico'); -body { - font-family: 'Montserrat', sans-serif; - font-weight: 400; - font-style: normal; - font-size: 14px; - color: #383838; -} -.img { - max-width: 100%; - transition: all 0.3s ease-out 0s; -} -a, -.btn { - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; -} -.btn { - border-radius: 0px; - font-size: 14px; - padding: 0px 15px; - height: 30px; - line-height: 30px; -} - -a:focus, -.btn:focus { - text-decoration: none; - outline: none; -} - -a:hover { - color: #333; - text-decoration: none; -} -a:focus { - text-decoration: none; -} -button:focus { - outline: 0px dotted; -} -a, -button, -input { - outline: medium none; - color: #000; -} -.uppercase { - text-transform: uppercase -} -.capitalize { - text-transform: capitalize -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Montserrat', sans-serif; - font-weight: normal; - color: #444444; - margin-top: 0px; - font-style: normal; - font-weight: 400; -} - -h1 a, -h2 a, -h3 a, -h4 a, -h5 a, -h6 a { - color: #444444; -} -h1 { - font-size: 46px; - font-weight: 500; -} -h2 { - font-size: 37px; -} -h3 { - font-size: 28px; -} -h4 { - font-size: 22px; -} -h5 { - font-size: 18px; -} -h6 { - font-size: 16px; -} -ul { - margin: 0px; - padding: 0px; -} -p { - font-size: 14px; - font-weight: 400; - line-height: 26px; - color: #242424; - margin-bottom: 15px; - font-family: 'Montserrat', sans-serif; -} -hr { - margin: 60px 0; - padding: 0px; - border-bottom: 1px solid #eceff8; - border-top: 0px; -} -hr.style-2 { - border-bottom: 1px dashed #f10; -} -hr.mp-0 { - margin: 0; - border-bottom: 1px solid #eceff8; -} -hr.mtb-40 { - margin: 40px 0; - border-bottom: 1px solid #eceff8; - border-top: 0px; -} -label { - font-size: 15px; - font-weight: 400; - color: #626262; -} -*::-moz-selection { - background: #4fc1f0; - color: #fff; - text-shadow: none; -} -::-moz-selection { - background: #4fc1f0; - color: #fff; - text-shadow: none; -} -::selection { - background: #4fc1f0; - color: #fff; - text-shadow: none; -} -.mark, -mark { - background: #4fc1f0 none repeat scroll 0 0; - color: #ffffff; -} -span.tooltip-content { - color: #00a9da; - cursor: help; - font-weight: 600; -} -.f-left { - float: left -} -.f-right { - float: right -} -.fix { - overflow: hidden -} - -/*************************** - transtion -****************************/ - -a.button::after, -a.button-small::after { - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; -} -.share ul, -.share:hover ul { - transition: all 0.4s ease-in-out; - -webkit-transition: all 0.4s ease-in-out; - -ms-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; -} -a.button-border span, -a.button-border-white span, -input, -select, -textarea { - -webkit-transition: all 0.5s ease-out 0s; - -moz-transition: all 0.5s ease-out 0s; - -ms-transition: all 0.5s ease-out 0s; - -o-transition: all 0.5s ease-out 0s; - transition: all 0.5s ease-out 0s; -} - -/************************* - Input -*************************/ - -input { - background: #eceff8; - border: 2px solid #eceff8; - height: 45px; - box-shadow: none; - padding-left: 10px; - font-size: 14px; - color: #626262; - width: 100%; -} -select { - width: 100%; - background: transparent; - border: 0px solid #eceff8; - box-shadow: none; - font-size: 14px; - color: #626262; -} -option { - background: #fff; - border: 0px solid #626262; - padding-left: 10px; - font-size: 14px; -} -input:focus { - background: transparent; -} -textarea { - resize: vertical; - background: #eceff8; - border: 2px solid #eceff8; - padding: 10px; - width: 100%; - font-size: 14px; -} -textarea:focus { - background: transparent; - border: 2px solid #4FC1F0; - outline: none; -} -::-moz-placeholder { - color: #444; -} -.input-group.divcenter.input-group .form-control { - padding-left: 0px -} - -/************************* - Basic margin padding -*************************/ -.m-0 { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - margin-left: 0; -} -.p-0 { - padding-top: 0; - padding-right: 0; - padding-bottom: 0; - padding-left: 0; -} - -/************************* - Margin top -*************************/ - -.mt-0 { - margin-top: 0 -} -.mt-10 { - margin-top: 10px -} -.mt-12 { - margin-top: 12px -} -.mt-15 { - margin-top: 15px -} -.mt-16 { - margin-top: 16px -} -.mt-17 { - margin-top: 17px -} -.mt-20 { - margin-top: 20px -} -.mt-25 { - margin-top: 25px -} -.mt-30 { - margin-top: 30px -} -.mt-35 { - margin-top: 35px -} -.mt-37 { - margin-top: 37px -} -.mt-40 { - margin-top: 40px -} -.mt-45 { - margin-top: 45px -} -.mt-50 { - margin-top: 50px -} -.mt-55 { - margin-top: 55px -} -.mt-60 { - margin-top: 60px -} -.mt-65 { - margin-top: 65px -} -.mt-70 { - margin-top: 70px -} -.mt-75 { - margin-top: 75px -} -.mt-80 { - margin-top: 80px -} -.mt-84 { - margin-top: 84px -} -.mt-90 { - margin-top: 90px -} -.mt-100 { - margin-top: 100px -} -.mt-110 { - margin-top: 110px -} -.mt-120 { - margin-top: 120px -} -.mt-130 { - margin-top: 130px -} - -.mt-140 { - margin-top: 140px -} -.mt-160 { - margin-top: 160px -} -.mt-179 { - margin-top: 179px -} -.mt-150 { - margin-top: 150px -} -.mt-200 { - margin-top: 200px -} -.mt-290 { - margin-top: 290px -} -.mt-285 { - margin-top: 285px -} -.mt-280 { - margin-top: 280px -} - -/************************* - Margin right -*************************/ - -.mr-0 { - margin-right: 0px -} -.mr-10 { - margin-right: 10px -} -.mr-12 { - margin-right: 12px -} -.mr-15 { - margin-right: 15px -} -.mr-20 { - margin-right: 20px -} -.mr-30 { - margin-right: 30px -} -.mr-35 { - margin-right: 35px -} -.mr-40 { - margin-right: 40px -} -.mr-50 { - margin-right: 50px -} -.mr-60 { - margin-right: 60px -} -.mr-70 { - margin-right: 70px -} -.mr-80 { - margin-right: 80px -} -.mr-90 { - margin-right: 90px -} -.mr-100 { - margin-right: 100px -} -.mr-110 { - margin-right: 110px -} -.mr-120 { - margin-right: 120px -} -.mr-130 { - margin-right: 130px -} -.mr-140 { - margin-right: 140px -} -.mr-150 { - margin-right: 150px -} -.mr-170 { - margin-right: 170px -} - -/************************* - Margin bottom -*************************/ - -.mb-0 { - margin-bottom: 0 -} -.mb-2 { - margin-bottom: 2px -} -.mb-10 { - margin-bottom: 10px -} -.mb-12 { - margin-bottom: 12px -} -.mb-15 { - margin-bottom: 15px -} -.mb-20 { - margin-bottom: 20px -} -.mb-25 { - margin-bottom: 25px -} -.mb-30 { - margin-bottom: 30px -} -.mb-35 { - margin-bottom: 35px -} -.mb-40 { - margin-bottom: 40px -} -.mb-45 { - margin-bottom: 45px -} -.mb-50 { - margin-bottom: 50px -} -.mb-55 { - margin-bottom: 55px -} -.mb-60 { - margin-bottom: 60px -} -.mb-65 { - margin-bottom: 65px -} - -.mb-70 { - margin-bottom: 70px -} -.mb-75 { - margin-bottom: 75px -} -.mb-80 { - margin-bottom: 80px -} - -.mb-90 { - margin-bottom: 90px -} -.mb-100 { - margin-bottom: 100px -} -.mb-110 { - margin-bottom: 110px -} -.mb-120 { - margin-bottom: 120px -} -.mb-130 { - margin-bottom: 130px -} -.mb-140 { - margin-bottom: 140px -} -.mb-150 { - margin-bottom: 150px -} - -/************************* - Margin left -*************************/ - -.ml-0 { - margin-left: 0 -} -.ml-10 { - margin-left: 10px -} -.ml-12 { - margin-left: 12px -} -.ml-15 { - margin-left: 15px -} -.ml-20 { - margin-left: 20px -} -.ml-30 { - margin-left: 30px -} -.ml-40 { - margin-left: 40px -} -.ml-50 { - margin-left: 50px -} -.ml-60 { - margin-left: 60px -} -.ml-70 { - margin-left: 70px -} -.ml-80 { - margin-left: 80px -} -.ml-90 { - margin-left: 90px -} -.ml-100 { - margin-left: 100px -} -.ml-110 { - margin-left: 110px -} -.ml-120 { - margin-left: 120px -} -.ml-125 { - margin-left: 125px -} -.ml-130 { - margin-left: 130px -} -.ml-140 { - margin-left: 140px -} -.ml-150 { - margin-left: 150px -} -.ml-285 { - margin-left: 285px -} - - -/************************* - Padding top -*************************/ - -.pt-0 { - padding-top: 0 -} -.pt-4 { - padding-top: 4px -} -.pt-10 { - padding-top: 10px -} -.pt-12 { - padding-top: 12px -} -.pt-15 { - padding-top: 15px -} -.pt-16 { - padding-top: 16px -} -.pt-17 { - padding-top: 17px -} -.pt-20 { - padding-top: 20px -} -.pt-25 { - padding-top: 25px -} -.pt-30 { - padding-top: 30px -} -.pt-35 { - padding-top: 35px -} -.pt-37 { - padding-top: 37px -} -.pt-39 { - padding-top: 39px -} -.pt-40 { - padding-top: 40px -} -.pt-45 { - padding-top: 45px -} -.pt-50 { - padding-top: 50px -} -.pt-55 { - padding-top: 55px -} -.pt-60 { - padding-top: 60px -} -.pt-65 { - padding-top: 65px -} -.pt-70 { - padding-top: 70px -} -.pt-75 { - padding-top: 75px -} -.pt-80 { - padding-top: 80px -} -.pt-85 { - padding-top: 85px -} -.pt-95 { - padding-top: 95px -} -.pt-90 { - padding-top: 90px -} -.pt-97 { - padding-top: 97px -} -.pt-100 { - padding-top: 100px -} -.pt-95 { - padding-top: 95px -} -.pt-105 { - padding-top: 105px -} -.pt-110 { - padding-top: 110px -} -.pt-114 { - padding-top: 114px -} -.pt-115 { - padding-top: 115px -} -.pt-120 { - padding-top: 120px -} -.pt-125 { - padding-top: 125px -} -.pt-130 { - padding-top: 130px -} -.pt-135 { - padding-top: 135px -} -.pt-140 { - padding-top: 140px -} -.pt-145 { - padding-top: 145px -} -.pt-150 { - padding-top: 150px -} -.pt-155 { - padding-top: 155px -} -.pt-160 { - padding-top: 160px -} -.pt-180 { - padding-top: 180px -} -.pt-190 { - padding-top: 190px -} -.pt-205 { - padding-top: 205px -} -.pt-200 { - padding-top: 200px -} -.pt-220 { - padding-top: 220px -} -.pt-225 { - padding-top: 225px -} -.pt-215 { - padding-top: 215px -} -.pt-245 { - padding-top: 245px -} -.pt-250 { - padding-top: 250px -} -.pt-290 { - padding-top: 290px -} -.pt-285 { - padding-top: 285px -} -.pt-280 { - padding-top: 280px -} -.pt-330 { - padding-top: 330px -} -.pt-345 { - padding-top: 345px -} -.pt-350 { - padding-top: 350px -} -.pt-335 { - padding-top: 335px -} -.pt-365 { - padding-top: 365px -} -.pt-355 { - padding-top: 355px -} -.pt-370 { - padding-top: 370px -} -.pt-380 { - padding-top: 380px -} - -/************************* - Padding right -*************************/ - -.pr-0 { - padding-right: 0 -} -.pr-10 { - padding-right: 10px -} -.pr-15 { - padding-right: 15px -} - -.pr-20 { - padding-right: 20px -} -.pr-30 { - padding-right: 30px -} -.pr-40 { - padding-right: 40px -} -.pr-50 { - padding-right: 50px -} -.pr-55 { - padding-right: 55px -} -.pr-60 { - padding-right: 60px -} -.pr-70 { - padding-right: 70px -} -.pr-80 { - padding-right: 80px -} -.pr-90 { - padding-right: 90px -} -.pr-100 { - padding-right: 100px -} -.pr-110 { - padding-right: 110px -} -.pr-120 { - padding-right: 120px -} -.pr-130 { - padding-right: 130px -} -.pr-140 { - padding-right: 140px -} -.pr-155 { - padding-right: 155px -} -.pr-155 { - padding-right: 155px -} -.pr-180 { - padding-right: 180px -} -.pr-195 { - padding-right: 195px -} -.pr-215 { - padding-right: 215px -} - -/************************* - Padding bottom -*************************/ - -.pb-0 { - padding-bottom: 0 -} -.pb-5 { - padding-bottom: 5px -} -.pb-6 { - padding-bottom: 6px -} -.pb-10 { - padding-bottom: 10px -} -.pb-13 { - padding-bottom: 13px -} -.pb-15 { - padding-bottom: 15px -} -.pb-20 { - padding-bottom: 20px -} -.pb-25 { - padding-bottom: 25px -} -.pb-30 { - padding-bottom: 30px -} -.pb-35 { - padding-bottom: 35px -} -.pb-40 { - padding-bottom: 40px -} -.pb-45 { - padding-bottom: 45px -} -.pb-50 { - padding-bottom: 50px -} -.pb-55 { - padding-bottom: 55px -} -.pb-60 { - padding-bottom: 60px -} -.pb-65 { - padding-bottom: 65px -} -.pb-70 { - padding-bottom: 70px -} -.pb-75 { - padding-bottom: 75px -} -.pb-80 { - padding-bottom: 80px -} -.pb-85 { - padding-bottom: 85px -} -.pb-90 { - padding-bottom: 90px -} -.pb-95 { - padding-bottom: 95px -} -.pb-97 { - padding-bottom: 97px -} -.pb-100 { - padding-bottom: 100px -} -.pb-105 { - padding-bottom: 105px -} -.pb-107 { - padding-bottom: 107px -} -.pb-110 { - padding-bottom: 110px -} -.pb-115 { - padding-bottom: 115px -} -.pb-120 { - padding-bottom: 120px -} -.pb-125 { - padding-bottom: 125px -} -.pb-130 { - padding-bottom: 130px -} -.pb-135 { - padding-bottom: 135px -} -.pb-140 { - padding-bottom: 140px -} -.pb-145 { - padding-bottom: 145px -} -.pb-150 { - padding-bottom: 150px -} -.pb-155 { - padding-bottom: 155px -} -.pb-160 { - padding-bottom: 160px -} -.pb-178 { - padding-bottom: 178px -} -.pb-180 { - padding-bottom: 180px -} -.pb-190 { - padding-bottom: 190px -} -.pb-210 { - padding-bottom: 210px -} -.pb-230 { - padding-bottom: 230px -} -.pb-212 { - padding-bottom: 212px -} -.pb-228 { - padding-bottom: 228px -} -.pb-250 { - padding-bottom: 250px -} -.pb-280 { - padding-bottom: 280px -} -.pb-210 { - padding-bottom: 210px -} -.pb-285 { - padding-bottom: 285px -} -.pb-290 { - padding-bottom: 290px -} -.pb-280 { - padding-bottom: 280px -} -.pb-285 { - padding-bottom: 285px -} -.pb-200 { - padding-bottom: 200px -} -.pb-215 { - padding-bottom: 215px -} -.pb-295 { - padding-bottom: 295px -} -.pb-440 { - padding-bottom: 440px -} -.pb-450 { - padding-bottom: 450px -} - -/************************* - Padding left -*************************/ - -.pl-0 { - padding-left: 0 -} -.pl-10 { - padding-left: 10px -} -.pl-15 { - padding-left: 15px -} -.pl-20 { - padding-left: 20px -} -.pl-30 { - padding-left: 30px -} -.pl-40 { - padding-left: 40px -} -.pl-45 { - padding-left: 45px -} -.pl-50 { - padding-left: 50px -} -.pl-55 { - padding-left: 55px -} -.pl-60 { - padding-left: 60px -} -.pl-70 { - padding-left: 70px -} -.pl-80 { - padding-left: 80px -} -.pl-90 { - padding-left: 90px -} -.pl-100 { - padding-left: 100px -} -.pl-110 { - padding-left: 110px -} -.pl-120 { - padding-left: 120px -} -.pl-125 { - padding-left: 125px -} -.pl-130 { - padding-left: 130px -} -.pl-140 { - padding-left: 140px -} -.pl-140 { - padding-left: 140px -} -.pl-170 { - padding-left: 170px -} -.pl-155 { - padding-left: 155px -} -.pl-190 { - padding-left: 190px -} -.pl-195 { - padding-left: 195px -} - -/*************************** - Page section padding -****************************/ - -.ptb-0 { - padding: 0 -} -.ptb-10 { - padding: 10px 0 -} -.ptb-15 { - padding: 15px 0 -} -.ptb-20 { - padding: 20px 0 -} -.ptb-30 { - padding: 30px 0 -} -.ptb-32 { - padding: 32px 0 -} -.ptb-37 { - padding: 37px 0 -} -.ptb-40 { - padding: 40px 0 -} -.ptb-50 { - padding: 50px 0 -} -.ptb-60 { - padding: 60px 0 -} -.ptb-70 { - padding: 70px 0 -} -.ptb-75 { - padding: 75px 0 -} -.ptb-80 { - padding: 80px 0 -} -.ptb-90 { - padding: 90px 0 -} -.ptb-100 { - padding: 100px 0 -} -.ptb-110 { - padding: 110px 0 -} -.ptb-120 { - padding: 120px 0 -} -.ptb-130 { - padding: 130px 0 -} -.ptb-135 { - padding: 135px 0 -} -.ptb-140 { - padding: 140px 0 -} -.ptb-150 { - padding: 150px 0 -} -.ptb-160 { - padding: 160px 0 -} -.ptb-170 { - padding: 170px 0 -} -.ptb-177 { - padding: 177px 0 -} -.ptb-180 { - padding: 180px 0 -} -.ptb-190 { - padding: 190px 0 -} -.ptb-200 { - padding: 200px 0 -} -.ptb-210 { - padding: 210px 0 -} -.ptb-220 { - padding: 220px 0 -} -.ptb-250 { - padding: 250px 0 -} -.ptb-290 { - padding: 290px 0 -} -.ptb-310 { - padding: 310px 0 -} - -/*************************** - Page section margin -****************************/ - -.mtb-0 { - margin: 0 -} -.mtb-10 { - margin: 10px 0 -} -.mtb-15 { - margin: 15px 0 -} -.mtb-20 { - margin: 20px 0 -} -.mtb-30 { - margin: 30px 0 -} -.mtb-40 { - margin: 40px 0 -} -.mtb-50 { - margin: 50px 0 -} -.mtb-60 { - margin: 60px 0 -} -.mtb-70 { - margin: 70px 0 -} -.mtb-80 { - margin: 80px 0 -} -.mtb-90 { - margin: 90px 0 -} -.mtb-100 { - margin: 100px 0 -} -.mtb-110 { - margin: 110px 0 -} -.mtb-120 { - margin: 120px 0 -} -.mtb-130 { - margin: 130px 0 -} -.mtb-140 { - margin: 140px 0 -} -.mtb-150 { - margin: 150px 0; -} -.mtb-290 { - margin: 290px 0; -} - -/************************************* - Background variation set - **************************************/ - -/*colored background*/ -.white-bg { - background: #fff; -} -.black-bg { - background: #282829 -} -.theme-bg { - background: #7e4c4f; -} -.theme-bg-2 { - background: #f2e6d6; -} -.gray-bg { - background: #f6f6f6; -} -.gray-bg-2 { - background: #f3f3f3; -} -.gray-bg-3 { - background: #e0e0e0; -} -.yellow-bg { - background: #ffe4b3; -} -.transparent-bg { - background: transparent; -} - -/*Opacity background*/ - -/* black overlay */ -[data-overlay] { - position: relative; -} -[data-overlay]::before { - background: #252525 none repeat scroll 0 0; - content: ""; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - z-index: 1; -} -[data-overlay="3"]::before { - opacity: 0.3; -} -[data-overlay="4"]::before { - opacity: 0.4; -} -[data-overlay="5"]::before { - opacity: 0.5; -} -[data-overlay="56"]::before { - opacity: 0.56; -} -[data-overlay="6"]::before { - opacity: 0.6; -} -[data-overlay="7"]::before { - opacity: 0.7; -} -[data-overlay="8"]::before { - opacity: 0.8; -} - -/*image background*/ - -.bg-1, -.bg-2, -.bg-3, -.bg-4, -.bg-5, -.bg-6, -.bg-7, -.bg-8, -.bg-9, -.bg-10 { - background-attachment: fixed; - background-clip: initial; - background-color: rgba(0, 0, 0, 0); - background-origin: initial; - background-position: center center; - background-repeat: no-repeat; - background-size: cover; - position: relative; - z-index: 0; -} -.bg-1 { - background: url(../../images/bg/1.jpg); -} -.bg-img { - background-position: center center; - background-size: cover; -} -:focus { - outline: -webkit-focus-ring-color auto 0px; -} -:focus { - outline: -mos-focus-ring-color auto 0px; -} -.header-search form button { - outline: medium none; -} -.relative { - position: relative; -} -.overflow { - overflow: hidden; -} -.border-bottom-1 { - border-bottom: 1px solid #1d73d2; -} -.border-top-1 { - border-top: 1px solid #d7d7d7; -} -.overly-style { - position: relative; -} -#mobile-menu-active { - display: none; -} - -/* scrollUp */ - -#scrollUp { - background: #7e4c4f none repeat scroll 0 0; - bottom: 85px; - color: #ffffff; - cursor: pointer; - display: none; - font-size: 20px; - height: 40px; - line-height: 43px; - position: fixed; - right: 12px; - text-align: center; - width: 38px; - z-index: 9999; -} -#scrollUp:hover { - background: #333 none repeat scroll 0 0; -} - -/* button */ -.btn-style { - background-color: #7e4c4f; - border-radius: 50px; - color: #fff; - display: inline-block; - font-family: "Montserrat", sans-serif; - font-size: 14px; - font-weight: bold; - line-height: 1; - padding: 18px 30px 17px; - text-align: center; - text-transform: uppercase; - transition: all 0.3s ease 0s; -} -.btn-style:hover { - background-color: #000; - color: #fff; -} -.height-100vh { - height: 100vh; -} - -/*------------------------ - 2. Home page 1 ---------------------------*/ - -/* header top */ -.welcome-area > p { - color: #fff; - margin: 14px 0 0; -} -.account-curr-lang-wrap ul li { - display: inline-block; - list-style: outside none none; - margin-right: 38px; - position: relative; -} -.account-curr-lang-wrap ul li:last-child { - margin-right: 0px; -} -.account-curr-lang-wrap ul li a { - color: #fff; - display: inline-block; - line-height: 52px; -} -.account-curr-lang-wrap ul li:hover > a { - color: #ccc; -} -.account-curr-lang-wrap ul li a i { - font-size: 10px; - margin-left: 8px; - position: relative; - top: 0; -} -.account-curr-lang-wrap ul li a img { - margin-right: 6px; - margin-top: -3px; -} -.account-curr-lang-wrap ul li ul { - background: #fff none repeat scroll 0 0; - box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3); - left: 0; - padding: 8px 12px 10px; - position: absolute; - text-align: left; - top: 100%; - transform: rotateX(90deg); - transform-origin: center top 0; - transition: all 0.5s ease 0s; - visibility: hidden; - width: 125px; - z-index: 220; -} -.account-curr-lang-wrap ul li:hover ul { - transform: rotateX(0deg); - visibility: visible; -} -.account-curr-lang-wrap ul li ul li { - display: block; - margin-right: 0px; -} -.account-curr-lang-wrap ul li ul li a { - display: block; - font-size: 12.5px; - line-height: 32px; - padding: 0; - text-transform: capitalize; - color: #383838; -} -.account-curr-lang-wrap ul li ul li a img { - margin-right: 5px; -} -.account-curr-lang-wrap ul li ul li:hover > a { - color: #7e4c4f; -} -.account-curr-lang-wrap > ul > li::before { - background-color: #fff; - content: ""; - height: 12px; - position: absolute; - right: -22px; - top: 50%; - transform: translateY(-50%); - width: 1px; -} -.account-curr-lang-wrap ul li:last-child::before { - display: none; -} -.account-curr-lang-wrap ul li.top-hover ul li:hover > a { - padding-left: 7px; -} - -/* header bottom */ -.stick .logo.pt-39 { - padding-top: 23px; -} -.main-menu li { - display: inline-block; - list-style: outside none none; - padding: 0 16px; - position: relative; -} -.main-menu li a { - color: #383838; - display: inline-block; - font-family: "Montserrat", sans-serif; - font-weight: 500; - line-height: 120px; - text-transform: uppercase; -} -.main-menu li:hover>a { - color: #7e4c4f; -} -.main-menu ul li.mega-menu-position { - position: static; -} -.main-menu nav>ul>li>ul.submenu { - background: #fff none repeat scroll 0 0; - box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15); - display: block; - left: 0; - opacity: 0; - padding: 20px 20px 24px; - position: absolute; - text-align: left; - top: 120%; - transition: all 0.3s ease 0s; - visibility: hidden; - width: 190px; - z-index: 999; -} -.main-menu ul li ul>li { - display: block; - padding: 0; -} -.main-menu ul li ul>li a { - color: #555; - display: block; - line-height: 31px; - text-transform: capitalize; -} -.main-menu nav>ul>li>ul.mega-menu { - background: #fff none repeat scroll 0 0; - border-top: 1px solid #dcdcdc; - box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15); - display: block; - left: 0; - opacity: 0; - padding: 30px 30px 34px 0; - position: absolute; - text-align: left; - top: 120%; - transition: all 0.3s ease 0s; - visibility: hidden; - width: 100%; - z-index: 9999; -} -.main-menu nav>ul>li:hover>ul.submenu, -.main-menu nav>ul>li:hover>ul.mega-menu { - opacity: 1; - top: 100%; - visibility: visible; -} -.main-menu nav>ul>li>ul.mega-menu>li { - display: inline-block; - float: left; - padding-left: 30px; - width: 25%; -} -.main-menu ul li ul>li.mega-menu-title { - color: #333333; - font-size: 14px; - font-weight: bold; - margin: 0 0 10px; - text-transform: uppercase; -} -.mega-menu img { - width: 100%; -} -.transparent-bar.stick { - animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; - background-color: #fff; - border-bottom: 0 solid #4a90e2; - box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06); - position: fixed; - top: 0; - width: 100%; - z-index: 9999; -} -.stick .main-menu li a { - line-height: 90px; -} -.stick .main-menu li ul li a { - line-height: 31px; -} -.stick .logo.pt-25 { - padding-top: 12px; -} -.stick .search-login-cart-wrapper { - padding: 30px 0 0; -} - -/* header right */ -.search-login-cart-wrapper { - float: right; - padding: 46px 14px 0 0; -} -.same-style { - display: inline-block; - margin-left: 20px; -} -.same-style:first-child { - margin-left: 0px; -} -.same-style>a { - color: #545454; - font-size: 24px; -} -.same-style>button { - background-color: transparent; - border: medium none; - padding: 0; - cursor: pointer; - position: relative; -} -.same-style button i { - color: #545454; - font-size: 24px; - transition: all .3s ease 0s; -} -.same-style button:hover i, -.same-style>a:hover { - color: #7e4c4f; -} -.header-cart:hover button i { - color: #7e4c4f; -} - -/* header cart */ -button.icon-cart span.count-style { - background-color: #7e4c4f; - border-radius: 100%; - color: #fff; - display: inline-block; - font-family: "Montserrat", sans-serif; - font-size: 12px; - font-weight: 400; - height: 22px; - line-height: 23px; - position: absolute; - right: -13px; - top: -6px; - width: 22px; -} -.shopping-cart-content { - background: #fff none repeat scroll 0 0; - border: 1px solid #ebebeb; - border-radius: 5px; - display: none; - padding: 31px 35px 10px; - position: absolute; - right: 0; - top: 100%; - width: 340px; - z-index: 9999; -} -.shopping-cart-content ul li { - border-bottom: 1px solid #ebebeb; - display: flex; - flex-wrap: wrap; - margin-bottom: 20px; - padding-bottom: 15px; -} -.shopping-cart-img { - flex: 0 0 82px; - margin-right: 15px; -} -.shopping-cart-img img { - width: 100%; -} -.shopping-cart-title>h4 { - font-size: 15px; - line-height: 18px; - margin: 0; -} -.shopping-cart-title>h4 a { - color: #242424; -} -.shopping-cart-title>h4 a:hover { - color: #7e4c4f; -} -.shopping-cart-title>h6 { - color: #777; - font-size: 13px; - margin: 5px 0 10px; -} -.shopping-cart-title>span { - color: #777; - font-size: 14px; -} -.shopping-cart-delete { - display: flex; - flex-grow: 100; - justify-content: flex-end; -} -.shopping-cart-delete > a { - border: 1px solid #666; - border-radius: 50px; - color: #333; - display: inline-block; - font-size: 8px; - height: 19px; - line-height: 19px; - text-align: center; - width: 20px; -} -.shopping-cart-delete>a:hover { - border: 1px solid #7e4c4f; - color: #7e4c4f; -} -.shopping-cart-total { - margin: 25px 0 0; -} -.shopping-cart-total>h4 { - font-size: 15px; - margin-bottom: 17px; -} -.shopping-cart-total>h4:last-child { - margin-bottom: 0px; -} -.shopping-cart-total>h4 span { - float: right; - color: #666; -} -.shopping-cart-total>h4 span.shop-total { - color: #7e4c4f; - font-weight: 500; -} -.shopping-cart-btn { - margin-top: 23px; -} -.shopping-cart-btn a { - margin-bottom: 15px; -} -.shopping-cart-btn a { - background-color: transparent; - border: 2px solid #eeeeee; - border-radius: 50px; - color: #000101; - display: block; - font-family: "Montserrat", sans-serif; - font-size: 13px; - font-weight: 500; - line-height: 1; - padding: 15px 20px 14px; - text-align: center; - text-transform: uppercase; - transition: all 0.3s ease 0s; -} -.shopping-cart-btn a:hover { - background-color: #7e4c4f; - border: 2px solid #7e4c4f; - color: #fff; -} - -/* header search */ -.header-search { - position: relative; -} -.header-search .search-toggle i { - display: block; -} -.header-search .search-toggle .s-close { - opacity: 0; -} -.header-search .search-toggle i.s-close { - font-size: 20px; - left: 0; - position: absolute; - top: 4px; -} -.header-search .search-toggle.open .s-close { - opacity: 1; -} -.header-search .search-toggle.open .s-open { - opacity: 0; -} -.header-search .search-content { - background-color: transparent; - opacity: 0; - position: absolute; - right: 0; - top: 50%; - transform: translateY(-50%); - transition: all 0.5s ease 0s; - visibility: hidden; - width: 340px; - z-index: -9999; -} -.header-search .search-content.open { - opacity: 1; - right: 100%; - visibility: visible; - z-index: 9999; -} -.header-search .search-content form { - overflow: hidden; - position: relative; -} -.header-search .search-content form input { - background-color: #fff; - border: 1px solid #ddd; - color: #333; - line-height: 30px; - padding: 0 55px 0 20px; - width: 100%; -} -.header-search .search-content form button { - -moz-border-bottom-colors: none; - -moz-border-left-colors: none; - -moz-border-right-colors: none; - -moz-border-top-colors: none; - background-color: transparent; - border-color: #ddd; - border-image: none; - border-radius: 0 5px 5px 0; - border-style: none none none solid; - border-width: medium medium medium 1px; - color: #fff; - cursor: pointer; - font-size: 12px; - height: 100%; - padding: 0 14px; - position: absolute; - right: 0; - top: 2px; - transition: all 0.3s ease 0s; -} -.header-search .search-content form button i { - font-size: 15px; -} - -/* slider */ -.slider-content h3 { - color: #000101; - font-family: "Pacifico", cursive; - font-size: 34px; - font-weight: 400; - line-height: 61px; - margin: 0; -} -.slider-content h1 { - color: #000000; - font-family: "Montserrat", sans-serif; - font-size: 60px; - font-weight: bold; - line-height: 80px; - margin: 18px 0 31px; -} -.slider-btn a { - background-color: #7e4c4f; - border-radius: 50px; - color: #fff; - display: inline-block; - font-weight: bold; - line-height: 1; - padding: 20px 45px; -} -.slider-btn a:hover { - background-color: #000; - color: #fff; -} -.slider-single-img { - margin-left: 17px; -} - -/* Default Slider Animations */ -.owl-item .slider-content * { - -webkit-animation-duration: 1.3s; - animation-duration: 1.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} -.owl-item.active .slider-content * {} -.owl-item.active .slider-animated-1 h3 { - -webkit-animation-delay: 0.7s; - animation-delay: 0.7s; - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} -.owl-item.active .slider-animated-1 h1 { - -webkit-animation-delay: 1.0s; - animation-delay: 1.0s; - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} -.owl-item.active .slider-animated-1 p { - -webkit-animation-delay: 1.3s; - animation-delay: 1.3s; - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} -.owl-item.active .slider-animated-1 a { - -webkit-animation-delay: 1.6s; - animation-delay: 1.6s; - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} -.owl-item.active .slider-animated-1.slider-single-img img { - -webkit-animation-delay: 1.6s; - animation-delay: 1.6s; - -webkit-animation-name: fadeInRight; - animation-name: fadeInRight; -} -.owl-item.active .slider-animated-2 h3 { - -webkit-animation-delay: 0.7s; - animation-delay: 0.7s; - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} -.owl-item.active .slider-animated-2 h1 { - -webkit-animation-delay: 1.0s; - animation-delay: 1.0s; - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} -.owl-item.active .slider-animated-2 a { - -webkit-animation-delay: 1.6s; - animation-delay: 1.6s; - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} -.slider-active.owl-carousel .owl-nav div { - background-color: #fff; - border: 1px solid #ececec; - border-radius: 50px; - color: #333; - font-size: 17px; - height: 48px; - left: 15px; - line-height: 49px; - opacity: 0; - position: absolute; - text-align: center; - top: 50%; - transform: translateY(-50%); - transition: all 0.3s ease 0s; - width: 48px; -} -.slider-active.owl-carousel .owl-nav div:hover { - background-color: #333; - border: 1px solid #333; - color: #fff; -} -.slider-active.owl-carousel .owl-nav div.owl-next { - left: auto; - right: 15px; -} -.slider-area:hover .slider-active.owl-carousel .owl-nav div { - opacity: 1; -} - -/* food-category */ -.single-food-content { - margin: -36px 0 0; - position: relative; - z-index: 99; -} -.single-food-content > h3 { - background-color: #fff; - border-radius: 50px; - box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2); - color: #000101; - display: inline-block; - font-family: "Pacifico", cursive; - font-size: 30px; - font-weight: 400; - line-height: 1; -} -.cate-padding-1 .single-food-content > h3 { - padding: 15px 74px 27px; -} -.cate-padding-2 .single-food-content > h3 { - padding: 20px 74px; -} -.cate-padding-3 .single-food-content > h3 { - padding: 20px 74px 19px; -} -.single-food-hover-2 { - position: relative; -} -.single-food-hover-2::after { - background: #000 none repeat scroll 0 0; - bottom: 0; - content: ""; - height: 100%; - left: 50%; - opacity: 0; - position: absolute; - right: 0; - transform: translateX(-50%) scale(0.5); - transition: all 0.3s ease 0s; - width: 100%; -} -.single-food-category:hover .single-food-hover-2::after { - opacity: 0.47; - transform: translateX(-50%) scale(1); -} -.single-food-hover-2 > img { - width: 100%; -} -.single-food-hover > img { - max-width: 300px; -} - -/* product area */ -.section-title > h2 { - color: #000101; - font-size: 36px; - font-weight: 600; - line-height: 35px; - margin: 0; -} -.section-title > h4 { - color: #000101; - font-family: "Pacifico", cursive; - font-size: 22px; - margin: 0 0 20px; -} -.product-wrapper { - transition: all .3s ease 0s; -} -.product-grid .product-wrapper, -.product-list .product-wrapper { - transition: all .0s ease 0s; -} -.product-img { - position: relative; - overflow: hidden; -} -.product-img img { - width: 100%; - transition: all .7s ease 0s; -} -.product-action { - background-color: #fff; - box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2); - display: flex; - justify-content: center; - left: 50%; - padding: 13px 0 11px; - position: absolute; - top: 60%; - opacity: 0; - visibility: hidden; - transform: translateY(-50%) translateX(-50%); - transition: all 0.6s ease 0s; -} -.product-wrapper:hover .product-action { - top: 50%; - opacity: 1; - visibility: visible; -} -.product-action a { - color: #666666; - display: inline-block; - font-size: 20px; - line-height: 1; - margin: 0 18px; - position: relative; -} -.product-action a::before { - background-color: #666666; - content: ""; - height: 21px; - position: absolute; - right: -18px; - top: 0px; - width: 1px; -} -.product-action a:last-child::before { - display: none; -} -.product-action a:hover { - color: #7e4c4f; -} -.product-wrapper:hover .product-action a { - left: 0; - opacity: 1; - visibility: visible; -} -.product-content > h4 { - font-size: 14px; - font-weight: 500; - margin: 0 0 10px; - letter-spacing: 0.08px; -} -.product-content > h4 a { - font-weight: 600; -} -.product-content>h4 a:hover { - color: #7e4c4f; -} -.product-content>span { - color: #525252; - font-size: 16px; -} -.product-content { - padding: 17px 10px 16px; -} -.product-action-wishlist { - bottom: 20px; - position: absolute; - right: 20px; -} -.product-action-wishlist a { - font-size: 14px; - color: #000000; -} -.product-action-wishlist a:hover { - color: #7e4c4f; -} - -/* deal area */ -.deal-img img { - width: 100%; -} -.deal-img { - padding: 0 65px 0 0; -} -.deal-content > h3 { - font-size: 20px; - font-weight: 500; - margin: 0; -} -.deal-pro-price { - margin: 10px 0 17px; -} -.deal-pro-price > span { - color: #7e4c4f; - font-size: 20px; - font-weight: 500; -} -.deal-pro-price > span.deal-old-price { - color: #696969; - margin-right: 10px; - text-decoration: line-through; -} -.timer-style { - margin: 36px 0 40px; -} -.timer-style span { - border: 2px solid #ebebeb; - border-radius: 3px; - color: #242424; - display: inline-block; - font-size: 18px; - font-weight: 400; - margin: 0 18px 0 0; - padding: 7px 14px 6px; - text-align: center; -} -.timer-style span:last-child { - margin: 0 0px 0 0; -} -.timer-style span p { - color: #404040; - font-size: 13px; - font-weight: 400; - margin: 9px 0 0; - position: relative; -} -.timer-style span p::before { - background-color: #aaa; - border-radius: 100%; - content: ""; - height: 1px; - left: 0; - position: absolute; - top: -5px; - transition: all 0.4s ease 0s; - width: 100%; -} -/* testimonial-area */ -.slick-list { - display: block; - margin: 0; - overflow: hidden; - padding: 0; - position: relative; -} -.sin-testiImage img { - border-radius: 100%; - display: inline-block !important; - height: 70px; - width: 70px; -} -.sin-testiImage.slick-center img { - height: 100px; - margin-top: -14px; - width: 100px; -} -.sin-testiImage.slick-slide > h3 { - color: #fff; - display: none; - font-size: 16px; - font-weight: 500; - margin-bottom: 5px; - margin-top: 35px; - text-transform: capitalize; -} -.sin-testiImage.slick-slide > h5 { - color: #dedede; - display: none; - font-size: 16px; - font-weight: 400; - text-transform: capitalize; -} -.sin-testiImage.slick-slide.slick-center > h3, -.sin-testiImage.slick-slide.slick-center > h5 { - display: block; -} -.sin-testiText > p { - color: #fff; - font-size: 18px; - font-style: italic; - font-weight: 400; - line-height: 33px; - margin: 0 auto; - width: 83%; -} -.testimonial-image-slider { - padding: 106px 315px 0; -} -.sin-testiImage { - padding: 20px 0; -} -.testimonial-wrap { - position: relative; -} -.testimonial-shap { - bottom: 245px; - left: 49%; - position: absolute; -} -/* service-area */ -.service-content { - padding: 30px 28px 25px; -} -.service-content > h4 { - color: #4f4e4e; - font-size: 16px; - font-weight: 500; - margin: 17px 0 7px; - position: relative; -} -.service-content > p { - color: #4f4e4e; - font-size: 15px; - margin: 0; -} -.service-content:hover img { - animation: 500ms ease-in-out 0s normal none 1 running tada; -} -.service-color-1 { - background-color: #fcedda; -} -.service-color-2 { - background-color: #f2fbcb; -} -.service-color-3 { - background-color: #f7d8f9; -} - -/* blog-area */ -.blog-meta li { - color: #575757; - display: inline-block; - list-style: outside none none; - margin: 0 11px 0 0; - position: relative; -} -.blog-meta li::before { - background-color: #656565; - content: ""; - height: 1px; - position: absolute; - right: -9px; - top: 50%; - transform: translateY(-50%); - width: 3px; -} -.blog-meta li:last-child::before { - display: none; -} -.blog-content > h4 { - color: #343434; - font-size: 20px; - font-weight: 500; - line-height: 30px; - margin: 0; -} -.blog-content > h4 a { - color: #343434; -} -.blog-content > h4 a:hover { - color: #7e4c4f; -} -.blog-content { - padding: 26px 30px; -} -.blog-meta { - margin: 0 0 10px; -} -.blog-img img { - width: 100%; -} -.hover-effect { - overflow: hidden; - position: relative; -} -.hover-effect > a::before, -.hover-effect > a::after { - background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0; - content: ""; - height: 100%; - position: absolute; - transition: all 0.3s ease 0s; - width: 100%; - z-index: 8; - display: block; -} -.hover-effect > a::before { - left: -100%; - top: -100%; -} -.hover-effect > a::after { - bottom: -100%; - right: -100%; -} -.blog-wrapper:hover .hover-effect > a::after { - bottom: 0; - right: 0; -} -.blog-wrapper:hover .hover-effect > a::before { - left: 0; - top: 0; -} - -/* footer area */ -.footer-info-wrapper > p { - color: #6c6c6c; - font-size: 14px; - margin: 22px 0 21px; -} -.single-address-info { - display: flex; - margin: 0 0 5px; -} -.address-icon { - margin-right: 12px; -} -.address-icon i { - color: #5f5b5b; - font-size: 20px; - margin-top: 8px; -} -.address-icon.icon-mail i { - margin-top: 3px; -} -.address-icon.phone-icon i { - margin-top: 7px; -} -.address-content>p { - color: #3b3b3b; - margin: 0; -} -.address-content>p a { - color: #3b3b3b; -} -.address-content>p a:hover { - color: #7e4c4f; -} -h4.footer-title { - color: #575757; - font-size: 16px; - font-weight: 500; - margin: 0 0 32px; -} -.footer-content ul li { - list-style: outside none none; - margin-bottom: 13px; -} -.footer-content ul li:last-child { - margin-bottom: 0px; -} -.footer-content ul li a { - color: #6c6c6c; - font-size: 14px; -} -.footer-content ul li a:hover { - color: #7e4c4f; - padding-left: 5px; -} -.newsletter-wrapper > p { - color: #6c6c6c; - font-size: 14px; - margin: 0; -} -.newsletter-wrapper>p a { - color: #7e4c4f; - font-weight: 600; - text-decoration: underline; - text-transform: uppercase; -} -.newsletter-wrapper>p a:hover { - color: #242424; -} -.subscribe-form form input { - background: #fff none repeat scroll 0 0; - border: medium none; - border-radius: 50px; - box-shadow: 0 0 13px 1.8px rgba(0, 0, 0, 0.05); - color: #c3c3c3; - font-size: 13px; - height: 45px; - padding: 0 100px 0 15px; - width: 100%; -} -.mc-form .mc-news { - left: -5000px; - position: absolute; -} -.newsletter-style form { - position: relative; -} -.subscribe-form .mc-form .clear { - background: #7e4c4f none repeat scroll 0 0; - border-radius: 50px; - bottom: 4px; - cursor: pointer; - position: absolute; - right: 4px; - top: 4px; - transition: all 0.3s ease 0s; - z-index: 999; -} -.subscribe-form .mc-form .clear:hover { - background: #242424 none repeat scroll 0 0; -} -.subscribe-form .clear input { - background: transparent none repeat scroll 0 0; - border: medium none; - color: #fff; - cursor: pointer; - font-size: 14px; - font-weight: bold; - height: auto; - padding: 8px 23px 11px; - width: auto; -} -.social-icon ul li { - display: inline-block; - margin-right: 22px; -} -.social-icon ul li:last-child { - margin-right: 0px; -} -.social-icon ul li a { - font-size: 16px; - color: #3e3e3e; -} -.social-icon ul li a:hover { - color: #7e4c4f; -} -.newsletter-style { - margin: 26px 0 38px; -} -.copyright > p { - color: #828181; - margin: 0; -} -.copyright > p a { - color: #7e4c4f; -} -.copyright>p a:hover { - text-decoration: underline; -} -.payment-img img { - width: 100%; -} - -/* Modal style */ -.modal-body { - display: flex; - justify-content: space-between; - padding: 50px; -} -.modal-dialog { - margin: 150px auto; - min-width: 878px; -} -.quick-view-tab-content .tab-pane>img { - width: 100%; -} -.quick-view-list { - margin-top: 10px; -} -.quick-view-list a { - margin-right: 10px; - margin-bottom: 10px; -} -.quick-view-list a:last-child { - margin-right: 0px; -} -.qwick-view-left { - flex: 0 0 320px; - margin-right: 30px; -} -.quick-view-tab-content .tab-pane>img { - flex: 0 0 320px; -} -.quick-view-list a img { - width: 100px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.10); -} -.modal-content { - border-radius: 0rem; -} -.qwick-view-content>h3 { - color: #333333; - font-size: 20px; - font-weight: bold; - margin: 0 0 15px; -} -.quick-view-rating i { - color: #000000; - font-size: 18px; - margin-right: 5px; -} -.quick-view-rating i.red-star { - color: #7e4c4f; -} -.rating-number { - display: flex; - justify-content: flex-start; - margin-bottom: 30px; -} -.quick-view-number>span { - color: #808080; - display: block; - font-size: 14px; - margin: 3px 0 0 10px; -} -.qwick-view-content > p { - font-size: 14px; - margin-bottom: 25px; -} -.select-option-part label { - color: #242424; - font-size: 15px; - font-weight: 500; - margin-bottom: 14px; -} -.select-option-part { - margin-bottom: 35px; -} -.select-option-part select { - -moz-appearance: none; - -webkit-appearance: none; - border: 1px solid #dcdcdc; - box-shadow: none; - color: #828282; - font-size: 14px; - height: 43px; - padding-left: 20px; - position: relative; - width: 100%; - background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/select.png") no-repeat scroll right 20px center; - cursor: pointer; -} -.qtybutton { - color: #000; - cursor: pointer; - float: left; - font-size: 16px; - font-weight: 600; - height: 20px; - line-height: 20px; - position: relative; - text-align: center; - width: 20px; -} -input.cart-plus-minus-box { - background: transparent none repeat scroll 0 0; - border: medium none; - float: left; - font-size: 16px; - height: 25px; - margin: 0; - padding: 0; - text-align: center; - width: 25px; - color: #000; -} -.cart-plus-minus *::-moz-selection { - background: transparent none repeat scroll 0 0; - color: #000; - text-shadow: none; -} -.cart-plus-minus { - border: 1px solid #dcdcdc; - height: 46px; - overflow: hidden; - padding: 9px 0 7px 5px; - width: 80px; -} -.quickview-plus-minus { - display: flex; - justify-content: flex-start; - padding-top: 5px; -} -.quickview-btn-cart > a { - background-color: transparent; - border: 1px solid #dcdcdc; - border-radius: inherit; - color: #242424; - font-weight: 500; - padding: 15px 42px; -} -.quickview-btn-cart>a:hover { - border: 1px solid #dcdcdc; -} -.quickview-btn-wishlist > a { - border: 1px solid #dcdcdc; - color: #242424; - display: inline-block; - font-size: 20px; - padding: 9px 18px 5px; - z-index: 9; -} -.quickview-btn-wishlist>a:hover { - border: 1px solid #dcdcdc; - background-color: #0e0904; - color: #fff; -} - -.quickview-btn-cart { - margin: 0 30px; -} -.qtybutton.inc { - margin-top: 2px; -} -.qtybutton.dec { - margin-top: 2px; -} -.price { - margin: 9px 0 8px; -} -#exampleModal .close { - color: #fff; - cursor: pointer; - float: right; - font-size: 35px; - left: 50%; - line-height: 1; - opacity: 1; - position: absolute; - text-shadow: 0 1px 0 #fff; - top: 32px; - transform: translateX(-50%); - transition: all 0.3s ease 0s; -} -#exampleModal .close:hover { - color: #7e4c4f; -} -.modal-backdrop.show { - opacity: 0.8; -} -.modal-content .close:hover { - color: #7e4c4f; -} -.modal-open .modal { - z-index: 99999; -} -.modal-backdrop.show { - z-index: 9999; -} -.quick-view-tab-content .tab-pane { - border: 1px solid #ddd; -} -.modal-body .cart-plus-minus span { - display: none; -} - -/*------------------------ - 3. Home page 2 ---------------------------*/ - -/* slider index-2 */ -.slider-content.slider-content-white h3 { - color: #fff; -} -.slider-content.slider-content-white h1 { - color: #fff; -} -.slider-content-white .slider-btn a { - background-color: #fff; - color: #7e4c4f; -} -.slider-content-white .slider-btn a:hover { - background-color: #7e4c4f; - color: #fff; -} -/* food-category index-2 */ -.single-food-category-2 { - padding: 0 35px; - position: relative; -} -.single-food-category-2 > h3 { - color: #000101; - font-size: 30px; - left: 0; - margin: 0; - position: absolute; - right: 0; - text-align: center; - top: 50%; - transform: translateY(-50%); - font-family: "Pacifico", cursive; - transition: all 0.3s ease 0s; -} -.single-food-hover::after { - background: #000 none repeat scroll 0 0; - border-radius: 100%; - bottom: 0; - content: ""; - height: 300px; - left: 50%; - opacity: 0; - position: absolute; - right: 0; - transform: translateX(-50%) scale(0.5); - transition: all 0.3s ease 0s; - width: 300px; -} -.single-food-category-2:hover .single-food-hover::after { - opacity: .47; - transform: translateX(-50%) scale(1); -} -.single-food-category-2:hover h3 { - color: #fff; -} -/* testimonial index-2 */ -.testimonial-white-color .sin-testiText > p { - color: #000; -} -.testimonial-white-color .sin-testiImage img { - border: 1px solid #7e4c4f; -} -.testimonial-white-color .sin-testiImage.slick-slide > h3, -.testimonial-white-color .sin-testiImage.slick-slide > h5 { - color: #4d4d4d; -} -/* deal index-2 */ -.section-title.section-title-white > h4, -.section-title.section-title-white > h2 { - color: #fff; -} -.deal-style-white .deal-content > h3 a { - color: #fff; -} -.deal-style-white .deal-pro-price > span.deal-old-price, -.deal-style-white .deal-pro-price > span, -.deal-style-white .timer-style span p, -.deal-style-white .timer-style span { - color: #fff; -} -.deal-style-white .deal-content > p { - color: #f7f7f7; -} -.deal-style-white .btn-style { - background-color: #fff; - color: #7e4c4f; -} -.deal-style-white .btn-style:hover { - background-color: #7e4c4f; - color: #fff; -} -.deal-style-white .deal-img { - padding: 0 100px 0 0; -} - -/*------------------------ - 4. About us ---------------------------*/ - -/* breadcrumb style */ -.breadcrumb-content > h2 { - color: #fff; - font-size: 35px; - font-weight: 600; - line-height: 35px; - margin: 0 0 12px; - text-transform: uppercase; -} -.breadcrumb-content li { - color: #454545; - display: inline-block; - font-size: 16px; - font-weight: 500; - padding-right: 14px; - position: relative; - text-transform: capitalize; -} -.breadcrumb-content li a { - color: #fff; -} -.breadcrumb-content li.active, -.breadcrumb-content li a:hover { - color: #ddd; -} -.breadcrumb-content li::before { - background-color: #fff; - bottom: 10px; - content: ""; - height: 2px; - margin: 0 auto; - position: absolute; - right: 2px; - transition: all 0.4s ease 0s; - width: 6px; -} -.breadcrumb-content li:last-child:before { - display: none; -} - -/* about-us area */ - -.about-us-img>img { - width: 100%; -} -.about-us-content > h2 { - font-size: 35px; - font-weight: 600; - line-height: 64px; - margin: 0 0 18px; - text-transform: uppercase; -} -.about-us-content > p { - font-size: 14px; - margin: 0; -} -.about-us-list>ul { - position: relative; -} -.about-us-list ul li { - display: block; - font-size: 14px; - list-style: outside none none; - margin-bottom: 7px; - padding-left: 24px; - position: relative; -} -.about-us-list ul li:last-child { - margin-bottom: 0px; -} -.about-us-list { - margin: 20px 0 34px; -} -.about-us-list ul li::before { - color: #454545; - content: ""; - display: inline-block; - font-family: "themify"; - font-size: 17px; - left: 0; - position: absolute; - top: -1px; -} - -/* count area */ - -.single-count-wrapper { - display: flex; - justify-content: space-between; -} -.single-count h2 { - font-size: 45px; - font-weight: bold; - line-height: 1; - margin: 0 0 10px; -} -.single-count>span { - color: #333333; - font-size: 18px; - font-weight: 600; -} - -/* team area */ - -.team-wrapper { - background-color: #f9f9f9; - box-shadow: 0 0 11px rgba(0, 0, 0, 0.15); -} -.team-img { - overflow: hidden; - position: relative; -} -.team-img img { - width: 100%; -} -.team-social { - bottom: 30px; - left: 0; - position: absolute; - right: 0; - text-align: center; -} -.team-content { - padding: 26px 10px 27px; -} -.team-content>h4 { - color: #404040; - font-size: 18px; - font-weight: 600; - margin: 0 0 5px; -} -.team-content>span { - color: #404040; - font-size: 16px; -} -.team-social>a { - background-color: #fff; - border-radius: 100%; - color: #404040; - display: inline-block; - font-size: 13px; - height: 28px; - margin: 0 5px; - width: 28px; - visibility: hidden; - opacity: 0; - bottom: -10px; - position: relative; -} -.team-social>a:hover { - background-color: #7e4c4f; - color: #fff; -} -.team-social>a i { - line-height: 28px; -} -.team-wrapper:hover .team-social a { - bottom: 0; - opacity: 1; - visibility: visible; -} -.team-social a:nth-child(1) { - transition-delay: 0.1s; -} -.team-social a:nth-child(2) { - transition-delay: 0.2s; -} -.team-social a:nth-child(3) { - transition-delay: 0.3s; -} -.team-social a:nth-child(4) { - transition-delay: 0.4s; -} - -/*------------------------ - 5. Shop page ---------------------------*/ - -.shop-sidebar-title { - color: #242424; - font-size: 16px; - font-weight: 600; - margin: 0; -} -.shop-search form input { - background: #fff none repeat scroll 0 0; - border: 1px solid #ededed; - color: #666; - height: 45px; - padding: 0 66px 0 15px; - width: 100%; -} -.shop-search form input::-moz-placeholder { - color: #666; - opacity: 1; -} -.shop-search form input::-webkit-input-placeholder { - color: #666; - opacity: 1; -} -.shop-search form { - position: relative; -} -.shop-search form button { - -moz-border-bottom-colors: none; - -moz-border-left-colors: none; - -moz-border-right-colors: none; - -moz-border-top-colors: none; - background-color: transparent; - border-color: #ededed; - border-image: none; - border-style: none none none solid; - border-width: medium medium medium 1px; - color: #7e4c4f; - cursor: pointer; - font-size: 20px; - height: 100%; - padding: 0 20px; - position: absolute; - right: 0; - top: 50%; - transform: translateY(-50%); - transition: all .3s ease 0s; -} -.shop-search form button:hover { - color: #333; -} -.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all { - background: #bbb none repeat scroll 0 0; - border: medium none; - border-radius: 0; - height: 4px; - margin-bottom: 12px; - margin-left: auto; -} -.price_filter .ui-slider-range { - background: #7e4c4f none repeat scroll 0 0; -} -.price_filter .ui-slider-handle.ui-state-default.ui-corner-all { - background: #fff none repeat scroll 0 0; - border: 1px solid #7e4c4f; - border-radius: 100%; - height: 15px; - width: 15px; -} -.ui-slider-horizontal .ui-slider-handle { - margin-left: -6px; - top: -6px; -} -.label-input label { - color: #565656; - display: inline-block; - float: left; - font-size: 14px; - font-weight: bold; - margin: 0; - text-transform: capitalize; -} -.label-input input { - background: transparent none repeat scroll 0 0; - border: medium none; - color: #565656; - font-size: 14px; - font-weight: 600; - height: inherit; - padding-left: 5px; - width: 99px; -} -.label-input { - display: inline-block; - float: left; - margin-top: 5px; -} -.price_slider_amount>button { - background-color: transparent; - border: medium none; - color: #565656; - cursor: pointer; - display: inline-block; - float: right; - font-weight: 600; - line-height: 1; - padding: 7px 0; - text-transform: capitalize; - transition: all 0.3s ease 0s; -} -.price_slider_amount>button:hover { - color: #7e4c4f; -} -.shop-price-filter { - overflow: hidden; -} -.price_slider_amount { - display: block; - overflow: hidden; -} -.shop-list-style ul li { - list-style: outside none none; - margin-bottom: 6px; -} -.shop-list-style ul li:last-child { - margin-bottom: 0px; -} -.shop-list-style ul li a { - color: #333; - display: block; - font-size: 14px; -} -.shop-list-style ul li a:hover { - color: #7e4c4f; - padding-left: 5px; -} -.shop-list-style ul li a span { - float: right; -} -.shop-topbar-wrapper { - border: 1px solid #ddd; - display: flex; - justify-content: space-between; - margin-bottom: 40px; - padding: 12px 20px 10px; -} -.shorting-style>label { - color: #1d1d1d; - font-size: 16px; - font-weight: 500; - margin: 0 28px 0 0; - text-transform: capitalize; -} -.shorting-style>label span { - color: #7e4c4f; - font-weight: 500; -} -.shorting-style select { - -moz-appearance: none; - -webkit-appearance: none; - background: #fff url("../../assets/img/icon-img/select-2.png") no-repeat scroll right 16px center; - border: 1px solid #ededed; - box-shadow: none; - color: #555; - cursor: pointer; - font-size: 14px; - height: 40px; - min-width: 200px; - padding: 0 40px 0 10px; - text-transform: capitalize; - width: inherit; - position: relative; -} -.shorting-style select::before { - background-color: #000000; - bottom: -15px; - content: ""; - height: 10px; - left: 0; - margin: 0 auto; - position: absolute; - right: 0; - transition: all 0.4s ease 0s; - width: 2px; -} -.view-mode>li { - display: inline-block; - margin-left: -4px; -} -.view-mode>li a { - background-color: #ededed; - color: #535252; - display: inline-block; - font-size: 20px; - line-height: 1; - padding: 9px 10px 7px; -} -.view-mode>li.active a { - background-color: #7e4c4f; - color: #fff; -} -.product-list .product-content { - display: none; -} -.product-list .product-img { - display: inline-block; - float: left; - margin-right: 30px; - width: 270px; -} -.product-list .product-wrapper { - overflow: hidden; -} -.product-list .product-list-content { - display: block; - overflow: hidden; -} -.product-list .product-width { - flex: 0 0 100%; - max-width: 100%; -} -.product-list .product-wrapper { - border: medium none; -} -.product-list .product-wrapper:hover { - box-shadow: none; -} -.product-list .product-img { - border: medium none; - transition: all .0s ease 0s; -} -.product-list .product-action { - display: none; -} -.product-list .product-wrapper:hover .product-img { - box-shadow: none; -} -.product-list-content > h4 { - font-size: 18px; - font-weight: 500; - margin: 0 0 7px; -} -.product-list-content .product-price { - margin: 16px 0 9px; -} -.product-list-content>h4 a { - color: #585858; -} -.product-list-content>h4 a:hover { - color: #7e4c4f; -} -.product-price span { - position: relative; -} -.product-price span::before { - background-color: #525252; - bottom: 10px; - content: ""; - height: 1px; - margin: 0 auto; - position: absolute; - right: -7px; - transition: all 0.4s ease 0s; - width: 6px; -} -.product-price span:last-child::before { - display: none; -} -.product-price span.new { - color: #686868; - font-size: 16px; - font-weight: 500; - margin: 0 12px 0 0; -} -.product-price span.old { - color: #686868; - font-size: 16px; - font-weight: 500; - text-decoration: line-through; -} -.product-rating i { - font-size: 16px; - margin-right: 5px; -} -.product-rating i.theme-color { - color: #7e4c4f; -} -.product-rating { - margin: 12px 0 18px; -} -.product-list-content > p { - font-size: 14px; - font-weight: 400; - margin: 0; -} -.product-list-action { - margin: 30px 0 0; -} -.product-list-action-left { - display: inline-block; - float: left; - margin-right: 20px; -} -.product-list-action-left a { - background-color: #7e4c4f; - color: #fff; - display: inline-block; - font-size: 14px; - font-weight: bold; - line-height: 1; - padding: 12px 22px; - text-transform: uppercase; -} -.product-list-action-left a:hover { - background-color: #333; -} -.product-list-action-right a { - border: 1px solid #dcdcdc; - color: #313131; - display: inline-block; - font-size: 16px; - height: 38px; - line-height: 40px; - margin: 0 16px 0 0; - text-align: center; - width: 50px; -} -.product-list-action-right a:last-child { - margin: 0 0px 0 0; -} -.product-list-action-right a:hover { - border: 1px solid #7e4c4f; - color: #fff; - background-color: #7e4c4f; -} -.product-grid .product-list-content { - display: none; -} -.product-list .product-wrapper.mb-10 { - margin-bottom: 30px; -} -.pagination-style ul li { - display: inline-block; - margin-left: 7px; -} -.pagination-style ul li a { - background-color: transparent; - border: 1px solid #7e4c4f; - color: #7e4c4f; - display: inline-block; - font-size: 13px; - height: 40px; - line-height: 40px; - text-align: center; - width: 40px; -} -.pagination-style ul li a i { - font-size: 10px; -} -.pagination-style ul li a.active, -.pagination-style ul li a:hover { - background-color: #7e4c4f; - color: #fff; -} - -/*------------------------ - 6. Product details ---------------------------*/ - -.product-details-content>h2 { - color: #585858; - font-size: 20px; - font-weight: 600; - margin: 0 0 7px; -} -.in-stock { - margin: 35px 0 8px; -} -.in-stock>span { - color: #93c241; - font-size: 15px; - letter-spacing: 0.2px; -} -.sku { - border-bottom: 1px solid #e4e4e4; - display: block; - margin: 0 0 25px; - padding: 0 0 25px; -} -.sku>span { - color: #242424; - font-size: 15px; - letter-spacing: 0.2px; -} -.product-details-content>p { - color: #454545; - font-size: 15px; - letter-spacing: 0.2px; - margin: 0; -} -.quality-wrapper>label { - color: #454545; - display: inline-block; - float: left; - font-weight: bold; - margin-bottom: 0; - margin-right: 39px; - margin-top: 8px; - text-transform: uppercase; -} -.quality-wrapper { - display: block; - overflow: hidden; - position: relative; -} -.quality-wrapper input.cart-plus-minus-box { - background: #f9f9f9 none repeat scroll 0 0; - border: medium none; - border-radius: 5px; - float: left; - font-size: 16px; - height: 40px; - margin: 0; - text-align: center; - width: 120px; -} -.product-dec-slider.owl-carousel .owl-nav div { - background-color: #fff; - border-radius: 50px; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - color: #8d8c8c; - display: inline-block; - font-size: 13px; - height: 35px; - left: -15px; - line-height: 37px; - opacity: 0; - position: absolute; - text-align: center; - top: 50%; - transform: translateY(-50%); - transition: all 0.3s ease 0s; - width: 35px; -} -.product-dec-slider.owl-carousel .owl-nav div.owl-next { - left: auto; - right: -15px; -} -.product-dec-slider.owl-carousel .owl-nav div:hover { - background-color: #7e4c4f; - color: #fff; -} -.product-dec-slider:hover .owl-nav div { - opacity: 1; -} -.description-review-topbar { - display: flex; - justify-content: center; -} -.description-review-topbar a { - border-bottom: 2px solid transparent; - color: #333; - display: inline-block; - font-size: 15px; - font-weight: bold; - margin: 0 37px; - padding-bottom: 13px; - position: relative; - text-transform: uppercase; -} -.description-review-topbar a::before { - background-color: #7a7a7a; - content: ""; - height: 17px; - position: absolute; - right: -37px; - top: 2px; - width: 1px; -} -.description-review-topbar a.active { - border-bottom: 2px solid #7e4c4f; - color: #7e4c4f; -} -.description-review-topbar a:last-child::before { - display: none; -} -.tab-content.description-review-bottom { - border-radius: 5px; - padding: 40px 30px; -} -.product-description-wrapper > p { - font-size: 14px; - margin-bottom: 25px; -} -.product-description-wrapper li { - color: #454545; - font-size: 14px; - list-style: outside none none; - margin-bottom: 8px; -} -.product-description-wrapper li:last-child { - margin-bottom: 0px; -} -.product-anotherinfo-wrapper li { - color: #454545; - font-size: 15px; - list-style: outside none none; - margin-bottom: 6px; - text-transform: capitalize; -} -.product-anotherinfo-wrapper li span { - display: inline-block; - font-size: 15px; - font-weight: bold; - margin-right: 15px; - width: 62px; -} -.rattings-wrapper { - margin-bottom: 40px; -} -.rattings-wrapper .sin-rattings { - margin-bottom: 30px; -} -.star-author-all { - margin-bottom: 10px; - overflow: hidden; -} -.ratting-author h3 { - color: #333; - float: left; - font-size: 14px; - font-weight: 600; - line-height: 13px; - margin: 0; - text-transform: capitalize; -} -.ratting-author span { - display: block; - float: left; - font-size: 14px; - font-weight: 600; - line-height: 13px; - margin-left: 15px; -} -.sin-rattings>p { - color: #454545; - font-size: 15px; - letter-spacing: 0.2px; - margin-bottom: 0; -} -.ratting-form-wrapper h3 { - color: #303030; - font-size: 15px; - font-weight: 400; - line-height: 12px; - margin: 0 0 30px; - text-transform: uppercase; -} -.ratting-form form .star-box { - margin-bottom: 40px; -} -.ratting-form form .star-box h2 { - color: #303030; - font-size: 14px; - font-weight: 700; - line-height: 1; - margin: 0 0 10px; -} -.rating-form-style input, -.rating-form-style textarea { - background-color: #fff; - border: 1px solid #eceff8; - color: #333; - padding-right: 15px; -} -.rating-form-style.form-submit input { - background: #7e4c4f none repeat scroll 0 0; - color: #fff; - cursor: pointer; - font-weight: bold; - letter-spacing: 0.2px; - margin-top: 30px; - padding: 0 25px; - text-transform: uppercase; - width: inherit; -} -.rating-form-style.form-submit input:hover { - background: #333 none repeat scroll 0 0; - color: #fff; -} -.product-details-img img { - cursor: pointer; - width: 100%; -} -#zoompro, -.product-dec-slider a img { - border: 1px solid #ddd; -} -.product-dec-slider { - margin-right: 10px; - padding-right: 1px; -} - -/*------------------------ - 7. Cart page ---------------------------*/ - -.page-title { - font-size: 22px; - font-weight: bold; - margin-bottom: 27px; - text-align: center; - text-transform: uppercase; -} -.cart-main-area .table-content table { - background: #fff none repeat scroll 0 0; - border-color: #eaeaea; - border-radius: 0; - border-style: solid; - border-width: 1px; - width: 100%; -} -.table-content table th, -.table-content table td { - border-bottom: 1px solid #e5e5e5; -} -.table-content table th { - border-top: medium none; - color: #333; - font-size: 15px; - font-weight: bold; - padding: 14px 45px 13px; - text-transform: uppercase; - vertical-align: middle; - white-space: nowrap; -} -.table-content table td.product-thumbnail { - width: 155px; -} -.table-content table td.product-thumbnail a img { - padding-left: 20px; -} -.table-content table td.product-name { - width: 345px; -} -.table-content table td { - color: #454545; - font-size: 15px; - padding: 20px 0; -} -.product-wishlist-cart { - text-align: center; -} -.table-content table td.product-name a { - color: #333; - font-size: 16px; - padding-left: 50px; -} -.table-content table td.product-price-cart span { - padding-left: 60px; -} -.table-content table td.product-quantity { - padding-left: 8px; -} -.table-content table td.product-subtotal { - padding-left: 58px; -} -.table-content table td.product-remove { - padding-left: 70px; -} -.table-content table td.product-remove a { - color: #454545; - font-size: 18px; -} -.product-quantity .cart-plus-minus { - height: 40px; - padding: 0; - position: relative; - width: 110px; - border: 1px solid #e5e5e5; -} -.product-quantity .qtybutton { - color: #454545; - cursor: pointer; - float: inherit; - font-size: 16px; - margin: 0; - position: absolute; - transition: all .3s ease 0s; -} -.product-quantity .qtybutton:hover, -.table-content table td.product-name a:hover, -.table-content table td.product-remove a:hover { - color: #7e4c4f; -} -.product-quantity .dec.qtybutton { - border-right: 1px solid #e5e5e5; - height: 40px; - left: 0; - padding-top: 8px; - top: 0; -} -.product-quantity .inc.qtybutton { - border-left: 1px solid #e5e5e5; - height: 40px; - right: 0; - padding-top: 9px; - top: 0; -} -.product-quantity input.cart-plus-minus-box { - color: #454545; - float: left; - font-size: 14px; - height: 40px; - margin: 0; - width: 110px; -} -.cart-shiping-update-wrapper { - -moz-border-bottom-colors: none; - -moz-border-left-colors: none; - -moz-border-right-colors: none; - -moz-border-top-colors: none; - background-color: #fff; - border-color: #e5e5e5 #e5e5e5; - border-image: none; - border-style: none solid solid; - border-width: medium 1px 1px; - display: flex; - justify-content: space-between; - padding: 43px 20px 30px; -} -.cart-shiping-update>a, -.cart-shiping-update>button, -.cart-clear>a { - background-color: #d8d8d8; - border-radius: 5px; - color: #000101; - display: inline-block; - font-weight: 600; - line-height: 1; - padding: 16px 27px; - text-transform: uppercase; -} -.cart-shiping-update>button { - border: medium none; - cursor: pointer; - margin-left: 16px; - transition: all .3s ease 0s; -} -.cart-shiping-update>a:hover, -.cart-shiping-update>button:hover, -.cart-clear>a:hover { - background-color: #7e4c4f; - color: #fff; -} -.cart-tax, -.discount-code-wrapper, -.grand-totall { - background-color: #fff; - border: 1px solid #eaeaea; - margin-top: 50px; - padding: 20px; -} -.cart-bottom-title { - border-bottom: 1px solid #eaeaea; - font-size: 15px; - font-weight: 600; - padding-bottom: 13px; - text-transform: uppercase; -} -.tax-wrapper>p { - color: #454545; - font-size: 15px; - letter-spacing: 0.2px; - margin: 24px 0 0; -} -.tax-select select, -.tax-select input, -.discount-code input { - -moz-appearance: none; - -webkit-appearance: none; - background: #fff none repeat scroll 0 0; - border: 1px solid #eaeaea; - box-shadow: none; - color: #626262; - font-size: 14px; - height: 32px; - padding-left: 10px; - width: 196px; -} -.tax-select select { - background: #fff url("../../assets/img/icon-img/cart-select.png") no-repeat scroll right 10px center; - cursor: pointer; -} -.tax-select>label { - color: #454545; - font-size: 15px; - letter-spacing: 0.2px; - margin: 0; - width: 125px; -} -.tax-select { - margin-bottom: 20px; -} -.tax-select-wrapper { - margin: 15px 0 0; -} -button.cart-btn-2, -.grand-totall>a { - background-color: #d8d8d8; - border: medium none; - border-radius: 5px; - color: #000101; - cursor: pointer; - display: inline-block; - font-size: 14px; - font-weight: 600; - line-height: 1; - margin: 5px 0 0; - padding: 12px 20px 15px; - text-transform: uppercase; - transition: all 0.3s ease 0s; -} -.grand-totall>a { - padding: 14px 20px 15px; -} -button.cart-btn-2:hover, -.grand-totall>a:hover { - color: #fff; - background-color: #7e4c4f; -} -.discount-code input { - height: 42px; - margin-bottom: 15px; - width: 100%; -} -.discount-code>p { - color: #454545; - font-size: 15px; - margin: 23px 0 13px; -} -.grand-totall>span { - border-bottom: 1px solid #eaeaea; - color: #454545; - display: block; - font-size: 15px; - margin-bottom: 18px; - padding-bottom: 14px; -} -.grand-totall h5 { - font-size: 17px; - font-weight: 600; - margin: 0 0 16px; -} -.grand-totall>p { - color: #454545; - margin: 12px 0 0; -} -.product-wishlist-cart > a { - background-color: #7e4c4f; - border-radius: 3px; - color: #fff; - font-size: 13px; - font-weight: 500; - line-height: 1; - padding: 7px 10px; - text-transform: uppercase; -} -.product-wishlist-cart > a:hover { - background-color: #242424; -} - -/*------------------------ - 8. Checkout page ---------------------------*/ - -h5.panel-title { - background-color: #fff; - border: 1px solid #e7e7e7; - color: #333; - font-size: 14px; - font-weight: 600; - margin: 0 0 30px; - position: relative; - text-transform: uppercase; -} -h5.panel-title a { - color: #333; - display: block; - padding: 12px 55px; - position: relative; -} -h5.panel-title a:hover { - color: #7e4c4f; -} -h5.panel-title a::before { - color: #666666; - content: ""; - display: inline-block; - font-family: "themify"; - font-size: 12px; - position: absolute; - right: 10px; - top: 14px; -} -h5.panel-title a.collapsed::after { - color: #666666; - content: ""; - display: inline-block; - font-family: "themify"; - font-size: 12px; - position: absolute; - right: 10px; - top: 14px; -} -h5.panel-title a.collapsed::before { - display: none; -} -h5.panel-title span { - background-color: #7e4c4f; - color: #fff; - font-size: 15px; - height: 42px; - left: 0; - line-height: 42px; - position: absolute; - text-align: center; - top: 0; - width: 42px; -} -.checkout-register, -.checkout-login { - background-color: #fff; - border: 1px solid #eaeaea; - overflow: hidden; - padding: 20px 15px; -} -.checkout-sub-title { - border-bottom: 1px solid #eaeaea; - font-size: 14px; - font-weight: bold; - margin: 0; - padding-bottom: 15px; - text-transform: uppercase; -} -.checkout-register>p { - color: #888888; - margin: 13px 0 9px; -} -.checkout-register label { - color: #454545; - font-size: 14px; - letter-spacing: 0.2px; - margin: 0 0 10px; -} -.checkout-register form input { - background: transparent none repeat scroll 0 0; - border: 1px solid #eaeaea; - border-radius: 5px; - color: #626262; - height: 40px; - padding-left: 10px; - margin: 0 0 20px; - width: 100%; -} -.checkout-btn, -.billing-btn>button { - background-color: #d8d8d8; - border: medium none; - border-radius: 50px; - color: #000101; - cursor: pointer; - font-weight: 600; - line-height: 1; - padding: 13px 20px; - text-transform: uppercase; - transition: all 0.3s ease 0s; -} -.checkout-btn:hover, -.billing-btn>button:hover { - background-color: #7e4c4f; - color: #fff; -} -.checkout-login>form { - margin-top: 22px; -} -.login-form input { - background: transparent none repeat scroll 0 0; - border: 1px solid #eaeaea; - border-radius: 5px; - height: 40px; - padding-left: 10px; - width: 277px; -} -.login-form label { - color: #454545; - font-size: 14px; - width: 105px; -} -.login-form { - margin-bottom: 20px; -} -.login-forget { - float: right; -} -.login-forget>a { - border-bottom: 1px solid #7e4c4f; - color: #7e4c4f; - margin-left: 38px; -} -.login-forget>a:hover { - color: #454545; - border-bottom: 1px solid #454545; -} -.login-forget .checkout-btn, -.billing-btn>button { - padding: 13px 23px; -} -.panel-body { - margin-bottom: 50px; -} -.checkout-progress>h4 { - background-color: #7e4c4f; - color: #ffffff; - font-size: 15px; - font-weight: bold; - letter-spacing: 0.2px; - margin: 0; - padding: 14px 10px 15px; - text-align: center; - text-transform: uppercase; -} -.checkout-progress { - background-color: #fff; - border: 1px solid #7e4c4f; -} -.checkout-progress>ul { - padding: 16px 14px 18px; -} -.checkout-progress li { - border-bottom: 1px solid #eaeaea; - color: #454545; - font-size: 15px; - list-style: outside none none; - margin-bottom: 14px; - padding-bottom: 12px; - padding-left: 27px; - position: relative; -} - -.checkout-progress li:last-child { - border-bottom: 0px solid #eaeaea; - padding-bottom: 0px; - margin-bottom: 0px; -} - -.checkout-progress li::before { - color: #454545; - content: ""; - display: inline-block; - font-family: "themify"; - font-size: 14px; - left: 0; - position: absolute; - top: 1px; -} -.billing-information-wrapper, -.shipping-information-wrapper, -.shipping-method-wrapper, -.payment-info-wrapper, -.order-review-wrapper { - background-color: #fff; - padding: 30px 20px; - border: 1px solid #eaeaea; -} -.billing-info>label { - color: #242424; - font-size: 14px; - text-transform: capitalize; -} -.billing-info input, -.billing-select select { - background: transparent none repeat scroll 0 0; - border: 1px solid #eaeaea; - color: #555; - height: 40px; - border-radius: 5px; - padding: 0 10px; -} -.billing-select select { - -moz-appearance: none; - -webkit-appearance: none; - background: #fff url("../../assets/img/icon-img/shop.png") no-repeat scroll right 10px center; - cursor: pointer; -} -.billing-info { - margin-bottom: 20px; -} -.single-ship>input { - display: inline-block; - float: left; - height: inherit; - margin-right: 10px; - margin-top: 5px; - width: inherit; -} -.single-ship label { - color: #454545; -} -.single-ship { - margin-bottom: 5px; -} -.ship-wrapper { - margin-top: 20px; -} -.billing-back-btn { - display: flex; - justify-content: space-between; - margin-top: 26px; -} -.billing-back>a { - display: inline-block; - font-size: 15px; - margin-top: 7px; - text-transform: uppercase; -} -.billing-back>a:hover { - color: #7e4c4f; -} -.billing-back>a i { - font-size: 18px; - color: #7e4c4f; -} -.shipping-info-2>span { - display: block; - font-size: 15px; - margin-bottom: 9px; -} -.shipping-information-wrapper>span:last-child { - margin-bottom: 0px; -} -.shipping-info-2 { - margin-bottom: 10px; -} -.shipping-method>p { - color: #454545; - font-size: 15px; - margin: 0 0 5px; -} -.expiration-date { - margin-bottom: 20px; -} -.order-review table thead tr th { - border: 1px solid #eaeaea; - color: #454545; - font-size: 15px; - font-weight: bold; - padding: 10px; - text-align: center; - text-transform: capitalize; -} -.o-pro-dec p { - color: #454545; - font-size: 15px; - font-weight: 400; - margin: 0; -} -.order-review table tbody tr td { - border: 1px solid #eaeaea; -} -.o-pro-price, -.o-pro-qty, -.o-pro-subtotal { - text-align: center; -} -.o-pro-price p, -.o-pro-qty p, -.o-pro-subtotal p { - color: #454545; - letter-spacing: 0.2px; - font-size: 15px; -} -.order-review table tfoot { - margin-top: 20px; -} -.order-review table tfoot tr { - border-bottom: 0 solid #f2f2f2; -} -.order-review table tfoot tr td { - border-right: 0 solid #f2f2f2; - border-top: 0 solid #f2f2f2; - color: #454545; - font-size: 16px; - padding: 6px 5px 2px; - text-align: right; -} -.billing-back-btn>span { - color: #454545; - font-size: 14px; - margin-top: 10px; -} -.billing-back-btn>span a { - color: #7e4c4f; -} -.billing-back-btn>span a:hover { - text-decoration: underline; -} -.edit-address>a { - display: inline-block; - font-size: 15px; - font-weight: 400; - margin-bottom: 20px; - text-transform: uppercase; -} -.edit-address>a:hover { - color: #7e4c4f; -} - -/*------------------------ - 9. My account ---------------------------*/ - -.account-info-wrapper>h4 { - font-size: 18px; - margin: 0; - text-transform: uppercase; -} -.account-info-wrapper>h5 { - font-size: 16px; - letter-spacing: 0.2px; - margin-top: 7px; -} -.account-info-wrapper { - border-bottom: 1px solid #eaeaea; - margin-bottom: 28px; - padding-bottom: 30px; -} -.entries-wrapper { - border: 1px solid #eaeaea; - position: relative; -} -.entries-wrapper:before { - position: absolute; - content: ""; - height: 100%; - width: 1px; - left: 50%; - top: 0; - background-color: #eaeaea; -} -.entries-info { - padding: 30px 20px; -} -.entries-info>p { - color: #454545; - font-size: 15px; - margin: 0; - text-transform: capitalize; -} -.entries-edit-delete>a { - background-color: #454545; - border-radius: 5px; - color: #fff; - display: inline-block; - letter-spacing: 0.2px; - line-height: 1; - margin: 0 2px; - padding: 12px 15px; - text-transform: uppercase; -} -.entries-edit-delete>a.edit { - background-color: #df5c39; -} -.entries-edit-delete>a:hover, -.entries-edit-delete>a.edit:hover { - background-color: #7e4c4f; -} - -/*------------------------ - 10. Login register page ---------------------------*/ - -.login-form-container { - background: transparent none repeat scroll 0 0; - box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); - padding: 80px; - text-align: left; -} -.login-text { - margin-bottom: 30px; - text-align: center; -} -.login-text h2 { - color: #444; - font-size: 30px; - margin-bottom: 5px; - text-transform: capitalize; -} -.login-text span { - font-size: 15px; -} -.login-form-container input { - background-color: transparent; - border: 1px solid #eaeaea; - color: #333; - font-size: 14px; - height: 50px; - margin-bottom: 30px; - padding: 0 15px; -} -.login-form-container input::-moz-placeholder { - color: #666; - opacity: 1; -} -.login-form-container input::-webkit-input-placeholder { - color: #666; - opacity: 1; -} -.login-toggle-btn { - padding: 10px 0 19px; -} -.login-form-container input[type="checkbox"] { - height: 15px; - margin: 0; - position: relative; - top: 1px; - width: 17px; -} -.login-form-container label { - color: #454545; - font-size: 15px; - font-weight: 400; -} -.login-toggle-btn>a { - color: #454545; - float: right; - font-size: 15px; - transition: all 0.3s ease 0s; -} -.login-toggle-btn>a:hover { - color: #7e4c4f; -} -.login-register-tab-list { - display: flex; - justify-content: center; - margin-bottom: 40px; -} -.login-register-tab-list.nav a h4 { - font-size: 25px; - font-weight: 700; - margin: 0 20px; - text-transform: capitalize; - transition: all 0.3s ease 0s; -} -.login-register-tab-list.nav a { - position: relative; -} -.login-register-tab-list.nav a::before { - background-color: #454545; - bottom: 5px; - content: ""; - height: 18px; - margin: 0 auto; - position: absolute; - right: -2px; - transition: all 0.4s ease 0s; - width: 1px; -} -.login-register-tab-list.nav a:last-child::before { - display: none; -} -.login-register-tab-list.nav a.active h4, -.login-register-tab-list.nav a h4:hover { - color: #7e4c4f; -} -.login-form button { - border: medium none; - cursor: pointer; -} -.button-box button { - background-color: #d8d8d8; - border: medium none; - border-radius: 50px; - color: #000101; - cursor: pointer; - font-weight: 600; - line-height: 1; - padding: 13px 30px; - text-transform: uppercase; - transition: all 0.3s ease 0s; -} - -.button-box button:hover { - background-color: #7e4c4f; - color: #fff; -} - -/*------------------------ - 11. Contact page ---------------------------*/ - -#map { - height: 500px; - width: 100%; -} -.contact-info-wrapper { - background-color: #fff; - border: 1px solid #eaeaea; - overflow: hidden; - padding: 40px 15px 34px; -} -.contact-info-icon i { - border: 2px solid #7e4c4f; - border-radius: 50px; - color: #7e4c4f; - display: inline-block; - font-size: 30px; - height: 60px; - line-height: 55px; - transition: all 0.3s ease 0s; - width: 60px; -} -.contact-info-wrapper:hover .contact-info-icon i { - border: 2px solid #7e4c4f; - background-color: #7e4c4f; - color: #fff; -} -.contact-info-content h4 { - color: #424242; - font-size: 18px; - font-weight: 600; - margin-bottom: 10px; -} -.contact-info-content p { - color: #666; - font-size: 15px; - font-weight: 400; - margin-bottom: 3px; -} -.contact-info-content p a { - color: #666; -} -.contact-info-content p a:hover { - color: #7e4c4f; -} -.contact-info-icon { - margin-bottom: 20px; -} -.contact-message-wrapper { - margin-top: 40px; - margin-bottom: 70px; -} -.contact-form-style input, -.contact-form-style textarea { - background: #fff none repeat scroll 0 0; - border: 1px solid #eaeaea; - color: #454545; - height: 45px; - padding-left: 20px; - font-size: 14px; -} -.contact-form-style input::-moz-placeholder, -.contact-form-style textarea::-moz-placeholder { - color: #454545; - opacity: 1; -} -.contact-form-style input::-webkit-placeholder, -.contact-form-style textarea::-webkit-placeholder { - color: #454545; - opacity: 1; -} -.contact-form-style textarea { - height: 250px; - padding: 20px 20px; -} -.submit.btn-style { - background-color: #7e4c4f; - border: medium none; - cursor: pointer; - margin-top: 30px; - color: #fff; - font-weight: 600; -} -.submit.btn-style:hover { - background-color: #242424; -} -.contact-title { - font-size: 20px; - font-weight: bold; - margin: 0px 0 20px; -} - -/*------------------------ - 12. Blog page ---------------------------*/ - -.single-recent-post { - display: flex; -} -.recent-post-img { - flex: 0 0 90px; -} -.recent-post-content { - margin: 0px 0 0 15px; -} -.recent-post-content > h4 { - font-size: 14px; - font-weight: 600; - line-height: 20px; - margin: 0 0 5px; -} -.recent-post-content>h4 a:hover { - color: #7e4c4f; -} -.recent-post-content>span { - color: #8c8c8c; - font-weight: 600; -} -.recent-post-img img { - width: 100%; -} - -/*------------------------ - 13. Blog details ---------------------------*/ - -.dec-img>img { - width: 100%; -} -.blog-details-content>h2 { - font-size: 30px; - font-weight: bold; - text-transform: capitalize; -} -.single-blog-wrapper>p { - font-size: 14px; - margin: 0; -} -blockquote.importent-title { - margin: 35px 0; -} -.importent-title > h4 { - font-size: 20px; - font-style: italic; - font-weight: 600; - line-height: 32px; - margin: 0; -} -.dec-img-wrapper { - margin: 50px 0; -} -.blog-dec-tags ul li { - display: inline-block; - position: relative; -} -.blog-dec-tags ul li::after { - background-color: #6d6d6d; - content: ""; - font-size: 8px; - height: 12px; - position: absolute; - right: 6px; - top: 7px; - transform: rotate(20deg); - width: 1.5px; -} -.blog-dec-tags ul li a { - color: #444; - font-size: 16px; - margin-right: 18px; - text-transform: capitalize; -} -.blog-dec-tags ul li a:hover, -.blog-dec-social ul li a:hover { - color: #7e4c4f; -} -.blog-dec-tags-social { - border-bottom: 2px solid #f6f6f6; - display: flex; - justify-content: space-between; - margin-top: 52px; - padding-bottom: 10px; -} -.blog-dec-social { - display: flex; -} -.blog-dec-social>span { - color: #444; - font-size: 16px; - font-weight: bold; - margin-top: 0px; - text-transform: capitalize; -} -.blog-dec-social ul li { - display: inline-block; - margin-left: 14px; -} -.blog-dec-social ul li a { - color: #333333; - font-size: 15px; -} -.blog-dec-title { - color: #444; - font-size: 20px; - font-weight: bold; - margin: 0; - text-transform: capitalize; -} -.single-comment-wrapper { - display: flex; -} -.blog-comment-img { - flex: 0 0 135px; - margin-right: 28px; -} -.blog-comment-img > img { - width: 100%; -} -.blog-comment-content>h4 { - color: #444; - font-size: 16px; - font-weight: 600; - margin: 0; -} -.blog-comment-content>span { - color: #444; - display: block; - font-size: 15px; - margin: 6px 0 8px; -} -.blog-comment-content>p { - font-size: 14px; - margin: 0 0 8px; -} -.blog-details-btn a { - color: #444; - font-size: 15px; - font-weight: bold; - text-transform: capitalize; -} -.blog-details-btn a:hover { - color: #7e4c4f; -} -.blog-reply-wrapper>form { - margin-top: 50px; -} -.leave-form { - margin-bottom: 30px; -} -.blog-reply-wrapper form input, -.blog-reply-wrapper form textarea { - background: #f7f7f7 none repeat scroll 0 0; - border: medium none; - color: #333; - font-size: 14px; - height: 50px; - padding: 2px 20px; -} -.blog-reply-wrapper form input::-moz-placeholder, -.blog-reply-wrapper form textarea::-moz-placeholder { - color: #333; - opacity: 1; -} -.blog-reply-wrapper form textarea { - height: 235px; - padding: 25px 20px; -} -.blog-reply-wrapper form .text-leave input { - background-color: #7e4c4f; - border-radius: 50px; - color: #fff; - cursor: pointer; - display: inline-block; - font-weight: 600; - height: inherit; - margin-top: 40px; - padding: 14px 30px 13px; - width: inherit; -} -.blog-reply-wrapper form .text-leave input:hover { - background-color: #000; -} -.blog-dec-tags ul li:last-child::after { - display: none; -} +body { + font: normal 400 14px 'Montserrat', sans-serif; + color: #383838 +} + +a, .btn { + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s +} + +a:hover { + color: #333; + text-decoration: none +} + +a, button, input { + outline: medium none; + color: #000 +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Montserrat', sans-serif; + color: #444; + margin-top: 0; + font-style: normal; + font-weight: 400 +} + +h3 { + font-size: 28px +} + +ul { + margin: 0; + padding: 0 +} + +p { + font: 400 14px/26px 'Montserrat', sans-serif; + color: #242424; + margin-bottom: 15px +} + +a.button-border span, a.button-border-white span, input, select, textarea { + -webkit-transition: all 0.5s ease-out 0s; + -moz-transition: all 0.5s ease-out 0s; + -ms-transition: all 0.5s ease-out 0s; + -o-transition: all 0.5s ease-out 0s; + transition: all 0.5s ease-out 0s +} + +input { + background: #eceff8; + border: 2px solid #eceff8; + height: 45px; + box-shadow: none; + padding-left: 10px; + font-size: 14px; + color: #626262; + width: 100% +} + +.pt-17 { + padding-top: 17px +} + +.pt-39 { + padding-top: 39px +} + +.pt-95 { + padding-top: 95px +} + +.pb-15 { + padding-bottom: 15px +} + +.pb-100 { + padding-bottom: 100px +} + +.border-top-1 { + border-top: 1px solid #d7d7d7 +} + +#scrollUp { + background: #7e4c4f none repeat scroll 0 0; + bottom: 85px; + color: #fff; + cursor: pointer; + display: none; + font-size: 20px; + height: 40px; + line-height: 43px; + position: fixed; + right: 12px; + text-align: center; + width: 38px; + z-index: 9999 +} + +.stick .logo.pt-39 { + padding-top: 23px +} + +.main-menu li { + display: inline-block; + list-style: none outside none; + padding: 0 16px; + position: relative +} + +.main-menu li a { + color: #383838; + display: inline-block; + font-family: "Montserrat", sans-serif; + font-weight: 500; + line-height: 120px; + text-transform: uppercase +} + +.main-menu li:hover > a { + color: #7e4c4f +} + +.transparent-bar.stick { + animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; + background-color: #fff; + border-bottom: 0 solid #4a90e2; + box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06); + position: fixed; + top: 0; + width: 100%; + z-index: 9999 +} + +.stick .main-menu li a { + line-height: 90px +} + +.copyright > p { + color: #828181; + margin: 0 +} + +.qtybutton { + color: #000; + cursor: pointer; + float: left; + font-size: 16px; + font-weight: 600; + height: 20px; + line-height: 20px; + position: relative; + text-align: center; + width: 20px +} + +input.cart-plus-minus-box { + background: transparent none repeat scroll 0 0; + border: medium none; + float: left; + font-size: 16px; + height: 25px; + margin: 0; + padding: 0; + text-align: center; + width: 25px; + color: #000 +} + +.cart-plus-minus { + border: 1px solid #dcdcdc; + height: 46px; + overflow: hidden; + padding: 9px 0 7px 5px; + width: 80px +} + +.qtybutton.inc { + margin-top: 2px +} + +.qtybutton.dec { + margin-top: 2px +} + +.page-title { + font-size: 22px; + font-weight: bold; + margin-bottom: 27px; + text-align: center; + text-transform: uppercase +} + +.cart-main-area .table-content table { + background: #fff none repeat scroll 0 0; + border: 1px solid #eaeaea; + border-radius: 0; + width: 100% +} + +.table-content table th, .table-content table td { + border-bottom: 1px solid #e5e5e5 +} + +.table-content table th { + border-top: medium none; + color: #333; + font-size: 15px; + font-weight: bold; + padding: 14px 45px 13px; + text-transform: uppercase; + vertical-align: middle; + white-space: nowrap +} + +.table-content table td.product-thumbnail { + width: 155px +} + +.table-content table td.product-thumbnail a img { + padding-left: 20px +} + +.table-content table td.product-name { + width: 345px +} + +.table-content table td { + color: #454545; + font-size: 15px; + padding: 20px 0 +} + +.table-content table td.product-name a { + color: #333; + font-size: 16px; + padding-left: 50px +} + +.table-content table td.product-price-cart span { + padding-left: 60px +} + +.table-content table td.product-quantity { + padding-left: 8px +} + +.table-content table td.product-subtotal { + padding-left: 58px +} + +.table-content table td.product-remove { + padding-left: 70px +} + +.table-content table td.product-remove a { + color: #454545; + font-size: 18px +} + +.product-quantity .cart-plus-minus { + height: 40px; + padding: 0; + position: relative; + width: 110px; + border: 1px solid #e5e5e5 +} + +.product-quantity .qtybutton { + color: #454545; + cursor: pointer; + float: inherit; + font-size: 16px; + margin: 0; + position: absolute; + transition: all .3s ease 0s +} + +.product-quantity .dec.qtybutton { + border-right: 1px solid #e5e5e5; + height: 40px; + left: 0; + padding-top: 8px; + top: 0 +} + +.product-quantity .inc.qtybutton { + border-left: 1px solid #e5e5e5; + height: 40px; + right: 0; + padding-top: 9px; + top: 0 +} + +.product-quantity input.cart-plus-minus-box { + color: #454545; + float: left; + font-size: 14px; + height: 40px; + margin: 0; + width: 110px +} + +.cart-shiping-update-wrapper { + -moz-border-bottom-colors: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + background-color: #fff; + border-color: #e5e5e5 #e5e5e5; + border-image: none; + border-style: none solid solid; + border-width: medium 1px 1px; + display: flex; + justify-content: space-between; + padding: 43px 20px 30px +} + +.cart-shiping-update > a, .cart-shiping-update > button, .cart-clear > a { + background-color: #d8d8d8; + border-radius: 5px; + color: #000101; + display: inline-block; + font-weight: 600; + line-height: 1; + padding: 16px 27px; + text-transform: uppercase +} + +.cart-shiping-update > button { + border: medium none; + cursor: pointer; + margin-left: 16px; + transition: all .3s ease 0s +} + +h2 { + font-size: 37px +} + +label { + font-size: 15px; + font-weight: 400; + color: #626262 +} + +::selection { + background: #4fc1f0; + color: #fff; + text-shadow: none +} + +.mt-12 { + margin-top: 12px +} + +.mt-30 { + margin-top: 30px +} + +.pb-95 { + padding-bottom: 95px +} + +.bg-img { + background-position: center center; + background-size: cover +} + +#mobile-menu-active { + display: none +} + +.breadcrumb-content > h2 { + color: #fff; + font-size: 35px; + font-weight: 600; + line-height: 35px; + margin: 0 0 12px; + text-transform: uppercase +} + +.breadcrumb-content li { + color: #454545; + display: inline-block; + font-size: 16px; + font-weight: 500; + padding-right: 14px; + position: relative; + text-transform: capitalize +} + +.breadcrumb-content li a { + color: #fff +} + +.breadcrumb-content li.active, .breadcrumb-content li a:hover { + color: #ddd +} + +.breadcrumb-content li::before { + background-color: #fff; + bottom: 10px; + content: ""; + height: 2px; + margin: 0 auto; + position: absolute; + right: 2px; + transition: all 0.4s ease 0s; + width: 6px +} + +.breadcrumb-content li:last-child:before { + display: none +} + +.product-price span { + position: relative +} + +.product-price span::before { + background-color: #525252; + bottom: 10px; + content: ""; + height: 1px; + margin: 0 auto; + position: absolute; + right: -7px; + transition: all 0.4s ease 0s; + width: 6px +} + +.product-price span:last-child::before { + display: none +} + +.product-price span.new { + color: #686868; + font-size: 16px; + font-weight: 500; + margin: 0 12px 0 0 +} + +.product-price span.old { + color: #686868; + font-size: 16px; + font-weight: 500; + text-decoration: line-through +} + +.product-list-action { + margin: 30px 0 0 +} + +.product-list-action-left { + display: inline-block; + float: left; + margin-right: 20px +} + +.product-list-action-left a { + background-color: #7e4c4f; + color: #fff; + display: inline-block; + font-size: 14px; + font-weight: bold; + line-height: 1; + padding: 12px 22px; + text-transform: uppercase +} + +.product-details-content > h2 { + color: #585858; + font-size: 20px; + font-weight: 600; + margin: 0 0 7px +} + +.in-stock { + margin: 35px 0 8px +} + +.in-stock > span { + color: #93c241; + font-size: 15px; + letter-spacing: 0.2px +} + +.sku { + border-bottom: 1px solid #e4e4e4; + display: block; + margin: 0 0 25px; + padding: 0 0 25px +} + +.sku > span { + color: #242424; + font-size: 15px; + letter-spacing: 0.2px +} + +.product-details-content > p { + color: #454545; + font-size: 15px; + letter-spacing: 0.2px; + margin: 0 +} + +.quality-wrapper > label { + color: #454545; + display: inline-block; + float: left; + font-weight: bold; + margin-bottom: 0; + margin-right: 39px; + margin-top: 8px; + text-transform: uppercase +} + +.quality-wrapper { + display: block; + overflow: hidden; + position: relative +} + +.quality-wrapper input.cart-plus-minus-box { + background: #f9f9f9 none repeat scroll 0 0; + border: medium none; + border-radius: 5px; + float: left; + font-size: 16px; + height: 40px; + margin: 0; + text-align: center; + width: 120px +} + +.product-dec-slider.owl-carousel .owl-nav div { + background-color: #fff; + border-radius: 50px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); + color: #8d8c8c; + display: inline-block; + font-size: 13px; + height: 35px; + left: -15px; + line-height: 37px; + opacity: 0; + position: absolute; + text-align: center; + top: 50%; + transform: translateY(-50%); + transition: all 0.3s ease 0s; + width: 35px +} + +.product-dec-slider.owl-carousel .owl-nav div.owl-next { + left: auto; + right: -15px +} + +.product-details-img img { + cursor: pointer; + width: 100% +} + +#zoompro, .product-dec-slider a img { + border: 1px solid #ddd +} + +.product-dec-slider { + margin-right: 10px; + padding-right: 1px +} + +.index-page a { + color: blue; +} diff --git a/public/assets/img/favicon.ico b/public/assets/img/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..3c73832eccac71d60683b981957028b99ebcc3ac GIT binary patch literal 5430 zcmc&&X;WM06;?a_0r?63)agv8S-b?tcmZQD2HSW~y(VcAm)3EoX_`)_{gArJOg(k& z`a>tUooPE>z+e`GS%k!*1tc~hSrS^VgjNJ%6+$d#e|pZ95fTErWL)md(Y^Q8bI$YL zbI*C-bFM`4Ey=ef+qOyQyiHR4nndzliA3@mo%ufhI}(YWuD?fP1d*hX@c2fD;{Nwx zt$7QM`t4gHiU&V{wU)VeY$^i%&o~yo{&#p=-468BY=>RCIacxDb+Snq+0M| zK3a<2fTd=0yimUrg8C}7<%eOYe2eD0v2EppH(;yX38!q=hT^E-g`nlnn4b+pU6Kt$ z1^a6geB&X^P6y%8-9uZ+o3Phyj8#4)e*Rzn_J$(J_hNe720jGc*U%L2gq``<(Q(L9 z5HNf}$Yn&vJx~_zhN*hTx>(j%K75n-nLA}&VS66!hge#iV|t7Z=+RPo1m>Du^uE^7 zY0SWQpH##yEzYB}_9Jwa^ZQx{OPtDw+hLRLChm9Em&SCA`Km;F{If7W4WsG?I?HyE z50dq~?fIA^->)2A%M-K~r&1gyW0_O=Xb15Vcf+1_#oc-lFCv~5b68$pM$oHuu(%7K=uL<_p@Y2!(+MZoT zcLmvu({nT)q`CTH+;PO%X$jKX zoQ*N>(*#?5)9-i+vor^@5jTXcyXY)Wg+qP-UhVssnQ$fGIsUEc&k-5!f=ge3w$fCZ zYa)-TXb<@?9j@ks3F2%231+AI*4Ueaxj7$pc^XEX1(*y8Xnm4_p1K1RCk3$_jVdi8 zH255b>NE`5?qXuZ3T@?C^hn89O{-k0B7TQ_pAnPZrVKIemX_ud_$NjMvUdnh%JII= ze9TUIVQ9DxU1hrXjPYRBbs4^fwLTrbwjW_(E&_AQSA^XU2kEcysUPo!qu~(Tip-ew zDsm}~z47L-Nb8SNcbj5`bu-~n<|6E`z@S?Oz3i%(6Y&a@<1UyR-lJz_+gX?i8AX4v zzpS!@F)sDv{SX?m=>D)ME{daQ+%3hM!z8Vx=Ee`m-YT|V|4Yn7`Y_~ECt&#|=&BLp zgzd5IG1q;{#Ti-;KPDftzoX;o;xzI{Hr&c1qPSG25bkeGve#!TMo)ci3>U@cVtPz3 zu1WCnNIGVEIQXD}`NjhCKcaA8W!?RO?cykn2 z^RTEsh0wT)TfvXG3MuCo67Z8DH;i?8l#@}LjPJlvVhvA~}mXZuO zn{we%9VPyw7;%@Zu}5(nG{9J!L-UQ|7|Y^P=3#QwNZiXYex9qx^iO(ro@*4xSdPIL z6N30GLigX%Rhdci%SFo*isxp=9fMna2Ge0@%obnpzUML&z}`T-ZrZ1Ig4cTHF6 zS&ze`&Wnj#eVTk#oP;0pDPWeJ5$(m}2YPN}aehj~^ZMOEao8hc{w(6pgG+rL;ov%P z>~4mx`UE{s9{J}4@t+X=?$Z1?$yaRL)_xn$YjZ`6h;KPTb2*9dU|TFsc@H(KZ%}>^ ze`z*))mPAO`vTJ69Pai{(M!2G*mD!(fqG1h z>XNXm&vr(9)$nwFF5-P{?_+YfGl{=fe~;c%9yDd_tJCnco_!_4c|SLun9uAtyY>qR z&8MRLD&{`-N+h8BM9lkm2h2nUU~Rqvcgs2AKL(eIxqk?shU68TgXSBUoAOb7jnls3 zMxW_V6wB|zOI(`r;}rYv68HI6C)x|(_YgGy4gorQwU^+1$)_#n+@t3v%vOlDoN|hC z-><#6CDKa#4&`}@g$r9E@<&I(bI?+az7?|3cY*)cIDe<0&lTbqip{=Lbe6tOJ#XSS z3cHm1`@}KE*y`vT!J6@|Qu@Xb-{VtH9x&aaJ}!mq#`ovD(W|=!V-?wr!*`W!r~WCf zN2VHbaefkJ)vsv|tG%$l;}fwz>8PN(O16scDrd}Uj~VQ_B`!&$1KrR+<=!; zO$7+ppP;999|kRVL~dT6NBm7>_k65h>884wdjziC#{<#+dSPw~7TUu@z6$7`9i?8) zD(X*++Tc`Qg3nS+br$s-q}N@QPIV~Nu2eU09m+?rw~A`{Oa!{FQ(sdRo0HdYhjg-N zf76p)+MnoJ|BUKrswIbnd!jDSQE0g)j&XhWVj@~MacyB~p!$QbAx{yk+M8mnX{e@J zRCPSoOY!|{clAK|F{i*iPjiY zHx1CYnU%w?`HfinxT#i}8Z%N~u!!ff_h6D=#>7xN?S=iK3^*$wC@-Mz`R_3mvc|^! zmiut1E@Hs+<%&t_;eH|3v;WN=9r8XF^|}8RR3E@7Jr&*Ccz^p3gzM#SUnPRpJMa+R ZC_VFy_J_8oCt<2T`#+0BQkMQrNP)JC0@-9+G{~y^{t^9OiU8Sl zkp@WZEDWnn;-*%r2Ci$@k}O#wWl@yGhe*zF=H8RVP?ScJ?JR1TgM-<8Jm0zZobQ`^ z)w>_u6t_@BDb1_+xo)9IVR8oLxUZ%F(4gH{SAYQ0e_l}m8MVAbex+bGbQ$q9t;Db$ zr5FKFxFQ+32%vzM@cz-L&+q3a81*#!amt_9YW%aFptMHYKGp(O{{Qc((Bb`yCB8T0 zGw!?0kA%E`X_6p~uwv2lfx^p)Kr0H4%C+R&aL9b9Ns|QEig0Zr@CS5-aRRF$>!VtaJ^#F;v<;zFYJM7_Ahuq03UMo2lS_ zy~~UTzkO|nVLva&FUvLl@?e9f*2VfE_v;`Q&H>k^hjTa)i?xEb0*zGobSL6pd+k#zYWGq$B1_LNg5%P(iYKYVpVsQEHoK?r zTkVKSs)_q}1Kh54xwG9E?3jp9ZO2#?`mk3WQ7lvsP9>Z#4Kq^=5Ty`Q<`!C0Gm6E% z&MEwxvlA3t2M+N9Rw+KOb?BrPfNpBoY;`~@v>@5UqF8G5SZ?H#erKe}PbZ3)B*BVg z6E4sbSg5w?q$Y>IGC9h{(7{+cz*>RTPReea0WWAGu#Dh-ljNqxuR-Agm5UKeXEb48ao zOCcYxZ1JdTS=!Be$lPd=>r+Kc(&IwtFhAt+@uM<{AEF$0z@^XhaHUwP$82|#T+&P9 z!+d|p#aP2nN+EHQaDTsz^+WFNb?6zJYs1^KB_xTtIv%pw?C|g17Ago4r3YO4xK@wH z<4(feT7Ff&qj~4T1VxkZ&bbjjS*Z{?KDa*r*o)X~$2s*}nHuBTSimnP3*6qQQArfa z4YHQ^dGz2!B>CuC;fq=ub7B~;OpfsD=^?Zj7PlKHKLn-NiciV#`Fjjd*`;I;YzUsju_Fe~;XhnDB; zfCy9~!`J&qAE<6>xV2tIf)H_>JRbOJzspW^q@J&J zJ*+jjQ*A<6=&vY`e{_(r)c;H;#&UD5O5_EI)@SC|FFe;N#lwRhtF3Ip?^Jf#F&bR2 ze@4jT4~%f9)<%GGtIfT72mIhntN<>DNAl;~3u00HwbEp^;PKJQHr5}(L7#b-5EP&7 zcG&L3+*o-^TsGxvo z^-Qcgpnk#4XeSk_vBDXfg#Pe7uj0i6g9M{!$3;-j%mCZVG9W0aC_~H$+)ZX9JS3E z|3i7aPiT=i1o~X>{}dL5$^;ND1QH<$LbhgbQ8wCC0y0GivBZcl6hY#ax)>aTh!If? zA^<29;7dBp=O7Z1-6A|NknGPFiCKI$?3m#@Wn zS-p>3&hoVomgV9!#o)Aa{jWJM9cj#?-F|YdCivugh_5lbP~&Q4e2fDMrC;Sw^$L}$ z#*2_RGaoaBBx)*gN~L-+V8+cdiTHj~bqLsq-b?M+VNzVm>lj{9{ZUhl;1$((b4|Jlpgb_cEJ(x$Y-5AXKsBtD+0iC;iX z%x0aJ)g*Dx-)!1pB=4&*S>1`{GjM$PQvE*fhD#;#wABl}eV$#y{vPOc^`nt+lA0&= zElZk94nUb68e*EImLh{gC!S5v=k?P4bI{qg8&9jqQT?(#3lkD9siJTlqHJof!cM#j zpgpYm14M?OuDQHNHC+L7Wn&%tQw_0k@8f^8X0-{LyZ(LinKfeP`(1o`=}tVG-Ka;q zV10MGCA%sArTQxTDra)q3K`;havwaCkIx)QBf{ORfdm2w-)W=>h6|tX569-gV1&VA zxdmP?N@1L@lzx|F*5#T!(SrjoayTfQLQ?oq^wT&o8{MlVL#9C8%^xfMXO5; z$fGZc(DTPlyPwD`Rv0*c(Izr=x7E#9DIP6P%BxF$=d(e7t3eOpe(f%)aALtIg(x_o z4ppA=PV#R`WqM`1wZ*r8y{0n*`^UmN8z#M#K9I`}%0jhYS+!Q@)Ep+)(<7ql#^K7{ zF{2sd8#1nZuvY8-_2P|RlAjzro0oFAkXn+s%h4!jwe>AJwqo|egZnSkwbG-LJf%g% zxtO!e?Z8xxs^>!Y?p7Ti71%-Zb2Pe20`0^i(ZOwKUEgiqH%)D3-}+ySPf*LPxVL(8 zs~X%^{FWcNx$8scq~iRwd}GzU2_IjIM}}a1kB`}wGE3~*7OLlkp-wm2aWr}cJfb8! zU)ciSkjmaVn=&rLD~Hgq%k5Gv-Y>S>_AAGtV}{@A4~~a}4{9VxVg($6r>g8E1yg>f(pgQS<8rXwnz^R=k}mNS|&R zJhOjqb$6ai0VZJnpatYY>$X$I{7_d5%U+BmOU{hqhzFHu+MA7f=~1k!uy?>Q`n}Nl zHys6ZcG!uxJLIm$h1Uzxyd%<&L=y&ET1N8H)$i>Kp1(OMY>@J{x?8+9vm^>ii4`f) z&87j&y1M6H9mnaY^O0; ze5Fo{G?+>mW?(B)QX@xZ_s;IF50|q$RGUt!t&flQmoRIK>J)Z#?Dtk#<4H`Fkls~uU+8=1!9|6UhS14kw&YZk0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){e(t).trigger(r.end)},supportsTransitionEnd:function(){return Boolean(r)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(e,n,i){for(var s in i)if(Object.prototype.hasOwnProperty.call(i,s)){var r=i[s],o=n[s],l=o&&a.isElement(o)?"element":t(o);if(!new RegExp(r).test(l))throw new Error(e.toUpperCase()+': Option "'+s+'" provided type "'+l+'" but expected type "'+r+'".')}}};return r=i(),e.fn.emulateTransitionEnd=s,a.supportsTransitionEnd()&&(e.event.special[a.TRANSITION_END]=n()),a}(),r=function(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t},o=function(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e},a=function(){var t="alert",n=e.fn[t],i={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},o={ALERT:"alert",FADE:"fade",SHOW:"show"},a=function(){function t(t){this._element=t}var n=t.prototype;return n.close=function(t){t=t||this._element;var e=this._getRootElement(t);this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},n.dispose=function(){e.removeData(this._element,"bs.alert"),this._element=null},n._getRootElement=function(t){var n=s.getSelectorFromElement(t),i=!1;return n&&(i=e(n)[0]),i||(i=e(t).closest("."+o.ALERT)[0]),i},n._triggerCloseEvent=function(t){var n=e.Event(i.CLOSE);return e(t).trigger(n),n},n._removeElement=function(t){var n=this;e(t).removeClass(o.SHOW),s.supportsTransitionEnd()&&e(t).hasClass(o.FADE)?e(t).one(s.TRANSITION_END,function(e){return n._destroyElement(t,e)}).emulateTransitionEnd(150):this._destroyElement(t)},n._destroyElement=function(t){e(t).detach().trigger(i.CLOSED).remove()},t._jQueryInterface=function(n){return this.each(function(){var i=e(this),s=i.data("bs.alert");s||(s=new t(this),i.data("bs.alert",s)),"close"===n&&s[n](this)})},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},r(t,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),t}();return e(document).on(i.CLICK_DATA_API,{DISMISS:'[data-dismiss="alert"]'}.DISMISS,a._handleDismiss(new a)),e.fn[t]=a._jQueryInterface,e.fn[t].Constructor=a,e.fn[t].noConflict=function(){return e.fn[t]=n,a._jQueryInterface},a}(),l=function(){var t="button",n=e.fn[t],i={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},s={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},o={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},a=function(){function t(t){this._element=t}var n=t.prototype;return n.toggle=function(){var t=!0,n=!0,r=e(this._element).closest(s.DATA_TOGGLE)[0];if(r){var o=e(this._element).find(s.INPUT)[0];if(o){if("radio"===o.type)if(o.checked&&e(this._element).hasClass(i.ACTIVE))t=!1;else{var a=e(r).find(s.ACTIVE)[0];a&&e(a).removeClass(i.ACTIVE)}if(t){if(o.hasAttribute("disabled")||r.hasAttribute("disabled")||o.classList.contains("disabled")||r.classList.contains("disabled"))return;o.checked=!e(this._element).hasClass(i.ACTIVE),e(o).trigger("change")}o.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!e(this._element).hasClass(i.ACTIVE)),t&&e(this._element).toggleClass(i.ACTIVE)},n.dispose=function(){e.removeData(this._element,"bs.button"),this._element=null},t._jQueryInterface=function(n){return this.each(function(){var i=e(this).data("bs.button");i||(i=new t(this),e(this).data("bs.button",i)),"toggle"===n&&i[n]()})},r(t,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),t}();return e(document).on(o.CLICK_DATA_API,s.DATA_TOGGLE_CARROT,function(t){t.preventDefault();var n=t.target;e(n).hasClass(i.BUTTON)||(n=e(n).closest(s.BUTTON)),a._jQueryInterface.call(e(n),"toggle")}).on(o.FOCUS_BLUR_DATA_API,s.DATA_TOGGLE_CARROT,function(t){var n=e(t.target).closest(s.BUTTON)[0];e(n).toggleClass(i.FOCUS,/^focus(in)?$/.test(t.type))}),e.fn[t]=a._jQueryInterface,e.fn[t].Constructor=a,e.fn[t].noConflict=function(){return e.fn[t]=n,a._jQueryInterface},a}(),h=function(){var t="carousel",n="bs.carousel",i="."+n,o=e.fn[t],a={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},l={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},h={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},c={SLIDE:"slide"+i,SLID:"slid"+i,KEYDOWN:"keydown"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i,TOUCHEND:"touchend"+i,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},u={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},d={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},f=function(){function o(t,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=e(t)[0],this._indicatorsElement=e(this._element).find(d.INDICATORS)[0],this._addEventListeners()}var f=o.prototype;return f.next=function(){this._isSliding||this._slide(h.NEXT)},f.nextWhenVisible=function(){!document.hidden&&e(this._element).is(":visible")&&"hidden"!==e(this._element).css("visibility")&&this.next()},f.prev=function(){this._isSliding||this._slide(h.PREV)},f.pause=function(t){t||(this._isPaused=!0),e(this._element).find(d.NEXT_PREV)[0]&&s.supportsTransitionEnd()&&(s.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},f.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},f.to=function(t){var n=this;this._activeElement=e(this._element).find(d.ACTIVE_ITEM)[0];var i=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)e(this._element).one(c.SLID,function(){return n.to(t)});else{if(i===t)return this.pause(),void this.cycle();var s=t>i?h.NEXT:h.PREV;this._slide(s,this._items[t])}},f.dispose=function(){e(this._element).off(i),e.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},f._getConfig=function(n){return n=e.extend({},a,n),s.typeCheckConfig(t,n,l),n},f._addEventListeners=function(){var t=this;this._config.keyboard&&e(this._element).on(c.KEYDOWN,function(e){return t._keydown(e)}),"hover"===this._config.pause&&(e(this._element).on(c.MOUSEENTER,function(e){return t.pause(e)}).on(c.MOUSELEAVE,function(e){return t.cycle(e)}),"ontouchstart"in document.documentElement&&e(this._element).on(c.TOUCHEND,function(){t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout(function(e){return t.cycle(e)},500+t._config.interval)}))},f._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next();break;default:return}},f._getItemIndex=function(t){return this._items=e.makeArray(e(t).parent().find(d.ITEM)),this._items.indexOf(t)},f._getItemByDirection=function(t,e){var n=t===h.NEXT,i=t===h.PREV,s=this._getItemIndex(e),r=this._items.length-1;if((i&&0===s||n&&s===r)&&!this._config.wrap)return e;var o=(s+(t===h.PREV?-1:1))%this._items.length;return-1===o?this._items[this._items.length-1]:this._items[o]},f._triggerSlideEvent=function(t,n){var i=this._getItemIndex(t),s=this._getItemIndex(e(this._element).find(d.ACTIVE_ITEM)[0]),r=e.Event(c.SLIDE,{relatedTarget:t,direction:n,from:s,to:i});return e(this._element).trigger(r),r},f._setActiveIndicatorElement=function(t){if(this._indicatorsElement){e(this._indicatorsElement).find(d.ACTIVE).removeClass(u.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&e(n).addClass(u.ACTIVE)}},f._slide=function(t,n){var i,r,o,a=this,l=e(this._element).find(d.ACTIVE_ITEM)[0],f=this._getItemIndex(l),_=n||l&&this._getItemByDirection(t,l),g=this._getItemIndex(_),m=Boolean(this._interval);if(t===h.NEXT?(i=u.LEFT,r=u.NEXT,o=h.LEFT):(i=u.RIGHT,r=u.PREV,o=h.RIGHT),_&&e(_).hasClass(u.ACTIVE))this._isSliding=!1;else if(!this._triggerSlideEvent(_,o).isDefaultPrevented()&&l&&_){this._isSliding=!0,m&&this.pause(),this._setActiveIndicatorElement(_);var p=e.Event(c.SLID,{relatedTarget:_,direction:o,from:f,to:g});s.supportsTransitionEnd()&&e(this._element).hasClass(u.SLIDE)?(e(_).addClass(r),s.reflow(_),e(l).addClass(i),e(_).addClass(i),e(l).one(s.TRANSITION_END,function(){e(_).removeClass(i+" "+r).addClass(u.ACTIVE),e(l).removeClass(u.ACTIVE+" "+r+" "+i),a._isSliding=!1,setTimeout(function(){return e(a._element).trigger(p)},0)}).emulateTransitionEnd(600)):(e(l).removeClass(u.ACTIVE),e(_).addClass(u.ACTIVE),this._isSliding=!1,e(this._element).trigger(p)),m&&this.cycle()}},o._jQueryInterface=function(t){return this.each(function(){var i=e(this).data(n),s=e.extend({},a,e(this).data());"object"==typeof t&&e.extend(s,t);var r="string"==typeof t?t:s.slide;if(i||(i=new o(this,s),e(this).data(n,i)),"number"==typeof t)i.to(t);else if("string"==typeof r){if("undefined"==typeof i[r])throw new Error('No method named "'+r+'"');i[r]()}else s.interval&&(i.pause(),i.cycle())})},o._dataApiClickHandler=function(t){var i=s.getSelectorFromElement(this);if(i){var r=e(i)[0];if(r&&e(r).hasClass(u.CAROUSEL)){var a=e.extend({},e(r).data(),e(this).data()),l=this.getAttribute("data-slide-to");l&&(a.interval=!1),o._jQueryInterface.call(e(r),a),l&&e(r).data(n).to(l),t.preventDefault()}}},r(o,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}}]),o}();return e(document).on(c.CLICK_DATA_API,d.DATA_SLIDE,f._dataApiClickHandler),e(window).on(c.LOAD_DATA_API,function(){e(d.DATA_RIDE).each(function(){var t=e(this);f._jQueryInterface.call(t,t.data())})}),e.fn[t]=f._jQueryInterface,e.fn[t].Constructor=f,e.fn[t].noConflict=function(){return e.fn[t]=o,f._jQueryInterface},f}(),c=function(){var t="collapse",n="bs.collapse",i=e.fn[t],o={toggle:!0,parent:""},a={toggle:"boolean",parent:"(string|element)"},l={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},h={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},c={WIDTH:"width",HEIGHT:"height"},u={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},d=function(){function i(t,n){this._isTransitioning=!1,this._element=t,this._config=this._getConfig(n),this._triggerArray=e.makeArray(e('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'));for(var i=e(u.DATA_TOGGLE),r=0;r0&&this._triggerArray.push(o)}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var d=i.prototype;return d.toggle=function(){e(this._element).hasClass(h.SHOW)?this.hide():this.show()},d.show=function(){var t=this;if(!this._isTransitioning&&!e(this._element).hasClass(h.SHOW)){var r,o;if(this._parent&&((r=e.makeArray(e(this._parent).children().children(u.ACTIVES))).length||(r=null)),!(r&&(o=e(r).data(n))&&o._isTransitioning)){var a=e.Event(l.SHOW);if(e(this._element).trigger(a),!a.isDefaultPrevented()){r&&(i._jQueryInterface.call(e(r),"hide"),o||e(r).data(n,null));var c=this._getDimension();e(this._element).removeClass(h.COLLAPSE).addClass(h.COLLAPSING),this._element.style[c]=0,this._triggerArray.length&&e(this._triggerArray).removeClass(h.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var d=function(){e(t._element).removeClass(h.COLLAPSING).addClass(h.COLLAPSE).addClass(h.SHOW),t._element.style[c]="",t.setTransitioning(!1),e(t._element).trigger(l.SHOWN)};if(s.supportsTransitionEnd()){var f="scroll"+(c[0].toUpperCase()+c.slice(1));e(this._element).one(s.TRANSITION_END,d).emulateTransitionEnd(600),this._element.style[c]=this._element[f]+"px"}else d()}}}},d.hide=function(){var t=this;if(!this._isTransitioning&&e(this._element).hasClass(h.SHOW)){var n=e.Event(l.HIDE);if(e(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();if(this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",s.reflow(this._element),e(this._element).addClass(h.COLLAPSING).removeClass(h.COLLAPSE).removeClass(h.SHOW),this._triggerArray.length)for(var r=0;r0},g._getPopperConfig=function(){var t=this,n={};"function"==typeof this._config.offset?n.fn=function(n){return n.offsets=e.extend({},n.offsets,t._config.offset(n.offsets)||{}),n}:n.offset=this._config.offset;var i={placement:this._getPlacement(),modifiers:{offset:n,flip:{enabled:this._config.flip}}};return this._inNavbar&&(i.modifiers.applyStyle={enabled:!this._inNavbar}),i},a._jQueryInterface=function(t){return this.each(function(){var n=e(this).data(i),s="object"==typeof t?t:null;if(n||(n=new a(this,s),e(this).data(i,n)),"string"==typeof t){if("undefined"==typeof n[t])throw new Error('No method named "'+t+'"');n[t]()}})},a._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var n=e.makeArray(e(u.DATA_TOGGLE)),s=0;s0&&r--,40===t.which&&rdocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},u._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},u._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip"},u={SHOW:"show",OUT:"out"},d={HIDE:"hide"+i,HIDDEN:"hidden"+i,SHOW:"show"+i,SHOWN:"shown"+i,INSERTED:"inserted"+i,CLICK:"click"+i,FOCUSIN:"focusin"+i,FOCUSOUT:"focusout"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i},f={FADE:"fade",SHOW:"show"},_={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},g={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},m=function(){function o(t,e){this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var m=o.prototype;return m.enable=function(){this._isEnabled=!0},m.disable=function(){this._isEnabled=!1},m.toggleEnabled=function(){this._isEnabled=!this._isEnabled},m.toggle=function(t){if(this._isEnabled)if(t){var n=this.constructor.DATA_KEY,i=e(t.currentTarget).data(n);i||(i=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(e(this.getTipElement()).hasClass(f.SHOW))return void this._leave(null,this);this._enter(null,this)}},m.dispose=function(){clearTimeout(this._timeout),e.removeData(this.element,this.constructor.DATA_KEY),e(this.element).off(this.constructor.EVENT_KEY),e(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&e(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},m.show=function(){var t=this;if("none"===e(this.element).css("display"))throw new Error("Please use show on visible elements");var i=e.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){e(this.element).trigger(i);var r=e.contains(this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!r)return;var a=this.getTipElement(),l=s.getUID(this.constructor.NAME);a.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&e(a).addClass(f.FADE);var h="function"==typeof this.config.placement?this.config.placement.call(this,a,this.element):this.config.placement,c=this._getAttachment(h);this.addAttachmentClass(c);var d=!1===this.config.container?document.body:e(this.config.container);e(a).data(this.constructor.DATA_KEY,this),e.contains(this.element.ownerDocument.documentElement,this.tip)||e(a).appendTo(d),e(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,a,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:_.ARROW}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){t._handlePopperPlacementChange(e)}}),e(a).addClass(f.SHOW),"ontouchstart"in document.documentElement&&e("body").children().on("mouseover",null,e.noop);var g=function(){t.config.animation&&t._fixTransition();var n=t._hoverState;t._hoverState=null,e(t.element).trigger(t.constructor.Event.SHOWN),n===u.OUT&&t._leave(null,t)};s.supportsTransitionEnd()&&e(this.tip).hasClass(f.FADE)?e(this.tip).one(s.TRANSITION_END,g).emulateTransitionEnd(o._TRANSITION_DURATION):g()}},m.hide=function(t){var n=this,i=this.getTipElement(),r=e.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==u.SHOW&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),e(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),t&&t()};e(this.element).trigger(r),r.isDefaultPrevented()||(e(i).removeClass(f.SHOW),"ontouchstart"in document.documentElement&&e("body").children().off("mouseover",null,e.noop),this._activeTrigger[g.CLICK]=!1,this._activeTrigger[g.FOCUS]=!1,this._activeTrigger[g.HOVER]=!1,s.supportsTransitionEnd()&&e(this.tip).hasClass(f.FADE)?e(i).one(s.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},m.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},m.isWithContent=function(){return Boolean(this.getTitle())},m.addAttachmentClass=function(t){e(this.getTipElement()).addClass("bs-tooltip-"+t)},m.getTipElement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},m.setContent=function(){var t=e(this.getTipElement());this.setElementContent(t.find(_.TOOLTIP_INNER),this.getTitle()),t.removeClass(f.FADE+" "+f.SHOW)},m.setElementContent=function(t,n){var i=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?i?e(n).parent().is(t)||t.empty().append(n):t.text(e(n).text()):t[i?"html":"text"](n)},m.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},m._getAttachment=function(t){return h[t.toUpperCase()]},m._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach(function(n){if("click"===n)e(t.element).on(t.constructor.Event.CLICK,t.config.selector,function(e){return t.toggle(e)});else if(n!==g.MANUAL){var i=n===g.HOVER?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,s=n===g.HOVER?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;e(t.element).on(i,t.config.selector,function(e){return t._enter(e)}).on(s,t.config.selector,function(e){return t._leave(e)})}e(t.element).closest(".modal").on("hide.bs.modal",function(){return t.hide()})}),this.config.selector?this.config=e.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},m._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},m._enter=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger["focusin"===t.type?g.FOCUS:g.HOVER]=!0),e(n.getTipElement()).hasClass(f.SHOW)||n._hoverState===u.SHOW?n._hoverState=u.SHOW:(clearTimeout(n._timeout),n._hoverState=u.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===u.SHOW&&n.show()},n.config.delay.show):n.show())},m._leave=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger["focusout"===t.type?g.FOCUS:g.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=u.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===u.OUT&&n.hide()},n.config.delay.hide):n.hide())},m._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},m._getConfig=function(n){return"number"==typeof(n=e.extend({},this.constructor.Default,e(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),s.typeCheckConfig(t,n,this.constructor.DefaultType),n},m._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},m._cleanTipClass=function(){var t=e(this.getTipElement()),n=t.attr("class").match(a);null!==n&&n.length>0&&t.removeClass(n.join(""))},m._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},m._fixTransition=function(){var t=this.getTipElement(),n=this.config.animation;null===t.getAttribute("x-placement")&&(e(t).removeClass(f.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},o._jQueryInterface=function(t){return this.each(function(){var n=e(this).data("bs.tooltip"),i="object"==typeof t&&t;if((n||!/dispose|hide/.test(t))&&(n||(n=new o(this,i),e(this).data("bs.tooltip",n)),"string"==typeof t)){if("undefined"==typeof n[t])throw new Error('No method named "'+t+'"');n[t]()}})},r(o,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return c}},{key:"NAME",get:function(){return t}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return d}},{key:"EVENT_KEY",get:function(){return i}},{key:"DefaultType",get:function(){return l}}]),o}();return e.fn[t]=m._jQueryInterface,e.fn[t].Constructor=m,e.fn[t].noConflict=function(){return e.fn[t]=o,m._jQueryInterface},m}(),_=function(){var t="popover",n=".bs.popover",i=e.fn[t],s=new RegExp("(^|\\s)bs-popover\\S+","g"),a=e.extend({},f.Default,{placement:"right",trigger:"click",content:"",template:''}),l=e.extend({},f.DefaultType,{content:"(string|element|function)"}),h={FADE:"fade",SHOW:"show"},c={TITLE:".popover-header",CONTENT:".popover-body"},u={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},d=function(i){function d(){return i.apply(this,arguments)||this}o(d,i);var f=d.prototype;return f.isWithContent=function(){return this.getTitle()||this._getContent()},f.addAttachmentClass=function(t){e(this.getTipElement()).addClass("bs-popover-"+t)},f.getTipElement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},f.setContent=function(){var t=e(this.getTipElement());this.setElementContent(t.find(c.TITLE),this.getTitle()),this.setElementContent(t.find(c.CONTENT),this._getContent()),t.removeClass(h.FADE+" "+h.SHOW)},f._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},f._cleanTipClass=function(){var t=e(this.getTipElement()),n=t.attr("class").match(s);null!==n&&n.length>0&&t.removeClass(n.join(""))},d._jQueryInterface=function(t){return this.each(function(){var n=e(this).data("bs.popover"),i="object"==typeof t?t:null;if((n||!/destroy|hide/.test(t))&&(n||(n=new d(this,i),e(this).data("bs.popover",n)),"string"==typeof t)){if("undefined"==typeof n[t])throw new Error('No method named "'+t+'"');n[t]()}})},r(d,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}},{key:"NAME",get:function(){return t}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return u}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return l}}]),d}(f);return e.fn[t]=d._jQueryInterface,e.fn[t].Constructor=d,e.fn[t].noConflict=function(){return e.fn[t]=i,d._jQueryInterface},d}(),g=function(){var t="scrollspy",n=e.fn[t],i={offset:10,method:"auto",target:""},o={offset:"number",method:"string",target:"(string|element)"},a={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},l={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},h={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},c={OFFSET:"offset",POSITION:"position"},u=function(){function n(t,n){var i=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(n),this._selector=this._config.target+" "+h.NAV_LINKS+","+this._config.target+" "+h.LIST_ITEMS+","+this._config.target+" "+h.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,e(this._scrollElement).on(a.SCROLL,function(t){return i._process(t)}),this.refresh(),this._process()}var u=n.prototype;return u.refresh=function(){var t=this,n=this._scrollElement!==this._scrollElement.window?c.POSITION:c.OFFSET,i="auto"===this._config.method?n:this._config.method,r=i===c.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),e.makeArray(e(this._selector)).map(function(t){var n,o=s.getSelectorFromElement(t);if(o&&(n=e(o)[0]),n){var a=n.getBoundingClientRect();if(a.width||a.height)return[e(n)[i]().top+r,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(e){t._offsets.push(e[0]),t._targets.push(e[1])})},u.dispose=function(){e.removeData(this._element,"bs.scrollspy"),e(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},u._getConfig=function(n){if("string"!=typeof(n=e.extend({},i,n)).target){var r=e(n.target).attr("id");r||(r=s.getUID(t),e(n.target).attr("id",r)),n.target="#"+r}return s.typeCheckConfig(t,n,o),n},u._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},u._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},u._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},u._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var s=this._offsets.length;s--;)this._activeTarget!==this._targets[s]&&t>=this._offsets[s]&&("undefined"==typeof this._offsets[s+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},a=function(){function t(t){this._element=t}var a=t.prototype;return a.show=function(){var t=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&e(this._element).hasClass(i.ACTIVE)||e(this._element).hasClass(i.DISABLED))){var r,a,l=e(this._element).closest(o.NAV_LIST_GROUP)[0],h=s.getSelectorFromElement(this._element);if(l){var c="UL"===l.nodeName?o.ACTIVE_UL:o.ACTIVE;a=e.makeArray(e(l).find(c)),a=a[a.length-1]}var u=e.Event(n.HIDE,{relatedTarget:this._element}),d=e.Event(n.SHOW,{relatedTarget:a});if(a&&e(a).trigger(u),e(this._element).trigger(d),!d.isDefaultPrevented()&&!u.isDefaultPrevented()){h&&(r=e(h)[0]),this._activate(this._element,l);var f=function(){var i=e.Event(n.HIDDEN,{relatedTarget:t._element}),s=e.Event(n.SHOWN,{relatedTarget:a});e(a).trigger(i),e(t._element).trigger(s)};r?this._activate(r,r.parentNode,f):f()}}},a.dispose=function(){e.removeData(this._element,"bs.tab"),this._element=null},a._activate=function(t,n,r){var a,l=this,h=(a="UL"===n.nodeName?e(n).find(o.ACTIVE_UL):e(n).children(o.ACTIVE))[0],c=r&&s.supportsTransitionEnd()&&h&&e(h).hasClass(i.FADE),u=function(){return l._transitionComplete(t,h,c,r)};h&&c?e(h).one(s.TRANSITION_END,u).emulateTransitionEnd(150):u(),h&&e(h).removeClass(i.SHOW)},a._transitionComplete=function(t,n,r,a){if(n){e(n).removeClass(i.ACTIVE);var l=e(n.parentNode).find(o.DROPDOWN_ACTIVE_CHILD)[0];l&&e(l).removeClass(i.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(e(t).addClass(i.ACTIVE),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),r?(s.reflow(t),e(t).addClass(i.SHOW)):e(t).removeClass(i.FADE),t.parentNode&&e(t.parentNode).hasClass(i.DROPDOWN_MENU)){var h=e(t).closest(o.DROPDOWN)[0];h&&e(h).find(o.DROPDOWN_TOGGLE).addClass(i.ACTIVE),t.setAttribute("aria-expanded",!0)}a&&a()},t._jQueryInterface=function(n){return this.each(function(){var i=e(this),s=i.data("bs.tab");if(s||(s=new t(this),i.data("bs.tab",s)),"string"==typeof n){if("undefined"==typeof s[n])throw new Error('No method named "'+n+'"');s[n]()}})},r(t,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),t}();return e(document).on(n.CLICK_DATA_API,o.DATA_TOGGLE,function(t){t.preventDefault(),a._jQueryInterface.call(e(this),"show")}),e.fn.tab=a._jQueryInterface,e.fn.tab.Constructor=a,e.fn.tab.noConflict=function(){return e.fn.tab=t,a._jQueryInterface},a}();return function(){if("undefined"==typeof e)throw new Error("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=e.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(),t.Util=s,t.Alert=a,t.Button=l,t.Carousel=h,t.Collapse=c,t.Dropdown=u,t.Modal=d,t.Popover=_,t.Scrollspy=g,t.Tab=m,t.Tooltip=f,t}({},$,Popper); -//# sourceMappingURL=bootstrap.min.js.map \ No newline at end of file diff --git a/public/assets/js/elevetezoom.js b/public/assets/js/elevetezoom.js deleted file mode 100644 index ff01508..0000000 --- a/public/assets/js/elevetezoom.js +++ /dev/null @@ -1,66 +0,0 @@ -/* jQuery elevateZoom 3.0.8 - Demo's and documentation: - www.elevateweb.co.uk/image-zoom - Copyright (c) 2013 Andrew Eades - www.elevateweb.co.uk - Dual licensed under the LGPL licenses. - http://en.wikipedia.org/wiki/MIT_License - http://en.wikipedia.org/wiki/GNU_General_Public_License */ -"function"!==typeof Object.create&&(Object.create=function(d){function h(){}h.prototype=d;return new h}); -(function(d,h,l,m){var k={init:function(b,a){var c=this;c.elem=a;c.$elem=d(a);c.imageSrc=c.$elem.data("zoom-image")?c.$elem.data("zoom-image"):c.$elem.attr("src");c.options=d.extend({},d.fn.elevateZoom.options,b);c.options.tint&&(c.options.lensColour="none",c.options.lensOpacity="1");"inner"==c.options.zoomType&&(c.options.showLens=!1);c.$elem.parent().removeAttr("title").removeAttr("alt");c.zoomImage=c.imageSrc;c.refresh(1);d("#"+c.options.gallery+" a").click(function(a){c.options.galleryActiveClass&& -(d("#"+c.options.gallery+" a").removeClass(c.options.galleryActiveClass),d(this).addClass(c.options.galleryActiveClass));a.preventDefault();d(this).data("zoom-image")?c.zoomImagePre=d(this).data("zoom-image"):c.zoomImagePre=d(this).data("image");c.swaptheimage(d(this).data("image"),c.zoomImagePre);return!1})},refresh:function(b){var a=this;setTimeout(function(){a.fetch(a.imageSrc)},b||a.options.refresh)},fetch:function(b){var a=this,c=new Image;c.onload=function(){a.largeWidth=c.width;a.largeHeight= -c.height;a.startZoom();a.currentImage=a.imageSrc;a.options.onZoomedImageLoaded(a.$elem)};c.src=b},startZoom:function(){var b=this;b.nzWidth=b.$elem.width();b.nzHeight=b.$elem.height();b.isWindowActive=!1;b.isLensActive=!1;b.isTintActive=!1;b.overWindow=!1;b.options.imageCrossfade&&(b.zoomWrap=b.$elem.wrap('
'),b.$elem.css("position","absolute"));b.zoomLock=1;b.scrollingLock=!1;b.changeBgSize=!1;b.currentZoomLevel=b.options.zoomLevel; -b.nzOffset=b.$elem.offset();b.widthRatio=b.largeWidth/b.currentZoomLevel/b.nzWidth;b.heightRatio=b.largeHeight/b.currentZoomLevel/b.nzHeight;"window"==b.options.zoomType&&(b.zoomWindowStyle="overflow: hidden;background-position: 0px 0px;text-align:center;background-color: "+String(b.options.zoomWindowBgColour)+";width: "+String(b.options.zoomWindowWidth)+"px;height: "+String(b.options.zoomWindowHeight)+"px;float: left;background-size: "+b.largeWidth/b.currentZoomLevel+"px "+b.largeHeight/b.currentZoomLevel+ -"px;display: none;z-index:100;border: "+String(b.options.borderSize)+"px solid "+b.options.borderColour+";background-repeat: no-repeat;position: absolute;");if("inner"==b.options.zoomType){var a=b.$elem.css("border-left-width");b.zoomWindowStyle="overflow: hidden;margin-left: "+String(a)+";margin-top: "+String(a)+";background-position: 0px 0px;width: "+String(b.nzWidth)+"px;height: "+String(b.nzHeight)+"px;float: left;display: none;cursor:"+b.options.cursor+";px solid "+b.options.borderColour+";background-repeat: no-repeat;position: absolute;"}"window"== -b.options.zoomType&&(lensHeight=b.nzHeight
');d("body").append(b.zoomContainer);b.options.containLensZoom&&"lens"==b.options.zoomType&&b.zoomContainer.css("overflow", -"hidden");"inner"!=b.options.zoomType&&(b.zoomLens=d("
 
").appendTo(b.zoomContainer).click(function(){b.$elem.trigger("click")}),b.options.tint&&(b.tintContainer=d("
").addClass("tintContainer"),b.zoomTint=d("
"),b.zoomLens.wrap(b.tintContainer),b.zoomTintcss=b.zoomLens.after(b.zoomTint),b.zoomTintImage=d('').appendTo(b.zoomLens).click(function(){b.$elem.trigger("click")})));isNaN(b.options.zoomWindowPosition)?b.zoomWindow=d("
 
").appendTo("body").click(function(){b.$elem.trigger("click")}):b.zoomWindow=d("
 
").appendTo(b.zoomContainer).click(function(){b.$elem.trigger("click")});b.zoomWindowContainer=d("
").addClass("zoomWindowContainer").css("width",b.options.zoomWindowWidth);b.zoomWindow.wrap(b.zoomWindowContainer);"lens"==b.options.zoomType&&b.zoomLens.css({backgroundImage:"url('"+b.imageSrc+"')"});"window"==b.options.zoomType&&b.zoomWindow.css({backgroundImage:"url('"+b.imageSrc+"')"});"inner"==b.options.zoomType&&b.zoomWindow.css({backgroundImage:"url('"+b.imageSrc+ -"')"});b.$elem.bind("touchmove",function(a){a.preventDefault();b.setPosition(a.originalEvent.touches[0]||a.originalEvent.changedTouches[0])});b.zoomContainer.bind("touchmove",function(a){"inner"==b.options.zoomType&&b.showHideWindow("show");a.preventDefault();b.setPosition(a.originalEvent.touches[0]||a.originalEvent.changedTouches[0])});b.zoomContainer.bind("touchend",function(a){b.showHideWindow("hide");b.options.showLens&&b.showHideLens("hide");b.options.tint&&"inner"!=b.options.zoomType&&b.showHideTint("hide")}); -b.$elem.bind("touchend",function(a){b.showHideWindow("hide");b.options.showLens&&b.showHideLens("hide");b.options.tint&&"inner"!=b.options.zoomType&&b.showHideTint("hide")});b.options.showLens&&(b.zoomLens.bind("touchmove",function(a){a.preventDefault();b.setPosition(a.originalEvent.touches[0]||a.originalEvent.changedTouches[0])}),b.zoomLens.bind("touchend",function(a){b.showHideWindow("hide");b.options.showLens&&b.showHideLens("hide");b.options.tint&&"inner"!=b.options.zoomType&&b.showHideTint("hide")})); -b.$elem.bind("mousemove",function(a){!1==b.overWindow&&b.setElements("show");if(b.lastX!==a.clientX||b.lastY!==a.clientY)b.setPosition(a),b.currentLoc=a;b.lastX=a.clientX;b.lastY=a.clientY});b.zoomContainer.bind("mousemove",function(a){!1==b.overWindow&&b.setElements("show");if(b.lastX!==a.clientX||b.lastY!==a.clientY)b.setPosition(a),b.currentLoc=a;b.lastX=a.clientX;b.lastY=a.clientY});"inner"!=b.options.zoomType&&b.zoomLens.bind("mousemove",function(a){if(b.lastX!==a.clientX||b.lastY!==a.clientY)b.setPosition(a), -b.currentLoc=a;b.lastX=a.clientX;b.lastY=a.clientY});b.options.tint&&"inner"!=b.options.zoomType&&b.zoomTint.bind("mousemove",function(a){if(b.lastX!==a.clientX||b.lastY!==a.clientY)b.setPosition(a),b.currentLoc=a;b.lastX=a.clientX;b.lastY=a.clientY});"inner"==b.options.zoomType&&b.zoomWindow.bind("mousemove",function(a){if(b.lastX!==a.clientX||b.lastY!==a.clientY)b.setPosition(a),b.currentLoc=a;b.lastX=a.clientX;b.lastY=a.clientY});b.zoomContainer.add(b.$elem).mouseenter(function(){!1==b.overWindow&& -b.setElements("show")}).mouseleave(function(){b.scrollLock||b.setElements("hide")});"inner"!=b.options.zoomType&&b.zoomWindow.mouseenter(function(){b.overWindow=!0;b.setElements("hide")}).mouseleave(function(){b.overWindow=!1});b.minZoomLevel=b.options.minZoomLevel?b.options.minZoomLevel:2*b.options.scrollZoomIncrement;b.options.scrollZoom&&b.zoomContainer.add(b.$elem).bind("mousewheel DOMMouseScroll MozMousePixelScroll",function(a){b.scrollLock=!0;clearTimeout(d.data(this,"timer"));d.data(this,"timer", -setTimeout(function(){b.scrollLock=!1},250));var e=a.originalEvent.wheelDelta||-1*a.originalEvent.detail;a.stopImmediatePropagation();a.stopPropagation();a.preventDefault();0=b.minZoomLevel&&b.changeZoomLevel(b.currentZoomLevel-b.options.scrollZoomIncrement):b.options.maxZoomLevel?b.currentZoomLevel<=b.options.maxZoomLevel&&b.changeZoomLevel(parseFloat(b.currentZoomLevel)+b.options.scrollZoomIncrement):b.changeZoomLevel(parseFloat(b.currentZoomLevel)+b.options.scrollZoomIncrement); -return!1})},setElements:function(b){if(!this.options.zoomEnabled)return!1;"show"==b&&this.isWindowSet&&("inner"==this.options.zoomType&&this.showHideWindow("show"),"window"==this.options.zoomType&&this.showHideWindow("show"),this.options.showLens&&this.showHideLens("show"),this.options.tint&&"inner"!=this.options.zoomType&&this.showHideTint("show"));"hide"==b&&("window"==this.options.zoomType&&this.showHideWindow("hide"),this.options.tint||this.showHideWindow("hide"),this.options.showLens&&this.showHideLens("hide"), -this.options.tint&&this.showHideTint("hide"))},setPosition:function(b){if(!this.options.zoomEnabled)return!1;this.nzHeight=this.$elem.height();this.nzWidth=this.$elem.width();this.nzOffset=this.$elem.offset();this.options.tint&&"inner"!=this.options.zoomType&&(this.zoomTint.css({top:0}),this.zoomTint.css({left:0}));this.options.responsive&&!this.options.scrollZoom&&this.options.showLens&&(lensHeight=this.nzHeightthis.nzHeight-this.zoomLens.height()/2-2*this.options.lensBorderSize,this.Eloppos=this.mouseLeft<0+this.zoomLens.width()/2,this.Eroppos=this.mouseLeft>this.nzWidth-this.zoomLens.width()/2-2*this.options.lensBorderSize);"inner"==this.options.zoomType&&(this.Etoppos=this.mouseTopthis.nzHeight- -this.nzHeight/2/this.heightRatio,this.Eloppos=this.mouseLeft<0+this.nzWidth/2/this.widthRatio,this.Eroppos=this.mouseLeft>this.nzWidth-this.nzWidth/2/this.widthRatio-2*this.options.lensBorderSize);0>=this.mouseLeft||0>this.mouseTop||this.mouseLeft>this.nzWidth||this.mouseTop>this.nzHeight?this.setElements("hide"):(this.options.showLens&&(this.lensLeftPos=String(this.mouseLeft-this.zoomLens.width()/2),this.lensTopPos=String(this.mouseTop-this.zoomLens.height()/2)),this.Etoppos&&(this.lensTopPos=0), -this.Eloppos&&(this.tintpos=this.lensLeftPos=this.windowLeftPos=0),"window"==this.options.zoomType&&(this.Eboppos&&(this.lensTopPos=Math.max(this.nzHeight-this.zoomLens.height()-2*this.options.lensBorderSize,0)),this.Eroppos&&(this.lensLeftPos=this.nzWidth-this.zoomLens.width()-2*this.options.lensBorderSize)),"inner"==this.options.zoomType&&(this.Eboppos&&(this.lensTopPos=Math.max(this.nzHeight-2*this.options.lensBorderSize,0)),this.Eroppos&&(this.lensLeftPos=this.nzWidth-this.nzWidth-2*this.options.lensBorderSize)), -"lens"==this.options.zoomType&&(this.windowLeftPos=String(-1*((b.pageX-this.nzOffset.left)*this.widthRatio-this.zoomLens.width()/2)),this.windowTopPos=String(-1*((b.pageY-this.nzOffset.top)*this.heightRatio-this.zoomLens.height()/2)),this.zoomLens.css({backgroundPosition:this.windowLeftPos+"px "+this.windowTopPos+"px"}),this.changeBgSize&&(this.nzHeight>this.nzWidth?("lens"==this.options.zoomType&&this.zoomLens.css({"background-size":this.largeWidth/this.newvalueheight+"px "+this.largeHeight/this.newvalueheight+ -"px"}),this.zoomWindow.css({"background-size":this.largeWidth/this.newvalueheight+"px "+this.largeHeight/this.newvalueheight+"px"})):("lens"==this.options.zoomType&&this.zoomLens.css({"background-size":this.largeWidth/this.newvaluewidth+"px "+this.largeHeight/this.newvaluewidth+"px"}),this.zoomWindow.css({"background-size":this.largeWidth/this.newvaluewidth+"px "+this.largeHeight/this.newvaluewidth+"px"})),this.changeBgSize=!1),this.setWindowPostition(b)),this.options.tint&&"inner"!=this.options.zoomType&& -this.setTintPosition(b),"window"==this.options.zoomType&&this.setWindowPostition(b),"inner"==this.options.zoomType&&this.setWindowPostition(b),this.options.showLens&&(this.fullwidth&&"lens"!=this.options.zoomType&&(this.lensLeftPos=0),this.zoomLens.css({left:this.lensLeftPos+"px",top:this.lensTopPos+"px"})))},showHideWindow:function(b){"show"!=b||this.isWindowActive||(this.options.zoomWindowFadeIn?this.zoomWindow.stop(!0,!0,!1).fadeIn(this.options.zoomWindowFadeIn):this.zoomWindow.show(),this.isWindowActive= -!0);"hide"==b&&this.isWindowActive&&(this.options.zoomWindowFadeOut?this.zoomWindow.stop(!0,!0).fadeOut(this.options.zoomWindowFadeOut):this.zoomWindow.hide(),this.isWindowActive=!1)},showHideLens:function(b){"show"!=b||this.isLensActive||(this.options.lensFadeIn?this.zoomLens.stop(!0,!0,!1).fadeIn(this.options.lensFadeIn):this.zoomLens.show(),this.isLensActive=!0);"hide"==b&&this.isLensActive&&(this.options.lensFadeOut?this.zoomLens.stop(!0,!0).fadeOut(this.options.lensFadeOut):this.zoomLens.hide(), -this.isLensActive=!1)},showHideTint:function(b){"show"!=b||this.isTintActive||(this.options.zoomTintFadeIn?this.zoomTint.css({opacity:this.options.tintOpacity}).animate().stop(!0,!0).fadeIn("slow"):(this.zoomTint.css({opacity:this.options.tintOpacity}).animate(),this.zoomTint.show()),this.isTintActive=!0);"hide"==b&&this.isTintActive&&(this.options.zoomTintFadeOut?this.zoomTint.stop(!0,!0).fadeOut(this.options.zoomTintFadeOut):this.zoomTint.hide(),this.isTintActive=!1)},setLensPostition:function(b){}, -setWindowPostition:function(b){var a=this;if(isNaN(a.options.zoomWindowPosition))a.externalContainer=d("#"+a.options.zoomWindowPosition),a.externalContainerWidth=a.externalContainer.width(),a.externalContainerHeight=a.externalContainer.height(),a.externalContainerOffset=a.externalContainer.offset(),a.windowOffsetTop=a.externalContainerOffset.top,a.windowOffsetLeft=a.externalContainerOffset.left;else switch(a.options.zoomWindowPosition){case 1:a.windowOffsetTop=a.options.zoomWindowOffety;a.windowOffsetLeft= -+a.nzWidth;break;case 2:a.options.zoomWindowHeight>a.nzHeight&&(a.windowOffsetTop=-1*(a.options.zoomWindowHeight/2-a.nzHeight/2),a.windowOffsetLeft=a.nzWidth);break;case 3:a.windowOffsetTop=a.nzHeight-a.zoomWindow.height()-2*a.options.borderSize;a.windowOffsetLeft=a.nzWidth;break;case 4:a.windowOffsetTop=a.nzHeight;a.windowOffsetLeft=a.nzWidth;break;case 5:a.windowOffsetTop=a.nzHeight;a.windowOffsetLeft=a.nzWidth-a.zoomWindow.width()-2*a.options.borderSize;break;case 6:a.options.zoomWindowHeight> -a.nzHeight&&(a.windowOffsetTop=a.nzHeight,a.windowOffsetLeft=-1*(a.options.zoomWindowWidth/2-a.nzWidth/2+2*a.options.borderSize));break;case 7:a.windowOffsetTop=a.nzHeight;a.windowOffsetLeft=0;break;case 8:a.windowOffsetTop=a.nzHeight;a.windowOffsetLeft=-1*(a.zoomWindow.width()+2*a.options.borderSize);break;case 9:a.windowOffsetTop=a.nzHeight-a.zoomWindow.height()-2*a.options.borderSize;a.windowOffsetLeft=-1*(a.zoomWindow.width()+2*a.options.borderSize);break;case 10:a.options.zoomWindowHeight>a.nzHeight&& -(a.windowOffsetTop=-1*(a.options.zoomWindowHeight/2-a.nzHeight/2),a.windowOffsetLeft=-1*(a.zoomWindow.width()+2*a.options.borderSize));break;case 11:a.windowOffsetTop=a.options.zoomWindowOffety;a.windowOffsetLeft=-1*(a.zoomWindow.width()+2*a.options.borderSize);break;case 12:a.windowOffsetTop=-1*(a.zoomWindow.height()+2*a.options.borderSize);a.windowOffsetLeft=-1*(a.zoomWindow.width()+2*a.options.borderSize);break;case 13:a.windowOffsetTop=-1*(a.zoomWindow.height()+2*a.options.borderSize);a.windowOffsetLeft= -0;break;case 14:a.options.zoomWindowHeight>a.nzHeight&&(a.windowOffsetTop=-1*(a.zoomWindow.height()+2*a.options.borderSize),a.windowOffsetLeft=-1*(a.options.zoomWindowWidth/2-a.nzWidth/2+2*a.options.borderSize));break;case 15:a.windowOffsetTop=-1*(a.zoomWindow.height()+2*a.options.borderSize);a.windowOffsetLeft=a.nzWidth-a.zoomWindow.width()-2*a.options.borderSize;break;case 16:a.windowOffsetTop=-1*(a.zoomWindow.height()+2*a.options.borderSize);a.windowOffsetLeft=a.nzWidth;break;default:a.windowOffsetTop= -a.options.zoomWindowOffety,a.windowOffsetLeft=a.nzWidth}a.isWindowSet=!0;a.windowOffsetTop+=a.options.zoomWindowOffety;a.windowOffsetLeft+=a.options.zoomWindowOffetx;a.zoomWindow.css({top:a.windowOffsetTop});a.zoomWindow.css({left:a.windowOffsetLeft});"inner"==a.options.zoomType&&(a.zoomWindow.css({top:0}),a.zoomWindow.css({left:0}));a.windowLeftPos=String(-1*((b.pageX-a.nzOffset.left)*a.widthRatio-a.zoomWindow.width()/2));a.windowTopPos=String(-1*((b.pageY-a.nzOffset.top)*a.heightRatio-a.zoomWindow.height()/ -2));a.Etoppos&&(a.windowTopPos=0);a.Eloppos&&(a.windowLeftPos=0);a.Eboppos&&(a.windowTopPos=-1*(a.largeHeight/a.currentZoomLevel-a.zoomWindow.height()));a.Eroppos&&(a.windowLeftPos=-1*(a.largeWidth/a.currentZoomLevel-a.zoomWindow.width()));a.fullheight&&(a.windowTopPos=0);a.fullwidth&&(a.windowLeftPos=0);if("window"==a.options.zoomType||"inner"==a.options.zoomType)1==a.zoomLock&&(1>=a.widthRatio&&(a.windowLeftPos=0),1>=a.heightRatio&&(a.windowTopPos=0)),a.largeHeight -a.nzWidth?("lens"==a.options.zoomType&&a.zoomLens.css({"background-size":a.largeWidth/a.newvalueheight+"px "+a.largeHeight/a.newvalueheight+"px"}),a.zoomWindow.css({"background-size":a.largeWidth/a.newvalueheight+"px "+a.largeHeight/a.newvalueheight+"px"})):("lens"!=a.options.zoomType&&a.zoomLens.css({"background-size":a.largeWidth/a.newvaluewidth+"px "+a.largeHeight/a.newvalueheight+"px"}),a.zoomWindow.css({"background-size":a.largeWidth/a.newvaluewidth+"px "+a.largeHeight/a.newvaluewidth+"px"})), -a.changeBgSize=!1),a.zoomWindow.css({backgroundPosition:a.windowLeftPos+"px "+a.windowTopPos+"px"}),a.scrollingLock=!1,a.loop=!1):(a.changeBgSize&&(a.nzHeight>a.nzWidth?("lens"==a.options.zoomType&&a.zoomLens.css({"background-size":a.largeWidth/a.newvalueheight+"px "+a.largeHeight/a.newvalueheight+"px"}),a.zoomWindow.css({"background-size":a.largeWidth/a.newvalueheight+"px "+a.largeHeight/a.newvalueheight+"px"})):("lens"!=a.options.zoomType&&a.zoomLens.css({"background-size":a.largeWidth/a.newvaluewidth+ -"px "+a.largeHeight/a.newvaluewidth+"px"}),a.zoomWindow.css({"background-size":a.largeWidth/a.newvaluewidth+"px "+a.largeHeight/a.newvaluewidth+"px"})),a.changeBgSize=!1),a.zoomWindow.css({backgroundPosition:a.xp+"px "+a.yp+"px"}))},16))):(a.changeBgSize&&(a.nzHeight>a.nzWidth?("lens"==a.options.zoomType&&a.zoomLens.css({"background-size":a.largeWidth/a.newvalueheight+"px "+a.largeHeight/a.newvalueheight+"px"}),a.zoomWindow.css({"background-size":a.largeWidth/a.newvalueheight+"px "+a.largeHeight/ -a.newvalueheight+"px"})):("lens"==a.options.zoomType&&a.zoomLens.css({"background-size":a.largeWidth/a.newvaluewidth+"px "+a.largeHeight/a.newvaluewidth+"px"}),a.largeHeight/a.newvaluewidth
'),c.$elem.after(c.spinner)); -c.options.onImageSwap(c.$elem);e.onload=function(){c.largeWidth=e.width;c.largeHeight=e.height;c.zoomImage=a;c.zoomWindow.css({"background-size":c.largeWidth+"px "+c.largeHeight+"px"});c.zoomWindow.css({"background-size":c.largeWidth+"px "+c.largeHeight+"px"});c.swapAction(b,a)};e.src=a},swapAction:function(b,a){var c=this,e=new Image;e.onload=function(){c.nzHeight=e.height;c.nzWidth=e.width;c.options.onImageSwapComplete(c.$elem);c.doneCallback()};e.src=b;c.currentZoomLevel=c.options.zoomLevel;c.options.maxZoomLevel= -!1;"lens"==c.options.zoomType&&c.zoomLens.css({backgroundImage:"url('"+a+"')"});"window"==c.options.zoomType&&c.zoomWindow.css({backgroundImage:"url('"+a+"')"});"inner"==c.options.zoomType&&c.zoomWindow.css({backgroundImage:"url('"+a+"')"});c.currentImage=a;if(c.options.imageCrossfade){var f=c.$elem,g=f.clone();c.$elem.attr("src",b);c.$elem.after(g);g.stop(!0).fadeOut(c.options.imageCrossfade,function(){d(this).remove()});c.$elem.width("auto").removeAttr("width");c.$elem.height("auto").removeAttr("height"); -f.fadeIn(c.options.imageCrossfade);c.options.tint&&"inner"!=c.options.zoomType&&(f=c.zoomTintImage,g=f.clone(),c.zoomTintImage.attr("src",a),c.zoomTintImage.after(g),g.stop(!0).fadeOut(c.options.imageCrossfade,function(){d(this).remove()}),f.fadeIn(c.options.imageCrossfade),c.zoomTint.css({height:c.$elem.height()}),c.zoomTint.css({width:c.$elem.width()}));c.zoomContainer.css("height",c.$elem.height());c.zoomContainer.css("width",c.$elem.width());"inner"!=c.options.zoomType||c.options.constrainType|| -(c.zoomWrap.parent().css("height",c.$elem.height()),c.zoomWrap.parent().css("width",c.$elem.width()),c.zoomWindow.css("height",c.$elem.height()),c.zoomWindow.css("width",c.$elem.width()))}else c.$elem.attr("src",b),c.options.tint&&(c.zoomTintImage.attr("src",a),c.zoomTintImage.attr("height",c.$elem.height()),c.zoomTintImage.css({height:c.$elem.height()}),c.zoomTint.css({height:c.$elem.height()})),c.zoomContainer.css("height",c.$elem.height()),c.zoomContainer.css("width",c.$elem.width());c.options.imageCrossfade&& -(c.zoomWrap.css("height",c.$elem.height()),c.zoomWrap.css("width",c.$elem.width()));c.options.constrainType&&("height"==c.options.constrainType&&(c.zoomContainer.css("height",c.options.constrainSize),c.zoomContainer.css("width","auto"),c.options.imageCrossfade?(c.zoomWrap.css("height",c.options.constrainSize),c.zoomWrap.css("width","auto"),c.constwidth=c.zoomWrap.width()):(c.$elem.css("height",c.options.constrainSize),c.$elem.css("width","auto"),c.constwidth=c.$elem.width()),"inner"==c.options.zoomType&& -(c.zoomWrap.parent().css("height",c.options.constrainSize),c.zoomWrap.parent().css("width",c.constwidth),c.zoomWindow.css("height",c.options.constrainSize),c.zoomWindow.css("width",c.constwidth)),c.options.tint&&(c.tintContainer.css("height",c.options.constrainSize),c.tintContainer.css("width",c.constwidth),c.zoomTint.css("height",c.options.constrainSize),c.zoomTint.css("width",c.constwidth),c.zoomTintImage.css("height",c.options.constrainSize),c.zoomTintImage.css("width",c.constwidth))),"width"== -c.options.constrainType&&(c.zoomContainer.css("height","auto"),c.zoomContainer.css("width",c.options.constrainSize),c.options.imageCrossfade?(c.zoomWrap.css("height","auto"),c.zoomWrap.css("width",c.options.constrainSize),c.constheight=c.zoomWrap.height()):(c.$elem.css("height","auto"),c.$elem.css("width",c.options.constrainSize),c.constheight=c.$elem.height()),"inner"==c.options.zoomType&&(c.zoomWrap.parent().css("height",c.constheight),c.zoomWrap.parent().css("width",c.options.constrainSize),c.zoomWindow.css("height", -c.constheight),c.zoomWindow.css("width",c.options.constrainSize)),c.options.tint&&(c.tintContainer.css("height",c.constheight),c.tintContainer.css("width",c.options.constrainSize),c.zoomTint.css("height",c.constheight),c.zoomTint.css("width",c.options.constrainSize),c.zoomTintImage.css("height",c.constheight),c.zoomTintImage.css("width",c.options.constrainSize))))},doneCallback:function(){this.options.loadingIcon&&this.spinner.hide();this.nzOffset=this.$elem.offset();this.nzWidth=this.$elem.width(); -this.nzHeight=this.$elem.height();this.currentZoomLevel=this.options.zoomLevel;this.widthRatio=this.largeWidth/this.nzWidth;this.heightRatio=this.largeHeight/this.nzHeight;"window"==this.options.zoomType&&(lensHeight=this.nzHeightmaxheightnewvalue&&(newvalue=maxheightnewvalue),newvalue>maxwidthtnewvalue&&(newvalue=maxwidthtnewvalue),maxheightnewvalue<=newvalue?(this.heightRatio=this.largeHeight/ -newvalue/this.nzHeight,this.newvalueheight=newvalue>maxheightnewvalue?maxheightnewvalue:newvalue,this.fullheight=!0):(this.heightRatio=this.largeHeight/newvalue/this.nzHeight,this.newvalueheight=newvalue>maxheightnewvalue?maxheightnewvalue:newvalue,this.fullheight=!1),maxwidthtnewvalue<=newvalue?(this.widthRatio=this.largeWidth/newvalue/this.nzWidth,this.newvaluewidth=newvalue>maxwidthtnewvalue?maxwidthtnewvalue:newvalue,this.fullwidth=!0):(this.widthRatio=this.largeWidth/newvalue/this.nzWidth,this.newvaluewidth= -newvalue,this.fullwidth=!1));scrcontinue=!1;"inner"==this.options.zoomType&&(this.nzWidth>this.nzHeight&&(this.newvaluewidth<=maxwidthtnewvalue?scrcontinue=!0:(scrcontinue=!1,this.fullwidth=this.fullheight=!0)),this.nzHeight>this.nzWidth&&(this.newvaluewidth<=maxwidthtnewvalue?scrcontinue=!0:(scrcontinue=!1,this.fullwidth=this.fullheight=!0)));"inner"!=this.options.zoomType&&(scrcontinue=!0);scrcontinue&&(this.zoomLock=0,this.changeZoom=!0,this.options.zoomWindowHeight/this.heightRatio<=this.nzHeight&& -(this.currentZoomLevel=this.newvalueheight,"lens"!=this.options.zoomType&&"inner"!=this.options.zoomType&&(this.changeBgSize=!0,this.zoomLens.css({height:String(this.options.zoomWindowHeight/this.heightRatio)+"px"})),"lens"==this.options.zoomType||"inner"==this.options.zoomType)&&(this.changeBgSize=!0),this.options.zoomWindowWidth/this.widthRatio<=this.nzWidth&&("inner"!=this.options.zoomType&&this.newvaluewidth>this.newvalueheight&&(this.currentZoomLevel=this.newvaluewidth),"lens"!=this.options.zoomType&& -"inner"!=this.options.zoomType&&(this.changeBgSize=!0,this.zoomLens.css({width:String(this.options.zoomWindowWidth/this.widthRatio)+"px"})),"lens"==this.options.zoomType||"inner"==this.options.zoomType)&&(this.changeBgSize=!0),"inner"==this.options.zoomType&&(this.changeBgSize=!0,this.nzWidth>this.nzHeight&&(this.currentZoomLevel=this.newvaluewidth),this.nzHeight>this.nzWidth&&(this.currentZoomLevel=this.newvaluewidth)));this.setPosition(this.currentLoc)},closeAll:function(){self.zoomWindow&&self.zoomWindow.hide(); -self.zoomLens&&self.zoomLens.hide();self.zoomTint&&self.zoomTint.hide()},changeState:function(b){"enable"==b&&(this.options.zoomEnabled=!0);"disable"==b&&(this.options.zoomEnabled=!1)}};d.fn.elevateZoom=function(b){return this.each(function(){var a=Object.create(k);a.init(b,this);d.data(this,"elevateZoom",a)})};d.fn.elevateZoom.options={zoomActivation:"hover",zoomEnabled:!0,preloading:1,zoomLevel:1,scrollZoom:!1,scrollZoomIncrement:0.1,minZoomLevel:!1,maxZoomLevel:!1,easing:!1,easingAmount:12,lensSize:200, -zoomWindowWidth:400,zoomWindowHeight:400,zoomWindowOffetx:0,zoomWindowOffety:0,zoomWindowPosition:1,zoomWindowBgColour:"#fff",lensFadeIn:!1,lensFadeOut:!1,debug:!1,zoomWindowFadeIn:!1,zoomWindowFadeOut:!1,zoomWindowAlwaysShow:!1,zoomTintFadeIn:!1,zoomTintFadeOut:!1,borderSize:4,showLens:!0,borderColour:"#888",lensBorderSize:1,lensBorderColour:"#000",lensShape:"square",zoomType:"window",containLensZoom:!1,lensColour:"white",lensOpacity:0.4,lenszoom:!1,tint:!1,tintColour:"#333",tintOpacity:0.4,gallery:!1, -galleryActiveClass:"zoomGalleryActive",imageCrossfade:!1,constrainType:!1,constrainSize:!1,loadingIcon:!1,cursor:"default",responsive:!0,onComplete:d.noop,onZoomedImageLoaded:function(){},onImageSwap:d.noop,onImageSwapComplete:d.noop}})(jQuery,window,document); \ No newline at end of file diff --git a/public/assets/js/instafeed.js b/public/assets/js/instafeed.js deleted file mode 100644 index cb4923e..0000000 --- a/public/assets/js/instafeed.js +++ /dev/null @@ -1,7 +0,0 @@ - -// Instafeed Generated by CoffeeScript 1.9.3 -(function(){var e;e=function(){function e(e,t){var n,r;this.options={target:"instafeed",get:"popular",resolution:"thumbnail",sortBy:"none",links:!0,mock:!1,useHttp:!1};if(typeof e=="object")for(n in e)r=e[n],this.options[n]=r;this.context=t!=null?t:this,this.unique=this._genKey()}return e.prototype.hasNext=function(){return typeof this.context.nextUrl=="string"&&this.context.nextUrl.length>0},e.prototype.next=function(){return this.hasNext()?this.run(this.context.nextUrl):!1},e.prototype.run=function(t){var n,r,i;if(typeof this.options.clientId!="string"&&typeof this.options.accessToken!="string")throw new Error("Missing clientId or accessToken.");if(typeof this.options.accessToken!="string"&&typeof this.options.clientId!="string")throw new Error("Missing clientId or accessToken.");return this.options.before!=null&&typeof this.options.before=="function"&&this.options.before.call(this),typeof document!="undefined"&&document!==null&&(i=document.createElement("script"),i.id="instafeed-fetcher",i.src=t||this._buildUrl(),n=document.getElementsByTagName("head"),n[0].appendChild(i),r="instafeedCache"+this.unique,window[r]=new e(this.options,this),window[r].unique=this.unique),!0},e.prototype.parse=function(e){var t,n,r,i,s,o,u,a,f,l,c,h,p,d,v,m,g,y,b,w,E,S,x,T,N,C,k,L,A,O,M,_,D;if(typeof e!="object"){if(this.options.error!=null&&typeof this.options.error=="function")return this.options.error.call(this,"Invalid JSON data"),!1;throw new Error("Invalid JSON response")}if(e.meta.code!==200){if(this.options.error!=null&&typeof this.options.error=="function")return this.options.error.call(this,e.meta.error_message),!1;throw new Error("Error from Instagram: "+e.meta.error_message)}if(e.data.length===0){if(this.options.error!=null&&typeof this.options.error=="function")return this.options.error.call(this,"No images were returned from Instagram"),!1;throw new Error("No images were returned from Instagram")}this.options.success!=null&&typeof this.options.success=="function"&&this.options.success.call(this,e),this.context.nextUrl="",e.pagination!=null&&(this.context.nextUrl=e.pagination.next_url);if(this.options.sortBy!=="none"){this.options.sortBy==="random"?M=["","random"]:M=this.options.sortBy.split("-"),O=M[0]==="least"?!0:!1;switch(M[1]){case"random":e.data.sort(function(){return.5-Math.random()});break;case"recent":e.data=this._sortBy(e.data,"created_time",O);break;case"liked":e.data=this._sortBy(e.data,"likes.count",O);break;case"commented":e.data=this._sortBy(e.data,"comments.count",O);break;default:throw new Error("Invalid option for sortBy: '"+this.options.sortBy+"'.")}}if(typeof document!="undefined"&&document!==null&&this.options.mock===!1){m=e.data,A=parseInt(this.options.limit,10),this.options.limit!=null&&m.length>A&&(m=m.slice(0,A)),u=document.createDocumentFragment(),this.options.filter!=null&&typeof this.options.filter=="function"&&(m=this._filter(m,this.options.filter));if(this.options.template!=null&&typeof this.options.template=="string"){f="",d="",w="",D=document.createElement("div");for(c=0,N=m.length;cy&&(b="landscape"),E=0,l&&!this.options.useHttp&&(v=v.replace(/https?:\/\//,"//")),d=this._makeTemplate(this.options.template,{model:h,id:h.id,link:h.link,type:h.type,image:v,width:E,height:y,orientation:b,caption:this._getObjectProperty(h,"caption.text"),likes:h.likes.count,comments:h.comments.count,location:this._getObjectProperty(h,"location.name")}),f+=d}D.innerHTML=f,i=[],r=0,n=D.childNodes.length;while(r=0,l&&!this.options.useHttp&&(v=v.replace(/https?:\/\//,"//")),g.src=v,this.options.links===!0?(t=document.createElement("a"),t.href=h.link,t.appendChild(g),u.appendChild(t)):u.appendChild(g)}_=this.options.target,typeof _=="string"&&(_=document.getElementById(_));if(_==null)throw o='No element with id="'+this.options.target+'" on page.',new Error(o);_.appendChild(u),a=document.getElementsByTagName("head")[0],a.removeChild(document.getElementById("instafeed-fetcher")),S="instafeedCache"+this.unique,window[S]=void 0;try{delete window[S]}catch(P){s=P}}return this.options.after!=null&&typeof this.options.after=="function"&&this.options.after.call(this),!0},e.prototype._buildUrl=function(){var e,t,n;e="https://api.instagram.com/v1";switch(this.options.get){case"popular":t="media/popular";break;case"tagged":if(!this.options.tagName)throw new Error("No tag name specified. Use the 'tagName' option.");t="tags/"+this.options.tagName+"/media/recent";break;case"location":if(!this.options.locationId)throw new Error("No location specified. Use the 'locationId' option.");t="locations/"+this.options.locationId+"/media/recent";break;case"user":if(!this.options.userId)throw new Error("No user specified. Use the 'userId' option.");t="users/"+this.options.userId+"/media/recent";break;default:throw new Error("Invalid option for get: '"+this.options.get+"'.")}return n=e+"/"+t,this.options.accessToken!=null?n+="?access_token="+this.options.accessToken:n+="?client_id="+this.options.clientId,this.options.limit!=null&&(n+="&count="+this.options.limit),n+="&callback=instafeedCache"+this.unique+".parse",n},e.prototype._genKey=function(){var e;return e=function(){return((1+Math.random())*65536|0).toString(16).substring(1)},""+e()+e()+e()+e()},e.prototype._makeTemplate=function(e,t){var n,r,i,s,o;r=/(?:\{{2})([\w\[\]\.]+)(?:\}{2})/,n=e;while(r.test(n))s=n.match(r)[1],o=(i=this._getObjectProperty(t,s))!=null?i:"",n=n.replace(r,function(){return""+o});return n},e.prototype._getObjectProperty=function(e,t){var n,r;t=t.replace(/\[(\w+)\]/g,".$1"),r=t.split(".");while(r.length){n=r.shift();if(!(e!=null&&n in e))return null;e=e[n]}return e},e.prototype._sortBy=function(e,t,n){var r;return r=function(e,r){var i,s;return i=this._getObjectProperty(e,t),s=this._getObjectProperty(r,t),n?i>s?1:-1:i=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery); \ No newline at end of file diff --git a/public/assets/js/main.js b/public/assets/js/main.js deleted file mode 100644 index 6a584b3..0000000 --- a/public/assets/js/main.js +++ /dev/null @@ -1,259 +0,0 @@ -(function($) { - 'use strict'; - - /* jQuery MeanMenu */ - $('#mobile-menu-active').meanmenu({ - meanScreenWidth: "991", - meanMenuContainer: ".mobile-menu-area .mobile-menu", - }); - - /* cart */ - $(".icon-cart").on("click", function() { - $(this).parent().find('.shopping-cart-content').slideToggle('medium'); - }) - - /*-- - Header Search Toggle - -----------------------------------*/ - var searchToggle = $('.search-toggle'); - searchToggle.on('click', function(){ - if($(this).hasClass('open')){ - $(this).removeClass('open'); - $(this).siblings('.search-content').removeClass('open'); - }else{ - $(this).addClass('open'); - $(this).siblings('.search-content').addClass('open'); - } - }) - - /* slider active */ - $('.slider-active').owlCarousel({ - loop: true, - navText: ['', ''], - nav: true, - autoplay: false, - autoplayTimeout: 5000, - animateOut: 'fadeOut', - animateIn: 'fadeIn', - item: 1, - responsive: { - 0: { - items: 1 - }, - 768: { - items: 1 - }, - 1000: { - items: 1 - } - } - }) - - - /*------ Wow Active ----*/ - new WOW().init(); - - /*---------------------------- - Cart Plus Minus Button - ------------------------------ */ - var CartPlusMinus = $('.cart-plus-minus'); - CartPlusMinus.prepend('
-
'); - CartPlusMinus.append('
+
'); - $(".qtybutton").on("click", function() { - var $button = $(this); - var oldValue = $button.parent().find("input").val(); - if ($button.text() === "+") { - var newVal = parseFloat(oldValue) + 1; - } else { - // Don't allow decrementing below zero - if (oldValue > 0) { - var newVal = parseFloat(oldValue) - 1; - } else { - newVal = 1; - } - } - $button.parent().find("input").val(newVal); - }); - - /*--------------------- - price slider - --------------------- */ - var sliderrange = $('#slider-range'); - var amountprice = $('#amount'); - $(function() { - sliderrange.slider({ - range: true, - min: 0, - max: 1200, - values: [35, 540], - slide: function(event, ui) { - amountprice.val("$" + ui.values[0] + " - $" + ui.values[1]); - } - }); - amountprice.val("$" + sliderrange.slider("values", 0) + - " - $" + sliderrange.slider("values", 1)); - }); - - /*--------------------- - shop grid list - --------------------- */ - $('.view-mode li a').on('click', function() { - var $proStyle = $(this).data('view'); - $('.view-mode li').removeClass('active'); - $(this).parent('li').addClass('active'); - $('.product-view').removeClass('product-grid product-list').addClass($proStyle); - }) - - /* counterUp */ - $('.count').counterUp({ - delay: 10, - time: 1000 - }); - - /* product-dec-slider active */ - $('.product-dec-slider').owlCarousel({ - loop: true, - autoplay: false, - autoplayTimeout: 5000, - navText: ['', ''], - nav: true, - item: 4, - margin: 12, - responsive: { - 0: { - items: 2 - }, - 576: { - items: 3 - }, - 768: { - items: 3 - }, - 1000: { - items: 4 - } - } - }) - - /* related-product-active active */ - $('.related-product-active').owlCarousel({ - loop: true, - autoplay: false, - autoplayTimeout: 5000, - nav: false, - item: 4, - margin: 30, - responsive: { - 0: { - items: 1 - }, - 576: { - items: 2 - }, - 768: { - items: 3 - }, - 1000: { - items: 4 - } - } - }) - - /*-------------------------- - Zoom - ---------------------------- */ - $("#zoompro").elevateZoom({ - gallery : "gallery", - galleryActiveClass: "active", - zoomWindowWidth:300, - zoomWindowHeight:100, - scrollZoom : false, - zoomType : "inner", - cursor: "crosshair" - }); - - /*-- - Menu Stick - -----------------------------------*/ - var header = $('.transparent-bar'); - var win = $(window); - - win.on('scroll', function() { - var scroll = win.scrollTop(); - if (scroll < 200) { - header.removeClass('stick'); - } else { - header.addClass('stick'); - } - }); - - /*-------------------------- - ScrollUp - ---------------------------- */ - $.scrollUp({ - scrollText: '', - easingType: 'linear', - scrollSpeed: 900, - animation: 'fade' - }); - - - /*--------------------- - Countdown - --------------------- */ - $('[data-countdown]').each(function() { - var $this = $(this), - finalDate = $(this).data('countdown'); - $this.countdown(finalDate, function(event) { - $this.html(event.strftime('%-D

Days

%-H

Hour

%M

Min

%S

Sec

')); - }); - }); - - - /*-- - Testimonial Slick Carousel - -----------------------------------*/ - $('.testimonial-text-slider').slick({ - slidesToShow: 1, - slidesToScroll: 1, - arrows: false, - draggable: false, - fade: true, - asNavFor: '.slider-nav', - }); - - /*-- - Testimonial Slick Carousel as Nav - -----------------------------------*/ - $('.testimonial-image-slider').slick({ - slidesToShow: 3, - slidesToScroll: 1, - asNavFor: '.testimonial-text-slider', - dots: false, - arrows: false, - centerMode: true, - focusOnSelect: true, - centerPadding: '0px', - responsive: [ - { - breakpoint: 767, - settings: { - dots: false, - centerPadding: '0px', - } - }, - { - breakpoint: 420, - settings: { - autoplay: true, - dots: false, - slidesToShow: 1, - centerMode: false, - } - } - ] - }); - - - -})(jQuery); \ No newline at end of file diff --git a/public/assets/js/owl.carousel.min.js b/public/assets/js/owl.carousel.min.js deleted file mode 100644 index 9b9566f..0000000 --- a/public/assets/js/owl.carousel.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Owl Carousel v2.2.1 - * Copyright 2013-2017 David Deutsch - * Licensed under () - */ -!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}e.Defaults={items:3,loop:!1,center:!1,rewind:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Type={Event:"event",State:"state"},e.Plugins={},e.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(a){var b=this.settings.margin||"",c=!this.settings.autoWidth,d=this.settings.rtl,e={width:"auto","margin-left":d?b:"","margin-right":d?"":b};!c&&this.$stage.children().css(e),a.css=e}},{filter:["width","items","settings"],run:function(a){var b=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,c=null,d=this._items.length,e=!this.settings.autoWidth,f=[];for(a.items={merge:!1,width:b};d--;)c=this._mergers[d],c=this.settings.mergeFit&&Math.min(c,this.settings.items)||c,a.items.merge=c>1||a.items.merge,f[d]=e?b*c:this._items[d].width();this._widths=f}},{filter:["items","settings"],run:function(){var b=[],c=this._items,d=this.settings,e=Math.max(2*d.items,4),f=2*Math.ceil(c.length/2),g=d.loop&&c.length?d.rewind?e:Math.max(e,f):0,h="",i="";for(g/=2;g--;)b.push(this.normalize(b.length/2,!0)),h+=c[b[b.length-1]][0].outerHTML,b.push(this.normalize(c.length-1-(b.length-1)/2,!0)),i=c[b[b.length-1]][0].outerHTML+i;this._clones=b,a(h).addClass("cloned").appendTo(this.$stage),a(i).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var a=this.settings.rtl?1:-1,b=this._clones.length+this._items.length,c=-1,d=0,e=0,f=[];++c",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass("active"),this.settings.center&&(this.$stage.children(".center").removeClass("center"),this.$stage.children().eq(this.current()).addClass("center"))}}],e.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var b,c,e;b=this.$element.find("img"),c=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,e=this.$element.children(c).width(),b.length&&e<=0&&this.preloadAutoWidthImages(b)}this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+' class="'+this.settings.stageClass+'"/>').wrap('
'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this.$element.is(":visible")?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){a<=b&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),"function"==typeof e.stagePadding&&(e.stagePadding=e.stagePadding()),delete e.responsive,e.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+d))):e=a.extend({},this.options),this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},e.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};b0)&&this._pipe[b].run(e),b++;this._invalidated={},!this.is("valid")&&this.enter("valid")},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return!!this._items.length&&(this._width!==this.$element.width()&&(!!this.$element.is(":visible")&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))))},e.prototype.registerEventHandlers=function(){a.support.transition&&this.$stage.on(a.support.transition.end+".owl.core",a.proxy(this.onTransitionEnd,this)),this.settings.responsive!==!1&&this.on(b,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",a.proxy(this.onDragEnd,this)))},e.prototype.onDragStart=function(b){var d=null;3!==b.which&&(a.support.transform?(d=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),d={x:d[16===d.length?12:4],y:d[16===d.length?13:5]}):(d=this.$stage.position(),d={x:this.settings.rtl?d.left+this.$stage.width()-this.width()+this.settings.margin:d.left,y:d.top}),this.is("animating")&&(a.support.transform?this.animate(d.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===b.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=a(b.target),this._drag.stage.start=d,this._drag.stage.current=d,this._drag.pointer=this.pointer(b),a(c).on("mouseup.owl.core touchend.owl.core",a.proxy(this.onDragEnd,this)),a(c).one("mousemove.owl.core touchmove.owl.core",a.proxy(function(b){var d=this.difference(this._drag.pointer,this.pointer(b));a(c).on("mousemove.owl.core touchmove.owl.core",a.proxy(this.onDragMove,this)),Math.abs(d.x)0^this.settings.rtl?"left":"right";a(c).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==d.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(e.x,0!==d.x?f:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=f,(Math.abs(d.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},e.prototype.closest=function(b,c){var d=-1,e=30,f=this.width(),g=this.coordinates();return this.settings.freeDrag||a.each(g,a.proxy(function(a,h){return"left"===c&&b>h-e&&bh-f-e&&b",g[a+1]||h-f)&&(d="left"===c?a+1:a),d===-1},this)),this.settings.loop||(this.op(b,">",g[this.minimum()])?d=b=this.minimum():this.op(b,"<",g[this.maximum()])&&(d=b=this.maximum())),d},e.prototype.animate=function(b){var c=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),c&&(this.enter("animating"),this.trigger("translate")),a.support.transform3d&&a.support.transition?this.$stage.css({transform:"translate3d("+b+"px,0px,0px)",transition:this.speed()/1e3+"s"}):c?this.$stage.animate({left:b+"px"},this.speed(),this.settings.fallbackEasing,a.proxy(this.onTransitionEnd,this)):this.$stage.css({left:b+"px"})},e.prototype.is=function(a){return this._states.current[a]&&this._states.current[a]>0},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(b){return"string"===a.type(b)&&(this._invalidated[b]=!0,this.is("valid")&&this.leave("valid")),a.map(this._invalidated,function(a,b){return b})},e.prototype.reset=function(a){a=this.normalize(a),a!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(a,b){var c=this._items.length,e=b?0:this._clones.length;return!this.isNumeric(a)||c<1?a=d:(a<0||a>=c+e)&&(a=((a-e/2)%c+c)%c+e/2),a},e.prototype.relative=function(a){return a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=this.settings,f=this._coordinates.length;if(e.loop)f=this._clones.length/2+this._items.length-1;else if(e.autoWidth||e.merge){for(b=this._items.length,c=this._items[--b].width(),d=this.$element.width();b--&&(c+=this._items[b].width()+this.settings.margin,!(c>d)););f=b+1}else f=e.center?this._items.length-1:this._items.length-e.items;return a&&(f-=this._clones.length/2),Math.max(f,0)},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2===0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c,e=1,f=b-1;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(this.settings.rtl&&(e=-1,f=b+1),c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[f]||0))/2*e):c=this._coordinates[f]||0,c=Math.ceil(c))},e.prototype.duration=function(a,b,c){return 0===c?0:Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(a,b){var c=this.current(),d=null,e=a-this.relative(c),f=(e>0)-(e<0),g=this._items.length,h=this.minimum(),i=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(e)>g/2&&(e+=f*-1*g),a=c+e,d=((a-h)%g+g)%g+h,d!==a&&d-e<=i&&d-e>0&&(c=d-e,a=d,this.reset(c))):this.settings.rewind?(i+=1,a=(a%i+i)%i):a=Math.max(h,Math.min(i,a)),this.speed(this.duration(c,a,b)),this.current(a),this.$element.is(":visible")&&this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.onTransitionEnd=function(a){if(a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0)))return!1;this.leave("animating"),this.trigger("translated")},e.prototype.viewport=function(){var d;return this.options.responsiveBaseElement!==b?d=a(this.options.responsiveBaseElement).width():b.innerWidth?d=b.innerWidth:c.documentElement&&c.documentElement.clientWidth?d=c.documentElement.clientWidth:console.warn("Can not detect viewport width."),d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(b,c){var e=this.relative(this._current);c=c===d?this._items.length:this.normalize(c,!0),b=b instanceof jQuery?b:a(b),this.trigger("add",{content:b,position:c}),b=this.prepare(b),0===this._items.length||c===this._items.length?(0===this._items.length&&this.$stage.append(b),0!==this._items.length&&this._items[c-1].after(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[c].before(b),this._items.splice(c,0,b),this._mergers.splice(c,0,1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[e]&&this.reset(this._items[e].index()),this.invalidate("items"),this.trigger("added",{content:b,position:c})},e.prototype.remove=function(a){a=this.normalize(a,!0),a!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.preloadAutoWidthImages=function(b){b.each(a.proxy(function(b,c){this.enter("pre-loading"),c=a(c),a(new Image).one("load",a.proxy(function(a){c.attr("src",a.target.src),c.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",c.attr("src")||c.attr("data-src")||c.attr("data-src-retina"))},this))},e.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),a(c).off(".owl.core"),this.settings.responsive!==!1&&(b.clearTimeout(this.resizeTimer),this.off(b,"resize",this._handlers.onThrottledResize));for(var d in this._plugins)this._plugins[d].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:a":return d?ac;case">=":return d?a<=c:a>=c;case"<=":return d?a>=c:a<=c}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d,f,g){var h={item:{count:this._items.length,index:this.current()}},i=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),j=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},h,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(j)}),this.register({type:e.Type.Event,name:b}),this.$element.trigger(j),this.settings&&"function"==typeof this.settings[i]&&this.settings[i].call(this,j)),j},e.prototype.enter=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]===d&&(this._states.current[b]=0),this._states.current[b]++},this))},e.prototype.leave=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]--},this))},e.prototype.register=function(b){if(b.type===e.Type.Event){if(a.event.special[b.name]||(a.event.special[b.name]={}),!a.event.special[b.name].owl){var c=a.event.special[b.name]._default;a.event.special[b.name]._default=function(a){return!c||!c.apply||a.namespace&&a.namespace.indexOf("owl")!==-1?a.namespace&&a.namespace.indexOf("owl")>-1:c.apply(this,arguments)},a.event.special[b.name].owl=!0}}else b.type===e.Type.State&&(this._states.tags[b.name]?this._states.tags[b.name]=this._states.tags[b.name].concat(b.tags):this._states.tags[b.name]=b.tags,this._states.tags[b.name]=a.grep(this._states.tags[b.name],a.proxy(function(c,d){return a.inArray(c,this._states.tags[b.name])===d},this)))},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.pointer=function(a){var c={x:null,y:null};return a=a.originalEvent||a||b.event,a=a.touches&&a.touches.length?a.touches[0]:a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:a,a.pageX?(c.x=a.pageX,c.y=a.pageY):(c.x=a.clientX,c.y=a.clientY),c},e.prototype.isNumeric=function(a){return!isNaN(parseFloat(a))},e.prototype.difference=function(a,b){return{x:a.x-b.x,y:a.y-b.y}},a.fn.owlCarousel=function(b){var c=Array.prototype.slice.call(arguments,1);return this.each(function(){var d=a(this),f=d.data("owl.carousel");f||(f=new e(this,"object"==typeof b&&b),d.data("owl.carousel",f),a.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(b,c){f.register({type:e.Type.Event,name:c}),f.$element.on(c+".owl.carousel.core",a.proxy(function(a){a.namespace&&a.relatedTarget!==this&&(this.suppress([c]),f[c].apply(this,[].slice.call(arguments,1)),this.release([c]))},f))})),"string"==typeof b&&"_"!==b.charAt(0)&&f[b].apply(f,c)})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoRefresh:!0,autoRefreshInterval:500},e.prototype.watch=function(){this._interval||(this._visible=this._core.$element.is(":visible"),this._interval=b.setInterval(a.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},e.prototype.refresh=function(){this._core.$element.is(":visible")!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},e.prototype.destroy=function(){var a,c;b.clearInterval(this._interval);for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoRefresh=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type))for(var c=this._core.settings,e=c.center&&Math.ceil(c.items/2)||c.items,f=c.center&&e*-1||0,g=(b.property&&b.property.value!==d?b.property.value:this._core.current())+f,h=this._core.clones().length,i=a.proxy(function(a,b){this.load(b)},this);f++-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":'url("'+g+'")',opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&"position"==a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},e.prototype.update=function(){var b=this._core._current,c=b+this._core.settings.items,d=this._core.$stage.children().toArray().slice(b,c),e=[],f=0;a.each(d,function(b,c){e.push(a(c).height())}),f=Math.max.apply(null,e),this._core.$stage.parent().height(f).addClass(this._core.settings.autoHeightClass)},e.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.video&&this.isInFullScreen()&&a.preventDefault()},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};e.Defaults={video:!1,videoHeight:!1,videoWidth:!1},e.prototype.fetch=function(a,b){var c=function(){return a.attr("data-vimeo-id")?"vimeo":a.attr("data-vzaar-id")?"vzaar":"youtube"}(),d=a.attr("data-vimeo-id")||a.attr("data-youtube-id")||a.attr("data-vzaar-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else if(d[3].indexOf("vimeo")>-1)c="vimeo";else{if(!(d[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");c="vzaar"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},e.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?'style="width:'+c.width+"px;height:"+c.height+'px;"':"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(a){e='
',d=k.lazyLoad?'
':'
',b.after(d),b.after(e)};if(b.wrap('
"),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length)return l(h.attr(i)),h.remove(),!1;"youtube"===c.type?(f="//img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type?a.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}):"vzaar"===c.type&&a.ajax({type:"GET",url:"//vzaar.com/api/videos/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a.framegrab_url,l(f)}})},e.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},e.prototype.play=function(b){var c,d=a(b.target),e=d.closest("."+this._core.settings.itemClass),f=this._videos[e.attr("data-video")],g=f.width||"100%",h=f.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),e=this._core.items(this._core.relative(e.index())),this._core.reset(e.index()),"youtube"===f.type?c='':"vimeo"===f.type?c='':"vzaar"===f.type&&(c=''),a('
'+c+"
").insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)}, -a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype.play=function(a,b){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},e.prototype._getNextTimeout=function(d,e){return this._timeout&&b.clearTimeout(this._timeout),b.setTimeout(a.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||c.hidden||this._core.next(e||this._core.settings.autoplaySpeed)},this),d||this._core.settings.autoplayTimeout)},e.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},e.prototype.stop=function(){this._core.is("rotating")&&(b.clearTimeout(this._timeout),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('
'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("
").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a("
").addClass(c.dotClass).append(a("")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("
").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;a=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):b<0&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){if(g[b]!==d)return e=!c||b,!1}),e}function f(a){return e(a,!0)}var g=a("").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document); \ No newline at end of file diff --git a/public/assets/js/plugins.js b/public/assets/js/plugins.js deleted file mode 100644 index dce537b..0000000 --- a/public/assets/js/plugins.js +++ /dev/null @@ -1,463 +0,0 @@ -// Avoid `console` errors in browsers that lack a console. -(function() { - var method; - var noop = function () {}; - var methods = [ - 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', - 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', - 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', - 'timeline', 'timelineEnd', 'timeStamp', 'trace', 'warn' - ]; - var length = methods.length; - var console = (window.console = window.console || {}); - - while (length--) { - method = methods[length]; - - // Only stub undefined methods. - if (!console[method]) { - console[method] = noop; - } - } -}()); - -// Place any jQuery/helper plugins in here. - - -/*! - * The Final Countdown for jQuery v2.0.4 (http://hilios.github.io/jQuery.countdown/) - * Copyright (c) 2014 Edson Hilios - * - * Permission is hereby granted, free of charge, to any person obtaining a copy of - * this software and associated documentation files (the "Software"), to deal in - * the Software without restriction, including without limitation the rights to - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of - * the Software, and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){"use strict";function b(a){if(a instanceof Date)return a;if(String(a).match(g))return String(a).match(/^[0-9]*$/)&&(a=Number(a)),String(a).match(/\-/)&&(a=String(a).replace(/\-/g,"/")),new Date(a);throw new Error("Couldn't cast `"+a+"` to a date object.")}function c(a){return function(b){var c=b.match(/%(-|!)?[A-Z]{1}(:[^;]+;)?/gi);if(c)for(var e=0,f=c.length;f>e;++e){var g=c[e].match(/%(-|!)?([a-zA-Z]{1})(:[^;]+;)?/),i=new RegExp(g[0]),j=g[1]||"",k=g[3]||"",l=null;g=g[2],h.hasOwnProperty(g)&&(l=h[g],l=Number(a[l])),null!==l&&("!"===j&&(l=d(k,l)),""===j&&10>l&&(l="0"+l.toString()),b=b.replace(i,l.toString()))}return b=b.replace(/%%/,"%")}}function d(a,b){var c="s",d="";return a&&(a=a.replace(/(:|;|\s)/gi,"").split(/\,/),1===a.length?c=a[0]:(d=a[0],c=a[1])),1===Math.abs(b)?d:c}var e=100,f=[],g=[];g.push(/^[0-9]*$/.source),g.push(/([0-9]{1,2}\/){2}[0-9]{4}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),g.push(/[0-9]{4}([\/\-][0-9]{1,2}){2}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),g=new RegExp(g.join("|"));var h={Y:"years",m:"months",w:"weeks",d:"days",D:"totalDays",H:"hours",M:"minutes",S:"seconds"},i=function(b,c,d){this.el=b,this.$el=a(b),this.interval=null,this.offset={},this.instanceNumber=f.length,f.push(this),this.$el.data("countdown-instance",this.instanceNumber),d&&(this.$el.on("update.countdown",d),this.$el.on("stoped.countdown",d),this.$el.on("finish.countdown",d)),this.setFinalDate(c),this.start()};a.extend(i.prototype,{start:function(){null!==this.interval&&clearInterval(this.interval);var a=this;this.update(),this.interval=setInterval(function(){a.update.call(a)},e)},stop:function(){clearInterval(this.interval),this.interval=null,this.dispatchEvent("stoped")},pause:function(){this.stop.call(this)},resume:function(){this.start.call(this)},remove:function(){this.stop(),f[this.instanceNumber]=null,delete this.$el.data().countdownInstance},setFinalDate:function(a){this.finalDate=b(a)},update:function(){return 0===this.$el.closest("html").length?void this.remove():(this.totalSecsLeft=this.finalDate.getTime()-(new Date).getTime(),this.totalSecsLeft=Math.ceil(this.totalSecsLeft/1e3),this.totalSecsLeft=this.totalSecsLeft<0?0:this.totalSecsLeft,this.offset={seconds:this.totalSecsLeft%60,minutes:Math.floor(this.totalSecsLeft/60)%60,hours:Math.floor(this.totalSecsLeft/60/60)%24,days:Math.floor(this.totalSecsLeft/60/60/24)%7,totalDays:Math.floor(this.totalSecsLeft/60/60/24),weeks:Math.floor(this.totalSecsLeft/60/60/24/7),months:Math.floor(this.totalSecsLeft/60/60/24/30),years:Math.floor(this.totalSecsLeft/60/60/24/365)},void(0===this.totalSecsLeft?(this.stop(),this.dispatchEvent("finish")):this.dispatchEvent("update")))},dispatchEvent:function(b){var d=a.Event(b+".countdown");d.finalDate=this.finalDate,d.offset=a.extend({},this.offset),d.strftime=c(this.offset),this.$el.trigger(d)}}),a.fn.countdown=function(){var b=Array.prototype.slice.call(arguments,0);return this.each(function(){var c=a(this).data("countdown-instance");if(void 0!==c){var d=f[c],e=b[0];i.prototype.hasOwnProperty(e)?d[e].apply(d,b.slice(1)):null===String(e).match(/^[$A-Z_][0-9A-Z_$]*$/i)?(d.setFinalDate.call(d,e),d.start()):a.error("Method %s does not exist on jQuery.countdown".replace(/\%s/gi,e))}else new i(this,b[0],b[1])})}}); - - - - -// smoothscroll.js in here. - -/*! - * Smooth Scroll - v1.4.13 - 2013-11-02 - * https://github.com/kswedberg/jquery-smooth-scroll - * Copyright (c) 2013 Karl Swedberg - * Licensed MIT (https://github.com/kswedberg/jquery-smooth-scroll/blob/master/LICENSE-MIT) - */ -(function(t){function e(t){return t.replace(/(:|\.)/g,"\\$1")}var l="1.4.13",o={},s={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2,preventDefault:!0},n=function(e){var l=[],o=!1,s=e.dir&&"left"==e.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var e=t(this);e[s]()>0?l.push(this):(e[s](1),o=e[s]()>0,o&&l.push(this),e[s](0))}}),l.length||this.each(function(){"BODY"===this.nodeName&&(l=[this])}),"first"===e.el&&l.length>1&&(l=[l[0]]),l};t.fn.extend({scrollable:function(t){var e=n.call(this,{dir:t});return this.pushStack(e)},firstScrollable:function(t){var e=n.call(this,{el:"first",dir:t});return this.pushStack(e)},smoothScroll:function(l,o){if(l=l||{},"options"===l)return o?this.each(function(){var e=t(this),l=t.extend(e.data("ssOpts")||{},o);t(this).data("ssOpts",l)}):this.first().data("ssOpts");var s=t.extend({},t.fn.smoothScroll.defaults,l),n=t.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(l){var o=this,r=t(this),i=t.extend({},s,r.data("ssOpts")||{}),c=s.exclude,a=i.excludeWithin,f=0,h=0,u=!0,d={},p=location.hostname===o.hostname||!o.hostname,m=i.scrollTarget||(t.smoothScroll.filterPath(o.pathname)||n)===n,S=e(o.hash);if(i.scrollTarget||p&&m&&S){for(;u&&c.length>f;)r.is(e(c[f++]))&&(u=!1);for(;u&&a.length>h;)r.closest(a[h++]).length&&(u=!1)}else u=!1;u&&(i.preventDefault&&l.preventDefault(),t.extend(d,i,{scrollTarget:i.scrollTarget||S,link:o}),t.smoothScroll(d))}),this}}),t.smoothScroll=function(e,l){if("options"===e&&"object"==typeof l)return t.extend(o,l);var s,n,r,i,c=0,a="offset",f="scrollTop",h={},u={};"number"==typeof e?(s=t.extend({link:null},t.fn.smoothScroll.defaults,o),r=e):(s=t.extend({link:null},t.fn.smoothScroll.defaults,e||{},o),s.scrollElement&&(a="position","static"==s.scrollElement.css("position")&&s.scrollElement.css("position","relative"))),f="left"==s.direction?"scrollLeft":f,s.scrollElement?(n=s.scrollElement,/^(?:HTML|BODY)$/.test(n[0].nodeName)||(c=n[f]())):n=t("html, body").firstScrollable(s.direction),s.beforeScroll.call(n,s),r="number"==typeof e?e:l||t(s.scrollTarget)[a]()&&t(s.scrollTarget)[a]()[s.direction]||0,h[f]=r+c+s.offset,i=s.speed,"auto"===i&&(i=h[f]||n.scrollTop(),i/=s.autoCoefficent),u={duration:i,easing:s.easing,complete:function(){s.afterScroll.call(s.link,s)}},s.step&&(u.step=s.step),n.length?n.stop().animate(h,u):s.afterScroll.call(s.link,s)},t.smoothScroll.version=l,t.smoothScroll.filterPath=function(t){return t.replace(/^\//,"").replace(/(?:index|default).[a-zA-Z]{3,4}$/,"").replace(/\/$/,"")},t.fn.smoothScroll.defaults=s})(jQuery); - - - - - - - - -/*! jQuery UI - v1.11.4 - 2015-12-03 -* http://jqueryui.com -* Includes: core.js, widget.js, mouse.js, button.js, slider.js -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -(function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usemap='#"+a+"']")[0],!!o&&i(o)):!1):(/^(input|select|textarea|button|object)$/.test(r)?!t.disabled:"a"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}e.ui=e.ui||{},e.extend(e.ui,{version:"1.11.4",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css("position"),s="absolute"===i,n=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter(function(){var t=e(this);return s&&"static"===t.css("position")?!1:n.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:function(){var e=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++e)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(t,s[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,"tabindex")))},tabbable:function(i){var s=e.attr(i,"tabindex"),n=isNaN(s);return(n||s>=0)&&t(i,!n)}}),e("").outerWidth(1).jquery||e.each(["Width","Height"],function(t,i){function s(t,i,s,a){return e.each(n,function(){i-=parseFloat(e.css(t,"padding"+this))||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i-=parseFloat(e.css(t,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],a=i.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+i]=function(t){return void 0===t?o["inner"+i].call(this):this.each(function(){e(this).css(a,s(this,t)+"px")})},e.fn["outer"+i]=function(t,n){return"number"!=typeof t?o["outer"+i].call(this,t):this.each(function(){e(this).css(a,s(this,t,!0,n)+"px")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:function(t){return function(i,s){return"number"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),disableSelection:function(){var e="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.bind(e+".ui-disableSelection",function(e){e.preventDefault()})}}(),enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(t){if(void 0!==t)return this.css("zIndex",t);if(this.length)for(var i,s,n=e(this[0]);n.length&&n[0]!==document;){if(i=n.css("position"),("absolute"===i||"relative"===i||"fixed"===i)&&(s=parseInt(n.css("zIndex"),10),!isNaN(s)&&0!==s))return s;n=n.parent()}return 0}}),e.ui.plugin={add:function(t,i,s){var n,a=e.ui[t].prototype;for(n in s)a.plugins[n]=a.plugins[n]||[],a.plugins[n].push([i,s[n]])},call:function(e,t,i,s){var n,a=e.plugins[t];if(a&&(s||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(n=0;a.length>n;n++)e.options[a[n][0]]&&a[n][1].apply(e.element,i)}};var s=0,n=Array.prototype.slice;e.cleanData=function(t){return function(i){var s,n,a;for(a=0;null!=(n=i[a]);a++)try{s=e._data(n,"events"),s&&s.remove&&e(n).triggerHandler("remove")}catch(o){}t(i)}}(e.cleanData),e.widget=function(t,i,s){var n,a,o,r,h={},l=t.split(".")[0];return t=t.split(".")[1],n=l+"-"+t,s||(s=i,i=e.Widget),e.expr[":"][n.toLowerCase()]=function(t){return!!e.data(t,n)},e[l]=e[l]||{},a=e[l][t],o=e[l][t]=function(e,t){return this._createWidget?(arguments.length&&this._createWidget(e,t),void 0):new o(e,t)},e.extend(o,a,{version:s.version,_proto:e.extend({},s),_childConstructors:[]}),r=new i,r.options=e.widget.extend({},r.options),e.each(s,function(t,s){return e.isFunction(s)?(h[t]=function(){var e=function(){return i.prototype[t].apply(this,arguments)},n=function(e){return i.prototype[t].apply(this,e)};return function(){var t,i=this._super,a=this._superApply;return this._super=e,this._superApply=n,t=s.apply(this,arguments),this._super=i,this._superApply=a,t}}(),void 0):(h[t]=s,void 0)}),o.prototype=e.widget.extend(r,{widgetEventPrefix:a?r.widgetEventPrefix||t:t},h,{constructor:o,namespace:l,widgetName:t,widgetFullName:n}),a?(e.each(a._childConstructors,function(t,i){var s=i.prototype;e.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete a._childConstructors):i._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var i,s,a=n.call(arguments,1),o=0,r=a.length;r>o;o++)for(i in a[o])s=a[o][i],a[o].hasOwnProperty(i)&&void 0!==s&&(t[i]=e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({},t[i],s):e.widget.extend({},s):s);return t},e.widget.bridge=function(t,i){var s=i.prototype.widgetFullName||t;e.fn[t]=function(a){var o="string"==typeof a,r=n.call(arguments,1),h=this;return o?this.each(function(){var i,n=e.data(this,s);return"instance"===a?(h=n,!1):n?e.isFunction(n[a])&&"_"!==a.charAt(0)?(i=n[a].apply(n,r),i!==n&&void 0!==i?(h=i&&i.jquery?h.pushStack(i.get()):i,!1):void 0):e.error("no such method '"+a+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; "+"attempted to call method '"+a+"'")}):(r.length&&(a=e.widget.extend.apply(null,[a].concat(r))),this.each(function(){var t=e.data(this,s);t?(t.option(a||{}),t._init&&t._init()):e.data(this,s,new i(a,this))})),h}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=s++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var s,n,a,o=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(o={},s=t.split("."),t=s.shift(),s.length){for(n=o[t]=e.widget.extend({},this.options[t]),a=0;s.length-1>a;a++)n[s[a]]=n[s[a]]||{},n=n[s[a]];if(t=s.pop(),1===arguments.length)return void 0===n[t]?null:n[t];n[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=i}return this._setOptions(o),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return this.options[e]=t,"disabled"===e&&(this.widget().toggleClass(this.widgetFullName+"-disabled",!!t),t&&(this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus"))),this},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_on:function(t,i,s){var n,a=this;"boolean"!=typeof t&&(s=i,i=t,t=!1),s?(i=n=e(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),e.each(s,function(s,o){function r(){return t||a.options.disabled!==!0&&!e(this).hasClass("ui-state-disabled")?("string"==typeof o?a[o]:o).apply(a,arguments):void 0}"string"!=typeof o&&(r.guid=o.guid=o.guid||r.guid||e.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+a.eventNamespace,u=h[2];u?n.delegate(u,l,r):i.bind(l,r)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.unbind(i).undelegate(i),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){function i(){return("string"==typeof e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass("ui-state-hover")},mouseleave:function(t){e(t.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.currentTarget).addClass("ui-state-focus")},focusout:function(t){e(t.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(t,i,s){var n,a,o=this.options[t];if(s=s||{},i=e.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFunction(o)&&o.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(s,n,a){"string"==typeof n&&(n={effect:n});var o,r=n?n===!0||"number"==typeof n?i:n.effect||i:t;n=n||{},"number"==typeof n&&(n={duration:n}),o=!e.isEmptyObject(n),n.complete=a,n.delay&&s.delay(n.delay),o&&e.effects&&e.effects.effect[r]?s[t](n):r!==t&&s[r]?s[r](n.duration,n.easing,a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}}),e.widget;var a=!1;e(document).mouseup(function(){a=!1}),e.widget("ui.mouse",{version:"1.11.4",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.bind("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).bind("click."+this.widgetName,function(i){return!0===e.data(i.target,t.widgetName+".preventClickEvent")?(e.removeData(i.target,t.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!a){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var i=this,s=1===t.which,n="string"==typeof this.options.cancel&&t.target.nodeName?e(t.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(t)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(t)!==!1,!this._mouseStarted)?(t.preventDefault(),!0):(!0===e.data(t.target,this.widgetName+".preventClickEvent")&&e.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return i._mouseMove(e)},this._mouseUpDelegate=function(e){return i._mouseUp(e)},this.document.bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),a=!0,!0)):!0}},_mouseMove:function(t){if(this._mouseMoved){if(e.ui.ie&&(!document.documentMode||9>document.documentMode)&&!t.button)return this._mouseUp(t);if(!t.which)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,t)!==!1,this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){return this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),a=!1,!1},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}});var o,r="ui-button ui-widget ui-state-default ui-corner-all",h="ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only",l=function(){var t=e(this);setTimeout(function(){t.find(":ui-button").button("refresh")},1)},u=function(t){var i=t.name,s=t.form,n=e([]);return i&&(i=i.replace(/'/g,"\\'"),n=s?e(s).find("[name='"+i+"'][type=radio]"):e("[name='"+i+"'][type=radio]",t.ownerDocument).filter(function(){return!this.form})),n};e.widget("ui.button",{version:"1.11.4",defaultElement:"',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(a,b){return'"},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3},e.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1},a.extend(e,e.initials),e.activeBreakpoint=null,e.animType=null,e.animProp=null,e.breakpoints=[],e.breakpointSettings=[],e.cssTransitions=!1,e.hidden="hidden",e.paused=!1,e.positionProp=null,e.respondTo=null,e.rowCount=1,e.shouldClick=!0,e.$slider=a(c),e.$slidesCache=null,e.transformType=null,e.transitionType=null,e.visibilityChange="visibilitychange",e.windowWidth=0,e.windowTimer=null,f=a(c).data("slick")||{},e.options=a.extend({},e.defaults,f,d),e.currentSlide=e.options.initialSlide,e.originalSettings=e.options,"undefined"!=typeof document.mozHidden?(e.hidden="mozHidden",e.visibilityChange="mozvisibilitychange"):"undefined"!=typeof document.webkitHidden&&(e.hidden="webkitHidden",e.visibilityChange="webkitvisibilitychange"),e.autoPlay=a.proxy(e.autoPlay,e),e.autoPlayClear=a.proxy(e.autoPlayClear,e),e.changeSlide=a.proxy(e.changeSlide,e),e.clickHandler=a.proxy(e.clickHandler,e),e.selectHandler=a.proxy(e.selectHandler,e),e.setPosition=a.proxy(e.setPosition,e),e.swipeHandler=a.proxy(e.swipeHandler,e),e.dragHandler=a.proxy(e.dragHandler,e),e.keyHandler=a.proxy(e.keyHandler,e),e.autoPlayIterator=a.proxy(e.autoPlayIterator,e),e.instanceUid=b++,e.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/,e.registerBreakpoints(),e.init(!0),e.checkResponsive(!0)}var b=0;return c}(),b.prototype.addSlide=b.prototype.slickAdd=function(b,c,d){var e=this;if("boolean"==typeof c)d=c,c=null;else if(0>c||c>=e.slideCount)return!1;e.unload(),"number"==typeof c?0===c&&0===e.$slides.length?a(b).appendTo(e.$slideTrack):d?a(b).insertBefore(e.$slides.eq(c)):a(b).insertAfter(e.$slides.eq(c)):d===!0?a(b).prependTo(e.$slideTrack):a(b).appendTo(e.$slideTrack),e.$slides=e.$slideTrack.children(this.options.slide),e.$slideTrack.children(this.options.slide).detach(),e.$slideTrack.append(e.$slides),e.$slides.each(function(b,c){a(c).attr("data-slick-index",b)}),e.$slidesCache=e.$slides,e.reinit()},b.prototype.animateHeight=function(){var a=this;if(1===a.options.slidesToShow&&a.options.adaptiveHeight===!0&&a.options.vertical===!1){var b=a.$slides.eq(a.currentSlide).outerHeight(!0);a.$list.animate({height:b},a.options.speed)}},b.prototype.animateSlide=function(b,c){var d={},e=this;e.animateHeight(),e.options.rtl===!0&&e.options.vertical===!1&&(b=-b),e.transformsEnabled===!1?e.options.vertical===!1?e.$slideTrack.animate({left:b},e.options.speed,e.options.easing,c):e.$slideTrack.animate({top:b},e.options.speed,e.options.easing,c):e.cssTransitions===!1?(e.options.rtl===!0&&(e.currentLeft=-e.currentLeft),a({animStart:e.currentLeft}).animate({animStart:b},{duration:e.options.speed,easing:e.options.easing,step:function(a){a=Math.ceil(a),e.options.vertical===!1?(d[e.animType]="translate("+a+"px, 0px)",e.$slideTrack.css(d)):(d[e.animType]="translate(0px,"+a+"px)",e.$slideTrack.css(d))},complete:function(){c&&c.call()}})):(e.applyTransition(),b=Math.ceil(b),e.options.vertical===!1?d[e.animType]="translate3d("+b+"px, 0px, 0px)":d[e.animType]="translate3d(0px,"+b+"px, 0px)",e.$slideTrack.css(d),c&&setTimeout(function(){e.disableTransition(),c.call()},e.options.speed))},b.prototype.asNavFor=function(b){var c=this,d=c.options.asNavFor;d&&null!==d&&(d=a(d).not(c.$slider)),null!==d&&"object"==typeof d&&d.each(function(){var c=a(this).slick("getSlick");c.unslicked||c.slideHandler(b,!0)})},b.prototype.applyTransition=function(a){var b=this,c={};b.options.fade===!1?c[b.transitionType]=b.transformType+" "+b.options.speed+"ms "+b.options.cssEase:c[b.transitionType]="opacity "+b.options.speed+"ms "+b.options.cssEase,b.options.fade===!1?b.$slideTrack.css(c):b.$slides.eq(a).css(c)},b.prototype.autoPlay=function(){var a=this;a.autoPlayTimer&&clearInterval(a.autoPlayTimer),a.slideCount>a.options.slidesToShow&&a.paused!==!0&&(a.autoPlayTimer=setInterval(a.autoPlayIterator,a.options.autoplaySpeed))},b.prototype.autoPlayClear=function(){var a=this;a.autoPlayTimer&&clearInterval(a.autoPlayTimer)},b.prototype.autoPlayIterator=function(){var a=this;a.options.infinite===!1?1===a.direction?(a.currentSlide+1===a.slideCount-1&&(a.direction=0),a.slideHandler(a.currentSlide+a.options.slidesToScroll)):(a.currentSlide-1===0&&(a.direction=1),a.slideHandler(a.currentSlide-a.options.slidesToScroll)):a.slideHandler(a.currentSlide+a.options.slidesToScroll)},b.prototype.buildArrows=function(){var b=this;b.options.arrows===!0&&(b.$prevArrow=a(b.options.prevArrow).addClass("slick-arrow"),b.$nextArrow=a(b.options.nextArrow).addClass("slick-arrow"),b.slideCount>b.options.slidesToShow?(b.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),b.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),b.htmlExpr.test(b.options.prevArrow)&&b.$prevArrow.prependTo(b.options.appendArrows),b.htmlExpr.test(b.options.nextArrow)&&b.$nextArrow.appendTo(b.options.appendArrows),b.options.infinite!==!0&&b.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):b.$prevArrow.add(b.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))},b.prototype.buildDots=function(){var c,d,b=this;if(b.options.dots===!0&&b.slideCount>b.options.slidesToShow){for(d='
    ',c=0;c<=b.getDotCount();c+=1)d+="
  • "+b.options.customPaging.call(this,b,c)+"
  • ";d+="
",b.$dots=a(d).appendTo(b.options.appendDots),b.$dots.find("li").first().addClass("slick-active").attr("aria-hidden","false")}},b.prototype.buildOut=function(){var b=this;b.$slides=b.$slider.children(b.options.slide+":not(.slick-cloned)").addClass("slick-slide"),b.slideCount=b.$slides.length,b.$slides.each(function(b,c){a(c).attr("data-slick-index",b).data("originalStyling",a(c).attr("style")||"")}),b.$slider.addClass("slick-slider"),b.$slideTrack=0===b.slideCount?a('
').appendTo(b.$slider):b.$slides.wrapAll('
').parent(),b.$list=b.$slideTrack.wrap('
').parent(),b.$slideTrack.css("opacity",0),(b.options.centerMode===!0||b.options.swipeToSlide===!0)&&(b.options.slidesToScroll=1),a("img[data-lazy]",b.$slider).not("[src]").addClass("slick-loading"),b.setupInfinite(),b.buildArrows(),b.buildDots(),b.updateDots(),b.setSlideClasses("number"==typeof b.currentSlide?b.currentSlide:0),b.options.draggable===!0&&b.$list.addClass("draggable")},b.prototype.buildRows=function(){var b,c,d,e,f,g,h,a=this;if(e=document.createDocumentFragment(),g=a.$slider.children(),a.options.rows>1){for(h=a.options.slidesPerRow*a.options.rows,f=Math.ceil(g.length/h),b=0;f>b;b++){var i=document.createElement("div");for(c=0;cd.breakpoints[e]&&(f=d.breakpoints[e]));null!==f?null!==d.activeBreakpoint?(f!==d.activeBreakpoint||c)&&(d.activeBreakpoint=f,"unslick"===d.breakpointSettings[f]?d.unslick(f):(d.options=a.extend({},d.originalSettings,d.breakpointSettings[f]),b===!0&&(d.currentSlide=d.options.initialSlide),d.refresh(b)),h=f):(d.activeBreakpoint=f,"unslick"===d.breakpointSettings[f]?d.unslick(f):(d.options=a.extend({},d.originalSettings,d.breakpointSettings[f]),b===!0&&(d.currentSlide=d.options.initialSlide),d.refresh(b)),h=f):null!==d.activeBreakpoint&&(d.activeBreakpoint=null,d.options=d.originalSettings,b===!0&&(d.currentSlide=d.options.initialSlide),d.refresh(b),h=f),b||h===!1||d.$slider.trigger("breakpoint",[d,h])}},b.prototype.changeSlide=function(b,c){var f,g,h,d=this,e=a(b.target);switch(e.is("a")&&b.preventDefault(),e.is("li")||(e=e.closest("li")),h=d.slideCount%d.options.slidesToScroll!==0,f=h?0:(d.slideCount-d.currentSlide)%d.options.slidesToScroll,b.data.message){case"previous":g=0===f?d.options.slidesToScroll:d.options.slidesToShow-f,d.slideCount>d.options.slidesToShow&&d.slideHandler(d.currentSlide-g,!1,c);break;case"next":g=0===f?d.options.slidesToScroll:f,d.slideCount>d.options.slidesToShow&&d.slideHandler(d.currentSlide+g,!1,c);break;case"index":var i=0===b.data.index?0:b.data.index||e.index()*d.options.slidesToScroll;d.slideHandler(d.checkNavigable(i),!1,c),e.children().trigger("focus");break;default:return}},b.prototype.checkNavigable=function(a){var c,d,b=this;if(c=b.getNavigableIndexes(),d=0,a>c[c.length-1])a=c[c.length-1];else for(var e in c){if(ab.options.slidesToShow&&(b.$prevArrow&&b.$prevArrow.off("click.slick",b.changeSlide),b.$nextArrow&&b.$nextArrow.off("click.slick",b.changeSlide)),b.$list.off("touchstart.slick mousedown.slick",b.swipeHandler),b.$list.off("touchmove.slick mousemove.slick",b.swipeHandler),b.$list.off("touchend.slick mouseup.slick",b.swipeHandler),b.$list.off("touchcancel.slick mouseleave.slick",b.swipeHandler),b.$list.off("click.slick",b.clickHandler),a(document).off(b.visibilityChange,b.visibility),b.$list.off("mouseenter.slick",a.proxy(b.setPaused,b,!0)),b.$list.off("mouseleave.slick",a.proxy(b.setPaused,b,!1)),b.options.accessibility===!0&&b.$list.off("keydown.slick",b.keyHandler),b.options.focusOnSelect===!0&&a(b.$slideTrack).children().off("click.slick",b.selectHandler),a(window).off("orientationchange.slick.slick-"+b.instanceUid,b.orientationChange),a(window).off("resize.slick.slick-"+b.instanceUid,b.resize),a("[draggable!=true]",b.$slideTrack).off("dragstart",b.preventDefault),a(window).off("load.slick.slick-"+b.instanceUid,b.setPosition),a(document).off("ready.slick.slick-"+b.instanceUid,b.setPosition)},b.prototype.cleanUpRows=function(){var b,a=this;a.options.rows>1&&(b=a.$slides.children().children(),b.removeAttr("style"),a.$slider.html(b))},b.prototype.clickHandler=function(a){var b=this;b.shouldClick===!1&&(a.stopImmediatePropagation(),a.stopPropagation(),a.preventDefault())},b.prototype.destroy=function(b){var c=this;c.autoPlayClear(),c.touchObject={},c.cleanUpEvents(),a(".slick-cloned",c.$slider).detach(),c.$dots&&c.$dots.remove(),c.$prevArrow&&c.$prevArrow.length&&(c.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),c.htmlExpr.test(c.options.prevArrow)&&c.$prevArrow.remove()),c.$nextArrow&&c.$nextArrow.length&&(c.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),c.htmlExpr.test(c.options.nextArrow)&&c.$nextArrow.remove()),c.$slides&&(c.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each(function(){a(this).attr("style",a(this).data("originalStyling"))}),c.$slideTrack.children(this.options.slide).detach(),c.$slideTrack.detach(),c.$list.detach(),c.$slider.append(c.$slides)),c.cleanUpRows(),c.$slider.removeClass("slick-slider"),c.$slider.removeClass("slick-initialized"),c.unslicked=!0,b||c.$slider.trigger("destroy",[c])},b.prototype.disableTransition=function(a){var b=this,c={};c[b.transitionType]="",b.options.fade===!1?b.$slideTrack.css(c):b.$slides.eq(a).css(c)},b.prototype.fadeSlide=function(a,b){var c=this;c.cssTransitions===!1?(c.$slides.eq(a).css({zIndex:c.options.zIndex}),c.$slides.eq(a).animate({opacity:1},c.options.speed,c.options.easing,b)):(c.applyTransition(a),c.$slides.eq(a).css({opacity:1,zIndex:c.options.zIndex}),b&&setTimeout(function(){c.disableTransition(a),b.call()},c.options.speed))},b.prototype.fadeSlideOut=function(a){var b=this;b.cssTransitions===!1?b.$slides.eq(a).animate({opacity:0,zIndex:b.options.zIndex-2},b.options.speed,b.options.easing):(b.applyTransition(a),b.$slides.eq(a).css({opacity:0,zIndex:b.options.zIndex-2}))},b.prototype.filterSlides=b.prototype.slickFilter=function(a){var b=this;null!==a&&(b.$slidesCache=b.$slides,b.unload(),b.$slideTrack.children(this.options.slide).detach(),b.$slidesCache.filter(a).appendTo(b.$slideTrack),b.reinit())},b.prototype.getCurrent=b.prototype.slickCurrentSlide=function(){var a=this;return a.currentSlide},b.prototype.getDotCount=function(){var a=this,b=0,c=0,d=0;if(a.options.infinite===!0)for(;bb.options.slidesToShow&&(b.slideOffset=b.slideWidth*b.options.slidesToShow*-1,e=d*b.options.slidesToShow*-1),b.slideCount%b.options.slidesToScroll!==0&&a+b.options.slidesToScroll>b.slideCount&&b.slideCount>b.options.slidesToShow&&(a>b.slideCount?(b.slideOffset=(b.options.slidesToShow-(a-b.slideCount))*b.slideWidth*-1,e=(b.options.slidesToShow-(a-b.slideCount))*d*-1):(b.slideOffset=b.slideCount%b.options.slidesToScroll*b.slideWidth*-1,e=b.slideCount%b.options.slidesToScroll*d*-1))):a+b.options.slidesToShow>b.slideCount&&(b.slideOffset=(a+b.options.slidesToShow-b.slideCount)*b.slideWidth,e=(a+b.options.slidesToShow-b.slideCount)*d),b.slideCount<=b.options.slidesToShow&&(b.slideOffset=0,e=0),b.options.centerMode===!0&&b.options.infinite===!0?b.slideOffset+=b.slideWidth*Math.floor(b.options.slidesToShow/2)-b.slideWidth:b.options.centerMode===!0&&(b.slideOffset=0,b.slideOffset+=b.slideWidth*Math.floor(b.options.slidesToShow/2)),c=b.options.vertical===!1?a*b.slideWidth*-1+b.slideOffset:a*d*-1+e,b.options.variableWidth===!0&&(f=b.slideCount<=b.options.slidesToShow||b.options.infinite===!1?b.$slideTrack.children(".slick-slide").eq(a):b.$slideTrack.children(".slick-slide").eq(a+b.options.slidesToShow),c=b.options.rtl===!0?f[0]?-1*(b.$slideTrack.width()-f[0].offsetLeft-f.width()):0:f[0]?-1*f[0].offsetLeft:0,b.options.centerMode===!0&&(f=b.slideCount<=b.options.slidesToShow||b.options.infinite===!1?b.$slideTrack.children(".slick-slide").eq(a):b.$slideTrack.children(".slick-slide").eq(a+b.options.slidesToShow+1),c=b.options.rtl===!0?f[0]?-1*(b.$slideTrack.width()-f[0].offsetLeft-f.width()):0:f[0]?-1*f[0].offsetLeft:0,c+=(b.$list.width()-f.outerWidth())/2)),c},b.prototype.getOption=b.prototype.slickGetOption=function(a){var b=this;return b.options[a]},b.prototype.getNavigableIndexes=function(){var e,a=this,b=0,c=0,d=[];for(a.options.infinite===!1?e=a.slideCount:(b=-1*a.options.slidesToScroll,c=-1*a.options.slidesToScroll,e=2*a.slideCount);e>b;)d.push(b),b=c+a.options.slidesToScroll,c+=a.options.slidesToScroll<=a.options.slidesToShow?a.options.slidesToScroll:a.options.slidesToShow;return d},b.prototype.getSlick=function(){return this},b.prototype.getSlideCount=function(){var c,d,e,b=this;return e=b.options.centerMode===!0?b.slideWidth*Math.floor(b.options.slidesToShow/2):0,b.options.swipeToSlide===!0?(b.$slideTrack.find(".slick-slide").each(function(c,f){return f.offsetLeft-e+a(f).outerWidth()/2>-1*b.swipeLeft?(d=f,!1):void 0}),c=Math.abs(a(d).attr("data-slick-index")-b.currentSlide)||1):b.options.slidesToScroll},b.prototype.goTo=b.prototype.slickGoTo=function(a,b){var c=this;c.changeSlide({data:{message:"index",index:parseInt(a)}},b)},b.prototype.init=function(b){var c=this;a(c.$slider).hasClass("slick-initialized")||(a(c.$slider).addClass("slick-initialized"),c.buildRows(),c.buildOut(),c.setProps(),c.startLoad(),c.loadSlider(),c.initializeEvents(),c.updateArrows(),c.updateDots()),b&&c.$slider.trigger("init",[c]),c.options.accessibility===!0&&c.initADA()},b.prototype.initArrowEvents=function(){var a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.$prevArrow.on("click.slick",{message:"previous"},a.changeSlide),a.$nextArrow.on("click.slick",{message:"next"},a.changeSlide))},b.prototype.initDotEvents=function(){var b=this;b.options.dots===!0&&b.slideCount>b.options.slidesToShow&&a("li",b.$dots).on("click.slick",{message:"index"},b.changeSlide),b.options.dots===!0&&b.options.pauseOnDotsHover===!0&&b.options.autoplay===!0&&a("li",b.$dots).on("mouseenter.slick",a.proxy(b.setPaused,b,!0)).on("mouseleave.slick",a.proxy(b.setPaused,b,!1))},b.prototype.initializeEvents=function(){var b=this;b.initArrowEvents(),b.initDotEvents(),b.$list.on("touchstart.slick mousedown.slick",{action:"start"},b.swipeHandler),b.$list.on("touchmove.slick mousemove.slick",{action:"move"},b.swipeHandler),b.$list.on("touchend.slick mouseup.slick",{action:"end"},b.swipeHandler),b.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},b.swipeHandler),b.$list.on("click.slick",b.clickHandler),a(document).on(b.visibilityChange,a.proxy(b.visibility,b)),b.$list.on("mouseenter.slick",a.proxy(b.setPaused,b,!0)),b.$list.on("mouseleave.slick",a.proxy(b.setPaused,b,!1)),b.options.accessibility===!0&&b.$list.on("keydown.slick",b.keyHandler),b.options.focusOnSelect===!0&&a(b.$slideTrack).children().on("click.slick",b.selectHandler),a(window).on("orientationchange.slick.slick-"+b.instanceUid,a.proxy(b.orientationChange,b)),a(window).on("resize.slick.slick-"+b.instanceUid,a.proxy(b.resize,b)),a("[draggable!=true]",b.$slideTrack).on("dragstart",b.preventDefault),a(window).on("load.slick.slick-"+b.instanceUid,b.setPosition),a(document).on("ready.slick.slick-"+b.instanceUid,b.setPosition)},b.prototype.initUI=function(){var a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.$prevArrow.show(),a.$nextArrow.show()),a.options.dots===!0&&a.slideCount>a.options.slidesToShow&&a.$dots.show(),a.options.autoplay===!0&&a.autoPlay()},b.prototype.keyHandler=function(a){var b=this;a.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===a.keyCode&&b.options.accessibility===!0?b.changeSlide({data:{message:"previous"}}):39===a.keyCode&&b.options.accessibility===!0&&b.changeSlide({data:{message:"next"}}))},b.prototype.lazyLoad=function(){function g(b){a("img[data-lazy]",b).each(function(){var b=a(this),c=a(this).attr("data-lazy"),d=document.createElement("img");d.onload=function(){b.animate({opacity:0},100,function(){b.attr("src",c).animate({opacity:1},200,function(){b.removeAttr("data-lazy").removeClass("slick-loading")})})},d.src=c})}var c,d,e,f,b=this;b.options.centerMode===!0?b.options.infinite===!0?(e=b.currentSlide+(b.options.slidesToShow/2+1),f=e+b.options.slidesToShow+2):(e=Math.max(0,b.currentSlide-(b.options.slidesToShow/2+1)),f=2+(b.options.slidesToShow/2+1)+b.currentSlide):(e=b.options.infinite?b.options.slidesToShow+b.currentSlide:b.currentSlide,f=e+b.options.slidesToShow,b.options.fade===!0&&(e>0&&e--,f<=b.slideCount&&f++)),c=b.$slider.find(".slick-slide").slice(e,f),g(c),b.slideCount<=b.options.slidesToShow?(d=b.$slider.find(".slick-slide"),g(d)):b.currentSlide>=b.slideCount-b.options.slidesToShow?(d=b.$slider.find(".slick-cloned").slice(0,b.options.slidesToShow),g(d)):0===b.currentSlide&&(d=b.$slider.find(".slick-cloned").slice(-1*b.options.slidesToShow),g(d))},b.prototype.loadSlider=function(){var a=this;a.setPosition(),a.$slideTrack.css({opacity:1}),a.$slider.removeClass("slick-loading"),a.initUI(),"progressive"===a.options.lazyLoad&&a.progressiveLazyLoad()},b.prototype.next=b.prototype.slickNext=function(){var a=this;a.changeSlide({data:{message:"next"}})},b.prototype.orientationChange=function(){var a=this;a.checkResponsive(),a.setPosition()},b.prototype.pause=b.prototype.slickPause=function(){var a=this;a.autoPlayClear(),a.paused=!0},b.prototype.play=b.prototype.slickPlay=function(){var a=this;a.paused=!1,a.autoPlay()},b.prototype.postSlide=function(a){var b=this;b.$slider.trigger("afterChange",[b,a]),b.animating=!1,b.setPosition(),b.swipeLeft=null,b.options.autoplay===!0&&b.paused===!1&&b.autoPlay(),b.options.accessibility===!0&&b.initADA()},b.prototype.prev=b.prototype.slickPrev=function(){var a=this;a.changeSlide({data:{message:"previous"}})},b.prototype.preventDefault=function(a){a.preventDefault()},b.prototype.progressiveLazyLoad=function(){var c,d,b=this;c=a("img[data-lazy]",b.$slider).length,c>0&&(d=a("img[data-lazy]",b.$slider).first(),d.attr("src",null),d.attr("src",d.attr("data-lazy")).removeClass("slick-loading").load(function(){d.removeAttr("data-lazy"),b.progressiveLazyLoad(),b.options.adaptiveHeight===!0&&b.setPosition()}).error(function(){d.removeAttr("data-lazy"),b.progressiveLazyLoad()}))},b.prototype.refresh=function(b){var d,e,c=this;e=c.slideCount-c.options.slidesToShow,c.options.infinite||(c.slideCount<=c.options.slidesToShow?c.currentSlide=0:c.currentSlide>e&&(c.currentSlide=e)),d=c.currentSlide,c.destroy(!0),a.extend(c,c.initials,{currentSlide:d}),c.init(),b||c.changeSlide({data:{message:"index",index:d}},!1)},b.prototype.registerBreakpoints=function(){var c,d,e,b=this,f=b.options.responsive||null;if("array"===a.type(f)&&f.length){b.respondTo=b.options.respondTo||"window";for(c in f)if(e=b.breakpoints.length-1,d=f[c].breakpoint,f.hasOwnProperty(c)){for(;e>=0;)b.breakpoints[e]&&b.breakpoints[e]===d&&b.breakpoints.splice(e,1),e--;b.breakpoints.push(d),b.breakpointSettings[d]=f[c].settings}b.breakpoints.sort(function(a,c){return b.options.mobileFirst?a-c:c-a})}},b.prototype.reinit=function(){var b=this;b.$slides=b.$slideTrack.children(b.options.slide).addClass("slick-slide"),b.slideCount=b.$slides.length,b.currentSlide>=b.slideCount&&0!==b.currentSlide&&(b.currentSlide=b.currentSlide-b.options.slidesToScroll),b.slideCount<=b.options.slidesToShow&&(b.currentSlide=0),b.registerBreakpoints(),b.setProps(),b.setupInfinite(),b.buildArrows(),b.updateArrows(),b.initArrowEvents(),b.buildDots(),b.updateDots(),b.initDotEvents(),b.checkResponsive(!1,!0),b.options.focusOnSelect===!0&&a(b.$slideTrack).children().on("click.slick",b.selectHandler),b.setSlideClasses(0),b.setPosition(),b.$slider.trigger("reInit",[b]),b.options.autoplay===!0&&b.focusHandler()},b.prototype.resize=function(){var b=this;a(window).width()!==b.windowWidth&&(clearTimeout(b.windowDelay),b.windowDelay=window.setTimeout(function(){b.windowWidth=a(window).width(),b.checkResponsive(),b.unslicked||b.setPosition()},50))},b.prototype.removeSlide=b.prototype.slickRemove=function(a,b,c){var d=this;return"boolean"==typeof a?(b=a,a=b===!0?0:d.slideCount-1):a=b===!0?--a:a,d.slideCount<1||0>a||a>d.slideCount-1?!1:(d.unload(),c===!0?d.$slideTrack.children().remove():d.$slideTrack.children(this.options.slide).eq(a).remove(),d.$slides=d.$slideTrack.children(this.options.slide),d.$slideTrack.children(this.options.slide).detach(),d.$slideTrack.append(d.$slides),d.$slidesCache=d.$slides,void d.reinit())},b.prototype.setCSS=function(a){var d,e,b=this,c={};b.options.rtl===!0&&(a=-a),d="left"==b.positionProp?Math.ceil(a)+"px":"0px",e="top"==b.positionProp?Math.ceil(a)+"px":"0px",c[b.positionProp]=a,b.transformsEnabled===!1?b.$slideTrack.css(c):(c={},b.cssTransitions===!1?(c[b.animType]="translate("+d+", "+e+")",b.$slideTrack.css(c)):(c[b.animType]="translate3d("+d+", "+e+", 0px)",b.$slideTrack.css(c)))},b.prototype.setDimensions=function(){var a=this;a.options.vertical===!1?a.options.centerMode===!0&&a.$list.css({padding:"0px "+a.options.centerPadding}):(a.$list.height(a.$slides.first().outerHeight(!0)*a.options.slidesToShow),a.options.centerMode===!0&&a.$list.css({padding:a.options.centerPadding+" 0px"})),a.listWidth=a.$list.width(),a.listHeight=a.$list.height(),a.options.vertical===!1&&a.options.variableWidth===!1?(a.slideWidth=Math.ceil(a.listWidth/a.options.slidesToShow),a.$slideTrack.width(Math.ceil(a.slideWidth*a.$slideTrack.children(".slick-slide").length))):a.options.variableWidth===!0?a.$slideTrack.width(5e3*a.slideCount):(a.slideWidth=Math.ceil(a.listWidth),a.$slideTrack.height(Math.ceil(a.$slides.first().outerHeight(!0)*a.$slideTrack.children(".slick-slide").length)));var b=a.$slides.first().outerWidth(!0)-a.$slides.first().width();a.options.variableWidth===!1&&a.$slideTrack.children(".slick-slide").width(a.slideWidth-b)},b.prototype.setFade=function(){var c,b=this;b.$slides.each(function(d,e){c=b.slideWidth*d*-1,b.options.rtl===!0?a(e).css({position:"relative",right:c,top:0,zIndex:b.options.zIndex-2,opacity:0}):a(e).css({position:"relative",left:c,top:0,zIndex:b.options.zIndex-2,opacity:0})}),b.$slides.eq(b.currentSlide).css({zIndex:b.options.zIndex-1,opacity:1})},b.prototype.setHeight=function(){var a=this;if(1===a.options.slidesToShow&&a.options.adaptiveHeight===!0&&a.options.vertical===!1){var b=a.$slides.eq(a.currentSlide).outerHeight(!0);a.$list.css("height",b)}},b.prototype.setOption=b.prototype.slickSetOption=function(b,c,d){var f,g,e=this;if("responsive"===b&&"array"===a.type(c))for(g in c)if("array"!==a.type(e.options.responsive))e.options.responsive=[c[g]];else{for(f=e.options.responsive.length-1;f>=0;)e.options.responsive[f].breakpoint===c[g].breakpoint&&e.options.responsive.splice(f,1),f--;e.options.responsive.push(c[g])}else e.options[b]=c;d===!0&&(e.unload(),e.reinit())},b.prototype.setPosition=function(){var a=this;a.setDimensions(),a.setHeight(),a.options.fade===!1?a.setCSS(a.getLeft(a.currentSlide)):a.setFade(),a.$slider.trigger("setPosition",[a])},b.prototype.setProps=function(){var a=this,b=document.body.style;a.positionProp=a.options.vertical===!0?"top":"left","top"===a.positionProp?a.$slider.addClass("slick-vertical"):a.$slider.removeClass("slick-vertical"),(void 0!==b.WebkitTransition||void 0!==b.MozTransition||void 0!==b.msTransition)&&a.options.useCSS===!0&&(a.cssTransitions=!0),a.options.fade&&("number"==typeof a.options.zIndex?a.options.zIndex<3&&(a.options.zIndex=3):a.options.zIndex=a.defaults.zIndex),void 0!==b.OTransform&&(a.animType="OTransform",a.transformType="-o-transform",a.transitionType="OTransition",void 0===b.perspectiveProperty&&void 0===b.webkitPerspective&&(a.animType=!1)),void 0!==b.MozTransform&&(a.animType="MozTransform",a.transformType="-moz-transform",a.transitionType="MozTransition",void 0===b.perspectiveProperty&&void 0===b.MozPerspective&&(a.animType=!1)),void 0!==b.webkitTransform&&(a.animType="webkitTransform",a.transformType="-webkit-transform",a.transitionType="webkitTransition",void 0===b.perspectiveProperty&&void 0===b.webkitPerspective&&(a.animType=!1)),void 0!==b.msTransform&&(a.animType="msTransform",a.transformType="-ms-transform",a.transitionType="msTransition",void 0===b.msTransform&&(a.animType=!1)),void 0!==b.transform&&a.animType!==!1&&(a.animType="transform",a.transformType="transform",a.transitionType="transition"),a.transformsEnabled=a.options.useTransform&&null!==a.animType&&a.animType!==!1},b.prototype.setSlideClasses=function(a){var c,d,e,f,b=this;d=b.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),b.$slides.eq(a).addClass("slick-current"),b.options.centerMode===!0?(c=Math.floor(b.options.slidesToShow/2),b.options.infinite===!0&&(a>=c&&a<=b.slideCount-1-c?b.$slides.slice(a-c,a+c+1).addClass("slick-active").attr("aria-hidden","false"):(e=b.options.slidesToShow+a,d.slice(e-c+1,e+c+2).addClass("slick-active").attr("aria-hidden","false")),0===a?d.eq(d.length-1-b.options.slidesToShow).addClass("slick-center"):a===b.slideCount-1&&d.eq(b.options.slidesToShow).addClass("slick-center")),b.$slides.eq(a).addClass("slick-center")):a>=0&&a<=b.slideCount-b.options.slidesToShow?b.$slides.slice(a,a+b.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):d.length<=b.options.slidesToShow?d.addClass("slick-active").attr("aria-hidden","false"):(f=b.slideCount%b.options.slidesToShow,e=b.options.infinite===!0?b.options.slidesToShow+a:a,b.options.slidesToShow==b.options.slidesToScroll&&b.slideCount-ab.options.slidesToShow)){for(e=b.options.centerMode===!0?b.options.slidesToShow+1:b.options.slidesToShow,c=b.slideCount;c>b.slideCount-e;c-=1)d=c-1,a(b.$slides[d]).clone(!0).attr("id","").attr("data-slick-index",d-b.slideCount).prependTo(b.$slideTrack).addClass("slick-cloned");for(c=0;e>c;c+=1)d=c,a(b.$slides[d]).clone(!0).attr("id","").attr("data-slick-index",d+b.slideCount).appendTo(b.$slideTrack).addClass("slick-cloned");b.$slideTrack.find(".slick-cloned").find("[id]").each(function(){a(this).attr("id","")})}},b.prototype.setPaused=function(a){var b=this;b.options.autoplay===!0&&b.options.pauseOnHover===!0&&(b.paused=a,a?b.autoPlayClear():b.autoPlay())},b.prototype.selectHandler=function(b){var c=this,d=a(b.target).is(".slick-slide")?a(b.target):a(b.target).parents(".slick-slide"),e=parseInt(d.attr("data-slick-index"));return e||(e=0),c.slideCount<=c.options.slidesToShow?(c.setSlideClasses(e),void c.asNavFor(e)):void c.slideHandler(e)},b.prototype.slideHandler=function(a,b,c){var d,e,f,g,h=null,i=this;return b=b||!1,i.animating===!0&&i.options.waitForAnimate===!0||i.options.fade===!0&&i.currentSlide===a||i.slideCount<=i.options.slidesToShow?void 0:(b===!1&&i.asNavFor(a),d=a,h=i.getLeft(d),g=i.getLeft(i.currentSlide),i.currentLeft=null===i.swipeLeft?g:i.swipeLeft,i.options.infinite===!1&&i.options.centerMode===!1&&(0>a||a>i.getDotCount()*i.options.slidesToScroll)?void(i.options.fade===!1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d); -}):i.postSlide(d))):i.options.infinite===!1&&i.options.centerMode===!0&&(0>a||a>i.slideCount-i.options.slidesToScroll)?void(i.options.fade===!1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d)}):i.postSlide(d))):(i.options.autoplay===!0&&clearInterval(i.autoPlayTimer),e=0>d?i.slideCount%i.options.slidesToScroll!==0?i.slideCount-i.slideCount%i.options.slidesToScroll:i.slideCount+d:d>=i.slideCount?i.slideCount%i.options.slidesToScroll!==0?0:d-i.slideCount:d,i.animating=!0,i.$slider.trigger("beforeChange",[i,i.currentSlide,e]),f=i.currentSlide,i.currentSlide=e,i.setSlideClasses(i.currentSlide),i.updateDots(),i.updateArrows(),i.options.fade===!0?(c!==!0?(i.fadeSlideOut(f),i.fadeSlide(e,function(){i.postSlide(e)})):i.postSlide(e),void i.animateHeight()):void(c!==!0?i.animateSlide(h,function(){i.postSlide(e)}):i.postSlide(e))))},b.prototype.startLoad=function(){var a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.$prevArrow.hide(),a.$nextArrow.hide()),a.options.dots===!0&&a.slideCount>a.options.slidesToShow&&a.$dots.hide(),a.$slider.addClass("slick-loading")},b.prototype.swipeDirection=function(){var a,b,c,d,e=this;return a=e.touchObject.startX-e.touchObject.curX,b=e.touchObject.startY-e.touchObject.curY,c=Math.atan2(b,a),d=Math.round(180*c/Math.PI),0>d&&(d=360-Math.abs(d)),45>=d&&d>=0?e.options.rtl===!1?"left":"right":360>=d&&d>=315?e.options.rtl===!1?"left":"right":d>=135&&225>=d?e.options.rtl===!1?"right":"left":e.options.verticalSwiping===!0?d>=35&&135>=d?"left":"right":"vertical"},b.prototype.swipeEnd=function(a){var c,b=this;if(b.dragging=!1,b.shouldClick=b.touchObject.swipeLength>10?!1:!0,void 0===b.touchObject.curX)return!1;if(b.touchObject.edgeHit===!0&&b.$slider.trigger("edge",[b,b.swipeDirection()]),b.touchObject.swipeLength>=b.touchObject.minSwipe)switch(b.swipeDirection()){case"left":c=b.options.swipeToSlide?b.checkNavigable(b.currentSlide+b.getSlideCount()):b.currentSlide+b.getSlideCount(),b.slideHandler(c),b.currentDirection=0,b.touchObject={},b.$slider.trigger("swipe",[b,"left"]);break;case"right":c=b.options.swipeToSlide?b.checkNavigable(b.currentSlide-b.getSlideCount()):b.currentSlide-b.getSlideCount(),b.slideHandler(c),b.currentDirection=1,b.touchObject={},b.$slider.trigger("swipe",[b,"right"])}else b.touchObject.startX!==b.touchObject.curX&&(b.slideHandler(b.currentSlide),b.touchObject={})},b.prototype.swipeHandler=function(a){var b=this;if(!(b.options.swipe===!1||"ontouchend"in document&&b.options.swipe===!1||b.options.draggable===!1&&-1!==a.type.indexOf("mouse")))switch(b.touchObject.fingerCount=a.originalEvent&&void 0!==a.originalEvent.touches?a.originalEvent.touches.length:1,b.touchObject.minSwipe=b.listWidth/b.options.touchThreshold,b.options.verticalSwiping===!0&&(b.touchObject.minSwipe=b.listHeight/b.options.touchThreshold),a.data.action){case"start":b.swipeStart(a);break;case"move":b.swipeMove(a);break;case"end":b.swipeEnd(a)}},b.prototype.swipeMove=function(a){var d,e,f,g,h,b=this;return h=void 0!==a.originalEvent?a.originalEvent.touches:null,!b.dragging||h&&1!==h.length?!1:(d=b.getLeft(b.currentSlide),b.touchObject.curX=void 0!==h?h[0].pageX:a.clientX,b.touchObject.curY=void 0!==h?h[0].pageY:a.clientY,b.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(b.touchObject.curX-b.touchObject.startX,2))),b.options.verticalSwiping===!0&&(b.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(b.touchObject.curY-b.touchObject.startY,2)))),e=b.swipeDirection(),"vertical"!==e?(void 0!==a.originalEvent&&b.touchObject.swipeLength>4&&a.preventDefault(),g=(b.options.rtl===!1?1:-1)*(b.touchObject.curX>b.touchObject.startX?1:-1),b.options.verticalSwiping===!0&&(g=b.touchObject.curY>b.touchObject.startY?1:-1),f=b.touchObject.swipeLength,b.touchObject.edgeHit=!1,b.options.infinite===!1&&(0===b.currentSlide&&"right"===e||b.currentSlide>=b.getDotCount()&&"left"===e)&&(f=b.touchObject.swipeLength*b.options.edgeFriction,b.touchObject.edgeHit=!0),b.options.vertical===!1?b.swipeLeft=d+f*g:b.swipeLeft=d+f*(b.$list.height()/b.listWidth)*g,b.options.verticalSwiping===!0&&(b.swipeLeft=d+f*g),b.options.fade===!0||b.options.touchMove===!1?!1:b.animating===!0?(b.swipeLeft=null,!1):void b.setCSS(b.swipeLeft)):void 0)},b.prototype.swipeStart=function(a){var c,b=this;return 1!==b.touchObject.fingerCount||b.slideCount<=b.options.slidesToShow?(b.touchObject={},!1):(void 0!==a.originalEvent&&void 0!==a.originalEvent.touches&&(c=a.originalEvent.touches[0]),b.touchObject.startX=b.touchObject.curX=void 0!==c?c.pageX:a.clientX,b.touchObject.startY=b.touchObject.curY=void 0!==c?c.pageY:a.clientY,void(b.dragging=!0))},b.prototype.unfilterSlides=b.prototype.slickUnfilter=function(){var a=this;null!==a.$slidesCache&&(a.unload(),a.$slideTrack.children(this.options.slide).detach(),a.$slidesCache.appendTo(a.$slideTrack),a.reinit())},b.prototype.unload=function(){var b=this;a(".slick-cloned",b.$slider).remove(),b.$dots&&b.$dots.remove(),b.$prevArrow&&b.htmlExpr.test(b.options.prevArrow)&&b.$prevArrow.remove(),b.$nextArrow&&b.htmlExpr.test(b.options.nextArrow)&&b.$nextArrow.remove(),b.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")},b.prototype.unslick=function(a){var b=this;b.$slider.trigger("unslick",[b,a]),b.destroy()},b.prototype.updateArrows=function(){var b,a=this;b=Math.floor(a.options.slidesToShow/2),a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&!a.options.infinite&&(a.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),a.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===a.currentSlide?(a.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),a.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):a.currentSlide>=a.slideCount-a.options.slidesToShow&&a.options.centerMode===!1?(a.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),a.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")):a.currentSlide>=a.slideCount-1&&a.options.centerMode===!0&&(a.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),a.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))},b.prototype.updateDots=function(){var a=this;null!==a.$dots&&(a.$dots.find("li").removeClass("slick-active").attr("aria-hidden","true"),a.$dots.find("li").eq(Math.floor(a.currentSlide/a.options.slidesToScroll)).addClass("slick-active").attr("aria-hidden","false"))},b.prototype.visibility=function(){var a=this;document[a.hidden]?(a.paused=!0,a.autoPlayClear()):a.options.autoplay===!0&&(a.paused=!1,a.autoPlay())},b.prototype.initADA=function(){var b=this;b.$slides.add(b.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),b.$slideTrack.attr("role","listbox"),b.$slides.not(b.$slideTrack.find(".slick-cloned")).each(function(c){a(this).attr({role:"option","aria-describedby":"slick-slide"+b.instanceUid+c})}),null!==b.$dots&&b.$dots.attr("role","tablist").find("li").each(function(c){a(this).attr({role:"presentation","aria-selected":"false","aria-controls":"navigation"+b.instanceUid+c,id:"slick-slide"+b.instanceUid+c})}).first().attr("aria-selected","true").end().find("button").attr("role","button").end().closest("div").attr("role","toolbar"),b.activateADA()},b.prototype.activateADA=function(){var a=this;a.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})},b.prototype.focusHandler=function(){var b=this;b.$slider.on("focus.slick blur.slick","*",function(c){c.stopImmediatePropagation();var d=a(this);setTimeout(function(){b.isPlay&&(d.is(":focus")?(b.autoPlayClear(),b.paused=!0):(b.paused=!1,b.autoPlay()))},0)})},a.fn.slick=function(){var f,g,a=this,c=arguments[0],d=Array.prototype.slice.call(arguments,1),e=a.length;for(f=0;e>f;f++)if("object"==typeof c||"undefined"==typeof c?a[f].slick=new b(a[f],c):g=a[f].slick[c].apply(a[f].slick,d),"undefined"!=typeof g)return g;return a}}); - - - - - - - - - - - diff --git a/public/assets/js/plus-minux-box.js b/public/assets/js/plus-minux-box.js new file mode 100644 index 0000000..9c160ee --- /dev/null +++ b/public/assets/js/plus-minux-box.js @@ -0,0 +1,28 @@ +window.initPlusMinusBox = function () { + /*---------------------------- + Cart Plus Minus Button + ------------------------------ */ + var CartPlusMinus = $('.cart-plus-minus'); + CartPlusMinus.prepend('
-
'); + CartPlusMinus.append('
+
'); + $(".qtybutton").on("click", function () { + var newVal; + var $button = $(this); + var oldValue = $button.parent().find("input").val(); + if ($button.text() === "+") { + newVal = parseFloat(oldValue) + 1; + } else { + // Don't allow decrementing below zero + if (oldValue > 0) { + newVal = parseFloat(oldValue) - 1; + } else { + newVal = 1; + } + } + $button.parent().find("input").val(newVal).request(); + }); +}; + +(function ($) { + initPlusMinusBox(); +})(jQuery); diff --git a/public/assets/js/popper.js b/public/assets/js/popper.js deleted file mode 100644 index ce33a86..0000000 --- a/public/assets/js/popper.js +++ /dev/null @@ -1,4 +0,0 @@ -/* - Copyright (C) Federico Zivolo 2017 - Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT). - */(function(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){return e&&'[object Function]'==={}.toString.call(e)}function t(e,t){if(1!==e.nodeType)return[];var o=window.getComputedStyle(e,null);return t?o[t]:o}function o(e){return'HTML'===e.nodeName?e:e.parentNode||e.host}function n(e){if(!e||-1!==['HTML','BODY','#document'].indexOf(e.nodeName))return window.document.body;var i=t(e),r=i.overflow,p=i.overflowX,s=i.overflowY;return /(auto|scroll)/.test(r+s+p)?e:n(o(e))}function r(e){var o=e&&e.offsetParent,i=o&&o.nodeName;return i&&'BODY'!==i&&'HTML'!==i?-1!==['TD','TABLE'].indexOf(o.nodeName)&&'static'===t(o,'position')?r(o):o:window.document.documentElement}function p(e){var t=e.nodeName;return'BODY'!==t&&('HTML'===t||r(e.firstElementChild)===e)}function s(e){return null===e.parentNode?e:s(e.parentNode)}function d(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return window.document.documentElement;var o=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=o?e:t,n=o?t:e,a=document.createRange();a.setStart(i,0),a.setEnd(n,0);var f=a.commonAncestorContainer;if(e!==f&&t!==f||i.contains(n))return p(f)?f:r(f);var l=s(e);return l.host?d(l.host,t):d(e,s(t).host)}function a(e){var t=1=o.clientWidth&&i>=o.clientHeight}),f=0i[e]&&!t.escapeWithReference&&(n=z(p[o],i[e]-('right'===e?p.width:p.height))),pe({},o,n)}};return n.forEach(function(e){var t=-1===['left','top'].indexOf(e)?'secondary':'primary';p=se({},p,s[t](e))}),e.offsets.popper=p,e},priority:['left','right','top','bottom'],padding:5,boundariesElement:'scrollParent'},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,o=t.popper,i=t.reference,n=e.placement.split('-')[0],r=V,p=-1!==['top','bottom'].indexOf(n),s=p?'right':'bottom',d=p?'left':'top',a=p?'width':'height';return o[s]r(i[s])&&(e.offsets.popper[d]=r(i[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){if(!F(e.instance.modifiers,'arrow','keepTogether'))return e;var o=t.element;if('string'==typeof o){if(o=e.instance.popper.querySelector(o),!o)return e;}else if(!e.instance.popper.contains(o))return console.warn('WARNING: `arrow.element` must be child of its popper element!'),e;var i=e.placement.split('-')[0],n=e.offsets,r=n.popper,p=n.reference,s=-1!==['left','right'].indexOf(i),d=s?'height':'width',a=s?'top':'left',f=s?'left':'top',l=s?'bottom':'right',m=O(o)[d];p[l]-mr[l]&&(e.offsets.popper[a]+=p[a]+m-r[l]);var h=p[a]+p[d]/2-m/2,g=h-c(e.offsets.popper)[a];return g=_(z(r[d]-m,g),0),e.arrowElement=o,e.offsets.arrow={},e.offsets.arrow[a]=Math.round(g),e.offsets.arrow[f]='',e},element:'[x-arrow]'},flip:{order:600,enabled:!0,fn:function(e,t){if(W(e.instance.modifiers,'inner'))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var o=w(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement),i=e.placement.split('-')[0],n=L(i),r=e.placement.split('-')[1]||'',p=[];switch(t.behavior){case fe.FLIP:p=[i,n];break;case fe.CLOCKWISE:p=K(i);break;case fe.COUNTERCLOCKWISE:p=K(i,!0);break;default:p=t.behavior;}return p.forEach(function(s,d){if(i!==s||p.length===d+1)return e;i=e.placement.split('-')[0],n=L(i);var a=e.offsets.popper,f=e.offsets.reference,l=V,m='left'===i&&l(a.right)>l(f.left)||'right'===i&&l(a.left)l(f.top)||'bottom'===i&&l(a.top)l(o.right),g=l(a.top)l(o.bottom),b='left'===i&&h||'right'===i&&c||'top'===i&&g||'bottom'===i&&u,y=-1!==['top','bottom'].indexOf(i),w=!!t.flipVariations&&(y&&'start'===r&&h||y&&'end'===r&&c||!y&&'start'===r&&g||!y&&'end'===r&&u);(m||b||w)&&(e.flipped=!0,(m||b)&&(i=p[d+1]),w&&(r=j(r)),e.placement=i+(r?'-'+r:''),e.offsets.popper=se({},e.offsets.popper,S(e.instance.popper,e.offsets.reference,e.placement)),e=N(e.instance.modifiers,e,'flip'))}),e},behavior:'flip',padding:5,boundariesElement:'viewport'},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,o=t.split('-')[0],i=e.offsets,n=i.popper,r=i.reference,p=-1!==['left','right'].indexOf(o),s=-1===['top','left'].indexOf(o);return n[p?'left':'top']=r[t]-(s?n[p?'width':'height']:0),e.placement=L(t),e.offsets.popper=c(n),e}},hide:{order:800,enabled:!0,fn:function(e){if(!F(e.instance.modifiers,'hide','preventOverflow'))return e;var t=e.offsets.reference,o=T(e.instance.modifiers,function(e){return'preventOverflow'===e.name}).boundaries;if(t.bottomo.right||t.top>o.bottom||t.right',a,""].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b)&&c(b).matches||!1;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return J("flexWrap")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return D("background-color:rgba(150,255,150,.5)"),G(j.backgroundColor,"rgba")},s.hsla=function(){return D("background-color:hsla(120,40%,100%,.5)"),G(j.backgroundColor,"rgba")||G(j.backgroundColor,"hsla")},s.multiplebgs=function(){return D("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return J("backgroundSize")},s.borderimage=function(){return J("borderImage")},s.borderradius=function(){return J("borderRadius")},s.boxshadow=function(){return J("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return E("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return J("animationName")},s.csscolumns=function(){return J("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return D((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),G(j.backgroundImage,"gradient")},s.cssreflections=function(){return J("boxReflect")},s.csstransforms=function(){return!!J("transform")},s.csstransforms3d=function(){var a=!!J("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return J("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(["#",h,"{font:0/0 a}#",h,':after{content:"',l,'";visibility:hidden;font:3px/1 a}'].join(""),function(b){a=b.offsetHeight>=3}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var L in s)C(s,L)&&(x=L.toLowerCase(),e[x]=s[L](),v.push((e[x]?"":"no-")+x));return e.input||K(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)C(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},D(""),i=k=null,function(a,b){function l(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function m(){var a=s.elements;return typeof a=="string"?a.split(" "):a}function n(a){var b=j[a[h]];return b||(b={},i++,a[h]=i,j[i]=b),b}function o(a,c,d){c||(c=b);if(k)return c.createElement(a);d||(d=n(c));var g;return d.cache[a]?g=d.cache[a].cloneNode():f.test(a)?g=(d.cache[a]=d.createElem(a)).cloneNode():g=d.createElem(a),g.canHaveChildren&&!e.test(a)&&!g.tagUrn?d.frag.appendChild(g):g}function p(a,c){a||(a=b);if(k)return a.createDocumentFragment();c=c||n(a);var d=c.frag.cloneNode(),e=0,f=m(),g=f.length;for(;e",g="hidden"in a,k=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){g=!0,k=!0}})();var s={elements:d.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:c,shivCSS:d.shivCSS!==!1,supportsUnknownElements:k,shivMethods:d.shivMethods!==!1,type:"default",shivDocument:r,createElement:o,createDocumentFragment:p};a.html5=s,r(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,e.prefixed=function(a,b,c){return b?J(a,b,c):J(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f=0;s={horizontal:{},vertical:{}};f=1;a={};u="waypoints-context-id";p="resize.waypoints";y="scroll.waypoints";v=1;w="waypoints-waypoint-ids";g="waypoint";m="waypoints";o=function(){function t(t){var e=this;this.$element=t;this.element=t[0];this.didResize=false;this.didScroll=false;this.id="context"+f++;this.oldScroll={x:t.scrollLeft(),y:t.scrollTop()};this.waypoints={horizontal:{},vertical:{}};t.data(u,this.id);a[this.id]=this;t.bind(y,function(){var t;if(!(e.didScroll||c)){e.didScroll=true;t=function(){e.doScroll();return e.didScroll=false};return r.setTimeout(t,n[m].settings.scrollThrottle)}});t.bind(p,function(){var t;if(!e.didResize){e.didResize=true;t=function(){n[m]("refresh");return e.didResize=false};return r.setTimeout(t,n[m].settings.resizeThrottle)}})}t.prototype.doScroll=function(){var t,e=this;t={horizontal:{newScroll:this.$element.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.$element.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};if(c&&(!t.vertical.oldScroll||!t.vertical.newScroll)){n[m]("refresh")}n.each(t,function(t,r){var i,o,l;l=[];o=r.newScroll>r.oldScroll;i=o?r.forward:r.backward;n.each(e.waypoints[t],function(t,e){var n,i;if(r.oldScroll<(n=e.offset)&&n<=r.newScroll){return l.push(e)}else if(r.newScroll<(i=e.offset)&&i<=r.oldScroll){return l.push(e)}});l.sort(function(t,e){return t.offset-e.offset});if(!o){l.reverse()}return n.each(l,function(t,e){if(e.options.continuous||t===l.length-1){return e.trigger([i])}})});return this.oldScroll={x:t.horizontal.newScroll,y:t.vertical.newScroll}};t.prototype.refresh=function(){var t,e,r,i=this;r=n.isWindow(this.element);e=this.$element.offset();this.doScroll();t={horizontal:{contextOffset:r?0:e.left,contextScroll:r?0:this.oldScroll.x,contextDimension:this.$element.width(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:r?0:e.top,contextScroll:r?0:this.oldScroll.y,contextDimension:r?n[m]("viewportHeight"):this.$element.height(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};return n.each(t,function(t,e){return n.each(i.waypoints[t],function(t,r){var i,o,l,s,f;i=r.options.offset;l=r.offset;o=n.isWindow(r.element)?0:r.$element.offset()[e.offsetProp];if(n.isFunction(i)){i=i.apply(r.element)}else if(typeof i==="string"){i=parseFloat(i);if(r.options.offset.indexOf("%")>-1){i=Math.ceil(e.contextDimension*i/100)}}r.offset=o-e.contextOffset+e.contextScroll-i;if(r.options.onlyOnScroll&&l!=null||!r.enabled){return}if(l!==null&&l<(s=e.oldScroll)&&s<=r.offset){return r.trigger([e.backward])}else if(l!==null&&l>(f=e.oldScroll)&&f>=r.offset){return r.trigger([e.forward])}else if(l===null&&e.oldScroll>=r.offset){return r.trigger([e.forward])}})})};t.prototype.checkEmpty=function(){if(n.isEmptyObject(this.waypoints.horizontal)&&n.isEmptyObject(this.waypoints.vertical)){this.$element.unbind([p,y].join(" "));return delete a[this.id]}};return t}();l=function(){function t(t,e,r){var i,o;r=n.extend({},n.fn[g].defaults,r);if(r.offset==="bottom-in-view"){r.offset=function(){var t;t=n[m]("viewportHeight");if(!n.isWindow(e.element)){t=e.$element.height()}return t-n(this).outerHeight()}}this.$element=t;this.element=t[0];this.axis=r.horizontal?"horizontal":"vertical";this.callback=r.handler;this.context=e;this.enabled=r.enabled;this.id="waypoints"+v++;this.offset=null;this.options=r;e.waypoints[this.axis][this.id]=this;s[this.axis][this.id]=this;i=(o=t.data(w))!=null?o:[];i.push(this.id);t.data(w,i)}t.prototype.trigger=function(t){if(!this.enabled){return}if(this.callback!=null){this.callback.apply(this.element,t)}if(this.options.triggerOnce){return this.destroy()}};t.prototype.disable=function(){return this.enabled=false};t.prototype.enable=function(){this.context.refresh();return this.enabled=true};t.prototype.destroy=function(){delete s[this.axis][this.id];delete this.context.waypoints[this.axis][this.id];return this.context.checkEmpty()};t.getWaypointsByElement=function(t){var e,r;r=n(t).data(w);if(!r){return[]}e=n.extend({},s.horizontal,s.vertical);return n.map(r,function(t){return e[t]})};return t}();d={init:function(t,e){var r;if(e==null){e={}}if((r=e.handler)==null){e.handler=t}this.each(function(){var t,r,i,s;t=n(this);i=(s=e.context)!=null?s:n.fn[g].defaults.context;if(!n.isWindow(i)){i=t.closest(i)}i=n(i);r=a[i.data(u)];if(!r){r=new o(i)}return new l(t,r,e)});n[m]("refresh");return this},disable:function(){return d._invoke(this,"disable")},enable:function(){return d._invoke(this,"enable")},destroy:function(){return d._invoke(this,"destroy")},prev:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(e>0){return t.push(n[e-1])}})},next:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(et.oldScroll.y})},left:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset<=t.oldScroll.x})},right:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset>t.oldScroll.x})},enable:function(){return h._invoke("enable")},disable:function(){return h._invoke("disable")},destroy:function(){return h._invoke("destroy")},extendFn:function(t,e){return d[t]=e},_invoke:function(t){var e;e=n.extend({},s.vertical,s.horizontal);return n.each(e,function(e,n){n[t]();return true})},_filter:function(t,e,r){var i,o;i=a[n(t).data(u)];if(!i){return[]}o=[];n.each(i.waypoints[e],function(t,e){if(r(i,e)){return o.push(e)}});o.sort(function(t,e){return t.offset-e.offset});return n.map(o,function(t){return t.element})}};n[m]=function(){var t,n;n=arguments[0],t=2<=arguments.length?e.call(arguments,1):[];if(h[n]){return h[n].apply(null,t)}else{return h.aggregate.call(null,n)}};n[m].settings={resizeThrottle:100,scrollThrottle:30};return i.load(function(){return n[m]("refresh")})})}).call(this); \ No newline at end of file diff --git a/public/basket.html b/public/basket.html index 1a6e58a..7f6bc6d 100644 --- a/public/basket.html +++ b/public/basket.html @@ -11,15 +11,10 @@ - - - - -
@@ -125,11 +120,11 @@ @@ -159,14 +154,6 @@ - - - - - - - - - + diff --git a/public/index.html b/public/index.html index eb966f4..5a18271 100644 --- a/public/index.html +++ b/public/index.html @@ -11,15 +11,10 @@ - - - - - @@ -27,19 +22,22 @@

Тестовое задание WP Studio

-
-            Дано:
-                - Страница товара с кнопкой "Добавить в корзину"
-                - Страница корзины со списком добавленныйх товаров в корзину
 
-            Нужно:
-            - Реализовать структуру хранения данных товарной корзины на бэкенде
-            - При нажатии на кнопку "Добавить в корзину", нужно добавлять товар в структуру данных корзины.
-            Если такой товар в корзине уже есть - не добавлять.
-            - На странице корзины, при помощи jQuery, нужно отслеживать изменение поля количества товара в корзине и менять его на сервере.
-            - Структура файлов может любой, запуск веб-сервера на ваше усмотрение (nginx, apache, php -S)
-            - Логику доступа к структуре данным на бэкенде можно реализовать на ООП.
-            
+

+ Дано:
+ - Страница товара с кнопкой "Добавить в корзину";
+ - Страница корзины с кнопками изменения количества и удаления товара из корзины. +

+

+ Нужно:
+ - Реализовать структуру хранения данных товарной корзины на PHP;
+ - При нажатии на кнопку "Добавить в корзину" - добавлять товар в корзину и сохранять на выбор с помощью: Cookie, Session, file-storage;
+ - На странице корзины, при помощи jQuery, нужно отслеживать изменение поля количества товара в корзине - отправлять на сервер ajax-запросом;
+ - Структура файлов может любой, запуск веб-сервера на ваше усмотрение (nginx, apache, php -S);
+ - Логику доступа к структуре данных на бэкенде нужно реализовать на ООП;
+ - В ответ на ajax-запросы при изменении количества товара или удалении товара из корзины - возвращайте шаблон списка товаров корзины и заменяйте содержимое слоя;
+ - Данные о стоимости позиций в корзине должны отображать реальную картину - Цена товара * На количество. Расчет должен производится на бэкенде. +

diff --git a/public/product-details.html b/public/product-details.html index 53bfef5..207be5f 100644 --- a/public/product-details.html +++ b/public/product-details.html @@ -11,15 +11,10 @@ - - - - -
@@ -71,24 +66,7 @@
@@ -146,14 +124,5 @@ - - - - - - - - -