1 |
49344
|
katerina.i
|
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Raleway|Roboto|Roboto:900|Roboto+Condensed|Roboto+Mono|Roboto+Slab');
|
2 |
|
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
|
3 |
|
|
@import url('https://fonts.googleapis.com/css?family=Merriweather|Merriweather+Sans');
|
4 |
|
|
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
|
5 |
|
|
@import url('https://fonts.googleapis.com/css?family=Lora');
|
6 |
|
|
@import url('https://fonts.googleapis.com/css?family=Raleway|Raleway+Dots');
|
7 |
|
|
|
8 |
|
|
.custom-icon {
|
9 |
|
|
line-height: unset;
|
10 |
|
|
}
|
11 |
|
|
/*.OPEN {
|
12 |
|
|
background: rgba(0, 0, 0, 0) url('images/openaccess copy.svg') no-repeat scroll right center;
|
13 |
|
|
/*display: inline-block;*/
|
14 |
|
|
}*/
|
15 |
|
|
.small-bgicon {
|
16 |
|
|
background-size: 25px;
|
17 |
|
|
padding-right:25px;
|
18 |
|
|
}
|
19 |
|
|
.medium-bgicon {
|
20 |
|
|
background-size: 50px;
|
21 |
|
|
padding-right:50px;
|
22 |
|
|
}
|
23 |
|
|
.large-bgicon {
|
24 |
|
|
background-size: 80px;
|
25 |
|
|
padding-right:80px;
|
26 |
|
|
}
|
27 |
|
|
|
28 |
|
|
|
29 |
|
|
body {
|
30 |
|
|
font-family: 'Open Sans', sans-serif!important;
|
31 |
|
|
font-family: Raleway, sans-serif!important;
|
32 |
|
|
font-weight:400!important;
|
33 |
|
|
|
34 |
|
|
}
|
35 |
|
|
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3 {
|
36 |
|
|
font-family: 'Open Sans', sans-serif !important;
|
37 |
|
|
text-transform:none!important;
|
38 |
|
|
font-weight:300;
|
39 |
|
|
}
|
40 |
|
|
h4, .uk-h4, h5, .uk-h5 {
|
41 |
|
|
font-family: 'Open Sans', sans-serif !important;
|
42 |
|
|
font-weight:bold;
|
43 |
|
|
}
|
44 |
|
|
|
45 |
|
|
h6, .uk-h6 {
|
46 |
|
|
font-family: 'Open Sans', sans-serif !important;
|
47 |
|
|
font-weight: normal;
|
48 |
|
|
}
|
49 |
|
|
h2, .uk-h2 {
|
50 |
|
|
font-size:36px;
|
51 |
|
|
}
|
52 |
|
|
|
53 |
|
|
a, .uk-link {
|
54 |
|
|
color: #2D72D6;
|
55 |
|
|
}
|
56 |
|
|
a:hover, .uk-link:hover{
|
57 |
|
|
color: #D53B23;
|
58 |
|
|
}
|
59 |
|
|
|
60 |
|
|
/*.uk-badge, .badge, a.badge { border-radius: 2px;}*/
|
61 |
|
|
|
62 |
|
|
|
63 |
|
|
.hero_to_top {
|
64 |
|
|
}
|
65 |
|
|
.image-front-topbar {
|
66 |
|
|
margin-top:-40px;
|
67 |
|
|
}
|
68 |
|
|
|
69 |
|
|
.tm-header {
|
70 |
|
|
/*padding-top:40px;*/
|
71 |
|
|
}
|
72 |
|
|
|
73 |
|
|
.tm-toolbar {
|
74 |
|
|
border-top: 5px solid #05007A;
|
75 |
|
|
position:relative;
|
76 |
|
|
color: #fff;
|
77 |
|
|
padding-top: 0px;
|
78 |
|
|
padding-bottom:0px;
|
79 |
|
|
background:rgba(255,255,255, 0.0);
|
80 |
|
|
z-index:10000;
|
81 |
|
|
/*background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url(/images/toolbar_bg.png);*/
|
82 |
|
|
|
83 |
|
|
}
|
84 |
|
|
.tm-toolbar .forimage {
|
85 |
|
|
background:rgba(255,255,255, 0.4);
|
86 |
|
|
}
|
87 |
|
|
|
88 |
|
|
.uk-section-overlap {
|
89 |
|
|
/*margin-top:-40px!important;*/
|
90 |
|
|
}
|
91 |
|
|
.uk-sticky{
|
92 |
|
|
}
|
93 |
|
|
|
94 |
|
|
.tm-header .uk-navbar-left {position:relative;z-index:9999!important;}
|
95 |
|
|
.tm-header .uk-logo {padding: 5px 10px 10px 10px; position:relative;z-index:1000!important;}
|
96 |
|
|
.tm-header .uk-navbar-transparent{
|
97 |
|
|
/* background:rgba(255,255,255, 0.7);*/
|
98 |
|
|
padding-top:4px;
|
99 |
|
|
}
|
100 |
|
|
.inner {
|
101 |
|
|
left:0px;
|
102 |
|
|
background-color: #05007A;
|
103 |
|
|
margin-top:-5px;
|
104 |
|
|
}
|
105 |
|
|
.tm-toolbar .uk-container {
|
106 |
|
|
padding-right:0px;
|
107 |
|
|
}
|
108 |
|
|
|
109 |
|
|
.tm-toolbar ul.uk-subnav.uk-subnav-line{
|
110 |
|
|
margin-top:-10px;
|
111 |
|
|
background-color: #05007A;
|
112 |
|
|
padding:10px 10px 0px 0px;
|
113 |
|
|
transform: skew(25deg);
|
114 |
|
|
margin-right:10px;
|
115 |
|
|
}
|
116 |
|
|
|
117 |
|
|
.tm-toolbar .uk-subnav-line li {
|
118 |
|
|
padding:5px 25px 5px 25px;
|
119 |
|
|
/*transition: background 0.2s;*/
|
120 |
|
|
/* display:inline-block;*/
|
121 |
|
|
font-family:Roboto!important;
|
122 |
|
|
font-weight:900!important;
|
123 |
|
|
text-transform:uppercase!important;
|
124 |
|
|
font-size:12px!important;
|
125 |
|
|
opacity:1!important;
|
126 |
|
|
display:inline-block;
|
127 |
|
|
}
|
128 |
|
|
.tm-toolbar .uk-subnav-line > :before {
|
129 |
|
|
content: none;
|
130 |
|
|
display: block;
|
131 |
|
|
/* display: inline-block*/
|
132 |
|
|
height: 10px;
|
133 |
|
|
vertical-align: middle
|
134 |
|
|
}
|
135 |
|
|
|
136 |
|
|
.uk-subnav-line > :nth-child(n + 2):before {
|
137 |
|
|
margin-right: 10px;
|
138 |
|
|
border-left: 0px ;
|
139 |
|
|
}
|
140 |
|
|
|
141 |
|
|
.tm-toolbar .uk-subnav-line li a{
|
142 |
|
|
display: block;
|
143 |
|
|
text-decoration:none;
|
144 |
|
|
transform: skew(-25deg);
|
145 |
|
|
font-family:Roboto:900!important;
|
146 |
|
|
text-transform:uppercase!important;
|
147 |
|
|
font-size:13px!important;
|
148 |
|
|
opacity:1!important;
|
149 |
|
|
color:#fff!important;
|
150 |
|
|
}
|
151 |
|
|
|
152 |
|
|
|
153 |
|
|
.tm-toolbar .uk-subnav-line li:hover {
|
154 |
|
|
color:#05007A!important;
|
155 |
|
|
background:#fff;
|
156 |
|
|
display: block;
|
157 |
|
|
}
|
158 |
|
|
|
159 |
|
|
|
160 |
|
|
.tm-toolbar .uk-subnav-line .uk-active .home-hover li:hover,
|
161 |
|
|
li.uk-active.home-hover
|
162 |
|
|
{
|
163 |
|
|
background:#05007A!important;
|
164 |
|
|
}
|
165 |
|
|
|
166 |
|
|
.tm-toolbar .uk-dotnav, .tm-toolbar .uk-subnav {
|
167 |
|
|
margin-bottom:0px!important;
|
168 |
|
|
}
|
169 |
|
|
|
170 |
|
|
.tm-toolbar .uk-subnav-line li a:hover,
|
171 |
|
|
.tm-toolbar .uk-subnav-line li:hover a {
|
172 |
|
|
display: block;
|
173 |
|
|
color:#05007A!important;
|
174 |
|
|
}
|
175 |
|
|
|
176 |
|
|
.movetotop .uk-slidenav-position{
|
177 |
|
|
/*top:-130px;
|
178 |
|
|
z-index:5;*/
|
179 |
|
|
}
|
180 |
|
|
|
181 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) {
|
182 |
|
|
background: #fff;
|
183 |
|
|
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1);
|
184 |
|
|
}
|
185 |
|
|
|
186 |
|
|
.uk-navbar-sticky {
|
187 |
|
|
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1);
|
188 |
|
|
}
|
189 |
|
|
|
190 |
|
|
.navbar .nav>li>.dropdown-menu, .uk-navbar-dropdown
|
191 |
|
|
{display: none;
|
192 |
|
|
position: absolute;
|
193 |
|
|
z-index: 1020;
|
194 |
|
|
box-sizing: border-box;
|
195 |
|
|
width: 200px;
|
196 |
|
|
padding: 25px;
|
197 |
|
|
background: #fff;
|
198 |
|
|
color: #4F5260;
|
199 |
|
|
border-radius: 2px;
|
200 |
|
|
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1)
|
201 |
|
|
}
|
202 |
|
|
|
203 |
|
|
|
204 |
|
|
/*
|
205 |
|
|
.uk-light a, .uk-light .uk-link,
|
206 |
|
|
.uk-section-primary:not(.uk-preserve-color) a, .uk-section-primary:not(.uk-preserve-color) .uk-link,
|
207 |
|
|
.uk-section-secondary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) .uk-link,
|
208 |
|
|
.uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) .uk-link,
|
209 |
|
|
.uk-tile-secondary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) .uk-link,
|
210 |
|
|
.uk-card-primary.uk-card-body a, .uk-card-primary.uk-card-body .uk-link, .uk-card-primary>:not([class*='uk-card-media']) a,
|
211 |
|
|
.uk-card-primary>:not([class*='uk-card-media']) .uk-link, .uk-card-secondary.uk-card-body a,
|
212 |
|
|
.uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary>:not([class*='uk-card-media']) a,
|
213 |
|
|
.uk-card-secondary>:not([class*='uk-card-media']) .uk-link, .uk-overlay-primary a, .uk-overlay-primary .uk-link,
|
214 |
|
|
*/
|
215 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-link,
|
216 |
|
|
.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-link, .tm-toolbar a, .tm-toolbar .uk-link {
|
217 |
|
|
color: #292C3D
|
218 |
|
|
}
|
219 |
|
|
|
220 |
|
|
|
221 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-link,
|
222 |
|
|
.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-link, .tm-toolbar a, .tm-toolbar .uk-link {
|
223 |
|
|
/*color:#292C3D;
|
224 |
|
|
color: #245BCC;
|
225 |
|
|
color: #2D72D6;
|
226 |
|
|
*/
|
227 |
|
|
/*
|
228 |
|
|
font-size: 14px;
|
229 |
|
|
line-height: 18px;
|
230 |
|
|
*/
|
231 |
|
|
}
|
232 |
|
|
|
233 |
|
|
/*footer*/
|
234 |
|
|
.footer-license {
|
235 |
|
|
font-size:11px!important;
|
236 |
|
|
line-height:16px!important;
|
237 |
|
|
}
|
238 |
|
|
.footer-license .uk-section-primary:not(.uk-preserve-color) a{
|
239 |
|
|
color: #128DD5!important;
|
240 |
|
|
font-size:11px!important;
|
241 |
|
|
line-height:16px!important;
|
242 |
|
|
|
243 |
|
|
}
|
244 |
|
|
.footer-license a:hover {
|
245 |
|
|
color: #D33A24;
|
246 |
|
|
}
|
247 |
|
|
|
248 |
|
|
.uk-light .uk-navbar-nav>li>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a, .uk-overlay-primary .uk-navbar-nav>li>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a, .uk-offcanvas-bar .uk-navbar-nav>li>a, .tm-toolbar .uk-navbar-nav>li>a {
|
249 |
|
|
color:#292C3D;}
|
250 |
|
|
|
251 |
|
|
.uk-light .uk-navbar-nav>li.uk-active>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-overlay-primary .uk-navbar-nav>li.uk-active>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a, .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .uk-navbar-nav>li.uk-active>a
|
252 |
|
|
color:#292C3D;}
|
253 |
|
|
|
254 |
|
|
.uk-light .uk-navbar-nav>li>a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a::before,
|
255 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a::before,
|
256 |
|
|
.uk-card-primary.uk-card-body .uk-navbar-nav>li>a::before,
|
257 |
|
|
.uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a::before, .
|
258 |
|
|
uk-card-secondary.uk-card-body .uk-navbar-nav>li>a::before,
|
259 |
|
|
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a::before,
|
260 |
|
|
.uk-overlay-primary .uk-navbar-nav>li>a::before, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a::before,
|
261 |
|
|
.uk-offcanvas-bar .uk-navbar-nav>li>a::before, .tm-toolbar .uk-navbar-nav>li>a::before {
|
262 |
|
|
|
263 |
|
|
background-color: #128DD5;
|
264 |
|
|
}
|
265 |
|
|
.uk-navbar-nav>li>a::before {
|
266 |
|
|
/*height:2px;*/
|
267 |
|
|
background-color: #128DD5!important;
|
268 |
|
|
}
|
269 |
|
|
.uk-light .uk-navbar-nav>li:hover>a, .uk-light .uk-navbar-nav>li>a:focus, .uk-light .uk-navbar-nav>li>a.uk-open,
|
270 |
|
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,
|
271 |
|
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:focus,
|
272 |
|
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a.uk-open,
|
273 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,
|
274 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:focus,
|
275 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a.uk-open,
|
276 |
|
|
.uk-card-primary.uk-card-body .uk-navbar-nav>li:hover>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li>a:focus,
|
277 |
|
|
.uk-card-primary.uk-card-body .uk-navbar-nav>li>a.uk-open,
|
278 |
|
|
.uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li:hover>a,
|
279 |
|
|
.uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:focus,
|
280 |
|
|
.uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a.uk-open,
|
281 |
|
|
.uk-card-secondary.uk-card-body .uk-navbar-nav>li:hover>a,
|
282 |
|
|
.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a:focus,
|
283 |
|
|
.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a.uk-open,
|
284 |
|
|
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li:hover>a,
|
285 |
|
|
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:focus,
|
286 |
|
|
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a.uk-open,
|
287 |
|
|
.uk-overlay-primary .uk-navbar-nav>li:hover>a, .uk-overlay-primary .uk-navbar-nav>li>a:focus,
|
288 |
|
|
.uk-overlay-primary .uk-navbar-nav>li>a.uk-open, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li:hover>a,
|
289 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a:focus,
|
290 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a.uk-open,
|
291 |
|
|
.uk-offcanvas-bar .uk-navbar-nav>li:hover>a, .uk-offcanvas-bar .uk-navbar-nav>li>a:focus,
|
292 |
|
|
.uk-offcanvas-bar .uk-navbar-nav>li>a.uk-open, .tm-toolbar .uk-navbar-nav>li:hover>a,
|
293 |
|
|
.tm-toolbar .uk-navbar-nav>li>a:focus, .tm-toolbar .uk-navbar-nav>li>a.uk-open {
|
294 |
|
|
color: #128DD5;
|
295 |
|
|
}
|
296 |
|
|
|
297 |
|
|
.uk-light .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a:focus,
|
298 |
|
|
.uk-light .uk-navbar-nav > li > a.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
299 |
|
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
300 |
|
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
|
301 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
302 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
303 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
|
304 |
|
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
|
305 |
|
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li:hover > a,
|
306 |
|
|
.uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:focus,
|
307 |
|
|
.uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
|
308 |
|
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
|
309 |
|
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li:hover > a,
|
310 |
|
|
.uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:focus,
|
311 |
|
|
.uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
|
312 |
|
|
.uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li > a:focus,
|
313 |
|
|
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li:hover > a,
|
314 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a:focus,
|
315 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a.uk-open,
|
316 |
|
|
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
|
317 |
|
|
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open, .tm-toolbar .uk-navbar-nav > li:hover > a,
|
318 |
|
|
.tm-toolbar .uk-navbar-nav > li > a:focus, .tm-toolbar .uk-navbar-nav > li > a.uk-open {
|
319 |
|
|
color: #128DD5!important;
|
320 |
|
|
}
|
321 |
|
|
.uk-light .uk-navbar-nav>li.uk-active>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-overlay-primary .uk-navbar-nav>li.uk-active>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a, .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .uk-navbar-nav>li.uk-active>a {
|
322 |
|
|
color: #128DD5!important;
|
323 |
|
|
}
|
324 |
|
|
.uk-light a:hover, .uk-light .uk-link:hover,
|
325 |
|
|
.uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
|
326 |
|
|
.uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
|
327 |
|
|
.uk-card-primary.uk-card-body a:hover, .uk-card-primary.uk-card-body .uk-link:hover,
|
328 |
|
|
.uk-card-primary>:not([class*='uk-card-media']) a:hover, .uk-card-primary>:not([class*='uk-card-media']) .uk-link:hover,
|
329 |
|
|
.uk-card-secondary.uk-card-body a:hover, .uk-card-secondary.uk-card-body .uk-link:hover,
|
330 |
|
|
.uk-card-secondary>:not([class*='uk-card-media']) a:hover, .uk-card-secondary>:not([class*='uk-card-media']) .uk-link:hover,
|
331 |
|
|
.uk-overlay-primary a:hover, .uk-overlay-primary .uk-link:hover,
|
332 |
|
|
.uk-navbar-container:not(.uk-navbar-transparent) a:hover, .uk-navbar-container:not(.uk-navbar-transparent) .uk-link:hover,
|
333 |
|
|
.uk-offcanvas-bar a:hover, .uk-offcanvas-bar .uk-link:hover, .tm-toolbar a:hover, .tm-toolbar .uk-link:hover {
|
334 |
|
|
color: #128DD5!important;
|
335 |
|
|
}
|
336 |
|
|
|
337 |
|
|
.uk-navbar-dropdown-nav>li.uk-active>a {
|
338 |
|
|
color: #128DD5!important;
|
339 |
|
|
}
|
340 |
|
|
.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
|
341 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
|
342 |
|
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:active,
|
343 |
|
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:active,
|
344 |
|
|
.uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a:active,
|
345 |
|
|
.uk-offcanvas-bar .uk-navbar-nav > li > a:active, .tm-toolbar .uk-navbar-nav > li > a:active {
|
346 |
|
|
color: #292C3D!important;
|
347 |
|
|
}
|
348 |
|
|
|
349 |
|
|
.uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
|
350 |
|
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
|
351 |
|
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
|
352 |
|
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
|
353 |
|
|
.uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
|
354 |
|
|
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li.uk-active > a,
|
355 |
|
|
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a, .tm-toolbar .uk-navbar-nav > li.uk-active > a {
|
356 |
|
|
color: #292C3D!important;
|
357 |
|
|
}
|
358 |
|
|
.uk-light .uk-navbar-nav>li>a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active, .uk-card-primary.uk-card-body .uk-navbar-nav>li>a:active, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav>li>a:active, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active, .uk-overlay-primary .uk-navbar-nav>li>a:active, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a:active, .uk-offcanvas-bar .uk-navbar-nav>li>a:active, .tm-toolbar .uk-navbar-nav>li>a:active {
|
359 |
|
|
color:#128DD5!important;
|
360 |
|
|
}
|
361 |
|
|
|
362 |
|
|
.uk-navbar-dropdown-nav {
|
363 |
|
|
font-size:14px;
|
364 |
|
|
}
|
365 |
|
|
.uk-navbar-nav>li>a, .uk-navbar-item, .uk-navbar-toggle, .navbar .brand, .navbar-search, .navbar .nav>li>a {
|
366 |
|
|
font-size: 14px;
|
367 |
|
|
font-family: Roboto;
|
368 |
|
|
font-family: "Merriweather", serif;
|
369 |
|
|
font-family: 'Merriweather Sans', sans-serif;
|
370 |
|
|
font-family: 'Roboto Slab', serif;
|
371 |
|
|
font-size: 16px;
|
372 |
|
|
line-height: 23px;
|
373 |
|
|
text-transform:none;
|
374 |
|
|
color: rgba(0, 0, 0, 0.8)!important;
|
375 |
|
|
font-weight: 500 !important;
|
376 |
|
|
}
|
377 |
|
|
.uk-nav-default .uk-nav-header,
|
378 |
|
|
.uk-navbar-dropdown-nav .uk-nav-header {
|
379 |
|
|
color: #245CCF;
|
380 |
|
|
font-size:14px;
|
381 |
|
|
}
|
382 |
|
|
|
383 |
|
|
.sidemenu .uk-h3{
|
384 |
|
|
|
385 |
|
|
padding-bottom: 15px;
|
386 |
|
|
font-weight: 300;
|
387 |
|
|
text-transform: none;
|
388 |
|
|
color:#040067;
|
389 |
|
|
}
|
390 |
|
|
.sidemenu .uk-nav, .uk-nav ul, .dropdown-menu {
|
391 |
|
|
font-weight: 300;
|
392 |
|
|
font-size: 14px;
|
393 |
|
|
color: #80828B;
|
394 |
|
|
|
395 |
|
|
}
|
396 |
|
|
.sidemenu ul>li>ul, .sidemenu ul>li>ol, .sidemenu ol>li>ol, .sidemenu ol>li>ul{
|
397 |
|
|
padding-left: 40px;
|
398 |
|
|
}
|
399 |
|
|
.sidemenu ul>li>ul a {
|
400 |
|
|
color: #80828B!important;
|
401 |
|
|
color: rgba(99, 104, 114, 0.8)!important;
|
402 |
|
|
}
|
403 |
|
|
.sidemenu ul>li>ul a:hover {
|
404 |
|
|
color: #D53B23!important;
|
405 |
|
|
}
|
406 |
|
|
.uk-nav-header:not(:first-child) {margin-top:10px;}
|
407 |
|
|
.uk-navbar-dropdown, .navbar .nav>li>.dropdown-menu {
|
408 |
|
|
background:#fff;
|
409 |
|
|
}
|
410 |
|
|
.uk-nav>li>a,
|
411 |
|
|
.uk-navbar-dropdown-nav>li>a,
|
412 |
|
|
.uk-navbar-dropdown-nav .uk-nav-sub a {
|
413 |
|
|
color:#292C3D;
|
414 |
|
|
font-weight:300;
|
415 |
|
|
padding:4px 0;
|
416 |
|
|
}
|
417 |
|
|
.uk-section-secondary:not(.uk-preserve-color) h3,
|
418 |
|
|
.uk-section-secondary:not(.uk-preserve-color) h3 a,
|
419 |
|
|
.uk-section-secondary:not(.uk-preserve-color) a:hover { color:#444!important;}
|
420 |
|
|
|
421 |
|
|
|
422 |
|
|
.uk-article-title {
|
423 |
|
|
font-size: 38px;
|
424 |
|
|
line-height: 1.1;
|
425 |
|
|
}
|
426 |
|
|
|
427 |
|
|
.uk-text-meta {
|
428 |
|
|
font-size: 14px;
|
429 |
|
|
line-height: 1.4;
|
430 |
|
|
color: #90929D;
|
431 |
|
|
font-family: PT Serif;
|
432 |
|
|
font-weight: 400;
|
433 |
|
|
text-transform: none;
|
434 |
|
|
letter-spacing: 0;
|
435 |
|
|
font-style: italic;
|
436 |
|
|
}
|
437 |
|
|
.uk-card-default .uk-card-title {
|
438 |
|
|
color: #292C3D !important;
|
439 |
|
|
|
440 |
|
|
}
|
441 |
|
|
.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary>:not([class*='uk-card-media']) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary>:not([class*='uk-card-media']) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-navbar-container:not(.uk-navbar-transparent) .uk-text-meta, .uk-offcanvas-bar .uk-text-meta, .tm-toolbar .uk-text-meta{
|
442 |
|
|
color: #90929D;
|
443 |
|
|
}
|
444 |
|
|
|
445 |
|
|
.uk-text-primary {color: #040067!important;}
|
446 |
|
|
.uk-text-secondary {color: #00a0de!important;}
|
447 |
|
|
.uk-section-primary {
|
448 |
|
|
background: #040067;
|
449 |
|
|
}
|
450 |
|
|
.uk-section-secondary {
|
451 |
|
|
background: #00a0de;
|
452 |
|
|
}
|
453 |
|
|
.first_page_section {
|
454 |
|
|
/*position: relative;*/
|
455 |
|
|
}
|
456 |
|
|
.first_page_section .uk-section>:last-child {
|
457 |
|
|
position: relative;
|
458 |
|
|
top: 50%;
|
459 |
|
|
transform: translateY(-50%);
|
460 |
|
|
}
|
461 |
|
|
|
462 |
|
|
.first_page_section .first_page_banner_headline {
|
463 |
|
|
/*position: relative;*/
|
464 |
|
|
font-family: 'Open Sans', sans-serif;
|
465 |
|
|
font-weight: 300;
|
466 |
|
|
color:#fff;
|
467 |
|
|
|
468 |
|
|
}
|
469 |
|
|
.first_page_panel h3.uk-h1 {
|
470 |
|
|
color:#fff;
|
471 |
|
|
}
|
472 |
|
|
.first_page_panel {
|
473 |
|
|
border: 0px solid #e5e5e7!important;
|
474 |
|
|
padding:20px 20px!important;
|
475 |
|
|
/*width:100%!important;*/
|
476 |
|
|
font-size:24pt!important;
|
477 |
|
|
padding:20px!important;
|
478 |
|
|
color:#fff;
|
479 |
|
|
}
|
480 |
|
|
.first_page_panel .banner_text_bottom {
|
481 |
|
|
font-size:20pt;
|
482 |
|
|
padding:20px;
|
483 |
|
|
}
|
484 |
|
|
.mainHdr {background-color: rgb(4, 0, 103)!important;
|
485 |
|
|
}
|
486 |
|
|
|
487 |
|
|
|
488 |
|
|
/*tabs*/
|
489 |
|
|
.wk-tab::before {
|
490 |
|
|
content: "";
|
491 |
|
|
position: absolute;
|
492 |
|
|
bottom: 0;
|
493 |
|
|
left: 20px;
|
494 |
|
|
right: 0;
|
495 |
|
|
border-bottom: 1px solid #e5e5e5;
|
496 |
|
|
}
|
497 |
|
|
.wk-tab>li.wk-active>a {
|
498 |
|
|
border-color: transparent transparent #1678CB transparent !important;
|
499 |
|
|
background:tranparent;
|
500 |
|
|
border-bottom: 2px solid #1678CB;
|
501 |
|
|
}
|
502 |
|
|
.wk-tab>*>a {
|
503 |
|
|
display: block;
|
504 |
|
|
text-align: center;
|
505 |
|
|
padding: 9px 20px;
|
506 |
|
|
color: #444!important;
|
507 |
|
|
border-bottom: 2px solid transparent;
|
508 |
|
|
font-size: 12px;
|
509 |
|
|
text-transform: uppercase;
|
510 |
|
|
-webkit-transition: color 0.1s ease-in-out;
|
511 |
|
|
transition: color 0.1s ease-in-out;
|
512 |
|
|
line-height: 20px;
|
513 |
|
|
}
|
514 |
|
|
|
515 |
|
|
.wk-tab>li.wk-open>a, .wk-tab>li>a:focus, .wk-tab>li>a:hover {
|
516 |
|
|
border-color: transparent transparent #1678CB transparent !important;
|
517 |
|
|
background: transparent!important;
|
518 |
|
|
color: #1678CB!important;
|
519 |
|
|
outline: 0
|
520 |
|
|
}
|
521 |
|
|
|
522 |
|
|
.serviceicon .wk-panel h3{ text-transform: uppercase!important; font-weight: 700; font-size:12px;
|
523 |
|
|
}
|
524 |
|
|
.serviceicon .wk-panel:hover h3{
|
525 |
|
|
color: #D53B23!important;
|
526 |
|
|
}
|
527 |
|
|
.serviceicon .wk-margin,
|
528 |
|
|
.serviceicon .wk-panel-teaser, .serviceicon .wk-panel-title {margin-bottom:10px;}
|
529 |
|
|
.serviceicon *+.wk-margin {margin-top:10px;}
|
530 |
|
|
|
531 |
|
|
.key_message {
|
532 |
|
|
color: #128DD5!important;
|
533 |
|
|
}
|
534 |
|
|
.larger-font {
|
535 |
|
|
font-size:120%;
|
536 |
|
|
}
|
537 |
|
|
|
538 |
|
|
.nspArt h4.nspHeader {
|
539 |
|
|
font-family: 'Open Sans', sans-serif !important;
|
540 |
|
|
font-weight: 400;
|
541 |
|
|
font-size: 16px;
|
542 |
|
|
margin: 0;
|
543 |
|
|
padding: 5px 0 5px 0;
|
544 |
|
|
}
|
545 |
|
|
.nspArt p, .nspArt ul, .nspArt ol, .nspArt dl, .nspArt pre, .nspArt address, .nspArt fieldset, .nspArt figure {
|
546 |
|
|
margin-top: 0px;
|
547 |
|
|
margin-bottom: 8px;
|
548 |
|
|
}
|
549 |
|
|
.nspArt p.nspText {margin-bottom:15px;}
|
550 |
|
|
.readon , .readon:link{
|
551 |
|
|
margin: 0;
|
552 |
|
|
border: 1px solid #eaeaea;
|
553 |
|
|
overflow: visible;
|
554 |
|
|
font: inherit;
|
555 |
|
|
color: inherit;
|
556 |
|
|
text-transform: none;
|
557 |
|
|
display: inline-block;
|
558 |
|
|
box-sizing: border-box;
|
559 |
|
|
padding: 0 25px;
|
560 |
|
|
vertical-align: middle;
|
561 |
|
|
font-size: 13px;
|
562 |
|
|
line-height: 40px;
|
563 |
|
|
text-align: center;
|
564 |
|
|
text-decoration: none;
|
565 |
|
|
-webkit-transition: .1s ease-in-out;
|
566 |
|
|
transition: .1s ease-in-out;
|
567 |
|
|
-webkit-transition-property: color, background-color, border-color, box-shadow;
|
568 |
|
|
transition-property: color, background-color, border-color, box-shadow;
|
569 |
|
|
font-family: Roboto;
|
570 |
|
|
font-weight: normal;
|
571 |
|
|
text-transform: uppercase;
|
572 |
|
|
border-radius: 2px;
|
573 |
|
|
background-color: #fff;
|
574 |
|
|
color: #5b5b5b;
|
575 |
|
|
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
|
576 |
|
|
}
|
577 |
|
|
|
578 |
|
|
.readon:hover{
|
579 |
|
|
background-color: #fff;
|
580 |
|
|
color: #00a0de;
|
581 |
|
|
box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
|
582 |
|
|
}
|
583 |
|
|
.banner_text_white {font-weight: 300; font-size: 28px; color:white;}
|
584 |
|
|
|
585 |
|
|
|
586 |
|
|
/*custom classes */
|
587 |
|
|
.partner_slider .wk-link-reset, .partner_slider .wk-link-reset a, .partner_slider .wk-link-reset a:focus,
|
588 |
|
|
.partner_slider .wk-link-reset a:hover, .partner_slider .wk-link-reset:focus, .partner_slider .wk-link-reset:hover {
|
589 |
|
|
color: black;
|
590 |
|
|
}
|
591 |
|
|
.dark-divider hr, .dark-divider .uk-hr {
|
592 |
|
|
border-top: 1px solid #6c6c6c;
|
593 |
|
|
}
|
594 |
|
|
|
595 |
|
|
/*events*/
|
596 |
|
|
.calendar h3{text-transform:none; font-weight:300; margin-bottom:5px; margin-top:5px;}
|
597 |
|
|
.mod_events_latest_table td {
|
598 |
|
|
padding-top:5px;
|
599 |
|
|
padding-bottom:5px;
|
600 |
|
|
}
|
601 |
|
|
.mod_events_latest_table td p{
|
602 |
|
|
margin-bottom:10px;
|
603 |
|
|
margin-top:0px;
|
604 |
|
|
}
|
605 |
|
|
|
606 |
|
|
.mod_events_latest_date {
|
607 |
|
|
width: 18%;
|
608 |
|
|
float: left;
|
609 |
|
|
position: relative;
|
610 |
|
|
color:#757575;
|
611 |
|
|
color:#fff;
|
612 |
|
|
font-size:12px!important;
|
613 |
|
|
background: #9c9c9c;
|
614 |
|
|
font-weight:400;
|
615 |
|
|
/*
|
616 |
|
|
border-radius: 1px;
|
617 |
|
|
-moz-border-radius: 1px;
|
618 |
|
|
-webkit-border-radius: 1px;
|
619 |
|
|
border: 1px solid #757575;
|
620 |
|
|
-moz-box-shadow: 0px 0px 3px #757575;
|
621 |
|
|
-webkit-box-shadow: 0px 0px 3px #757575;
|
622 |
|
|
box-shadow: 0px 0px 3px #757575;
|
623 |
|
|
*/
|
624 |
|
|
margin-right:8px;
|
625 |
|
|
margin-top:5px;
|
626 |
|
|
text-align:center;
|
627 |
|
|
padding:10px 0px;
|
628 |
|
|
line-height:20px;
|
629 |
|
|
|
630 |
|
|
}
|
631 |
|
|
.mod_events_latest_date .larger_font {
|
632 |
|
|
font-size:28px!important;
|
633 |
|
|
font-weight:700!important;}
|
634 |
|
|
|
635 |
|
|
.mod_events_latest_time {
|
636 |
|
|
//float: left;
|
637 |
|
|
position: relative;
|
638 |
|
|
width: 75%;
|
639 |
|
|
overflow:visible;
|
640 |
|
|
line-height:14px;
|
641 |
|
|
font-weight:400;
|
642 |
|
|
font-size:12px;
|
643 |
|
|
padding: 5px 0px;
|
644 |
|
|
margin-bottom: 8px;
|
645 |
|
|
text-transform:none;
|
646 |
|
|
}
|
647 |
|
|
.mod_events_latest_time {
|
648 |
|
|
font-size:12px;
|
649 |
|
|
}
|
650 |
|
|
.mod_events_latest_table td .content{
|
651 |
|
|
font-size:12px!important;
|
652 |
|
|
font-weight:300;
|
653 |
|
|
text-transform:none;
|
654 |
|
|
}
|
655 |
|
|
.mod_events_latest_table td .hdr{
|
656 |
|
|
font-size:14px!important;
|
657 |
|
|
line-height: 16px;
|
658 |
|
|
font-weight:400!important;
|
659 |
|
|
text-transform:none;
|
660 |
|
|
}
|
661 |
|
|
.mod_events_latest_rsslink a {
|
662 |
|
|
color: #767779;
|
663 |
|
|
|
664 |
|
|
}
|
665 |
|
|
.mod_events_latest_rsslink{
|
666 |
|
|
padding: 30;
|
667 |
|
|
line-height: 1.625;
|
668 |
|
|
background: 0;
|
669 |
|
|
color: #767779;
|
670 |
|
|
position: relative;
|
671 |
|
|
padding-right: 27px;
|
672 |
|
|
margin: 0;
|
673 |
|
|
border: 0;
|
674 |
|
|
overflow: visible;
|
675 |
|
|
font: inherit;
|
676 |
|
|
display: block;
|
677 |
|
|
box-sizing: border-box;
|
678 |
|
|
vertical-align: middle;
|
679 |
|
|
font-size: 13px;
|
680 |
|
|
display:inline-block;
|
681 |
|
|
text-decoration: none;
|
682 |
|
|
-webkit-transition: .1s ease-in-out;
|
683 |
|
|
transition: .1s ease-in-out;
|
684 |
|
|
-webkit-transition-property: color, background-color, border-color, box-shadow;
|
685 |
|
|
transition-property: color, background-color, border-color, box-shadow;
|
686 |
|
|
font-family: Roboto;
|
687 |
|
|
font-weight: normal;
|
688 |
|
|
text-transform: uppercase;
|
689 |
|
|
border-radius: 2px;
|
690 |
|
|
background-origin: border-box;
|
691 |
|
|
}
|
692 |
|
|
.mod_events_latest_rsslink a:hover {
|
693 |
|
|
color: #00a0de;
|
694 |
|
|
|
695 |
|
|
}
|
696 |
|
|
.mod_events_latest_rsslink:hover::before {
|
697 |
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300a0de%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300a0de%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%3E%3C%2Fline%3E%0A%3C%2Fsvg%3E");
|
698 |
|
|
background-position: 100% 50%;
|
699 |
|
|
|
700 |
|
|
}
|
701 |
|
|
.mod_events_latest_rsslink::before{
|
702 |
|
|
content: "";
|
703 |
|
|
position: absolute;
|
704 |
|
|
top: 0;
|
705 |
|
|
bottom: 0;
|
706 |
|
|
right: 0;
|
707 |
|
|
width: 22px;
|
708 |
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23767779%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23767779%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%3E%3C%2Fline%3E%0A%3C%2Fsvg%3E");
|
709 |
|
|
background-repeat: no-repeat;
|
710 |
|
|
background-position: calc(100% - 5px) 50%;
|
711 |
|
|
-webkit-transition: background-position .2s ease-out;
|
712 |
|
|
transition: background-position .2s ease-out;
|
713 |
|
|
}
|
714 |
|
|
.mod_events_latest_callink a, .mod_events_latest_callink a:hover{
|
715 |
|
|
color: #fff!important;
|
716 |
|
|
}
|
717 |
|
|
.mod_events_latest_callink {
|
718 |
|
|
padding:0px;
|
719 |
|
|
margin:10px 0px;
|
720 |
|
|
background-color: #00a0de;
|
721 |
|
|
color: #fff!important;
|
722 |
|
|
display: inline-block;
|
723 |
|
|
box-sizing: border-box;
|
724 |
|
|
padding: 0 25px;
|
725 |
|
|
vertical-align: middle;
|
726 |
|
|
font-size: 13px;
|
727 |
|
|
line-height: 40px;
|
728 |
|
|
text-align: center;
|
729 |
|
|
text-decoration: none;
|
730 |
|
|
-webkit-transition: .1s ease-in-out;
|
731 |
|
|
transition: .1s ease-in-out;
|
732 |
|
|
-webkit-transition-property: color, background-color, border-color, box-shadow;
|
733 |
|
|
transition-property: color, background-color, border-color, box-shadow;
|
734 |
|
|
font-family: Roboto;
|
735 |
|
|
font-weight: normal;
|
736 |
|
|
text-transform: uppercase;
|
737 |
|
|
border-radius: 2px;
|
738 |
|
|
background-origin: border-box;
|
739 |
|
|
}
|
740 |
|
|
|
741 |
|
|
.mod_events_latest_callink:hover {
|
742 |
|
|
background-color: #008ec5;
|
743 |
|
|
color: #fff!important;
|
744 |
|
|
}
|
745 |
|
|
/* news pro */
|
746 |
|
|
.nspLinks ul li h4 {
|
747 |
|
|
font-weight: 400;
|
748 |
|
|
font-size: 16px;
|
749 |
|
|
line-height: 18px;
|
750 |
|
|
}
|
751 |
|
|
.nspLinks ul li p {
|
752 |
|
|
text-transform:none;
|
753 |
|
|
font-size: 14px;
|
754 |
|
|
font-weight:300;
|
755 |
|
|
margin:10px;
|
756 |
|
|
}
|
757 |
|
|
.readon-button{
|
758 |
|
|
text-transform: none;
|
759 |
|
|
font-size: 14px;
|
760 |
|
|
line-height: 20px;
|
761 |
|
|
font-weight: 300;
|
762 |
|
|
font-family: 'Open Sans', sans-serif !important;
|
763 |
|
|
}
|
764 |
|
|
.readon-button:hover {
|
765 |
|
|
}
|
766 |
|
|
.newsletter .uk-h2 {font-size:28px!important;}
|
767 |
|
|
.newsletter .uk-icon {
|
768 |
|
|
padding-left: 10px;
|
769 |
|
|
padding-bottom: 15px;
|
770 |
|
|
vertical-align: middle;
|
771 |
|
|
}
|
772 |
|
|
.newsletter .el-title{
|
773 |
|
|
display: inline-block;
|
774 |
|
|
fill: currentcolor;
|
775 |
|
|
margin-bottom:0;
|
776 |
|
|
}
|
777 |
|
|
|
778 |
|
|
.newsletter .acymailing_mootoolsbutton a:link,
|
779 |
|
|
.newsletter .acymailing_mootoolsbutton a:visited {
|
780 |
|
|
background:none!important;
|
781 |
|
|
border:none!important;
|
782 |
|
|
text-shadow:none!important;
|
783 |
|
|
color: rgba(255, 255, 255, 0.5)!important;
|
784 |
|
|
font-size: 14px;
|
785 |
|
|
font-weight: 300;
|
786 |
|
|
line-height: 20px;
|
787 |
|
|
}
|
788 |
|
|
|
789 |
|
|
.newsletter .acysubbuttons input.button, .newsletter .acysubbuttons .button {
|
790 |
|
|
padding: 0 15px!important;
|
791 |
|
|
line-height: 30px;
|
792 |
|
|
font-size: 13px;
|
793 |
|
|
border-radius: 2px;
|
794 |
|
|
margin: 0;
|
795 |
|
|
border: 0;
|
796 |
|
|
overflow: visible;
|
797 |
|
|
font-family: Roboto;
|
798 |
|
|
font-weight: normal;
|
799 |
|
|
|
800 |
|
|
color: inherit;
|
801 |
|
|
text-transform: none;
|
802 |
|
|
display: inline-block;
|
803 |
|
|
box-sizing: border-box;
|
804 |
|
|
vertical-align: middle;
|
805 |
|
|
text-align: center;
|
806 |
|
|
text-decoration: none;
|
807 |
|
|
-webkit-transition: .1s ease-in-out;
|
808 |
|
|
transition: .1s ease-in-out;
|
809 |
|
|
-webkit-transition-property: color, background-color, border-color, box-shadow;
|
810 |
|
|
transition-property: color, background-color, border-color, box-shadow;
|
811 |
|
|
font-family: Roboto;
|
812 |
|
|
font-weight: normal;
|
813 |
|
|
text-transform: uppercase;
|
814 |
|
|
background-origin: border-box;
|
815 |
|
|
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
|
816 |
|
|
}
|
817 |
|
|
|
818 |
|
|
.newsletter .acysubbuttons input.button:hover, .newsletter .acysubbuttons .button:hover {
|
819 |
|
|
color:#444;
|
820 |
|
|
background-color:#fff!important;
|
821 |
|
|
background-image:none!important;
|
822 |
|
|
}
|
823 |
|
|
|
824 |
|
|
.newsletter .acysubbuttons input.button:hover, .newsletter .acysubbuttons .button:hover,
|
825 |
|
|
.newsletter .acysubbuttons button.validate:hover, .newsletter .acymailing_mootoolsbutton a:hover,
|
826 |
|
|
.newsletter .acymailing_mootoolsbutton a:active {
|
827 |
|
|
box-shadow:none!important;
|
828 |
|
|
-moz-box-shadow:none!important;
|
829 |
|
|
-webkit-box-shadow:none!important;
|
830 |
|
|
color: #00a0de!important;
|
831 |
|
|
box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05)!important;
|
832 |
|
|
}
|
833 |
|
|
.acymailing_module a.acymailing_togglemodule {
|
834 |
|
|
font-size: 14px;
|
835 |
|
|
font-weight: 300;
|
836 |
|
|
color: rgba(255, 255, 255, 0.5)!important;
|
837 |
|
|
}
|
838 |
|
|
|
839 |
|
|
|
840 |
|
|
/*login button */
|
841 |
|
|
#btl .btl-panel > span .btl-dropdown { border:3!important;}
|
842 |
|
|
|
843 |
|
|
#btl .btl-panel > span{
|
844 |
|
|
border: 0px!important;
|
845 |
|
|
background-color: transparent!important;
|
846 |
|
|
color:#444!important;
|
847 |
|
|
padding-right:30px;
|
848 |
|
|
padding-left:6px;
|
849 |
|
|
height:0px!important;
|
850 |
|
|
line-height:20px!important;
|
851 |
|
|
margin:0px !important;
|
852 |
|
|
box-shadow: 0px 0px 0px;
|
853 |
|
|
border-radius:0px!important;
|
854 |
|
|
display: inline-table!important;
|
855 |
|
|
text-transform:none!important;
|
856 |
|
|
font-size: 14px;
|
857 |
|
|
font-family: 'Roboto Slab', serif;
|
858 |
|
|
font-size: 16px;
|
859 |
|
|
line-height: 23px;
|
860 |
|
|
font-weight: 500 !important;
|
861 |
|
|
}
|
862 |
|
|
.loginLink {
|
863 |
|
|
text-transform:none!important;
|
864 |
|
|
color: rgba(0, 0, 0, 0.8)!important;
|
865 |
|
|
}
|
866 |
|
|
|
867 |
|
|
/*.btl-panel {
|
868 |
|
|
background: url(../images/key_login.png) right 40% no-repeat;
|
869 |
|
|
}*/
|
870 |
|
|
#btl-panel-login >span {
|
871 |
|
|
border: 5px solid #d0d0d0!important;
|
872 |
|
|
}
|
873 |
|
|
.uk-navbar-item .btlogin{ color: red!important;
|
874 |
|
|
}
|
875 |
|
|
|
876 |
|
|
#btl .btl-panel > #btl-panel-profile {
|
877 |
|
|
color: #040067!important;
|
878 |
|
|
font-size: 13px !important;
|
879 |
|
|
font-family: Roboto;
|
880 |
|
|
}
|
881 |
|
|
|
882 |
|
|
.btl-content-block {
|
883 |
|
|
-webkit-font-smoothing: antialiased;
|
884 |
|
|
background-attachment: scroll;
|
885 |
|
|
background-clip: border-box;
|
886 |
|
|
background-color: rgb(255, 255, 255);
|
887 |
|
|
background-image: none;
|
888 |
|
|
background-origin: padding-box;
|
889 |
|
|
background-size: auto;
|
890 |
|
|
border-bottom-left-radius: 2px;
|
891 |
|
|
border-bottom-right-radius: 2px;
|
892 |
|
|
border-top-left-radius: 2px;
|
893 |
|
|
border-top-right-radius: 2px;
|
894 |
|
|
box-shadow: rgba(41, 44, 61, 0.0980392) 2px 15px 50px 0px;
|
895 |
|
|
box-sizing: border-box;
|
896 |
|
|
color: rgb(79, 82, 96);
|
897 |
|
|
display: none;
|
898 |
|
|
height: auto;
|
899 |
|
|
margin-top: 0px;
|
900 |
|
|
padding-bottom: 25px;
|
901 |
|
|
padding-left: 25px;
|
902 |
|
|
padding-right: 25px;
|
903 |
|
|
padding-top: 25px;
|
904 |
|
|
position: absolute;
|
905 |
|
|
text-align: left;
|
906 |
|
|
text-rendering: optimizeLegibility;
|
907 |
|
|
}
|
908 |
|
|
|
909 |
|
|
#btl-content #btl-content-profile #module-in-profile ul li img,
|
910 |
|
|
#btl-content #btl-content-profile #module-in-profile ul li a {padding-right: 5px!important;}
|
911 |
|
|
|
912 |
|
|
#btl-content #btl-content-profile #module-in-profile ul li a {
|
913 |
|
|
-webkit-font-smoothing: antialiased;
|
914 |
|
|
-webkit-text-decoration-skip: objects;
|
915 |
|
|
/*background-color: rgba(0, 0, 0, 0);*/
|
916 |
|
|
box-sizing: border-box;
|
917 |
|
|
color: rgb(41, 44, 61);
|
918 |
|
|
cursor: pointer;
|
919 |
|
|
display: block;
|
920 |
|
|
font-family: Roboto;
|
921 |
|
|
font-size: 14px;
|
922 |
|
|
font-weight: 300;
|
923 |
|
|
height: auto;
|
924 |
|
|
line-height: 20px;
|
925 |
|
|
list-style-image: none;
|
926 |
|
|
list-style-position: outside;
|
927 |
|
|
list-style-type: none;
|
928 |
|
|
padding-bottom: 6px;
|
929 |
|
|
padding-left: 0px;
|
930 |
|
|
padding-right: 0px;
|
931 |
|
|
padding-top: 6px;
|
932 |
|
|
text-align: left;
|
933 |
|
|
text-decoration: none;
|
934 |
|
|
text-rendering: optimizeLegibility;
|
935 |
|
|
width: auto;
|
936 |
|
|
}
|
937 |
|
|
|
938 |
|
|
#module-in-profile ul li a:hover {
|
939 |
|
|
color: #128DD5 !important;
|
940 |
|
|
}
|
941 |
|
|
|
942 |
|
|
/*FAQs*/
|
943 |
|
|
|
944 |
|
|
.searchifaq label {
|
945 |
|
|
font-family: Roboto, sans-serif;
|
946 |
|
|
font-weight:500;
|
947 |
|
|
font-size:16px;
|
948 |
|
|
color: #040067;
|
949 |
|
|
}
|
950 |
|
|
.btn,
|
951 |
|
|
.buttonifaq{
|
952 |
|
|
margin-top:10px;
|
953 |
|
|
background-color: #fff;
|
954 |
|
|
color: #5b5b5b;
|
955 |
|
|
box-shadow: 0 3px 12px rgba(0,0,0,0.07);
|
956 |
|
|
display: inline-block;
|
957 |
|
|
border:none;
|
958 |
|
|
box-sizing: border-box;
|
959 |
|
|
padding: 0 25px;
|
960 |
|
|
vertical-align: middle;
|
961 |
|
|
font-size: 13px;
|
962 |
|
|
line-height: 40px;
|
963 |
|
|
text-align: center;
|
964 |
|
|
text-decoration: none;
|
965 |
|
|
-webkit-transition: .1s ease-in-out;
|
966 |
|
|
transition: .1s ease-in-out;
|
967 |
|
|
-webkit-transition-property: color,background-color,border-color,box-shadow;
|
968 |
|
|
transition-property: color,background-color,border-color,box-shadow;
|
969 |
|
|
font-family: Roboto;
|
970 |
|
|
font-weight: normal;
|
971 |
|
|
text-transform: uppercase;
|
972 |
|
|
border-radius: 2px;
|
973 |
|
|
background-origin: border-box;
|
974 |
|
|
}
|
975 |
|
|
.buttonifaq:hover{ background-color: #fff;
|
976 |
|
|
color: #00a0de;
|
977 |
|
|
box-shadow: 0 6px 50px rgba(0,0,0,0.05);
|
978 |
|
|
}
|
979 |
|
|
.ifaq h5.ifaq-item-header {
|
980 |
|
|
margin-bottom:10px;
|
981 |
|
|
margin-top:10px;
|
982 |
|
|
}
|
983 |
|
|
.ifaq-tpl-clean_blue_arrow .collapse-open .ifaq-item-header {
|
984 |
|
|
font-weight:normal;
|
985 |
|
|
}
|
986 |
|
|
.ifaq .uk-tab>*>a, .ifaq .nav-tabs>li>a {
|
987 |
|
|
text-align:left;
|
988 |
|
|
color: #2D72D6;
|
989 |
|
|
}
|
990 |
|
|
.ifaq .nav-tabs>li>a:hover {
|
991 |
|
|
border-color:transparent;
|
992 |
|
|
color: #D53B23;
|
993 |
|
|
}
|
994 |
|
|
|
995 |
|
|
.ifaq .nav>li>a:hover, .ifaq .nav>li>a:focus { background:none;}
|
996 |
|
|
|
997 |
|
|
.ifaq-tpl-clean_blue_arrow .ifaq-panel {
|
998 |
|
|
box-shadow:none;
|
999 |
|
|
border-bottom: 1px solid #eee;
|
1000 |
|
|
|
1001 |
|
|
}
|
1002 |
|
|
|
1003 |
|
|
.ifaq-tpl-clean_blue_arrow .ifaq-collapsible > a {
|
1004 |
|
|
display: block; padding: 1px 0 1px 0px;
|
1005 |
|
|
background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%236C6D74%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%20%20%20%20%3Crect%20fill%3D%22%236C6D74%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E");
|
1006 |
|
|
background-repeat: no-repeat;
|
1007 |
|
|
background-position: 98% 50%;
|
1008 |
|
|
}
|
1009 |
|
|
|
1010 |
|
|
.ifaq-tpl-clean_blue_arrow .ifaq-collapsible {
|
1011 |
|
|
text-shadow:none;
|
1012 |
|
|
background:transparent;
|
1013 |
|
|
box-shadow:none;
|
1014 |
|
|
border-bottom: 1px solid #eee;
|
1015 |
|
|
}
|
1016 |
|
|
.ifaq-tpl-clean_blue_arrow .collapse-open, .ifaq-tpl-clean_blue_arrow .collapse-open > a {
|
1017 |
|
|
background: transparent;
|
1018 |
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%236C6D74%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E");
|
1019 |
|
|
background-repeat: no-repeat;
|
1020 |
|
|
background-position: 98% 50%;
|
1021 |
|
|
}
|
1022 |
|
|
.ifaq-tpl-clean_blue_arrow .collapse-close:hover {
|
1023 |
|
|
background:transparent;
|
1024 |
|
|
}
|
1025 |
|
|
|
1026 |
|
|
.ifaq-tpl-clean_blue_arrow .ifaq-collapsible > a:hover {
|
1027 |
|
|
background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%236C6D74%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%20%20%20%20%3Crect%20fill%3D%22%236C6D74%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E");
|
1028 |
|
|
background-repeat: no-repeat;
|
1029 |
|
|
background-position: 98% 50%;
|
1030 |
|
|
}
|
1031 |
|
|
|
1032 |
|
|
.ifaq-tpl-clean_blue_arrow .collapse-open > a:hover {
|
1033 |
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%236C6D74%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E");
|
1034 |
|
|
background-repeat: no-repeat;
|
1035 |
|
|
background-position: 98% 50%;
|
1036 |
|
|
}
|
1037 |
|
|
|
1038 |
|
|
/*widget accordion */
|
1039 |
|
|
.wk-accordion, .wk-text-left {display:block!important;}
|
1040 |
|
|
|
1041 |
|
|
|
1042 |
|
|
.faq .wk-accordion-title {
|
1043 |
|
|
text-transform:none;
|
1044 |
|
|
font-weight: 400;
|
1045 |
|
|
font-size:16px;
|
1046 |
|
|
}
|
1047 |
|
|
|
1048 |
|
|
/* for DISCOVERY PORTAL */
|
1049 |
|
|
.discoverHrd {background-color: #f25f30!important;}
|
1050 |
|
|
|
1051 |
|
|
.search_box_bg .uk-input, .search_box_bg .uk-input:focus {
|
1052 |
|
|
background-color: rgba(255, 255, 255, 1.0)!important;
|
1053 |
|
|
color: rgba(0, 0, 0, 1.0)!important;
|
1054 |
|
|
}
|
1055 |
|
|
.search_box_bg .uk-input::placeholder{
|
1056 |
|
|
color: rgba(0, 0, 0, 0.6)!important;
|
1057 |
|
|
}
|
1058 |
|
|
|
1059 |
|
|
.search_box_bg .uk-text-background{
|
1060 |
|
|
background-color: rgba(255, 255, 255, 1.0);
|
1061 |
|
|
font-size:28px!important;
|
1062 |
|
|
font-weight: 500;
|
1063 |
|
|
}
|
1064 |
|
|
.search_box_bg .uk-grid-divider>:not(.uk-first-column)::before {
|
1065 |
|
|
border-left-color: rgba(255, 255, 255, 0.6)!important;
|
1066 |
|
|
}
|
1067 |
|
|
|
1068 |
|
|
/*tags */
|
1069 |
|
|
.uk-label-arrow{
|
1070 |
|
|
display: inline-block;
|
1071 |
|
|
height: 21px;
|
1072 |
|
|
margin: 0 10px 0 0;
|
1073 |
|
|
padding: 0 7px 0 14px;
|
1074 |
|
|
white-space: nowrap;
|
1075 |
|
|
position: relative;
|
1076 |
|
|
|
1077 |
|
|
background-color: #5A9EDA;
|
1078 |
|
|
|
1079 |
|
|
color: white;
|
1080 |
|
|
font: normal 11px/21px Arial, Tahoma, sans-serif;
|
1081 |
|
|
text-decoration: none;
|
1082 |
|
|
|
1083 |
|
|
border-top: 1px solid #5A9EDA;
|
1084 |
|
|
border-bottom: 1px solid #5A9EDA;
|
1085 |
|
|
border-right: 1px solid #5A9EDA;
|
1086 |
|
|
border-radius: 1px 3px 3px 1px;
|
1087 |
|
|
}
|
1088 |
|
|
.uk-label-arrow:before {
|
1089 |
|
|
content: '';
|
1090 |
|
|
position: absolute;
|
1091 |
|
|
top: 5px;
|
1092 |
|
|
left: -6px;
|
1093 |
|
|
width: 10px;
|
1094 |
|
|
height: 10px;
|
1095 |
|
|
|
1096 |
|
|
background-color: #5A9EDA;
|
1097 |
|
|
border-left: 1px solid #5A9EDA;
|
1098 |
|
|
border-bottom: 1px solid #5A9EDA;
|
1099 |
|
|
border-radius: 0 0 0 2px;
|
1100 |
|
|
}
|
1101 |
|
|
.uk-label-arrow:before {
|
1102 |
|
|
-webkit-transform: scale(1, 1.5) rotate(45deg);
|
1103 |
|
|
-moz-transform: scale(1, 1.5) rotate(45deg);
|
1104 |
|
|
-ms-transform: scale(1, 1.5) rotate(45deg);
|
1105 |
|
|
transform: scale(1, 1.5) rotate(45deg);
|
1106 |
|
|
}
|
1107 |
|
|
.uk-label-arrow:after {
|
1108 |
|
|
content: '';
|
1109 |
|
|
position: absolute;
|
1110 |
|
|
top: 7px;
|
1111 |
|
|
left: 1px;
|
1112 |
|
|
width: 5px;
|
1113 |
|
|
height: 5px;
|
1114 |
|
|
background: #FFF;
|
1115 |
|
|
border-radius: 4px;
|
1116 |
|
|
border: 1px solid #5A9EDA;
|
1117 |
|
|
}
|
1118 |
|
|
.uk-label-arrow a:hover {
|
1119 |
|
|
color: #FFF;
|
1120 |
|
|
text-shadow: -1px -1px 0 rgba(153,102,51,0.3);
|
1121 |
|
|
}
|
1122 |
|
|
.featurednews.uk-card-default {
|
1123 |
|
|
background: rgba(255,255,255, 0.6)!important;
|
1124 |
|
|
color: black;
|
1125 |
|
|
}
|
1126 |
|
|
.custom-offcanvas-bar{
|
1127 |
|
|
background: grey !important;
|
1128 |
|
|
width:100% !important;
|
1129 |
|
|
|
1130 |
|
|
}
|
1131 |
|
|
.custom-offcanvas-bar .filtersModal{
|
1132 |
|
|
color:grey !important;
|
1133 |
|
|
|
1134 |
|
|
}
|
1135 |
|
|
.list-horizontal{
|
1136 |
|
|
display: flex;
|
1137 |
|
|
}
|
1138 |
|
|
.list-horizontal span{
|
1139 |
|
|
margin-right:5px;
|
1140 |
|
|
padding-left: 0px !important;
|
1141 |
|
|
|
1142 |
|
|
}
|
1143 |
|
|
.list-horizontal-line span {
|
1144 |
|
|
margin-right: 5px;
|
1145 |
|
|
border-right: 1px solid #f1f1f1;
|
1146 |
|
|
padding-right: 5px;
|
1147 |
|
|
|
1148 |
|
|
}
|
1149 |
|
|
|
1150 |
|
|
.list-horizontal-line > span:last-child {
|
1151 |
|
|
border-right:none;
|
1152 |
|
|
}
|