-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
134 lines (93 loc) · 4.27 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
@font-face{font-family:'syntheselibeweb';src:url('http://s1.libe.com/newsite/css/fonts/syntheselibeweb-regular.woff?63585f482767') format('woff'),url('http://s1.libe.com/newsite/css/fonts/syntheselibeweb-regular.ttf?c1ec2045c763') format('truetype');font-style:normal;font-weight:400}@font-face{font-family:'syntheselibeweb';src:url('http://s1.libe.com/newsite/css/fonts/syntheselibeweb-bold.woff?366e30058e2c') format('woff'),url('http://s1.libe.com/newsite/css/fonts/syntheselibeweb-bold.ttf?205aecd9c382') format('truetype');font-style:normal;font-weight:600}@font-face{font-family:'libesansweb-condensed';src:url('http://s1.libe.com/newsite/css/fonts/libesansweb-condensed-regular.woff?7cc5945d0371') format('woff'),url('http://s1.libe.com/newsite/css/fonts/libesansweb-condensed-regular.otf?874d87b5daef') format('opentype');font-style:normal;font-weight:400}@font-face{font-family:'libesansweb-condensed';src:url('http://s1.libe.com/newsite/css/fonts/libesansweb-condensed-light.woff?c8c56272dbc6') format('woff'),url('http://s1.libe.com/newsite/css/fonts/libesansweb-condensed-light.otf?50dc3f81cd3f') format('opentype');font-style:normal;font-weight:200}@font-face{font-family:'libesansweb-semicondensed';src:url('http://s1.libe.com/newsite/css/fonts/libesansweb-semicondensed-regular.woff?1007eb028bc6') format('woff'),url('http://s1.libe.com/newsite/css/fonts/libesansweb-semicondensed-regular.otf?142816fbbbf4') format('opentype');font-style:normal;font-weight:400}@font-face{font-family:'libesansweb-semicondensed';src:url('http://s1.libe.com/newsite/css/fonts/libesansweb-semicondensed-black.woff?b06e714b33bb') format('woff'),url('http://s1.libe.com/newsite/css/fonts/libesansweb-semicondensed-black.otf?3e82823e279f') format('opentype');font-style:normal;font-weight:800}@font-face{font-family:'libetypewriter-regular';src:url('http://s1.libe.com/newsite/css/fonts/libetypewriter-regular.woff?fb55328d4888') format('woff'),url('http://s1.libe.com/newsite/css/fonts/libetypewriter-regular.otf?9c6e283b484d') format('opentype');font-style:normal;font-weight:400}@font-face{font-family:'libetypewriter-regular-underline';src:url('http://s1.libe.com/newsite/css/fonts/libetypewriterweb-regularunderline.woff?f534906cd97d') format('woff'),url('http://s1.libe.com/newsite/css/fonts/libetypewriterweb-regularunderline.otf?761728e1fc1f') format('opentype');font-style:normal;font-weight:400}@font-face{font-family:'libesansweb-black';src:url('http://s1.libe.com/newsite/css/fonts/libesansweb-black.woff?6ee0c8d8547f') format('woff'),url('http://s1.libe.com/newsite/css/fonts/libesansweb-black.otf?ce9dbbf47e0e') format('opentype');font-style:normal;font-weight:400}
.hidden {
display: none;
}
html, body, .container {
width: 100%;
margin: 0;
padding: 0;
font: 1em/1.4em sans-serif;
}
.container {
/*padding: 0 2em;*/
box-sizing: border-box;
font-family: Georgia, serif;
font-size: 1.26em;
line-height: 1.52em;
}
.maps, .maps img {
width: 100%;
}
.maps {
position: relative;
}
.maps__top-layer {
position: absolute;
top: 0;
left: 0;
}
#slider {
width: 95%;
margin: 1em auto 0 auto;
border-radius: 0;
box-shadow: none;
}
#slider .noUi-base, #slider .noUi-origin {
border-radius: 0;
}
#slider .noUi-handle {
width: 14px;
left: -7px;
border-radius: 0;
box-shadow: none;
}
#slider .noUi-handle:before, #slider .noUi-handle:after {
display: none;
}
.steps {
position: relative;
width: 95%;
height: 1em;
margin: 0 auto;
}
.steps__step {
display: inline-block;
position: absolute;
top: 0;
width: 1px;
height: 100%;
background-color: #c6c6c6;
transform: translate(-1px, 0);
}
.steps__step:first-of-type {
transform: none;
}
.steps__step.current {
width: 2px;
background-color: #e61e49;
}
.date {
position: relative;
top: 0;
color: #e61e49;
font-family: 'libesansweb-semicondensed', sans-serif;
font-weight: bold;
letter-spacing: 0.07em;
}
.buttons {
margin-bottom: 2em;
text-align: center;
}
button {
padding: .5em 1em;
background-color: #f4f4f4;
font-weight: bold;
color: #e61e49;
border: 2px solid #e61e49;
cursor: pointer;
}
button[disabled] {
color: #c6c6c6;
border-color: #c6c6c6;
cursor: default;
}