| Line 19... |
Line 19... |
| 19 |
url('../fonts/helvetica_45_light-webfont.ttf') format('truetype'),
|
19 |
url('../fonts/helvetica_45_light-webfont.ttf') format('truetype'),
|
| 20 |
url('../fonts/helvetica_45_light-webfont.svg#helvetica_neuemedium') format('svg');
|
20 |
url('../fonts/helvetica_45_light-webfont.svg#helvetica_neuemedium') format('svg');
|
| 21 |
font-weight: normal;
|
21 |
font-weight: normal;
|
| 22 |
font-style: normal;
|
22 |
font-style: normal;
|
| 23 |
}
|
23 |
}
|
| - |
|
24 |
@font-face {
|
| - |
|
25 |
font-family: 'ralewaylight';
|
| - |
|
26 |
src: url('/fonts/androidland/raleway-light.eot');
|
| - |
|
27 |
src: url('/fonts/androidland/raleway-light.eot?#iefix') format('embedded-opentype'),
|
| - |
|
28 |
url('/fonts/androidland/raleway-light.woff') format('woff'),
|
| - |
|
29 |
url('/fonts/androidland/raleway-light.ttf') format('truetype'),
|
| - |
|
30 |
url('/fonts/androidland/raleway-light.svg#ralewaylight') format('svg');
|
| - |
|
31 |
font-weight: normal;
|
| - |
|
32 |
font-style: normal;
|
| - |
|
33 |
|
| - |
|
34 |
}
|
| - |
|
35 |
|
| - |
|
36 |
@font-face {
|
| - |
|
37 |
font-family: 'ralewayregular';
|
| - |
|
38 |
src: url('/fonts/androidland/raleway-regular.eot');
|
| - |
|
39 |
src: url('/fonts/androidland/raleway-regular.eot?#iefix') format('embedded-opentype'),
|
| - |
|
40 |
url('/fonts/androidland/raleway-regular.woff') format('woff'),
|
| - |
|
41 |
url('/fonts/androidland/raleway-regular.ttf') format('truetype'),
|
| - |
|
42 |
url('/fonts/androidland/raleway-regular.svg#ralewayregular') format('svg');
|
| - |
|
43 |
font-weight: normal;
|
| - |
|
44 |
font-style: normal;
|
| 24 |
|
45 |
|
| - |
|
46 |
}
|
| 25 |
.inline_block,
|
47 |
.inline_block,
|
| 26 |
/* General */ [class^="icon_"], [class*="dropdown_con"], .color_square, .dot_caption,
|
48 |
/* General */ [class^="icon_"], [class*="dropdown_con"], .color_square, .dot_caption,
|
| 27 |
/* Arrow links */ .arrow_link, .landing_middle_content a:before,
|
49 |
/* Arrow links */ .arrow_link, .landing_middle_content a:before,
|
| 28 |
/* Back to Top */ .back_to_top_arrow, .back_to_top_text,
|
50 |
/* Back to Top */ .back_to_top_arrow, .back_to_top_text,
|
| 29 |
/* Buttons */ [class^="btn_"],
|
51 |
/* Buttons */ [class^="btn_"],
|
| Line 40... |
Line 62... |
| 40 |
{ content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }
|
62 |
{ content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }
|
| 41 |
|
63 |
|
| 42 |
.clearfix { *zoom: 1; *clear: both; }
|
64 |
.clearfix { *zoom: 1; *clear: both; }
|
| 43 |
|
65 |
|
| 44 |
h1, h2, h3, h4 { color: #21282e; margin: .2em 0 .4em; font-weight: normal; line-height: 1em; }
|
66 |
h1, h2, h3, h4 { color: #21282e; margin: .2em 0 .4em; font-weight: normal; line-height: 1em; }
|
| 45 |
h1, h2, h3 { font-family:"Helvetica 65 Medium", Helvetica, Arial, sans-serif; }
|
67 |
h1, h2, h3 { font-family:"ralewayregular", Helvetica, Arial, sans-serif; }
|
| 46 |
h1 { font-size: 28px; }
|
68 |
h1 { font-size: 28px; }
|
| 47 |
h2 { font-size: 22px; }
|
69 |
h2 { font-size: 22px; }
|
| 48 |
h3 { font-size: 18px; }
|
70 |
h3 { font-size: 18px; }
|
| 49 |
h4 { font-size: 14px; }
|
71 |
h4 { font-size: 14px; }
|
| 50 |
|
72 |
|