aj-blog-jekyll-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,41 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ {% include head.html %}
5
+
6
+ <body class="ajax-loading" data-site-url="{{ site.url }}/{{ site.baseurl }}" data-page-url="{{ page.url | relative_url }}">
7
+
8
+ {% include header.html %}
9
+
10
+ {% include loader.html %}
11
+
12
+ <div class="page">
13
+
14
+ <div class="page__content" data-page-title="{{ page.title }}" data-image="{{ page.image | relative_url }}">
15
+
16
+ <section class="intro">
17
+
18
+ <div class="wrap">
19
+
20
+ <h1>{{ page.title }}</h1>
21
+ <p>{{ page.date | date_to_string: "ordinal" }}</p>
22
+
23
+ </div>
24
+
25
+ </section>
26
+
27
+ <section class="single">
28
+
29
+ <div class="wrap">
30
+ {{ content }}
31
+ </div>
32
+
33
+ </section>
34
+
35
+ </div>
36
+
37
+ </div>
38
+
39
+ </body>
40
+
41
+ </html>
@@ -0,0 +1,53 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ {% include head.html %}
5
+
6
+ <body class="ajax-loading" data-site-url="{{ page.url }}/{{ page.baseurl }}" data-page-url="{{ page.url | relative_url }}">
7
+
8
+ {% include header.html %}
9
+
10
+ {% include loader.html %}
11
+
12
+ <div class="page">
13
+
14
+ <div class="page__content" data-page-title="{{ page.title }}" data-image="{{ site.baseurl }}/{{ page.image | relative}}">
15
+
16
+ <section class="intro">
17
+
18
+ <div class="wrap">
19
+
20
+ <h1>{{ page.title }}</h1>
21
+ <p>{{ page.description }}</p>
22
+
23
+ </div>
24
+
25
+ </section>
26
+
27
+ <section class="portfolio">
28
+
29
+ <div class="wrap">
30
+ {% assign projects = site.projects | reverse %}
31
+ {% for project in projects %}
32
+ <div class="portfolio-item">
33
+ <a class="portfolio-item__link" href="{{ project.url | relative_url}}">
34
+ <div class="portfolio-item__image" style="background-image: url({{ site.baseurl }}/{{ project.image }});"></div>
35
+ <div class="portfolio-item__content">
36
+ <div class="portfolio-item__info">
37
+ <h2 class="portfolio-item__title">{{ project.title }}</h2>
38
+ <p class="portfolio-item__subtitle">{{ project.description }}</p>
39
+ </div>
40
+ </div>
41
+ </a>
42
+ </div>
43
+ {% endfor %}
44
+ </div>
45
+ </section>
46
+
47
+ </div>
48
+
49
+ </div>
50
+
51
+ </body>
52
+
53
+ </html>
@@ -0,0 +1,152 @@
1
+ /* cyrillic-ext */
2
+ @font-face {
3
+ font-family: 'Merriweather';
4
+ font-style: normal;
5
+ font-weight: 300;
6
+ src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRZVcf6lvg.woff2) format('woff2');
7
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
8
+ }
9
+ /* cyrillic */
10
+ @font-face {
11
+ font-family: 'Merriweather';
12
+ font-style: normal;
13
+ font-weight: 300;
14
+ src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRZXMf6lvg.woff2) format('woff2');
15
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
16
+ }
17
+ /* vietnamese */
18
+ @font-face {
19
+ font-family: 'Merriweather';
20
+ font-style: normal;
21
+ font-weight: 300;
22
+ src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRZV8f6lvg.woff2) format('woff2');
23
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
24
+ }
25
+ /* latin-ext */
26
+ @font-face {
27
+ font-family: 'Merriweather';
28
+ font-style: normal;
29
+ font-weight: 300;
30
+ src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRZVsf6lvg.woff2) format('woff2');
31
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
32
+ }
33
+ /* latin */
34
+ @font-face {
35
+ font-family: 'Merriweather';
36
+ font-style: normal;
37
+ font-weight: 300;
38
+ src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRZWMf6.woff2) format('woff2');
39
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
40
+ }
41
+ /* cyrillic-ext */
42
+ @font-face {
43
+ font-family: 'Merriweather';
44
+ font-style: normal;
45
+ font-weight: 400;
46
+ src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-cSZMZ-Y.woff2) format('woff2');
47
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
48
+ }
49
+ /* cyrillic */
50
+ @font-face {
51
+ font-family: 'Merriweather';
52
+ font-style: normal;
53
+ font-weight: 400;
54
+ src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-eCZMZ-Y.woff2) format('woff2');
55
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
56
+ }
57
+ /* vietnamese */
58
+ @font-face {
59
+ font-family: 'Merriweather';
60
+ font-style: normal;
61
+ font-weight: 400;
62
+ src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-cyZMZ-Y.woff2) format('woff2');
63
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
64
+ }
65
+ /* latin-ext */
66
+ @font-face {
67
+ font-family: 'Merriweather';
68
+ font-style: normal;
69
+ font-weight: 400;
70
+ src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-ciZMZ-Y.woff2) format('woff2');
71
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
72
+ }
73
+ /* latin */
74
+ @font-face {
75
+ font-family: 'Merriweather';
76
+ font-style: normal;
77
+ font-weight: 400;
78
+ src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
79
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
80
+ }
81
+ /* vietnamese */
82
+ @font-face {
83
+ font-family: 'Muli';
84
+ font-style: italic;
85
+ font-weight: 400;
86
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Aujp_0qiz-afTfcIyoiGtm2P0wG05Fz4eWVw0iC.woff2) format('woff2');
87
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
88
+ }
89
+ /* latin-ext */
90
+ @font-face {
91
+ font-family: 'Muli';
92
+ font-style: italic;
93
+ font-weight: 400;
94
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Aujp_0qiz-afTfcIyoiGtm2P0wG05Fz4eSVw0iC.woff2) format('woff2');
95
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
96
+ }
97
+ /* latin */
98
+ @font-face {
99
+ font-family: 'Muli';
100
+ font-style: italic;
101
+ font-weight: 400;
102
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Aujp_0qiz-afTfcIyoiGtm2P0wG05Fz4eqVww.woff2) format('woff2');
103
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
104
+ }
105
+ /* vietnamese */
106
+ @font-face {
107
+ font-family: 'Muli';
108
+ font-style: normal;
109
+ font-weight: 400;
110
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
111
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
112
+ }
113
+ /* latin-ext */
114
+ @font-face {
115
+ font-family: 'Muli';
116
+ font-style: normal;
117
+ font-weight: 400;
118
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
119
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
120
+ }
121
+ /* latin */
122
+ @font-face {
123
+ font-family: 'Muli';
124
+ font-style: normal;
125
+ font-weight: 400;
126
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
127
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
128
+ }
129
+ /* vietnamese */
130
+ @font-face {
131
+ font-family: 'Muli';
132
+ font-style: normal;
133
+ font-weight: 600;
134
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
135
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
136
+ }
137
+ /* latin-ext */
138
+ @font-face {
139
+ font-family: 'Muli';
140
+ font-style: normal;
141
+ font-weight: 600;
142
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
143
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
144
+ }
145
+ /* latin */
146
+ @font-face {
147
+ font-family: 'Muli';
148
+ font-style: normal;
149
+ font-weight: 600;
150
+ src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
151
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
152
+ }
@@ -0,0 +1,2974 @@
1
+ a,
2
+ abbr,
3
+ address,
4
+ applet,
5
+ article,
6
+ aside,
7
+ audio,
8
+ b,
9
+ blockquote,
10
+ body,
11
+ canvas,
12
+ caption,
13
+ cite,
14
+ code,
15
+ dd,
16
+ del,
17
+ details,
18
+ dfn,
19
+ div,
20
+ dl,
21
+ dt,
22
+ em,
23
+ fieldset,
24
+ figcaption,
25
+ figure,
26
+ footer,
27
+ form,
28
+ h1,
29
+ h2,
30
+ h3,
31
+ h4,
32
+ h5,
33
+ h6,
34
+ header,
35
+ hgroup,
36
+ hr,
37
+ html,
38
+ i,
39
+ iframe,
40
+ img,
41
+ ins,
42
+ kbd,
43
+ label,
44
+ legend,
45
+ li,
46
+ mark,
47
+ menu,
48
+ nav,
49
+ object,
50
+ ol,
51
+ p,
52
+ pre,
53
+ q,
54
+ s,
55
+ samp,
56
+ section,
57
+ small,
58
+ span,
59
+ strong,
60
+ sub,
61
+ summary,
62
+ sup,
63
+ table,
64
+ tbody,
65
+ td,
66
+ tfoot,
67
+ th,
68
+ thead,
69
+ time,
70
+ tr,
71
+ tt,
72
+ u,
73
+ ul,
74
+ var,
75
+ video {
76
+ margin: 0;
77
+ padding: 0
78
+ }
79
+
80
+ article,
81
+ aside,
82
+ details,
83
+ figcaption,
84
+ figure,
85
+ footer,
86
+ header,
87
+ hgroup,
88
+ menu,
89
+ nav,
90
+ section {
91
+ display: block
92
+ }
93
+
94
+ h1,
95
+ h2,
96
+ h3,
97
+ h4,
98
+ h5,
99
+ h6 {
100
+ font-size: 100%
101
+ }
102
+
103
+ table {
104
+ border-collapse: collapse;
105
+ border-spacing: 0
106
+ }
107
+
108
+ b,
109
+ mark,
110
+ strong {
111
+ font-weight: 700;
112
+ font-style: inherit
113
+ }
114
+
115
+ address,
116
+ cite,
117
+ dfn,
118
+ em,
119
+ i,
120
+ q,
121
+ var {
122
+ font-style: italic;
123
+ font-weight: inherit
124
+ }
125
+
126
+ abbr[title],
127
+ dfn[title] {
128
+ cursor: help;
129
+ border-bottom: 1px dotted
130
+ }
131
+
132
+ ins {
133
+ border-bottom: 1px solid
134
+ }
135
+
136
+ a,
137
+ ins,
138
+ u {
139
+ text-decoration: none
140
+ }
141
+
142
+ del,
143
+ s {
144
+ text-decoration: line-through
145
+ }
146
+
147
+ code,
148
+ kbd,
149
+ pre,
150
+ samp {
151
+ font-family: monospace
152
+ }
153
+
154
+ small {
155
+ font-size: .75em
156
+ }
157
+
158
+ img {
159
+ border: 0;
160
+ font-style: italic
161
+ }
162
+
163
+ input,
164
+ optgroup,
165
+ option,
166
+ select,
167
+ textarea {
168
+ font: inherit
169
+ }
170
+
171
+ * {
172
+ -moz-box-sizing: border-box;
173
+ -webkit-box-sizing: border-box;
174
+ box-sizing: border-box;
175
+ margin: 0;
176
+ padding: 0
177
+ }
178
+
179
+ article,
180
+ aside,
181
+ details,
182
+ figcaption,
183
+ figure,
184
+ footer,
185
+ header,
186
+ hgroup,
187
+ nav,
188
+ section {
189
+ display: block
190
+ }
191
+
192
+ audio[controls],
193
+ canvas,
194
+ video {
195
+ display: inline-block
196
+ }
197
+
198
+ html {
199
+ font-size: 100%;
200
+ -webkit-overflow-scrolling: touch;
201
+ -webkit-tap-highlight-color: transparent;
202
+ -webkit-text-size-adjust: 100%;
203
+ -ms-text-size-adjust: 100%
204
+ }
205
+
206
+ body {
207
+ margin: 0;
208
+ text-rendering: optimizeLegibility
209
+ }
210
+
211
+ img {
212
+ border: 0;
213
+ -ms-interpolation-mode: bicubic;
214
+ display: block
215
+ }
216
+
217
+ embed,
218
+ img,
219
+ object {
220
+ max-width: 100%;
221
+ height: auto
222
+ }
223
+
224
+ input {
225
+ -webkit-appearance: none
226
+ }
227
+
228
+ footer,
229
+ header,
230
+ section {
231
+ position: relative;
232
+ float: left;
233
+ clear: both;
234
+ width: 100%
235
+ }
236
+
237
+ @-webkit-keyframes a {
238
+ 0% {
239
+ -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
240
+ transform: translate(-50%, -50%) rotateX(0) rotateY(0)
241
+ }
242
+ 50% {
243
+ -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
244
+ transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
245
+ }
246
+ to {
247
+ -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
248
+ transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
249
+ }
250
+ }
251
+
252
+ @keyframes a {
253
+ 0% {
254
+ -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
255
+ transform: translate(-50%, -50%) rotateX(0) rotateY(0)
256
+ }
257
+ 50% {
258
+ -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
259
+ transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
260
+ }
261
+ to {
262
+ -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
263
+ transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
264
+ }
265
+ }
266
+
267
+ .fluidbox {
268
+ outline: 0
269
+ }
270
+
271
+ .fluidbox__overlay {
272
+ background-color: rgba(255, 255, 255, .85);
273
+ cursor: pointer;
274
+ cursor: zoom-out;
275
+ opacity: 0;
276
+ pointer-events: none;
277
+ position: fixed;
278
+ top: -100%;
279
+ left: 0;
280
+ bottom: -100%;
281
+ right: 0;
282
+ -webkit-transition: all .25s ease-in-out;
283
+ transition: all .25s ease-in-out
284
+ }
285
+
286
+ .fluidbox--opened .fluidbox__overlay {
287
+ pointer-events: auto
288
+ }
289
+
290
+ .fluidbox__wrap {
291
+ background-position: center center;
292
+ background-size: cover;
293
+ margin: 0 auto;
294
+ position: relative;
295
+ -webkit-transition: all .25s ease-in-out;
296
+ transition: all .25s ease-in-out
297
+ }
298
+
299
+ .fluidbox--closed .fluidbox__thumb,
300
+ .fluidbox__thumb {
301
+ -webkit-transition: opacity 0s ease-in-out 0s;
302
+ transition: opacity 0s ease-in-out 0s
303
+ }
304
+
305
+ .fluidbox__ghost {
306
+ background-size: 100% 100%;
307
+ background-position: center center;
308
+ background-repeat: no-repeat;
309
+ position: absolute;
310
+ -webkit-transition: opacity 0s 0s, -webkit-transform .25s 0s;
311
+ transition: opacity 0s 0s, -webkit-transform .25s 0s;
312
+ transition: opacity 0s 0s, transform .25s 0s;
313
+ transition: opacity 0s 0s, transform .25s 0s, -webkit-transform .25s 0s
314
+ }
315
+
316
+ .fluidbox--opened .fluidbox__ghost {
317
+ cursor: pointer;
318
+ cursor: zoom-out
319
+ }
320
+
321
+ .fluidbox--closed .fluidbox__ghost {
322
+ -webkit-transition: opacity 0s .25s, -webkit-transform .25s 0s;
323
+ transition: opacity 0s .25s, -webkit-transform .25s 0s;
324
+ transition: opacity 0s .25s, transform .25s 0s;
325
+ transition: opacity 0s .25s, transform .25s 0s, -webkit-transform .25s 0s
326
+ }
327
+
328
+ .fluidbox__loader {
329
+ opacity: 0;
330
+ -webkit-perspective: 200px;
331
+ perspective: 200px;
332
+ pointer-events: none;
333
+ position: absolute;
334
+ top: 0;
335
+ left: 0;
336
+ bottom: 0;
337
+ right: 0
338
+ }
339
+
340
+ .fluidbox__loader:before {
341
+ background-color: rgba(255, 255, 255, .85);
342
+ content: '';
343
+ -webkit-transform-style: preserve-3d;
344
+ transform-style: preserve-3d;
345
+ position: absolute;
346
+ top: 50%;
347
+ left: 50%;
348
+ width: 20%;
349
+ padding-bottom: 20%;
350
+ -webkit-transform: translate(-50%, -50%);
351
+ transform: translate(-50%, -50%);
352
+ -webkit-transition-property: -webkit-transform;
353
+ transition-property: -webkit-transform;
354
+ transition-property: transform;
355
+ transition-property: transform, -webkit-transform;
356
+ -webkit-transition-duration: .25s;
357
+ transition-duration: .25s;
358
+ -webkit-transition-delay: 0s;
359
+ transition-delay: 0s
360
+ }
361
+
362
+ .fluidbox--loading .fluidbox__loader {
363
+ opacity: 1;
364
+ -webkit-transition: opacity .25s ease-in-out .25s;
365
+ transition: opacity .25s ease-in-out .25s
366
+ }
367
+
368
+ .fluidbox--loading .fluidbox__loader:before {
369
+ -webkit-animation: a 1s 0s infinite ease-in-out forwards;
370
+ animation: a 1s 0s infinite ease-in-out forwards
371
+ }
372
+
373
+ .owl-carousel {
374
+ display: none;
375
+ -webkit-tap-highlight-color: transparent;
376
+ position: relative;
377
+ z-index: 1
378
+ }
379
+
380
+ .owl-carousel .owl-stage {
381
+ position: relative;
382
+ -ms-touch-action: pan-Y;
383
+ -moz-backface-visibility: hidden
384
+ }
385
+
386
+ .owl-carousel .owl-stage:after {
387
+ content: ".";
388
+ display: block;
389
+ clear: both;
390
+ visibility: hidden;
391
+ line-height: 0;
392
+ height: 0
393
+ }
394
+
395
+ .owl-carousel .owl-stage-outer {
396
+ position: relative;
397
+ overflow: hidden;
398
+ -webkit-transform: translate3d(0, 0, 0)
399
+ }
400
+
401
+ .owl-carousel .owl-item,
402
+ .owl-carousel .owl-wrapper {
403
+ -webkit-backface-visibility: hidden;
404
+ -moz-backface-visibility: hidden;
405
+ -ms-backface-visibility: hidden;
406
+ -webkit-transform: translate3d(0, 0, 0);
407
+ -moz-transform: translate3d(0, 0, 0);
408
+ -ms-transform: translate3d(0, 0, 0)
409
+ }
410
+
411
+ .owl-carousel .owl-item {
412
+ position: relative;
413
+ min-height: 1px;
414
+ float: left;
415
+ -webkit-backface-visibility: hidden;
416
+ -webkit-tap-highlight-color: transparent;
417
+ -webkit-touch-callout: none
418
+ }
419
+
420
+ .owl-carousel .owl-item img {
421
+ display: block;
422
+ width: 100%
423
+ }
424
+
425
+ .owl-carousel .owl-dots.disabled,
426
+ .owl-carousel .owl-nav.disabled {
427
+ display: none
428
+ }
429
+
430
+ .owl-carousel .owl-dot,
431
+ .owl-carousel .owl-nav .owl-next,
432
+ .owl-carousel .owl-nav .owl-prev {
433
+ cursor: pointer;
434
+ cursor: hand;
435
+ -webkit-user-select: none;
436
+ -khtml-user-select: none;
437
+ -moz-user-select: none;
438
+ -ms-user-select: none;
439
+ user-select: none
440
+ }
441
+
442
+ .owl-carousel.owl-loaded {
443
+ display: block
444
+ }
445
+
446
+ .owl-carousel.owl-loading {
447
+ opacity: 0;
448
+ display: block
449
+ }
450
+
451
+ .owl-carousel.owl-hidden {
452
+ opacity: 0
453
+ }
454
+
455
+ .owl-carousel.owl-refresh .owl-item {
456
+ visibility: hidden
457
+ }
458
+
459
+ .owl-carousel.owl-drag .owl-item {
460
+ -webkit-user-select: none;
461
+ -moz-user-select: none;
462
+ -ms-user-select: none;
463
+ user-select: none
464
+ }
465
+
466
+ .owl-carousel.owl-grab {
467
+ cursor: move;
468
+ cursor: grab
469
+ }
470
+
471
+ .owl-carousel.owl-rtl {
472
+ direction: rtl
473
+ }
474
+
475
+ .owl-carousel.owl-rtl .owl-item {
476
+ float: right
477
+ }
478
+
479
+ .no-js .owl-carousel {
480
+ display: block
481
+ }
482
+
483
+ .owl-carousel .animated {
484
+ animation-duration: .5s;
485
+ animation-fill-mode: both
486
+ }
487
+
488
+ .owl-carousel .owl-animated-in {
489
+ z-index: 0
490
+ }
491
+
492
+ .owl-carousel .owl-animated-out {
493
+ z-index: 1
494
+ }
495
+
496
+ .owl-carousel .fadeOut {
497
+ animation-name: fadeOut
498
+ }
499
+
500
+ @keyframes fadeOut {
501
+ 0% {
502
+ opacity: 1
503
+ }
504
+ 100% {
505
+ opacity: 0
506
+ }
507
+ }
508
+
509
+ .owl-height {
510
+ transition: height .5s ease-in-out
511
+ }
512
+
513
+ .owl-carousel .owl-item .owl-lazy {
514
+ opacity: 0;
515
+ transition: opacity .4s ease
516
+ }
517
+
518
+ .owl-carousel .owl-item img.owl-lazy {
519
+ transform-style: preserve-3d
520
+ }
521
+
522
+ .owl-carousel .owl-video-wrapper {
523
+ position: relative;
524
+ height: 100%;
525
+ background: #000
526
+ }
527
+
528
+ .owl-carousel .owl-video-play-icon {
529
+ position: absolute;
530
+ height: 80px;
531
+ width: 80px;
532
+ left: 50%;
533
+ top: 50%;
534
+ margin-left: -40px;
535
+ margin-top: -40px;
536
+ background: url(owl.video.play.png) no-repeat;
537
+ cursor: pointer;
538
+ z-index: 1;
539
+ -webkit-backface-visibility: hidden;
540
+ transition: transform .1s ease
541
+ }
542
+
543
+ .owl-carousel .owl-video-play-icon:hover {
544
+ -ms-transform: scale(1.3, 1.3);
545
+ transform: scale(1.3, 1.3)
546
+ }
547
+
548
+ .owl-carousel .owl-video-playing .owl-video-play-icon,
549
+ .owl-carousel .owl-video-playing .owl-video-tn {
550
+ display: none
551
+ }
552
+
553
+ .owl-carousel .owl-video-tn {
554
+ opacity: 0;
555
+ height: 100%;
556
+ background-position: center center;
557
+ background-repeat: no-repeat;
558
+ background-size: contain;
559
+ transition: opacity .4s ease
560
+ }
561
+
562
+ .owl-carousel .owl-video-frame {
563
+ position: relative;
564
+ z-index: 1;
565
+ height: 100%;
566
+ width: 100%
567
+ }
568
+
569
+ body,
570
+ html {
571
+ height: 100%
572
+ }
573
+
574
+ body {
575
+ background: #fff;
576
+ font-family: Muli, sans-serif;
577
+ font-weight: 400;
578
+ font-style: normal;
579
+ line-height: 1;
580
+ color: #6c7a89
581
+ }
582
+
583
+ h1,
584
+ h2,
585
+ h3,
586
+ h4,
587
+ h5,
588
+ h6 {
589
+ font-family: Merriweather, sans-serif;
590
+ color: #2a2f36
591
+ }
592
+
593
+ h1:first-child,
594
+ h2:first-child,
595
+ h3:first-child,
596
+ h4:first-child,
597
+ h5:first-child,
598
+ h6:first-child {
599
+ margin-top: 0
600
+ }
601
+
602
+ .h1,
603
+ h1 {
604
+ font-size: 25px;
605
+ font-weight: 400;
606
+ line-height: 1.2;
607
+ letter-spacing: -.02em
608
+ }
609
+
610
+ @media only screen and (min-width:768px) {
611
+ .h1,
612
+ h1 {
613
+ font-size: 35px
614
+ }
615
+ }
616
+
617
+ @media only screen and (min-width:1220px) {
618
+ .h1,
619
+ h1 {
620
+ font-size: 45px
621
+ }
622
+ }
623
+
624
+ .h1 a,
625
+ h1 a {
626
+ font-weight: 400
627
+ }
628
+
629
+ .h2,
630
+ h2 {
631
+ margin-top: 40px;
632
+ font-size: 25px;
633
+ font-weight: 400;
634
+ line-height: 1.2;
635
+ letter-spacing: -.02em
636
+ }
637
+
638
+ @media only screen and (min-width:768px) {
639
+ .h2,
640
+ h2 {
641
+ font-size: 35px
642
+ }
643
+ }
644
+
645
+ @media only screen and (min-width:1220px) {
646
+ .h2,
647
+ h2 {
648
+ font-size: 45px
649
+ }
650
+ }
651
+
652
+ .h2 a,
653
+ h2 a {
654
+ font-weight: 400
655
+ }
656
+
657
+ .h3,
658
+ h3 {
659
+ margin-top: 40px;
660
+ font-size: 22px;
661
+ font-weight: 400;
662
+ line-height: 1.3;
663
+ letter-spacing: -.02em
664
+ }
665
+
666
+ @media only screen and (min-width:768px) {
667
+ .h3,
668
+ h3 {
669
+ font-size: 25px
670
+ }
671
+ }
672
+
673
+ @media only screen and (min-width:1220px) {
674
+ .h3,
675
+ h3 {
676
+ font-size: 30px
677
+ }
678
+ }
679
+
680
+ .h4,
681
+ h4 {
682
+ margin-top: 25px;
683
+ font-size: 17px;
684
+ font-weight: 400;
685
+ line-height: 1.6;
686
+ letter-spacing: 0
687
+ }
688
+
689
+ @media only screen and (min-width:768px) {
690
+ .h4,
691
+ h4 {
692
+ font-size: 22px
693
+ }
694
+ }
695
+
696
+ @media only screen and (min-width:1220px) {
697
+ .h4,
698
+ h4 {
699
+ font-size: 22px
700
+ }
701
+ }
702
+
703
+ .h5,
704
+ h5 {
705
+ margin-top: 15px;
706
+ font-size: 17px;
707
+ font-weight: 400;
708
+ line-height: 1.6;
709
+ letter-spacing: 0
710
+ }
711
+
712
+ @media only screen and (min-width:768px) {
713
+ .h5,
714
+ h5 {
715
+ font-size: 20px
716
+ }
717
+ }
718
+
719
+ @media only screen and (min-width:1220px) {
720
+ .h5,
721
+ h5 {
722
+ font-size: 20px
723
+ }
724
+ }
725
+
726
+ .h6,
727
+ h6 {
728
+ margin-top: 15px;
729
+ font-size: 17px;
730
+ font-weight: 400;
731
+ line-height: 1.6;
732
+ letter-spacing: 0
733
+ }
734
+
735
+ @media only screen and (min-width:768px) {
736
+ .h6,
737
+ h6 {
738
+ font-size: 20px
739
+ }
740
+ }
741
+
742
+ @media only screen and (min-width:1220px) {
743
+ .h6,
744
+ h6 {
745
+ font-size: 20px
746
+ }
747
+ }
748
+
749
+ ol,
750
+ p,
751
+ ul {
752
+ margin-top: 15px;
753
+ font-size: 16px;
754
+ font-weight: 400;
755
+ line-height: 1.6;
756
+ letter-spacing: 0
757
+ }
758
+
759
+ @media only screen and (min-width:768px) {
760
+ ol,
761
+ p,
762
+ ul {
763
+ font-size: 18px
764
+ }
765
+ }
766
+
767
+ @media only screen and (min-width:1220px) {
768
+ ol,
769
+ p,
770
+ ul {
771
+ font-size: 20px
772
+ }
773
+ }
774
+
775
+ ol strong,
776
+ p strong,
777
+ ul strong {
778
+ font-weight: 600
779
+ }
780
+
781
+ ol:first-child,
782
+ p:first-child,
783
+ ul:first-child {
784
+ margin-top: 0
785
+ }
786
+
787
+ ol,
788
+ ul {
789
+ list-style-position: inside
790
+ }
791
+
792
+ blockquote {
793
+ margin-top: 15px;
794
+ font-family: Merriweather, sans-serif;
795
+ font-size: 25px;
796
+ font-weight: 400;
797
+ letter-spacing: -.02em;
798
+ line-height: 1.6
799
+ }
800
+
801
+ @media only screen and (min-width:768px) {
802
+ blockquote {
803
+ font-size: 35px
804
+ }
805
+ }
806
+
807
+ @media only screen and (min-width:1220px) {
808
+ blockquote {
809
+ font-size: 45px
810
+ }
811
+ }
812
+
813
+ blockquote p {
814
+ font-size: 25px;
815
+ font-weight: 400;
816
+ letter-spacing: -.02em;
817
+ line-height: 1.6
818
+ }
819
+
820
+ @media only screen and (min-width:768px) {
821
+ blockquote p {
822
+ font-size: 35px
823
+ }
824
+ }
825
+
826
+ @media only screen and (min-width:1220px) {
827
+ blockquote p {
828
+ font-size: 45px
829
+ }
830
+ }
831
+
832
+ a {
833
+ text-decoration: none;
834
+ color: #2a2f36;
835
+ font-weight: 600;
836
+ -webkit-transition: all .15s ease-in-out;
837
+ -moz-transition: all .15s ease-in-out;
838
+ -ms-transition: all .15s ease-in-out;
839
+ -o-transition: all .15s ease-in-out;
840
+ transition: all .15s ease-in-out
841
+ }
842
+
843
+ a:hover {
844
+ color: #a2ded0
845
+ }
846
+
847
+ .button {
848
+ display: inline-block;
849
+ padding: 9px 10px 10px;
850
+ font-size: 13px;
851
+ line-height: 1;
852
+ border: 2px solid #a2ded0;
853
+ border-radius: 3px;
854
+ background: #a2ded0;
855
+ color: #fff;
856
+ font-weight: 600;
857
+ letter-spacing: 0;
858
+ cursor: pointer
859
+ }
860
+
861
+ @media only screen and (min-width:768px) {
862
+ .button {
863
+ padding: 11px 20px 12px;
864
+ font-size: 15px
865
+ }
866
+ }
867
+
868
+ .button:hover {
869
+ background: #a2ddde;
870
+ border-color: #a2ddde;
871
+ color: #fff
872
+ }
873
+
874
+ .button svg {
875
+ margin-right: 5px
876
+ }
877
+
878
+ .button svg:last-child {
879
+ margin-right: 0;
880
+ margin-left: 5px
881
+ }
882
+
883
+ @media only screen and (min-width:768px) {
884
+ .button svg {
885
+ margin-right: 8px
886
+ }
887
+ .button svg:last-child {
888
+ margin-right: 0;
889
+ margin-left: 8px
890
+ }
891
+ }
892
+
893
+ .button--large {
894
+ padding: 15px 20px 16px;
895
+ font-size: 13px
896
+ }
897
+
898
+ @media only screen and (min-width:768px) {
899
+ .button--large {
900
+ padding: 19px 40px 20px;
901
+ font-size: 17px
902
+ }
903
+ }
904
+
905
+ .button--light {
906
+ background: 0 0;
907
+ border-color: #2a2f36;
908
+ color: #2a2f36
909
+ }
910
+
911
+ .button--light:hover {
912
+ background: #a2ded0;
913
+ border-color: #a2ded0;
914
+ color: #fff
915
+ }
916
+
917
+ .button--overlay {
918
+ background: 0 0;
919
+ border-color: #fff;
920
+ color: #fff
921
+ }
922
+
923
+ .button--overlay:hover {
924
+ background: #fff;
925
+ border-color: #fff;
926
+ color: #a2ded0
927
+ }
928
+
929
+ hr {
930
+ margin: 40px 0;
931
+ border: 0;
932
+ height: 2px;
933
+ background: #ddd
934
+ }
935
+
936
+ ::selection {
937
+ background: #a2ded0;
938
+ color: #fff
939
+ }
940
+
941
+ ::-moz-selection {
942
+ background: #a2ded0;
943
+ color: #fff
944
+ }
945
+
946
+ .page-loader {
947
+ display: none
948
+ }
949
+
950
+ .page {
951
+ -webkit-transition: all .4s ease-in-out;
952
+ -moz-transition: all .4s ease-in-out;
953
+ -ms-transition: all .4s ease-in-out;
954
+ -o-transition: all .4s ease-in-out;
955
+ transition: all .4s ease-in-out
956
+ }
957
+
958
+ body.loading .loader {
959
+ opacity: 1;
960
+ visibility: visible;
961
+ -webkit-transition: all .4s ease-in-out 1s;
962
+ -moz-transition: all .4s ease-in-out 1s;
963
+ -ms-transition: all .4s ease-in-out 1s;
964
+ -o-transition: all .4s ease-in-out 1s;
965
+ transition: all .4s ease-in-out 1s
966
+ }
967
+
968
+ body.loading .page {
969
+ opacity: 0;
970
+ visibility: hidden;
971
+ -webkit-transition: all .4s ease-in-out;
972
+ -moz-transition: all .4s ease-in-out;
973
+ -ms-transition: all .4s ease-in-out;
974
+ -o-transition: all .4s ease-in-out;
975
+ transition: all .4s ease-in-out
976
+ }
977
+
978
+ body.loading .footer {
979
+ opacity: 0;
980
+ visibility: hidden;
981
+ -webkit-transition: all .4s ease-in-out;
982
+ -moz-transition: all .4s ease-in-out;
983
+ -ms-transition: all .4s ease-in-out;
984
+ -o-transition: all .4s ease-in-out;
985
+ transition: all .4s ease-in-out
986
+ }
987
+
988
+ .loader {
989
+ position: fixed;
990
+ top: 50%;
991
+ left: 50%;
992
+ -moz-transform: translate(-50%, -50%);
993
+ -o-transform: translate(-50%, -50%);
994
+ -ms-transform: translate(-50%, -50%);
995
+ -webkit-transform: translate(-50%, -50%);
996
+ transform: translate(-50%, -50%);
997
+ width: 60px;
998
+ height: 15px;
999
+ opacity: 0;
1000
+ visibility: hidden;
1001
+ -webkit-transition: all .2s ease-in-out;
1002
+ -moz-transition: all .2s ease-in-out;
1003
+ -ms-transition: all .2s ease-in-out;
1004
+ -o-transition: all .2s ease-in-out;
1005
+ transition: all .2s ease-in-out
1006
+ }
1007
+
1008
+ @media only screen and (min-width:1024px) {
1009
+ .loader {
1010
+ left: 65%
1011
+ }
1012
+ }
1013
+
1014
+ @media only screen and (min-width:1600px) {
1015
+ .loader {
1016
+ left: 62.5%
1017
+ }
1018
+ }
1019
+
1020
+ .loader svg {
1021
+ width: 100%;
1022
+ height: 100%;
1023
+ fill: rgba(42, 47, 54, .2)
1024
+ }
1025
+
1026
+ .page,
1027
+ .page__content {
1028
+ float: left;
1029
+ clear: both;
1030
+ width: 100%
1031
+ }
1032
+
1033
+ @media only screen and (min-width:1024px) {
1034
+ .page {
1035
+ padding-left: 30%
1036
+ }
1037
+ }
1038
+
1039
+ @media only screen and (min-width:1600px) {
1040
+ .page {
1041
+ padding-left: 25%
1042
+ }
1043
+ }
1044
+
1045
+ .featured-image {
1046
+ position: relative;
1047
+ width: 100%;
1048
+ height: 0;
1049
+ padding-bottom: 56.25%;
1050
+ background-size: cover;
1051
+ background-position: center;
1052
+ background-repeat: no-repeat
1053
+ }
1054
+
1055
+ @media only screen and (min-width:1024px) {
1056
+ .featured-image {
1057
+ position: fixed;
1058
+ z-index: 10;
1059
+ top: 0;
1060
+ left: 0;
1061
+ bottom: 0;
1062
+ height: auto;
1063
+ padding-bottom: 0;
1064
+ width: 30%
1065
+ }
1066
+ }
1067
+
1068
+ section {
1069
+ margin-top: 40px
1070
+ }
1071
+
1072
+ @media only screen and (min-width:768px) {
1073
+ section {
1074
+ margin-top: 50px
1075
+ }
1076
+ }
1077
+
1078
+ @media only screen and (min-width:1024px) {
1079
+ section {
1080
+ margin-top: 60px
1081
+ }
1082
+ }
1083
+
1084
+ @media only screen and (min-width:1220px) {
1085
+ section {
1086
+ margin-top: 80px
1087
+ }
1088
+ }
1089
+
1090
+ .wrap {
1091
+ position: relative;
1092
+ margin: 0 auto;
1093
+ padding: 0 20px
1094
+ }
1095
+
1096
+ @media only screen and (min-width:768px) {
1097
+ .wrap {
1098
+ padding: 0 40px
1099
+ }
1100
+ }
1101
+
1102
+ @media only screen and (min-width:1024px) {
1103
+ .wrap {
1104
+ padding: 0
1105
+ }
1106
+ }
1107
+
1108
+ .buy-cta {
1109
+ position: fixed;
1110
+ bottom: 0;
1111
+ right: 0
1112
+ }
1113
+
1114
+ .buy-cta__link {
1115
+ display: block;
1116
+ position: relative;
1117
+ width: 40px;
1118
+ height: 40px;
1119
+ background: #dc5b5d
1120
+ }
1121
+
1122
+ @media only screen and (min-width:768px) {
1123
+ .buy-cta__link {
1124
+ width: 60px;
1125
+ height: 60px
1126
+ }
1127
+ }
1128
+
1129
+ .buy-cta__link svg {
1130
+ position: absolute;
1131
+ top: 50%;
1132
+ left: 50%;
1133
+ width: 20px;
1134
+ height: 20px;
1135
+ -moz-transform: translate(-50%, -50%);
1136
+ -o-transform: translate(-50%, -50%);
1137
+ -ms-transform: translate(-50%, -50%);
1138
+ -webkit-transform: translate(-50%, -50%);
1139
+ transform: translate(-50%, -50%);
1140
+ fill: #fff
1141
+ }
1142
+
1143
+ @media only screen and (min-width:768px) {
1144
+ .buy-cta__link svg {
1145
+ width: 30px;
1146
+ height: 30px
1147
+ }
1148
+ }
1149
+
1150
+ .buy-cta__link:hover .buy-cta__text {
1151
+ -moz-transform: translate(0, 0);
1152
+ -o-transform: translate(0, 0);
1153
+ -ms-transform: translate(0, 0);
1154
+ -webkit-transform: translate(0, 0);
1155
+ transform: translate(0, 0);
1156
+ opacity: 1
1157
+ }
1158
+
1159
+ .buy-cta__text {
1160
+ position: absolute;
1161
+ top: 0;
1162
+ right: 40px;
1163
+ background: #dc5b5d;
1164
+ padding: 14px 10px 13px 17px;
1165
+ color: #fff;
1166
+ font-size: 13px;
1167
+ line-height: 1;
1168
+ white-space: nowrap;
1169
+ -webkit-transition: all .15s ease-in-out;
1170
+ -moz-transition: all .15s ease-in-out;
1171
+ -ms-transition: all .15s ease-in-out;
1172
+ -o-transition: all .15s ease-in-out;
1173
+ transition: all .15s ease-in-out;
1174
+ -moz-transform: translate(0, 20px);
1175
+ -o-transform: translate(0, 20px);
1176
+ -ms-transform: translate(0, 20px);
1177
+ -webkit-transform: translate(0, 20px);
1178
+ transform: translate(0, 20px);
1179
+ opacity: 0
1180
+ }
1181
+
1182
+ @media only screen and (min-width:768px) {
1183
+ .buy-cta__text {
1184
+ right: 60px;
1185
+ padding: 22px 14px 23px 25px;
1186
+ font-size: 15px;
1187
+ -moz-transform: translate(0, 30px);
1188
+ -o-transform: translate(0, 30px);
1189
+ -ms-transform: translate(0, 30px);
1190
+ -webkit-transform: translate(0, 30px);
1191
+ transform: translate(0, 30px)
1192
+ }
1193
+ }
1194
+
1195
+ .header {
1196
+ padding: 40px 20px;
1197
+ background: #161b21
1198
+ }
1199
+
1200
+ @media only screen and (min-width:768px) {
1201
+ .header {
1202
+ padding: 80px 40px
1203
+ }
1204
+ }
1205
+
1206
+ @media only screen and (min-width:1024px) {
1207
+ .header {
1208
+ position: fixed;
1209
+ z-index: 10;
1210
+ overflow: auto;
1211
+ top: 0;
1212
+ left: 0;
1213
+ bottom: 0;
1214
+ width: 30%;
1215
+ padding: 0
1216
+ }
1217
+ }
1218
+
1219
+ @media only screen and (min-width:1600px) {
1220
+ .header {
1221
+ width: 25%
1222
+ }
1223
+ }
1224
+
1225
+ .header-image {
1226
+ position: absolute;
1227
+ top: 0;
1228
+ left: 0;
1229
+ bottom: 0;
1230
+ right: 0;
1231
+ background-size: cover;
1232
+ background-position: center;
1233
+ background-repeat: no-repeat;
1234
+ opacity: 0;
1235
+ -webkit-transition: opacity .4s ease-in-out;
1236
+ -moz-transition: opacity .4s ease-in-out;
1237
+ -ms-transition: opacity .4s ease-in-out;
1238
+ -o-transition: opacity .4s ease-in-out;
1239
+ transition: opacity .4s ease-in-out
1240
+ }
1241
+
1242
+ @media only screen and (min-width:1024px) {
1243
+ .header-image {
1244
+ position: fixed;
1245
+ right: auto;
1246
+ width: 30%
1247
+ }
1248
+ }
1249
+
1250
+ @media only screen and (min-width:1600px) {
1251
+ .header-image {
1252
+ width: 25%
1253
+ }
1254
+ }
1255
+
1256
+ .header-image--on {
1257
+ opacity: 1
1258
+ }
1259
+
1260
+ .header-overlay {
1261
+ position: absolute;
1262
+ top: 0;
1263
+ left: 0;
1264
+ bottom: 0;
1265
+ right: 0;
1266
+ background: rgba(22, 27, 33, .7)
1267
+ }
1268
+
1269
+ @media only screen and (min-width:1024px) {
1270
+ .header-overlay {
1271
+ background: -moz-linear-gradient(top, rgba(22, 27, 33, 0) 0, rgba(22, 27, 33, .01) 1%, rgba(22, 27, 33, .7) 70%, rgba(22, 27, 33, .7) 100%);
1272
+ background: -webkit-linear-gradient(top, rgba(22, 27, 33, 0) 0, rgba(22, 27, 33, .01) 1%, rgba(22, 27, 33, .7) 70%, rgba(22, 27, 33, .7) 100%);
1273
+ background: linear-gradient(to bottom, rgba(22, 27, 33, 0) 0, rgba(22, 27, 33, .01) 1%, rgba(22, 27, 33, .7) 70%, rgba(22, 27, 33, .7) 100%)
1274
+ }
1275
+ }
1276
+
1277
+ .header__content {
1278
+ position: relative
1279
+ }
1280
+
1281
+ @media only screen and (min-width:1024px) {
1282
+ .header__content {
1283
+ position: absolute;
1284
+ bottom: 0;
1285
+ padding: 40px 40px 34px
1286
+ }
1287
+ }
1288
+
1289
+ @media only screen and (min-width:1220px) {
1290
+ .header__content {
1291
+ padding: 60px 60px 52px
1292
+ }
1293
+ }
1294
+
1295
+ .header__logo {
1296
+ display: block;
1297
+ width: 200px;
1298
+ max-width: 80%
1299
+ }
1300
+
1301
+ @media only screen and (min-width:768px) {
1302
+ .header__logo {
1303
+ float: left;
1304
+ max-width: 50%
1305
+ }
1306
+ }
1307
+
1308
+ .header__logo__img {
1309
+ width: 100%;
1310
+ height: auto
1311
+ }
1312
+
1313
+ .header__title {
1314
+ font-family: Merriweather, sans-serif;
1315
+ font-size: 25px;
1316
+ font-weight: 400;
1317
+ letter-spacing: 0;
1318
+ line-height: 1;
1319
+ color: #fff
1320
+ }
1321
+
1322
+ .header__title:hover {
1323
+ color: #fff
1324
+ }
1325
+
1326
+ @media only screen and (min-width:768px) {
1327
+ .header__title {
1328
+ font-size: 30px
1329
+ }
1330
+ }
1331
+
1332
+ @media only screen and (min-width:1220px) {
1333
+ .header__title {
1334
+ font-size: 35px
1335
+ }
1336
+ }
1337
+
1338
+ .header__tagline {
1339
+ margin-top: 10px;
1340
+ font-family: Muli, sans-serif;
1341
+ font-size: 16px;
1342
+ font-weight: 400;
1343
+ letter-spacing: 0;
1344
+ line-height: 1.5;
1345
+ color: rgba(255, 255, 255, .7)
1346
+ }
1347
+
1348
+ @media only screen and (min-width:768px) {
1349
+ .header__tagline {
1350
+ font-size: 17px
1351
+ }
1352
+ }
1353
+
1354
+ @media only screen and (min-width:1220px) {
1355
+ .header__tagline {
1356
+ font-size: 18px
1357
+ }
1358
+ }
1359
+
1360
+ @media only screen and (min-width:1024px) {
1361
+ .menu {
1362
+ margin-top: 20px
1363
+ }
1364
+ }
1365
+
1366
+ @media only screen and (min-width:1220px) {
1367
+ .menu {
1368
+ margin-top: 30px
1369
+ }
1370
+ }
1371
+
1372
+ .menu__toggle {
1373
+ position: absolute;
1374
+ z-index: 1002;
1375
+ top: 0;
1376
+ right: 0;
1377
+ cursor: pointer;
1378
+ font-size: 15px;
1379
+ line-height: 20px
1380
+ }
1381
+
1382
+ @media only screen and (min-width:1024px) {
1383
+ .menu__toggle {
1384
+ display: none
1385
+ }
1386
+ }
1387
+
1388
+ .menu__toggle__icon {
1389
+ float: right;
1390
+ position: relative;
1391
+ width: 24px;
1392
+ height: 20px;
1393
+ margin-left: 8px
1394
+ }
1395
+
1396
+ .menu__toggle__icon span,
1397
+ .menu__toggle__icon span:after,
1398
+ .menu__toggle__icon span:before {
1399
+ content: '';
1400
+ position: absolute;
1401
+ top: 8px;
1402
+ left: 0;
1403
+ width: 100%;
1404
+ height: 3px;
1405
+ -webkit-transition: all .1s;
1406
+ -moz-transition: all .1s;
1407
+ -ms-transition: all .1s;
1408
+ -o-transition: all .1s;
1409
+ transition: all .1s;
1410
+ background: rgba(255, 255, 255, .7)
1411
+ }
1412
+
1413
+ .menu__toggle__icon span:before {
1414
+ top: -8px
1415
+ }
1416
+
1417
+ .menu__toggle__icon span:after {
1418
+ top: 8px
1419
+ }
1420
+
1421
+ .menu--open .menu__toggle__icon span:after,
1422
+ .menu--open .menu__toggle__icon span:before {
1423
+ background: #fff!important
1424
+ }
1425
+
1426
+ .menu--open .menu__toggle__icon span {
1427
+ background-color: transparent!important
1428
+ }
1429
+
1430
+ .menu--open .menu__toggle__icon span:after,
1431
+ .menu--open .menu__toggle__icon span:before {
1432
+ top: 0
1433
+ }
1434
+
1435
+ .menu--open .menu__toggle__icon span:before {
1436
+ -moz-transform: rotate(45deg);
1437
+ -o-transform: rotate(45deg);
1438
+ -ms-transform: rotate(45deg);
1439
+ -webkit-transform: rotate(45deg);
1440
+ transform: rotate(45deg)
1441
+ }
1442
+
1443
+ .menu--open .menu__toggle__icon span:after {
1444
+ -moz-transform: rotate(-45deg);
1445
+ -o-transform: rotate(-45deg);
1446
+ -ms-transform: rotate(-45deg);
1447
+ -webkit-transform: rotate(-45deg);
1448
+ transform: rotate(-45deg)
1449
+ }
1450
+
1451
+ .menu__wrap {
1452
+ position: fixed;
1453
+ z-index: 1000;
1454
+ top: 0;
1455
+ right: 0;
1456
+ bottom: 0;
1457
+ left: 0;
1458
+ background: rgba(22, 27, 33, .95);
1459
+ overflow: auto;
1460
+ visibility: hidden;
1461
+ opacity: 0;
1462
+ -webkit-transition: all .2s ease-in-out;
1463
+ -moz-transition: all .2s ease-in-out;
1464
+ -ms-transition: all .2s ease-in-out;
1465
+ -o-transition: all .2s ease-in-out;
1466
+ transition: all .2s ease-in-out
1467
+ }
1468
+
1469
+ @media only screen and (min-width:1024px) {
1470
+ .menu__wrap {
1471
+ position: relative;
1472
+ background: 0 0;
1473
+ visibility: visible;
1474
+ overflow: visible;
1475
+ opacity: 1;
1476
+ -webkit-transition: none;
1477
+ -moz-transition: none;
1478
+ -ms-transition: none;
1479
+ -o-transition: none;
1480
+ transition: none
1481
+ }
1482
+ }
1483
+
1484
+ .menu--open .menu__wrap {
1485
+ visibility: visible;
1486
+ opacity: 1
1487
+ }
1488
+
1489
+ .menu__list {
1490
+ list-style: none;
1491
+ margin: 0 auto;
1492
+ padding: 12px 20px
1493
+ }
1494
+
1495
+ @media only screen and (min-width:768px) {
1496
+ .menu__list {
1497
+ padding: 30px 40px
1498
+ }
1499
+ }
1500
+
1501
+ @media only screen and (min-width:1024px) {
1502
+ .menu__list {
1503
+ margin: 0;
1504
+ padding: 0
1505
+ }
1506
+ }
1507
+
1508
+ .menu__list__item__link {
1509
+ font-size: 30px;
1510
+ font-weight: 400;
1511
+ color: rgba(255, 255, 255, .7);
1512
+ padding: 10px 0
1513
+ }
1514
+
1515
+ .menu__list__item__link:hover {
1516
+ color: #fff
1517
+ }
1518
+
1519
+ @media only screen and (min-width:1024px) {
1520
+ .menu__list__item__link {
1521
+ padding: 0;
1522
+ font-size: 17px
1523
+ }
1524
+ }
1525
+
1526
+ @media only screen and (min-width:1220px) {
1527
+ .menu__list__item__link {
1528
+ font-size: 18px
1529
+ }
1530
+ }
1531
+
1532
+ .menu__list__item__link.active-link {
1533
+ color: #fff
1534
+ }
1535
+
1536
+ .menu__button {
1537
+ margin-top: 15px;
1538
+ padding: 15px 20px 16px;
1539
+ font-size: 13px
1540
+ }
1541
+
1542
+ @media only screen and (min-width:1024px) {
1543
+ .menu__button {
1544
+ margin-top: 0;
1545
+ padding: 11px 20px 12px;
1546
+ font-size: 15px
1547
+ }
1548
+ }
1549
+
1550
+ .header .socials {
1551
+ padding: 12px 20px
1552
+ }
1553
+
1554
+ @media only screen and (min-width:768px) {
1555
+ .header .socials {
1556
+ padding: 10px 40px
1557
+ }
1558
+ }
1559
+
1560
+ @media only screen and (min-width:1024px) {
1561
+ .header .socials {
1562
+ margin: 27px 0 0;
1563
+ padding: 0
1564
+ }
1565
+ }
1566
+
1567
+ @media only screen and (min-width:1220px) {
1568
+ .header .socials {
1569
+ margin-top: 35px
1570
+ }
1571
+ }
1572
+
1573
+ .header .socials .socials__item__link {
1574
+ background: rgba(255, 255, 255, .7);
1575
+ color: #161b21
1576
+ }
1577
+
1578
+ .header .socials .socials__item__link:hover {
1579
+ background: #fff;
1580
+ color: #161b21
1581
+ }
1582
+
1583
+ .footer {
1584
+ -webkit-transition: all .6s cubic-bezier(.87, -.41, .19, 1.44);
1585
+ -moz-transition: all .6s cubic-bezier(.87, -.41, .19, 1.44);
1586
+ -ms-transition: all .6s cubic-bezier(.87, -.41, .19, 1.44);
1587
+ -o-transition: all .6s cubic-bezier(.87, -.41, .19, 1.44);
1588
+ transition: all .6s cubic-bezier(.87, -.41, .19, 1.44);
1589
+ padding: 20px
1590
+ }
1591
+
1592
+ @media only screen and (min-width:768px) {
1593
+ .footer {
1594
+ padding: 40px
1595
+ }
1596
+ }
1597
+
1598
+ @media only screen and (min-width:1220px) {
1599
+ .footer {
1600
+ padding: 60px
1601
+ }
1602
+ }
1603
+
1604
+ @media only screen and (min-width:1024px) {
1605
+ .footer {
1606
+ padding-left: 30%
1607
+ }
1608
+ }
1609
+
1610
+ @media only screen and (min-width:1600px) {
1611
+ .footer {
1612
+ padding-left: 25%
1613
+ }
1614
+ }
1615
+
1616
+ .footer__copyright {
1617
+ display: block;
1618
+ font-size: 13px;
1619
+ color: #abb7b7
1620
+ }
1621
+
1622
+ @media only screen and (min-width:1024px) {
1623
+ .footer__copyright {
1624
+ padding-left: 40px
1625
+ }
1626
+ }
1627
+
1628
+ @media only screen and (min-width:1220px) {
1629
+ .footer__copyright {
1630
+ padding-left: 60px
1631
+ }
1632
+ }
1633
+
1634
+ .footer__copyright a {
1635
+ margin-left: 10px;
1636
+ color: #abb7b7;
1637
+ font-weight: 400
1638
+ }
1639
+
1640
+ .footer__copyright a:hover {
1641
+ color: #6c7a89
1642
+ }
1643
+
1644
+ .intro {
1645
+ margin-top: 0;
1646
+ padding: 20px 0 0
1647
+ }
1648
+
1649
+ @media only screen and (min-width:768px) {
1650
+ .intro {
1651
+ padding: 35px 0 0
1652
+ }
1653
+ }
1654
+
1655
+ @media only screen and (min-width:1024px) {
1656
+ .intro {
1657
+ padding: 35px 40px 0
1658
+ }
1659
+ }
1660
+
1661
+ @media only screen and (min-width:1220px) {
1662
+ .intro {
1663
+ padding: 53px 60px 0
1664
+ }
1665
+ }
1666
+
1667
+ @media only screen and (min-width:1024px) {
1668
+ .intro .wrap {
1669
+ max-width: 80%
1670
+ }
1671
+ }
1672
+
1673
+ @media only screen and (min-width:1220px) {
1674
+ .intro .wrap {
1675
+ max-width: 75%
1676
+ }
1677
+ }
1678
+
1679
+ @media only screen and (min-width:1600px) {
1680
+ .intro .wrap {
1681
+ max-width: 70%
1682
+ }
1683
+ }
1684
+
1685
+ @media only screen and (min-width:768px) {
1686
+ .intro h1 {
1687
+ white-space: pre-line
1688
+ }
1689
+ }
1690
+
1691
+ .intro p {
1692
+ margin-top: 5px;
1693
+ color: #abb7b7
1694
+ }
1695
+
1696
+ .single {
1697
+ margin-top: 0;
1698
+ padding: 20px 0;
1699
+ min-height: 100vh
1700
+ }
1701
+
1702
+ @media only screen and (min-width:768px) {
1703
+ .single {
1704
+ padding: 40px 0
1705
+ }
1706
+ }
1707
+
1708
+ @media only screen and (min-width:1024px) {
1709
+ .single {
1710
+ padding: 30px 40px 40px
1711
+ }
1712
+ }
1713
+
1714
+ @media only screen and (min-width:1220px) {
1715
+ .single {
1716
+ padding: 40px 60px 60px
1717
+ }
1718
+ }
1719
+
1720
+ .single h1,
1721
+ .single h2,
1722
+ .single h3,
1723
+ .single h4,
1724
+ .single h5,
1725
+ .single h6,
1726
+ .single ol,
1727
+ .single p,
1728
+ .single ul {
1729
+ margin-left: auto;
1730
+ margin-right: auto
1731
+ }
1732
+
1733
+ @media only screen and (min-width:1024px) {
1734
+ .single h1,
1735
+ .single h2,
1736
+ .single h3,
1737
+ .single h4,
1738
+ .single h5,
1739
+ .single h6,
1740
+ .single ol,
1741
+ .single p,
1742
+ .single ul {
1743
+ max-width: 80%
1744
+ }
1745
+ }
1746
+
1747
+ @media only screen and (min-width:1220px) {
1748
+ .single h1,
1749
+ .single h2,
1750
+ .single h3,
1751
+ .single h4,
1752
+ .single h5,
1753
+ .single h6,
1754
+ .single ol,
1755
+ .single p,
1756
+ .single ul {
1757
+ max-width: 75%
1758
+ }
1759
+ }
1760
+
1761
+ @media only screen and (min-width:1600px) {
1762
+ .single h1,
1763
+ .single h2,
1764
+ .single h3,
1765
+ .single h4,
1766
+ .single h5,
1767
+ .single h6,
1768
+ .single ol,
1769
+ .single p,
1770
+ .single ul {
1771
+ max-width: 70%
1772
+ }
1773
+ }
1774
+
1775
+ .single ol ol,
1776
+ .single ol ul,
1777
+ .single ul ol,
1778
+ .single ul ul {
1779
+ max-width: 100%;
1780
+ padding-left: 25px
1781
+ }
1782
+
1783
+ .single hr {
1784
+ margin: 20px auto
1785
+ }
1786
+
1787
+ @media only screen and (min-width:768px) {
1788
+ .single hr {
1789
+ margin-top: 40px;
1790
+ margin-bottom: 40px;
1791
+ width: auto
1792
+ }
1793
+ }
1794
+
1795
+ @media only screen and (min-width:1024px) {
1796
+ .single hr {
1797
+ max-width: 80%
1798
+ }
1799
+ }
1800
+
1801
+ @media only screen and (min-width:1220px) {
1802
+ .single hr {
1803
+ max-width: 75%
1804
+ }
1805
+ }
1806
+
1807
+ @media only screen and (min-width:1600px) {
1808
+ .single hr {
1809
+ max-width: 70%
1810
+ }
1811
+ }
1812
+
1813
+ .single blockquote,
1814
+ .single figure {
1815
+ margin: 20px auto
1816
+ }
1817
+
1818
+ @media only screen and (min-width:768px) {
1819
+ .single blockquote,
1820
+ .single figure {
1821
+ margin: 30px auto
1822
+ }
1823
+ }
1824
+
1825
+ @media only screen and (min-width:1220px) {
1826
+ .single blockquote,
1827
+ .single figure {
1828
+ margin: 40px auto
1829
+ }
1830
+ }
1831
+
1832
+ .single blockquote p {
1833
+ max-width: 100%;
1834
+ padding: 0
1835
+ }
1836
+
1837
+ .single p a {
1838
+ font-weight: 600;
1839
+ border-bottom: 2px solid #a2ded0
1840
+ }
1841
+
1842
+ .single p .button {
1843
+ margin-top: 10px
1844
+ }
1845
+
1846
+ .single .highlighter-rouge,
1847
+ .single table {
1848
+ margin: 20px auto;
1849
+ width: 100%
1850
+ }
1851
+
1852
+ @media only screen and (min-width:768px) {
1853
+ .single .highlighter-rouge,
1854
+ .single table {
1855
+ margin: 30px auto
1856
+ }
1857
+ }
1858
+
1859
+ @media only screen and (min-width:1024px) {
1860
+ .single .highlighter-rouge,
1861
+ .single table {
1862
+ max-width: 80%
1863
+ }
1864
+ }
1865
+
1866
+ @media only screen and (min-width:1220px) {
1867
+ .single .highlighter-rouge,
1868
+ .single table {
1869
+ margin: 40px auto;
1870
+ max-width: 75%
1871
+ }
1872
+ }
1873
+
1874
+ @media only screen and (min-width:1600px) {
1875
+ .single .highlighter-rouge,
1876
+ .single table {
1877
+ max-width: 70%
1878
+ }
1879
+ }
1880
+
1881
+ .single .highlight {
1882
+ display: block;
1883
+ padding: 0;
1884
+ line-height: 1.5;
1885
+ font-size: 13.6px;
1886
+ line-height: 1.6;
1887
+ overflow: auto
1888
+ }
1889
+
1890
+ @media only screen and (min-width:768px) {
1891
+ .single .highlight {
1892
+ font-size: 15.3px
1893
+ }
1894
+ }
1895
+
1896
+ @media only screen and (min-width:1220px) {
1897
+ .single .highlight {
1898
+ font-size: 17px
1899
+ }
1900
+ }
1901
+
1902
+ .single .highlight .highlight {
1903
+ padding: 20px
1904
+ }
1905
+
1906
+ @media only screen and (min-width:768px) {
1907
+ .single .highlight .highlight {
1908
+ padding: 30px
1909
+ }
1910
+ }
1911
+
1912
+ @media only screen and (min-width:1220px) {
1913
+ .single .highlight .highlight {
1914
+ padding: 40px
1915
+ }
1916
+ }
1917
+
1918
+ .single .table-wrap {
1919
+ display: block;
1920
+ width: 100%;
1921
+ overflow-x: auto
1922
+ }
1923
+
1924
+ .single table {
1925
+ min-width: 600px;
1926
+ border: 2px solid #2a2f36
1927
+ }
1928
+
1929
+ .single table thead {
1930
+ background: #2a2f36;
1931
+ color: #fff;
1932
+ text-align: left;
1933
+ font-weight: 600
1934
+ }
1935
+
1936
+ .single table thead th {
1937
+ font-weight: 600
1938
+ }
1939
+
1940
+ .single table td,
1941
+ .single table th {
1942
+ padding: 10px;
1943
+ font-size: 16px;
1944
+ font-weight: 400
1945
+ }
1946
+
1947
+ @media only screen and (min-width:768px) {
1948
+ .single table td,
1949
+ .single table th {
1950
+ padding: 15px
1951
+ }
1952
+ }
1953
+
1954
+ @media only screen and (min-width:1220px) {
1955
+ .single table td,
1956
+ .single table th {
1957
+ padding: 20px
1958
+ }
1959
+ }
1960
+
1961
+ .single table tr:nth-child(2n) {
1962
+ background: #f5f7fa
1963
+ }
1964
+
1965
+ .single sup a.footnote {
1966
+ display: inline-block;
1967
+ margin-left: 5px;
1968
+ min-width: 16px;
1969
+ height: 16px;
1970
+ border-radius: 100%;
1971
+ border-bottom: none;
1972
+ padding: 1px 3px;
1973
+ background: #f5f7fa;
1974
+ font-size: 10px;
1975
+ text-align: center;
1976
+ color: #abb7b7
1977
+ }
1978
+
1979
+ .single sup a.footnote:hover {
1980
+ background: #abb7b7;
1981
+ color: #fff
1982
+ }
1983
+
1984
+ .single .footnotes {
1985
+ margin-top: 40px
1986
+ }
1987
+
1988
+ @media only screen and (min-width:768px) {
1989
+ .single .footnotes {
1990
+ margin-top: 60px
1991
+ }
1992
+ }
1993
+
1994
+ @media only screen and (min-width:1220px) {
1995
+ .single .footnotes {
1996
+ margin-top: 80px
1997
+ }
1998
+ }
1999
+
2000
+ .single .footnotes ol {
2001
+ list-style: none;
2002
+ counter-reset: footnotes
2003
+ }
2004
+
2005
+ .single .footnotes ol li {
2006
+ margin-top: 5px;
2007
+ font-size: 13px;
2008
+ counter-increment: footnotes
2009
+ }
2010
+
2011
+ .single .footnotes ol li:before {
2012
+ content: counter(footnotes);
2013
+ box-sizing: border-box;
2014
+ display: inline-block;
2015
+ margin-right: 3px;
2016
+ width: 20px;
2017
+ height: 20px;
2018
+ border-radius: 100%;
2019
+ border-bottom: none;
2020
+ padding: 2px 3px;
2021
+ background: #f5f7fa;
2022
+ font-size: 11px;
2023
+ font-weight: 600;
2024
+ text-align: center;
2025
+ color: #abb7b7
2026
+ }
2027
+
2028
+ .single .footnotes ol li p {
2029
+ display: inline;
2030
+ max-width: 100%;
2031
+ font-size: 13px
2032
+ }
2033
+
2034
+ .single .footnotes ol li p a.reversefootnote {
2035
+ border-bottom: 0;
2036
+ vertical-align: sub
2037
+ }
2038
+
2039
+ .image-wrap,
2040
+ .video-wrap {
2041
+ position: relative;
2042
+ margin: 20px auto
2043
+ }
2044
+
2045
+ @media only screen and (min-width:768px) {
2046
+ .image-wrap,
2047
+ .video-wrap {
2048
+ margin: 30px auto
2049
+ }
2050
+ }
2051
+
2052
+ @media only screen and (min-width:1220px) {
2053
+ .image-wrap,
2054
+ .video-wrap {
2055
+ margin: 40px auto
2056
+ }
2057
+ }
2058
+
2059
+ .image-wrap:first-child,
2060
+ .video-wrap:first-child {
2061
+ margin-top: 0
2062
+ }
2063
+
2064
+ .image-wrap img {
2065
+ margin: 0 auto
2066
+ }
2067
+
2068
+ .video {
2069
+ position: relative;
2070
+ width: 100%;
2071
+ height: 0
2072
+ }
2073
+
2074
+ .video iframe {
2075
+ position: absolute;
2076
+ top: 0;
2077
+ left: 0;
2078
+ width: 100%;
2079
+ height: 100%
2080
+ }
2081
+
2082
+ .socials {
2083
+ list-style: none;
2084
+ margin: 0;
2085
+ padding: 0
2086
+ }
2087
+
2088
+ .socials__item {
2089
+ display: inline-block;
2090
+ margin-left: 2px
2091
+ }
2092
+
2093
+ .socials__item:first-child {
2094
+ margin-left: 0
2095
+ }
2096
+
2097
+ .socials__item__link {
2098
+ position: relative;
2099
+ display: block;
2100
+ width: 30px;
2101
+ height: 30px;
2102
+ border-radius: 100%;
2103
+ background: #abb7b7;
2104
+ font-size: 17px;
2105
+ line-height: 1;
2106
+ color: #fff
2107
+ }
2108
+
2109
+ @media only screen and (min-width:768px) {
2110
+ .socials__item__link {
2111
+ width: 40px;
2112
+ height: 40px;
2113
+ font-size: 20px
2114
+ }
2115
+ }
2116
+
2117
+ .socials__item__link svg {
2118
+ position: absolute;
2119
+ top: 50%;
2120
+ left: 50%;
2121
+ -moz-transform: translate(-50%, -52%);
2122
+ -o-transform: translate(-50%, -52%);
2123
+ -ms-transform: translate(-50%, -52%);
2124
+ -webkit-transform: translate(-50%, -52%);
2125
+ transform: translate(-50%, -52%)
2126
+ }
2127
+
2128
+ .socials__item__link:hover {
2129
+ background: #a2ded0;
2130
+ color: #fff
2131
+ }
2132
+
2133
+ .gallery {
2134
+ visibility: hidden;
2135
+ position: relative;
2136
+ margin: 20px auto
2137
+ }
2138
+
2139
+ @media only screen and (min-width:768px) {
2140
+ .gallery {
2141
+ margin: 30px auto
2142
+ }
2143
+ }
2144
+
2145
+ @media only screen and (min-width:1220px) {
2146
+ .gallery {
2147
+ margin: 40px auto
2148
+ }
2149
+ }
2150
+
2151
+ .gallery:first-child {
2152
+ margin-top: 0
2153
+ }
2154
+
2155
+ .gallery--on {
2156
+ visibility: visible
2157
+ }
2158
+
2159
+ .gallery__item {
2160
+ position: relative
2161
+ }
2162
+
2163
+ .gallery__item img {
2164
+ width: 100%
2165
+ }
2166
+
2167
+ .gallery--carousel .gallery__item__link {
2168
+ display: block;
2169
+ pointer-events: none
2170
+ }
2171
+
2172
+ .gallery--carousel .owl-nav {
2173
+ display: none
2174
+ }
2175
+
2176
+ .gallery--carousel .owl-dots {
2177
+ margin-top: 20px;
2178
+ text-align: center
2179
+ }
2180
+
2181
+ .gallery--carousel .owl-dots .owl-dot {
2182
+ display: inline-block;
2183
+ margin: 0 3px;
2184
+ width: 12px;
2185
+ height: 12px;
2186
+ border: 0;
2187
+ border-radius: 100%;
2188
+ background: #abb7b7;
2189
+ -webkit-transition: all .2s ease-in-out;
2190
+ -moz-transition: all .2s ease-in-out;
2191
+ -ms-transition: all .2s ease-in-out;
2192
+ -o-transition: all .2s ease-in-out;
2193
+ transition: all .2s ease-in-out;
2194
+ cursor: pointer;
2195
+ outline: 0
2196
+ }
2197
+
2198
+ .gallery--carousel .owl-dots .owl-dot.active {
2199
+ background: #a2ded0
2200
+ }
2201
+
2202
+ .gallery--grid .gallery__wrap {
2203
+ margin-left: -5px;
2204
+ margin-right: -5px
2205
+ }
2206
+
2207
+ .gallery--grid .gallery__item {
2208
+ float: left;
2209
+ width: 50%;
2210
+ padding: 5px
2211
+ }
2212
+
2213
+ .gallery--grid .gallery__item__link {
2214
+ display: block;
2215
+ cursor: zoom-in
2216
+ }
2217
+
2218
+ .gallery--grid[data-columns="3"] .gallery__item {
2219
+ width: 33.33%
2220
+ }
2221
+
2222
+ .gallery--grid[data-columns="4"] .gallery__item {
2223
+ width: 33.33%
2224
+ }
2225
+
2226
+ @media only screen and (min-width:768px) {
2227
+ .gallery--grid[data-columns="4"] .gallery__item {
2228
+ width: 25%
2229
+ }
2230
+ }
2231
+
2232
+ .gallery--grid[data-columns="5"] .gallery__item {
2233
+ width: 33.33%
2234
+ }
2235
+
2236
+ @media only screen and (min-width:768px) {
2237
+ .gallery--grid[data-columns="5"] .gallery__item {
2238
+ width: 25%
2239
+ }
2240
+ }
2241
+
2242
+ @media only screen and (min-width:1024px) {
2243
+ .gallery--grid[data-columns="5"] .gallery__item {
2244
+ width: 20%
2245
+ }
2246
+ }
2247
+
2248
+ .gallery--grid[data-columns="6"] .gallery__item {
2249
+ width: 33.33%
2250
+ }
2251
+
2252
+ @media only screen and (min-width:768px) {
2253
+ .gallery--grid[data-columns="6"] .gallery__item {
2254
+ width: 25%
2255
+ }
2256
+ }
2257
+
2258
+ @media only screen and (min-width:1024px) {
2259
+ .gallery--grid[data-columns="6"] .gallery__item {
2260
+ width: 20%
2261
+ }
2262
+ }
2263
+
2264
+ @media only screen and (min-width:1220px) {
2265
+ .gallery--grid[data-columns="6"] .gallery__item {
2266
+ width: 16.66%
2267
+ }
2268
+ }
2269
+
2270
+ .highlight .hll {
2271
+ background-color: #ffc
2272
+ }
2273
+
2274
+ .highlight {
2275
+ background: #f0f0f0
2276
+ }
2277
+
2278
+ .highlight .c {
2279
+ color: #60a0b0;
2280
+ font-style: italic
2281
+ }
2282
+
2283
+ .highlight .err {
2284
+ border: 1px solid red
2285
+ }
2286
+
2287
+ .highlight .k {
2288
+ color: #007020;
2289
+ font-weight: 700
2290
+ }
2291
+
2292
+ .highlight .o {
2293
+ color: #666
2294
+ }
2295
+
2296
+ .highlight .ch {
2297
+ color: #60a0b0;
2298
+ font-style: italic
2299
+ }
2300
+
2301
+ .highlight .cm {
2302
+ color: #60a0b0;
2303
+ font-style: italic
2304
+ }
2305
+
2306
+ .highlight .cp {
2307
+ color: #007020
2308
+ }
2309
+
2310
+ .highlight .cpf {
2311
+ color: #60a0b0;
2312
+ font-style: italic
2313
+ }
2314
+
2315
+ .highlight .c1 {
2316
+ color: #60a0b0;
2317
+ font-style: italic
2318
+ }
2319
+
2320
+ .highlight .cs {
2321
+ color: #60a0b0;
2322
+ background-color: #fff0f0
2323
+ }
2324
+
2325
+ .highlight .gd {
2326
+ color: #a00000
2327
+ }
2328
+
2329
+ .highlight .ge {
2330
+ font-style: italic
2331
+ }
2332
+
2333
+ .highlight .gr {
2334
+ color: red
2335
+ }
2336
+
2337
+ .highlight .gh {
2338
+ color: navy;
2339
+ font-weight: 700
2340
+ }
2341
+
2342
+ .highlight .gi {
2343
+ color: #00a000
2344
+ }
2345
+
2346
+ .highlight .go {
2347
+ color: #888
2348
+ }
2349
+
2350
+ .highlight .gp {
2351
+ color: #c65d09;
2352
+ font-weight: 700
2353
+ }
2354
+
2355
+ .highlight .gs {
2356
+ font-weight: 700
2357
+ }
2358
+
2359
+ .highlight .gu {
2360
+ color: purple;
2361
+ font-weight: 700
2362
+ }
2363
+
2364
+ .highlight .gt {
2365
+ color: #04d
2366
+ }
2367
+
2368
+ .highlight .kc {
2369
+ color: #007020;
2370
+ font-weight: 700
2371
+ }
2372
+
2373
+ .highlight .kd {
2374
+ color: #007020;
2375
+ font-weight: 700
2376
+ }
2377
+
2378
+ .highlight .kn {
2379
+ color: #007020;
2380
+ font-weight: 700
2381
+ }
2382
+
2383
+ .highlight .kp {
2384
+ color: #007020
2385
+ }
2386
+
2387
+ .highlight .kr {
2388
+ color: #007020;
2389
+ font-weight: 700
2390
+ }
2391
+
2392
+ .highlight .kt {
2393
+ color: #902000
2394
+ }
2395
+
2396
+ .highlight .m {
2397
+ color: #40a070
2398
+ }
2399
+
2400
+ .highlight .s {
2401
+ color: #4070a0
2402
+ }
2403
+
2404
+ .highlight .na {
2405
+ color: #4070a0
2406
+ }
2407
+
2408
+ .highlight .nb {
2409
+ color: #007020
2410
+ }
2411
+
2412
+ .highlight .nc {
2413
+ color: #0e84b5;
2414
+ font-weight: 700
2415
+ }
2416
+
2417
+ .highlight .no {
2418
+ color: #60add5
2419
+ }
2420
+
2421
+ .highlight .nd {
2422
+ color: #555;
2423
+ font-weight: 700
2424
+ }
2425
+
2426
+ .highlight .ni {
2427
+ color: #d55537;
2428
+ font-weight: 700
2429
+ }
2430
+
2431
+ .highlight .ne {
2432
+ color: #007020
2433
+ }
2434
+
2435
+ .highlight .nf {
2436
+ color: #06287e
2437
+ }
2438
+
2439
+ .highlight .nl {
2440
+ color: #002070;
2441
+ font-weight: 700
2442
+ }
2443
+
2444
+ .highlight .nn {
2445
+ color: #0e84b5;
2446
+ font-weight: 700
2447
+ }
2448
+
2449
+ .highlight .nt {
2450
+ color: #062873;
2451
+ font-weight: 700
2452
+ }
2453
+
2454
+ .highlight .nv {
2455
+ color: #bb60d5
2456
+ }
2457
+
2458
+ .highlight .ow {
2459
+ color: #007020;
2460
+ font-weight: 700
2461
+ }
2462
+
2463
+ .highlight .w {
2464
+ color: #bbb
2465
+ }
2466
+
2467
+ .highlight .mb {
2468
+ color: #40a070
2469
+ }
2470
+
2471
+ .highlight .mf {
2472
+ color: #40a070
2473
+ }
2474
+
2475
+ .highlight .mh {
2476
+ color: #40a070
2477
+ }
2478
+
2479
+ .highlight .mi {
2480
+ color: #40a070
2481
+ }
2482
+
2483
+ .highlight .mo {
2484
+ color: #40a070
2485
+ }
2486
+
2487
+ .highlight .sa {
2488
+ color: #4070a0
2489
+ }
2490
+
2491
+ .highlight .sb {
2492
+ color: #4070a0
2493
+ }
2494
+
2495
+ .highlight .sc {
2496
+ color: #4070a0
2497
+ }
2498
+
2499
+ .highlight .dl {
2500
+ color: #4070a0
2501
+ }
2502
+
2503
+ .highlight .sd {
2504
+ color: #4070a0;
2505
+ font-style: italic
2506
+ }
2507
+
2508
+ .highlight .s2 {
2509
+ color: #4070a0
2510
+ }
2511
+
2512
+ .highlight .se {
2513
+ color: #4070a0;
2514
+ font-weight: 700
2515
+ }
2516
+
2517
+ .highlight .sh {
2518
+ color: #4070a0
2519
+ }
2520
+
2521
+ .highlight .si {
2522
+ color: #70a0d0;
2523
+ font-style: italic
2524
+ }
2525
+
2526
+ .highlight .sx {
2527
+ color: #c65d09
2528
+ }
2529
+
2530
+ .highlight .sr {
2531
+ color: #235388
2532
+ }
2533
+
2534
+ .highlight .s1 {
2535
+ color: #4070a0
2536
+ }
2537
+
2538
+ .highlight .ss {
2539
+ color: #517918
2540
+ }
2541
+
2542
+ .highlight .bp {
2543
+ color: #007020
2544
+ }
2545
+
2546
+ .highlight .fm {
2547
+ color: #06287e
2548
+ }
2549
+
2550
+ .highlight .vc {
2551
+ color: #bb60d5
2552
+ }
2553
+
2554
+ .highlight .vg {
2555
+ color: #bb60d5
2556
+ }
2557
+
2558
+ .highlight .vi {
2559
+ color: #bb60d5
2560
+ }
2561
+
2562
+ .highlight .vm {
2563
+ color: #bb60d5
2564
+ }
2565
+
2566
+ .highlight .il {
2567
+ color: #40a070
2568
+ }
2569
+
2570
+ .contact-form {
2571
+ background: #f5f7fa;
2572
+ margin: 20px auto;
2573
+ width: 100%;
2574
+ padding: 20px
2575
+ }
2576
+
2577
+ @media only screen and (min-width:768px) {
2578
+ .contact-form {
2579
+ margin: 30px auto;
2580
+ padding: 40px
2581
+ }
2582
+ }
2583
+
2584
+ @media only screen and (min-width:1024px) {
2585
+ .contact-form {
2586
+ max-width: calc(80% + 80px)
2587
+ }
2588
+ }
2589
+
2590
+ @media only screen and (min-width:1220px) {
2591
+ .contact-form {
2592
+ margin: 40px auto;
2593
+ max-width: calc(75% + 100px);
2594
+ padding: 50px
2595
+ }
2596
+ }
2597
+
2598
+ @media only screen and (min-width:1600px) {
2599
+ .contact-form {
2600
+ max-width: calc(70% + 120px);
2601
+ padding: 60px
2602
+ }
2603
+ }
2604
+
2605
+ .contact-form:first-child {
2606
+ margin-top: 0
2607
+ }
2608
+
2609
+ .contact-form__item {
2610
+ margin-top: 15px
2611
+ }
2612
+
2613
+ @media only screen and (min-width:768px) {
2614
+ .contact-form__item {
2615
+ margin-top: 20px
2616
+ }
2617
+ }
2618
+
2619
+ @media only screen and (min-width:1220px) {
2620
+ .contact-form__item {
2621
+ margin-top: 30px
2622
+ }
2623
+ }
2624
+
2625
+ .contact-form__item:first-child {
2626
+ margin-top: 0
2627
+ }
2628
+
2629
+ .contact-form__item--error .contact-form__input,
2630
+ .contact-form__item--error .contact-form__textarea {
2631
+ border-color: #d64541
2632
+ }
2633
+
2634
+ .contact-form__label {
2635
+ display: block;
2636
+ font-size: 16px;
2637
+ font-weight: 600;
2638
+ color: #6c7a89
2639
+ }
2640
+
2641
+ @media only screen and (min-width:768px) {
2642
+ .contact-form__label {
2643
+ font-size: 18px
2644
+ }
2645
+ }
2646
+
2647
+ @media only screen and (min-width:1220px) {
2648
+ .contact-form__label {
2649
+ font-size: 20px
2650
+ }
2651
+ }
2652
+
2653
+ .contact-form__input,
2654
+ .contact-form__textarea {
2655
+ width: 100%;
2656
+ margin-top: 8px;
2657
+ border: 2px solid #ddd;
2658
+ border-radius: 2px;
2659
+ padding: 10px 12px;
2660
+ background: #fff;
2661
+ font-size: 16px;
2662
+ line-height: 1.4;
2663
+ color: #2a2f36;
2664
+ -webkit-transition: all .15s ease-in-out;
2665
+ -moz-transition: all .15s ease-in-out;
2666
+ -ms-transition: all .15s ease-in-out;
2667
+ -o-transition: all .15s ease-in-out;
2668
+ transition: all .15s ease-in-out
2669
+ }
2670
+
2671
+ @media only screen and (min-width:768px) {
2672
+ .contact-form__input,
2673
+ .contact-form__textarea {
2674
+ padding: 15px 18px;
2675
+ font-size: 18px
2676
+ }
2677
+ }
2678
+
2679
+ @media only screen and (min-width:1220px) {
2680
+ .contact-form__input,
2681
+ .contact-form__textarea {
2682
+ font-size: 20px
2683
+ }
2684
+ }
2685
+
2686
+ .contact-form__input:focus,
2687
+ .contact-form__textarea:focus {
2688
+ outline: 0;
2689
+ border-color: #a2ded0
2690
+ }
2691
+
2692
+ ::-webkit-input-placeholder {
2693
+ color: #d4dada
2694
+ }
2695
+
2696
+ ::-moz-placeholder {
2697
+ color: #d4dada
2698
+ }
2699
+
2700
+ :-ms-input-placeholder {
2701
+ color: #d4dada
2702
+ }
2703
+
2704
+ :-moz-placeholder {
2705
+ color: #d4dada
2706
+ }
2707
+
2708
+ .contact-form__textarea {
2709
+ min-height: 200px;
2710
+ resize: none
2711
+ }
2712
+
2713
+ .portfolio {
2714
+ margin-top: 0;
2715
+ padding: 20px 0 0
2716
+ }
2717
+
2718
+ @media only screen and (min-width:768px) {
2719
+ .portfolio {
2720
+ padding: 35px 0 0
2721
+ }
2722
+ }
2723
+
2724
+ @media only screen and (min-width:1024px) {
2725
+ .portfolio {
2726
+ padding: 35px 40px 0
2727
+ }
2728
+ }
2729
+
2730
+ @media only screen and (min-width:1220px) {
2731
+ .portfolio {
2732
+ padding: 53px 60px 0
2733
+ }
2734
+ }
2735
+
2736
+ .portfolio-item {
2737
+ position: relative;
2738
+ margin-top: 20px
2739
+ }
2740
+
2741
+ @media only screen and (min-width:768px) {
2742
+ .portfolio-item {
2743
+ margin-top: 35px
2744
+ }
2745
+ }
2746
+
2747
+ @media only screen and (min-width:1024px) {
2748
+ .portfolio-item {
2749
+ margin-top: 40px
2750
+ }
2751
+ }
2752
+
2753
+ @media only screen and (min-width:1220px) {
2754
+ .portfolio-item {
2755
+ margin-top: 60px
2756
+ }
2757
+ }
2758
+
2759
+ .portfolio-item:first-child {
2760
+ margin-top: 0
2761
+ }
2762
+
2763
+ .portfolio-item__link {
2764
+ position: relative;
2765
+ display: block
2766
+ }
2767
+
2768
+ @media only screen and (min-width:1024px) {
2769
+ .portfolio-item__link:hover .portfolio-item__content {
2770
+ opacity: 1;
2771
+ visibility: visible
2772
+ }
2773
+ }
2774
+
2775
+ .portfolio-item__image {
2776
+ display: block;
2777
+ width: 100%;
2778
+ height: 0;
2779
+ padding-bottom: 56.25%;
2780
+ background-size: cover;
2781
+ background-position: center;
2782
+ background-repeat: no-repeat
2783
+ }
2784
+
2785
+ .portfolio-item__content {
2786
+ position: absolute;
2787
+ top: 0;
2788
+ right: 0;
2789
+ bottom: 0;
2790
+ left: 0;
2791
+ display: flex;
2792
+ align-items: center;
2793
+ justify-content: center;
2794
+ background: rgba(22, 27, 33, .7);
2795
+ opacity: 0;
2796
+ visibility: hidden;
2797
+ -webkit-transition: all .2s ease-in-out;
2798
+ -moz-transition: all .2s ease-in-out;
2799
+ -ms-transition: all .2s ease-in-out;
2800
+ -o-transition: all .2s ease-in-out;
2801
+ transition: all .2s ease-in-out
2802
+ }
2803
+
2804
+ .portfolio-item__info {
2805
+ text-align: center
2806
+ }
2807
+
2808
+ .portfolio-item__title {
2809
+ color: #fff
2810
+ }
2811
+
2812
+ .portfolio-item__subtitle {
2813
+ margin-top: 5px;
2814
+ color: rgba(255, 255, 255, .7)
2815
+ }
2816
+
2817
+ .blog {
2818
+ margin-top: 0;
2819
+ padding: 20px 0 0
2820
+ }
2821
+
2822
+ @media only screen and (min-width:768px) {
2823
+ .blog {
2824
+ padding: 35px 0 0
2825
+ }
2826
+ }
2827
+
2828
+ @media only screen and (min-width:1024px) {
2829
+ .blog {
2830
+ padding: 35px 40px 0
2831
+ }
2832
+ }
2833
+
2834
+ @media only screen and (min-width:1220px) {
2835
+ .blog {
2836
+ padding: 53px 60px 0
2837
+ }
2838
+ }
2839
+
2840
+ .blog-post {
2841
+ margin-top: 40px
2842
+ }
2843
+
2844
+ @media only screen and (min-width:768px) {
2845
+ .blog-post {
2846
+ margin-top: 60px
2847
+ }
2848
+ }
2849
+
2850
+ @media only screen and (min-width:1024px) {
2851
+ .blog-post {
2852
+ margin-top: 80px
2853
+ }
2854
+ }
2855
+
2856
+ @media only screen and (min-width:1220px) {
2857
+ .blog-post {
2858
+ margin-top: 100px
2859
+ }
2860
+ }
2861
+
2862
+ .blog-post:first-child {
2863
+ margin-top: 0
2864
+ }
2865
+
2866
+ .blog-post__image {
2867
+ margin-top: 20px;
2868
+ display: block;
2869
+ width: 100%;
2870
+ height: 0;
2871
+ padding-bottom: 56.25%;
2872
+ background-size: cover;
2873
+ background-position: center;
2874
+ background-repeat: no-repeat
2875
+ }
2876
+
2877
+ @media only screen and (min-width:768px) {
2878
+ .blog-post__image {
2879
+ margin-top: 25px
2880
+ }
2881
+ }
2882
+
2883
+ @media only screen and (min-width:1024px) {
2884
+ .blog-post__image {
2885
+ margin-top: 30px
2886
+ }
2887
+ }
2888
+
2889
+ @media only screen and (min-width:1220px) {
2890
+ .blog-post__image {
2891
+ margin-top: 40px
2892
+ }
2893
+ }
2894
+
2895
+ .blog-post__content {
2896
+ margin-top: 20px
2897
+ }
2898
+
2899
+ @media only screen and (min-width:768px) {
2900
+ .blog-post__content {
2901
+ margin-top: 25px
2902
+ }
2903
+ }
2904
+
2905
+ @media only screen and (min-width:1024px) {
2906
+ .blog-post__content {
2907
+ margin-top: 30px
2908
+ }
2909
+ }
2910
+
2911
+ @media only screen and (min-width:1220px) {
2912
+ .blog-post__content {
2913
+ margin-top: 40px
2914
+ }
2915
+ }
2916
+
2917
+ .blog-post__content p .button {
2918
+ margin-top: 5px
2919
+ }
2920
+
2921
+ @media only screen and (min-width:1024px) {
2922
+ .blog-post__content p .button {
2923
+ margin-top: 10px
2924
+ }
2925
+ }
2926
+
2927
+ .blog-post__subtitle {
2928
+ margin-top: 5px;
2929
+ color: #abb7b7
2930
+ }
2931
+
2932
+ .pagination {
2933
+ margin-top: 0;
2934
+ padding: 40px 20px 0
2935
+ }
2936
+
2937
+ @media only screen and (min-width:768px) {
2938
+ .pagination {
2939
+ padding: 55px 40px 0
2940
+ }
2941
+ }
2942
+
2943
+ @media only screen and (min-width:1024px) {
2944
+ .pagination {
2945
+ padding: 75px 40px 0
2946
+ }
2947
+ }
2948
+
2949
+ @media only screen and (min-width:1220px) {
2950
+ .pagination {
2951
+ padding: 93px 60px 0
2952
+ }
2953
+ }
2954
+
2955
+ .pagination__next,
2956
+ .pagination__prev {
2957
+ width: 50%
2958
+ }
2959
+
2960
+ .pagination__next .button,
2961
+ .pagination__prev .button {
2962
+ display: block;
2963
+ text-align: center
2964
+ }
2965
+
2966
+ .pagination__prev {
2967
+ float: left;
2968
+ padding-right: 5px
2969
+ }
2970
+
2971
+ .pagination__next {
2972
+ float: right;
2973
+ padding-left: 5px
2974
+ }