hyla 1.0.9.pre.1 → 1.0.9.pre.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +3 -1
  3. data/Rakefile +15 -8
  4. data/lib/hyla.rb +14 -3
  5. data/lib/hyla/commands/new.rb +1 -0
  6. data/lib/hyla/configuration.rb +0 -1
  7. data/lib/hyla/project.rb +1 -1
  8. data/lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css +663 -0
  9. data/lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css +663 -0
  10. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation.scss +43 -0
  11. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation2.scss +43 -0
  12. data/lib/resources/assets/revealjs-redhat/lib/sass/_overpass.scss +21 -0
  13. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-blue.scss +590 -0
  14. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-redhat.scss +591 -0
  15. data/lib/resources/assets/revealjs-redhat/lib/sass/font-awesome.scss +17 -0
  16. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_animated.scss +34 -0
  17. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_bordered-pulled.scss +16 -0
  18. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_core.scss +13 -0
  19. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_fixed-width.scss +6 -0
  20. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_icons.scss +596 -0
  21. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_larger.scss +13 -0
  22. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_list.scss +19 -0
  23. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_mixins.scss +27 -0
  24. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_path.scss +15 -0
  25. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_rotated-flipped.scss +20 -0
  26. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_stacked.scss +20 -0
  27. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_variables.scss +606 -0
  28. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/FontAwesome.otf +0 -0
  29. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  30. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
  31. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  32. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  33. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
  34. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
  35. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
  36. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
  37. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
  38. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
  39. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
  40. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
  41. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
  42. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
  43. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
  44. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
  45. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
  46. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
  47. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
  48. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
  49. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
  50. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.eot +0 -0
  51. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.svg +454 -0
  52. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
  53. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.woff +0 -0
  54. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.eot +0 -0
  55. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.svg +454 -0
  56. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
  57. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.woff +0 -0
  58. data/lib/resources/assets/revealjs-redhat/lib/sass/new-gpe.scss +676 -0
  59. data/lib/resources/assets/revealjs-redhat/lib/sass/old-gpe.scss +585 -0
  60. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-blue.css +663 -0
  61. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-redhat.css +663 -0
  62. data/lib/resources/assets/revealjs-redhat/lib/{css → sass/styles}/conference.css +89 -89
  63. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/font-awesome.css +2893 -0
  64. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe.css +685 -0
  65. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe2.css +669 -0
  66. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/new-gpe.css +759 -0
  67. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/old-gpe.css +685 -0
  68. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/temp.css +59 -0
  69. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-output.css +1513 -0
  70. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-liberation.css +4346 -0
  71. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-overpass.css +4334 -0
  72. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-output.scss +1360 -0
  73. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-liberation.scss +3646 -0
  74. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-overpass.scss +3646 -0
  75. data/lib/resources/assets/revealjs/css/theme/conference-blue.css +663 -0
  76. data/lib/resources/assets/sass/conference-blue.scss +590 -0
  77. data/lib/resources/assets/sass/{conference.scss → conference-redhat.scss} +2 -1
  78. data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +4 -3
  79. metadata +72 -4
@@ -0,0 +1,3646 @@
1
+ @import "overpass";
2
+
3
+ .theme-font-overpass .themed, .theme-font-overpass .reveal {
4
+ font-family: "Overpass", sans-serif;
5
+ font-size: 28px
6
+ }
7
+
8
+ .theme-font-overpass .themed section, .theme-font-overpass .reveal section {
9
+ line-height: 1.3
10
+ }
11
+
12
+ .theme-font-overpass .themed h1, .theme-font-overpass .themed h2, .theme-font-overpass .themed h3, .theme-font-overpass .themed h4, .theme-font-overpass .themed h5, .theme-font-overpass .themed h6, .theme-font-overpass .reveal h1, .theme-font-overpass .reveal h2, .theme-font-overpass .reveal h3, .theme-font-overpass .reveal h4, .theme-font-overpass .reveal h5, .theme-font-overpass .reveal h6 {
13
+ font-family: "Overpass", sans-serif;
14
+ text-transform: uppercase;
15
+ line-height: 1.3;
16
+ font-weight: bold
17
+ }
18
+
19
+ .theme-font-overpass .themed h1, .theme-font-overpass.themed h1, .theme-font-overpass .reveal h1, .theme-font-overpass.reveal h1 {
20
+ font-size: 1.75em;
21
+ margin-bottom: .25em;
22
+ letter-spacing: .015em
23
+ }
24
+
25
+ .theme-font-overpass .themed h2, .theme-font-overpass.themed h2, .theme-font-overpass .reveal h2, .theme-font-overpass.reveal h2 {
26
+ font-size: 1.15em;
27
+ margin-bottom: .5em;
28
+ letter-spacing: .036661em
29
+ }
30
+
31
+ .theme-font-overpass .themed h3, .theme-font-overpass.themed h3, .theme-font-overpass .reveal h3, .theme-font-overpass.reveal h3 {
32
+ font-size: 1.00em;
33
+ margin-bottom: .5em;
34
+ letter-spacing: .041em
35
+ }
36
+
37
+ .theme-font-overpass .themed h4, .theme-font-overpass.themed h4, .theme-font-overpass .reveal h4, .theme-font-overpass.reveal h4 {
38
+ font-size: 1.00em
39
+ }
40
+
41
+ .theme-font-overpass .themed h5, .theme-font-overpass.themed h5, .theme-font-overpass .reveal h5, .theme-font-overpass.reveal h5 {
42
+ font-size: 1.00em
43
+ }
44
+
45
+ .theme-font-overpass .themed h6, .theme-font-overpass.themed h6, .theme-font-overpass .reveal h6, .theme-font-overpass.reveal h6 {
46
+ font-size: 1.00em
47
+ }
48
+
49
+ .theme-font-no-font .themed, .theme-font-no-font.themed, .theme-font-no-font .reveal, .theme-font-no-font.reveal {
50
+ font-family: sans-serif;
51
+ font-size: 30px
52
+ }
53
+
54
+ .theme-font-no-font .themed section font, .theme-font-no-font.themed section font, .theme-font-no-font .reveal section font, .theme-font-no-font.reveal section font {
55
+ line-height: 1
56
+ }
57
+
58
+ .hljs {
59
+ display: block;
60
+ padding: 0.5em;
61
+ background: #3F3F3F;
62
+ color: #DCDCDC
63
+ }
64
+
65
+ .hljs-keyword, .hljs-tag, .css .hljs-class, .css .hljs-id, .lisp .hljs-title, .nginx .hljs-title, .hljs-request, .hljs-status, .clojure .hljs-attribute {
66
+ color: #E3CEAB
67
+ }
68
+
69
+ .django .hljs-template_tag, .django .hljs-variable, .django .hljs-filter .hljs-argument {
70
+ color: #DCDCDC
71
+ }
72
+
73
+ .hljs-number, .hljs-date {
74
+ color: #8CD0D3
75
+ }
76
+
77
+ .dos .hljs-envvar, .dos .hljs-stream, .hljs-variable, .apache .hljs-sqbracket {
78
+ color: #EFDCBC
79
+ }
80
+
81
+ .dos .hljs-flow, .diff .hljs-change, .python .exception, .python .hljs-built_in, .hljs-literal, .tex .hljs-special {
82
+ color: #EFEFAF
83
+ }
84
+
85
+ .diff .hljs-chunk, .hljs-subst {
86
+ color: #8F8F8F
87
+ }
88
+
89
+ .dos .hljs-keyword, .python .hljs-decorator, .hljs-title, .haskell .hljs-type, .diff .hljs-header, .ruby .hljs-class .hljs-parent, .apache .hljs-tag, .nginx .hljs-built_in, .tex .hljs-command, .hljs-prompt {
90
+ color: #efef8f
91
+ }
92
+
93
+ .dos .hljs-winutils, .ruby .hljs-symbol, .ruby .hljs-symbol .hljs-string, .ruby .hljs-string {
94
+ color: #DCA3A3
95
+ }
96
+
97
+ .diff .hljs-deletion, .hljs-string, .hljs-tag .hljs-value, .hljs-preprocessor, .hljs-pragma, .hljs-built_in, .sql .hljs-aggregate, .hljs-javadoc, .smalltalk .hljs-class, .smalltalk .hljs-localvars, .smalltalk .hljs-array, .css .hljs-rules .hljs-value, .hljs-attr_selector, .hljs-pseudo, .apache .hljs-cbracket, .tex .hljs-formula, .coffeescript .hljs-attribute {
98
+ color: #CC9393
99
+ }
100
+
101
+ .hljs-shebang, .diff .hljs-addition, .hljs-comment, .java .hljs-annotation, .hljs-template_comment, .hljs-pi, .hljs-doctype {
102
+ color: #7F9F7F
103
+ }
104
+
105
+ .coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata {
106
+ opacity: 0.5
107
+ }
108
+
109
+ /*!
110
+ * Main styles for Slides
111
+ *
112
+ * @author Hakim El Hattab
113
+ */
114
+ * {
115
+ -moz-box-sizing: border-box;
116
+ box-sizing: border-box
117
+ }
118
+
119
+ html, body {
120
+ padding: 0;
121
+ margin: 0;
122
+ color: #252525;
123
+ font-family: "Open Sans", Helvetica, sans-serif;
124
+ font-size: 16px
125
+ }
126
+
127
+ html:before, body:before {
128
+ content: '' !important
129
+ }
130
+
131
+ html {
132
+ -webkit-font-smoothing: subpixel-antialiased !important
133
+ }
134
+
135
+ html.sl-root:not(.loaded) * {
136
+ -webkit-transition: none !important;
137
+ transition: none !important
138
+ }
139
+
140
+ body {
141
+ overflow-y: scroll
142
+ }
143
+
144
+ body > *:not(.reveal) {
145
+ font-family: "Open Sans", Helvetica, sans-serif
146
+ }
147
+
148
+ html, #container {
149
+ background-color: #eee
150
+ }
151
+
152
+ #container {
153
+ position: relative;
154
+ z-index: 1
155
+ }
156
+
157
+ .icon {
158
+ display: inline-block;
159
+ line-height: 1
160
+ }
161
+
162
+ .spinner {
163
+ display: block;
164
+ width: 32px;
165
+ height: 32px;
166
+ margin-top: 16px;
167
+ margin-left: 16px
168
+ }
169
+
170
+ .spinner.centered {
171
+ position: absolute;
172
+ top: 50%;
173
+ left: 50%;
174
+ margin-top: -16px;
175
+ margin-left: -16px
176
+ }
177
+
178
+ .spinner.centered-horizontally {
179
+ margin-left: auto;
180
+ margin-right: auto
181
+ }
182
+
183
+ .spinner-bitmap {
184
+ display: block;
185
+ width: 32px;
186
+ height: 32px;
187
+ background-image: url(data:image/png;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
188
+ background-repeat: no-repeat
189
+ }
190
+
191
+ .clear {
192
+ clear: both
193
+ }
194
+
195
+ .vcenter:before {
196
+ content: '';
197
+ display: inline-block;
198
+ height: 100%;
199
+ vertical-align: middle
200
+ }
201
+
202
+ .vcenter-target {
203
+ display: inline-block;
204
+ vertical-align: middle
205
+ }
206
+
207
+ .no-transition, .no-transition * {
208
+ -webkit-transition: none !important;
209
+ transition: none !important
210
+ }
211
+
212
+ .grow-in-on-load {
213
+ opacity: 0;
214
+ -webkit-transform: scale(0.96);
215
+ -ms-transform: scale(0.96);
216
+ transform: scale(0.96);
217
+ -webkit-transition: all 0.3s ease;
218
+ transition: all 0.3s ease
219
+ }
220
+
221
+ html.loaded .grow-in-on-load {
222
+ opacity: 1;
223
+ -webkit-transform: none;
224
+ -ms-transform: none;
225
+ transform: none
226
+ }
227
+
228
+ h1, h2, h3, h4, h5, h6 {
229
+ font-family: "Open Sans", Helvetica, sans-serif;
230
+ line-height: 1.3em;
231
+ font-weight: normal
232
+ }
233
+
234
+ h1, h2, h3, h4, h5, h6, ul, li {
235
+ margin: 0;
236
+ padding: 0
237
+ }
238
+
239
+ h1 {
240
+ font-size: 35.2px
241
+ }
242
+
243
+ h2 {
244
+ font-size: 27.2px
245
+ }
246
+
247
+ h3 {
248
+ font-size: 20.8px
249
+ }
250
+
251
+ h4 {
252
+ font-size: 16px;
253
+ font-weight: 600
254
+ }
255
+
256
+ h5 {
257
+ font-size: 16px;
258
+ font-weight: 600
259
+ }
260
+
261
+ h6 {
262
+ font-size: 16px;
263
+ font-weight: 600
264
+ }
265
+
266
+ p {
267
+ margin: 1em 0
268
+ }
269
+
270
+ a {
271
+ color: #255c7c;
272
+ text-decoration: none;
273
+ outline: 0;
274
+ -webkit-transition: color 0.1s ease;
275
+ transition: color 0.1s ease
276
+ }
277
+
278
+ a:hover {
279
+ color: #4195c6
280
+ }
281
+
282
+ a:focus {
283
+ outline: 1px solid #1baee1
284
+ }
285
+
286
+ p a {
287
+ border-bottom: 1px solid #8fc1de
288
+ }
289
+
290
+ b {
291
+ font-weight: 600
292
+ }
293
+
294
+ small {
295
+ font-size: 0.8em
296
+ }
297
+
298
+ button {
299
+ border: 0;
300
+ background: transparent;
301
+ cursor: pointer
302
+ }
303
+
304
+ .text-semi-bold {
305
+ font-weight: 600
306
+ }
307
+
308
+ .main {
309
+ line-height: 1.5
310
+ }
311
+
312
+ .reveal-viewport {
313
+ width: 100%;
314
+ height: 100%
315
+ }
316
+
317
+ .container .column {
318
+ width: 100%;
319
+ max-width: 1140px;
320
+ margin: 0 auto;
321
+ padding: 0 20px
322
+ }
323
+
324
+ @media screen and (max-width: 380px) {
325
+ .container .column {
326
+ padding: 0 10px
327
+ }
328
+ }
329
+
330
+ .container .column > section, .container .column > div > section {
331
+ position: relative;
332
+ width: 100%;
333
+ margin: 40px auto;
334
+ padding: 40px;
335
+ background: white;
336
+ border-radius: 2px
337
+ }
338
+
339
+ .container .column > section h2, .container .column > div > section h2 {
340
+ margin-bottom: 20px
341
+ }
342
+
343
+ .container .column > section .header-with-description h2, .container .column > div > section .header-with-description h2 {
344
+ margin-bottom: 10px
345
+ }
346
+
347
+ .container .column > section .header-with-description p, .container .column > div > section .header-with-description p {
348
+ margin-top: 0;
349
+ margin-bottom: 20px;
350
+ color: #999;
351
+ font-size: 0.9em
352
+ }
353
+
354
+ .container .column > section.critical-error, .container .column > div > section.critical-error {
355
+ border-color: #f00;
356
+ background: #eb5555;
357
+ color: #fff
358
+ }
359
+
360
+ @media screen and (max-width: 380px) {
361
+ .container .column > section, .container .column > div > section {
362
+ padding: 20px
363
+ }
364
+
365
+ .container .column > section:first-child, .container .column > div > section:first-child {
366
+ margin-top: 10px
367
+ }
368
+ }
369
+
370
+ .container .column .page-navigation + section {
371
+ margin-top: 20px
372
+ }
373
+
374
+ .container .column .page-navigation {
375
+ display: block;
376
+ max-width: 900px;
377
+ margin: 40px auto 20px auto;
378
+ text-align: right
379
+ }
380
+
381
+ .container .column .page-navigation .title {
382
+ float: left;
383
+ margin-top: 5px;
384
+ font-weight: bold;
385
+ color: #bbb
386
+ }
387
+
388
+ .container .column .page-navigation ul {
389
+ list-style: none
390
+ }
391
+
392
+ .container .column .page-navigation ul li {
393
+ display: inline-block;
394
+ position: relative;
395
+ margin-left: 5px;
396
+ margin-bottom: 7px
397
+ }
398
+
399
+ .container .column .page-navigation ul li .button {
400
+ padding-top: 8px;
401
+ padding-bottom: 8px;
402
+ font-size: 0.9em;
403
+ color: #777;
404
+ border-color: #aaa
405
+ }
406
+
407
+ .container .column .page-navigation ul li .button:hover {
408
+ color: #222;
409
+ border-color: #444
410
+ }
411
+
412
+ .container .column .page-navigation ul li .button.selected {
413
+ color: #222;
414
+ border-color: #444;
415
+ opacity: 1
416
+ }
417
+
418
+ .container .column .page-navigation ul li .button.selected:before {
419
+ content: '';
420
+ position: absolute;
421
+ height: 0px;
422
+ width: 0px;
423
+ left: 50%;
424
+ right: initial;
425
+ top: 100%;
426
+ bottom: initial;
427
+ border-style: solid;
428
+ border-width: 4px;
429
+ border-color: transparent;
430
+ -webkit-transform: rotate(360deg);
431
+ margin-left: -4px;
432
+ border-bottom-width: 0;
433
+ border-top-color: #444444
434
+ }
435
+
436
+ .flash-notification {
437
+ position: absolute;
438
+ width: 100%;
439
+ top: 0;
440
+ left: 0;
441
+ text-align: center;
442
+ z-index: 100;
443
+ display: none
444
+ }
445
+
446
+ .flash-notification p {
447
+ display: inline-block;
448
+ margin: 13px;
449
+ padding: 10px 20px;
450
+ background: #111;
451
+ color: white;
452
+ border: 1px solid #333;
453
+ border-radius: 4px
454
+ }
455
+
456
+ @-webkit-keyframes page-loader-spinner {
457
+ 50% {
458
+ border-radius: 50%;
459
+ -webkit-transform: scale(0.5) rotate(360deg);
460
+ transform: scale(0.5) rotate(360deg)
461
+ }
462
+ 100% {
463
+ -webkit-transform: scale(1) rotate(720deg);
464
+ transform: scale(1) rotate(720deg)
465
+ }
466
+ }
467
+
468
+ @keyframes page-loader-spinner {
469
+ 50% {
470
+ border-radius: 50%;
471
+ -webkit-transform: scale(0.5) rotate(360deg);
472
+ transform: scale(0.5) rotate(360deg)
473
+ }
474
+ 100% {
475
+ -webkit-transform: scale(1) rotate(720deg);
476
+ transform: scale(1) rotate(720deg)
477
+ }
478
+ }
479
+
480
+ .page-loader {
481
+ position: fixed;
482
+ width: 100%;
483
+ height: 100%;
484
+ left: 0;
485
+ top: 0;
486
+ z-index: 2000;
487
+ background: #111;
488
+ color: #fff;
489
+ opacity: 1;
490
+ visibility: hidden;
491
+ opacity: 0;
492
+ -webkit-transition: all 0.5s ease;
493
+ transition: all 0.5s ease
494
+ }
495
+
496
+ .page-loader .page-loader-inner {
497
+ position: absolute;
498
+ display: block;
499
+ top: 40%;
500
+ width: 100%;
501
+ text-align: center
502
+ }
503
+
504
+ .page-loader .page-loader-inner .page-loader-spinner {
505
+ display: block;
506
+ position: relative;
507
+ width: 50px;
508
+ height: 50px;
509
+ margin: 0 auto 20px auto;
510
+ -webkit-animation: page-loader-spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
511
+ animation: page-loader-spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
512
+ background-color: #E4637C;
513
+ border-radius: 1px
514
+ }
515
+
516
+ .page-loader .page-loader-inner .page-loader-message {
517
+ display: block;
518
+ margin: 0;
519
+ vertical-align: top;
520
+ line-height: 32px;
521
+ font-size: 14px;
522
+ color: #bbb;
523
+ font-family: Helvetica, sans-serif
524
+ }
525
+
526
+ .page-loader.visible {
527
+ visibility: visible;
528
+ opacity: 1
529
+ }
530
+
531
+ .page-loader.frozen .page-loader-spinner {
532
+ -webkit-animation: none;
533
+ animation: none
534
+ }
535
+
536
+ .pro-badge {
537
+ display: inline-block;
538
+ position: relative;
539
+ padding: 3px 6px 2px 6px;
540
+ font-size: 12px;
541
+ font-weight: normal;
542
+ line-height: 14px;
543
+ letter-spacing: 1px;
544
+ border-radius: 2px;
545
+ border: 1px solid #2d739c;
546
+ background: #3990c3;
547
+ color: #fff;
548
+ vertical-align: middle
549
+ }
550
+
551
+ .pro-badge:after {
552
+ display: inline-block;
553
+ position: relative;
554
+ top: -1px;
555
+ margin-left: 2px;
556
+ color: #fff;
557
+ content: "\e094";
558
+ font-family: 'slides';
559
+ font-weight: normal;
560
+ -webkit-font-smoothing: antialiased
561
+ }
562
+
563
+ .pro-badge:hover {
564
+ color: #fff;
565
+ border-color: #3381af;
566
+ background: #5fa6d0
567
+ }
568
+
569
+ .touch .user-view li .controls {
570
+ opacity: 1 !important
571
+ }
572
+
573
+ .touch .deck-view .options {
574
+ opacity: 1
575
+ }
576
+
577
+ .reveal .sl-block {
578
+ display: block;
579
+ position: absolute;
580
+ z-index: auto
581
+ }
582
+
583
+ .reveal .sl-block .sl-block-content {
584
+ display: block;
585
+ position: relative;
586
+ width: 100%;
587
+ height: 100%;
588
+ max-width: none;
589
+ max-height: none;
590
+ margin: 0;
591
+ outline: 0;
592
+ word-wrap: break-word
593
+ }
594
+
595
+ .reveal .sl-block .sl-block-content .sl-block-content-preview {
596
+ position: absolute;
597
+ width: 100%;
598
+ height: 100%;
599
+ left: 0;
600
+ top: 0
601
+ }
602
+
603
+ .reveal .sl-block .sl-block-content > :first-child {
604
+ margin-top: 0
605
+ }
606
+
607
+ .reveal .sl-block .sl-block-content > :last-child {
608
+ margin-bottom: 0
609
+ }
610
+
611
+ html.decks.edit.is-editing .reveal .sl-block {
612
+ cursor: pointer;
613
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
614
+ -webkit-transition: none;
615
+ transition: none
616
+ }
617
+
618
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-content {
619
+ cursor: pointer
620
+ }
621
+
622
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-content:before {
623
+ position: absolute;
624
+ width: 100%;
625
+ height: 100%;
626
+ left: 0;
627
+ top: 0;
628
+ content: '';
629
+ z-index: 1;
630
+ opacity: 0;
631
+ background-color: rgba(0, 0, 0, 0)
632
+ }
633
+
634
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay {
635
+ position: absolute;
636
+ width: 100%;
637
+ height: 100%;
638
+ left: 0;
639
+ top: 0
640
+ }
641
+
642
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-message, html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning {
643
+ padding: 10px;
644
+ font-size: 14px;
645
+ text-align: center;
646
+ background-color: #222;
647
+ color: #fff;
648
+ opacity: 0.9
649
+ }
650
+
651
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-message .vcenter-target, html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning .vcenter-target {
652
+ vertical-align: middle
653
+ }
654
+
655
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-message.below-content, html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning.below-content {
656
+ z-index: 0 !important
657
+ }
658
+
659
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning {
660
+ color: #ffa660
661
+ }
662
+
663
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning .icon {
664
+ display: block;
665
+ margin: 0 auto 10px auto;
666
+ width: 2em;
667
+ height: 2em;
668
+ line-height: 2em;
669
+ border-radius: 1em;
670
+ text-align: center;
671
+ font-size: 12px;
672
+ color: #fff;
673
+ background-color: #e06200
674
+ }
675
+
676
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-placeholder {
677
+ background-image: url(//assets.slid.es/assets/editor/block-placeholder-white-transparent-500x500.png);
678
+ background-size: contain;
679
+ background-color: #222;
680
+ background-repeat: no-repeat;
681
+ background-position: 50% 50%;
682
+ opacity: 0.9
683
+ }
684
+
685
+ html.decks.edit.is-editing .reveal .sl-block.is-editing, html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-content {
686
+ cursor: auto
687
+ }
688
+
689
+ html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-content {
690
+ outline: 1px solid rgba(27, 174, 225, 0.4)
691
+ }
692
+
693
+ html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-content:before {
694
+ display: none
695
+ }
696
+
697
+ html.decks.edit.is-editing .reveal .sl-block.intro-start {
698
+ opacity: 0;
699
+ z-index: 255;
700
+ -webkit-transform: scale(1.1);
701
+ -ms-transform: scale(1.1);
702
+ transform: scale(1.1)
703
+ }
704
+
705
+ html.decks.edit.is-editing .reveal .sl-block.intro-end {
706
+ z-index: 255;
707
+ -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
708
+ transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease
709
+ }
710
+
711
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform {
712
+ position: absolute;
713
+ width: 100%;
714
+ height: 100%;
715
+ left: 0;
716
+ top: 0;
717
+ visibility: hidden;
718
+ z-index: 255;
719
+ pointer-events: none;
720
+ border: 1px solid #1baee1;
721
+ font-size: 12px
722
+ }
723
+
724
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor {
725
+ position: absolute;
726
+ width: 1em;
727
+ height: 1em;
728
+ border-radius: 50%;
729
+ background: #fff;
730
+ border: 1px solid #1baee1;
731
+ cursor: pointer;
732
+ pointer-events: all;
733
+ visibility: hidden
734
+ }
735
+
736
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=n] {
737
+ left: 50%;
738
+ bottom: 100%;
739
+ margin-left: -0.5em;
740
+ margin-bottom: -0.4em;
741
+ cursor: row-resize
742
+ }
743
+
744
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=e] {
745
+ left: 100%;
746
+ top: 50%;
747
+ margin-top: -0.5em;
748
+ margin-left: -0.4em;
749
+ cursor: col-resize
750
+ }
751
+
752
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=s] {
753
+ left: 50%;
754
+ top: 100%;
755
+ margin-left: -0.5em;
756
+ margin-top: -0.4em;
757
+ cursor: row-resize
758
+ }
759
+
760
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=w] {
761
+ right: 100%;
762
+ top: 50%;
763
+ margin-top: -0.5em;
764
+ margin-right: -0.4em;
765
+ cursor: col-resize
766
+ }
767
+
768
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=nw] {
769
+ right: 100%;
770
+ bottom: 100%;
771
+ margin-right: -0.4em;
772
+ margin-bottom: -0.4em;
773
+ cursor: nw-resize
774
+ }
775
+
776
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=ne] {
777
+ left: 100%;
778
+ bottom: 100%;
779
+ margin-left: -0.4em;
780
+ margin-bottom: -0.4em;
781
+ cursor: ne-resize
782
+ }
783
+
784
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=se] {
785
+ left: 100%;
786
+ top: 100%;
787
+ margin-left: -0.4em;
788
+ margin-top: -0.4em;
789
+ cursor: se-resize
790
+ }
791
+
792
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=sw] {
793
+ right: 100%;
794
+ top: 100%;
795
+ margin-right: -0.4em;
796
+ margin-top: -0.4em;
797
+ cursor: sw-resize
798
+ }
799
+
800
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=e], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=w], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=nw], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=ne], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=se], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=sw] {
801
+ display: none
802
+ }
803
+
804
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=n], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=s], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=nw], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=ne], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=se], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=sw] {
805
+ display: none
806
+ }
807
+
808
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform.visible {
809
+ visibility: visible
810
+ }
811
+
812
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform.visible .anchor {
813
+ visibility: visible
814
+ }
815
+
816
+ html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-transform {
817
+ visibility: hidden
818
+ }
819
+
820
+ html.decks.edit.is-editing.touch-editor .reveal .sl-block .sl-block-transform {
821
+ font-size: 20px
822
+ }
823
+
824
+ html.decks.edit.is-editing.touch-editor .reveal .sl-block .sl-block-transform .anchor:before {
825
+ content: '';
826
+ position: absolute;
827
+ left: -0.5em;
828
+ top: -0.5em;
829
+ width: 2em;
830
+ height: 2em
831
+ }
832
+
833
+ html.decks.edit.is-editing.touch-editor-small .reveal .sl-block .sl-block-transform {
834
+ font-size: 30px
835
+ }
836
+
837
+ .reveal .sl-block[data-block-type="image"] .sl-block-placeholder {
838
+ background-image: url(//assets.slid.es/assets/editor/image-placeholder-white-transparent-500x500.png) !important
839
+ }
840
+
841
+ .reveal .sl-block[data-block-type="image"] .image-progress {
842
+ background-color: rgba(0, 0, 0, 0.7);
843
+ font-size: 14px;
844
+ color: #fff;
845
+ text-align: center
846
+ }
847
+
848
+ .reveal .sl-block[data-block-type="image"] .sl-block-content {
849
+ overflow: hidden
850
+ }
851
+
852
+ .reveal .sl-block[data-block-type="image"] .sl-block-content img {
853
+ width: 100%;
854
+ height: 100%;
855
+ margin: 0;
856
+ padding: 0;
857
+ border: 0;
858
+ vertical-align: top
859
+ }
860
+
861
+ .reveal .sl-block[data-block-type="iframe"] .sl-block-content {
862
+ overflow: hidden;
863
+ -webkit-overflow-scrolling: touch
864
+ }
865
+
866
+ .reveal .sl-block[data-block-type="iframe"] .sl-block-content iframe {
867
+ width: 100%;
868
+ height: 100%
869
+ }
870
+
871
+ .reveal .sl-block[data-block-type="shape"] .sl-block-content {
872
+ line-height: 0
873
+ }
874
+
875
+ .reveal .sl-block[data-block-type="code"] .sl-block-placeholder {
876
+ background-image: url(//assets.slid.es/assets/editor/code-placeholder-white-transparent-500x500.png) !important
877
+ }
878
+
879
+ .reveal .sl-block[data-block-type="code"] .sl-block-content pre, .reveal .sl-block[data-block-type="code"] .sl-block-content code {
880
+ width: 100%;
881
+ height: 100%;
882
+ margin: 0
883
+ }
884
+
885
+ .reveal .sl-block[data-block-type="code"] .sl-block-content pre {
886
+ font-size: 0.55em
887
+ }
888
+
889
+ .reveal .sl-block[data-block-type="code"] .sl-block-content code {
890
+ white-space: pre;
891
+ word-wrap: normal
892
+ }
893
+
894
+ .reveal .sl-block[data-block-type="math"] {
895
+ font-size: 50px
896
+ }
897
+
898
+ .reveal .sl-block[data-block-type="math"] .sl-block-content {
899
+ font-style: normal;
900
+ font-family: KaTeX_Main;
901
+ line-height: 1.4
902
+ }
903
+
904
+ .reveal .sl-block[data-block-type="math"] .sl-block-placeholder {
905
+ background-image: url(//assets.slid.es/assets/editor/math-placeholder-white-transparent-500x500.png) !important
906
+ }
907
+
908
+ .reveal .sl-block[data-block-type="math"] .math-input {
909
+ display: none
910
+ }
911
+
912
+ .reveal .sl-block[data-block-type="math"].is-empty .sl-block-content {
913
+ width: 300px;
914
+ height: 200px
915
+ }
916
+
917
+ /*!
918
+ * reveal.js
919
+ * http://lab.hakim.se/reveal-js
920
+ * MIT licensed
921
+ *
922
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
923
+ */
924
+ html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe, .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p, .reveal blockquote, .reveal pre, .reveal a, .reveal abbr, .reveal acronym, .reveal address, .reveal big, .reveal cite, .reveal code, .reveal del, .reveal dfn, .reveal em, .reveal img, .reveal ins, .reveal kbd, .reveal q, .reveal s, .reveal samp, .reveal small, .reveal strike, .reveal strong, .reveal sub, .reveal sup, .reveal tt, .reveal var, .reveal b, .reveal u, .reveal center, .reveal dl, .reveal dt, .reveal dd, .reveal ol, .reveal ul, .reveal li, .reveal fieldset, .reveal form, .reveal label, .reveal legend, .reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td, .reveal article, .reveal aside, .reveal canvas, .reveal details, .reveal embed, .reveal figure, .reveal figcaption, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary, .reveal time, .reveal mark, .reveal audio, video {
925
+ margin: 0;
926
+ padding: 0;
927
+ border: 0;
928
+ font-size: 100%;
929
+ font: inherit;
930
+ vertical-align: baseline
931
+ }
932
+
933
+ .reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
934
+ display: block
935
+ }
936
+
937
+ html, body {
938
+ width: 100%;
939
+ height: 100%;
940
+ overflow: hidden
941
+ }
942
+
943
+ body {
944
+ position: relative;
945
+ line-height: 1;
946
+ background-color: #fff;
947
+ color: #000
948
+ }
949
+
950
+ ::-moz-selection {
951
+ background: #FF5E99;
952
+ color: #fff;
953
+ text-shadow: none
954
+ }
955
+
956
+ ::-moz-selection {
957
+ background: #FF5E99;
958
+ color: #fff;
959
+ text-shadow: none
960
+ }
961
+
962
+ ::selection {
963
+ background: #FF5E99;
964
+ color: #fff;
965
+ text-shadow: none
966
+ }
967
+
968
+ .reveal .slides section .fragment {
969
+ opacity: 0;
970
+ visibility: hidden;
971
+ -webkit-transition: all .2s ease;
972
+ transition: all .2s ease
973
+ }
974
+
975
+ .reveal .slides section .fragment.visible {
976
+ opacity: 1;
977
+ visibility: visible
978
+ }
979
+
980
+ .reveal .slides section .fragment.grow {
981
+ opacity: 1;
982
+ visibility: visible
983
+ }
984
+
985
+ .reveal .slides section .fragment.grow.visible {
986
+ -webkit-transform: scale(1.3);
987
+ -ms-transform: scale(1.3);
988
+ transform: scale(1.3)
989
+ }
990
+
991
+ .reveal .slides section .fragment.shrink {
992
+ opacity: 1;
993
+ visibility: visible
994
+ }
995
+
996
+ .reveal .slides section .fragment.shrink.visible {
997
+ -webkit-transform: scale(0.7);
998
+ -ms-transform: scale(0.7);
999
+ transform: scale(0.7)
1000
+ }
1001
+
1002
+ .reveal .slides section .fragment.zoom-in {
1003
+ -webkit-transform: scale(0.1);
1004
+ -ms-transform: scale(0.1);
1005
+ transform: scale(0.1)
1006
+ }
1007
+
1008
+ .reveal .slides section .fragment.zoom-in.visible {
1009
+ -webkit-transform: scale(1);
1010
+ -ms-transform: scale(1);
1011
+ transform: scale(1)
1012
+ }
1013
+
1014
+ .reveal .slides section .fragment.roll-in {
1015
+ -webkit-transform: rotateX(90deg);
1016
+ transform: rotateX(90deg)
1017
+ }
1018
+
1019
+ .reveal .slides section .fragment.roll-in.visible {
1020
+ -webkit-transform: rotateX(0);
1021
+ transform: rotateX(0)
1022
+ }
1023
+
1024
+ .reveal .slides section .fragment.fade-out {
1025
+ opacity: 1;
1026
+ visibility: visible
1027
+ }
1028
+
1029
+ .reveal .slides section .fragment.fade-out.visible {
1030
+ opacity: 0;
1031
+ visibility: hidden
1032
+ }
1033
+
1034
+ .reveal .slides section .fragment.semi-fade-out {
1035
+ opacity: 1;
1036
+ visibility: visible
1037
+ }
1038
+
1039
+ .reveal .slides section .fragment.semi-fade-out.visible {
1040
+ opacity: 0.5;
1041
+ visibility: visible
1042
+ }
1043
+
1044
+ .reveal .slides section .fragment.strike {
1045
+ opacity: 1
1046
+ }
1047
+
1048
+ .reveal .slides section .fragment.strike.visible {
1049
+ text-decoration: line-through
1050
+ }
1051
+
1052
+ .reveal .slides section .fragment.current-visible {
1053
+ opacity: 0;
1054
+ visibility: hidden
1055
+ }
1056
+
1057
+ .reveal .slides section .fragment.current-visible.current-fragment {
1058
+ opacity: 1;
1059
+ visibility: visible
1060
+ }
1061
+
1062
+ .reveal .slides section .fragment.highlight-red, .reveal .slides section .fragment.highlight-current-red, .reveal .slides section .fragment.highlight-green, .reveal .slides section .fragment.highlight-current-green, .reveal .slides section .fragment.highlight-blue, .reveal .slides section .fragment.highlight-current-blue {
1063
+ opacity: 1;
1064
+ visibility: visible
1065
+ }
1066
+
1067
+ .reveal .slides section .fragment.highlight-red.visible {
1068
+ color: #ff2c2d
1069
+ }
1070
+
1071
+ .reveal .slides section .fragment.highlight-green.visible {
1072
+ color: #17ff2e
1073
+ }
1074
+
1075
+ .reveal .slides section .fragment.highlight-blue.visible {
1076
+ color: #1b91ff
1077
+ }
1078
+
1079
+ .reveal .slides section .fragment.highlight-current-red.current-fragment {
1080
+ color: #ff2c2d
1081
+ }
1082
+
1083
+ .reveal .slides section .fragment.highlight-current-green.current-fragment {
1084
+ color: #17ff2e
1085
+ }
1086
+
1087
+ .reveal .slides section .fragment.highlight-current-blue.current-fragment {
1088
+ color: #1b91ff
1089
+ }
1090
+
1091
+ .reveal:after {
1092
+ content: '';
1093
+ font-style: italic
1094
+ }
1095
+
1096
+ .reveal iframe {
1097
+ z-index: 1
1098
+ }
1099
+
1100
+ .reveal a {
1101
+ position: relative
1102
+ }
1103
+
1104
+ .reveal .stretch {
1105
+ max-width: none;
1106
+ max-height: none
1107
+ }
1108
+
1109
+ .reveal pre.stretch code {
1110
+ height: 100%;
1111
+ max-height: 100%;
1112
+ -moz-box-sizing: border-box;
1113
+ box-sizing: border-box
1114
+ }
1115
+
1116
+ .reveal .controls {
1117
+ display: none;
1118
+ position: fixed;
1119
+ width: 110px;
1120
+ height: 110px;
1121
+ z-index: 30;
1122
+ right: 10px;
1123
+ bottom: 10px;
1124
+ -webkit-user-select: none
1125
+ }
1126
+
1127
+ .reveal .controls div {
1128
+ position: absolute;
1129
+ opacity: 0.05;
1130
+ width: 0;
1131
+ height: 0;
1132
+ border: 12px solid transparent;
1133
+ -webkit-transform: scale(0.9999);
1134
+ -ms-transform: scale(0.9999);
1135
+ transform: scale(0.9999);
1136
+ -webkit-transition: all 0.2s ease;
1137
+ transition: all 0.2s ease;
1138
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
1139
+ }
1140
+
1141
+ .reveal .controls div.enabled {
1142
+ opacity: 0.7;
1143
+ cursor: pointer
1144
+ }
1145
+
1146
+ .reveal .controls div.enabled:active {
1147
+ margin-top: 1px
1148
+ }
1149
+
1150
+ .reveal .controls div.navigate-left {
1151
+ top: 42px;
1152
+ border-right-width: 22px;
1153
+ border-right-color: #000
1154
+ }
1155
+
1156
+ .reveal .controls div.navigate-left.fragmented {
1157
+ opacity: 0.3
1158
+ }
1159
+
1160
+ .reveal .controls div.navigate-right {
1161
+ left: 74px;
1162
+ top: 42px;
1163
+ border-left-width: 22px;
1164
+ border-left-color: #000
1165
+ }
1166
+
1167
+ .reveal .controls div.navigate-right.fragmented {
1168
+ opacity: 0.3
1169
+ }
1170
+
1171
+ .reveal .controls div.navigate-up {
1172
+ left: 42px;
1173
+ border-bottom-width: 22px;
1174
+ border-bottom-color: #000
1175
+ }
1176
+
1177
+ .reveal .controls div.navigate-up.fragmented {
1178
+ opacity: 0.3
1179
+ }
1180
+
1181
+ .reveal .controls div.navigate-down {
1182
+ left: 42px;
1183
+ top: 74px;
1184
+ border-top-width: 22px;
1185
+ border-top-color: #000
1186
+ }
1187
+
1188
+ .reveal .controls div.navigate-down.fragmented {
1189
+ opacity: 0.3
1190
+ }
1191
+
1192
+ .reveal .progress {
1193
+ position: fixed;
1194
+ display: none;
1195
+ height: 3px;
1196
+ width: 100%;
1197
+ bottom: 0;
1198
+ left: 0;
1199
+ z-index: 10;
1200
+ background-color: rgba(0, 0, 0, 0.2)
1201
+ }
1202
+
1203
+ .reveal .progress:after {
1204
+ content: '';
1205
+ display: block;
1206
+ position: absolute;
1207
+ height: 20px;
1208
+ width: 100%;
1209
+ top: -20px
1210
+ }
1211
+
1212
+ .reveal .progress span {
1213
+ display: block;
1214
+ height: 100%;
1215
+ width: 0px;
1216
+ background-color: #000;
1217
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1218
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
1219
+ }
1220
+
1221
+ .reveal .slide-number {
1222
+ position: fixed;
1223
+ display: block;
1224
+ right: 15px;
1225
+ bottom: 15px;
1226
+ opacity: 0.5;
1227
+ z-index: 31;
1228
+ font-size: 12px
1229
+ }
1230
+
1231
+ .reveal {
1232
+ position: relative;
1233
+ width: 100%;
1234
+ height: 100%;
1235
+ overflow: hidden;
1236
+ -ms-touch-action: none;
1237
+ touch-action: none
1238
+ }
1239
+
1240
+ .reveal .slides {
1241
+ position: absolute;
1242
+ width: 100%;
1243
+ height: 100%;
1244
+ top: 0;
1245
+ right: 0;
1246
+ bottom: 0;
1247
+ left: 0;
1248
+ margin: auto;
1249
+ overflow: visible;
1250
+ z-index: 1;
1251
+ text-align: center;
1252
+ -webkit-perspective: 600px;
1253
+ perspective: 600px;
1254
+ -webkit-perspective-origin: 50% 40%;
1255
+ perspective-origin: 50% 40%
1256
+ }
1257
+
1258
+ .reveal .slides > section {
1259
+ -ms-perspective: 600px
1260
+ }
1261
+
1262
+ .reveal .slides > section, .reveal .slides > section > section {
1263
+ display: none;
1264
+ position: absolute;
1265
+ width: 100%;
1266
+ padding: 20px 0px;
1267
+ z-index: 10;
1268
+ -webkit-transform-style: preserve-3d;
1269
+ transform-style: preserve-3d;
1270
+ -webkit-transition: -webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1271
+ transition: -ms-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1272
+ transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
1273
+ }
1274
+
1275
+ .reveal[data-transition-speed="fast"] .slides section {
1276
+ -webkit-transition-duration: 400ms;
1277
+ transition-duration: 400ms
1278
+ }
1279
+
1280
+ .reveal[data-transition-speed="slow"] .slides section {
1281
+ -webkit-transition-duration: 1200ms;
1282
+ transition-duration: 1200ms
1283
+ }
1284
+
1285
+ .reveal .slides section[data-transition-speed="fast"] {
1286
+ -webkit-transition-duration: 400ms;
1287
+ transition-duration: 400ms
1288
+ }
1289
+
1290
+ .reveal .slides section[data-transition-speed="slow"] {
1291
+ -webkit-transition-duration: 1200ms;
1292
+ transition-duration: 1200ms
1293
+ }
1294
+
1295
+ .reveal .slides > section.stack {
1296
+ padding-top: 0;
1297
+ padding-bottom: 0
1298
+ }
1299
+
1300
+ .reveal .slides > section.present, .reveal .slides > section > section.present {
1301
+ display: block;
1302
+ z-index: 11;
1303
+ opacity: 1
1304
+ }
1305
+
1306
+ .reveal.center, .reveal.center .slides, .reveal.center .slides section {
1307
+ min-height: 0 !important
1308
+ }
1309
+
1310
+ .reveal .slides > section.future, .reveal .slides > section > section.future, .reveal .slides > section.past, .reveal .slides > section > section.past {
1311
+ pointer-events: none
1312
+ }
1313
+
1314
+ .reveal.overview .slides > section, .reveal.overview .slides > section > section {
1315
+ pointer-events: auto
1316
+ }
1317
+
1318
+ .reveal .slides > section.past, .reveal .slides > section.future, .reveal .slides > section > section.past, .reveal .slides > section > section.future {
1319
+ opacity: 0
1320
+ }
1321
+
1322
+ .reveal.slide section, .reveal.linear section {
1323
+ -webkit-backface-visibility: hidden;
1324
+ backface-visibility: hidden
1325
+ }
1326
+
1327
+ .reveal .slides > section[data-transition=slide].past, .reveal.slide .slides > section:not([data-transition]).past, .reveal .slides > section[data-transition=linear].past, .reveal.linear .slides > section:not([data-transition]).past {
1328
+ -webkit-transform: translate(-150%, 0);
1329
+ -ms-transform: translate(-150%, 0);
1330
+ transform: translate(-150%, 0)
1331
+ }
1332
+
1333
+ .reveal .slides > section[data-transition=slide].future, .reveal.slide .slides > section:not([data-transition]).future, .reveal .slides > section[data-transition=linear].future, .reveal.linear .slides > section:not([data-transition]).future {
1334
+ -webkit-transform: translate(150%, 0);
1335
+ -ms-transform: translate(150%, 0);
1336
+ transform: translate(150%, 0)
1337
+ }
1338
+
1339
+ .reveal .slides > section > section[data-transition=slide].past, .reveal.slide .slides > section > section:not([data-transition]).past, .reveal .slides > section > section[data-transition=linear].past, .reveal.linear .slides > section > section:not([data-transition]).past {
1340
+ -webkit-transform: translate(0, -150%);
1341
+ -ms-transform: translate(0, -150%);
1342
+ transform: translate(0, -150%)
1343
+ }
1344
+
1345
+ .reveal .slides > section > section[data-transition=slide].future, .reveal.slide .slides > section > section:not([data-transition]).future, .reveal .slides > section > section[data-transition=linear].future, .reveal.linear .slides > section > section:not([data-transition]).future {
1346
+ -webkit-transform: translate(0, 150%);
1347
+ -ms-transform: translate(0, 150%);
1348
+ transform: translate(0, 150%)
1349
+ }
1350
+
1351
+ .reveal .slides > section[data-transition=default].past, .reveal.default .slides > section:not([data-transition]).past, .reveal .slides > section[data-transition=convex].past, .reveal.convex .slides > section:not([data-transition]).past {
1352
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
1353
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0)
1354
+ }
1355
+
1356
+ .reveal .slides > section[data-transition=default].future, .reveal.default .slides > section:not([data-transition]).future, .reveal .slides > section[data-transition=convex].future, .reveal.convex .slides > section:not([data-transition]).future {
1357
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
1358
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0)
1359
+ }
1360
+
1361
+ .reveal .slides > section > section[data-transition=default].past, .reveal.default .slides > section > section:not([data-transition]).past, .reveal .slides > section > section[data-transition=convex].past, .reveal.convex .slides > section > section:not([data-transition]).past {
1362
+ -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
1363
+ transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0)
1364
+ }
1365
+
1366
+ .reveal .slides > section > section[data-transition=default].future, .reveal.default .slides > section > section:not([data-transition]).future, .reveal .slides > section > section[data-transition=convex].future, .reveal.convex .slides > section > section:not([data-transition]).future {
1367
+ -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
1368
+ transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0)
1369
+ }
1370
+
1371
+ .reveal .slides > section[data-transition=concave].past, .reveal.concave .slides > section:not([data-transition]).past {
1372
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
1373
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0)
1374
+ }
1375
+
1376
+ .reveal .slides > section[data-transition=concave].future, .reveal.concave .slides > section:not([data-transition]).future {
1377
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
1378
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0)
1379
+ }
1380
+
1381
+ .reveal .slides > section > section[data-transition=concave].past, .reveal.concave .slides > section > section:not([data-transition]).past {
1382
+ -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
1383
+ transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0)
1384
+ }
1385
+
1386
+ .reveal .slides > section > section[data-transition=concave].future, .reveal.concave .slides > section > section:not([data-transition]).future {
1387
+ -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
1388
+ transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0)
1389
+ }
1390
+
1391
+ .reveal .slides > section[data-transition=zoom], .reveal.zoom .slides > section:not([data-transition]) {
1392
+ -webkit-transition-timing-function: ease;
1393
+ transition-timing-function: ease
1394
+ }
1395
+
1396
+ .reveal .slides > section[data-transition=zoom].past, .reveal.zoom .slides > section:not([data-transition]).past {
1397
+ visibility: hidden;
1398
+ -webkit-transform: scale(16);
1399
+ -ms-transform: scale(16);
1400
+ transform: scale(16)
1401
+ }
1402
+
1403
+ .reveal .slides > section[data-transition=zoom].future, .reveal.zoom .slides > section:not([data-transition]).future {
1404
+ visibility: hidden;
1405
+ -webkit-transform: scale(0.2);
1406
+ -ms-transform: scale(0.2);
1407
+ transform: scale(0.2)
1408
+ }
1409
+
1410
+ .reveal .slides > section > section[data-transition=zoom].past, .reveal.zoom .slides > section > section:not([data-transition]).past {
1411
+ -webkit-transform: translate(0, -150%);
1412
+ -ms-transform: translate(0, -150%);
1413
+ transform: translate(0, -150%)
1414
+ }
1415
+
1416
+ .reveal .slides > section > section[data-transition=zoom].future, .reveal.zoom .slides > section > section:not([data-transition]).future {
1417
+ -webkit-transform: translate(0, 150%);
1418
+ -ms-transform: translate(0, 150%);
1419
+ transform: translate(0, 150%)
1420
+ }
1421
+
1422
+ .reveal.cube .slides {
1423
+ -webkit-perspective: 1300px;
1424
+ perspective: 1300px
1425
+ }
1426
+
1427
+ .reveal.cube .slides section {
1428
+ padding: 30px;
1429
+ min-height: 700px;
1430
+ -webkit-backface-visibility: hidden;
1431
+ backface-visibility: hidden;
1432
+ -moz-box-sizing: border-box;
1433
+ box-sizing: border-box
1434
+ }
1435
+
1436
+ .reveal.center.cube .slides section {
1437
+ min-height: 0
1438
+ }
1439
+
1440
+ .reveal.cube .slides section:not(.stack):before {
1441
+ content: '';
1442
+ position: absolute;
1443
+ display: block;
1444
+ width: 100%;
1445
+ height: 100%;
1446
+ left: 0;
1447
+ top: 0;
1448
+ background: rgba(0, 0, 0, 0.1);
1449
+ border-radius: 4px;
1450
+ -webkit-transform: translateZ(-20px);
1451
+ transform: translateZ(-20px)
1452
+ }
1453
+
1454
+ .reveal.cube .slides section:not(.stack):after {
1455
+ content: '';
1456
+ position: absolute;
1457
+ display: block;
1458
+ width: 90%;
1459
+ height: 30px;
1460
+ left: 5%;
1461
+ bottom: 0;
1462
+ background: none;
1463
+ z-index: 1;
1464
+ border-radius: 4px;
1465
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
1466
+ -webkit-transform: translateZ(-90px) rotateX(65deg);
1467
+ transform: translateZ(-90px) rotateX(65deg)
1468
+ }
1469
+
1470
+ .reveal.cube .slides > section.stack {
1471
+ padding: 0;
1472
+ background: none
1473
+ }
1474
+
1475
+ .reveal.cube .slides > section.past {
1476
+ -webkit-transform-origin: 100% 0%;
1477
+ -ms-transform-origin: 100% 0%;
1478
+ transform-origin: 100% 0%;
1479
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
1480
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg)
1481
+ }
1482
+
1483
+ .reveal.cube .slides > section.future {
1484
+ -webkit-transform-origin: 0% 0%;
1485
+ -ms-transform-origin: 0% 0%;
1486
+ transform-origin: 0% 0%;
1487
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
1488
+ transform: translate3d(100%, 0, 0) rotateY(90deg)
1489
+ }
1490
+
1491
+ .reveal.cube .slides > section > section.past {
1492
+ -webkit-transform-origin: 0% 100%;
1493
+ -ms-transform-origin: 0% 100%;
1494
+ transform-origin: 0% 100%;
1495
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg);
1496
+ transform: translate3d(0, -100%, 0) rotateX(90deg)
1497
+ }
1498
+
1499
+ .reveal.cube .slides > section > section.future {
1500
+ -webkit-transform-origin: 0% 0%;
1501
+ -ms-transform-origin: 0% 0%;
1502
+ transform-origin: 0% 0%;
1503
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
1504
+ transform: translate3d(0, 100%, 0) rotateX(-90deg)
1505
+ }
1506
+
1507
+ .reveal.page .slides {
1508
+ -webkit-perspective-origin: 0% 50%;
1509
+ perspective-origin: 0% 50%;
1510
+ -webkit-perspective: 3000px;
1511
+ perspective: 3000px
1512
+ }
1513
+
1514
+ .reveal.page .slides section {
1515
+ padding: 30px;
1516
+ min-height: 700px;
1517
+ -moz-box-sizing: border-box;
1518
+ box-sizing: border-box
1519
+ }
1520
+
1521
+ .reveal.page .slides section.past {
1522
+ z-index: 12
1523
+ }
1524
+
1525
+ .reveal.page .slides section:not(.stack):before {
1526
+ content: '';
1527
+ position: absolute;
1528
+ display: block;
1529
+ width: 100%;
1530
+ height: 100%;
1531
+ left: 0;
1532
+ top: 0;
1533
+ background: rgba(0, 0, 0, 0.1);
1534
+ -webkit-transform: translateZ(-20px);
1535
+ transform: translateZ(-20px)
1536
+ }
1537
+
1538
+ .reveal.page .slides section:not(.stack):after {
1539
+ content: '';
1540
+ position: absolute;
1541
+ display: block;
1542
+ width: 90%;
1543
+ height: 30px;
1544
+ left: 5%;
1545
+ bottom: 0;
1546
+ background: none;
1547
+ z-index: 1;
1548
+ border-radius: 4px;
1549
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
1550
+ -webkit-transform: translateZ(-90px) rotateX(65deg)
1551
+ }
1552
+
1553
+ .reveal.page .slides > section.stack {
1554
+ padding: 0;
1555
+ background: none
1556
+ }
1557
+
1558
+ .reveal.page .slides > section.past {
1559
+ -webkit-transform-origin: 0% 0%;
1560
+ -ms-transform-origin: 0% 0%;
1561
+ transform-origin: 0% 0%;
1562
+ -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
1563
+ transform: translate3d(-40%, 0, 0) rotateY(-80deg)
1564
+ }
1565
+
1566
+ .reveal.page .slides > section.future {
1567
+ -webkit-transform-origin: 100% 0%;
1568
+ -ms-transform-origin: 100% 0%;
1569
+ transform-origin: 100% 0%;
1570
+ -webkit-transform: translate3d(0, 0, 0);
1571
+ transform: translate3d(0, 0, 0)
1572
+ }
1573
+
1574
+ .reveal.page .slides > section > section.past {
1575
+ -webkit-transform-origin: 0% 0%;
1576
+ -ms-transform-origin: 0% 0%;
1577
+ transform-origin: 0% 0%;
1578
+ -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg);
1579
+ transform: translate3d(0, -40%, 0) rotateX(80deg)
1580
+ }
1581
+
1582
+ .reveal.page .slides > section > section.future {
1583
+ -webkit-transform-origin: 0% 100%;
1584
+ -ms-transform-origin: 0% 100%;
1585
+ transform-origin: 0% 100%;
1586
+ -webkit-transform: translate3d(0, 0, 0);
1587
+ transform: translate3d(0, 0, 0)
1588
+ }
1589
+
1590
+ .reveal .slides section[data-transition=fade], .reveal.fade .slides section:not([data-transition]), .reveal.fade .slides > section > section:not([data-transition]) {
1591
+ -webkit-transform: none;
1592
+ -ms-transform: none;
1593
+ transform: none;
1594
+ -webkit-transition: opacity 0.5s;
1595
+ transition: opacity 0.5s
1596
+ }
1597
+
1598
+ .reveal.fade.overview .slides section, .reveal.fade.overview .slides > section > section {
1599
+ -webkit-transition: none;
1600
+ transition: none
1601
+ }
1602
+
1603
+ .reveal .slides section[data-transition=none], .reveal.none .slides section:not([data-transition]) {
1604
+ -webkit-transform: none;
1605
+ -ms-transform: none;
1606
+ transform: none;
1607
+ -webkit-transition: none;
1608
+ transition: none
1609
+ }
1610
+
1611
+ .reveal .pause-overlay {
1612
+ position: absolute;
1613
+ top: 0;
1614
+ left: 0;
1615
+ width: 100%;
1616
+ height: 100%;
1617
+ background: black;
1618
+ visibility: hidden;
1619
+ opacity: 0;
1620
+ z-index: 100;
1621
+ -webkit-transition: all 1s ease;
1622
+ transition: all 1s ease
1623
+ }
1624
+
1625
+ .reveal.paused .pause-overlay {
1626
+ visibility: visible;
1627
+ opacity: 1
1628
+ }
1629
+
1630
+ .no-transforms {
1631
+ overflow-y: auto
1632
+ }
1633
+
1634
+ .no-transforms .reveal .slides {
1635
+ position: relative;
1636
+ width: 80%;
1637
+ height: auto !important;
1638
+ top: 0;
1639
+ left: 50%;
1640
+ margin: 0;
1641
+ text-align: center
1642
+ }
1643
+
1644
+ .no-transforms .reveal .controls, .no-transforms .reveal .progress {
1645
+ display: none !important
1646
+ }
1647
+
1648
+ .no-transforms .reveal .slides section {
1649
+ display: block !important;
1650
+ opacity: 1 !important;
1651
+ position: relative !important;
1652
+ height: auto;
1653
+ min-height: 0;
1654
+ top: 0;
1655
+ left: -50%;
1656
+ margin: 70px 0;
1657
+ -webkit-transform: none;
1658
+ -ms-transform: none;
1659
+ transform: none
1660
+ }
1661
+
1662
+ .no-transforms .reveal .slides section section {
1663
+ left: 0
1664
+ }
1665
+
1666
+ .reveal .no-transition, .reveal .no-transition * {
1667
+ -webkit-transition: none !important;
1668
+ transition: none !important
1669
+ }
1670
+
1671
+ .reveal .backgrounds {
1672
+ position: absolute;
1673
+ width: 100%;
1674
+ height: 100%;
1675
+ top: 0;
1676
+ left: 0;
1677
+ -webkit-perspective: 600px;
1678
+ perspective: 600px
1679
+ }
1680
+
1681
+ .reveal .slide-background {
1682
+ display: none;
1683
+ position: absolute;
1684
+ width: 100%;
1685
+ height: 100%;
1686
+ opacity: 0;
1687
+ visibility: hidden;
1688
+ background-color: rgba(0, 0, 0, 0);
1689
+ background-position: 50% 50%;
1690
+ background-repeat: no-repeat;
1691
+ background-size: cover;
1692
+ -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1693
+ transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
1694
+ }
1695
+
1696
+ .reveal .slide-background.stack {
1697
+ display: block
1698
+ }
1699
+
1700
+ .reveal .slide-background.present {
1701
+ opacity: 1;
1702
+ visibility: visible
1703
+ }
1704
+
1705
+ .print-pdf .reveal .slide-background {
1706
+ opacity: 1 !important;
1707
+ visibility: visible !important
1708
+ }
1709
+
1710
+ .reveal .slide-background video {
1711
+ position: absolute;
1712
+ width: 100%;
1713
+ height: 100%;
1714
+ max-width: none;
1715
+ max-height: none;
1716
+ top: 0;
1717
+ left: 0
1718
+ }
1719
+
1720
+ .reveal[data-background-transition=none] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=none] {
1721
+ -webkit-transition: none;
1722
+ transition: none
1723
+ }
1724
+
1725
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=slide] {
1726
+ opacity: 1;
1727
+ -webkit-backface-visibility: hidden;
1728
+ backface-visibility: hidden
1729
+ }
1730
+
1731
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
1732
+ -webkit-transform: translate(-100%, 0);
1733
+ -ms-transform: translate(-100%, 0);
1734
+ transform: translate(-100%, 0)
1735
+ }
1736
+
1737
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=slide] {
1738
+ -webkit-transform: translate(100%, 0);
1739
+ -ms-transform: translate(100%, 0);
1740
+ transform: translate(100%, 0)
1741
+ }
1742
+
1743
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] {
1744
+ -webkit-transform: translate(0, -100%);
1745
+ -ms-transform: translate(0, -100%);
1746
+ transform: translate(0, -100%)
1747
+ }
1748
+
1749
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] {
1750
+ -webkit-transform: translate(0, 100%);
1751
+ -ms-transform: translate(0, 100%);
1752
+ transform: translate(0, 100%)
1753
+ }
1754
+
1755
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=convex] {
1756
+ opacity: 0;
1757
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
1758
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0)
1759
+ }
1760
+
1761
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=convex] {
1762
+ opacity: 0;
1763
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
1764
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0)
1765
+ }
1766
+
1767
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=convex] {
1768
+ opacity: 0;
1769
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
1770
+ transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0)
1771
+ }
1772
+
1773
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=convex] {
1774
+ opacity: 0;
1775
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
1776
+ transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0)
1777
+ }
1778
+
1779
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=concave] {
1780
+ opacity: 0;
1781
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
1782
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0)
1783
+ }
1784
+
1785
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=concave] {
1786
+ opacity: 0;
1787
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
1788
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0)
1789
+ }
1790
+
1791
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=concave] {
1792
+ opacity: 0;
1793
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
1794
+ transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0)
1795
+ }
1796
+
1797
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=concave] {
1798
+ opacity: 0;
1799
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
1800
+ transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0)
1801
+ }
1802
+
1803
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=zoom] {
1804
+ -webkit-transition-timing-function: ease;
1805
+ transition-timing-function: ease
1806
+ }
1807
+
1808
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=zoom] {
1809
+ opacity: 0;
1810
+ visibility: hidden;
1811
+ -webkit-transform: scale(16);
1812
+ -ms-transform: scale(16);
1813
+ transform: scale(16)
1814
+ }
1815
+
1816
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=zoom] {
1817
+ opacity: 0;
1818
+ visibility: hidden;
1819
+ -webkit-transform: scale(0.2);
1820
+ -ms-transform: scale(0.2);
1821
+ transform: scale(0.2)
1822
+ }
1823
+
1824
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=zoom] {
1825
+ opacity: 0;
1826
+ visibility: hidden;
1827
+ -webkit-transform: scale(16);
1828
+ -ms-transform: scale(16);
1829
+ transform: scale(16)
1830
+ }
1831
+
1832
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=zoom] {
1833
+ opacity: 0;
1834
+ visibility: hidden;
1835
+ -webkit-transform: scale(0.2);
1836
+ -ms-transform: scale(0.2);
1837
+ transform: scale(0.2)
1838
+ }
1839
+
1840
+ .reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
1841
+ -webkit-transition-duration: 400ms;
1842
+ transition-duration: 400ms
1843
+ }
1844
+
1845
+ .reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
1846
+ -webkit-transition-duration: 1200ms;
1847
+ transition-duration: 1200ms
1848
+ }
1849
+
1850
+ .reveal.overview {
1851
+ -webkit-perspective-origin: 50% 50%;
1852
+ perspective-origin: 50% 50%;
1853
+ -webkit-perspective: 700px;
1854
+ perspective: 700px
1855
+ }
1856
+
1857
+ .reveal.overview .slides section {
1858
+ height: 700px;
1859
+ opacity: 1 !important;
1860
+ overflow: hidden;
1861
+ visibility: visible !important;
1862
+ cursor: pointer;
1863
+ -moz-box-sizing: border-box;
1864
+ box-sizing: border-box
1865
+ }
1866
+
1867
+ .reveal.overview .slides section:hover, .reveal.overview .slides section.present {
1868
+ outline: 10px solid rgba(150, 150, 150, 0.4);
1869
+ outline-offset: 10px
1870
+ }
1871
+
1872
+ .reveal.overview .slides section .fragment {
1873
+ opacity: 1;
1874
+ -webkit-transition: none;
1875
+ transition: none
1876
+ }
1877
+
1878
+ .reveal.overview .slides section:after, .reveal.overview .slides section:before {
1879
+ display: none !important
1880
+ }
1881
+
1882
+ .reveal.overview .slides > section.stack {
1883
+ padding: 0;
1884
+ top: 0 !important;
1885
+ background: none;
1886
+ outline: none;
1887
+ overflow: visible
1888
+ }
1889
+
1890
+ .reveal.overview .backgrounds {
1891
+ -webkit-perspective: inherit;
1892
+ perspective: inherit
1893
+ }
1894
+
1895
+ .reveal.overview .backgrounds .slide-background {
1896
+ opacity: 1;
1897
+ visibility: visible;
1898
+ outline: 10px solid rgba(150, 150, 150, 0.1);
1899
+ outline-offset: 10px
1900
+ }
1901
+
1902
+ .reveal.overview .slides section, .reveal.overview-deactivating .slides section {
1903
+ -webkit-transition: none;
1904
+ transition: none
1905
+ }
1906
+
1907
+ .reveal.overview .backgrounds .slide-background, .reveal.overview-deactivating .backgrounds .slide-background {
1908
+ -webkit-transition: none;
1909
+ transition: none
1910
+ }
1911
+
1912
+ .reveal.overview-animated .slides {
1913
+ -webkit-transition: -webkit-transform 0.4s ease;
1914
+ transition: transform 0.4s ease
1915
+ }
1916
+
1917
+ .reveal.rtl .slides, .reveal.rtl .slides h1, .reveal.rtl .slides h2, .reveal.rtl .slides h3, .reveal.rtl .slides h4, .reveal.rtl .slides h5, .reveal.rtl .slides h6 {
1918
+ direction: rtl;
1919
+ font-family: sans-serif
1920
+ }
1921
+
1922
+ .reveal.rtl pre, .reveal.rtl code {
1923
+ direction: ltr
1924
+ }
1925
+
1926
+ .reveal.rtl ol, .reveal.rtl ul {
1927
+ text-align: right
1928
+ }
1929
+
1930
+ .reveal.rtl .progress span {
1931
+ float: right
1932
+ }
1933
+
1934
+ .reveal.has-parallax-background .backgrounds {
1935
+ -webkit-transition: all 0.8s ease;
1936
+ transition: all 0.8s ease
1937
+ }
1938
+
1939
+ .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
1940
+ -webkit-transition-duration: 400ms;
1941
+ transition-duration: 400ms
1942
+ }
1943
+
1944
+ .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
1945
+ -webkit-transition-duration: 1200ms;
1946
+ transition-duration: 1200ms
1947
+ }
1948
+
1949
+ .reveal .overlay {
1950
+ position: absolute;
1951
+ top: 0;
1952
+ left: 0;
1953
+ width: 100%;
1954
+ height: 100%;
1955
+ z-index: 1000;
1956
+ background: rgba(0, 0, 0, 0.9);
1957
+ opacity: 0;
1958
+ visibility: hidden;
1959
+ -webkit-transition: all 0.3s ease;
1960
+ transition: all 0.3s ease
1961
+ }
1962
+
1963
+ .reveal .overlay.visible {
1964
+ opacity: 1;
1965
+ visibility: visible
1966
+ }
1967
+
1968
+ .reveal .overlay .spinner {
1969
+ position: absolute;
1970
+ display: block;
1971
+ top: 50%;
1972
+ left: 50%;
1973
+ width: 32px;
1974
+ height: 32px;
1975
+ margin: -16px 0 0 -16px;
1976
+ z-index: 10;
1977
+ background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);
1978
+ visibility: visible;
1979
+ opacity: 0.6;
1980
+ -webkit-transition: all 0.3s ease;
1981
+ transition: all 0.3s ease
1982
+ }
1983
+
1984
+ .reveal .overlay header {
1985
+ position: absolute;
1986
+ left: 0;
1987
+ top: 0;
1988
+ width: 100%;
1989
+ height: 40px;
1990
+ z-index: 2;
1991
+ border-bottom: 1px solid #222
1992
+ }
1993
+
1994
+ .reveal .overlay header a {
1995
+ display: inline-block;
1996
+ width: 40px;
1997
+ height: 40px;
1998
+ padding: 0 10px;
1999
+ float: right;
2000
+ opacity: 0.6;
2001
+ -moz-box-sizing: border-box;
2002
+ box-sizing: border-box
2003
+ }
2004
+
2005
+ .reveal .overlay header a:hover {
2006
+ opacity: 1
2007
+ }
2008
+
2009
+ .reveal .overlay header a .icon {
2010
+ display: inline-block;
2011
+ width: 20px;
2012
+ height: 20px;
2013
+ background-position: 50% 50%;
2014
+ background-size: 100%;
2015
+ background-repeat: no-repeat
2016
+ }
2017
+
2018
+ .reveal .overlay header a.close .icon {
2019
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC)
2020
+ }
2021
+
2022
+ .reveal .overlay header a.external .icon {
2023
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==)
2024
+ }
2025
+
2026
+ .reveal .overlay .viewport {
2027
+ position: absolute;
2028
+ top: 40px;
2029
+ right: 0;
2030
+ bottom: 0;
2031
+ left: 0
2032
+ }
2033
+
2034
+ .reveal .overlay.overlay-preview .viewport iframe {
2035
+ width: 100%;
2036
+ height: 100%;
2037
+ max-width: 100%;
2038
+ max-height: 100%;
2039
+ border: 0;
2040
+ opacity: 0;
2041
+ visibility: hidden;
2042
+ -webkit-transition: all 0.3s ease;
2043
+ transition: all 0.3s ease
2044
+ }
2045
+
2046
+ .reveal .overlay.overlay-preview.loaded .viewport iframe {
2047
+ opacity: 1;
2048
+ visibility: visible
2049
+ }
2050
+
2051
+ .reveal .overlay.overlay-preview.loaded .spinner {
2052
+ opacity: 0;
2053
+ visibility: hidden;
2054
+ -webkit-transform: scale(0.2);
2055
+ -ms-transform: scale(0.2);
2056
+ transform: scale(0.2)
2057
+ }
2058
+
2059
+ .reveal .overlay.overlay-help .viewport {
2060
+ overflow: auto;
2061
+ color: #fff
2062
+ }
2063
+
2064
+ .reveal .overlay.overlay-help .viewport .viewport-inner {
2065
+ width: 600px;
2066
+ margin: 0 auto;
2067
+ padding: 60px;
2068
+ text-align: center;
2069
+ letter-spacing: normal
2070
+ }
2071
+
2072
+ .reveal .overlay.overlay-help .viewport .viewport-inner .title {
2073
+ font-size: 20px
2074
+ }
2075
+
2076
+ .reveal .overlay.overlay-help .viewport .viewport-inner table {
2077
+ border: 1px solid #fff;
2078
+ border-collapse: collapse;
2079
+ font-size: 14px
2080
+ }
2081
+
2082
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th, .reveal .overlay.overlay-help .viewport .viewport-inner table td {
2083
+ width: 200px;
2084
+ padding: 10px;
2085
+ border: 1px solid #fff;
2086
+ vertical-align: middle
2087
+ }
2088
+
2089
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th {
2090
+ padding-top: 20px;
2091
+ padding-bottom: 20px
2092
+ }
2093
+
2094
+ .reveal .playback {
2095
+ position: fixed;
2096
+ left: 15px;
2097
+ bottom: 15px;
2098
+ z-index: 30;
2099
+ cursor: pointer;
2100
+ -webkit-transition: all 400ms ease;
2101
+ transition: all 400ms ease
2102
+ }
2103
+
2104
+ .reveal.overview .playback {
2105
+ opacity: 0;
2106
+ visibility: hidden
2107
+ }
2108
+
2109
+ .reveal .roll {
2110
+ display: inline-block;
2111
+ line-height: 1.2;
2112
+ overflow: hidden;
2113
+ vertical-align: top;
2114
+ -webkit-perspective: 400px;
2115
+ perspective: 400px;
2116
+ -webkit-perspective-origin: 50% 50%;
2117
+ perspective-origin: 50% 50%
2118
+ }
2119
+
2120
+ .reveal .roll:hover {
2121
+ background: none;
2122
+ text-shadow: none
2123
+ }
2124
+
2125
+ .reveal .roll span {
2126
+ display: block;
2127
+ position: relative;
2128
+ padding: 0 2px;
2129
+ pointer-events: none;
2130
+ -webkit-transition: all 400ms ease;
2131
+ transition: all 400ms ease;
2132
+ -webkit-transform-origin: 50% 0%;
2133
+ -ms-transform-origin: 50% 0%;
2134
+ transform-origin: 50% 0%;
2135
+ -webkit-transform-style: preserve-3d;
2136
+ transform-style: preserve-3d;
2137
+ -webkit-backface-visibility: hidden;
2138
+ backface-visibility: hidden
2139
+ }
2140
+
2141
+ .reveal .roll:hover span {
2142
+ background: rgba(0, 0, 0, 0.5);
2143
+ -webkit-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
2144
+ transform: translate3d(0px, 0px, -45px) rotateX(90deg)
2145
+ }
2146
+
2147
+ .reveal .roll span:after {
2148
+ content: attr(data-title);
2149
+ display: block;
2150
+ position: absolute;
2151
+ left: 0;
2152
+ top: 0;
2153
+ padding: 0 2px;
2154
+ -webkit-backface-visibility: hidden;
2155
+ backface-visibility: hidden;
2156
+ -webkit-transform-origin: 50% 0%;
2157
+ -ms-transform-origin: 50% 0%;
2158
+ transform-origin: 50% 0%;
2159
+ -webkit-transform: translate3d(0px, 110%, 0px) rotateX(-90deg);
2160
+ transform: translate3d(0px, 110%, 0px) rotateX(-90deg)
2161
+ }
2162
+
2163
+ .reveal aside.notes {
2164
+ display: none
2165
+ }
2166
+
2167
+ .zoomed .reveal *, .zoomed .reveal *:before, .zoomed .reveal *:after {
2168
+ -webkit-backface-visibility: visible !important;
2169
+ backface-visibility: visible !important
2170
+ }
2171
+
2172
+ .zoomed .reveal .progress, .zoomed .reveal .controls {
2173
+ opacity: 0
2174
+ }
2175
+
2176
+ .zoomed .reveal .roll span {
2177
+ background: none
2178
+ }
2179
+
2180
+ .zoomed .reveal .roll span:after {
2181
+ visibility: hidden
2182
+ }
2183
+
2184
+ .reveal .slides > section, .reveal .slides > section > section {
2185
+ height: 700px;
2186
+ font-weight: inherit;
2187
+ padding: 0
2188
+ }
2189
+
2190
+ .reveal h1 {
2191
+ font-size: 2.50em;
2192
+ margin-bottom: 0.15em
2193
+ }
2194
+
2195
+ .reveal h2 {
2196
+ font-size: 1.90em;
2197
+ margin-bottom: 0.20em
2198
+ }
2199
+
2200
+ .reveal h3 {
2201
+ font-size: 1.30em;
2202
+ margin-bottom: 0.25em
2203
+ }
2204
+
2205
+ .reveal h4 {
2206
+ font-size: 1.00em;
2207
+ margin-bottom: 0.25em
2208
+ }
2209
+
2210
+ .reveal h5 {
2211
+ font-size: 1.00em;
2212
+ margin-bottom: 0.25em
2213
+ }
2214
+
2215
+ .reveal h6 {
2216
+ font-size: 1.00em;
2217
+ margin-bottom: 0.25em
2218
+ }
2219
+
2220
+ .reveal p {
2221
+ margin-bottom: 0.25em
2222
+ }
2223
+
2224
+ .reveal a {
2225
+ text-decoration: none
2226
+ }
2227
+
2228
+ .reveal b, .reveal strong {
2229
+ font-weight: bold
2230
+ }
2231
+
2232
+ .reveal em {
2233
+ font-style: italic
2234
+ }
2235
+
2236
+ .reveal sup {
2237
+ vertical-align: super
2238
+ }
2239
+
2240
+ .reveal sub {
2241
+ vertical-align: sub
2242
+ }
2243
+
2244
+ .reveal small {
2245
+ font-size: 0.6em
2246
+ }
2247
+
2248
+ .reveal ol, .reveal dl, .reveal ul {
2249
+ display: inline-block;
2250
+ margin: 0.25em 0 0.25em 1.5em;
2251
+ text-align: left
2252
+ }
2253
+
2254
+ .reveal ol {
2255
+ list-style-type: decimal
2256
+ }
2257
+
2258
+ .reveal ul {
2259
+ list-style-type: disc
2260
+ }
2261
+
2262
+ .reveal ul ul {
2263
+ list-style-type: square
2264
+ }
2265
+
2266
+ .reveal ul ul ul {
2267
+ list-style-type: circle
2268
+ }
2269
+
2270
+ .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
2271
+ display: block;
2272
+ margin-left: 1.5em
2273
+ }
2274
+
2275
+ .reveal dt {
2276
+ font-weight: bold
2277
+ }
2278
+
2279
+ .reveal dd {
2280
+ margin-left: 1.5em
2281
+ }
2282
+
2283
+ .reveal q {
2284
+ quotes: none;
2285
+ font-style: italic
2286
+ }
2287
+
2288
+ .reveal blockquote {
2289
+ display: block;
2290
+ margin: 0.25em auto;
2291
+ font-style: italic
2292
+ }
2293
+
2294
+ .reveal blockquote:before {
2295
+ content: "\201C";
2296
+ display: inline-block;
2297
+ padding: 0 0.15em;
2298
+ font-size: 2em;
2299
+ line-height: 1em;
2300
+ height: 1px;
2301
+ vertical-align: top
2302
+ }
2303
+
2304
+ .reveal blockquote > :first-child {
2305
+ margin-top: 0;
2306
+ display: inline
2307
+ }
2308
+
2309
+ .reveal blockquote > :last-child {
2310
+ margin-bottom: 0
2311
+ }
2312
+
2313
+ .reveal pre {
2314
+ display: block;
2315
+ position: relative;
2316
+ margin: 0.25em auto;
2317
+ text-align: left;
2318
+ font-family: monospace;
2319
+ line-height: 1.2;
2320
+ word-wrap: break-word
2321
+ }
2322
+
2323
+ .reveal code {
2324
+ font-family: monospace
2325
+ }
2326
+
2327
+ .reveal pre code {
2328
+ display: block;
2329
+ padding: 5px;
2330
+ overflow: auto;
2331
+ word-wrap: normal;
2332
+ background: #3F3F3F;
2333
+ color: #DCDCDC
2334
+ }
2335
+
2336
+ .reveal table {
2337
+ margin: auto;
2338
+ border-collapse: collapse;
2339
+ border-spacing: 0
2340
+ }
2341
+
2342
+ .reveal table th {
2343
+ font-weight: bold
2344
+ }
2345
+
2346
+ .reveal table th, .reveal table td {
2347
+ text-align: left;
2348
+ padding: 0.2em 0.5em 0.2em 0.5em;
2349
+ border-bottom: 1px solid
2350
+ }
2351
+
2352
+ .reveal table tr:last-child td {
2353
+ border-bottom: none
2354
+ }
2355
+
2356
+ .theme-color-asphalt-orange {
2357
+ background-color: #2c3e50;
2358
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #415b77 0%, #2c3e50 100%);
2359
+ background-image: radial-gradient(circle farthest-corner at center, #415b77 0%, #2c3e50 100%)
2360
+ }
2361
+
2362
+ .theme-color-asphalt-orange body {
2363
+ background: transparent
2364
+ }
2365
+
2366
+ .theme-color-asphalt-orange .theme-body-color-block {
2367
+ background: white
2368
+ }
2369
+
2370
+ .theme-color-asphalt-orange .theme-link-color-block {
2371
+ background: #ffc200
2372
+ }
2373
+
2374
+ .theme-color-asphalt-orange .themed, .theme-color-asphalt-orange .reveal {
2375
+ color: white
2376
+ }
2377
+
2378
+ .theme-color-asphalt-orange .themed a, .theme-color-asphalt-orange .reveal a {
2379
+ color: #ffc200
2380
+ }
2381
+
2382
+ .theme-color-asphalt-orange .themed a:hover, .theme-color-asphalt-orange .reveal a:hover {
2383
+ color: #ffda66
2384
+ }
2385
+
2386
+ .theme-color-asphalt-orange .themed .controls div.navigate-left, .theme-color-asphalt-orange .themed .controls div.navigate-left.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-left, .theme-color-asphalt-orange .reveal .controls div.navigate-left.enabled {
2387
+ border-right-color: #ffc200
2388
+ }
2389
+
2390
+ .theme-color-asphalt-orange .themed .controls div.navigate-right, .theme-color-asphalt-orange .themed .controls div.navigate-right.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-right, .theme-color-asphalt-orange .reveal .controls div.navigate-right.enabled {
2391
+ border-left-color: #ffc200
2392
+ }
2393
+
2394
+ .theme-color-asphalt-orange .themed .controls div.navigate-up, .theme-color-asphalt-orange .themed .controls div.navigate-up.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-up, .theme-color-asphalt-orange .reveal .controls div.navigate-up.enabled {
2395
+ border-bottom-color: #ffc200
2396
+ }
2397
+
2398
+ .theme-color-asphalt-orange .themed .controls div.navigate-down, .theme-color-asphalt-orange .themed .controls div.navigate-down.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-down, .theme-color-asphalt-orange .reveal .controls div.navigate-down.enabled {
2399
+ border-top-color: #ffc200
2400
+ }
2401
+
2402
+ .theme-color-asphalt-orange .themed .controls div.navigate-left.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-left.enabled:hover {
2403
+ border-right-color: #ffda66
2404
+ }
2405
+
2406
+ .theme-color-asphalt-orange .themed .controls div.navigate-right.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-right.enabled:hover {
2407
+ border-left-color: #ffda66
2408
+ }
2409
+
2410
+ .theme-color-asphalt-orange .themed .controls div.navigate-up.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-up.enabled:hover {
2411
+ border-bottom-color: #ffda66
2412
+ }
2413
+
2414
+ .theme-color-asphalt-orange .themed .controls div.navigate-down.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-down.enabled:hover {
2415
+ border-top-color: #ffda66
2416
+ }
2417
+
2418
+ .theme-color-asphalt-orange .themed .progress, .theme-color-asphalt-orange .reveal .progress {
2419
+ background: rgba(0, 0, 0, 0.2)
2420
+ }
2421
+
2422
+ .theme-color-asphalt-orange .themed .progress span, .theme-color-asphalt-orange .reveal .progress span {
2423
+ background: #ffc200;
2424
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2425
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2426
+ }
2427
+
2428
+ .theme-color-beige-brown {
2429
+ background-color: #f7f3de;
2430
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #fff 0%, #f7f2d3 100%);
2431
+ background-image: radial-gradient(circle farthest-corner at center, #fff 0%, #f7f2d3 100%)
2432
+ }
2433
+
2434
+ .theme-color-beige-brown body {
2435
+ background: transparent
2436
+ }
2437
+
2438
+ .theme-color-beige-brown .theme-body-color-block {
2439
+ background: #333333
2440
+ }
2441
+
2442
+ .theme-color-beige-brown .theme-link-color-block {
2443
+ background: #8b743d
2444
+ }
2445
+
2446
+ .theme-color-beige-brown .themed, .theme-color-beige-brown .reveal {
2447
+ color: #333333
2448
+ }
2449
+
2450
+ .theme-color-beige-brown .themed a, .theme-color-beige-brown .reveal a {
2451
+ color: #8b743d
2452
+ }
2453
+
2454
+ .theme-color-beige-brown .themed a:hover, .theme-color-beige-brown .reveal a:hover {
2455
+ color: #c0a86e
2456
+ }
2457
+
2458
+ .theme-color-beige-brown .themed .controls div.navigate-left, .theme-color-beige-brown .themed .controls div.navigate-left.enabled, .theme-color-beige-brown .reveal .controls div.navigate-left, .theme-color-beige-brown .reveal .controls div.navigate-left.enabled {
2459
+ border-right-color: #8b743d
2460
+ }
2461
+
2462
+ .theme-color-beige-brown .themed .controls div.navigate-right, .theme-color-beige-brown .themed .controls div.navigate-right.enabled, .theme-color-beige-brown .reveal .controls div.navigate-right, .theme-color-beige-brown .reveal .controls div.navigate-right.enabled {
2463
+ border-left-color: #8b743d
2464
+ }
2465
+
2466
+ .theme-color-beige-brown .themed .controls div.navigate-up, .theme-color-beige-brown .themed .controls div.navigate-up.enabled, .theme-color-beige-brown .reveal .controls div.navigate-up, .theme-color-beige-brown .reveal .controls div.navigate-up.enabled {
2467
+ border-bottom-color: #8b743d
2468
+ }
2469
+
2470
+ .theme-color-beige-brown .themed .controls div.navigate-down, .theme-color-beige-brown .themed .controls div.navigate-down.enabled, .theme-color-beige-brown .reveal .controls div.navigate-down, .theme-color-beige-brown .reveal .controls div.navigate-down.enabled {
2471
+ border-top-color: #8b743d
2472
+ }
2473
+
2474
+ .theme-color-beige-brown .themed .controls div.navigate-left.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-left.enabled:hover {
2475
+ border-right-color: #c0a86e
2476
+ }
2477
+
2478
+ .theme-color-beige-brown .themed .controls div.navigate-right.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-right.enabled:hover {
2479
+ border-left-color: #c0a86e
2480
+ }
2481
+
2482
+ .theme-color-beige-brown .themed .controls div.navigate-up.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-up.enabled:hover {
2483
+ border-bottom-color: #c0a86e
2484
+ }
2485
+
2486
+ .theme-color-beige-brown .themed .controls div.navigate-down.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-down.enabled:hover {
2487
+ border-top-color: #c0a86e
2488
+ }
2489
+
2490
+ .theme-color-beige-brown .themed .progress, .theme-color-beige-brown .reveal .progress {
2491
+ background: rgba(0, 0, 0, 0.2)
2492
+ }
2493
+
2494
+ .theme-color-beige-brown .themed .progress span, .theme-color-beige-brown .reveal .progress span {
2495
+ background: #8b743d;
2496
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2497
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2498
+ }
2499
+
2500
+ .theme-color-black-blue {
2501
+ background: #111111
2502
+ }
2503
+
2504
+ .theme-color-black-blue body {
2505
+ background: transparent
2506
+ }
2507
+
2508
+ .theme-color-black-blue .theme-body-color-block {
2509
+ background: white
2510
+ }
2511
+
2512
+ .theme-color-black-blue .theme-link-color-block {
2513
+ background: #2f90f8
2514
+ }
2515
+
2516
+ .theme-color-black-blue .themed, .theme-color-black-blue .reveal {
2517
+ color: white
2518
+ }
2519
+
2520
+ .theme-color-black-blue .themed a, .theme-color-black-blue .reveal a {
2521
+ color: #2f90f8
2522
+ }
2523
+
2524
+ .theme-color-black-blue .themed a:hover, .theme-color-black-blue .reveal a:hover {
2525
+ color: #79b7fa
2526
+ }
2527
+
2528
+ .theme-color-black-blue .themed .controls div.navigate-left, .theme-color-black-blue .themed .controls div.navigate-left.enabled, .theme-color-black-blue .reveal .controls div.navigate-left, .theme-color-black-blue .reveal .controls div.navigate-left.enabled {
2529
+ border-right-color: #2f90f8
2530
+ }
2531
+
2532
+ .theme-color-black-blue .themed .controls div.navigate-right, .theme-color-black-blue .themed .controls div.navigate-right.enabled, .theme-color-black-blue .reveal .controls div.navigate-right, .theme-color-black-blue .reveal .controls div.navigate-right.enabled {
2533
+ border-left-color: #2f90f8
2534
+ }
2535
+
2536
+ .theme-color-black-blue .themed .controls div.navigate-up, .theme-color-black-blue .themed .controls div.navigate-up.enabled, .theme-color-black-blue .reveal .controls div.navigate-up, .theme-color-black-blue .reveal .controls div.navigate-up.enabled {
2537
+ border-bottom-color: #2f90f8
2538
+ }
2539
+
2540
+ .theme-color-black-blue .themed .controls div.navigate-down, .theme-color-black-blue .themed .controls div.navigate-down.enabled, .theme-color-black-blue .reveal .controls div.navigate-down, .theme-color-black-blue .reveal .controls div.navigate-down.enabled {
2541
+ border-top-color: #2f90f8
2542
+ }
2543
+
2544
+ .theme-color-black-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-left.enabled:hover {
2545
+ border-right-color: #79b7fa
2546
+ }
2547
+
2548
+ .theme-color-black-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-right.enabled:hover {
2549
+ border-left-color: #79b7fa
2550
+ }
2551
+
2552
+ .theme-color-black-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-up.enabled:hover {
2553
+ border-bottom-color: #79b7fa
2554
+ }
2555
+
2556
+ .theme-color-black-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-down.enabled:hover {
2557
+ border-top-color: #79b7fa
2558
+ }
2559
+
2560
+ .theme-color-black-blue .themed .progress, .theme-color-black-blue .reveal .progress {
2561
+ background: rgba(0, 0, 0, 0.2)
2562
+ }
2563
+
2564
+ .theme-color-black-blue .themed .progress span, .theme-color-black-blue .reveal .progress span {
2565
+ background: #2f90f8;
2566
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2567
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2568
+ }
2569
+
2570
+ .theme-color-black-mint {
2571
+ background: #111111
2572
+ }
2573
+
2574
+ .theme-color-black-mint body {
2575
+ background: transparent
2576
+ }
2577
+
2578
+ .theme-color-black-mint .theme-body-color-block {
2579
+ background: white
2580
+ }
2581
+
2582
+ .theme-color-black-mint .theme-link-color-block {
2583
+ background: #8dd792
2584
+ }
2585
+
2586
+ .theme-color-black-mint .themed, .theme-color-black-mint .reveal {
2587
+ color: white
2588
+ }
2589
+
2590
+ .theme-color-black-mint .themed a, .theme-color-black-mint .reveal a {
2591
+ color: #8dd792
2592
+ }
2593
+
2594
+ .theme-color-black-mint .themed a:hover, .theme-color-black-mint .reveal a:hover {
2595
+ color: #c6ebc8
2596
+ }
2597
+
2598
+ .theme-color-black-mint .themed .controls div.navigate-left, .theme-color-black-mint .themed .controls div.navigate-left.enabled, .theme-color-black-mint .reveal .controls div.navigate-left, .theme-color-black-mint .reveal .controls div.navigate-left.enabled {
2599
+ border-right-color: #8dd792
2600
+ }
2601
+
2602
+ .theme-color-black-mint .themed .controls div.navigate-right, .theme-color-black-mint .themed .controls div.navigate-right.enabled, .theme-color-black-mint .reveal .controls div.navigate-right, .theme-color-black-mint .reveal .controls div.navigate-right.enabled {
2603
+ border-left-color: #8dd792
2604
+ }
2605
+
2606
+ .theme-color-black-mint .themed .controls div.navigate-up, .theme-color-black-mint .themed .controls div.navigate-up.enabled, .theme-color-black-mint .reveal .controls div.navigate-up, .theme-color-black-mint .reveal .controls div.navigate-up.enabled {
2607
+ border-bottom-color: #8dd792
2608
+ }
2609
+
2610
+ .theme-color-black-mint .themed .controls div.navigate-down, .theme-color-black-mint .themed .controls div.navigate-down.enabled, .theme-color-black-mint .reveal .controls div.navigate-down, .theme-color-black-mint .reveal .controls div.navigate-down.enabled {
2611
+ border-top-color: #8dd792
2612
+ }
2613
+
2614
+ .theme-color-black-mint .themed .controls div.navigate-left.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-left.enabled:hover {
2615
+ border-right-color: #c6ebc8
2616
+ }
2617
+
2618
+ .theme-color-black-mint .themed .controls div.navigate-right.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-right.enabled:hover {
2619
+ border-left-color: #c6ebc8
2620
+ }
2621
+
2622
+ .theme-color-black-mint .themed .controls div.navigate-up.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-up.enabled:hover {
2623
+ border-bottom-color: #c6ebc8
2624
+ }
2625
+
2626
+ .theme-color-black-mint .themed .controls div.navigate-down.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-down.enabled:hover {
2627
+ border-top-color: #c6ebc8
2628
+ }
2629
+
2630
+ .theme-color-black-mint .themed .progress, .theme-color-black-mint .reveal .progress {
2631
+ background: rgba(0, 0, 0, 0.2)
2632
+ }
2633
+
2634
+ .theme-color-black-mint .themed .progress span, .theme-color-black-mint .reveal .progress span {
2635
+ background: #8dd792;
2636
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2637
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2638
+ }
2639
+
2640
+ .theme-color-black-orange {
2641
+ background: #222222
2642
+ }
2643
+
2644
+ .theme-color-black-orange body {
2645
+ background: transparent
2646
+ }
2647
+
2648
+ .theme-color-black-orange .theme-body-color-block {
2649
+ background: white
2650
+ }
2651
+
2652
+ .theme-color-black-orange .theme-link-color-block {
2653
+ background: #e7ad52
2654
+ }
2655
+
2656
+ .theme-color-black-orange .themed, .theme-color-black-orange .reveal {
2657
+ color: white
2658
+ }
2659
+
2660
+ .theme-color-black-orange .themed a, .theme-color-black-orange .reveal a {
2661
+ color: #e7ad52
2662
+ }
2663
+
2664
+ .theme-color-black-orange .themed a:hover, .theme-color-black-orange .reveal a:hover {
2665
+ color: #f3d7ac
2666
+ }
2667
+
2668
+ .theme-color-black-orange .themed .controls div.navigate-left, .theme-color-black-orange .themed .controls div.navigate-left.enabled, .theme-color-black-orange .reveal .controls div.navigate-left, .theme-color-black-orange .reveal .controls div.navigate-left.enabled {
2669
+ border-right-color: #e7ad52
2670
+ }
2671
+
2672
+ .theme-color-black-orange .themed .controls div.navigate-right, .theme-color-black-orange .themed .controls div.navigate-right.enabled, .theme-color-black-orange .reveal .controls div.navigate-right, .theme-color-black-orange .reveal .controls div.navigate-right.enabled {
2673
+ border-left-color: #e7ad52
2674
+ }
2675
+
2676
+ .theme-color-black-orange .themed .controls div.navigate-up, .theme-color-black-orange .themed .controls div.navigate-up.enabled, .theme-color-black-orange .reveal .controls div.navigate-up, .theme-color-black-orange .reveal .controls div.navigate-up.enabled {
2677
+ border-bottom-color: #e7ad52
2678
+ }
2679
+
2680
+ .theme-color-black-orange .themed .controls div.navigate-down, .theme-color-black-orange .themed .controls div.navigate-down.enabled, .theme-color-black-orange .reveal .controls div.navigate-down, .theme-color-black-orange .reveal .controls div.navigate-down.enabled {
2681
+ border-top-color: #e7ad52
2682
+ }
2683
+
2684
+ .theme-color-black-orange .themed .controls div.navigate-left.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-left.enabled:hover {
2685
+ border-right-color: #f3d7ac
2686
+ }
2687
+
2688
+ .theme-color-black-orange .themed .controls div.navigate-right.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-right.enabled:hover {
2689
+ border-left-color: #f3d7ac
2690
+ }
2691
+
2692
+ .theme-color-black-orange .themed .controls div.navigate-up.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-up.enabled:hover {
2693
+ border-bottom-color: #f3d7ac
2694
+ }
2695
+
2696
+ .theme-color-black-orange .themed .controls div.navigate-down.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-down.enabled:hover {
2697
+ border-top-color: #f3d7ac
2698
+ }
2699
+
2700
+ .theme-color-black-orange .themed .progress, .theme-color-black-orange .reveal .progress {
2701
+ background: rgba(0, 0, 0, 0.2)
2702
+ }
2703
+
2704
+ .theme-color-black-orange .themed .progress span, .theme-color-black-orange .reveal .progress span {
2705
+ background: #e7ad52;
2706
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2707
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2708
+ }
2709
+
2710
+ .theme-color-blue-yellow {
2711
+ background: #44a0dd
2712
+ }
2713
+
2714
+ .theme-color-blue-yellow body {
2715
+ background: transparent
2716
+ }
2717
+
2718
+ .theme-color-blue-yellow .theme-body-color-block {
2719
+ background: white
2720
+ }
2721
+
2722
+ .theme-color-blue-yellow .theme-link-color-block {
2723
+ background: #ecec6a
2724
+ }
2725
+
2726
+ .theme-color-blue-yellow .themed, .theme-color-blue-yellow .reveal {
2727
+ color: white
2728
+ }
2729
+
2730
+ .theme-color-blue-yellow .themed a, .theme-color-blue-yellow .reveal a {
2731
+ color: #ecec6a
2732
+ }
2733
+
2734
+ .theme-color-blue-yellow .themed a:hover, .theme-color-blue-yellow .reveal a:hover {
2735
+ color: #f8f8c4
2736
+ }
2737
+
2738
+ .theme-color-blue-yellow .themed .controls div.navigate-left, .theme-color-blue-yellow .themed .controls div.navigate-left.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-left, .theme-color-blue-yellow .reveal .controls div.navigate-left.enabled {
2739
+ border-right-color: #ecec6a
2740
+ }
2741
+
2742
+ .theme-color-blue-yellow .themed .controls div.navigate-right, .theme-color-blue-yellow .themed .controls div.navigate-right.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-right, .theme-color-blue-yellow .reveal .controls div.navigate-right.enabled {
2743
+ border-left-color: #ecec6a
2744
+ }
2745
+
2746
+ .theme-color-blue-yellow .themed .controls div.navigate-up, .theme-color-blue-yellow .themed .controls div.navigate-up.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-up, .theme-color-blue-yellow .reveal .controls div.navigate-up.enabled {
2747
+ border-bottom-color: #ecec6a
2748
+ }
2749
+
2750
+ .theme-color-blue-yellow .themed .controls div.navigate-down, .theme-color-blue-yellow .themed .controls div.navigate-down.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-down, .theme-color-blue-yellow .reveal .controls div.navigate-down.enabled {
2751
+ border-top-color: #ecec6a
2752
+ }
2753
+
2754
+ .theme-color-blue-yellow .themed .controls div.navigate-left.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-left.enabled:hover {
2755
+ border-right-color: #f8f8c4
2756
+ }
2757
+
2758
+ .theme-color-blue-yellow .themed .controls div.navigate-right.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-right.enabled:hover {
2759
+ border-left-color: #f8f8c4
2760
+ }
2761
+
2762
+ .theme-color-blue-yellow .themed .controls div.navigate-up.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-up.enabled:hover {
2763
+ border-bottom-color: #f8f8c4
2764
+ }
2765
+
2766
+ .theme-color-blue-yellow .themed .controls div.navigate-down.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-down.enabled:hover {
2767
+ border-top-color: #f8f8c4
2768
+ }
2769
+
2770
+ .theme-color-blue-yellow .themed .progress, .theme-color-blue-yellow .reveal .progress {
2771
+ background: rgba(0, 0, 0, 0.2)
2772
+ }
2773
+
2774
+ .theme-color-blue-yellow .themed .progress span, .theme-color-blue-yellow .reveal .progress span {
2775
+ background: #ecec6a;
2776
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2777
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2778
+ }
2779
+
2780
+ .theme-color-cobalt-orange {
2781
+ background-color: #13335a;
2782
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #1a4984 0%, #13335a 100%);
2783
+ background-image: radial-gradient(circle farthest-corner at center, #1a4984 0%, #13335a 100%)
2784
+ }
2785
+
2786
+ .theme-color-cobalt-orange body {
2787
+ background: transparent
2788
+ }
2789
+
2790
+ .theme-color-cobalt-orange .theme-body-color-block {
2791
+ background: white
2792
+ }
2793
+
2794
+ .theme-color-cobalt-orange .theme-link-color-block {
2795
+ background: #e08c14
2796
+ }
2797
+
2798
+ .theme-color-cobalt-orange .themed, .theme-color-cobalt-orange .reveal {
2799
+ color: white
2800
+ }
2801
+
2802
+ .theme-color-cobalt-orange .themed a, .theme-color-cobalt-orange .reveal a {
2803
+ color: #e08c14
2804
+ }
2805
+
2806
+ .theme-color-cobalt-orange .themed a:hover, .theme-color-cobalt-orange .reveal a:hover {
2807
+ color: #f2b968
2808
+ }
2809
+
2810
+ .theme-color-cobalt-orange .themed .controls div.navigate-left, .theme-color-cobalt-orange .themed .controls div.navigate-left.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-left, .theme-color-cobalt-orange .reveal .controls div.navigate-left.enabled {
2811
+ border-right-color: #e08c14
2812
+ }
2813
+
2814
+ .theme-color-cobalt-orange .themed .controls div.navigate-right, .theme-color-cobalt-orange .themed .controls div.navigate-right.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-right, .theme-color-cobalt-orange .reveal .controls div.navigate-right.enabled {
2815
+ border-left-color: #e08c14
2816
+ }
2817
+
2818
+ .theme-color-cobalt-orange .themed .controls div.navigate-up, .theme-color-cobalt-orange .themed .controls div.navigate-up.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-up, .theme-color-cobalt-orange .reveal .controls div.navigate-up.enabled {
2819
+ border-bottom-color: #e08c14
2820
+ }
2821
+
2822
+ .theme-color-cobalt-orange .themed .controls div.navigate-down, .theme-color-cobalt-orange .themed .controls div.navigate-down.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-down, .theme-color-cobalt-orange .reveal .controls div.navigate-down.enabled {
2823
+ border-top-color: #e08c14
2824
+ }
2825
+
2826
+ .theme-color-cobalt-orange .themed .controls div.navigate-left.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-left.enabled:hover {
2827
+ border-right-color: #f2b968
2828
+ }
2829
+
2830
+ .theme-color-cobalt-orange .themed .controls div.navigate-right.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-right.enabled:hover {
2831
+ border-left-color: #f2b968
2832
+ }
2833
+
2834
+ .theme-color-cobalt-orange .themed .controls div.navigate-up.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-up.enabled:hover {
2835
+ border-bottom-color: #f2b968
2836
+ }
2837
+
2838
+ .theme-color-cobalt-orange .themed .controls div.navigate-down.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-down.enabled:hover {
2839
+ border-top-color: #f2b968
2840
+ }
2841
+
2842
+ .theme-color-cobalt-orange .themed .progress, .theme-color-cobalt-orange .reveal .progress {
2843
+ background: rgba(0, 0, 0, 0.2)
2844
+ }
2845
+
2846
+ .theme-color-cobalt-orange .themed .progress span, .theme-color-cobalt-orange .reveal .progress span {
2847
+ background: #e08c14;
2848
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2849
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2850
+ }
2851
+
2852
+ .theme-color-coral-blue {
2853
+ background-color: #c97150;
2854
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #d59177 0%, #c97150 100%);
2855
+ background-image: radial-gradient(circle farthest-corner at center, #d59177 0%, #c97150 100%)
2856
+ }
2857
+
2858
+ .theme-color-coral-blue body {
2859
+ background: transparent
2860
+ }
2861
+
2862
+ .theme-color-coral-blue .theme-body-color-block {
2863
+ background: white
2864
+ }
2865
+
2866
+ .theme-color-coral-blue .theme-link-color-block {
2867
+ background: #3a65c0
2868
+ }
2869
+
2870
+ .theme-color-coral-blue .themed, .theme-color-coral-blue .reveal {
2871
+ color: white
2872
+ }
2873
+
2874
+ .theme-color-coral-blue .themed a, .theme-color-coral-blue .reveal a {
2875
+ color: #3a65c0
2876
+ }
2877
+
2878
+ .theme-color-coral-blue .themed a:hover, .theme-color-coral-blue .reveal a:hover {
2879
+ color: #86a1da
2880
+ }
2881
+
2882
+ .theme-color-coral-blue .themed .controls div.navigate-left, .theme-color-coral-blue .themed .controls div.navigate-left.enabled, .theme-color-coral-blue .reveal .controls div.navigate-left, .theme-color-coral-blue .reveal .controls div.navigate-left.enabled {
2883
+ border-right-color: #3a65c0
2884
+ }
2885
+
2886
+ .theme-color-coral-blue .themed .controls div.navigate-right, .theme-color-coral-blue .themed .controls div.navigate-right.enabled, .theme-color-coral-blue .reveal .controls div.navigate-right, .theme-color-coral-blue .reveal .controls div.navigate-right.enabled {
2887
+ border-left-color: #3a65c0
2888
+ }
2889
+
2890
+ .theme-color-coral-blue .themed .controls div.navigate-up, .theme-color-coral-blue .themed .controls div.navigate-up.enabled, .theme-color-coral-blue .reveal .controls div.navigate-up, .theme-color-coral-blue .reveal .controls div.navigate-up.enabled {
2891
+ border-bottom-color: #3a65c0
2892
+ }
2893
+
2894
+ .theme-color-coral-blue .themed .controls div.navigate-down, .theme-color-coral-blue .themed .controls div.navigate-down.enabled, .theme-color-coral-blue .reveal .controls div.navigate-down, .theme-color-coral-blue .reveal .controls div.navigate-down.enabled {
2895
+ border-top-color: #3a65c0
2896
+ }
2897
+
2898
+ .theme-color-coral-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-left.enabled:hover {
2899
+ border-right-color: #86a1da
2900
+ }
2901
+
2902
+ .theme-color-coral-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-right.enabled:hover {
2903
+ border-left-color: #86a1da
2904
+ }
2905
+
2906
+ .theme-color-coral-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-up.enabled:hover {
2907
+ border-bottom-color: #86a1da
2908
+ }
2909
+
2910
+ .theme-color-coral-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-down.enabled:hover {
2911
+ border-top-color: #86a1da
2912
+ }
2913
+
2914
+ .theme-color-coral-blue .themed .progress, .theme-color-coral-blue .reveal .progress {
2915
+ background: rgba(0, 0, 0, 0.2)
2916
+ }
2917
+
2918
+ .theme-color-coral-blue .themed .progress span, .theme-color-coral-blue .reveal .progress span {
2919
+ background: #3a65c0;
2920
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2921
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2922
+ }
2923
+
2924
+ .theme-color-forest-yellow {
2925
+ background: #2ba056
2926
+ }
2927
+
2928
+ .theme-color-forest-yellow body {
2929
+ background: transparent
2930
+ }
2931
+
2932
+ .theme-color-forest-yellow .theme-body-color-block {
2933
+ background: white
2934
+ }
2935
+
2936
+ .theme-color-forest-yellow .theme-link-color-block {
2937
+ background: #ecec6a
2938
+ }
2939
+
2940
+ .theme-color-forest-yellow .themed, .theme-color-forest-yellow .reveal {
2941
+ color: white
2942
+ }
2943
+
2944
+ .theme-color-forest-yellow .themed a, .theme-color-forest-yellow .reveal a {
2945
+ color: #ecec6a
2946
+ }
2947
+
2948
+ .theme-color-forest-yellow .themed a:hover, .theme-color-forest-yellow .reveal a:hover {
2949
+ color: #f8f8c4
2950
+ }
2951
+
2952
+ .theme-color-forest-yellow .themed .controls div.navigate-left, .theme-color-forest-yellow .themed .controls div.navigate-left.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-left, .theme-color-forest-yellow .reveal .controls div.navigate-left.enabled {
2953
+ border-right-color: #ecec6a
2954
+ }
2955
+
2956
+ .theme-color-forest-yellow .themed .controls div.navigate-right, .theme-color-forest-yellow .themed .controls div.navigate-right.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-right, .theme-color-forest-yellow .reveal .controls div.navigate-right.enabled {
2957
+ border-left-color: #ecec6a
2958
+ }
2959
+
2960
+ .theme-color-forest-yellow .themed .controls div.navigate-up, .theme-color-forest-yellow .themed .controls div.navigate-up.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-up, .theme-color-forest-yellow .reveal .controls div.navigate-up.enabled {
2961
+ border-bottom-color: #ecec6a
2962
+ }
2963
+
2964
+ .theme-color-forest-yellow .themed .controls div.navigate-down, .theme-color-forest-yellow .themed .controls div.navigate-down.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-down, .theme-color-forest-yellow .reveal .controls div.navigate-down.enabled {
2965
+ border-top-color: #ecec6a
2966
+ }
2967
+
2968
+ .theme-color-forest-yellow .themed .controls div.navigate-left.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-left.enabled:hover {
2969
+ border-right-color: #f8f8c4
2970
+ }
2971
+
2972
+ .theme-color-forest-yellow .themed .controls div.navigate-right.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-right.enabled:hover {
2973
+ border-left-color: #f8f8c4
2974
+ }
2975
+
2976
+ .theme-color-forest-yellow .themed .controls div.navigate-up.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-up.enabled:hover {
2977
+ border-bottom-color: #f8f8c4
2978
+ }
2979
+
2980
+ .theme-color-forest-yellow .themed .controls div.navigate-down.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-down.enabled:hover {
2981
+ border-top-color: #f8f8c4
2982
+ }
2983
+
2984
+ .theme-color-forest-yellow .themed .progress, .theme-color-forest-yellow .reveal .progress {
2985
+ background: rgba(0, 0, 0, 0.2)
2986
+ }
2987
+
2988
+ .theme-color-forest-yellow .themed .progress span, .theme-color-forest-yellow .reveal .progress span {
2989
+ background: #ecec6a;
2990
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2991
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
2992
+ }
2993
+
2994
+ .theme-color-grey-blue {
2995
+ background-color: #313538;
2996
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #555a5f 0%, #1c1e20 100%);
2997
+ background-image: radial-gradient(circle farthest-corner at center, #555a5f 0%, #1c1e20 100%)
2998
+ }
2999
+
3000
+ .theme-color-grey-blue body {
3001
+ background: transparent
3002
+ }
3003
+
3004
+ .theme-color-grey-blue .theme-body-color-block {
3005
+ background: white
3006
+ }
3007
+
3008
+ .theme-color-grey-blue .theme-link-color-block {
3009
+ background: #13daec
3010
+ }
3011
+
3012
+ .theme-color-grey-blue .themed, .theme-color-grey-blue .reveal {
3013
+ color: white
3014
+ }
3015
+
3016
+ .theme-color-grey-blue .themed a, .theme-color-grey-blue .reveal a {
3017
+ color: #13daec
3018
+ }
3019
+
3020
+ .theme-color-grey-blue .themed a:hover, .theme-color-grey-blue .reveal a:hover {
3021
+ color: #71e9f4
3022
+ }
3023
+
3024
+ .theme-color-grey-blue .themed .controls div.navigate-left, .theme-color-grey-blue .themed .controls div.navigate-left.enabled, .theme-color-grey-blue .reveal .controls div.navigate-left, .theme-color-grey-blue .reveal .controls div.navigate-left.enabled {
3025
+ border-right-color: #13daec
3026
+ }
3027
+
3028
+ .theme-color-grey-blue .themed .controls div.navigate-right, .theme-color-grey-blue .themed .controls div.navigate-right.enabled, .theme-color-grey-blue .reveal .controls div.navigate-right, .theme-color-grey-blue .reveal .controls div.navigate-right.enabled {
3029
+ border-left-color: #13daec
3030
+ }
3031
+
3032
+ .theme-color-grey-blue .themed .controls div.navigate-up, .theme-color-grey-blue .themed .controls div.navigate-up.enabled, .theme-color-grey-blue .reveal .controls div.navigate-up, .theme-color-grey-blue .reveal .controls div.navigate-up.enabled {
3033
+ border-bottom-color: #13daec
3034
+ }
3035
+
3036
+ .theme-color-grey-blue .themed .controls div.navigate-down, .theme-color-grey-blue .themed .controls div.navigate-down.enabled, .theme-color-grey-blue .reveal .controls div.navigate-down, .theme-color-grey-blue .reveal .controls div.navigate-down.enabled {
3037
+ border-top-color: #13daec
3038
+ }
3039
+
3040
+ .theme-color-grey-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-left.enabled:hover {
3041
+ border-right-color: #71e9f4
3042
+ }
3043
+
3044
+ .theme-color-grey-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-right.enabled:hover {
3045
+ border-left-color: #71e9f4
3046
+ }
3047
+
3048
+ .theme-color-grey-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-up.enabled:hover {
3049
+ border-bottom-color: #71e9f4
3050
+ }
3051
+
3052
+ .theme-color-grey-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-down.enabled:hover {
3053
+ border-top-color: #71e9f4
3054
+ }
3055
+
3056
+ .theme-color-grey-blue .themed .progress, .theme-color-grey-blue .reveal .progress {
3057
+ background: rgba(0, 0, 0, 0.2)
3058
+ }
3059
+
3060
+ .theme-color-grey-blue .themed .progress span, .theme-color-grey-blue .reveal .progress span {
3061
+ background: #13daec;
3062
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3063
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3064
+ }
3065
+
3066
+ .theme-color-mint-beige {
3067
+ background-color: #207c5f;
3068
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #2aa57e 0%, #207c5f 100%);
3069
+ background-image: radial-gradient(circle farthest-corner at center, #2aa57e 0%, #207c5f 100%)
3070
+ }
3071
+
3072
+ .theme-color-mint-beige body {
3073
+ background: transparent
3074
+ }
3075
+
3076
+ .theme-color-mint-beige .theme-body-color-block {
3077
+ background: white
3078
+ }
3079
+
3080
+ .theme-color-mint-beige .theme-link-color-block {
3081
+ background: #ecec6a
3082
+ }
3083
+
3084
+ .theme-color-mint-beige .themed, .theme-color-mint-beige .reveal {
3085
+ color: white
3086
+ }
3087
+
3088
+ .theme-color-mint-beige .themed a, .theme-color-mint-beige .reveal a {
3089
+ color: #ecec6a
3090
+ }
3091
+
3092
+ .theme-color-mint-beige .themed a:hover, .theme-color-mint-beige .reveal a:hover {
3093
+ color: #f8f8c4
3094
+ }
3095
+
3096
+ .theme-color-mint-beige .themed .controls div.navigate-left, .theme-color-mint-beige .themed .controls div.navigate-left.enabled, .theme-color-mint-beige .reveal .controls div.navigate-left, .theme-color-mint-beige .reveal .controls div.navigate-left.enabled {
3097
+ border-right-color: #ecec6a
3098
+ }
3099
+
3100
+ .theme-color-mint-beige .themed .controls div.navigate-right, .theme-color-mint-beige .themed .controls div.navigate-right.enabled, .theme-color-mint-beige .reveal .controls div.navigate-right, .theme-color-mint-beige .reveal .controls div.navigate-right.enabled {
3101
+ border-left-color: #ecec6a
3102
+ }
3103
+
3104
+ .theme-color-mint-beige .themed .controls div.navigate-up, .theme-color-mint-beige .themed .controls div.navigate-up.enabled, .theme-color-mint-beige .reveal .controls div.navigate-up, .theme-color-mint-beige .reveal .controls div.navigate-up.enabled {
3105
+ border-bottom-color: #ecec6a
3106
+ }
3107
+
3108
+ .theme-color-mint-beige .themed .controls div.navigate-down, .theme-color-mint-beige .themed .controls div.navigate-down.enabled, .theme-color-mint-beige .reveal .controls div.navigate-down, .theme-color-mint-beige .reveal .controls div.navigate-down.enabled {
3109
+ border-top-color: #ecec6a
3110
+ }
3111
+
3112
+ .theme-color-mint-beige .themed .controls div.navigate-left.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-left.enabled:hover {
3113
+ border-right-color: #f8f8c4
3114
+ }
3115
+
3116
+ .theme-color-mint-beige .themed .controls div.navigate-right.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-right.enabled:hover {
3117
+ border-left-color: #f8f8c4
3118
+ }
3119
+
3120
+ .theme-color-mint-beige .themed .controls div.navigate-up.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-up.enabled:hover {
3121
+ border-bottom-color: #f8f8c4
3122
+ }
3123
+
3124
+ .theme-color-mint-beige .themed .controls div.navigate-down.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-down.enabled:hover {
3125
+ border-top-color: #f8f8c4
3126
+ }
3127
+
3128
+ .theme-color-mint-beige .themed .progress, .theme-color-mint-beige .reveal .progress {
3129
+ background: rgba(0, 0, 0, 0.2)
3130
+ }
3131
+
3132
+ .theme-color-mint-beige .themed .progress span, .theme-color-mint-beige .reveal .progress span {
3133
+ background: #ecec6a;
3134
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3135
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3136
+ }
3137
+
3138
+ .theme-color-no-color {
3139
+ background-color: white
3140
+ }
3141
+
3142
+ .theme-color-no-color .theme-body-color-block, .theme-color-no-color .theme-link-color-block {
3143
+ background: black
3144
+ }
3145
+
3146
+ .theme-color-no-color .themed, .theme-color-no-color.themed, .theme-color-no-color .reveal, .theme-color-no-color.reveal {
3147
+ color: black
3148
+ }
3149
+
3150
+ .theme-color-sand-blue {
3151
+ background: #f0f1eb
3152
+ }
3153
+
3154
+ .theme-color-sand-blue body {
3155
+ background: transparent
3156
+ }
3157
+
3158
+ .theme-color-sand-blue .theme-body-color-block {
3159
+ background: #111111
3160
+ }
3161
+
3162
+ .theme-color-sand-blue .theme-link-color-block {
3163
+ background: #2f90f8
3164
+ }
3165
+
3166
+ .theme-color-sand-blue .themed, .theme-color-sand-blue .reveal {
3167
+ color: #111111
3168
+ }
3169
+
3170
+ .theme-color-sand-blue .themed a, .theme-color-sand-blue .reveal a {
3171
+ color: #2f90f8
3172
+ }
3173
+
3174
+ .theme-color-sand-blue .themed a:hover, .theme-color-sand-blue .reveal a:hover {
3175
+ color: #92c5fb
3176
+ }
3177
+
3178
+ .theme-color-sand-blue .themed .controls div.navigate-left, .theme-color-sand-blue .themed .controls div.navigate-left.enabled, .theme-color-sand-blue .reveal .controls div.navigate-left, .theme-color-sand-blue .reveal .controls div.navigate-left.enabled {
3179
+ border-right-color: #2f90f8
3180
+ }
3181
+
3182
+ .theme-color-sand-blue .themed .controls div.navigate-right, .theme-color-sand-blue .themed .controls div.navigate-right.enabled, .theme-color-sand-blue .reveal .controls div.navigate-right, .theme-color-sand-blue .reveal .controls div.navigate-right.enabled {
3183
+ border-left-color: #2f90f8
3184
+ }
3185
+
3186
+ .theme-color-sand-blue .themed .controls div.navigate-up, .theme-color-sand-blue .themed .controls div.navigate-up.enabled, .theme-color-sand-blue .reveal .controls div.navigate-up, .theme-color-sand-blue .reveal .controls div.navigate-up.enabled {
3187
+ border-bottom-color: #2f90f8
3188
+ }
3189
+
3190
+ .theme-color-sand-blue .themed .controls div.navigate-down, .theme-color-sand-blue .themed .controls div.navigate-down.enabled, .theme-color-sand-blue .reveal .controls div.navigate-down, .theme-color-sand-blue .reveal .controls div.navigate-down.enabled {
3191
+ border-top-color: #2f90f8
3192
+ }
3193
+
3194
+ .theme-color-sand-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-left.enabled:hover {
3195
+ border-right-color: #92c5fb
3196
+ }
3197
+
3198
+ .theme-color-sand-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-right.enabled:hover {
3199
+ border-left-color: #92c5fb
3200
+ }
3201
+
3202
+ .theme-color-sand-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-up.enabled:hover {
3203
+ border-bottom-color: #92c5fb
3204
+ }
3205
+
3206
+ .theme-color-sand-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-down.enabled:hover {
3207
+ border-top-color: #92c5fb
3208
+ }
3209
+
3210
+ .theme-color-sand-blue .themed .progress, .theme-color-sand-blue .reveal .progress {
3211
+ background: rgba(0, 0, 0, 0.2)
3212
+ }
3213
+
3214
+ .theme-color-sand-blue .themed .progress span, .theme-color-sand-blue .reveal .progress span {
3215
+ background: #2f90f8;
3216
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3217
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3218
+ }
3219
+
3220
+ .theme-color-sea-yellow {
3221
+ background-color: #297477;
3222
+ background-image: -webkit-linear-gradient(top, #6cc9cd 0%, #297477 100%);
3223
+ background-image: linear-gradient(to bottom, #6cc9cd 0%, #297477 100%)
3224
+ }
3225
+
3226
+ .theme-color-sea-yellow body {
3227
+ background: transparent
3228
+ }
3229
+
3230
+ .theme-color-sea-yellow .theme-body-color-block {
3231
+ background: white
3232
+ }
3233
+
3234
+ .theme-color-sea-yellow .theme-link-color-block {
3235
+ background: #ffc200
3236
+ }
3237
+
3238
+ .theme-color-sea-yellow .themed, .theme-color-sea-yellow .reveal {
3239
+ color: white
3240
+ }
3241
+
3242
+ .theme-color-sea-yellow .themed a, .theme-color-sea-yellow .reveal a {
3243
+ color: #ffc200
3244
+ }
3245
+
3246
+ .theme-color-sea-yellow .themed a:hover, .theme-color-sea-yellow .reveal a:hover {
3247
+ color: #ffda66
3248
+ }
3249
+
3250
+ .theme-color-sea-yellow .themed .controls div.navigate-left, .theme-color-sea-yellow .themed .controls div.navigate-left.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-left, .theme-color-sea-yellow .reveal .controls div.navigate-left.enabled {
3251
+ border-right-color: #ffc200
3252
+ }
3253
+
3254
+ .theme-color-sea-yellow .themed .controls div.navigate-right, .theme-color-sea-yellow .themed .controls div.navigate-right.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-right, .theme-color-sea-yellow .reveal .controls div.navigate-right.enabled {
3255
+ border-left-color: #ffc200
3256
+ }
3257
+
3258
+ .theme-color-sea-yellow .themed .controls div.navigate-up, .theme-color-sea-yellow .themed .controls div.navigate-up.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-up, .theme-color-sea-yellow .reveal .controls div.navigate-up.enabled {
3259
+ border-bottom-color: #ffc200
3260
+ }
3261
+
3262
+ .theme-color-sea-yellow .themed .controls div.navigate-down, .theme-color-sea-yellow .themed .controls div.navigate-down.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-down, .theme-color-sea-yellow .reveal .controls div.navigate-down.enabled {
3263
+ border-top-color: #ffc200
3264
+ }
3265
+
3266
+ .theme-color-sea-yellow .themed .controls div.navigate-left.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-left.enabled:hover {
3267
+ border-right-color: #ffda66
3268
+ }
3269
+
3270
+ .theme-color-sea-yellow .themed .controls div.navigate-right.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-right.enabled:hover {
3271
+ border-left-color: #ffda66
3272
+ }
3273
+
3274
+ .theme-color-sea-yellow .themed .controls div.navigate-up.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-up.enabled:hover {
3275
+ border-bottom-color: #ffda66
3276
+ }
3277
+
3278
+ .theme-color-sea-yellow .themed .controls div.navigate-down.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-down.enabled:hover {
3279
+ border-top-color: #ffda66
3280
+ }
3281
+
3282
+ .theme-color-sea-yellow .themed .progress, .theme-color-sea-yellow .reveal .progress {
3283
+ background: rgba(0, 0, 0, 0.2)
3284
+ }
3285
+
3286
+ .theme-color-sea-yellow .themed .progress span, .theme-color-sea-yellow .reveal .progress span {
3287
+ background: #ffc200;
3288
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3289
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3290
+ }
3291
+
3292
+ .theme-color-silver-blue {
3293
+ background-color: #dddddd;
3294
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #fff 0%, #ddd 100%);
3295
+ background-image: radial-gradient(circle farthest-corner at center, #fff 0%, #ddd 100%)
3296
+ }
3297
+
3298
+ .theme-color-silver-blue body {
3299
+ background: transparent
3300
+ }
3301
+
3302
+ .theme-color-silver-blue .theme-body-color-block {
3303
+ background: #111111
3304
+ }
3305
+
3306
+ .theme-color-silver-blue .theme-link-color-block {
3307
+ background: #106bcc
3308
+ }
3309
+
3310
+ .theme-color-silver-blue .themed, .theme-color-silver-blue .reveal {
3311
+ color: #111111
3312
+ }
3313
+
3314
+ .theme-color-silver-blue .themed a, .theme-color-silver-blue .reveal a {
3315
+ color: #106bcc
3316
+ }
3317
+
3318
+ .theme-color-silver-blue .themed a:hover, .theme-color-silver-blue .reveal a:hover {
3319
+ color: #2184ee
3320
+ }
3321
+
3322
+ .theme-color-silver-blue .themed .controls div.navigate-left, .theme-color-silver-blue .themed .controls div.navigate-left.enabled, .theme-color-silver-blue .reveal .controls div.navigate-left, .theme-color-silver-blue .reveal .controls div.navigate-left.enabled {
3323
+ border-right-color: #106bcc
3324
+ }
3325
+
3326
+ .theme-color-silver-blue .themed .controls div.navigate-right, .theme-color-silver-blue .themed .controls div.navigate-right.enabled, .theme-color-silver-blue .reveal .controls div.navigate-right, .theme-color-silver-blue .reveal .controls div.navigate-right.enabled {
3327
+ border-left-color: #106bcc
3328
+ }
3329
+
3330
+ .theme-color-silver-blue .themed .controls div.navigate-up, .theme-color-silver-blue .themed .controls div.navigate-up.enabled, .theme-color-silver-blue .reveal .controls div.navigate-up, .theme-color-silver-blue .reveal .controls div.navigate-up.enabled {
3331
+ border-bottom-color: #106bcc
3332
+ }
3333
+
3334
+ .theme-color-silver-blue .themed .controls div.navigate-down, .theme-color-silver-blue .themed .controls div.navigate-down.enabled, .theme-color-silver-blue .reveal .controls div.navigate-down, .theme-color-silver-blue .reveal .controls div.navigate-down.enabled {
3335
+ border-top-color: #106bcc
3336
+ }
3337
+
3338
+ .theme-color-silver-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-left.enabled:hover {
3339
+ border-right-color: #2184ee
3340
+ }
3341
+
3342
+ .theme-color-silver-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-right.enabled:hover {
3343
+ border-left-color: #2184ee
3344
+ }
3345
+
3346
+ .theme-color-silver-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-up.enabled:hover {
3347
+ border-bottom-color: #2184ee
3348
+ }
3349
+
3350
+ .theme-color-silver-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-down.enabled:hover {
3351
+ border-top-color: #2184ee
3352
+ }
3353
+
3354
+ .theme-color-silver-blue .themed .progress, .theme-color-silver-blue .reveal .progress {
3355
+ background: rgba(0, 0, 0, 0.2)
3356
+ }
3357
+
3358
+ .theme-color-silver-blue .themed .progress span, .theme-color-silver-blue .reveal .progress span {
3359
+ background: #106bcc;
3360
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3361
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3362
+ }
3363
+
3364
+ .theme-color-silver-green {
3365
+ background-color: #dddddd;
3366
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #fff 0%, #ddd 100%);
3367
+ background-image: radial-gradient(circle farthest-corner at center, #fff 0%, #ddd 100%)
3368
+ }
3369
+
3370
+ .theme-color-silver-green body {
3371
+ background: transparent
3372
+ }
3373
+
3374
+ .theme-color-silver-green .theme-body-color-block {
3375
+ background: #111111
3376
+ }
3377
+
3378
+ .theme-color-silver-green .theme-link-color-block {
3379
+ background: #039426
3380
+ }
3381
+
3382
+ .theme-color-silver-green .themed, .theme-color-silver-green .reveal {
3383
+ color: #111111
3384
+ }
3385
+
3386
+ .theme-color-silver-green .themed a, .theme-color-silver-green .reveal a {
3387
+ color: #039426
3388
+ }
3389
+
3390
+ .theme-color-silver-green .themed a:hover, .theme-color-silver-green .reveal a:hover {
3391
+ color: #04c633
3392
+ }
3393
+
3394
+ .theme-color-silver-green .themed .controls div.navigate-left, .theme-color-silver-green .themed .controls div.navigate-left.enabled, .theme-color-silver-green .reveal .controls div.navigate-left, .theme-color-silver-green .reveal .controls div.navigate-left.enabled {
3395
+ border-right-color: #039426
3396
+ }
3397
+
3398
+ .theme-color-silver-green .themed .controls div.navigate-right, .theme-color-silver-green .themed .controls div.navigate-right.enabled, .theme-color-silver-green .reveal .controls div.navigate-right, .theme-color-silver-green .reveal .controls div.navigate-right.enabled {
3399
+ border-left-color: #039426
3400
+ }
3401
+
3402
+ .theme-color-silver-green .themed .controls div.navigate-up, .theme-color-silver-green .themed .controls div.navigate-up.enabled, .theme-color-silver-green .reveal .controls div.navigate-up, .theme-color-silver-green .reveal .controls div.navigate-up.enabled {
3403
+ border-bottom-color: #039426
3404
+ }
3405
+
3406
+ .theme-color-silver-green .themed .controls div.navigate-down, .theme-color-silver-green .themed .controls div.navigate-down.enabled, .theme-color-silver-green .reveal .controls div.navigate-down, .theme-color-silver-green .reveal .controls div.navigate-down.enabled {
3407
+ border-top-color: #039426
3408
+ }
3409
+
3410
+ .theme-color-silver-green .themed .controls div.navigate-left.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-left.enabled:hover {
3411
+ border-right-color: #04c633
3412
+ }
3413
+
3414
+ .theme-color-silver-green .themed .controls div.navigate-right.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-right.enabled:hover {
3415
+ border-left-color: #04c633
3416
+ }
3417
+
3418
+ .theme-color-silver-green .themed .controls div.navigate-up.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-up.enabled:hover {
3419
+ border-bottom-color: #04c633
3420
+ }
3421
+
3422
+ .theme-color-silver-green .themed .controls div.navigate-down.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-down.enabled:hover {
3423
+ border-top-color: #04c633
3424
+ }
3425
+
3426
+ .theme-color-silver-green .themed .progress, .theme-color-silver-green .reveal .progress {
3427
+ background: rgba(0, 0, 0, 0.2)
3428
+ }
3429
+
3430
+ .theme-color-silver-green .themed .progress span, .theme-color-silver-green .reveal .progress span {
3431
+ background: #039426;
3432
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3433
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3434
+ }
3435
+
3436
+ .theme-color-sky-blue {
3437
+ background-color: #dcedf1;
3438
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #f7fbfc 0%, #add9e4 100%);
3439
+ background-image: radial-gradient(circle farthest-corner at center, #f7fbfc 0%, #add9e4 100%)
3440
+ }
3441
+
3442
+ .theme-color-sky-blue body {
3443
+ background: transparent
3444
+ }
3445
+
3446
+ .theme-color-sky-blue .theme-body-color-block {
3447
+ background: #333333
3448
+ }
3449
+
3450
+ .theme-color-sky-blue .theme-link-color-block {
3451
+ background: #3b759e
3452
+ }
3453
+
3454
+ .theme-color-sky-blue .themed, .theme-color-sky-blue .reveal {
3455
+ color: #333333
3456
+ }
3457
+
3458
+ .theme-color-sky-blue .themed a, .theme-color-sky-blue .reveal a {
3459
+ color: #3b759e
3460
+ }
3461
+
3462
+ .theme-color-sky-blue .themed a:hover, .theme-color-sky-blue .reveal a:hover {
3463
+ color: #74a7cb
3464
+ }
3465
+
3466
+ .theme-color-sky-blue .themed .controls div.navigate-left, .theme-color-sky-blue .themed .controls div.navigate-left.enabled, .theme-color-sky-blue .reveal .controls div.navigate-left, .theme-color-sky-blue .reveal .controls div.navigate-left.enabled {
3467
+ border-right-color: #3b759e
3468
+ }
3469
+
3470
+ .theme-color-sky-blue .themed .controls div.navigate-right, .theme-color-sky-blue .themed .controls div.navigate-right.enabled, .theme-color-sky-blue .reveal .controls div.navigate-right, .theme-color-sky-blue .reveal .controls div.navigate-right.enabled {
3471
+ border-left-color: #3b759e
3472
+ }
3473
+
3474
+ .theme-color-sky-blue .themed .controls div.navigate-up, .theme-color-sky-blue .themed .controls div.navigate-up.enabled, .theme-color-sky-blue .reveal .controls div.navigate-up, .theme-color-sky-blue .reveal .controls div.navigate-up.enabled {
3475
+ border-bottom-color: #3b759e
3476
+ }
3477
+
3478
+ .theme-color-sky-blue .themed .controls div.navigate-down, .theme-color-sky-blue .themed .controls div.navigate-down.enabled, .theme-color-sky-blue .reveal .controls div.navigate-down, .theme-color-sky-blue .reveal .controls div.navigate-down.enabled {
3479
+ border-top-color: #3b759e
3480
+ }
3481
+
3482
+ .theme-color-sky-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-left.enabled:hover {
3483
+ border-right-color: #74a7cb
3484
+ }
3485
+
3486
+ .theme-color-sky-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-right.enabled:hover {
3487
+ border-left-color: #74a7cb
3488
+ }
3489
+
3490
+ .theme-color-sky-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-up.enabled:hover {
3491
+ border-bottom-color: #74a7cb
3492
+ }
3493
+
3494
+ .theme-color-sky-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-down.enabled:hover {
3495
+ border-top-color: #74a7cb
3496
+ }
3497
+
3498
+ .theme-color-sky-blue .themed .progress, .theme-color-sky-blue .reveal .progress {
3499
+ background: rgba(0, 0, 0, 0.2)
3500
+ }
3501
+
3502
+ .theme-color-sky-blue .themed .progress span, .theme-color-sky-blue .reveal .progress span {
3503
+ background: #3b759e;
3504
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3505
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3506
+ }
3507
+
3508
+ .theme-color-white-blue {
3509
+ background: white
3510
+ }
3511
+
3512
+ .theme-color-white-blue body {
3513
+ background: transparent
3514
+ }
3515
+
3516
+ .theme-color-white-blue .theme-body-color-block {
3517
+ background: black
3518
+ }
3519
+
3520
+ .theme-color-white-blue .theme-link-color-block {
3521
+ background: #106bcc
3522
+ }
3523
+
3524
+ .theme-color-white-blue .themed, .theme-color-white-blue .reveal {
3525
+ color: black
3526
+ }
3527
+
3528
+ .theme-color-white-blue .themed a, .theme-color-white-blue .reveal a {
3529
+ color: #106bcc
3530
+ }
3531
+
3532
+ .theme-color-white-blue .themed a:hover, .theme-color-white-blue .reveal a:hover {
3533
+ color: #3991ef
3534
+ }
3535
+
3536
+ .theme-color-white-blue .themed .controls div.navigate-left, .theme-color-white-blue .themed .controls div.navigate-left.enabled, .theme-color-white-blue .reveal .controls div.navigate-left, .theme-color-white-blue .reveal .controls div.navigate-left.enabled {
3537
+ border-right-color: #106bcc
3538
+ }
3539
+
3540
+ .theme-color-white-blue .themed .controls div.navigate-right, .theme-color-white-blue .themed .controls div.navigate-right.enabled, .theme-color-white-blue .reveal .controls div.navigate-right, .theme-color-white-blue .reveal .controls div.navigate-right.enabled {
3541
+ border-left-color: #106bcc
3542
+ }
3543
+
3544
+ .theme-color-white-blue .themed .controls div.navigate-up, .theme-color-white-blue .themed .controls div.navigate-up.enabled, .theme-color-white-blue .reveal .controls div.navigate-up, .theme-color-white-blue .reveal .controls div.navigate-up.enabled {
3545
+ border-bottom-color: #106bcc
3546
+ }
3547
+
3548
+ .theme-color-white-blue .themed .controls div.navigate-down, .theme-color-white-blue .themed .controls div.navigate-down.enabled, .theme-color-white-blue .reveal .controls div.navigate-down, .theme-color-white-blue .reveal .controls div.navigate-down.enabled {
3549
+ border-top-color: #106bcc
3550
+ }
3551
+
3552
+ .theme-color-white-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-left.enabled:hover {
3553
+ border-right-color: #3991ef
3554
+ }
3555
+
3556
+ .theme-color-white-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-right.enabled:hover {
3557
+ border-left-color: #3991ef
3558
+ }
3559
+
3560
+ .theme-color-white-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-up.enabled:hover {
3561
+ border-bottom-color: #3991ef
3562
+ }
3563
+
3564
+ .theme-color-white-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-down.enabled:hover {
3565
+ border-top-color: #3991ef
3566
+ }
3567
+
3568
+ .theme-color-white-blue .themed .progress, .theme-color-white-blue .reveal .progress {
3569
+ background: rgba(0, 0, 0, 0.2)
3570
+ }
3571
+
3572
+ .theme-color-white-blue .themed .progress span, .theme-color-white-blue .reveal .progress span {
3573
+ background: #106bcc;
3574
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3575
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3576
+ }
3577
+
3578
+ .theme-color-yellow-black {
3579
+ background: #fff000
3580
+ }
3581
+
3582
+ .theme-color-yellow-black body {
3583
+ background: transparent
3584
+ }
3585
+
3586
+ .theme-color-yellow-black .theme-body-color-block {
3587
+ background: black
3588
+ }
3589
+
3590
+ .theme-color-yellow-black .theme-link-color-block {
3591
+ background: #4654ec
3592
+ }
3593
+
3594
+ .theme-color-yellow-black .themed, .theme-color-yellow-black .reveal {
3595
+ color: black
3596
+ }
3597
+
3598
+ .theme-color-yellow-black .themed a, .theme-color-yellow-black .reveal a {
3599
+ color: #4654ec
3600
+ }
3601
+
3602
+ .theme-color-yellow-black .themed a:hover, .theme-color-yellow-black .reveal a:hover {
3603
+ color: #a3aaf6
3604
+ }
3605
+
3606
+ .theme-color-yellow-black .themed .controls div.navigate-left, .theme-color-yellow-black .themed .controls div.navigate-left.enabled, .theme-color-yellow-black .reveal .controls div.navigate-left, .theme-color-yellow-black .reveal .controls div.navigate-left.enabled {
3607
+ border-right-color: #4654ec
3608
+ }
3609
+
3610
+ .theme-color-yellow-black .themed .controls div.navigate-right, .theme-color-yellow-black .themed .controls div.navigate-right.enabled, .theme-color-yellow-black .reveal .controls div.navigate-right, .theme-color-yellow-black .reveal .controls div.navigate-right.enabled {
3611
+ border-left-color: #4654ec
3612
+ }
3613
+
3614
+ .theme-color-yellow-black .themed .controls div.navigate-up, .theme-color-yellow-black .themed .controls div.navigate-up.enabled, .theme-color-yellow-black .reveal .controls div.navigate-up, .theme-color-yellow-black .reveal .controls div.navigate-up.enabled {
3615
+ border-bottom-color: #4654ec
3616
+ }
3617
+
3618
+ .theme-color-yellow-black .themed .controls div.navigate-down, .theme-color-yellow-black .themed .controls div.navigate-down.enabled, .theme-color-yellow-black .reveal .controls div.navigate-down, .theme-color-yellow-black .reveal .controls div.navigate-down.enabled {
3619
+ border-top-color: #4654ec
3620
+ }
3621
+
3622
+ .theme-color-yellow-black .themed .controls div.navigate-left.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-left.enabled:hover {
3623
+ border-right-color: #a3aaf6
3624
+ }
3625
+
3626
+ .theme-color-yellow-black .themed .controls div.navigate-right.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-right.enabled:hover {
3627
+ border-left-color: #a3aaf6
3628
+ }
3629
+
3630
+ .theme-color-yellow-black .themed .controls div.navigate-up.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-up.enabled:hover {
3631
+ border-bottom-color: #a3aaf6
3632
+ }
3633
+
3634
+ .theme-color-yellow-black .themed .controls div.navigate-down.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-down.enabled:hover {
3635
+ border-top-color: #a3aaf6
3636
+ }
3637
+
3638
+ .theme-color-yellow-black .themed .progress, .theme-color-yellow-black .reveal .progress {
3639
+ background: rgba(0, 0, 0, 0.2)
3640
+ }
3641
+
3642
+ .theme-color-yellow-black .themed .progress span, .theme-color-yellow-black .reveal .progress span {
3643
+ background: #4654ec;
3644
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3645
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985)
3646
+ }