Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / app.css @ b213bdec

History | View | Annotate | Download (446 kB)

1 0b14cfb4 Olga Brani
/* line 264, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2 0b14cfb4 Olga Brani
*,
3 0b14cfb4 Olga Brani
*:before,
4 0b14cfb4 Olga Brani
*:after {
5 0b14cfb4 Olga Brani
  -moz-box-sizing: border-box;
6 0b14cfb4 Olga Brani
  -webkit-box-sizing: border-box;
7 0b14cfb4 Olga Brani
  box-sizing: border-box;
8 0b14cfb4 Olga Brani
}
9 0b14cfb4 Olga Brani
10 0b14cfb4 Olga Brani
/* line 269, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
11 0b14cfb4 Olga Brani
html,
12 0b14cfb4 Olga Brani
body {
13 0b14cfb4 Olga Brani
  font-size: 100%;
14 0b14cfb4 Olga Brani
}
15 0b14cfb4 Olga Brani
16 0b14cfb4 Olga Brani
/* line 272, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
17 0b14cfb4 Olga Brani
body {
18 0b14cfb4 Olga Brani
  background: white;
19 0b14cfb4 Olga Brani
  color: #1e1e1e;
20 0b14cfb4 Olga Brani
  padding: 0;
21 0b14cfb4 Olga Brani
  margin: 0;
22 0b14cfb4 Olga Brani
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
23 0b14cfb4 Olga Brani
  font-weight: normal;
24 0b14cfb4 Olga Brani
  font-style: normal;
25 0b14cfb4 Olga Brani
  line-height: 1;
26 0b14cfb4 Olga Brani
  position: relative;
27 0b14cfb4 Olga Brani
  cursor: default;
28 0b14cfb4 Olga Brani
}
29 0b14cfb4 Olga Brani
30 0b14cfb4 Olga Brani
/* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
31 0b14cfb4 Olga Brani
a:hover {
32 0b14cfb4 Olga Brani
  cursor: pointer;
33 0b14cfb4 Olga Brani
}
34 0b14cfb4 Olga Brani
35 0b14cfb4 Olga Brani
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
36 0b14cfb4 Olga Brani
a:focus {
37 0b14cfb4 Olga Brani
  outline: none;
38 0b14cfb4 Olga Brani
}
39 0b14cfb4 Olga Brani
40 0b14cfb4 Olga Brani
/* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
41 0b14cfb4 Olga Brani
img,
42 0b14cfb4 Olga Brani
object,
43 0b14cfb4 Olga Brani
embed {
44 0b14cfb4 Olga Brani
  max-width: 100%;
45 0b14cfb4 Olga Brani
  height: auto;
46 0b14cfb4 Olga Brani
}
47 0b14cfb4 Olga Brani
48 0b14cfb4 Olga Brani
/* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
49 0b14cfb4 Olga Brani
object,
50 0b14cfb4 Olga Brani
embed {
51 0b14cfb4 Olga Brani
  height: 100%;
52 0b14cfb4 Olga Brani
}
53 0b14cfb4 Olga Brani
54 0b14cfb4 Olga Brani
/* line 297, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
55 0b14cfb4 Olga Brani
img {
56 0b14cfb4 Olga Brani
  -ms-interpolation-mode: bicubic;
57 0b14cfb4 Olga Brani
}
58 0b14cfb4 Olga Brani
59 0b14cfb4 Olga Brani
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
60 0b14cfb4 Olga Brani
#map_canvas img,
61 0b14cfb4 Olga Brani
#map_canvas embed,
62 0b14cfb4 Olga Brani
#map_canvas object,
63 0b14cfb4 Olga Brani
.map_canvas img,
64 0b14cfb4 Olga Brani
.map_canvas embed,
65 0b14cfb4 Olga Brani
.map_canvas object {
66 0b14cfb4 Olga Brani
  max-width: none !important;
67 0b14cfb4 Olga Brani
}
68 0b14cfb4 Olga Brani
69 0b14cfb4 Olga Brani
/* line 308, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
70 0b14cfb4 Olga Brani
.left {
71 0b14cfb4 Olga Brani
  float: left !important;
72 0b14cfb4 Olga Brani
}
73 0b14cfb4 Olga Brani
74 0b14cfb4 Olga Brani
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
75 0b14cfb4 Olga Brani
.right {
76 0b14cfb4 Olga Brani
  float: right !important;
77 0b14cfb4 Olga Brani
}
78 0b14cfb4 Olga Brani
79 0b14cfb4 Olga Brani
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
80 0b14cfb4 Olga Brani
.text-left {
81 0b14cfb4 Olga Brani
  text-align: left !important;
82 0b14cfb4 Olga Brani
}
83 0b14cfb4 Olga Brani
84 0b14cfb4 Olga Brani
/* line 311, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
85 0b14cfb4 Olga Brani
.text-right {
86 0b14cfb4 Olga Brani
  text-align: right !important;
87 0b14cfb4 Olga Brani
}
88 0b14cfb4 Olga Brani
89 0b14cfb4 Olga Brani
/* line 312, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
90 0b14cfb4 Olga Brani
.text-center {
91 0b14cfb4 Olga Brani
  text-align: center !important;
92 0b14cfb4 Olga Brani
}
93 0b14cfb4 Olga Brani
94 0b14cfb4 Olga Brani
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
95 0b14cfb4 Olga Brani
.text-justify {
96 0b14cfb4 Olga Brani
  text-align: justify !important;
97 0b14cfb4 Olga Brani
}
98 0b14cfb4 Olga Brani
99 0b14cfb4 Olga Brani
/* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
100 0b14cfb4 Olga Brani
.hide {
101 0b14cfb4 Olga Brani
  display: none;
102 0b14cfb4 Olga Brani
}
103 0b14cfb4 Olga Brani
104 0b14cfb4 Olga Brani
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
105 0b14cfb4 Olga Brani
.antialiased {
106 0b14cfb4 Olga Brani
  -webkit-font-smoothing: antialiased;
107 0b14cfb4 Olga Brani
}
108 0b14cfb4 Olga Brani
109 0b14cfb4 Olga Brani
/* line 323, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
110 0b14cfb4 Olga Brani
img {
111 0b14cfb4 Olga Brani
  display: inline-block;
112 0b14cfb4 Olga Brani
  vertical-align: middle;
113 0b14cfb4 Olga Brani
}
114 0b14cfb4 Olga Brani
115 0b14cfb4 Olga Brani
/* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
116 0b14cfb4 Olga Brani
textarea {
117 0b14cfb4 Olga Brani
  height: auto;
118 0b14cfb4 Olga Brani
  min-height: 50px;
119 0b14cfb4 Olga Brani
}
120 0b14cfb4 Olga Brani
121 0b14cfb4 Olga Brani
/* line 336, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
122 0b14cfb4 Olga Brani
select {
123 0b14cfb4 Olga Brani
  width: 100%;
124 0b14cfb4 Olga Brani
}
125 0b14cfb4 Olga Brani
126 0b14cfb4 Olga Brani
/* Grid HTML Classes */
127 0b14cfb4 Olga Brani
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
128 0b14cfb4 Olga Brani
.row {
129 0b14cfb4 Olga Brani
  width: 100%;
130 0b14cfb4 Olga Brani
  margin-left: auto;
131 0b14cfb4 Olga Brani
  margin-right: auto;
132 0b14cfb4 Olga Brani
  margin-top: 0;
133 0b14cfb4 Olga Brani
  margin-bottom: 0;
134 0b14cfb4 Olga Brani
  max-width: 62.5em;
135 0b14cfb4 Olga Brani
  *zoom: 1;
136 0b14cfb4 Olga Brani
}
137 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
138 0b14cfb4 Olga Brani
.row:before, .row:after {
139 0b14cfb4 Olga Brani
  content: " ";
140 0b14cfb4 Olga Brani
  display: table;
141 0b14cfb4 Olga Brani
}
142 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
143 0b14cfb4 Olga Brani
.row:after {
144 0b14cfb4 Olga Brani
  clear: both;
145 0b14cfb4 Olga Brani
}
146 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
147 0b14cfb4 Olga Brani
.row.collapse .column,
148 0b14cfb4 Olga Brani
.row.collapse .columns {
149 0b14cfb4 Olga Brani
  position: relative;
150 0b14cfb4 Olga Brani
  padding-left: 0;
151 0b14cfb4 Olga Brani
  padding-right: 0;
152 0b14cfb4 Olga Brani
  float: left;
153 0b14cfb4 Olga Brani
}
154 0b14cfb4 Olga Brani
/* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
155 0b14cfb4 Olga Brani
.row .row {
156 0b14cfb4 Olga Brani
  width: auto;
157 0b14cfb4 Olga Brani
  margin-left: -0.9375em;
158 0b14cfb4 Olga Brani
  margin-right: -0.9375em;
159 0b14cfb4 Olga Brani
  margin-top: 0;
160 0b14cfb4 Olga Brani
  margin-bottom: 0;
161 0b14cfb4 Olga Brani
  max-width: none;
162 0b14cfb4 Olga Brani
  *zoom: 1;
163 0b14cfb4 Olga Brani
}
164 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
165 0b14cfb4 Olga Brani
.row .row:before, .row .row:after {
166 0b14cfb4 Olga Brani
  content: " ";
167 0b14cfb4 Olga Brani
  display: table;
168 0b14cfb4 Olga Brani
}
169 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
170 0b14cfb4 Olga Brani
.row .row:after {
171 0b14cfb4 Olga Brani
  clear: both;
172 0b14cfb4 Olga Brani
}
173 0b14cfb4 Olga Brani
/* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
174 0b14cfb4 Olga Brani
.row .row.collapse {
175 0b14cfb4 Olga Brani
  width: auto;
176 0b14cfb4 Olga Brani
  margin: 0;
177 0b14cfb4 Olga Brani
  max-width: none;
178 0b14cfb4 Olga Brani
  *zoom: 1;
179 0b14cfb4 Olga Brani
}
180 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
181 0b14cfb4 Olga Brani
.row .row.collapse:before, .row .row.collapse:after {
182 0b14cfb4 Olga Brani
  content: " ";
183 0b14cfb4 Olga Brani
  display: table;
184 0b14cfb4 Olga Brani
}
185 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
186 0b14cfb4 Olga Brani
.row .row.collapse:after {
187 0b14cfb4 Olga Brani
  clear: both;
188 0b14cfb4 Olga Brani
}
189 0b14cfb4 Olga Brani
190 0b14cfb4 Olga Brani
/* line 130, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
191 0b14cfb4 Olga Brani
.column,
192 0b14cfb4 Olga Brani
.columns {
193 0b14cfb4 Olga Brani
  position: relative;
194 0b14cfb4 Olga Brani
  padding-left: 0.9375em;
195 0b14cfb4 Olga Brani
  padding-right: 0.9375em;
196 0b14cfb4 Olga Brani
  width: 100%;
197 0b14cfb4 Olga Brani
  float: left;
198 0b14cfb4 Olga Brani
}
199 0b14cfb4 Olga Brani
200 0b14cfb4 Olga Brani
@media only screen {
201 0b14cfb4 Olga Brani
  /* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
202 0b14cfb4 Olga Brani
  .column,
203 0b14cfb4 Olga Brani
  .columns {
204 0b14cfb4 Olga Brani
    position: relative;
205 0b14cfb4 Olga Brani
    padding-left: 0.9375em;
206 0b14cfb4 Olga Brani
    padding-right: 0.9375em;
207 0b14cfb4 Olga Brani
    float: left;
208 0b14cfb4 Olga Brani
  }
209 0b14cfb4 Olga Brani
210 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
211 0b14cfb4 Olga Brani
  .small-1 {
212 0b14cfb4 Olga Brani
    position: relative;
213 0b14cfb4 Olga Brani
    width: 8.33333%;
214 0b14cfb4 Olga Brani
  }
215 0b14cfb4 Olga Brani
216 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
217 0b14cfb4 Olga Brani
  .small-2 {
218 0b14cfb4 Olga Brani
    position: relative;
219 0b14cfb4 Olga Brani
    width: 16.66667%;
220 0b14cfb4 Olga Brani
  }
221 0b14cfb4 Olga Brani
222 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
223 0b14cfb4 Olga Brani
  .small-3 {
224 0b14cfb4 Olga Brani
    position: relative;
225 0b14cfb4 Olga Brani
    width: 25%;
226 0b14cfb4 Olga Brani
  }
227 0b14cfb4 Olga Brani
228 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
229 0b14cfb4 Olga Brani
  .small-4 {
230 0b14cfb4 Olga Brani
    position: relative;
231 0b14cfb4 Olga Brani
    width: 33.33333%;
232 0b14cfb4 Olga Brani
  }
233 0b14cfb4 Olga Brani
234 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
235 0b14cfb4 Olga Brani
  .small-5 {
236 0b14cfb4 Olga Brani
    position: relative;
237 0b14cfb4 Olga Brani
    width: 41.66667%;
238 0b14cfb4 Olga Brani
  }
239 0b14cfb4 Olga Brani
240 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
241 0b14cfb4 Olga Brani
  .small-6 {
242 0b14cfb4 Olga Brani
    position: relative;
243 0b14cfb4 Olga Brani
    width: 50%;
244 0b14cfb4 Olga Brani
  }
245 0b14cfb4 Olga Brani
246 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
247 0b14cfb4 Olga Brani
  .small-7 {
248 0b14cfb4 Olga Brani
    position: relative;
249 0b14cfb4 Olga Brani
    width: 58.33333%;
250 0b14cfb4 Olga Brani
  }
251 0b14cfb4 Olga Brani
252 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
253 0b14cfb4 Olga Brani
  .small-8 {
254 0b14cfb4 Olga Brani
    position: relative;
255 0b14cfb4 Olga Brani
    width: 66.66667%;
256 0b14cfb4 Olga Brani
  }
257 0b14cfb4 Olga Brani
258 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
259 0b14cfb4 Olga Brani
  .small-9 {
260 0b14cfb4 Olga Brani
    position: relative;
261 0b14cfb4 Olga Brani
    width: 75%;
262 0b14cfb4 Olga Brani
  }
263 0b14cfb4 Olga Brani
264 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
265 0b14cfb4 Olga Brani
  .small-10 {
266 0b14cfb4 Olga Brani
    position: relative;
267 0b14cfb4 Olga Brani
    width: 83.33333%;
268 0b14cfb4 Olga Brani
  }
269 0b14cfb4 Olga Brani
270 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
271 0b14cfb4 Olga Brani
  .small-11 {
272 0b14cfb4 Olga Brani
    position: relative;
273 0b14cfb4 Olga Brani
    width: 91.66667%;
274 0b14cfb4 Olga Brani
  }
275 0b14cfb4 Olga Brani
276 0b14cfb4 Olga Brani
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
277 0b14cfb4 Olga Brani
  .small-12 {
278 0b14cfb4 Olga Brani
    position: relative;
279 0b14cfb4 Olga Brani
    width: 100%;
280 0b14cfb4 Olga Brani
  }
281 0b14cfb4 Olga Brani
282 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
283 0b14cfb4 Olga Brani
  .small-offset-0 {
284 0b14cfb4 Olga Brani
    position: relative;
285 0b14cfb4 Olga Brani
    margin-left: 0%;
286 0b14cfb4 Olga Brani
  }
287 0b14cfb4 Olga Brani
288 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
289 0b14cfb4 Olga Brani
  .small-offset-1 {
290 0b14cfb4 Olga Brani
    position: relative;
291 0b14cfb4 Olga Brani
    margin-left: 8.33333%;
292 0b14cfb4 Olga Brani
  }
293 0b14cfb4 Olga Brani
294 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
295 0b14cfb4 Olga Brani
  .small-offset-2 {
296 0b14cfb4 Olga Brani
    position: relative;
297 0b14cfb4 Olga Brani
    margin-left: 16.66667%;
298 0b14cfb4 Olga Brani
  }
299 0b14cfb4 Olga Brani
300 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
301 0b14cfb4 Olga Brani
  .small-offset-3 {
302 0b14cfb4 Olga Brani
    position: relative;
303 0b14cfb4 Olga Brani
    margin-left: 25%;
304 0b14cfb4 Olga Brani
  }
305 0b14cfb4 Olga Brani
306 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
307 0b14cfb4 Olga Brani
  .small-offset-4 {
308 0b14cfb4 Olga Brani
    position: relative;
309 0b14cfb4 Olga Brani
    margin-left: 33.33333%;
310 0b14cfb4 Olga Brani
  }
311 0b14cfb4 Olga Brani
312 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
313 0b14cfb4 Olga Brani
  .small-offset-5 {
314 0b14cfb4 Olga Brani
    position: relative;
315 0b14cfb4 Olga Brani
    margin-left: 41.66667%;
316 0b14cfb4 Olga Brani
  }
317 0b14cfb4 Olga Brani
318 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
319 0b14cfb4 Olga Brani
  .small-offset-6 {
320 0b14cfb4 Olga Brani
    position: relative;
321 0b14cfb4 Olga Brani
    margin-left: 50%;
322 0b14cfb4 Olga Brani
  }
323 0b14cfb4 Olga Brani
324 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
325 0b14cfb4 Olga Brani
  .small-offset-7 {
326 0b14cfb4 Olga Brani
    position: relative;
327 0b14cfb4 Olga Brani
    margin-left: 58.33333%;
328 0b14cfb4 Olga Brani
  }
329 0b14cfb4 Olga Brani
330 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
331 0b14cfb4 Olga Brani
  .small-offset-8 {
332 0b14cfb4 Olga Brani
    position: relative;
333 0b14cfb4 Olga Brani
    margin-left: 66.66667%;
334 0b14cfb4 Olga Brani
  }
335 0b14cfb4 Olga Brani
336 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
337 0b14cfb4 Olga Brani
  .small-offset-9 {
338 0b14cfb4 Olga Brani
    position: relative;
339 0b14cfb4 Olga Brani
    margin-left: 75%;
340 0b14cfb4 Olga Brani
  }
341 0b14cfb4 Olga Brani
342 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
343 0b14cfb4 Olga Brani
  .small-offset-10 {
344 0b14cfb4 Olga Brani
    position: relative;
345 0b14cfb4 Olga Brani
    margin-left: 83.33333%;
346 0b14cfb4 Olga Brani
  }
347 0b14cfb4 Olga Brani
348 0b14cfb4 Olga Brani
  /* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
349 0b14cfb4 Olga Brani
  [class*="column"] + [class*="column"]:last-child {
350 0b14cfb4 Olga Brani
    float: right;
351 0b14cfb4 Olga Brani
  }
352 0b14cfb4 Olga Brani
353 0b14cfb4 Olga Brani
  /* line 146, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
354 0b14cfb4 Olga Brani
  [class*="column"] + [class*="column"].end {
355 0b14cfb4 Olga Brani
    float: left;
356 0b14cfb4 Olga Brani
  }
357 0b14cfb4 Olga Brani
358 0b14cfb4 Olga Brani
  /* line 149, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
359 0b14cfb4 Olga Brani
  .column.small-centered,
360 0b14cfb4 Olga Brani
  .columns.small-centered {
361 0b14cfb4 Olga Brani
    position: relative;
362 0b14cfb4 Olga Brani
    margin-left: auto;
363 0b14cfb4 Olga Brani
    margin-right: auto;
364 0b14cfb4 Olga Brani
    float: none !important;
365 0b14cfb4 Olga Brani
  }
366 0b14cfb4 Olga Brani
}
367 0b14cfb4 Olga Brani
/* Styles for screens that are atleast 768px; */
368 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
369 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
370 0b14cfb4 Olga Brani
  .large-1 {
371 0b14cfb4 Olga Brani
    position: relative;
372 0b14cfb4 Olga Brani
    width: 8.33333%;
373 0b14cfb4 Olga Brani
  }
374 0b14cfb4 Olga Brani
375 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
376 0b14cfb4 Olga Brani
  .large-2 {
377 0b14cfb4 Olga Brani
    position: relative;
378 0b14cfb4 Olga Brani
    width: 16.66667%;
379 0b14cfb4 Olga Brani
  }
380 0b14cfb4 Olga Brani
381 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
382 0b14cfb4 Olga Brani
  .large-3 {
383 0b14cfb4 Olga Brani
    position: relative;
384 0b14cfb4 Olga Brani
    width: 25%;
385 0b14cfb4 Olga Brani
  }
386 0b14cfb4 Olga Brani
387 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
388 0b14cfb4 Olga Brani
  .large-4 {
389 0b14cfb4 Olga Brani
    position: relative;
390 0b14cfb4 Olga Brani
    width: 33.33333%;
391 0b14cfb4 Olga Brani
  }
392 0b14cfb4 Olga Brani
393 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
394 0b14cfb4 Olga Brani
  .large-5 {
395 0b14cfb4 Olga Brani
    position: relative;
396 0b14cfb4 Olga Brani
    width: 41.66667%;
397 0b14cfb4 Olga Brani
  }
398 0b14cfb4 Olga Brani
399 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
400 0b14cfb4 Olga Brani
  .large-6 {
401 0b14cfb4 Olga Brani
    position: relative;
402 0b14cfb4 Olga Brani
    width: 50%;
403 0b14cfb4 Olga Brani
  }
404 0b14cfb4 Olga Brani
405 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
406 0b14cfb4 Olga Brani
  .large-7 {
407 0b14cfb4 Olga Brani
    position: relative;
408 0b14cfb4 Olga Brani
    width: 58.33333%;
409 0b14cfb4 Olga Brani
  }
410 0b14cfb4 Olga Brani
411 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
412 0b14cfb4 Olga Brani
  .large-8 {
413 0b14cfb4 Olga Brani
    position: relative;
414 0b14cfb4 Olga Brani
    width: 66.66667%;
415 0b14cfb4 Olga Brani
  }
416 0b14cfb4 Olga Brani
417 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
418 0b14cfb4 Olga Brani
  .large-9 {
419 0b14cfb4 Olga Brani
    position: relative;
420 0b14cfb4 Olga Brani
    width: 75%;
421 0b14cfb4 Olga Brani
  }
422 0b14cfb4 Olga Brani
423 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
424 0b14cfb4 Olga Brani
  .large-10 {
425 0b14cfb4 Olga Brani
    position: relative;
426 0b14cfb4 Olga Brani
    width: 83.33333%;
427 0b14cfb4 Olga Brani
  }
428 0b14cfb4 Olga Brani
429 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
430 0b14cfb4 Olga Brani
  .large-11 {
431 0b14cfb4 Olga Brani
    position: relative;
432 0b14cfb4 Olga Brani
    width: 91.66667%;
433 0b14cfb4 Olga Brani
  }
434 0b14cfb4 Olga Brani
435 0b14cfb4 Olga Brani
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
436 0b14cfb4 Olga Brani
  .large-12 {
437 0b14cfb4 Olga Brani
    position: relative;
438 0b14cfb4 Olga Brani
    width: 100%;
439 0b14cfb4 Olga Brani
  }
440 0b14cfb4 Olga Brani
441 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
442 0b14cfb4 Olga Brani
  .row .large-offset-0 {
443 0b14cfb4 Olga Brani
    position: relative;
444 0b14cfb4 Olga Brani
    margin-left: 0%;
445 0b14cfb4 Olga Brani
  }
446 0b14cfb4 Olga Brani
447 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
448 0b14cfb4 Olga Brani
  .row .large-offset-1 {
449 0b14cfb4 Olga Brani
    position: relative;
450 0b14cfb4 Olga Brani
    margin-left: 8.33333%;
451 0b14cfb4 Olga Brani
  }
452 0b14cfb4 Olga Brani
453 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
454 0b14cfb4 Olga Brani
  .row .large-offset-2 {
455 0b14cfb4 Olga Brani
    position: relative;
456 0b14cfb4 Olga Brani
    margin-left: 16.66667%;
457 0b14cfb4 Olga Brani
  }
458 0b14cfb4 Olga Brani
459 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
460 0b14cfb4 Olga Brani
  .row .large-offset-3 {
461 0b14cfb4 Olga Brani
    position: relative;
462 0b14cfb4 Olga Brani
    margin-left: 25%;
463 0b14cfb4 Olga Brani
  }
464 0b14cfb4 Olga Brani
465 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
466 0b14cfb4 Olga Brani
  .row .large-offset-4 {
467 0b14cfb4 Olga Brani
    position: relative;
468 0b14cfb4 Olga Brani
    margin-left: 33.33333%;
469 0b14cfb4 Olga Brani
  }
470 0b14cfb4 Olga Brani
471 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
472 0b14cfb4 Olga Brani
  .row .large-offset-5 {
473 0b14cfb4 Olga Brani
    position: relative;
474 0b14cfb4 Olga Brani
    margin-left: 41.66667%;
475 0b14cfb4 Olga Brani
  }
476 0b14cfb4 Olga Brani
477 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
478 0b14cfb4 Olga Brani
  .row .large-offset-6 {
479 0b14cfb4 Olga Brani
    position: relative;
480 0b14cfb4 Olga Brani
    margin-left: 50%;
481 0b14cfb4 Olga Brani
  }
482 0b14cfb4 Olga Brani
483 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
484 0b14cfb4 Olga Brani
  .row .large-offset-7 {
485 0b14cfb4 Olga Brani
    position: relative;
486 0b14cfb4 Olga Brani
    margin-left: 58.33333%;
487 0b14cfb4 Olga Brani
  }
488 0b14cfb4 Olga Brani
489 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
490 0b14cfb4 Olga Brani
  .row .large-offset-8 {
491 0b14cfb4 Olga Brani
    position: relative;
492 0b14cfb4 Olga Brani
    margin-left: 66.66667%;
493 0b14cfb4 Olga Brani
  }
494 0b14cfb4 Olga Brani
495 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
496 0b14cfb4 Olga Brani
  .row .large-offset-9 {
497 0b14cfb4 Olga Brani
    position: relative;
498 0b14cfb4 Olga Brani
    margin-left: 75%;
499 0b14cfb4 Olga Brani
  }
500 0b14cfb4 Olga Brani
501 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
502 0b14cfb4 Olga Brani
  .row .large-offset-10 {
503 0b14cfb4 Olga Brani
    position: relative;
504 0b14cfb4 Olga Brani
    margin-left: 83.33333%;
505 0b14cfb4 Olga Brani
  }
506 0b14cfb4 Olga Brani
507 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
508 0b14cfb4 Olga Brani
  .row .large-offset-11 {
509 0b14cfb4 Olga Brani
    position: relative;
510 0b14cfb4 Olga Brani
    margin-left: 91.66667%;
511 0b14cfb4 Olga Brani
  }
512 0b14cfb4 Olga Brani
513 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
514 0b14cfb4 Olga Brani
  .push-1 {
515 0b14cfb4 Olga Brani
    position: relative;
516 0b14cfb4 Olga Brani
    left: 8.33333%;
517 0b14cfb4 Olga Brani
    right: auto;
518 0b14cfb4 Olga Brani
  }
519 0b14cfb4 Olga Brani
520 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
521 0b14cfb4 Olga Brani
  .pull-1 {
522 0b14cfb4 Olga Brani
    position: relative;
523 0b14cfb4 Olga Brani
    right: 8.33333%;
524 0b14cfb4 Olga Brani
    left: auto;
525 0b14cfb4 Olga Brani
  }
526 0b14cfb4 Olga Brani
527 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
528 0b14cfb4 Olga Brani
  .push-2 {
529 0b14cfb4 Olga Brani
    position: relative;
530 0b14cfb4 Olga Brani
    left: 16.66667%;
531 0b14cfb4 Olga Brani
    right: auto;
532 0b14cfb4 Olga Brani
  }
533 0b14cfb4 Olga Brani
534 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
535 0b14cfb4 Olga Brani
  .pull-2 {
536 0b14cfb4 Olga Brani
    position: relative;
537 0b14cfb4 Olga Brani
    right: 16.66667%;
538 0b14cfb4 Olga Brani
    left: auto;
539 0b14cfb4 Olga Brani
  }
540 0b14cfb4 Olga Brani
541 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
542 0b14cfb4 Olga Brani
  .push-3 {
543 0b14cfb4 Olga Brani
    position: relative;
544 0b14cfb4 Olga Brani
    left: 25%;
545 0b14cfb4 Olga Brani
    right: auto;
546 0b14cfb4 Olga Brani
  }
547 0b14cfb4 Olga Brani
548 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
549 0b14cfb4 Olga Brani
  .pull-3 {
550 0b14cfb4 Olga Brani
    position: relative;
551 0b14cfb4 Olga Brani
    right: 25%;
552 0b14cfb4 Olga Brani
    left: auto;
553 0b14cfb4 Olga Brani
  }
554 0b14cfb4 Olga Brani
555 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
556 0b14cfb4 Olga Brani
  .push-4 {
557 0b14cfb4 Olga Brani
    position: relative;
558 0b14cfb4 Olga Brani
    left: 33.33333%;
559 0b14cfb4 Olga Brani
    right: auto;
560 0b14cfb4 Olga Brani
  }
561 0b14cfb4 Olga Brani
562 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
563 0b14cfb4 Olga Brani
  .pull-4 {
564 0b14cfb4 Olga Brani
    position: relative;
565 0b14cfb4 Olga Brani
    right: 33.33333%;
566 0b14cfb4 Olga Brani
    left: auto;
567 0b14cfb4 Olga Brani
  }
568 0b14cfb4 Olga Brani
569 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
570 0b14cfb4 Olga Brani
  .push-5 {
571 0b14cfb4 Olga Brani
    position: relative;
572 0b14cfb4 Olga Brani
    left: 41.66667%;
573 0b14cfb4 Olga Brani
    right: auto;
574 0b14cfb4 Olga Brani
  }
575 0b14cfb4 Olga Brani
576 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
577 0b14cfb4 Olga Brani
  .pull-5 {
578 0b14cfb4 Olga Brani
    position: relative;
579 0b14cfb4 Olga Brani
    right: 41.66667%;
580 0b14cfb4 Olga Brani
    left: auto;
581 0b14cfb4 Olga Brani
  }
582 0b14cfb4 Olga Brani
583 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
584 0b14cfb4 Olga Brani
  .push-6 {
585 0b14cfb4 Olga Brani
    position: relative;
586 0b14cfb4 Olga Brani
    left: 50%;
587 0b14cfb4 Olga Brani
    right: auto;
588 0b14cfb4 Olga Brani
  }
589 0b14cfb4 Olga Brani
590 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
591 0b14cfb4 Olga Brani
  .pull-6 {
592 0b14cfb4 Olga Brani
    position: relative;
593 0b14cfb4 Olga Brani
    right: 50%;
594 0b14cfb4 Olga Brani
    left: auto;
595 0b14cfb4 Olga Brani
  }
596 0b14cfb4 Olga Brani
597 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
598 0b14cfb4 Olga Brani
  .push-7 {
599 0b14cfb4 Olga Brani
    position: relative;
600 0b14cfb4 Olga Brani
    left: 58.33333%;
601 0b14cfb4 Olga Brani
    right: auto;
602 0b14cfb4 Olga Brani
  }
603 0b14cfb4 Olga Brani
604 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
605 0b14cfb4 Olga Brani
  .pull-7 {
606 0b14cfb4 Olga Brani
    position: relative;
607 0b14cfb4 Olga Brani
    right: 58.33333%;
608 0b14cfb4 Olga Brani
    left: auto;
609 0b14cfb4 Olga Brani
  }
610 0b14cfb4 Olga Brani
611 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
612 0b14cfb4 Olga Brani
  .push-8 {
613 0b14cfb4 Olga Brani
    position: relative;
614 0b14cfb4 Olga Brani
    left: 66.66667%;
615 0b14cfb4 Olga Brani
    right: auto;
616 0b14cfb4 Olga Brani
  }
617 0b14cfb4 Olga Brani
618 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
619 0b14cfb4 Olga Brani
  .pull-8 {
620 0b14cfb4 Olga Brani
    position: relative;
621 0b14cfb4 Olga Brani
    right: 66.66667%;
622 0b14cfb4 Olga Brani
    left: auto;
623 0b14cfb4 Olga Brani
  }
624 0b14cfb4 Olga Brani
625 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
626 0b14cfb4 Olga Brani
  .push-9 {
627 0b14cfb4 Olga Brani
    position: relative;
628 0b14cfb4 Olga Brani
    left: 75%;
629 0b14cfb4 Olga Brani
    right: auto;
630 0b14cfb4 Olga Brani
  }
631 0b14cfb4 Olga Brani
632 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
633 0b14cfb4 Olga Brani
  .pull-9 {
634 0b14cfb4 Olga Brani
    position: relative;
635 0b14cfb4 Olga Brani
    right: 75%;
636 0b14cfb4 Olga Brani
    left: auto;
637 0b14cfb4 Olga Brani
  }
638 0b14cfb4 Olga Brani
639 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
640 0b14cfb4 Olga Brani
  .push-10 {
641 0b14cfb4 Olga Brani
    position: relative;
642 0b14cfb4 Olga Brani
    left: 83.33333%;
643 0b14cfb4 Olga Brani
    right: auto;
644 0b14cfb4 Olga Brani
  }
645 0b14cfb4 Olga Brani
646 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
647 0b14cfb4 Olga Brani
  .pull-10 {
648 0b14cfb4 Olga Brani
    position: relative;
649 0b14cfb4 Olga Brani
    right: 83.33333%;
650 0b14cfb4 Olga Brani
    left: auto;
651 0b14cfb4 Olga Brani
  }
652 0b14cfb4 Olga Brani
653 0b14cfb4 Olga Brani
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
654 0b14cfb4 Olga Brani
  .push-11 {
655 0b14cfb4 Olga Brani
    position: relative;
656 0b14cfb4 Olga Brani
    left: 91.66667%;
657 0b14cfb4 Olga Brani
    right: auto;
658 0b14cfb4 Olga Brani
  }
659 0b14cfb4 Olga Brani
660 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
661 0b14cfb4 Olga Brani
  .pull-11 {
662 0b14cfb4 Olga Brani
    position: relative;
663 0b14cfb4 Olga Brani
    right: 91.66667%;
664 0b14cfb4 Olga Brani
    left: auto;
665 0b14cfb4 Olga Brani
  }
666 0b14cfb4 Olga Brani
667 0b14cfb4 Olga Brani
  /* line 169, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
668 0b14cfb4 Olga Brani
  .column.large-centered,
669 0b14cfb4 Olga Brani
  .columns.large-centered {
670 0b14cfb4 Olga Brani
    position: relative;
671 0b14cfb4 Olga Brani
    margin-left: auto;
672 0b14cfb4 Olga Brani
    margin-right: auto;
673 0b14cfb4 Olga Brani
    float: none !important;
674 0b14cfb4 Olga Brani
  }
675 0b14cfb4 Olga Brani
676 0b14cfb4 Olga Brani
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
677 0b14cfb4 Olga Brani
  .column.large-uncentered,
678 0b14cfb4 Olga Brani
  .columns.large-uncentered {
679 0b14cfb4 Olga Brani
    margin-left: 0;
680 0b14cfb4 Olga Brani
    margin-right: 0;
681 0b14cfb4 Olga Brani
    float: left !important;
682 0b14cfb4 Olga Brani
  }
683 0b14cfb4 Olga Brani
684 0b14cfb4 Olga Brani
  /* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
685 0b14cfb4 Olga Brani
  .column.large-uncentered.opposite,
686 0b14cfb4 Olga Brani
  .columns.large-uncentered.opposite {
687 0b14cfb4 Olga Brani
    float: right !important;
688 0b14cfb4 Olga Brani
  }
689 0b14cfb4 Olga Brani
}
690 0b14cfb4 Olga Brani
/* Foundation Visibility HTML Classes */
691 0b14cfb4 Olga Brani
/* line 11, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
692 0b14cfb4 Olga Brani
.show-for-small,
693 0b14cfb4 Olga Brani
.show-for-medium-down,
694 0b14cfb4 Olga Brani
.show-for-large-down {
695 0b14cfb4 Olga Brani
  display: inherit !important;
696 0b14cfb4 Olga Brani
}
697 0b14cfb4 Olga Brani
698 0b14cfb4 Olga Brani
/* line 17, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
699 0b14cfb4 Olga Brani
.show-for-medium,
700 0b14cfb4 Olga Brani
.show-for-medium-up,
701 0b14cfb4 Olga Brani
.show-for-large,
702 0b14cfb4 Olga Brani
.show-for-large-up,
703 0b14cfb4 Olga Brani
.show-for-xlarge {
704 0b14cfb4 Olga Brani
  display: none !important;
705 0b14cfb4 Olga Brani
}
706 0b14cfb4 Olga Brani
707 0b14cfb4 Olga Brani
/* line 23, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
708 0b14cfb4 Olga Brani
.hide-for-medium,
709 0b14cfb4 Olga Brani
.hide-for-medium-up,
710 0b14cfb4 Olga Brani
.hide-for-large,
711 0b14cfb4 Olga Brani
.hide-for-large-up,
712 0b14cfb4 Olga Brani
.hide-for-xlarge {
713 0b14cfb4 Olga Brani
  display: inherit !important;
714 0b14cfb4 Olga Brani
}
715 0b14cfb4 Olga Brani
716 0b14cfb4 Olga Brani
/* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
717 0b14cfb4 Olga Brani
.hide-for-small,
718 0b14cfb4 Olga Brani
.hide-for-medium-down,
719 0b14cfb4 Olga Brani
.hide-for-large-down {
720 0b14cfb4 Olga Brani
  display: none !important;
721 0b14cfb4 Olga Brani
}
722 0b14cfb4 Olga Brani
723 0b14cfb4 Olga Brani
/* Specific visilbity for tables */
724 0b14cfb4 Olga Brani
/* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
725 0b14cfb4 Olga Brani
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
726 0b14cfb4 Olga Brani
  display: table;
727 0b14cfb4 Olga Brani
}
728 0b14cfb4 Olga Brani
729 0b14cfb4 Olga Brani
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
730 0b14cfb4 Olga Brani
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
731 0b14cfb4 Olga Brani
  display: table-header-group !important;
732 0b14cfb4 Olga Brani
}
733 0b14cfb4 Olga Brani
734 0b14cfb4 Olga Brani
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
735 0b14cfb4 Olga Brani
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
736 0b14cfb4 Olga Brani
  display: table-row-group !important;
737 0b14cfb4 Olga Brani
}
738 0b14cfb4 Olga Brani
739 0b14cfb4 Olga Brani
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
740 0b14cfb4 Olga Brani
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
741 0b14cfb4 Olga Brani
  display: table-row !important;
742 0b14cfb4 Olga Brani
}
743 0b14cfb4 Olga Brani
744 0b14cfb4 Olga Brani
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
745 0b14cfb4 Olga Brani
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
746 0b14cfb4 Olga Brani
th.show-for-small,
747 0b14cfb4 Olga Brani
th.show-for-medium-down,
748 0b14cfb4 Olga Brani
th.show-for-large-down,
749 0b14cfb4 Olga Brani
th.hide-for-medium,
750 0b14cfb4 Olga Brani
th.hide-for-medium-up,
751 0b14cfb4 Olga Brani
th.hide-for-large,
752 0b14cfb4 Olga Brani
th.hide-for-large-up,
753 0b14cfb4 Olga Brani
th.hide-for-xlarge {
754 0b14cfb4 Olga Brani
  display: table-cell !important;
755 0b14cfb4 Olga Brani
}
756 0b14cfb4 Olga Brani
757 0b14cfb4 Olga Brani
/* Medium Displays: 768px - 1279px */
758 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
759 0b14cfb4 Olga Brani
  /* line 85, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
760 0b14cfb4 Olga Brani
  .show-for-medium,
761 0b14cfb4 Olga Brani
  .show-for-medium-up {
762 0b14cfb4 Olga Brani
    display: inherit !important;
763 0b14cfb4 Olga Brani
  }
764 0b14cfb4 Olga Brani
765 0b14cfb4 Olga Brani
  /* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
766 0b14cfb4 Olga Brani
  .show-for-small {
767 0b14cfb4 Olga Brani
    display: none !important;
768 0b14cfb4 Olga Brani
  }
769 0b14cfb4 Olga Brani
770 0b14cfb4 Olga Brani
  /* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
771 0b14cfb4 Olga Brani
  .hide-for-small {
772 0b14cfb4 Olga Brani
    display: inherit !important;
773 0b14cfb4 Olga Brani
  }
774 0b14cfb4 Olga Brani
775 0b14cfb4 Olga Brani
  /* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
776 0b14cfb4 Olga Brani
  .hide-for-medium,
777 0b14cfb4 Olga Brani
  .hide-for-medium-up {
778 0b14cfb4 Olga Brani
    display: none !important;
779 0b14cfb4 Olga Brani
  }
780 0b14cfb4 Olga Brani
781 0b14cfb4 Olga Brani
  /* Specific visilbity for tables */
782 0b14cfb4 Olga Brani
  /* line 98, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
783 0b14cfb4 Olga Brani
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
784 0b14cfb4 Olga Brani
    display: table;
785 0b14cfb4 Olga Brani
  }
786 0b14cfb4 Olga Brani
787 0b14cfb4 Olga Brani
  /* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
788 0b14cfb4 Olga Brani
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
789 0b14cfb4 Olga Brani
    display: table-header-group !important;
790 0b14cfb4 Olga Brani
  }
791 0b14cfb4 Olga Brani
792 0b14cfb4 Olga Brani
  /* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
793 0b14cfb4 Olga Brani
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
794 0b14cfb4 Olga Brani
    display: table-row-group !important;
795 0b14cfb4 Olga Brani
  }
796 0b14cfb4 Olga Brani
797 0b14cfb4 Olga Brani
  /* line 113, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
798 0b14cfb4 Olga Brani
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
799 0b14cfb4 Olga Brani
    display: table-row !important;
800 0b14cfb4 Olga Brani
  }
801 0b14cfb4 Olga Brani
802 0b14cfb4 Olga Brani
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
803 0b14cfb4 Olga Brani
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
804 0b14cfb4 Olga Brani
  th.show-for-medium,
805 0b14cfb4 Olga Brani
  th.show-for-medium-up,
806 0b14cfb4 Olga Brani
  th.hide-for-small {
807 0b14cfb4 Olga Brani
    display: table-cell !important;
808 0b14cfb4 Olga Brani
  }
809 0b14cfb4 Olga Brani
}
810 0b14cfb4 Olga Brani
/* Large Displays: 1280px - 1440px */
811 0b14cfb4 Olga Brani
@media only screen and (min-width: 1280px) {
812 0b14cfb4 Olga Brani
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
813 0b14cfb4 Olga Brani
  .show-for-large,
814 0b14cfb4 Olga Brani
  .show-for-large-up {
815 0b14cfb4 Olga Brani
    display: inherit !important;
816 0b14cfb4 Olga Brani
  }
817 0b14cfb4 Olga Brani
818 0b14cfb4 Olga Brani
  /* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
819 0b14cfb4 Olga Brani
  .show-for-medium,
820 0b14cfb4 Olga Brani
  .show-for-medium-down {
821 0b14cfb4 Olga Brani
    display: none !important;
822 0b14cfb4 Olga Brani
  }
823 0b14cfb4 Olga Brani
824 0b14cfb4 Olga Brani
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
825 0b14cfb4 Olga Brani
  .hide-for-medium,
826 0b14cfb4 Olga Brani
  .hide-for-medium-down {
827 0b14cfb4 Olga Brani
    display: inherit !important;
828 0b14cfb4 Olga Brani
  }
829 0b14cfb4 Olga Brani
830 0b14cfb4 Olga Brani
  /* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
831 0b14cfb4 Olga Brani
  .hide-for-large,
832 0b14cfb4 Olga Brani
  .hide-for-large-up {
833 0b14cfb4 Olga Brani
    display: none !important;
834 0b14cfb4 Olga Brani
  }
835 0b14cfb4 Olga Brani
836 0b14cfb4 Olga Brani
  /* Specific visilbity for tables */
837 0b14cfb4 Olga Brani
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
838 0b14cfb4 Olga Brani
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
839 0b14cfb4 Olga Brani
    display: table;
840 0b14cfb4 Olga Brani
  }
841 0b14cfb4 Olga Brani
842 0b14cfb4 Olga Brani
  /* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
843 0b14cfb4 Olga Brani
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
844 0b14cfb4 Olga Brani
    display: table-header-group !important;
845 0b14cfb4 Olga Brani
  }
846 0b14cfb4 Olga Brani
847 0b14cfb4 Olga Brani
  /* line 154, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
848 0b14cfb4 Olga Brani
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
849 0b14cfb4 Olga Brani
    display: table-row-group !important;
850 0b14cfb4 Olga Brani
  }
851 0b14cfb4 Olga Brani
852 0b14cfb4 Olga Brani
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
853 0b14cfb4 Olga Brani
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
854 0b14cfb4 Olga Brani
    display: table-row !important;
855 0b14cfb4 Olga Brani
  }
856 0b14cfb4 Olga Brani
857 0b14cfb4 Olga Brani
  /* line 167, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
858 0b14cfb4 Olga Brani
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
859 0b14cfb4 Olga Brani
  th.show-for-large,
860 0b14cfb4 Olga Brani
  th.show-for-large-up,
861 0b14cfb4 Olga Brani
  th.hide-for-medium,
862 0b14cfb4 Olga Brani
  th.hide-for-medium-down {
863 0b14cfb4 Olga Brani
    display: table-cell !important;
864 0b14cfb4 Olga Brani
  }
865 0b14cfb4 Olga Brani
}
866 0b14cfb4 Olga Brani
/* X-Large Displays: 1400px and up */
867 0b14cfb4 Olga Brani
@media only screen and (min-width: 1440px) {
868 0b14cfb4 Olga Brani
  /* line 173, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
869 0b14cfb4 Olga Brani
  .show-for-xlarge {
870 0b14cfb4 Olga Brani
    display: inherit !important;
871 0b14cfb4 Olga Brani
  }
872 0b14cfb4 Olga Brani
873 0b14cfb4 Olga Brani
  /* line 176, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
874 0b14cfb4 Olga Brani
  .show-for-large,
875 0b14cfb4 Olga Brani
  .show-for-large-down {
876 0b14cfb4 Olga Brani
    display: none !important;
877 0b14cfb4 Olga Brani
  }
878 0b14cfb4 Olga Brani
879 0b14cfb4 Olga Brani
  /* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
880 0b14cfb4 Olga Brani
  .hide-for-large,
881 0b14cfb4 Olga Brani
  .hide-for-large-down {
882 0b14cfb4 Olga Brani
    display: inherit !important;
883 0b14cfb4 Olga Brani
  }
884 0b14cfb4 Olga Brani
885 0b14cfb4 Olga Brani
  /* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
886 0b14cfb4 Olga Brani
  .hide-for-xlarge {
887 0b14cfb4 Olga Brani
    display: none !important;
888 0b14cfb4 Olga Brani
  }
889 0b14cfb4 Olga Brani
890 0b14cfb4 Olga Brani
  /* Specific visilbity for tables */
891 0b14cfb4 Olga Brani
  /* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
892 0b14cfb4 Olga Brani
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
893 0b14cfb4 Olga Brani
    display: table;
894 0b14cfb4 Olga Brani
  }
895 0b14cfb4 Olga Brani
896 0b14cfb4 Olga Brani
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
897 0b14cfb4 Olga Brani
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
898 0b14cfb4 Olga Brani
    display: table-header-group !important;
899 0b14cfb4 Olga Brani
  }
900 0b14cfb4 Olga Brani
901 0b14cfb4 Olga Brani
  /* line 197, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
902 0b14cfb4 Olga Brani
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
903 0b14cfb4 Olga Brani
    display: table-row-group !important;
904 0b14cfb4 Olga Brani
  }
905 0b14cfb4 Olga Brani
906 0b14cfb4 Olga Brani
  /* line 202, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
907 0b14cfb4 Olga Brani
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
908 0b14cfb4 Olga Brani
    display: table-row !important;
909 0b14cfb4 Olga Brani
  }
910 0b14cfb4 Olga Brani
911 0b14cfb4 Olga Brani
  /* line 208, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
912 0b14cfb4 Olga Brani
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
913 0b14cfb4 Olga Brani
  th.show-for-xlarge,
914 0b14cfb4 Olga Brani
  th.hide-for-large,
915 0b14cfb4 Olga Brani
  th.hide-for-large-down {
916 0b14cfb4 Olga Brani
    display: table-cell !important;
917 0b14cfb4 Olga Brani
  }
918 0b14cfb4 Olga Brani
}
919 0b14cfb4 Olga Brani
/* Orientation targeting */
920 0b14cfb4 Olga Brani
/* line 215, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
921 0b14cfb4 Olga Brani
.show-for-landscape,
922 0b14cfb4 Olga Brani
.hide-for-portrait {
923 0b14cfb4 Olga Brani
  display: inherit !important;
924 0b14cfb4 Olga Brani
}
925 0b14cfb4 Olga Brani
926 0b14cfb4 Olga Brani
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
927 0b14cfb4 Olga Brani
.hide-for-landscape,
928 0b14cfb4 Olga Brani
.show-for-portrait {
929 0b14cfb4 Olga Brani
  display: none !important;
930 0b14cfb4 Olga Brani
}
931 0b14cfb4 Olga Brani
932 0b14cfb4 Olga Brani
/* Specific visilbity for tables */
933 0b14cfb4 Olga Brani
/* line 222, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
934 0b14cfb4 Olga Brani
table.hide-for-landscape, table.show-for-portrait {
935 0b14cfb4 Olga Brani
  display: table;
936 0b14cfb4 Olga Brani
}
937 0b14cfb4 Olga Brani
938 0b14cfb4 Olga Brani
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
939 0b14cfb4 Olga Brani
thead.hide-for-landscape, thead.show-for-portrait {
940 0b14cfb4 Olga Brani
  display: table-header-group !important;
941 0b14cfb4 Olga Brani
}
942 0b14cfb4 Olga Brani
943 0b14cfb4 Olga Brani
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
944 0b14cfb4 Olga Brani
tbody.hide-for-landscape, tbody.show-for-portrait {
945 0b14cfb4 Olga Brani
  display: table-row-group !important;
946 0b14cfb4 Olga Brani
}
947 0b14cfb4 Olga Brani
948 0b14cfb4 Olga Brani
/* line 234, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
949 0b14cfb4 Olga Brani
tr.hide-for-landscape, tr.show-for-portrait {
950 0b14cfb4 Olga Brani
  display: table-row !important;
951 0b14cfb4 Olga Brani
}
952 0b14cfb4 Olga Brani
953 0b14cfb4 Olga Brani
/* line 239, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
954 0b14cfb4 Olga Brani
td.hide-for-landscape, td.show-for-portrait,
955 0b14cfb4 Olga Brani
th.hide-for-landscape,
956 0b14cfb4 Olga Brani
th.show-for-portrait {
957 0b14cfb4 Olga Brani
  display: table-cell !important;
958 0b14cfb4 Olga Brani
}
959 0b14cfb4 Olga Brani
960 0b14cfb4 Olga Brani
@media only screen and (orientation: landscape) {
961 0b14cfb4 Olga Brani
  /* line 244, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
962 0b14cfb4 Olga Brani
  .show-for-landscape,
963 0b14cfb4 Olga Brani
  .hide-for-portrait {
964 0b14cfb4 Olga Brani
    display: inherit !important;
965 0b14cfb4 Olga Brani
  }
966 0b14cfb4 Olga Brani
967 0b14cfb4 Olga Brani
  /* line 246, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
968 0b14cfb4 Olga Brani
  .hide-for-landscape,
969 0b14cfb4 Olga Brani
  .show-for-portrait {
970 0b14cfb4 Olga Brani
    display: none !important;
971 0b14cfb4 Olga Brani
  }
972 0b14cfb4 Olga Brani
973 0b14cfb4 Olga Brani
  /* Specific visilbity for tables */
974 0b14cfb4 Olga Brani
  /* line 251, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
975 0b14cfb4 Olga Brani
  table.show-for-landscape, table.hide-for-portrait {
976 0b14cfb4 Olga Brani
    display: table;
977 0b14cfb4 Olga Brani
  }
978 0b14cfb4 Olga Brani
979 0b14cfb4 Olga Brani
  /* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
980 0b14cfb4 Olga Brani
  thead.show-for-landscape, thead.hide-for-portrait {
981 0b14cfb4 Olga Brani
    display: table-header-group !important;
982 0b14cfb4 Olga Brani
  }
983 0b14cfb4 Olga Brani
984 0b14cfb4 Olga Brani
  /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
985 0b14cfb4 Olga Brani
  tbody.show-for-landscape, tbody.hide-for-portrait {
986 0b14cfb4 Olga Brani
    display: table-row-group !important;
987 0b14cfb4 Olga Brani
  }
988 0b14cfb4 Olga Brani
989 0b14cfb4 Olga Brani
  /* line 263, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
990 0b14cfb4 Olga Brani
  tr.show-for-landscape, tr.hide-for-portrait {
991 0b14cfb4 Olga Brani
    display: table-row !important;
992 0b14cfb4 Olga Brani
  }
993 0b14cfb4 Olga Brani
994 0b14cfb4 Olga Brani
  /* line 268, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
995 0b14cfb4 Olga Brani
  td.show-for-landscape, td.hide-for-portrait,
996 0b14cfb4 Olga Brani
  th.show-for-landscape,
997 0b14cfb4 Olga Brani
  th.hide-for-portrait {
998 0b14cfb4 Olga Brani
    display: table-cell !important;
999 0b14cfb4 Olga Brani
  }
1000 0b14cfb4 Olga Brani
}
1001 0b14cfb4 Olga Brani
@media only screen and (orientation: portrait) {
1002 0b14cfb4 Olga Brani
  /* line 274, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1003 0b14cfb4 Olga Brani
  .show-for-portrait,
1004 0b14cfb4 Olga Brani
  .hide-for-landscape {
1005 0b14cfb4 Olga Brani
    display: inherit !important;
1006 0b14cfb4 Olga Brani
  }
1007 0b14cfb4 Olga Brani
1008 0b14cfb4 Olga Brani
  /* line 276, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1009 0b14cfb4 Olga Brani
  .hide-for-portrait,
1010 0b14cfb4 Olga Brani
  .show-for-landscape {
1011 0b14cfb4 Olga Brani
    display: none !important;
1012 0b14cfb4 Olga Brani
  }
1013 0b14cfb4 Olga Brani
1014 0b14cfb4 Olga Brani
  /* Specific visilbity for tables */
1015 0b14cfb4 Olga Brani
  /* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1016 0b14cfb4 Olga Brani
  table.show-for-portrait, table.hide-for-landscape {
1017 0b14cfb4 Olga Brani
    display: table;
1018 0b14cfb4 Olga Brani
  }
1019 0b14cfb4 Olga Brani
1020 0b14cfb4 Olga Brani
  /* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1021 0b14cfb4 Olga Brani
  thead.show-for-portrait, thead.hide-for-landscape {
1022 0b14cfb4 Olga Brani
    display: table-header-group !important;
1023 0b14cfb4 Olga Brani
  }
1024 0b14cfb4 Olga Brani
1025 0b14cfb4 Olga Brani
  /* line 289, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1026 0b14cfb4 Olga Brani
  tbody.show-for-portrait, tbody.hide-for-landscape {
1027 0b14cfb4 Olga Brani
    display: table-row-group !important;
1028 0b14cfb4 Olga Brani
  }
1029 0b14cfb4 Olga Brani
1030 0b14cfb4 Olga Brani
  /* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1031 0b14cfb4 Olga Brani
  tr.show-for-portrait, tr.hide-for-landscape {
1032 0b14cfb4 Olga Brani
    display: table-row !important;
1033 0b14cfb4 Olga Brani
  }
1034 0b14cfb4 Olga Brani
1035 0b14cfb4 Olga Brani
  /* line 298, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1036 0b14cfb4 Olga Brani
  td.show-for-portrait, td.hide-for-landscape,
1037 0b14cfb4 Olga Brani
  th.show-for-portrait,
1038 0b14cfb4 Olga Brani
  th.hide-for-landscape {
1039 0b14cfb4 Olga Brani
    display: table-cell !important;
1040 0b14cfb4 Olga Brani
  }
1041 0b14cfb4 Olga Brani
}
1042 0b14cfb4 Olga Brani
/* Touch-enabled device targeting */
1043 0b14cfb4 Olga Brani
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1044 0b14cfb4 Olga Brani
.show-for-touch {
1045 0b14cfb4 Olga Brani
  display: none !important;
1046 0b14cfb4 Olga Brani
}
1047 0b14cfb4 Olga Brani
1048 0b14cfb4 Olga Brani
/* line 304, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1049 0b14cfb4 Olga Brani
.hide-for-touch {
1050 0b14cfb4 Olga Brani
  display: inherit !important;
1051 0b14cfb4 Olga Brani
}
1052 0b14cfb4 Olga Brani
1053 0b14cfb4 Olga Brani
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1054 0b14cfb4 Olga Brani
.touch .show-for-touch {
1055 0b14cfb4 Olga Brani
  display: inherit !important;
1056 0b14cfb4 Olga Brani
}
1057 0b14cfb4 Olga Brani
1058 0b14cfb4 Olga Brani
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1059 0b14cfb4 Olga Brani
.touch .hide-for-touch {
1060 0b14cfb4 Olga Brani
  display: none !important;
1061 0b14cfb4 Olga Brani
}
1062 0b14cfb4 Olga Brani
1063 0b14cfb4 Olga Brani
/* Specific visilbity for tables */
1064 0b14cfb4 Olga Brani
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1065 0b14cfb4 Olga Brani
table.hide-for-touch {
1066 0b14cfb4 Olga Brani
  display: table;
1067 0b14cfb4 Olga Brani
}
1068 0b14cfb4 Olga Brani
1069 0b14cfb4 Olga Brani
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1070 0b14cfb4 Olga Brani
.touch table.show-for-touch {
1071 0b14cfb4 Olga Brani
  display: table;
1072 0b14cfb4 Olga Brani
}
1073 0b14cfb4 Olga Brani
1074 0b14cfb4 Olga Brani
/* line 311, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1075 0b14cfb4 Olga Brani
thead.hide-for-touch {
1076 0b14cfb4 Olga Brani
  display: table-header-group !important;
1077 0b14cfb4 Olga Brani
}
1078 0b14cfb4 Olga Brani
1079 0b14cfb4 Olga Brani
/* line 312, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1080 0b14cfb4 Olga Brani
.touch thead.show-for-touch {
1081 0b14cfb4 Olga Brani
  display: table-header-group !important;
1082 0b14cfb4 Olga Brani
}
1083 0b14cfb4 Olga Brani
1084 0b14cfb4 Olga Brani
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1085 0b14cfb4 Olga Brani
tbody.hide-for-touch {
1086 0b14cfb4 Olga Brani
  display: table-row-group !important;
1087 0b14cfb4 Olga Brani
}
1088 0b14cfb4 Olga Brani
1089 0b14cfb4 Olga Brani
/* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1090 0b14cfb4 Olga Brani
.touch tbody.show-for-touch {
1091 0b14cfb4 Olga Brani
  display: table-row-group !important;
1092 0b14cfb4 Olga Brani
}
1093 0b14cfb4 Olga Brani
1094 0b14cfb4 Olga Brani
/* line 315, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1095 0b14cfb4 Olga Brani
tr.hide-for-touch {
1096 0b14cfb4 Olga Brani
  display: table-row !important;
1097 0b14cfb4 Olga Brani
}
1098 0b14cfb4 Olga Brani
1099 0b14cfb4 Olga Brani
/* line 316, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1100 0b14cfb4 Olga Brani
.touch tr.show-for-touch {
1101 0b14cfb4 Olga Brani
  display: table-row !important;
1102 0b14cfb4 Olga Brani
}
1103 0b14cfb4 Olga Brani
1104 0b14cfb4 Olga Brani
/* line 317, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1105 0b14cfb4 Olga Brani
td.hide-for-touch {
1106 0b14cfb4 Olga Brani
  display: table-cell !important;
1107 0b14cfb4 Olga Brani
}
1108 0b14cfb4 Olga Brani
1109 0b14cfb4 Olga Brani
/* line 318, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1110 0b14cfb4 Olga Brani
.touch td.show-for-touch {
1111 0b14cfb4 Olga Brani
  display: table-cell !important;
1112 0b14cfb4 Olga Brani
}
1113 0b14cfb4 Olga Brani
1114 0b14cfb4 Olga Brani
/* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1115 0b14cfb4 Olga Brani
th.hide-for-touch {
1116 0b14cfb4 Olga Brani
  display: table-cell !important;
1117 0b14cfb4 Olga Brani
}
1118 0b14cfb4 Olga Brani
1119 0b14cfb4 Olga Brani
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1120 0b14cfb4 Olga Brani
.touch th.show-for-touch {
1121 0b14cfb4 Olga Brani
  display: table-cell !important;
1122 0b14cfb4 Olga Brani
}
1123 0b14cfb4 Olga Brani
1124 0b14cfb4 Olga Brani
/* Foundation Block Grids for below small breakpoint */
1125 0b14cfb4 Olga Brani
@media only screen {
1126 0b14cfb4 Olga Brani
  /* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1127 0b14cfb4 Olga Brani
  [class*="block-grid-"] {
1128 0b14cfb4 Olga Brani
    display: block;
1129 0b14cfb4 Olga Brani
    padding: 0;
1130 0b14cfb4 Olga Brani
    margin: 0 -0.625em;
1131 0b14cfb4 Olga Brani
    *zoom: 1;
1132 0b14cfb4 Olga Brani
  }
1133 0b14cfb4 Olga Brani
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
1134 0b14cfb4 Olga Brani
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
1135 0b14cfb4 Olga Brani
    content: " ";
1136 0b14cfb4 Olga Brani
    display: table;
1137 0b14cfb4 Olga Brani
  }
1138 0b14cfb4 Olga Brani
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
1139 0b14cfb4 Olga Brani
  [class*="block-grid-"]:after {
1140 0b14cfb4 Olga Brani
    clear: both;
1141 0b14cfb4 Olga Brani
  }
1142 0b14cfb4 Olga Brani
  /* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1143 0b14cfb4 Olga Brani
  [class*="block-grid-"] > li {
1144 0b14cfb4 Olga Brani
    display: inline;
1145 0b14cfb4 Olga Brani
    height: auto;
1146 0b14cfb4 Olga Brani
    float: left;
1147 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1148 0b14cfb4 Olga Brani
  }
1149 0b14cfb4 Olga Brani
1150 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1151 0b14cfb4 Olga Brani
  .small-block-grid-1 > li {
1152 0b14cfb4 Olga Brani
    width: 100%;
1153 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1154 0b14cfb4 Olga Brani
  }
1155 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1156 0b14cfb4 Olga Brani
  .small-block-grid-1 > li:nth-of-type(n) {
1157 0b14cfb4 Olga Brani
    clear: none;
1158 0b14cfb4 Olga Brani
  }
1159 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1160 0b14cfb4 Olga Brani
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1161 0b14cfb4 Olga Brani
    clear: both;
1162 0b14cfb4 Olga Brani
  }
1163 0b14cfb4 Olga Brani
1164 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1165 0b14cfb4 Olga Brani
  .small-block-grid-2 > li {
1166 0b14cfb4 Olga Brani
    width: 50%;
1167 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1168 0b14cfb4 Olga Brani
  }
1169 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1170 0b14cfb4 Olga Brani
  .small-block-grid-2 > li:nth-of-type(n) {
1171 0b14cfb4 Olga Brani
    clear: none;
1172 0b14cfb4 Olga Brani
  }
1173 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1174 0b14cfb4 Olga Brani
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1175 0b14cfb4 Olga Brani
    clear: both;
1176 0b14cfb4 Olga Brani
  }
1177 0b14cfb4 Olga Brani
1178 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1179 0b14cfb4 Olga Brani
  .small-block-grid-3 > li {
1180 0b14cfb4 Olga Brani
    width: 33.33333%;
1181 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1182 0b14cfb4 Olga Brani
  }
1183 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1184 0b14cfb4 Olga Brani
  .small-block-grid-3 > li:nth-of-type(n) {
1185 0b14cfb4 Olga Brani
    clear: none;
1186 0b14cfb4 Olga Brani
  }
1187 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1188 0b14cfb4 Olga Brani
  .small-block-grid-3 > li:nth-of-type(3n+1) {
1189 0b14cfb4 Olga Brani
    clear: both;
1190 0b14cfb4 Olga Brani
  }
1191 0b14cfb4 Olga Brani
1192 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1193 0b14cfb4 Olga Brani
  .small-block-grid-4 > li {
1194 0b14cfb4 Olga Brani
    width: 25%;
1195 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1196 0b14cfb4 Olga Brani
  }
1197 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1198 0b14cfb4 Olga Brani
  .small-block-grid-4 > li:nth-of-type(n) {
1199 0b14cfb4 Olga Brani
    clear: none;
1200 0b14cfb4 Olga Brani
  }
1201 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1202 0b14cfb4 Olga Brani
  .small-block-grid-4 > li:nth-of-type(4n+1) {
1203 0b14cfb4 Olga Brani
    clear: both;
1204 0b14cfb4 Olga Brani
  }
1205 0b14cfb4 Olga Brani
1206 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1207 0b14cfb4 Olga Brani
  .small-block-grid-5 > li {
1208 0b14cfb4 Olga Brani
    width: 20%;
1209 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1210 0b14cfb4 Olga Brani
  }
1211 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1212 0b14cfb4 Olga Brani
  .small-block-grid-5 > li:nth-of-type(n) {
1213 0b14cfb4 Olga Brani
    clear: none;
1214 0b14cfb4 Olga Brani
  }
1215 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1216 0b14cfb4 Olga Brani
  .small-block-grid-5 > li:nth-of-type(5n+1) {
1217 0b14cfb4 Olga Brani
    clear: both;
1218 0b14cfb4 Olga Brani
  }
1219 0b14cfb4 Olga Brani
1220 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1221 0b14cfb4 Olga Brani
  .small-block-grid-6 > li {
1222 0b14cfb4 Olga Brani
    width: 16.66667%;
1223 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1224 0b14cfb4 Olga Brani
  }
1225 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1226 0b14cfb4 Olga Brani
  .small-block-grid-6 > li:nth-of-type(n) {
1227 0b14cfb4 Olga Brani
    clear: none;
1228 0b14cfb4 Olga Brani
  }
1229 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1230 0b14cfb4 Olga Brani
  .small-block-grid-6 > li:nth-of-type(6n+1) {
1231 0b14cfb4 Olga Brani
    clear: both;
1232 0b14cfb4 Olga Brani
  }
1233 0b14cfb4 Olga Brani
1234 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1235 0b14cfb4 Olga Brani
  .small-block-grid-7 > li {
1236 0b14cfb4 Olga Brani
    width: 14.28571%;
1237 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1238 0b14cfb4 Olga Brani
  }
1239 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1240 0b14cfb4 Olga Brani
  .small-block-grid-7 > li:nth-of-type(n) {
1241 0b14cfb4 Olga Brani
    clear: none;
1242 0b14cfb4 Olga Brani
  }
1243 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1244 0b14cfb4 Olga Brani
  .small-block-grid-7 > li:nth-of-type(7n+1) {
1245 0b14cfb4 Olga Brani
    clear: both;
1246 0b14cfb4 Olga Brani
  }
1247 0b14cfb4 Olga Brani
1248 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1249 0b14cfb4 Olga Brani
  .small-block-grid-8 > li {
1250 0b14cfb4 Olga Brani
    width: 12.5%;
1251 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1252 0b14cfb4 Olga Brani
  }
1253 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1254 0b14cfb4 Olga Brani
  .small-block-grid-8 > li:nth-of-type(n) {
1255 0b14cfb4 Olga Brani
    clear: none;
1256 0b14cfb4 Olga Brani
  }
1257 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1258 0b14cfb4 Olga Brani
  .small-block-grid-8 > li:nth-of-type(8n+1) {
1259 0b14cfb4 Olga Brani
    clear: both;
1260 0b14cfb4 Olga Brani
  }
1261 0b14cfb4 Olga Brani
1262 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1263 0b14cfb4 Olga Brani
  .small-block-grid-9 > li {
1264 0b14cfb4 Olga Brani
    width: 11.11111%;
1265 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1266 0b14cfb4 Olga Brani
  }
1267 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1268 0b14cfb4 Olga Brani
  .small-block-grid-9 > li:nth-of-type(n) {
1269 0b14cfb4 Olga Brani
    clear: none;
1270 0b14cfb4 Olga Brani
  }
1271 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1272 0b14cfb4 Olga Brani
  .small-block-grid-9 > li:nth-of-type(9n+1) {
1273 0b14cfb4 Olga Brani
    clear: both;
1274 0b14cfb4 Olga Brani
  }
1275 0b14cfb4 Olga Brani
1276 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1277 0b14cfb4 Olga Brani
  .small-block-grid-10 > li {
1278 0b14cfb4 Olga Brani
    width: 10%;
1279 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1280 0b14cfb4 Olga Brani
  }
1281 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1282 0b14cfb4 Olga Brani
  .small-block-grid-10 > li:nth-of-type(n) {
1283 0b14cfb4 Olga Brani
    clear: none;
1284 0b14cfb4 Olga Brani
  }
1285 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1286 0b14cfb4 Olga Brani
  .small-block-grid-10 > li:nth-of-type(10n+1) {
1287 0b14cfb4 Olga Brani
    clear: both;
1288 0b14cfb4 Olga Brani
  }
1289 0b14cfb4 Olga Brani
1290 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1291 0b14cfb4 Olga Brani
  .small-block-grid-11 > li {
1292 0b14cfb4 Olga Brani
    width: 9.09091%;
1293 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1294 0b14cfb4 Olga Brani
  }
1295 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1296 0b14cfb4 Olga Brani
  .small-block-grid-11 > li:nth-of-type(n) {
1297 0b14cfb4 Olga Brani
    clear: none;
1298 0b14cfb4 Olga Brani
  }
1299 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1300 0b14cfb4 Olga Brani
  .small-block-grid-11 > li:nth-of-type(11n+1) {
1301 0b14cfb4 Olga Brani
    clear: both;
1302 0b14cfb4 Olga Brani
  }
1303 0b14cfb4 Olga Brani
1304 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1305 0b14cfb4 Olga Brani
  .small-block-grid-12 > li {
1306 0b14cfb4 Olga Brani
    width: 8.33333%;
1307 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1308 0b14cfb4 Olga Brani
  }
1309 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1310 0b14cfb4 Olga Brani
  .small-block-grid-12 > li:nth-of-type(n) {
1311 0b14cfb4 Olga Brani
    clear: none;
1312 0b14cfb4 Olga Brani
  }
1313 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1314 0b14cfb4 Olga Brani
  .small-block-grid-12 > li:nth-of-type(12n+1) {
1315 0b14cfb4 Olga Brani
    clear: both;
1316 0b14cfb4 Olga Brani
  }
1317 0b14cfb4 Olga Brani
}
1318 0b14cfb4 Olga Brani
/* Foundation Block Grids for above small breakpoint */
1319 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
1320 0b14cfb4 Olga Brani
  /* Remove small grid clearing */
1321 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1322 0b14cfb4 Olga Brani
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1323 0b14cfb4 Olga Brani
    clear: none;
1324 0b14cfb4 Olga Brani
  }
1325 0b14cfb4 Olga Brani
1326 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1327 0b14cfb4 Olga Brani
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1328 0b14cfb4 Olga Brani
    clear: none;
1329 0b14cfb4 Olga Brani
  }
1330 0b14cfb4 Olga Brani
1331 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1332 0b14cfb4 Olga Brani
  .small-block-grid-3 > li:nth-of-type(3n+1) {
1333 0b14cfb4 Olga Brani
    clear: none;
1334 0b14cfb4 Olga Brani
  }
1335 0b14cfb4 Olga Brani
1336 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1337 0b14cfb4 Olga Brani
  .small-block-grid-4 > li:nth-of-type(4n+1) {
1338 0b14cfb4 Olga Brani
    clear: none;
1339 0b14cfb4 Olga Brani
  }
1340 0b14cfb4 Olga Brani
1341 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1342 0b14cfb4 Olga Brani
  .small-block-grid-5 > li:nth-of-type(5n+1) {
1343 0b14cfb4 Olga Brani
    clear: none;
1344 0b14cfb4 Olga Brani
  }
1345 0b14cfb4 Olga Brani
1346 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1347 0b14cfb4 Olga Brani
  .small-block-grid-6 > li:nth-of-type(6n+1) {
1348 0b14cfb4 Olga Brani
    clear: none;
1349 0b14cfb4 Olga Brani
  }
1350 0b14cfb4 Olga Brani
1351 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1352 0b14cfb4 Olga Brani
  .small-block-grid-7 > li:nth-of-type(7n+1) {
1353 0b14cfb4 Olga Brani
    clear: none;
1354 0b14cfb4 Olga Brani
  }
1355 0b14cfb4 Olga Brani
1356 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1357 0b14cfb4 Olga Brani
  .small-block-grid-8 > li:nth-of-type(8n+1) {
1358 0b14cfb4 Olga Brani
    clear: none;
1359 0b14cfb4 Olga Brani
  }
1360 0b14cfb4 Olga Brani
1361 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1362 0b14cfb4 Olga Brani
  .small-block-grid-9 > li:nth-of-type(9n+1) {
1363 0b14cfb4 Olga Brani
    clear: none;
1364 0b14cfb4 Olga Brani
  }
1365 0b14cfb4 Olga Brani
1366 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1367 0b14cfb4 Olga Brani
  .small-block-grid-10 > li:nth-of-type(10n+1) {
1368 0b14cfb4 Olga Brani
    clear: none;
1369 0b14cfb4 Olga Brani
  }
1370 0b14cfb4 Olga Brani
1371 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1372 0b14cfb4 Olga Brani
  .small-block-grid-11 > li:nth-of-type(11n+1) {
1373 0b14cfb4 Olga Brani
    clear: none;
1374 0b14cfb4 Olga Brani
  }
1375 0b14cfb4 Olga Brani
1376 0b14cfb4 Olga Brani
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1377 0b14cfb4 Olga Brani
  .small-block-grid-12 > li:nth-of-type(12n+1) {
1378 0b14cfb4 Olga Brani
    clear: none;
1379 0b14cfb4 Olga Brani
  }
1380 0b14cfb4 Olga Brani
1381 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1382 0b14cfb4 Olga Brani
  .large-block-grid-1 > li {
1383 0b14cfb4 Olga Brani
    width: 100%;
1384 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1385 0b14cfb4 Olga Brani
  }
1386 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1387 0b14cfb4 Olga Brani
  .large-block-grid-1 > li:nth-of-type(n) {
1388 0b14cfb4 Olga Brani
    clear: none;
1389 0b14cfb4 Olga Brani
  }
1390 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1391 0b14cfb4 Olga Brani
  .large-block-grid-1 > li:nth-of-type(1n+1) {
1392 0b14cfb4 Olga Brani
    clear: both;
1393 0b14cfb4 Olga Brani
  }
1394 0b14cfb4 Olga Brani
1395 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1396 0b14cfb4 Olga Brani
  .large-block-grid-2 > li {
1397 0b14cfb4 Olga Brani
    width: 50%;
1398 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1399 0b14cfb4 Olga Brani
  }
1400 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1401 0b14cfb4 Olga Brani
  .large-block-grid-2 > li:nth-of-type(n) {
1402 0b14cfb4 Olga Brani
    clear: none;
1403 0b14cfb4 Olga Brani
  }
1404 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1405 0b14cfb4 Olga Brani
  .large-block-grid-2 > li:nth-of-type(2n+1) {
1406 0b14cfb4 Olga Brani
    clear: both;
1407 0b14cfb4 Olga Brani
  }
1408 0b14cfb4 Olga Brani
1409 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1410 0b14cfb4 Olga Brani
  .large-block-grid-3 > li {
1411 0b14cfb4 Olga Brani
    width: 33.33333%;
1412 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1413 0b14cfb4 Olga Brani
  }
1414 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1415 0b14cfb4 Olga Brani
  .large-block-grid-3 > li:nth-of-type(n) {
1416 0b14cfb4 Olga Brani
    clear: none;
1417 0b14cfb4 Olga Brani
  }
1418 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1419 0b14cfb4 Olga Brani
  .large-block-grid-3 > li:nth-of-type(3n+1) {
1420 0b14cfb4 Olga Brani
    clear: both;
1421 0b14cfb4 Olga Brani
  }
1422 0b14cfb4 Olga Brani
1423 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1424 0b14cfb4 Olga Brani
  .large-block-grid-4 > li {
1425 0b14cfb4 Olga Brani
    width: 25%;
1426 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1427 0b14cfb4 Olga Brani
  }
1428 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1429 0b14cfb4 Olga Brani
  .large-block-grid-4 > li:nth-of-type(n) {
1430 0b14cfb4 Olga Brani
    clear: none;
1431 0b14cfb4 Olga Brani
  }
1432 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1433 0b14cfb4 Olga Brani
  .large-block-grid-4 > li:nth-of-type(4n+1) {
1434 0b14cfb4 Olga Brani
    clear: both;
1435 0b14cfb4 Olga Brani
  }
1436 0b14cfb4 Olga Brani
1437 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1438 0b14cfb4 Olga Brani
  .large-block-grid-5 > li {
1439 0b14cfb4 Olga Brani
    width: 20%;
1440 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1441 0b14cfb4 Olga Brani
  }
1442 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1443 0b14cfb4 Olga Brani
  .large-block-grid-5 > li:nth-of-type(n) {
1444 0b14cfb4 Olga Brani
    clear: none;
1445 0b14cfb4 Olga Brani
  }
1446 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1447 0b14cfb4 Olga Brani
  .large-block-grid-5 > li:nth-of-type(5n+1) {
1448 0b14cfb4 Olga Brani
    clear: both;
1449 0b14cfb4 Olga Brani
  }
1450 0b14cfb4 Olga Brani
1451 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1452 0b14cfb4 Olga Brani
  .large-block-grid-6 > li {
1453 0b14cfb4 Olga Brani
    width: 16.66667%;
1454 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1455 0b14cfb4 Olga Brani
  }
1456 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1457 0b14cfb4 Olga Brani
  .large-block-grid-6 > li:nth-of-type(n) {
1458 0b14cfb4 Olga Brani
    clear: none;
1459 0b14cfb4 Olga Brani
  }
1460 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1461 0b14cfb4 Olga Brani
  .large-block-grid-6 > li:nth-of-type(6n+1) {
1462 0b14cfb4 Olga Brani
    clear: both;
1463 0b14cfb4 Olga Brani
  }
1464 0b14cfb4 Olga Brani
1465 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1466 0b14cfb4 Olga Brani
  .large-block-grid-7 > li {
1467 0b14cfb4 Olga Brani
    width: 14.28571%;
1468 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1469 0b14cfb4 Olga Brani
  }
1470 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1471 0b14cfb4 Olga Brani
  .large-block-grid-7 > li:nth-of-type(n) {
1472 0b14cfb4 Olga Brani
    clear: none;
1473 0b14cfb4 Olga Brani
  }
1474 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1475 0b14cfb4 Olga Brani
  .large-block-grid-7 > li:nth-of-type(7n+1) {
1476 0b14cfb4 Olga Brani
    clear: both;
1477 0b14cfb4 Olga Brani
  }
1478 0b14cfb4 Olga Brani
1479 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1480 0b14cfb4 Olga Brani
  .large-block-grid-8 > li {
1481 0b14cfb4 Olga Brani
    width: 12.5%;
1482 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1483 0b14cfb4 Olga Brani
  }
1484 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1485 0b14cfb4 Olga Brani
  .large-block-grid-8 > li:nth-of-type(n) {
1486 0b14cfb4 Olga Brani
    clear: none;
1487 0b14cfb4 Olga Brani
  }
1488 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1489 0b14cfb4 Olga Brani
  .large-block-grid-8 > li:nth-of-type(8n+1) {
1490 0b14cfb4 Olga Brani
    clear: both;
1491 0b14cfb4 Olga Brani
  }
1492 0b14cfb4 Olga Brani
1493 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1494 0b14cfb4 Olga Brani
  .large-block-grid-9 > li {
1495 0b14cfb4 Olga Brani
    width: 11.11111%;
1496 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1497 0b14cfb4 Olga Brani
  }
1498 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1499 0b14cfb4 Olga Brani
  .large-block-grid-9 > li:nth-of-type(n) {
1500 0b14cfb4 Olga Brani
    clear: none;
1501 0b14cfb4 Olga Brani
  }
1502 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1503 0b14cfb4 Olga Brani
  .large-block-grid-9 > li:nth-of-type(9n+1) {
1504 0b14cfb4 Olga Brani
    clear: both;
1505 0b14cfb4 Olga Brani
  }
1506 0b14cfb4 Olga Brani
1507 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1508 0b14cfb4 Olga Brani
  .large-block-grid-10 > li {
1509 0b14cfb4 Olga Brani
    width: 10%;
1510 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1511 0b14cfb4 Olga Brani
  }
1512 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1513 0b14cfb4 Olga Brani
  .large-block-grid-10 > li:nth-of-type(n) {
1514 0b14cfb4 Olga Brani
    clear: none;
1515 0b14cfb4 Olga Brani
  }
1516 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1517 0b14cfb4 Olga Brani
  .large-block-grid-10 > li:nth-of-type(10n+1) {
1518 0b14cfb4 Olga Brani
    clear: both;
1519 0b14cfb4 Olga Brani
  }
1520 0b14cfb4 Olga Brani
1521 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1522 0b14cfb4 Olga Brani
  .large-block-grid-11 > li {
1523 0b14cfb4 Olga Brani
    width: 9.09091%;
1524 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1525 0b14cfb4 Olga Brani
  }
1526 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1527 0b14cfb4 Olga Brani
  .large-block-grid-11 > li:nth-of-type(n) {
1528 0b14cfb4 Olga Brani
    clear: none;
1529 0b14cfb4 Olga Brani
  }
1530 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1531 0b14cfb4 Olga Brani
  .large-block-grid-11 > li:nth-of-type(11n+1) {
1532 0b14cfb4 Olga Brani
    clear: both;
1533 0b14cfb4 Olga Brani
  }
1534 0b14cfb4 Olga Brani
1535 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1536 0b14cfb4 Olga Brani
  .large-block-grid-12 > li {
1537 0b14cfb4 Olga Brani
    width: 8.33333%;
1538 0b14cfb4 Olga Brani
    padding: 0 0.625em 1.25em;
1539 0b14cfb4 Olga Brani
  }
1540 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1541 0b14cfb4 Olga Brani
  .large-block-grid-12 > li:nth-of-type(n) {
1542 0b14cfb4 Olga Brani
    clear: none;
1543 0b14cfb4 Olga Brani
  }
1544 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1545 0b14cfb4 Olga Brani
  .large-block-grid-12 > li:nth-of-type(12n+1) {
1546 0b14cfb4 Olga Brani
    clear: both;
1547 0b14cfb4 Olga Brani
  }
1548 0b14cfb4 Olga Brani
}
1549 0b14cfb4 Olga Brani
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1550 0b14cfb4 Olga Brani
p.lead {
1551 0b14cfb4 Olga Brani
  font-size: 1.21875em;
1552 0b14cfb4 Olga Brani
  line-height: 1.6;
1553 0b14cfb4 Olga Brani
}
1554 0b14cfb4 Olga Brani
1555 0b14cfb4 Olga Brani
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1556 0b14cfb4 Olga Brani
.subheader {
1557 0b14cfb4 Olga Brani
  line-height: 1.4;
1558 0b14cfb4 Olga Brani
  color: #6b6b6b;
1559 0b14cfb4 Olga Brani
  font-weight: 300;
1560 0b14cfb4 Olga Brani
  margin-top: 0.2em;
1561 0b14cfb4 Olga Brani
  margin-bottom: 0.5em;
1562 0b14cfb4 Olga Brani
}
1563 0b14cfb4 Olga Brani
1564 0b14cfb4 Olga Brani
/* Typography resets */
1565 0b14cfb4 Olga Brani
/* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1566 0b14cfb4 Olga Brani
div,
1567 0b14cfb4 Olga Brani
dl,
1568 0b14cfb4 Olga Brani
dt,
1569 0b14cfb4 Olga Brani
dd,
1570 0b14cfb4 Olga Brani
ul,
1571 0b14cfb4 Olga Brani
ol,
1572 0b14cfb4 Olga Brani
li,
1573 0b14cfb4 Olga Brani
h1,
1574 0b14cfb4 Olga Brani
h2,
1575 0b14cfb4 Olga Brani
h3,
1576 0b14cfb4 Olga Brani
h4,
1577 0b14cfb4 Olga Brani
h5,
1578 0b14cfb4 Olga Brani
h6,
1579 0b14cfb4 Olga Brani
pre,
1580 0b14cfb4 Olga Brani
form,
1581 0b14cfb4 Olga Brani
p,
1582 0b14cfb4 Olga Brani
blockquote,
1583 0b14cfb4 Olga Brani
th,
1584 0b14cfb4 Olga Brani
td {
1585 0b14cfb4 Olga Brani
  margin: 0;
1586 0b14cfb4 Olga Brani
  padding: 0;
1587 0b14cfb4 Olga Brani
  direction: ltr;
1588 0b14cfb4 Olga Brani
}
1589 0b14cfb4 Olga Brani
1590 0b14cfb4 Olga Brani
/* Default Link Styles */
1591 0b14cfb4 Olga Brani
/* line 151, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1592 0b14cfb4 Olga Brani
a {
1593 0b14cfb4 Olga Brani
  color: #919194;
1594 0b14cfb4 Olga Brani
  text-decoration: none;
1595 0b14cfb4 Olga Brani
  line-height: inherit;
1596 0b14cfb4 Olga Brani
}
1597 0b14cfb4 Olga Brani
/* line 157, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1598 0b14cfb4 Olga Brani
a:hover, a:focus {
1599 0b14cfb4 Olga Brani
  color: #848487;
1600 0b14cfb4 Olga Brani
}
1601 0b14cfb4 Olga Brani
/* line 159, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1602 0b14cfb4 Olga Brani
a img {
1603 0b14cfb4 Olga Brani
  border: none;
1604 0b14cfb4 Olga Brani
}
1605 0b14cfb4 Olga Brani
1606 0b14cfb4 Olga Brani
/* Default paragraph styles */
1607 0b14cfb4 Olga Brani
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1608 0b14cfb4 Olga Brani
p {
1609 0b14cfb4 Olga Brani
  font-family: inherit;
1610 0b14cfb4 Olga Brani
  font-weight: normal;
1611 0b14cfb4 Olga Brani
  font-size: 1em;
1612 0b14cfb4 Olga Brani
  line-height: 1.6;
1613 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
1614 0b14cfb4 Olga Brani
  text-rendering: optimizeLegibility;
1615 0b14cfb4 Olga Brani
}
1616 0b14cfb4 Olga Brani
/* line 173, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1617 0b14cfb4 Olga Brani
p aside {
1618 0b14cfb4 Olga Brani
  font-size: 0.875em;
1619 0b14cfb4 Olga Brani
  line-height: 1.35;
1620 0b14cfb4 Olga Brani
  font-style: italic;
1621 0b14cfb4 Olga Brani
}
1622 0b14cfb4 Olga Brani
1623 0b14cfb4 Olga Brani
/* Default header styles */
1624 0b14cfb4 Olga Brani
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1625 0b14cfb4 Olga Brani
h1, h2, h3, h4, h5, h6 {
1626 0b14cfb4 Olga Brani
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
1627 0b14cfb4 Olga Brani
  font-weight: bold;
1628 0b14cfb4 Olga Brani
  font-style: normal;
1629 0b14cfb4 Olga Brani
  color: #1e1e1e;
1630 0b14cfb4 Olga Brani
  text-rendering: optimizeLegibility;
1631 0b14cfb4 Olga Brani
  margin-top: 0.2em;
1632 0b14cfb4 Olga Brani
  margin-bottom: 0.5em;
1633 0b14cfb4 Olga Brani
  line-height: 1.2125em;
1634 0b14cfb4 Olga Brani
}
1635 0b14cfb4 Olga Brani
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1636 0b14cfb4 Olga Brani
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
1637 0b14cfb4 Olga Brani
  font-size: 60%;
1638 0b14cfb4 Olga Brani
  color: #6b6b6b;
1639 0b14cfb4 Olga Brani
  line-height: 0;
1640 0b14cfb4 Olga Brani
}
1641 0b14cfb4 Olga Brani
1642 0b14cfb4 Olga Brani
/* line 198, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1643 0b14cfb4 Olga Brani
h1 {
1644 0b14cfb4 Olga Brani
  font-size: 2.125em;
1645 0b14cfb4 Olga Brani
}
1646 0b14cfb4 Olga Brani
1647 0b14cfb4 Olga Brani
/* line 199, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1648 0b14cfb4 Olga Brani
h2 {
1649 0b14cfb4 Olga Brani
  font-size: 1.6875em;
1650 0b14cfb4 Olga Brani
}
1651 0b14cfb4 Olga Brani
1652 0b14cfb4 Olga Brani
/* line 200, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1653 0b14cfb4 Olga Brani
h3 {
1654 0b14cfb4 Olga Brani
  font-size: 1.375em;
1655 0b14cfb4 Olga Brani
}
1656 0b14cfb4 Olga Brani
1657 0b14cfb4 Olga Brani
/* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1658 0b14cfb4 Olga Brani
h4 {
1659 0b14cfb4 Olga Brani
  font-size: 1.125em;
1660 0b14cfb4 Olga Brani
}
1661 0b14cfb4 Olga Brani
1662 0b14cfb4 Olga Brani
/* line 202, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1663 0b14cfb4 Olga Brani
h5 {
1664 0b14cfb4 Olga Brani
  font-size: 1.125em;
1665 0b14cfb4 Olga Brani
}
1666 0b14cfb4 Olga Brani
1667 0b14cfb4 Olga Brani
/* line 203, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1668 0b14cfb4 Olga Brani
h6 {
1669 0b14cfb4 Olga Brani
  font-size: 1em;
1670 0b14cfb4 Olga Brani
}
1671 0b14cfb4 Olga Brani
1672 0b14cfb4 Olga Brani
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1673 0b14cfb4 Olga Brani
hr {
1674 0b14cfb4 Olga Brani
  border: solid #dddddd;
1675 0b14cfb4 Olga Brani
  border-width: 1px 0 0;
1676 0b14cfb4 Olga Brani
  clear: both;
1677 0b14cfb4 Olga Brani
  margin: 1.25em 0 1.1875em;
1678 0b14cfb4 Olga Brani
  height: 0;
1679 0b14cfb4 Olga Brani
}
1680 0b14cfb4 Olga Brani
1681 0b14cfb4 Olga Brani
/* Helpful Typography Defaults */
1682 0b14cfb4 Olga Brani
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1683 0b14cfb4 Olga Brani
em,
1684 0b14cfb4 Olga Brani
i {
1685 0b14cfb4 Olga Brani
  font-style: italic;
1686 0b14cfb4 Olga Brani
  line-height: inherit;
1687 0b14cfb4 Olga Brani
}
1688 0b14cfb4 Olga Brani
1689 0b14cfb4 Olga Brani
/* line 223, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1690 0b14cfb4 Olga Brani
strong,
1691 0b14cfb4 Olga Brani
b {
1692 0b14cfb4 Olga Brani
  font-weight: bold;
1693 0b14cfb4 Olga Brani
  line-height: inherit;
1694 0b14cfb4 Olga Brani
}
1695 0b14cfb4 Olga Brani
1696 0b14cfb4 Olga Brani
/* line 228, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1697 0b14cfb4 Olga Brani
small {
1698 0b14cfb4 Olga Brani
  font-size: 60%;
1699 0b14cfb4 Olga Brani
  line-height: inherit;
1700 0b14cfb4 Olga Brani
}
1701 0b14cfb4 Olga Brani
1702 0b14cfb4 Olga Brani
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1703 0b14cfb4 Olga Brani
code {
1704 0b14cfb4 Olga Brani
  font-family: Consolas, "Liberation Mono", Courier, monospace;
1705 0b14cfb4 Olga Brani
  font-weight: bold;
1706 0b14cfb4 Olga Brani
  color: #21896d;
1707 0b14cfb4 Olga Brani
}
1708 0b14cfb4 Olga Brani
1709 0b14cfb4 Olga Brani
/* Lists */
1710 0b14cfb4 Olga Brani
/* line 242, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1711 0b14cfb4 Olga Brani
ul,
1712 0b14cfb4 Olga Brani
ol,
1713 0b14cfb4 Olga Brani
dl {
1714 0b14cfb4 Olga Brani
  font-size: 1em;
1715 0b14cfb4 Olga Brani
  line-height: 1.6;
1716 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
1717 0b14cfb4 Olga Brani
  list-style-position: outside;
1718 0b14cfb4 Olga Brani
  font-family: inherit;
1719 0b14cfb4 Olga Brani
}
1720 0b14cfb4 Olga Brani
1721 0b14cfb4 Olga Brani
/* line 250, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1722 0b14cfb4 Olga Brani
ul, ol {
1723 0b14cfb4 Olga Brani
  margin-left: 0;
1724 0b14cfb4 Olga Brani
}
1725 0b14cfb4 Olga Brani
1726 0b14cfb4 Olga Brani
/* Unordered Lists */
1727 0b14cfb4 Olga Brani
/* line 258, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1728 0b14cfb4 Olga Brani
ul li ul,
1729 0b14cfb4 Olga Brani
ul li ol {
1730 0b14cfb4 Olga Brani
  margin-left: 1.25em;
1731 0b14cfb4 Olga Brani
  margin-bottom: 0;
1732 0b14cfb4 Olga Brani
  font-size: 1em;
1733 0b14cfb4 Olga Brani
  /* Override nested font-size change */
1734 0b14cfb4 Olga Brani
}
1735 0b14cfb4 Olga Brani
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1736 0b14cfb4 Olga Brani
ul.square li ul, ul.circle li ul, ul.disc li ul {
1737 0b14cfb4 Olga Brani
  list-style: inherit;
1738 0b14cfb4 Olga Brani
}
1739 0b14cfb4 Olga Brani
/* line 270, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1740 0b14cfb4 Olga Brani
ul.square {
1741 0b14cfb4 Olga Brani
  list-style-type: square;
1742 0b14cfb4 Olga Brani
}
1743 0b14cfb4 Olga Brani
/* line 271, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1744 0b14cfb4 Olga Brani
ul.circle {
1745 0b14cfb4 Olga Brani
  list-style-type: circle;
1746 0b14cfb4 Olga Brani
}
1747 0b14cfb4 Olga Brani
/* line 272, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1748 0b14cfb4 Olga Brani
ul.disc {
1749 0b14cfb4 Olga Brani
  list-style-type: disc;
1750 0b14cfb4 Olga Brani
}
1751 0b14cfb4 Olga Brani
/* line 273, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1752 0b14cfb4 Olga Brani
ul.no-bullet {
1753 0b14cfb4 Olga Brani
  list-style: none;
1754 0b14cfb4 Olga Brani
}
1755 0b14cfb4 Olga Brani
1756 0b14cfb4 Olga Brani
/* Ordered Lists */
1757 0b14cfb4 Olga Brani
/* line 280, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1758 0b14cfb4 Olga Brani
ol li ul,
1759 0b14cfb4 Olga Brani
ol li ol {
1760 0b14cfb4 Olga Brani
  margin-left: 1.25em;
1761 0b14cfb4 Olga Brani
  margin-bottom: 0;
1762 0b14cfb4 Olga Brani
}
1763 0b14cfb4 Olga Brani
1764 0b14cfb4 Olga Brani
/* Definition Lists */
1765 0b14cfb4 Olga Brani
/* line 289, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1766 0b14cfb4 Olga Brani
dl dt {
1767 0b14cfb4 Olga Brani
  margin-bottom: 0.3em;
1768 0b14cfb4 Olga Brani
  font-weight: bold;
1769 0b14cfb4 Olga Brani
}
1770 0b14cfb4 Olga Brani
/* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1771 0b14cfb4 Olga Brani
dl dd {
1772 0b14cfb4 Olga Brani
  margin-bottom: 0.75em;
1773 0b14cfb4 Olga Brani
}
1774 0b14cfb4 Olga Brani
1775 0b14cfb4 Olga Brani
/* Abbreviations */
1776 0b14cfb4 Olga Brani
/* line 298, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1777 0b14cfb4 Olga Brani
abbr,
1778 0b14cfb4 Olga Brani
acronym {
1779 0b14cfb4 Olga Brani
  text-transform: uppercase;
1780 0b14cfb4 Olga Brani
  font-size: 90%;
1781 0b14cfb4 Olga Brani
  color: #1e1e1e;
1782 0b14cfb4 Olga Brani
  border-bottom: 1px dotted #dddddd;
1783 0b14cfb4 Olga Brani
  cursor: help;
1784 0b14cfb4 Olga Brani
}
1785 0b14cfb4 Olga Brani
1786 0b14cfb4 Olga Brani
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1787 0b14cfb4 Olga Brani
abbr {
1788 0b14cfb4 Olga Brani
  text-transform: none;
1789 0b14cfb4 Olga Brani
}
1790 0b14cfb4 Olga Brani
1791 0b14cfb4 Olga Brani
/* Blockquotes */
1792 0b14cfb4 Olga Brani
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1793 0b14cfb4 Olga Brani
blockquote {
1794 0b14cfb4 Olga Brani
  margin: 0 0 1.25em;
1795 0b14cfb4 Olga Brani
  padding: 0.5625em 1.25em 0 1.1875em;
1796 0b14cfb4 Olga Brani
  border-left: 1px solid #dddddd;
1797 0b14cfb4 Olga Brani
}
1798 0b14cfb4 Olga Brani
/* line 315, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1799 0b14cfb4 Olga Brani
blockquote cite {
1800 0b14cfb4 Olga Brani
  display: block;
1801 0b14cfb4 Olga Brani
  font-size: 0.8125em;
1802 0b14cfb4 Olga Brani
  color: #515151;
1803 0b14cfb4 Olga Brani
}
1804 0b14cfb4 Olga Brani
/* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1805 0b14cfb4 Olga Brani
blockquote cite:before {
1806 0b14cfb4 Olga Brani
  content: "\2014 \0020";
1807 0b14cfb4 Olga Brani
}
1808 0b14cfb4 Olga Brani
/* line 324, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1809 0b14cfb4 Olga Brani
blockquote cite a,
1810 0b14cfb4 Olga Brani
blockquote cite a:visited {
1811 0b14cfb4 Olga Brani
  color: #515151;
1812 0b14cfb4 Olga Brani
}
1813 0b14cfb4 Olga Brani
1814 0b14cfb4 Olga Brani
/* line 330, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1815 0b14cfb4 Olga Brani
blockquote,
1816 0b14cfb4 Olga Brani
blockquote p {
1817 0b14cfb4 Olga Brani
  line-height: 1.6;
1818 0b14cfb4 Olga Brani
  color: #6b6b6b;
1819 0b14cfb4 Olga Brani
}
1820 0b14cfb4 Olga Brani
1821 0b14cfb4 Olga Brani
/* Microformats */
1822 0b14cfb4 Olga Brani
/* line 336, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1823 0b14cfb4 Olga Brani
.vcard {
1824 0b14cfb4 Olga Brani
  display: inline-block;
1825 0b14cfb4 Olga Brani
  margin: 0 0 1.25em 0;
1826 0b14cfb4 Olga Brani
  border: 1px solid #dddddd;
1827 0b14cfb4 Olga Brani
  padding: 0.625em 0.75em;
1828 0b14cfb4 Olga Brani
}
1829 0b14cfb4 Olga Brani
/* line 342, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1830 0b14cfb4 Olga Brani
.vcard li {
1831 0b14cfb4 Olga Brani
  margin: 0;
1832 0b14cfb4 Olga Brani
  display: block;
1833 0b14cfb4 Olga Brani
}
1834 0b14cfb4 Olga Brani
/* line 346, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1835 0b14cfb4 Olga Brani
.vcard .fn {
1836 0b14cfb4 Olga Brani
  font-weight: bold;
1837 0b14cfb4 Olga Brani
  font-size: 0.9375em;
1838 0b14cfb4 Olga Brani
}
1839 0b14cfb4 Olga Brani
1840 0b14cfb4 Olga Brani
/* line 353, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1841 0b14cfb4 Olga Brani
.vevent .summary {
1842 0b14cfb4 Olga Brani
  font-weight: bold;
1843 0b14cfb4 Olga Brani
}
1844 0b14cfb4 Olga Brani
/* line 355, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1845 0b14cfb4 Olga Brani
.vevent abbr {
1846 0b14cfb4 Olga Brani
  cursor: default;
1847 0b14cfb4 Olga Brani
  text-decoration: none;
1848 0b14cfb4 Olga Brani
  font-weight: bold;
1849 0b14cfb4 Olga Brani
  border: none;
1850 0b14cfb4 Olga Brani
  padding: 0 0.0625em;
1851 0b14cfb4 Olga Brani
}
1852 0b14cfb4 Olga Brani
1853 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
1854 0b14cfb4 Olga Brani
  /* line 366, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1855 0b14cfb4 Olga Brani
  h1, h2, h3, h4, h5, h6 {
1856 0b14cfb4 Olga Brani
    line-height: 1.4;
1857 0b14cfb4 Olga Brani
  }
1858 0b14cfb4 Olga Brani
1859 0b14cfb4 Olga Brani
  /* line 367, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1860 0b14cfb4 Olga Brani
  h1 {
1861 0b14cfb4 Olga Brani
    font-size: 2.75em;
1862 0b14cfb4 Olga Brani
  }
1863 0b14cfb4 Olga Brani
1864 0b14cfb4 Olga Brani
  /* line 368, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1865 0b14cfb4 Olga Brani
  h2 {
1866 0b14cfb4 Olga Brani
    font-size: 2.3125em;
1867 0b14cfb4 Olga Brani
  }
1868 0b14cfb4 Olga Brani
1869 0b14cfb4 Olga Brani
  /* line 369, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1870 0b14cfb4 Olga Brani
  h3 {
1871 0b14cfb4 Olga Brani
    font-size: 1.6875em;
1872 0b14cfb4 Olga Brani
  }
1873 0b14cfb4 Olga Brani
1874 0b14cfb4 Olga Brani
  /* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1875 0b14cfb4 Olga Brani
  h4 {
1876 0b14cfb4 Olga Brani
    font-size: 1.4375em;
1877 0b14cfb4 Olga Brani
  }
1878 0b14cfb4 Olga Brani
}
1879 3ed3ef88 Athina Bekakou
/*
1880 0b14cfb4 Olga Brani
 * Print styles.
1881 0b14cfb4 Olga Brani
 *
1882 0b14cfb4 Olga Brani
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
1883 0b14cfb4 Olga Brani
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
1884 3549163d Olga Brani
*/
1885 0b14cfb4 Olga Brani
/* line 381, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1886 0b14cfb4 Olga Brani
.print-only {
1887 0b14cfb4 Olga Brani
  display: none !important;
1888 0b14cfb4 Olga Brani
}
1889 0b14cfb4 Olga Brani
1890 0b14cfb4 Olga Brani
@media print {
1891 0b14cfb4 Olga Brani
  /* line 383, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1892 0b14cfb4 Olga Brani
  * {
1893 0b14cfb4 Olga Brani
    background: transparent !important;
1894 0b14cfb4 Olga Brani
    color: #000 !important;
1895 0b14cfb4 Olga Brani
    /* Black prints faster: h5bp.com/s */
1896 0b14cfb4 Olga Brani
    box-shadow: none !important;
1897 0b14cfb4 Olga Brani
    text-shadow: none !important;
1898 0b14cfb4 Olga Brani
  }
1899 0b14cfb4 Olga Brani
1900 0b14cfb4 Olga Brani
  /* line 391, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1901 0b14cfb4 Olga Brani
  a,
1902 0b14cfb4 Olga Brani
  a:visited {
1903 0b14cfb4 Olga Brani
    text-decoration: underline;
1904 0b14cfb4 Olga Brani
  }
1905 0b14cfb4 Olga Brani
1906 0b14cfb4 Olga Brani
  /* line 392, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1907 0b14cfb4 Olga Brani
  a[href]:after {
1908 0b14cfb4 Olga Brani
    content: " (" attr(href) ")";
1909 0b14cfb4 Olga Brani
  }
1910 0b14cfb4 Olga Brani
1911 0b14cfb4 Olga Brani
  /* line 394, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1912 0b14cfb4 Olga Brani
  abbr[title]:after {
1913 0b14cfb4 Olga Brani
    content: " (" attr(title) ")";
1914 0b14cfb4 Olga Brani
  }
1915 0b14cfb4 Olga Brani
1916 0b14cfb4 Olga Brani
  /* line 399, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1917 0b14cfb4 Olga Brani
  .ir a:after,
1918 0b14cfb4 Olga Brani
  a[href^="javascript:"]:after,
1919 0b14cfb4 Olga Brani
  a[href^="#"]:after {
1920 0b14cfb4 Olga Brani
    content: "";
1921 0b14cfb4 Olga Brani
  }
1922 0b14cfb4 Olga Brani
1923 0b14cfb4 Olga Brani
  /* line 402, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1924 0b14cfb4 Olga Brani
  pre,
1925 0b14cfb4 Olga Brani
  blockquote {
1926 0b14cfb4 Olga Brani
    border: 1px solid #999;
1927 0b14cfb4 Olga Brani
    page-break-inside: avoid;
1928 0b14cfb4 Olga Brani
  }
1929 0b14cfb4 Olga Brani
1930 0b14cfb4 Olga Brani
  /* line 407, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1931 0b14cfb4 Olga Brani
  thead {
1932 0b14cfb4 Olga Brani
    display: table-header-group;
1933 0b14cfb4 Olga Brani
    /* h5bp.com/t */
1934 0b14cfb4 Olga Brani
  }
1935 0b14cfb4 Olga Brani
1936 0b14cfb4 Olga Brani
  /* line 410, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1937 0b14cfb4 Olga Brani
  tr,
1938 0b14cfb4 Olga Brani
  img {
1939 0b14cfb4 Olga Brani
    page-break-inside: avoid;
1940 0b14cfb4 Olga Brani
  }
1941 0b14cfb4 Olga Brani
1942 0b14cfb4 Olga Brani
  /* line 412, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1943 0b14cfb4 Olga Brani
  img {
1944 0b14cfb4 Olga Brani
    max-width: 100% !important;
1945 0b14cfb4 Olga Brani
  }
1946 0b14cfb4 Olga Brani
1947 0b14cfb4 Olga Brani
  @page {
1948 0b14cfb4 Olga Brani
    margin: 0.5cm;
1949 0b14cfb4 Olga Brani
}
1950 0b14cfb4 Olga Brani
1951 0b14cfb4 Olga Brani
  /* line 418, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1952 0b14cfb4 Olga Brani
  p,
1953 0b14cfb4 Olga Brani
  h2,
1954 0b14cfb4 Olga Brani
  h3 {
1955 0b14cfb4 Olga Brani
    orphans: 3;
1956 0b14cfb4 Olga Brani
    widows: 3;
1957 0b14cfb4 Olga Brani
  }
1958 0b14cfb4 Olga Brani
1959 0b14cfb4 Olga Brani
  /* line 424, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1960 0b14cfb4 Olga Brani
  h2,
1961 0b14cfb4 Olga Brani
  h3 {
1962 0b14cfb4 Olga Brani
    page-break-after: avoid;
1963 0b14cfb4 Olga Brani
  }
1964 0b14cfb4 Olga Brani
1965 0b14cfb4 Olga Brani
  /* line 426, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1966 0b14cfb4 Olga Brani
  .hide-on-print {
1967 0b14cfb4 Olga Brani
    display: none !important;
1968 0b14cfb4 Olga Brani
  }
1969 0b14cfb4 Olga Brani
1970 0b14cfb4 Olga Brani
  /* line 427, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1971 0b14cfb4 Olga Brani
  .print-only {
1972 0b14cfb4 Olga Brani
    display: block !important;
1973 0b14cfb4 Olga Brani
  }
1974 0b14cfb4 Olga Brani
1975 0b14cfb4 Olga Brani
  /* line 428, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1976 0b14cfb4 Olga Brani
  .hide-for-print {
1977 0b14cfb4 Olga Brani
    display: none !important;
1978 0b14cfb4 Olga Brani
  }
1979 0b14cfb4 Olga Brani
1980 0b14cfb4 Olga Brani
  /* line 429, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1981 0b14cfb4 Olga Brani
  .show-for-print {
1982 0b14cfb4 Olga Brani
    display: inherit !important;
1983 0b14cfb4 Olga Brani
  }
1984 0b14cfb4 Olga Brani
}
1985 0b14cfb4 Olga Brani
/* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
1986 0b14cfb4 Olga Brani
button, .button {
1987 0b14cfb4 Olga Brani
  border-style: solid;
1988 0b14cfb4 Olga Brani
  border-width: 1px;
1989 0b14cfb4 Olga Brani
  cursor: pointer;
1990 0b14cfb4 Olga Brani
  font-family: inherit;
1991 0b14cfb4 Olga Brani
  font-weight: bold;
1992 0b14cfb4 Olga Brani
  line-height: 1;
1993 0b14cfb4 Olga Brani
  margin: 0 0 1.25em;
1994 0b14cfb4 Olga Brani
  position: relative;
1995 0b14cfb4 Olga Brani
  text-decoration: none;
1996 0b14cfb4 Olga Brani
  text-align: center;
1997 0b14cfb4 Olga Brani
  display: inline-block;
1998 0b14cfb4 Olga Brani
  padding-top: 0.75em;
1999 0b14cfb4 Olga Brani
  padding-right: 1.5em;
2000 0b14cfb4 Olga Brani
  padding-bottom: 0.8125em;
2001 0b14cfb4 Olga Brani
  padding-left: 1.5em;
2002 0b14cfb4 Olga Brani
  font-size: 1em;
2003 0b14cfb4 Olga Brani
  background-color: #919194;
2004 0b14cfb4 Olga Brani
  border-color: #77777b;
2005 0b14cfb4 Olga Brani
  color: white;
2006 0b14cfb4 Olga Brani
}
2007 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2008 0b14cfb4 Olga Brani
button:hover, button:focus, .button:hover, .button:focus {
2009 0b14cfb4 Olga Brani
  background-color: #77777b;
2010 0b14cfb4 Olga Brani
}
2011 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2012 0b14cfb4 Olga Brani
button:hover, button:focus, .button:hover, .button:focus {
2013 0b14cfb4 Olga Brani
  color: white;
2014 0b14cfb4 Olga Brani
}
2015 0b14cfb4 Olga Brani
/* line 177, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2016 0b14cfb4 Olga Brani
button.secondary, .button.secondary {
2017 0b14cfb4 Olga Brani
  background-color: #30c79e;
2018 0b14cfb4 Olga Brani
  border-color: #269e7d;
2019 0b14cfb4 Olga Brani
  color: white;
2020 0b14cfb4 Olga Brani
}
2021 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2022 0b14cfb4 Olga Brani
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2023 0b14cfb4 Olga Brani
  background-color: #269e7d;
2024 0b14cfb4 Olga Brani
}
2025 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2026 0b14cfb4 Olga Brani
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2027 0b14cfb4 Olga Brani
  color: white;
2028 0b14cfb4 Olga Brani
}
2029 0b14cfb4 Olga Brani
/* line 178, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2030 0b14cfb4 Olga Brani
button.success, .button.success {
2031 0b14cfb4 Olga Brani
  background-color: #00a551;
2032 0b14cfb4 Olga Brani
  border-color: #007238;
2033 0b14cfb4 Olga Brani
  color: white;
2034 0b14cfb4 Olga Brani
}
2035 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2036 0b14cfb4 Olga Brani
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
2037 0b14cfb4 Olga Brani
  background-color: #007238;
2038 0b14cfb4 Olga Brani
}
2039 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2040 0b14cfb4 Olga Brani
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
2041 0b14cfb4 Olga Brani
  color: white;
2042 0b14cfb4 Olga Brani
}
2043 0b14cfb4 Olga Brani
/* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2044 0b14cfb4 Olga Brani
button.alert, .button.alert {
2045 0b14cfb4 Olga Brani
  background-color: #30c79e;
2046 0b14cfb4 Olga Brani
  border-color: #269e7d;
2047 0b14cfb4 Olga Brani
  color: white;
2048 0b14cfb4 Olga Brani
}
2049 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2050 0b14cfb4 Olga Brani
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2051 0b14cfb4 Olga Brani
  background-color: #269e7d;
2052 0b14cfb4 Olga Brani
}
2053 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2054 0b14cfb4 Olga Brani
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2055 0b14cfb4 Olga Brani
  color: white;
2056 0b14cfb4 Olga Brani
}
2057 0b14cfb4 Olga Brani
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2058 0b14cfb4 Olga Brani
button.large, .button.large {
2059 0b14cfb4 Olga Brani
  padding-top: 1em;
2060 0b14cfb4 Olga Brani
  padding-right: 2em;
2061 0b14cfb4 Olga Brani
  padding-bottom: 1.0625em;
2062 0b14cfb4 Olga Brani
  padding-left: 2em;
2063 0b14cfb4 Olga Brani
  font-size: 1.25em;
2064 0b14cfb4 Olga Brani
}
2065 0b14cfb4 Olga Brani
/* line 182, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2066 0b14cfb4 Olga Brani
button.small, .button.small {
2067 0b14cfb4 Olga Brani
  padding-top: 0.5625em;
2068 0b14cfb4 Olga Brani
  padding-right: 1.125em;
2069 0b14cfb4 Olga Brani
  padding-bottom: 0.625em;
2070 0b14cfb4 Olga Brani
  padding-left: 1.125em;
2071 0b14cfb4 Olga Brani
  font-size: 0.8125em;
2072 0b14cfb4 Olga Brani
}
2073 0b14cfb4 Olga Brani
/* line 183, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2074 0b14cfb4 Olga Brani
button.tiny, .button.tiny {
2075 0b14cfb4 Olga Brani
  padding-top: 0.4375em;
2076 0b14cfb4 Olga Brani
  padding-right: 0.875em;
2077 0b14cfb4 Olga Brani
  padding-bottom: 0.5em;
2078 0b14cfb4 Olga Brani
  padding-left: 0.875em;
2079 0b14cfb4 Olga Brani
  font-size: 0.6875em;
2080 0b14cfb4 Olga Brani
}
2081 0b14cfb4 Olga Brani
/* line 184, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2082 0b14cfb4 Olga Brani
button.expand, .button.expand {
2083 0b14cfb4 Olga Brani
  padding-right: 0px;
2084 0b14cfb4 Olga Brani
  padding-left: 0px;
2085 0b14cfb4 Olga Brani
  width: 100%;
2086 0b14cfb4 Olga Brani
}
2087 0b14cfb4 Olga Brani
/* line 186, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2088 0b14cfb4 Olga Brani
button.left-align, .button.left-align {
2089 0b14cfb4 Olga Brani
  text-align: left;
2090 0b14cfb4 Olga Brani
  text-indent: 0.75em;
2091 0b14cfb4 Olga Brani
}
2092 0b14cfb4 Olga Brani
/* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2093 0b14cfb4 Olga Brani
button.right-align, .button.right-align {
2094 0b14cfb4 Olga Brani
  text-align: right;
2095 0b14cfb4 Olga Brani
  padding-right: 0.75em;
2096 0b14cfb4 Olga Brani
}
2097 0b14cfb4 Olga Brani
/* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2098 0b14cfb4 Olga Brani
button.disabled, button[disabled], .button.disabled, .button[disabled] {
2099 0b14cfb4 Olga Brani
  background-color: #919194;
2100 0b14cfb4 Olga Brani
  border-color: #77777b;
2101 0b14cfb4 Olga Brani
  color: white;
2102 0b14cfb4 Olga Brani
  cursor: default;
2103 0b14cfb4 Olga Brani
  opacity: 0.6;
2104 0b14cfb4 Olga Brani
  -webkit-box-shadow: none;
2105 0b14cfb4 Olga Brani
  box-shadow: none;
2106 0b14cfb4 Olga Brani
}
2107 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2108 0b14cfb4 Olga Brani
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2109 0b14cfb4 Olga Brani
  background-color: #77777b;
2110 0b14cfb4 Olga Brani
}
2111 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2112 0b14cfb4 Olga Brani
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2113 0b14cfb4 Olga Brani
  color: white;
2114 0b14cfb4 Olga Brani
}
2115 0b14cfb4 Olga Brani
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2116 0b14cfb4 Olga Brani
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2117 0b14cfb4 Olga Brani
  background-color: #919194;
2118 0b14cfb4 Olga Brani
}
2119 0b14cfb4 Olga Brani
/* line 190, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2120 0b14cfb4 Olga Brani
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
2121 0b14cfb4 Olga Brani
  background-color: #30c79e;
2122 0b14cfb4 Olga Brani
  border-color: #269e7d;
2123 0b14cfb4 Olga Brani
  color: white;
2124 0b14cfb4 Olga Brani
  cursor: default;
2125 0b14cfb4 Olga Brani
  opacity: 0.6;
2126 0b14cfb4 Olga Brani
  -webkit-box-shadow: none;
2127 0b14cfb4 Olga Brani
  box-shadow: none;
2128 0b14cfb4 Olga Brani
}
2129 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2130 0b14cfb4 Olga Brani
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2131 0b14cfb4 Olga Brani
  background-color: #269e7d;
2132 0b14cfb4 Olga Brani
}
2133 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2134 0b14cfb4 Olga Brani
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2135 0b14cfb4 Olga Brani
  color: white;
2136 0b14cfb4 Olga Brani
}
2137 0b14cfb4 Olga Brani
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2138 0b14cfb4 Olga Brani
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2139 0b14cfb4 Olga Brani
  background-color: #30c79e;
2140 0b14cfb4 Olga Brani
}
2141 0b14cfb4 Olga Brani
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2142 0b14cfb4 Olga Brani
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
2143 0b14cfb4 Olga Brani
  background-color: #00a551;
2144 0b14cfb4 Olga Brani
  border-color: #007238;
2145 0b14cfb4 Olga Brani
  color: white;
2146 0b14cfb4 Olga Brani
  cursor: default;
2147 0b14cfb4 Olga Brani
  opacity: 0.6;
2148 0b14cfb4 Olga Brani
  -webkit-box-shadow: none;
2149 0b14cfb4 Olga Brani
  box-shadow: none;
2150 0b14cfb4 Olga Brani
}
2151 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2152 0b14cfb4 Olga Brani
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
2153 0b14cfb4 Olga Brani
  background-color: #007238;
2154 0b14cfb4 Olga Brani
}
2155 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2156 0b14cfb4 Olga Brani
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
2157 0b14cfb4 Olga Brani
  color: white;
2158 0b14cfb4 Olga Brani
}
2159 0b14cfb4 Olga Brani
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2160 0b14cfb4 Olga Brani
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
2161 0b14cfb4 Olga Brani
  background-color: #00a551;
2162 0b14cfb4 Olga Brani
}
2163 0b14cfb4 Olga Brani
/* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2164 0b14cfb4 Olga Brani
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
2165 0b14cfb4 Olga Brani
  background-color: #30c79e;
2166 0b14cfb4 Olga Brani
  border-color: #269e7d;
2167 0b14cfb4 Olga Brani
  color: white;
2168 0b14cfb4 Olga Brani
  cursor: default;
2169 0b14cfb4 Olga Brani
  opacity: 0.6;
2170 0b14cfb4 Olga Brani
  -webkit-box-shadow: none;
2171 0b14cfb4 Olga Brani
  box-shadow: none;
2172 0b14cfb4 Olga Brani
}
2173 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2174 0b14cfb4 Olga Brani
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2175 0b14cfb4 Olga Brani
  background-color: #269e7d;
2176 0b14cfb4 Olga Brani
}
2177 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2178 0b14cfb4 Olga Brani
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2179 0b14cfb4 Olga Brani
  color: white;
2180 0b14cfb4 Olga Brani
}
2181 0b14cfb4 Olga Brani
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2182 0b14cfb4 Olga Brani
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2183 0b14cfb4 Olga Brani
  background-color: #30c79e;
2184 0b14cfb4 Olga Brani
}
2185 0b14cfb4 Olga Brani
2186 0b14cfb4 Olga Brani
/* line 197, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2187 0b14cfb4 Olga Brani
button, .button {
2188 0b14cfb4 Olga Brani
  padding-top: 0.8125em;
2189 0b14cfb4 Olga Brani
  padding-bottom: 0.75em;
2190 0b14cfb4 Olga Brani
  -webkit-appearance: none;
2191 0b14cfb4 Olga Brani
}
2192 0b14cfb4 Olga Brani
/* line 199, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2193 0b14cfb4 Olga Brani
button.tiny, .button.tiny {
2194 0b14cfb4 Olga Brani
  padding-top: 0.5em;
2195 0b14cfb4 Olga Brani
  padding-bottom: 0.4375em;
2196 0b14cfb4 Olga Brani
  -webkit-appearance: none;
2197 0b14cfb4 Olga Brani
}
2198 0b14cfb4 Olga Brani
/* line 200, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2199 0b14cfb4 Olga Brani
button.small, .button.small {
2200 0b14cfb4 Olga Brani
  padding-top: 0.625em;
2201 0b14cfb4 Olga Brani
  padding-bottom: 0.5625em;
2202 0b14cfb4 Olga Brani
  -webkit-appearance: none;
2203 0b14cfb4 Olga Brani
}
2204 0b14cfb4 Olga Brani
/* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2205 0b14cfb4 Olga Brani
button.large, .button.large {
2206 0b14cfb4 Olga Brani
  padding-top: 1.03125em;
2207 0b14cfb4 Olga Brani
  padding-bottom: 1.03125em;
2208 0b14cfb4 Olga Brani
  -webkit-appearance: none;
2209 0b14cfb4 Olga Brani
}
2210 0b14cfb4 Olga Brani
2211 0b14cfb4 Olga Brani
@media only screen {
2212 0b14cfb4 Olga Brani
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2213 0b14cfb4 Olga Brani
  button, .button {
2214 0b14cfb4 Olga Brani
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
2215 0b14cfb4 Olga Brani
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
2216 0b14cfb4 Olga Brani
    -webkit-transition: background-color 300ms ease-out;
2217 0b14cfb4 Olga Brani
    -moz-transition: background-color 300ms ease-out;
2218 0b14cfb4 Olga Brani
    transition: background-color 300ms ease-out;
2219 0b14cfb4 Olga Brani
  }
2220 0b14cfb4 Olga Brani
  /* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2221 0b14cfb4 Olga Brani
  button:active, .button:active {
2222 0b14cfb4 Olga Brani
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
2223 0b14cfb4 Olga Brani
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
2224 0b14cfb4 Olga Brani
  }
2225 0b14cfb4 Olga Brani
  /* line 215, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2226 0b14cfb4 Olga Brani
  button.radius, .button.radius {
2227 0b14cfb4 Olga Brani
    -webkit-border-radius: 1px;
2228 0b14cfb4 Olga Brani
    border-radius: 1px;
2229 0b14cfb4 Olga Brani
  }
2230 0b14cfb4 Olga Brani
  /* line 216, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2231 0b14cfb4 Olga Brani
  button.round, .button.round {
2232 0b14cfb4 Olga Brani
    -webkit-border-radius: 1000px;
2233 0b14cfb4 Olga Brani
    border-radius: 1000px;
2234 0b14cfb4 Olga Brani
  }
2235 0b14cfb4 Olga Brani
}
2236 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
2237 0b14cfb4 Olga Brani
  /* line 224, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2238 0b14cfb4 Olga Brani
  button, .button {
2239 0b14cfb4 Olga Brani
    display: inline-block;
2240 0b14cfb4 Olga Brani
  }
2241 0b14cfb4 Olga Brani
}
2242 0b14cfb4 Olga Brani
/* Standard Forms */
2243 0b14cfb4 Olga Brani
/* line 258, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2244 0b14cfb4 Olga Brani
form {
2245 0b14cfb4 Olga Brani
  margin: 0 0 1em;
2246 0b14cfb4 Olga Brani
}
2247 0b14cfb4 Olga Brani
2248 0b14cfb4 Olga Brani
/* Using forms within rows, we need to set some defaults */
2249 0b14cfb4 Olga Brani
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2250 0b14cfb4 Olga Brani
form .row .row {
2251 0b14cfb4 Olga Brani
  margin: 0 -0.5em;
2252 0b14cfb4 Olga Brani
}
2253 0b14cfb4 Olga Brani
/* line 70, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2254 0b14cfb4 Olga Brani
form .row .row .column,
2255 0b14cfb4 Olga Brani
form .row .row .columns {
2256 0b14cfb4 Olga Brani
  padding: 0 0.5em;
2257 0b14cfb4 Olga Brani
}
2258 0b14cfb4 Olga Brani
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2259 0b14cfb4 Olga Brani
form .row .row.collapse {
2260 0b14cfb4 Olga Brani
  margin: 0;
2261 0b14cfb4 Olga Brani
}
2262 0b14cfb4 Olga Brani
/* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2263 0b14cfb4 Olga Brani
form .row .row.collapse .column,
2264 0b14cfb4 Olga Brani
form .row .row.collapse .columns {
2265 0b14cfb4 Olga Brani
  padding: 0;
2266 0b14cfb4 Olga Brani
}
2267 0b14cfb4 Olga Brani
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2268 0b14cfb4 Olga Brani
form .row input.column,
2269 0b14cfb4 Olga Brani
form .row input.columns,
2270 0b14cfb4 Olga Brani
form .row textarea.column,
2271 0b14cfb4 Olga Brani
form .row textarea.columns {
2272 0b14cfb4 Olga Brani
  padding-left: 0.5em;
2273 0b14cfb4 Olga Brani
}
2274 0b14cfb4 Olga Brani
2275 0b14cfb4 Olga Brani
/* Label Styles */
2276 0b14cfb4 Olga Brani
/* line 264, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2277 0b14cfb4 Olga Brani
label {
2278 0b14cfb4 Olga Brani
  font-size: 0.875em;
2279 0b14cfb4 Olga Brani
  color: #4d4d4d;
2280 0b14cfb4 Olga Brani
  cursor: pointer;
2281 0b14cfb4 Olga Brani
  display: block;
2282 0b14cfb4 Olga Brani
  font-weight: 500;
2283 0b14cfb4 Olga Brani
  margin-bottom: 0.1875em;
2284 0b14cfb4 Olga Brani
  /* Styles for required inputs */
2285 0b14cfb4 Olga Brani
}
2286 0b14cfb4 Olga Brani
/* line 265, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2287 0b14cfb4 Olga Brani
label.right {
2288 0b14cfb4 Olga Brani
  float: none;
2289 0b14cfb4 Olga Brani
  text-align: right;
2290 0b14cfb4 Olga Brani
}
2291 0b14cfb4 Olga Brani
/* line 266, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2292 0b14cfb4 Olga Brani
label.inline {
2293 0b14cfb4 Olga Brani
  margin: 0 0 1em 0;
2294 0b14cfb4 Olga Brani
  padding: 0.625em 0;
2295 0b14cfb4 Olga Brani
}
2296 0b14cfb4 Olga Brani
/* line 268, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2297 0b14cfb4 Olga Brani
label small {
2298 0b14cfb4 Olga Brani
  text-transform: capitalize;
2299 0b14cfb4 Olga Brani
  color: #666666;
2300 0b14cfb4 Olga Brani
}
2301 0b14cfb4 Olga Brani
2302 0b14cfb4 Olga Brani
/* Attach elements to the beginning or end of an input */
2303 0b14cfb4 Olga Brani
/* line 276, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2304 0b14cfb4 Olga Brani
.prefix,
2305 0b14cfb4 Olga Brani
.postfix {
2306 0b14cfb4 Olga Brani
  display: block;
2307 0b14cfb4 Olga Brani
  position: relative;
2308 0b14cfb4 Olga Brani
  z-index: 2;
2309 0b14cfb4 Olga Brani
  text-align: center;
2310 0b14cfb4 Olga Brani
  width: 100%;
2311 0b14cfb4 Olga Brani
  padding-top: 0;
2312 0b14cfb4 Olga Brani
  padding-bottom: 0;
2313 0b14cfb4 Olga Brani
  border-style: solid;
2314 0b14cfb4 Olga Brani
  border-width: 1px;
2315 0b14cfb4 Olga Brani
  overflow: hidden;
2316 0b14cfb4 Olga Brani
  font-size: 0.875em;
2317 0b14cfb4 Olga Brani
  height: 2.3125em;
2318 0b14cfb4 Olga Brani
  line-height: 2.3125em;
2319 0b14cfb4 Olga Brani
}
2320 0b14cfb4 Olga Brani
2321 0b14cfb4 Olga Brani
/* Adjust padding, alignment and radius if pre/post element is a button */
2322 0b14cfb4 Olga Brani
/* line 279, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2323 0b14cfb4 Olga Brani
.postfix.button {
2324 0b14cfb4 Olga Brani
  padding-left: 0;
2325 0b14cfb4 Olga Brani
  padding-right: 0;
2326 0b14cfb4 Olga Brani
  padding-top: 0;
2327 0b14cfb4 Olga Brani
  padding-bottom: 0;
2328 0b14cfb4 Olga Brani
  text-align: center;
2329 0b14cfb4 Olga Brani
  line-height: 2.125em;
2330 0b14cfb4 Olga Brani
}
2331 0b14cfb4 Olga Brani
2332 0b14cfb4 Olga Brani
/* line 280, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2333 0b14cfb4 Olga Brani
.prefix.button {
2334 0b14cfb4 Olga Brani
  padding-left: 0;
2335 0b14cfb4 Olga Brani
  padding-right: 0;
2336 0b14cfb4 Olga Brani
  padding-top: 0;
2337 0b14cfb4 Olga Brani
  padding-bottom: 0;
2338 0b14cfb4 Olga Brani
  text-align: center;
2339 0b14cfb4 Olga Brani
  line-height: 2.125em;
2340 0b14cfb4 Olga Brani
}
2341 0b14cfb4 Olga Brani
2342 0b14cfb4 Olga Brani
/* line 282, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2343 0b14cfb4 Olga Brani
.prefix.button.radius {
2344 0b14cfb4 Olga Brani
  -webkit-border-radius: 0;
2345 0b14cfb4 Olga Brani
  border-radius: 0;
2346 0b14cfb4 Olga Brani
  -moz-border-radius-bottomleft: 1px;
2347 0b14cfb4 Olga Brani
  -moz-border-radius-topleft: 1px;
2348 0b14cfb4 Olga Brani
  -webkit-border-bottom-left-radius: 1px;
2349 0b14cfb4 Olga Brani
  -webkit-border-top-left-radius: 1px;
2350 0b14cfb4 Olga Brani
  border-bottom-left-radius: 1px;
2351 0b14cfb4 Olga Brani
  border-top-left-radius: 1px;
2352 0b14cfb4 Olga Brani
}
2353 0b14cfb4 Olga Brani
2354 0b14cfb4 Olga Brani
/* line 283, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2355 0b14cfb4 Olga Brani
.postfix.button.radius {
2356 0b14cfb4 Olga Brani
  -webkit-border-radius: 0;
2357 0b14cfb4 Olga Brani
  border-radius: 0;
2358 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1px;
2359 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1px;
2360 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1px;
2361 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1px;
2362 0b14cfb4 Olga Brani
  border-top-right-radius: 1px;
2363 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1px;
2364 0b14cfb4 Olga Brani
}
2365 0b14cfb4 Olga Brani
2366 0b14cfb4 Olga Brani
/* line 284, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2367 0b14cfb4 Olga Brani
.prefix.button.round {
2368 0b14cfb4 Olga Brani
  -webkit-border-radius: 0;
2369 0b14cfb4 Olga Brani
  border-radius: 0;
2370 0b14cfb4 Olga Brani
  -moz-border-radius-bottomleft: 1000px;
2371 0b14cfb4 Olga Brani
  -moz-border-radius-topleft: 1000px;
2372 0b14cfb4 Olga Brani
  -webkit-border-bottom-left-radius: 1000px;
2373 0b14cfb4 Olga Brani
  -webkit-border-top-left-radius: 1000px;
2374 0b14cfb4 Olga Brani
  border-bottom-left-radius: 1000px;
2375 0b14cfb4 Olga Brani
  border-top-left-radius: 1000px;
2376 0b14cfb4 Olga Brani
}
2377 0b14cfb4 Olga Brani
2378 0b14cfb4 Olga Brani
/* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2379 0b14cfb4 Olga Brani
.postfix.button.round {
2380 0b14cfb4 Olga Brani
  -webkit-border-radius: 0;
2381 0b14cfb4 Olga Brani
  border-radius: 0;
2382 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1000px;
2383 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1000px;
2384 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1000px;
2385 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1000px;
2386 0b14cfb4 Olga Brani
  border-top-right-radius: 1000px;
2387 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1000px;
2388 0b14cfb4 Olga Brani
}
2389 0b14cfb4 Olga Brani
2390 0b14cfb4 Olga Brani
/* Separate prefix and postfix styles when on span so buttons keep their own */
2391 0b14cfb4 Olga Brani
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2392 0b14cfb4 Olga Brani
span.prefix {
2393 0b14cfb4 Olga Brani
  background: #f2f2f2;
2394 0b14cfb4 Olga Brani
  border-color: #d9d9d9;
2395 0b14cfb4 Olga Brani
  border-right: none;
2396 0b14cfb4 Olga Brani
  color: #333333;
2397 0b14cfb4 Olga Brani
}
2398 0b14cfb4 Olga Brani
/* line 289, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2399 0b14cfb4 Olga Brani
span.prefix.radius {
2400 0b14cfb4 Olga Brani
  -webkit-border-radius: 0;
2401 0b14cfb4 Olga Brani
  border-radius: 0;
2402 0b14cfb4 Olga Brani
  -moz-border-radius-bottomleft: 1px;
2403 0b14cfb4 Olga Brani
  -moz-border-radius-topleft: 1px;
2404 0b14cfb4 Olga Brani
  -webkit-border-bottom-left-radius: 1px;
2405 0b14cfb4 Olga Brani
  -webkit-border-top-left-radius: 1px;
2406 0b14cfb4 Olga Brani
  border-bottom-left-radius: 1px;
2407 0b14cfb4 Olga Brani
  border-top-left-radius: 1px;
2408 0b14cfb4 Olga Brani
}
2409 0b14cfb4 Olga Brani
2410 0b14cfb4 Olga Brani
/* line 291, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2411 0b14cfb4 Olga Brani
span.postfix {
2412 0b14cfb4 Olga Brani
  background: #f2f2f2;
2413 0b14cfb4 Olga Brani
  border-color: #cccccc;
2414 0b14cfb4 Olga Brani
  border-left: none;
2415 0b14cfb4 Olga Brani
  color: #333333;
2416 0b14cfb4 Olga Brani
}
2417 0b14cfb4 Olga Brani
/* line 292, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2418 0b14cfb4 Olga Brani
span.postfix.radius {
2419 0b14cfb4 Olga Brani
  -webkit-border-radius: 0;
2420 0b14cfb4 Olga Brani
  border-radius: 0;
2421 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1px;
2422 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1px;
2423 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1px;
2424 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1px;
2425 0b14cfb4 Olga Brani
  border-top-right-radius: 1px;
2426 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1px;
2427 0b14cfb4 Olga Brani
}
2428 0b14cfb4 Olga Brani
2429 0b14cfb4 Olga Brani
/* Input groups will automatically style first and last elements of the group */
2430 0b14cfb4 Olga Brani
/* line 298, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2431 0b14cfb4 Olga Brani
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
2432 0b14cfb4 Olga Brani
  -moz-border-radius-bottomleft: 1px;
2433 0b14cfb4 Olga Brani
  -moz-border-radius-topleft: 1px;
2434 0b14cfb4 Olga Brani
  -webkit-border-bottom-left-radius: 1px;
2435 0b14cfb4 Olga Brani
  -webkit-border-top-left-radius: 1px;
2436 0b14cfb4 Olga Brani
  border-bottom-left-radius: 1px;
2437 0b14cfb4 Olga Brani
  border-top-left-radius: 1px;
2438 0b14cfb4 Olga Brani
}
2439 0b14cfb4 Olga Brani
/* line 301, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2440 0b14cfb4 Olga Brani
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
2441 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1px;
2442 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1px;
2443 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1px;
2444 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1px;
2445 0b14cfb4 Olga Brani
  border-top-right-radius: 1px;
2446 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1px;
2447 0b14cfb4 Olga Brani
}
2448 0b14cfb4 Olga Brani
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2449 0b14cfb4 Olga Brani
.input-group.round > *:first-child, .input-group.round > *:first-child * {
2450 0b14cfb4 Olga Brani
  -moz-border-radius-bottomleft: 1000px;
2451 0b14cfb4 Olga Brani
  -moz-border-radius-topleft: 1000px;
2452 0b14cfb4 Olga Brani
  -webkit-border-bottom-left-radius: 1000px;
2453 0b14cfb4 Olga Brani
  -webkit-border-top-left-radius: 1000px;
2454 0b14cfb4 Olga Brani
  border-bottom-left-radius: 1000px;
2455 0b14cfb4 Olga Brani
  border-top-left-radius: 1000px;
2456 0b14cfb4 Olga Brani
}
2457 0b14cfb4 Olga Brani
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2458 0b14cfb4 Olga Brani
.input-group.round > *:last-child, .input-group.round > *:last-child * {
2459 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1000px;
2460 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1000px;
2461 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1000px;
2462 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1000px;
2463 0b14cfb4 Olga Brani
  border-top-right-radius: 1000px;
2464 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1000px;
2465 0b14cfb4 Olga Brani
}
2466 0b14cfb4 Olga Brani
2467 0b14cfb4 Olga Brani
/* We use this to get basic styling on all basic form elements */
2468 0b14cfb4 Olga Brani
/* line 329, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2469 0b14cfb4 Olga Brani
input[type="text"],
2470 0b14cfb4 Olga Brani
input[type="password"],
2471 0b14cfb4 Olga Brani
input[type="date"],
2472 0b14cfb4 Olga Brani
input[type="datetime"],
2473 0b14cfb4 Olga Brani
input[type="datetime-local"],
2474 0b14cfb4 Olga Brani
input[type="month"],
2475 0b14cfb4 Olga Brani
input[type="week"],
2476 0b14cfb4 Olga Brani
input[type="email"],
2477 0b14cfb4 Olga Brani
input[type="number"],
2478 0b14cfb4 Olga Brani
input[type="search"],
2479 0b14cfb4 Olga Brani
input[type="tel"],
2480 0b14cfb4 Olga Brani
input[type="time"],
2481 0b14cfb4 Olga Brani
input[type="url"],
2482 0b14cfb4 Olga Brani
textarea {
2483 0b14cfb4 Olga Brani
  background-color: white;
2484 0b14cfb4 Olga Brani
  font-family: inherit;
2485 0b14cfb4 Olga Brani
  border: 1px solid #919194;
2486 0b14cfb4 Olga Brani
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2487 0b14cfb4 Olga Brani
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2488 0b14cfb4 Olga Brani
  color: rgba(0, 0, 0, 0.75);
2489 0b14cfb4 Olga Brani
  display: block;
2490 0b14cfb4 Olga Brani
  font-size: 0.875em;
2491 0b14cfb4 Olga Brani
  margin: 0 0 1em 0;
2492 0b14cfb4 Olga Brani
  padding: 0.5em;
2493 0b14cfb4 Olga Brani
  height: 2.3125em;
2494 0b14cfb4 Olga Brani
  width: 100%;
2495 0b14cfb4 Olga Brani
  -moz-box-sizing: border-box;
2496 0b14cfb4 Olga Brani
  -webkit-box-sizing: border-box;
2497 0b14cfb4 Olga Brani
  box-sizing: border-box;
2498 0b14cfb4 Olga Brani
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
2499 0b14cfb4 Olga Brani
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
2500 0b14cfb4 Olga Brani
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
2501 0b14cfb4 Olga Brani
}
2502 0b14cfb4 Olga Brani
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2503 0b14cfb4 Olga Brani
input[type="text"]:focus,
2504 0b14cfb4 Olga Brani
input[type="password"]:focus,
2505 0b14cfb4 Olga Brani
input[type="date"]:focus,
2506 0b14cfb4 Olga Brani
input[type="datetime"]:focus,
2507 0b14cfb4 Olga Brani
input[type="datetime-local"]:focus,
2508 0b14cfb4 Olga Brani
input[type="month"]:focus,
2509 0b14cfb4 Olga Brani
input[type="week"]:focus,
2510 0b14cfb4 Olga Brani
input[type="email"]:focus,
2511 0b14cfb4 Olga Brani
input[type="number"]:focus,
2512 0b14cfb4 Olga Brani
input[type="search"]:focus,
2513 0b14cfb4 Olga Brani
input[type="tel"]:focus,
2514 0b14cfb4 Olga Brani
input[type="time"]:focus,
2515 0b14cfb4 Olga Brani
input[type="url"]:focus,
2516 0b14cfb4 Olga Brani
textarea:focus {
2517 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 0 5px #999999;
2518 0b14cfb4 Olga Brani
  -moz-box-shadow: 0 0 5px #999999;
2519 0b14cfb4 Olga Brani
  box-shadow: 0 0 5px #999999;
2520 0b14cfb4 Olga Brani
  border-color: #999999;
2521 0b14cfb4 Olga Brani
}
2522 0b14cfb4 Olga Brani
/* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2523 0b14cfb4 Olga Brani
input[type="text"]:focus,
2524 0b14cfb4 Olga Brani
input[type="password"]:focus,
2525 0b14cfb4 Olga Brani
input[type="date"]:focus,
2526 0b14cfb4 Olga Brani
input[type="datetime"]:focus,
2527 0b14cfb4 Olga Brani
input[type="datetime-local"]:focus,
2528 0b14cfb4 Olga Brani
input[type="month"]:focus,
2529 0b14cfb4 Olga Brani
input[type="week"]:focus,
2530 0b14cfb4 Olga Brani
input[type="email"]:focus,
2531 0b14cfb4 Olga Brani
input[type="number"]:focus,
2532 0b14cfb4 Olga Brani
input[type="search"]:focus,
2533 0b14cfb4 Olga Brani
input[type="tel"]:focus,
2534 0b14cfb4 Olga Brani
input[type="time"]:focus,
2535 0b14cfb4 Olga Brani
input[type="url"]:focus,
2536 0b14cfb4 Olga Brani
textarea:focus {
2537 0b14cfb4 Olga Brani
  background: #fafafa;
2538 0b14cfb4 Olga Brani
  border-color: #999999;
2539 0b14cfb4 Olga Brani
  outline: none;
2540 0b14cfb4 Olga Brani
}
2541 0b14cfb4 Olga Brani
/* line 114, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2542 0b14cfb4 Olga Brani
input[type="text"][disabled],
2543 0b14cfb4 Olga Brani
input[type="password"][disabled],
2544 0b14cfb4 Olga Brani
input[type="date"][disabled],
2545 0b14cfb4 Olga Brani
input[type="datetime"][disabled],
2546 0b14cfb4 Olga Brani
input[type="datetime-local"][disabled],
2547 0b14cfb4 Olga Brani
input[type="month"][disabled],
2548 0b14cfb4 Olga Brani
input[type="week"][disabled],
2549 0b14cfb4 Olga Brani
input[type="email"][disabled],
2550 0b14cfb4 Olga Brani
input[type="number"][disabled],
2551 0b14cfb4 Olga Brani
input[type="search"][disabled],
2552 0b14cfb4 Olga Brani
input[type="tel"][disabled],
2553 0b14cfb4 Olga Brani
input[type="time"][disabled],
2554 0b14cfb4 Olga Brani
input[type="url"][disabled],
2555 0b14cfb4 Olga Brani
textarea[disabled] {
2556 0b14cfb4 Olga Brani
  background-color: #dddddd;
2557 0b14cfb4 Olga Brani
}
2558 0b14cfb4 Olga Brani
2559 0b14cfb4 Olga Brani
/* Adjust margin for form elements below */
2560 0b14cfb4 Olga Brani
/* line 340, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2561 0b14cfb4 Olga Brani
input[type="file"],
2562 0b14cfb4 Olga Brani
input[type="checkbox"],
2563 0b14cfb4 Olga Brani
input[type="radio"],
2564 0b14cfb4 Olga Brani
select {
2565 0b14cfb4 Olga Brani
  margin: 0 0 1em 0;
2566 0b14cfb4 Olga Brani
}
2567 0b14cfb4 Olga Brani
2568 0b14cfb4 Olga Brani
/* Normalize file input width */
2569 0b14cfb4 Olga Brani
/* line 345, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2570 0b14cfb4 Olga Brani
input[type="file"] {
2571 0b14cfb4 Olga Brani
  width: 100%;
2572 0b14cfb4 Olga Brani
}
2573 0b14cfb4 Olga Brani
2574 0b14cfb4 Olga Brani
/* We add basic fieldset styling */
2575 0b14cfb4 Olga Brani
/* line 350, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2576 0b14cfb4 Olga Brani
fieldset {
2577 0b14cfb4 Olga Brani
  border: solid 1px #dddddd;
2578 0b14cfb4 Olga Brani
  padding: 1.25em;
2579 0b14cfb4 Olga Brani
  margin: 1.125em 0;
2580 0b14cfb4 Olga Brani
}
2581 0b14cfb4 Olga Brani
/* line 215, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2582 0b14cfb4 Olga Brani
fieldset legend {
2583 0b14cfb4 Olga Brani
  font-weight: bold;
2584 0b14cfb4 Olga Brani
  background: white;
2585 0b14cfb4 Olga Brani
  padding: 0 0.1875em;
2586 0b14cfb4 Olga Brani
  margin: 0;
2587 0b14cfb4 Olga Brani
  margin-left: -0.1875em;
2588 0b14cfb4 Olga Brani
}
2589 0b14cfb4 Olga Brani
2590 0b14cfb4 Olga Brani
/* Error Handling */
2591 0b14cfb4 Olga Brani
/* line 356, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2592 0b14cfb4 Olga Brani
span.error, small.error {
2593 0b14cfb4 Olga Brani
  display: block;
2594 0b14cfb4 Olga Brani
  padding: 0.375em 0.25em;
2595 0b14cfb4 Olga Brani
  margin-top: 0;
2596 0b14cfb4 Olga Brani
  margin-bottom: 1em;
2597 0b14cfb4 Olga Brani
  font-size: 0.75em;
2598 0b14cfb4 Olga Brani
  font-weight: bold;
2599 0b14cfb4 Olga Brani
  background: #30c79e;
2600 0b14cfb4 Olga Brani
  color: white;
2601 0b14cfb4 Olga Brani
  display: none;
2602 0b14cfb4 Olga Brani
}
2603 0b14cfb4 Olga Brani
2604 0b14cfb4 Olga Brani
/* line 364, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2605 0b14cfb4 Olga Brani
.error input,
2606 0b14cfb4 Olga Brani
.error textarea,
2607 0b14cfb4 Olga Brani
.error select {
2608 0b14cfb4 Olga Brani
  border-color: #30c79e;
2609 0b14cfb4 Olga Brani
  background-color: rgba(48, 199, 158, 0.1);
2610 0b14cfb4 Olga Brani
  margin-bottom: 0;
2611 0b14cfb4 Olga Brani
}
2612 0b14cfb4 Olga Brani
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2613 0b14cfb4 Olga Brani
.error input:focus,
2614 0b14cfb4 Olga Brani
.error textarea:focus,
2615 0b14cfb4 Olga Brani
.error select:focus {
2616 0b14cfb4 Olga Brani
  background: #fafafa;
2617 0b14cfb4 Olga Brani
  border-color: #999999;
2618 0b14cfb4 Olga Brani
}
2619 0b14cfb4 Olga Brani
/* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2620 0b14cfb4 Olga Brani
.error label,
2621 0b14cfb4 Olga Brani
.error label.error {
2622 0b14cfb4 Olga Brani
  color: #30c79e;
2623 0b14cfb4 Olga Brani
}
2624 0b14cfb4 Olga Brani
/* line 374, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2625 0b14cfb4 Olga Brani
.error small.error {
2626 0b14cfb4 Olga Brani
  display: block;
2627 0b14cfb4 Olga Brani
  padding: 0.375em 0.25em;
2628 0b14cfb4 Olga Brani
  margin-top: 0;
2629 0b14cfb4 Olga Brani
  margin-bottom: 1em;
2630 0b14cfb4 Olga Brani
  font-size: 0.75em;
2631 0b14cfb4 Olga Brani
  font-weight: bold;
2632 0b14cfb4 Olga Brani
  background: #30c79e;
2633 0b14cfb4 Olga Brani
  color: white;
2634 0b14cfb4 Olga Brani
}
2635 0b14cfb4 Olga Brani
/* line 378, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2636 0b14cfb4 Olga Brani
.error span.error-message {
2637 0b14cfb4 Olga Brani
  display: block;
2638 0b14cfb4 Olga Brani
}
2639 0b14cfb4 Olga Brani
2640 0b14cfb4 Olga Brani
/* line 384, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2641 0b14cfb4 Olga Brani
input.error,
2642 0b14cfb4 Olga Brani
textarea.error {
2643 0b14cfb4 Olga Brani
  border-color: #30c79e;
2644 0b14cfb4 Olga Brani
  background-color: rgba(48, 199, 158, 0.1);
2645 0b14cfb4 Olga Brani
}
2646 0b14cfb4 Olga Brani
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2647 0b14cfb4 Olga Brani
input.error:focus,
2648 0b14cfb4 Olga Brani
textarea.error:focus {
2649 0b14cfb4 Olga Brani
  background: #fafafa;
2650 0b14cfb4 Olga Brani
  border-color: #999999;
2651 0b14cfb4 Olga Brani
}
2652 0b14cfb4 Olga Brani
2653 0b14cfb4 Olga Brani
/* line 388, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2654 0b14cfb4 Olga Brani
.error select {
2655 0b14cfb4 Olga Brani
  border-color: #30c79e;
2656 0b14cfb4 Olga Brani
  background-color: rgba(48, 199, 158, 0.1);
2657 0b14cfb4 Olga Brani
}
2658 0b14cfb4 Olga Brani
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2659 0b14cfb4 Olga Brani
.error select:focus {
2660 0b14cfb4 Olga Brani
  background: #fafafa;
2661 0b14cfb4 Olga Brani
  border-color: #999999;
2662 0b14cfb4 Olga Brani
}
2663 0b14cfb4 Olga Brani
2664 0b14cfb4 Olga Brani
/* line 392, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2665 0b14cfb4 Olga Brani
label.error {
2666 0b14cfb4 Olga Brani
  color: #30c79e;
2667 0b14cfb4 Olga Brani
}
2668 0b14cfb4 Olga Brani
2669 0b14cfb4 Olga Brani
/* Button Groups */
2670 0b14cfb4 Olga Brani
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2671 0b14cfb4 Olga Brani
.button-group {
2672 0b14cfb4 Olga Brani
  list-style: none;
2673 0b14cfb4 Olga Brani
  margin: 0;
2674 0b14cfb4 Olga Brani
  *zoom: 1;
2675 0b14cfb4 Olga Brani
}
2676 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2677 0b14cfb4 Olga Brani
.button-group:before, .button-group:after {
2678 0b14cfb4 Olga Brani
  content: " ";
2679 0b14cfb4 Olga Brani
  display: table;
2680 0b14cfb4 Olga Brani
}
2681 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2682 0b14cfb4 Olga Brani
.button-group:after {
2683 0b14cfb4 Olga Brani
  clear: both;
2684 0b14cfb4 Olga Brani
}
2685 0b14cfb4 Olga Brani
/* line 74, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2686 0b14cfb4 Olga Brani
.button-group > * {
2687 0b14cfb4 Olga Brani
  margin: 0 0 0 -1px;
2688 0b14cfb4 Olga Brani
  float: left;
2689 0b14cfb4 Olga Brani
}
2690 0b14cfb4 Olga Brani
/* line 35, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2691 0b14cfb4 Olga Brani
.button-group > *:first-child {
2692 0b14cfb4 Olga Brani
  margin-left: 0;
2693 0b14cfb4 Olga Brani
}
2694 0b14cfb4 Olga Brani
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2695 0b14cfb4 Olga Brani
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
2696 0b14cfb4 Olga Brani
  -moz-border-radius-bottomleft: 1px;
2697 0b14cfb4 Olga Brani
  -moz-border-radius-topleft: 1px;
2698 0b14cfb4 Olga Brani
  -webkit-border-bottom-left-radius: 1px;
2699 0b14cfb4 Olga Brani
  -webkit-border-top-left-radius: 1px;
2700 0b14cfb4 Olga Brani
  border-bottom-left-radius: 1px;
2701 0b14cfb4 Olga Brani
  border-top-left-radius: 1px;
2702 0b14cfb4 Olga Brani
}
2703 0b14cfb4 Olga Brani
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2704 0b14cfb4 Olga Brani
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
2705 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1px;
2706 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1px;
2707 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1px;
2708 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1px;
2709 0b14cfb4 Olga Brani
  border-top-right-radius: 1px;
2710 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1px;
2711 0b14cfb4 Olga Brani
}
2712 0b14cfb4 Olga Brani
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2713 0b14cfb4 Olga Brani
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
2714 0b14cfb4 Olga Brani
  -moz-border-radius-bottomleft: 1000px;
2715 0b14cfb4 Olga Brani
  -moz-border-radius-topleft: 1000px;
2716 0b14cfb4 Olga Brani
  -webkit-border-bottom-left-radius: 1000px;
2717 0b14cfb4 Olga Brani
  -webkit-border-top-left-radius: 1000px;
2718 0b14cfb4 Olga Brani
  border-bottom-left-radius: 1000px;
2719 0b14cfb4 Olga Brani
  border-top-left-radius: 1000px;
2720 0b14cfb4 Olga Brani
}
2721 0b14cfb4 Olga Brani
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2722 0b14cfb4 Olga Brani
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
2723 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1000px;
2724 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1000px;
2725 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1000px;
2726 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1000px;
2727 0b14cfb4 Olga Brani
  border-top-right-radius: 1000px;
2728 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1000px;
2729 0b14cfb4 Olga Brani
}
2730 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2731 0b14cfb4 Olga Brani
.button-group.even-2 li {
2732 0b14cfb4 Olga Brani
  width: 50%;
2733 0b14cfb4 Olga Brani
}
2734 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2735 0b14cfb4 Olga Brani
.button-group.even-2 li button, .button-group.even-2 li .button {
2736 0b14cfb4 Olga Brani
  width: 100%;
2737 0b14cfb4 Olga Brani
}
2738 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2739 0b14cfb4 Olga Brani
.button-group.even-3 li {
2740 0b14cfb4 Olga Brani
  width: 33.33333%;
2741 0b14cfb4 Olga Brani
}
2742 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2743 0b14cfb4 Olga Brani
.button-group.even-3 li button, .button-group.even-3 li .button {
2744 0b14cfb4 Olga Brani
  width: 100%;
2745 0b14cfb4 Olga Brani
}
2746 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2747 0b14cfb4 Olga Brani
.button-group.even-4 li {
2748 0b14cfb4 Olga Brani
  width: 25%;
2749 0b14cfb4 Olga Brani
}
2750 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2751 0b14cfb4 Olga Brani
.button-group.even-4 li button, .button-group.even-4 li .button {
2752 0b14cfb4 Olga Brani
  width: 100%;
2753 0b14cfb4 Olga Brani
}
2754 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2755 0b14cfb4 Olga Brani
.button-group.even-5 li {
2756 0b14cfb4 Olga Brani
  width: 20%;
2757 0b14cfb4 Olga Brani
}
2758 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2759 0b14cfb4 Olga Brani
.button-group.even-5 li button, .button-group.even-5 li .button {
2760 0b14cfb4 Olga Brani
  width: 100%;
2761 0b14cfb4 Olga Brani
}
2762 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2763 0b14cfb4 Olga Brani
.button-group.even-6 li {
2764 0b14cfb4 Olga Brani
  width: 16.66667%;
2765 0b14cfb4 Olga Brani
}
2766 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2767 0b14cfb4 Olga Brani
.button-group.even-6 li button, .button-group.even-6 li .button {
2768 0b14cfb4 Olga Brani
  width: 100%;
2769 0b14cfb4 Olga Brani
}
2770 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2771 0b14cfb4 Olga Brani
.button-group.even-7 li {
2772 0b14cfb4 Olga Brani
  width: 14.28571%;
2773 0b14cfb4 Olga Brani
}
2774 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2775 0b14cfb4 Olga Brani
.button-group.even-7 li button, .button-group.even-7 li .button {
2776 0b14cfb4 Olga Brani
  width: 100%;
2777 0b14cfb4 Olga Brani
}
2778 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2779 0b14cfb4 Olga Brani
.button-group.even-8 li {
2780 0b14cfb4 Olga Brani
  width: 12.5%;
2781 0b14cfb4 Olga Brani
}
2782 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2783 0b14cfb4 Olga Brani
.button-group.even-8 li button, .button-group.even-8 li .button {
2784 0b14cfb4 Olga Brani
  width: 100%;
2785 0b14cfb4 Olga Brani
}
2786 0b14cfb4 Olga Brani
2787 0b14cfb4 Olga Brani
/* line 84, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2788 0b14cfb4 Olga Brani
.button-bar {
2789 0b14cfb4 Olga Brani
  *zoom: 1;
2790 0b14cfb4 Olga Brani
}
2791 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2792 0b14cfb4 Olga Brani
.button-bar:before, .button-bar:after {
2793 0b14cfb4 Olga Brani
  content: " ";
2794 0b14cfb4 Olga Brani
  display: table;
2795 0b14cfb4 Olga Brani
}
2796 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2797 0b14cfb4 Olga Brani
.button-bar:after {
2798 0b14cfb4 Olga Brani
  clear: both;
2799 0b14cfb4 Olga Brani
}
2800 0b14cfb4 Olga Brani
/* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2801 0b14cfb4 Olga Brani
.button-bar .button-group {
2802 0b14cfb4 Olga Brani
  float: left;
2803 0b14cfb4 Olga Brani
  margin-right: 0.625em;
2804 0b14cfb4 Olga Brani
}
2805 0b14cfb4 Olga Brani
/* line 23, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2806 0b14cfb4 Olga Brani
.button-bar .button-group div {
2807 0b14cfb4 Olga Brani
  overflow: hidden;
2808 0b14cfb4 Olga Brani
}
2809 0b14cfb4 Olga Brani
2810 0b14cfb4 Olga Brani
/* Dropdown Button */
2811 0b14cfb4 Olga Brani
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2812 0b14cfb4 Olga Brani
.dropdown.button {
2813 0b14cfb4 Olga Brani
  position: relative;
2814 0b14cfb4 Olga Brani
  padding-right: 3.1875em;
2815 0b14cfb4 Olga Brani
}
2816 0b14cfb4 Olga Brani
/* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2817 0b14cfb4 Olga Brani
.dropdown.button:before {
2818 0b14cfb4 Olga Brani
  position: absolute;
2819 0b14cfb4 Olga Brani
  content: "";
2820 0b14cfb4 Olga Brani
  width: 0;
2821 0b14cfb4 Olga Brani
  height: 0;
2822 0b14cfb4 Olga Brani
  display: block;
2823 0b14cfb4 Olga Brani
  border-style: solid;
2824 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
2825 0b14cfb4 Olga Brani
  top: 50%;
2826 0b14cfb4 Olga Brani
}
2827 0b14cfb4 Olga Brani
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2828 0b14cfb4 Olga Brani
.dropdown.button:before {
2829 0b14cfb4 Olga Brani
  border-width: 0.5625em;
2830 0b14cfb4 Olga Brani
  right: 1.5em;
2831 0b14cfb4 Olga Brani
  margin-top: -0.25em;
2832 0b14cfb4 Olga Brani
}
2833 0b14cfb4 Olga Brani
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2834 0b14cfb4 Olga Brani
.dropdown.button:before {
2835 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
2836 0b14cfb4 Olga Brani
}
2837 0b14cfb4 Olga Brani
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2838 0b14cfb4 Olga Brani
.dropdown.button.tiny {
2839 0b14cfb4 Olga Brani
  padding-right: 2.1875em;
2840 0b14cfb4 Olga Brani
}
2841 0b14cfb4 Olga Brani
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2842 0b14cfb4 Olga Brani
.dropdown.button.tiny:before {
2843 0b14cfb4 Olga Brani
  border-width: 0.4375em;
2844 0b14cfb4 Olga Brani
  right: 0.875em;
2845 0b14cfb4 Olga Brani
  margin-top: -0.15625em;
2846 0b14cfb4 Olga Brani
}
2847 0b14cfb4 Olga Brani
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2848 0b14cfb4 Olga Brani
.dropdown.button.tiny:before {
2849 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
2850 0b14cfb4 Olga Brani
}
2851 0b14cfb4 Olga Brani
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2852 0b14cfb4 Olga Brani
.dropdown.button.small {
2853 0b14cfb4 Olga Brani
  padding-right: 2.8125em;
2854 0b14cfb4 Olga Brani
}
2855 0b14cfb4 Olga Brani
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2856 0b14cfb4 Olga Brani
.dropdown.button.small:before {
2857 0b14cfb4 Olga Brani
  border-width: 0.5625em;
2858 0b14cfb4 Olga Brani
  right: 1.125em;
2859 0b14cfb4 Olga Brani
  margin-top: -0.21875em;
2860 0b14cfb4 Olga Brani
}
2861 0b14cfb4 Olga Brani
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2862 0b14cfb4 Olga Brani
.dropdown.button.small:before {
2863 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
2864 0b14cfb4 Olga Brani
}
2865 0b14cfb4 Olga Brani
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2866 0b14cfb4 Olga Brani
.dropdown.button.large {
2867 0b14cfb4 Olga Brani
  padding-right: 4em;
2868 0b14cfb4 Olga Brani
}
2869 0b14cfb4 Olga Brani
/* line 91, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2870 0b14cfb4 Olga Brani
.dropdown.button.large:before {
2871 0b14cfb4 Olga Brani
  border-width: 0.625em;
2872 0b14cfb4 Olga Brani
  right: 1.75em;
2873 0b14cfb4 Olga Brani
  margin-top: -0.3125em;
2874 0b14cfb4 Olga Brani
}
2875 0b14cfb4 Olga Brani
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2876 0b14cfb4 Olga Brani
.dropdown.button.large:before {
2877 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
2878 0b14cfb4 Olga Brani
}
2879 0b14cfb4 Olga Brani
/* line 112, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2880 0b14cfb4 Olga Brani
.dropdown.button.secondary:before {
2881 0b14cfb4 Olga Brani
  border-color: #333333 transparent transparent transparent;
2882 0b14cfb4 Olga Brani
}
2883 0b14cfb4 Olga Brani
2884 0b14cfb4 Olga Brani
/* Split Buttons */
2885 0b14cfb4 Olga Brani
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2886 0b14cfb4 Olga Brani
.split.button {
2887 0b14cfb4 Olga Brani
  position: relative;
2888 0b14cfb4 Olga Brani
  padding-right: 4.8em;
2889 0b14cfb4 Olga Brani
}
2890 0b14cfb4 Olga Brani
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2891 0b14cfb4 Olga Brani
.split.button span {
2892 0b14cfb4 Olga Brani
  display: block;
2893 0b14cfb4 Olga Brani
  height: 100%;
2894 0b14cfb4 Olga Brani
  position: absolute;
2895 0b14cfb4 Olga Brani
  right: 0;
2896 0b14cfb4 Olga Brani
  top: 0;
2897 0b14cfb4 Olga Brani
  border-left: solid 1px;
2898 0b14cfb4 Olga Brani
}
2899 0b14cfb4 Olga Brani
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2900 0b14cfb4 Olga Brani
.split.button span:before {
2901 0b14cfb4 Olga Brani
  position: absolute;
2902 0b14cfb4 Olga Brani
  content: "";
2903 0b14cfb4 Olga Brani
  width: 0;
2904 0b14cfb4 Olga Brani
  height: 0;
2905 0b14cfb4 Olga Brani
  display: block;
2906 0b14cfb4 Olga Brani
  border-style: inset;
2907 0b14cfb4 Olga Brani
  left: 50%;
2908 0b14cfb4 Olga Brani
}
2909 0b14cfb4 Olga Brani
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2910 0b14cfb4 Olga Brani
.split.button span:active {
2911 0b14cfb4 Olga Brani
  background-color: rgba(0, 0, 0, 0.1);
2912 0b14cfb4 Olga Brani
}
2913 0b14cfb4 Olga Brani
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2914 0b14cfb4 Olga Brani
.split.button span {
2915 0b14cfb4 Olga Brani
  border-left-color: #6b6b6e;
2916 0b14cfb4 Olga Brani
}
2917 0b14cfb4 Olga Brani
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2918 0b14cfb4 Olga Brani
.split.button span {
2919 0b14cfb4 Olga Brani
  width: 3em;
2920 0b14cfb4 Olga Brani
}
2921 0b14cfb4 Olga Brani
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2922 0b14cfb4 Olga Brani
.split.button span:before {
2923 0b14cfb4 Olga Brani
  border-top-style: solid;
2924 0b14cfb4 Olga Brani
  border-width: 0.5625em;
2925 0b14cfb4 Olga Brani
  top: 1.125em;
2926 0b14cfb4 Olga Brani
  margin-left: -0.5625em;
2927 0b14cfb4 Olga Brani
}
2928 0b14cfb4 Olga Brani
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2929 0b14cfb4 Olga Brani
.split.button span:before {
2930 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
2931 0b14cfb4 Olga Brani
}
2932 0b14cfb4 Olga Brani
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2933 0b14cfb4 Olga Brani
.split.button.secondary span {
2934 0b14cfb4 Olga Brani
  border-left-color: #21896d;
2935 0b14cfb4 Olga Brani
}
2936 0b14cfb4 Olga Brani
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2937 0b14cfb4 Olga Brani
.split.button.secondary span:before {
2938 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
2939 0b14cfb4 Olga Brani
}
2940 0b14cfb4 Olga Brani
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2941 0b14cfb4 Olga Brani
.split.button.alert span {
2942 0b14cfb4 Olga Brani
  border-left-color: #21896d;
2943 0b14cfb4 Olga Brani
}
2944 0b14cfb4 Olga Brani
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2945 0b14cfb4 Olga Brani
.split.button.success span {
2946 0b14cfb4 Olga Brani
  border-left-color: #00592b;
2947 0b14cfb4 Olga Brani
}
2948 0b14cfb4 Olga Brani
/* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2949 0b14cfb4 Olga Brani
.split.button.tiny {
2950 0b14cfb4 Olga Brani
  padding-right: 3.9375em;
2951 0b14cfb4 Olga Brani
}
2952 0b14cfb4 Olga Brani
/* line 88, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2953 0b14cfb4 Olga Brani
.split.button.tiny span {
2954 0b14cfb4 Olga Brani
  width: 2.84375em;
2955 0b14cfb4 Olga Brani
}
2956 0b14cfb4 Olga Brani
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2957 0b14cfb4 Olga Brani
.split.button.tiny span:before {
2958 0b14cfb4 Olga Brani
  border-top-style: solid;
2959 0b14cfb4 Olga Brani
  border-width: 0.4375em;
2960 0b14cfb4 Olga Brani
  top: 0.875em;
2961 0b14cfb4 Olga Brani
  margin-left: -0.3125em;
2962 0b14cfb4 Olga Brani
}
2963 0b14cfb4 Olga Brani
/* line 157, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2964 0b14cfb4 Olga Brani
.split.button.small {
2965 0b14cfb4 Olga Brani
  padding-right: 3.9375em;
2966 0b14cfb4 Olga Brani
}
2967 0b14cfb4 Olga Brani
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2968 0b14cfb4 Olga Brani
.split.button.small span {
2969 0b14cfb4 Olga Brani
  width: 2.8125em;
2970 0b14cfb4 Olga Brani
}
2971 0b14cfb4 Olga Brani
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2972 0b14cfb4 Olga Brani
.split.button.small span:before {
2973 0b14cfb4 Olga Brani
  border-top-style: solid;
2974 0b14cfb4 Olga Brani
  border-width: 0.5625em;
2975 0b14cfb4 Olga Brani
  top: 0.84375em;
2976 0b14cfb4 Olga Brani
  margin-left: -0.5625em;
2977 0b14cfb4 Olga Brani
}
2978 0b14cfb4 Olga Brani
/* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2979 0b14cfb4 Olga Brani
.split.button.large {
2980 0b14cfb4 Olga Brani
  padding-right: 6em;
2981 0b14cfb4 Olga Brani
}
2982 0b14cfb4 Olga Brani
/* line 130, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2983 0b14cfb4 Olga Brani
.split.button.large span {
2984 0b14cfb4 Olga Brani
  width: 3.75em;
2985 0b14cfb4 Olga Brani
}
2986 0b14cfb4 Olga Brani
/* line 131, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2987 0b14cfb4 Olga Brani
.split.button.large span:before {
2988 0b14cfb4 Olga Brani
  border-top-style: solid;
2989 0b14cfb4 Olga Brani
  border-width: 0.625em;
2990 0b14cfb4 Olga Brani
  top: 1.3125em;
2991 0b14cfb4 Olga Brani
  margin-left: -0.5625em;
2992 0b14cfb4 Olga Brani
}
2993 0b14cfb4 Olga Brani
/* line 159, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2994 0b14cfb4 Olga Brani
.split.button.expand {
2995 0b14cfb4 Olga Brani
  padding-left: 2em;
2996 0b14cfb4 Olga Brani
}
2997 0b14cfb4 Olga Brani
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2998 0b14cfb4 Olga Brani
.split.button.secondary span:before {
2999 0b14cfb4 Olga Brani
  border-color: #333333 transparent transparent transparent;
3000 0b14cfb4 Olga Brani
}
3001 0b14cfb4 Olga Brani
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
3002 0b14cfb4 Olga Brani
.split.button.radius span {
3003 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1px;
3004 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1px;
3005 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1px;
3006 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1px;
3007 0b14cfb4 Olga Brani
  border-top-right-radius: 1px;
3008 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1px;
3009 0b14cfb4 Olga Brani
}
3010 0b14cfb4 Olga Brani
/* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
3011 0b14cfb4 Olga Brani
.split.button.round span {
3012 0b14cfb4 Olga Brani
  -moz-border-radius-topright: 1000px;
3013 0b14cfb4 Olga Brani
  -moz-border-radius-bottomright: 1000px;
3014 0b14cfb4 Olga Brani
  -webkit-border-top-right-radius: 1000px;
3015 0b14cfb4 Olga Brani
  -webkit-border-bottom-right-radius: 1000px;
3016 0b14cfb4 Olga Brani
  border-top-right-radius: 1000px;
3017 0b14cfb4 Olga Brani
  border-bottom-right-radius: 1000px;
3018 0b14cfb4 Olga Brani
}
3019 0b14cfb4 Olga Brani
3020 0b14cfb4 Olga Brani
/* Flex Video */
3021 0b14cfb4 Olga Brani
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3022 0b14cfb4 Olga Brani
.flex-video {
3023 0b14cfb4 Olga Brani
  position: relative;
3024 0b14cfb4 Olga Brani
  padding-top: 1.5625em;
3025 0b14cfb4 Olga Brani
  padding-bottom: 67.5%;
3026 0b14cfb4 Olga Brani
  height: 0;
3027 0b14cfb4 Olga Brani
  margin-bottom: 1em;
3028 0b14cfb4 Olga Brani
  overflow: hidden;
3029 0b14cfb4 Olga Brani
}
3030 0b14cfb4 Olga Brani
/* line 26, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3031 0b14cfb4 Olga Brani
.flex-video.widescreen {
3032 0b14cfb4 Olga Brani
  padding-bottom: 57.25%;
3033 0b14cfb4 Olga Brani
}
3034 0b14cfb4 Olga Brani
/* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3035 0b14cfb4 Olga Brani
.flex-video.vimeo {
3036 0b14cfb4 Olga Brani
  padding-top: 0;
3037 0b14cfb4 Olga Brani
}
3038 0b14cfb4 Olga Brani
/* line 32, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3039 0b14cfb4 Olga Brani
.flex-video iframe,
3040 0b14cfb4 Olga Brani
.flex-video object,
3041 0b14cfb4 Olga Brani
.flex-video embed,
3042 0b14cfb4 Olga Brani
.flex-video video {
3043 0b14cfb4 Olga Brani
  position: absolute;
3044 0b14cfb4 Olga Brani
  top: 0;
3045 0b14cfb4 Olga Brani
  left: 0;
3046 0b14cfb4 Olga Brani
  width: 100%;
3047 0b14cfb4 Olga Brani
  height: 100%;
3048 0b14cfb4 Olga Brani
}
3049 0b14cfb4 Olga Brani
3050 0b14cfb4 Olga Brani
/* Sections */
3051 0b14cfb4 Olga Brani
/* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3052 0b14cfb4 Olga Brani
[data-section=''], [data-section='auto'], .section-container.auto,
3053 0b14cfb4 Olga Brani
[data-section='vertical-tabs'], .section-container.vertical-tabs,
3054 0b14cfb4 Olga Brani
[data-section='vertical-nav'], .section-container.vertical-nav,
3055 0b14cfb4 Olga Brani
[data-section='horizontal-nav'], .section-container.horizontal-nav,
3056 0b14cfb4 Olga Brani
[data-section='accordion'], .section-container.accordion {
3057 0b14cfb4 Olga Brani
  width: 100%;
3058 0b14cfb4 Olga Brani
  position: relative;
3059 0b14cfb4 Olga Brani
  display: block;
3060 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
3061 0b14cfb4 Olga Brani
}
3062 0b14cfb4 Olga Brani
/* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3063 0b14cfb4 Olga Brani
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
3064 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
3065 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
3066 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
3067 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
3068 0b14cfb4 Olga Brani
  width: 100% !important;
3069 0b14cfb4 Olga Brani
}
3070 0b14cfb4 Olga Brani
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3071 0b14cfb4 Olga Brani
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
3072 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
3073 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > section,
3074 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
3075 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
3076 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > section,
3077 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
3078 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
3079 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > section,
3080 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
3081 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > [data-section-region],
3082 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > section,
3083 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
3084 0b14cfb4 Olga Brani
  padding: 0 !important;
3085 0b14cfb4 Olga Brani
  margin: 0 !important;
3086 0b14cfb4 Olga Brani
}
3087 0b14cfb4 Olga Brani
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3088 0b14cfb4 Olga Brani
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
3089 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
3090 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
3091 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
3092 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
3093 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
3094 0b14cfb4 Olga Brani
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
3095 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
3096 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
3097 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
3098 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > section > .title,
3099 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
3100 0b14cfb4 Olga Brani
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
3101 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
3102 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
3103 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
3104 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
3105 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
3106 0b14cfb4 Olga Brani
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
3107 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
3108 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
3109 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
3110 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > section > .title,
3111 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
3112 0b14cfb4 Olga Brani
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
3113 0b14cfb4 Olga Brani
  width: 100% !important;
3114 0b14cfb4 Olga Brani
}
3115 0b14cfb4 Olga Brani
/* line 287, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3116 0b14cfb4 Olga Brani
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
3117 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section,
3118 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section,
3119 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
3120 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section,
3121 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section,
3122 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
3123 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section,
3124 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section,
3125 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
3126 0b14cfb4 Olga Brani
[data-section='accordion'] > section,
3127 0b14cfb4 Olga Brani
[data-section='accordion'] > .section,
3128 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
3129 0b14cfb4 Olga Brani
  margin: 0;
3130 0b14cfb4 Olga Brani
}
3131 0b14cfb4 Olga Brani
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3132 0b14cfb4 Olga Brani
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
3133 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > [data-section-title],
3134 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > .title,
3135 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > [data-section-title],
3136 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > .title,
3137 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
3138 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
3139 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > [data-section-title],
3140 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > .title,
3141 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > [data-section-title],
3142 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > .title,
3143 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
3144 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
3145 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > [data-section-title],
3146 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > .title,
3147 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > [data-section-title],
3148 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > .title,
3149 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
3150 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
3151 0b14cfb4 Olga Brani
[data-section='accordion'] > section > [data-section-title],
3152 0b14cfb4 Olga Brani
[data-section='accordion'] > section > .title,
3153 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > [data-section-title],
3154 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > .title,
3155 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > [data-section-title],
3156 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
3157 0b14cfb4 Olga Brani
  margin-bottom: 0;
3158 0b14cfb4 Olga Brani
}
3159 0b14cfb4 Olga Brani
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3160 0b14cfb4 Olga Brani
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
3161 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > [data-section-title] a,
3162 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > .title a,
3163 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > [data-section-title] a,
3164 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > .title a,
3165 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
3166 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
3167 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > [data-section-title] a,
3168 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > .title a,
3169 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > [data-section-title] a,
3170 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > .title a,
3171 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
3172 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
3173 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > [data-section-title] a,
3174 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > .title a,
3175 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > [data-section-title] a,
3176 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > .title a,
3177 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
3178 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
3179 0b14cfb4 Olga Brani
[data-section='accordion'] > section > [data-section-title] a,
3180 0b14cfb4 Olga Brani
[data-section='accordion'] > section > .title a,
3181 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > [data-section-title] a,
3182 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > .title a,
3183 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
3184 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
3185 0b14cfb4 Olga Brani
  width: 100%;
3186 0b14cfb4 Olga Brani
  display: inline-block;
3187 0b14cfb4 Olga Brani
  white-space: nowrap;
3188 0b14cfb4 Olga Brani
}
3189 0b14cfb4 Olga Brani
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3190 0b14cfb4 Olga Brani
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
3191 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > [data-section-content],
3192 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > .content,
3193 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > [data-section-content],
3194 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > .content,
3195 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
3196 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
3197 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > [data-section-content],
3198 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > .content,
3199 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > [data-section-content],
3200 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > .content,
3201 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
3202 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
3203 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > [data-section-content],
3204 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > .content,
3205 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > [data-section-content],
3206 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > .content,
3207 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
3208 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
3209 0b14cfb4 Olga Brani
[data-section='accordion'] > section > [data-section-content],
3210 0b14cfb4 Olga Brani
[data-section='accordion'] > section > .content,
3211 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > [data-section-content],
3212 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > .content,
3213 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > [data-section-content],
3214 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
3215 0b14cfb4 Olga Brani
  display: none;
3216 0b14cfb4 Olga Brani
}
3217 0b14cfb4 Olga Brani
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3218 0b14cfb4 Olga Brani
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
3219 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section.active > [data-section-content],
3220 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section.active > .content,
3221 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section.active > [data-section-content],
3222 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section.active > .content,
3223 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
3224 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
3225 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section.active > [data-section-content],
3226 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section.active > .content,
3227 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section.active > [data-section-content],
3228 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section.active > .content,
3229 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
3230 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
3231 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section.active > [data-section-content],
3232 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section.active > .content,
3233 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section.active > [data-section-content],
3234 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section.active > .content,
3235 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
3236 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
3237 0b14cfb4 Olga Brani
[data-section='accordion'] > section.active > [data-section-content],
3238 0b14cfb4 Olga Brani
[data-section='accordion'] > section.active > .content,
3239 0b14cfb4 Olga Brani
[data-section='accordion'] > .section.active > [data-section-content],
3240 0b14cfb4 Olga Brani
[data-section='accordion'] > .section.active > .content,
3241 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region].active > [data-section-content],
3242 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
3243 0b14cfb4 Olga Brani
  display: block;
3244 0b14cfb4 Olga Brani
}
3245 0b14cfb4 Olga Brani
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3246 0b14cfb4 Olga Brani
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
3247 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section:not(.active),
3248 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section:not(.active),
3249 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
3250 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section:not(.active),
3251 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section:not(.active),
3252 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
3253 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section:not(.active),
3254 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section:not(.active),
3255 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
3256 0b14cfb4 Olga Brani
[data-section='accordion'] > section:not(.active),
3257 0b14cfb4 Olga Brani
[data-section='accordion'] > .section:not(.active),
3258 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
3259 0b14cfb4 Olga Brani
  padding: 0 !important;
3260 0b14cfb4 Olga Brani
}
3261 0b14cfb4 Olga Brani
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3262 0b14cfb4 Olga Brani
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
3263 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > [data-section-title],
3264 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > section > .title,
3265 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > [data-section-title],
3266 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > .section > .title,
3267 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
3268 0b14cfb4 Olga Brani
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
3269 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > [data-section-title],
3270 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > section > .title,
3271 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > [data-section-title],
3272 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > .section > .title,
3273 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
3274 0b14cfb4 Olga Brani
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
3275 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > [data-section-title],
3276 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > section > .title,
3277 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > [data-section-title],
3278 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > .section > .title,
3279 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
3280 0b14cfb4 Olga Brani
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
3281 0b14cfb4 Olga Brani
[data-section='accordion'] > section > [data-section-title],
3282 0b14cfb4 Olga Brani
[data-section='accordion'] > section > .title,
3283 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > [data-section-title],
3284 0b14cfb4 Olga Brani
[data-section='accordion'] > .section > .title,
3285 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > [data-section-title],
3286 0b14cfb4 Olga Brani
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
3287 0b14cfb4 Olga Brani
  width: 100%;
3288 0b14cfb4 Olga Brani
}
3289 0b14cfb4 Olga Brani
3290 0b14cfb4 Olga Brani
/* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3291 0b14cfb4 Olga Brani
.section-container.auto,
3292 0b14cfb4 Olga Brani
.section-container.vertical-tabs,
3293 0b14cfb4 Olga Brani
.section-container.vertical-nav,
3294 0b14cfb4 Olga Brani
.section-container.horizontal-nav,
3295 0b14cfb4 Olga Brani
.section-container.accordion {
3296 0b14cfb4 Olga Brani
  border-top: 1px solid #cccccc;
3297 0b14cfb4 Olga Brani
}
3298 0b14cfb4 Olga Brani
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3299 0b14cfb4 Olga Brani
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3300 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .title,
3301 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .title,
3302 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .title,
3303 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .title,
3304 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .title,
3305 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .title,
3306 0b14cfb4 Olga Brani
.section-container.accordion > section > .title,
3307 0b14cfb4 Olga Brani
.section-container.accordion > .section > .title {
3308 0b14cfb4 Olga Brani
  background-color: #efefef;
3309 0b14cfb4 Olga Brani
  cursor: pointer;
3310 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
3311 0b14cfb4 Olga Brani
}
3312 0b14cfb4 Olga Brani
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3313 0b14cfb4 Olga Brani
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
3314 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .title a,
3315 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .title a,
3316 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .title a,
3317 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .title a,
3318 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .title a,
3319 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .title a,
3320 0b14cfb4 Olga Brani
.section-container.accordion > section > .title a,
3321 0b14cfb4 Olga Brani
.section-container.accordion > .section > .title a {
3322 0b14cfb4 Olga Brani
  padding: 0.9375em;
3323 0b14cfb4 Olga Brani
  color: #333333;
3324 0b14cfb4 Olga Brani
  font-size: 0.875em;
3325 0b14cfb4 Olga Brani
  background: none;
3326 0b14cfb4 Olga Brani
}
3327 0b14cfb4 Olga Brani
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3328 0b14cfb4 Olga Brani
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
3329 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .title:hover,
3330 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .title:hover,
3331 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .title:hover,
3332 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .title:hover,
3333 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .title:hover,
3334 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .title:hover,
3335 0b14cfb4 Olga Brani
.section-container.accordion > section > .title:hover,
3336 0b14cfb4 Olga Brani
.section-container.accordion > .section > .title:hover {
3337 0b14cfb4 Olga Brani
  background-color: #e2e2e2;
3338 0b14cfb4 Olga Brani
}
3339 0b14cfb4 Olga Brani
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3340 0b14cfb4 Olga Brani
.section-container.auto > section > .content, .section-container.auto > .section > .content,
3341 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .content,
3342 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .content,
3343 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .content,
3344 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .content,
3345 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .content,
3346 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .content,
3347 0b14cfb4 Olga Brani
.section-container.accordion > section > .content,
3348 0b14cfb4 Olga Brani
.section-container.accordion > .section > .content {
3349 0b14cfb4 Olga Brani
  padding: 0.9375em;
3350 0b14cfb4 Olga Brani
  background-color: white;
3351 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
3352 0b14cfb4 Olga Brani
}
3353 0b14cfb4 Olga Brani
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3354 0b14cfb4 Olga Brani
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
3355 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .content > *:last-child,
3356 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .content > *:last-child,
3357 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .content > *:last-child,
3358 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .content > *:last-child,
3359 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .content > *:last-child,
3360 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .content > *:last-child,
3361 0b14cfb4 Olga Brani
.section-container.accordion > section > .content > *:last-child,
3362 0b14cfb4 Olga Brani
.section-container.accordion > .section > .content > *:last-child {
3363 0b14cfb4 Olga Brani
  margin-bottom: 0;
3364 0b14cfb4 Olga Brani
}
3365 0b14cfb4 Olga Brani
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3366 0b14cfb4 Olga Brani
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
3367 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .content > *:first-child,
3368 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .content > *:first-child,
3369 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .content > *:first-child,
3370 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .content > *:first-child,
3371 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .content > *:first-child,
3372 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .content > *:first-child,
3373 0b14cfb4 Olga Brani
.section-container.accordion > section > .content > *:first-child,
3374 0b14cfb4 Olga Brani
.section-container.accordion > .section > .content > *:first-child {
3375 0b14cfb4 Olga Brani
  padding-top: 0;
3376 0b14cfb4 Olga Brani
}
3377 0b14cfb4 Olga Brani
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3378 0b14cfb4 Olga Brani
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
3379 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
3380 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
3381 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
3382 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
3383 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
3384 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
3385 0b14cfb4 Olga Brani
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
3386 0b14cfb4 Olga Brani
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
3387 0b14cfb4 Olga Brani
  padding-bottom: 0;
3388 0b14cfb4 Olga Brani
}
3389 0b14cfb4 Olga Brani
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3390 0b14cfb4 Olga Brani
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
3391 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section.active > .title,
3392 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section.active > .title,
3393 0b14cfb4 Olga Brani
.section-container.vertical-nav > section.active > .title,
3394 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section.active > .title,
3395 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section.active > .title,
3396 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section.active > .title,
3397 0b14cfb4 Olga Brani
.section-container.accordion > section.active > .title,
3398 0b14cfb4 Olga Brani
.section-container.accordion > .section.active > .title {
3399 0b14cfb4 Olga Brani
  background: #d5d5d5;
3400 0b14cfb4 Olga Brani
}
3401 0b14cfb4 Olga Brani
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3402 0b14cfb4 Olga Brani
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
3403 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section.active > .title a,
3404 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section.active > .title a,
3405 0b14cfb4 Olga Brani
.section-container.vertical-nav > section.active > .title a,
3406 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section.active > .title a,
3407 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section.active > .title a,
3408 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section.active > .title a,
3409 0b14cfb4 Olga Brani
.section-container.accordion > section.active > .title a,
3410 0b14cfb4 Olga Brani
.section-container.accordion > .section.active > .title a {
3411 0b14cfb4 Olga Brani
  color: #333333;
3412 0b14cfb4 Olga Brani
}
3413 0b14cfb4 Olga Brani
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3414 0b14cfb4 Olga Brani
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
3415 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section:not(.active),
3416 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section:not(.active),
3417 0b14cfb4 Olga Brani
.section-container.vertical-nav > section:not(.active),
3418 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section:not(.active),
3419 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section:not(.active),
3420 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section:not(.active),
3421 0b14cfb4 Olga Brani
.section-container.accordion > section:not(.active),
3422 0b14cfb4 Olga Brani
.section-container.accordion > .section:not(.active) {
3423 0b14cfb4 Olga Brani
  padding: 0 !important;
3424 0b14cfb4 Olga Brani
}
3425 0b14cfb4 Olga Brani
/* line 243, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3426 0b14cfb4 Olga Brani
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3427 0b14cfb4 Olga Brani
.section-container.vertical-tabs > section > .title,
3428 0b14cfb4 Olga Brani
.section-container.vertical-tabs > .section > .title,
3429 0b14cfb4 Olga Brani
.section-container.vertical-nav > section > .title,
3430 0b14cfb4 Olga Brani
.section-container.vertical-nav > .section > .title,
3431 0b14cfb4 Olga Brani
.section-container.horizontal-nav > section > .title,
3432 0b14cfb4 Olga Brani
.section-container.horizontal-nav > .section > .title,
3433 0b14cfb4 Olga Brani
.section-container.accordion > section > .title,
3434 0b14cfb4 Olga Brani
.section-container.accordion > .section > .title {
3435 0b14cfb4 Olga Brani
  border-top: none;
3436 0b14cfb4 Olga Brani
}
3437 0b14cfb4 Olga Brani
3438 0b14cfb4 Olga Brani
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3439 0b14cfb4 Olga Brani
[data-section='tabs'], .section-container.tabs {
3440 0b14cfb4 Olga Brani
  width: 100%;
3441 0b14cfb4 Olga Brani
  position: relative;
3442 0b14cfb4 Olga Brani
  display: block;
3443 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
3444 0b14cfb4 Olga Brani
}
3445 0b14cfb4 Olga Brani
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3446 0b14cfb4 Olga Brani
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
3447 0b14cfb4 Olga Brani
  visibility: hidden;
3448 0b14cfb4 Olga Brani
}
3449 0b14cfb4 Olga Brani
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3450 0b14cfb4 Olga Brani
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
3451 0b14cfb4 Olga Brani
  margin-bottom: 0;
3452 0b14cfb4 Olga Brani
}
3453 0b14cfb4 Olga Brani
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3454 0b14cfb4 Olga Brani
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
3455 0b14cfb4 Olga Brani
  width: 100%;
3456 0b14cfb4 Olga Brani
  display: inline-block;
3457 0b14cfb4 Olga Brani
  white-space: nowrap;
3458 0b14cfb4 Olga Brani
}
3459 0b14cfb4 Olga Brani
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3460 0b14cfb4 Olga Brani
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
3461 0b14cfb4 Olga Brani
  display: none;
3462 0b14cfb4 Olga Brani
}
3463 0b14cfb4 Olga Brani
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3464 0b14cfb4 Olga Brani
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
3465 0b14cfb4 Olga Brani
  display: block;
3466 0b14cfb4 Olga Brani
}
3467 0b14cfb4 Olga Brani
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3468 0b14cfb4 Olga Brani
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
3469 0b14cfb4 Olga Brani
  padding: 0 !important;
3470 0b14cfb4 Olga Brani
}
3471 0b14cfb4 Olga Brani
/* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3472 0b14cfb4 Olga Brani
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
3473 0b14cfb4 Olga Brani
  width: auto;
3474 0b14cfb4 Olga Brani
  position: absolute;
3475 0b14cfb4 Olga Brani
  top: 0;
3476 0b14cfb4 Olga Brani
  left: 0;
3477 0b14cfb4 Olga Brani
}
3478 0b14cfb4 Olga Brani
3479 0b14cfb4 Olga Brani
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3480 0b14cfb4 Olga Brani
.section-container.tabs {
3481 0b14cfb4 Olga Brani
  border: none;
3482 0b14cfb4 Olga Brani
}
3483 0b14cfb4 Olga Brani
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3484 0b14cfb4 Olga Brani
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
3485 0b14cfb4 Olga Brani
  background-color: #efefef;
3486 0b14cfb4 Olga Brani
  cursor: pointer;
3487 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
3488 0b14cfb4 Olga Brani
}
3489 0b14cfb4 Olga Brani
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3490 0b14cfb4 Olga Brani
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
3491 0b14cfb4 Olga Brani
  padding: 0.9375em;
3492 0b14cfb4 Olga Brani
  color: #333333;
3493 0b14cfb4 Olga Brani
  font-size: 0.875em;
3494 0b14cfb4 Olga Brani
  background: none;
3495 0b14cfb4 Olga Brani
}
3496 0b14cfb4 Olga Brani
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3497 0b14cfb4 Olga Brani
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
3498 0b14cfb4 Olga Brani
  background-color: #e2e2e2;
3499 0b14cfb4 Olga Brani
}
3500 0b14cfb4 Olga Brani
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3501 0b14cfb4 Olga Brani
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
3502 0b14cfb4 Olga Brani
  padding: 0.9375em;
3503 0b14cfb4 Olga Brani
  background-color: white;
3504 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
3505 0b14cfb4 Olga Brani
}
3506 0b14cfb4 Olga Brani
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3507 0b14cfb4 Olga Brani
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
3508 0b14cfb4 Olga Brani
  margin-bottom: 0;
3509 0b14cfb4 Olga Brani
}
3510 0b14cfb4 Olga Brani
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3511 0b14cfb4 Olga Brani
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
3512 0b14cfb4 Olga Brani
  padding-top: 0;
3513 0b14cfb4 Olga Brani
}
3514 0b14cfb4 Olga Brani
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3515 0b14cfb4 Olga Brani
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
3516 0b14cfb4 Olga Brani
  padding-bottom: 0;
3517 0b14cfb4 Olga Brani
}
3518 0b14cfb4 Olga Brani
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3519 0b14cfb4 Olga Brani
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
3520 0b14cfb4 Olga Brani
  background: white;
3521 0b14cfb4 Olga Brani
}
3522 0b14cfb4 Olga Brani
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3523 0b14cfb4 Olga Brani
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
3524 0b14cfb4 Olga Brani
  color: #333333;
3525 0b14cfb4 Olga Brani
}
3526 0b14cfb4 Olga Brani
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3527 0b14cfb4 Olga Brani
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
3528 0b14cfb4 Olga Brani
  padding: 0 !important;
3529 0b14cfb4 Olga Brani
}
3530 0b14cfb4 Olga Brani
/* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3531 0b14cfb4 Olga Brani
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
3532 0b14cfb4 Olga Brani
  border-bottom: 0;
3533 0b14cfb4 Olga Brani
}
3534 0b14cfb4 Olga Brani
3535 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
3536 0b14cfb4 Olga Brani
  /* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3537 0b14cfb4 Olga Brani
  [data-section=''], [data-section='auto'], .section-container.auto {
3538 0b14cfb4 Olga Brani
    width: 100%;
3539 0b14cfb4 Olga Brani
    position: relative;
3540 0b14cfb4 Olga Brani
    display: block;
3541 0b14cfb4 Olga Brani
    margin-bottom: 1.25em;
3542 0b14cfb4 Olga Brani
  }
3543 0b14cfb4 Olga Brani
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3544 0b14cfb4 Olga Brani
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
3545 0b14cfb4 Olga Brani
    visibility: hidden;
3546 0b14cfb4 Olga Brani
  }
3547 0b14cfb4 Olga Brani
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3548 0b14cfb4 Olga Brani
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
3549 0b14cfb4 Olga Brani
    margin-bottom: 0;
3550 0b14cfb4 Olga Brani
  }
3551 0b14cfb4 Olga Brani
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3552 0b14cfb4 Olga Brani
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
3553 0b14cfb4 Olga Brani
    width: 100%;
3554 0b14cfb4 Olga Brani
    display: inline-block;
3555 0b14cfb4 Olga Brani
    white-space: nowrap;
3556 0b14cfb4 Olga Brani
  }
3557 0b14cfb4 Olga Brani
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3558 0b14cfb4 Olga Brani
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
3559 0b14cfb4 Olga Brani
    display: none;
3560 0b14cfb4 Olga Brani
  }
3561 0b14cfb4 Olga Brani
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3562 0b14cfb4 Olga Brani
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
3563 0b14cfb4 Olga Brani
    display: block;
3564 0b14cfb4 Olga Brani
  }
3565 0b14cfb4 Olga Brani
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3566 0b14cfb4 Olga Brani
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
3567 0b14cfb4 Olga Brani
    padding: 0 !important;
3568 0b14cfb4 Olga Brani
  }
3569 0b14cfb4 Olga Brani
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3570 0b14cfb4 Olga Brani
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
3571 0b14cfb4 Olga Brani
    width: auto;
3572 0b14cfb4 Olga Brani
    position: absolute;
3573 0b14cfb4 Olga Brani
    top: 0;
3574 0b14cfb4 Olga Brani
    left: 0;
3575 0b14cfb4 Olga Brani
  }
3576 0b14cfb4 Olga Brani
3577 0b14cfb4 Olga Brani
  /* line 326, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3578 0b14cfb4 Olga Brani
  .section-container.auto {
3579 0b14cfb4 Olga Brani
    border: none;
3580 0b14cfb4 Olga Brani
  }
3581 0b14cfb4 Olga Brani
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3582 0b14cfb4 Olga Brani
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
3583 0b14cfb4 Olga Brani
    background-color: #efefef;
3584 0b14cfb4 Olga Brani
    cursor: pointer;
3585 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3586 0b14cfb4 Olga Brani
  }
3587 0b14cfb4 Olga Brani
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3588 0b14cfb4 Olga Brani
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
3589 0b14cfb4 Olga Brani
    padding: 0.9375em;
3590 0b14cfb4 Olga Brani
    color: #333333;
3591 0b14cfb4 Olga Brani
    font-size: 0.875em;
3592 0b14cfb4 Olga Brani
    background: none;
3593 0b14cfb4 Olga Brani
  }
3594 0b14cfb4 Olga Brani
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3595 0b14cfb4 Olga Brani
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
3596 0b14cfb4 Olga Brani
    background-color: #e2e2e2;
3597 0b14cfb4 Olga Brani
  }
3598 0b14cfb4 Olga Brani
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3599 0b14cfb4 Olga Brani
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
3600 0b14cfb4 Olga Brani
    padding: 0.9375em;
3601 0b14cfb4 Olga Brani
    background-color: white;
3602 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3603 0b14cfb4 Olga Brani
  }
3604 0b14cfb4 Olga Brani
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3605 0b14cfb4 Olga Brani
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
3606 0b14cfb4 Olga Brani
    margin-bottom: 0;
3607 0b14cfb4 Olga Brani
  }
3608 0b14cfb4 Olga Brani
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3609 0b14cfb4 Olga Brani
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
3610 0b14cfb4 Olga Brani
    padding-top: 0;
3611 0b14cfb4 Olga Brani
  }
3612 0b14cfb4 Olga Brani
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3613 0b14cfb4 Olga Brani
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
3614 0b14cfb4 Olga Brani
    padding-bottom: 0;
3615 0b14cfb4 Olga Brani
  }
3616 0b14cfb4 Olga Brani
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3617 0b14cfb4 Olga Brani
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
3618 0b14cfb4 Olga Brani
    background: white;
3619 0b14cfb4 Olga Brani
  }
3620 0b14cfb4 Olga Brani
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3621 0b14cfb4 Olga Brani
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
3622 0b14cfb4 Olga Brani
    color: #333333;
3623 0b14cfb4 Olga Brani
  }
3624 0b14cfb4 Olga Brani
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3625 0b14cfb4 Olga Brani
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
3626 0b14cfb4 Olga Brani
    padding: 0 !important;
3627 0b14cfb4 Olga Brani
  }
3628 0b14cfb4 Olga Brani
  /* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3629 0b14cfb4 Olga Brani
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
3630 0b14cfb4 Olga Brani
    border-bottom: 0;
3631 0b14cfb4 Olga Brani
  }
3632 0b14cfb4 Olga Brani
3633 0b14cfb4 Olga Brani
  /* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3634 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
3635 0b14cfb4 Olga Brani
    width: 100%;
3636 0b14cfb4 Olga Brani
    position: relative;
3637 0b14cfb4 Olga Brani
    display: block;
3638 0b14cfb4 Olga Brani
    margin-bottom: 1.25em;
3639 0b14cfb4 Olga Brani
  }
3640 0b14cfb4 Olga Brani
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3641 0b14cfb4 Olga Brani
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
3642 0b14cfb4 Olga Brani
    visibility: hidden;
3643 0b14cfb4 Olga Brani
  }
3644 0b14cfb4 Olga Brani
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3645 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
3646 0b14cfb4 Olga Brani
    width: 100% !important;
3647 0b14cfb4 Olga Brani
  }
3648 0b14cfb4 Olga Brani
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3649 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
3650 0b14cfb4 Olga Brani
    padding: 0 !important;
3651 0b14cfb4 Olga Brani
    margin: 0 !important;
3652 0b14cfb4 Olga Brani
  }
3653 0b14cfb4 Olga Brani
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3654 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
3655 0b14cfb4 Olga Brani
    width: 100% !important;
3656 0b14cfb4 Olga Brani
  }
3657 0b14cfb4 Olga Brani
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3658 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
3659 0b14cfb4 Olga Brani
    margin-bottom: 0;
3660 0b14cfb4 Olga Brani
  }
3661 0b14cfb4 Olga Brani
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3662 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
3663 0b14cfb4 Olga Brani
    width: 100%;
3664 0b14cfb4 Olga Brani
    display: inline-block;
3665 0b14cfb4 Olga Brani
    white-space: nowrap;
3666 0b14cfb4 Olga Brani
  }
3667 0b14cfb4 Olga Brani
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3668 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
3669 0b14cfb4 Olga Brani
    display: none;
3670 0b14cfb4 Olga Brani
  }
3671 0b14cfb4 Olga Brani
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3672 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
3673 0b14cfb4 Olga Brani
    display: block;
3674 0b14cfb4 Olga Brani
  }
3675 0b14cfb4 Olga Brani
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3676 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
3677 0b14cfb4 Olga Brani
    padding: 0 !important;
3678 0b14cfb4 Olga Brani
  }
3679 0b14cfb4 Olga Brani
  /* line 143, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3680 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
3681 0b14cfb4 Olga Brani
    position: absolute;
3682 0b14cfb4 Olga Brani
    top: 0;
3683 0b14cfb4 Olga Brani
    left: 0;
3684 0b14cfb4 Olga Brani
    width: 12.5em;
3685 0b14cfb4 Olga Brani
  }
3686 0b14cfb4 Olga Brani
  /* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3687 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
3688 0b14cfb4 Olga Brani
    padding-left: 12.5em;
3689 0b14cfb4 Olga Brani
  }
3690 0b14cfb4 Olga Brani
  /* line 153, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3691 0b14cfb4 Olga Brani
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
3692 0b14cfb4 Olga Brani
    width: 12.5em;
3693 0b14cfb4 Olga Brani
  }
3694 0b14cfb4 Olga Brani
3695 0b14cfb4 Olga Brani
  /* line 340, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3696 0b14cfb4 Olga Brani
  .section-container.vertical-tabs {
3697 0b14cfb4 Olga Brani
    border: none;
3698 0b14cfb4 Olga Brani
  }
3699 0b14cfb4 Olga Brani
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3700 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
3701 0b14cfb4 Olga Brani
    background-color: #efefef;
3702 0b14cfb4 Olga Brani
    cursor: pointer;
3703 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3704 0b14cfb4 Olga Brani
  }
3705 0b14cfb4 Olga Brani
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3706 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
3707 0b14cfb4 Olga Brani
    padding: 0.9375em;
3708 0b14cfb4 Olga Brani
    color: #333333;
3709 0b14cfb4 Olga Brani
    font-size: 0.875em;
3710 0b14cfb4 Olga Brani
    background: none;
3711 0b14cfb4 Olga Brani
  }
3712 0b14cfb4 Olga Brani
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3713 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
3714 0b14cfb4 Olga Brani
    background-color: #e2e2e2;
3715 0b14cfb4 Olga Brani
  }
3716 0b14cfb4 Olga Brani
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3717 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
3718 0b14cfb4 Olga Brani
    padding: 0.9375em;
3719 0b14cfb4 Olga Brani
    background-color: white;
3720 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3721 0b14cfb4 Olga Brani
  }
3722 0b14cfb4 Olga Brani
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3723 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
3724 0b14cfb4 Olga Brani
    margin-bottom: 0;
3725 0b14cfb4 Olga Brani
  }
3726 0b14cfb4 Olga Brani
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3727 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
3728 0b14cfb4 Olga Brani
    padding-top: 0;
3729 0b14cfb4 Olga Brani
  }
3730 0b14cfb4 Olga Brani
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3731 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
3732 0b14cfb4 Olga Brani
    padding-bottom: 0;
3733 0b14cfb4 Olga Brani
  }
3734 0b14cfb4 Olga Brani
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3735 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
3736 0b14cfb4 Olga Brani
    background: #d5d5d5;
3737 0b14cfb4 Olga Brani
  }
3738 0b14cfb4 Olga Brani
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3739 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
3740 0b14cfb4 Olga Brani
    color: #333333;
3741 0b14cfb4 Olga Brani
  }
3742 0b14cfb4 Olga Brani
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3743 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
3744 0b14cfb4 Olga Brani
    padding: 0 !important;
3745 0b14cfb4 Olga Brani
  }
3746 0b14cfb4 Olga Brani
  /* line 257, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3747 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
3748 0b14cfb4 Olga Brani
    padding-left: 12.4375em;
3749 0b14cfb4 Olga Brani
  }
3750 0b14cfb4 Olga Brani
  /* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3751 0b14cfb4 Olga Brani
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
3752 0b14cfb4 Olga Brani
    background-color: #d5d5d5;
3753 0b14cfb4 Olga Brani
  }
3754 0b14cfb4 Olga Brani
3755 0b14cfb4 Olga Brani
  /* line 347, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3756 0b14cfb4 Olga Brani
  [data-section='vertical-nav'], .section-container.vertical-nav {
3757 0b14cfb4 Olga Brani
    width: 100%;
3758 0b14cfb4 Olga Brani
    position: relative;
3759 0b14cfb4 Olga Brani
    display: block;
3760 0b14cfb4 Olga Brani
    margin-bottom: 1.25em;
3761 0b14cfb4 Olga Brani
  }
3762 0b14cfb4 Olga Brani
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3763 0b14cfb4 Olga Brani
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
3764 0b14cfb4 Olga Brani
    visibility: hidden;
3765 0b14cfb4 Olga Brani
  }
3766 0b14cfb4 Olga Brani
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3767 0b14cfb4 Olga Brani
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
3768 0b14cfb4 Olga Brani
    width: 100% !important;
3769 0b14cfb4 Olga Brani
  }
3770 0b14cfb4 Olga Brani
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3771 0b14cfb4 Olga Brani
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
3772 0b14cfb4 Olga Brani
    padding: 0 !important;
3773 0b14cfb4 Olga Brani
    margin: 0 !important;
3774 0b14cfb4 Olga Brani
  }
3775 0b14cfb4 Olga Brani
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3776 0b14cfb4 Olga Brani
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
3777 0b14cfb4 Olga Brani
    width: 100% !important;
3778 0b14cfb4 Olga Brani
  }
3779 0b14cfb4 Olga Brani
  /* line 349, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3780 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
3781 0b14cfb4 Olga Brani
    position: relative;
3782 0b14cfb4 Olga Brani
    display: inline-block;
3783 0b14cfb4 Olga Brani
  }
3784 0b14cfb4 Olga Brani
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3785 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
3786 0b14cfb4 Olga Brani
    margin-bottom: 0;
3787 0b14cfb4 Olga Brani
  }
3788 0b14cfb4 Olga Brani
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3789 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
3790 0b14cfb4 Olga Brani
    width: 100%;
3791 0b14cfb4 Olga Brani
    display: inline-block;
3792 0b14cfb4 Olga Brani
    white-space: nowrap;
3793 0b14cfb4 Olga Brani
  }
3794 0b14cfb4 Olga Brani
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3795 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
3796 0b14cfb4 Olga Brani
    display: none;
3797 0b14cfb4 Olga Brani
  }
3798 0b14cfb4 Olga Brani
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3799 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
3800 0b14cfb4 Olga Brani
    display: block;
3801 0b14cfb4 Olga Brani
  }
3802 0b14cfb4 Olga Brani
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3803 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
3804 0b14cfb4 Olga Brani
    padding: 0 !important;
3805 0b14cfb4 Olga Brani
  }
3806 0b14cfb4 Olga Brani
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3807 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
3808 0b14cfb4 Olga Brani
    position: static;
3809 0b14cfb4 Olga Brani
    width: auto;
3810 0b14cfb4 Olga Brani
  }
3811 0b14cfb4 Olga Brani
  /* line 168, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3812 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
3813 0b14cfb4 Olga Brani
    display: block;
3814 0b14cfb4 Olga Brani
  }
3815 0b14cfb4 Olga Brani
  /* line 171, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3816 0b14cfb4 Olga Brani
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
3817 0b14cfb4 Olga Brani
    position: absolute;
3818 0b14cfb4 Olga Brani
    top: 0;
3819 0b14cfb4 Olga Brani
    left: 0;
3820 0b14cfb4 Olga Brani
    z-index: 999;
3821 0b14cfb4 Olga Brani
    min-width: 12.5em;
3822 0b14cfb4 Olga Brani
  }
3823 0b14cfb4 Olga Brani
3824 0b14cfb4 Olga Brani
  /* line 354, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3825 0b14cfb4 Olga Brani
  .section-container.vertical-nav {
3826 0b14cfb4 Olga Brani
    border: none;
3827 0b14cfb4 Olga Brani
  }
3828 0b14cfb4 Olga Brani
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3829 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
3830 0b14cfb4 Olga Brani
    background-color: #efefef;
3831 0b14cfb4 Olga Brani
    cursor: pointer;
3832 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3833 0b14cfb4 Olga Brani
  }
3834 0b14cfb4 Olga Brani
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3835 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
3836 0b14cfb4 Olga Brani
    padding: 0.9375em;
3837 0b14cfb4 Olga Brani
    color: #333333;
3838 0b14cfb4 Olga Brani
    font-size: 0.875em;
3839 0b14cfb4 Olga Brani
    background: none;
3840 0b14cfb4 Olga Brani
  }
3841 0b14cfb4 Olga Brani
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3842 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
3843 0b14cfb4 Olga Brani
    background-color: #e2e2e2;
3844 0b14cfb4 Olga Brani
  }
3845 0b14cfb4 Olga Brani
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3846 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
3847 0b14cfb4 Olga Brani
    padding: 0.9375em;
3848 0b14cfb4 Olga Brani
    background-color: white;
3849 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3850 0b14cfb4 Olga Brani
  }
3851 0b14cfb4 Olga Brani
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3852 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
3853 0b14cfb4 Olga Brani
    margin-bottom: 0;
3854 0b14cfb4 Olga Brani
  }
3855 0b14cfb4 Olga Brani
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3856 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
3857 0b14cfb4 Olga Brani
    padding-top: 0;
3858 0b14cfb4 Olga Brani
  }
3859 0b14cfb4 Olga Brani
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3860 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
3861 0b14cfb4 Olga Brani
    padding-bottom: 0;
3862 0b14cfb4 Olga Brani
  }
3863 0b14cfb4 Olga Brani
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3864 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
3865 0b14cfb4 Olga Brani
    background: #d5d5d5;
3866 0b14cfb4 Olga Brani
  }
3867 0b14cfb4 Olga Brani
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3868 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
3869 0b14cfb4 Olga Brani
    color: #333333;
3870 0b14cfb4 Olga Brani
  }
3871 0b14cfb4 Olga Brani
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3872 0b14cfb4 Olga Brani
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
3873 0b14cfb4 Olga Brani
    padding: 0 !important;
3874 0b14cfb4 Olga Brani
  }
3875 0b14cfb4 Olga Brani
3876 0b14cfb4 Olga Brani
  /* line 361, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3877 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
3878 0b14cfb4 Olga Brani
    width: 100%;
3879 0b14cfb4 Olga Brani
    position: relative;
3880 0b14cfb4 Olga Brani
    display: block;
3881 0b14cfb4 Olga Brani
    margin-bottom: 1.25em;
3882 0b14cfb4 Olga Brani
  }
3883 0b14cfb4 Olga Brani
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3884 0b14cfb4 Olga Brani
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
3885 0b14cfb4 Olga Brani
    visibility: hidden;
3886 0b14cfb4 Olga Brani
  }
3887 0b14cfb4 Olga Brani
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3888 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
3889 0b14cfb4 Olga Brani
    width: 100% !important;
3890 0b14cfb4 Olga Brani
  }
3891 0b14cfb4 Olga Brani
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3892 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
3893 0b14cfb4 Olga Brani
    padding: 0 !important;
3894 0b14cfb4 Olga Brani
    margin: 0 !important;
3895 0b14cfb4 Olga Brani
  }
3896 0b14cfb4 Olga Brani
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3897 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
3898 0b14cfb4 Olga Brani
    width: 100% !important;
3899 0b14cfb4 Olga Brani
  }
3900 0b14cfb4 Olga Brani
  /* line 363, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3901 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
3902 0b14cfb4 Olga Brani
    position: relative;
3903 0b14cfb4 Olga Brani
    float: left;
3904 0b14cfb4 Olga Brani
  }
3905 0b14cfb4 Olga Brani
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3906 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
3907 0b14cfb4 Olga Brani
    margin-bottom: 0;
3908 0b14cfb4 Olga Brani
  }
3909 0b14cfb4 Olga Brani
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3910 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
3911 0b14cfb4 Olga Brani
    width: 100%;
3912 0b14cfb4 Olga Brani
    display: inline-block;
3913 0b14cfb4 Olga Brani
    white-space: nowrap;
3914 0b14cfb4 Olga Brani
  }
3915 0b14cfb4 Olga Brani
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3916 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
3917 0b14cfb4 Olga Brani
    display: none;
3918 0b14cfb4 Olga Brani
  }
3919 0b14cfb4 Olga Brani
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3920 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
3921 0b14cfb4 Olga Brani
    display: block;
3922 0b14cfb4 Olga Brani
  }
3923 0b14cfb4 Olga Brani
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3924 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
3925 0b14cfb4 Olga Brani
    padding: 0 !important;
3926 0b14cfb4 Olga Brani
  }
3927 0b14cfb4 Olga Brani
  /* line 186, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3928 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
3929 0b14cfb4 Olga Brani
    position: static;
3930 0b14cfb4 Olga Brani
    width: auto;
3931 0b14cfb4 Olga Brani
  }
3932 0b14cfb4 Olga Brani
  /* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3933 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
3934 0b14cfb4 Olga Brani
    display: block;
3935 0b14cfb4 Olga Brani
  }
3936 0b14cfb4 Olga Brani
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3937 0b14cfb4 Olga Brani
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
3938 0b14cfb4 Olga Brani
    width: auto;
3939 0b14cfb4 Olga Brani
    position: absolute;
3940 0b14cfb4 Olga Brani
    top: 0;
3941 0b14cfb4 Olga Brani
    left: 0;
3942 0b14cfb4 Olga Brani
    z-index: 999;
3943 0b14cfb4 Olga Brani
    min-width: 12.5em;
3944 0b14cfb4 Olga Brani
  }
3945 0b14cfb4 Olga Brani
3946 0b14cfb4 Olga Brani
  /* line 368, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3947 0b14cfb4 Olga Brani
  .section-container.horizontal-nav {
3948 0b14cfb4 Olga Brani
    background: #efefef;
3949 0b14cfb4 Olga Brani
    border: 1px solid #cccccc;
3950 0b14cfb4 Olga Brani
  }
3951 0b14cfb4 Olga Brani
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3952 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
3953 0b14cfb4 Olga Brani
    background-color: #efefef;
3954 0b14cfb4 Olga Brani
    cursor: pointer;
3955 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3956 0b14cfb4 Olga Brani
  }
3957 0b14cfb4 Olga Brani
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3958 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
3959 0b14cfb4 Olga Brani
    padding: 0.9375em;
3960 0b14cfb4 Olga Brani
    color: #333333;
3961 0b14cfb4 Olga Brani
    font-size: 0.875em;
3962 0b14cfb4 Olga Brani
    background: none;
3963 0b14cfb4 Olga Brani
  }
3964 0b14cfb4 Olga Brani
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3965 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
3966 0b14cfb4 Olga Brani
    background-color: #e2e2e2;
3967 0b14cfb4 Olga Brani
  }
3968 0b14cfb4 Olga Brani
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3969 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
3970 0b14cfb4 Olga Brani
    padding: 0.9375em;
3971 0b14cfb4 Olga Brani
    background-color: white;
3972 0b14cfb4 Olga Brani
    border: solid 1px #cccccc;
3973 0b14cfb4 Olga Brani
  }
3974 0b14cfb4 Olga Brani
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3975 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
3976 0b14cfb4 Olga Brani
    margin-bottom: 0;
3977 0b14cfb4 Olga Brani
  }
3978 0b14cfb4 Olga Brani
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3979 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
3980 0b14cfb4 Olga Brani
    padding-top: 0;
3981 0b14cfb4 Olga Brani
  }
3982 0b14cfb4 Olga Brani
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3983 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
3984 0b14cfb4 Olga Brani
    padding-bottom: 0;
3985 0b14cfb4 Olga Brani
  }
3986 0b14cfb4 Olga Brani
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3987 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
3988 0b14cfb4 Olga Brani
    background: #d5d5d5;
3989 0b14cfb4 Olga Brani
  }
3990 0b14cfb4 Olga Brani
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3991 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
3992 0b14cfb4 Olga Brani
    color: #333333;
3993 0b14cfb4 Olga Brani
  }
3994 0b14cfb4 Olga Brani
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3995 0b14cfb4 Olga Brani
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
3996 0b14cfb4 Olga Brani
    padding: 0 !important;
3997 0b14cfb4 Olga Brani
  }
3998 0b14cfb4 Olga Brani
}
3999 0b14cfb4 Olga Brani
/* line 378, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4000 0b14cfb4 Olga Brani
.no-js [data-section], .no-js .section-container {
4001 0b14cfb4 Olga Brani
  width: 100%;
4002 0b14cfb4 Olga Brani
  position: relative;
4003 0b14cfb4 Olga Brani
  display: block;
4004 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
4005 0b14cfb4 Olga Brani
}
4006 0b14cfb4 Olga Brani
/* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4007 0b14cfb4 Olga Brani
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
4008 0b14cfb4 Olga Brani
  width: 100% !important;
4009 0b14cfb4 Olga Brani
}
4010 0b14cfb4 Olga Brani
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4011 0b14cfb4 Olga Brani
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
4012 0b14cfb4 Olga Brani
  padding: 0 !important;
4013 0b14cfb4 Olga Brani
  margin: 0 !important;
4014 0b14cfb4 Olga Brani
}
4015 0b14cfb4 Olga Brani
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4016 0b14cfb4 Olga Brani
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
4017 0b14cfb4 Olga Brani
  width: 100% !important;
4018 0b14cfb4 Olga Brani
}
4019 0b14cfb4 Olga Brani
/* line 380, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4020 0b14cfb4 Olga Brani
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
4021 0b14cfb4 Olga Brani
  margin: 0;
4022 0b14cfb4 Olga Brani
}
4023 0b14cfb4 Olga Brani
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4024 0b14cfb4 Olga Brani
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
4025 0b14cfb4 Olga Brani
  margin-bottom: 0;
4026 0b14cfb4 Olga Brani
}
4027 0b14cfb4 Olga Brani
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4028 0b14cfb4 Olga Brani
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
4029 0b14cfb4 Olga Brani
  width: 100%;
4030 0b14cfb4 Olga Brani
  display: inline-block;
4031 0b14cfb4 Olga Brani
  white-space: nowrap;
4032 0b14cfb4 Olga Brani
}
4033 0b14cfb4 Olga Brani
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4034 0b14cfb4 Olga Brani
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
4035 0b14cfb4 Olga Brani
  display: none;
4036 0b14cfb4 Olga Brani
}
4037 0b14cfb4 Olga Brani
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4038 0b14cfb4 Olga Brani
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
4039 0b14cfb4 Olga Brani
  display: block;
4040 0b14cfb4 Olga Brani
}
4041 0b14cfb4 Olga Brani
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4042 0b14cfb4 Olga Brani
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
4043 0b14cfb4 Olga Brani
  padding: 0 !important;
4044 0b14cfb4 Olga Brani
}
4045 0b14cfb4 Olga Brani
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4046 0b14cfb4 Olga Brani
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
4047 0b14cfb4 Olga Brani
  width: 100%;
4048 0b14cfb4 Olga Brani
}
4049 0b14cfb4 Olga Brani
/* line 384, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4050 0b14cfb4 Olga Brani
.no-js .section-container {
4051 0b14cfb4 Olga Brani
  border-top: 1px solid #cccccc;
4052 0b14cfb4 Olga Brani
}
4053 0b14cfb4 Olga Brani
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4054 0b14cfb4 Olga Brani
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4055 0b14cfb4 Olga Brani
  background-color: #efefef;
4056 0b14cfb4 Olga Brani
  cursor: pointer;
4057 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
4058 0b14cfb4 Olga Brani
}
4059 0b14cfb4 Olga Brani
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4060 0b14cfb4 Olga Brani
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
4061 0b14cfb4 Olga Brani
  padding: 0.9375em;
4062 0b14cfb4 Olga Brani
  color: #333333;
4063 0b14cfb4 Olga Brani
  font-size: 0.875em;
4064 0b14cfb4 Olga Brani
  background: none;
4065 0b14cfb4 Olga Brani
}
4066 0b14cfb4 Olga Brani
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4067 0b14cfb4 Olga Brani
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
4068 0b14cfb4 Olga Brani
  background-color: #e2e2e2;
4069 0b14cfb4 Olga Brani
}
4070 0b14cfb4 Olga Brani
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4071 0b14cfb4 Olga Brani
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
4072 0b14cfb4 Olga Brani
  padding: 0.9375em;
4073 0b14cfb4 Olga Brani
  background-color: white;
4074 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
4075 0b14cfb4 Olga Brani
}
4076 0b14cfb4 Olga Brani
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4077 0b14cfb4 Olga Brani
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
4078 0b14cfb4 Olga Brani
  margin-bottom: 0;
4079 0b14cfb4 Olga Brani
}
4080 0b14cfb4 Olga Brani
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4081 0b14cfb4 Olga Brani
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
4082 0b14cfb4 Olga Brani
  padding-top: 0;
4083 0b14cfb4 Olga Brani
}
4084 0b14cfb4 Olga Brani
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4085 0b14cfb4 Olga Brani
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
4086 0b14cfb4 Olga Brani
  padding-bottom: 0;
4087 0b14cfb4 Olga Brani
}
4088 0b14cfb4 Olga Brani
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4089 0b14cfb4 Olga Brani
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
4090 0b14cfb4 Olga Brani
  background: #d5d5d5;
4091 0b14cfb4 Olga Brani
}
4092 0b14cfb4 Olga Brani
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4093 0b14cfb4 Olga Brani
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
4094 0b14cfb4 Olga Brani
  color: #333333;
4095 0b14cfb4 Olga Brani
}
4096 0b14cfb4 Olga Brani
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4097 0b14cfb4 Olga Brani
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
4098 0b14cfb4 Olga Brani
  padding: 0 !important;
4099 0b14cfb4 Olga Brani
}
4100 0b14cfb4 Olga Brani
/* line 243, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4101 0b14cfb4 Olga Brani
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4102 0b14cfb4 Olga Brani
  border-top: none;
4103 0b14cfb4 Olga Brani
}
4104 0b14cfb4 Olga Brani
4105 0b14cfb4 Olga Brani
/* Wrapped around .top-bar to contain to grid width */
4106 0b14cfb4 Olga Brani
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4107 0b14cfb4 Olga Brani
.contain-to-grid {
4108 0b14cfb4 Olga Brani
  width: 100%;
4109 0b14cfb4 Olga Brani
  background: #111111;
4110 0b14cfb4 Olga Brani
}
4111 0b14cfb4 Olga Brani
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4112 0b14cfb4 Olga Brani
.contain-to-grid .top-bar {
4113 0b14cfb4 Olga Brani
  margin-bottom: 1.875em;
4114 0b14cfb4 Olga Brani
}
4115 0b14cfb4 Olga Brani
4116 0b14cfb4 Olga Brani
/* line 75, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4117 0b14cfb4 Olga Brani
.fixed {
4118 0b14cfb4 Olga Brani
  width: 100%;
4119 0b14cfb4 Olga Brani
  left: 0;
4120 0b14cfb4 Olga Brani
  position: fixed;
4121 0b14cfb4 Olga Brani
  top: 0;
4122 0b14cfb4 Olga Brani
  z-index: 99;
4123 0b14cfb4 Olga Brani
}
4124 0b14cfb4 Olga Brani
4125 0b14cfb4 Olga Brani
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4126 0b14cfb4 Olga Brani
.top-bar {
4127 0b14cfb4 Olga Brani
  overflow: hidden;
4128 0b14cfb4 Olga Brani
  height: 45px;
4129 0b14cfb4 Olga Brani
  line-height: 45px;
4130 0b14cfb4 Olga Brani
  position: relative;
4131 0b14cfb4 Olga Brani
  background: #111111;
4132 0b14cfb4 Olga Brani
  margin-bottom: 1.875em;
4133 0b14cfb4 Olga Brani
}
4134 0b14cfb4 Olga Brani
/* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4135 0b14cfb4 Olga Brani
.top-bar ul {
4136 0b14cfb4 Olga Brani
  margin-bottom: 0;
4137 0b14cfb4 Olga Brani
  list-style: none;
4138 0b14cfb4 Olga Brani
}
4139 0b14cfb4 Olga Brani
/* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4140 0b14cfb4 Olga Brani
.top-bar .row {
4141 0b14cfb4 Olga Brani
  max-width: none;
4142 0b14cfb4 Olga Brani
}
4143 0b14cfb4 Olga Brani
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4144 0b14cfb4 Olga Brani
.top-bar form,
4145 0b14cfb4 Olga Brani
.top-bar input {
4146 0b14cfb4 Olga Brani
  margin-bottom: 0;
4147 0b14cfb4 Olga Brani
}
4148 0b14cfb4 Olga Brani
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4149 0b14cfb4 Olga Brani
.top-bar input {
4150 0b14cfb4 Olga Brani
  height: 2.45em;
4151 0b14cfb4 Olga Brani
}
4152 0b14cfb4 Olga Brani
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4153 0b14cfb4 Olga Brani
.top-bar .button {
4154 0b14cfb4 Olga Brani
  padding-top: .5em;
4155 0b14cfb4 Olga Brani
  padding-bottom: .5em;
4156 0b14cfb4 Olga Brani
  margin-bottom: 0;
4157 0b14cfb4 Olga Brani
}
4158 0b14cfb4 Olga Brani
/* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4159 0b14cfb4 Olga Brani
.top-bar .title-area {
4160 0b14cfb4 Olga Brani
  position: relative;
4161 0b14cfb4 Olga Brani
  margin: 0;
4162 0b14cfb4 Olga Brani
}
4163 0b14cfb4 Olga Brani
/* line 112, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4164 0b14cfb4 Olga Brani
.top-bar .name {
4165 0b14cfb4 Olga Brani
  height: 45px;
4166 0b14cfb4 Olga Brani
  margin: 0;
4167 0b14cfb4 Olga Brani
  font-size: 16;
4168 0b14cfb4 Olga Brani
}
4169 0b14cfb4 Olga Brani
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4170 0b14cfb4 Olga Brani
.top-bar .name h1 {
4171 0b14cfb4 Olga Brani
  line-height: 45px;
4172 0b14cfb4 Olga Brani
  font-size: 1.0625em;
4173 0b14cfb4 Olga Brani
  margin: 0;
4174 0b14cfb4 Olga Brani
}
4175 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4176 0b14cfb4 Olga Brani
.top-bar .name h1 a {
4177 0b14cfb4 Olga Brani
  font-weight: bold;
4178 0b14cfb4 Olga Brani
  color: white;
4179 0b14cfb4 Olga Brani
  width: 50%;
4180 0b14cfb4 Olga Brani
  display: block;
4181 0b14cfb4 Olga Brani
  padding: 0 15px;
4182 0b14cfb4 Olga Brani
}
4183 0b14cfb4 Olga Brani
/* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4184 0b14cfb4 Olga Brani
.top-bar .toggle-topbar {
4185 0b14cfb4 Olga Brani
  position: absolute;
4186 0b14cfb4 Olga Brani
  right: 0;
4187 0b14cfb4 Olga Brani
  top: 0;
4188 0b14cfb4 Olga Brani
}
4189 0b14cfb4 Olga Brani
/* line 137, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4190 0b14cfb4 Olga Brani
.top-bar .toggle-topbar a {
4191 0b14cfb4 Olga Brani
  color: white;
4192 0b14cfb4 Olga Brani
  text-transform: uppercase;
4193 0b14cfb4 Olga Brani
  font-size: 0.8125em;
4194 0b14cfb4 Olga Brani
  font-weight: bold;
4195 0b14cfb4 Olga Brani
  position: relative;
4196 0b14cfb4 Olga Brani
  display: block;
4197 0b14cfb4 Olga Brani
  padding: 0 15px;
4198 0b14cfb4 Olga Brani
  height: 45px;
4199 0b14cfb4 Olga Brani
  line-height: 45px;
4200 0b14cfb4 Olga Brani
}
4201 0b14cfb4 Olga Brani
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4202 0b14cfb4 Olga Brani
.top-bar .toggle-topbar.menu-icon {
4203 0b14cfb4 Olga Brani
  right: 15px;
4204 0b14cfb4 Olga Brani
  top: 50%;
4205 0b14cfb4 Olga Brani
  margin-top: -16px;
4206 0b14cfb4 Olga Brani
  padding-left: 40px;
4207 0b14cfb4 Olga Brani
}
4208 0b14cfb4 Olga Brani
/* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4209 0b14cfb4 Olga Brani
.top-bar .toggle-topbar.menu-icon a {
4210 0b14cfb4 Olga Brani
  text-indent: -48px;
4211 0b14cfb4 Olga Brani
  width: 34px;
4212 0b14cfb4 Olga Brani
  height: 34px;
4213 0b14cfb4 Olga Brani
  line-height: 33px;
4214 0b14cfb4 Olga Brani
  padding: 0;
4215 0b14cfb4 Olga Brani
  color: white;
4216 0b14cfb4 Olga Brani
}
4217 0b14cfb4 Olga Brani
/* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4218 0b14cfb4 Olga Brani
.top-bar .toggle-topbar.menu-icon a span {
4219 0b14cfb4 Olga Brani
  position: absolute;
4220 0b14cfb4 Olga Brani
  right: 0;
4221 0b14cfb4 Olga Brani
  display: block;
4222 0b14cfb4 Olga Brani
  width: 16px;
4223 0b14cfb4 Olga Brani
  height: 0;
4224 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4225 0b14cfb4 Olga Brani
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4226 0b14cfb4 Olga Brani
}
4227 0b14cfb4 Olga Brani
/* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4228 0b14cfb4 Olga Brani
.top-bar.expanded {
4229 0b14cfb4 Olga Brani
  height: auto;
4230 0b14cfb4 Olga Brani
  background: transparent;
4231 0b14cfb4 Olga Brani
}
4232 0b14cfb4 Olga Brani
/* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4233 0b14cfb4 Olga Brani
.top-bar.expanded .title-area {
4234 0b14cfb4 Olga Brani
  background: #111111;
4235 0b14cfb4 Olga Brani
}
4236 0b14cfb4 Olga Brani
/* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4237 0b14cfb4 Olga Brani
.top-bar.expanded .toggle-topbar a {
4238 0b14cfb4 Olga Brani
  color: #888888;
4239 0b14cfb4 Olga Brani
}
4240 0b14cfb4 Olga Brani
/* line 193, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4241 0b14cfb4 Olga Brani
.top-bar.expanded .toggle-topbar a span {
4242 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4243 0b14cfb4 Olga Brani
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4244 0b14cfb4 Olga Brani
}
4245 0b14cfb4 Olga Brani
4246 0b14cfb4 Olga Brani
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4247 0b14cfb4 Olga Brani
.top-bar-section {
4248 0b14cfb4 Olga Brani
  left: 0;
4249 0b14cfb4 Olga Brani
  position: relative;
4250 0b14cfb4 Olga Brani
  width: auto;
4251 0b14cfb4 Olga Brani
  -webkit-transition: left 300ms ease-out;
4252 0b14cfb4 Olga Brani
  -moz-transition: left 300ms ease-out;
4253 0b14cfb4 Olga Brani
  transition: left 300ms ease-out;
4254 0b14cfb4 Olga Brani
}
4255 0b14cfb4 Olga Brani
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4256 0b14cfb4 Olga Brani
.top-bar-section ul {
4257 0b14cfb4 Olga Brani
  width: 100%;
4258 0b14cfb4 Olga Brani
  height: auto;
4259 0b14cfb4 Olga Brani
  display: block;
4260 0b14cfb4 Olga Brani
  background: #222222;
4261 0b14cfb4 Olga Brani
  font-size: 16;
4262 0b14cfb4 Olga Brani
  margin: 0;
4263 0b14cfb4 Olga Brani
}
4264 0b14cfb4 Olga Brani
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4265 0b14cfb4 Olga Brani
.top-bar-section .divider,
4266 0b14cfb4 Olga Brani
.top-bar-section [role="separator"] {
4267 0b14cfb4 Olga Brani
  border-bottom: solid 1px #2b2b2b;
4268 0b14cfb4 Olga Brani
  border-top: solid 1px black;
4269 0b14cfb4 Olga Brani
  clear: both;
4270 0b14cfb4 Olga Brani
  height: 1px;
4271 0b14cfb4 Olga Brani
  width: 100%;
4272 0b14cfb4 Olga Brani
}
4273 0b14cfb4 Olga Brani
/* line 236, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4274 0b14cfb4 Olga Brani
.top-bar-section ul li > a {
4275 0b14cfb4 Olga Brani
  display: block;
4276 0b14cfb4 Olga Brani
  width: 100%;
4277 0b14cfb4 Olga Brani
  color: white;
4278 0b14cfb4 Olga Brani
  padding: 12px 0 12px 0;
4279 0b14cfb4 Olga Brani
  padding-left: 15px;
4280 0b14cfb4 Olga Brani
  font-size: 0.8125em;
4281 0b14cfb4 Olga Brani
  font-weight: bold;
4282 0b14cfb4 Olga Brani
  background: #222222;
4283 0b14cfb4 Olga Brani
}
4284 0b14cfb4 Olga Brani
/* line 246, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4285 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button {
4286 0b14cfb4 Olga Brani
  background: #919194;
4287 0b14cfb4 Olga Brani
  font-size: 0.8125em;
4288 0b14cfb4 Olga Brani
}
4289 0b14cfb4 Olga Brani
/* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4290 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button.hover {
4291 0b14cfb4 Olga Brani
  background: #77777b;
4292 0b14cfb4 Olga Brani
}
4293 0b14cfb4 Olga Brani
/* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4294 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button.secondary {
4295 0b14cfb4 Olga Brani
  background: #30c79e;
4296 0b14cfb4 Olga Brani
}
4297 0b14cfb4 Olga Brani
/* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4298 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button.secondary.hover {
4299 0b14cfb4 Olga Brani
  background: #269e7d;
4300 0b14cfb4 Olga Brani
}
4301 0b14cfb4 Olga Brani
/* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4302 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button.success {
4303 0b14cfb4 Olga Brani
  background: #00a551;
4304 0b14cfb4 Olga Brani
}
4305 0b14cfb4 Olga Brani
/* line 261, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4306 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button.success.hover {
4307 0b14cfb4 Olga Brani
  background: #007238;
4308 0b14cfb4 Olga Brani
}
4309 0b14cfb4 Olga Brani
/* line 265, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4310 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button.alert {
4311 0b14cfb4 Olga Brani
  background: #30c79e;
4312 0b14cfb4 Olga Brani
}
4313 0b14cfb4 Olga Brani
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4314 0b14cfb4 Olga Brani
.top-bar-section ul li > a.button.alert.hover {
4315 0b14cfb4 Olga Brani
  background: #269e7d;
4316 0b14cfb4 Olga Brani
}
4317 0b14cfb4 Olga Brani
/* line 275, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4318 0b14cfb4 Olga Brani
.top-bar-section ul li.hover > a {
4319 0b14cfb4 Olga Brani
  background: #090909;
4320 0b14cfb4 Olga Brani
  color: white;
4321 0b14cfb4 Olga Brani
}
4322 0b14cfb4 Olga Brani
/* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4323 0b14cfb4 Olga Brani
.top-bar-section ul li.active > a {
4324 0b14cfb4 Olga Brani
  background: #090909;
4325 0b14cfb4 Olga Brani
  color: white;
4326 0b14cfb4 Olga Brani
}
4327 0b14cfb4 Olga Brani
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4328 0b14cfb4 Olga Brani
.top-bar-section .has-form {
4329 0b14cfb4 Olga Brani
  padding: 15px;
4330 0b14cfb4 Olga Brani
}
4331 0b14cfb4 Olga Brani
/* line 291, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4332 0b14cfb4 Olga Brani
.top-bar-section .has-dropdown {
4333 0b14cfb4 Olga Brani
  position: relative;
4334 0b14cfb4 Olga Brani
}
4335 0b14cfb4 Olga Brani
/* line 295, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4336 0b14cfb4 Olga Brani
.top-bar-section .has-dropdown > a:after {
4337 0b14cfb4 Olga Brani
  content: "";
4338 0b14cfb4 Olga Brani
  display: block;
4339 0b14cfb4 Olga Brani
  width: 0;
4340 0b14cfb4 Olga Brani
  height: 0;
4341 0b14cfb4 Olga Brani
  border: inset 5px;
4342 0b14cfb4 Olga Brani
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
4343 0b14cfb4 Olga Brani
  border-left-style: solid;
4344 0b14cfb4 Olga Brani
  margin-right: 15px;
4345 0b14cfb4 Olga Brani
  margin-top: -4.5px;
4346 0b14cfb4 Olga Brani
  position: absolute;
4347 0b14cfb4 Olga Brani
  top: 50%;
4348 0b14cfb4 Olga Brani
  right: 0;
4349 0b14cfb4 Olga Brani
}
4350 0b14cfb4 Olga Brani
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4351 0b14cfb4 Olga Brani
.top-bar-section .has-dropdown.moved {
4352 0b14cfb4 Olga Brani
  position: static;
4353 0b14cfb4 Olga Brani
}
4354 0b14cfb4 Olga Brani
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4355 0b14cfb4 Olga Brani
.top-bar-section .has-dropdown.moved > .dropdown {
4356 0b14cfb4 Olga Brani
  visibility: visible;
4357 0b14cfb4 Olga Brani
}
4358 0b14cfb4 Olga Brani
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4359 0b14cfb4 Olga Brani
.top-bar-section .dropdown {
4360 0b14cfb4 Olga Brani
  position: absolute;
4361 0b14cfb4 Olga Brani
  left: 100%;
4362 0b14cfb4 Olga Brani
  top: 0;
4363 0b14cfb4 Olga Brani
  visibility: hidden;
4364 0b14cfb4 Olga Brani
  z-index: 99;
4365 0b14cfb4 Olga Brani
}
4366 0b14cfb4 Olga Brani
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4367 0b14cfb4 Olga Brani
.top-bar-section .dropdown li {
4368 0b14cfb4 Olga Brani
  width: 100%;
4369 0b14cfb4 Olga Brani
  height: auto;
4370 0b14cfb4 Olga Brani
}
4371 0b14cfb4 Olga Brani
/* line 324, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4372 0b14cfb4 Olga Brani
.top-bar-section .dropdown li a {
4373 0b14cfb4 Olga Brani
  font-weight: normal;
4374 0b14cfb4 Olga Brani
  padding: 8px 15px;
4375 0b14cfb4 Olga Brani
}
4376 0b14cfb4 Olga Brani
/* line 327, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4377 0b14cfb4 Olga Brani
.top-bar-section .dropdown li a.parent-link {
4378 0b14cfb4 Olga Brani
  font-weight: bold;
4379 0b14cfb4 Olga Brani
}
4380 0b14cfb4 Olga Brani
/* line 332, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4381 0b14cfb4 Olga Brani
.top-bar-section .dropdown li.title h5 {
4382 0b14cfb4 Olga Brani
  margin-bottom: 0;
4383 0b14cfb4 Olga Brani
}
4384 0b14cfb4 Olga Brani
/* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4385 0b14cfb4 Olga Brani
.top-bar-section .dropdown li.title h5 a {
4386 0b14cfb4 Olga Brani
  color: white;
4387 0b14cfb4 Olga Brani
  line-height: 22.5px;
4388 0b14cfb4 Olga Brani
  display: block;
4389 0b14cfb4 Olga Brani
}
4390 0b14cfb4 Olga Brani
/* line 341, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4391 0b14cfb4 Olga Brani
.top-bar-section .dropdown label {
4392 0b14cfb4 Olga Brani
  padding: 8px 15px 2px;
4393 0b14cfb4 Olga Brani
  margin-bottom: 0;
4394 0b14cfb4 Olga Brani
  text-transform: uppercase;
4395 0b14cfb4 Olga Brani
  color: #555555;
4396 0b14cfb4 Olga Brani
  font-weight: bold;
4397 0b14cfb4 Olga Brani
  font-size: 0.625em;
4398 0b14cfb4 Olga Brani
}
4399 0b14cfb4 Olga Brani
4400 0b14cfb4 Olga Brani
/* line 353, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4401 0b14cfb4 Olga Brani
.top-bar-js-breakpoint {
4402 0b14cfb4 Olga Brani
  width: 58.75em !important;
4403 0b14cfb4 Olga Brani
  visibility: hidden;
4404 0b14cfb4 Olga Brani
}
4405 0b14cfb4 Olga Brani
4406 0b14cfb4 Olga Brani
/* line 357, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4407 0b14cfb4 Olga Brani
.js-generated {
4408 0b14cfb4 Olga Brani
  display: block;
4409 0b14cfb4 Olga Brani
}
4410 0b14cfb4 Olga Brani
4411 0b14cfb4 Olga Brani
@media only screen and (min-width: 58.75em) {
4412 0b14cfb4 Olga Brani
  /* line 362, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4413 0b14cfb4 Olga Brani
  .top-bar {
4414 0b14cfb4 Olga Brani
    background: #111111;
4415 0b14cfb4 Olga Brani
    *zoom: 1;
4416 0b14cfb4 Olga Brani
    overflow: visible;
4417 0b14cfb4 Olga Brani
  }
4418 0b14cfb4 Olga Brani
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
4419 0b14cfb4 Olga Brani
  .top-bar:before, .top-bar:after {
4420 0b14cfb4 Olga Brani
    content: " ";
4421 0b14cfb4 Olga Brani
    display: table;
4422 0b14cfb4 Olga Brani
  }
4423 0b14cfb4 Olga Brani
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
4424 0b14cfb4 Olga Brani
  .top-bar:after {
4425 0b14cfb4 Olga Brani
    clear: both;
4426 0b14cfb4 Olga Brani
  }
4427 0b14cfb4 Olga Brani
  /* line 367, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4428 0b14cfb4 Olga Brani
  .top-bar .toggle-topbar {
4429 0b14cfb4 Olga Brani
    display: none;
4430 0b14cfb4 Olga Brani
  }
4431 0b14cfb4 Olga Brani
  /* line 369, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4432 0b14cfb4 Olga Brani
  .top-bar .title-area {
4433 0b14cfb4 Olga Brani
    float: left;
4434 0b14cfb4 Olga Brani
  }
4435 0b14cfb4 Olga Brani
  /* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4436 0b14cfb4 Olga Brani
  .top-bar .name h1 a {
4437 0b14cfb4 Olga Brani
    width: auto;
4438 0b14cfb4 Olga Brani
  }
4439 0b14cfb4 Olga Brani
  /* line 373, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4440 0b14cfb4 Olga Brani
  .top-bar input,
4441 0b14cfb4 Olga Brani
  .top-bar .button {
4442 0b14cfb4 Olga Brani
    line-height: 2em;
4443 0b14cfb4 Olga Brani
    font-size: 0.875em;
4444 0b14cfb4 Olga Brani
    height: 2em;
4445 0b14cfb4 Olga Brani
    padding: 0 10px;
4446 0b14cfb4 Olga Brani
    position: relative;
4447 0b14cfb4 Olga Brani
    top: 8px;
4448 0b14cfb4 Olga Brani
  }
4449 0b14cfb4 Olga Brani
  /* line 382, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4450 0b14cfb4 Olga Brani
  .top-bar.expanded {
4451 0b14cfb4 Olga Brani
    background: #111111;
4452 0b14cfb4 Olga Brani
  }
4453 0b14cfb4 Olga Brani
4454 0b14cfb4 Olga Brani
  /* line 385, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4455 0b14cfb4 Olga Brani
  .contain-to-grid .top-bar {
4456 0b14cfb4 Olga Brani
    max-width: 62.5em;
4457 0b14cfb4 Olga Brani
    margin: 0 auto;
4458 0b14cfb4 Olga Brani
    margin-bottom: 1.875em;
4459 0b14cfb4 Olga Brani
  }
4460 0b14cfb4 Olga Brani
4461 0b14cfb4 Olga Brani
  /* line 391, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4462 0b14cfb4 Olga Brani
  .top-bar-section {
4463 0b14cfb4 Olga Brani
    -webkit-transition: none 0 0;
4464 0b14cfb4 Olga Brani
    -moz-transition: none 0 0;
4465 0b14cfb4 Olga Brani
    transition: none 0 0;
4466 0b14cfb4 Olga Brani
    left: 0 !important;
4467 0b14cfb4 Olga Brani
  }
4468 0b14cfb4 Olga Brani
  /* line 395, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4469 0b14cfb4 Olga Brani
  .top-bar-section ul {
4470 0b14cfb4 Olga Brani
    width: auto;
4471 0b14cfb4 Olga Brani
    height: auto !important;
4472 0b14cfb4 Olga Brani
    display: inline;
4473 0b14cfb4 Olga Brani
  }
4474 0b14cfb4 Olga Brani
  /* line 400, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4475 0b14cfb4 Olga Brani
  .top-bar-section ul li {
4476 0b14cfb4 Olga Brani
    float: left;
4477 0b14cfb4 Olga Brani
  }
4478 0b14cfb4 Olga Brani
  /* line 402, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4479 0b14cfb4 Olga Brani
  .top-bar-section ul li .js-generated {
4480 0b14cfb4 Olga Brani
    display: none;
4481 0b14cfb4 Olga Brani
  }
4482 0b14cfb4 Olga Brani
  /* line 407, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4483 0b14cfb4 Olga Brani
  .top-bar-section li a:not(.button) {
4484 0b14cfb4 Olga Brani
    padding: 0 15px;
4485 0b14cfb4 Olga Brani
    line-height: 45px;
4486 0b14cfb4 Olga Brani
    background: #111111;
4487 0b14cfb4 Olga Brani
  }
4488 0b14cfb4 Olga Brani
  /* line 411, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4489 0b14cfb4 Olga Brani
  .top-bar-section li a:not(.button).hover {
4490 0b14cfb4 Olga Brani
    background: black;
4491 0b14cfb4 Olga Brani
  }
4492 0b14cfb4 Olga Brani
  /* line 416, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4493 0b14cfb4 Olga Brani
  .top-bar-section .has-dropdown > a {
4494 0b14cfb4 Olga Brani
    padding-right: 35px !important;
4495 0b14cfb4 Olga Brani
  }
4496 0b14cfb4 Olga Brani
  /* line 419, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4497 0b14cfb4 Olga Brani
  .top-bar-section .has-dropdown > a:after {
4498 0b14cfb4 Olga Brani
    content: "";
4499 0b14cfb4 Olga Brani
    display: block;
4500 0b14cfb4 Olga Brani
    width: 0;
4501 0b14cfb4 Olga Brani
    height: 0;
4502 0b14cfb4 Olga Brani
    border: inset 5px;
4503 0b14cfb4 Olga Brani
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
4504 0b14cfb4 Olga Brani
    border-top-style: solid;
4505 0b14cfb4 Olga Brani
    margin-top: -2.5px;
4506 0b14cfb4 Olga Brani
    top: 22.5px;
4507 0b14cfb4 Olga Brani
  }
4508 0b14cfb4 Olga Brani
  /* line 426, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4509 0b14cfb4 Olga Brani
  .top-bar-section .has-dropdown.moved {
4510 0b14cfb4 Olga Brani
    position: relative;
4511 0b14cfb4 Olga Brani
  }
4512 0b14cfb4 Olga Brani
  /* line 427, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4513 0b14cfb4 Olga Brani
  .top-bar-section .has-dropdown.moved > .dropdown {
4514 0b14cfb4 Olga Brani
    visibility: hidden;
4515 0b14cfb4 Olga Brani
  }
4516 0b14cfb4 Olga Brani
  /* line 431, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4517 0b14cfb4 Olga Brani
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
4518 0b14cfb4 Olga Brani
    visibility: visible;
4519 0b14cfb4 Olga Brani
  }
4520 0b14cfb4 Olga Brani
  /* line 438, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4521 0b14cfb4 Olga Brani
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
4522 0b14cfb4 Olga Brani
    border: none;
4523 0b14cfb4 Olga Brani
    content: "\00bb";
4524 0b14cfb4 Olga Brani
    margin-top: -16px;
4525 0b14cfb4 Olga Brani
    right: 5px;
4526 0b14cfb4 Olga Brani
  }
4527 0b14cfb4 Olga Brani
  /* line 449, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4528 0b14cfb4 Olga Brani
  .top-bar-section .dropdown {
4529 0b14cfb4 Olga Brani
    left: 0;
4530 0b14cfb4 Olga Brani
    top: auto;
4531 0b14cfb4 Olga Brani
    background: transparent;
4532 0b14cfb4 Olga Brani
    min-width: 100%;
4533 0b14cfb4 Olga Brani
  }
4534 0b14cfb4 Olga Brani
  /* line 456, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4535 0b14cfb4 Olga Brani
  .top-bar-section .dropdown li a {
4536 0b14cfb4 Olga Brani
    color: white;
4537 0b14cfb4 Olga Brani
    line-height: 1;
4538 0b14cfb4 Olga Brani
    white-space: nowrap;
4539 0b14cfb4 Olga Brani
    padding: 7px 15px;
4540 0b14cfb4 Olga Brani
    background: #1e1e1e;
4541 0b14cfb4 Olga Brani
  }
4542 0b14cfb4 Olga Brani
  /* line 464, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4543 0b14cfb4 Olga Brani
  .top-bar-section .dropdown li label {
4544 0b14cfb4 Olga Brani
    white-space: nowrap;
4545 0b14cfb4 Olga Brani
    background: #1e1e1e;
4546 0b14cfb4 Olga Brani
  }
4547 0b14cfb4 Olga Brani
  /* line 470, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4548 0b14cfb4 Olga Brani
  .top-bar-section .dropdown li .dropdown {
4549 0b14cfb4 Olga Brani
    left: 100%;
4550 0b14cfb4 Olga Brani
    top: 0;
4551 0b14cfb4 Olga Brani
  }
4552 0b14cfb4 Olga Brani
  /* line 478, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4553 0b14cfb4 Olga Brani
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
4554 0b14cfb4 Olga Brani
    border-bottom: none;
4555 0b14cfb4 Olga Brani
    border-top: none;
4556 0b14cfb4 Olga Brani
    border-right: solid 1px #2b2b2b;
4557 0b14cfb4 Olga Brani
    border-left: solid 1px black;
4558 0b14cfb4 Olga Brani
    clear: none;
4559 0b14cfb4 Olga Brani
    height: 45px;
4560 0b14cfb4 Olga Brani
    width: 0px;
4561 0b14cfb4 Olga Brani
  }
4562 0b14cfb4 Olga Brani
  /* line 488, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4563 0b14cfb4 Olga Brani
  .top-bar-section .has-form {
4564 0b14cfb4 Olga Brani
    background: #111111;
4565 0b14cfb4 Olga Brani
    padding: 0 15px;
4566 0b14cfb4 Olga Brani
    height: 45px;
4567 0b14cfb4 Olga Brani
  }
4568 0b14cfb4 Olga Brani
  /* line 496, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4569 0b14cfb4 Olga Brani
  .top-bar-section ul.right li .dropdown {
4570 0b14cfb4 Olga Brani
    left: auto;
4571 0b14cfb4 Olga Brani
    right: 0;
4572 0b14cfb4 Olga Brani
  }
4573 0b14cfb4 Olga Brani
  /* line 500, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4574 0b14cfb4 Olga Brani
  .top-bar-section ul.right li .dropdown li .dropdown {
4575 0b14cfb4 Olga Brani
    right: 100%;
4576 0b14cfb4 Olga Brani
  }
4577 0b14cfb4 Olga Brani
4578 0b14cfb4 Olga Brani
  /* line 510, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4579 0b14cfb4 Olga Brani
  .no-js .top-bar-section ul li:hover > a {
4580 0b14cfb4 Olga Brani
    background: #090909;
4581 0b14cfb4 Olga Brani
    color: white;
4582 0b14cfb4 Olga Brani
  }
4583 0b14cfb4 Olga Brani
  /* line 516, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4584 0b14cfb4 Olga Brani
  .no-js .top-bar-section ul li:active > a {
4585 0b14cfb4 Olga Brani
    background: #090909;
4586 0b14cfb4 Olga Brani
    color: white;
4587 0b14cfb4 Olga Brani
  }
4588 0b14cfb4 Olga Brani
  /* line 524, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4589 0b14cfb4 Olga Brani
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
4590 0b14cfb4 Olga Brani
    visibility: visible;
4591 0b14cfb4 Olga Brani
  }
4592 0b14cfb4 Olga Brani
}
4593 0b14cfb4 Olga Brani
@-webkit-keyframes rotate {
4594 0b14cfb4 Olga Brani
  /* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4595 0b14cfb4 Olga Brani
  from {
4596 0b14cfb4 Olga Brani
    -webkit-transform: rotate(0deg);
4597 0b14cfb4 Olga Brani
  }
4598 0b14cfb4 Olga Brani
4599 0b14cfb4 Olga Brani
  /* line 39, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4600 0b14cfb4 Olga Brani
  to {
4601 0b14cfb4 Olga Brani
    -webkit-transform: rotate(360deg);
4602 0b14cfb4 Olga Brani
  }
4603 0b14cfb4 Olga Brani
}
4604 0b14cfb4 Olga Brani
4605 0b14cfb4 Olga Brani
@-moz-keyframes rotate {
4606 0b14cfb4 Olga Brani
  /* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4607 0b14cfb4 Olga Brani
  from {
4608 0b14cfb4 Olga Brani
    -webkit-transform: rotate(0deg);
4609 0b14cfb4 Olga Brani
  }
4610 0b14cfb4 Olga Brani
4611 0b14cfb4 Olga Brani
  /* line 43, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4612 0b14cfb4 Olga Brani
  to {
4613 0b14cfb4 Olga Brani
    -webkit-transform: rotate(360deg);
4614 0b14cfb4 Olga Brani
  }
4615 0b14cfb4 Olga Brani
}
4616 0b14cfb4 Olga Brani
4617 0b14cfb4 Olga Brani
@-o-keyframes rotate {
4618 0b14cfb4 Olga Brani
  /* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4619 0b14cfb4 Olga Brani
  from {
4620 0b14cfb4 Olga Brani
    -webkit-transform: rotate(0deg);
4621 0b14cfb4 Olga Brani
  }
4622 0b14cfb4 Olga Brani
4623 0b14cfb4 Olga Brani
  /* line 47, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4624 0b14cfb4 Olga Brani
  to {
4625 0b14cfb4 Olga Brani
    -webkit-transform: rotate(360deg);
4626 0b14cfb4 Olga Brani
  }
4627 0b14cfb4 Olga Brani
}
4628 0b14cfb4 Olga Brani
4629 0b14cfb4 Olga Brani
@keyframes rotate {
4630 0b14cfb4 Olga Brani
  /* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4631 0b14cfb4 Olga Brani
  from {
4632 0b14cfb4 Olga Brani
    -webkit-transform: rotate(0deg);
4633 0b14cfb4 Olga Brani
  }
4634 0b14cfb4 Olga Brani
4635 0b14cfb4 Olga Brani
  /* line 52, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4636 0b14cfb4 Olga Brani
  to {
4637 0b14cfb4 Olga Brani
    -webkit-transform: rotate(360deg);
4638 0b14cfb4 Olga Brani
  }
4639 0b14cfb4 Olga Brani
}
4640 0b14cfb4 Olga Brani
4641 0b14cfb4 Olga Brani
/* Orbit Graceful Loading */
4642 0b14cfb4 Olga Brani
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4643 0b14cfb4 Olga Brani
.slideshow-wrapper {
4644 0b14cfb4 Olga Brani
  position: relative;
4645 0b14cfb4 Olga Brani
}
4646 0b14cfb4 Olga Brani
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4647 0b14cfb4 Olga Brani
.slideshow-wrapper ul {
4648 0b14cfb4 Olga Brani
  list-style-type: none;
4649 0b14cfb4 Olga Brani
  margin: 0;
4650 0b14cfb4 Olga Brani
}
4651 0b14cfb4 Olga Brani
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4652 0b14cfb4 Olga Brani
.slideshow-wrapper ul li,
4653 0b14cfb4 Olga Brani
.slideshow-wrapper ul li .orbit-caption {
4654 0b14cfb4 Olga Brani
  display: none;
4655 0b14cfb4 Olga Brani
}
4656 0b14cfb4 Olga Brani
/* line 69, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4657 0b14cfb4 Olga Brani
.slideshow-wrapper ul li:first-child {
4658 0b14cfb4 Olga Brani
  display: block;
4659 0b14cfb4 Olga Brani
}
4660 0b14cfb4 Olga Brani
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4661 0b14cfb4 Olga Brani
.slideshow-wrapper .orbit-container {
4662 0b14cfb4 Olga Brani
  background-color: transparent;
4663 0b14cfb4 Olga Brani
}
4664 0b14cfb4 Olga Brani
/* line 75, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4665 0b14cfb4 Olga Brani
.slideshow-wrapper .orbit-container li {
4666 0b14cfb4 Olga Brani
  display: block;
4667 0b14cfb4 Olga Brani
}
4668 0b14cfb4 Olga Brani
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4669 0b14cfb4 Olga Brani
.slideshow-wrapper .orbit-container li .orbit-caption {
4670 0b14cfb4 Olga Brani
  display: block;
4671 0b14cfb4 Olga Brani
}
4672 0b14cfb4 Olga Brani
4673 0b14cfb4 Olga Brani
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4674 0b14cfb4 Olga Brani
.preloader {
4675 0b14cfb4 Olga Brani
  display: block;
4676 0b14cfb4 Olga Brani
  width: 40px;
4677 0b14cfb4 Olga Brani
  height: 40px;
4678 0b14cfb4 Olga Brani
  position: absolute;
4679 0b14cfb4 Olga Brani
  top: 50%;
4680 0b14cfb4 Olga Brani
  left: 50%;
4681 0b14cfb4 Olga Brani
  margin-top: -20px;
4682 0b14cfb4 Olga Brani
  margin-left: -20px;
4683 0b14cfb4 Olga Brani
  border: solid 3px;
4684 0b14cfb4 Olga Brani
  border-color: #555 #fff;
4685 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
4686 0b14cfb4 Olga Brani
  border-radius: 1000px;
4687 0b14cfb4 Olga Brani
  -webkit-animation-name: rotate;
4688 0b14cfb4 Olga Brani
  -webkit-animation-duration: 1.5s;
4689 0b14cfb4 Olga Brani
  -webkit-animation-iteration-count: infinite;
4690 0b14cfb4 Olga Brani
  -webkit-animation-timing-function: linear;
4691 0b14cfb4 Olga Brani
  -moz-animation-name: rotate;
4692 0b14cfb4 Olga Brani
  -moz-animation-duration: 1.5s;
4693 0b14cfb4 Olga Brani
  -moz-animation-iteration-count: infinite;
4694 0b14cfb4 Olga Brani
  -moz-animation-timing-function: linear;
4695 0b14cfb4 Olga Brani
  -o-animation-name: rotate;
4696 0b14cfb4 Olga Brani
  -o-animation-duration: 1.5s;
4697 0b14cfb4 Olga Brani
  -o-animation-iteration-count: infinite;
4698 0b14cfb4 Olga Brani
  -o-animation-timing-function: linear;
4699 0b14cfb4 Olga Brani
  animation-name: rotate;
4700 0b14cfb4 Olga Brani
  animation-duration: 1.5s;
4701 0b14cfb4 Olga Brani
  animation-iteration-count: infinite;
4702 0b14cfb4 Olga Brani
  animation-timing-function: linear;
4703 0b14cfb4 Olga Brani
}
4704 0b14cfb4 Olga Brani
4705 0b14cfb4 Olga Brani
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4706 0b14cfb4 Olga Brani
.orbit-container {
4707 0b14cfb4 Olga Brani
  overflow: hidden;
4708 0b14cfb4 Olga Brani
  width: 100%;
4709 0b14cfb4 Olga Brani
  position: relative;
4710 0b14cfb4 Olga Brani
  background: whitesmoke;
4711 0b14cfb4 Olga Brani
}
4712 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4713 0b14cfb4 Olga Brani
.orbit-container .orbit-slides-container {
4714 0b14cfb4 Olga Brani
  list-style: none;
4715 0b14cfb4 Olga Brani
  margin: 0;
4716 0b14cfb4 Olga Brani
  padding: 0;
4717 0b14cfb4 Olga Brani
  position: relative;
4718 0b14cfb4 Olga Brani
}
4719 0b14cfb4 Olga Brani
/* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4720 0b14cfb4 Olga Brani
.orbit-container .orbit-slides-container img {
4721 0b14cfb4 Olga Brani
  display: block;
4722 0b14cfb4 Olga Brani
  max-width: 100%;
4723 0b14cfb4 Olga Brani
}
4724 0b14cfb4 Olga Brani
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4725 0b14cfb4 Olga Brani
.orbit-container .orbit-slides-container > * {
4726 0b14cfb4 Olga Brani
  position: absolute;
4727 0b14cfb4 Olga Brani
  top: 0;
4728 0b14cfb4 Olga Brani
  width: 100%;
4729 0b14cfb4 Olga Brani
  margin-left: 100%;
4730 0b14cfb4 Olga Brani
}
4731 0b14cfb4 Olga Brani
/* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4732 0b14cfb4 Olga Brani
.orbit-container .orbit-slides-container > *:first-child {
4733 0b14cfb4 Olga Brani
  margin-left: 0%;
4734 0b14cfb4 Olga Brani
}
4735 0b14cfb4 Olga Brani
/* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4736 0b14cfb4 Olga Brani
.orbit-container .orbit-slides-container > * .orbit-caption {
4737 0b14cfb4 Olga Brani
  position: absolute;
4738 0b14cfb4 Olga Brani
  bottom: 0;
4739 0b14cfb4 Olga Brani
  background-color: black;
4740 0b14cfb4 Olga Brani
  background-color: rgba(0, 0, 0, 0.6);
4741 0b14cfb4 Olga Brani
  color: white;
4742 0b14cfb4 Olga Brani
  width: 100%;
4743 0b14cfb4 Olga Brani
  padding: 10px 14px;
4744 0b14cfb4 Olga Brani
  font-size: 0.875em;
4745 0b14cfb4 Olga Brani
}
4746 0b14cfb4 Olga Brani
/* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4747 0b14cfb4 Olga Brani
.orbit-container .orbit-slide-number {
4748 0b14cfb4 Olga Brani
  position: absolute;
4749 0b14cfb4 Olga Brani
  top: 10px;
4750 0b14cfb4 Olga Brani
  left: 10px;
4751 0b14cfb4 Olga Brani
  font-size: 12px;
4752 0b14cfb4 Olga Brani
  color: white;
4753 0b14cfb4 Olga Brani
  background: rgba(0, 0, 0, 0);
4754 0b14cfb4 Olga Brani
  z-index: 10;
4755 0b14cfb4 Olga Brani
}
4756 0b14cfb4 Olga Brani
/* line 157, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4757 0b14cfb4 Olga Brani
.orbit-container .orbit-slide-number span {
4758 0b14cfb4 Olga Brani
  font-weight: 700;
4759 0b14cfb4 Olga Brani
  padding: 0.3125em;
4760 0b14cfb4 Olga Brani
}
4761 0b14cfb4 Olga Brani
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4762 0b14cfb4 Olga Brani
.orbit-container .orbit-timer {
4763 0b14cfb4 Olga Brani
  position: absolute;
4764 0b14cfb4 Olga Brani
  top: 10px;
4765 0b14cfb4 Olga Brani
  right: 10px;
4766 0b14cfb4 Olga Brani
  height: 6px;
4767 0b14cfb4 Olga Brani
  width: 100px;
4768 0b14cfb4 Olga Brani
  z-index: 10;
4769 0b14cfb4 Olga Brani
}
4770 0b14cfb4 Olga Brani
/* line 170, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4771 0b14cfb4 Olga Brani
.orbit-container .orbit-timer .orbit-progress {
4772 0b14cfb4 Olga Brani
  height: 100%;
4773 0b14cfb4 Olga Brani
  background-color: black;
4774 0b14cfb4 Olga Brani
  background-color: rgba(0, 0, 0, 0.6);
4775 0b14cfb4 Olga Brani
  display: block;
4776 0b14cfb4 Olga Brani
  width: 0%;
4777 0b14cfb4 Olga Brani
}
4778 0b14cfb4 Olga Brani
/* line 178, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4779 0b14cfb4 Olga Brani
.orbit-container .orbit-timer > span {
4780 0b14cfb4 Olga Brani
  display: none;
4781 0b14cfb4 Olga Brani
  position: absolute;
4782 0b14cfb4 Olga Brani
  top: 10px;
4783 0b14cfb4 Olga Brani
  right: 0px;
4784 0b14cfb4 Olga Brani
  width: 11px;
4785 0b14cfb4 Olga Brani
  height: 14px;
4786 0b14cfb4 Olga Brani
  border: solid 4px #000;
4787 0b14cfb4 Olga Brani
  border-top: none;
4788 0b14cfb4 Olga Brani
  border-bottom: none;
4789 0b14cfb4 Olga Brani
}
4790 0b14cfb4 Olga Brani
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4791 0b14cfb4 Olga Brani
.orbit-container .orbit-timer.paused > span {
4792 0b14cfb4 Olga Brani
  right: -6px;
4793 0b14cfb4 Olga Brani
  top: 9px;
4794 0b14cfb4 Olga Brani
  width: 11px;
4795 0b14cfb4 Olga Brani
  height: 14px;
4796 0b14cfb4 Olga Brani
  border: inset 8px;
4797 0b14cfb4 Olga Brani
  border-right-style: solid;
4798 0b14cfb4 Olga Brani
  border-color: transparent transparent transparent #000;
4799 0b14cfb4 Olga Brani
}
4800 0b14cfb4 Olga Brani
/* line 203, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4801 0b14cfb4 Olga Brani
.orbit-container:hover .orbit-timer > span {
4802 0b14cfb4 Olga Brani
  display: block;
4803 0b14cfb4 Olga Brani
}
4804 0b14cfb4 Olga Brani
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4805 0b14cfb4 Olga Brani
.orbit-container .orbit-prev,
4806 0b14cfb4 Olga Brani
.orbit-container .orbit-next {
4807 0b14cfb4 Olga Brani
  position: absolute;
4808 0b14cfb4 Olga Brani
  top: 50%;
4809 0b14cfb4 Olga Brani
  margin-top: -25px;
4810 0b14cfb4 Olga Brani
  background-color: black;
4811 0b14cfb4 Olga Brani
  background-color: rgba(0, 0, 0, 0.6);
4812 0b14cfb4 Olga Brani
  width: 50px;
4813 0b14cfb4 Olga Brani
  height: 60px;
4814 0b14cfb4 Olga Brani
  line-height: 50px;
4815 0b14cfb4 Olga Brani
  color: white;
4816 0b14cfb4 Olga Brani
  text-indent: -9999px !important;
4817 0b14cfb4 Olga Brani
  z-index: 10;
4818 0b14cfb4 Olga Brani
}
4819 0b14cfb4 Olga Brani
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4820 0b14cfb4 Olga Brani
.orbit-container .orbit-prev > span,
4821 0b14cfb4 Olga Brani
.orbit-container .orbit-next > span {
4822 0b14cfb4 Olga Brani
  position: absolute;
4823 0b14cfb4 Olga Brani
  top: 50%;
4824 0b14cfb4 Olga Brani
  margin-top: -16px;
4825 0b14cfb4 Olga Brani
  display: block;
4826 0b14cfb4 Olga Brani
  width: 0;
4827 0b14cfb4 Olga Brani
  height: 0;
4828 0b14cfb4 Olga Brani
  border: inset 16px;
4829 0b14cfb4 Olga Brani
}
4830 0b14cfb4 Olga Brani
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4831 0b14cfb4 Olga Brani
.orbit-container .orbit-prev {
4832 0b14cfb4 Olga Brani
  left: 0;
4833 0b14cfb4 Olga Brani
}
4834 0b14cfb4 Olga Brani
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4835 0b14cfb4 Olga Brani
.orbit-container .orbit-prev > span {
4836 0b14cfb4 Olga Brani
  border-right-style: solid;
4837 0b14cfb4 Olga Brani
  border-color: transparent;
4838 0b14cfb4 Olga Brani
  border-right-color: #fff;
4839 0b14cfb4 Olga Brani
}
4840 0b14cfb4 Olga Brani
/* line 236, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4841 0b14cfb4 Olga Brani
.orbit-container .orbit-prev:hover > span {
4842 0b14cfb4 Olga Brani
  border-right-color: #ccc;
4843 0b14cfb4 Olga Brani
}
4844 0b14cfb4 Olga Brani
/* line 240, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4845 0b14cfb4 Olga Brani
.orbit-container .orbit-next {
4846 0b14cfb4 Olga Brani
  right: 0;
4847 0b14cfb4 Olga Brani
}
4848 0b14cfb4 Olga Brani
/* line 241, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4849 0b14cfb4 Olga Brani
.orbit-container .orbit-next > span {
4850 0b14cfb4 Olga Brani
  border-color: transparent;
4851 0b14cfb4 Olga Brani
  border-left-style: solid;
4852 0b14cfb4 Olga Brani
  border-left-color: #fff;
4853 0b14cfb4 Olga Brani
  left: 50%;
4854 0b14cfb4 Olga Brani
  margin-left: -8px;
4855 0b14cfb4 Olga Brani
}
4856 0b14cfb4 Olga Brani
/* line 248, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4857 0b14cfb4 Olga Brani
.orbit-container .orbit-next:hover > span {
4858 0b14cfb4 Olga Brani
  border-left-color: #ccc;
4859 0b14cfb4 Olga Brani
}
4860 0b14cfb4 Olga Brani
4861 0b14cfb4 Olga Brani
/* line 254, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4862 0b14cfb4 Olga Brani
.orbit-bullets {
4863 0b14cfb4 Olga Brani
  margin: 0 auto 30px auto;
4864 0b14cfb4 Olga Brani
  overflow: hidden;
4865 0b14cfb4 Olga Brani
  position: relative;
4866 0b14cfb4 Olga Brani
  top: 10px;
4867 0b14cfb4 Olga Brani
}
4868 0b14cfb4 Olga Brani
/* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4869 0b14cfb4 Olga Brani
.orbit-bullets li {
4870 0b14cfb4 Olga Brani
  display: block;
4871 0b14cfb4 Olga Brani
  width: 10px;
4872 0b14cfb4 Olga Brani
  height: 10px;
4873 0b14cfb4 Olga Brani
  background: #999999;
4874 0b14cfb4 Olga Brani
  float: left;
4875 0b14cfb4 Olga Brani
  margin-right: 6px;
4876 0b14cfb4 Olga Brani
  border: solid 1px #555555;
4877 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
4878 0b14cfb4 Olga Brani
  border-radius: 1000px;
4879 0b14cfb4 Olga Brani
}
4880 0b14cfb4 Olga Brani
/* line 270, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4881 0b14cfb4 Olga Brani
.orbit-bullets li.active {
4882 0b14cfb4 Olga Brani
  background: #555555;
4883 0b14cfb4 Olga Brani
}
4884 0b14cfb4 Olga Brani
/* line 274, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4885 0b14cfb4 Olga Brani
.orbit-bullets li:last-child {
4886 0b14cfb4 Olga Brani
  margin-right: 0;
4887 0b14cfb4 Olga Brani
}
4888 0b14cfb4 Olga Brani
4889 0b14cfb4 Olga Brani
/* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4890 0b14cfb4 Olga Brani
.touch .orbit-container .orbit-prev,
4891 0b14cfb4 Olga Brani
.touch .orbit-container .orbit-next {
4892 0b14cfb4 Olga Brani
  display: none;
4893 0b14cfb4 Olga Brani
}
4894 0b14cfb4 Olga Brani
/* line 284, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4895 0b14cfb4 Olga Brani
.touch .orbit-bullets {
4896 0b14cfb4 Olga Brani
  display: none;
4897 0b14cfb4 Olga Brani
}
4898 0b14cfb4 Olga Brani
4899 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
4900 0b14cfb4 Olga Brani
  /* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4901 0b14cfb4 Olga Brani
  .touch .orbit-container .orbit-prev,
4902 0b14cfb4 Olga Brani
  .touch .orbit-container .orbit-next {
4903 0b14cfb4 Olga Brani
    display: inherit;
4904 0b14cfb4 Olga Brani
  }
4905 0b14cfb4 Olga Brani
  /* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4906 0b14cfb4 Olga Brani
  .touch .orbit-bullets {
4907 0b14cfb4 Olga Brani
    display: block;
4908 0b14cfb4 Olga Brani
  }
4909 0b14cfb4 Olga Brani
}
4910 0b14cfb4 Olga Brani
@media only screen and (max-width: 768px) {
4911 0b14cfb4 Olga Brani
  /* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4912 0b14cfb4 Olga Brani
  .orbit-stack-on-small .orbit-slides-container {
4913 0b14cfb4 Olga Brani
    height: auto !important;
4914 0b14cfb4 Olga Brani
  }
4915 0b14cfb4 Olga Brani
  /* line 307, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4916 0b14cfb4 Olga Brani
  .orbit-stack-on-small .orbit-slides-container > * {
4917 0b14cfb4 Olga Brani
    position: relative;
4918 0b14cfb4 Olga Brani
    margin-left: 0% !important;
4919 0b14cfb4 Olga Brani
  }
4920 0b14cfb4 Olga Brani
  /* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4921 0b14cfb4 Olga Brani
  .orbit-stack-on-small .orbit-timer,
4922 0b14cfb4 Olga Brani
  .orbit-stack-on-small .orbit-next,
4923 0b14cfb4 Olga Brani
  .orbit-stack-on-small .orbit-prev,
4924 0b14cfb4 Olga Brani
  .orbit-stack-on-small .orbit-bullets {
4925 0b14cfb4 Olga Brani
    display: none;
4926 0b14cfb4 Olga Brani
  }
4927 0b14cfb4 Olga Brani
}
4928 0b14cfb4 Olga Brani
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4929 0b14cfb4 Olga Brani
.reveal-modal-bg {
4930 0b14cfb4 Olga Brani
  position: fixed;
4931 0b14cfb4 Olga Brani
  height: 100%;
4932 0b14cfb4 Olga Brani
  width: 100%;
4933 0b14cfb4 Olga Brani
  background: black;
4934 0b14cfb4 Olga Brani
  background: rgba(255, 255, 255, 0.8);
4935 0b14cfb4 Olga Brani
  z-index: 98;
4936 0b14cfb4 Olga Brani
  display: none;
4937 0b14cfb4 Olga Brani
  top: 0;
4938 0b14cfb4 Olga Brani
  left: 0;
4939 0b14cfb4 Olga Brani
}
4940 0b14cfb4 Olga Brani
4941 0b14cfb4 Olga Brani
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4942 0b14cfb4 Olga Brani
.reveal-modal {
4943 0b14cfb4 Olga Brani
  visibility: hidden;
4944 0b14cfb4 Olga Brani
  display: none;
4945 0b14cfb4 Olga Brani
  position: absolute;
4946 0b14cfb4 Olga Brani
  left: 50%;
4947 0b14cfb4 Olga Brani
  z-index: 99;
4948 0b14cfb4 Olga Brani
  height: auto;
4949 0b14cfb4 Olga Brani
  margin-left: -40%;
4950 0b14cfb4 Olga Brani
  width: 80%;
4951 0b14cfb4 Olga Brani
  background-color: white;
4952 0b14cfb4 Olga Brani
  padding: 3.125em 6.25em 1.25em;
4953 0b14cfb4 Olga Brani
  border: solid 0px #666666;
4954 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4955 0b14cfb4 Olga Brani
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4956 0b14cfb4 Olga Brani
  top: 50px;
4957 0b14cfb4 Olga Brani
}
4958 0b14cfb4 Olga Brani
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4959 0b14cfb4 Olga Brani
.reveal-modal .column,
4960 0b14cfb4 Olga Brani
.reveal-modal .columns {
4961 0b14cfb4 Olga Brani
  min-width: 0;
4962 0b14cfb4 Olga Brani
}
4963 0b14cfb4 Olga Brani
/* line 65, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4964 0b14cfb4 Olga Brani
.reveal-modal > :first-child {
4965 0b14cfb4 Olga Brani
  margin-top: 0;
4966 0b14cfb4 Olga Brani
}
4967 0b14cfb4 Olga Brani
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4968 0b14cfb4 Olga Brani
.reveal-modal > :last-child {
4969 0b14cfb4 Olga Brani
  margin-bottom: 0;
4970 0b14cfb4 Olga Brani
}
4971 0b14cfb4 Olga Brani
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4972 0b14cfb4 Olga Brani
.reveal-modal .close-reveal-modal {
4973 0b14cfb4 Olga Brani
  font-size: 1.125em;
4974 0b14cfb4 Olga Brani
  line-height: 1;
4975 0b14cfb4 Olga Brani
  position: absolute;
4976 0b14cfb4 Olga Brani
  top: 3.125em;
4977 0b14cfb4 Olga Brani
  right: 3.125em;
4978 0b14cfb4 Olga Brani
  color: white;
4979 0b14cfb4 Olga Brani
  font-weight: bold;
4980 0b14cfb4 Olga Brani
  cursor: pointer;
4981 0b14cfb4 Olga Brani
}
4982 0b14cfb4 Olga Brani
4983 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
4984 0b14cfb4 Olga Brani
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4985 0b14cfb4 Olga Brani
  .reveal-modal {
4986 0b14cfb4 Olga Brani
    padding: 1.875em;
4987 0b14cfb4 Olga Brani
    top: 6.25em;
4988 0b14cfb4 Olga Brani
  }
4989 0b14cfb4 Olga Brani
  /* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4990 0b14cfb4 Olga Brani
  .reveal-modal.tiny {
4991 0b14cfb4 Olga Brani
    margin-left: -15%;
4992 0b14cfb4 Olga Brani
    width: 30%;
4993 0b14cfb4 Olga Brani
  }
4994 0b14cfb4 Olga Brani
  /* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4995 0b14cfb4 Olga Brani
  .reveal-modal.small {
4996 0b14cfb4 Olga Brani
    margin-left: -20%;
4997 0b14cfb4 Olga Brani
    width: 40%;
4998 0b14cfb4 Olga Brani
  }
4999 0b14cfb4 Olga Brani
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5000 0b14cfb4 Olga Brani
  .reveal-modal.medium {
5001 0b14cfb4 Olga Brani
    margin-left: -30%;
5002 0b14cfb4 Olga Brani
    width: 60%;
5003 0b14cfb4 Olga Brani
  }
5004 0b14cfb4 Olga Brani
  /* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5005 0b14cfb4 Olga Brani
  .reveal-modal.large {
5006 0b14cfb4 Olga Brani
    margin-left: -35%;
5007 0b14cfb4 Olga Brani
    width: 70%;
5008 0b14cfb4 Olga Brani
  }
5009 0b14cfb4 Olga Brani
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5010 0b14cfb4 Olga Brani
  .reveal-modal.xlarge {
5011 0b14cfb4 Olga Brani
    margin-left: -47.5%;
5012 0b14cfb4 Olga Brani
    width: 95%;
5013 0b14cfb4 Olga Brani
  }
5014 0b14cfb4 Olga Brani
}
5015 0b14cfb4 Olga Brani
@media print {
5016 0b14cfb4 Olga Brani
  /* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5017 0b14cfb4 Olga Brani
  .reveal-modal {
5018 0b14cfb4 Olga Brani
    background: #fff !important;
5019 0b14cfb4 Olga Brani
  }
5020 0b14cfb4 Olga Brani
}
5021 0b14cfb4 Olga Brani
/* Foundation Joyride */
5022 0b14cfb4 Olga Brani
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5023 0b14cfb4 Olga Brani
.joyride-list {
5024 0b14cfb4 Olga Brani
  display: none;
5025 0b14cfb4 Olga Brani
}
5026 0b14cfb4 Olga Brani
5027 0b14cfb4 Olga Brani
/* Default styles for the container */
5028 0b14cfb4 Olga Brani
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5029 0b14cfb4 Olga Brani
.joyride-tip-guide {
5030 0b14cfb4 Olga Brani
  display: none;
5031 0b14cfb4 Olga Brani
  position: absolute;
5032 0b14cfb4 Olga Brani
  background: black;
5033 0b14cfb4 Olga Brani
  color: white;
5034 0b14cfb4 Olga Brani
  z-index: 101;
5035 0b14cfb4 Olga Brani
  top: 0;
5036 0b14cfb4 Olga Brani
  left: 2.5%;
5037 0b14cfb4 Olga Brani
  font-family: inherit;
5038 0b14cfb4 Olga Brani
  font-weight: normal;
5039 0b14cfb4 Olga Brani
  width: 95%;
5040 0b14cfb4 Olga Brani
}
5041 0b14cfb4 Olga Brani
5042 0b14cfb4 Olga Brani
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5043 0b14cfb4 Olga Brani
.lt-ie9 .joyride-tip-guide {
5044 0b14cfb4 Olga Brani
  max-width: 800px;
5045 0b14cfb4 Olga Brani
  left: 50%;
5046 0b14cfb4 Olga Brani
  margin-left: -400px;
5047 0b14cfb4 Olga Brani
}
5048 0b14cfb4 Olga Brani
5049 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5050 0b14cfb4 Olga Brani
.joyride-content-wrapper {
5051 0b14cfb4 Olga Brani
  width: 100%;
5052 0b14cfb4 Olga Brani
  padding: 1.125em 1.25em 1.5em;
5053 0b14cfb4 Olga Brani
}
5054 0b14cfb4 Olga Brani
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5055 0b14cfb4 Olga Brani
.joyride-content-wrapper .button {
5056 0b14cfb4 Olga Brani
  margin-bottom: 0 !important;
5057 0b14cfb4 Olga Brani
}
5058 0b14cfb4 Olga Brani
5059 0b14cfb4 Olga Brani
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
5060 0b14cfb4 Olga Brani
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5061 0b14cfb4 Olga Brani
.joyride-tip-guide .joyride-nub {
5062 0b14cfb4 Olga Brani
  display: block;
5063 0b14cfb4 Olga Brani
  position: absolute;
5064 0b14cfb4 Olga Brani
  left: 22px;
5065 0b14cfb4 Olga Brani
  width: 0;
5066 0b14cfb4 Olga Brani
  height: 0;
5067 0b14cfb4 Olga Brani
  border: inset 14px;
5068 0b14cfb4 Olga Brani
}
5069 0b14cfb4 Olga Brani
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5070 0b14cfb4 Olga Brani
.joyride-tip-guide .joyride-nub.top {
5071 0b14cfb4 Olga Brani
  border-top-style: solid;
5072 0b14cfb4 Olga Brani
  border-color: black;
5073 0b14cfb4 Olga Brani
  border-top-color: transparent !important;
5074 0b14cfb4 Olga Brani
  border-left-color: transparent !important;
5075 0b14cfb4 Olga Brani
  border-right-color: transparent !important;
5076 0b14cfb4 Olga Brani
  top: -28px;
5077 0b14cfb4 Olga Brani
}
5078 0b14cfb4 Olga Brani
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5079 0b14cfb4 Olga Brani
.joyride-tip-guide .joyride-nub.bottom {
5080 0b14cfb4 Olga Brani
  border-bottom-style: solid;
5081 0b14cfb4 Olga Brani
  border-color: black !important;
5082 0b14cfb4 Olga Brani
  border-bottom-color: transparent !important;
5083 0b14cfb4 Olga Brani
  border-left-color: transparent !important;
5084 0b14cfb4 Olga Brani
  border-right-color: transparent !important;
5085 0b14cfb4 Olga Brani
  bottom: -28px;
5086 0b14cfb4 Olga Brani
}
5087 0b14cfb4 Olga Brani
/* line 98, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5088 0b14cfb4 Olga Brani
.joyride-tip-guide .joyride-nub.right {
5089 0b14cfb4 Olga Brani
  right: -28px;
5090 0b14cfb4 Olga Brani
}
5091 0b14cfb4 Olga Brani
/* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5092 0b14cfb4 Olga Brani
.joyride-tip-guide .joyride-nub.left {
5093 0b14cfb4 Olga Brani
  left: -28px;
5094 0b14cfb4 Olga Brani
}
5095 0b14cfb4 Olga Brani
5096 0b14cfb4 Olga Brani
/* Typography */
5097 0b14cfb4 Olga Brani
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5098 0b14cfb4 Olga Brani
.joyride-tip-guide h1,
5099 0b14cfb4 Olga Brani
.joyride-tip-guide h2,
5100 0b14cfb4 Olga Brani
.joyride-tip-guide h3,
5101 0b14cfb4 Olga Brani
.joyride-tip-guide h4,
5102 0b14cfb4 Olga Brani
.joyride-tip-guide h5,
5103 0b14cfb4 Olga Brani
.joyride-tip-guide h6 {
5104 0b14cfb4 Olga Brani
  line-height: 1.25;
5105 0b14cfb4 Olga Brani
  margin: 0;
5106 0b14cfb4 Olga Brani
  font-weight: bold;
5107 0b14cfb4 Olga Brani
  color: white;
5108 0b14cfb4 Olga Brani
}
5109 0b14cfb4 Olga Brani
5110 0b14cfb4 Olga Brani
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5111 0b14cfb4 Olga Brani
.joyride-tip-guide p {
5112 0b14cfb4 Olga Brani
  margin: 0 0 1.125em 0;
5113 0b14cfb4 Olga Brani
  font-size: 0.875em;
5114 0b14cfb4 Olga Brani
  line-height: 1.3;
5115 0b14cfb4 Olga Brani
}
5116 0b14cfb4 Olga Brani
5117 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5118 0b14cfb4 Olga Brani
.joyride-timer-indicator-wrap {
5119 0b14cfb4 Olga Brani
  width: 50px;
5120 0b14cfb4 Olga Brani
  height: 3px;
5121 0b14cfb4 Olga Brani
  border: solid 1px #555555;
5122 0b14cfb4 Olga Brani
  position: absolute;
5123 0b14cfb4 Olga Brani
  right: 1.0625em;
5124 0b14cfb4 Olga Brani
  bottom: 1em;
5125 0b14cfb4 Olga Brani
}
5126 0b14cfb4 Olga Brani
5127 0b14cfb4 Olga Brani
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5128 0b14cfb4 Olga Brani
.joyride-timer-indicator {
5129 0b14cfb4 Olga Brani
  display: block;
5130 0b14cfb4 Olga Brani
  width: 0;
5131 0b14cfb4 Olga Brani
  height: inherit;
5132 0b14cfb4 Olga Brani
  background: #666666;
5133 0b14cfb4 Olga Brani
}
5134 0b14cfb4 Olga Brani
5135 0b14cfb4 Olga Brani
/* line 136, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5136 0b14cfb4 Olga Brani
.joyride-close-tip {
5137 0b14cfb4 Olga Brani
  position: absolute;
5138 0b14cfb4 Olga Brani
  right: 12px;
5139 0b14cfb4 Olga Brani
  top: 10px;
5140 0b14cfb4 Olga Brani
  color: #777777 !important;
5141 0b14cfb4 Olga Brani
  text-decoration: none;
5142 0b14cfb4 Olga Brani
  font-size: 30px;
5143 0b14cfb4 Olga Brani
  font-weight: normal;
5144 0b14cfb4 Olga Brani
  line-height: .5 !important;
5145 0b14cfb4 Olga Brani
}
5146 0b14cfb4 Olga Brani
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5147 0b14cfb4 Olga Brani
.joyride-close-tip:hover, .joyride-close-tip:focus {
5148 0b14cfb4 Olga Brani
  color: #eee !important;
5149 0b14cfb4 Olga Brani
}
5150 0b14cfb4 Olga Brani
5151 0b14cfb4 Olga Brani
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5152 0b14cfb4 Olga Brani
.joyride-modal-bg {
5153 0b14cfb4 Olga Brani
  position: fixed;
5154 0b14cfb4 Olga Brani
  height: 100%;
5155 0b14cfb4 Olga Brani
  width: 100%;
5156 0b14cfb4 Olga Brani
  background: transparent;
5157 0b14cfb4 Olga Brani
  background: rgba(0, 0, 0, 0.5);
5158 0b14cfb4 Olga Brani
  z-index: 100;
5159 0b14cfb4 Olga Brani
  display: none;
5160 0b14cfb4 Olga Brani
  top: 0;
5161 0b14cfb4 Olga Brani
  left: 0;
5162 0b14cfb4 Olga Brani
  cursor: pointer;
5163 0b14cfb4 Olga Brani
}
5164 0b14cfb4 Olga Brani
5165 0b14cfb4 Olga Brani
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5166 0b14cfb4 Olga Brani
.joyride-expose-wrapper {
5167 0b14cfb4 Olga Brani
  background-color: #ffffff;
5168 0b14cfb4 Olga Brani
  position: absolute;
5169 0b14cfb4 Olga Brani
  border-radius: 3px;
5170 0b14cfb4 Olga Brani
  z-index: 102;
5171 0b14cfb4 Olga Brani
  -moz-box-shadow: 0px 0px 30px #ffffff;
5172 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0px 0px 15px #ffffff;
5173 0b14cfb4 Olga Brani
  box-shadow: 0px 0px 15px #ffffff;
5174 0b14cfb4 Olga Brani
}
5175 0b14cfb4 Olga Brani
5176 0b14cfb4 Olga Brani
/* line 175, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5177 0b14cfb4 Olga Brani
.joyride-expose-cover {
5178 0b14cfb4 Olga Brani
  background: transparent;
5179 0b14cfb4 Olga Brani
  border-radius: 3px;
5180 0b14cfb4 Olga Brani
  position: absolute;
5181 0b14cfb4 Olga Brani
  z-index: 9999;
5182 0b14cfb4 Olga Brani
  top: 0px;
5183 0b14cfb4 Olga Brani
  left: 0px;
5184 0b14cfb4 Olga Brani
}
5185 0b14cfb4 Olga Brani
5186 0b14cfb4 Olga Brani
/* Styles for screens that are atleast 768px; */
5187 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
5188 0b14cfb4 Olga Brani
  /* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5189 0b14cfb4 Olga Brani
  .joyride-tip-guide {
5190 0b14cfb4 Olga Brani
    width: 300px;
5191 0b14cfb4 Olga Brani
    left: inherit;
5192 0b14cfb4 Olga Brani
  }
5193 0b14cfb4 Olga Brani
  /* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5194 0b14cfb4 Olga Brani
  .joyride-tip-guide .joyride-nub.bottom {
5195 0b14cfb4 Olga Brani
    border-color: black !important;
5196 0b14cfb4 Olga Brani
    border-bottom-color: transparent !important;
5197 0b14cfb4 Olga Brani
    border-left-color: transparent !important;
5198 0b14cfb4 Olga Brani
    border-right-color: transparent !important;
5199 0b14cfb4 Olga Brani
    bottom: -28px;
5200 0b14cfb4 Olga Brani
  }
5201 0b14cfb4 Olga Brani
  /* line 196, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5202 0b14cfb4 Olga Brani
  .joyride-tip-guide .joyride-nub.right {
5203 0b14cfb4 Olga Brani
    border-color: black !important;
5204 0b14cfb4 Olga Brani
    border-top-color: transparent !important;
5205 0b14cfb4 Olga Brani
    border-right-color: transparent !important;
5206 0b14cfb4 Olga Brani
    border-bottom-color: transparent !important;
5207 0b14cfb4 Olga Brani
    top: 22px;
5208 0b14cfb4 Olga Brani
    left: auto;
5209 0b14cfb4 Olga Brani
    right: -28px;
5210 0b14cfb4 Olga Brani
  }
5211 0b14cfb4 Olga Brani
  /* line 204, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5212 0b14cfb4 Olga Brani
  .joyride-tip-guide .joyride-nub.left {
5213 0b14cfb4 Olga Brani
    border-color: black !important;
5214 0b14cfb4 Olga Brani
    border-top-color: transparent !important;
5215 0b14cfb4 Olga Brani
    border-left-color: transparent !important;
5216 0b14cfb4 Olga Brani
    border-bottom-color: transparent !important;
5217 0b14cfb4 Olga Brani
    top: 22px;
5218 0b14cfb4 Olga Brani
    left: -28px;
5219 0b14cfb4 Olga Brani
    right: auto;
5220 0b14cfb4 Olga Brani
  }
5221 0b14cfb4 Olga Brani
}
5222 0b14cfb4 Olga Brani
/* Clearing Styles */
5223 0b14cfb4 Olga Brani
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5224 0b14cfb4 Olga Brani
[data-clearing] {
5225 0b14cfb4 Olga Brani
  *zoom: 1;
5226 0b14cfb4 Olga Brani
  margin-bottom: 0;
5227 0b14cfb4 Olga Brani
  margin-left: 0;
5228 0b14cfb4 Olga Brani
  list-style: none;
5229 0b14cfb4 Olga Brani
}
5230 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
5231 0b14cfb4 Olga Brani
[data-clearing]:before, [data-clearing]:after {
5232 0b14cfb4 Olga Brani
  content: " ";
5233 0b14cfb4 Olga Brani
  display: table;
5234 0b14cfb4 Olga Brani
}
5235 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
5236 0b14cfb4 Olga Brani
[data-clearing]:after {
5237 0b14cfb4 Olga Brani
  clear: both;
5238 0b14cfb4 Olga Brani
}
5239 0b14cfb4 Olga Brani
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5240 0b14cfb4 Olga Brani
[data-clearing] li {
5241 0b14cfb4 Olga Brani
  float: left;
5242 0b14cfb4 Olga Brani
  margin-right: 10px;
5243 0b14cfb4 Olga Brani
}
5244 0b14cfb4 Olga Brani
5245 0b14cfb4 Olga Brani
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5246 0b14cfb4 Olga Brani
.clearing-blackout {
5247 0b14cfb4 Olga Brani
  background: #111111;
5248 0b14cfb4 Olga Brani
  position: fixed;
5249 0b14cfb4 Olga Brani
  width: 100%;
5250 0b14cfb4 Olga Brani
  height: 100%;
5251 0b14cfb4 Olga Brani
  top: 0;
5252 0b14cfb4 Olga Brani
  left: 0;
5253 0b14cfb4 Olga Brani
  z-index: 998;
5254 0b14cfb4 Olga Brani
}
5255 0b14cfb4 Olga Brani
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5256 0b14cfb4 Olga Brani
.clearing-blackout .clearing-close {
5257 0b14cfb4 Olga Brani
  display: block;
5258 0b14cfb4 Olga Brani
}
5259 0b14cfb4 Olga Brani
5260 0b14cfb4 Olga Brani
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5261 0b14cfb4 Olga Brani
.clearing-container {
5262 0b14cfb4 Olga Brani
  position: relative;
5263 0b14cfb4 Olga Brani
  z-index: 998;
5264 0b14cfb4 Olga Brani
  height: 100%;
5265 0b14cfb4 Olga Brani
  overflow: hidden;
5266 0b14cfb4 Olga Brani
  margin: 0;
5267 0b14cfb4 Olga Brani
}
5268 0b14cfb4 Olga Brani
5269 0b14cfb4 Olga Brani
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5270 0b14cfb4 Olga Brani
.visible-img {
5271 0b14cfb4 Olga Brani
  height: 95%;
5272 0b14cfb4 Olga Brani
  position: relative;
5273 0b14cfb4 Olga Brani
}
5274 0b14cfb4 Olga Brani
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5275 0b14cfb4 Olga Brani
.visible-img img {
5276 0b14cfb4 Olga Brani
  position: absolute;
5277 0b14cfb4 Olga Brani
  left: 50%;
5278 0b14cfb4 Olga Brani
  top: 50%;
5279 0b14cfb4 Olga Brani
  margin-left: -50%;
5280 0b14cfb4 Olga Brani
  max-height: 100%;
5281 0b14cfb4 Olga Brani
  max-width: 100%;
5282 0b14cfb4 Olga Brani
}
5283 0b14cfb4 Olga Brani
5284 0b14cfb4 Olga Brani
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5285 0b14cfb4 Olga Brani
.clearing-caption {
5286 0b14cfb4 Olga Brani
  color: white;
5287 0b14cfb4 Olga Brani
  line-height: 1.3;
5288 0b14cfb4 Olga Brani
  margin-bottom: 0;
5289 0b14cfb4 Olga Brani
  text-align: center;
5290 0b14cfb4 Olga Brani
  bottom: 0;
5291 0b14cfb4 Olga Brani
  background: #111111;
5292 0b14cfb4 Olga Brani
  width: 100%;
5293 0b14cfb4 Olga Brani
  padding: 10px 30px;
5294 0b14cfb4 Olga Brani
  position: absolute;
5295 0b14cfb4 Olga Brani
  left: 0;
5296 0b14cfb4 Olga Brani
}
5297 0b14cfb4 Olga Brani
5298 0b14cfb4 Olga Brani
/* line 95, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5299 0b14cfb4 Olga Brani
.clearing-close {
5300 0b14cfb4 Olga Brani
  z-index: 999;
5301 0b14cfb4 Olga Brani
  padding-left: 20px;
5302 0b14cfb4 Olga Brani
  padding-top: 10px;
5303 0b14cfb4 Olga Brani
  font-size: 40px;
5304 0b14cfb4 Olga Brani
  line-height: 1;
5305 0b14cfb4 Olga Brani
  color: white;
5306 0b14cfb4 Olga Brani
  display: none;
5307 0b14cfb4 Olga Brani
}
5308 0b14cfb4 Olga Brani
/* line 105, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5309 0b14cfb4 Olga Brani
.clearing-close:hover, .clearing-close:focus {
5310 0b14cfb4 Olga Brani
  color: #ccc;
5311 0b14cfb4 Olga Brani
}
5312 0b14cfb4 Olga Brani
5313 0b14cfb4 Olga Brani
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5314 0b14cfb4 Olga Brani
.clearing-assembled .clearing-container {
5315 0b14cfb4 Olga Brani
  height: 100%;
5316 0b14cfb4 Olga Brani
}
5317 0b14cfb4 Olga Brani
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5318 0b14cfb4 Olga Brani
.clearing-assembled .clearing-container .carousel > ul {
5319 0b14cfb4 Olga Brani
  display: none;
5320 0b14cfb4 Olga Brani
}
5321 0b14cfb4 Olga Brani
5322 0b14cfb4 Olga Brani
/* line 113, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5323 0b14cfb4 Olga Brani
.clearing-feature li {
5324 0b14cfb4 Olga Brani
  display: none;
5325 0b14cfb4 Olga Brani
}
5326 0b14cfb4 Olga Brani
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5327 0b14cfb4 Olga Brani
.clearing-feature li.clearing-featured-img {
5328 0b14cfb4 Olga Brani
  display: block;
5329 0b14cfb4 Olga Brani
}
5330 0b14cfb4 Olga Brani
5331 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
5332 0b14cfb4 Olga Brani
  /* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5333 0b14cfb4 Olga Brani
  .clearing-main-prev,
5334 0b14cfb4 Olga Brani
  .clearing-main-next {
5335 0b14cfb4 Olga Brani
    position: absolute;
5336 0b14cfb4 Olga Brani
    height: 100%;
5337 0b14cfb4 Olga Brani
    width: 40px;
5338 0b14cfb4 Olga Brani
    top: 0;
5339 0b14cfb4 Olga Brani
  }
5340 0b14cfb4 Olga Brani
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5341 0b14cfb4 Olga Brani
  .clearing-main-prev > span,
5342 0b14cfb4 Olga Brani
  .clearing-main-next > span {
5343 0b14cfb4 Olga Brani
    position: absolute;
5344 0b14cfb4 Olga Brani
    top: 50%;
5345 0b14cfb4 Olga Brani
    display: block;
5346 0b14cfb4 Olga Brani
    width: 0;
5347 0b14cfb4 Olga Brani
    height: 0;
5348 0b14cfb4 Olga Brani
    border: solid 16px;
5349 0b14cfb4 Olga Brani
  }
5350 0b14cfb4 Olga Brani
5351 0b14cfb4 Olga Brani
  /* line 137, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5352 0b14cfb4 Olga Brani
  .clearing-main-prev {
5353 0b14cfb4 Olga Brani
    left: 0;
5354 0b14cfb4 Olga Brani
  }
5355 0b14cfb4 Olga Brani
  /* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5356 0b14cfb4 Olga Brani
  .clearing-main-prev > span {
5357 0b14cfb4 Olga Brani
    left: 5px;
5358 0b14cfb4 Olga Brani
    border-color: transparent;
5359 0b14cfb4 Olga Brani
    border-right-color: white;
5360 0b14cfb4 Olga Brani
  }
5361 0b14cfb4 Olga Brani
5362 0b14cfb4 Olga Brani
  /* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5363 0b14cfb4 Olga Brani
  .clearing-main-next {
5364 0b14cfb4 Olga Brani
    right: 0;
5365 0b14cfb4 Olga Brani
  }
5366 0b14cfb4 Olga Brani
  /* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5367 0b14cfb4 Olga Brani
  .clearing-main-next > span {
5368 0b14cfb4 Olga Brani
    border-color: transparent;
5369 0b14cfb4 Olga Brani
    border-left-color: white;
5370 0b14cfb4 Olga Brani
  }
5371 0b14cfb4 Olga Brani
5372 0b14cfb4 Olga Brani
  /* line 154, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5373 0b14cfb4 Olga Brani
  .clearing-main-prev.disabled,
5374 0b14cfb4 Olga Brani
  .clearing-main-next.disabled {
5375 0b14cfb4 Olga Brani
    opacity: 0.5;
5376 0b14cfb4 Olga Brani
  }
5377 0b14cfb4 Olga Brani
5378 0b14cfb4 Olga Brani
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5379 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .carousel {
5380 0b14cfb4 Olga Brani
    background: #111111;
5381 0b14cfb4 Olga Brani
    height: 150px;
5382 0b14cfb4 Olga Brani
    margin-top: 5px;
5383 0b14cfb4 Olga Brani
  }
5384 0b14cfb4 Olga Brani
  /* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5385 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .carousel > ul {
5386 0b14cfb4 Olga Brani
    display: block;
5387 0b14cfb4 Olga Brani
    z-index: 999;
5388 0b14cfb4 Olga Brani
    width: 200%;
5389 0b14cfb4 Olga Brani
    height: 100%;
5390 0b14cfb4 Olga Brani
    margin-left: 0;
5391 0b14cfb4 Olga Brani
    position: relative;
5392 0b14cfb4 Olga Brani
    left: 0;
5393 0b14cfb4 Olga Brani
  }
5394 0b14cfb4 Olga Brani
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5395 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .carousel > ul li {
5396 0b14cfb4 Olga Brani
    display: block;
5397 0b14cfb4 Olga Brani
    width: 175px;
5398 0b14cfb4 Olga Brani
    height: inherit;
5399 0b14cfb4 Olga Brani
    padding: 0;
5400 0b14cfb4 Olga Brani
    float: left;
5401 0b14cfb4 Olga Brani
    overflow: hidden;
5402 0b14cfb4 Olga Brani
    margin-right: 1px;
5403 0b14cfb4 Olga Brani
    position: relative;
5404 0b14cfb4 Olga Brani
    cursor: pointer;
5405 0b14cfb4 Olga Brani
    opacity: 0.4;
5406 0b14cfb4 Olga Brani
  }
5407 0b14cfb4 Olga Brani
  /* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5408 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
5409 0b14cfb4 Olga Brani
    min-height: 100%;
5410 0b14cfb4 Olga Brani
    height: 100%;
5411 0b14cfb4 Olga Brani
    max-width: none;
5412 0b14cfb4 Olga Brani
  }
5413 0b14cfb4 Olga Brani
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5414 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .carousel > ul li a.th {
5415 0b14cfb4 Olga Brani
    border: none;
5416 0b14cfb4 Olga Brani
    -webkit-box-shadow: none;
5417 0b14cfb4 Olga Brani
    box-shadow: none;
5418 0b14cfb4 Olga Brani
    display: block;
5419 0b14cfb4 Olga Brani
  }
5420 0b14cfb4 Olga Brani
  /* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5421 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .carousel > ul li img {
5422 0b14cfb4 Olga Brani
    cursor: pointer !important;
5423 0b14cfb4 Olga Brani
    min-width: 100% !important;
5424 0b14cfb4 Olga Brani
  }
5425 0b14cfb4 Olga Brani
  /* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5426 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .carousel > ul li.visible {
5427 0b14cfb4 Olga Brani
    opacity: 1;
5428 0b14cfb4 Olga Brani
  }
5429 0b14cfb4 Olga Brani
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5430 0b14cfb4 Olga Brani
  .clearing-assembled .clearing-container .visible-img {
5431 0b14cfb4 Olga Brani
    background: #111111;
5432 0b14cfb4 Olga Brani
    overflow: hidden;
5433 0b14cfb4 Olga Brani
    height: 75%;
5434 0b14cfb4 Olga Brani
  }
5435 0b14cfb4 Olga Brani
5436 0b14cfb4 Olga Brani
  /* line 218, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5437 0b14cfb4 Olga Brani
  .clearing-close {
5438 0b14cfb4 Olga Brani
    position: absolute;
5439 0b14cfb4 Olga Brani
    top: 10px;
5440 0b14cfb4 Olga Brani
    right: 20px;
5441 0b14cfb4 Olga Brani
    padding-left: 0;
5442 0b14cfb4 Olga Brani
    padding-top: 0;
5443 0b14cfb4 Olga Brani
  }
5444 0b14cfb4 Olga Brani
}
5445 0b14cfb4 Olga Brani
/* Foundation Alerts */
5446 0b14cfb4 Olga Brani
/* line 94, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5447 0b14cfb4 Olga Brani
.alert-box {
5448 0b14cfb4 Olga Brani
  border-style: solid;
5449 0b14cfb4 Olga Brani
  border-width: 1px;
5450 0b14cfb4 Olga Brani
  display: block;
5451 0b14cfb4 Olga Brani
  font-weight: bold;
5452 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
5453 0b14cfb4 Olga Brani
  position: relative;
5454 0b14cfb4 Olga Brani
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
5455 0b14cfb4 Olga Brani
  font-size: 0.875em;
5456 0b14cfb4 Olga Brani
  background-color: #919194;
5457 0b14cfb4 Olga Brani
  border-color: #77777b;
5458 0b14cfb4 Olga Brani
  color: white;
5459 0b14cfb4 Olga Brani
}
5460 0b14cfb4 Olga Brani
/* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5461 0b14cfb4 Olga Brani
.alert-box .close {
5462 0b14cfb4 Olga Brani
  font-size: 1.375em;
5463 0b14cfb4 Olga Brani
  padding: 5px 4px 4px;
5464 0b14cfb4 Olga Brani
  line-height: 0;
5465 0b14cfb4 Olga Brani
  position: absolute;
5466 0b14cfb4 Olga Brani
  top: 0.4375em;
5467 0b14cfb4 Olga Brani
  right: 0.3125em;
5468 0b14cfb4 Olga Brani
  color: #333333;
5469 0b14cfb4 Olga Brani
  opacity: 0.3;
5470 0b14cfb4 Olga Brani
}
5471 0b14cfb4 Olga Brani
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5472 0b14cfb4 Olga Brani
.alert-box .close:hover, .alert-box .close:focus {
5473 0b14cfb4 Olga Brani
  opacity: 0.5;
5474 0b14cfb4 Olga Brani
}
5475 0b14cfb4 Olga Brani
/* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5476 0b14cfb4 Olga Brani
.alert-box.radius {
5477 0b14cfb4 Olga Brani
  -webkit-border-radius: 1px;
5478 0b14cfb4 Olga Brani
  border-radius: 1px;
5479 0b14cfb4 Olga Brani
}
5480 0b14cfb4 Olga Brani
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5481 0b14cfb4 Olga Brani
.alert-box.round {
5482 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
5483 0b14cfb4 Olga Brani
  border-radius: 1000px;
5484 0b14cfb4 Olga Brani
}
5485 0b14cfb4 Olga Brani
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5486 0b14cfb4 Olga Brani
.alert-box.success {
5487 0b14cfb4 Olga Brani
  background-color: #00a551;
5488 0b14cfb4 Olga Brani
  border-color: #007238;
5489 0b14cfb4 Olga Brani
  color: white;
5490 0b14cfb4 Olga Brani
}
5491 0b14cfb4 Olga Brani
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5492 0b14cfb4 Olga Brani
.alert-box.alert {
5493 0b14cfb4 Olga Brani
  background-color: #30c79e;
5494 0b14cfb4 Olga Brani
  border-color: #269e7d;
5495 0b14cfb4 Olga Brani
  color: white;
5496 0b14cfb4 Olga Brani
}
5497 0b14cfb4 Olga Brani
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5498 0b14cfb4 Olga Brani
.alert-box.secondary {
5499 0b14cfb4 Olga Brani
  background-color: #30c79e;
5500 0b14cfb4 Olga Brani
  border-color: #269e7d;
5501 0b14cfb4 Olga Brani
  color: white;
5502 0b14cfb4 Olga Brani
}
5503 0b14cfb4 Olga Brani
5504 0b14cfb4 Olga Brani
/* Breadcrumbs */
5505 0b14cfb4 Olga Brani
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5506 0b14cfb4 Olga Brani
.breadcrumbs {
5507 0b14cfb4 Olga Brani
  display: block;
5508 0b14cfb4 Olga Brani
  padding: 0 0.875em 0.5625em;
5509 0b14cfb4 Olga Brani
  overflow: hidden;
5510 0b14cfb4 Olga Brani
  margin-left: 0;
5511 0b14cfb4 Olga Brani
  list-style: none;
5512 0b14cfb4 Olga Brani
  border-style: solid;
5513 0b14cfb4 Olga Brani
  border-width: 1px;
5514 0b14cfb4 Olga Brani
  background-color: transparent;
5515 0b14cfb4 Olga Brani
  border-color: transparent;
5516 0b14cfb4 Olga Brani
  -webkit-border-radius: 1px;
5517 0b14cfb4 Olga Brani
  border-radius: 1px;
5518 0b14cfb4 Olga Brani
}
5519 0b14cfb4 Olga Brani
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5520 0b14cfb4 Olga Brani
.breadcrumbs > * {
5521 0b14cfb4 Olga Brani
  margin: 0;
5522 0b14cfb4 Olga Brani
  float: left;
5523 0b14cfb4 Olga Brani
  font-size: inherit;
5524 0b14cfb4 Olga Brani
  text-transform: none;
5525 0b14cfb4 Olga Brani
}
5526 0b14cfb4 Olga Brani
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5527 0b14cfb4 Olga Brani
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
5528 0b14cfb4 Olga Brani
  text-decoration: none;
5529 0b14cfb4 Olga Brani
}
5530 0b14cfb4 Olga Brani
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5531 0b14cfb4 Olga Brani
.breadcrumbs > * a,
5532 0b14cfb4 Olga Brani
.breadcrumbs > * span {
5533 0b14cfb4 Olga Brani
  text-transform: none;
5534 0b14cfb4 Olga Brani
  color: #919194;
5535 0b14cfb4 Olga Brani
}
5536 0b14cfb4 Olga Brani
/* line 69, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5537 0b14cfb4 Olga Brani
.breadcrumbs > *.current {
5538 0b14cfb4 Olga Brani
  cursor: default;
5539 0b14cfb4 Olga Brani
  color: #333333;
5540 0b14cfb4 Olga Brani
}
5541 0b14cfb4 Olga Brani
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5542 0b14cfb4 Olga Brani
.breadcrumbs > *.current a {
5543 0b14cfb4 Olga Brani
  cursor: default;
5544 0b14cfb4 Olga Brani
  color: #333333;
5545 0b14cfb4 Olga Brani
}
5546 0b14cfb4 Olga Brani
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5547 0b14cfb4 Olga Brani
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
5548 0b14cfb4 Olga Brani
  text-decoration: none;
5549 0b14cfb4 Olga Brani
}
5550 0b14cfb4 Olga Brani
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5551 0b14cfb4 Olga Brani
.breadcrumbs > *.unavailable {
5552 0b14cfb4 Olga Brani
  color: #999999;
5553 0b14cfb4 Olga Brani
}
5554 0b14cfb4 Olga Brani
/* line 84, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5555 0b14cfb4 Olga Brani
.breadcrumbs > *.unavailable a {
5556 0b14cfb4 Olga Brani
  color: #999999;
5557 0b14cfb4 Olga Brani
}
5558 0b14cfb4 Olga Brani
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5559 0b14cfb4 Olga Brani
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
5560 0b14cfb4 Olga Brani
.breadcrumbs > *.unavailable a:focus {
5561 0b14cfb4 Olga Brani
  text-decoration: none;
5562 0b14cfb4 Olga Brani
  color: #999999;
5563 0b14cfb4 Olga Brani
  cursor: default;
5564 0b14cfb4 Olga Brani
}
5565 0b14cfb4 Olga Brani
/* line 96, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5566 0b14cfb4 Olga Brani
.breadcrumbs > *:before {
5567 0b14cfb4 Olga Brani
  content: ">";
5568 0b14cfb4 Olga Brani
  color: #aaaaaa;
5569 0b14cfb4 Olga Brani
  margin: 0 0.75em;
5570 0b14cfb4 Olga Brani
  position: relative;
5571 0b14cfb4 Olga Brani
  top: 1px;
5572 0b14cfb4 Olga Brani
}
5573 0b14cfb4 Olga Brani
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5574 0b14cfb4 Olga Brani
.breadcrumbs > *:first-child:before {
5575 0b14cfb4 Olga Brani
  content: " ";
5576 0b14cfb4 Olga Brani
  margin: 0;
5577 0b14cfb4 Olga Brani
}
5578 0b14cfb4 Olga Brani
5579 0b14cfb4 Olga Brani
/* Custom Checkbox and Radio Inputs */
5580 0b14cfb4 Olga Brani
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5581 0b14cfb4 Olga Brani
form.custom .hidden-field {
5582 0b14cfb4 Olga Brani
  margin-left: -99999px;
5583 0b14cfb4 Olga Brani
  position: absolute;
5584 0b14cfb4 Olga Brani
  visibility: hidden;
5585 0b14cfb4 Olga Brani
}
5586 0b14cfb4 Olga Brani
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5587 0b14cfb4 Olga Brani
form.custom .custom {
5588 0b14cfb4 Olga Brani
  display: inline-block;
5589 0b14cfb4 Olga Brani
  width: 16px;
5590 0b14cfb4 Olga Brani
  height: 16px;
5591 0b14cfb4 Olga Brani
  position: relative;
5592 0b14cfb4 Olga Brani
  top: -1px;
5593 0b14cfb4 Olga Brani
  /* fix centering issue */
5594 0b14cfb4 Olga Brani
  vertical-align: middle;
5595 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
5596 0b14cfb4 Olga Brani
  background: white;
5597 0b14cfb4 Olga Brani
}
5598 0b14cfb4 Olga Brani
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5599 0b14cfb4 Olga Brani
form.custom .custom.checkbox {
5600 0b14cfb4 Olga Brani
  -webkit-border-radius: 0px;
5601 0b14cfb4 Olga Brani
  border-radius: 0px;
5602 0b14cfb4 Olga Brani
  padding: -1px;
5603 0b14cfb4 Olga Brani
}
5604 0b14cfb4 Olga Brani
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5605 0b14cfb4 Olga Brani
form.custom .custom.radio {
5606 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
5607 0b14cfb4 Olga Brani
  border-radius: 1000px;
5608 0b14cfb4 Olga Brani
  padding: 3px;
5609 0b14cfb4 Olga Brani
}
5610 0b14cfb4 Olga Brani
/* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5611 0b14cfb4 Olga Brani
form.custom .custom.checkbox:before {
5612 0b14cfb4 Olga Brani
  content: "";
5613 0b14cfb4 Olga Brani
  display: block;
5614 0b14cfb4 Olga Brani
  font-size: 16px;
5615 0b14cfb4 Olga Brani
  color: white;
5616 0b14cfb4 Olga Brani
}
5617 0b14cfb4 Olga Brani
/* line 96, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5618 0b14cfb4 Olga Brani
form.custom .custom.radio.checked:before {
5619 0b14cfb4 Olga Brani
  content: "";
5620 0b14cfb4 Olga Brani
  display: block;
5621 0b14cfb4 Olga Brani
  width: 8px;
5622 0b14cfb4 Olga Brani
  height: 8px;
5623 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
5624 0b14cfb4 Olga Brani
  border-radius: 1000px;
5625 0b14cfb4 Olga Brani
  background: #222222;
5626 0b14cfb4 Olga Brani
  position: relative;
5627 0b14cfb4 Olga Brani
}
5628 0b14cfb4 Olga Brani
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5629 0b14cfb4 Olga Brani
form.custom .custom.checkbox.checked:before {
5630 0b14cfb4 Olga Brani
  content: "\00d7";
5631 0b14cfb4 Olga Brani
  color: #222222;
5632 0b14cfb4 Olga Brani
  position: absolute;
5633 0b14cfb4 Olga Brani
  top: -50%;
5634 0b14cfb4 Olga Brani
  left: 50%;
5635 0b14cfb4 Olga Brani
  margin-top: 4px;
5636 0b14cfb4 Olga Brani
  margin-left: -5px;
5637 0b14cfb4 Olga Brani
}
5638 0b14cfb4 Olga Brani
5639 0b14cfb4 Olga Brani
/* Custom Select Options and Dropdowns */
5640 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5641 0b14cfb4 Olga Brani
form.custom {
5642 0b14cfb4 Olga Brani
  /* Custom input, disabled */
5643 0b14cfb4 Olga Brani
}
5644 0b14cfb4 Olga Brani
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5645 0b14cfb4 Olga Brani
form.custom .custom.dropdown {
5646 0b14cfb4 Olga Brani
  display: block;
5647 0b14cfb4 Olga Brani
  position: relative;
5648 0b14cfb4 Olga Brani
  top: 0;
5649 0b14cfb4 Olga Brani
  height: 2.3125em;
5650 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
5651 0b14cfb4 Olga Brani
  margin-top: 0px;
5652 0b14cfb4 Olga Brani
  padding: 0px;
5653 0b14cfb4 Olga Brani
  width: 100%;
5654 0b14cfb4 Olga Brani
  background: white;
5655 0b14cfb4 Olga Brani
  background: -moz-linear-gradient(top, white 0%, #485057 100%);
5656 0b14cfb4 Olga Brani
  background: -webkit-linear-gradient(top, white 0%, #485057 100%);
5657 0b14cfb4 Olga Brani
  -webkit-box-shadow: none;
5658 0b14cfb4 Olga Brani
  background: linear-gradient(to bottom, #ffffff 0%, #485057 100%);
5659 0b14cfb4 Olga Brani
  box-shadow: none;
5660 0b14cfb4 Olga Brani
  font-size: 0.875em;
5661 0b14cfb4 Olga Brani
  vertical-align: top;
5662 0b14cfb4 Olga Brani
}
5663 0b14cfb4 Olga Brani
/* line 143, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5664 0b14cfb4 Olga Brani
form.custom .custom.dropdown ul {
5665 0b14cfb4 Olga Brani
  overflow-y: auto;
5666 0b14cfb4 Olga Brani
  max-height: 200px;
5667 0b14cfb4 Olga Brani
}
5668 0b14cfb4 Olga Brani
/* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5669 0b14cfb4 Olga Brani
form.custom .custom.dropdown .current {
5670 0b14cfb4 Olga Brani
  cursor: default;
5671 0b14cfb4 Olga Brani
  white-space: nowrap;
5672 0b14cfb4 Olga Brani
  line-height: 2.25em;
5673 0b14cfb4 Olga Brani
  color: rgba(0, 0, 0, 0.75);
5674 0b14cfb4 Olga Brani
  text-decoration: none;
5675 0b14cfb4 Olga Brani
  overflow: hidden;
5676 0b14cfb4 Olga Brani
  display: block;
5677 0b14cfb4 Olga Brani
  margin-left: 0.5em;
5678 0b14cfb4 Olga Brani
  margin-right: 2.3125em;
5679 0b14cfb4 Olga Brani
}
5680 0b14cfb4 Olga Brani
/* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5681 0b14cfb4 Olga Brani
form.custom .custom.dropdown .selector {
5682 0b14cfb4 Olga Brani
  cursor: default;
5683 0b14cfb4 Olga Brani
  position: absolute;
5684 0b14cfb4 Olga Brani
  width: 2.5em;
5685 0b14cfb4 Olga Brani
  height: 2.3125em;
5686 0b14cfb4 Olga Brani
  display: block;
5687 0b14cfb4 Olga Brani
  right: 0;
5688 0b14cfb4 Olga Brani
  top: 0;
5689 0b14cfb4 Olga Brani
}
5690 0b14cfb4 Olga Brani
/* line 168, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5691 0b14cfb4 Olga Brani
form.custom .custom.dropdown .selector:after {
5692 0b14cfb4 Olga Brani
  content: "";
5693 0b14cfb4 Olga Brani
  display: block;
5694 0b14cfb4 Olga Brani
  content: "";
5695 0b14cfb4 Olga Brani
  display: block;
5696 0b14cfb4 Olga Brani
  width: 0;
5697 0b14cfb4 Olga Brani
  height: 0;
5698 0b14cfb4 Olga Brani
  border: inset 5px;
5699 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
5700 0b14cfb4 Olga Brani
  border-top-style: solid;
5701 0b14cfb4 Olga Brani
  position: absolute;
5702 0b14cfb4 Olga Brani
  left: 0.9375em;
5703 0b14cfb4 Olga Brani
  top: 50%;
5704 0b14cfb4 Olga Brani
  margin-top: -3px;
5705 0b14cfb4 Olga Brani
}
5706 0b14cfb4 Olga Brani
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5707 0b14cfb4 Olga Brani
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
5708 0b14cfb4 Olga Brani
  content: "";
5709 0b14cfb4 Olga Brani
  display: block;
5710 0b14cfb4 Olga Brani
  width: 0;
5711 0b14cfb4 Olga Brani
  height: 0;
5712 0b14cfb4 Olga Brani
  border: inset 5px;
5713 0b14cfb4 Olga Brani
  border-color: white transparent transparent transparent;
5714 0b14cfb4 Olga Brani
  border-top-style: solid;
5715 0b14cfb4 Olga Brani
}
5716 0b14cfb4 Olga Brani
/* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5717 0b14cfb4 Olga Brani
form.custom .custom.dropdown .disabled {
5718 0b14cfb4 Olga Brani
  color: #888888;
5719 0b14cfb4 Olga Brani
}
5720 0b14cfb4 Olga Brani
/* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5721 0b14cfb4 Olga Brani
form.custom .custom.dropdown .disabled:hover {
5722 0b14cfb4 Olga Brani
  background: transparent;
5723 0b14cfb4 Olga Brani
  color: #888888;
5724 0b14cfb4 Olga Brani
}
5725 0b14cfb4 Olga Brani
/* line 190, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5726 0b14cfb4 Olga Brani
form.custom .custom.dropdown .disabled:hover:after {
5727 0b14cfb4 Olga Brani
  display: none;
5728 0b14cfb4 Olga Brani
}
5729 0b14cfb4 Olga Brani
/* line 194, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5730 0b14cfb4 Olga Brani
form.custom .custom.dropdown.open ul {
5731 0b14cfb4 Olga Brani
  display: block;
5732 0b14cfb4 Olga Brani
  z-index: 10;
5733 0b14cfb4 Olga Brani
  min-width: 100%;
5734 0b14cfb4 Olga Brani
  -moz-box-sizing: content-box;
5735 0b14cfb4 Olga Brani
  -webkit-box-sizing: content-box;
5736 0b14cfb4 Olga Brani
  box-sizing: content-box;
5737 0b14cfb4 Olga Brani
}
5738 0b14cfb4 Olga Brani
/* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5739 0b14cfb4 Olga Brani
form.custom .custom.dropdown.small {
5740 0b14cfb4 Olga Brani
  max-width: 134px;
5741 0b14cfb4 Olga Brani
}
5742 0b14cfb4 Olga Brani
/* line 202, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5743 0b14cfb4 Olga Brani
form.custom .custom.dropdown.medium {
5744 0b14cfb4 Olga Brani
  max-width: 254px;
5745 0b14cfb4 Olga Brani
}
5746 0b14cfb4 Olga Brani
/* line 203, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5747 0b14cfb4 Olga Brani
form.custom .custom.dropdown.large {
5748 0b14cfb4 Olga Brani
  max-width: 434px;
5749 0b14cfb4 Olga Brani
}
5750 0b14cfb4 Olga Brani
/* line 204, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5751 0b14cfb4 Olga Brani
form.custom .custom.dropdown.expand {
5752 0b14cfb4 Olga Brani
  width: 100% !important;
5753 0b14cfb4 Olga Brani
}
5754 0b14cfb4 Olga Brani
/* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5755 0b14cfb4 Olga Brani
form.custom .custom.dropdown.open.small ul {
5756 0b14cfb4 Olga Brani
  min-width: 134px;
5757 0b14cfb4 Olga Brani
  -moz-box-sizing: border-box;
5758 0b14cfb4 Olga Brani
  -webkit-box-sizing: border-box;
5759 0b14cfb4 Olga Brani
  box-sizing: border-box;
5760 0b14cfb4 Olga Brani
}
5761 0b14cfb4 Olga Brani
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5762 0b14cfb4 Olga Brani
form.custom .custom.dropdown.open.medium ul {
5763 0b14cfb4 Olga Brani
  min-width: 254px;
5764 0b14cfb4 Olga Brani
  -moz-box-sizing: border-box;
5765 0b14cfb4 Olga Brani
  -webkit-box-sizing: border-box;
5766 0b14cfb4 Olga Brani
  box-sizing: border-box;
5767 0b14cfb4 Olga Brani
}
5768 0b14cfb4 Olga Brani
/* line 208, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5769 0b14cfb4 Olga Brani
form.custom .custom.dropdown.open.large ul {
5770 0b14cfb4 Olga Brani
  min-width: 434px;
5771 0b14cfb4 Olga Brani
  -moz-box-sizing: border-box;
5772 0b14cfb4 Olga Brani
  -webkit-box-sizing: border-box;
5773 0b14cfb4 Olga Brani
  box-sizing: border-box;
5774 0b14cfb4 Olga Brani
}
5775 0b14cfb4 Olga Brani
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5776 0b14cfb4 Olga Brani
form.custom .error .custom.dropdown {
5777 0b14cfb4 Olga Brani
  border-color: #30c79e;
5778 0b14cfb4 Olga Brani
  background-color: rgba(48, 199, 158, 0.1);
5779 0b14cfb4 Olga Brani
  background: rgba(48, 199, 158, 0.1);
5780 0b14cfb4 Olga Brani
  margin-bottom: 0;
5781 0b14cfb4 Olga Brani
}
5782 0b14cfb4 Olga Brani
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
5783 0b14cfb4 Olga Brani
form.custom .error .custom.dropdown:focus {
5784 0b14cfb4 Olga Brani
  background: #fafafa;
5785 0b14cfb4 Olga Brani
  border-color: #999999;
5786 0b14cfb4 Olga Brani
}
5787 0b14cfb4 Olga Brani
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5788 0b14cfb4 Olga Brani
form.custom .error .custom.dropdown + small.error {
5789 0b14cfb4 Olga Brani
  margin-top: 0;
5790 0b14cfb4 Olga Brani
}
5791 0b14cfb4 Olga Brani
/* line 221, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5792 0b14cfb4 Olga Brani
form.custom .custom.dropdown ul {
5793 0b14cfb4 Olga Brani
  position: absolute;
5794 0b14cfb4 Olga Brani
  width: auto;
5795 0b14cfb4 Olga Brani
  display: none;
5796 0b14cfb4 Olga Brani
  margin: 0;
5797 0b14cfb4 Olga Brani
  left: -1px;
5798 0b14cfb4 Olga Brani
  top: auto;
5799 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
5800 0b14cfb4 Olga Brani
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
5801 0b14cfb4 Olga Brani
  margin: 0;
5802 0b14cfb4 Olga Brani
  padding: 0;
5803 0b14cfb4 Olga Brani
  background: white;
5804 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
5805 0b14cfb4 Olga Brani
  font-size: 16;
5806 0b14cfb4 Olga Brani
}
5807 0b14cfb4 Olga Brani
/* line 238, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5808 0b14cfb4 Olga Brani
form.custom .custom.dropdown ul li {
5809 0b14cfb4 Olga Brani
  color: #555555;
5810 0b14cfb4 Olga Brani
  font-size: 0.875em;
5811 0b14cfb4 Olga Brani
  cursor: default;
5812 0b14cfb4 Olga Brani
  padding-top: 0.25em;
5813 0b14cfb4 Olga Brani
  padding-bottom: 0.25em;
5814 0b14cfb4 Olga Brani
  padding-left: 0.375em;
5815 0b14cfb4 Olga Brani
  padding-right: 2.375em;
5816 0b14cfb4 Olga Brani
  min-height: 1.5em;
5817 0b14cfb4 Olga Brani
  line-height: 1.5em;
5818 0b14cfb4 Olga Brani
  margin: 0;
5819 0b14cfb4 Olga Brani
  white-space: nowrap;
5820 0b14cfb4 Olga Brani
  list-style: none;
5821 0b14cfb4 Olga Brani
}
5822 0b14cfb4 Olga Brani
/* line 252, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5823 0b14cfb4 Olga Brani
form.custom .custom.dropdown ul li.selected {
5824 0b14cfb4 Olga Brani
  background: #eeeeee;
5825 0b14cfb4 Olga Brani
  color: black;
5826 0b14cfb4 Olga Brani
}
5827 0b14cfb4 Olga Brani
/* line 256, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5828 0b14cfb4 Olga Brani
form.custom .custom.dropdown ul li:hover {
5829 0b14cfb4 Olga Brani
  background-color: #e4e4e4;
5830 0b14cfb4 Olga Brani
  color: black;
5831 0b14cfb4 Olga Brani
}
5832 0b14cfb4 Olga Brani
/* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5833 0b14cfb4 Olga Brani
form.custom .custom.dropdown ul li.selected:hover {
5834 0b14cfb4 Olga Brani
  background: #eeeeee;
5835 0b14cfb4 Olga Brani
  cursor: default;
5836 0b14cfb4 Olga Brani
  color: black;
5837 0b14cfb4 Olga Brani
}
5838 0b14cfb4 Olga Brani
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5839 0b14cfb4 Olga Brani
form.custom .custom.dropdown ul.show {
5840 0b14cfb4 Olga Brani
  display: block;
5841 0b14cfb4 Olga Brani
}
5842 0b14cfb4 Olga Brani
/* line 271, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5843 0b14cfb4 Olga Brani
form.custom .custom.disabled {
5844 0b14cfb4 Olga Brani
  background: #dddddd;
5845 0b14cfb4 Olga Brani
}
5846 0b14cfb4 Olga Brani
5847 0b14cfb4 Olga Brani
/* Keystroke Characters */
5848 0b14cfb4 Olga Brani
/* line 52, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_keystrokes.scss */
5849 0b14cfb4 Olga Brani
.keystroke,
5850 0b14cfb4 Olga Brani
kbd {
5851 0b14cfb4 Olga Brani
  background-color: #ededed;
5852 0b14cfb4 Olga Brani
  border-color: #dbdbdb;
5853 0b14cfb4 Olga Brani
  color: #222222;
5854 0b14cfb4 Olga Brani
  border-style: solid;
5855 0b14cfb4 Olga Brani
  border-width: 1px;
5856 0b14cfb4 Olga Brani
  margin: 0;
5857 0b14cfb4 Olga Brani
  font-family: "Consolas", "Menlo", "Courier", monospace;
5858 0b14cfb4 Olga Brani
  font-size: 0.875em;
5859 0b14cfb4 Olga Brani
  padding: 0.125em 0.25em 0;
5860 0b14cfb4 Olga Brani
  -webkit-border-radius: 1px;
5861 0b14cfb4 Olga Brani
  border-radius: 1px;
5862 0b14cfb4 Olga Brani
}
5863 0b14cfb4 Olga Brani
5864 0b14cfb4 Olga Brani
/* Labels */
5865 0b14cfb4 Olga Brani
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5866 0b14cfb4 Olga Brani
.label {
5867 0b14cfb4 Olga Brani
  font-weight: bold;
5868 0b14cfb4 Olga Brani
  text-align: center;
5869 0b14cfb4 Olga Brani
  text-decoration: none;
5870 0b14cfb4 Olga Brani
  line-height: 1;
5871 0b14cfb4 Olga Brani
  white-space: nowrap;
5872 0b14cfb4 Olga Brani
  display: inline-block;
5873 0b14cfb4 Olga Brani
  position: relative;
5874 0b14cfb4 Olga Brani
  padding: 0.1875em 0.625em 0.25em;
5875 0b14cfb4 Olga Brani
  font-size: 0.875em;
5876 0b14cfb4 Olga Brani
  background-color: #919194;
5877 0b14cfb4 Olga Brani
  color: white;
5878 0b14cfb4 Olga Brani
}
5879 0b14cfb4 Olga Brani
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5880 0b14cfb4 Olga Brani
.label.radius {
5881 0b14cfb4 Olga Brani
  -webkit-border-radius: 1px;
5882 0b14cfb4 Olga Brani
  border-radius: 1px;
5883 0b14cfb4 Olga Brani
}
5884 0b14cfb4 Olga Brani
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5885 0b14cfb4 Olga Brani
.label.round {
5886 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
5887 0b14cfb4 Olga Brani
  border-radius: 1000px;
5888 0b14cfb4 Olga Brani
}
5889 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5890 0b14cfb4 Olga Brani
.label.alert {
5891 0b14cfb4 Olga Brani
  background-color: #30c79e;
5892 0b14cfb4 Olga Brani
  color: white;
5893 0b14cfb4 Olga Brani
}
5894 0b14cfb4 Olga Brani
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5895 0b14cfb4 Olga Brani
.label.success {
5896 0b14cfb4 Olga Brani
  background-color: #00a551;
5897 0b14cfb4 Olga Brani
  color: white;
5898 0b14cfb4 Olga Brani
}
5899 0b14cfb4 Olga Brani
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5900 0b14cfb4 Olga Brani
.label.secondary {
5901 0b14cfb4 Olga Brani
  background-color: #30c79e;
5902 0b14cfb4 Olga Brani
  color: white;
5903 0b14cfb4 Olga Brani
}
5904 0b14cfb4 Olga Brani
5905 0b14cfb4 Olga Brani
/* Inline Lists */
5906 0b14cfb4 Olga Brani
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5907 0b14cfb4 Olga Brani
.inline-list {
5908 0b14cfb4 Olga Brani
  margin: 0 auto 1.0625em auto;
5909 0b14cfb4 Olga Brani
  margin-left: -1.375em;
5910 0b14cfb4 Olga Brani
  margin-right: 0;
5911 0b14cfb4 Olga Brani
  padding: 0;
5912 0b14cfb4 Olga Brani
  list-style: none;
5913 0b14cfb4 Olga Brani
  overflow: hidden;
5914 0b14cfb4 Olga Brani
}
5915 0b14cfb4 Olga Brani
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5916 0b14cfb4 Olga Brani
.inline-list > li {
5917 0b14cfb4 Olga Brani
  list-style: none;
5918 0b14cfb4 Olga Brani
  float: left;
5919 0b14cfb4 Olga Brani
  margin-left: 1.375em;
5920 0b14cfb4 Olga Brani
  display: block;
5921 0b14cfb4 Olga Brani
}
5922 0b14cfb4 Olga Brani
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5923 0b14cfb4 Olga Brani
.inline-list > li > * {
5924 0b14cfb4 Olga Brani
  display: block;
5925 0b14cfb4 Olga Brani
}
5926 0b14cfb4 Olga Brani
5927 0b14cfb4 Olga Brani
/* Default Pagination */
5928 0b14cfb4 Olga Brani
/* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5929 0b14cfb4 Olga Brani
ul.pagination {
5930 0b14cfb4 Olga Brani
  display: block;
5931 0b14cfb4 Olga Brani
  height: 1.5em;
5932 0b14cfb4 Olga Brani
  margin-left: -0.3125em;
5933 0b14cfb4 Olga Brani
}
5934 0b14cfb4 Olga Brani
/* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5935 0b14cfb4 Olga Brani
ul.pagination li {
5936 0b14cfb4 Olga Brani
  height: 1.5em;
5937 0b14cfb4 Olga Brani
  color: #222222;
5938 0b14cfb4 Olga Brani
  font-size: 0.875em;
5939 0b14cfb4 Olga Brani
  margin-left: 0.3125em;
5940 0b14cfb4 Olga Brani
}
5941 0b14cfb4 Olga Brani
/* line 93, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5942 0b14cfb4 Olga Brani
ul.pagination li a {
5943 0b14cfb4 Olga Brani
  display: block;
5944 0b14cfb4 Olga Brani
  padding: 0.0625em 0.4375em 0.0625em;
5945 0b14cfb4 Olga Brani
  color: #999999;
5946 0b14cfb4 Olga Brani
}
5947 0b14cfb4 Olga Brani
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5948 0b14cfb4 Olga Brani
ul.pagination li:hover a,
5949 0b14cfb4 Olga Brani
ul.pagination li a:focus {
5950 0b14cfb4 Olga Brani
  background: #e6e6e6;
5951 0b14cfb4 Olga Brani
}
5952 0b14cfb4 Olga Brani
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5953 0b14cfb4 Olga Brani
ul.pagination li.unavailable a {
5954 0b14cfb4 Olga Brani
  cursor: default;
5955 0b14cfb4 Olga Brani
  color: #999999;
5956 0b14cfb4 Olga Brani
}
5957 0b14cfb4 Olga Brani
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5958 0b14cfb4 Olga Brani
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
5959 0b14cfb4 Olga Brani
  background: transparent;
5960 0b14cfb4 Olga Brani
}
5961 0b14cfb4 Olga Brani
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5962 0b14cfb4 Olga Brani
ul.pagination li.current a {
5963 0b14cfb4 Olga Brani
  background: #919194;
5964 0b14cfb4 Olga Brani
  color: white;
5965 0b14cfb4 Olga Brani
  font-weight: bold;
5966 0b14cfb4 Olga Brani
  cursor: default;
5967 0b14cfb4 Olga Brani
}
5968 0b14cfb4 Olga Brani
/* line 64, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5969 0b14cfb4 Olga Brani
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
5970 0b14cfb4 Olga Brani
  background: #919194;
5971 0b14cfb4 Olga Brani
}
5972 0b14cfb4 Olga Brani
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5973 0b14cfb4 Olga Brani
ul.pagination li {
5974 0b14cfb4 Olga Brani
  float: left;
5975 0b14cfb4 Olga Brani
  display: block;
5976 0b14cfb4 Olga Brani
}
5977 0b14cfb4 Olga Brani
5978 0b14cfb4 Olga Brani
/* Pagination centred wrapper */
5979 0b14cfb4 Olga Brani
/* line 133, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5980 0b14cfb4 Olga Brani
.pagination-centered {
5981 0b14cfb4 Olga Brani
  text-align: center;
5982 0b14cfb4 Olga Brani
}
5983 0b14cfb4 Olga Brani
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5984 0b14cfb4 Olga Brani
.pagination-centered ul.pagination li {
5985 0b14cfb4 Olga Brani
  float: none;
5986 0b14cfb4 Olga Brani
  display: inline-block;
5987 0b14cfb4 Olga Brani
}
5988 0b14cfb4 Olga Brani
5989 0b14cfb4 Olga Brani
/* Panels */
5990 0b14cfb4 Olga Brani
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
5991 0b14cfb4 Olga Brani
.panel {
5992 0b14cfb4 Olga Brani
  border-style: solid;
5993 0b14cfb4 Olga Brani
  border-width: 1px;
5994 0b14cfb4 Olga Brani
  border-color: #d9d9d9;
5995 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
5996 0b14cfb4 Olga Brani
  padding: 1.25em;
5997 0b14cfb4 Olga Brani
  background: #f2f2f2;
5998 0b14cfb4 Olga Brani
}
5999 0b14cfb4 Olga Brani
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6000 0b14cfb4 Olga Brani
.panel > :first-child {
6001 0b14cfb4 Olga Brani
  margin-top: 0;
6002 0b14cfb4 Olga Brani
}
6003 0b14cfb4 Olga Brani
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6004 0b14cfb4 Olga Brani
.panel > :last-child {
6005 0b14cfb4 Olga Brani
  margin-bottom: 0;
6006 0b14cfb4 Olga Brani
}
6007 0b14cfb4 Olga Brani
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6008 0b14cfb4 Olga Brani
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
6009 0b14cfb4 Olga Brani
  color: #333333;
6010 0b14cfb4 Olga Brani
}
6011 0b14cfb4 Olga Brani
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6012 0b14cfb4 Olga Brani
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
6013 0b14cfb4 Olga Brani
  line-height: 1;
6014 0b14cfb4 Olga Brani
  margin-bottom: 0.625em;
6015 0b14cfb4 Olga Brani
}
6016 0b14cfb4 Olga Brani
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6017 0b14cfb4 Olga Brani
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
6018 0b14cfb4 Olga Brani
  line-height: 1.4;
6019 0b14cfb4 Olga Brani
}
6020 0b14cfb4 Olga Brani
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6021 0b14cfb4 Olga Brani
.panel.callout {
6022 0b14cfb4 Olga Brani
  border-style: solid;
6023 0b14cfb4 Olga Brani
  border-width: 1px;
6024 0b14cfb4 Olga Brani
  border-color: #77777b;
6025 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
6026 0b14cfb4 Olga Brani
  padding: 1.25em;
6027 0b14cfb4 Olga Brani
  background: #919194;
6028 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6029 0b14cfb4 Olga Brani
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6030 0b14cfb4 Olga Brani
}
6031 0b14cfb4 Olga Brani
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6032 0b14cfb4 Olga Brani
.panel.callout > :first-child {
6033 0b14cfb4 Olga Brani
  margin-top: 0;
6034 0b14cfb4 Olga Brani
}
6035 0b14cfb4 Olga Brani
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6036 0b14cfb4 Olga Brani
.panel.callout > :last-child {
6037 0b14cfb4 Olga Brani
  margin-bottom: 0;
6038 0b14cfb4 Olga Brani
}
6039 0b14cfb4 Olga Brani
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6040 0b14cfb4 Olga Brani
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
6041 0b14cfb4 Olga Brani
  color: #333333;
6042 0b14cfb4 Olga Brani
}
6043 0b14cfb4 Olga Brani
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6044 0b14cfb4 Olga Brani
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
6045 0b14cfb4 Olga Brani
  line-height: 1;
6046 0b14cfb4 Olga Brani
  margin-bottom: 0.625em;
6047 0b14cfb4 Olga Brani
}
6048 0b14cfb4 Olga Brani
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6049 0b14cfb4 Olga Brani
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
6050 0b14cfb4 Olga Brani
  line-height: 1.4;
6051 0b14cfb4 Olga Brani
}
6052 0b14cfb4 Olga Brani
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6053 0b14cfb4 Olga Brani
.panel.radius {
6054 0b14cfb4 Olga Brani
  -webkit-border-radius: 1px;
6055 0b14cfb4 Olga Brani
  border-radius: 1px;
6056 0b14cfb4 Olga Brani
}
6057 0b14cfb4 Olga Brani
6058 0b14cfb4 Olga Brani
/* Pricing Tables */
6059 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6060 0b14cfb4 Olga Brani
.pricing-table {
6061 0b14cfb4 Olga Brani
  border: solid 1px #dddddd;
6062 0b14cfb4 Olga Brani
  margin-left: 0;
6063 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
6064 0b14cfb4 Olga Brani
}
6065 0b14cfb4 Olga Brani
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6066 0b14cfb4 Olga Brani
.pricing-table * {
6067 0b14cfb4 Olga Brani
  list-style: none;
6068 0b14cfb4 Olga Brani
  line-height: 1;
6069 0b14cfb4 Olga Brani
}
6070 0b14cfb4 Olga Brani
/* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6071 0b14cfb4 Olga Brani
.pricing-table .title {
6072 0b14cfb4 Olga Brani
  background-color: #dddddd;
6073 0b14cfb4 Olga Brani
  padding: 0.9375em 1.25em;
6074 0b14cfb4 Olga Brani
  text-align: center;
6075 0b14cfb4 Olga Brani
  color: #333333;
6076 0b14cfb4 Olga Brani
  font-weight: bold;
6077 0b14cfb4 Olga Brani
  font-size: 1em;
6078 0b14cfb4 Olga Brani
}
6079 0b14cfb4 Olga Brani
/* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6080 0b14cfb4 Olga Brani
.pricing-table .price {
6081 0b14cfb4 Olga Brani
  background-color: #eeeeee;
6082 0b14cfb4 Olga Brani
  padding: 0.9375em 1.25em;
6083 0b14cfb4 Olga Brani
  text-align: center;
6084 0b14cfb4 Olga Brani
  color: #333333;
6085 0b14cfb4 Olga Brani
  font-weight: normal;
6086 0b14cfb4 Olga Brani
  font-size: 1.25em;
6087 0b14cfb4 Olga Brani
}
6088 0b14cfb4 Olga Brani
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6089 0b14cfb4 Olga Brani
.pricing-table .description {
6090 0b14cfb4 Olga Brani
  background-color: white;
6091 0b14cfb4 Olga Brani
  padding: 0.9375em;
6092 0b14cfb4 Olga Brani
  text-align: center;
6093 0b14cfb4 Olga Brani
  color: #777777;
6094 0b14cfb4 Olga Brani
  font-size: 0.75em;
6095 0b14cfb4 Olga Brani
  font-weight: normal;
6096 0b14cfb4 Olga Brani
  line-height: 1.4;
6097 0b14cfb4 Olga Brani
  border-bottom: dotted 1px #dddddd;
6098 0b14cfb4 Olga Brani
}
6099 0b14cfb4 Olga Brani
/* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6100 0b14cfb4 Olga Brani
.pricing-table .bullet-item {
6101 0b14cfb4 Olga Brani
  background-color: white;
6102 0b14cfb4 Olga Brani
  padding: 0.9375em;
6103 0b14cfb4 Olga Brani
  text-align: center;
6104 0b14cfb4 Olga Brani
  color: #333333;
6105 0b14cfb4 Olga Brani
  font-size: 0.875em;
6106 0b14cfb4 Olga Brani
  font-weight: normal;
6107 0b14cfb4 Olga Brani
  border-bottom: dotted 1px #dddddd;
6108 0b14cfb4 Olga Brani
}
6109 0b14cfb4 Olga Brani
/* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6110 0b14cfb4 Olga Brani
.pricing-table .cta-button {
6111 0b14cfb4 Olga Brani
  background-color: whitesmoke;
6112 0b14cfb4 Olga Brani
  text-align: center;
6113 0b14cfb4 Olga Brani
  padding: 1.25em 1.25em 0;
6114 0b14cfb4 Olga Brani
}
6115 0b14cfb4 Olga Brani
6116 0b14cfb4 Olga Brani
/* Progress Bar */
6117 0b14cfb4 Olga Brani
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6118 0b14cfb4 Olga Brani
.progress {
6119 0b14cfb4 Olga Brani
  background-color: transparent;
6120 0b14cfb4 Olga Brani
  height: 0.9375em;
6121 0b14cfb4 Olga Brani
  border: 1px solid #cccccc;
6122 0b14cfb4 Olga Brani
  padding: 0.125em;
6123 0b14cfb4 Olga Brani
  margin-bottom: 0.625em;
6124 0b14cfb4 Olga Brani
}
6125 0b14cfb4 Olga Brani
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6126 0b14cfb4 Olga Brani
.progress .meter {
6127 0b14cfb4 Olga Brani
  background: #919194;
6128 0b14cfb4 Olga Brani
  height: 100%;
6129 0b14cfb4 Olga Brani
  display: block;
6130 0b14cfb4 Olga Brani
}
6131 0b14cfb4 Olga Brani
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6132 0b14cfb4 Olga Brani
.progress.secondary .meter {
6133 0b14cfb4 Olga Brani
  background: #30c79e;
6134 0b14cfb4 Olga Brani
  height: 100%;
6135 0b14cfb4 Olga Brani
  display: block;
6136 0b14cfb4 Olga Brani
}
6137 0b14cfb4 Olga Brani
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6138 0b14cfb4 Olga Brani
.progress.success .meter {
6139 0b14cfb4 Olga Brani
  background: #00a551;
6140 0b14cfb4 Olga Brani
  height: 100%;
6141 0b14cfb4 Olga Brani
  display: block;
6142 0b14cfb4 Olga Brani
}
6143 0b14cfb4 Olga Brani
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6144 0b14cfb4 Olga Brani
.progress.alert .meter {
6145 0b14cfb4 Olga Brani
  background: #30c79e;
6146 0b14cfb4 Olga Brani
  height: 100%;
6147 0b14cfb4 Olga Brani
  display: block;
6148 0b14cfb4 Olga Brani
}
6149 0b14cfb4 Olga Brani
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6150 0b14cfb4 Olga Brani
.progress.radius {
6151 0b14cfb4 Olga Brani
  -webkit-border-radius: 1px;
6152 0b14cfb4 Olga Brani
  border-radius: 1px;
6153 0b14cfb4 Olga Brani
}
6154 0b14cfb4 Olga Brani
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6155 0b14cfb4 Olga Brani
.progress.radius .meter {
6156 0b14cfb4 Olga Brani
  -webkit-border-radius: 0px;
6157 0b14cfb4 Olga Brani
  border-radius: 0px;
6158 0b14cfb4 Olga Brani
}
6159 0b14cfb4 Olga Brani
/* line 65, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6160 0b14cfb4 Olga Brani
.progress.round {
6161 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
6162 0b14cfb4 Olga Brani
  border-radius: 1000px;
6163 0b14cfb4 Olga Brani
}
6164 0b14cfb4 Olga Brani
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6165 0b14cfb4 Olga Brani
.progress.round .meter {
6166 0b14cfb4 Olga Brani
  -webkit-border-radius: 999px;
6167 0b14cfb4 Olga Brani
  border-radius: 999px;
6168 0b14cfb4 Olga Brani
}
6169 0b14cfb4 Olga Brani
6170 0b14cfb4 Olga Brani
/* Side Nav */
6171 0b14cfb4 Olga Brani
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6172 0b14cfb4 Olga Brani
.side-nav {
6173 0b14cfb4 Olga Brani
  display: block;
6174 0b14cfb4 Olga Brani
  margin: 0;
6175 0b14cfb4 Olga Brani
  padding: 0.875em 0;
6176 0b14cfb4 Olga Brani
  list-style-type: none;
6177 0b14cfb4 Olga Brani
  list-style-position: inside;
6178 0b14cfb4 Olga Brani
}
6179 0b14cfb4 Olga Brani
/* line 39, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6180 0b14cfb4 Olga Brani
.side-nav li {
6181 0b14cfb4 Olga Brani
  margin: 0 0 0.4375em 0;
6182 0b14cfb4 Olga Brani
  font-size: 0.875em;
6183 0b14cfb4 Olga Brani
}
6184 0b14cfb4 Olga Brani
/* line 43, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6185 0b14cfb4 Olga Brani
.side-nav li a {
6186 0b14cfb4 Olga Brani
  display: block;
6187 0b14cfb4 Olga Brani
  color: #919194;
6188 0b14cfb4 Olga Brani
}
6189 0b14cfb4 Olga Brani
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6190 0b14cfb4 Olga Brani
.side-nav li.active > a:first-child {
6191 0b14cfb4 Olga Brani
  color: #4d4d4d;
6192 0b14cfb4 Olga Brani
  font-weight: bold;
6193 0b14cfb4 Olga Brani
}
6194 0b14cfb4 Olga Brani
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6195 0b14cfb4 Olga Brani
.side-nav li.divider {
6196 0b14cfb4 Olga Brani
  border-top: 1px solid;
6197 0b14cfb4 Olga Brani
  height: 0;
6198 0b14cfb4 Olga Brani
  padding: 0;
6199 0b14cfb4 Olga Brani
  list-style: none;
6200 0b14cfb4 Olga Brani
  border-top-color: #e6e6e6;
6201 0b14cfb4 Olga Brani
}
6202 0b14cfb4 Olga Brani
6203 0b14cfb4 Olga Brani
/* Side Nav */
6204 0b14cfb4 Olga Brani
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6205 0b14cfb4 Olga Brani
.sub-nav {
6206 0b14cfb4 Olga Brani
  display: block;
6207 0b14cfb4 Olga Brani
  width: auto;
6208 0b14cfb4 Olga Brani
  overflow: hidden;
6209 0b14cfb4 Olga Brani
  margin: -0.25em 0 1.125em;
6210 0b14cfb4 Olga Brani
  padding-top: 0.25em;
6211 0b14cfb4 Olga Brani
  margin-right: 0;
6212 0b14cfb4 Olga Brani
  margin-left: -0.5625em;
6213 0b14cfb4 Olga Brani
}
6214 0b14cfb4 Olga Brani
/* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6215 0b14cfb4 Olga Brani
.sub-nav dt,
6216 0b14cfb4 Olga Brani
.sub-nav dd {
6217 0b14cfb4 Olga Brani
  float: left;
6218 0b14cfb4 Olga Brani
  display: inline;
6219 0b14cfb4 Olga Brani
  margin-left: 0.5625em;
6220 0b14cfb4 Olga Brani
  margin-bottom: 0.625em;
6221 0b14cfb4 Olga Brani
  font-weight: normal;
6222 0b14cfb4 Olga Brani
  font-size: 0.875em;
6223 0b14cfb4 Olga Brani
}
6224 0b14cfb4 Olga Brani
/* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6225 0b14cfb4 Olga Brani
.sub-nav dt a,
6226 0b14cfb4 Olga Brani
.sub-nav dd a {
6227 0b14cfb4 Olga Brani
  color: #999999;
6228 0b14cfb4 Olga Brani
  text-decoration: none;
6229 0b14cfb4 Olga Brani
}
6230 0b14cfb4 Olga Brani
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6231 0b14cfb4 Olga Brani
.sub-nav dt.active a,
6232 0b14cfb4 Olga Brani
.sub-nav dd.active a {
6233 0b14cfb4 Olga Brani
  -webkit-border-radius: 1000px;
6234 0b14cfb4 Olga Brani
  border-radius: 1000px;
6235 0b14cfb4 Olga Brani
  font-weight: bold;
6236 0b14cfb4 Olga Brani
  background: #919194;
6237 0b14cfb4 Olga Brani
  padding: 0.1875em 0.5625em;
6238 0b14cfb4 Olga Brani
  cursor: default;
6239 0b14cfb4 Olga Brani
  color: white;
6240 0b14cfb4 Olga Brani
}
6241 0b14cfb4 Olga Brani
6242 0b14cfb4 Olga Brani
/* Foundation Switches */
6243 0b14cfb4 Olga Brani
@media only screen {
6244 0b14cfb4 Olga Brani
  /* line 234, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6245 0b14cfb4 Olga Brani
  div.switch {
6246 0b14cfb4 Olga Brani
    position: relative;
6247 0b14cfb4 Olga Brani
    width: 100%;
6248 0b14cfb4 Olga Brani
    padding: 0;
6249 0b14cfb4 Olga Brani
    display: block;
6250 0b14cfb4 Olga Brani
    overflow: hidden;
6251 0b14cfb4 Olga Brani
    border-style: solid;
6252 0b14cfb4 Olga Brani
    border-width: 1px;
6253 0b14cfb4 Olga Brani
    margin-bottom: 1.25em;
6254 0b14cfb4 Olga Brani
    -webkit-animation: webkitSiblingBugfix infinite 1s;
6255 0b14cfb4 Olga Brani
    height: 36px;
6256 0b14cfb4 Olga Brani
    background: white;
6257 0b14cfb4 Olga Brani
    border-color: #cccccc;
6258 0b14cfb4 Olga Brani
  }
6259 0b14cfb4 Olga Brani
  /* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6260 0b14cfb4 Olga Brani
  div.switch label {
6261 0b14cfb4 Olga Brani
    position: relative;
6262 0b14cfb4 Olga Brani
    left: 0;
6263 0b14cfb4 Olga Brani
    z-index: 2;
6264 0b14cfb4 Olga Brani
    float: left;
6265 0b14cfb4 Olga Brani
    width: 50%;
6266 0b14cfb4 Olga Brani
    height: 100%;
6267 0b14cfb4 Olga Brani
    margin: 0;
6268 0b14cfb4 Olga Brani
    font-weight: bold;
6269 0b14cfb4 Olga Brani
    text-align: left;
6270 0b14cfb4 Olga Brani
    -webkit-transition: all 0.1s ease-out;
6271 0b14cfb4 Olga Brani
    -moz-transition: all 0.1s ease-out;
6272 0b14cfb4 Olga Brani
    transition: all 0.1s ease-out;
6273 0b14cfb4 Olga Brani
  }
6274 0b14cfb4 Olga Brani
  /* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6275 0b14cfb4 Olga Brani
  div.switch input {
6276 0b14cfb4 Olga Brani
    position: absolute;
6277 0b14cfb4 Olga Brani
    z-index: 3;
6278 0b14cfb4 Olga Brani
    opacity: 0;
6279 0b14cfb4 Olga Brani
    width: 100%;
6280 0b14cfb4 Olga Brani
    height: 100%;
6281 0b14cfb4 Olga Brani
    -moz-appearance: none;
6282 0b14cfb4 Olga Brani
  }
6283 0b14cfb4 Olga Brani
  /* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6284 0b14cfb4 Olga Brani
  div.switch input:hover, div.switch input:focus {
6285 0b14cfb4 Olga Brani
    cursor: pointer;
6286 0b14cfb4 Olga Brani
  }
6287 0b14cfb4 Olga Brani
  /* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6288 0b14cfb4 Olga Brani
  div.switch span:last-child {
6289 0b14cfb4 Olga Brani
    position: absolute;
6290 0b14cfb4 Olga Brani
    top: -1px;
6291 0b14cfb4 Olga Brani
    left: -1px;
6292 0b14cfb4 Olga Brani
    z-index: 1;
6293 0b14cfb4 Olga Brani
    display: block;
6294 0b14cfb4 Olga Brani
    padding: 0;
6295 0b14cfb4 Olga Brani
    border-width: 1px;
6296 0b14cfb4 Olga Brani
    border-style: solid;
6297 0b14cfb4 Olga Brani
    -webkit-transition: all 0.1s ease-out;
6298 0b14cfb4 Olga Brani
    -moz-transition: all 0.1s ease-out;
6299 0b14cfb4 Olga Brani
    transition: all 0.1s ease-out;
6300 0b14cfb4 Olga Brani
  }
6301 0b14cfb4 Olga Brani
  /* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6302 0b14cfb4 Olga Brani
  div.switch input:not(:checked) + label {
6303 0b14cfb4 Olga Brani
    opacity: 0;
6304 0b14cfb4 Olga Brani
  }
6305 0b14cfb4 Olga Brani
  /* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6306 0b14cfb4 Olga Brani
  div.switch input:checked {
6307 0b14cfb4 Olga Brani
    display: none !important;
6308 0b14cfb4 Olga Brani
  }
6309 0b14cfb4 Olga Brani
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6310 0b14cfb4 Olga Brani
  div.switch input {
6311 0b14cfb4 Olga Brani
    left: 0;
6312 0b14cfb4 Olga Brani
    display: block !important;
6313 0b14cfb4 Olga Brani
  }
6314 0b14cfb4 Olga Brani
  /* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6315 0b14cfb4 Olga Brani
  div.switch input:first-of-type + label,
6316 0b14cfb4 Olga Brani
  div.switch input:first-of-type + span + label {
6317 0b14cfb4 Olga Brani
    left: -50%;
6318 0b14cfb4 Olga Brani
  }
6319 0b14cfb4 Olga Brani
  /* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6320 0b14cfb4 Olga Brani
  div.switch input:first-of-type:checked + label,
6321 0b14cfb4 Olga Brani
  div.switch input:first-of-type:checked + span + label {
6322 0b14cfb4 Olga Brani
    left: 0%;
6323 0b14cfb4 Olga Brani
  }
6324 0b14cfb4 Olga Brani
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6325 0b14cfb4 Olga Brani
  div.switch input:last-of-type + label,
6326 0b14cfb4 Olga Brani
  div.switch input:last-of-type + span + label {
6327 0b14cfb4 Olga Brani
    right: -50%;
6328 0b14cfb4 Olga Brani
    left: auto;
6329 0b14cfb4 Olga Brani
    text-align: right;
6330 0b14cfb4 Olga Brani
  }
6331 0b14cfb4 Olga Brani
  /* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6332 0b14cfb4 Olga Brani
  div.switch input:last-of-type:checked + label,
6333 0b14cfb4 Olga Brani
  div.switch input:last-of-type:checked + span + label {
6334 0b14cfb4 Olga Brani
    right: 0%;
6335 0b14cfb4 Olga Brani
    left: auto;
6336 0b14cfb4 Olga Brani
  }
6337 0b14cfb4 Olga Brani
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6338 0b14cfb4 Olga Brani
  div.switch span.custom {
6339 0b14cfb4 Olga Brani
    display: none !important;
6340 0b14cfb4 Olga Brani
  }
6341 0b14cfb4 Olga Brani
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6342 0b14cfb4 Olga Brani
  form.custom div.switch .hidden-field {
6343 0b14cfb4 Olga Brani
    margin-left: auto;
6344 0b14cfb4 Olga Brani
    position: absolute;
6345 0b14cfb4 Olga Brani
    visibility: visible;
6346 0b14cfb4 Olga Brani
  }
6347 0b14cfb4 Olga Brani
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6348 0b14cfb4 Olga Brani
  div.switch label {
6349 0b14cfb4 Olga Brani
    padding: 0 0.375em;
6350 0b14cfb4 Olga Brani
    line-height: 2.3em;
6351 0b14cfb4 Olga Brani
    font-size: 0.875em;
6352 0b14cfb4 Olga Brani
  }
6353 0b14cfb4 Olga Brani
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6354 0b14cfb4 Olga Brani
  div.switch input:first-of-type:checked ~ span:last-child {
6355 0b14cfb4 Olga Brani
    left: 100%;
6356 0b14cfb4 Olga Brani
    margin-left: -2.1875em;
6357 0b14cfb4 Olga Brani
  }
6358 0b14cfb4 Olga Brani
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6359 0b14cfb4 Olga Brani
  div.switch span:last-child {
6360 0b14cfb4 Olga Brani
    width: 2.25em;
6361 0b14cfb4 Olga Brani
    height: 2.25em;
6362 0b14cfb4 Olga Brani
  }
6363 0b14cfb4 Olga Brani
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6364 0b14cfb4 Olga Brani
  div.switch span:last-child {
6365 0b14cfb4 Olga Brani
    border-color: #b3b3b3;
6366 0b14cfb4 Olga Brani
    background: white;
6367 0b14cfb4 Olga Brani
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
6368 0b14cfb4 Olga Brani
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
6369 0b14cfb4 Olga Brani
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
6370 0b14cfb4 Olga Brani
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #a5ffd1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
6371 0b14cfb4 Olga Brani
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #a5ffd1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
6372 0b14cfb4 Olga Brani
  }
6373 0b14cfb4 Olga Brani
  /* line 196, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6374 0b14cfb4 Olga Brani
  div.switch:hover span:last-child, div.switch:focus span:last-child {
6375 0b14cfb4 Olga Brani
    background: white;
6376 0b14cfb4 Olga Brani
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
6377 0b14cfb4 Olga Brani
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
6378 0b14cfb4 Olga Brani
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
6379 0b14cfb4 Olga Brani
  }
6380 0b14cfb4 Olga Brani
  /* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6381 0b14cfb4 Olga Brani
  div.switch:active {
6382 0b14cfb4 Olga Brani
    background: transparent;
6383 0b14cfb4 Olga Brani
  }
6384 0b14cfb4 Olga Brani
  /* line 238, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6385 0b14cfb4 Olga Brani
  div.switch.large {
6386 0b14cfb4 Olga Brani
    height: 44px;
6387 0b14cfb4 Olga Brani
  }
6388 0b14cfb4 Olga Brani
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6389 0b14cfb4 Olga Brani
  div.switch.large label {
6390 0b14cfb4 Olga Brani
    padding: 0 0.375em;
6391 0b14cfb4 Olga Brani
    line-height: 2.3em;
6392 0b14cfb4 Olga Brani
    font-size: 1.0625em;
6393 0b14cfb4 Olga Brani
  }
6394 0b14cfb4 Olga Brani
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6395 0b14cfb4 Olga Brani
  div.switch.large input:first-of-type:checked ~ span:last-child {
6396 0b14cfb4 Olga Brani
    left: 100%;
6397 0b14cfb4 Olga Brani
    margin-left: -2.6875em;
6398 0b14cfb4 Olga Brani
  }
6399 0b14cfb4 Olga Brani
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6400 0b14cfb4 Olga Brani
  div.switch.large span:last-child {
6401 0b14cfb4 Olga Brani
    width: 2.75em;
6402 0b14cfb4 Olga Brani
    height: 2.75em;
6403 0b14cfb4 Olga Brani
  }
6404 0b14cfb4 Olga Brani
  /* line 241, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6405 0b14cfb4 Olga Brani
  div.switch.small {
6406 0b14cfb4 Olga Brani
    height: 28px;
6407 0b14cfb4 Olga Brani
  }
6408 0b14cfb4 Olga Brani
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6409 0b14cfb4 Olga Brani
  div.switch.small label {
6410 0b14cfb4 Olga Brani
    padding: 0 0.375em;
6411 0b14cfb4 Olga Brani
    line-height: 2.1em;
6412 0b14cfb4 Olga Brani
    font-size: 0.75em;
6413 0b14cfb4 Olga Brani
  }
6414 0b14cfb4 Olga Brani
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6415 0b14cfb4 Olga Brani
  div.switch.small input:first-of-type:checked ~ span:last-child {
6416 0b14cfb4 Olga Brani
    left: 100%;
6417 0b14cfb4 Olga Brani
    margin-left: -1.6875em;
6418 0b14cfb4 Olga Brani
  }
6419 0b14cfb4 Olga Brani
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6420 0b14cfb4 Olga Brani
  div.switch.small span:last-child {
6421 0b14cfb4 Olga Brani
    width: 1.75em;
6422 0b14cfb4 Olga Brani
    height: 1.75em;
6423 0b14cfb4 Olga Brani
  }
6424 0b14cfb4 Olga Brani
  /* line 244, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6425 0b14cfb4 Olga Brani
  div.switch.tiny {
6426 0b14cfb4 Olga Brani
    height: 22px;
6427 0b14cfb4 Olga Brani
  }
6428 0b14cfb4 Olga Brani
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6429 0b14cfb4 Olga Brani
  div.switch.tiny label {
6430 0b14cfb4 Olga Brani
    padding: 0 0.375em;
6431 0b14cfb4 Olga Brani
    line-height: 1.9em;
6432 0b14cfb4 Olga Brani
    font-size: 0.6875em;
6433 0b14cfb4 Olga Brani
  }
6434 0b14cfb4 Olga Brani
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6435 0b14cfb4 Olga Brani
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
6436 0b14cfb4 Olga Brani
    left: 100%;
6437 0b14cfb4 Olga Brani
    margin-left: -1.3125em;
6438 0b14cfb4 Olga Brani
  }
6439 0b14cfb4 Olga Brani
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6440 0b14cfb4 Olga Brani
  div.switch.tiny span:last-child {
6441 0b14cfb4 Olga Brani
    width: 1.375em;
6442 0b14cfb4 Olga Brani
    height: 1.375em;
6443 0b14cfb4 Olga Brani
  }
6444 0b14cfb4 Olga Brani
  /* line 247, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6445 0b14cfb4 Olga Brani
  div.switch.radius {
6446 0b14cfb4 Olga Brani
    -webkit-border-radius: 4px;
6447 0b14cfb4 Olga Brani
    border-radius: 4px;
6448 0b14cfb4 Olga Brani
  }
6449 0b14cfb4 Olga Brani
  /* line 248, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6450 0b14cfb4 Olga Brani
  div.switch.radius span:last-child {
6451 0b14cfb4 Olga Brani
    -webkit-border-radius: 3px;
6452 0b14cfb4 Olga Brani
    border-radius: 3px;
6453 0b14cfb4 Olga Brani
  }
6454 0b14cfb4 Olga Brani
  /* line 252, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6455 0b14cfb4 Olga Brani
  div.switch.round {
6456 0b14cfb4 Olga Brani
    -webkit-border-radius: 1000px;
6457 0b14cfb4 Olga Brani
    border-radius: 1000px;
6458 0b14cfb4 Olga Brani
  }
6459 0b14cfb4 Olga Brani
  /* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6460 0b14cfb4 Olga Brani
  div.switch.round span:last-child {
6461 0b14cfb4 Olga Brani
    -webkit-border-radius: 999px;
6462 0b14cfb4 Olga Brani
    border-radius: 999px;
6463 0b14cfb4 Olga Brani
  }
6464 0b14cfb4 Olga Brani
  /* line 254, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6465 0b14cfb4 Olga Brani
  div.switch.round label {
6466 0b14cfb4 Olga Brani
    padding: 0 0.5625em;
6467 0b14cfb4 Olga Brani
  }
6468 0b14cfb4 Olga Brani
6469 0b14cfb4 Olga Brani
  @-webkit-keyframes webkitSiblingBugfix {
6470 0b14cfb4 Olga Brani
    /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6471 0b14cfb4 Olga Brani
    from {
6472 0b14cfb4 Olga Brani
      position: relative;
6473 0b14cfb4 Olga Brani
    }
6474 0b14cfb4 Olga Brani
6475 0b14cfb4 Olga Brani
    /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6476 0b14cfb4 Olga Brani
    to {
6477 0b14cfb4 Olga Brani
      position: relative;
6478 0b14cfb4 Olga Brani
    }
6479 0b14cfb4 Olga Brani
}
6480 0b14cfb4 Olga Brani
}
6481 0b14cfb4 Olga Brani
/* line 11, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6482 0b14cfb4 Olga Brani
[data-magellan-expedition] {
6483 0b14cfb4 Olga Brani
  background: white;
6484 0b14cfb4 Olga Brani
  z-index: 50;
6485 0b14cfb4 Olga Brani
  min-width: 100%;
6486 0b14cfb4 Olga Brani
  padding: 10px;
6487 0b14cfb4 Olga Brani
}
6488 0b14cfb4 Olga Brani
/* line 17, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6489 0b14cfb4 Olga Brani
[data-magellan-expedition] .sub-nav {
6490 0b14cfb4 Olga Brani
  margin-bottom: 0;
6491 0b14cfb4 Olga Brani
}
6492 0b14cfb4 Olga Brani
/* line 19, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6493 0b14cfb4 Olga Brani
[data-magellan-expedition] .sub-nav dd {
6494 0b14cfb4 Olga Brani
  margin-bottom: 0;
6495 0b14cfb4 Olga Brani
}
6496 0b14cfb4 Olga Brani
6497 0b14cfb4 Olga Brani
/* Tables */
6498 0b14cfb4 Olga Brani
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6499 0b14cfb4 Olga Brani
table {
6500 0b14cfb4 Olga Brani
  background: white;
6501 0b14cfb4 Olga Brani
  margin-bottom: 1.25em;
6502 0b14cfb4 Olga Brani
  border: solid 1px #dddddd;
6503 0b14cfb4 Olga Brani
}
6504 0b14cfb4 Olga Brani
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6505 0b14cfb4 Olga Brani
table thead,
6506 0b14cfb4 Olga Brani
table tfoot {
6507 0b14cfb4 Olga Brani
  background: whitesmoke;
6508 0b14cfb4 Olga Brani
  font-weight: bold;
6509 0b14cfb4 Olga Brani
}
6510 0b14cfb4 Olga Brani
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6511 0b14cfb4 Olga Brani
table thead tr th,
6512 0b14cfb4 Olga Brani
table thead tr td,
6513 0b14cfb4 Olga Brani
table tfoot tr th,
6514 0b14cfb4 Olga Brani
table tfoot tr td {
6515 0b14cfb4 Olga Brani
  padding: 0.5em 0.625em 0.625em;
6516 0b14cfb4 Olga Brani
  font-size: 0.875em;
6517 0b14cfb4 Olga Brani
  color: #222222;
6518 0b14cfb4 Olga Brani
  text-align: left;
6519 0b14cfb4 Olga Brani
}
6520 0b14cfb4 Olga Brani
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6521 0b14cfb4 Olga Brani
table tr th,
6522 0b14cfb4 Olga Brani
table tr td {
6523 0b14cfb4 Olga Brani
  padding: 0.5625em 0.625em;
6524 0b14cfb4 Olga Brani
  font-size: 0.875em;
6525 0b14cfb4 Olga Brani
  color: #222222;
6526 0b14cfb4 Olga Brani
}
6527 0b14cfb4 Olga Brani
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6528 0b14cfb4 Olga Brani
table tr.even, table tr.alt, table tr:nth-of-type(even) {
6529 0b14cfb4 Olga Brani
  background: #f9f9f9;
6530 0b14cfb4 Olga Brani
}
6531 0b14cfb4 Olga Brani
/* line 74, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6532 0b14cfb4 Olga Brani
table thead tr th,
6533 0b14cfb4 Olga Brani
table tfoot tr th,
6534 0b14cfb4 Olga Brani
table tbody tr td,
6535 0b14cfb4 Olga Brani
table tr td,
6536 0b14cfb4 Olga Brani
table tfoot tr td {
6537 0b14cfb4 Olga Brani
  display: table-cell;
6538 0b14cfb4 Olga Brani
  line-height: 1.125em;
6539 0b14cfb4 Olga Brani
}
6540 0b14cfb4 Olga Brani
6541 0b14cfb4 Olga Brani
/* Image Thumbnails */
6542 0b14cfb4 Olga Brani
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6543 0b14cfb4 Olga Brani
.th {
6544 0b14cfb4 Olga Brani
  line-height: 0;
6545 0b14cfb4 Olga Brani
  display: inline-block;
6546 0b14cfb4 Olga Brani
  border: solid 4px white;
6547 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6548 0b14cfb4 Olga Brani
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6549 0b14cfb4 Olga Brani
  -webkit-transition: all 200ms ease-out;
6550 0b14cfb4 Olga Brani
  -moz-transition: all 200ms ease-out;
6551 0b14cfb4 Olga Brani
  transition: all 200ms ease-out;
6552 0b14cfb4 Olga Brani
}
6553 0b14cfb4 Olga Brani
/* line 32, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6554 0b14cfb4 Olga Brani
.th:hover, .th:focus {
6555 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6556 0b14cfb4 Olga Brani
  box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6557 0b14cfb4 Olga Brani
}
6558 0b14cfb4 Olga Brani
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6559 0b14cfb4 Olga Brani
.th.radius {
6560 0b14cfb4 Olga Brani
  -webkit-border-radius: 1px;
6561 0b14cfb4 Olga Brani
  border-radius: 1px;
6562 0b14cfb4 Olga Brani
}
6563 0b14cfb4 Olga Brani
6564 0b14cfb4 Olga Brani
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6565 0b14cfb4 Olga Brani
a.th {
6566 0b14cfb4 Olga Brani
  display: inline-block;
6567 0b14cfb4 Olga Brani
}
6568 0b14cfb4 Olga Brani
6569 0b14cfb4 Olga Brani
/* Tooltips */
6570 0b14cfb4 Olga Brani
/* line 29, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6571 0b14cfb4 Olga Brani
.has-tip {
6572 0b14cfb4 Olga Brani
  border-bottom: 0 none;
6573 0b14cfb4 Olga Brani
  cursor: inherit;
6574 0b14cfb4 Olga Brani
  font-weight: bold;
6575 0b14cfb4 Olga Brani
  color: #333333;
6576 0b14cfb4 Olga Brani
}
6577 0b14cfb4 Olga Brani
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6578 0b14cfb4 Olga Brani
.has-tip:hover, .has-tip:focus {
6579 0b14cfb4 Olga Brani
  border-bottom: none;
6580 0b14cfb4 Olga Brani
  color: #30c79e;
6581 0b14cfb4 Olga Brani
}
6582 0b14cfb4 Olga Brani
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6583 0b14cfb4 Olga Brani
.has-tip.tip-left, .has-tip.tip-right {
6584 0b14cfb4 Olga Brani
  float: none !important;
6585 0b14cfb4 Olga Brani
}
6586 0b14cfb4 Olga Brani
6587 0b14cfb4 Olga Brani
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6588 0b14cfb4 Olga Brani
.tooltip {
6589 0b14cfb4 Olga Brani
  display: none;
6590 0b14cfb4 Olga Brani
  position: absolute;
6591 0b14cfb4 Olga Brani
  z-index: 999;
6592 0b14cfb4 Olga Brani
  font-weight: normal;
6593 0b14cfb4 Olga Brani
  font-size: 0.75em;
6594 0b14cfb4 Olga Brani
  line-height: 1.3;
6595 0b14cfb4 Olga Brani
  padding: 0.125em 0.75em;
6596 0b14cfb4 Olga Brani
  max-width: 85%;
6597 0b14cfb4 Olga Brani
  left: 50%;
6598 0b14cfb4 Olga Brani
  width: 100%;
6599 0b14cfb4 Olga Brani
  color: #1e1e1e;
6600 0b14cfb4 Olga Brani
  background: #cecece;
6601 0b14cfb4 Olga Brani
  -webkit-border-radius: 7px;
6602 0b14cfb4 Olga Brani
  border-radius: 7px;
6603 0b14cfb4 Olga Brani
}
6604 0b14cfb4 Olga Brani
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6605 0b14cfb4 Olga Brani
.tooltip > .nub {
6606 0b14cfb4 Olga Brani
  display: block;
6607 0b14cfb4 Olga Brani
  left: 0;
6608 0b14cfb4 Olga Brani
  position: absolute;
6609 0b14cfb4 Olga Brani
  width: 0;
6610 0b14cfb4 Olga Brani
  height: 0;
6611 0b14cfb4 Olga Brani
  border: solid 0;
6612 0b14cfb4 Olga Brani
  border-color: transparent transparent #cecece transparent;
6613 0b14cfb4 Olga Brani
  top: 0;
6614 0b14cfb4 Olga Brani
}
6615 0b14cfb4 Olga Brani
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6616 0b14cfb4 Olga Brani
.tooltip.opened {
6617 0b14cfb4 Olga Brani
  color: #30c79e !important;
6618 0b14cfb4 Olga Brani
  border-bottom: none !important;
6619 0b14cfb4 Olga Brani
}
6620 0b14cfb4 Olga Brani
6621 0b14cfb4 Olga Brani
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6622 0b14cfb4 Olga Brani
.tap-to-close {
6623 0b14cfb4 Olga Brani
  display: block;
6624 0b14cfb4 Olga Brani
  font-size: 0.625em;
6625 0b14cfb4 Olga Brani
  color: #888888;
6626 0b14cfb4 Olga Brani
  font-weight: normal;
6627 0b14cfb4 Olga Brani
}
6628 0b14cfb4 Olga Brani
6629 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
6630 0b14cfb4 Olga Brani
  /* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6631 0b14cfb4 Olga Brani
  .tooltip > .nub {
6632 0b14cfb4 Olga Brani
    border-color: transparent transparent #cecece transparent;
6633 0b14cfb4 Olga Brani
    top: 0;
6634 0b14cfb4 Olga Brani
  }
6635 0b14cfb4 Olga Brani
  /* line 90, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6636 0b14cfb4 Olga Brani
  .tooltip.tip-top > .nub {
6637 0b14cfb4 Olga Brani
    border-color: #cecece transparent transparent transparent;
6638 0b14cfb4 Olga Brani
    top: auto;
6639 0b14cfb4 Olga Brani
    bottom: 0;
6640 0b14cfb4 Olga Brani
  }
6641 0b14cfb4 Olga Brani
  /* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6642 0b14cfb4 Olga Brani
  .tooltip.tip-left, .tooltip.tip-right {
6643 0b14cfb4 Olga Brani
    float: none !important;
6644 0b14cfb4 Olga Brani
  }
6645 0b14cfb4 Olga Brani
  /* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6646 0b14cfb4 Olga Brani
  .tooltip.tip-left > .nub {
6647 0b14cfb4 Olga Brani
    border-color: transparent transparent transparent #cecece;
6648 0b14cfb4 Olga Brani
    right: 0;
6649 0b14cfb4 Olga Brani
    left: auto;
6650 0b14cfb4 Olga Brani
    top: 50%;
6651 0b14cfb4 Olga Brani
    margin-top: 0;
6652 0b14cfb4 Olga Brani
  }
6653 0b14cfb4 Olga Brani
  /* line 106, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6654 0b14cfb4 Olga Brani
  .tooltip.tip-right > .nub {
6655 0b14cfb4 Olga Brani
    border-color: transparent #cecece transparent transparent;
6656 0b14cfb4 Olga Brani
    right: auto;
6657 0b14cfb4 Olga Brani
    left: 0;
6658 0b14cfb4 Olga Brani
    top: 50%;
6659 0b14cfb4 Olga Brani
    margin-top: 0;
6660 0b14cfb4 Olga Brani
  }
6661 0b14cfb4 Olga Brani
}
6662 0b14cfb4 Olga Brani
@media only screen and (max-width: 767px) {
6663 0b14cfb4 Olga Brani
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6664 0b14cfb4 Olga Brani
  .f-dropdown {
6665 0b14cfb4 Olga Brani
    max-width: 100%;
6666 0b14cfb4 Olga Brani
    left: 0;
6667 0b14cfb4 Olga Brani
  }
6668 0b14cfb4 Olga Brani
}
6669 0b14cfb4 Olga Brani
/* Foundation Dropdowns */
6670 0b14cfb4 Olga Brani
/* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6671 0b14cfb4 Olga Brani
.f-dropdown {
6672 0b14cfb4 Olga Brani
  position: absolute;
6673 0b14cfb4 Olga Brani
  top: -9999px;
6674 0b14cfb4 Olga Brani
  list-style: none;
6675 0b14cfb4 Olga Brani
  margin-left: 0;
6676 0b14cfb4 Olga Brani
  width: 100%;
6677 0b14cfb4 Olga Brani
  max-height: none;
6678 0b14cfb4 Olga Brani
  height: auto;
6679 0b14cfb4 Olga Brani
  background: white;
6680 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
6681 0b14cfb4 Olga Brani
  font-size: 16;
6682 0b14cfb4 Olga Brani
  z-index: 99;
6683 0b14cfb4 Olga Brani
  margin-top: 2px;
6684 0b14cfb4 Olga Brani
  max-width: 200px;
6685 0b14cfb4 Olga Brani
}
6686 0b14cfb4 Olga Brani
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6687 0b14cfb4 Olga Brani
.f-dropdown > *:first-child {
6688 0b14cfb4 Olga Brani
  margin-top: 0;
6689 0b14cfb4 Olga Brani
}
6690 0b14cfb4 Olga Brani
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6691 0b14cfb4 Olga Brani
.f-dropdown > *:last-child {
6692 0b14cfb4 Olga Brani
  margin-bottom: 0;
6693 0b14cfb4 Olga Brani
}
6694 0b14cfb4 Olga Brani
/* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6695 0b14cfb4 Olga Brani
.f-dropdown:before {
6696 0b14cfb4 Olga Brani
  content: "";
6697 0b14cfb4 Olga Brani
  display: block;
6698 0b14cfb4 Olga Brani
  width: 0;
6699 0b14cfb4 Olga Brani
  height: 0;
6700 0b14cfb4 Olga Brani
  border: inset 6px;
6701 0b14cfb4 Olga Brani
  border-color: transparent transparent white transparent;
6702 0b14cfb4 Olga Brani
  border-bottom-style: solid;
6703 0b14cfb4 Olga Brani
  position: absolute;
6704 0b14cfb4 Olga Brani
  top: -12px;
6705 0b14cfb4 Olga Brani
  left: 10px;
6706 0b14cfb4 Olga Brani
  z-index: 99;
6707 0b14cfb4 Olga Brani
}
6708 0b14cfb4 Olga Brani
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6709 0b14cfb4 Olga Brani
.f-dropdown:after {
6710 0b14cfb4 Olga Brani
  content: "";
6711 0b14cfb4 Olga Brani
  display: block;
6712 0b14cfb4 Olga Brani
  width: 0;
6713 0b14cfb4 Olga Brani
  height: 0;
6714 0b14cfb4 Olga Brani
  border: inset 7px;
6715 0b14cfb4 Olga Brani
  border-color: transparent transparent #cccccc transparent;
6716 0b14cfb4 Olga Brani
  border-bottom-style: solid;
6717 0b14cfb4 Olga Brani
  position: absolute;
6718 0b14cfb4 Olga Brani
  top: -14px;
6719 0b14cfb4 Olga Brani
  left: 9px;
6720 0b14cfb4 Olga Brani
  z-index: 98;
6721 0b14cfb4 Olga Brani
}
6722 0b14cfb4 Olga Brani
/* line 91, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6723 0b14cfb4 Olga Brani
.f-dropdown.right:before {
6724 0b14cfb4 Olga Brani
  left: auto;
6725 0b14cfb4 Olga Brani
  right: 10px;
6726 0b14cfb4 Olga Brani
}
6727 0b14cfb4 Olga Brani
/* line 95, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6728 0b14cfb4 Olga Brani
.f-dropdown.right:after {
6729 0b14cfb4 Olga Brani
  left: auto;
6730 0b14cfb4 Olga Brani
  right: 9px;
6731 0b14cfb4 Olga Brani
}
6732 0b14cfb4 Olga Brani
/* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6733 0b14cfb4 Olga Brani
.f-dropdown li {
6734 0b14cfb4 Olga Brani
  font-size: 0.875em;
6735 0b14cfb4 Olga Brani
  cursor: pointer;
6736 0b14cfb4 Olga Brani
  line-height: 1.125em;
6737 0b14cfb4 Olga Brani
  margin: 0;
6738 0b14cfb4 Olga Brani
}
6739 0b14cfb4 Olga Brani
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6740 0b14cfb4 Olga Brani
.f-dropdown li:hover, .f-dropdown li:focus {
6741 0b14cfb4 Olga Brani
  background: #eeeeee;
6742 0b14cfb4 Olga Brani
}
6743 0b14cfb4 Olga Brani
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6744 0b14cfb4 Olga Brani
.f-dropdown li a {
6745 0b14cfb4 Olga Brani
  display: block;
6746 0b14cfb4 Olga Brani
  padding: 0.3125em 0.625em;
6747 0b14cfb4 Olga Brani
  color: #555555;
6748 0b14cfb4 Olga Brani
}
6749 0b14cfb4 Olga Brani
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6750 0b14cfb4 Olga Brani
.f-dropdown.content {
6751 0b14cfb4 Olga Brani
  position: absolute;
6752 0b14cfb4 Olga Brani
  top: -9999px;
6753 0b14cfb4 Olga Brani
  list-style: none;
6754 0b14cfb4 Olga Brani
  margin-left: 0;
6755 0b14cfb4 Olga Brani
  padding: 1.25em;
6756 0b14cfb4 Olga Brani
  width: 100%;
6757 0b14cfb4 Olga Brani
  height: auto;
6758 0b14cfb4 Olga Brani
  max-height: none;
6759 0b14cfb4 Olga Brani
  background: white;
6760 0b14cfb4 Olga Brani
  border: solid 1px #cccccc;
6761 0b14cfb4 Olga Brani
  font-size: 16;
6762 0b14cfb4 Olga Brani
  z-index: 99;
6763 0b14cfb4 Olga Brani
  max-width: 200px;
6764 0b14cfb4 Olga Brani
}
6765 0b14cfb4 Olga Brani
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6766 0b14cfb4 Olga Brani
.f-dropdown.content > *:first-child {
6767 0b14cfb4 Olga Brani
  margin-top: 0;
6768 0b14cfb4 Olga Brani
}
6769 0b14cfb4 Olga Brani
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6770 0b14cfb4 Olga Brani
.f-dropdown.content > *:last-child {
6771 0b14cfb4 Olga Brani
  margin-bottom: 0;
6772 0b14cfb4 Olga Brani
}
6773 0b14cfb4 Olga Brani
/* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6774 0b14cfb4 Olga Brani
.f-dropdown.tiny {
6775 0b14cfb4 Olga Brani
  max-width: 200px;
6776 0b14cfb4 Olga Brani
}
6777 0b14cfb4 Olga Brani
/* line 146, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6778 0b14cfb4 Olga Brani
.f-dropdown.small {
6779 0b14cfb4 Olga Brani
  max-width: 300px;
6780 0b14cfb4 Olga Brani
}
6781 0b14cfb4 Olga Brani
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6782 0b14cfb4 Olga Brani
.f-dropdown.medium {
6783 0b14cfb4 Olga Brani
  max-width: 500px;
6784 0b14cfb4 Olga Brani
}
6785 0b14cfb4 Olga Brani
/* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6786 0b14cfb4 Olga Brani
.f-dropdown.large {
6787 0b14cfb4 Olga Brani
  max-width: 800px;
6788 0b14cfb4 Olga Brani
}
6789 0b14cfb4 Olga Brani
6790 0b14cfb4 Olga Brani
/* Table of Contents
6791 0b14cfb4 Olga Brani

6792 0b14cfb4 Olga Brani
  - Clearfix
6793 0b14cfb4 Olga Brani
  - Mixins
6794 0b14cfb4 Olga Brani
  - Buttons and Links
6795 0b14cfb4 Olga Brani
  - Layout 
6796 0b14cfb4 Olga Brani
  - Header
6797 0b14cfb4 Olga Brani
  - Actions Bar
6798 0b14cfb4 Olga Brani
  - Icon Navigation
6799 0b14cfb4 Olga Brani
  - Top Info
6800 0b14cfb4 Olga Brani
  - Progress Bar
6801 0b14cfb4 Olga Brani
  - Responsive
6802 0b14cfb4 Olga Brani
  - Scroll Bar
6803 0b14cfb4 Olga Brani

6804 0b14cfb4 Olga Brani
 */
6805 0b14cfb4 Olga Brani
/* Clearfix -------------------------------------------- */
6806 0b14cfb4 Olga Brani
/* line 19, ../sass/_common.scss */
6807 0b14cfb4 Olga Brani
.clearfix, .list-view .items-list > li, .details .top, .storage .files li, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar, #volume-wizard .step .volume_options > li .title, #volume-wizard .step .volume_options > li .options-bar, .connected .item .what, .connected .item .connections > li {
6808 0b14cfb4 Olga Brani
  zoom: 1;
6809 0b14cfb4 Olga Brani
}
6810 0b14cfb4 Olga Brani
/* line 21, ../sass/_common.scss */
6811 0b14cfb4 Olga Brani
.clearfix:before, .list-view .items-list > li:before, .details .top:before, .storage .files li:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar:before, #volume-wizard .step .volume_options > li .title:before, #volume-wizard .step .volume_options > li .options-bar:before, .connected .item .what:before, .connected .item .connections > li:before, .clearfix:after, .list-view .items-list > li:after, .details .top:after, .storage .files li:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar:after, #volume-wizard .step .volume_options > li .title:after, #volume-wizard .step .volume_options > li .options-bar:after, .connected .item .what:after, .connected .item .connections > li:after {
6812 0b14cfb4 Olga Brani
  content: "\0020";
6813 0b14cfb4 Olga Brani
  display: block;
6814 0b14cfb4 Olga Brani
  height: 0;
6815 0b14cfb4 Olga Brani
  overflow: hidden;
6816 0b14cfb4 Olga Brani
}
6817 0b14cfb4 Olga Brani
/* line 27, ../sass/_common.scss */
6818 0b14cfb4 Olga Brani
.clearfix:after, .list-view .items-list > li:after, .details .top:after, .storage .files li:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar:after, #volume-wizard .step .volume_options > li .title:after, #volume-wizard .step .volume_options > li .options-bar:after, .connected .item .what:after, .connected .item .connections > li:after {
6819 0b14cfb4 Olga Brani
  clear: both;
6820 0b14cfb4 Olga Brani
}
6821 0b14cfb4 Olga Brani
6822 0b14cfb4 Olga Brani
/* Mixins ----------------------------------------------- */
6823 0b14cfb4 Olga Brani
/* Circle and Tags ----------------------------------------------- */
6824 0b14cfb4 Olga Brani
/* line 140, ../sass/_common.scss */
6825 0b14cfb4 Olga Brani
.tags {
6826 0b14cfb4 Olga Brani
  text-align: center;
6827 0b14cfb4 Olga Brani
}
6828 0b14cfb4 Olga Brani
/* line 142, ../sass/_common.scss */
6829 0b14cfb4 Olga Brani
.tags .tag {
6830 0b14cfb4 Olga Brani
  display: inline-block;
6831 0b14cfb4 Olga Brani
  -webkit-border-radius: 999px;
6832 0b14cfb4 Olga Brani
  -moz-border-radius: 999px;
6833 0b14cfb4 Olga Brani
  border-radius: 999px;
6834 0b14cfb4 Olga Brani
  width: 12px;
6835 0b14cfb4 Olga Brani
  height: 12px;
6836 0b14cfb4 Olga Brani
  background-color: #919194;
6837 0b14cfb4 Olga Brani
  behavior: url(PIE.htc);
6838 0b14cfb4 Olga Brani
  margin: 0 3px;
6839 0b14cfb4 Olga Brani
}
6840 0b14cfb4 Olga Brani
/* line 145, ../sass/_common.scss */
6841 0b14cfb4 Olga Brani
.tags .tag.tag1 {
6842 0b14cfb4 Olga Brani
  background-color: #ff4040;
6843 0b14cfb4 Olga Brani
}
6844 0b14cfb4 Olga Brani
/* line 146, ../sass/_common.scss */
6845 0b14cfb4 Olga Brani
.tags .tag.tag2 {
6846 0b14cfb4 Olga Brani
  background-color: #00a551;
6847 0b14cfb4 Olga Brani
}
6848 0b14cfb4 Olga Brani
/* line 147, ../sass/_common.scss */
6849 0b14cfb4 Olga Brani
.tags .tag.tag3 {
6850 0b14cfb4 Olga Brani
  background-color: #30c79e;
6851 0b14cfb4 Olga Brani
}
6852 0b14cfb4 Olga Brani
6853 0b14cfb4 Olga Brani
/* Buttons and Links ----------------------------------------------- */
6854 0b14cfb4 Olga Brani
/* line 155, ../sass/_common.scss */
6855 0b14cfb4 Olga Brani
a {
6856 0b14cfb4 Olga Brani
  color: #485057;
6857 0b14cfb4 Olga Brani
}
6858 0b14cfb4 Olga Brani
/* line 157, ../sass/_common.scss */
6859 0b14cfb4 Olga Brani
a:hover, a.current, a.active {
6860 0b14cfb4 Olga Brani
  color: #30c79e;
6861 0b14cfb4 Olga Brani
  -webkit-transition: background 300ms ease-out;
6862 0b14cfb4 Olga Brani
  -moz-transition: background 300ms ease-out;
6863 0b14cfb4 Olga Brani
  -ms-transition: background 300ms ease-out;
6864 0b14cfb4 Olga Brani
  -o-transition: background 300ms ease-out;
6865 0b14cfb4 Olga Brani
  transition: background 300ms ease-out;
6866 0b14cfb4 Olga Brani
}
6867 0b14cfb4 Olga Brani
6868 0b14cfb4 Olga Brani
/* line 165, ../sass/_common.scss */
6869 0b14cfb4 Olga Brani
.inactive {
6870 0b14cfb4 Olga Brani
  color: #919194 !important;
6871 0b14cfb4 Olga Brani
}
6872 0b14cfb4 Olga Brani
/* line 167, ../sass/_common.scss */
6873 0b14cfb4 Olga Brani
.inactive:hover {
6874 0b14cfb4 Olga Brani
  color: #919194;
6875 0b14cfb4 Olga Brani
  cursor: default;
6876 0b14cfb4 Olga Brani
}
6877 0b14cfb4 Olga Brani
6878 0b14cfb4 Olga Brani
/* line 174, ../sass/_common.scss */
6879 0b14cfb4 Olga Brani
.btn1, .btn2, .btn3, .upload-widget .btns a, .btn4, .btn-img {
6880 0b14cfb4 Olga Brani
  border: 1px solid #919194;
6881 0b14cfb4 Olga Brani
  color: #919194;
6882 0b14cfb4 Olga Brani
  display: inline-block;
6883 0b14cfb4 Olga Brani
  padding: 10px 20px;
6884 0b14cfb4 Olga Brani
  line-height: 1em;
6885 0b14cfb4 Olga Brani
  text-align: center;
6886 0b14cfb4 Olga Brani
}
6887 0b14cfb4 Olga Brani
/* line 183, ../sass/_common.scss */
6888 0b14cfb4 Olga Brani
.btn1:hover, .btn2:hover, .btn3:hover, .upload-widget .btns a:hover, .btn4:hover, .btn-img:hover, .btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .btn1:focus, .btn2:focus, .btn3:focus, .upload-widget .btns a:focus, .btn4:focus, .btn-img:focus {
6889 0b14cfb4 Olga Brani
  border-color: #30c79e;
6890 0b14cfb4 Olga Brani
  background: #30c79e;
6891 0b14cfb4 Olga Brani
  color: #fff;
6892 0b14cfb4 Olga Brani
}
6893 0b14cfb4 Olga Brani
/* line 188, ../sass/_common.scss */
6894 0b14cfb4 Olga Brani
.btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img {
6895 0b14cfb4 Olga Brani
  cursor: default;
6896 0b14cfb4 Olga Brani
}
6897 0b14cfb4 Olga Brani
6898 0b14cfb4 Olga Brani
/* line 193, ../sass/_common.scss */
6899 0b14cfb4 Olga Brani
.btn2 {
6900 0b14cfb4 Olga Brani
  color: #30c79e;
6901 0b14cfb4 Olga Brani
  background: #fff;
6902 0b14cfb4 Olga Brani
  border-color: #30c79e;
6903 0b14cfb4 Olga Brani
}
6904 0b14cfb4 Olga Brani
/* line 200, ../sass/_common.scss */
6905 0b14cfb4 Olga Brani
.btn2:hover, .btn2.current, .btn2:focus {
6906 0b14cfb4 Olga Brani
  background: transparent;
6907 0b14cfb4 Olga Brani
  border-color: #fff;
6908 0b14cfb4 Olga Brani
}
6909 0b14cfb4 Olga Brani
6910 0b14cfb4 Olga Brani
/* line 206, ../sass/_common.scss */
6911 0b14cfb4 Olga Brani
.btn3, .upload-widget .btns a {
6912 0b14cfb4 Olga Brani
  color: #fff;
6913 0b14cfb4 Olga Brani
  border-color: #fff;
6914 0b14cfb4 Olga Brani
}
6915 0b14cfb4 Olga Brani
/* line 212, ../sass/_common.scss */
6916 0b14cfb4 Olga Brani
.btn3:hover, .upload-widget .btns a:hover, .btn3.current, .upload-widget .btns a.current, .btn3:focus, .upload-widget .btns a:focus {
6917 0b14cfb4 Olga Brani
  color: #30c79e;
6918 0b14cfb4 Olga Brani
  background: #fff;
6919 0b14cfb4 Olga Brani
  border-color: #fff;
6920 0b14cfb4 Olga Brani
}
6921 0b14cfb4 Olga Brani
6922 0b14cfb4 Olga Brani
/* line 219, ../sass/_common.scss */
6923 0b14cfb4 Olga Brani
.btn4 {
6924 0b14cfb4 Olga Brani
  color: #fff;
6925 0b14cfb4 Olga Brani
  border-color: #fff;
6926 0b14cfb4 Olga Brani
  background: #30c79e;
6927 0b14cfb4 Olga Brani
}
6928 0b14cfb4 Olga Brani
/* line 226, ../sass/_common.scss */
6929 0b14cfb4 Olga Brani
.btn4:hover, .btn4.current, .btn4:focus {
6930 0b14cfb4 Olga Brani
  color: #30c79e;
6931 0b14cfb4 Olga Brani
  border-color: #30c79e;
6932 0b14cfb4 Olga Brani
  background: #fff;
6933 0b14cfb4 Olga Brani
}
6934 0b14cfb4 Olga Brani
6935 0b14cfb4 Olga Brani
/* line 233, ../sass/_common.scss */
6936 0b14cfb4 Olga Brani
.btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a, #volume-wizard .step .volume_options > li .options-bar .options li a {
6937 0b14cfb4 Olga Brani
  border: 1px solid white;
6938 0b14cfb4 Olga Brani
  color: white;
6939 0b14cfb4 Olga Brani
  display: inline-block;
6940 0b14cfb4 Olga Brani
  padding: 0 20px;
6941 0b14cfb4 Olga Brani
  line-height: 28px;
6942 0b14cfb4 Olga Brani
  height: 30px;
6943 0b14cfb4 Olga Brani
  text-align: center;
6944 0b14cfb4 Olga Brani
  font-size: 0.75em;
6945 0b14cfb4 Olga Brani
}
6946 0b14cfb4 Olga Brani
/* line 243, ../sass/_common.scss */
6947 0b14cfb4 Olga Brani
.btn5:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:hover, #volume-wizard .step .volume_options > li .options-bar .options li a:hover, .btn5:focus, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:focus, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:focus, #volume-wizard .step .volume_options > li .options-bar .options li a:focus {
6948 0b14cfb4 Olga Brani
  border-width: 2px;
6949 0b14cfb4 Olga Brani
  line-height: 26px;
6950 0b14cfb4 Olga Brani
  padding: 0 19px;
6951 0b14cfb4 Olga Brani
  color: white;
6952 0b14cfb4 Olga Brani
}
6953 0b14cfb4 Olga Brani
/* line 249, ../sass/_common.scss */
6954 0b14cfb4 Olga Brani
.btn5.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current, #volume-wizard .step .volume_options > li .options-bar .options li a.current {
6955 0b14cfb4 Olga Brani
  background: white;
6956 0b14cfb4 Olga Brani
  color: #30c79e;
6957 0b14cfb4 Olga Brani
}
6958 0b14cfb4 Olga Brani
6959 0b14cfb4 Olga Brani
/* line 255, ../sass/_common.scss */
6960 0b14cfb4 Olga Brani
.btn-img {
6961 0b14cfb4 Olga Brani
  border-color: #30c79e;
6962 0b14cfb4 Olga Brani
}
6963 0b14cfb4 Olga Brani
/* line 259, ../sass/_common.scss */
6964 0b14cfb4 Olga Brani
.btn-img:hover, .btn-img:focus {
6965 0b14cfb4 Olga Brani
  background: transparent;
6966 0b14cfb4 Olga Brani
}
6967 0b14cfb4 Olga Brani
/* line 263, ../sass/_common.scss */
6968 0b14cfb4 Olga Brani
.btn-img a img, .btn-img a span {
6969 0b14cfb4 Olga Brani
  margin-left: 5px;
6970 0b14cfb4 Olga Brani
}
6971 0b14cfb4 Olga Brani
6972 0b14cfb4 Olga Brani
/* Layout ----------------------------------------------- */
6973 0b14cfb4 Olga Brani
/* line 271, ../sass/_common.scss */
6974 0b14cfb4 Olga Brani
html, body {
6975 0b14cfb4 Olga Brani
  height: 100%;
6976 0b14cfb4 Olga Brani
}
6977 0b14cfb4 Olga Brani
6978 0b14cfb4 Olga Brani
/* line 275, ../sass/_common.scss */
6979 0b14cfb4 Olga Brani
body {
6980 0b14cfb4 Olga Brani
  padding-top: 110px;
6981 0b14cfb4 Olga Brani
}
6982 0b14cfb4 Olga Brani
6983 0b14cfb4 Olga Brani
/* line 279, ../sass/_common.scss */
6984 0b14cfb4 Olga Brani
.body-wrapper {
6985 0b14cfb4 Olga Brani
  min-height: 100%;
6986 0b14cfb4 Olga Brani
}
6987 0b14cfb4 Olga Brani
6988 0b14cfb4 Olga Brani
/* line 283, ../sass/_common.scss */
6989 0b14cfb4 Olga Brani
.main {
6990 0b14cfb4 Olga Brani
  padding: 0 0.625em;
6991 0b14cfb4 Olga Brani
}
6992 0b14cfb4 Olga Brani
6993 0b14cfb4 Olga Brani
/* Header ----------------------------------------------- */
6994 0b14cfb4 Olga Brani
/* line 289, ../sass/_common.scss */
6995 0b14cfb4 Olga Brani
.header {
6996 0b14cfb4 Olga Brani
  position: fixed;
6997 0b14cfb4 Olga Brani
  top: 0;
6998 0b14cfb4 Olga Brani
  left: 0;
6999 0b14cfb4 Olga Brani
  right: 0;
7000 0b14cfb4 Olga Brani
  width: 100%;
7001 0b14cfb4 Olga Brani
  height: 80px;
7002 0b14cfb4 Olga Brani
  line-height: 80px;
7003 0b14cfb4 Olga Brani
  padding: 0 15px;
7004 0b14cfb4 Olga Brani
  background: white;
7005 0b14cfb4 Olga Brani
  z-index: 100;
7006 0b14cfb4 Olga Brani
}
7007 0b14cfb4 Olga Brani
/* line 300, ../sass/_common.scss */
7008 0b14cfb4 Olga Brani
.header .icons-nav {
7009 0b14cfb4 Olga Brani
  position: absolute;
7010 0b14cfb4 Olga Brani
  left: 15px;
7011 0b14cfb4 Olga Brani
  height: 80px;
7012 0b14cfb4 Olga Brani
  line-height: 80px;
7013 0b14cfb4 Olga Brani
  top: 0;
7014 0b14cfb4 Olga Brani
}
7015 0b14cfb4 Olga Brani
/* line 306, ../sass/_common.scss */
7016 0b14cfb4 Olga Brani
.header .icons-nav li {
7017 0b14cfb4 Olga Brani
  line-height: 80px;
7018 0b14cfb4 Olga Brani
}
7019 0b14cfb4 Olga Brani
/* line 310, ../sass/_common.scss */
7020 0b14cfb4 Olga Brani
.header .logo {
7021 0b14cfb4 Olga Brani
  text-align: center;
7022 0b14cfb4 Olga Brani
}
7023 0b14cfb4 Olga Brani
/* line 312, ../sass/_common.scss */
7024 0b14cfb4 Olga Brani
.header .logo a {
7025 0b14cfb4 Olga Brani
  position: relative;
7026 0b14cfb4 Olga Brani
}
7027 0b14cfb4 Olga Brani
/* line 316, ../sass/_common.scss */
7028 0b14cfb4 Olga Brani
.header .logo img {
7029 0b14cfb4 Olga Brani
  height: 40px;
7030 0b14cfb4 Olga Brani
}
7031 0b14cfb4 Olga Brani
/* line 319, ../sass/_common.scss */
7032 0b14cfb4 Olga Brani
.header .logo h2 {
7033 0b14cfb4 Olga Brani
  display: none;
7034 0b14cfb4 Olga Brani
  margin: 0;
7035 0b14cfb4 Olga Brani
  font-size: 1em;
7036 0b14cfb4 Olga Brani
  color: #919194;
7037 0b14cfb4 Olga Brani
  font-weight: normal;
7038 0b14cfb4 Olga Brani
}
7039 0b14cfb4 Olga Brani
/* line 327, ../sass/_common.scss */
7040 0b14cfb4 Olga Brani
.header .login {
7041 0b14cfb4 Olga Brani
  position: absolute;
7042 0b14cfb4 Olga Brani
  top: 25px;
7043 0b14cfb4 Olga Brani
  right: 15px;
7044 0b14cfb4 Olga Brani
}
7045 0b14cfb4 Olga Brani
/* line 332, ../sass/_common.scss */
7046 0b14cfb4 Olga Brani
.header .login .wrap {
7047 0b14cfb4 Olga Brani
  border: 1px solid #1e1e1e;
7048 0b14cfb4 Olga Brani
  background: white;
7049 0b14cfb4 Olga Brani
  font-size: 0.75em;
7050 0b14cfb4 Olga Brani
  padding: 12px 30px;
7051 0b14cfb4 Olga Brani
  line-height: 100%;
7052 0b14cfb4 Olga Brani
}
7053 0b14cfb4 Olga Brani
/* line 339, ../sass/_common.scss */
7054 0b14cfb4 Olga Brani
.header .login .wrap ul {
7055 0b14cfb4 Olga Brani
  padding: 0;
7056 0b14cfb4 Olga Brani
  margin: 0;
7057 0b14cfb4 Olga Brani
  list-style: none outside none;
7058 0b14cfb4 Olga Brani
  display: none;
7059 0b14cfb4 Olga Brani
}
7060 0b14cfb4 Olga Brani
/* line 344, ../sass/_common.scss */
7061 0b14cfb4 Olga Brani
.header .login .wrap ul li {
7062 0b14cfb4 Olga Brani
  list-style: none outside none;
7063 0b14cfb4 Olga Brani
  padding: 0;
7064 0b14cfb4 Olga Brani
  padding-top: 12px;
7065 0b14cfb4 Olga Brani
}
7066 0b14cfb4 Olga Brani
7067 0b14cfb4 Olga Brani
/* Actions Bar ----------------------------------------------- */
7068 0b14cfb4 Olga Brani
/* line 357, ../sass/_common.scss */
7069 0b14cfb4 Olga Brani
.actions-bar {
7070 0b14cfb4 Olga Brani
  position: fixed;
7071 0b14cfb4 Olga Brani
  left: 0;
7072 0b14cfb4 Olga Brani
  top: 80px;
7073 0b14cfb4 Olga Brani
  width: 100%;
7074 0b14cfb4 Olga Brani
  z-index: 15;
7075 0b14cfb4 Olga Brani
  text-align: center;
7076 0b14cfb4 Olga Brani
  height: 30px;
7077 0b14cfb4 Olga Brani
  line-height: 30px;
7078 0b14cfb4 Olga Brani
  background-color: #ebebec;
7079 0b14cfb4 Olga Brani
}
7080 0b14cfb4 Olga Brani
/* line 367, ../sass/_common.scss */
7081 0b14cfb4 Olga Brani
.actions-bar h2 {
7082 0b14cfb4 Olga Brani
  float: left;
7083 0b14cfb4 Olga Brani
  margin: 0 0 0 15px;
7084 0b14cfb4 Olga Brani
  font-size: 0.75em;
7085 0b14cfb4 Olga Brani
  line-height: 30px;
7086 0b14cfb4 Olga Brani
  font-weight: normal;
7087 0b14cfb4 Olga Brani
}
7088 0b14cfb4 Olga Brani
/* line 374, ../sass/_common.scss */
7089 0b14cfb4 Olga Brani
.actions-bar h2 a:after {
7090 0b14cfb4 Olga Brani
  content: " >";
7091 0b14cfb4 Olga Brani
}
7092 0b14cfb4 Olga Brani
/* line 379, ../sass/_common.scss */
7093 0b14cfb4 Olga Brani
.actions-bar .filter-menu {
7094 0b14cfb4 Olga Brani
  float: right;
7095 0b14cfb4 Olga Brani
  position: relative;
7096 0b14cfb4 Olga Brani
}
7097 0b14cfb4 Olga Brani
/* line 382, ../sass/_common.scss */
7098 0b14cfb4 Olga Brani
.actions-bar .filter-menu .filter {
7099 0b14cfb4 Olga Brani
  padding: 0 10px;
7100 0b14cfb4 Olga Brani
  font-size: 0.75em;
7101 0b14cfb4 Olga Brani
  position: relative;
7102 0b14cfb4 Olga Brani
  top: -2px;
7103 0b14cfb4 Olga Brani
}
7104 0b14cfb4 Olga Brani
/* line 388, ../sass/_common.scss */
7105 0b14cfb4 Olga Brani
.actions-bar .filter-menu .options {
7106 0b14cfb4 Olga Brani
  display: none;
7107 0b14cfb4 Olga Brani
  position: absolute;
7108 0b14cfb4 Olga Brani
  right: 0;
7109 0b14cfb4 Olga Brani
  top: 30px;
7110 0b14cfb4 Olga Brani
  width: 120px;
7111 0b14cfb4 Olga Brani
  list-style-type: none;
7112 0b14cfb4 Olga Brani
  padding: 10px 15px 15px;
7113 0b14cfb4 Olga Brani
  text-align: left;
7114 0b14cfb4 Olga Brani
  margin: 0;
7115 0b14cfb4 Olga Brani
}
7116 0b14cfb4 Olga Brani
/* line 400, ../sass/_common.scss */
7117 0b14cfb4 Olga Brani
.actions-bar .filter-menu.current .options {
7118 0b14cfb4 Olga Brani
  background-color: #ababad;
7119 0b14cfb4 Olga Brani
  display: inline-block;
7120 0b14cfb4 Olga Brani
}
7121 0b14cfb4 Olga Brani
/* line 403, ../sass/_common.scss */
7122 0b14cfb4 Olga Brani
.actions-bar .filter-menu.current .options a {
7123 0b14cfb4 Olga Brani
  color: white;
7124 0b14cfb4 Olga Brani
}
7125 0b14cfb4 Olga Brani
/* line 412, ../sass/_common.scss */
7126 0b14cfb4 Olga Brani
.actions-bar .row {
7127 0b14cfb4 Olga Brani
  position: relative;
7128 0b14cfb4 Olga Brani
  height: 30px;
7129 0b14cfb4 Olga Brani
}
7130 0b14cfb4 Olga Brani
/* line 417, ../sass/_common.scss */
7131 0b14cfb4 Olga Brani
.actions-bar .hd-search {
7132 0b14cfb4 Olga Brani
  width: 24px;
7133 0b14cfb4 Olga Brani
  overflow: hidden;
7134 0b14cfb4 Olga Brani
  position: relative;
7135 0b14cfb4 Olga Brani
  float: right;
7136 0b14cfb4 Olga Brani
  height: 30px;
7137 0b14cfb4 Olga Brani
  margin-right: -6px;
7138 0b14cfb4 Olga Brani
  -webkit-transition: width 0.3s linear;
7139 0b14cfb4 Olga Brani
  -moz-transition: width 0.3s linear;
7140 0b14cfb4 Olga Brani
  -ms-transition: width 0.3s linear;
7141 0b14cfb4 Olga Brani
  -o-transition: width 0.3s linear;
7142 0b14cfb4 Olga Brani
  transition: width 0.3s linear;
7143 0b14cfb4 Olga Brani
  -webkit-backface-visibility: hidden;
7144 0b14cfb4 Olga Brani
}
7145 0b14cfb4 Olga Brani
/* line 427, ../sass/_common.scss */
7146 0b14cfb4 Olga Brani
.actions-bar .hd-search .hd-icon-search {
7147 0b14cfb4 Olga Brani
  display: block;
7148 0b14cfb4 Olga Brani
  width: 30px;
7149 0b14cfb4 Olga Brani
  height: 30px;
7150 0b14cfb4 Olga Brani
  line-height: 30px;
7151 0b14cfb4 Olga Brani
  float: right;
7152 0b14cfb4 Olga Brani
  color: #485057;
7153 0b14cfb4 Olga Brani
  z-index: 1;
7154 0b14cfb4 Olga Brani
  position: relative;
7155 0b14cfb4 Olga Brani
  background: #ebebec;
7156 0b14cfb4 Olga Brani
}
7157 0b14cfb4 Olga Brani
/* line 434, ../sass/_common.scss */
7158 0b14cfb4 Olga Brani
.actions-bar .hd-search .hd-icon-search:hover {
7159 0b14cfb4 Olga Brani
  color: #30c79e;
7160 0b14cfb4 Olga Brani
  cursor: pointer;
7161 0b14cfb4 Olga Brani
}
7162 0b14cfb4 Olga Brani
/* line 442, ../sass/_common.scss */
7163 0b14cfb4 Olga Brani
.actions-bar .hd-search .hd-search-input {
7164 0b14cfb4 Olga Brani
  border: transparent;
7165 0b14cfb4 Olga Brani
  background-color: white;
7166 0b14cfb4 Olga Brani
  padding: 0 10px;
7167 0b14cfb4 Olga Brani
  width: 160px;
7168 0b14cfb4 Olga Brani
  font-size: 0.625em;
7169 0b14cfb4 Olga Brani
  box-shadow: none;
7170 0b14cfb4 Olga Brani
  height: 21px;
7171 0b14cfb4 Olga Brani
  line-height: 21px;
7172 0b14cfb4 Olga Brani
  position: absolute;
7173 0b14cfb4 Olga Brani
  top: 4px;
7174 0b14cfb4 Olga Brani
  left: 0;
7175 0b14cfb4 Olga Brani
}
7176 0b14cfb4 Olga Brani
/* line 455, ../sass/_common.scss */
7177 0b14cfb4 Olga Brani
.actions-bar .hd-search.hd-open {
7178 0b14cfb4 Olga Brani
  width: 190px;
7179 0b14cfb4 Olga Brani
}
7180 0b14cfb4 Olga Brani
/* line 459, ../sass/_common.scss */
7181 0b14cfb4 Olga Brani
.actions-bar .rt-actions {
7182 0b14cfb4 Olga Brani
  float: right;
7183 0b14cfb4 Olga Brani
  margin-right: 15px;
7184 0b14cfb4 Olga Brani
}
7185 0b14cfb4 Olga Brani
/* line 462, ../sass/_common.scss */
7186 0b14cfb4 Olga Brani
.actions-bar .rt-actions .current, .actions-bar .rt-actions a:hover {
7187 0b14cfb4 Olga Brani
  color: #30c79e;
7188 0b14cfb4 Olga Brani
}
7189 0b14cfb4 Olga Brani
/* line 466, ../sass/_common.scss */
7190 0b14cfb4 Olga Brani
.actions-bar .rt-actions a span {
7191 0b14cfb4 Olga Brani
  font-size: 1.25em;
7192 0b14cfb4 Olga Brani
}
7193 0b14cfb4 Olga Brani
/* line 470, ../sass/_common.scss */
7194 0b14cfb4 Olga Brani
.actions-bar .rt-actions .single {
7195 0b14cfb4 Olga Brani
  width: 14px;
7196 0b14cfb4 Olga Brani
  height: 14px;
7197 0b14cfb4 Olga Brani
  background-color: #485057;
7198 0b14cfb4 Olga Brani
  display: inline-block;
7199 0b14cfb4 Olga Brani
}
7200 0b14cfb4 Olga Brani
/* line 473, ../sass/_common.scss */
7201 0b14cfb4 Olga Brani
.actions-bar .rt-actions .single.current, .actions-bar .rt-actions .single:hover {
7202 0b14cfb4 Olga Brani
  background-color: #30c79e;
7203 0b14cfb4 Olga Brani
}
7204 0b14cfb4 Olga Brani
7205 0b14cfb4 Olga Brani
/* line 483, ../sass/_common.scss */
7206 0b14cfb4 Olga Brani
.no-vm .actions-bar .rt-actions, .no-vm .actions-bar .hd-search, .no-vm .actions-bar .filter {
7207 0b14cfb4 Olga Brani
  display: none;
7208 0b14cfb4 Olga Brani
}
7209 0b14cfb4 Olga Brani
7210 0b14cfb4 Olga Brani
/* Icons Navigation ----------------------------------------------- */
7211 0b14cfb4 Olga Brani
/* line 491, ../sass/_common.scss */
7212 0b14cfb4 Olga Brani
.icons-nav {
7213 0b14cfb4 Olga Brani
  margin: 0;
7214 0b14cfb4 Olga Brani
  padding: 0;
7215 0b14cfb4 Olga Brani
}
7216 0b14cfb4 Olga Brani
/* line 493, ../sass/_common.scss */
7217 0b14cfb4 Olga Brani
.icons-nav li {
7218 0b14cfb4 Olga Brani
  display: inline-block;
7219 0b14cfb4 Olga Brani
  margin-right: 10px;
7220 0b14cfb4 Olga Brani
  font-size: 1.625em;
7221 0b14cfb4 Olga Brani
  line-height: 1em;
7222 0b14cfb4 Olga Brani
}
7223 0b14cfb4 Olga Brani
7224 0b14cfb4 Olga Brani
/* Top info  ----------------------------------------------- */
7225 0b14cfb4 Olga Brani
/* line 506, ../sass/_common.scss */
7226 0b14cfb4 Olga Brani
.top-info {
7227 0b14cfb4 Olga Brani
  padding: 50px 100px;
7228 0b14cfb4 Olga Brani
  position: relative;
7229 0b14cfb4 Olga Brani
  z-index: 10;
7230 0b14cfb4 Olga Brani
  display: none;
7231 0b14cfb4 Olga Brani
}
7232 0b14cfb4 Olga Brani
/* line 511, ../sass/_common.scss */
7233 0b14cfb4 Olga Brani
.top-info .close {
7234 0b14cfb4 Olga Brani
  position: absolute;
7235 0b14cfb4 Olga Brani
  right: 15px;
7236 0b14cfb4 Olga Brani
  top: 50px;
7237 0b14cfb4 Olga Brani
  background: url("../images/info-close.png") no-repeat center center;
7238 0b14cfb4 Olga Brani
  width: 31px;
7239 0b14cfb4 Olga Brani
  height: 30px;
7240 0b14cfb4 Olga Brani
  display: inline-block;
7241 0b14cfb4 Olga Brani
  text-indent: -2000px;
7242 0b14cfb4 Olga Brani
  overflow: hidden;
7243 0b14cfb4 Olga Brani
}
7244 0b14cfb4 Olga Brani
7245 0b14cfb4 Olga Brani
/* line 520, ../sass/_common.scss */
7246 0b14cfb4 Olga Brani
.info.error {
7247 0b14cfb4 Olga Brani
  background: #ff4040;
7248 0b14cfb4 Olga Brani
  color: #fff;
7249 0b14cfb4 Olga Brani
}
7250 0b14cfb4 Olga Brani
7251 0b14cfb4 Olga Brani
/* line 526, ../sass/_common.scss */
7252 0b14cfb4 Olga Brani
.info.alert {
7253 0b14cfb4 Olga Brani
  background: #30c79e;
7254 0b14cfb4 Olga Brani
  color: #fff;
7255 0b14cfb4 Olga Brani
}
7256 0b14cfb4 Olga Brani
7257 0b14cfb4 Olga Brani
/* line 531, ../sass/_common.scss */
7258 0b14cfb4 Olga Brani
.info.warning {
7259 0b14cfb4 Olga Brani
  background: #919194;
7260 0b14cfb4 Olga Brani
  color: #fff;
7261 0b14cfb4 Olga Brani
}
7262 0b14cfb4 Olga Brani
7263 0b14cfb4 Olga Brani
/* line 536, ../sass/_common.scss */
7264 0b14cfb4 Olga Brani
.info.success {
7265 0b14cfb4 Olga Brani
  background: #00a551;
7266 0b14cfb4 Olga Brani
  color: #fff;
7267 0b14cfb4 Olga Brani
}
7268 0b14cfb4 Olga Brani
7269 0b14cfb4 Olga Brani
/* line 541, ../sass/_common.scss */
7270 0b14cfb4 Olga Brani
.border-bottom-style1 {
7271 0b14cfb4 Olga Brani
  padding-bottom: 20px;
7272 0b14cfb4 Olga Brani
  margin-bottom: 20px;
7273 0b14cfb4 Olga Brani
  border-bottom: 1px dashed #919194;
7274 0b14cfb4 Olga Brani
}
7275 0b14cfb4 Olga Brani
7276 0b14cfb4 Olga Brani
/* Progress Bar ----------------------------------------------- */
7277 0b14cfb4 Olga Brani
/* line 550, ../sass/_common.scss */
7278 0b14cfb4 Olga Brani
.progress-bar {
7279 0b14cfb4 Olga Brani
  position: fixed;
7280 0b14cfb4 Olga Brani
  bottom: 0;
7281 0b14cfb4 Olga Brani
  left: 0;
7282 0b14cfb4 Olga Brani
  border-top: 1px solid #30c79e;
7283 0b14cfb4 Olga Brani
  width: 100%;
7284 0b14cfb4 Olga Brani
  background: #fff;
7285 0b14cfb4 Olga Brani
  padding: 20px 0 20px 310px;
7286 0b14cfb4 Olga Brani
  color: #919194;
7287 0b14cfb4 Olga Brani
}
7288 0b14cfb4 Olga Brani
/* line 559, ../sass/_common.scss */
7289 0b14cfb4 Olga Brani
.progress-bar span.counter {
7290 0b14cfb4 Olga Brani
  display: inline-block;
7291 0b14cfb4 Olga Brani
  margin-right: 20px;
7292 0b14cfb4 Olga Brani
  float: left;
7293 0b14cfb4 Olga Brani
}
7294 0b14cfb4 Olga Brani
/* line 564, ../sass/_common.scss */
7295 0b14cfb4 Olga Brani
.progress-bar div.progress-wrap {
7296 0b14cfb4 Olga Brani
  display: inline-block;
7297 0b14cfb4 Olga Brani
  float: left;
7298 0b14cfb4 Olga Brani
  width: 40%;
7299 0b14cfb4 Olga Brani
  margin-right: 60px;
7300 0b14cfb4 Olga Brani
}
7301 0b14cfb4 Olga Brani
/* line 569, ../sass/_common.scss */
7302 0b14cfb4 Olga Brani
.progress-bar div.progress-wrap .progress {
7303 0b14cfb4 Olga Brani
  position: relative;
7304 0b14cfb4 Olga Brani
  top: 2px;
7305 0b14cfb4 Olga Brani
}
7306 0b14cfb4 Olga Brani
/* line 574, ../sass/_common.scss */
7307 0b14cfb4 Olga Brani
.progress-bar span.more {
7308 0b14cfb4 Olga Brani
  display: inline-block;
7309 0b14cfb4 Olga Brani
}
7310 0b14cfb4 Olga Brani
7311 0b14cfb4 Olga Brani
/* Responive ------------------------------------------------ */
7312 0b14cfb4 Olga Brani
@media only screen and (max-width: 768px) {
7313 0b14cfb4 Olga Brani
  /* line 585, ../sass/_common.scss */
7314 0b14cfb4 Olga Brani
  body {
7315 0b14cfb4 Olga Brani
    padding-top: 0;
7316 0b14cfb4 Olga Brani
  }
7317 0b14cfb4 Olga Brani
7318 0b14cfb4 Olga Brani
  /* line 588, ../sass/_common.scss */
7319 0b14cfb4 Olga Brani
  .header, .actions-bar {
7320 0b14cfb4 Olga Brani
    position: static;
7321 0b14cfb4 Olga Brani
    z-index: auto;
7322 0b14cfb4 Olga Brani
  }
7323 0b14cfb4 Olga Brani
7324 0b14cfb4 Olga Brani
  /* line 592, ../sass/_common.scss */
7325 0b14cfb4 Olga Brani
  .actions-bar {
7326 0b14cfb4 Olga Brani
    top: 160px;
7327 0b14cfb4 Olga Brani
  }
7328 0b14cfb4 Olga Brani
7329 0b14cfb4 Olga Brani
  /* line 595, ../sass/_common.scss */
7330 0b14cfb4 Olga Brani
  .header {
7331 0b14cfb4 Olga Brani
    height: 120px;
7332 0b14cfb4 Olga Brani
    line-height: 50px;
7333 0b14cfb4 Olga Brani
  }
7334 0b14cfb4 Olga Brani
  /* line 598, ../sass/_common.scss */
7335 0b14cfb4 Olga Brani
  .header .icons-nav {
7336 0b14cfb4 Olga Brani
    position: static;
7337 0b14cfb4 Olga Brani
  }
7338 0b14cfb4 Olga Brani
}
7339 0b14cfb4 Olga Brani
/* Scroll Bar  -------------------------------------------- */
7340 0b14cfb4 Olga Brani
/* line 606, ../sass/_common.scss */
7341 0b14cfb4 Olga Brani
body .jspVerticalBar {
7342 0b14cfb4 Olga Brani
  background-color: transparent;
7343 0b14cfb4 Olga Brani
  width: 14px;
7344 0b14cfb4 Olga Brani
  padding: 1px;
7345 0b14cfb4 Olga Brani
  border-left: 1px solid #c2bebe;
7346 0b14cfb4 Olga Brani
  border-right: 1px solid #c2bebe;
7347 0b14cfb4 Olga Brani
}
7348 0b14cfb4 Olga Brani
/* line 612, ../sass/_common.scss */
7349 0b14cfb4 Olga Brani
body .jspVerticalBar .jspTrack {
7350 0b14cfb4 Olga Brani
  background-color: #e6e5e5;
7351 0b14cfb4 Olga Brani
}
7352 0b14cfb4 Olga Brani
/* line 614, ../sass/_common.scss */
7353 0b14cfb4 Olga Brani
body .jspVerticalBar .jspTrack .jspDrag {
7354 0b14cfb4 Olga Brani
  -webkit-border-radius: 5px;
7355 0b14cfb4 Olga Brani
  -moz-border-radius: 5px;
7356 0b14cfb4 Olga Brani
  border-radius: 5px;
7357 0b14cfb4 Olga Brani
  background-color: #c2bebe;
7358 0b14cfb4 Olga Brani
}
7359 0b14cfb4 Olga Brani
/* line 621, ../sass/_common.scss */
7360 0b14cfb4 Olga Brani
body .jspVerticalBar .jspArrow {
7361 0b14cfb4 Olga Brani
  background-color: transparent;
7362 0b14cfb4 Olga Brani
  background: url("../images/arrows.png") no-repeat center center;
7363 0b14cfb4 Olga Brani
  width: 14px;
7364 0b14cfb4 Olga Brani
  height: 14px;
7365 0b14cfb4 Olga Brani
  display: inline-block;
7366 0b14cfb4 Olga Brani
  text-indent: -2000px;
7367 0b14cfb4 Olga Brani
  overflow: hidden;
7368 0b14cfb4 Olga Brani
  overflow: hidden;
7369 0b14cfb4 Olga Brani
}
7370 0b14cfb4 Olga Brani
/* line 625, ../sass/_common.scss */
7371 0b14cfb4 Olga Brani
body .jspVerticalBar .jspArrow.jspArrowDown {
7372 0b14cfb4 Olga Brani
  background-position: -18px;
7373 0b14cfb4 Olga Brani
}
7374 0b14cfb4 Olga Brani
/* line 629, ../sass/_common.scss */
7375 0b14cfb4 Olga Brani
body .jspVerticalBar .jspArrow.jspArrowUp {
7376 0b14cfb4 Olga Brani
  background-position: 0px;
7377 0b14cfb4 Olga Brani
}
7378 0b14cfb4 Olga Brani
7379 0b14cfb4 Olga Brani
/* List view for VMs, networks  */
7380 0b14cfb4 Olga Brani
/* line 3, ../sass/_items-list.scss */
7381 0b14cfb4 Olga Brani
.entities {
7382 0b14cfb4 Olga Brani
  position: relative;
7383 0b14cfb4 Olga Brani
}
7384 0b14cfb4 Olga Brani
7385 0b14cfb4 Olga Brani
/* line 8, ../sass/_items-list.scss */
7386 0b14cfb4 Olga Brani
.items-list > li {
7387 0b14cfb4 Olga Brani
  text-align: center;
7388 0b14cfb4 Olga Brani
  position: relative;
7389 0b14cfb4 Olga Brani
  list-style: none;
7390 0b14cfb4 Olga Brani
  background: url(../images/dashed-bg-corner.png) no-repeat right bottom;
7391 0b14cfb4 Olga Brani
  height: 215px;
7392 0b14cfb4 Olga Brani
}
7393 0b14cfb4 Olga Brani
/* line 14, ../sass/_items-list.scss */
7394 0b14cfb4 Olga Brani
.items-list > li .status {
7395 0b14cfb4 Olga Brani
  font-size: 0.75em;
7396 0b14cfb4 Olga Brani
  line-height: 140%;
7397 0b14cfb4 Olga Brani
}
7398 0b14cfb4 Olga Brani
/* line 17, ../sass/_items-list.scss */
7399 0b14cfb4 Olga Brani
.items-list > li .status span {
7400 0b14cfb4 Olga Brani
  display: block;
7401 0b14cfb4 Olga Brani
}
7402 0b14cfb4 Olga Brani
/* line 21, ../sass/_items-list.scss */
7403 0b14cfb4 Olga Brani
.items-list > li .more {
7404 0b14cfb4 Olga Brani
  display: none;
7405 0b14cfb4 Olga Brani
  background: #fff;
7406 0b14cfb4 Olga Brani
  left: -10px;
7407 0b14cfb4 Olga Brani
  top: -10px;
7408 0b14cfb4 Olga Brani
  z-index: 101;
7409 0b14cfb4 Olga Brani
  position: absolute;
7410 0b14cfb4 Olga Brani
  *zoom: 1;
7411 0b14cfb4 Olga Brani
  -moz-box-shadow: 0 0 10px #cccccc;
7412 0b14cfb4 Olga Brani
  -webkit-box-shadow: 0 0 10px #cccccc;
7413 0b14cfb4 Olga Brani
  box-shadow: 0 0 10px #cccccc;
7414 0b14cfb4 Olga Brani
}
7415 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7416 0b14cfb4 Olga Brani
.items-list > li .more:before, .items-list > li .more:after {
7417 0b14cfb4 Olga Brani
  content: " ";
7418 0b14cfb4 Olga Brani
  display: table;
7419 0b14cfb4 Olga Brani
}
7420 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7421 0b14cfb4 Olga Brani
.items-list > li .more:after {
7422 0b14cfb4 Olga Brani
  clear: both;
7423 0b14cfb4 Olga Brani
}
7424 0b14cfb4 Olga Brani
/* line 31, ../sass/_items-list.scss */
7425 0b14cfb4 Olga Brani
.items-list > li .more .col {
7426 0b14cfb4 Olga Brani
  width: 50%;
7427 0b14cfb4 Olga Brani
  float: left;
7428 0b14cfb4 Olga Brani
  font-size: 0.875em;
7429 0b14cfb4 Olga Brani
  height: 200px;
7430 0b14cfb4 Olga Brani
}
7431 0b14cfb4 Olga Brani
/* line 36, ../sass/_items-list.scss */
7432 0b14cfb4 Olga Brani
.items-list > li .more .col ul {
7433 0b14cfb4 Olga Brani
  margin: 0;
7434 0b14cfb4 Olga Brani
  padding: 0;
7435 0b14cfb4 Olga Brani
  list-style: none outside none;
7436 0b14cfb4 Olga Brani
}
7437 0b14cfb4 Olga Brani
/* line 40, ../sass/_items-list.scss */
7438 0b14cfb4 Olga Brani
.items-list > li .more .col ul li {
7439 0b14cfb4 Olga Brani
  padding: 0;
7440 0b14cfb4 Olga Brani
  text-align: left;
7441 0b14cfb4 Olga Brani
  padding: 5px 5px 5px 30px;
7442 0b14cfb4 Olga Brani
}
7443 0b14cfb4 Olga Brani
/* line 44, ../sass/_items-list.scss */
7444 0b14cfb4 Olga Brani
.items-list > li .more .col ul li a {
7445 0b14cfb4 Olga Brani
  display: block;
7446 0b14cfb4 Olga Brani
  width: 100%;
7447 0b14cfb4 Olga Brani
}
7448 0b14cfb4 Olga Brani
/* line 51, ../sass/_items-list.scss */
7449 0b14cfb4 Olga Brani
.items-list > li .more .col.lt ul {
7450 0b14cfb4 Olga Brani
  padding-top: 10px;
7451 0b14cfb4 Olga Brani
}
7452 0b14cfb4 Olga Brani
/* line 57, ../sass/_items-list.scss */
7453 0b14cfb4 Olga Brani
.items-list > li .more .col.rt ul li {
7454 0b14cfb4 Olga Brani
  height: 100px;
7455 0b14cfb4 Olga Brani
  padding: 0 30px 0 0;
7456 0b14cfb4 Olga Brani
  text-align: right;
7457 0b14cfb4 Olga Brani
}
7458 0b14cfb4 Olga Brani
/* line 61, ../sass/_items-list.scss */
7459 0b14cfb4 Olga Brani
.items-list > li .more .col.rt ul li a {
7460 0b14cfb4 Olga Brani
  height: 100%;
7461 0b14cfb4 Olga Brani
  line-height: 100px;
7462 0b14cfb4 Olga Brani
}
7463 0b14cfb4 Olga Brani
/* line 64, ../sass/_items-list.scss */
7464 0b14cfb4 Olga Brani
.items-list > li .more .col.rt ul li a span {
7465 0b14cfb4 Olga Brani
  margin-right: 8px;
7466 0b14cfb4 Olga Brani
  position: relative;
7467 0b14cfb4 Olga Brani
  top: 1px;
7468 0b14cfb4 Olga Brani
}
7469 0b14cfb4 Olga Brani
/* line 74, ../sass/_items-list.scss */
7470 0b14cfb4 Olga Brani
.items-list > li .more .name {
7471 0b14cfb4 Olga Brani
  background: url(../images/dashed_atom-x.png) repeat-x center top;
7472 0b14cfb4 Olga Brani
  padding: 10px;
7473 0b14cfb4 Olga Brani
  font-size: 0.625em;
7474 0b14cfb4 Olga Brani
}
7475 0b14cfb4 Olga Brani
/* line 80, ../sass/_items-list.scss */
7476 0b14cfb4 Olga Brani
.items-list > li h4 {
7477 0b14cfb4 Olga Brani
  font-size: 0.75em;
7478 0b14cfb4 Olga Brani
  margin-bottom: 4px;
7479 0b14cfb4 Olga Brani
  height: 32px;
7480 0b14cfb4 Olga Brani
  font-weight: normal;
7481 0b14cfb4 Olga Brani
}
7482 0b14cfb4 Olga Brani
/* line 87, ../sass/_items-list.scss */
7483 0b14cfb4 Olga Brani
.items-list > li.add-new {
7484 0b14cfb4 Olga Brani
  background-color: #30c79e;
7485 0b14cfb4 Olga Brani
  -webkit-transition: background-color 300ms linear;
7486 0b14cfb4 Olga Brani
  -moz-transition: background-color 300ms linear;
7487 0b14cfb4 Olga Brani
  -ms-transition: background-color 300ms linear;
7488 0b14cfb4 Olga Brani
  -o-transition: background-color 300ms linear;
7489 0b14cfb4 Olga Brani
  transition: background-color 300ms linear;
7490 0b14cfb4 Olga Brani
}
7491 0b14cfb4 Olga Brani
/* line 92, ../sass/_items-list.scss */
7492 0b14cfb4 Olga Brani
.items-list > li.add-new .container .img-wrap span.snf-font {
7493 0b14cfb4 Olga Brani
  color: white;
7494 0b14cfb4 Olga Brani
}
7495 0b14cfb4 Olga Brani
/* line 95, ../sass/_items-list.scss */
7496 0b14cfb4 Olga Brani
.items-list > li.add-new .container .img-wrap .symbol {
7497 0b14cfb4 Olga Brani
  background-image: none;
7498 0b14cfb4 Olga Brani
  color: #30c79e;
7499 0b14cfb4 Olga Brani
  font-size: 30px;
7500 0b14cfb4 Olga Brani
  text-indent: 0;
7501 0b14cfb4 Olga Brani
}
7502 0b14cfb4 Olga Brani
/* line 102, ../sass/_items-list.scss */
7503 0b14cfb4 Olga Brani
.items-list > li.add-new .container h4 {
7504 0b14cfb4 Olga Brani
  color: white;
7505 0b14cfb4 Olga Brani
}
7506 0b14cfb4 Olga Brani
/* line 106, ../sass/_items-list.scss */
7507 0b14cfb4 Olga Brani
.items-list > li.add-new:hover {
7508 0b14cfb4 Olga Brani
  background-color: #485057;
7509 0b14cfb4 Olga Brani
  -webkit-transition: background-color 300ms linear;
7510 0b14cfb4 Olga Brani
  -moz-transition: background-color 300ms linear;
7511 0b14cfb4 Olga Brani
  -ms-transition: background-color 300ms linear;
7512 0b14cfb4 Olga Brani
  -o-transition: background-color 300ms linear;
7513 0b14cfb4 Olga Brani
  transition: background-color 300ms linear;
7514 0b14cfb4 Olga Brani
  cursor: pointer;
7515 0b14cfb4 Olga Brani
}
7516 0b14cfb4 Olga Brani
/* line 112, ../sass/_items-list.scss */
7517 0b14cfb4 Olga Brani
.items-list > li.add-new:hover .container .img-wrap .symbol {
7518 0b14cfb4 Olga Brani
  color: #485057;
7519 0b14cfb4 Olga Brani
}
7520 0b14cfb4 Olga Brani
7521 0b14cfb4 Olga Brani
/* line 123, ../sass/_items-list.scss */
7522 0b14cfb4 Olga Brani
.grid-view .lt-bar {
7523 0b14cfb4 Olga Brani
  display: none;
7524 0b14cfb4 Olga Brani
}
7525 0b14cfb4 Olga Brani
/* line 126, ../sass/_items-list.scss */
7526 0b14cfb4 Olga Brani
.grid-view .items-list {
7527 0b14cfb4 Olga Brani
  display: block;
7528 0b14cfb4 Olga Brani
  padding: 0;
7529 0b14cfb4 Olga Brani
  margin: 0 0;
7530 0b14cfb4 Olga Brani
  *zoom: 1;
7531 0b14cfb4 Olga Brani
  padding-left: 1px;
7532 0b14cfb4 Olga Brani
  background: url(../images/dashed_atom.png) repeat-y left center;
7533 0b14cfb4 Olga Brani
}
7534 0b14cfb4 Olga Brani
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7535 0b14cfb4 Olga Brani
.grid-view .items-list:before, .grid-view .items-list:after {
7536 0b14cfb4 Olga Brani
  content: " ";
7537 0b14cfb4 Olga Brani
  display: table;
7538 0b14cfb4 Olga Brani
}
7539 0b14cfb4 Olga Brani
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7540 0b14cfb4 Olga Brani
.grid-view .items-list:after {
7541 0b14cfb4 Olga Brani
  clear: both;
7542 0b14cfb4 Olga Brani
}
7543 0b14cfb4 Olga Brani
/* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7544 0b14cfb4 Olga Brani
.grid-view .items-list > li {
7545 0b14cfb4 Olga Brani
  display: inline;
7546 0b14cfb4 Olga Brani
  height: auto;
7547 0b14cfb4 Olga Brani
  float: left;
7548 0b14cfb4 Olga Brani
  padding: 0 0 0;
7549 0b14cfb4 Olga Brani
}
7550 0b14cfb4 Olga Brani
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7551 0b14cfb4 Olga Brani
.grid-view .items-list > li {
7552 0b14cfb4 Olga Brani
  width: 50%;
7553 0b14cfb4 Olga Brani
  padding: 0 0 0;
7554 0b14cfb4 Olga Brani
}
7555 0b14cfb4 Olga Brani
/* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7556 0b14cfb4 Olga Brani
.grid-view .items-list > li:nth-of-type(n) {
7557 0b14cfb4 Olga Brani
  clear: none;
7558 0b14cfb4 Olga Brani
}
7559 0b14cfb4 Olga Brani
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7560 0b14cfb4 Olga Brani
.grid-view .items-list > li:nth-of-type(2n+1) {
7561 0b14cfb4 Olga Brani
  clear: both;
7562 0b14cfb4 Olga Brani
}
7563 0b14cfb4 Olga Brani
@media only screen and (min-width: 768px) {
7564 0b14cfb4 Olga Brani
  /* line 126, ../sass/_items-list.scss */
7565 0b14cfb4 Olga Brani
  .grid-view .items-list {
7566 0b14cfb4 Olga Brani
    display: block;
7567 0b14cfb4 Olga Brani
    padding: 0;
7568 0b14cfb4 Olga Brani
    margin: 0 0;
7569 0b14cfb4 Olga Brani
    *zoom: 1;
7570 0b14cfb4 Olga Brani
    padding-left: 1px;
7571 0b14cfb4 Olga Brani
  }
7572 0b14cfb4 Olga Brani
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7573 0b14cfb4 Olga Brani
  .grid-view .items-list:before, .grid-view .items-list:after {
7574 0b14cfb4 Olga Brani
    content: " ";
7575 0b14cfb4 Olga Brani
    display: table;
7576 0b14cfb4 Olga Brani
  }
7577 0b14cfb4 Olga Brani
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7578 0b14cfb4 Olga Brani
  .grid-view .items-list:after {
7579 0b14cfb4 Olga Brani
    clear: both;
7580 0b14cfb4 Olga Brani
  }
7581 0b14cfb4 Olga Brani
  /* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7582 0b14cfb4 Olga Brani
  .grid-view .items-list > li {
7583 0b14cfb4 Olga Brani
    display: inline;
7584 0b14cfb4 Olga Brani
    height: auto;
7585 0b14cfb4 Olga Brani
    float: left;
7586 0b14cfb4 Olga Brani
    padding: 0 0 0;
7587 0b14cfb4 Olga Brani
  }
7588 0b14cfb4 Olga Brani
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7589 0b14cfb4 Olga Brani
  .grid-view .items-list > li {
7590 0b14cfb4 Olga Brani
    width: 25%;
7591 0b14cfb4 Olga Brani
    padding: 0 0 0;
7592 0b14cfb4 Olga Brani
  }
7593 0b14cfb4 Olga Brani
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7594 0b14cfb4 Olga Brani
  .grid-view .items-list > li:nth-of-type(n) {
7595 0b14cfb4 Olga Brani
    clear: none;
7596 0b14cfb4 Olga Brani
  }
7597 0b14cfb4 Olga Brani
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7598 0b14cfb4 Olga Brani
  .grid-view .items-list > li:nth-of-type(4n+1) {
7599 0b14cfb4 Olga Brani
    clear: both;
7600 0b14cfb4 Olga Brani
  }
7601 0b14cfb4 Olga Brani
}
7602 0b14cfb4 Olga Brani
/* line 135, ../sass/_items-list.scss */
7603 0b14cfb4 Olga Brani
.grid-view .items-list > li {
7604 0b14cfb4 Olga Brani
  height: 215px;
7605 0b14cfb4 Olga Brani
}
7606 0b14cfb4 Olga Brani
/* line 137, ../sass/_items-list.scss */
7607 0b14cfb4 Olga Brani
.grid-view .items-list > li .check, .grid-view .items-list > li .info, .grid-view .items-list > li .actions {
7608 0b14cfb4 Olga Brani
  display: none;
7609 0b14cfb4 Olga Brani
}
7610 0b14cfb4 Olga Brani
/* line 140, ../sass/_items-list.scss */
7611 0b14cfb4 Olga Brani
.grid-view .items-list > li .img-wrap {
7612 0b14cfb4 Olga Brani
  margin-bottom: 6px;
7613 0b14cfb4 Olga Brani
  height: 3.75em;
7614 0b14cfb4 Olga Brani
}
7615 0b14cfb4 Olga Brani
/* line 143, ../sass/_items-list.scss */
7616 0b14cfb4 Olga Brani
.grid-view .items-list > li .img-wrap .snf-font {
7617 0b14cfb4 Olga Brani
  font-size: 3.75em;
7618 0b14cfb4 Olga Brani
}
7619 0b14cfb4 Olga Brani
/* line 148, ../sass/_items-list.scss */
7620 0b14cfb4 Olga Brani
.grid-view .items-list > li .container {
7621 0b14cfb4 Olga Brani
  height: 160px;
7622 0b14cfb4 Olga Brani
  margin: 40px 20px 20px;
7623 0b14cfb4 Olga Brani
  position: relative;
7624 0b14cfb4 Olga Brani
  line-height: 120%;
7625 0b14cfb4 Olga Brani
}
7626 0b14cfb4 Olga Brani
/* line 153, ../sass/_items-list.scss */
7627 0b14cfb4 Olga Brani
.grid-view .items-list > li .container .tags {
7628 0b14cfb4 Olga Brani
  width: 100%;
7629 0b14cfb4 Olga Brani
  min-height: 12px;
7630 0b14cfb4 Olga Brani
  position: absolute;
7631 0b14cfb4 Olga Brani
  bottom: 12px;
7632 0b14cfb4 Olga Brani
}
7633 0b14cfb4 Olga Brani
7634 0b14cfb4 Olga Brani
/* line 164, ../sass/_items-list.scss */
7635 0b14cfb4 Olga Brani
.list-view .btn5, .list-view .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .list-view a, .list-view .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .list-view a, .list-view #volume-wizard .step .volume_options > li .options-bar .options li a, #volume-wizard .step .volume_options > li .options-bar .options li .list-view a {
7636 0b14cfb4 Olga Brani
  display: none;
7637 0b14cfb4 Olga Brani
}
7638 0b14cfb4 Olga Brani
/* line 167, ../sass/_items-list.scss */
7639 0b14cfb4 Olga Brani
.list-view .lt-bar {
7640 0b14cfb4 Olga Brani
  position: fixed;
7641 0b14cfb4 Olga Brani
  width: 150px;
7642 0b14cfb4 Olga Brani
  left: 50%;
7643 0b14cfb4 Olga Brani
  top: 110px;
7644 0b14cfb4 Olga Brani
  padding: 8px 10px;
7645 0b14cfb4 Olga Brani
  margin-left: -30.625em;
7646 0b14cfb4 Olga Brani
  -moz-box-shadow: 3px -2px 8px #cccccc;
7647 0b14cfb4 Olga Brani
  -webkit-box-shadow: 3px -2px 8px #cccccc;
7648 0b14cfb4 Olga Brani
  box-shadow: 3px -2px 8px #cccccc;
7649 0b14cfb4 Olga Brani
  background: white;
7650 0b14cfb4 Olga Brani
  z-index: 3;
7651 0b14cfb4 Olga Brani
}
7652 0b14cfb4 Olga Brani
/* line 169, ../sass/_items-list.scss */
7653 0b14cfb4 Olga Brani
.list-view .lt-bar ul {
7654 0b14cfb4 Olga Brani
  list-style: none outside none;
7655 0b14cfb4 Olga Brani
  font-size: 0.75em;
7656 0b14cfb4 Olga Brani
}
7657 0b14cfb4 Olga Brani
/* line 172, ../sass/_items-list.scss */
7658 0b14cfb4 Olga Brani
.list-view .lt-bar ul li {
7659 0b14cfb4 Olga Brani
  list-style: none outside none;
7660 0b14cfb4 Olga Brani
  padding: 12px 0;
7661 0b14cfb4 Olga Brani
}
7662 0b14cfb4 Olga Brani
/* line 176, ../sass/_items-list.scss */
7663 0b14cfb4 Olga Brani
.list-view .lt-bar ul li.select span {
7664 0b14cfb4 Olga Brani
  font-size: 16px;
7665 0b14cfb4 Olga Brani
  margin-right: 5px;
7666 0b14cfb4 Olga Brani
  position: relative;
7667 0b14cfb4 Olga Brani
  top: 2px;
7668 0b14cfb4 Olga Brani
}
7669 0b14cfb4 Olga Brani
/* line 182, ../sass/_items-list.scss */
7670 0b14cfb4 Olga Brani
.list-view .lt-bar ul li.select em {
7671 0b14cfb4 Olga Brani
  display: none;
7672 0b14cfb4 Olga Brani
  font-style: normal;
7673 0b14cfb4 Olga Brani
}
7674 0b14cfb4 Olga Brani
/* line 186, ../sass/_items-list.scss */
7675 0b14cfb4 Olga Brani
.list-view .lt-bar ul li.select:hover {
7676 0b14cfb4 Olga Brani
  color: #30c79e;
7677 0b14cfb4 Olga Brani
  cursor: pointer;
7678 0b14cfb4 Olga Brani
}
7679 0b14cfb4 Olga Brani
/* line 194, ../sass/_items-list.scss */
7680 0b14cfb4 Olga Brani
.list-view .lt-bar ul.lt-actions li a {
7681 0b14cfb4 Olga Brani
  color: #919194;
7682 0b14cfb4 Olga Brani
}
7683 0b14cfb4 Olga Brani
/* line 196, ../sass/_items-list.scss */
7684 0b14cfb4 Olga Brani
.list-view .lt-bar ul.lt-actions li a:hover {
7685 0b14cfb4 Olga Brani
  color: #919194;
7686 0b14cfb4 Olga Brani
  cursor: default;
7687 0b14cfb4 Olga Brani
}
7688 0b14cfb4 Olga Brani
/* line 200, ../sass/_items-list.scss */
7689 0b14cfb4 Olga Brani
.list-view .lt-bar ul.lt-actions li a.active {
7690 0b14cfb4 Olga Brani
  color: #485057;
7691 0b14cfb4 Olga Brani
}
7692 0b14cfb4 Olga Brani
/* line 202, ../sass/_items-list.scss */
7693 0b14cfb4 Olga Brani
.list-view .lt-bar ul.lt-actions li a.active:hover {
7694 0b14cfb4 Olga Brani
  color: #30c79e;
7695 0b14cfb4 Olga Brani
  cursor: pointer;
7696 0b14cfb4 Olga Brani
}
7697 0b14cfb4 Olga Brani
/* line 212, ../sass/_items-list.scss */
7698 0b14cfb4 Olga Brani
.list-view .items-list {
7699 0b14cfb4 Olga Brani
  overflow: hidden;
7700 0b14cfb4 Olga Brani
}
7701 0b14cfb4 Olga Brani
/* line 219, ../sass/_items-list.scss */
7702 0b14cfb4 Olga Brani
.list-view .items-list > li {
7703 0b14cfb4 Olga Brani
  height: auto;
7704 0b14cfb4 Olga Brani
  width: 100%;
7705 0b14cfb4 Olga Brani
  padding: 15px 15px 15px 150px;
7706 0b14cfb4 Olga Brani
  background-image: none;
7707 0b14cfb4 Olga Brani
}
7708 0b14cfb4 Olga Brani
/* line 225, ../sass/_items-list.scss */
7709 0b14cfb4 Olga Brani
.list-view .items-list > li:hover {
7710 0b14cfb4 Olga Brani
  background-color: #dfdfdf;
7711 0b14cfb4 Olga Brani
}
7712 0b14cfb4 Olga Brani
/* line 228, ../sass/_items-list.scss */
7713 0b14cfb4 Olga Brani
.list-view .items-list > li .check {
7714 0b14cfb4 Olga Brani
  width: 60px;
7715 0b14cfb4 Olga Brani
  height: 34px;
7716 0b14cfb4 Olga Brani
  line-height: 34px;
7717 0b14cfb4 Olga Brani
  text-align: center;
7718 0b14cfb4 Olga Brani
  float: left;
7719 0b14cfb4 Olga Brani
}
7720 0b14cfb4 Olga Brani
/* line 234, ../sass/_items-list.scss */
7721 0b14cfb4 Olga Brani
.list-view .items-list > li .check:hover {
7722 0b14cfb4 Olga Brani
  cursor: pointer;
7723 0b14cfb4 Olga Brani
  color: #30c79e;
7724 0b14cfb4 Olga Brani
}
7725 0b14cfb4 Olga Brani
/* line 239, ../sass/_items-list.scss */
7726 0b14cfb4 Olga Brani
.list-view .items-list > li .img-wrap {
7727 0b14cfb4 Olga Brani
  width: 70px;
7728 0b14cfb4 Olga Brani
  float: left;
7729 0b14cfb4 Olga Brani
  text-align: center;
7730 0b14cfb4 Olga Brani
  height: 34px;
7731 0b14cfb4 Olga Brani
  top: -6px;
7732 0b14cfb4 Olga Brani
}
7733 0b14cfb4 Olga Brani
/* line 245, ../sass/_items-list.scss */
7734 0b14cfb4 Olga Brani
.list-view .items-list > li .img-wrap .os {
7735 0b14cfb4 Olga Brani
  background: url("../images/os-unknown.png") no-repeat center center;
7736 0b14cfb4 Olga Brani
  width: 14px;
7737 0b14cfb4 Olga Brani
  height: 14px;
7738 0b14cfb4 Olga Brani
  display: inline-block;
7739 0b14cfb4 Olga Brani
  text-indent: -2000px;
7740 0b14cfb4 Olga Brani
  overflow: hidden;
7741 0b14cfb4 Olga Brani
  background-size: 100%;
7742 0b14cfb4 Olga Brani
  position: absolute;
7743 0b14cfb4 Olga Brani
  display: block;
7744 0b14cfb4 Olga Brani
  text-align: center;
7745 0b14cfb4 Olga Brani
  left: 50%;
7746 0b14cfb4 Olga Brani
  margin-left: -7px;
7747 0b14cfb4 Olga Brani
  top: 6px;
7748 0b14cfb4 Olga Brani
}
7749 0b14cfb4 Olga Brani
/* line 256, ../sass/_items-list.scss */
7750 0b14cfb4 Olga Brani
.list-view .items-list > li .img-wrap .snf-font {
7751 0b14cfb4 Olga Brani
  font-size: 34px;
7752 0b14cfb4 Olga Brani
  line-height: 120%;
7753 0b14cfb4 Olga Brani
}
7754 0b14cfb4 Olga Brani
/* line 261, ../sass/_items-list.scss */
7755 0b14cfb4 Olga Brani
.list-view .items-list > li h4 {
7756 0b14cfb4 Olga Brani
  width: 40%;
7757 0b14cfb4 Olga Brani
  overflow: hidden;
7758 0b14cfb4 Olga Brani
  float: left;
7759 0b14cfb4 Olga Brani
  text-align: left;
7760 0b14cfb4 Olga Brani
  height: 20px;
7761 0b14cfb4 Olga Brani
  margin: 0;
7762 0b14cfb4 Olga Brani
}
7763 0b14cfb4 Olga Brani
/* line 269, ../sass/_items-list.scss */
7764 0b14cfb4 Olga Brani
.list-view .items-list > li .tags {
7765 0b14cfb4 Olga Brani
  float: left;
7766 0b14cfb4 Olga Brani
  width: 8%;
7767 0b14cfb4 Olga Brani
  height: 34px;
7768 0b14cfb4 Olga Brani
  line-height: 34px;
7769 0b14cfb4 Olga Brani
}
7770 0b14cfb4 Olga Brani
/* line 274, ../sass/_items-list.scss */
7771 0b14cfb4 Olga Brani
.list-view .items-list > li .tags a {
7772 0b14cfb4 Olga Brani
  vertical-align: text-top;
7773 0b14cfb4 Olga Brani
}
7774 0b14cfb4 Olga Brani
/* line 278, ../sass/_items-list.scss */
7775 0b14cfb4 Olga Brani
.list-view .items-list > li .size {
7776 0b14cfb4 Olga Brani
  float: left;
7777 0b14cfb4 Olga Brani
  width: 8%;
7778 0b14cfb4 Olga Brani
  height: 34px;
7779 0b14cfb4 Olga Brani
  line-height: 34px;
7780 0b14cfb4 Olga Brani
  font-size: 0.75em;
7781 0b14cfb4 Olga Brani
}
7782 0b14cfb4 Olga Brani
/* line 285, ../sass/_items-list.scss */
7783 0b14cfb4 Olga Brani
.list-view .items-list > li .status {
7784 0b14cfb4 Olga Brani
  position: absolute;
7785 0b14cfb4 Olga Brani
  left: 280px;
7786 0b14cfb4 Olga Brani
  text-align: left;
7787 0b14cfb4 Olga Brani
  top: 30px;
7788 0b14cfb4 Olga Brani
  width: 40%;
7789 0b14cfb4 Olga Brani
}
7790 0b14cfb4 Olga Brani
/* line 291, ../sass/_items-list.scss */
7791 0b14cfb4 Olga Brani
.list-view .items-list > li .status span {
7792 0b14cfb4 Olga Brani
  display: inline;
7793 0b14cfb4 Olga Brani
}
7794 0b14cfb4 Olga Brani
/* line 295, ../sass/_items-list.scss */
7795 0b14cfb4 Olga Brani
.list-view .items-list > li .info {
7796 0b14cfb4 Olga Brani
  float: left;
7797 0b14cfb4 Olga Brani
  width: 25%;
7798 0b14cfb4 Olga Brani
  height: 34px;
7799 0b14cfb4 Olga Brani
  line-height: 34px;
7800 0b14cfb4 Olga Brani
  font-size: 0.75em;
7801 0b14cfb4 Olga Brani
}
7802 0b14cfb4 Olga Brani
/* line 302, ../sass/_items-list.scss */
7803 0b14cfb4 Olga Brani
.list-view .items-list > li .actions {
7804 0b14cfb4 Olga Brani
  float: left;
7805 0b14cfb4 Olga Brani
  height: 34px;
7806 0b14cfb4 Olga Brani
  line-height: 34px;
7807 0b14cfb4 Olga Brani
  position: relative;
7808 0b14cfb4 Olga Brani
  top: -4px;
7809 0b14cfb4 Olga Brani
  margin: 0 10px;
7810 0b14cfb4 Olga Brani
}
7811 0b14cfb4 Olga Brani
/* line 310, ../sass/_items-list.scss */
7812 0b14cfb4 Olga Brani
.list-view .items-list > li .actions a:first-child {
7813 0b14cfb4 Olga Brani
  margin-right: 5px;
7814 0b14cfb4 Olga Brani
}
7815 0b14cfb4 Olga Brani
/* line 315, ../sass/_items-list.scss */
7816 0b14cfb4 Olga Brani
.list-view .items-list > li .actions-col {
7817 0b14cfb4 Olga Brani
  visibility: hidden;
7818 0b14cfb4 Olga Brani
  height: 34px;
7819 0b14cfb4 Olga Brani
  line-height: 34px;
7820 0b14cfb4 Olga Brani
  text-align: left;
7821 0b14cfb4 Olga Brani
}
7822 0b14cfb4 Olga Brani
/* line 320, ../sass/_items-list.scss */
7823 0b14cfb4 Olga Brani
.list-view .items-list > li .actions-col a {
7824 0b14cfb4 Olga Brani
  margin-right: 10px;
7825 0b14cfb4 Olga Brani
}
7826 0b14cfb4 Olga Brani
/* line 325, ../sass/_items-list.scss */
7827 0b14cfb4 Olga Brani
.list-view .items-list > li.add-new:hover {
7828 0b14cfb4 Olga Brani
  background: #485057;
7829 0b14cfb4 Olga Brani
}
7830 0b14cfb4 Olga Brani
/* line 328, ../sass/_items-list.scss */
7831 0b14cfb4 Olga Brani
.list-view .items-list > li.add-new .check {
7832 0b14cfb4 Olga Brani
  visibility: hidden;
7833 0b14cfb4 Olga Brani
}
7834 0b14cfb4 Olga Brani
/* line 331, ../sass/_items-list.scss */
7835 0b14cfb4 Olga Brani
.list-view .items-list > li.add-new h4 {
7836 0b14cfb4 Olga Brani
  margin: 0;
7837 0b14cfb4 Olga Brani
}
7838 0b14cfb4 Olga Brani
/* line 337, ../sass/_items-list.scss */
7839 0b14cfb4 Olga Brani
.list-view .items-list > li.add-new .img-wrap .symbol {
7840 0b14cfb4 Olga Brani
  font-size: 24px;
7841 0b14cfb4 Olga Brani
}
7842 0b14cfb4 Olga Brani
/* line 344, ../sass/_items-list.scss */
7843 0b14cfb4 Olga Brani
.list-view .items-list > li.building .img-wrap .incomplete {
7844 0b14cfb4 Olga Brani
  width: 34px;
7845 0b14cfb4 Olga Brani
  margin: 0 auto;
7846 0b14cfb4 Olga Brani
}
7847 0b14cfb4 Olga Brani
/* line 348, ../sass/_items-list.scss */
7848 0b14cfb4 Olga Brani
.list-view .items-list > li.building .img-wrap .complete {
7849 0b14cfb4 Olga Brani
  top: -34px;
7850 0b14cfb4 Olga Brani
  margin: 0 auto;
7851 0b14cfb4 Olga Brani
}
7852 0b14cfb4 Olga Brani
7853 0b14cfb4 Olga Brani
/* line 360, ../sass/_items-list.scss */
7854 0b14cfb4 Olga Brani
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
7855 0b14cfb4 Olga Brani
  display: none;
7856 0b14cfb4 Olga Brani
}
7857 0b14cfb4 Olga Brani
/* line 363, ../sass/_items-list.scss */
7858 0b14cfb4 Olga Brani
.lt-bar .items-list > li {
7859 0b14cfb4 Olga Brani
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
7860 0b14cfb4 Olga Brani
  padding: 40px;
7861 0b14cfb4 Olga Brani
  height: auto;
7862 0b14cfb4 Olga Brani
}
7863 0b14cfb4 Olga Brani
/* line 367, ../sass/_items-list.scss */
7864 0b14cfb4 Olga Brani
.lt-bar .items-list > li:hover {
7865 0b14cfb4 Olga Brani
  background-color: #ebebec;
7866 0b14cfb4 Olga Brani
}
7867 0b14cfb4 Olga Brani
/* line 370, ../sass/_items-list.scss */
7868 0b14cfb4 Olga Brani
.lt-bar .items-list > li.add-new {
7869 0b14cfb4 Olga Brani
  background-color: #30c79e;
7870 0b14cfb4 Olga Brani
}
7871 0b14cfb4 Olga Brani
/* line 372, ../sass/_items-list.scss */
7872 0b14cfb4 Olga Brani
.lt-bar .items-list > li.add-new:hover {
7873 0b14cfb4 Olga Brani
  background-color: #485057;
7874 0b14cfb4 Olga Brani
}
7875 0b14cfb4 Olga Brani
/* line 377, ../sass/_items-list.scss */
7876 0b14cfb4 Olga Brani
.lt-bar .items-list .container {
7877 0b14cfb4 Olga Brani
  height: 160px;
7878 0b14cfb4 Olga Brani
  position: relative;
7879 0b14cfb4 Olga Brani
  line-height: 120%;
7880 0b14cfb4 Olga Brani
}
7881 0b14cfb4 Olga Brani
/* line 381, ../sass/_items-list.scss */
7882 0b14cfb4 Olga Brani
.lt-bar .items-list .container .tags {
7883 0b14cfb4 Olga Brani
  width: 100%;
7884 0b14cfb4 Olga Brani
  min-height: 12px;
7885 0b14cfb4 Olga Brani
  position: absolute;
7886 0b14cfb4 Olga Brani
  bottom: 12px;
7887 0b14cfb4 Olga Brani
}
7888 0b14cfb4 Olga Brani
7889 0b14cfb4 Olga Brani
/* img-wrap div ( colors & styles ) */
7890 0b14cfb4 Olga Brani
/* line 394, ../sass/_items-list.scss */
7891 0b14cfb4 Olga Brani
.img-wrap {
7892 0b14cfb4 Olga Brani
  width: 60px;
7893 0b14cfb4 Olga Brani
  position: relative;
7894 0b14cfb4 Olga Brani
  display: inline-block;
7895 0b14cfb4 Olga Brani
  line-height: 100%;
7896 0b14cfb4 Olga Brani
}
7897 0b14cfb4 Olga Brani
/* line 401, ../sass/_items-list.scss */
7898 0b14cfb4 Olga Brani
.img-wrap span:hover {
7899 0b14cfb4 Olga Brani
  cursor: pointer;
7900 0b14cfb4 Olga Brani
}
7901 0b14cfb4 Olga Brani
/* line 405, ../sass/_items-list.scss */
7902 0b14cfb4 Olga Brani
.img-wrap .os {
7903 0b14cfb4 Olga Brani
  background: url("../images/os-unknown.png") no-repeat center center;
7904 0b14cfb4 Olga Brani
  width: 22px;
7905 0b14cfb4 Olga Brani
  height: 22px;
7906 0b14cfb4 Olga Brani
  display: inline-block;
7907 0b14cfb4 Olga Brani
  text-indent: -2000px;
7908 0b14cfb4 Olga Brani
  overflow: hidden;
7909 0b14cfb4 Olga Brani
  position: absolute;
7910 0b14cfb4 Olga Brani
  top: 8px;
7911 0b14cfb4 Olga Brani
  left: 50%;
7912 0b14cfb4 Olga Brani
  margin-left: -11px;
7913 0b14cfb4 Olga Brani
}
7914 0b14cfb4 Olga Brani
/* line 411, ../sass/_items-list.scss */
7915 0b14cfb4 Olga Brani
.img-wrap .os.windows {
7916 0b14cfb4 Olga Brani
  background-image: url("../images/os-windows.png");
7917 0b14cfb4 Olga Brani
}
7918 0b14cfb4 Olga Brani
/* line 412, ../sass/_items-list.scss */
7919 0b14cfb4 Olga Brani
.img-wrap .os.kubuntu {
7920 0b14cfb4 Olga Brani
  background-image: url("../images/os-kubuntu.png");
7921 0b14cfb4 Olga Brani
}
7922 0b14cfb4 Olga Brani
/* line 413, ../sass/_items-list.scss */
7923 0b14cfb4 Olga Brani
.img-wrap .os.fedora {
7924 0b14cfb4 Olga Brani
  background-image: url("../images/os-fedora.png");
7925 0b14cfb4 Olga Brani
}
7926 0b14cfb4 Olga Brani
/* line 414, ../sass/_items-list.scss */
7927 0b14cfb4 Olga Brani
.img-wrap .os.symbol {
7928 0b14cfb4 Olga Brani
  position: relative;
7929 0b14cfb4 Olga Brani
  top: -50px;
7930 0b14cfb4 Olga Brani
  left: 0;
7931 0b14cfb4 Olga Brani
  margin-left: 0;
7932 0b14cfb4 Olga Brani
  width: auto;
7933 0b14cfb4 Olga Brani
  height: auto;
7934 0b14cfb4 Olga Brani
}
7935 0b14cfb4 Olga Brani
7936 0b14cfb4 Olga Brani
/* line 128, ../sass/_common.scss */
7937 0b14cfb4 Olga Brani
.running .img-wrap .snf-pc-full,
7938 0b14cfb4 Olga Brani
.running .img-wrap .snf-network-full, .running .img-wrap .snf-font {
7939 0b14cfb4 Olga Brani
  color: #30c79e;
7940 0b14cfb4 Olga Brani
}
7941 0b14cfb4 Olga Brani
/* line 132, ../sass/_common.scss */
7942 0b14cfb4 Olga Brani
.running .status {
7943 0b14cfb4 Olga Brani
  color: #30c79e;
7944 0b14cfb4 Olga Brani
}
7945 0b14cfb4 Olga Brani
7946 0b14cfb4 Olga Brani
/* line 128, ../sass/_common.scss */
7947 0b14cfb4 Olga Brani
.off .img-wrap .snf-pc-full,
7948 0b14cfb4 Olga Brani
.off .img-wrap .snf-network-full, .off .img-wrap .snf-font {
7949 0b14cfb4 Olga Brani
  color: #485057;
7950 0b14cfb4 Olga Brani
}
7951 0b14cfb4 Olga Brani
/* line 132, ../sass/_common.scss */
7952 0b14cfb4 Olga Brani
.off .status {
7953 0b14cfb4 Olga Brani
  color: #485057;
7954 0b14cfb4 Olga Brani
}
7955 0b14cfb4 Olga Brani
7956 0b14cfb4 Olga Brani
/* line 128, ../sass/_common.scss */
7957 0b14cfb4 Olga Brani
.error .img-wrap .snf-pc-full,
7958 0b14cfb4 Olga Brani
.error .img-wrap .snf-network-full, .error .img-wrap .snf-font {
7959 0b14cfb4 Olga Brani
  color: #ff4040;
7960 0b14cfb4 Olga Brani
}
7961 0b14cfb4 Olga Brani
/* line 132, ../sass/_common.scss */
7962 0b14cfb4 Olga Brani
.error .status {
7963 0b14cfb4 Olga Brani
  color: #ff4040;
7964 0b14cfb4 Olga Brani
}
7965 0b14cfb4 Olga Brani
7966 0b14cfb4 Olga Brani
/* line 128, ../sass/_common.scss */
7967 0b14cfb4 Olga Brani
.shutting .img-wrap .snf-pc-full,
7968 0b14cfb4 Olga Brani
.shutting .img-wrap .snf-network-full, .shutting .img-wrap .snf-font {
7969 0b14cfb4 Olga Brani
  color: #636a70;
7970 0b14cfb4 Olga Brani
}
7971 0b14cfb4 Olga Brani
/* line 132, ../sass/_common.scss */
7972 0b14cfb4 Olga Brani
.shutting .status {
7973 0b14cfb4 Olga Brani
  color: #636a70;
7974 0b14cfb4 Olga Brani
}
7975 0b14cfb4 Olga Brani
7976 0b14cfb4 Olga Brani
/* line 128, ../sass/_common.scss */
7977 0b14cfb4 Olga Brani
.starting .img-wrap .snf-pc-full,
7978 0b14cfb4 Olga Brani
.starting .img-wrap .snf-network-full, .starting .img-wrap .snf-font {
7979 0b14cfb4 Olga Brani
  color: #566db1;
7980 0b14cfb4 Olga Brani
}
7981 0b14cfb4 Olga Brani
/* line 132, ../sass/_common.scss */
7982 0b14cfb4 Olga Brani
.starting .status {
7983 0b14cfb4 Olga Brani
  color: #566db1;
7984 0b14cfb4 Olga Brani
}
7985 0b14cfb4 Olga Brani
7986 0b14cfb4 Olga Brani
/* line 128, ../sass/_common.scss */
7987 0b14cfb4 Olga Brani
.rebooting .img-wrap .snf-pc-full,
7988 0b14cfb4 Olga Brani
.rebooting .img-wrap .snf-network-full, .rebooting .img-wrap .snf-font {
7989 0b14cfb4 Olga Brani
  color: #ffc54a;
7990 0b14cfb4 Olga Brani
}
7991 0b14cfb4 Olga Brani
/* line 132, ../sass/_common.scss */
7992 0b14cfb4 Olga Brani
.rebooting .status {
7993 0b14cfb4 Olga Brani
  color: #ffc54a;
7994 0b14cfb4 Olga Brani
}
7995 0b14cfb4 Olga Brani
7996 0b14cfb4 Olga Brani
/* line 128, ../sass/_common.scss */
7997 0b14cfb4 Olga Brani
.building .img-wrap .snf-pc-full,
7998 0b14cfb4 Olga Brani
.building .img-wrap .snf-network-full, .building .img-wrap .snf-font {
7999 0b14cfb4 Olga Brani
  color: #30c79e;
8000 0b14cfb4 Olga Brani
}
8001 0b14cfb4 Olga Brani
/* line 132, ../sass/_common.scss */
8002 0b14cfb4 Olga Brani
.building .status {
8003 0b14cfb4 Olga Brani
  color: #30c79e;
8004 0b14cfb4 Olga Brani
}
8005 0b14cfb4 Olga Brani
8006 0b14cfb4 Olga Brani
/* line 451, ../sass/_items-list.scss */
8007 0b14cfb4 Olga Brani
.building .img-wrap .snf-pc-full {
8008 0b14cfb4 Olga Brani
  display: block;
8009 0b14cfb4 Olga Brani
}
8010 0b14cfb4 Olga Brani
/* line 455, ../sass/_items-list.scss */
8011 0b14cfb4 Olga Brani
.building .img-wrap .incomplete {
8012 0b14cfb4 Olga Brani
  color: #54d6b3;
8013 0b14cfb4 Olga Brani
  width: 60px;
8014 0b14cfb4 Olga Brani
}
8015 0b14cfb4 Olga Brani
/* line 459, ../sass/_items-list.scss */
8016 0b14cfb4 Olga Brani
.building .img-wrap .complete {
8017 0b14cfb4 Olga Brani
  width: 0%;
8018 0b14cfb4 Olga Brani
  position: absolute;
8019 0b14cfb4 Olga Brani
  top: 0;
8020 0b14cfb4 Olga Brani
  overflow: hidden;
8021 0b14cfb4 Olga Brani
}
8022 0b14cfb4 Olga Brani
8023 0b14cfb4 Olga Brani
/* line 3, ../sass/_details.scss */
8024 0b14cfb4 Olga Brani
.details {
8025 0b14cfb4 Olga Brani
  position: relative;
8026 0b14cfb4 Olga Brani
  border-left: 1px solid #ababad;
8027 0b14cfb4 Olga Brani
  border-right: 1px solid #ababad;
8028 0b14cfb4 Olga Brani
}
8029 0b14cfb4 Olga Brani
/* line 9, ../sass/_details.scss */
8030 0b14cfb4 Olga Brani
.details .lt {
8031 0b14cfb4 Olga Brani
  width: 290px;
8032 0b14cfb4 Olga Brani
  float: left;
8033 0b14cfb4 Olga Brani
  text-align: center;
8034 0b14cfb4 Olga Brani
  border-right: 1px solid #ababad;
8035 0b14cfb4 Olga Brani
  height: 160px;
8036 0b14cfb4 Olga Brani
  line-height: 160px;
8037 0b14cfb4 Olga Brani
}
8038 0b14cfb4 Olga Brani
/* line 17, ../sass/_details.scss */
8039 0b14cfb4 Olga Brani
.details .rt {
8040 0b14cfb4 Olga Brani
  overflow: hidden;
8041 0b14cfb4 Olga Brani
}
8042 0b14cfb4 Olga Brani
/* line 20, ../sass/_details.scss */
8043 0b14cfb4 Olga Brani
.details .top {
8044 0b14cfb4 Olga Brani
  border-bottom: 1px solid #ababad;
8045 0b14cfb4 Olga Brani
  position: relative;
8046 0b14cfb4 Olga Brani
  z-index: 1;
8047 0b14cfb4 Olga Brani
}
8048 0b14cfb4 Olga Brani
/* line 25, ../sass/_details.scss */
8049 0b14cfb4 Olga Brani
.details .top .img-wrap {
8050 0b14cfb4 Olga Brani
  position: relative;
8051 0b14cfb4 Olga Brani
  vertical-align: middle;
8052 0b14cfb4 Olga Brani
  width: auto;
8053 0b14cfb4 Olga Brani
  height: 90px;
8054 0b14cfb4 Olga Brani
}
8055 0b14cfb4 Olga Brani
/* line 31, ../sass/_details.scss */
8056 0b14cfb4 Olga Brani
.details .top .img-wrap .snf-pc-full,
8057 0b14cfb4 Olga Brani
.details .top .img-wrap .snf-network-full {
8058 0b14cfb4 Olga Brani
  font-size: 90px;
8059 0b14cfb4 Olga Brani
}
8060 0b14cfb4 Olga Brani
/* line 34, ../sass/_details.scss */
8061 0b14cfb4 Olga Brani
.details .top .img-wrap .os {
8062 0b14cfb4 Olga Brani
  background: url("../images/os-unknown.png") no-repeat center center;
8063 0b14cfb4 Olga Brani
  width: 30px;
8064 0b14cfb4 Olga Brani
  height: 30px;
8065 0b14cfb4 Olga Brani
  display: inline-block;
8066 0b14cfb4 Olga Brani
  text-indent: -2000px;
8067 0b14cfb4 Olga Brani
  overflow: hidden;
8068 0b14cfb4 Olga Brani
  position: absolute;
8069 0b14cfb4 Olga Brani
  background-size: 100%;
8070 0b14cfb4 Olga Brani
  left: 42px;
8071 0b14cfb4 Olga Brani
  top: 15px;
8072 0b14cfb4 Olga Brani
}
8073 0b14cfb4 Olga Brani
/* line 40, ../sass/_details.scss */
8074 0b14cfb4 Olga Brani
.details .top .img-wrap .os.windows {
8075 0b14cfb4 Olga Brani
  background-image: url("../images/os-windows.png");
8076 0b14cfb4 Olga Brani
}
8077 0b14cfb4 Olga Brani
/* line 41, ../sass/_details.scss */
8078 0b14cfb4 Olga Brani
.details .top .img-wrap .os.kubuntu {
8079 0b14cfb4 Olga Brani
  background-image: url("../images/os-kubuntu.png");
8080 0b14cfb4 Olga Brani
}
8081 0b14cfb4 Olga Brani
/* line 42, ../sass/_details.scss */
8082 0b14cfb4 Olga Brani
.details .top .img-wrap .os.fedora {
8083 0b14cfb4 Olga Brani
  background-image: url("../images/os-fedora.png");
8084 0b14cfb4 Olga Brani
}
8085 0b14cfb4 Olga Brani
/* line 45, ../sass/_details.scss */
8086 0b14cfb4 Olga Brani
.details .top .title {
8087 0b14cfb4 Olga Brani
  height: 64px;
8088 0b14cfb4 Olga Brani
  padding: 0 0 0 20px;
8089 0b14cfb4 Olga Brani
}
8090 0b14cfb4 Olga Brani
/* line 49, ../sass/_details.scss */
8091 0b14cfb4 Olga Brani
.details .top .actions, .details .top .tabs {
8092 0b14cfb4 Olga Brani
  border-top: 1px solid #ababad;
8093 0b14cfb4 Olga Brani
  height: 48px;
8094 0b14cfb4 Olga Brani
  line-height: 48px;
8095 0b14cfb4 Olga Brani
  padding: 0 0 0 20px;
8096 0b14cfb4 Olga Brani
}
8097 0b14cfb4 Olga Brani
/* line 55, ../sass/_details.scss */
8098 0b14cfb4 Olga Brani
.details .top .actions {
8099 0b14cfb4 Olga Brani
  font-size: 0.875em;
8100 0b14cfb4 Olga Brani
}
8101 0b14cfb4 Olga Brani
/* line 58, ../sass/_details.scss */
8102 0b14cfb4 Olga Brani
.details .top .tabs {
8103 0b14cfb4 Olga Brani
  font-size: 1.375em;
8104 0b14cfb4 Olga Brani
}
8105 0b14cfb4 Olga Brani
/* line 61, ../sass/_details.scss */
8106 0b14cfb4 Olga Brani
.details .top ul {
8107 0b14cfb4 Olga Brani
  list-style: none outside none;
8108 0b14cfb4 Olga Brani
  padding: 0;
8109 0b14cfb4 Olga Brani
  margin: 0;
8110 0b14cfb4 Olga Brani
}
8111 0b14cfb4 Olga Brani
/* line 65, ../sass/_details.scss */
8112 0b14cfb4 Olga Brani
.details .top ul li {
8113 0b14cfb4 Olga Brani
  display: inline-block;
8114 0b14cfb4 Olga Brani
  padding: 0 20px 0 0;
8115 0b14cfb4 Olga Brani
  margin: 0;
8116 0b14cfb4 Olga Brani
  line-height: 48px;
8117 0b14cfb4 Olga Brani
}
8118 0b14cfb4 Olga Brani
/* line 72, ../sass/_details.scss */
8119 0b14cfb4 Olga Brani
.details .top h1 {
8120 0b14cfb4 Olga Brani
  font-size: 1em;
8121 0b14cfb4 Olga Brani
  margin: 0;
8122 0b14cfb4 Olga Brani
  padding-top: 16px;
8123 0b14cfb4 Olga Brani
}
8124 0b14cfb4 Olga Brani
/* line 76, ../sass/_details.scss */
8125 0b14cfb4 Olga Brani
.details .top h1 span {
8126 0b14cfb4 Olga Brani
  font-size: 0.75em;
8127 0b14cfb4 Olga Brani
  display: block;
8128 0b14cfb4 Olga Brani
  font-weight: normal;
8129 0b14cfb4 Olga Brani
}
8130 0b14cfb4 Olga Brani
/* line 83, ../sass/_details.scss */
8131 0b14cfb4 Olga Brani
.details .info-simple {
8132 0b14cfb4 Olga Brani
  padding: 0 0 0 290px;
8133 0b14cfb4 Olga Brani
}
8134 0b14cfb4 Olga Brani
/* line 85, ../sass/_details.scss */
8135 0b14cfb4 Olga Brani
.details .info-simple .info-block {
8136 0b14cfb4 Olga Brani
  padding: 20px;
8137 0b14cfb4 Olga Brani
  background: url("../images/dashed_atom-x.png") repeat-x bottom;
8138 0b14cfb4 Olga Brani
}
8139 0b14cfb4 Olga Brani
/* line 88, ../sass/_details.scss */
8140 0b14cfb4 Olga Brani
.details .info-simple .info-block dl {
8141 0b14cfb4 Olga Brani
  margin-bottom: 0;
8142 0b14cfb4 Olga Brani
  font-size: 0.875em;
8143 0b14cfb4 Olga Brani
}
8144 0b14cfb4 Olga Brani
/* line 91, ../sass/_details.scss */
8145 0b14cfb4 Olga Brani
.details .info-simple .info-block dl dt {
8146 0b14cfb4 Olga Brani
  display: inline-block;
8147 0b14cfb4 Olga Brani
  width: 42%;
8148 0b14cfb4 Olga Brani
  vertical-align: top;
8149 0b14cfb4 Olga Brani
  font-weight: normal;
8150 0b14cfb4 Olga Brani
}
8151 0b14cfb4 Olga Brani
/* line 96, ../sass/_details.scss */
8152 0b14cfb4 Olga Brani
.details .info-simple .info-block dl dt .snf-font {
8153 0b14cfb4 Olga Brani
  width: 40px;
8154 0b14cfb4 Olga Brani
  display: inline-block;
8155 0b14cfb4 Olga Brani
  font-size: 1.5em;
8156 0b14cfb4 Olga Brani
  position: relative;
8157 0b14cfb4 Olga Brani
  bottom: -2px;
8158 0b14cfb4 Olga Brani
}
8159 0b14cfb4 Olga Brani
/* line 104, ../sass/_details.scss */
8160 0b14cfb4 Olga Brani
.details .info-simple .info-block dl dd {
8161 0b14cfb4 Olga Brani
  display: inline-block;
8162 0b14cfb4 Olga Brani
  width: 45%;
8163 0b14cfb4 Olga Brani
  margin-bottom: 1em;
8164 0b14cfb4 Olga Brani
}
8165 0b14cfb4 Olga Brani
/* line 110, ../sass/_details.scss */
8166 0b14cfb4 Olga Brani
.details .info-simple .info-block.tags {
8167 0b14cfb4 Olga Brani
  text-align: left;
8168 0b14cfb4 Olga Brani
}
8169 0b14cfb4 Olga Brani
/* line 112, ../sass/_details.scss */
8170 0b14cfb4 Olga Brani
.details .info-simple .info-block.tags .tag-data {
8171 0b14cfb4 Olga Brani
  min-width: 30%;
8172 0b14cfb4 Olga Brani
  display: inline-block;
8173 0b14cfb4 Olga Brani
  padding: 4px 0;
8174 0b14cfb4 Olga Brani
}
8175 0b14cfb4 Olga Brani
/* line 116, ../sass/_details.scss */
8176 0b14cfb4 Olga Brani
.details .info-simple .info-block.tags .tag-data .delete {
8177 0b14cfb4 Olga Brani
  margin-left: 10px;
8178 0b14cfb4 Olga Brani
  visibility: hidden;
8179 0b14cfb4 Olga Brani
}
8180 0b14cfb4 Olga Brani
/* line 121, ../sass/_details.scss */
8181 0b14cfb4 Olga Brani
.details .info-simple .info-block.tags .btns {
8182 0b14cfb4 Olga Brani
  margin-top: 77px;
8183 0b14cfb4 Olga Brani
  margin-bottom: 20px;
8184 0b14cfb4 Olga Brani
}
8185 0b14cfb4 Olga Brani
/* line 124, ../sass/_details.scss */
8186 0b14cfb4 Olga Brani
.details .info-simple .info-block.tags .btns *:first-child {
8187 0b14cfb4 Olga Brani
  margin-right: 15px;
8188 0b14cfb4 Olga Brani
}
8189 0b14cfb4 Olga Brani
/* line 128, ../sass/_details.scss */
8190 0b14cfb4 Olga Brani
.details .info-simple .info-block.tags .buttons {
8191 0b14cfb4 Olga Brani
  margin-top: 25px;
8192 0b14cfb4 Olga Brani
  margin-bottom: 25px;
8193 0b14cfb4 Olga Brani
}
8194 0b14cfb4 Olga Brani
/* line 132, ../sass/_details.scss */
8195 0b14cfb4 Olga Brani
.details .info-simple .info-block.tags h3 {
8196 0b14cfb4 Olga Brani
  margin: 0;
8197 0b14cfb4 Olga Brani
  font-size: 0.875em;
8198 0b14cfb4 Olga Brani
  font-weight: normal;
8199 0b14cfb4 Olga Brani
}
8200 0b14cfb4 Olga Brani
/* line 139, ../sass/_details.scss */
8201 0b14cfb4 Olga Brani
.details .info-simple .info-block.charts .graph_container {
8202 0b14cfb4 Olga Brani
  margin-bottom: 20px;
8203 0b14cfb4 Olga Brani
}
8204 0b14cfb4 Olga Brani
/* line 146, ../sass/_details.scss */
8205 0b14cfb4 Olga Brani
.details .content h2 {
8206 0b14cfb4 Olga Brani
  font-size: 1em;
8207 0b14cfb4 Olga Brani
  line-height: 1;
8208 0b14cfb4 Olga Brani
  margin-bottom: 40px;
8209 0b14cfb4 Olga Brani
}
8210 0b14cfb4 Olga Brani
/* line 152, ../sass/_details.scss */
8211 0b14cfb4 Olga Brani
.details .lt-bar {
8212 0b14cfb4 Olga Brani
  position: fixed;
8213 0b14cfb4 Olga Brani
  width: 290px;
8214 0b14cfb4 Olga Brani
  left: 50%;
8215 0b14cfb4 Olga Brani
  top: 110px;
8216 0b14cfb4 Olga Brani
  padding: 8px 10px;
8217 0b14cfb4 Olga Brani
  margin-left: -30.625em;
8218 0b14cfb4 Olga Brani
  -moz-box-shadow: 3px -2px 8px #cccccc;
8219 0b14cfb4 Olga Brani
  -webkit-box-shadow: 3px -2px 8px #cccccc;
8220 0b14cfb4 Olga Brani
  box-shadow: 3px -2px 8px #cccccc;
8221 0b14cfb4 Olga Brani
  background: white;
8222 0b14cfb4 Olga Brani
  z-index: 3;
8223 0b14cfb4 Olga Brani
  padding: 0;
8224 0b14cfb4 Olga Brani
  display: none;
8225 0b14cfb4 Olga Brani
}
8226 0b14cfb4 Olga Brani
/* line 158, ../sass/_details.scss */
8227 0b14cfb4 Olga Brani
.details .lt-bar .items-list .img-wrap .snf-font {
8228 0b14cfb4 Olga Brani
  font-size: 3.75em;
8229 0b14cfb4 Olga Brani
}
8230 0b14cfb4 Olga Brani
8231 0b14cfb4 Olga Brani
/* line 166, ../sass/_details.scss */
8232 0b14cfb4 Olga Brani
.scroll-wrap {
8233 0b14cfb4 Olga Brani
  position: relative;
8234 0b14cfb4 Olga Brani
}
8235 0b14cfb4 Olga Brani
8236 0b14cfb4 Olga Brani
/* line 171, ../sass/_details.scss */
8237 0b14cfb4 Olga Brani
.toggle-lt-bar {
8238 0b14cfb4 Olga Brani
  position: absolute;
8239 0b14cfb4 Olga Brani
  left: 0;
8240 0b14cfb4 Olga Brani
  top: 35px;
8241 0b14cfb4 Olga Brani
  background: #485057;
8242 0b14cfb4 Olga Brani
  z-index: 4;
8243 0b14cfb4 Olga Brani
  color: #fff;
8244 0b14cfb4 Olga Brani
  display: block;
8245 0b14cfb4 Olga Brani
  height: 100px;
8246 0b14cfb4 Olga Brani
  line-height: 85px;
8247 0b14cfb4 Olga Brani
  padding: 0 5px;
8248 0b14cfb4 Olga Brani
}
8249 0b14cfb4 Olga Brani
/* line 182, ../sass/_details.scss */
8250 0b14cfb4 Olga Brani
.toggle-lt-bar:hover {
8251 0b14cfb4 Olga Brani
  background: #30c79e;
8252 0b14cfb4 Olga Brani
  color: #fff;
8253 0b14cfb4 Olga Brani
}
8254 0b14cfb4 Olga Brani
/* line 186, ../sass/_details.scss */
8255 0b14cfb4 Olga Brani
.toggle-lt-bar.fix-position {
8256 0b14cfb4 Olga Brani
  position: fixed;
8257 0b14cfb4 Olga Brani
  top: 145px;
8258 0b14cfb4 Olga Brani
  left: 50%;
8259 0b14cfb4 Olga Brani
  margin-left: -30.625em;
8260 0b14cfb4 Olga Brani
}
8261 0b14cfb4 Olga Brani
8262 0b14cfb4 Olga Brani
/* line 196, ../sass/_details.scss */
8263 0b14cfb4 Olga Brani
.list-availables > span {
8264 0b14cfb4 Olga Brani
  margin-bottom: 1em;
8265 0b14cfb4 Olga Brani
  display: inline-block;
8266 0b14cfb4 Olga Brani
}
8267 0b14cfb4 Olga Brani
/* line 200, ../sass/_details.scss */
8268 0b14cfb4 Olga Brani
.list-availables ul {
8269 0b14cfb4 Olga Brani
  list-style-type: none;
8270 0b14cfb4 Olga Brani
}
8271 0b14cfb4 Olga Brani
/* line 202, ../sass/_details.scss */
8272 0b14cfb4 Olga Brani
.list-availables ul li {
8273 0b14cfb4 Olga Brani
  line-height: 2.5em;
8274 0b14cfb4 Olga Brani
}
8275 0b14cfb4 Olga Brani
/* line 204, ../sass/_details.scss */
8276 0b14cfb4 Olga Brani
.list-availables ul li span {
8277 0b14cfb4 Olga Brani
  display: inline-block;
8278 0b14cfb4 Olga Brani
}
8279 0b14cfb4 Olga Brani
/* line 206, ../sass/_details.scss */
8280 0b14cfb4 Olga Brani
.list-availables ul li span:not(:last-child), .list-availables ul li span span:not(:first-child) {
8281 0b14cfb4 Olga Brani
  margin-right: 20px;
8282 0b14cfb4 Olga Brani
}
8283 0b14cfb4 Olga Brani
/* line 209, ../sass/_details.scss */
8284 0b14cfb4 Olga Brani
.list-availables ul li span:first-child {
8285 0b14cfb4 Olga Brani
  margin-right: 30px;
8286 0b14cfb4 Olga Brani
}
8287 0b14cfb4 Olga Brani
/* line 212, ../sass/_details.scss */
8288 0b14cfb4 Olga Brani
.list-availables ul li span.snf-font {
8289 0b14cfb4 Olga Brani
  vertical-align: middle;
8290 0b14cfb4 Olga Brani
}
8291 0b14cfb4 Olga Brani
/* line 214, ../sass/_details.scss */
8292 0b14cfb4 Olga Brani
.list-availables ul li span.snf-font.snf-network-full, .list-availables ul li span.snf-font.snf-volume-full {
8293 0b14cfb4 Olga Brani
  font-size: 24px;
8294 0b14cfb4 Olga Brani
  color: #30c79e;
8295 0b14cfb4 Olga Brani
}
8296 0b14cfb4 Olga Brani
/* line 219, ../sass/_details.scss */
8297 0b14cfb4 Olga Brani
.list-availables ul li span.name {
8298 0b14cfb4 Olga Brani
  width: 50%;
8299 0b14cfb4 Olga Brani
}
8300 0b14cfb4 Olga Brani
8301 0b14cfb4 Olga Brani
/* line 228, ../sass/_details.scss */
8302 0b14cfb4 Olga Brani
.select-list {
8303 0b14cfb4 Olga Brani
  border: 0 !important;
8304 0b14cfb4 Olga Brani
  /*Removes border*/
8305 0b14cfb4 Olga Brani
  -webkit-appearance: none;
8306 0b14cfb4 Olga Brani
  /*Removes default chrome and safari style*/
8307 0b14cfb4 Olga Brani
  -moz-appearance: none;
8308 0b14cfb4 Olga Brani
  /*Removes default style Firefox*/
8309 0b14cfb4 Olga Brani
  background-color: transparent;
8310 0b14cfb4 Olga Brani
}
8311 0b14cfb4 Olga Brani
8312 0b14cfb4 Olga Brani
/* Table of Contents
8313 0b14cfb4 Olga Brani

8314 0b14cfb4 Olga Brani
- editable
8315 0b14cfb4 Olga Brani
- universal form styles
8316 0b14cfb4 Olga Brani
- vm wizard styles
8317 0b14cfb4 Olga Brani
*/
8318 0b14cfb4 Olga Brani
/* editable (used for changing info asychronously) ------------------ */
8319 0b14cfb4 Olga Brani
/* line 14, ../sass/_forms.scss */
8320 0b14cfb4 Olga Brani
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
8321 0b14cfb4 Olga Brani
  display: none;
8322 0b14cfb4 Olga Brani
}
8323 0b14cfb4 Olga Brani
/* line 16, ../sass/_forms.scss */
8324 0b14cfb4 Olga Brani
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
8325 0b14cfb4 Olga Brani
  font-size: 18px;
8326 0b14cfb4 Olga Brani
}
8327 0b14cfb4 Olga Brani
/* line 25, ../sass/_forms.scss */
8328 0b14cfb4 Olga Brani
.editable input[type="text"] {
8329 0b14cfb4 Olga Brani
  display: none;
8330 0b14cfb4 Olga Brani
}
8331 0b14cfb4 Olga Brani
8332 0b14cfb4 Olga Brani
/* universal form styles ------------------ */
8333 0b14cfb4 Olga Brani
/* line 33, ../sass/_forms.scss */
8334 0b14cfb4 Olga Brani
.input {
8335 0b14cfb4 Olga Brani
  display: inline-block;
8336 0b14cfb4 Olga Brani
  padding-left: 6px;
8337 0b14cfb4 Olga Brani
}
8338 0b14cfb4 Olga Brani
/* line 36, ../sass/_forms.scss */
8339 0b14cfb4 Olga Brani
.input input[type="text"] {
8340 0b14cfb4 Olga Brani
  width: 142px;
8341 0b14cfb4 Olga Brani
  padding: 0 12px 0 6px;
8342 0b14cfb4 Olga Brani
  border: 0 none;
8343 0b14cfb4 Olga Brani
  background-color: transparent;
8344 0b14cfb4 Olga Brani
  outline: 0;
8345 0b14cfb4 Olga Brani
  margin: 0;
8346 0b14cfb4 Olga Brani
  -moz-box-shadow: none;
8347 0b14cfb4 Olga Brani
  -webkit-box-shadow: none;
8348 0b14cfb4 Olga Brani
  box-shadow: none;
8349 0b14cfb4 Olga Brani
}
8350 0b14cfb4 Olga Brani
8351 0b14cfb4 Olga Brani
/* line 48, ../sass/_forms.scss */
8352 0b14cfb4 Olga Brani
.snf-color-picker {
8353 0b14cfb4 Olga Brani
  display: none;
8354 0b14cfb4 Olga Brani
}
8355 0b14cfb4 Olga Brani
/* line 50, ../sass/_forms.scss */
8356 0b14cfb4 Olga Brani
.snf-color-picker > form {
8357 0b14cfb4 Olga Brani
  height: 237px;
8358 0b14cfb4 Olga Brani
  width: 100%;
8359 0b14cfb4 Olga Brani
}
8360 0b14cfb4 Olga Brani
/* line 54, ../sass/_forms.scss */
8361 0b14cfb4 Olga Brani
.snf-color-picker #picker {
8362 0b14cfb4 Olga Brani
  position: relative;
8363 0b14cfb4 Olga Brani
  width: 207px;
8364 0b14cfb4 Olga Brani
  margin: 25px 5px 30px;
8365 0b14cfb4 Olga Brani
  display: inline-block;
8366 0b14cfb4 Olga Brani
}
8367 0b14cfb4 Olga Brani
/* line 61, ../sass/_forms.scss */
8368 0b14cfb4 Olga Brani
.snf-color-picker #color {
8369 0b14cfb4 Olga Brani
  margin: 0 15px 0 10px;
8370 0b14cfb4 Olga Brani
  position: static;
8371 0b14cfb4 Olga Brani
  vertical-align: text-bottom;
8372 0b14cfb4 Olga Brani
  border-color: transparent;
8373 0b14cfb4 Olga Brani
  color: transparent;
8374 0b14cfb4 Olga Brani
}
8375 0b14cfb4 Olga Brani
8376 0b14cfb4 Olga Brani
/* detailed view styles ------------------ */
8377 0b14cfb4 Olga Brani
/* line 73, ../sass/_forms.scss */
8378 0b14cfb4 Olga Brani
.details .input {
8379 0b14cfb4 Olga Brani
  background: url(../images/input-bg-lt-black.png) no-repeat left bottom;
8380 0b14cfb4 Olga Brani
}
8381 0b14cfb4 Olga Brani
/* line 75, ../sass/_forms.scss */
8382 0b14cfb4 Olga Brani
.details .input input[type="text"] {
8383 0b14cfb4 Olga Brani
  background: url(../images/input-bg-rt-black.png) no-repeat right bottom;
8384 0b14cfb4 Olga Brani
  color: #1e1e1e;
8385 0b14cfb4 Olga Brani
}
8386 0b14cfb4 Olga Brani
/* line 70, ../sass/_common.scss */
8387 0b14cfb4 Olga Brani
.details .input input[type="text"].placeholder {
8388 0b14cfb4 Olga Brani
  color: #919194;
8389 0b14cfb4 Olga Brani
}
8390 0b14cfb4 Olga Brani
/* line 71, ../sass/_common.scss */
8391 0b14cfb4 Olga Brani
.details .input input[type="text"]:-moz-placeholder {
8392 0b14cfb4 Olga Brani
  color: #919194;
8393 0b14cfb4 Olga Brani
}
8394 0b14cfb4 Olga Brani
/* line 72, ../sass/_common.scss */
8395 0b14cfb4 Olga Brani
.details .input input[type="text"]::-moz-placeholder {
8396 0b14cfb4 Olga Brani
  color: #919194;
8397 0b14cfb4 Olga Brani
}
8398 0b14cfb4 Olga Brani
/* line 73, ../sass/_common.scss */
8399 0b14cfb4 Olga Brani
.details .input input[type="text"]::-webkit-input-placeholder {
8400 0b14cfb4 Olga Brani
  color: #919194;
8401 0b14cfb4 Olga Brani
}
8402 0b14cfb4 Olga Brani
8403 0b14cfb4 Olga Brani
/* vm wizard styles ------------------ */
8404 0b14cfb4 Olga Brani
/* line 88, ../sass/_forms.scss */
8405 0b14cfb4 Olga Brani
.wizard form.custom .custom.dropdown.medium {
8406 0b14cfb4 Olga Brani
  background: #485057;
8407 0b14cfb4 Olga Brani
  color: white;
8408 0b14cfb4 Olga Brani
}
8409 0b14cfb4 Olga Brani
/* line 92, ../sass/_forms.scss */
8410 0b14cfb4 Olga Brani
.wizard form.custom .custom.dropdown .current {
8411 0b14cfb4 Olga Brani
  color: white;
8412 0b14cfb4 Olga Brani
}
8413 0b14cfb4 Olga Brani
/* line 95, ../sass/_forms.scss */
8414 0b14cfb4 Olga Brani
.wizard form.custom .custom.dropdown .selector {
8415 0b14cfb4 Olga Brani
  border-left: 1px solid white;
8416 0b14cfb4 Olga Brani
  height: 30px;
8417 0b14cfb4 Olga Brani
}
8418 0b14cfb4 Olga Brani
/* line 99, ../sass/_forms.scss */
8419 0b14cfb4 Olga Brani
.wizard form.custom .custom.dropdown.open ul {
8420 0b14cfb4 Olga Brani
  background: #485057;
8421 0b14cfb4 Olga Brani
  color: white;
8422 0b14cfb4 Olga Brani
}
8423 0b14cfb4 Olga Brani
/* line 103, ../sass/_forms.scss */
8424 0b14cfb4 Olga Brani
.wizard form.custom .custom.dropdown ul li {
8425 0b14cfb4 Olga Brani
  color: white;
8426 0b14cfb4 Olga Brani
}
8427 0b14cfb4 Olga Brani
/* line 106, ../sass/_forms.scss */
8428 0b14cfb4 Olga Brani
.wizard form.custom .custom.dropdown ul li.selected {
8429 0b14cfb4 Olga Brani
  color: white;
8430 0b14cfb4 Olga Brani
  background: #5f6a73;
8431 0b14cfb4 Olga Brani
}
8432 0b14cfb4 Olga Brani
/* line 110, ../sass/_forms.scss */
8433 0b14cfb4 Olga Brani
.wizard form.custom .custom.dropdown ul li:hover {
8434 0b14cfb4 Olga Brani
  background: #77838e;
8435 0b14cfb4 Olga Brani
  color: white;
8436 0b14cfb4 Olga Brani
}
8437 0b14cfb4 Olga Brani
/* line 115, ../sass/_forms.scss */
8438 0b14cfb4 Olga Brani
.wizard .input {
8439 0b14cfb4 Olga Brani
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
8440 0b14cfb4 Olga Brani
}
8441 0b14cfb4 Olga Brani
/* line 117, ../sass/_forms.scss */
8442 0b14cfb4 Olga Brani
.wizard .input input[type="text"] {
8443 0b14cfb4 Olga Brani
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
8444 0b14cfb4 Olga Brani
  color: white;
8445 0b14cfb4 Olga Brani
}
8446 0b14cfb4 Olga Brani
/* line 70, ../sass/_common.scss */
8447 0b14cfb4 Olga Brani
.wizard .input input[type="text"].placeholder {
8448 0b14cfb4 Olga Brani
  color: #1e1e1e;
8449 0b14cfb4 Olga Brani
}
8450 0b14cfb4 Olga Brani
/* line 71, ../sass/_common.scss */
8451 0b14cfb4 Olga Brani
.wizard .input input[type="text"]:-moz-placeholder {
8452 0b14cfb4 Olga Brani
  color: #1e1e1e;
8453 0b14cfb4 Olga Brani
}
8454 0b14cfb4 Olga Brani
/* line 72, ../sass/_common.scss */
8455 0b14cfb4 Olga Brani
.wizard .input input[type="text"]::-moz-placeholder {
8456 0b14cfb4 Olga Brani
  color: #1e1e1e;
8457 0b14cfb4 Olga Brani
}
8458 0b14cfb4 Olga Brani
/* line 73, ../sass/_common.scss */
8459 0b14cfb4 Olga Brani
.wizard .input input[type="text"]::-webkit-input-placeholder {
8460 0b14cfb4 Olga Brani
  color: #1e1e1e;
8461 0b14cfb4 Olga Brani
}
8462 0b14cfb4 Olga Brani
8463 0b14cfb4 Olga Brani
/* Animations  */
8464 0b14cfb4 Olga Brani
/* line 3, ../sass/_animations.scss */
8465 0b14cfb4 Olga Brani
.grid-view .build-progress {
8466 0b14cfb4 Olga Brani
  animation: progress_animation 5s infinite, pulse 1s infinite;
8467 0b14cfb4 Olga Brani
  -webkit-animation: progress_animation 5s infinite, pulse 1s infinite;
8468 0b14cfb4 Olga Brani
}
8469 0b14cfb4 Olga Brani
8470 0b14cfb4 Olga Brani
/* line 12, ../sass/_animations.scss */
8471 0b14cfb4 Olga Brani
.reboot-progress {
8472 0b14cfb4 Olga Brani
  animation: reboot_pulse 1s infinite;
8473 0b14cfb4 Olga Brani
  -webkit-animation: reboot_pulse 1s infinite;
8474 0b14cfb4 Olga Brani
}
8475 0b14cfb4 Olga Brani
8476 0b14cfb4 Olga Brani
@-webkit-keyframes progress_animation {
8477 0b14cfb4 Olga Brani
  /* line 20, ../sass/_animations.scss */
8478 0b14cfb4 Olga Brani
  from {
8479 0b14cfb4 Olga Brani
    width: 0%;
8480 0b14cfb4 Olga Brani
  }
8481 0b14cfb4 Olga Brani
8482 0b14cfb4 Olga Brani
  /* line 23, ../sass/_animations.scss */
8483 0b14cfb4 Olga Brani
  to {
8484 0b14cfb4 Olga Brani
    width: 100%;
8485 0b14cfb4 Olga Brani
  }
8486 0b14cfb4 Olga Brani
}
8487 0b14cfb4 Olga Brani
8488 0b14cfb4 Olga Brani
@-moz-keyframes progress_animation {
8489 0b14cfb4 Olga Brani
  /* line 20, ../sass/_animations.scss */
8490 0b14cfb4 Olga Brani
  from {
8491 0b14cfb4 Olga Brani
    width: 0%;
8492 0b14cfb4 Olga Brani
  }
8493 0b14cfb4 Olga Brani
8494 0b14cfb4 Olga Brani
  /* line 23, ../sass/_animations.scss */
8495 0b14cfb4 Olga Brani
  to {
8496 0b14cfb4 Olga Brani
    width: 100%;
8497 0b14cfb4 Olga Brani
  }
8498 0b14cfb4 Olga Brani
}
8499 0b14cfb4 Olga Brani
8500 0b14cfb4 Olga Brani
@-ms-keyframes progress_animation {
8501 0b14cfb4 Olga Brani
  /* line 20, ../sass/_animations.scss */
8502 0b14cfb4 Olga Brani
  from {
8503 0b14cfb4 Olga Brani
    width: 0%;
8504 0b14cfb4 Olga Brani
  }
8505 0b14cfb4 Olga Brani
8506 0b14cfb4 Olga Brani
  /* line 23, ../sass/_animations.scss */
8507 0b14cfb4 Olga Brani
  to {
8508 0b14cfb4 Olga Brani
    width: 100%;
8509 0b14cfb4 Olga Brani
  }
8510 0b14cfb4 Olga Brani
}
8511 0b14cfb4 Olga Brani
8512 0b14cfb4 Olga Brani
@keyframes progress_animation {
8513 0b14cfb4 Olga Brani
  /* line 20, ../sass/_animations.scss */
8514 0b14cfb4 Olga Brani
  from {
8515 0b14cfb4 Olga Brani
    width: 0%;
8516 0b14cfb4 Olga Brani
  }
8517 0b14cfb4 Olga Brani
8518 0b14cfb4 Olga Brani
  /* line 23, ../sass/_animations.scss */
8519 0b14cfb4 Olga Brani
  to {
8520 0b14cfb4 Olga Brani
    width: 100%;
8521 0b14cfb4 Olga Brani
  }
8522 0b14cfb4 Olga Brani
}
8523 0b14cfb4 Olga Brani
8524 0b14cfb4 Olga Brani
@-webkit-keyframes pulse {
8525 0b14cfb4 Olga Brani
  /* line 29, ../sass/_animations.scss */
8526 0b14cfb4 Olga Brani
  from {
8527 0b14cfb4 Olga Brani
    color: #30c79e;
8528 0b14cfb4 Olga Brani
  }
8529 0b14cfb4 Olga Brani
8530 0b14cfb4 Olga Brani
  /* line 32, ../sass/_animations.scss */
8531 0b14cfb4 Olga Brani
  to {
8532 0b14cfb4 Olga Brani
    color: #269e7d;
8533 0b14cfb4 Olga Brani
  }
8534 0b14cfb4 Olga Brani
}
8535 0b14cfb4 Olga Brani
8536 0b14cfb4 Olga Brani
@-moz-keyframes pulse {
8537 0b14cfb4 Olga Brani
  /* line 29, ../sass/_animations.scss */
8538 0b14cfb4 Olga Brani
  from {
8539 0b14cfb4 Olga Brani
    color: #30c79e;
8540 0b14cfb4 Olga Brani
  }
8541 0b14cfb4 Olga Brani
8542 0b14cfb4 Olga Brani
  /* line 32, ../sass/_animations.scss */
8543 0b14cfb4 Olga Brani
  to {
8544 0b14cfb4 Olga Brani
    color: #269e7d;
8545 0b14cfb4 Olga Brani
  }
8546 0b14cfb4 Olga Brani
}
8547 0b14cfb4 Olga Brani
8548 0b14cfb4 Olga Brani
@-ms-keyframes pulse {
8549 0b14cfb4 Olga Brani
  /* line 29, ../sass/_animations.scss */
8550 0b14cfb4 Olga Brani
  from {
8551 0b14cfb4 Olga Brani
    color: #30c79e;
8552 0b14cfb4 Olga Brani
  }
8553 0b14cfb4 Olga Brani
8554 0b14cfb4 Olga Brani
  /* line 32, ../sass/_animations.scss */
8555 0b14cfb4 Olga Brani
  to {
8556 0b14cfb4 Olga Brani
    color: #269e7d;
8557 0b14cfb4 Olga Brani
  }
8558 0b14cfb4 Olga Brani
}
8559 0b14cfb4 Olga Brani
8560 0b14cfb4 Olga Brani
@keyframes pulse {
8561 0b14cfb4 Olga Brani
  /* line 29, ../sass/_animations.scss */
8562 0b14cfb4 Olga Brani
  from {
8563 0b14cfb4 Olga Brani
    color: #30c79e;
8564 0b14cfb4 Olga Brani
  }
8565 0b14cfb4 Olga Brani
8566 0b14cfb4 Olga Brani
  /* line 32, ../sass/_animations.scss */
8567 0b14cfb4 Olga Brani
  to {
8568 0b14cfb4 Olga Brani
    color: #269e7d;
8569 0b14cfb4 Olga Brani
  }
8570 0b14cfb4 Olga Brani
}
8571 0b14cfb4 Olga Brani
8572 0b14cfb4 Olga Brani
@-webkit-keyframes reboot_pulse {
8573 0b14cfb4 Olga Brani
  /* line 39, ../sass/_animations.scss */
8574 0b14cfb4 Olga Brani
  from {
8575 0b14cfb4 Olga Brani
    color: #ffc54a;
8576 0b14cfb4 Olga Brani
  }
8577 0b14cfb4 Olga Brani
8578 0b14cfb4 Olga Brani
  /* line 42, ../sass/_animations.scss */
8579 0b14cfb4 Olga Brani
  to {
8580 0b14cfb4 Olga Brani
    color: #ffb517;
8581 0b14cfb4 Olga Brani
  }
8582 0b14cfb4 Olga Brani
}
8583 0b14cfb4 Olga Brani
8584 0b14cfb4 Olga Brani
@-moz-keyframes reboot_pulse {
8585 0b14cfb4 Olga Brani
  /* line 39, ../sass/_animations.scss */
8586 0b14cfb4 Olga Brani
  from {
8587 0b14cfb4 Olga Brani
    color: #ffc54a;
8588 0b14cfb4 Olga Brani
  }
8589 0b14cfb4 Olga Brani
8590 0b14cfb4 Olga Brani
  /* line 42, ../sass/_animations.scss */
8591 0b14cfb4 Olga Brani
  to {
8592 0b14cfb4 Olga Brani
    color: #ffb517;
8593 0b14cfb4 Olga Brani
  }
8594 0b14cfb4 Olga Brani
}
8595 0b14cfb4 Olga Brani
8596 0b14cfb4 Olga Brani
@-ms-keyframes reboot_pulse {
8597 0b14cfb4 Olga Brani
  /* line 39, ../sass/_animations.scss */
8598 0b14cfb4 Olga Brani
  from {
8599 0b14cfb4 Olga Brani
    color: #ffc54a;
8600 0b14cfb4 Olga Brani
  }
8601 0b14cfb4 Olga Brani
8602 0b14cfb4 Olga Brani
  /* line 42, ../sass/_animations.scss */
8603 0b14cfb4 Olga Brani
  to {
8604 0b14cfb4 Olga Brani
    color: #ffb517;
8605 0b14cfb4 Olga Brani
  }
8606 0b14cfb4 Olga Brani
}
8607 0b14cfb4 Olga Brani
8608 0b14cfb4 Olga Brani
@keyframes reboot_pulse {
8609 0b14cfb4 Olga Brani
  /* line 39, ../sass/_animations.scss */
8610 0b14cfb4 Olga Brani
  from {
8611 0b14cfb4 Olga Brani
    color: #ffc54a;
8612 0b14cfb4 Olga Brani
  }
8613 0b14cfb4 Olga Brani
8614 0b14cfb4 Olga Brani
  /* line 42, ../sass/_animations.scss */
8615 0b14cfb4 Olga Brani
  to {
8616 0b14cfb4 Olga Brani
    color: #ffb517;
8617 0b14cfb4 Olga Brani
  }
8618 0b14cfb4 Olga Brani
}
8619 0b14cfb4 Olga Brani
8620 0b14cfb4 Olga Brani
/* line 50, ../sass/_animations.scss */
8621 0b14cfb4 Olga Brani
.btn5.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.temp, #volume-wizard .step .volume_options > li .options-bar .options li a.temp {
8622 0b14cfb4 Olga Brani
  color: blue;
8623 0b14cfb4 Olga Brani
  padding: 0 4px;
8624 0b14cfb4 Olga Brani
  position: absolute;
8625 0b14cfb4 Olga Brani
  right: 0;
8626 0b14cfb4 Olga Brani
}
8627 0b14cfb4 Olga Brani
8628 0b14cfb4 Olga Brani
/* line 58, ../sass/_animations.scss */
8629 0b14cfb4 Olga Brani
.temp-for-btns .btn5.temp, .temp-for-btns .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .temp-for-btns a.temp, .temp-for-btns .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .temp-for-btns a.temp, .temp-for-btns #volume-wizard .step .volume_options > li .options-bar .options li a.temp, #volume-wizard .step .volume_options > li .options-bar .options li .temp-for-btns a.temp {
8630 0b14cfb4 Olga Brani
  position: static;
8631 0b14cfb4 Olga Brani
}
8632 0b14cfb4 Olga Brani
8633 0b14cfb4 Olga Brani
/* line 6, ../sass/_networks.scss */
8634 0b14cfb4 Olga Brani
.networks.grid-view .items-list > li .img-wrap .snf-font {
8635 0b14cfb4 Olga Brani
  font-size: 3.75em-pxCalc(0.05em);
8636 0b14cfb4 Olga Brani
}
8637 0b14cfb4 Olga Brani
/* line 18, ../sass/_networks.scss */
8638 0b14cfb4 Olga Brani
.networks.list-view .items-list > li .img-wrap .snf-font {
8639 0b14cfb4 Olga Brani
  font-size: 34px-pxCalc(0.05em);
8640 0b14cfb4 Olga Brani
}
8641 0b14cfb4 Olga Brani
8642 0b14cfb4 Olga Brani
/* Storage (pithos) related styles  */
8643 0b14cfb4 Olga Brani
/* line 5, ../sass/_storage.scss */
8644 0b14cfb4 Olga Brani
.storage .rect-plus {
8645 0b14cfb4 Olga Brani
  display: inline-block;
8646 0b14cfb4 Olga Brani
  background-color: #fff;
8647 0b14cfb4 Olga Brani
  color: #30c79e;
8648 0b14cfb4 Olga Brani
  padding: 0 6px;
8649 0b14cfb4 Olga Brani
  font-size: 1.625em;
8650 0b14cfb4 Olga Brani
}
8651 0b14cfb4 Olga Brani
/* line 11, ../sass/_storage.scss */
8652 0b14cfb4 Olga Brani
.storage .rect-plus:hover {
8653 0b14cfb4 Olga Brani
  color: #485057;
8654 0b14cfb4 Olga Brani
}
8655 0b14cfb4 Olga Brani
/* line 18, ../sass/_storage.scss */
8656 0b14cfb4 Olga Brani
.storage.list-view .items-list h4, .storage.list-view .items-list .img-wrap {
8657 0b14cfb4 Olga Brani
  height: 34px;
8658 0b14cfb4 Olga Brani
  line-height: 34px;
8659 0b14cfb4 Olga Brani
}
8660 0b14cfb4 Olga Brani
/* line 22, ../sass/_storage.scss */
8661 0b14cfb4 Olga Brani
.storage.list-view .items-list h4 {
8662 0b14cfb4 Olga Brani
  width: 25%;
8663 0b14cfb4 Olga Brani
}
8664 0b14cfb4 Olga Brani
/* line 25, ../sass/_storage.scss */
8665 0b14cfb4 Olga Brani
.storage.list-view .items-list .info {
8666 0b14cfb4 Olga Brani
  margin-right: 40px;
8667 0b14cfb4 Olga Brani
}
8668 0b14cfb4 Olga Brani
/* line 29, ../sass/_storage.scss */
8669 0b14cfb4 Olga Brani
.storage.list-view .items-list li:hover .actions-col {
8670 0b14cfb4 Olga Brani
  visibility: visible;
8671 0b14cfb4 Olga Brani
}
8672 b213bdec Olga Brani
/* line 33, ../sass/_storage.scss */
8673 b213bdec Olga Brani
.storage.list-view .items-list .add-new {
8674 b213bdec Olga Brani
  position: relative;
8675 b213bdec Olga Brani
}
8676 0b14cfb4 Olga Brani
/* line 35, ../sass/_storage.scss */
8677 b213bdec Olga Brani
.storage.list-view .items-list .add-new input[type="file"] {
8678 b213bdec Olga Brani
  position: absolute;
8679 b213bdec Olga Brani
  left: 150px;
8680 b213bdec Olga Brani
  top: 0;
8681 b213bdec Olga Brani
  right: 0;
8682 b213bdec Olga Brani
  bottom: 0;
8683 b213bdec Olga Brani
  opacity: 0;
8684 b213bdec Olga Brani
}
8685 b213bdec Olga Brani
/* line 47, ../sass/_storage.scss */
8686 0b14cfb4 Olga Brani
.storage .files {
8687 0b14cfb4 Olga Brani
  margin: 1em 0;
8688 0b14cfb4 Olga Brani
  padding: 0;
8689 0b14cfb4 Olga Brani
  list-style: none outside none;
8690 0b14cfb4 Olga Brani
}
8691 b213bdec Olga Brani
/* line 51, ../sass/_storage.scss */
8692 0b14cfb4 Olga Brani
.storage .files li {
8693 0b14cfb4 Olga Brani
  list-style: none outside none;
8694 0b14cfb4 Olga Brani
  clear: left;
8695 0b14cfb4 Olga Brani
  padding: 10px 20px;
8696 0b14cfb4 Olga Brani
  border: 1px solid transparent;
8697 0b14cfb4 Olga Brani
  text-align: left;
8698 0b14cfb4 Olga Brani
  font-weight: normal;
8699 0b14cfb4 Olga Brani
}
8700 b213bdec Olga Brani
/* line 59, ../sass/_storage.scss */
8701 0b14cfb4 Olga Brani
.storage .files li .name-col {
8702 0b14cfb4 Olga Brani
  float: left;
8703 0b14cfb4 Olga Brani
  width: 35%;
8704 0b14cfb4 Olga Brani
  padding-left: 50px;
8705 0b14cfb4 Olga Brani
  font-weight: normal;
8706 0b14cfb4 Olga Brani
}
8707 b213bdec Olga Brani
/* line 63, ../sass/_storage.scss */
8708 0b14cfb4 Olga Brani
.storage .files li .name-col.folder {
8709 0b14cfb4 Olga Brani
  background: url(../images/icon-folder.png) no-repeat left center;
8710 0b14cfb4 Olga Brani
}
8711 b213bdec Olga Brani
/* line 64, ../sass/_storage.scss */
8712 0b14cfb4 Olga Brani
.storage .files li .name-col.txt {
8713 0b14cfb4 Olga Brani
  background: url(../images/icon-txt.png) no-repeat left center;
8714 0b14cfb4 Olga Brani
}
8715 b213bdec Olga Brani
/* line 65, ../sass/_storage.scss */
8716 0b14cfb4 Olga Brani
.storage .files li .name-col.pdf {
8717 0b14cfb4 Olga Brani
  background: url(../images/icon-pdf.png) no-repeat left center;
8718 0b14cfb4 Olga Brani
}
8719 b213bdec Olga Brani
/* line 66, ../sass/_storage.scss */
8720 0b14cfb4 Olga Brani
.storage .files li .name-col.image {
8721 0b14cfb4 Olga Brani
  background: url(../images/icon-image.png) no-repeat left center;
8722 0b14cfb4 Olga Brani
}
8723 b213bdec Olga Brani
/* line 69, ../sass/_storage.scss */
8724 0b14cfb4 Olga Brani
.storage .files li .size-col {
8725 0b14cfb4 Olga Brani
  float: left;
8726 0b14cfb4 Olga Brani
  width: 10%;
8727 0b14cfb4 Olga Brani
}
8728 b213bdec Olga Brani
/* line 73, ../sass/_storage.scss */
8729 0b14cfb4 Olga Brani
.storage .files li .date-col {
8730 0b14cfb4 Olga Brani
  float: left;
8731 0b14cfb4 Olga Brani
  width: 20%;
8732 0b14cfb4 Olga Brani
}
8733 b213bdec Olga Brani
/* line 78, ../sass/_storage.scss */
8734 0b14cfb4 Olga Brani
.storage .files li:hover {
8735 0b14cfb4 Olga Brani
  border-color: #30c79e;
8736 0b14cfb4 Olga Brani
}
8737 b213bdec Olga Brani
/* line 80, ../sass/_storage.scss */
8738 0b14cfb4 Olga Brani
.storage .files li:hover .actions-col {
8739 0b14cfb4 Olga Brani
  visibility: visible;
8740 0b14cfb4 Olga Brani
}
8741 b213bdec Olga Brani
/* line 82, ../sass/_storage.scss */
8742 0b14cfb4 Olga Brani
.storage .files li.titles {
8743 0b14cfb4 Olga Brani
  color: #919194;
8744 0b14cfb4 Olga Brani
}
8745 b213bdec Olga Brani
/* line 84, ../sass/_storage.scss */
8746 0b14cfb4 Olga Brani
.storage .files li.titles .name-col {
8747 0b14cfb4 Olga Brani
  padding-left: 0;
8748 0b14cfb4 Olga Brani
}
8749 b213bdec Olga Brani
/* line 85, ../sass/_storage.scss */
8750 0b14cfb4 Olga Brani
.storage .files li.titles:hover {
8751 0b14cfb4 Olga Brani
  border-color: transparent;
8752 0b14cfb4 Olga Brani
}
8753 0b14cfb4 Olga Brani
8754 b213bdec Olga Brani
/* line 97, ../sass/_storage.scss */
8755 0b14cfb4 Olga Brani
.upload-widget {
8756 0b14cfb4 Olga Brani
  text-align: center;
8757 0b14cfb4 Olga Brani
}
8758 b213bdec Olga Brani
/* line 100, ../sass/_storage.scss */
8759 0b14cfb4 Olga Brani
.upload-widget h2, .upload-widget a {
8760 0b14cfb4 Olga Brani
  color: #fff;
8761 0b14cfb4 Olga Brani
}
8762 b213bdec Olga Brani
/* line 104, ../sass/_storage.scss */
8763 0b14cfb4 Olga Brani
.upload-widget .btns a {
8764 0b14cfb4 Olga Brani
  margin: 0 10px;
8765 0b14cfb4 Olga Brani
}
8766 b213bdec Olga Brani
/* line 109, ../sass/_storage.scss */
8767 0b14cfb4 Olga Brani
.upload-widget .breadcrumbs {
8768 0b14cfb4 Olga Brani
  display: inline-block;
8769 0b14cfb4 Olga Brani
}
8770 b213bdec Olga Brani
/* line 110, ../sass/_storage.scss */
8771 0b14cfb4 Olga Brani
.upload-widget .breadcrumbs *, .upload-widget .breadcrumbs > *:before, .upload-widget .breadcrumbs li a:first-child, .upload-widget .breadcrumbs a:hover, .upload-widget .breadcrumbs li a:first-child:hover {
8772 0b14cfb4 Olga Brani
  color: #fff;
8773 0b14cfb4 Olga Brani
}
8774 b213bdec Olga Brani
/* line 113, ../sass/_storage.scss */
8775 0b14cfb4 Olga Brani
.upload-widget .breadcrumbs a:hover {
8776 0b14cfb4 Olga Brani
  text-decoration: underline;
8777 0b14cfb4 Olga Brani
}
8778 b213bdec Olga Brani
/* line 119, ../sass/_storage.scss */
8779 0b14cfb4 Olga Brani
.upload-widget .files {
8780 0b14cfb4 Olga Brani
  color: #fff;
8781 0b14cfb4 Olga Brani
}
8782 b213bdec Olga Brani
/* line 122, ../sass/_storage.scss */
8783 0b14cfb4 Olga Brani
.upload-widget .files li {
8784 0b14cfb4 Olga Brani
  padding: 10px 120px;
8785 0b14cfb4 Olga Brani
  border: none;
8786 0b14cfb4 Olga Brani
  position: relative;
8787 0b14cfb4 Olga Brani
}
8788 b213bdec Olga Brani
/* line 126, ../sass/_storage.scss */
8789 0b14cfb4 Olga Brani
.upload-widget .files li .dz-success-mark {
8790 0b14cfb4 Olga Brani
  margin-left: 10px;
8791 0b14cfb4 Olga Brani
}
8792 b213bdec Olga Brani
/* line 129, ../sass/_storage.scss */
8793 0b14cfb4 Olga Brani
.upload-widget .files li .dz-error-mark {
8794 0b14cfb4 Olga Brani
  display: none;
8795 0b14cfb4 Olga Brani
}
8796 b213bdec Olga Brani
/* line 132, ../sass/_storage.scss */
8797 0b14cfb4 Olga Brani
.upload-widget .files li .cancel-col {
8798 0b14cfb4 Olga Brani
  width: 100px;
8799 0b14cfb4 Olga Brani
  position: absolute;
8800 0b14cfb4 Olga Brani
  right: 50px;
8801 0b14cfb4 Olga Brani
  top: 9px;
8802 0b14cfb4 Olga Brani
}
8803 b213bdec Olga Brani
/* line 138, ../sass/_storage.scss */
8804 0b14cfb4 Olga Brani
.upload-widget .files li .cancel-col .cancel span {
8805 0b14cfb4 Olga Brani
  display: block;
8806 0b14cfb4 Olga Brani
  text-align: right;
8807 0b14cfb4 Olga Brani
}
8808 b213bdec Olga Brani
/* line 144, ../sass/_storage.scss */
8809 0b14cfb4 Olga Brani
.upload-widget .files div {
8810 0b14cfb4 Olga Brani
  display: inline-block;
8811 0b14cfb4 Olga Brani
}
8812 b213bdec Olga Brani
/* line 147, ../sass/_storage.scss */
8813 0b14cfb4 Olga Brani
.upload-widget .files .progress-bar {
8814 0b14cfb4 Olga Brani
  position: static;
8815 0b14cfb4 Olga Brani
  padding: 0;
8816 0b14cfb4 Olga Brani
  width: 25%;
8817 0b14cfb4 Olga Brani
  border: none;
8818 0b14cfb4 Olga Brani
  background-color: transparent;
8819 0b14cfb4 Olga Brani
}
8820 b213bdec Olga Brani
/* line 154, ../sass/_storage.scss */
8821 0b14cfb4 Olga Brani
.upload-widget .files .progress-bar .progress-wrap {
8822 0b14cfb4 Olga Brani
  width: 100%;
8823 0b14cfb4 Olga Brani
  margin: 0;
8824 0b14cfb4 Olga Brani
}
8825 b213bdec Olga Brani
/* line 158, ../sass/_storage.scss */
8826 0b14cfb4 Olga Brani
.upload-widget .files .progress-bar .progress-wrap .progress {
8827 0b14cfb4 Olga Brani
  display: block;
8828 0b14cfb4 Olga Brani
  margin: 0;
8829 0b14cfb4 Olga Brani
  border: 2px solid white;
8830 0b14cfb4 Olga Brani
  padding: 0;
8831 0b14cfb4 Olga Brani
  background-color: #30c79e;
8832 0b14cfb4 Olga Brani
}
8833 b213bdec Olga Brani
/* line 165, ../sass/_storage.scss */
8834 0b14cfb4 Olga Brani
.upload-widget .files .progress-bar .progress-wrap .progress .meter {
8835 0b14cfb4 Olga Brani
  background-color: white;
8836 0b14cfb4 Olga Brani
}
8837 0b14cfb4 Olga Brani
8838 b213bdec Olga Brani
/* line 174, ../sass/_storage.scss */
8839 0b14cfb4 Olga Brani
.dz-success-mark, .dz-error-mark, .dz-error-message {
8840 0b14cfb4 Olga Brani
  display: none;
8841 0b14cfb4 Olga Brani
}
8842 0b14cfb4 Olga Brani
8843 0b14cfb4 Olga Brani
/* line 1, ../sass/_wizards.scss */
8844 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard {
8845 0b14cfb4 Olga Brani
  background: #485057;
8846 0b14cfb4 Olga Brani
  padding: 0;
8847 0b14cfb4 Olga Brani
  width: 100%;
8848 0b14cfb4 Olga Brani
  top: 0;
8849 0b14cfb4 Olga Brani
  left: 0;
8850 0b14cfb4 Olga Brani
  position: relative;
8851 0b14cfb4 Olga Brani
  color: white;
8852 0b14cfb4 Olga Brani
}
8853 0b14cfb4 Olga Brani
/* line 9, ../sass/_wizards.scss */
8854 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top {
8855 0b14cfb4 Olga Brani
  background: #636a70;
8856 0b14cfb4 Olga Brani
  height: 90px;
8857 0b14cfb4 Olga Brani
  position: fixed;
8858 0b14cfb4 Olga Brani
  left: 0;
8859 0b14cfb4 Olga Brani
  right: 0;
8860 0b14cfb4 Olga Brani
  bottom: auto;
8861 0b14cfb4 Olga Brani
  top: 80px;
8862 0b14cfb4 Olga Brani
  width: 100%;
8863 0b14cfb4 Olga Brani
  z-index: 40;
8864 0b14cfb4 Olga Brani
}
8865 0b14cfb4 Olga Brani
/* line 19, ../sass/_wizards.scss */
8866 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers {
8867 0b14cfb4 Olga Brani
  height: 50px;
8868 0b14cfb4 Olga Brani
  line-height: 50px;
8869 0b14cfb4 Olga Brani
  background: #33383d;
8870 0b14cfb4 Olga Brani
}
8871 0b14cfb4 Olga Brani
/* line 20, ../sass/_wizards.scss */
8872 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row {
8873 0b14cfb4 Olga Brani
  max-width: 100%;
8874 0b14cfb4 Olga Brani
  padding: 0 15px;
8875 0b14cfb4 Olga Brani
}
8876 0b14cfb4 Olga Brani
/* line 23, ../sass/_wizards.scss */
8877 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close {
8878 0b14cfb4 Olga Brani
  color: #919194;
8879 0b14cfb4 Olga Brani
}
8880 0b14cfb4 Olga Brani
/* line 25, ../sass/_wizards.scss */
8881 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:focus {
8882 0b14cfb4 Olga Brani
  color: white;
8883 0b14cfb4 Olga Brani
}
8884 0b14cfb4 Olga Brani
/* line 34, ../sass/_wizards.scss */
8885 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus {
8886 0b14cfb4 Olga Brani
  height: 40px;
8887 0b14cfb4 Olga Brani
}
8888 0b14cfb4 Olga Brani
/* line 36, ../sass/_wizards.scss */
8889 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu {
8890 0b14cfb4 Olga Brani
  display: none;
8891 0b14cfb4 Olga Brani
}
8892 0b14cfb4 Olga Brani
/* line 38, ../sass/_wizards.scss */
8893 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu[data-step="1"] {
8894 0b14cfb4 Olga Brani
  display: block;
8895 0b14cfb4 Olga Brani
}
8896 0b14cfb4 Olga Brani
/* line 41, ../sass/_wizards.scss */
8897 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul {
8898 0b14cfb4 Olga Brani
  margin: 0;
8899 0b14cfb4 Olga Brani
  padding: 0;
8900 0b14cfb4 Olga Brani
  list-style: none outside none;
8901 0b14cfb4 Olga Brani
  font-size: 0.75em;
8902 0b14cfb4 Olga Brani
}
8903 0b14cfb4 Olga Brani
/* line 46, ../sass/_wizards.scss */
8904 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li {
8905 0b14cfb4 Olga Brani
  display: inline;
8906 0b14cfb4 Olga Brani
  margin-right: 10px;
8907 0b14cfb4 Olga Brani
  line-height: 40px;
8908 0b14cfb4 Olga Brani
  list-style: none outside none;
8909 0b14cfb4 Olga Brani
}
8910 0b14cfb4 Olga Brani
/* line 51, ../sass/_wizards.scss */
8911 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a {
8912 0b14cfb4 Olga Brani
  color: #1e1e1e;
8913 0b14cfb4 Olga Brani
}
8914 0b14cfb4 Olga Brani
/* line 53, ../sass/_wizards.scss */
8915 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:focus, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
8916 0b14cfb4 Olga Brani
  color: white;
8917 0b14cfb4 Olga Brani
}
8918 0b14cfb4 Olga Brani
/* line 56, ../sass/_wizards.scss */
8919 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
8920 0b14cfb4 Olga Brani
  text-decoration: underline;
8921 0b14cfb4 Olga Brani
}
8922 0b14cfb4 Olga Brani
/* line 59, ../sass/_wizards.scss */
8923 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.disabled {
8924 0b14cfb4 Olga Brani
  color: #919194;
8925 0b14cfb4 Olga Brani
  cursor: default;
8926 0b14cfb4 Olga Brani
}
8927 0b14cfb4 Olga Brani
/* line 69, ../sass/_wizards.scss */
8928 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums {
8929 0b14cfb4 Olga Brani
  text-align: right;
8930 0b14cfb4 Olga Brani
  list-style: none outside none;
8931 0b14cfb4 Olga Brani
  margin: 0;
8932 0b14cfb4 Olga Brani
  height: 50px;
8933 0b14cfb4 Olga Brani
  line-height: 50px;
8934 0b14cfb4 Olga Brani
  font-size: 0.5625em;
8935 0b14cfb4 Olga Brani
  padding-right: 120px;
8936 0b14cfb4 Olga Brani
  color: #30c79e;
8937 0b14cfb4 Olga Brani
}
8938 0b14cfb4 Olga Brani
/* line 78, ../sass/_wizards.scss */
8939 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li {
8940 0b14cfb4 Olga Brani
  list-style: none outside none;
8941 0b14cfb4 Olga Brani
  display: inline;
8942 0b14cfb4 Olga Brani
}
8943 0b14cfb4 Olga Brani
/* line 81, ../sass/_wizards.scss */
8944 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p {
8945 0b14cfb4 Olga Brani
  display: none;
8946 0b14cfb4 Olga Brani
  position: relative;
8947 0b14cfb4 Olga Brani
  top: 1px;
8948 0b14cfb4 Olga Brani
  font-size: 12px;
8949 0b14cfb4 Olga Brani
  margin-left: 12px;
8950 0b14cfb4 Olga Brani
}
8951 0b14cfb4 Olga Brani
/* line 87, ../sass/_wizards.scss */
8952 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p strong {
8953 0b14cfb4 Olga Brani
  margin-right: 5px;
8954 0b14cfb4 Olga Brani
}
8955 0b14cfb4 Olga Brani
/* line 91, ../sass/_wizards.scss */
8956 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li em {
8957 0b14cfb4 Olga Brani
  display: inline-block;
8958 0b14cfb4 Olga Brani
  border-radius: 50%;
8959 0b14cfb4 Olga Brani
  border: 1px solid #30c79e;
8960 0b14cfb4 Olga Brani
  width: 20px;
8961 0b14cfb4 Olga Brani
  height: 20px;
8962 0b14cfb4 Olga Brani
  line-height: 18px;
8963 0b14cfb4 Olga Brani
  margin: 0 3px;
8964 0b14cfb4 Olga Brani
  text-align: center;
8965 0b14cfb4 Olga Brani
  font-style: normal;
8966 0b14cfb4 Olga Brani
}
8967 0b14cfb4 Olga Brani
/* line 102, ../sass/_wizards.scss */
8968 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a {
8969 0b14cfb4 Olga Brani
  color: #30c79e;
8970 0b14cfb4 Olga Brani
  display: block;
8971 0b14cfb4 Olga Brani
}
8972 0b14cfb4 Olga Brani
/* line 105, ../sass/_wizards.scss */
8973 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a:hover {
8974 0b14cfb4 Olga Brani
  cursor: default;
8975 0b14cfb4 Olga Brani
}
8976 0b14cfb4 Olga Brani
/* line 109, ../sass/_wizards.scss */
8977 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current {
8978 0b14cfb4 Olga Brani
  float: left;
8979 0b14cfb4 Olga Brani
}
8980 0b14cfb4 Olga Brani
/* line 111, ../sass/_wizards.scss */
8981 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current p {
8982 0b14cfb4 Olga Brani
  display: inline-block;
8983 0b14cfb4 Olga Brani
}
8984 0b14cfb4 Olga Brani
/* line 114, ../sass/_wizards.scss */
8985 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em {
8986 0b14cfb4 Olga Brani
  font-size: 12px;
8987 0b14cfb4 Olga Brani
  width: 30px;
8988 0b14cfb4 Olga Brani
  height: 30px;
8989 0b14cfb4 Olga Brani
  line-height: 27px;
8990 0b14cfb4 Olga Brani
  border-color: #30c79e;
8991 0b14cfb4 Olga Brani
}
8992 0b14cfb4 Olga Brani
/* line 120, ../sass/_wizards.scss */
8993 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em * {
8994 0b14cfb4 Olga Brani
  color: #30c79e;
8995 0b14cfb4 Olga Brani
}
8996 0b14cfb4 Olga Brani
/* line 128, ../sass/_wizards.scss */
8997 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle {
8998 0b14cfb4 Olga Brani
  padding-top: 70px;
8999 0b14cfb4 Olga Brani
}
9000 0b14cfb4 Olga Brani
/* line 130, ../sass/_wizards.scss */
9001 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .steps {
9002 0b14cfb4 Olga Brani
  position: relative;
9003 0b14cfb4 Olga Brani
  width: 100%;
9004 0b14cfb4 Olga Brani
}
9005 0b14cfb4 Olga Brani
/* line 134, ../sass/_wizards.scss */
9006 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step {
9007 0b14cfb4 Olga Brani
  position: absolute;
9008 0b14cfb4 Olga Brani
  top: 0;
9009 0b14cfb4 Olga Brani
  width: 100%;
9010 0b14cfb4 Olga Brani
  display: none;
9011 0b14cfb4 Olga Brani
  padding: 50px 0 50px;
9012 0b14cfb4 Olga Brani
}
9013 0b14cfb4 Olga Brani
/* line 140, ../sass/_wizards.scss */
9014 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.current {
9015 0b14cfb4 Olga Brani
  display: block;
9016 0b14cfb4 Olga Brani
}
9017 0b14cfb4 Olga Brani
/* line 143, ../sass/_wizards.scss */
9018 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step h2 {
9019 0b14cfb4 Olga Brani
  color: white;
9020 0b14cfb4 Olga Brani
  font-size: 1em;
9021 0b14cfb4 Olga Brani
}
9022 0b14cfb4 Olga Brani
/* line 147, ../sass/_wizards.scss */
9023 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step li {
9024 0b14cfb4 Olga Brani
  list-style: none outside none;
9025 0b14cfb4 Olga Brani
  position: relative;
9026 0b14cfb4 Olga Brani
}
9027 0b14cfb4 Olga Brani
/* line 152, ../sass/_wizards.scss */
9028 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step a {
9029 0b14cfb4 Olga Brani
  color: white;
9030 0b14cfb4 Olga Brani
}
9031 0b14cfb4 Olga Brani
/* line 155, ../sass/_wizards.scss */
9032 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list {
9033 0b14cfb4 Olga Brani
  margin-top: 1em;
9034 0b14cfb4 Olga Brani
}
9035 0b14cfb4 Olga Brani
/* line 157, ../sass/_wizards.scss */
9036 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li {
9037 0b14cfb4 Olga Brani
  margin-bottom: 0.5em;
9038 0b14cfb4 Olga Brani
  margin-left: 1.5em;
9039 0b14cfb4 Olga Brani
}
9040 0b14cfb4 Olga Brani
/* line 161, ../sass/_wizards.scss */
9041 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li:first-child .img-wrap .snf-font {
9042 0b14cfb4 Olga Brani
  color: white;
9043 0b14cfb4 Olga Brani
}
9044 0b14cfb4 Olga Brani
/* line 165, ../sass/_wizards.scss */
9045 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li > div, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li > a {
9046 0b14cfb4 Olga Brani
  display: inline-block;
9047 0b14cfb4 Olga Brani
  margin-right: 15px;
9048 0b14cfb4 Olga Brani
}
9049 0b14cfb4 Olga Brani
/* line 169, ../sass/_wizards.scss */
9050 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap {
9051 0b14cfb4 Olga Brani
  position: relative;
9052 0b14cfb4 Olga Brani
  width: 1.875em;
9053 0b14cfb4 Olga Brani
}
9054 0b14cfb4 Olga Brani
/* line 172, ../sass/_wizards.scss */
9055 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .snf-font {
9056 0b14cfb4 Olga Brani
  font-size: 1.875em;
9057 0b14cfb4 Olga Brani
  color: #30c79e;
9058 0b14cfb4 Olga Brani
  line-height: 120%;
9059 0b14cfb4 Olga Brani
}
9060 0b14cfb4 Olga Brani
/* line 177, ../sass/_wizards.scss */
9061 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .os {
9062 0b14cfb4 Olga Brani
  background: url("../images/os-unknown.png") no-repeat center center;
9063 0b14cfb4 Olga Brani
  width: 14px;
9064 0b14cfb4 Olga Brani
  height: 14px;
9065 0b14cfb4 Olga Brani
  display: inline-block;
9066 0b14cfb4 Olga Brani
  text-indent: -2000px;
9067 0b14cfb4 Olga Brani
  overflow: hidden;
9068 0b14cfb4 Olga Brani
  background-size: 14px;
9069 0b14cfb4 Olga Brani
  top: 5px;
9070 0b14cfb4 Olga Brani
  left: 18px;
9071 0b14cfb4 Olga Brani
}
9072 0b14cfb4 Olga Brani
/* line 184, ../sass/_wizards.scss */
9073 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .name {
9074 0b14cfb4 Olga Brani
  width: 18.75em;
9075 0b14cfb4 Olga Brani
}
9076 0b14cfb4 Olga Brani
/* line 194, ../sass/_wizards.scss */
9077 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9078 0b14cfb4 Olga Brani
  margin-bottom: 40px;
9079 0b14cfb4 Olga Brani
}
9080 0b14cfb4 Olga Brani
/* line 202, ../sass/_wizards.scss */
9081 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9082 0b14cfb4 Olga Brani
  display: none;
9083 0b14cfb4 Olga Brani
  list-style: none outside none;
9084 0b14cfb4 Olga Brani
  font-size: 0.75em;
9085 0b14cfb4 Olga Brani
  padding: 15px 0;
9086 0b14cfb4 Olga Brani
}
9087 0b14cfb4 Olga Brani
/* line 209, ../sass/_wizards.scss */
9088 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.hover {
9089 0b14cfb4 Olga Brani
  background: #33383d;
9090 0b14cfb4 Olga Brani
}
9091 0b14cfb4 Olga Brani
/* line 212, ../sass/_wizards.scss */
9092 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9093 0b14cfb4 Olga Brani
  background: white;
9094 0b14cfb4 Olga Brani
  color: #485057;
9095 0b14cfb4 Olga Brani
}
9096 0b14cfb4 Olga Brani
/* line 215, ../sass/_wizards.scss */
9097 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9098 0b14cfb4 Olga Brani
  color: #485057;
9099 0b14cfb4 Olga Brani
}
9100 0b14cfb4 Olga Brani
/* line 219, ../sass/_wizards.scss */
9101 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9102 0b14cfb4 Olga Brani
  border-color: #485057;
9103 0b14cfb4 Olga Brani
  color: #485057;
9104 0b14cfb4 Olga Brani
}
9105 0b14cfb4 Olga Brani
/* line 222, ../sass/_wizards.scss */
9106 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9107 0b14cfb4 Olga Brani
  color: white;
9108 0b14cfb4 Olga Brani
  background: #485057;
9109 0b14cfb4 Olga Brani
}
9110 0b14cfb4 Olga Brani
/* line 229, ../sass/_wizards.scss */
9111 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9112 0b14cfb4 Olga Brani
  display: list-item;
9113 0b14cfb4 Olga Brani
}
9114 0b14cfb4 Olga Brani
/* line 232, ../sass/_wizards.scss */
9115 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9116 0b14cfb4 Olga Brani
  float: left;
9117 0b14cfb4 Olga Brani
  width: 50px;
9118 0b14cfb4 Olga Brani
  line-height: 30px;
9119 0b14cfb4 Olga Brani
}
9120 0b14cfb4 Olga Brani
/* line 237, ../sass/_wizards.scss */
9121 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9122 0b14cfb4 Olga Brani
  float: left;
9123 0b14cfb4 Olga Brani
  color: white;
9124 0b14cfb4 Olga Brani
  width: 71%;
9125 0b14cfb4 Olga Brani
  padding-right: 10px;
9126 0b14cfb4 Olga Brani
  line-height: 30px;
9127 0b14cfb4 Olga Brani
}
9128 0b14cfb4 Olga Brani
/* line 244, ../sass/_wizards.scss */
9129 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9130 0b14cfb4 Olga Brani
  float: left;
9131 0b14cfb4 Olga Brani
  width: 10%;
9132 0b14cfb4 Olga Brani
  line-height: 30px;
9133 0b14cfb4 Olga Brani
}
9134 0b14cfb4 Olga Brani
/* line 249, ../sass/_wizards.scss */
9135 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9136 0b14cfb4 Olga Brani
  float: right;
9137 0b14cfb4 Olga Brani
  width: 10%;
9138 0b14cfb4 Olga Brani
  margin-left: 10px;
9139 0b14cfb4 Olga Brani
}
9140 0b14cfb4 Olga Brani
/* line 253, ../sass/_wizards.scss */
9141 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9142 0b14cfb4 Olga Brani
  font-size: 1em;
9143 0b14cfb4 Olga Brani
}
9144 0b14cfb4 Olga Brani
/* line 257, ../sass/_wizards.scss */
9145 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9146 0b14cfb4 Olga Brani
  color: #485057;
9147 0b14cfb4 Olga Brani
}
9148 0b14cfb4 Olga Brani
/* line 262, ../sass/_wizards.scss */
9149 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9150 0b14cfb4 Olga Brani
  display: none;
9151 0b14cfb4 Olga Brani
  background: #e6e6e6;
9152 0b14cfb4 Olga Brani
  padding: 22px 0;
9153 0b14cfb4 Olga Brani
  margin: 20px 6px -9px;
9154 0b14cfb4 Olga Brani
  color: #1e1e1e;
9155 0b14cfb4 Olga Brani
}
9156 0b14cfb4 Olga Brani
/* line 268, ../sass/_wizards.scss */
9157 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9158 0b14cfb4 Olga Brani
  font-size: 1em;
9159 0b14cfb4 Olga Brani
  font-weight: normal;
9160 0b14cfb4 Olga Brani
  margin-bottom: 1em;
9161 0b14cfb4 Olga Brani
  padding-left: 50px;
9162 0b14cfb4 Olga Brani
}
9163 0b14cfb4 Olga Brani
/* line 274, ../sass/_wizards.scss */
9164 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9165 0b14cfb4 Olga Brani
  margin: 0;
9166 0b14cfb4 Olga Brani
  padding-left: 50px;
9167 0b14cfb4 Olga Brani
}
9168 0b14cfb4 Olga Brani
/* line 278, ../sass/_wizards.scss */
9169 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9170 0b14cfb4 Olga Brani
  width: 20%;
9171 0b14cfb4 Olga Brani
  float: left;
9172 0b14cfb4 Olga Brani
  font-weight: normal;
9173 0b14cfb4 Olga Brani
}
9174 0b14cfb4 Olga Brani
/* line 283, ../sass/_wizards.scss */
9175 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9176 0b14cfb4 Olga Brani
  margin: 0 0 5px;
9177 0b14cfb4 Olga Brani
}
9178 0b14cfb4 Olga Brani
/* line 290, ../sass/_wizards.scss */
9179 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9180 0b14cfb4 Olga Brani
  list-style: none outside none;
9181 0b14cfb4 Olga Brani
}
9182 0b14cfb4 Olga Brani
/* line 292, ../sass/_wizards.scss */
9183 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9184 0b14cfb4 Olga Brani
  list-style: none outside none;
9185 0b14cfb4 Olga Brani
  margin-bottom: 30px;
9186 0b14cfb4 Olga Brani
}
9187 0b14cfb4 Olga Brani
/* line 295, ../sass/_wizards.scss */
9188 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9189 0b14cfb4 Olga Brani
  height: 40px;
9190 0b14cfb4 Olga Brani
  overflow: hidden;
9191 0b14cfb4 Olga Brani
  margin-bottom: 0.5em;
9192 0b14cfb4 Olga Brani
  color: white;
9193 0b14cfb4 Olga Brani
  vertical-align: top;
9194 0b14cfb4 Olga Brani
}
9195 0b14cfb4 Olga Brani
/* line 302, ../sass/_wizards.scss */
9196 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .snf-font {
9197 0b14cfb4 Olga Brani
  display: block;
9198 0b14cfb4 Olga Brani
  width: 60px;
9199 0b14cfb4 Olga Brani
  font-size: 38px;
9200 0b14cfb4 Olga Brani
  float: left;
9201 0b14cfb4 Olga Brani
  position: relative;
9202 0b14cfb4 Olga Brani
  bottom: -3px;
9203 0b14cfb4 Olga Brani
}
9204 0b14cfb4 Olga Brani
/* line 310, ../sass/_wizards.scss */
9205 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9206 0b14cfb4 Olga Brani
  font-size: 0.875em;
9207 0b14cfb4 Olga Brani
  float: left;
9208 0b14cfb4 Olga Brani
  width: 140px;
9209 0b14cfb4 Olga Brani
  color: white;
9210 0b14cfb4 Olga Brani
  margin-right: 60px;
9211 0b14cfb4 Olga Brani
  padding-left: 0.625em;
9212 0b14cfb4 Olga Brani
}
9213 0b14cfb4 Olga Brani
/* line 312, ../sass/_wizards.scss */
9214 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9215 0b14cfb4 Olga Brani
  font-weight: normal;
9216 0b14cfb4 Olga Brani
}
9217 0b14cfb4 Olga Brani
/* line 320, ../sass/_wizards.scss */
9218 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9219 0b14cfb4 Olga Brani
  display: block;
9220 0b14cfb4 Olga Brani
  margin-top: 4px;
9221 0b14cfb4 Olga Brani
  font-size: 11px;
9222 0b14cfb4 Olga Brani
  font-style: normal;
9223 0b14cfb4 Olga Brani
  font-weight: normal;
9224 0b14cfb4 Olga Brani
  white-space: nowrap;
9225 0b14cfb4 Olga Brani
  line-height: 13px;
9226 0b14cfb4 Olga Brani
}
9227 0b14cfb4 Olga Brani
/* line 330, ../sass/_wizards.scss */
9228 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9229 0b14cfb4 Olga Brani
  visibility: hidden;
9230 0b14cfb4 Olga Brani
  overflow: hidden;
9231 0b14cfb4 Olga Brani
  min-height: 40px;
9232 0b14cfb4 Olga Brani
  font-size: 11px;
9233 0b14cfb4 Olga Brani
  line-height: 11px;
9234 0b14cfb4 Olga Brani
}
9235 0b14cfb4 Olga Brani
/* line 340, ../sass/_wizards.scss */
9236 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9237 0b14cfb4 Olga Brani
  width: 200px;
9238 0b14cfb4 Olga Brani
  float: left;
9239 0b14cfb4 Olga Brani
  margin-right: 60px;
9240 0b14cfb4 Olga Brani
  height: 20px;
9241 0b14cfb4 Olga Brani
  position: relative;
9242 0b14cfb4 Olga Brani
  top: 10px;
9243 0b14cfb4 Olga Brani
}
9244 0b14cfb4 Olga Brani
/* line 347, ../sass/_wizards.scss */
9245 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9246 0b14cfb4 Olga Brani
  border: 1px solid white;
9247 0b14cfb4 Olga Brani
  padding: 1px;
9248 0b14cfb4 Olga Brani
  height: 100%;
9249 0b14cfb4 Olga Brani
}
9250 0b14cfb4 Olga Brani
/* line 351, ../sass/_wizards.scss */
9251 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9252 0b14cfb4 Olga Brani
  border-color: #919194;
9253 0b14cfb4 Olga Brani
}
9254 0b14cfb4 Olga Brani
/* line 354, ../sass/_wizards.scss */
9255 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9256 0b14cfb4 Olga Brani
  background-color: #919194;
9257 0b14cfb4 Olga Brani
}
9258 0b14cfb4 Olga Brani
/* line 359, ../sass/_wizards.scss */
9259 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9260 0b14cfb4 Olga Brani
  height: 100%;
9261 0b14cfb4 Olga Brani
}
9262 0b14cfb4 Olga Brani
/* line 361, ../sass/_wizards.scss */
9263 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9264 0b14cfb4 Olga Brani
  background: #919194;
9265 0b14cfb4 Olga Brani
  height: 100%;
9266 0b14cfb4 Olga Brani
  float: left;
9267 0b14cfb4 Olga Brani
  position: relative;
9268 0b14cfb4 Olga Brani
}
9269 0b14cfb4 Olga Brani
/* line 366, ../sass/_wizards.scss */
9270 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9271 0b14cfb4 Olga Brani
  background: white;
9272 0b14cfb4 Olga Brani
  height: 100%;
9273 0b14cfb4 Olga Brani
  float: left;
9274 0b14cfb4 Olga Brani
}
9275 0b14cfb4 Olga Brani
/* line 371, ../sass/_wizards.scss */
9276 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9277 0b14cfb4 Olga Brani
  position: absolute;
9278 0b14cfb4 Olga Brani
  right: 10px;
9279 0b14cfb4 Olga Brani
  font-size: 0.5625em;
9280 0b14cfb4 Olga Brani
  top: 2px;
9281 0b14cfb4 Olga Brani
}
9282 0b14cfb4 Olga Brani
/* line 378, ../sass/_wizards.scss */
9283 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9284 0b14cfb4 Olga Brani
  right: -30px;
9285 0b14cfb4 Olga Brani
  color: white;
9286 0b14cfb4 Olga Brani
}
9287 0b14cfb4 Olga Brani
/* line 388, ../sass/_wizards.scss */
9288 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9289 0b14cfb4 Olga Brani
  overflow: hidden;
9290 0b14cfb4 Olga Brani
  list-style: none outside none;
9291 0b14cfb4 Olga Brani
}
9292 0b14cfb4 Olga Brani
/* line 391, ../sass/_wizards.scss */
9293 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9294 0b14cfb4 Olga Brani
  list-style: none outside none;
9295 0b14cfb4 Olga Brani
  display: inline-block;
9296 0b14cfb4 Olga Brani
  margin-right: 10px;
9297 0b14cfb4 Olga Brani
  margin-bottom: 0;
9298 0b14cfb4 Olga Brani
}
9299 0b14cfb4 Olga Brani
/* line 396, ../sass/_wizards.scss */
9300 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9301 0b14cfb4 Olga Brani
  min-width: 60px;
9302 0b14cfb4 Olga Brani
}
9303 0b14cfb4 Olga Brani
/* line 399, ../sass/_wizards.scss */
9304 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9305 0b14cfb4 Olga Brani
  color: #485057;
9306 0b14cfb4 Olga Brani
}
9307 0b14cfb4 Olga Brani
/* line 402, ../sass/_wizards.scss */
9308 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9309 0b14cfb4 Olga Brani
  border-color: #919194;
9310 0b14cfb4 Olga Brani
  color: #919194;
9311 0b14cfb4 Olga Brani
}
9312 0b14cfb4 Olga Brani
/* line 405, ../sass/_wizards.scss */
9313 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:active {
9314 0b14cfb4 Olga Brani
  cursor: default;
9315 0b14cfb4 Olga Brani
  border-width: 1px;
9316 0b14cfb4 Olga Brani
  line-height: 28px;
9317 0b14cfb4 Olga Brani
}
9318 0b14cfb4 Olga Brani
/* line 418, ../sass/_wizards.scss */
9319 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9320 0b14cfb4 Olga Brani
  padding-bottom: 40px;
9321 0b14cfb4 Olga Brani
}
9322 0b14cfb4 Olga Brani
/* line 421, ../sass/_wizards.scss */
9323 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9324 0b14cfb4 Olga Brani
  max-width: 36.25em;
9325 0b14cfb4 Olga Brani
  border-top: 1px solid white;
9326 0b14cfb4 Olga Brani
  padding-top: 1em;
9327 0b14cfb4 Olga Brani
}
9328 0b14cfb4 Olga Brani
/* line 428, ../sass/_wizards.scss */
9329 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9330 0b14cfb4 Olga Brani
  border-top: 0 none;
9331 0b14cfb4 Olga Brani
  margin-top: 0;
9332 0b14cfb4 Olga Brani
}
9333 0b14cfb4 Olga Brani
/* line 433, ../sass/_wizards.scss */
9334 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9335 0b14cfb4 Olga Brani
  font-weight: bold;
9336 0b14cfb4 Olga Brani
}
9337 0b14cfb4 Olga Brani
/* line 439, ../sass/_wizards.scss */
9338 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9339 0b14cfb4 Olga Brani
  font-size: 1em;
9340 0b14cfb4 Olga Brani
  color: white;
9341 0b14cfb4 Olga Brani
  margin-bottom: 1em;
9342 0b14cfb4 Olga Brani
}
9343 0b14cfb4 Olga Brani
/* line 444, ../sass/_wizards.scss */
9344 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9345 0b14cfb4 Olga Brani
  margin-bottom: 0;
9346 0b14cfb4 Olga Brani
}
9347 0b14cfb4 Olga Brani
/* line 446, ../sass/_wizards.scss */
9348 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9349 0b14cfb4 Olga Brani
  width: 40px;
9350 0b14cfb4 Olga Brani
  display: inline-block;
9351 0b14cfb4 Olga Brani
  font-size: 20px;
9352 0b14cfb4 Olga Brani
  position: relative;
9353 0b14cfb4 Olga Brani
  bottom: -2px;
9354 0b14cfb4 Olga Brani
}
9355 0b14cfb4 Olga Brani
/* line 453, ../sass/_wizards.scss */
9356 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9357 0b14cfb4 Olga Brani
  display: inline-block;
9358 0b14cfb4 Olga Brani
  width: 42%;
9359 0b14cfb4 Olga Brani
  vertical-align: top;
9360 0b14cfb4 Olga Brani
  font-weight: 600;
9361 0b14cfb4 Olga Brani
}
9362 0b14cfb4 Olga Brani
/* line 459, ../sass/_wizards.scss */
9363 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9364 0b14cfb4 Olga Brani
  display: inline-block;
9365 0b14cfb4 Olga Brani
  width: 45%;
9366 0b14cfb4 Olga Brani
  margin-bottom: 1em;
9367 0b14cfb4 Olga Brani
}
9368 0b14cfb4 Olga Brani
/* line 466, ../sass/_wizards.scss */
9369 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9370 0b14cfb4 Olga Brani
  color: white;
9371 0b14cfb4 Olga Brani
}
9372 0b14cfb4 Olga Brani
/* line 468, ../sass/_wizards.scss */
9373 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9374 0b14cfb4 Olga Brani
  color: white;
9375 0b14cfb4 Olga Brani
  font-size: 1em;
9376 0b14cfb4 Olga Brani
  margin-bottom: 10px;
9377 0b14cfb4 Olga Brani
  line-height: 1;
9378 0b14cfb4 Olga Brani
}
9379 0b14cfb4 Olga Brani
/* line 474, ../sass/_wizards.scss */
9380 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9381 0b14cfb4 Olga Brani
  font-size: 10px;
9382 0b14cfb4 Olga Brani
}
9383 0b14cfb4 Olga Brani
/* line 477, ../sass/_wizards.scss */
9384 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
9385 0b14cfb4 Olga Brani
  color: white;
9386 0b14cfb4 Olga Brani
}
9387 0b14cfb4 Olga Brani
/* line 480, ../sass/_wizards.scss */
9388 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9389 0b14cfb4 Olga Brani
  margin: 50px 0 2.5em;
9390 0b14cfb4 Olga Brani
}
9391 0b14cfb4 Olga Brani
/* line 482, ../sass/_wizards.scss */
9392 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9393 0b14cfb4 Olga Brani
  color: white;
9394 0b14cfb4 Olga Brani
}
9395 0b14cfb4 Olga Brani
/* line 484, ../sass/_wizards.scss */
9396 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9397 0b14cfb4 Olga Brani
  padding-left: 24px;
9398 0b14cfb4 Olga Brani
}
9399 0b14cfb4 Olga Brani
/* line 491, ../sass/_wizards.scss */
9400 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9401 0b14cfb4 Olga Brani
  color: white;
9402 0b14cfb4 Olga Brani
  font-size: 1em;
9403 0b14cfb4 Olga Brani
  margin-bottom: 0.5em;
9404 0b14cfb4 Olga Brani
}
9405 0b14cfb4 Olga Brani
/* line 499, ../sass/_wizards.scss */
9406 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover {
9407 0b14cfb4 Olga Brani
  color: white;
9408 0b14cfb4 Olga Brani
}
9409 0b14cfb4 Olga Brani
/* line 502, ../sass/_wizards.scss */
9410 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover {
9411 0b14cfb4 Olga Brani
  color: #485057;
9412 0b14cfb4 Olga Brani
}
9413 0b14cfb4 Olga Brani
/* line 506, ../sass/_wizards.scss */
9414 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9415 0b14cfb4 Olga Brani
  display: none;
9416 0b14cfb4 Olga Brani
}
9417 0b14cfb4 Olga Brani
/* line 508, ../sass/_wizards.scss */
9418 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9419 0b14cfb4 Olga Brani
  font-size: 20px;
9420 0b14cfb4 Olga Brani
}
9421 0b14cfb4 Olga Brani
/* line 511, ../sass/_wizards.scss */
9422 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9423 0b14cfb4 Olga Brani
  padding: 2.5em 0;
9424 0b14cfb4 Olga Brani
}
9425 0b14cfb4 Olga Brani
/* line 514, ../sass/_wizards.scss */
9426 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9427 0b14cfb4 Olga Brani
  max-width: 340px;
9428 0b14cfb4 Olga Brani
  margin-bottom: 20px;
9429 0b14cfb4 Olga Brani
}
9430 0b14cfb4 Olga Brani
/* line 520, ../sass/_wizards.scss */
9431 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9432 0b14cfb4 Olga Brani
  position: relative;
9433 0b14cfb4 Olga Brani
  list-style: none outside none;
9434 0b14cfb4 Olga Brani
  margin-bottom: 7px;
9435 0b14cfb4 Olga Brani
}
9436 0b14cfb4 Olga Brani
/* line 525, ../sass/_wizards.scss */
9437 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9438 0b14cfb4 Olga Brani
  cursor: pointer;
9439 0b14cfb4 Olga Brani
}
9440 0b14cfb4 Olga Brani
/* line 529, ../sass/_wizards.scss */
9441 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9442 0b14cfb4 Olga Brani
  width: 18.75em;
9443 0b14cfb4 Olga Brani
  color: white;
9444 0b14cfb4 Olga Brani
  font-size: 1em;
9445 0b14cfb4 Olga Brani
  font-weight: normal;
9446 0b14cfb4 Olga Brani
  margin: 0 28px 0 0;
9447 0b14cfb4 Olga Brani
  display: inline-block;
9448 0b14cfb4 Olga Brani
}
9449 0b14cfb4 Olga Brani
/* line 541, ../sass/_wizards.scss */
9450 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9451 0b14cfb4 Olga Brani
  background-color: #ff7049;
9452 0b14cfb4 Olga Brani
}
9453 0b14cfb4 Olga Brani
/* line 543, ../sass/_wizards.scss */
9454 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .volume_options > li .options-bar .options li a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .volume_options > li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a {
9455 0b14cfb4 Olga Brani
  margin-top: 3px;
9456 0b14cfb4 Olga Brani
}
9457 0b14cfb4 Olga Brani
/* line 548, ../sass/_wizards.scss */
9458 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9459 0b14cfb4 Olga Brani
  background-color: #ff948c;
9460 0b14cfb4 Olga Brani
}
9461 0b14cfb4 Olga Brani
/* line 550, ../sass/_wizards.scss */
9462 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9463 0b14cfb4 Olga Brani
  position: relative;
9464 0b14cfb4 Olga Brani
  margin-bottom: 0;
9465 0b14cfb4 Olga Brani
}
9466 0b14cfb4 Olga Brani
/* line 555, ../sass/_wizards.scss */
9467 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9468 0b14cfb4 Olga Brani
  padding-right: 30px;
9469 0b14cfb4 Olga Brani
  display: inline-block;
9470 0b14cfb4 Olga Brani
  width: 145px;
9471 0b14cfb4 Olga Brani
  text-align: right;
9472 0b14cfb4 Olga Brani
  font-size: 30px;
9473 0b14cfb4 Olga Brani
  margin-bottom: 0;
9474 0b14cfb4 Olga Brani
  position: relative;
9475 0b14cfb4 Olga Brani
}
9476 0b14cfb4 Olga Brani
/* line 563, ../sass/_wizards.scss */
9477 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9478 0b14cfb4 Olga Brani
  position: relative;
9479 0b14cfb4 Olga Brani
}
9480 0b14cfb4 Olga Brani
/* line 565, ../sass/_wizards.scss */
9481 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-router-outline {
9482 0b14cfb4 Olga Brani
  top: -1px;
9483 0b14cfb4 Olga Brani
}
9484 0b14cfb4 Olga Brani
/* line 568, ../sass/_wizards.scss */
9485 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9486 0b14cfb4 Olga Brani
  top: 5px;
9487 0b14cfb4 Olga Brani
}
9488 0b14cfb4 Olga Brani
/* line 571, ../sass/_wizards.scss */
9489 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-network-full {
9490 0b14cfb4 Olga Brani
  top: 5px;
9491 0b14cfb4 Olga Brani
}
9492 0b14cfb4 Olga Brani
/* line 574, ../sass/_wizards.scss */
9493 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9494 0b14cfb4 Olga Brani
  position: absolute;
9495 0b14cfb4 Olga Brani
  height: 1px;
9496 0b14cfb4 Olga Brani
  width: 13px;
9497 0b14cfb4 Olga Brani
  background: white;
9498 0b14cfb4 Olga Brani
  bottom: 15px;
9499 0b14cfb4 Olga Brani
}
9500 0b14cfb4 Olga Brani
/* line 580, ../sass/_wizards.scss */
9501 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line1 {
9502 0b14cfb4 Olga Brani
  right: 56px;
9503 0b14cfb4 Olga Brani
}
9504 0b14cfb4 Olga Brani
/* line 581, ../sass/_wizards.scss */
9505 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line2 {
9506 0b14cfb4 Olga Brani
  right: 97px;
9507 0b14cfb4 Olga Brani
  width: 10px;
9508 0b14cfb4 Olga Brani
}
9509 0b14cfb4 Olga Brani
/* line 588, ../sass/_wizards.scss */
9510 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
9511 0b14cfb4 Olga Brani
  background: #ffb5af;
9512 0b14cfb4 Olga Brani
  margin: 2.5em 6px;
9513 0b14cfb4 Olga Brani
  padding: 2.5em 0;
9514 0b14cfb4 Olga Brani
  color: #fff;
9515 0b14cfb4 Olga Brani
}
9516 0b14cfb4 Olga Brani
/* line 593, ../sass/_wizards.scss */
9517 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
9518 0b14cfb4 Olga Brani
  color: #fff;
9519 0b14cfb4 Olga Brani
  padding-left: 145px;
9520 0b14cfb4 Olga Brani
}
9521 0b14cfb4 Olga Brani
/* line 596, ../sass/_wizards.scss */
9522 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
9523 0b14cfb4 Olga Brani
  cursor: pointer;
9524 0b14cfb4 Olga Brani
}
9525 0b14cfb4 Olga Brani
/* line 600, ../sass/_wizards.scss */
9526 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .flavor li.more .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor .advanced-conf-step .advanced-conf-options .networks-area li.more .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .networks-area .volume_options > li .options-bar .options li.more a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .volume_options > li .options-bar .options li.more a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options .advanced-conf-step .advanced-conf-options .networks-area li.more a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options .advanced-conf-step .advanced-conf-options .networks-area li.more a {
9527 0b14cfb4 Olga Brani
  margin-top: 20px;
9528 0b14cfb4 Olga Brani
  border-color: #fff;
9529 0b14cfb4 Olga Brani
  color: #fff;
9530 0b14cfb4 Olga Brani
  margin-left: 145px;
9531 0b14cfb4 Olga Brani
}
9532 0b14cfb4 Olga Brani
/* line 608, ../sass/_wizards.scss */
9533 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .with-checkbox a span {
9534 0b14cfb4 Olga Brani
  color: #fff;
9535 0b14cfb4 Olga Brani
}
9536 0b14cfb4 Olga Brani
/* line 617, ../sass/_wizards.scss */
9537 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
9538 0b14cfb4 Olga Brani
  background-color: #4c71ff;
9539 0b14cfb4 Olga Brani
}
9540 0b14cfb4 Olga Brani
/* line 619, ../sass/_wizards.scss */
9541 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
9542 0b14cfb4 Olga Brani
  display: none;
9543 0b14cfb4 Olga Brani
}
9544 0b14cfb4 Olga Brani
/* line 622, ../sass/_wizards.scss */
9545 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
9546 0b14cfb4 Olga Brani
  position: relative;
9547 0b14cfb4 Olga Brani
  width: 207px;
9548 0b14cfb4 Olga Brani
  margin: 30px 5px;
9549 0b14cfb4 Olga Brani
  display: inline-block;
9550 0b14cfb4 Olga Brani
}
9551 0b14cfb4 Olga Brani
/* line 628, ../sass/_wizards.scss */
9552 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
9553 0b14cfb4 Olga Brani
  margin-top: 77px;
9554 0b14cfb4 Olga Brani
  margin-bottom: 30px;
9555 0b14cfb4 Olga Brani
}
9556 0b14cfb4 Olga Brani
/* line 632, ../sass/_wizards.scss */
9557 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .tags-area .volume_options > li .options-bar .options li a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .volume_options > li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a {
9558 0b14cfb4 Olga Brani
  margin-right: 20px;
9559 0b14cfb4 Olga Brani
}
9560 0b14cfb4 Olga Brani
/* line 635, ../sass/_wizards.scss */
9561 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker #color, .snf-color-picker .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #color {
9562 0b14cfb4 Olga Brani
  left: 10px;
9563 0b14cfb4 Olga Brani
}
9564 0b14cfb4 Olga Brani
/* line 638, ../sass/_wizards.scss */
9565 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
9566 0b14cfb4 Olga Brani
  width: 18.75em;
9567 0b14cfb4 Olga Brani
  color: white;
9568 0b14cfb4 Olga Brani
  font-size: 1em;
9569 0b14cfb4 Olga Brani
  font-weight: normal;
9570 0b14cfb4 Olga Brani
  margin: 0 28px 0 0;
9571 0b14cfb4 Olga Brani
  display: inline-block;
9572 0b14cfb4 Olga Brani
}
9573 0b14cfb4 Olga Brani
/* line 647, ../sass/_wizards.scss */
9574 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
9575 0b14cfb4 Olga Brani
  position: relative;
9576 0b14cfb4 Olga Brani
  left: -14px;
9577 0b14cfb4 Olga Brani
}
9578 0b14cfb4 Olga Brani
/* line 650, ../sass/_wizards.scss */
9579 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
9580 0b14cfb4 Olga Brani
  margin-right: 35px;
9581 0b14cfb4 Olga Brani
}
9582 0b14cfb4 Olga Brani
/* line 659, ../sass/_wizards.scss */
9583 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
9584 0b14cfb4 Olga Brani
  position: fixed;
9585 0b14cfb4 Olga Brani
  left: 0;
9586 0b14cfb4 Olga Brani
  right: 0;
9587 0b14cfb4 Olga Brani
  bottom: 0;
9588 0b14cfb4 Olga Brani
  border-top: 1px solid #636a70;
9589 0b14cfb4 Olga Brani
  background: #485057;
9590 0b14cfb4 Olga Brani
}
9591 0b14cfb4 Olga Brani
/* line 666, ../sass/_wizards.scss */
9592 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
9593 0b14cfb4 Olga Brani
  height: 40px;
9594 0b14cfb4 Olga Brani
  line-height: 40px;
9595 0b14cfb4 Olga Brani
}
9596 0b14cfb4 Olga Brani
/* line 670, ../sass/_wizards.scss */
9597 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
9598 0b14cfb4 Olga Brani
  height: 40px;
9599 0b14cfb4 Olga Brani
  line-height: 40px;
9600 0b14cfb4 Olga Brani
  color: white;
9601 0b14cfb4 Olga Brani
  display: inline-block;
9602 0b14cfb4 Olga Brani
  position: relative;
9603 0b14cfb4 Olga Brani
  font-size: 0.75em;
9604 0b14cfb4 Olga Brani
  top: 5px;
9605 0b14cfb4 Olga Brani
  width: 100px;
9606 0b14cfb4 Olga Brani
}
9607 0b14cfb4 Olga Brani
/* line 680, ../sass/_wizards.scss */
9608 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
9609 0b14cfb4 Olga Brani
  -webkit-transition: background 0ms ease-out;
9610 0b14cfb4 Olga Brani
  -moz-transition: background 0ms ease-out;
9611 0b14cfb4 Olga Brani
  -ms-transition: background 0ms ease-out;
9612 0b14cfb4 Olga Brani
  -o-transition: background 0ms ease-out;
9613 0b14cfb4 Olga Brani
  transition: background 0ms ease-out;
9614 0b14cfb4 Olga Brani
}
9615 0b14cfb4 Olga Brani
/* line 683, ../sass/_wizards.scss */
9616 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
9617 0b14cfb4 Olga Brani
  display: inline-block;
9618 0b14cfb4 Olga Brani
  height: 30px;
9619 0b14cfb4 Olga Brani
  line-height: 30px;
9620 0b14cfb4 Olga Brani
  float: left;
9621 0b14cfb4 Olga Brani
}
9622 0b14cfb4 Olga Brani
/* line 689, ../sass/_wizards.scss */
9623 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
9624 0b14cfb4 Olga Brani
  -webkit-transition: background 0ms linear;
9625 0b14cfb4 Olga Brani
  -moz-transition: background 0ms linear;
9626 0b14cfb4 Olga Brani
  -ms-transition: background 0ms linear;
9627 0b14cfb4 Olga Brani
  -o-transition: background 0ms linear;
9628 0b14cfb4 Olga Brani
  transition: background 0ms linear;
9629 0b14cfb4 Olga Brani
}
9630 0b14cfb4 Olga Brani
/* line 694, ../sass/_wizards.scss */
9631 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
9632 0b14cfb4 Olga Brani
  float: left;
9633 0b14cfb4 Olga Brani
  height: 30px;
9634 0b14cfb4 Olga Brani
  padding-left: 18px;
9635 0b14cfb4 Olga Brani
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9636 0b14cfb4 Olga Brani
}
9637 0b14cfb4 Olga Brani
/* line 699, ../sass/_wizards.scss */
9638 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
9639 0b14cfb4 Olga Brani
  padding-right: 10px;
9640 0b14cfb4 Olga Brani
  background: url("../images/nav-lt.png") no-repeat right top;
9641 0b14cfb4 Olga Brani
}
9642 0b14cfb4 Olga Brani
/* line 705, ../sass/_wizards.scss */
9643 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus {
9644 0b14cfb4 Olga Brani
  background-position: left bottom;
9645 0b14cfb4 Olga Brani
}
9646 0b14cfb4 Olga Brani
/* line 707, ../sass/_wizards.scss */
9647 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus span {
9648 0b14cfb4 Olga Brani
  background-position: right bottom;
9649 0b14cfb4 Olga Brani
}
9650 0b14cfb4 Olga Brani
/* line 712, ../sass/_wizards.scss */
9651 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
9652 0b14cfb4 Olga Brani
  float: right;
9653 0b14cfb4 Olga Brani
  height: 30px;
9654 0b14cfb4 Olga Brani
  padding-right: 18px;
9655 0b14cfb4 Olga Brani
  background: url("../images/nav-edge-rt.png") no-repeat right top;
9656 0b14cfb4 Olga Brani
}
9657 0b14cfb4 Olga Brani
/* line 717, ../sass/_wizards.scss */
9658 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
9659 0b14cfb4 Olga Brani
  padding-left: 10px;
9660 0b14cfb4 Olga Brani
  background: url("../images/nav-rt.png") no-repeat left top;
9661 0b14cfb4 Olga Brani
  float: right;
9662 0b14cfb4 Olga Brani
}
9663 0b14cfb4 Olga Brani
/* line 724, ../sass/_wizards.scss */
9664 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus {
9665 0b14cfb4 Olga Brani
  background-position: right bottom;
9666 0b14cfb4 Olga Brani
}
9667 0b14cfb4 Olga Brani
/* line 726, ../sass/_wizards.scss */
9668 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus span {
9669 0b14cfb4 Olga Brani
  background-position: left bottom;
9670 0b14cfb4 Olga Brani
  float: right;
9671 0b14cfb4 Olga Brani
}
9672 0b14cfb4 Olga Brani
9673 0b14cfb4 Olga Brani
/* line 744, ../sass/_wizards.scss */
9674 0b14cfb4 Olga Brani
#network-wizard a.nav:focus {
9675 0b14cfb4 Olga Brani
  border: none;
9676 0b14cfb4 Olga Brani
}
9677 0b14cfb4 Olga Brani
/* line 747, ../sass/_wizards.scss */
9678 0b14cfb4 Olga Brani
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
9679 0b14cfb4 Olga Brani
  border: 1px solid #aee7cc;
9680 0b14cfb4 Olga Brani
  padding: 2px;
9681 0b14cfb4 Olga Brani
}
9682 0b14cfb4 Olga Brani
/* line 752, ../sass/_wizards.scss */
9683 0b14cfb4 Olga Brani
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
9684 0b14cfb4 Olga Brani
  font-size: 1.3em;
9685 0b14cfb4 Olga Brani
}
9686 0b14cfb4 Olga Brani
/* line 755, ../sass/_wizards.scss */
9687 0b14cfb4 Olga Brani
#network-wizard .subnet_options {
9688 0b14cfb4 Olga Brani
  margin: 0;
9689 0b14cfb4 Olga Brani
}
9690 0b14cfb4 Olga Brani
/* line 757, ../sass/_wizards.scss */
9691 0b14cfb4 Olga Brani
#network-wizard .subnet_options li {
9692 0b14cfb4 Olga Brani
  margin-top: 20px;
9693 0b14cfb4 Olga Brani
}
9694 0b14cfb4 Olga Brani
/* line 762, ../sass/_wizards.scss */
9695 0b14cfb4 Olga Brani
#network-wizard .step a {
9696 0b14cfb4 Olga Brani
  color: white;
9697 0b14cfb4 Olga Brani
}
9698 0b14cfb4 Olga Brani
/* line 763, ../sass/_wizards.scss */
9699 0b14cfb4 Olga Brani
#network-wizard .step .network_options {
9700 0b14cfb4 Olga Brani
  position: relative;
9701 0b14cfb4 Olga Brani
  padding-bottom: 20px;
9702 0b14cfb4 Olga Brani
}
9703 0b14cfb4 Olga Brani
/* line 766, ../sass/_wizards.scss */
9704 0b14cfb4 Olga Brani
#network-wizard .step .network_options .explanatory {
9705 0b14cfb4 Olga Brani
  font-size: 0.75em;
9706 0b14cfb4 Olga Brani
  margin-top: 20px;
9707 0b14cfb4 Olga Brani
  margin-bottom: 60px;
9708 0b14cfb4 Olga Brani
}
9709 0b14cfb4 Olga Brani
/* line 771, ../sass/_wizards.scss */
9710 0b14cfb4 Olga Brani
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
9711 0b14cfb4 Olga Brani
  position: absolute;
9712 0b14cfb4 Olga Brani
  right: 0;
9713 0b14cfb4 Olga Brani
}
9714 0b14cfb4 Olga Brani
/* line 774, ../sass/_wizards.scss */
9715 0b14cfb4 Olga Brani
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
9716 0b14cfb4 Olga Brani
  right: -3px;
9717 0b14cfb4 Olga Brani
  top: -3px;
9718 0b14cfb4 Olga Brani
}
9719 0b14cfb4 Olga Brani
/* line 779, ../sass/_wizards.scss */
9720 0b14cfb4 Olga Brani
#network-wizard .step .network_options .network-name {
9721 0b14cfb4 Olga Brani
  margin: 40px 0;
9722 0b14cfb4 Olga Brani
}
9723 0b14cfb4 Olga Brani
/* line 781, ../sass/_wizards.scss */
9724 0b14cfb4 Olga Brani
#network-wizard .step .network_options .network-name h2 {
9725 0b14cfb4 Olga Brani
  color: white;
9726 0b14cfb4 Olga Brani
  font-size: 1em;
9727 0b14cfb4 Olga Brani
}
9728 0b14cfb4 Olga Brani
/* line 788, ../sass/_wizards.scss */
9729 0b14cfb4 Olga Brani
#network-wizard .step .network_options li {
9730 0b14cfb4 Olga Brani
  display: block;
9731 0b14cfb4 Olga Brani
  width: 360px;
9732 0b14cfb4 Olga Brani
}
9733 0b14cfb4 Olga Brani
/* line 791, ../sass/_wizards.scss */
9734 0b14cfb4 Olga Brani
#network-wizard .step .network_options li.manual {
9735 0b14cfb4 Olga Brani
  position: relative;
9736 0b14cfb4 Olga Brani
}
9737 0b14cfb4 Olga Brani
/* line 793, ../sass/_wizards.scss */
9738 0b14cfb4 Olga Brani
#network-wizard .step .network_options li.manual .input {
9739 0b14cfb4 Olga Brani
  position: absolute;
9740 0b14cfb4 Olga Brani
  right: -170px;
9741 0b14cfb4 Olga Brani
  width: 150px;
9742 0b14cfb4 Olga Brani
  bottom: 5px;
9743 0b14cfb4 Olga Brani
  display: none;
9744 0b14cfb4 Olga Brani
}
9745 0b14cfb4 Olga Brani
/* line 801, ../sass/_wizards.scss */
9746 0b14cfb4 Olga Brani
#network-wizard .step .network_options li.project-selection li {
9747 0b14cfb4 Olga Brani
  width: 100%;
9748 0b14cfb4 Olga Brani
}
9749 0b14cfb4 Olga Brani
9750 0b14cfb4 Olga Brani
/* line 812, ../sass/_wizards.scss */
9751 0b14cfb4 Olga Brani
#volume-wizard a.nav:focus {
9752 0b14cfb4 Olga Brani
  border: none;
9753 0b14cfb4 Olga Brani
}
9754 0b14cfb4 Olga Brani
/* line 815, ../sass/_wizards.scss */
9755 0b14cfb4 Olga Brani
#volume-wizard a.radio_btn:focus, #volume-wizard a.check:focus {
9756 0b14cfb4 Olga Brani
  border: 1px solid #aee7cc;
9757 0b14cfb4 Olga Brani
  padding: 2px;
9758 0b14cfb4 Olga Brani
}
9759 0b14cfb4 Olga Brani
/* line 820, ../sass/_wizards.scss */
9760 0b14cfb4 Olga Brani
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
9761 0b14cfb4 Olga Brani
  font-size: 1.3em;
9762 0b14cfb4 Olga Brani
}
9763 0b14cfb4 Olga Brani
/* line 824, ../sass/_wizards.scss */
9764 0b14cfb4 Olga Brani
#volume-wizard .step a {
9765 0b14cfb4 Olga Brani
  color: white;
9766 0b14cfb4 Olga Brani
}
9767 0b14cfb4 Olga Brani
/* line 827, ../sass/_wizards.scss */
9768 0b14cfb4 Olga Brani
#volume-wizard .step p {
9769 0b14cfb4 Olga Brani
  font-size: 14px;
9770 0b14cfb4 Olga Brani
  line-height: 1;
9771 0b14cfb4 Olga Brani
}
9772 0b14cfb4 Olga Brani
/* line 831, ../sass/_wizards.scss */
9773 0b14cfb4 Olga Brani
#volume-wizard .step h2 {
9774 0b14cfb4 Olga Brani
  color: white;
9775 0b14cfb4 Olga Brani
  font-size: 1em;
9776 0b14cfb4 Olga Brani
}
9777 0b14cfb4 Olga Brani
/* line 836, ../sass/_wizards.scss */
9778 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li {
9779 0b14cfb4 Olga Brani
  display: block;
9780 0b14cfb4 Olga Brani
  list-style: none outside none;
9781 0b14cfb4 Olga Brani
  margin-bottom: 30px;
9782 0b14cfb4 Olga Brani
}
9783 0b14cfb4 Olga Brani
/* line 838, ../sass/_wizards.scss */
9784 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li.volume-name {
9785 0b14cfb4 Olga Brani
  margin: 40px 0;
9786 0b14cfb4 Olga Brani
}
9787 0b14cfb4 Olga Brani
/* line 843, ../sass/_wizards.scss */
9788 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .title {
9789 0b14cfb4 Olga Brani
  height: 40px;
9790 0b14cfb4 Olga Brani
  overflow: hidden;
9791 0b14cfb4 Olga Brani
  margin-bottom: 0.5em;
9792 0b14cfb4 Olga Brani
  color: white;
9793 0b14cfb4 Olga Brani
  vertical-align: top;
9794 0b14cfb4 Olga Brani
}
9795 0b14cfb4 Olga Brani
/* line 850, ../sass/_wizards.scss */
9796 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .title .snf-font {
9797 0b14cfb4 Olga Brani
  display: block;
9798 0b14cfb4 Olga Brani
  width: 60px;
9799 0b14cfb4 Olga Brani
  font-size: 38px;
9800 0b14cfb4 Olga Brani
  float: left;
9801 0b14cfb4 Olga Brani
  position: relative;
9802 0b14cfb4 Olga Brani
  bottom: -3px;
9803 0b14cfb4 Olga Brani
}
9804 0b14cfb4 Olga Brani
/* line 858, ../sass/_wizards.scss */
9805 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .title h2 {
9806 0b14cfb4 Olga Brani
  font-size: 0.875em;
9807 0b14cfb4 Olga Brani
  float: left;
9808 0b14cfb4 Olga Brani
  width: 140px;
9809 0b14cfb4 Olga Brani
  color: white;
9810 0b14cfb4 Olga Brani
  margin-right: 60px;
9811 0b14cfb4 Olga Brani
  padding-left: 0.625em;
9812 0b14cfb4 Olga Brani
}
9813 0b14cfb4 Olga Brani
/* line 860, ../sass/_wizards.scss */
9814 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .title h2 span {
9815 0b14cfb4 Olga Brani
  font-weight: normal;
9816 0b14cfb4 Olga Brani
}
9817 0b14cfb4 Olga Brani
/* line 868, ../sass/_wizards.scss */
9818 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .title h2 em {
9819 0b14cfb4 Olga Brani
  display: block;
9820 0b14cfb4 Olga Brani
  margin-top: 4px;
9821 0b14cfb4 Olga Brani
  font-size: 11px;
9822 0b14cfb4 Olga Brani
  font-style: normal;
9823 0b14cfb4 Olga Brani
  font-weight: normal;
9824 0b14cfb4 Olga Brani
  white-space: nowrap;
9825 0b14cfb4 Olga Brani
  line-height: 13px;
9826 0b14cfb4 Olga Brani
}
9827 0b14cfb4 Olga Brani
/* line 878, ../sass/_wizards.scss */
9828 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .title p {
9829 0b14cfb4 Olga Brani
  visibility: hidden;
9830 0b14cfb4 Olga Brani
  overflow: hidden;
9831 0b14cfb4 Olga Brani
  min-height: 40px;
9832 0b14cfb4 Olga Brani
  font-size: 11px;
9833 0b14cfb4 Olga Brani
  line-height: 11px;
9834 0b14cfb4 Olga Brani
}
9835 0b14cfb4 Olga Brani
/* line 888, ../sass/_wizards.scss */
9836 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar {
9837 0b14cfb4 Olga Brani
  width: 200px;
9838 0b14cfb4 Olga Brani
  float: left;
9839 0b14cfb4 Olga Brani
  margin-right: 60px;
9840 0b14cfb4 Olga Brani
  height: 20px;
9841 0b14cfb4 Olga Brani
  position: relative;
9842 0b14cfb4 Olga Brani
  top: 10px;
9843 0b14cfb4 Olga Brani
}
9844 0b14cfb4 Olga Brani
/* line 895, ../sass/_wizards.scss */
9845 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
9846 0b14cfb4 Olga Brani
  border: 1px solid white;
9847 0b14cfb4 Olga Brani
  padding: 1px;
9848 0b14cfb4 Olga Brani
  height: 100%;
9849 0b14cfb4 Olga Brani
}
9850 0b14cfb4 Olga Brani
/* line 899, ../sass/_wizards.scss */
9851 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
9852 0b14cfb4 Olga Brani
  border-color: #919194;
9853 0b14cfb4 Olga Brani
}
9854 0b14cfb4 Olga Brani
/* line 902, ../sass/_wizards.scss */
9855 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9856 0b14cfb4 Olga Brani
  background-color: #919194;
9857 0b14cfb4 Olga Brani
}
9858 0b14cfb4 Olga Brani
/* line 907, ../sass/_wizards.scss */
9859 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
9860 0b14cfb4 Olga Brani
  height: 100%;
9861 0b14cfb4 Olga Brani
}
9862 0b14cfb4 Olga Brani
/* line 909, ../sass/_wizards.scss */
9863 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
9864 0b14cfb4 Olga Brani
  background: #919194;
9865 0b14cfb4 Olga Brani
  height: 100%;
9866 0b14cfb4 Olga Brani
  float: left;
9867 0b14cfb4 Olga Brani
  position: relative;
9868 0b14cfb4 Olga Brani
}
9869 0b14cfb4 Olga Brani
/* line 914, ../sass/_wizards.scss */
9870 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
9871 0b14cfb4 Olga Brani
  background: white;
9872 0b14cfb4 Olga Brani
  height: 100%;
9873 0b14cfb4 Olga Brani
  float: left;
9874 0b14cfb4 Olga Brani
}
9875 0b14cfb4 Olga Brani
/* line 919, ../sass/_wizards.scss */
9876 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
9877 0b14cfb4 Olga Brani
  position: absolute;
9878 0b14cfb4 Olga Brani
  right: 10px;
9879 0b14cfb4 Olga Brani
  font-size: 0.5625em;
9880 0b14cfb4 Olga Brani
  top: 2px;
9881 0b14cfb4 Olga Brani
}
9882 0b14cfb4 Olga Brani
/* line 926, ../sass/_wizards.scss */
9883 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
9884 0b14cfb4 Olga Brani
  right: -30px;
9885 0b14cfb4 Olga Brani
  color: white;
9886 0b14cfb4 Olga Brani
}
9887 0b14cfb4 Olga Brani
/* line 935, ../sass/_wizards.scss */
9888 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .options {
9889 0b14cfb4 Olga Brani
  overflow: hidden;
9890 0b14cfb4 Olga Brani
  list-style: none outside none;
9891 0b14cfb4 Olga Brani
}
9892 0b14cfb4 Olga Brani
/* line 938, ../sass/_wizards.scss */
9893 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .options li {
9894 0b14cfb4 Olga Brani
  list-style: none outside none;
9895 0b14cfb4 Olga Brani
  display: inline-block;
9896 0b14cfb4 Olga Brani
  margin-right: 10px;
9897 0b14cfb4 Olga Brani
  margin-bottom: 0;
9898 0b14cfb4 Olga Brani
}
9899 0b14cfb4 Olga Brani
/* line 943, ../sass/_wizards.scss */
9900 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .options li a {
9901 0b14cfb4 Olga Brani
  min-width: 60px;
9902 0b14cfb4 Olga Brani
}
9903 0b14cfb4 Olga Brani
/* line 946, ../sass/_wizards.scss */
9904 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
9905 0b14cfb4 Olga Brani
  color: #485057;
9906 0b14cfb4 Olga Brani
}
9907 0b14cfb4 Olga Brani
/* line 949, ../sass/_wizards.scss */
9908 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
9909 0b14cfb4 Olga Brani
  border-color: #919194;
9910 0b14cfb4 Olga Brani
  color: #919194;
9911 0b14cfb4 Olga Brani
}
9912 0b14cfb4 Olga Brani
/* line 952, ../sass/_wizards.scss */
9913 0b14cfb4 Olga Brani
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled:hover, #volume-wizard .step .volume_options > li .options-bar .options li a.disabled:active {
9914 0b14cfb4 Olga Brani
  cursor: default;
9915 0b14cfb4 Olga Brani
  border-width: 1px;
9916 0b14cfb4 Olga Brani
  line-height: 28px;
9917 0b14cfb4 Olga Brani
}
9918 0b14cfb4 Olga Brani
/* line 965, ../sass/_wizards.scss */
9919 0b14cfb4 Olga Brani
#volume-wizard .step .explain {
9920 0b14cfb4 Olga Brani
  margin-bottom: 1em;
9921 0b14cfb4 Olga Brani
}
9922 0b14cfb4 Olga Brani
9923 0b14cfb4 Olga Brani
/*
9924 0b14cfb4 Olga Brani

9925 0b14cfb4 Olga Brani
Overlays (Todo: clean up)
9926 0b14cfb4 Olga Brani

9927 0b14cfb4 Olga Brani
*/
9928 0b14cfb4 Olga Brani
/* line 6, ../sass/_overlays.scss */
9929 0b14cfb4 Olga Brani
body.with-overlay {
9930 0b14cfb4 Olga Brani
  background: #485057;
9931 0b14cfb4 Olga Brani
}
9932 0b14cfb4 Olga Brani
/* line 8, ../sass/_overlays.scss */
9933 0b14cfb4 Olga Brani
body.with-overlay .main {
9934 0b14cfb4 Olga Brani
  opacity: 0;
9935 0b14cfb4 Olga Brani
}
9936 0b14cfb4 Olga Brani
9937 0b14cfb4 Olga Brani
/* line 14, ../sass/_overlays.scss */
9938 0b14cfb4 Olga Brani
.body-wrapper {
9939 0b14cfb4 Olga Brani
  position: relative;
9940 0b14cfb4 Olga Brani
  left: 0;
9941 0b14cfb4 Olga Brani
  top: 0;
9942 0b14cfb4 Olga Brani
}
9943 0b14cfb4 Olga Brani
/* line 18, ../sass/_overlays.scss */
9944 0b14cfb4 Olga Brani
.body-wrapper .welcome {
9945 0b14cfb4 Olga Brani
  display: none;
9946 0b14cfb4 Olga Brani
}
9947 0b14cfb4 Olga Brani
/* line 21, ../sass/_overlays.scss */
9948 0b14cfb4 Olga Brani
.body-wrapper.no-vm {
9949 0b14cfb4 Olga Brani
  background: url(../images/draw-welcome.png) no-repeat center 50px #30c79e;
9950 0b14cfb4 Olga Brani
}
9951 0b14cfb4 Olga Brani
/* line 23, ../sass/_overlays.scss */
9952 0b14cfb4 Olga Brani
.body-wrapper.no-vm .welcome {
9953 0b14cfb4 Olga Brani
  display: none;
9954 0b14cfb4 Olga Brani
  color: #fff;
9955 0b14cfb4 Olga Brani
  text-align: center;
9956 0b14cfb4 Olga Brani
  position: relative;
9957 0b14cfb4 Olga Brani
  top: -15px;
9958 0b14cfb4 Olga Brani
  left: 75px;
9959 0b14cfb4 Olga Brani
  display: block;
9960 0b14cfb4 Olga Brani
}
9961 0b14cfb4 Olga Brani
/* line 33, ../sass/_overlays.scss */
9962 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal {
9963 0b14cfb4 Olga Brani
  padding: 65px 140px 40px;
9964 0b14cfb4 Olga Brani
}
9965 0b14cfb4 Olga Brani
/* line 35, ../sass/_overlays.scss */
9966 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal h3 {
9967 0b14cfb4 Olga Brani
  font-size: 1em;
9968 0b14cfb4 Olga Brani
}
9969 0b14cfb4 Olga Brani
/* line 38, ../sass/_overlays.scss */
9970 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal p {
9971 0b14cfb4 Olga Brani
  color: white;
9972 0b14cfb4 Olga Brani
  text-align: center;
9973 0b14cfb4 Olga Brani
}
9974 0b14cfb4 Olga Brani
/* line 41, ../sass/_overlays.scss */
9975 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal p.message-forimg {
9976 0b14cfb4 Olga Brani
  margin-top: 132px;
9977 0b14cfb4 Olga Brani
  margin-bottom: 35px;
9978 0b14cfb4 Olga Brani
}
9979 0b14cfb4 Olga Brani
/* line 46, ../sass/_overlays.scss */
9980 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal p.buttons a:first-child {
9981 0b14cfb4 Olga Brani
  margin-right: 25px;
9982 0b14cfb4 Olga Brani
}
9983 0b14cfb4 Olga Brani
/* line 51, ../sass/_overlays.scss */
9984 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#start-confirm {
9985 0b14cfb4 Olga Brani
  background: #30c79e url("../images/shutdown.png") no-repeat center 50px;
9986 0b14cfb4 Olga Brani
}
9987 0b14cfb4 Olga Brani
/* line 54, ../sass/_overlays.scss */
9988 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#reboot-confirm {
9989 0b14cfb4 Olga Brani
  background: #ff7049 url("../images/restart.png") no-repeat center 50px;
9990 0b14cfb4 Olga Brani
}
9991 0b14cfb4 Olga Brani
/* line 56, ../sass/_overlays.scss */
9992 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#reboot-confirm .btn4 {
9993 0b14cfb4 Olga Brani
  background-color: #ff7049;
9994 0b14cfb4 Olga Brani
  border-color: white;
9995 0b14cfb4 Olga Brani
}
9996 0b14cfb4 Olga Brani
/* line 59, ../sass/_overlays.scss */
9997 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#reboot-confirm .btn4:hover {
9998 0b14cfb4 Olga Brani
  color: #ff7049;
9999 0b14cfb4 Olga Brani
  background-color: white;
10000 0b14cfb4 Olga Brani
  border-color: #ff7049;
10001 0b14cfb4 Olga Brani
}
10002 0b14cfb4 Olga Brani
/* line 66, ../sass/_overlays.scss */
10003 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#shutdown-confirm {
10004 0b14cfb4 Olga Brani
  background: #ff7049 url("../images/shutdown.png") no-repeat center 50px;
10005 0b14cfb4 Olga Brani
}
10006 0b14cfb4 Olga Brani
/* line 68, ../sass/_overlays.scss */
10007 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#shutdown-confirm .btn4 {
10008 0b14cfb4 Olga Brani
  background-color: #ff7049;
10009 0b14cfb4 Olga Brani
  border-color: white;
10010 0b14cfb4 Olga Brani
}
10011 0b14cfb4 Olga Brani
/* line 71, ../sass/_overlays.scss */
10012 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#shutdown-confirm .btn4:hover {
10013 0b14cfb4 Olga Brani
  color: #ff7049;
10014 0b14cfb4 Olga Brani
  background-color: white;
10015 0b14cfb4 Olga Brani
  border-color: #ff7049;
10016 0b14cfb4 Olga Brani
}
10017 0b14cfb4 Olga Brani
/* line 78, ../sass/_overlays.scss */
10018 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-vm-confirm {
10019 0b14cfb4 Olga Brani
  background: #d7145a url("../images/destroy-vm.png") no-repeat center 46px;
10020 0b14cfb4 Olga Brani
}
10021 0b14cfb4 Olga Brani
/* line 80, ../sass/_overlays.scss */
10022 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4 {
10023 0b14cfb4 Olga Brani
  background-color: #d7145a;
10024 0b14cfb4 Olga Brani
  border-color: white;
10025 0b14cfb4 Olga Brani
}
10026 0b14cfb4 Olga Brani
/* line 83, ../sass/_overlays.scss */
10027 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4:hover {
10028 0b14cfb4 Olga Brani
  color: #d7145a;
10029 0b14cfb4 Olga Brani
  background-color: white;
10030 0b14cfb4 Olga Brani
  border-color: #d7145a;
10031 0b14cfb4 Olga Brani
}
10032 0b14cfb4 Olga Brani
/* line 90, ../sass/_overlays.scss */
10033 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-network-confirm {
10034 0b14cfb4 Olga Brani
  background: #d7145a url("../images/destroy-network-1.png") no-repeat center 50px;
10035 0b14cfb4 Olga Brani
}
10036 0b14cfb4 Olga Brani
/* line 92, ../sass/_overlays.scss */
10037 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-network-confirm .btn4 {
10038 0b14cfb4 Olga Brani
  background-color: #d7145a;
10039 0b14cfb4 Olga Brani
  border-color: white;
10040 0b14cfb4 Olga Brani
}
10041 0b14cfb4 Olga Brani
/* line 95, ../sass/_overlays.scss */
10042 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-network-confirm .btn4:hover {
10043 0b14cfb4 Olga Brani
  color: #d7145a;
10044 0b14cfb4 Olga Brani
  background-color: white;
10045 0b14cfb4 Olga Brani
  border-color: #d7145a;
10046 0b14cfb4 Olga Brani
}
10047 0b14cfb4 Olga Brani
/* line 102, ../sass/_overlays.scss */
10048 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-disk-confirm {
10049 0b14cfb4 Olga Brani
  background: #d7145a url("../images/destroy-disk.png") no-repeat center 50px;
10050 0b14cfb4 Olga Brani
}
10051 0b14cfb4 Olga Brani
/* line 104, ../sass/_overlays.scss */
10052 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4 {
10053 0b14cfb4 Olga Brani
  background-color: #d7145a;
10054 0b14cfb4 Olga Brani
  border-color: white;
10055 0b14cfb4 Olga Brani
}
10056 0b14cfb4 Olga Brani
/* line 107, ../sass/_overlays.scss */
10057 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4:hover {
10058 0b14cfb4 Olga Brani
  color: #d7145a;
10059 0b14cfb4 Olga Brani
  background-color: white;
10060 0b14cfb4 Olga Brani
  border-color: #d7145a;
10061 0b14cfb4 Olga Brani
}
10062 0b14cfb4 Olga Brani
/* line 116, ../sass/_overlays.scss */
10063 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#vm-connect p, .body-wrapper .reveal-modal.remove p {
10064 0b14cfb4 Olga Brani
  text-align: left;
10065 0b14cfb4 Olga Brani
  color: black;
10066 0b14cfb4 Olga Brani
}
10067 0b14cfb4 Olga Brani
/* line 119, ../sass/_overlays.scss */
10068 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#vm-connect p.info, .body-wrapper .reveal-modal.remove p.info {
10069 0b14cfb4 Olga Brani
  font-style: italic;
10070 0b14cfb4 Olga Brani
  font-size: 0.8125em;
10071 0b14cfb4 Olga Brani
  color: #9e9ea1;
10072 0b14cfb4 Olga Brani
}
10073 0b14cfb4 Olga Brani
/* line 124, ../sass/_overlays.scss */
10074 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#vm-connect p.ssh, .body-wrapper .reveal-modal.remove p.ssh {
10075 0b14cfb4 Olga Brani
  text-align: center;
10076 0b14cfb4 Olga Brani
}
10077 0b14cfb4 Olga Brani
/* line 126, ../sass/_overlays.scss */
10078 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#vm-connect p.ssh span, .body-wrapper .reveal-modal.remove p.ssh span {
10079 0b14cfb4 Olga Brani
  display: inline;
10080 0b14cfb4 Olga Brani
  padding: 10px 30px;
10081 0b14cfb4 Olga Brani
  background: #30c79e;
10082 0b14cfb4 Olga Brani
  color: #fff;
10083 0b14cfb4 Olga Brani
}
10084 0b14cfb4 Olga Brani
/* line 133, ../sass/_overlays.scss */
10085 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#vm-connect p.buttons, .body-wrapper .reveal-modal.remove p.buttons {
10086 0b14cfb4 Olga Brani
  text-align: center;
10087 0b14cfb4 Olga Brani
}
10088 0b14cfb4 Olga Brani
/* line 137, ../sass/_overlays.scss */
10089 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal, .body-wrapper .reveal-modal.remove .close-reveal-modal {
10090 0b14cfb4 Olga Brani
  color: #485057;
10091 0b14cfb4 Olga Brani
}
10092 0b14cfb4 Olga Brani
/* line 139, ../sass/_overlays.scss */
10093 0b14cfb4 Olga Brani
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal:hover, .body-wrapper .reveal-modal.remove .close-reveal-modal:hover {
10094 0b14cfb4 Olga Brani
  color: #30c79e;
10095 0b14cfb4 Olga Brani
}
10096 0b14cfb4 Olga Brani
/* line 145, ../sass/_overlays.scss */
10097 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom {
10098 0b14cfb4 Olga Brani
  display: none;
10099 0b14cfb4 Olga Brani
  position: absolute;
10100 0b14cfb4 Olga Brani
  left: 0;
10101 0b14cfb4 Olga Brani
  right: 0;
10102 0b14cfb4 Olga Brani
  top: -30px;
10103 0b14cfb4 Olga Brani
  width: 100%;
10104 0b14cfb4 Olga Brani
  height: 100%;
10105 0b14cfb4 Olga Brani
  background: #485057;
10106 0b14cfb4 Olga Brani
  z-index: 20;
10107 0b14cfb4 Olga Brani
}
10108 0b14cfb4 Olga Brani
/* line 155, ../sass/_overlays.scss */
10109 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div {
10110 0b14cfb4 Olga Brani
  display: none;
10111 0b14cfb4 Olga Brani
  z-index: 50;
10112 0b14cfb4 Olga Brani
  position: relative;
10113 0b14cfb4 Olga Brani
  background: #fff;
10114 0b14cfb4 Olga Brani
  top: 20%;
10115 0b14cfb4 Olga Brani
  left: 25%;
10116 0b14cfb4 Olga Brani
  width: 50%;
10117 0b14cfb4 Olga Brani
  padding: 25px;
10118 0b14cfb4 Olga Brani
}
10119 0b14cfb4 Olga Brani
/* line 165, ../sass/_overlays.scss */
10120 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div .buttons a {
10121 0b14cfb4 Olga Brani
  margin-right: 20px;
10122 0b14cfb4 Olga Brani
}
10123 0b14cfb4 Olga Brani
/* line 169, ../sass/_overlays.scss */
10124 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div .close {
10125 0b14cfb4 Olga Brani
  float: right;
10126 0b14cfb4 Olga Brani
  font-size: 30px;
10127 0b14cfb4 Olga Brani
}
10128 0b14cfb4 Olga Brani
/* line 173, ../sass/_overlays.scss */
10129 0b14cfb4 Olga Brani
.body-wrapper .overlay-area-custom .overlay-div.upload-widget {
10130 0b14cfb4 Olga Brani
  background: transparent;
10131 0b14cfb4 Olga Brani
  padding: 45px 0;
10132 0b14cfb4 Olga Brani
  width: 80%;
10133 0b14cfb4 Olga Brani
  left: 10%;
10134 0b14cfb4 Olga Brani
  border: 1px solid white;
10135 0b14cfb4 Olga Brani
}
10136 0b14cfb4 Olga Brani
10137 0b14cfb4 Olga Brani
/* line 185, ../sass/_overlays.scss */
10138 0b14cfb4 Olga Brani
.communication-error {
10139 0b14cfb4 Olga Brani
  background-color: #ff4040;
10140 0b14cfb4 Olga Brani
  color: white;
10141 0b14cfb4 Olga Brani
  position: fixed;
10142 0b14cfb4 Olga Brani
  bottom: -151px;
10143 0b14cfb4 Olga Brani
  left: 0px;
10144 0b14cfb4 Olga Brani
  width: 100%;
10145 0b14cfb4 Olga Brani
  padding-top: 30px;
10146 0b14cfb4 Olga Brani
  padding-bottom: 15px;
10147 0b14cfb4 Olga Brani
  z-index: 10;
10148 0b14cfb4 Olga Brani
}
10149 0b14cfb4 Olga Brani
/* line 196, ../sass/_overlays.scss */
10150 0b14cfb4 Olga Brani
.communication-error p {
10151 0b14cfb4 Olga Brani
  text-align: center;
10152 0b14cfb4 Olga Brani
  line-height: 2em;
10153 0b14cfb4 Olga Brani
  margin: 0 auto;
10154 0b14cfb4 Olga Brani
  max-width: 800px;
10155 0b14cfb4 Olga Brani
}
10156 0b14cfb4 Olga Brani
/* line 201, ../sass/_overlays.scss */
10157 0b14cfb4 Olga Brani
.communication-error p.buttons {
10158 0b14cfb4 Olga Brani
  margin-top: 10px;
10159 0b14cfb4 Olga Brani
}
10160 0b14cfb4 Olga Brani
/* line 203, ../sass/_overlays.scss */
10161 0b14cfb4 Olga Brani
.communication-error p.buttons a:not(:first-child) {
10162 0b14cfb4 Olga Brani
  margin-left: 15px;
10163 0b14cfb4 Olga Brani
}
10164 0b14cfb4 Olga Brani
10165 0b14cfb4 Olga Brani
/* Responive ------------------------------------------------ */
10166 0b14cfb4 Olga Brani
@media only screen and (max-width: 768px) {
10167 0b14cfb4 Olga Brani
  /* line 216, ../sass/_overlays.scss */
10168 0b14cfb4 Olga Brani
  .wizard .top {
10169 0b14cfb4 Olga Brani
    position: static;
10170 0b14cfb4 Olga Brani
  }
10171 0b14cfb4 Olga Brani
  /* line 219, ../sass/_overlays.scss */
10172 0b14cfb4 Olga Brani
  .wizard .middle {
10173 0b14cfb4 Olga Brani
    padding-top: 0;
10174 0b14cfb4 Olga Brani
  }
10175 0b14cfb4 Olga Brani
10176 0b14cfb4 Olga Brani
  /* line 224, ../sass/_overlays.scss */
10177 0b14cfb4 Olga Brani
  .body-wrapper .overlay-area {
10178 0b14cfb4 Olga Brani
    top: 0;
10179 0b14cfb4 Olga Brani
  }
10180 0b14cfb4 Olga Brani
}
10181 0b14cfb4 Olga Brani
/* line 3, ../sass/_sshkeys-wizard.scss */
10182 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard {
10183 0b14cfb4 Olga Brani
  padding-left: 60px;
10184 0b14cfb4 Olga Brani
  padding-right: 60px;
10185 0b14cfb4 Olga Brani
}
10186 0b14cfb4 Olga Brani
/* line 6, ../sass/_sshkeys-wizard.scss */
10187 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard h2 {
10188 0b14cfb4 Olga Brani
  font-size: 1.5em;
10189 0b14cfb4 Olga Brani
}
10190 0b14cfb4 Olga Brani
/* line 10, ../sass/_sshkeys-wizard.scss */
10191 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard p {
10192 0b14cfb4 Olga Brani
  font-size: 14px;
10193 0b14cfb4 Olga Brani
  color: black;
10194 0b14cfb4 Olga Brani
  text-align: left;
10195 0b14cfb4 Olga Brani
}
10196 0b14cfb4 Olga Brani
/* line 14, ../sass/_sshkeys-wizard.scss */
10197 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons {
10198 0b14cfb4 Olga Brani
  text-align: center;
10199 0b14cfb4 Olga Brani
}
10200 0b14cfb4 Olga Brani
/* line 16, ../sass/_sshkeys-wizard.scss */
10201 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a {
10202 0b14cfb4 Olga Brani
  background-color: white;
10203 0b14cfb4 Olga Brani
  text-decoration: none;
10204 0b14cfb4 Olga Brani
  color: #30c79e;
10205 0b14cfb4 Olga Brani
  border-color: #30c79e;
10206 0b14cfb4 Olga Brani
}
10207 0b14cfb4 Olga Brani
/* line 21, ../sass/_sshkeys-wizard.scss */
10208 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a:first-child {
10209 0b14cfb4 Olga Brani
  margin-right: 20px;
10210 0b14cfb4 Olga Brani
}
10211 0b14cfb4 Olga Brani
/* line 30, ../sass/_sshkeys-wizard.scss */
10212 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.current {
10213 0b14cfb4 Olga Brani
  color: white;
10214 0b14cfb4 Olga Brani
  background-color: #30c79e;
10215 0b14cfb4 Olga Brani
  border-color: white;
10216 0b14cfb4 Olga Brani
}
10217 0b14cfb4 Olga Brani
/* line 35, ../sass/_sshkeys-wizard.scss */
10218 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.close-reveal-modal {
10219 0b14cfb4 Olga Brani
  position: initial;
10220 0b14cfb4 Olga Brani
}
10221 0b14cfb4 Olga Brani
/* line 41, ../sass/_sshkeys-wizard.scss */
10222 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard h4 {
10223 0b14cfb4 Olga Brani
  display: inline-block;
10224 0b14cfb4 Olga Brani
  margin-right: 15px;
10225 0b14cfb4 Olga Brani
  font-size: 14px;
10226 0b14cfb4 Olga Brani
  font-weight: normal;
10227 0b14cfb4 Olga Brani
  color: #4d4d4d;
10228 0b14cfb4 Olga Brani
}
10229 0b14cfb4 Olga Brani
/* line 48, ../sass/_sshkeys-wizard.scss */
10230 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .generate-key-area {
10231 0b14cfb4 Olga Brani
  display: none;
10232 0b14cfb4 Olga Brani
  height: 225px;
10233 0b14cfb4 Olga Brani
  border: 1px solid transparent;
10234 0b14cfb4 Olga Brani
  padding: 10px;
10235 0b14cfb4 Olga Brani
  background-color: rgba(145, 145, 148, 0.31);
10236 0b14cfb4 Olga Brani
  width: 450px;
10237 0b14cfb4 Olga Brani
  margin: 0 auto;
10238 0b14cfb4 Olga Brani
}
10239 0b14cfb4 Olga Brani
/* line 58, ../sass/_sshkeys-wizard.scss */
10240 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area {
10241 0b14cfb4 Olga Brani
  display: none;
10242 0b14cfb4 Olga Brani
  height: 485px;
10243 0b14cfb4 Olga Brani
  border: 1px solid transparent;
10244 0b14cfb4 Olga Brani
  padding: 10px;
10245 0b14cfb4 Olga Brani
  background-color: rgba(145, 145, 148, 0.31);
10246 0b14cfb4 Olga Brani
  width: 450px;
10247 0b14cfb4 Olga Brani
  margin: 0 auto;
10248 0b14cfb4 Olga Brani
}
10249 0b14cfb4 Olga Brani
/* line 66, ../sass/_sshkeys-wizard.scss */
10250 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area h4 {
10251 0b14cfb4 Olga Brani
  float: left;
10252 0b14cfb4 Olga Brani
  min-width: 80px;
10253 0b14cfb4 Olga Brani
}
10254 0b14cfb4 Olga Brani
/* line 71, ../sass/_sshkeys-wizard.scss */
10255 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-webkit-input-placeholder {
10256 0b14cfb4 Olga Brani
  text-align: center;
10257 0b14cfb4 Olga Brani
}
10258 0b14cfb4 Olga Brani
/* line 75, ../sass/_sshkeys-wizard.scss */
10259 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-moz-placeholder {
10260 0b14cfb4 Olga Brani
  /* Firefox 18- */
10261 0b14cfb4 Olga Brani
  text-align: center;
10262 0b14cfb4 Olga Brani
}
10263 0b14cfb4 Olga Brani
/* line 79, ../sass/_sshkeys-wizard.scss */
10264 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-moz-placeholder {
10265 0b14cfb4 Olga Brani
  /* Firefox 19+ */
10266 0b14cfb4 Olga Brani
  text-align: center;
10267 0b14cfb4 Olga Brani
}
10268 0b14cfb4 Olga Brani
/* line 83, ../sass/_sshkeys-wizard.scss */
10269 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-ms-input-placeholder {
10270 0b14cfb4 Olga Brani
  text-align: center;
10271 0b14cfb4 Olga Brani
}
10272 0b14cfb4 Olga Brani
/* line 86, ../sass/_sshkeys-wizard.scss */
10273 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name h4 {
10274 0b14cfb4 Olga Brani
  position: relative;
10275 0b14cfb4 Olga Brani
  bottom: -5px;
10276 0b14cfb4 Olga Brani
}
10277 0b14cfb4 Olga Brani
/* line 90, ../sass/_sshkeys-wizard.scss */
10278 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name .key-name-input {
10279 0b14cfb4 Olga Brani
  color: #485057;
10280 0b14cfb4 Olga Brani
}
10281 0b14cfb4 Olga Brani
/* line 94, ../sass/_sshkeys-wizard.scss */
10282 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content {
10283 0b14cfb4 Olga Brani
  margin-top: 25px;
10284 0b14cfb4 Olga Brani
}
10285 0b14cfb4 Olga Brani
/* line 96, ../sass/_sshkeys-wizard.scss */
10286 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content textarea {
10287 0b14cfb4 Olga Brani
  min-height: 250px;
10288 0b14cfb4 Olga Brani
  width: 328px;
10289 0b14cfb4 Olga Brani
}
10290 0b14cfb4 Olga Brani
/* line 102, ../sass/_sshkeys-wizard.scss */
10291 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal {
10292 0b14cfb4 Olga Brani
  color: black;
10293 0b14cfb4 Olga Brani
}
10294 0b14cfb4 Olga Brani
/* line 104, ../sass/_sshkeys-wizard.scss */
10295 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal:hover {
10296 0b14cfb4 Olga Brani
  color: #30c79e;
10297 0b14cfb4 Olga Brani
}
10298 0b14cfb4 Olga Brani
/* line 108, ../sass/_sshkeys-wizard.scss */
10299 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard ul {
10300 0b14cfb4 Olga Brani
  list-style-type: none;
10301 0b14cfb4 Olga Brani
}
10302 0b14cfb4 Olga Brani
/* line 110, ../sass/_sshkeys-wizard.scss */
10303 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li {
10304 0b14cfb4 Olga Brani
  clear: left;
10305 0b14cfb4 Olga Brani
  padding: 4px 10px;
10306 0b14cfb4 Olga Brani
  border: 1px solid transparent;
10307 0b14cfb4 Olga Brani
  text-align: left;
10308 0b14cfb4 Olga Brani
  font-weight: normal;
10309 0b14cfb4 Olga Brani
  height: 32px;
10310 0b14cfb4 Olga Brani
}
10311 0b14cfb4 Olga Brani
/* line 118, ../sass/_sshkeys-wizard.scss */
10312 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .name-col {
10313 0b14cfb4 Olga Brani
  float: left;
10314 0b14cfb4 Olga Brani
  width: 42%;
10315 0b14cfb4 Olga Brani
}
10316 0b14cfb4 Olga Brani
/* line 122, ../sass/_sshkeys-wizard.scss */
10317 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col {
10318 0b14cfb4 Olga Brani
  float: left;
10319 0b14cfb4 Olga Brani
  width: 56%;
10320 0b14cfb4 Olga Brani
  visibility: visible;
10321 0b14cfb4 Olga Brani
}
10322 0b14cfb4 Olga Brani
/* line 127, ../sass/_sshkeys-wizard.scss */
10323 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col a:not(:last-child) {
10324 0b14cfb4 Olga Brani
  margin-right: 10px;
10325 0b14cfb4 Olga Brani
}
10326 0b14cfb4 Olga Brani
/* line 131, ../sass/_sshkeys-wizard.scss */
10327 0b14cfb4 Olga Brani
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li:hover {
10328 0b14cfb4 Olga Brani
  border-color: #30c79e;
10329 0b14cfb4 Olga Brani
}
10330 0b14cfb4 Olga Brani
10331 0b14cfb4 Olga Brani
/*
10332 0b14cfb4 Olga Brani
* Used for connected elements in details page.
10333 0b14cfb4 Olga Brani
* Each icon is unique and therefore, customization
10334 0b14cfb4 Olga Brani
* is needed for different entities.
10335 0b14cfb4 Olga Brani
*/
10336 0b14cfb4 Olga Brani
/* line 16, ../sass/_connected.scss */
10337 0b14cfb4 Olga Brani
.connected {
10338 0b14cfb4 Olga Brani
  position: relative;
10339 0b14cfb4 Olga Brani
  border-left: 2px solid #30c79e;
10340 0b14cfb4 Olga Brani
  left: 145px;
10341 0b14cfb4 Olga Brani
  top: -80px;
10342 0b14cfb4 Olga Brani
  padding-top: 80px;
10343 0b14cfb4 Olga Brani
}
10344 0b14cfb4 Olga Brani
/* line 20, ../sass/_connected.scss */
10345 0b14cfb4 Olga Brani
.connected .item {
10346 0b14cfb4 Olga Brani
  padding-top: 40px;
10347 0b14cfb4 Olga Brani
  position: relative;
10348 0b14cfb4 Olga Brani
}
10349 0b14cfb4 Olga Brani
/* line 23, ../sass/_connected.scss */
10350 0b14cfb4 Olga Brani
.connected .item .what {
10351 0b14cfb4 Olga Brani
  padding: 10px 0 20px;
10352 0b14cfb4 Olga Brani
}
10353 0b14cfb4 Olga Brani
/* line 26, ../sass/_connected.scss */
10354 0b14cfb4 Olga Brani
.connected .item .what .img-wrap {
10355 0b14cfb4 Olga Brani
  width: 165px;
10356 0b14cfb4 Olga Brani
  text-align: center;
10357 0b14cfb4 Olga Brani
  position: relative;
10358 0b14cfb4 Olga Brani
  display: block;
10359 0b14cfb4 Olga Brani
}
10360 0b14cfb4 Olga Brani
/* line 31, ../sass/_connected.scss */
10361 0b14cfb4 Olga Brani
.connected .item .what .img-wrap .snf-font {
10362 0b14cfb4 Olga Brani
  font-size: 60px;
10363 0b14cfb4 Olga Brani
}
10364 0b14cfb4 Olga Brani
/* line 35, ../sass/_connected.scss */
10365 0b14cfb4 Olga Brani
.connected .item .what h4 {
10366 0b14cfb4 Olga Brani
  position: absolute;
10367 0b14cfb4 Olga Brani
  top: 20px;
10368 0b14cfb4 Olga Brani
  left: 165px;
10369 0b14cfb4 Olga Brani
  font-size: 1em;
10370 0b14cfb4 Olga Brani
}
10371 0b14cfb4 Olga Brani
/* line 40, ../sass/_connected.scss */
10372 0b14cfb4 Olga Brani
.connected .item .what h4 .status {
10373 0b14cfb4 Olga Brani
  font-weight: normal;
10374 0b14cfb4 Olga Brani
  display: block;
10375 0b14cfb4 Olga Brani
  font-size: 0.875em;
10376 0b14cfb4 Olga Brani
}
10377 0b14cfb4 Olga Brani
/* line 47, ../sass/_connected.scss */
10378 0b14cfb4 Olga Brani
.connected .item .clearfix, .connected .item .list-view .items-list > li, .list-view .connected .item .items-list > li, .connected .item .details .top, .details .connected .item .top, .connected .item .storage .files li, .storage .files .connected .item li, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .connected .item li, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details .connected .item dl, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .connected .item .title, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .connected .item .options-bar, .connected .item #volume-wizard .step .volume_options > li .title, #volume-wizard .step .volume_options > li .connected .item .title, .connected .item #volume-wizard .step .volume_options > li .options-bar, #volume-wizard .step .volume_options > li .connected .item .options-bar, .connected .item .what, .connected .item .connections > li {
10379 0b14cfb4 Olga Brani
  position: relative;
10380 0b14cfb4 Olga Brani
}
10381 0b14cfb4 Olga Brani
/* line 50, ../sass/_connected.scss */
10382 0b14cfb4 Olga Brani
.connected .item .connections {
10383 0b14cfb4 Olga Brani
  list-style: none outside none;
10384 0b14cfb4 Olga Brani
  margin: 0;
10385 0b14cfb4 Olga Brani
  padding: 0;
10386 0b14cfb4 Olga Brani
  float: left;
10387 0b14cfb4 Olga Brani
}
10388 0b14cfb4 Olga Brani
/* line 55, ../sass/_connected.scss */
10389 0b14cfb4 Olga Brani
.connected .item .connections > li {
10390 0b14cfb4 Olga Brani
  list-style: none outside none;
10391 0b14cfb4 Olga Brani
  margin: 0;
10392 0b14cfb4 Olga Brani
  padding: 0;
10393 0b14cfb4 Olga Brani
  position: relative;
10394 0b14cfb4 Olga Brani
  margin-bottom: 10px;
10395 0b14cfb4 Olga Brani
}
10396 0b14cfb4 Olga Brani
/* line 62, ../sass/_connected.scss */
10397 0b14cfb4 Olga Brani
.connected .item .connections > li .icon {
10398 0b14cfb4 Olga Brani
  width: 165px;
10399 0b14cfb4 Olga Brani
  text-align: center;
10400 0b14cfb4 Olga Brani
  border-top: 2px solid #30c79e;
10401 0b14cfb4 Olga Brani
  float: left;
10402 0b14cfb4 Olga Brani
}
10403 0b14cfb4 Olga Brani
/* line 67, ../sass/_connected.scss */
10404 0b14cfb4 Olga Brani
.connected .item .connections > li .icon span {
10405 0b14cfb4 Olga Brani
  position: relative;
10406 0b14cfb4 Olga Brani
  top: -20px;
10407 0b14cfb4 Olga Brani
  background-color: #ebebec;
10408 0b14cfb4 Olga Brani
  padding: 0px 10px;
10409 0b14cfb4 Olga Brani
  font-size: 30px;
10410 0b14cfb4 Olga Brani
  line-height: 120%;
10411 0b14cfb4 Olga Brani
}
10412 0b14cfb4 Olga Brani
/* line 76, ../sass/_connected.scss */
10413 0b14cfb4 Olga Brani
.connected .item .connections > li .act {
10414 0b14cfb4 Olga Brani
  position: absolute;
10415 0b14cfb4 Olga Brani
  left: 0;
10416 0b14cfb4 Olga Brani
  top: -9px;
10417 0b14cfb4 Olga Brani
  display: block;
10418 0b14cfb4 Olga Brani
  height: 20px;
10419 0b14cfb4 Olga Brani
  width: 65px;
10420 0b14cfb4 Olga Brani
  background: url(../images/connected.png) no-repeat 25px center;
10421 0b14cfb4 Olga Brani
  z-index: 2;
10422 0b14cfb4 Olga Brani
  -moz-transition: none;
10423 0b14cfb4 Olga Brani
  -webkit-transition: none;
10424 0b14cfb4 Olga Brani
  transition: none;
10425 0b14cfb4 Olga Brani
}
10426 0b14cfb4 Olga Brani
/* line 88, ../sass/_connected.scss */
10427 0b14cfb4 Olga Brani
.connected .item .connections > li .act.open {
10428 0b14cfb4 Olga Brani
  background: url(../images/disconnected.png) no-repeat 0 0 white;
10429 0b14cfb4 Olga Brani
  -moz-transition: none;
10430 0b14cfb4 Olga Brani
  -webkit-transition: none;
10431 0b14cfb4 Olga Brani
  transition: none;
10432 0b14cfb4 Olga Brani
}
10433 0b14cfb4 Olga Brani
/* line 95, ../sass/_connected.scss */
10434 0b14cfb4 Olga Brani
.connected .item .connections > li .data {
10435 0b14cfb4 Olga Brani
  float: left;
10436 0b14cfb4 Olga Brani
  position: relative;
10437 0b14cfb4 Olga Brani
  top: -15px;
10438 0b14cfb4 Olga Brani
  width: 350px;
10439 0b14cfb4 Olga Brani
}
10440 0b14cfb4 Olga Brani
/* line 100, ../sass/_connected.scss */
10441 0b14cfb4 Olga Brani
.connected .item .connections > li .data ul {
10442 0b14cfb4 Olga Brani
  padding: 5px 0 0;
10443 0b14cfb4 Olga Brani
  margin: 0;
10444 0b14cfb4 Olga Brani
  background-color: #ebebec;
10445 0b14cfb4 Olga Brani
}
10446 0b14cfb4 Olga Brani
/* line 104, ../sass/_connected.scss */
10447 0b14cfb4 Olga Brani
.connected .item .connections > li .data ul li {
10448 0b14cfb4 Olga Brani
  font-size: 0.75em;
10449 0b14cfb4 Olga Brani
  list-style: none outside none;
10450 0b14cfb4 Olga Brani
  padding: 0 10px 10px 10px;
10451 0b14cfb4 Olga Brani
}
10452 0b14cfb4 Olga Brani
/* line 108, ../sass/_connected.scss */
10453 0b14cfb4 Olga Brani
.connected .item .connections > li .data ul li h5 {
10454 0b14cfb4 Olga Brani
  float: left;
10455 0b14cfb4 Olga Brani
  margin: 0;
10456 0b14cfb4 Olga Brani
  line-height: 1.3em;
10457 0b14cfb4 Olga Brani
}
10458 0b14cfb4 Olga Brani
/* line 112, ../sass/_connected.scss */
10459 0b14cfb4 Olga Brani
.connected .item .connections > li .data ul li h5.ip-data {
10460 0b14cfb4 Olga Brani
  width: 10%;
10461 0b14cfb4 Olga Brani
}
10462 0b14cfb4 Olga Brani
/* line 115, ../sass/_connected.scss */
10463 0b14cfb4 Olga Brani
.connected .item .connections > li .data ul li h5.volume-data {
10464 0b14cfb4 Olga Brani
  width: 35%;
10465 0b14cfb4 Olga Brani
}
10466 0b14cfb4 Olga Brani
/* line 119, ../sass/_connected.scss */
10467 0b14cfb4 Olga Brani
.connected .item .connections > li .data ul li p {
10468 0b14cfb4 Olga Brani
  overflow: hidden;
10469 0b14cfb4 Olga Brani
  padding-left: 10px;
10470 0b14cfb4 Olga Brani
  margin: 0;
10471 0b14cfb4 Olga Brani
  line-height: 1.3em;
10472 0b14cfb4 Olga Brani
}
10473 0b14cfb4 Olga Brani
10474 0b14cfb4 Olga Brani
/* line 133, ../sass/_connected.scss */
10475 0b14cfb4 Olga Brani
.connect-new {
10476 0b14cfb4 Olga Brani
  position: absolute;
10477 0b14cfb4 Olga Brani
  bottom: -150px;
10478 0b14cfb4 Olga Brani
  left: 0;
10479 0b14cfb4 Olga Brani
  width: 165px;
10480 0b14cfb4 Olga Brani
  text-align: center;
10481 0b14cfb4 Olga Brani
  padding-top: 100px;
10482 0b14cfb4 Olga Brani
  background: url(../images/dashed_atom.png) repeat-y left center;
10483 0b14cfb4 Olga Brani
  margin-bottom: 50px;
10484 0b14cfb4 Olga Brani
  margin-left: -1px;
10485 0b14cfb4 Olga Brani
}
10486 0b14cfb4 Olga Brani
/* line 143, ../sass/_connected.scss */
10487 0b14cfb4 Olga Brani
.connect-new .img-wrap {
10488 0b14cfb4 Olga Brani
  position: relative;
10489 0b14cfb4 Olga Brani
  display: block;
10490 0b14cfb4 Olga Brani
  width: 82.5px;
10491 0b14cfb4 Olga Brani
  height: 2px;
10492 0b14cfb4 Olga Brani
  background: url(../images/dashed_atom-x.png) repeat-x left top;
10493 0b14cfb4 Olga Brani
  overflow: inherit;
10494 0b14cfb4 Olga Brani
}
10495 0b14cfb4 Olga Brani
/* line 150, ../sass/_connected.scss */
10496 0b14cfb4 Olga Brani
.connect-new .img-wrap > a {
10497 0b14cfb4 Olga Brani
  display: block;
10498 0b14cfb4 Olga Brani
  position: absolute;
10499 0b14cfb4 Olga Brani
  left: 0;
10500 0b14cfb4 Olga Brani
  top: 0;
10501 0b14cfb4 Olga Brani
  width: 165px;
10502 0b14cfb4 Olga Brani
  text-align: center;
10503 0b14cfb4 Olga Brani
  margin: -20px 0 0;
10504 0b14cfb4 Olga Brani
}
10505 0b14cfb4 Olga Brani
/* line 158, ../sass/_connected.scss */
10506 0b14cfb4 Olga Brani
.connect-new .img-wrap > a .snf-font {
10507 0b14cfb4 Olga Brani
  color: #485057;
10508 0b14cfb4 Olga Brani
  font-size: 3.75em;
10509 0b14cfb4 Olga Brani
}
10510 0b14cfb4 Olga Brani
/* line 162, ../sass/_connected.scss */
10511 0b14cfb4 Olga Brani
.connect-new .img-wrap > a .snf-network-full {
10512 0b14cfb4 Olga Brani
  position: relative;
10513 0b14cfb4 Olga Brani
  top: -9px;
10514 0b14cfb4 Olga Brani
}
10515 0b14cfb4 Olga Brani
/* line 167, ../sass/_connected.scss */
10516 0b14cfb4 Olga Brani
.connect-new .img-wrap > a:hover span {
10517 0b14cfb4 Olga Brani
  color: #30c79e;
10518 0b14cfb4 Olga Brani
}
10519 0b14cfb4 Olga Brani
/* line 173, ../sass/_connected.scss */
10520 0b14cfb4 Olga Brani
.connect-new p {
10521 0b14cfb4 Olga Brani
  position: absolute;
10522 0b14cfb4 Olga Brani
  left: 165px;
10523 0b14cfb4 Olga Brani
  width: 350px;
10524 0b14cfb4 Olga Brani
  text-align: left;
10525 0b14cfb4 Olga Brani
  font-size: 0.875em;
10526 0b14cfb4 Olga Brani
  top: 90px;
10527 0b14cfb4 Olga Brani
}
10528 0b14cfb4 Olga Brani
/* line 181, ../sass/_connected.scss */
10529 0b14cfb4 Olga Brani
.connect-new.network p {
10530 0b14cfb4 Olga Brani
  top: 90px;
10531 0b14cfb4 Olga Brani
}
10532 0b14cfb4 Olga Brani
/* line 184, ../sass/_connected.scss */
10533 0b14cfb4 Olga Brani
.connect-new.disk p {
10534 0b14cfb4 Olga Brani
  top: 94px;
10535 0b14cfb4 Olga Brani
}
10536 0b14cfb4 Olga Brani
10537 0b14cfb4 Olga Brani
/* line 190, ../sass/_connected.scss */
10538 0b14cfb4 Olga Brani
.network .connected {
10539 0b14cfb4 Olga Brani
  left: 143px;
10540 0b14cfb4 Olga Brani
  top: -80px;
10541 0b14cfb4 Olga Brani
  padding-top: 80px;
10542 0b14cfb4 Olga Brani
}
10543 0b14cfb4 Olga Brani
10544 0b14cfb4 Olga Brani
/* line 194, ../sass/_connected.scss */
10545 0b14cfb4 Olga Brani
.firewall {
10546 0b14cfb4 Olga Brani
  float: left;
10547 0b14cfb4 Olga Brani
  margin-left: 20px;
10548 0b14cfb4 Olga Brani
  border: 1px solid #919194;
10549 0b14cfb4 Olga Brani
  padding: 5px 20px;
10550 0b14cfb4 Olga Brani
  position: absolute;
10551 0b14cfb4 Olga Brani
  left: 515px;
10552 0b14cfb4 Olga Brani
  top: -15px;
10553 0b14cfb4 Olga Brani
  font-size: 0.75em;
10554 0b14cfb4 Olga Brani
  white-space: nowrap;
10555 0b14cfb4 Olga Brani
  background-color: #fff;
10556 0b14cfb4 Olga Brani
}
10557 0b14cfb4 Olga Brani
/* line 205, ../sass/_connected.scss */
10558 0b14cfb4 Olga Brani
.firewall p {
10559 0b14cfb4 Olga Brani
  margin: 0;
10560 0b14cfb4 Olga Brani
}
10561 0b14cfb4 Olga Brani
/* line 207, ../sass/_connected.scss */
10562 0b14cfb4 Olga Brani
.firewall p em {
10563 0b14cfb4 Olga Brani
  color: #30c79e;
10564 0b14cfb4 Olga Brani
}
10565 0b14cfb4 Olga Brani
/* line 211, ../sass/_connected.scss */
10566 0b14cfb4 Olga Brani
.firewall .more {
10567 0b14cfb4 Olga Brani
  margin-top: 10px;
10568 0b14cfb4 Olga Brani
  display: none;
10569 0b14cfb4 Olga Brani
}
10570 0b14cfb4 Olga Brani
/* line 214, ../sass/_connected.scss */
10571 0b14cfb4 Olga Brani
.firewall .more p {
10572 0b14cfb4 Olga Brani
  min-width: 200px;
10573 0b14cfb4 Olga Brani
}
10574 0b14cfb4 Olga Brani
/* line 216, ../sass/_connected.scss */
10575 0b14cfb4 Olga Brani
.firewall .more p span {
10576 0b14cfb4 Olga Brani
  float: right;
10577 0b14cfb4 Olga Brani
  font-size: 0.875em;
10578 0b14cfb4 Olga Brani
  height: 14px;
10579 0b14cfb4 Olga Brani
  line-height: 22px;
10580 0b14cfb4 Olga Brani
}
10581 0b14cfb4 Olga Brani
/* line 222, ../sass/_connected.scss */
10582 0b14cfb4 Olga Brani
.firewall .more p em {
10583 0b14cfb4 Olga Brani
  float: right;
10584 0b14cfb4 Olga Brani
  margin: 0 5px 0 20px;
10585 0b14cfb4 Olga Brani
  width: 15px;
10586 0b14cfb4 Olga Brani
  display: inline-block;
10587 0b14cfb4 Olga Brani
}
10588 0b14cfb4 Olga Brani
/* line 231, ../sass/_connected.scss */
10589 0b14cfb4 Olga Brani
.firewall.unprotected > p em,
10590 0b14cfb4 Olga Brani
.firewall .unprotected a em {
10591 0b14cfb4 Olga Brani
  color: #ff4040;
10592 0b14cfb4 Olga Brani
}
10593 0b14cfb4 Olga Brani
10594 0b14cfb4 Olga Brani
/* line 236, ../sass/_connected.scss */
10595 0b14cfb4 Olga Brani
.details .placeholder {
10596 0b14cfb4 Olga Brani
  height: 100px;
10597 0b14cfb4 Olga Brani
}
10598 0b14cfb4 Olga Brani
10599 0b14cfb4 Olga Brani
/* line 6, ../sass/_images.scss */
10600 0b14cfb4 Olga Brani
.images.grid-view .items-list > li .img-wrap .os.symbol {
10601 0b14cfb4 Olga Brani
  color: white;
10602 0b14cfb4 Olga Brani
}
10603 0b14cfb4 Olga Brani
/* line 18, ../sass/_images.scss */
10604 0b14cfb4 Olga Brani
.images.list-view .items-list > li .img-wrap .os.symbol {
10605 0b14cfb4 Olga Brani
  font-size: 16px;
10606 0b14cfb4 Olga Brani
  color: white;
10607 0b14cfb4 Olga Brani
}
10608 0b14cfb4 Olga Brani
10609 0b14cfb4 Olga Brani
/* line 6, ../sass/_snapshots.scss */
10610 0b14cfb4 Olga Brani
.snapshots.grid-view .items-list > li .img-wrap .snf-font {
10611 0b14cfb4 Olga Brani
  font-size: 3.75em-pxCalc(0.1em);
10612 0b14cfb4 Olga Brani
}
10613 0b14cfb4 Olga Brani
/* line 18, ../sass/_snapshots.scss */
10614 0b14cfb4 Olga Brani
.snapshots.list-view .items-list > li .img-wrap .snf-font {
10615 0b14cfb4 Olga Brani
  font-size: 34px-pxCalc(0.1em);
10616 0b14cfb4 Olga Brani
}