├── .nojekyll ├── favicon.png ├── images ├── app-store.png ├── verified.png ├── play-store.png ├── pod-talk-logo.png ├── podcast │ ├── 12577967_02.jpg │ ├── 11683425_4790593.jpg │ ├── 27376480_7326766.jpg │ └── 27670664_7369753.jpg ├── profile │ ├── man-portrait.jpg │ ├── cute-smiling-woman-outdoor-portrait.jpg │ ├── woman-posing-black-dress-medium-shot.jpg │ ├── handsome-asian-man-listening-music-through-headphones.jpg │ ├── smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms.jpg │ ├── portrait-handsome-smiling-stylish-young-man-model-dressed-red-checkered-shirt-fashion-man-posing.jpg │ └── smart-attractive-asian-glasses-male-standing-smile-with-freshness-joyful-casual-blue-shirt-portrait-white-background.jpg ├── templatemo-wave-banner.jpg ├── templatemo-wave-footer.jpg ├── templatemo-wave-header.jpg ├── topics │ ├── woman-practicing-yoga-mat-home.jpg │ ├── delicious-meal-with-sambal-arrangement.jpg │ ├── physician-consulting-his-patient-clinic.jpg │ └── repairman-doing-air-conditioner-service.jpg └── medium-shot-young-people-recording-podcast.jpg ├── fonts ├── bootstrap-icons.woff └── bootstrap-icons.woff2 ├── README.md ├── css ├── owl.theme.default.min.css ├── owl.carousel.min.css └── templatemo-pod-talk.css ├── js ├── custom.js └── owl.carousel.min.js ├── LICENSE ├── testnet.html └── index.html /.nojekyll: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/favicon.png -------------------------------------------------------------------------------- /images/app-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/app-store.png -------------------------------------------------------------------------------- /images/verified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/verified.png -------------------------------------------------------------------------------- /images/play-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/play-store.png -------------------------------------------------------------------------------- /images/pod-talk-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/pod-talk-logo.png -------------------------------------------------------------------------------- /fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /images/podcast/12577967_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/12577967_02.jpg -------------------------------------------------------------------------------- /images/profile/man-portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/man-portrait.jpg -------------------------------------------------------------------------------- /images/podcast/11683425_4790593.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/11683425_4790593.jpg -------------------------------------------------------------------------------- /images/podcast/27376480_7326766.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/27376480_7326766.jpg -------------------------------------------------------------------------------- /images/podcast/27670664_7369753.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/27670664_7369753.jpg -------------------------------------------------------------------------------- /images/templatemo-wave-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/templatemo-wave-banner.jpg -------------------------------------------------------------------------------- /images/templatemo-wave-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/templatemo-wave-footer.jpg -------------------------------------------------------------------------------- /images/templatemo-wave-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/templatemo-wave-header.jpg -------------------------------------------------------------------------------- /images/topics/woman-practicing-yoga-mat-home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/woman-practicing-yoga-mat-home.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Inscriptions online 2 | An online interface for creating inscriptions 3 | 4 | # How to try it 5 | 6 | https://supertestnet.github.io/inscriptions-online/ 7 | -------------------------------------------------------------------------------- /images/medium-shot-young-people-recording-podcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/medium-shot-young-people-recording-podcast.jpg -------------------------------------------------------------------------------- /images/profile/cute-smiling-woman-outdoor-portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/cute-smiling-woman-outdoor-portrait.jpg -------------------------------------------------------------------------------- /images/profile/woman-posing-black-dress-medium-shot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/woman-posing-black-dress-medium-shot.jpg -------------------------------------------------------------------------------- /images/topics/delicious-meal-with-sambal-arrangement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/delicious-meal-with-sambal-arrangement.jpg -------------------------------------------------------------------------------- /images/topics/physician-consulting-his-patient-clinic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/physician-consulting-his-patient-clinic.jpg -------------------------------------------------------------------------------- /images/topics/repairman-doing-air-conditioner-service.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/repairman-doing-air-conditioner-service.jpg -------------------------------------------------------------------------------- /images/profile/handsome-asian-man-listening-music-through-headphones.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/handsome-asian-man-listening-music-through-headphones.jpg -------------------------------------------------------------------------------- /images/profile/smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms.jpg -------------------------------------------------------------------------------- /images/profile/portrait-handsome-smiling-stylish-young-man-model-dressed-red-checkered-shirt-fashion-man-posing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/portrait-handsome-smiling-stylish-young-man-model-dressed-red-checkered-shirt-fashion-man-posing.jpg -------------------------------------------------------------------------------- /images/profile/smart-attractive-asian-glasses-male-standing-smile-with-freshness-joyful-casual-blue-shirt-portrait-white-background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/smart-attractive-asian-glasses-male-standing-smile-with-freshness-joyful-casual-blue-shirt-portrait-white-background.jpg -------------------------------------------------------------------------------- /css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /js/custom.js: -------------------------------------------------------------------------------- 1 | 2 | (function ($) { 3 | 4 | "use strict"; 5 | 6 | // MENU 7 | $('.navbar-collapse a').on('click',function(){ 8 | $(".navbar-collapse").collapse('hide'); 9 | }); 10 | 11 | // CUSTOM LINK 12 | $('.smoothscroll').click(function(){ 13 | var el = $(this).attr('href'); 14 | var elWrapped = $(el); 15 | var header_height = $('.navbar').height(); 16 | 17 | scrollToDiv(elWrapped,header_height); 18 | return false; 19 | 20 | function scrollToDiv(element,navheight){ 21 | var offset = element.offset(); 22 | var offsetTop = offset.top; 23 | var totalScroll = offsetTop-0; 24 | 25 | $('body,html').animate({ 26 | scrollTop: totalScroll 27 | }, 300); 28 | } 29 | }); 30 | 31 | $('.owl-carousel').owlCarousel({ 32 | center: true, 33 | loop: true, 34 | margin: 30, 35 | autoplay: true, 36 | responsiveClass: true, 37 | responsive:{ 38 | 0:{ 39 | items: 2, 40 | }, 41 | 767:{ 42 | items: 3, 43 | }, 44 | 1200:{ 45 | items: 4, 46 | } 47 | } 48 | }); 49 | 50 | })(window.jQuery); 51 | 52 | 53 | -------------------------------------------------------------------------------- /css/owl.carousel.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | .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;touch-action:manipulation;-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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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 .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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%} -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /css/templatemo-pod-talk.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | TemplateMo 584 Pod Talk 4 | 5 | https://templatemo.com/tm-584-pod-talk 6 | 7 | */ 8 | 9 | 10 | 11 | /*--------------------------------------- 12 | CUSTOM PROPERTIES ( VARIABLES ) 13 | -----------------------------------------*/ 14 | :root { 15 | --white-color: #ffffff; 16 | --primary-color: #00CC99; 17 | --secondary-color: #0066CC; 18 | --section-bg-color: #f0f8ff; 19 | --custom-btn-bg-color: #0066CC; 20 | --custom-btn-bg-hover-color: #00CC99; 21 | --dark-color: #000000; 22 | --p-color: #717275; 23 | --border-color: #7fffd4; 24 | --link-hover-color: #0066CC; 25 | 26 | --body-font-family: 'Montserrat', sans-serif; 27 | --title-font-family: 'Sono', sans-serif; 28 | 29 | --h1-font-size: 58px; 30 | --h2-font-size: 46px; 31 | --h3-font-size: 32px; 32 | --h4-font-size: 28px; 33 | --h5-font-size: 24px; 34 | --h6-font-size: 22px; 35 | --p-font-size: 16px; 36 | --menu-font-size: 14px; 37 | 38 | --border-radius-large: 100px; 39 | --border-radius-medium: 20px; 40 | --border-radius-small: 10px; 41 | 42 | --font-weight-light: 300; 43 | --font-weight-normal: 400; 44 | --font-weight-medium: 500; 45 | --font-weight-semibold: 600; 46 | --font-weight-bold: 700; 47 | } 48 | 49 | body { 50 | background-color: var(--white-color); 51 | font-family: var(--body-font-family); 52 | } 53 | 54 | 55 | /*--------------------------------------- 56 | TYPOGRAPHY 57 | -----------------------------------------*/ 58 | 59 | h2, 60 | h3, 61 | h4, 62 | h5, 63 | h6 { 64 | color: var(--dark-color); 65 | } 66 | 67 | h1, 68 | h2, 69 | h3, 70 | h4, 71 | h5, 72 | h6 { 73 | font-family: var(--title-font-family); 74 | font-weight: var(--font-weight-semibold); 75 | } 76 | 77 | h1 { 78 | font-size: var(--h1-font-size); 79 | font-weight: var(--font-weight-bold); 80 | } 81 | 82 | h2 { 83 | font-size: var(--h2-font-size); 84 | font-weight: var(--font-weight-bold); 85 | } 86 | 87 | h3 { 88 | font-size: var(--h3-font-size); 89 | } 90 | 91 | h4 { 92 | font-size: var(--h4-font-size); 93 | } 94 | 95 | h5 { 96 | font-size: var(--h5-font-size); 97 | } 98 | 99 | h6 { 100 | font-size: var(--h6-font-size); 101 | } 102 | 103 | p { 104 | color: var(--p-color); 105 | font-size: var(--p-font-size); 106 | font-weight: var(--font-weight-light); 107 | } 108 | 109 | ul li { 110 | color: var(--p-color); 111 | font-size: var(--p-font-size); 112 | font-weight: var(--font-weight-light); 113 | } 114 | 115 | a, 116 | button { 117 | touch-action: manipulation; 118 | transition: all 0.3s; 119 | } 120 | 121 | a { 122 | display: inline-block; 123 | color: var(--primary-color); 124 | text-decoration: none; 125 | } 126 | 127 | a:hover { 128 | color: var(--link-hover-color); 129 | } 130 | 131 | b, 132 | strong { 133 | font-weight: var(--font-weight-bold); 134 | } 135 | 136 | ::selection { 137 | background-color: var(--primary-color); 138 | color: var(--white-color); 139 | } 140 | 141 | 142 | /*--------------------------------------- 143 | SECTION 144 | -----------------------------------------*/ 145 | .section-title-wrap { 146 | position: relative; 147 | } 148 | 149 | .section-title-wrap::after { 150 | content: ""; 151 | background: var(--section-bg-color); 152 | width: 100%; 153 | height: 2px; 154 | position: absolute; 155 | top: 50%; 156 | left: 50%; 157 | transform: translate(-50%, -50%); 158 | pointer-events: none; 159 | } 160 | 161 | .section-title { 162 | background: var(--section-bg-color); 163 | border-radius: var(--border-radius-large); 164 | display: inline-block; 165 | position: relative; 166 | z-index: 2; 167 | margin-bottom: 0; 168 | padding: 10px 25px; 169 | } 170 | 171 | .section-padding { 172 | padding-top: 100px; 173 | padding-bottom: 100px; 174 | } 175 | 176 | main { 177 | position: relative; 178 | z-index: 1; 179 | } 180 | 181 | .section-bg { 182 | background-color: var(--section-bg-color); 183 | } 184 | 185 | .section-overlay { 186 | background-color: var(--primary-color); 187 | position: absolute; 188 | top: 0; 189 | left: 0; 190 | pointer-events: none; 191 | width: 100%; 192 | height: 100%; 193 | opacity: 0.85; 194 | } 195 | 196 | .section-overlay + .container { 197 | position: relative; 198 | } 199 | 200 | 201 | /*--------------------------------------- 202 | CUSTOM ICON COLOR 203 | -----------------------------------------*/ 204 | .custom-icon { 205 | color: var(--primary-color); 206 | } 207 | 208 | 209 | /*--------------------------------------- 210 | CUSTOM BUTTON 211 | -----------------------------------------*/ 212 | .custom-btn { 213 | background: var(--custom-btn-bg-color); 214 | border: 2px solid transparent; 215 | border-radius: var(--border-radius-large); 216 | color: var(--white-color); 217 | font-family: var(--title-font-family); 218 | font-size: var(--p-font-size); 219 | font-weight: var(--font-weight-semibold); 220 | line-height: normal; 221 | transition: all 0.3s; 222 | padding: 10px 20px; 223 | } 224 | 225 | .custom-btn:hover { 226 | background: var(--custom-btn-bg-hover-color); 227 | color: var(--white-color); 228 | } 229 | 230 | .custom-border-btn { 231 | background: transparent; 232 | border: 2px solid var(--custom-btn-bg-color); 233 | color: var(--custom-btn-bg-color); 234 | } 235 | 236 | .custom-border-btn:hover { 237 | background: var(--custom-btn-bg-color); 238 | border-color: transparent; 239 | color: var(--primary-color); 240 | } 241 | 242 | .custom-btn-bg-white { 243 | border-color: var(--white-color); 244 | color: var(--white-color); 245 | } 246 | 247 | 248 | /*--------------------------------------- 249 | SITE HEADER 250 | -----------------------------------------*/ 251 | .site-header { 252 | background-image: url('../images/templatemo-wave-header.jpg'), linear-gradient(#348CD2, #FFFFFF);; 253 | background-repeat: no-repeat; 254 | background-size: cover; 255 | background-position: center; 256 | min-height: 480px; 257 | position: relative; 258 | } 259 | 260 | .site-header h2 { 261 | color: var(--white-color); 262 | } 263 | 264 | 265 | /*--------------------------------------- 266 | NAVIGATION 267 | -----------------------------------------*/ 268 | .navbar { 269 | background-color: transparent; 270 | position: absolute; 271 | top: 0; 272 | right: 0; 273 | left: 0; 274 | z-index: 9; 275 | padding-top: 20px; 276 | padding-bottom: 20px; 277 | } 278 | 279 | .navbar .navbar-brand, 280 | .navbar .navbar-brand:hover { 281 | color: var(--white-color); 282 | } 283 | 284 | .navbar .logo-image { 285 | width: 100px; 286 | } 287 | 288 | .logo-image { 289 | width: 120px; 290 | height: auto; 291 | } 292 | 293 | .navbar-brand, 294 | .navbar-brand:hover { 295 | font-size: var(--h3-font-size); 296 | font-weight: var(--font-weight-bold); 297 | display: inline-block; 298 | } 299 | 300 | .navbar-brand span { 301 | font-family: var(--title-font-family); 302 | } 303 | 304 | .navbar-nav .nav-link { 305 | display: inline-block; 306 | color: var(--section-bg-color); 307 | font-family: var(--title-font-family); 308 | font-size: var(--menu-font-size); 309 | font-weight: var(--font-weight-medium); 310 | text-transform: uppercase; 311 | letter-spacing: 0.5px; 312 | position: relative; 313 | padding-top: 15px; 314 | padding-bottom: 15px; 315 | } 316 | 317 | .navbar-expand-lg .navbar-nav .nav-link { 318 | padding-right: 18px; 319 | padding-left: 18px; 320 | } 321 | 322 | .navbar-nav .nav-link.active, 323 | .navbar-nav .nav-link:hover { 324 | color: var(--secondary-color); 325 | } 326 | 327 | .navbar .dropdown-menu { 328 | background: var(--white-color); 329 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 330 | border: 0; 331 | display: inherit; 332 | opacity: 0; 333 | min-width: 9rem; 334 | margin-top: 20px; 335 | padding: 13px 0 10px 0; 336 | transition: all 0.3s; 337 | pointer-events: none; 338 | } 339 | 340 | .navbar .dropdown-menu::before { 341 | content: ""; 342 | width: 0; 343 | height: 0; 344 | border-left: 20px solid transparent; 345 | border-right: 20px solid transparent; 346 | border-bottom: 15px solid var(--white-color); 347 | position: absolute; 348 | top: -10px; 349 | left: 10px; 350 | } 351 | 352 | .navbar .dropdown-item { 353 | display: inline-block; 354 | color: var(--p-bg-color); 355 | font-family: var(--title-font-family); 356 | font-size: var(--menu-font-size); 357 | font-weight: var(--font-weight-medium); 358 | text-transform: uppercase; 359 | letter-spacing: 0.5px; 360 | position: relative; 361 | } 362 | 363 | .navbar .dropdown-item.active, 364 | .navbar .dropdown-item:active, 365 | .navbar .dropdown-item:focus, 366 | .navbar .dropdown-item:hover { 367 | background: transparent; 368 | color: var(--secondary-color); 369 | } 370 | 371 | .navbar .dropdown-toggle::after { 372 | content: "\f282"; 373 | display: inline-block; 374 | font-family: bootstrap-icons !important; 375 | font-size: var(--menu-font-size); 376 | font-style: normal; 377 | font-weight: normal !important; 378 | font-variant: normal; 379 | text-transform: none; 380 | line-height: 1; 381 | vertical-align: -.125em; 382 | -webkit-font-smoothing: antialiased; 383 | -moz-osx-font-smoothing: grayscale; 384 | position: relative; 385 | left: 2px; 386 | border: 0; 387 | } 388 | 389 | @media screen and (min-width: 992px) { 390 | .navbar .dropdown:hover .dropdown-menu { 391 | opacity: 1; 392 | margin-top: 0; 393 | pointer-events: auto; 394 | } 395 | } 396 | 397 | .navbar .custom-border-btn { 398 | border-color: var(--white-color); 399 | color: var(--white-color); 400 | } 401 | 402 | .navbar .custom-border-btn:hover { 403 | background: var(--white-color); 404 | color: var(--secondary-color); 405 | } 406 | 407 | .navbar-toggler { 408 | border: 0; 409 | padding: 0; 410 | cursor: pointer; 411 | margin: 0; 412 | width: 30px; 413 | height: 35px; 414 | outline: none; 415 | } 416 | 417 | .navbar-toggler:focus { 418 | outline: none; 419 | box-shadow: none; 420 | } 421 | 422 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { 423 | background: transparent; 424 | } 425 | 426 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before, 427 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after { 428 | transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease; 429 | transition: top 300ms 50ms ease, transform 300ms 350ms ease; 430 | transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease; 431 | top: 0; 432 | } 433 | 434 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before { 435 | transform: rotate(45deg); 436 | } 437 | 438 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after { 439 | transform: rotate(-45deg); 440 | } 441 | 442 | .navbar-toggler .navbar-toggler-icon { 443 | background: var(--white-color); 444 | transition: background 10ms 300ms ease; 445 | display: block; 446 | width: 30px; 447 | height: 2px; 448 | position: relative; 449 | } 450 | 451 | .navbar-toggler .navbar-toggler-icon:before, 452 | .navbar-toggler .navbar-toggler-icon:after { 453 | transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease; 454 | transition: top 300ms 350ms ease, transform 300ms 50ms ease; 455 | transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease; 456 | position: absolute; 457 | right: 0; 458 | left: 0; 459 | background: var(--white-color); 460 | width: 30px; 461 | height: 2px; 462 | content: ''; 463 | } 464 | 465 | .navbar-toggler .navbar-toggler-icon::before { 466 | top: -8px; 467 | } 468 | 469 | .navbar-toggler .navbar-toggler-icon::after { 470 | top: 8px; 471 | } 472 | 473 | 474 | /*--------------------------------------- 475 | CAROUSEL 476 | -----------------------------------------*/ 477 | .hero-section { 478 | background-image: url('../images/templatemo-wave-banner.jpg'), linear-gradient(#348CD2, #FFFFFF); 479 | background-repeat: no-repeat; 480 | background-size: 108% 76%; 481 | background-position: top; 482 | padding-top: 200px; 483 | } 484 | 485 | .owl-carousel { 486 | text-align: center; 487 | } 488 | 489 | .owl-carousel-image { 490 | display: block; 491 | } 492 | 493 | .owl-carousel .owl-item .owl-carousel-verified-image { 494 | display: inline-block; 495 | width: 30px; 496 | height: auto; 497 | position: relative; 498 | right: 5px; 499 | } 500 | 501 | .verified-image { 502 | display: inline-block; 503 | width: 20px; 504 | height: auto; 505 | } 506 | 507 | .owl-carousel .owl-item { 508 | opacity: 0.35; 509 | } 510 | 511 | .owl-carousel .owl-item.active.center { 512 | opacity: 1; 513 | } 514 | 515 | .owl-carousel-info-wrap { 516 | border-radius: var(--border-radius-medium); 517 | position: relative; 518 | overflow: hidden; 519 | text-align: left; 520 | } 521 | 522 | .owl-carousel-info { 523 | background-color: var(--section-bg-color); 524 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 525 | position: absolute; 526 | bottom: 0; 527 | right: 0; 528 | left: 0; 529 | padding: 30px; 530 | } 531 | 532 | .badge { 533 | background-color: var(--custom-btn-bg-color); 534 | font-family: var(--title-font-family); 535 | border-radius: var(--border-radius-large); 536 | color: var(--white-color); 537 | padding-bottom: 5px; 538 | } 539 | 540 | .owl-carousel-info-wrap .social-share, 541 | .team-thumb .social-share { 542 | position: absolute; 543 | right: 0; 544 | bottom: 0; 545 | } 546 | 547 | .owl-carousel-info-wrap .social-icon, 548 | .team-thumb .social-icon { 549 | opacity: 0; 550 | transition: all 0.3s ease; 551 | transform: translateX(0); 552 | padding-right: 20px; 553 | padding-left: 20px; 554 | } 555 | 556 | .owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon, 557 | .team-thumb:hover .social-icon { 558 | transform: translateY(-100%); 559 | opacity: 1; 560 | } 561 | 562 | .owl-carousel-info-wrap .social-icon-item, 563 | .owl-carousel-info-wrap .social-icon-link, 564 | .team-thumb .social-icon-item, 565 | .team-thumb .social-icon-link { 566 | display: block; 567 | margin-bottom: 10px; 568 | margin-left: auto; 569 | } 570 | 571 | .owl-carousel-info-wrap .social-icon-link { 572 | margin-top: 5px; 573 | margin-bottom: 5px; 574 | } 575 | 576 | .owl-carousel .owl-dots { 577 | background-color: var(--white-color); 578 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 579 | border-radius: var(--border-radius-large); 580 | display: inline-block; 581 | margin: auto; 582 | margin-top: 40px; 583 | padding: 15px 25px; 584 | padding-bottom: 7px; 585 | } 586 | 587 | .owl-theme .owl-nav.disabled+.owl-dots { 588 | margin-top: 40px; 589 | } 590 | 591 | .owl-theme .owl-dots .owl-dot.active span, 592 | .owl-theme .owl-dots .owl-dot:hover span { 593 | background: var(--secondary-color); 594 | } 595 | 596 | 597 | /*--------------------------------------- 598 | CUSTOM BLOCK 599 | -----------------------------------------*/ 600 | .custom-block { 601 | border: 2px solid var(--primary-color); 602 | border-radius: var(--border-radius-medium); 603 | position: relative; 604 | overflow: hidden; 605 | padding: 30px; 606 | transition: all 0.3s ease; 607 | } 608 | 609 | .custom-block:hover { 610 | background: var(--white-color); 611 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 612 | border-color: transparent; 613 | transform: translateY(-3px); 614 | } 615 | 616 | .custom-block-info { 617 | display: block; 618 | padding: 10px 20px; 619 | padding-bottom: 0; 620 | } 621 | 622 | .custom-block-image-wrap { 623 | position: relative; 624 | display: block; 625 | height: 100%; 626 | } 627 | 628 | .custom-block-image-wrap > a { 629 | display: block; 630 | } 631 | 632 | .custom-block-image { 633 | border-radius: var(--border-radius-medium); 634 | display: block; 635 | width: 112px; 636 | height: 112px; 637 | object-fit: cover; 638 | } 639 | 640 | .custom-block-image-detail-page .custom-block-image { 641 | width: 100%; 642 | height: 212px; 643 | } 644 | 645 | .custom-block .custom-block-icon { 646 | position: absolute; 647 | top: 50%; 648 | left: 50%; 649 | transform: translate(-50%, -50%); 650 | } 651 | 652 | .custom-block-icon-wrap { 653 | border-radius: var(--border-radius-medium); 654 | position: relative; 655 | overflow: hidden; 656 | } 657 | 658 | .custom-block-icon-wrap .section-overlay { 659 | opacity: 0.25; 660 | } 661 | 662 | .custom-block-btn-group { 663 | position: absolute; 664 | bottom: 0; 665 | right: 0; 666 | left: 0; 667 | margin: 20px; 668 | } 669 | 670 | .custom-block-btn-group .custom-block-icon { 671 | position: relative; 672 | top: 0; 673 | left: 0; 674 | transform: none; 675 | } 676 | 677 | .custom-block-icon { 678 | background: var(--primary-color); 679 | border-radius: var(--border-radius-medium); 680 | font-size: var(--p-font-size); 681 | color: var(--white-color); 682 | text-align: center; 683 | width: 32.5px; 684 | height: 32.5px; 685 | line-height: 32.5px; 686 | transition: all 0.3s; 687 | } 688 | 689 | .custom-block-icon:hover { 690 | background: var(--secondary-color); 691 | color: var(--white-color); 692 | } 693 | 694 | .custom-block .custom-btn { 695 | font-size: var(--menu-font-size); 696 | padding: 7px 15px; 697 | } 698 | 699 | .custom-block .custom-block-info + div .badge { 700 | background-color: var(--dark-color); 701 | color: var(--white-color); 702 | border-radius: 50px !important; 703 | font-size: var(--menu-font-size); 704 | display: flex; 705 | justify-content: center; 706 | text-align: center; 707 | width: 40px; 708 | height: 40px; 709 | line-height: 30px; 710 | margin-top: 5px; 711 | margin-bottom: 5px; 712 | } 713 | 714 | .custom-block .custom-block-info + div .badge:hover { 715 | background-color: var(--secondary-color); 716 | } 717 | 718 | .custom-block-full { 719 | background-color: var(--section-bg-color); 720 | border-color: transparent; 721 | } 722 | 723 | .custom-block-full:hover { 724 | border-color: var(--primary-color); 725 | } 726 | 727 | .custom-block-full .custom-block-info { 728 | padding: 20px; 729 | padding-bottom: 0; 730 | } 731 | 732 | .custom-block-full .custom-block-image { 733 | width: 100%; 734 | height: 210px; 735 | } 736 | 737 | .custom-block-full .social-share { 738 | position: absolute; 739 | top: 0; 740 | right: 0; 741 | margin: 50px; 742 | } 743 | 744 | .custom-block-top small { 745 | color: var(--p-color); 746 | font-family: var(--title-font-family); 747 | } 748 | 749 | .custom-block-top .badge { 750 | background-color: var(--secondary-color); 751 | color: var(--white-color); 752 | display: inline-block; 753 | vertical-align: middle; 754 | height: 26.64px; 755 | line-height: 20px; 756 | } 757 | 758 | .custom-block-bottom a:hover span { 759 | color: var(--primary-color); 760 | } 761 | 762 | .custom-block-bottom a span { 763 | font-family: var(--title-font-family); 764 | color: var(--p-color); 765 | text-transform: uppercase; 766 | margin-left: 3px; 767 | } 768 | 769 | .custom-block-overlay { 770 | border-color: transparent; 771 | padding: 0; 772 | } 773 | 774 | .custom-block-overlay .custom-block-image { 775 | margin: auto; 776 | width: 100%; 777 | height: 210px; 778 | transition: all 0.3s; 779 | } 780 | 781 | .custom-block-overlay:hover .custom-block-image { 782 | padding: 15px; 783 | padding-bottom: 0; 784 | } 785 | 786 | .custom-block-overlay-info { 787 | padding: 15px 20px 20px 20px; 788 | } 789 | 790 | 791 | /*--------------------------------------- 792 | PROIFLE BLOCK 793 | -----------------------------------------*/ 794 | .profile-block { 795 | margin-top: 10px; 796 | } 797 | 798 | .profile-block-image { 799 | border-radius: var(--border-radius-large); 800 | width: 50px; 801 | height: 50px; 802 | object-fit: cover; 803 | margin-right: 10px; 804 | } 805 | 806 | .profile-block p strong { 807 | display: block; 808 | font-family: var(--title-font-family); 809 | } 810 | 811 | .profile-detail-block { 812 | border: 1px solid #dee2e6; 813 | border-radius: var(--border-radius-large); 814 | padding: 25px 35px; 815 | } 816 | 817 | .profile-detail-block p { 818 | margin-bottom: 0; 819 | } 820 | 821 | 822 | /*--------------------------------------- 823 | ABOUT & TEAM SECTION 824 | -----------------------------------------*/ 825 | .about-image { 826 | border-radius: var(--border-radius-medium); 827 | display: block; 828 | } 829 | 830 | .team-thumb { 831 | border-radius: var(--border-radius-medium); 832 | position: relative; 833 | overflow: hidden; 834 | } 835 | 836 | .team-info { 837 | background-color: var(--white-color); 838 | position: absolute; 839 | bottom: 0; 840 | right: 0; 841 | left: 0; 842 | padding: 30px; 843 | } 844 | 845 | 846 | /*--------------------------------------- 847 | PAGINATION 848 | -----------------------------------------*/ 849 | .pagination { 850 | border: 1px solid #dee2e6; 851 | border-radius: var(--border-radius-large); 852 | padding: 20px; 853 | } 854 | 855 | .page-link { 856 | border: 0; 857 | border-radius: var(--border-radius-small); 858 | color: var(--p-color); 859 | font-family: var(--title-font-family); 860 | margin: 0 5px; 861 | padding: 10px 20px; 862 | } 863 | 864 | .page-link:hover, 865 | .page-item:first-child .page-link:hover, 866 | .page-item:last-child .page-link:hover { 867 | background-color: var(--secondary-color); 868 | color: var(--white-color); 869 | } 870 | 871 | .page-item:first-child .page-link { 872 | margin-right: 10px; 873 | } 874 | 875 | .active>.page-link, .page-link.active { 876 | background-color: var(--secondary-color); 877 | border-color: var(--secondary-color); 878 | } 879 | 880 | 881 | /*--------------------------------------- 882 | CONTACT 883 | -----------------------------------------*/ 884 | .contact-info p strong { 885 | font-family: var(--title-font-family); 886 | min-width: 90px; 887 | } 888 | 889 | .contact-info p a { 890 | color: var(--p-color); 891 | border-bottom: 1px solid; 892 | padding-bottom: 3px; 893 | } 894 | 895 | .contact-info p a:hover { 896 | color: var(--secondary-color); 897 | } 898 | 899 | .google-map { 900 | border-radius: var(--border-radius-medium); 901 | } 902 | 903 | .contact-form .form-floating>textarea { 904 | border-radius: var(--border-radius-medium); 905 | height: 150px; 906 | } 907 | 908 | 909 | /*--------------------------------------- 910 | SUBSCRIBE FORM 911 | -----------------------------------------*/ 912 | .subscribe-form-wrap { 913 | border: 1px solid var(--white-color); 914 | border-radius: var(--border-radius-small); 915 | width: 80%; 916 | position: relative; 917 | top: 12px; 918 | padding: 35px; 919 | } 920 | 921 | .subscribe-form-wrap h6 { 922 | background: var(--white-color); 923 | border-radius: var(--border-radius-medium); 924 | color: var(--primary-color); 925 | text-align: center; 926 | position: relative; 927 | bottom: 55px; 928 | margin-bottom: -25px; 929 | padding: 8px; 930 | } 931 | 932 | .subscribe-form #subscribe-email { 933 | border: 0; 934 | border-radius: 10px 10px 0 0; 935 | margin-bottom: 0; 936 | } 937 | 938 | .subscribe-form #submit { 939 | border-radius: 0 0 10px 10px; 940 | } 941 | 942 | 943 | /*--------------------------------------- 944 | CUSTOM FORM 945 | -----------------------------------------*/ 946 | .custom-form .form-control { 947 | border-radius: var(--border-radius-small); 948 | color: var(--p-color); 949 | font-family: var(--title-font-family); 950 | font-size: var(--p-font-size); 951 | margin-bottom: 24px; 952 | padding-top: 10px; 953 | padding-bottom: 10px; 954 | padding-left: 20px; 955 | outline: none; 956 | } 957 | 958 | .form-floating>label { 959 | padding-left: 20px; 960 | } 961 | 962 | .custom-form button[type="submit"] { 963 | background: var(--custom-btn-bg-color); 964 | border: none; 965 | border-radius: var(--border-radius-large); 966 | color: var(--white-color); 967 | font-family: var(--title-font-family); 968 | font-size: var(--p-font-size); 969 | font-weight: var(--font-weight-semibold); 970 | transition: all 0.3s; 971 | margin-bottom: 0; 972 | } 973 | 974 | .custom-form button[type="submit"]:hover, 975 | .custom-form button[type="submit"]:focus { 976 | background: var(--custom-btn-bg-hover-color); 977 | border-color: transparent; 978 | } 979 | 980 | 981 | /*--------------------------------------- 982 | SEARCH FORM 983 | -----------------------------------------*/ 984 | .search-form .form-control { 985 | border: 0; 986 | margin-bottom: 0; 987 | } 988 | 989 | .search-form button[type="submit"] { 990 | background: var(--secondary-color); 991 | border-color: var(--secondary-color); 992 | max-width: 50px; 993 | height: 100%; 994 | padding-left: 15px; 995 | } 996 | 997 | .search-form button[type="submit"]:hover { 998 | background: var(--primary-color); 999 | } 1000 | 1001 | 1002 | /*--------------------------------------- 1003 | SITE FOOTER 1004 | -----------------------------------------*/ 1005 | .site-footer { 1006 | background-image: url('../images/templatemo-wave-footer.jpg'), linear-gradient(#FFFFFF, #348CD2); 1007 | background-repeat: no-repeat; 1008 | background-size: cover; 1009 | background-position: center; 1010 | margin-top: -80px; 1011 | padding-top: 100px; 1012 | padding-bottom: 150px; 1013 | } 1014 | 1015 | .site-footer > .container { 1016 | position: relative; 1017 | top: 50px; 1018 | padding-top: 100px; 1019 | } 1020 | 1021 | .site-footer-title, 1022 | .site-footer p { 1023 | color: var(--white-color); 1024 | } 1025 | 1026 | .site-footer p strong { 1027 | font-family: var(--title-font-family); 1028 | } 1029 | 1030 | .site-footer p a { 1031 | color: var(--white-color); 1032 | border-bottom: 1px solid; 1033 | padding-bottom: 3px; 1034 | } 1035 | 1036 | .site-footer p a:hover { 1037 | color: var(--secondary-color); 1038 | } 1039 | 1040 | .site-footer-thumb a img { 1041 | display: block; 1042 | width: 120px; 1043 | min-width: 120px; 1044 | height: auto; 1045 | } 1046 | 1047 | .site-footer-links { 1048 | margin-bottom: 0; 1049 | padding-left: 0; 1050 | } 1051 | 1052 | .site-footer-link-item { 1053 | display: inline-block; 1054 | list-style: none; 1055 | margin-right: 10px; 1056 | margin-left: 10px; 1057 | } 1058 | 1059 | .site-footer-link { 1060 | color: var(--white-color); 1061 | font-size: var(--p-font-size); 1062 | line-height: inherit; 1063 | } 1064 | 1065 | 1066 | /*--------------------------------------- 1067 | SOCIAL ICON 1068 | -----------------------------------------*/ 1069 | .social-icon { 1070 | margin: 0; 1071 | padding: 0; 1072 | } 1073 | 1074 | .social-icon-item { 1075 | list-style: none; 1076 | display: inline-block; 1077 | vertical-align: top; 1078 | } 1079 | 1080 | .social-icon-link { 1081 | background: var(--secondary-color); 1082 | border-radius: var(--border-radius-large); 1083 | color: var(--white-color); 1084 | font-size: var(--p-font-size); 1085 | display: block; 1086 | margin-right: 10px; 1087 | text-align: center; 1088 | width: 40px; 1089 | height: 40px; 1090 | line-height: 40px; 1091 | transition: background 0.2s, color 0.2s; 1092 | } 1093 | 1094 | .social-icon-link:hover { 1095 | background: var(--primary-color); 1096 | color: var(--white-color); 1097 | } 1098 | 1099 | 1100 | /*--------------------------------------- 1101 | RESPONSIVE STYLES 1102 | -----------------------------------------*/ 1103 | @media screen and (min-width: 2160px) { 1104 | .hero-section { 1105 | background-size: 100% 90%; 1106 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1107 | } 1108 | } 1109 | 1110 | 1111 | @media screen and (min-width: 1600px) { 1112 | .site-footer { 1113 | padding-top: 250px; 1114 | } 1115 | } 1116 | 1117 | @media screen and (max-width: 1240px) { 1118 | .hero-section { 1119 | background-size: 116%; 1120 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1121 | } 1122 | } 1123 | 1124 | @media screen and (max-width: 991px) { 1125 | h1 { 1126 | font-size: 48px; 1127 | } 1128 | 1129 | h2 { 1130 | font-size: 36px; 1131 | } 1132 | 1133 | h3 { 1134 | font-size: 32px; 1135 | } 1136 | 1137 | h4 { 1138 | font-size: 28px; 1139 | } 1140 | 1141 | h5 { 1142 | font-size: 20px; 1143 | } 1144 | 1145 | h6 { 1146 | font-size: 18px; 1147 | } 1148 | 1149 | .hero-section { 1150 | background-size: 160% 66%; 1151 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1152 | } 1153 | 1154 | .section-padding { 1155 | padding-top: 50px; 1156 | padding-bottom: 50px; 1157 | } 1158 | 1159 | .navbar-nav { 1160 | background-color: var(--primary-color); 1161 | border-radius: var(--border-radius-medium); 1162 | padding: 30px; 1163 | } 1164 | 1165 | .navbar-nav .nav-link { 1166 | padding: 5px 0; 1167 | } 1168 | 1169 | .navbar-nav .dropdown-menu { 1170 | position: relative; 1171 | left: 10px; 1172 | opacity: 1; 1173 | pointer-events: auto; 1174 | max-width: 155px; 1175 | margin-top: 10px; 1176 | margin-bottom: 15px; 1177 | } 1178 | 1179 | .navbar-expand-lg .navbar-nav { 1180 | padding-bottom: 20px; 1181 | } 1182 | 1183 | .nav-tabs .nav-link:first-child { 1184 | margin-right: 5px; 1185 | } 1186 | 1187 | .nav-tabs .nav-link { 1188 | font-size: var(--copyright-font-size); 1189 | padding: 10px; 1190 | } 1191 | 1192 | .copyright-text { 1193 | text-align: center; 1194 | } 1195 | 1196 | .site-footer { 1197 | margin-top: -200px; 1198 | padding-top: 200px; 1199 | padding-bottom: 100px; 1200 | } 1201 | } 1202 | 1203 | @media screen and (max-width: 540px) { 1204 | .hero-section { 1205 | background-size: 180% 65%; 1206 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1207 | } 1208 | 1209 | .custom-block .custom-block-top { 1210 | flex-direction: column; 1211 | } 1212 | 1213 | .custom-block .custom-block-top small:last-child { 1214 | margin-top: 10px; 1215 | margin-bottom: 10px; 1216 | } 1217 | } 1218 | 1219 | @media screen and (max-width: 480px) { 1220 | h1 { 1221 | font-size: 36px; 1222 | } 1223 | 1224 | h2 { 1225 | font-size: 28px; 1226 | } 1227 | 1228 | h3 { 1229 | font-size: 26px; 1230 | } 1231 | 1232 | h4 { 1233 | font-size: 22px; 1234 | } 1235 | 1236 | h5 { 1237 | font-size: 20px; 1238 | } 1239 | } 1240 | 1241 | @media screen and (max-width: 414px) { 1242 | .search-form { 1243 | max-width: 200px; 1244 | } 1245 | 1246 | } 1247 | 1248 | -------------------------------------------------------------------------------- /testnet.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Inscribe the planet 8 | 108 | 109 | 110 | 111 | 112 | 113 | 121 | 222 | 223 | 224 |

Welcome to the online inscriber

225 |

This tool may not work in safari browser. If you are using that, consider switching.

226 |

First enter a taproot address from an ordinal wallet

227 |

228 |

Then upload a file you want that address to own or click here to register a domain name

229 |
230 |

231 |

232 |

61

233 |

Select a feerate (measured in sats per byte)

234 |
...
Min
...
Mid
...
Max
235 |
236 |

Sats per byte: 1

237 | 238 |
239 | 251 |
252 |

253 |
254 | 255 | 675 |
676 | 677 | 678 | 679 | -------------------------------------------------------------------------------- /js/owl.carousel.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | !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,checkVisibility:!0,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",slideTransition:"",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>0;)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,g-=1;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.$stage.children(".center").removeClass("center"),this.settings.center&&this.$stage.children().eq(this.current()).addClass("center")}}],e.prototype.initializeStage=function(){this.$stage=this.$element.find("."+this.settings.stageClass),this.$stage.length||(this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+">",{class:this.settings.stageClass}).wrap(a("
",{class:this.settings.stageOuterClass})),this.$element.append(this.$stage.parent()))},e.prototype.initializeItems=function(){var b=this.$element.find(".owl-item");if(b.length)return this._items=b.get().map(function(b){return a(b)}),this._mergers=this._items.map(function(){return 1}),void this.refresh();this.replace(this.$element.children().not(this.$stage.parent())),this.isVisible()?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass)},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 a,b,c;a=this.$element.find("img"),b=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,c=this.$element.children(b).width(),a.length&&c<=0&&this.preloadAutoWidthImages(a)}this.initializeStage(),this.initializeItems(),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.isVisible=function(){return!this.settings.checkVisibility||this.$element.is(":visible")},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.isVisible()&&(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)),!1!==this.settings.responsive&&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 e=-1,f=30,g=this.width(),h=this.coordinates();return this.settings.freeDrag||a.each(h,a.proxy(function(a,i){return"left"===c&&b>i-f&&bi-g-f&&b",h[a+1]!==d?h[a+1]:i-g)&&(e="left"===c?a+1:a),-1===e},this)),this.settings.loop||(this.op(b,">",h[this.minimum()])?e=b=this.minimum():this.op(b,"<",h[this.maximum()])&&(e=b=this.maximum())),e},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"+(this.settings.slideTransition?" "+this.settings.slideTransition:"")}):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))!==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){if(b=this._items.length)for(c=this._items[--b].width(),d=this.$element.width();b--&&!((c+=this._items[b].width()+this.settings.margin)>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+=-1*f*g),a=c+e,(d=((a-h)%g+g)%g+h)!==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.isVisible()&&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))!==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"),!1!==this.settings.responsive&&(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.$stage.remove(),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&&-1!==a.namespace.indexOf("owl")?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.isVisible(),this._interval=b.setInterval(a.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},e.prototype.refresh=function(){this._core.isVisible()!==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)){var c=this._core.settings,e=c.center&&Math.ceil(c.items/2)||c.items,f=c.center&&-1*e||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);for(c.lazyLoadEager>0&&(e+=c.lazyLoadEager,c.loop&&(g-=c.lazyLoadEager,e++));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")||f.attr("data-srcset");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):f.is("source")?f.one("load.owl.lazy",a.proxy(function(){this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("srcset",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(c){this._core=c,this._previousHeight=null,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),this._intervalId=null;var d=this;a(b).on("load",function(){d._core.settings.autoHeight&&d.update()}),a(b).resize(function(){d._core.settings.autoHeight&&(null!=d._intervalId&&clearTimeout(d._intervalId),d._intervalId=setTimeout(function(){d.update()},250))})};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.settings.lazyLoad,e=this._core.$stage.children().toArray().slice(b,c),f=[],g=0;a.each(e,function(b,c){f.push(a(c).height())}),g=Math.max.apply(null,f),g<=1&&d&&this._previousHeight&&(g=this._previousHeight),this._previousHeight=g,this._core.$stage.parent().height(g).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|be\-nocookie\.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?"width:"+c.width+"px;height:"+c.height+"px;":"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(c){e='
',d=k.lazyLoad?a("
",{class:"owl-video-tn "+j,srcType:c}):a("
",{class:"owl-video-tn",style:"opacity:1;background-image:url("+c+")"}),b.after(d),b.after(e)};if(b.wrap(a("
",{class:"owl-video-wrapper",style:g})),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()),c=a(''),c.attr("height",h),c.attr("width",g),"youtube"===f.type?c.attr("src","//www.youtube.com/embed/"+f.id+"?autoplay=1&rel=0&v="+f.id):"vimeo"===f.type?c.attr("src","//player.vimeo.com/video/"+f.id+"?autoplay=1"):"vzaar"===f.type&&c.attr("src","//view.vzaar.com/"+f.id+"/player?autoplay=true"),a(c).wrap('
').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, 7 | 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._call=null,this._time=0,this._timeout=0,this._paused=!0,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._paused&&(this._time=0)},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._next=function(d){this._call=b.setTimeout(a.proxy(this._next,this,d),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||c.hidden||this._core.next(d||this._core.settings.autoplaySpeed)},e.prototype.read=function(){return(new Date).getTime()-this._time},e.prototype.play=function(c,d){var e;this._core.is("rotating")||this._core.enter("rotating"),c=c||this._core.settings.autoplayTimeout,e=Math.min(this._time%(this._timeout||c),c),this._paused?(this._time=this.read(),this._paused=!1):b.clearTimeout(this._call),this._time+=this.read()%c-e,this._timeout=c,this._call=b.setTimeout(a.proxy(this._next,this,d),c-e)},e.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,b.clearTimeout(this._call),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,b.clearTimeout(this._call))},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:['',''],navSpeed:!1,navElement:'button type="button" role="presentation"',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(' 325 |
326 | 327 |
328 | 330 |
331 | 332 |
333 | 334 |
335 | 336 | 338 |
339 | 340 |
341 | 342 | 343 |
344 | 345 |
346 | 347 | 349 |
350 | 351 |
352 | 353 |
354 | 355 |
356 | 357 | 359 |
360 | 361 |
362 | 363 | 364 |
365 | 366 |
367 | 368 | 369 |
370 | 371 |
372 | 373 | 374 | 61 375 | 376 |

Select a feerate (sats/vB)

377 |
378 |
379 |
...
380 |
Min
381 |
382 |
383 |
...
384 |
Mid
385 |
386 |
387 |
...
388 |
Max
389 |
390 |
391 |
392 | 393 | 394 |
395 | 407 | 408 |
409 | 410 | 411 |
412 |
413 | 414 |
415 | 416 | 417 |
418 | 419 |
420 | 421 | 422 | 423 | 1439 |
1440 | 1447 | 1448 | 1449 | --------------------------------------------------------------------------------