iasd-bootstrap-sass 1.2.5 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2791bef5ef37b3161e42a9ba84603993d443af8b
4
- data.tar.gz: 10d858b1771401a6145283fe88bd12470c021825
3
+ metadata.gz: af2da9f36abb91fd2629f1f878aade42c410bc27
4
+ data.tar.gz: 840f9b8fa49aa1b63f6ddfba674587a689d498e4
5
5
  SHA512:
6
- metadata.gz: e465dd976cf03561dfee6c86b97d0bccb19d58a389092a18cd52399390c7afc392e1e1c3e126cfecdd189aef766356b56df99b51a53f55a604f54afc3941420d
7
- data.tar.gz: 00e536f93e3db81dfc37aa973786ff05cc36e93eeccded23ff8a2beb75b6a3a3c6e6e9e2c90a39ccc1a2a6b7f9fbd2e4a5dcf27950014c0cffde17af474e0497
6
+ metadata.gz: c60aa55ef06877c1b1fe79a6e9db68843d761bb9e4cf56a90960ceff1aaa77032e2f7443bc27dc7907b8aa9ccea34d9baa8f2db4dd91127bee4e5e9dcabaa6ec
7
+ data.tar.gz: 9daba7c9e7179bc389eb6acb0dfdd2d301b9bcdccd95bb5f6b8c58d61087c4a0f014975ff0f7117bdfa43297d8ebcadb1aec7e5837b8351c1b6d7a854cbc5dae
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module IASD
3
- VERSION = "1.2.5"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
@@ -0,0 +1,309 @@
1
+ @charset "UTF-8";
2
+
3
+ * {
4
+ margin: 0;
5
+ padding: 0;
6
+ }
7
+
8
+ .radiont, .tvnt {
9
+ position: relative;
10
+ }
11
+
12
+ .radiont {
13
+ background: #005b95;
14
+ .pt_BR {
15
+ background: no-repeat image-url("player_nt/radio-novo-tempo_pt.jpg");
16
+ }
17
+ .es_ES {
18
+ background: no-repeat image-url("player_nt/radio-novo-tempo_esp.jpg");
19
+ }
20
+ .player {
21
+ margin-top: 25px;
22
+ height: 289px;
23
+ }
24
+ object {
25
+ position: absolute;
26
+ bottom: 0;
27
+ width: 420px;
28
+ height: 32px;
29
+ }
30
+ .logo {
31
+ display: block;
32
+ height: 20px;
33
+ width: 170px;
34
+ margin: 0 0 0 40px;
35
+ padding-top: 25px;
36
+ }
37
+ .veja_mais {
38
+ top: 185px;
39
+ left: 30px;
40
+ }
41
+ .cs-select {
42
+ left: 14px;
43
+ top: 125px;
44
+ }
45
+ .cs-options {
46
+ max-height: 133px;
47
+ overflow: auto !important;
48
+ color: #005b95;
49
+ }
50
+ .cs-skin-border.cs-active > span {
51
+ color: #005b95;
52
+ }
53
+ }
54
+
55
+ .tvnt {
56
+ background: #313131;
57
+ .pt_BR {
58
+ background: no-repeat image-url("player_nt/tv-novo-tempo_pt.jpg");
59
+ .cs-select::before {
60
+ position: relative;
61
+ left: 15px;
62
+ width: 170px;
63
+ content: 'TV Novo Tempo';
64
+ font-family: "Futura Std",Helvetica,Arial,sans-serif;
65
+ font-weight: 100;
66
+ text-transform: uppercase;
67
+ font-size: 17px;
68
+ color: #fbf6f0;
69
+ }
70
+ }
71
+ .es_ES {
72
+ background: no-repeat image-url("player_nt/tv-novo-tempo_esp.jpg");
73
+ .cs-select::before {
74
+ position: relative;
75
+ left: 15px;
76
+ width: 170px;
77
+ content: 'TV Nuevo Tiempo';
78
+ font-family: "Futura Std",Helvetica,Arial,sans-serif;
79
+ font-weight: 100;
80
+ text-transform: uppercase;
81
+ font-size: 17px;
82
+ color: #fbf6f0;
83
+ }
84
+ }
85
+ .player {
86
+ margin-top: 25px;
87
+ }
88
+ object {
89
+ position: absolute;
90
+ right: 46px;
91
+ width: 475px;
92
+ height: 300px;
93
+ }
94
+ .logo {
95
+ display: block;
96
+ height: 20px;
97
+ width: 170px;
98
+ margin: 0 0 0 40px;
99
+ padding-top: 25px;
100
+ }
101
+ .veja_mais {
102
+ top: 185px;
103
+ }
104
+ .infos {
105
+ margin-top: 70px;
106
+ padding-left: 46px;
107
+ }
108
+ .cs-select {
109
+ left: 30px;
110
+ }
111
+ .cs-placeholder {
112
+ top: -10px;
113
+ }
114
+ .cs-options {
115
+ top: -10px;
116
+ color: #313131;
117
+ }
118
+ .cs-skin-border.cs-active > span {
119
+ color: #313131;
120
+ }
121
+ }
122
+
123
+ .container-tvnt {
124
+ position: relative;
125
+ width: 810px;
126
+ height: 460px;
127
+ }
128
+
129
+ .veja_mais {
130
+ display: block;
131
+ position: absolute;
132
+ z-index: 999;
133
+ text-align: center;
134
+ padding: 8px 12px;
135
+ border: 1px solid rgba(251,246,240,0.8);
136
+ border-radius: 3px;
137
+ color: #fbf6f0;
138
+ font-family: lato, Verdana, Geneva, sans-serif;
139
+ font-weight: 200;
140
+ text-decoration: none;
141
+ font-size: 13px;
142
+ &:hover {
143
+ background: rgba(251,246,240,0.2);
144
+ }
145
+ }
146
+
147
+
148
+ /**********************
149
+ Estilos seletor do país
150
+ ***********************/
151
+
152
+ .cs-select {
153
+ display: inline-block;
154
+ vertical-align: middle;
155
+ position: absolute;
156
+ text-align: left;
157
+ background: #fff;
158
+ z-index: 100;
159
+ max-width: 500px;
160
+ -webkit-touch-callout: none;
161
+ -webkit-user-select: none;
162
+ -khtml-user-select: none;
163
+ -moz-user-select: none;
164
+ -ms-user-select: none;
165
+ user-select: none;
166
+ font-family: 'lato';
167
+ &:focus {
168
+ outline: none;
169
+ }
170
+ select {
171
+ display: none;
172
+ }
173
+ span {
174
+ display: block;
175
+ position: relative;
176
+ cursor: pointer;
177
+ padding: 1em;
178
+ white-space: nowrap;
179
+ overflow: hidden;
180
+ text-overflow: ellipsis;
181
+ }
182
+ & > span {
183
+ padding-right: 3em;
184
+ font-weight: 300;
185
+ font-size: 15px;
186
+ color: #e7aa27;
187
+ }
188
+ & > span::after, & .cs-selected span::after {
189
+ speak: none;
190
+ position: absolute;
191
+ top: 50%;
192
+ -webkit-transform: translateY(-50%);
193
+ transform: translateY(-50%);
194
+ -webkit-font-smoothing: antialiased;
195
+ -moz-osx-font-smoothing: grayscale;
196
+ }
197
+ & > span::after {
198
+ margin-left: 10px;
199
+ }
200
+ &.cs-active {
201
+ & > span::after {
202
+ -webkit-transform: translateY(-50%) rotate(180deg);
203
+ transform: translateY(-50%) rotate(180deg);
204
+ }
205
+ .cs-options {
206
+ visibility: visible;
207
+ }
208
+ }
209
+ .cs-options {
210
+ position: relative;
211
+ overflow: hidden;
212
+ width: 100%;
213
+ background: #fff;
214
+ visibility: hidden;
215
+ padding-bottom: 10px;
216
+ }
217
+ ul {
218
+ list-style: none;
219
+ margin: 0;
220
+ padding: 0;
221
+ width: 100%;
222
+ span {
223
+ padding: 1em;
224
+ }
225
+ li {
226
+ line-height: 5px;
227
+ }
228
+ li.cs-focus {
229
+ span {
230
+ background-color: #ddd;
231
+ }
232
+ }
233
+ }
234
+ li.cs-optgroup {
235
+ ul {
236
+ padding-left: 1em;
237
+ }
238
+ & > span {
239
+ cursor: default;
240
+ }
241
+ }
242
+ }
243
+
244
+ .cs-active {
245
+ z-index: 200;
246
+ }
247
+
248
+ .cs-skin-border {
249
+ background: transparent;
250
+ font-size: 2em;
251
+ font-weight: 700;
252
+ max-width: 600px;
253
+ min-width: 123px;
254
+ .cs-options {
255
+ font-size: 13px;
256
+ font-weight: 400;
257
+ opacity: 0;
258
+ -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
259
+ transition: opacity 0.2s, visibility 0s 0.2s;
260
+ li span:hover {
261
+ background: #f5f3ec;
262
+ }
263
+ }
264
+ & > span::after, & .cs-selected span::after {
265
+ font-family: 'fontAwesome';
266
+ content: '\f107';
267
+ }
268
+ ul {
269
+ span {
270
+ padding: 1em 2em;
271
+ -webkit-backface-visibility: hidden;
272
+ backface-visibility: hidden;
273
+ }
274
+ span::after {
275
+ content: '';
276
+ opacity: 0;
277
+ }
278
+ }
279
+ .cs-selected {
280
+ span::after {
281
+ content: '\f00c';
282
+ margin-left: 10px;
283
+ color: #e7aa27;
284
+ font-size: 13px;
285
+ opacity: 1;
286
+ -webkit-transition: opacity 0.2s;
287
+ transition: opacity 0.2s;
288
+ }
289
+ }
290
+ &.cs-active {
291
+ & > span {
292
+ background: #fff;
293
+ border-color: #fff;
294
+ font-weight: 600;
295
+ }
296
+ .cs-options {
297
+ opacity: 1;
298
+ -webkit-transition: opacity 0.2s;
299
+ transition: opacity 0.2s;
300
+ }
301
+ }
302
+ li.cs-focus span {
303
+ background: #f5f3ec;
304
+ }
305
+ }
306
+
307
+ @media screen and (max-width: 30em) {
308
+ .cs-skin-border { font-size: 1em; }
309
+ }
@@ -2431,7 +2431,13 @@ aside {
2431
2431
 
2432
2432
  // Text with title
2433
2433
 
2434
- .iasd-widget-text_title, .iasd-contact-info{
2434
+ .entry-content .iasd-widget.iasd-widget-text_title, .iasd-archive .iasd-widget.iasd-widget-text_title {
2435
+ h1 {
2436
+ margin-bottom: 35px !important;
2437
+ }
2438
+ }
2439
+
2440
+ .iasd-widget-text_title, .iasd-contact-info {
2435
2441
  font-size: 13px;
2436
2442
  line-height: 20px !important;
2437
2443
  h1 {
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * IASD Bootstrap v1.2.5 (http://styleguide.adventistas.org)
3
- * Copyright 2014-2014 Igreja Adventista do Sétimo Dia
2
+ * IASD Bootstrap v1.3.0 (http://styleguide.adventistas.org)
3
+ * Copyright 2014-2015 Igreja Adventista do Sétimo Dia
4
4
  * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * IASD Bootstrap v1.2.5 (http://styleguide.adventistas.org)
3
- * Copyright 2014-2014 Igreja Adventista do Sétimo Dia
2
+ * IASD Bootstrap v1.3.0 (http://styleguide.adventistas.org)
3
+ * Copyright 2014-2015 Igreja Adventista do Sétimo Dia
4
4
  * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
5
5
  */
6
6
  if(window.Modernizr=function(a,b,c){function d(a){o.cssText=a}function e(a,b){return typeof a===b}var f,g,h,i="2.6.2",j={},k=!0,l=b.documentElement,m="modernizr",n=b.createElement(m),o=n.style,p=({}.toString," -webkit- -moz- -o- -ms- ".split(" ")),q={},r=[],s=r.slice,t=function(a,c,d,e){var f,g,h,i,j=b.createElement("div"),k=b.body,n=k||b.createElement("body");if(parseInt(d,10))for(;d--;)h=b.createElement("div"),h.id=e?e[d]:m+(d+1),j.appendChild(h);return f=["&#173;",'<style id="s',m,'">',a,"</style>"].join(""),j.id=m,(k?j:n).innerHTML+=f,n.appendChild(j),k||(n.style.background="",n.style.overflow="hidden",i=l.style.overflow,l.style.overflow="hidden",l.appendChild(n)),g=c(j,a),k?j.parentNode.removeChild(j):(n.parentNode.removeChild(n),l.style.overflow=i),!!g},u=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return t("@media "+b+" { #"+m+" { position: absolute; } }",function(b){d="absolute"==(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle).position}),d},v={}.hasOwnProperty;h=e(v,"undefined")||e(v.call,"undefined")?function(a,b){return b in a&&e(a.constructor.prototype[b],"undefined")}:function(a,b){return v.call(a,b)},Function.prototype.bind||(Function.prototype.bind=function(a){var b=this;if("function"!=typeof b)throw new TypeError;var c=s.call(arguments,1),d=function(){if(this instanceof d){var e=function(){};e.prototype=b.prototype;var f=new e,g=b.apply(f,c.concat(s.call(arguments)));return Object(g)===g?g:f}return b.apply(a,c.concat(s.call(arguments)))};return d}),q.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:t(["@media (",p.join("touch-enabled),("),m,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=9===a.offsetTop}),c};for(var w in q)h(q,w)&&(g=w.toLowerCase(),j[g]=q[w](),r.push((j[g]?"":"no-")+g));return j.addTest=function(a,b){if("object"==typeof a)for(var d in a)h(a,d)&&j.addTest(d,a[d]);else{if(a=a.toLowerCase(),j[a]!==c)return j;b="function"==typeof b?b():b,"undefined"!=typeof k&&k&&(l.className+=" "+(b?"":"no-")+a),j[a]=b}return j},d(""),n=f=null,j._version=i,j._prefixes=p,j.mq=u,j.testStyles=t,l.className=l.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(k?" js "+r.join(" "):""),j}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==q.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=r.shift();s=1,a?a.t?o(function(){("c"==a.t?m.injectCss:m.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):s=0}function i(a,c,d,e,f,i,j){function k(b){if(!n&&g(l.readyState)&&(t.r=n=1,!s&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&o(function(){v.removeChild(l)},50);for(var d in A[c])A[c].hasOwnProperty(d)&&A[c][d].onload()}}var j=j||m.errorTimeout,l=b.createElement(a),n=0,q=0,t={t:d,s:c,e:f,a:i,x:j};1===A[c]&&(q=1,A[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,q)},r.splice(e,0,t),"img"!=a&&(q||2===A[c]?(v.insertBefore(l,u?null:p),o(k,j)):A[c].push(l))}function j(a,b,c,d,f){return s=0,b=b||"j",e(a)?i("c"==b?x:w,a,b,this.i++,c,d,f):(r.splice(this.i++,0,a),1==r.length&&h()),this}function k(){var a=m;return a.loader={load:j,i:0},a}var l,m,n=b.documentElement,o=a.setTimeout,p=b.getElementsByTagName("script")[0],q={}.toString,r=[],s=0,t="MozAppearance"in n.style,u=t&&!!b.createRange().compareNode,v=u?n:p.parentNode,n=a.opera&&"[object Opera]"==q.call(a.opera),n=!!b.attachEvent&&!n,w=t?"object":n?"script":"img",x=n?"script":w,y=Array.isArray||function(a){return"[object Array]"==q.call(a)},z=[],A={},B={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}};m=function(a){function b(a){var b,c,d,a=a.split("!"),e=z.length,f=a.pop(),g=a.length,f={url:f,origUrl:f,prefixes:a};for(c=0;g>c;c++)d=a[c].split("="),(b=B[d.shift()])&&(f=b(f,d));for(c=0;e>c;c++)f=z[c](f);return f}function g(a,e,f,g,h){var i=b(a),j=i.autoCallback;i.url.split(".").pop().split("?").shift(),i.bypass||(e&&(e=d(e)?e:e[a]||e[g]||e[a.split("/").pop().split("?")[0]]),i.instead?i.instead(a,e,f,g,h):(A[i.url]?i.noexec=!0:A[i.url]=1,f.load(i.url,i.forceCSS||!i.forceJS&&"css"==i.url.split(".").pop().split("?").shift()?"c":c,i.noexec,i.attrs,i.timeout),(d(e)||d(j))&&f.load(function(){k(),e&&e(i.origUrl,h,g),j&&j(i.origUrl,h,g),A[i.url]=2})))}function h(a,b){function c(a,c){if(a){if(e(a))c||(l=function(){var a=[].slice.call(arguments);m.apply(this,a),n()}),g(a,l,b,0,j);else if(Object(a)===a)for(i in h=function(){var b,c=0;for(b in a)a.hasOwnProperty(b)&&c++;return c}(),a)a.hasOwnProperty(i)&&(!c&&!--h&&(d(l)?l=function(){var a=[].slice.call(arguments);m.apply(this,a),n()}:l[i]=function(a){return function(){var b=[].slice.call(arguments);a&&a.apply(this,b),n()}}(m[i])),g(a[i],l,b,i,j))}else!c&&n()}var h,i,j=!!a.test,k=a.load||a.both,l=a.callback||f,m=l,n=a.complete||f;c(j?a.yep:a.nope,!!k),k&&c(k)}var i,j,l=this.yepnope.loader;if(e(a))g(a,0,l,0);else if(y(a))for(i=0;i<a.length;i++)j=a[i],e(j)?g(j,0,l,0):y(j)?m(j):Object(j)===j&&h(j,l);else Object(a)===a&&h(a,l)},m.addPrefix=function(a,b){B[a]=b},m.addFilter=function(a){z.push(a)},m.errorTimeout=1e4,null==b.readyState&&b.addEventListener&&(b.readyState="loading",b.addEventListener("DOMContentLoaded",l=function(){b.removeEventListener("DOMContentLoaded",l,0),b.readyState="complete"},0)),a.yepnope=k(),a.yepnope.executeStack=h,a.yepnope.injectJs=function(a,c,d,e,i,j){var k,l,n=b.createElement("script"),e=e||m.errorTimeout;n.src=a;for(l in d)n.setAttribute(l,d[l]);c=j?h:c||f,n.onreadystatechange=n.onload=function(){!k&&g(n.readyState)&&(k=1,c(),n.onload=n.onreadystatechange=null)},o(function(){k||(k=1,c(1))},e),i?n.onload():p.parentNode.insertBefore(n,p)},a.yepnope.injectCss=function(a,c,d,e,g,i){var j,e=b.createElement("link"),c=i?h:c||f;e.href=a,e.rel="stylesheet",e.type="text/css";for(j in d)e.setAttribute(j,d[j]);g||(p.parentNode.insertBefore(e,p),o(c,0))}}(this,document),Modernizr.load=function(){yepnope.apply(window,[].slice.call(arguments,0))},!jQuery)throw new Error("Bootstrap requires 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]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,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()})}(window.jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]');if(a.length){var b=this.$element.find("input").prop("checked",!this.$element.hasClass("active")).trigger("change");"radio"===b.prop("type")&&a.find(".active").removeClass("active")}this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(window.jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.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},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.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").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?void this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(window.jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b),f.trigger(d=a.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",f);if(h.length){var i=h.index(h.filter(":focus"));38==b.keyCode&&i>0&&i--,40==b.keyCode&&i<h.length-1&&i++,~i||(i=0),h.eq(i).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("dropdown");d||c.data("dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu]",f.prototype.keydown)}(window.jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show(),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(window.jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);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":"focus",i="hover"==g?"mouseleave":"blur";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()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.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},b.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},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return 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()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return 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()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m="body"==this.options.container?window.innerWidth:j.outerWidth(),n="body"==this.options.container?window.innerHeight:j.outerHeight(),o="body"==this.options.container?0:j.offset().left;d="bottom"==d&&g.top+g.height+i-l>n?"top":"top"==d&&g.top-l-i<0?"bottom":"right"==d&&g.right+h>m?"left":"left"==d&&g.left-h<o?"right":d,c.removeClass(k).addClass(d)}var p=this.getCalculatedOffset(d,g,h,i);this.applyPlacement(p,d),this.$element.trigger("shown.bs."+this.type)}},b.prototype.applyPlacement=function(a,b){var c,d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),a.top=a.top+g,a.left=a.left+h,d.offset(a).addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;if("top"==b&&j!=f&&(c=!0,a.top=a.top+f-j),/bottom|top/.test(b)){var k=0;a.left<0&&(k=-2*a.left,a.left=0,d.offset(a),i=d[0].offsetWidth,j=d[0].offsetHeight),this.replaceArrow(k-e+i,i,"left")}else this.replaceArrow(j-f,j,"top");c&&d.offset(a)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach()}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.$element.trigger("hidden.bs."+this.type),this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.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)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(window.jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.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")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.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)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(window.jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(a(c).is("body")?window:c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate")};var c=a.fn.scrollspy;a.fn.scrollspy=function(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]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(window.jQuery),+function(a){"use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * IASD Bootstrap v1.2.5 (http://styleguide.adventistas.org)
3
- * Copyright 2014-2014 Igreja Adventista do Sétimo Dia
2
+ * IASD Bootstrap v1.3.0 (http://styleguide.adventistas.org)
3
+ * Copyright 2014-2015 Igreja Adventista do Sétimo Dia
4
4
  * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
5
5
  */
6
6
 
@@ -37,6 +37,27 @@ image 'img/institutional/sprite_bandeiras.svg', :to => 'institutional/sprite_ban
37
37
  image 'img/institutional/sprite_icones.svg', :to => 'institutional/sprite_icones.svg'
38
38
  image 'img/institutional/video-play.png', :to => 'institutional/video-play.png'
39
39
 
40
+ image 'img/blogs/formats/format_aside.png', :to => 'blogs/formats/format_aside.png'
41
+ image 'img/blogs/formats/format_audio.png', :to => 'blogs/formats/format_audio.png'
42
+ image 'img/blogs/formats/format_gallery.png', :to => 'blogs/formats/format_gallery.png'
43
+ image 'img/blogs/formats/format_image.png', :to => 'blogs/formats/format_image.png'
44
+ image 'img/blogs/formats/format_link.png', :to => 'blogs/formats/format_link.png'
45
+ image 'img/blogs/formats/format_quote.png', :to => 'blogs/formats/format_quote.png'
46
+ image 'img/blogs/formats/format_aside.png', :to => 'blogs/formats/format_aside.png'
47
+ image 'img/blogs/formats/format_standard.png', :to => 'blogs/formats/format_standard.png'
48
+ image 'img/blogs/formats/format_video.png', :to => 'blogs/formats/format_video.png'
49
+
50
+ image 'img/blogs/formats@2x/format_aside@2x.png', :to => 'blogs/formats@2x/format_aside@2x.png'
51
+ image 'img/blogs/formats@2x/format_audio@2x.png', :to => 'blogs/formats@2x/format_audio@2x.png'
52
+ image 'img/blogs/formats@2x/format_gallery@2x.png', :to => 'blogs/formats@2x/format_gallery@2x.png'
53
+ image 'img/blogs/formats@2x/format_image@2x.png', :to => 'blogs/formats@2x/format_image@2x.png'
54
+ image 'img/blogs/formats@2x/format_link@2x.png', :to => 'blogs/formats@2x/format_link@2x.png'
55
+ image 'img/blogs/formats@2x/format_quote@2x.png', :to => 'blogs/formats@2x/format_quote@2x.png'
56
+ image 'img/blogs/formats@2x/format_aside@2x.png', :to => 'blogs/formats@2x/format_aside@2x.png'
57
+ image 'img/blogs/formats@2x/format_standard@2x.png', :to => 'blogs/formats@2x/format_standard@2x.png'
58
+ image 'img/blogs/formats@2x/format_video@2x.png', :to => 'blogs/formats@2x/format_video@2x.png'
59
+
60
+
40
61
  image 'img/logos_pt_BR/iasd_header.png', :to => 'logos_pt_BR/iasd_header.png'
41
62
  image 'img/logos_pt_BR/iasd_header@2x.png', :to => 'logos_pt_BR/iasd_header@2x.png'
42
63
  image 'img/logos_pt_BR/iasd_dsa_home.png', :to => 'logos_pt_BR/iasd_dsa_home.png'
@@ -49,6 +70,8 @@ image 'img/logos_pt_BR/iasd_header_symbol.png', :to => 'logos_pt_BR/iasd_header_
49
70
  image 'img/logos_pt_BR/iasd_header_symbol@2x.png', :to => 'logos_pt_BR/iasd_header_symbol@2x.png'
50
71
  image 'img/logos_pt_BR/iasd_404.png', :to => 'logos_pt_BR/iasd_404.png'
51
72
  image 'img/logos_pt_BR/iasd_404@2x.png', :to => 'logos_pt_BR/iasd_404@2x.png'
73
+ image 'img/logos_pt_BR/iasd_header_symbol_small@2x.png', :to => 'logos_pt_BR/iasd_header_symbol_small@2x.png'
74
+ image 'img/logos_pt_BR/iasd_header_symbol_small.png', :to => 'logos_pt_BR/iasd_header_symbol_small.png'
52
75
 
53
76
  image 'img/logos_es_ES/iasd_header.png', :to => 'logos_es_ES/iasd_header.png'
54
77
  image 'img/logos_es_ES/iasd_header@2x.png', :to => 'logos_es_ES/iasd_header@2x.png'
@@ -62,6 +85,9 @@ image 'img/logos_es_ES/iasd_header_symbol.png', :to => 'logos_es_ES/iasd_header_
62
85
  image 'img/logos_es_ES/iasd_header_symbol@2x.png', :to => 'logos_es_ES/iasd_header_symbol@2x.png'
63
86
  image 'img/logos_es_ES/iasd_404.png', :to => 'logos_es_ES/iasd_404.png'
64
87
  image 'img/logos_es_ES/iasd_404@2x.png', :to => 'logos_es_ES/iasd_404@2x.png'
88
+ image 'img/logos_es_ES/iasd_header_symbol_small@2x.png', :to => 'logos_es_ES/iasd_header_symbol_small@2x.png'
89
+ image 'img/logos_es_ES/iasd_header_symbol_small.png', :to => 'logos_es_ES/iasd_header_symbol_small.png'
90
+
65
91
 
66
92
  image 'img/widgets/gallery_frame.png', :to => 'widgets/gallery_frame.png'
67
93
  image 'img/widgets/gallery_frame@2x.png', :to => 'widgets/gallery_frame@2x.png'
@@ -107,6 +133,8 @@ image 'img/favicons/apple-touch-icon-60x60.png', :to => 'favicons/apple-touch-ic
107
133
  image 'img/favicons/apple-touch-icon-120x120.png', :to => 'favicons/apple-touch-icon-120x120.png'
108
134
  image 'img/favicons/apple-touch-icon-76x76.png', :to => 'favicons/apple-touch-icon-76x76.png'
109
135
  image 'img/favicons/apple-touch-icon-152x152.png', :to => 'favicons/apple-touch-icon-152x152.png'
136
+ image 'img/favicons/apple-touch-icon-precomposed.png', :to => 'favicons/apple-touch-icon-precomposed.png'
137
+
110
138
  image 'img/favicons/favicon-196x196.png', :to => 'favicons/favicon-196x196.png'
111
139
  image 'img/favicons/favicon-160x160.png', :to => 'favicons/favicon-160x160.png'
112
140
  image 'img/favicons/favicon-96x96.png', :to => 'favicons/favicon-96x96.png'
@@ -114,11 +142,14 @@ image 'img/favicons/favicon-32x32.png', :to => 'favicons/favicon-32x32.png'
114
142
  image 'img/favicons/favicon-16x16.png', :to => 'favicons/favicon-16x16.png'
115
143
  image 'img/favicons/mstile-144x144.png', :to => 'favicons/mstile-144x144.png'
116
144
  image 'img/favicons/mstile-70x70.png', :to => 'favicons/mstile-70x70.png'
117
- image 'img/favicons/mstile-144x144.png', :to => 'favicons/mstile-144x144.png'
118
145
  image 'img/favicons/mstile-150x150.png', :to => 'favicons/mstile-150x150.png'
119
146
  image 'img/favicons/mstile-310x310.png', :to => 'favicons/mstile-310x310.png'
120
147
  image 'img/favicons/mstile-310x150.png', :to => 'favicons/mstile-310x150.png'
121
148
 
149
+ image 'img/player_nt/radio-novo-tempo_esp.jpg', :to => 'player_nt/radio-novo-tempo_esp.jpg'
150
+ image 'img/player_nt/radio-novo-tempo_pt.jpg', :to => 'player_nt/radio-novo-tempo_pt.jpg'
151
+ image 'img/player_nt/tv-novo-tempo_esp.jpg', :to => 'player_nt/tv-novo-tempo_esp.jpg'
152
+ image 'img/player_nt/tv-novo-tempo_pt.jpg', :to => 'player_nt/tv-novo-tempo_pt.jpg'
122
153
 
123
154
  font 'fonts/futurastd-book-webfont.eot', :to => 'futurastd-book-webfont.eot'
124
155
  font 'fonts/futurastd-book-webfont.svg', :to => 'futurastd-book-webfont.svg'
@@ -148,6 +179,9 @@ font 'fonts/futurastd-medium-webfont.woff', :to => 'futurastd-medium-webfont.wof
148
179
  # javascript 'lib/iasd_plugins.js', :to => 'iasd_plugins.js'
149
180
  # javascript 'lib/iasd_home_dsa.js', :to => 'iasd_home_dsa.js'
150
181
 
182
+ javascript 'lib/selectFx.js', :to => 'selectFx.js'
183
+ javascript 'lib/classie.js', :to => 'classie.js'
184
+
151
185
  javascript 'lib/iasd-bootstrap.js', :to => 'iasd-bootstrap.js'
152
186
  javascript 'lib/iasd-bootstrap.min.js', :to => 'iasd-bootstrap.min.js'
153
187
  javascript 'lib/ltie9.js', :to => 'ltie9.js'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iasd-bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filipi Zimermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-05 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass
@@ -128,6 +128,7 @@ files:
128
128
  - stylesheets/_iasd-header.scss
129
129
  - stylesheets/_iasd-main-nav.scss
130
130
  - stylesheets/_iasd-mixins.scss
131
+ - stylesheets/_iasd-player-nt.scss
131
132
  - stylesheets/_iasd-plugins.scss
132
133
  - stylesheets/_iasd-templates.scss
133
134
  - stylesheets/_iasd-type.scss
@@ -242,6 +243,10 @@ files:
242
243
  - templates/project/img/logos_pt_BR/iasd_header_symbol_small@2x.png
243
244
  - templates/project/img/logos_pt_BR/iasd_header_vertical.png
244
245
  - templates/project/img/logos_pt_BR/iasd_header_vertical@2x.png
246
+ - templates/project/img/player_nt/radio-novo-tempo_esp.jpg
247
+ - templates/project/img/player_nt/radio-novo-tempo_pt.jpg
248
+ - templates/project/img/player_nt/tv-novo-tempo_esp.jpg
249
+ - templates/project/img/player_nt/tv-novo-tempo_pt.jpg
245
250
  - templates/project/img/plugins/loader.gif
246
251
  - templates/project/img/widgets/background_find_church.png
247
252
  - templates/project/img/widgets/gallery_frame.png