-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
520 lines (472 loc) · 31.3 KB
/
contacts.html
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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<!-- saved from url=(0056)http://the8guild.com/themes/html/limo/v1.4/contacts.html -->
<html class=" js no-touch rgba backgroundsize borderimage borderradius csstransforms csstransforms3d csstransitions svg"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Limo - HTML5 E-Commerce Template</title>
<!--SEO Meta Tags-->
<meta name="description" content="Responsive HTML5 E-Commerce Template">
<meta name="keywords" content="responsive html5 template, e-commerce, shop, bootstrap 3.0, css, jquery, flat, modern">
<meta name="author" content="8Guild">
<!--Mobile Specific Meta Tag-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!--Favicon-->
<link rel="shortcut icon" href="http://the8guild.com/themes/html/limo/v1.4/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://the8guild.com/themes/html/limo/v1.4/favicon.ico" type="image/x-icon">
<!--Master Slider Styles-->
<link href="./contacts_files/masterslider.css" rel="stylesheet" media="screen">
<!--Styles-->
<link href="./contacts_files/styles.css" rel="stylesheet" media="screen">
<!--Color Scheme-->
<link class="color-scheme" href="./contacts_files/color-default.css" rel="stylesheet" media="screen">
<!--Color Switcher-->
<link href="./contacts_files/color-switcher.css" rel="stylesheet" media="screen">
<!--Modernizr-->
<script type="text/javascript" async="" src="./contacts_files/dc.js"></script><script src="./contacts_files/modernizr.custom.js"></script>
<!--Adding Media Queries Support for IE8-->
<!--[if lt IE 9]>
<script src="js/plugins/respond.js"></script>
<![endif]-->
<!--Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46803427-2']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<!--Body-->
<body>
<!--Color Switcher-->
<div class="color-switcher group animated">
<div class="toggle"><i class="fa fa-cog"></i></div>
<div class="color">
<a style="background-color: #607d8b;" class="current" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" data-color="default"></a>
<span>#607d8b</span>
</div>
<div class="color">
<a style="background-color: #ff5722;" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" data-color="scheme2"></a>
<span>#ff5722</span>
</div>
<div class="color">
<a style="background-color: #e91e63;" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" data-color="scheme3"></a>
<span>#e91e63</span>
</div>
<div class="color">
<a style="background-color: #ff9016;" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" data-color="scheme4"></a>
<span>#ff9016</span>
</div>
<div class="color">
<a style="background-color: #8bc34a;" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" data-color="scheme5"></a>
<span>#8bc34a</span>
</div>
<div class="color">
<a style="background-color: #03a9f4;" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" data-color="scheme6"></a>
<span>#03a9f4</span>
</div>
</div><!--Color Switcher End-->
<!--Login Modal-->
<div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="fa fa-times"></i></button>
<h2>Login or <a href="http://the8guild.com/themes/html/limo/v1.4/register.html">Register</a></h2>
<p class="large">Use social accounts</p>
<div class="social-login">
<a class="facebook" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><i class="fa fa-facebook-square"></i></a>
<a class="google" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><i class="fa fa-google-plus-square"></i></a>
<a class="twitter" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><i class="fa fa-twitter-square"></i></a>
</div>
</div>
<div class="modal-body">
<form class="login-form" novalidate="novalidate">
<div class="form-group group">
<label for="log-email">Email</label>
<input type="email" class="form-control" name="log-email" id="log-email" placeholder="Enter your email" required="">
<a class="help-link" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Forgot email?</a>
</div>
<div class="form-group group">
<label for="log-password">Password</label>
<input type="text" class="form-control" name="log-password" id="log-password" placeholder="Enter your password" required="">
<a class="help-link" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Forgot password?</a>
</div>
<div class="checkbox">
<label><div class="icheckbox" style="position: relative;"><input type="checkbox" name="remember" style="position: absolute; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px; opacity: 0; background: rgb(255, 255, 255);"></ins></div> Remember me</label>
</div>
<input class="btn btn-black" type="submit" value="Login">
</form>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!--Header-->
<header data-offset-top="500" data-stuck="600" class=""><!--data-offset-top is when header converts to small variant and data-stuck when it becomes visible. Values in px represent position of scroll from top. Make sure there is at least 100px between those two values for smooth animation-->
<!--Search Form-->
<form class="search-form closed" method="get" role="form" autocomplete="off">
<div class="container">
<div class="close-search"><i class="icon-delete"></i></div>
<div class="form-group">
<label class="sr-only" for="search-hd">Search for product</label>
<input type="text" class="form-control" name="search-hd" id="search-hd" placeholder="Search for product">
<button type="submit"><i class="icon-magnifier"></i></button>
</div>
</div>
</form>
<!--Mobile Menu Toggle-->
<div class="menu-toggle"><i class="fa fa-list"></i></div>
<div class="container">
<a class="logo" href="http://the8guild.com/themes/html/limo/v1.4/index.html"><img src="./contacts_files/logo-default.png" alt="Limo"></a>
</div>
<!--Main Menu-->
<nav class="menu">
<div class="container">
<ul class="main">
<li class="has-submenu"><a href="http://the8guild.com/themes/html/limo/v1.4/index.html"><span>H</span>ome<i class="fa fa-chevron-down"></i></a><!--Class "has-submenu" for proper highlighting and dropdown-->
<ul class="submenu">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/index.html">Home - Slideshow</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/home-fullscreen.html">Home - Fullscreen Slider</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/home-showcase.html">Home - Product Showcase</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/home-categories.html">Home - Categories Slider</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/home-offers.html">Home - Special Offers</a></li>
</ul>
</li>
<li class="has-submenu"><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html"><span>S</span>hop<i class="fa fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html">Shop - Filters Left 3 Cols</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-2cols.html">Shop - Filters Left 2 Cols</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-right-3cols.html">Shop - Filters Right 3 Cols</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-right-2cols.html">Shop - Filters Right 2 Cols</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-no-filters-4cols.html">Shop - No Filters 4 Cols</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-no-filters-3cols.html">Shop - No Filters 3 Cols</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-single-item-v1.html">Shop - Single Item Vers 1</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-single-item-v2.html">Shop - Single Item Vers 2</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shopping-cart.html">Shopping Cart</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/checkout.html">Checkout Page</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/wishlist.html">Wishlist</a></li>
</ul>
</li>
<li class="has-submenu"><a href="http://the8guild.com/themes/html/limo/v1.4/blog-sidebar-right.html"><span>B</span>log<i class="fa fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/blog-sidebar-left.html">Blog - Sidebar Left</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/blog-sidebar-right.html">Blog - Sidebar Right</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/blog-single.html">Blog - Single Post</a></li>
</ul>
</li>
<li class="has-submenu"><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><span>P</span>ages<i class="fa fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/register.html">Login / Registration</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/about.html">About Us</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html">Contacts</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/coming-soon.html">Coming Soon</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/404.html">404 Page</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/support.html">Support Page</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/delivery.html">Delivery</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/history.html">History Page</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/tracking.html">Tracking Page</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/cs-page.html">Components & Styles</a></li>
</ul>
</li>
<li class="hide-sm"><a href="http://the8guild.com/themes/html/limo/v1.4/support.html"><span>S</span>upport</a></li>
</ul>
</div>
<div class="catalog-block">
<div class="container">
<ul class="catalog">
<li class="has-submenu"><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html">Handbag<i class="fa fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Wristlet</a></li>
<li class="has-submenu"><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Backpack</a><!--Class "has-submenu" for adding carret and dropdown-->
<ul class="sub-submenu">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">KATA</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Think Tank</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Manfrotto</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Lowepro</a></li>
</ul>
</li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Hat box</a></li>
<li class="has-submenu"><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Clutch</a>
<ul class="sub-submenu">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Louis Vuitton</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Chanel</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Christian Dior</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Gucci</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Neri Karra</a></li>
</ul>
</li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Envelope</a></li>
<li class="offer">
<div class="col-1">
<p class="p-style2">Use product images on the menu. It's easier to percept a visual content than a textual one. </p>
</div>
<div class="col-2">
<img src="./contacts_files/menu-drodown-offer.jpg" alt="Special Offer">
<a class="btn btn-black" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><span>584$</span>Special offer</a>
</div>
</li>
</ul>
</li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html">Wallet</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html">Satchel</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html">Clutch</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html">Hobo bags</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/shop-filters-left-3cols.html">Shoulder Bag</a></li>
</ul>
</div>
</div>
</nav>
<div class="toolbar-container">
<div class="container">
<!--Toolbar-->
<div class="toolbar group">
<a class="login-btn btn-outlined-invert" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" data-toggle="modal" data-target="#loginModal"><i class="icon-profile"></i> <span><b>L</b>ogin</span></a>
<a class="btn-outlined-invert" href="http://the8guild.com/themes/html/limo/v1.4/wishlist.html"><i class="icon-heart"></i> <span><b>W</b>ishlist</span></a>
<div class="cart-btn">
<a class="btn btn-outlined-invert" href="http://the8guild.com/themes/html/limo/v1.4/shopping-cart.html"><i class="icon-shopping-cart-content"></i><span>3</span><b>36 5654</b></a>
<!--Cart Dropdown-->
<div class="cart-dropdown">
<span></span><!--Small rectangle to overlap Cart button-->
<div class="body">
<table>
<tbody><tr>
<th>Items</th>
<th>Quantity</th>
<th>Price</th>
</tr>
<tr class="item">
<td><div class="delete"></div><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Good Joo-Joo Surfb</a></td>
<td><input type="text" value="1"></td>
<td class="price">89 005 $</td>
</tr>
<tr class="item">
<td><div class="delete"></div><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Good Joo-Joo Item</a></td>
<td><input type="text" value="2"></td>
<td class="price">4 300 $</td>
</tr>
<tr class="item">
<td><div class="delete"></div><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">Good Joo-Joo</a></td>
<td><input type="text" value="5"></td>
<td class="price">84 $</td>
</tr>
</tbody></table>
</div>
<div class="footer group">
<div class="buttons">
<a class="btn btn-outlined-invert" href="http://the8guild.com/themes/html/limo/v1.4/checkout.html"><i class="icon-download"></i>Checkout</a>
<a class="btn btn-outlined-invert" href="http://the8guild.com/themes/html/limo/v1.4/shopping-cart.html"><i class="icon-shopping-cart-content"></i>To cart</a>
</div>
<div class="total">93 389 $</div>
</div>
</div><!--Cart Dropdown Close-->
</div>
<button class="search-btn btn-outlined-invert"><i class="icon-magnifier"></i></button>
</div><!--Toolbar Close-->
</div>
</div>
</header><!--Header Close-->
<!--Page Content-->
<div class="page-content">
<!--Breadcrumbs-->
<ol class="breadcrumb">
<li><a href="http://the8guild.com/themes/html/limo/v1.4/index.html">Home</a></li>
<li>Contacts</li>
</ol><!--Breadcrumbs Close-->
<div class="container"><h2>Contacts</h2></div>
<!--Google Map-->
<section class="map container">
<iframe src="./contacts_files/embed.html" width="800" height="400" style="border:0"></iframe>
</section><!--Google Map Close-->
<!--Contacts-->
<section class="container">
<div class="row">
<!--Contact Info-->
<div class="col-lg-5 col-lg-offset-1 col-md-5 col-sm-5">
<h3>Contact info</h3>
<div class="cont-info-widget">
<ul>
<li><i class="fa fa-building"></i>4120 Lenox Avenue, New York,<br>10035 76 Saint Nicholas Avenue</li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><i class="fa fa-envelope"></i>mail@Limo.com</a></li>
<li><a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><i class="fa fa-support"></i>support@Limo.com</a></li>
<li><i class="fa fa-phone"></i>+48 543765234</li>
<li><i class="fa fa-mobile"></i>+48 555 234 54 34</li>
</ul>
</div>
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<h3>Drop us a line</h3>
<form class="contact-form" method="post" novalidate="novalidate">
<div class="form-group">
<label class="sr-only" for="cf-name">Name</label>
<input type="text" class="form-control" name="cf-name" id="cf-name" placeholder="Enter your name" required="">
</div>
<div class="form-group">
<label class="sr-only" for="cf-email">Email</label>
<input type="email" class="form-control" name="cf-email" id="cf-email" placeholder="Enter email" required="">
</div>
<div class="form-group">
<label class="sr-only" for="cf-message">Message</label>
<textarea class="form-control" name="cf-message" id="cf-message" rows="5" placeholder="Your message" required=""></textarea>
</div>
<input class="btn btn-primary" type="submit" value="Send message">
</form>
</div>
</div>
</section><!--Contacts Close-->
<!--Brands Carousel Widget-->
<section class="brand-carousel">
<div class="container">
<h2>Brands in our shop</h2>
<div class="inner owl-carousel" style="opacity: 1; display: block;">
<div class="owl-wrapper-outer"><div class="owl-wrapper" style="width: 2646px; left: 0px; display: block;"><div class="owl-item" style="width: 189px;"><a class="item" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><img src="./contacts_files/1.png" alt="1"></a></div><div class="owl-item" style="width: 189px;"><a class="item" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><img src="./contacts_files/2.png" alt="1"></a></div><div class="owl-item" style="width: 189px;"><a class="item" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><img src="./contacts_files/3.png" alt="1"></a></div><div class="owl-item" style="width: 189px;"><a class="item" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><img src="./contacts_files/4.png" alt="1"></a></div><div class="owl-item" style="width: 189px;"><a class="item" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><img src="./contacts_files/1.png" alt="1"></a></div><div class="owl-item" style="width: 189px;"><a class="item" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><img src="./contacts_files/5.png" alt="1"></a></div><div class="owl-item" style="width: 189px;"><a class="item" href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#"><img src="./contacts_files/6.png" alt="1"></a></div></div></div>
<div class="owl-controls clickable"><div class="owl-pagination"><div class="owl-page active"><span class=""></span></div><div class="owl-page"><span class=""></span></div></div><div class="owl-buttons"><div class="owl-prev"></div><div class="owl-next"></div></div></div></div>
</div>
</section><!--Brands Carousel Close-->
</div><!--Page Content Close-->
<!--Sticky Buttons-->
<div class="sticky-btns">
<form class="quick-contact ajax-form" method="post" name="quick-contact" novalidate="novalidate">
<h3>Contact us</h3>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.</p>
<div class="form-group">
<label for="qc-name">Full name</label>
<input class="form-control input-sm" type="text" name="name" id="qc-name" placeholder="Enter full name">
</div>
<div class="form-group">
<label for="qc-email">Email</label>
<input class="form-control input-sm" type="email" name="email" id="qc-email" placeholder="Enter email">
</div>
<div class="form-group">
<label for="qc-message">Your message</label>
<textarea class="form-control input-sm" name="message" id="qc-message" placeholder="Enter your message"></textarea>
</div>
<!-- Validation Response -->
<div class="response-holder"></div>
<!-- Response End -->
<input class="btn btn-black btn-sm btn-block" type="submit" value="Send">
</form>
<span id="qcf-btn"><i class="fa fa-envelope"></i></span>
<span id="scrollTop-btn"><i class="fa fa-chevron-up"></i></span>
</div><!--Sticky Buttons Close-->
<!--Subscription Widget-->
<section class="subscr-widget gray-bg">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-8 col-sm-8">
<h2>Subscribe to our news</h2>
<form class="subscr-form" role="form" autocomplete="off" novalidate="novalidate">
<div class="form-group">
<label class="sr-only" for="subscr-name">Enter name</label>
<input type="text" class="form-control" name="subscr-name" id="subscr-name" placeholder="Enter name" required="">
<button class="subscr-next"><i class="icon-arrow-right"></i></button>
</div>
<div class="form-group fff" style="display: none">
<label class="sr-only" for="subscr-email">Enter email</label>
<input type="email" class="form-control" name="subscr-email" id="subscr-email" placeholder="Enter email" required="">
<button type="submit" id="subscr-submit"><i class="icon-check"></i></button>
</div>
</form>
<p class="p-style2">Please fill the field before continuing</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-lg-offset-1">
<p class="p-style3">Get more followers. In case of high quality newsletters the customers return rate can increase up to 20%! Have you already estimated your possible income? We took that into account and created a decent subscription form. </p>
</div>
</div>
</div>
</section><!--Subscription Widget Close-->
<!--Footer-->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5">
<div class="info">
<a class="logo" href="http://the8guild.com/themes/html/limo/v1.4/index.html"><img src="./contacts_files/logo-footer.png" alt="Limo"></a>
<p>Describe the mission of your online store and the advantages a customer can get once he makes a purchase. If you have something to tell let customers know about it.</p>
<div class="social">
<a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" target="_blank"><i class="fa fa-youtube-square"></i></a>
<a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" target="_blank"><i class="fa fa-tumblr-square"></i></a>
<a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" target="_blank"><i class="fa fa-vimeo-square"></i></a>
<a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" target="_blank"><i class="fa fa-pinterest-square"></i></a>
<a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#" target="_blank"><i class="fa fa-facebook-square"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<h2>Latest news</h2>
<ul class="list-unstyled">
<li>25 of May <a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">new arrivals in Spring</a></li>
<li>24 of April <a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">5 facts about clutches</a></li>
<li>25 of May <a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">new arrivals in Spring</a></li>
<li>24 of April <a href="http://the8guild.com/themes/html/limo/v1.4/contacts.html#">5 facts about clutches</a></li>
</ul>
</div>
<div class="contacts col-lg-3 col-md-3 col-sm-3">
<h2>Contacts</h2>
<p class="p-style3">
4120 Lenox Avenue, New York, NY,<br>
10035 76 Saint Nicholas Avenue<br>
<a href="mailto:mail@Limo.com">mail@Limo.com</a><br>
+48 543765234<br>
+48 555 234 54 34<br>
</p>
</div>
</div>
<div class="copyright">
<div class="row">
<div class="col-lg-7 col-md-7 col-sm-7">
<p>© 2014 Limo. All Rights Reserved. Designed by <a href="http://8guild.com/" target="_blank">8Guild</a></p>
</div>
<div class="col-lg-5 col-md-5 col-sm-5">
<div class="payment">
<img src="./contacts_files/visa.png" alt="Visa">
<img src="./contacts_files/paypal.png" alt="PayPal">
<img src="./contacts_files/master.png" alt="Master Card">
<img src="./contacts_files/discover.png" alt="Discover">
<img src="./contacts_files/amazon.png" alt="Amazon">
</div>
</div>
</div>
</div>
</div>
</footer><!--Footer Close-->
<!--Javascript (jQuery) Libraries and Plugins-->
<script src="./contacts_files/jquery-1.11.1.min.js"></script>
<script src="./contacts_files/jquery-ui-1.10.4.custom.min.js"></script>
<script src="./contacts_files/jquery.easing.min.js"></script>
<script src="./contacts_files/bootstrap.min.js"></script>
<script src="./contacts_files/smoothscroll.js"></script>
<script src="./contacts_files/jquery.validate.min.js"></script>
<script src="./contacts_files/icheck.min.js"></script>
<script src="./contacts_files/jquery.placeholder.js"></script>
<script src="./contacts_files/jquery.stellar.min.js"></script>
<script src="./contacts_files/jquery.touchSwipe.min.js"></script>
<script src="./contacts_files/jquery.shuffle.min.js"></script>
<script src="./contacts_files/lightGallery.min.js"></script>
<script src="./contacts_files/owl.carousel.min.js"></script>
<script src="./contacts_files/masterslider.min.js"></script>
<script src="./contacts_files/mailer.js"></script>
<script src="./contacts_files/jquery.nouislider.min.js"></script>
<script src="./contacts_files/scripts.js"></script>
<script src="./contacts_files/color-switcher.js"></script>
<!--Google Remarketing Tag (Placed before </body>)-->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 966923546;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="./contacts_files/conversion.js">
</script><iframe name="google_conversion_frame" title="Google conversion frame" width="300" height="13" src="./contacts_files/saved_resource.html" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"><img height="1" width="1" border="0" alt="" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/966923546/?frame=0&random=1455144635309&cv=8&fst=1455144635309&num=1&fmt=1&guid=ON&u_h=900&u_w=1440&u_ah=876&u_aw=1440&u_cd=24&u_his=3&u_tz=-360&u_java=false&u_nplug=5&u_nmime=7&frm=0&url=http%3A//the8guild.com/themes/html/limo/v1.4/contacts.html&tiba=Limo%20-%20HTML5%20E-Commerce%20Template" /></iframe>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/966923546/?value=0&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
</body><!--Body Close--></html>