Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
feef9ce7f4863195874b73ad2e0c8374d53ec4e6
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0;
	vertical-align:baseline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

ul {
	list-style:none;
}

img,fieldset {
	border:none;
}

a { 
	text-decoration:none;
}

/* Terms and conditions
-------------------------------------------*/
.Terms {
	width:951px;
	padding:30px 0 0 0;
	color:#413e3e;
	line-height:16px;
}

.Terms_top {
	width:930px;
	padding:0 0 10px 0;
	background:url(/images/slideshow.png) repeat-x bottom;
	margin-bottom:25px;
}

.Terms_top h2 {
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	padding-bottom:8px;
  font-family: Arial, Helvetica, sans-serif;
}

.Terms_top p {
	font-size:12px;
}

.textDiv {
	width:890px;
	padding:0 31px 15px 30px;
}

.textDiv h2 {
	color:#d52e31;
	padding:0 0 20px 0;
	font-size:14px;
}

.textDiv h3 {
	font-size:13px;
}

/* contactDiv
-------------------------------------------*/
.contactDiv {
	width:890px;
	padding:0 31px 140px 30px;
	overflow:hidden;
}

.contact_lft {
	width:600px;
	overflow:hidden;
	float:left;
}

.arrowDiv {
	height:235px;
	width:270px;
	float:left;
	background:url(/images/arro.png) no-repeat right center;
	color:#000;
	padding:10px 0 0 0;
	text-align:left;
}

.arrowDiv h2 {
  font-size   :100px;
  line-height :100px;
  font-family : Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.arrowDiv p {
	font-size:58px;
	line-height:60px;
}

.arrowDiv a {
	font-size:35px;
	color:#d52e31;
	line-height:40px;
}

.contactText {
	font-family:'Arial Unicode MS';
	width:272px;
	float:right;
}

.contactText h2 {
	padding:0 0 15px 0;
	font-size:14px;
}

.contactpost a {
	color:#413e3e;
}

.contactpost a:hover {
	text-decoration:underline;
}

.contactpost {
	color:#413e3e;
	padding:0 0 15px 0;
}

.contactForm {
	width:227px;
	background:url(/images/contactForm.png) repeat-y;	
	float:right;
	padding:0 0 0 11px;
}

.inputDiv {
	width:227px;
	padding:0 0 8px 0;
}

.inputDiv input {
	background:#eeeeee;
	border:1px solid #c8c8c8;
	height:16px;
	width:205px;
	padding:10px;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	border-radius:2px;
}

.input-prepend .inputDiv input{
    background:#eeeeee;
    border:1px solid #c8c8c8;
    height:16px;
    width:170px !important;
    padding:10px;
    color:#787878;
    font-family:Arial, Helvetica, sans-serif;
    line-height:15px;
    border-radius:2px;
}

.inputDiv textarea {
	background:#eeeeee;
	border:1px solid #c8c8c8;
	height:83px;
	width:205px;
	border-radius:2px;
	overflow:hidden;
	padding:10px;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.input-append .add-on, .input-prepend .add-on
{
    padding: 8px 5px;
}

.sentbtn {
	width:227px;
	text-align:right;
	padding:0 0 0 0;
}

.sentbtn input {
	width:75px;
	height:35px;
	cursor:pointer;
	border:none;
	background:url(/images/sent.png) no-repeat;
}
/*********************************************/
/************new changes**********************/

.contact-no{
	line-height: 37px;
	margin: 50px 0;
  font-family: Arial,Helvetica,sans-serif;
}

.head-office-info{
  font-size: 16px;
  line-height: 22px;
}



/* mobile and tablet*/

@media (min-width: 768px) and (max-width: 979px) {
	.Terms{
		width:50%;
	}
	
	.Terms_top{
		width:100%;
	}

	.contactDiv{
		width:100%;
		padding:0 !important;
	}
	
	.contact_lft{
		width:100%;
		float:center !important;
	}

	.arrowDiv{
		width:100%;
		float:center !important;
	}
	
	.contactText{
		float:left;
		width:100%;
	}
	
	.contactForm{
		width:100%;
	}
	
	.arrowDiv{
		float:center !important;
	}
	
	.inputDiv{
		width:100%;
	}
	
	.inputDiv input{
		width:100%;
	}
	
	.inputDiv textarea{
		width:100%;
	}
	.sentbtn{
		width:100%;
	}	
	
.footerSec{
    margin     : 20px -5px 0 !important;
    background : #363434;
    border-top : 2px solid #D52E31;
    padding    : 20px 5px 20px 5px;
    height     : auto;
    overflow   : hidden;
  }

  .footer{
    width : 95%;
    margin : 0;
  }

  .footer ul.fmenu li{
    display : block !important;
  }
  .footer_rgt{
    float : none;
  }
}

@media (max-width: 767px) {
	.Terms{
		width:50%;
	}
	
	.Terms_top{
		width:100%;
	}

	.contactDiv{
		width:100%;
		padding:0 !important;
	}
	
	.contact_lft{
		width:100%;
		float:center !important;
	}

	.arrowDiv{
		width:100%;
		float:center !important;
	}
	
	.contactText{
		float:left;
		width:100%;
	}
	
	.contactForm{
		width:100%;
	}
	
	.arrowDiv{
		float:center !important;
	}
	
	.inputDiv{
		width:100%;
	}
	
	.inputDiv input{
		width:100%;
	}
	
	.inputDiv textarea{
		width:100%;
	}
	.sentbtn{
		width:100%;
	}	
}

@media (max-width: 480px) {
	
	.Terms{
		width:100%;
	}
	
	.Terms_top{
		width:100%;
	}

	.contactDiv{
		width:100%;
		padding:0 !important;
	}
	
	.contact_lft{
		width:100%;
		float:center !important;
	}

	.arrowDiv{
		width:100%;
		float:center !important;
	}
	
	.contactText{
		float:left;
		width:100%;
	}
	
	.contactForm{
		width:100%;
	}
	
	.arrowDiv{
		float:center !important;
	}
	
	.inputDiv{
		width:100%;
	}
	
	.inputDiv input{
		width:70%;
	}
	
	.inputDiv textarea{
		width:70%;
	}
	
	.sentbtn{
		width:70%;
	}
}

Commits for namibia/public/css/app/contact_us.css

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit