├── README.md ├── addons ├── repo │ ├── addons.xml.md5 │ ├── addons_matrix.xml.md5 │ ├── Plugins │ │ ├── plugin.video.f4mTester │ │ │ ├── icon.png │ │ │ ├── plugin.video.f4mTester-2.7.1.zip │ │ │ └── changelog.txt │ │ ├── repository.BrazucaPlay │ │ │ ├── icon.png │ │ │ ├── fanart.jpg │ │ │ ├── resources │ │ │ │ ├── home.jpg │ │ │ │ ├── movies.jpg │ │ │ │ └── series.jpg │ │ │ └── repository.BrazucaPlay-1.5.zip │ │ ├── script.video.F4mProxy │ │ │ ├── icon.png │ │ │ ├── script.video.F4mProxy-2.8.7.zip │ │ │ └── changelog.txt │ │ ├── plugin.video.BrazucaPlay │ │ │ ├── icon.png │ │ │ ├── fanart.jpg │ │ │ ├── resources │ │ │ │ ├── home.jpg │ │ │ │ ├── movies.jpg │ │ │ │ └── series.jpg │ │ │ └── plugin.video.BrazucaPlay-2.1.4.zip │ │ └── plugin.video.BrazucaPlay.Matrix │ │ │ ├── icon.png │ │ │ ├── fanart.jpg │ │ │ ├── resources │ │ │ ├── home.jpg │ │ │ ├── movies.jpg │ │ │ └── series.jpg │ │ │ └── plugin.video.BrazucaPlay.Matrix-2.1.4.zip │ ├── addons_matrix.xml │ └── addons.xml ├── logo.png ├── mrpiracy.otf ├── Plugins - Extrair.zip ├── cloudrequest-py2.zip ├── cloudrequest-py3.zip ├── plugin.video.+18Play.zip ├── repository.BrazucaPlay.zip ├── plugin.video.BrazucaPlay.zip ├── plugin.video.f4mTester-2.7.1.zip ├── script.video.F4mProxy-2.8.7.zip └── plugin.video.BrazucaPlay.Matrix.zip ├── logos ├── 1hd.png ├── ae.png ├── amc.png ├── axn.png ├── band.png ├── bbb.png ├── bis.png ├── e!.png ├── ei1.png ├── ei2.png ├── espn.png ├── fx.png ├── gnt.png ├── h2.png ├── hbo.png ├── hbo2.png ├── hgtv.png ├── mtv.png ├── nick.png ├── off.png ├── sbt.png ├── slam.png ├── sony.png ├── syfy.png ├── tbs.png ├── tcm.png ├── tlc.png ├── tnt.png ├── vh1.png ├── viva.png ├── 24hrs.png ├── arte1.png ├── babytv.png ├── curta!.jpg ├── djing.png ├── eimaxx.png ├── fishtv.png ├── globo.png ├── gloob.png ├── heartv.png ├── hittv.png ├── mixtv.png ├── muztv.png ├── natgeo.png ├── playtv.png ├── rbstv.png ├── record.png ├── redetv.png ├── space.png ├── sportv.png ├── tc_fun.png ├── trutv.png ├── tvtem.png ├── venus.png ├── woohoo.png ├── afazenda.png ├── allsports.png ├── band_news.png ├── bhnews_tv.png ├── boomerang.png ├── cinemax.png ├── cinesky.png ├── combate.png ├── disney_xd.png ├── eimaxx2.png ├── epg │ └── epgbr.db ├── espn_plus.png ├── foxsports.png ├── globonews.png ├── gloobinho.png ├── hbo_max.png ├── hbo_mundi.png ├── hbo_plus.png ├── hbo_pop.png ├── history.png ├── lifetime.png ├── loading.png ├── megapix.png ├── mimusica.png ├── multishow.png ├── nick_jr.png ├── nsports.png ├── playboytv.png ├── premiere.png ├── rede_vida.png ├── sextreme.png ├── sexyhot.png ├── star_hits.png ├── star_life.png ├── star_plus.png ├── tc_action.png ├── tc_cult.png ├── tc_pipoca.png ├── tc_touch.png ├── tooncast.png ├── tvclima.png ├── tvcultura.png ├── tvescola.png ├── tvgazeta.png ├── virgintv.png ├── bandsports.png ├── canalbrasil.png ├── canalfutura.png ├── cnn_brasil.png ├── espn_brasil.png ├── espn_extra.png ├── fox_premium.png ├── foxsports2.png ├── hbo_family.png ├── hbo_plus_e.png ├── hbo_xtreme.png ├── modo_viagem.png ├── natgeo_kids.png ├── natgeo_wild.png ├── prime_video.png ├── record_news.png ├── tc_premium.png ├── tnt_novelas.png ├── tnt_series.png ├── usa_network.png ├── acriticaplay.png ├── animal_planet.png ├── comedy_central.png ├── discovery_kids.png ├── disney_channel.png ├── disney_junior.png ├── food_network.png ├── foxsports_full.png ├── gospelmusic_tv.png ├── hbo_signature.png ├── nosso_futebol.png ├── paramount_plus.png ├── retro_cartoon.png ├── star_channel.png ├── tv_aparecida.png ├── tvpontanegra.png ├── universal_tv.png ├── warner_channel.png ├── cartoon_network.png ├── discovery_turbo.png ├── discovery_world.png ├── radiomontecarlo.png ├── studio_universal.png ├── discovery_channel.png ├── discovery_science.png ├── discovery_theater.png ├── paramount_network.png ├── universal_premiere.png ├── universal_reality.png ├── discovery_home_health.png ├── discovery_civilization.png └── discovery_investigation.png ├── _config.yml ├── pages ├── js │ ├── custom.js │ ├── jquery.cookie.js │ ├── smoothscroll.js │ ├── wow.min.js │ ├── vegas.min.js │ └── bootstrap.min.js └── css │ ├── et-line-font.css │ ├── vegas.min.css │ ├── style.css │ └── font-awesome.min.css ├── .github └── workflows │ └── static.yml └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # BRAZUCA COMMUNITY 2 | © 2024 3 | -------------------------------------------------------------------------------- /addons/repo/addons.xml.md5: -------------------------------------------------------------------------------- 1 | 885e457c08b38ad1def3ec2f2cd48fa2 -------------------------------------------------------------------------------- /addons/repo/addons_matrix.xml.md5: -------------------------------------------------------------------------------- 1 | bdb99155ebe0428410121b3f16783aaa -------------------------------------------------------------------------------- /logos/1hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/1hd.png -------------------------------------------------------------------------------- /logos/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/ae.png -------------------------------------------------------------------------------- /logos/amc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/amc.png -------------------------------------------------------------------------------- /logos/axn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/axn.png -------------------------------------------------------------------------------- /logos/band.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/band.png -------------------------------------------------------------------------------- /logos/bbb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/bbb.png -------------------------------------------------------------------------------- /logos/bis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/bis.png -------------------------------------------------------------------------------- /logos/e!.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/e!.png -------------------------------------------------------------------------------- /logos/ei1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/ei1.png -------------------------------------------------------------------------------- /logos/ei2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/ei2.png -------------------------------------------------------------------------------- /logos/espn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/espn.png -------------------------------------------------------------------------------- /logos/fx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/fx.png -------------------------------------------------------------------------------- /logos/gnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/gnt.png -------------------------------------------------------------------------------- /logos/h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/h2.png -------------------------------------------------------------------------------- /logos/hbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo.png -------------------------------------------------------------------------------- /logos/hbo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo2.png -------------------------------------------------------------------------------- /logos/hgtv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hgtv.png -------------------------------------------------------------------------------- /logos/mtv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/mtv.png -------------------------------------------------------------------------------- /logos/nick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/nick.png -------------------------------------------------------------------------------- /logos/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/off.png -------------------------------------------------------------------------------- /logos/sbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/sbt.png -------------------------------------------------------------------------------- /logos/slam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/slam.png -------------------------------------------------------------------------------- /logos/sony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/sony.png -------------------------------------------------------------------------------- /logos/syfy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/syfy.png -------------------------------------------------------------------------------- /logos/tbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tbs.png -------------------------------------------------------------------------------- /logos/tcm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tcm.png -------------------------------------------------------------------------------- /logos/tlc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tlc.png -------------------------------------------------------------------------------- /logos/tnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tnt.png -------------------------------------------------------------------------------- /logos/vh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/vh1.png -------------------------------------------------------------------------------- /logos/viva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/viva.png -------------------------------------------------------------------------------- /addons/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/logo.png -------------------------------------------------------------------------------- /logos/24hrs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/24hrs.png -------------------------------------------------------------------------------- /logos/arte1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/arte1.png -------------------------------------------------------------------------------- /logos/babytv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/babytv.png -------------------------------------------------------------------------------- /logos/curta!.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/curta!.jpg -------------------------------------------------------------------------------- /logos/djing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/djing.png -------------------------------------------------------------------------------- /logos/eimaxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/eimaxx.png -------------------------------------------------------------------------------- /logos/fishtv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/fishtv.png -------------------------------------------------------------------------------- /logos/globo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/globo.png -------------------------------------------------------------------------------- /logos/gloob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/gloob.png -------------------------------------------------------------------------------- /logos/heartv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/heartv.png -------------------------------------------------------------------------------- /logos/hittv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hittv.png -------------------------------------------------------------------------------- /logos/mixtv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/mixtv.png -------------------------------------------------------------------------------- /logos/muztv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/muztv.png -------------------------------------------------------------------------------- /logos/natgeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/natgeo.png -------------------------------------------------------------------------------- /logos/playtv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/playtv.png -------------------------------------------------------------------------------- /logos/rbstv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/rbstv.png -------------------------------------------------------------------------------- /logos/record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/record.png -------------------------------------------------------------------------------- /logos/redetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/redetv.png -------------------------------------------------------------------------------- /logos/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/space.png -------------------------------------------------------------------------------- /logos/sportv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/sportv.png -------------------------------------------------------------------------------- /logos/tc_fun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tc_fun.png -------------------------------------------------------------------------------- /logos/trutv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/trutv.png -------------------------------------------------------------------------------- /logos/tvtem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tvtem.png -------------------------------------------------------------------------------- /logos/venus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/venus.png -------------------------------------------------------------------------------- /logos/woohoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/woohoo.png -------------------------------------------------------------------------------- /addons/mrpiracy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/mrpiracy.otf -------------------------------------------------------------------------------- /logos/afazenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/afazenda.png -------------------------------------------------------------------------------- /logos/allsports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/allsports.png -------------------------------------------------------------------------------- /logos/band_news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/band_news.png -------------------------------------------------------------------------------- /logos/bhnews_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/bhnews_tv.png -------------------------------------------------------------------------------- /logos/boomerang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/boomerang.png -------------------------------------------------------------------------------- /logos/cinemax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/cinemax.png -------------------------------------------------------------------------------- /logos/cinesky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/cinesky.png -------------------------------------------------------------------------------- /logos/combate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/combate.png -------------------------------------------------------------------------------- /logos/disney_xd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/disney_xd.png -------------------------------------------------------------------------------- /logos/eimaxx2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/eimaxx2.png -------------------------------------------------------------------------------- /logos/epg/epgbr.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/epg/epgbr.db -------------------------------------------------------------------------------- /logos/espn_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/espn_plus.png -------------------------------------------------------------------------------- /logos/foxsports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/foxsports.png -------------------------------------------------------------------------------- /logos/globonews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/globonews.png -------------------------------------------------------------------------------- /logos/gloobinho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/gloobinho.png -------------------------------------------------------------------------------- /logos/hbo_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_max.png -------------------------------------------------------------------------------- /logos/hbo_mundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_mundi.png -------------------------------------------------------------------------------- /logos/hbo_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_plus.png -------------------------------------------------------------------------------- /logos/hbo_pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_pop.png -------------------------------------------------------------------------------- /logos/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/history.png -------------------------------------------------------------------------------- /logos/lifetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/lifetime.png -------------------------------------------------------------------------------- /logos/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/loading.png -------------------------------------------------------------------------------- /logos/megapix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/megapix.png -------------------------------------------------------------------------------- /logos/mimusica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/mimusica.png -------------------------------------------------------------------------------- /logos/multishow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/multishow.png -------------------------------------------------------------------------------- /logos/nick_jr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/nick_jr.png -------------------------------------------------------------------------------- /logos/nsports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/nsports.png -------------------------------------------------------------------------------- /logos/playboytv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/playboytv.png -------------------------------------------------------------------------------- /logos/premiere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/premiere.png -------------------------------------------------------------------------------- /logos/rede_vida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/rede_vida.png -------------------------------------------------------------------------------- /logos/sextreme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/sextreme.png -------------------------------------------------------------------------------- /logos/sexyhot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/sexyhot.png -------------------------------------------------------------------------------- /logos/star_hits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/star_hits.png -------------------------------------------------------------------------------- /logos/star_life.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/star_life.png -------------------------------------------------------------------------------- /logos/star_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/star_plus.png -------------------------------------------------------------------------------- /logos/tc_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tc_action.png -------------------------------------------------------------------------------- /logos/tc_cult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tc_cult.png -------------------------------------------------------------------------------- /logos/tc_pipoca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tc_pipoca.png -------------------------------------------------------------------------------- /logos/tc_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tc_touch.png -------------------------------------------------------------------------------- /logos/tooncast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tooncast.png -------------------------------------------------------------------------------- /logos/tvclima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tvclima.png -------------------------------------------------------------------------------- /logos/tvcultura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tvcultura.png -------------------------------------------------------------------------------- /logos/tvescola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tvescola.png -------------------------------------------------------------------------------- /logos/tvgazeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tvgazeta.png -------------------------------------------------------------------------------- /logos/virgintv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/virgintv.png -------------------------------------------------------------------------------- /logos/bandsports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/bandsports.png -------------------------------------------------------------------------------- /logos/canalbrasil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/canalbrasil.png -------------------------------------------------------------------------------- /logos/canalfutura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/canalfutura.png -------------------------------------------------------------------------------- /logos/cnn_brasil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/cnn_brasil.png -------------------------------------------------------------------------------- /logos/espn_brasil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/espn_brasil.png -------------------------------------------------------------------------------- /logos/espn_extra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/espn_extra.png -------------------------------------------------------------------------------- /logos/fox_premium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/fox_premium.png -------------------------------------------------------------------------------- /logos/foxsports2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/foxsports2.png -------------------------------------------------------------------------------- /logos/hbo_family.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_family.png -------------------------------------------------------------------------------- /logos/hbo_plus_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_plus_e.png -------------------------------------------------------------------------------- /logos/hbo_xtreme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_xtreme.png -------------------------------------------------------------------------------- /logos/modo_viagem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/modo_viagem.png -------------------------------------------------------------------------------- /logos/natgeo_kids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/natgeo_kids.png -------------------------------------------------------------------------------- /logos/natgeo_wild.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/natgeo_wild.png -------------------------------------------------------------------------------- /logos/prime_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/prime_video.png -------------------------------------------------------------------------------- /logos/record_news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/record_news.png -------------------------------------------------------------------------------- /logos/tc_premium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tc_premium.png -------------------------------------------------------------------------------- /logos/tnt_novelas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tnt_novelas.png -------------------------------------------------------------------------------- /logos/tnt_series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tnt_series.png -------------------------------------------------------------------------------- /logos/usa_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/usa_network.png -------------------------------------------------------------------------------- /logos/acriticaplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/acriticaplay.png -------------------------------------------------------------------------------- /logos/animal_planet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/animal_planet.png -------------------------------------------------------------------------------- /logos/comedy_central.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/comedy_central.png -------------------------------------------------------------------------------- /logos/discovery_kids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_kids.png -------------------------------------------------------------------------------- /logos/disney_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/disney_channel.png -------------------------------------------------------------------------------- /logos/disney_junior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/disney_junior.png -------------------------------------------------------------------------------- /logos/food_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/food_network.png -------------------------------------------------------------------------------- /logos/foxsports_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/foxsports_full.png -------------------------------------------------------------------------------- /logos/gospelmusic_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/gospelmusic_tv.png -------------------------------------------------------------------------------- /logos/hbo_signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/hbo_signature.png -------------------------------------------------------------------------------- /logos/nosso_futebol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/nosso_futebol.png -------------------------------------------------------------------------------- /logos/paramount_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/paramount_plus.png -------------------------------------------------------------------------------- /logos/retro_cartoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/retro_cartoon.png -------------------------------------------------------------------------------- /logos/star_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/star_channel.png -------------------------------------------------------------------------------- /logos/tv_aparecida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tv_aparecida.png -------------------------------------------------------------------------------- /logos/tvpontanegra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/tvpontanegra.png -------------------------------------------------------------------------------- /logos/universal_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/universal_tv.png -------------------------------------------------------------------------------- /logos/warner_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/warner_channel.png -------------------------------------------------------------------------------- /logos/cartoon_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/cartoon_network.png -------------------------------------------------------------------------------- /logos/discovery_turbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_turbo.png -------------------------------------------------------------------------------- /logos/discovery_world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_world.png -------------------------------------------------------------------------------- /logos/radiomontecarlo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/radiomontecarlo.png -------------------------------------------------------------------------------- /logos/studio_universal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/studio_universal.png -------------------------------------------------------------------------------- /addons/Plugins - Extrair.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/Plugins - Extrair.zip -------------------------------------------------------------------------------- /addons/cloudrequest-py2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/cloudrequest-py2.zip -------------------------------------------------------------------------------- /addons/cloudrequest-py3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/cloudrequest-py3.zip -------------------------------------------------------------------------------- /logos/discovery_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_channel.png -------------------------------------------------------------------------------- /logos/discovery_science.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_science.png -------------------------------------------------------------------------------- /logos/discovery_theater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_theater.png -------------------------------------------------------------------------------- /logos/paramount_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/paramount_network.png -------------------------------------------------------------------------------- /logos/universal_premiere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/universal_premiere.png -------------------------------------------------------------------------------- /logos/universal_reality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/universal_reality.png -------------------------------------------------------------------------------- /addons/plugin.video.+18Play.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/plugin.video.+18Play.zip -------------------------------------------------------------------------------- /logos/discovery_home_health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_home_health.png -------------------------------------------------------------------------------- /addons/repository.BrazucaPlay.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repository.BrazucaPlay.zip -------------------------------------------------------------------------------- /logos/discovery_civilization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_civilization.png -------------------------------------------------------------------------------- /logos/discovery_investigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/logos/discovery_investigation.png -------------------------------------------------------------------------------- /addons/plugin.video.BrazucaPlay.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/plugin.video.BrazucaPlay.zip -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman 2 | title: My homepage 3 | description: Bookmark this to keep an eye on my project updates! -------------------------------------------------------------------------------- /addons/plugin.video.f4mTester-2.7.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/plugin.video.f4mTester-2.7.1.zip -------------------------------------------------------------------------------- /addons/script.video.F4mProxy-2.8.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/script.video.F4mProxy-2.8.7.zip -------------------------------------------------------------------------------- /addons/plugin.video.BrazucaPlay.Matrix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/plugin.video.BrazucaPlay.Matrix.zip -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.f4mTester/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.f4mTester/icon.png -------------------------------------------------------------------------------- /addons/repo/Plugins/repository.BrazucaPlay/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/repository.BrazucaPlay/icon.png -------------------------------------------------------------------------------- /addons/repo/Plugins/script.video.F4mProxy/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/script.video.F4mProxy/icon.png -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay/icon.png -------------------------------------------------------------------------------- /addons/repo/Plugins/repository.BrazucaPlay/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/repository.BrazucaPlay/fanart.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay/fanart.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/icon.png -------------------------------------------------------------------------------- /addons/repo/Plugins/repository.BrazucaPlay/resources/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/repository.BrazucaPlay/resources/home.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/fanart.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay/resources/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay/resources/home.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/repository.BrazucaPlay/resources/movies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/repository.BrazucaPlay/resources/movies.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/repository.BrazucaPlay/resources/series.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/repository.BrazucaPlay/resources/series.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay/resources/movies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay/resources/movies.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay/resources/series.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay/resources/series.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/resources/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/resources/home.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/resources/movies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/resources/movies.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/resources/series.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/resources/series.jpg -------------------------------------------------------------------------------- /addons/repo/Plugins/repository.BrazucaPlay/repository.BrazucaPlay-1.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/repository.BrazucaPlay/repository.BrazucaPlay-1.5.zip -------------------------------------------------------------------------------- /addons/repo/Plugins/script.video.F4mProxy/script.video.F4mProxy-2.8.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/script.video.F4mProxy/script.video.F4mProxy-2.8.7.zip -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.f4mTester/plugin.video.f4mTester-2.7.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.f4mTester/plugin.video.f4mTester-2.7.1.zip -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay/plugin.video.BrazucaPlay-2.1.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay/plugin.video.BrazucaPlay-2.1.4.zip -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/plugin.video.BrazucaPlay.Matrix-2.1.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyrisk/brazucaplay/HEAD/addons/repo/Plugins/plugin.video.BrazucaPlay.Matrix/plugin.video.BrazucaPlay.Matrix-2.1.4.zip -------------------------------------------------------------------------------- /pages/js/custom.js: -------------------------------------------------------------------------------- 1 | /* jQuery Pre loader 2 | -----------------------------------------------*/ 3 | $(window).load(function(){ 4 | $('.preloader').fadeOut(1000); // set duration in brackets 5 | }); 6 | 7 | 8 | $(document).ready(function() { 9 | 10 | /* Back top 11 | -----------------------------------------------*/ 12 | $(window).scroll(function() { 13 | if ($(this).scrollTop() > 200) { 14 | $('.go-top').fadeIn(200); 15 | } else { 16 | $('.go-top').fadeOut(200); 17 | } 18 | }); 19 | // Animate the scroll to top 20 | $('.go-top').click(function(event) { 21 | event.preventDefault(); 22 | $('html, body').animate({scrollTop: 0}, 300); 23 | }) 24 | 25 | 26 | /* wow 27 | -------------------------------*/ 28 | new WOW({ mobile: false }).init(); 29 | 30 | }); 31 | 32 | -------------------------------------------------------------------------------- /.github/workflows/static.yml: -------------------------------------------------------------------------------- 1 | # Simple workflow for deploying static content to GitHub Pages 2 | name: Deploy static content to Pages 3 | 4 | on: 5 | # Runs on pushes targeting the default branch 6 | push: 7 | branches: ["master"] 8 | 9 | # Allows you to run this workflow manually from the Actions tab 10 | workflow_dispatch: 11 | 12 | # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages 13 | permissions: 14 | contents: read 15 | pages: write 16 | id-token: write 17 | 18 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. 19 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. 20 | concurrency: 21 | group: "pages" 22 | cancel-in-progress: false 23 | 24 | jobs: 25 | # Single deploy job since we're just deploying 26 | deploy: 27 | environment: 28 | name: github-pages 29 | url: ${{ steps.deployment.outputs.page_url }} 30 | runs-on: ubuntu-latest 31 | steps: 32 | - name: Checkout 33 | uses: actions/checkout@v4 34 | - name: Setup Pages 35 | uses: actions/configure-pages@v5 36 | - name: Upload artifact 37 | uses: actions/upload-pages-artifact@v3 38 | with: 39 | # Upload entire repository 40 | path: '.' 41 | - name: Deploy to GitHub Pages 42 | id: deployment 43 | uses: actions/deploy-pages@v4 44 | -------------------------------------------------------------------------------- /addons/repo/Plugins/plugin.video.f4mTester/changelog.txt: -------------------------------------------------------------------------------- 1 | [B]Version 1.0[/B] 2 | - First version 1 3 | [B]Version 1.0.3[/B] 4 | - bbc link for outsiders 5 | [B]Version 1.0.3[/B] 6 | - external call support 7 | [B]Version 1.0.5[/B] 8 | - added j0anita's link 9 | [B]Version 1.0.10[/B] 10 | - new links 11 | [B]Version 1.0.11[/B] 12 | - more links and some images 13 | [B]Version 1.0.12[/B] 14 | - added recorded streams 15 | [B]Version 1.0.13[/B] 16 | - couple of links fixed 17 | [B]Version 1.0.14[/B] 18 | - couple of links fixed 19 | [B]Version 1.0.15[/B] 20 | - making easier for livestream call 21 | [B]Version 1.0.16[/B] 22 | - added nested manifest example 23 | [B]Version 1.0.17[/B] 24 | - removed import of t0mm0 common, wasn't even being used 25 | [B]Version 1.0.18[/B] 26 | - Support for proxy param 27 | [B]Version 2.0.0[/B] 28 | - Support for passing simple downloader flag 29 | [B]Version 2.0.1[/B] 30 | - Support for auth param 31 | [B]Version 2.0.1[/B] 32 | - bump version 2.1.2 33 | [B]Version 2.1.3[/B] 34 | - fixed auth param 35 | [B]Version 2.1.4[/B] 36 | - added stream type for hls support including DRM HLS 37 | [B]Version 2.1.7[/B] 38 | support setresolved param 39 | 40 | [B]Version 2.1.8[/B] 41 | icon change 42 | [B]Version 2.1.9[/B] 43 | correct bbc links 44 | [B]Version 2.2.0[/B] 45 | Introduced settings for BBC birate 46 | 47 | [B]Version 2.2.3[/B] 48 | added swf parameter for hds 49 | [B]Version 2.2.4[/B] 50 | play command 51 | [B]Version 2.2.5[/B] 52 | Fixed bbc links 53 | [B]Version 2.5.6[/B] 54 | version bump 55 | [B]Version 2.5.7[/B] 56 | version bump for TSDownloaders 57 | [B]Version 2.6.1[/B] 58 | callback params 59 | [B]Version 2.6.2[/B] 60 | iconImage support 61 | [B]Version 2.6.6[/B] 62 | bump version 63 | [B]Version 2.6.8[/B] 64 | bump version 65 | [B]Version 2.6.9[/B] 66 | removed extension 67 | [B]Version 2.7.1[/B] 68 | bump version -------------------------------------------------------------------------------- /pages/js/jquery.cookie.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery Cookie Plugin v1.4.1 3 | * https://github.com/carhartl/jquery-cookie 4 | * 5 | * Copyright 2006, 2014 Klaus Hartl 6 | * Released under the MIT license 7 | */ 8 | (function (factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD (Register as an anonymous module) 11 | define(['jquery'], factory); 12 | } else if (typeof exports === 'object') { 13 | // Node/CommonJS 14 | module.exports = factory(require('jquery')); 15 | } else { 16 | // Browser globals 17 | factory(jQuery); 18 | } 19 | }(function ($) { 20 | 21 | var pluses = /\+/g; 22 | 23 | function encode(s) { 24 | return config.raw ? s : encodeURIComponent(s); 25 | } 26 | 27 | function decode(s) { 28 | return config.raw ? s : decodeURIComponent(s); 29 | } 30 | 31 | function stringifyCookieValue(value) { 32 | return encode(config.json ? JSON.stringify(value) : String(value)); 33 | } 34 | 35 | function parseCookieValue(s) { 36 | if (s.indexOf('"') === 0) { 37 | // This is a quoted cookie as according to RFC2068, unescape... 38 | s = s.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, '\\'); 39 | } 40 | 41 | try { 42 | // Replace server-side written pluses with spaces. 43 | // If we can't decode the cookie, ignore it, it's unusable. 44 | // If we can't parse the cookie, ignore it, it's unusable. 45 | s = decodeURIComponent(s.replace(pluses, ' ')); 46 | return config.json ? JSON.parse(s) : s; 47 | } catch(e) {} 48 | } 49 | 50 | function read(s, converter) { 51 | var value = config.raw ? s : parseCookieValue(s); 52 | return $.isFunction(converter) ? converter(value) : value; 53 | } 54 | 55 | var config = $.cookie = function (key, value, options) { 56 | 57 | // Write 58 | 59 | if (arguments.length > 1 && !$.isFunction(value)) { 60 | options = $.extend({}, config.defaults, options); 61 | 62 | if (typeof options.expires === 'number') { 63 | var days = options.expires, t = options.expires = new Date(); 64 | t.setMilliseconds(t.getMilliseconds() + days * 864e+5); 65 | } 66 | 67 | return (document.cookie = [ 68 | encode(key), '=', stringifyCookieValue(value), 69 | options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE 70 | options.path ? '; path=' + options.path : '', 71 | options.domain ? '; domain=' + options.domain : '', 72 | options.secure ? '; secure' : '' 73 | ].join('')); 74 | } 75 | 76 | // Read 77 | 78 | var result = key ? undefined : {}, 79 | // To prevent the for loop in the first place assign an empty array 80 | // in case there are no cookies at all. Also prevents odd result when 81 | // calling $.cookie(). 82 | cookies = document.cookie ? document.cookie.split('; ') : [], 83 | i = 0, 84 | l = cookies.length; 85 | 86 | for (; i < l; i++) { 87 | var parts = cookies[i].split('='), 88 | name = decode(parts.shift()), 89 | cookie = parts.join('='); 90 | 91 | if (key === name) { 92 | // If second argument (value) is a function it's a converter... 93 | result = read(cookie, value); 94 | break; 95 | } 96 | 97 | // Prevent storing a cookie that we couldn't decode. 98 | if (!key && (cookie = read(cookie)) !== undefined) { 99 | result[name] = cookie; 100 | } 101 | } 102 | 103 | return result; 104 | }; 105 | 106 | config.defaults = {}; 107 | 108 | $.removeCookie = function (key, options) { 109 | // Must not alter options, thus extending a fresh object... 110 | $.cookie(key, '', $.extend({}, options, { expires: -1 })); 111 | return !$.cookie(key); 112 | }; 113 | 114 | })); -------------------------------------------------------------------------------- /pages/js/smoothscroll.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SmoothScroll 3 | * This helper script created by DWUser.com. Copyright 2013 DWUser.com. 4 | * Dual-licensed under the GPL and MIT licenses. 5 | * All individual scripts remain property of their copyrighters. 6 | * Date: 10-Sep-2013 7 | * Version: 1.0.1 8 | */ 9 | if (!window['jQuery']) alert('The jQuery library must be included before the smoothscroll.js file. The plugin will not work propery.'); 10 | 11 | /** 12 | * jQuery.ScrollTo - Easy element scrolling using jQuery. 13 | * Copyright (c) 2007-2013 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com 14 | * Dual licensed under MIT and GPL. 15 | * @author Ariel Flesler 16 | * @version 1.4.3.1 17 | */ 18 | ;(function($){var h=$.scrollTo=function(a,b,c){$(window).scrollTo(a,b,c)};h.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1,limit:true};h.window=function(a){return $(window)._scrollable()};$.fn._scrollable=function(){return this.map(function(){var a=this,isWin=!a.nodeName||$.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!isWin)return a;var b=(a.contentWindow||a).document||a.ownerDocument||a;return/webkit/i.test(navigator.userAgent)||b.compatMode=='BackCompat'?b.body:b.documentElement})};$.fn.scrollTo=function(e,f,g){if(typeof f=='object'){g=f;f=0}if(typeof g=='function')g={onAfter:g};if(e=='max')e=9e9;g=$.extend({},h.defaults,g);f=f||g.duration;g.queue=g.queue&&g.axis.length>1;if(g.queue)f/=2;g.offset=both(g.offset);g.over=both(g.over);return this._scrollable().each(function(){if(e==null)return;var d=this,$elem=$(d),targ=e,toff,attr={},win=$elem.is('html,body');switch(typeof targ){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(targ)){targ=both(targ);break}targ=$(targ,this);if(!targ.length)return;case'object':if(targ.is||targ.style)toff=(targ=$(targ)).offset()}$.each(g.axis.split(''),function(i,a){var b=a=='x'?'Left':'Top',pos=b.toLowerCase(),key='scroll'+b,old=d[key],max=h.max(d,a);if(toff){attr[key]=toff[pos]+(win?0:old-$elem.offset()[pos]);if(g.margin){attr[key]-=parseInt(targ.css('margin'+b))||0;attr[key]-=parseInt(targ.css('border'+b+'Width'))||0}attr[key]+=g.offset[pos]||0;if(g.over[pos])attr[key]+=targ[a=='x'?'width':'height']()*g.over[pos]}else{var c=targ[pos];attr[key]=c.slice&&c.slice(-1)=='%'?parseFloat(c)/100*max:c}if(g.limit&&/^\d+$/.test(attr[key]))attr[key]=attr[key]<=0?0:Math.min(attr[key],max);if(!i&&g.queue){if(old!=attr[key])animate(g.onAfterFirst);delete attr[key]}});animate(g.onAfter);function animate(a){$elem.animate(attr,f,g.easing,a&&function(){a.call(this,e,g)})}}).end()};h.max=function(a,b){var c=b=='x'?'Width':'Height',scroll='scroll'+c;if(!$(a).is('html,body'))return a[scroll]-$(a)[c.toLowerCase()]();var d='client'+c,html=a.ownerDocument.documentElement,body=a.ownerDocument.body;return Math.max(html[scroll],body[scroll])-Math.min(html[d],body[d])};function both(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery); 19 | 20 | /** 21 | * jQuery.LocalScroll 22 | * Copyright (c) 2007-2010 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com 23 | * Dual licensed under MIT and GPL. 24 | * Date: 05/31/2010 25 | * @author Ariel Flesler 26 | * @version 1.2.8b 27 | **/ 28 | ;(function(b){function g(a,e,d){var h=e.hash.slice(1),f=document.getElementById(h)||document.getElementsByName(h)[0];if(f){a&&a.preventDefault();var c=b(d.target);if(!(d.lock&&c.is(":animated")||d.onBefore&&!1===d.onBefore(a,f,c))){d.stop&&c._scrollable().stop(!0);if(d.hash){var a=f.id==h?"id":"name",g=b(" ").attr(a,h).css({position:"absolute",top:b(window).scrollTop(),left:b(window).scrollLeft()});f[a]="";b("body").prepend(g);location=e.hash;g.remove();f[a]=h}c.scrollTo(f,d).trigger("notify.serialScroll", 29 | [f])}}}var i=location.href.replace(/#.*/,""),c=b.localScroll=function(a){b("body").localScroll(a)};c.defaults={duration:1E3,axis:"y",event:"click",stop:!0,target:window,reset:!0};c.hash=function(a){if(location.hash){a=b.extend({},c.defaults,a);a.hash=!1;if(a.reset){var e=a.duration;delete a.duration;b(a.target).scrollTo(0,a);a.duration=e}g(0,location,a)}};b.fn.localScroll=function(a){function e(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,"")==i&&(!a.filter||b(this).is(a.filter))} 30 | a=b.extend({},c.defaults,a);return a.lazy?this.bind(a.event,function(d){var c=b([d.target,d.target.parentNode]).filter(e)[0];c&&g(d,c,a)}):this.find("a,area").filter(e).bind(a.event,function(b){g(b,this,a)}).end().end()}})(jQuery); 31 | 32 | // Initialize all .smoothScroll links 33 | jQuery(function($){ $.localScroll({filter:'.smoothScroll'}); }); 34 | -------------------------------------------------------------------------------- /addons/repo/addons_matrix.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | video 14 | 15 | 16 | 17 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml 18 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml.md5 19 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 20 | false 21 | 22 | 23 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml 24 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml.md5 25 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 26 | false 27 | 28 | 29 | 30 | [B][COLOR white]TV, Filmes, Séries, Desenhos e Animes.[/COLOR] 31 | [B][COLOR blue]●[/COLOR] [COLOR white]Brazuca Play é apenas um AGREGADOR de links e, assim como o Google.com, apenas agrega e organiza os links externos. Não somos responsáveis pelos arquivos aqui encontrados.[/COLOR][/B][CR][B][COLOR firebrick]●[/COLOR] [COLOR white]Proibido a venda dos add-ons do Brazuca Play.[/COLOR][/B][CR][B][COLOR firebrick]●[/COLOR] [COLOR white]Não vendemos IPTV, caso ache sites ou mesmo apps é falso.[/COLOR][/B] 32 | [B][COLOR white]OBRIGADO POR USAR NOSSO ADD-ON [COLOR gold]S2[/COLOR][/COLOR][/B] 33 | [B][COLOR gold]v2.1.4 - KODI 16 >[/COLOR][/B] 34 | all 35 | true 36 | 37 | icon.png 38 | fanart.jpg 39 | resources/home.jpg 40 | resources/movies.jpg 41 | resources/series.jpg 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml 52 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml.md5 53 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 54 | false 55 | 56 | 57 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml 58 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml.md5 59 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 60 | false 61 | 62 | 63 | 64 | 65 | 66 | all 67 | 68 | icon.png 69 | fanart.jpg 70 | resources/home.jpg 71 | resources/movies.jpg 72 | resources/series.jpg 73 | 74 | 75 | [COLOR blue]●[/COLOR] v1.5 - ADD RESOLVEURL. 76 | [COLOR blue]●[/COLOR] v1.4 - KODI 19 MATRIX. 77 | [COLOR blue]●[/COLOR] v1.3 - CORREÇÕES DE BUGS. 78 | [COLOR blue]●[/COLOR] v1.2 - UPDATES CORRIGIDOS. 79 | [COLOR blue]●[/COLOR] v1.1 - PEQUENAS CORREÇÕES. 80 | [COLOR blue]●[/COLOR] v1.0 - VERSÃO INICIAL. 81 | 82 | Repositório Brazuca Play 83 | 84 | [B][COLOR blue]●[/COLOR] [COLOR white]Repositório oficial do Brazuca Play - 2025[/COLOR][/B] 85 | [B][COLOR firebrick]●[/COLOR] [COLOR white]Proibido a venda dos add-ons do Brazuca Play.[/COLOR][/B] 86 | [B][COLOR firebrick]●[/COLOR] [COLOR white]Não vendemos IPTV, caso ache sites ou mesmo apps é falso.[/COLOR][/B] 87 | 88 | [B][COLOR white]Brazuca Play é apenas um AGREGADOR de links e, assim como o Google.com, apenas agrega e organiza os links externos. Não somos responsáveis pelos arquivos aqui encontrados.[/COLOR][/B] 89 | 90 | 91 | -------------------------------------------------------------------------------- /addons/repo/Plugins/script.video.F4mProxy/changelog.txt: -------------------------------------------------------------------------------- 1 | [B]Version 2.8.7[/B] 2 | Support for HLSDIR which will return m3u8 but with local address so the f4mproxy will fetch the contents now kodi player, also fixed the bug at close 3 | [B]Version 2.8.6[/B] 4 | revert URL status, no error to be shown now 5 | [B]Version 2.8.5[/B] 6 | HSL bug 7 | [B]Version 2.8.4[/B] 8 | fixing wrong incoming URL 9 | [B]Version 2.8.3[/B] 10 | relaxed init check 11 | [B]Version 2.8.2[/B] 12 | return quickly if not playable - better message 13 | [B]Version 2.8.1[/B] 14 | return quickly if not playable 15 | [B]Version 2.8.0[/B] 16 | fixes for krypton, still in beta 17 | [B]Version 2.7.9[/B] 18 | Multiple try with TSDownloader 19 | [B]Version 2.7.8[/B] 20 | HLS quality issue 21 | [B]Version 2.7.7[/B] 22 | TSDownloader bug in logging 23 | [B]Version 2.7.6[/B] 24 | ua randomization 25 | [B]Version 2.7.5[/B] 26 | HLS sleep time 27 | [B]Version 2.7.3[/B] 28 | HLS fwd error 29 | [B]Version 2.7.0[/B] 30 | HLS fwd error 31 | [B]Version 2.6.9[/B] 32 | removed extension 33 | [B]Version 2.6.8[/B] 34 | bug fix 35 | [B]Version 2.6.7[/B] 36 | proxy and user agent 37 | [B]Version 2.6.6[/B] 38 | not so strick check for TS, little more 39 | [B]Version 2.6.5[/B] 40 | not so strick check for TS 41 | [B]Version 2.6.4[/B] 42 | redirector support 43 | [B]Version 2.6.3[/B] 44 | hlsretry little time change 45 | [B]Version 2.6.2[/B] 46 | iconImage support 47 | [B]Version 2.6.1[/B] 48 | callback in HLSRETRY 49 | [B]Version 2.6.0[/B] 50 | HLSRETRY in f4mproxy improvements 51 | 52 | [B]Version 2.5.8[/B] 53 | TSDownloader second improvements again 54 | 55 | [B]Version 2.5.7[/B] 56 | TSDownloader second improvements 57 | 58 | 59 | [B]Version 0.0.1[/B] 60 | - Initial Release. 61 | [B]Version 1.0.3[/B] 62 | - Support for headers. 63 | [B]Version 1.0.4[/B] 64 | - Some more fixes 65 | [B]Version 1.0.6[/B] 66 | - now its working with querystring 67 | [B]Version 1.0.7[/B] 68 | - headbug 69 | [B]Version 1.0.8[/B] 70 | - proxysetup 71 | [B]Version 1.0.10[/B] 72 | - bitrate support 73 | [B]Version 1.0.12[/B] 74 | - added support recorded streams 75 | [B]Version 1.0.13[/B] 76 | - code reformating and failed attempt for seek 77 | [B]Version 1.0.14[/B] 78 | - disable seek 79 | [B]Version 1.0.16[/B] 80 | - Support for nested manifest, thanks to the-one 81 | [B]Version 1.0.17[/B] 82 | - wrong xml quick fix from http://streamer11.elementssys.com:8080/albadawiyah-800-hdsx/archive/1400941159/now/manifest.f4m 83 | [B]Version 1.0.18[/B] 84 | - support for no meta data manifest like http://olystreameast.nbcolympics.com/vod/157717c8-9c74-4fd1-ab1a-7daca5246324/geo1-lucas-oil-pro-motocross0531120959-ua.ism/manifest(format=f4m-f4f).f4m 85 | [B]Version 2.0.0[/B] 86 | - support for simpledownloader. This is just any file which needs downloading so that xbmc can play, which is failing because of range xbmc is trying 87 | [B]Version 2.0.1[/B] 88 | small bug 89 | [B]Version 2.0.2[/B] 90 | another small bug 91 | [B]Version 2.0.3[/B] 92 | finall small bug solved :) 93 | 94 | [B]Version 2.1.0[/B] 95 | simple_dowloader now support bitrate which is currently only used for bein hd links 96 | [B]Version 2.1.1[/B] 97 | small change so that its visible inside the repo 98 | [B]Version 2.1.2[/B] 99 | support for Auth Param 100 | [B]Version 2.1.3[/B] 101 | fix auth param in qs 102 | [B]Version 2.1.4[/B] 103 | HLS DRM Support 104 | [B]Version 2.1.6[/B] 105 | HLS non enc speed supported 106 | [B]Version 2.1.7[/B] 107 | support setresolved param 108 | [B]Version 2.1.8[/B] 109 | Query string problem 110 | [B]Version 2.1.9[/B] 111 | Query string problem 112 | 113 | [B]Version 2.2.0[/B] 114 | Fixed for BBC, now picking up last fragement of last segment 115 | [B]Version 2.2.2[/B] 116 | updated the retry 117 | 118 | [B]Version 2.2.3[/B] 119 | added akhds support for tag decrypt and pvtoken 120 | 121 | [B]Version 2.2.4[/B] 122 | removed crypto reference 123 | 124 | [B]Version 2.2.5[/B] 125 | small bug 126 | 127 | [B]Version 2.2.6[/B] 128 | support local copy of pycrypto 129 | 130 | [B]Version 2.2.7[/B] 131 | support pycrypto proxy on Android 132 | 133 | [B]Version 2.2.8[/B] 134 | using libcrypto so file on Android 135 | [B]Version 2.2.9[/B] 136 | Default back to slow aes 137 | [B]Version 2.3.0[/B] 138 | ondemand load 139 | 140 | [B]Version 2.3.1[/B] 141 | small error in hls 142 | [B]Version 2.3.2[/B] 143 | small error in hls 144 | [B]Version 2.3.3[/B] 145 | return true when played 146 | [B]Version 2.3.4[/B] 147 | renamed util folder due to clash 148 | [B]Version 2.4.0[/B] 149 | Support for TSDownloader 150 | [B]Version 2.4.1[/B] 151 | slight change for TSDownloader 152 | [B]Version 2.4.3[/B] 153 | check if its TS 154 | [B]Version 2.4.4[/B] 155 | Play command 156 | [B]Version 2.4.5[/B] 157 | Proxy for HLS 158 | [B]Version 2.4.6[/B] 159 | check for naughty builds 160 | [B]Version 2.4.7[/B] 161 | check for naughty builds online 162 | [B]Version 2.4.8[/B] 163 | disabled check for naughty builds online 164 | [B]Version 2.4.9[/B] 165 | request module in hls 166 | [B]Version 2.5.0[/B] 167 | request module in hls 168 | [B]Version 2.5.1[/B] 169 | proxy issue in hls 170 | [B]Version 2.5.2[/B] 171 | auth param for hls if you want to ignore key url and pass yours 172 | [B]Version 2.5.3[/B] 173 | ignore unknown m3u8 tags 174 | [B]Version 2.5.4[/B] 175 | m3u8 more wait of no data 176 | [B]Version 2.5.5[/B] 177 | m3u8 more wait of no data 178 | [B]Version 2.5.6[/B] 179 | m3u8 fine tuning 180 | REVERSED 181 | 182 | 183 | 184 | -------------------------------------------------------------------------------- /addons/repo/addons.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | video 14 | 15 | 16 | 17 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml 18 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml.md5 19 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 20 | false 21 | 22 | 23 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml 24 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml.md5 25 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 26 | false 27 | 28 | 29 | 30 | [B][COLOR white]TV, Filmes, Séries, Desenhos e Animes.[/COLOR] 31 | [B][COLOR blue]●[/COLOR] [COLOR white]Brazuca Play é apenas um AGREGADOR de links e, assim como o Google.com, apenas agrega e organiza os links externos. Não somos responsáveis pelos arquivos aqui encontrados.[/COLOR][/B][CR][B][COLOR firebrick]●[/COLOR] [COLOR white]Proibido a venda dos add-ons do Brazuca Play.[/COLOR][/B][CR][B][COLOR firebrick]●[/COLOR] [COLOR white]Não vendemos IPTV, caso ache sites ou mesmo apps é falso.[/COLOR][/B] 32 | [B][COLOR white]OBRIGADO POR USAR NOSSO ADD-ON [COLOR gold]S2[/COLOR][/COLOR][/B] 33 | [B][COLOR gold]v2.1.4 - KODI 16 >[/COLOR][/B] 34 | all 35 | true 36 | 37 | icon.png 38 | fanart.jpg 39 | resources/home.jpg 40 | resources/movies.jpg 41 | resources/series.jpg 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml 52 | https://skyrisk.github.io/brazucaplay/addons/repo/addons.xml.md5 53 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 54 | false 55 | 56 | 57 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml 58 | https://skyrisk.github.io/brazucaplay/addons/repo/addons_matrix.xml.md5 59 | https://skyrisk.github.io/brazucaplay/addons/repo/Plugins/ 60 | false 61 | 62 | 63 | 64 | 65 | 66 | all 67 | 68 | icon.png 69 | fanart.jpg 70 | resources/home.jpg 71 | resources/movies.jpg 72 | resources/series.jpg 73 | 74 | 75 | [COLOR blue]●[/COLOR] v1.5 - ADD RESOLVEURL. 76 | [COLOR blue]●[/COLOR] v1.4 - KODI 19 MATRIX. 77 | [COLOR blue]●[/COLOR] v1.3 - CORREÇÕES DE BUGS. 78 | [COLOR blue]●[/COLOR] v1.2 - UPDATES CORRIGIDOS. 79 | [COLOR blue]●[/COLOR] v1.1 - PEQUENAS CORREÇÕES. 80 | [COLOR blue]●[/COLOR] v1.0 - VERSÃO INICIAL. 81 | 82 | Repositório Brazuca Play 83 | 84 | [B][COLOR blue]●[/COLOR] [COLOR white]Repositório oficial do Brazuca Play - 2021[/COLOR][/B] 85 | [B][COLOR firebrick]●[/COLOR] [COLOR white]Proibido a venda dos add-ons do Brazuca Play.[/COLOR][/B] 86 | [B][COLOR firebrick]●[/COLOR] [COLOR white]Não vendemos IPTV, caso ache sites ou mesmo apps é falso.[/COLOR][/B] 87 | 88 | [B][COLOR white]Brazuca Play é apenas um AGREGADOR de links e, assim como o Google.com, apenas agrega e organiza os links externos. Não somos responsáveis pelos arquivos aqui encontrados.[/COLOR][/B] 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | executable 99 | 100 | 101 | all 102 | Proxy for f4m 103 | [B][COLOR white]SCRIPT F4M OFICIAL - SHANI[/COLOR][/B] 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | video 113 | 114 | 115 | PLUGIN F4M OFICIAL - SHANI 116 | 117 | all 118 | 119 | 120 | -------------------------------------------------------------------------------- /pages/js/wow.min.js: -------------------------------------------------------------------------------- 1 | /*! WOW - v1.0.2 - 2014-10-28 2 | * Copyright (c) 2014 Matthieu Aussaguel; Licensed MIT */(function(){var a,b,c,d,e,f=function(a,b){return function(){return a.apply(b,arguments)}},g=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a.prototype.addEvent=function(a,b,c){return null!=a.addEventListener?a.addEventListener(b,c,!1):null!=a.attachEvent?a.attachEvent("on"+b,c):a[b]=c},a.prototype.removeEvent=function(a,b,c){return null!=a.removeEventListener?a.removeEventListener(b,c,!1):null!=a.detachEvent?a.detachEvent("on"+b,c):delete a[b]},a.prototype.innerHeight=function(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){"undefined"!=typeof console&&null!==console&&console.warn("MutationObserver is not supported by your browser."),"undefined"!=typeof console&&null!==console&&console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),d=this.getComputedStyle||function(a){return this.getPropertyValue=function(b){var c;return"float"===b&&(b="styleFloat"),e.test(b)&&b.replace(e,function(a,b){return b.toUpperCase()}),(null!=(c=a.currentStyle)?c[b]:void 0)||null},this},e=/(\-([a-z]){1})/g,this.WOW=function(){function e(a){null==a&&(a={}),this.scrollCallback=f(this.scrollCallback,this),this.scrollHandler=f(this.scrollHandler,this),this.start=f(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),this.animationNameCache=new c}return e.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0},e.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():this.util().addEvent(document,"DOMContentLoaded",this.start),this.finished=[]},e.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);return this.disabled()||(this.util().addEvent(window,"scroll",this.scrollHandler),this.util().addEvent(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)),this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],e=0,f=b.length;f>e;e++)d=b[e],g.push(function(){var a,b,e,f;for(e=d.addedNodes||[],f=[],a=0,b=e.length;b>a;a++)c=e[a],f.push(this.doSync(c));return f}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},e.prototype.stop=function(){return this.stopped=!0,this.util().removeEvent(window,"scroll",this.scrollHandler),this.util().removeEvent(window,"resize",this.scrollHandler),null!=this.interval?clearInterval(this.interval):void 0},e.prototype.sync=function(){return a.notSupported?this.doSync(this.element):void 0},e.prototype.doSync=function(a){var b,c,d,e,f;if(null==a&&(a=this.element),1===a.nodeType){for(a=a.parentNode||a,e=a.querySelectorAll("."+this.config.boxClass),f=[],c=0,d=e.length;d>c;c++)b=e[c],g.call(this.all,b)<0?(this.boxes.push(b),this.all.push(b),this.stopped||this.disabled()?this.resetStyle():this.applyStyle(b,!0),f.push(this.scrolled=!0)):f.push(void 0);return f}},e.prototype.show=function(a){return this.applyStyle(a),a.className=""+a.className+" "+this.config.animateClass},e.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},e.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),e.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.style.visibility="visible");return e},e.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},e.prototype.vendors=["moz","webkit"],e.prototype.vendorSet=function(a,b){var c,d,e,f;f=[];for(c in b)d=b[c],a[""+c]=d,f.push(function(){var b,f,g,h;for(g=this.vendors,h=[],b=0,f=g.length;f>b;b++)e=g[b],h.push(a[""+e+c.charAt(0).toUpperCase()+c.substr(1)]=d);return h}.call(this));return f},e.prototype.vendorCSS=function(a,b){var c,e,f,g,h,i;for(e=d(a),c=e.getPropertyCSSValue(b),i=this.vendors,g=0,h=i.length;h>g;g++)f=i[g],c=c||e.getPropertyCSSValue("-"+f+"-"+b);return c},e.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=d(a).getPropertyValue("animation-name")}return"none"===b?"":b},e.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},e.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},e.prototype.scrollHandler=function(){return this.scrolled=!0},e.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},e.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},e.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=window.pageYOffset,e=f+Math.min(this.element.clientHeight,this.util().innerHeight())-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},e.prototype.util=function(){return null!=this._util?this._util:this._util=new b},e.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},e}()}).call(this); -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Repo - Brazuca Community 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 92 | 111 | 112 | 113 |
114 |
115 |
116 |
117 |
118 | 119 |

Brazuca Community - Participe do Telegram

120 |
121 | REPOSITÓRIO 1.5 122 | TELEGRAM 123 |
124 |
125 |
126 |
127 | 128 |
129 |
130 |
131 |
132 |
133 | About 134 |
135 |
136 |
137 |
138 |

Gestor de arquivos

139 |

140 |
141 |
142 | 143 |
144 |
145 |

146 | 147 |
148 | Digite o link corretamente.
149 | Proibido a venda do Brazuca Community.
150 | Não vendemos IPTV, caso ache sites ou mesmo apps é falso. 151 |
152 |
153 |
154 |
155 |
156 |
157 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | -------------------------------------------------------------------------------- /pages/css/et-line-font.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'et-line'; 3 | src:url('../fonts/et-line.eot'); 4 | src:url('../fonts/et-line.eot?#iefix') format('embedded-opentype'), 5 | url('../fonts/et-line.woff') format('woff'), 6 | url('../fonts/et-line.ttf') format('truetype'), 7 | url('../fonts/et-line.svg#et-line') format('svg'); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | 12 | /* Use the following CSS code if you want to use data attributes for inserting your icons */ 13 | [data-icon]:before { 14 | font-family: 'et-line'; 15 | content: attr(data-icon); 16 | speak: none; 17 | font-size: 40px; 18 | font-weight: normal; 19 | font-variant: normal; 20 | text-transform: none; 21 | line-height: 1; 22 | -webkit-font-smoothing: antialiased; 23 | -moz-osx-font-smoothing: grayscale; 24 | display:inline-block; 25 | } 26 | 27 | /* Use the following CSS code if you want to have a class per icon */ 28 | /* 29 | Instead of a list of all class selectors, 30 | you can use the generic selector below, but it's slower: 31 | [class*="icon-"] { 32 | */ 33 | .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble { 34 | font-family: 'et-line'; 35 | speak: none; 36 | font-style: normal; 37 | font-weight: normal; 38 | font-variant: normal; 39 | text-transform: none; 40 | line-height: 1; 41 | -webkit-font-smoothing: antialiased; 42 | -moz-osx-font-smoothing: grayscale; 43 | display:inline-block; 44 | } 45 | .icon-mobile:before { 46 | content: "\e000"; 47 | } 48 | .icon-laptop:before { 49 | content: "\e001"; 50 | } 51 | .icon-desktop:before { 52 | content: "\e002"; 53 | } 54 | .icon-tablet:before { 55 | content: "\e003"; 56 | } 57 | .icon-phone:before { 58 | content: "\e004"; 59 | } 60 | .icon-document:before { 61 | content: "\e005"; 62 | } 63 | .icon-documents:before { 64 | content: "\e006"; 65 | } 66 | .icon-search:before { 67 | content: "\e007"; 68 | } 69 | .icon-clipboard:before { 70 | content: "\e008"; 71 | } 72 | .icon-newspaper:before { 73 | content: "\e009"; 74 | } 75 | .icon-notebook:before { 76 | content: "\e00a"; 77 | } 78 | .icon-book-open:before { 79 | content: "\e00b"; 80 | } 81 | .icon-browser:before { 82 | content: "\e00c"; 83 | } 84 | .icon-calendar:before { 85 | content: "\e00d"; 86 | } 87 | .icon-presentation:before { 88 | content: "\e00e"; 89 | } 90 | .icon-picture:before { 91 | content: "\e00f"; 92 | } 93 | .icon-pictures:before { 94 | content: "\e010"; 95 | } 96 | .icon-video:before { 97 | content: "\e011"; 98 | } 99 | .icon-camera:before { 100 | content: "\e012"; 101 | } 102 | .icon-printer:before { 103 | content: "\e013"; 104 | } 105 | .icon-toolbox:before { 106 | content: "\e014"; 107 | } 108 | .icon-briefcase:before { 109 | content: "\e015"; 110 | } 111 | .icon-wallet:before { 112 | content: "\e016"; 113 | } 114 | .icon-gift:before { 115 | content: "\e017"; 116 | } 117 | .icon-bargraph:before { 118 | content: "\e018"; 119 | } 120 | .icon-grid:before { 121 | content: "\e019"; 122 | } 123 | .icon-expand:before { 124 | content: "\e01a"; 125 | } 126 | .icon-focus:before { 127 | content: "\e01b"; 128 | } 129 | .icon-edit:before { 130 | content: "\e01c"; 131 | } 132 | .icon-adjustments:before { 133 | content: "\e01d"; 134 | } 135 | .icon-ribbon:before { 136 | content: "\e01e"; 137 | } 138 | .icon-hourglass:before { 139 | content: "\e01f"; 140 | } 141 | .icon-lock:before { 142 | content: "\e020"; 143 | } 144 | .icon-megaphone:before { 145 | content: "\e021"; 146 | } 147 | .icon-shield:before { 148 | content: "\e022"; 149 | } 150 | .icon-trophy:before { 151 | content: "\e023"; 152 | } 153 | .icon-flag:before { 154 | content: "\e024"; 155 | } 156 | .icon-map:before { 157 | content: "\e025"; 158 | } 159 | .icon-puzzle:before { 160 | content: "\e026"; 161 | } 162 | .icon-basket:before { 163 | content: "\e027"; 164 | } 165 | .icon-envelope:before { 166 | content: "\e028"; 167 | } 168 | .icon-streetsign:before { 169 | content: "\e029"; 170 | } 171 | .icon-telescope:before { 172 | content: "\e02a"; 173 | } 174 | .icon-gears:before { 175 | content: "\e02b"; 176 | } 177 | .icon-key:before { 178 | content: "\e02c"; 179 | } 180 | .icon-paperclip:before { 181 | content: "\e02d"; 182 | } 183 | .icon-attachment:before { 184 | content: "\e02e"; 185 | } 186 | .icon-pricetags:before { 187 | content: "\e02f"; 188 | } 189 | .icon-lightbulb:before { 190 | content: "\e030"; 191 | } 192 | .icon-layers:before { 193 | content: "\e031"; 194 | } 195 | .icon-pencil:before { 196 | content: "\e032"; 197 | } 198 | .icon-tools:before { 199 | content: "\e033"; 200 | } 201 | .icon-tools-2:before { 202 | content: "\e034"; 203 | } 204 | .icon-scissors:before { 205 | content: "\e035"; 206 | } 207 | .icon-paintbrush:before { 208 | content: "\e036"; 209 | } 210 | .icon-magnifying-glass:before { 211 | content: "\e037"; 212 | } 213 | .icon-circle-compass:before { 214 | content: "\e038"; 215 | } 216 | .icon-linegraph:before { 217 | content: "\e039"; 218 | } 219 | .icon-mic:before { 220 | content: "\e03a"; 221 | } 222 | .icon-strategy:before { 223 | content: "\e03b"; 224 | } 225 | .icon-beaker:before { 226 | content: "\e03c"; 227 | } 228 | .icon-caution:before { 229 | content: "\e03d"; 230 | } 231 | .icon-recycle:before { 232 | content: "\e03e"; 233 | } 234 | .icon-anchor:before { 235 | content: "\e03f"; 236 | } 237 | .icon-profile-male:before { 238 | content: "\e040"; 239 | } 240 | .icon-profile-female:before { 241 | content: "\e041"; 242 | } 243 | .icon-bike:before { 244 | content: "\e042"; 245 | } 246 | .icon-wine:before { 247 | content: "\e043"; 248 | } 249 | .icon-hotairballoon:before { 250 | content: "\e044"; 251 | } 252 | .icon-globe:before { 253 | content: "\e045"; 254 | } 255 | .icon-genius:before { 256 | content: "\e046"; 257 | } 258 | .icon-map-pin:before { 259 | content: "\e047"; 260 | } 261 | .icon-dial:before { 262 | content: "\e048"; 263 | } 264 | .icon-chat:before { 265 | content: "\e049"; 266 | } 267 | .icon-heart:before { 268 | content: "\e04a"; 269 | } 270 | .icon-cloud:before { 271 | content: "\e04b"; 272 | } 273 | .icon-upload:before { 274 | content: "\e04c"; 275 | } 276 | .icon-download:before { 277 | content: "\e04d"; 278 | } 279 | .icon-target:before { 280 | content: "\e04e"; 281 | } 282 | .icon-hazardous:before { 283 | content: "\e04f"; 284 | } 285 | .icon-piechart:before { 286 | content: "\e050"; 287 | } 288 | .icon-speedometer:before { 289 | content: "\e051"; 290 | } 291 | .icon-global:before { 292 | content: "\e052"; 293 | } 294 | .icon-compass:before { 295 | content: "\e053"; 296 | } 297 | .icon-lifesaver:before { 298 | content: "\e054"; 299 | } 300 | .icon-clock:before { 301 | content: "\e055"; 302 | } 303 | .icon-aperture:before { 304 | content: "\e056"; 305 | } 306 | .icon-quote:before { 307 | content: "\e057"; 308 | } 309 | .icon-scope:before { 310 | content: "\e058"; 311 | } 312 | .icon-alarmclock:before { 313 | content: "\e059"; 314 | } 315 | .icon-refresh:before { 316 | content: "\e05a"; 317 | } 318 | .icon-happy:before { 319 | content: "\e05b"; 320 | } 321 | .icon-sad:before { 322 | content: "\e05c"; 323 | } 324 | .icon-facebook:before { 325 | content: "\e05d"; 326 | } 327 | .icon-twitter:before { 328 | content: "\e05e"; 329 | } 330 | .icon-googleplus:before { 331 | content: "\e05f"; 332 | } 333 | .icon-rss:before { 334 | content: "\e060"; 335 | } 336 | .icon-tumblr:before { 337 | content: "\e061"; 338 | } 339 | .icon-linkedin:before { 340 | content: "\e062"; 341 | } 342 | .icon-dribbble:before { 343 | content: "\e063"; 344 | } 345 | -------------------------------------------------------------------------------- /pages/css/vegas.min.css: -------------------------------------------------------------------------------- 1 | .vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url(overlays/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0)}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}:root body.vegas-container>.vegas-overlay,:root body.vegas-container>.vegas-slide,_::full-page-media,_:future{bottom:-76px}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px);filter:blur(32px)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown,.vegas-transition-slideDown2,.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}} -------------------------------------------------------------------------------- /pages/js/vegas.min.js: -------------------------------------------------------------------------------- 1 | /*!----------------------------------------------------------------------------- 2 | * Vegas - Fullscreen Backgrounds and Slideshows. 3 | * v2.2.1 - built 2016-05-04 4 | * Licensed under the MIT License. 5 | * http://vegas.jaysalvat.com/ 6 | * ---------------------------------------------------------------------------- 7 | * Copyright (C) 2010-2016 Jay Salvat 8 | * http://jaysalvat.com/ 9 | * --------------------------------------------------------------------------*/ 10 | !function(t){"use strict";var s={slide:0,delay:5e3,preload:!1,preloadImage:!1,preloadVideo:!1,timer:!0,overlay:!1,autoplay:!0,shuffle:!1,cover:!0,color:null,align:"center",valign:"center",transition:"fade",transitionDuration:1e3,transitionRegister:[],animation:null,animationDuration:"auto",animationRegister:[],init:function(){},play:function(){},pause:function(){},walk:function(){},slides:[]},i={},e=function(i,e){this.elmt=i,this.settings=t.extend({},s,t.vegas.defaults,e),this.slide=this.settings.slide,this.total=this.settings.slides.length,this.noshow=this.total<2,this.paused=!this.settings.autoplay||this.noshow,this.$elmt=t(i),this.$timer=null,this.$overlay=null,this.$slide=null,this.timeout=null,this.transitions=["fade","fade2","blur","blur2","flash","flash2","negative","negative2","burn","burn2","slideLeft","slideLeft2","slideRight","slideRight2","slideUp","slideUp2","slideDown","slideDown2","zoomIn","zoomIn2","zoomOut","zoomOut2","swirlLeft","swirlLeft2","swirlRight","swirlRight2"],this.animations=["kenburns","kenburnsLeft","kenburnsRight","kenburnsUp","kenburnsUpLeft","kenburnsUpRight","kenburnsDown","kenburnsDownLeft","kenburnsDownRight"],this.settings.transitionRegister instanceof Array==!1&&(this.settings.transitionRegister=[this.settings.transitionRegister]),this.settings.animationRegister instanceof Array==!1&&(this.settings.animationRegister=[this.settings.animationRegister]),this.transitions=this.transitions.concat(this.settings.transitionRegister),this.animations=this.animations.concat(this.settings.animationRegister),this.support={objectFit:"objectFit"in document.body.style,transition:"transition"in document.body.style||"WebkitTransition"in document.body.style,video:t.vegas.isVideoCompatible()},this.settings.shuffle===!0&&this.shuffle(),this._init()};e.prototype={_init:function(){var s,i,e,n="BODY"===this.elmt.tagName,o=this.settings.timer,a=this.settings.overlay,r=this;this._preload(),n||(this.$elmt.css("height",this.$elmt.css("height")),s=t('
').css("overflow",this.$elmt.css("overflow")).css("padding",this.$elmt.css("padding")),this.$elmt.css("padding")||s.css("padding-top",this.$elmt.css("padding-top")).css("padding-bottom",this.$elmt.css("padding-bottom")).css("padding-left",this.$elmt.css("padding-left")).css("padding-right",this.$elmt.css("padding-right")),this.$elmt.clone(!0).children().appendTo(s),this.elmt.innerHTML=""),o&&this.support.transition&&(e=t('
'),this.$timer=e,this.$elmt.prepend(e)),a&&(i=t('
'),"string"==typeof a&&i.css("background-image","url("+a+")"),this.$overlay=i,this.$elmt.prepend(i)),this.$elmt.addClass("vegas-container"),n||this.$elmt.append(s),setTimeout(function(){r.trigger("init"),r._goto(r.slide),r.settings.autoplay&&r.trigger("play")},1)},_preload:function(){var t,s;for(s=0;s1&&!this.paused&&!this.noshow&&(this.timeout=setTimeout(function(){t.next()},this._options("delay")))},_timer:function(t){var s=this;clearTimeout(this.timeout),this.$timer&&(this.$timer.removeClass("vegas-timer-running").find("div").css("transition-duration","0ms"),this.paused||this.noshow||t&&setTimeout(function(){s.$timer.addClass("vegas-timer-running").find("div").css("transition-duration",s._options("delay")-100+"ms")},100))},_video:function(t){var s,e,n=t.toString();return i[n]?i[n]:(t instanceof Array==!1&&(t=[t]),s=document.createElement("video"),s.preload=!0,t.forEach(function(t){e=document.createElement("source"),e.src=t,s.appendChild(e)}),i[n]=s,s)},_fadeOutSound:function(t,s){var i=this,e=s/10,n=t.volume-.09;n>0?(t.volume=n,setTimeout(function(){i._fadeOutSound(t,s)},e)):t.pause()},_fadeInSound:function(t,s){var i=this,e=s/10,n=t.volume+.09;1>n&&(t.volume=n,setTimeout(function(){i._fadeInSound(t,s)},e))},_options:function(t,s){return void 0===s&&(s=this.slide),void 0!==this.settings.slides[s][t]?this.settings.slides[s][t]:this.settings[t]},_goto:function(s){function i(){f._timer(!0),setTimeout(function(){y&&(f.support.transition?(h.css("transition","all "+_+"ms").addClass("vegas-transition-"+y+"-out"),h.each(function(){var t=h.find("video").get(0);t&&(t.volume=1,f._fadeOutSound(t,_))}),e.css("transition","all "+_+"ms").addClass("vegas-transition-"+y+"-in")):e.fadeIn(_));for(var t=0;tg)&&(_=g),"auto"===b&&(b=g),e=t('
'),this.support.transition&&y&&e.addClass("vegas-transition-"+y),this.support.video&&l?(a=l instanceof Array?this._video(l):this._video(l.src),a.loop=void 0!==l.loop?l.loop:!0,a.muted=void 0!==l.mute?l.mute:!0,a.muted===!1?(a.volume=0,this._fadeInSound(a,_)):a.pause(),o=t(a).addClass("vegas-video").css("background-color",m),this.support.objectFit?o.css("object-position",u+" "+c).css("object-fit",p).css("width","100%").css("height","100%"):"contain"===p&&o.css("width","100%").css("height","100%"),e.append(o)):(r=new Image,n=t('
').css("background-image","url("+d+")").css("background-color",m).css("background-position",u+" "+c),"repeat"===p?n.css("background-repeat","repeat"):n.css("background-size",p),this.support.transition&&w&&n.addClass("vegas-animation-"+w).css("animation-duration",b+"ms"),e.append(n)),this.support.transition||e.css("display","none"),v?h.eq(v-1).after(e):this.$elmt.prepend(e),f._timer(!1),a?(4===a.readyState&&(a.currentTime=0),a.play(),i()):(r.src=d,r.onload=i)},shuffle:function(){for(var t,s,i=this.total-1;i>0;i--)s=Math.floor(Math.random()*(i+1)),t=this.settings.slides[i],this.settings.slides[i]=this.settings.slides[s],this.settings.slides[s]=t},play:function(){this.paused&&(this.paused=!1,this.next(),this.trigger("play"))},pause:function(){this._timer(!1),this.paused=!0,this.trigger("pause")},toggle:function(){this.paused?this.play():this.pause()},playing:function(){return!this.paused&&!this.noshow},current:function(t){return t?{slide:this.slide,data:this.settings.slides[this.slide]}:this.slide},jump:function(t){0>t||t>this.total-1||t===this.slide||(this.slide=t,this._goto(this.slide))},next:function(){this.slide++,this.slide>=this.total&&(this.slide=0),this._goto(this.slide)},previous:function(){this.slide--,this.slide<0&&(this.slide=this.total-1),this._goto(this.slide)},trigger:function(t){var s=[];s="init"===t?[this.settings]:[this.slide,this.settings.slides[this.slide]],this.$elmt.trigger("vegas"+t,s),"function"==typeof this.settings[t]&&this.settings[t].apply(this.$elmt,s)},options:function(i,e){var n=this.settings.slides.slice();if("object"==typeof i)this.settings=t.extend({},s,t.vegas.defaults,i);else{if("string"!=typeof i)return this.settings;if(void 0===e)return this.settings[i];this.settings[i]=e}this.settings.slides!==n&&(this.total=this.settings.slides.length,this.noshow=this.total<2,this._preload())},destroy:function(){clearTimeout(this.timeout),this.$elmt.removeClass("vegas-container"),this.$elmt.find("> .vegas-slide").remove(),this.$elmt.find("> .vegas-wrapper").clone(!0).children().appendTo(this.$elmt),this.$elmt.find("> .vegas-wrapper").remove(),this.settings.timer&&this.$timer.remove(),this.settings.overlay&&this.$overlay.remove(),this.elmt._vegas=null}},t.fn.vegas=function(t){var s,i=arguments,n=!1;if(void 0===t||"object"==typeof t)return this.each(function(){this._vegas||(this._vegas=new e(this,t))});if("string"==typeof t){if(this.each(function(){var e=this._vegas;if(!e)throw new Error("No Vegas applied to this element.");"function"==typeof e[t]&&"_"!==t[0]?s=e[t].apply(e,[].slice.call(i,1)):n=!0}),n)throw new Error('No method "'+t+'" in Vegas.');return void 0!==s?s:this}},t.vegas={},t.vegas.defaults=s,t.vegas.isVideoCompatible=function(){return!/(Android|webOS|Phone|iPad|iPod|BlackBerry|Windows Phone)/i.test(navigator.userAgent)}}(window.jQuery||window.Zepto); 11 | //# sourceMappingURL=vegas.min.js.map 12 | -------------------------------------------------------------------------------- /pages/css/style.css: -------------------------------------------------------------------------------- 1 | /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ 2 | /* 3 | * What follows is the result of much research on cross-browser styling. 4 | * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, 5 | * Kroc Camen, and the H5BP dev community and team. 6 | */ 7 | /* ========================================================================== 8 | Base styles: opinionated defaults 9 | ========================================================================== */ 10 | 11 | a:link, a:visited { 12 | text-decoration: none; 13 | } 14 | a:hover, a:active { 15 | text-decoration: none; 16 | } 17 | 18 | .instagram { 19 | background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); 20 | background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); 21 | } 22 | .site { 23 | background-color: rgba(255, 255, 255, 0.90); 24 | } 25 | 26 | .telegram { 27 | background-color: #0088cc !important; 28 | } 29 | 30 | /* 31 | * Remove text-shadow in selection highlight: h5bp.com/i 32 | * These selection rule sets have to be separate. 33 | * Customize the background color to match your design. 34 | */ 35 | ::-moz-selection { 36 | background: #b3d4fc; 37 | text-shadow: none; 38 | } 39 | ::selection { 40 | background: #b3d4fc; 41 | text-shadow: none; 42 | } 43 | /* 44 | * A better looking default horizontal rule 45 | */ 46 | hr { 47 | display: block; 48 | height: 1px; 49 | border: 0; 50 | border-top: 1px solid #ccc; 51 | margin: 1em 0; 52 | padding: 0; 53 | } 54 | /* 55 | * Remove the gap between images, videos, audio and canvas and the bottom of 56 | * their containers: h5bp.com/i/440 57 | */ 58 | audio, 59 | canvas, 60 | img, 61 | svg, 62 | video { 63 | vertical-align: middle; 64 | } 65 | /* 66 | * Remove default fieldset styles. 67 | */ 68 | fieldset { 69 | border: 0; 70 | margin: 0; 71 | padding: 0; 72 | } 73 | /* 74 | * Allow only vertical resizing of textareas. 75 | */ 76 | textarea { 77 | resize: vertical; 78 | } 79 | /* ========================================================================== 80 | Browse Happy prompt 81 | ========================================================================== */ 82 | .browsehappy { 83 | margin: 0.2em 0; 84 | background: #ccc; 85 | color: #000; 86 | padding: 0.2em 0; 87 | } 88 | /* ========================================================================== 89 | Author's custom styles 90 | ========================================================================== */ 91 | * 92 | .center-container { 93 | position: absolute; 94 | top: 0; 95 | left: 0; 96 | width: 100%; 97 | height: 100%; 98 | text-align: center; 99 | overflow: auto; 100 | } 101 | .center-container:after, 102 | .center-block { 103 | display: inline-block; 104 | vertical-align: middle; 105 | } 106 | .center-container:after { 107 | content: ''; 108 | height: 100%; 109 | margin-left: -0.25em; /* To offset spacing. May vary by font */ 110 | } 111 | .center-block { 112 | max-width: 98%; /* Prevents issues with long content causes the content block to be pushed to the top */ 113 | /* max-width: calc(100% - 0.25em) /* Only for IE9+ */ 114 | } 115 | .button { 116 | background-color: #3b5998; 117 | margin: 0 auto; 118 | display: inline-block; 119 | width: 100px; 120 | height: 33px; 121 | font-size: 12px; 122 | font-weight: bold; 123 | line-height: 29px; 124 | text-decoration: none; 125 | text-align: center; 126 | color: #fff; 127 | border: 2px solid #fff; 128 | border-radius: 4px; 129 | -webkit-transition: background 0.2s ease-out, color 0.2s ease-out; 130 | transition: background 0.2s ease-out, color 0.2s ease-out; 131 | margin: 10px 20px 10px 0px; 132 | } 133 | .button:hover, .button:active { 134 | background: #fff!important; 135 | color: #126956!important; 136 | } 137 | .socials { 138 | position: absolute; 139 | top: 10px; 140 | right: 10px; 141 | text-align: right; 142 | } 143 | .addthis_native_toolbox, .addthis_pill_style { 144 | display: inline-block; 145 | width: 50px !important; 146 | } 147 | #noty_bottomRight_layout_container a { 148 | color: #dd3030; 149 | } 150 | /* ========================================================================== 151 | Helper classes 152 | ========================================================================== */ 153 | /* 154 | * Hide visually and from screen readers: h5bp.com/u 155 | */ 156 | .hidden { 157 | display: none !important; 158 | visibility: hidden; 159 | } 160 | /* 161 | * Hide only visually, but have it available for screen readers: h5bp.com/v 162 | */ 163 | .visuallyhidden { 164 | border: 0; 165 | clip: rect(0 0 0 0); 166 | height: 1px; 167 | margin: -1px; 168 | overflow: hidden; 169 | padding: 0; 170 | position: absolute; 171 | width: 1px; 172 | } 173 | /* 174 | * Extends the .visuallyhidden class to allow the element to be focusable 175 | * when navigated to via the keyboard: h5bp.com/p 176 | */ 177 | .visuallyhidden.focusable:active, 178 | .visuallyhidden.focusable:focus { 179 | clip: auto; 180 | height: auto; 181 | margin: 0; 182 | overflow: visible; 183 | position: static; 184 | width: auto; 185 | } 186 | /* 187 | * Hide visually and from screen readers, but maintain layout 188 | */ 189 | .invisible { 190 | visibility: hidden; 191 | } 192 | @media only screen and (max-height: 640px) { 193 | 194 | .infos { 195 | width:10%; 196 | height:100%; 197 | margin: 0 auto; 198 | background-color:#1C1C1C; 199 | border-radius: 8px; 200 | opacity:0.9; 201 | padding: 10px; 202 | } 203 | 204 | .button { 205 | margin: 0 auto; 206 | display: inline-block; 207 | width: 100px; 208 | height: 33px; 209 | font-size: 12px; 210 | font-weight: bold; 211 | line-height: 29px; 212 | text-decoration: none; 213 | text-align: center; 214 | color: #fff; 215 | border: 2px solid #fff; 216 | border-radius: 4px; 217 | -webkit-transition: background 0.2s ease-out, color 0.2s ease-out; 218 | transition: background 0.2s ease-out, color 0.2s ease-out; 219 | margin: 2px; 220 | } 221 | } 222 | 223 | @media only screen and (max-height: 812px) { 224 | 225 | .infos { 226 | width:100%; 227 | height:100%; 228 | margin: 0 auto; 229 | background-color:#1C1C1C; 230 | border-radius: 8px; 231 | opacity:0.9; 232 | padding: 10px; 233 | } 234 | 235 | .button { 236 | margin: 0 auto; 237 | display: inline-block; 238 | width: 100px; 239 | height: 33px; 240 | font-size: 12px; 241 | font-weight: bold; 242 | line-height: 29px; 243 | text-decoration: none; 244 | text-align: center; 245 | color: #fff; 246 | border: 2px solid #fff; 247 | border-radius: 4px; 248 | -webkit-transition: background 0.2s ease-out, color 0.2s ease-out; 249 | transition: background 0.2s ease-out, color 0.2s ease-out; 250 | margin: 4px; 251 | } 252 | } 253 | 254 | @media only screen and (max-height: 568px) { 255 | 256 | .infos { 257 | width:100%; 258 | height:100%; 259 | margin: 0 auto; 260 | background-color:#1C1C1C; 261 | border-radius: 2px; 262 | opacity:0.9; 263 | padding: 8px 2px 8px 2px; 264 | } 265 | 266 | .button { 267 | margin: 0 auto; 268 | display: inline-block; 269 | width: 100px; 270 | height: 33px; 271 | font-size: 12px; 272 | font-weight: bold; 273 | line-height: 29px; 274 | text-decoration: none; 275 | text-align: center; 276 | color: #fff; 277 | border: 2px solid #fff; 278 | border-radius: 4px; 279 | -webkit-transition: background 0.2s ease-out, color 0.2s ease-out; 280 | transition: background 0.2s ease-out, color 0.2s ease-out; 281 | margin: 5px 1px 5px 1px; 282 | } 283 | } 284 | 285 | @media only screen and (min-width: 35em) { 286 | .button { 287 | width: 150px; 288 | height: 50px; 289 | font-size: 18px; 290 | line-height: 46px; 291 | } 292 | } 293 | 294 | /* 295 | 296 | Comila Template 297 | 298 | */ 299 | 300 | body { 301 | background-image: url(https://image.tmdb.org/t/p/original/6ZdQTBy20HzWudZthAV7NkZWfIb.jpg); 302 | background-size: 100%; 303 | background-repeat: no-repeat; 304 | color: #fff; 305 | background-color: #1C1C1C; 306 | font-family: 'Rajdhani', sans-serif; 307 | font-weight: 400; 308 | } 309 | 310 | html,body { 311 | width: 100vw; 312 | overflow-x: hidden; 313 | } 314 | 315 | html { 316 | font-size: 100%; 317 | } 318 | 319 | h1,h2,h3 { 320 | font-weight: 500; 321 | letter-spacing: 0.3rem; 322 | text-transform: uppercase; 323 | } 324 | 325 | h1 { 326 | font-size: 2.8rem; 327 | font-weight: 700; 328 | } 329 | 330 | h2 { 331 | color: #ffffff; 332 | padding-bottom: 10px; 333 | } 334 | 335 | h3 { 336 | font-size: 1rem; 337 | line-height: 2rem; 338 | } 339 | 340 | h4 { 341 | font-size: 1.5rem; 342 | line-height: 2rem; 343 | } 344 | p { 345 | color: #000000; 346 | letter-spacing: 0.8px; 347 | line-height: 28px; 348 | } 349 | 350 | q { 351 | color: #fa8e8e; 352 | letter-spacing: 0.8px; 353 | line-height: 28px; 354 | } 355 | 356 | strong { 357 | color: #bd3333; 358 | font-weight: 700; 359 | } 360 | 361 | #about, 362 | #plugins, 363 | #contact { 364 | background: #1C1C1C; 365 | } 366 | 367 | #about, 368 | #plugins, 369 | #contact, 370 | footer { 371 | padding-top: 100px; 372 | padding-bottom: 100px; 373 | } 374 | 375 | .section-title { 376 | padding-bottom: 62px; 377 | } 378 | .section-title h1 { 379 | padding-bottom: 10px; 380 | } 381 | #about .section-title { 382 | padding-bottom: 22px; 383 | } 384 | #contact .section-title { 385 | text-align: center; 386 | } 387 | 388 | 389 | /* preloader section */ 390 | .preloader { 391 | position: fixed; 392 | top: 0; 393 | left: 0; 394 | width: 100%; 395 | height: 100%; 396 | z-index: 99999; 397 | display: flex; 398 | flex-flow: row nowrap; 399 | justify-content: center; 400 | align-items: center; 401 | background: none repeat scroll 0 0 #ffffff; 402 | } 403 | 404 | .sk-circle { 405 | margin: 40px auto; 406 | width: 40px; 407 | height: 40px; 408 | position: relative; } 409 | .sk-circle .sk-child { 410 | width: 100%; 411 | height: 100%; 412 | position: absolute; 413 | left: 0; 414 | top: 0; } 415 | .sk-circle .sk-child:before { 416 | content: ''; 417 | display: block; 418 | margin: 0 auto; 419 | width: 15%; 420 | height: 15%; 421 | background-color: #333; 422 | border-radius: 100%; 423 | -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; 424 | animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; } 425 | .sk-circle .sk-circle2 { 426 | -webkit-transform: rotate(30deg); 427 | -ms-transform: rotate(30deg); 428 | transform: rotate(30deg); } 429 | .sk-circle .sk-circle3 { 430 | -webkit-transform: rotate(60deg); 431 | -ms-transform: rotate(60deg); 432 | transform: rotate(60deg); } 433 | .sk-circle .sk-circle4 { 434 | -webkit-transform: rotate(90deg); 435 | -ms-transform: rotate(90deg); 436 | transform: rotate(90deg); } 437 | .sk-circle .sk-circle5 { 438 | -webkit-transform: rotate(120deg); 439 | -ms-transform: rotate(120deg); 440 | transform: rotate(120deg); } 441 | .sk-circle .sk-circle6 { 442 | -webkit-transform: rotate(150deg); 443 | -ms-transform: rotate(150deg); 444 | transform: rotate(150deg); } 445 | .sk-circle .sk-circle7 { 446 | -webkit-transform: rotate(180deg); 447 | -ms-transform: rotate(180deg); 448 | transform: rotate(180deg); } 449 | .sk-circle .sk-circle8 { 450 | -webkit-transform: rotate(210deg); 451 | -ms-transform: rotate(210deg); 452 | transform: rotate(210deg); } 453 | .sk-circle .sk-circle9 { 454 | -webkit-transform: rotate(240deg); 455 | -ms-transform: rotate(240deg); 456 | transform: rotate(240deg); } 457 | .sk-circle .sk-circle10 { 458 | -webkit-transform: rotate(270deg); 459 | -ms-transform: rotate(270deg); 460 | transform: rotate(270deg); } 461 | .sk-circle .sk-circle11 { 462 | -webkit-transform: rotate(300deg); 463 | -ms-transform: rotate(300deg); 464 | transform: rotate(300deg); } 465 | .sk-circle .sk-circle12 { 466 | -webkit-transform: rotate(330deg); 467 | -ms-transform: rotate(330deg); 468 | transform: rotate(330deg); } 469 | .sk-circle .sk-circle2:before { 470 | -webkit-animation-delay: -1.1s; 471 | animation-delay: -1.1s; } 472 | .sk-circle .sk-circle3:before { 473 | -webkit-animation-delay: -1s; 474 | animation-delay: -1s; } 475 | .sk-circle .sk-circle4:before { 476 | -webkit-animation-delay: -0.9s; 477 | animation-delay: -0.9s; } 478 | .sk-circle .sk-circle5:before { 479 | -webkit-animation-delay: -0.8s; 480 | animation-delay: -0.8s; } 481 | .sk-circle .sk-circle6:before { 482 | -webkit-animation-delay: -0.7s; 483 | animation-delay: -0.7s; } 484 | .sk-circle .sk-circle7:before { 485 | -webkit-animation-delay: -0.6s; 486 | animation-delay: -0.6s; } 487 | .sk-circle .sk-circle8:before { 488 | -webkit-animation-delay: -0.5s; 489 | animation-delay: -0.5s; } 490 | .sk-circle .sk-circle9:before { 491 | -webkit-animation-delay: -0.4s; 492 | animation-delay: -0.4s; } 493 | .sk-circle .sk-circle10:before { 494 | -webkit-animation-delay: -0.3s; 495 | animation-delay: -0.3s; } 496 | .sk-circle .sk-circle11:before { 497 | -webkit-animation-delay: -0.2s; 498 | animation-delay: -0.2s; } 499 | .sk-circle .sk-circle12:before { 500 | -webkit-animation-delay: -0.1s; 501 | animation-delay: -0.1s; } 502 | 503 | @-webkit-keyframes sk-circleBounceDelay { 504 | 0%, 80%, 100% { 505 | -webkit-transform: scale(0); 506 | transform: scale(0); } 507 | 40% { 508 | -webkit-transform: scale(1); 509 | transform: scale(1); } } 510 | 511 | @keyframes sk-circleBounceDelay { 512 | 0%, 80%, 100% { 513 | -webkit-transform: scale(0); 514 | transform: scale(0); } 515 | 40% { 516 | -webkit-transform: scale(1); 517 | transform: scale(1); } } 518 | 519 | #slideshow { 520 | top: 0; 521 | left: 0; 522 | z-index: -10; 523 | width: 100vw; 524 | backface-visibility: hidden; 525 | } 526 | 527 | /* home section */ 528 | #home { 529 | display: -webkit-box; 530 | display: -webkit-flex; 531 | display: -ms-flexbox; 532 | display: flex; 533 | -webkit-box-align: center; 534 | -webkit-align-items: center; 535 | -ms-flex-align: center; 536 | align-items: center; 537 | text-align: center; 538 | height: 100vh; 539 | width: 100vw; 540 | color: #ffffff; 541 | } 542 | 543 | #home .home-thumb { 544 | text-align: center; 545 | } 546 | 547 | #home .btn { 548 | background: transparent; 549 | border: 3px solid #ffffff; 550 | border-radius: 0px; 551 | color: #ffffff; 552 | font-weight: 700; 553 | letter-spacing: 1px; 554 | padding: 14px 36px; 555 | margin-top: 42px; 556 | margin-right: 16px; 557 | -webkit-transition: all 0.4s ease-in-out; 558 | transition: all 0.4s ease-in-out; 559 | } 560 | 561 | #home .btn:hover { 562 | background: #f1c11a; 563 | color: #ffffff; 564 | border-color: transparent; 565 | } 566 | 567 | #home .btn-success { 568 | background: #ffffff; 569 | color: #242424; 570 | border-color: transparent; 571 | } 572 | 573 | 574 | /* about section */ 575 | #about h3 { 576 | margin-top: 0px; 577 | } 578 | 579 | #about .about-thumb { 580 | padding-top: 10px; 581 | } 582 | 583 | 584 | /* feature section */ 585 | #plugins { 586 | background: #333; 587 | text-align: center; 588 | } 589 | 590 | #plugins .icon { 591 | color: #ffffff; 592 | font-size: 42px; 593 | padding-right: 14px; 594 | } 595 | 596 | #plugins p { 597 | color: #333; 598 | } 599 | 600 | #plugins .btn { 601 | background: transparent; 602 | border: 3px solid #ffffff; 603 | border-radius: 0px; 604 | color: #ffffff; 605 | font-size: 18px; 606 | font-weight: 700; 607 | letter-spacing: 1px; 608 | padding: 14px 36px; 609 | margin-top: 62px; 610 | margin-right: 16px; 611 | -webkit-transition: all 0.4s ease-in-out; 612 | transition: all 0.4s ease-in-out; 613 | } 614 | 615 | #plugins .btn:hover { 616 | background: #ffffff; 617 | color: #333; 618 | border-color: transparent; 619 | } 620 | 621 | 622 | 623 | /* contact section */ 624 | #contact .form-control { 625 | background: transparent; 626 | border: 1px solid #f0f0f0; 627 | border-radius: 0px; 628 | box-shadow: none; 629 | font-size: 16px; 630 | margin-bottom: 16px; 631 | transition: all 0.4s ease-in-out; 632 | } 633 | 634 | #contact .form-control:hover { 635 | border-color: #999; 636 | } 637 | 638 | #contact input {height: 55px;} 639 | 640 | #contact input[type='submit'] { 641 | background: #242424; 642 | border: none; 643 | color: #ffffff; 644 | font-size: 15px; 645 | font-weight: 400; 646 | letter-spacing: 2px; 647 | transition: all 0.4s ease-in-out; 648 | margin-top: 10px; 649 | } 650 | 651 | #contact input[type='submit']:hover { 652 | background: #f1c11a; 653 | } 654 | 655 | 656 | /* footer section */ 657 | footer { 658 | background: #2C2C2C; 659 | } 660 | 661 | footer .copyright-text { 662 | padding-top: 10px; 663 | text-align: center; 664 | } 665 | 666 | footer a { 667 | color: #fff; 668 | } 669 | 670 | footer a:hover { 671 | color: #FF6; 672 | } 673 | 674 | /* svg */ 675 | .svgcolor-light { 676 | /*position: absolute; 677 | top: 0; 678 | left: 0; */ 679 | position: relative; 680 | bottom: 104px; 681 | } 682 | .svgcolor-light > path { 683 | fill: white; 684 | stroke: white; 685 | stroke-width: 0; 686 | } 687 | 688 | /* modal */ 689 | .modal-dialog .modal-content { 690 | background: url('../images/modal-bg.jpg') no-repeat; 691 | background-size: cover; 692 | background-position: center center; 693 | border-radius: 0; 694 | text-align: center; 695 | padding: 100px 50px 100px 50px; 696 | position: relative; 697 | } 698 | 699 | .btn:focus { 700 | outline: none; 701 | } 702 | 703 | .modal-header { 704 | border-bottom: 0px; 705 | } 706 | 707 | .modal-dialog .close { 708 | color: #f1c11a; 709 | font-size: 40px; 710 | font-weight: 300; 711 | text-shadow: none; 712 | opacity: 1; 713 | position: absolute; 714 | top: 40px; 715 | right: 40px; 716 | border: 2px solid #ffffff; 717 | border-radius: 100px; 718 | width: 36px; 719 | height: 36px; 720 | line-height: 35px; 721 | text-align: center; 722 | } 723 | .modal-dialog .close:focus { 724 | outline: none; 725 | } 726 | 727 | .modal-dialog form { 728 | padding: 20px; 729 | } 730 | .modal-dialog form input { 731 | height: 55px; 732 | } 733 | .modal-dialog form .form-control { 734 | background: transparent; 735 | border: 1px solid #f0f0f0; 736 | border-radius: 0px; 737 | box-shadow: none; 738 | font-size: 20px; 739 | color: #fff; 740 | margin-bottom: 20px; 741 | transition: all 0.4s ease-in-out; 742 | } 743 | 744 | .modal-dialog form input[type="submit"] { 745 | background: #ffffff; 746 | color: #242424; 747 | text-transform: uppercase; 748 | margin-top: 30px; 749 | } 750 | .modal-dialog form input[type="submit"]:hover { 751 | background: #f1c11a; 752 | border-color: transparent; 753 | color: #ffffff; 754 | } 755 | 756 | /* Back top */ 757 | .go-top { 758 | background-color: #eee; 759 | bottom: 2em; 760 | right: 2em; 761 | color: #111112; 762 | font-size: 22px; 763 | display: none; 764 | position: fixed; 765 | text-decoration: none; 766 | width: 50px; 767 | height: 50px; 768 | line-height: 50px; 769 | text-align: center; 770 | transition: all 0.4s ease-in-out; 771 | } 772 | 773 | .go-top:hover { 774 | background: #3b5998; 775 | color: #ffffff; 776 | } 777 | 778 | 779 | /* social icon section */ 780 | .social-icon { 781 | padding: 0; 782 | margin: 0; 783 | } 784 | 785 | .social-icon li { 786 | list-style: none; 787 | display: inline-block; 788 | } 789 | 790 | .social-icon li a { 791 | border-radius: 100px; 792 | color: #626262; 793 | font-size: 18px; 794 | text-decoration: none; 795 | transition: all 0.4s ease-in-out; 796 | width: 42px; 797 | height: 42px; 798 | line-height: 42px; 799 | text-align: center; 800 | margin-top: 12px; 801 | margin-right: 10px; 802 | } 803 | 804 | .social-icon li a:hover { 805 | background-color: #ffffff; 806 | color: #111112; 807 | } -------------------------------------------------------------------------------- /pages/css/font-awesome.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"} 5 | -------------------------------------------------------------------------------- /pages/js/bootstrap.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v3.3.5 (http://getbootstrap.com) 3 | * Copyright 2011-2015 Twitter, Inc. 4 | * Licensed under the MIT license 5 | */ 6 | if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.5",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.5",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),a(c.target).is('input[type="radio"]')||a(c.target).is('input[type="checkbox"]')||c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.5",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.5",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.5",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&jdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),c.isInStateTrue()?void 0:(clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide())},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-mo.width?"left":"left"==h&&k.left-lg.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;jg.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.5",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.5",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b=e[a]&&(void 0===e[a+1]||b .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.5",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); --------------------------------------------------------------------------------