-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvillage.html
588 lines (528 loc) · 32.4 KB
/
village.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
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/logo02.png">
<title>Village Lifestyle</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<meta name="keywords"
content="Beach resort albania , spa resort , resort and spa , family beach vacatoin , albania hotels , five star hotels , luxury , luxury resort spa , albania hotels , investment , albania investment , international , estate albania , luxury , luxury homes , luxury estates , albania travel , albania holidays , albania turism , visit albania , saranda , saranda albania , albania travel , property development , investmens , investmens opportunities">
<meta name="description"
content="Kep merli resort and residence offers superb holidays in family hotel and five star hotel , as well as it's luxury residential collection">
</head>
<body>
<div class="wrapper">
<a id='downClick'><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" x="0px" y="0px" viewBox="0 0 100 125" enable-background="new 0 0 100 100"
xml:space="preserve" fill="#FFF">
<path fill="none"
d="M50,96.041c25.387,0,46.041-20.654,46.041-46.041S75.387,3.959,50,3.959C24.613,3.959,3.959,24.613,3.959,50 S24.613,96.041,50,96.041z M31.675,40.491c0.383-0.383,1.002-0.383,1.385,0L50,57.431l16.94-16.939c0.382-0.383,1.002-0.383,1.385,0 s0.383,1.002,0,1.385L50.692,59.509C50.501,59.7,50.25,59.796,50,59.796s-0.501-0.096-0.692-0.287L31.675,41.876 C31.292,41.493,31.292,40.874,31.675,40.491z" />
<path
d="M49.308,59.509C49.499,59.7,49.75,59.796,50,59.796s0.501-0.096,0.692-0.287l17.633-17.633c0.383-0.383,0.383-1.002,0-1.385 s-1.003-0.383-1.385,0L50,57.431L33.06,40.491c-0.383-0.383-1.002-0.383-1.385,0s-0.383,1.002,0,1.385L49.308,59.509z" />
<path
d="M50,98c26.467,0,48-21.533,48-48S76.467,2,50,2C23.533,2,2,23.533,2,50S23.533,98,50,98z M50,3.959 c25.387,0,46.041,20.654,46.041,46.041S75.387,96.041,50,96.041C24.613,96.041,3.959,75.387,3.959,50S24.613,3.959,50,3.959z" />
<text x="0" y="115" fill="#000000" font-size="5px" font-weight="bold"
font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif"></text><text x="0"
y="120" fill="#000000" font-size="5px" font-weight="bold"
font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif"></text></svg></a>
<div class="header">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!--
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner" role="listbox">
<div class="item active header-content-image" style="background-image: url('images/village.jpg');">
<div class="carousel-caption village-banner">
<div class="col-lg-7 wow slideInUp fade-on-scroll" data-wow-duration="1500ms">
<h3>Village <strong>Lifestyle</strong></h3>
</div>
</div>
</div>
<!-- <div class="item">
<img src="images/village_01.jpg" alt="" class="img-responsive header-effect">
<div class="carousel-caption village-banner">
<div class="col-lg-7 wow slideInUp fade-on-scroll" data-wow-duration="1500ms"><h3>Village <strong>Lifestyle</strong></h3></div>
</div>
</div>
<div class="item">
<img src="images/village_01.jpg" alt="" class="img-responsive header-effect">
<div class="carousel-caption village-banner">
<div class="col-lg-7 wow slideInUp fade-on-scroll " data-wow-duration="1500ms"><h3>Village <strong>Lifestyle</strong></h3></div>
</div>
</div>
-->
</div>
</div>
<header class="fixed-header village-nav">
<div class="header-top">
<div class="container-fluid">
<nav class="navbar navbar-default wow fadeIn">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index"><img src="images/logo.png" alt=""></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav nav-top">
<li><a href="residence.html">Residence</a></li>
<li><a href="marine.html">Marina</a></li>
<li class="dropdown DropdownMobiles"><a href="village.html"
class="active dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" role="button" aria-expanded="false">Village</a>
<ul class="dropdown-menu showInMobileOnly page-scroll-nav sidebar"
role="menu">
<li><a href="#shops-services">Shops & Services</a></li>
<li><a href="#restaurants">restaurants</a></li>
<li><a href="#sports">sports</a></li>
<li><a href="#events">events</a></li>
</ul>
</li>
<li><a href="hotels.html">Hotels</a></li>
<li><a href="destinations.html">ALbania</a></li>
<li><a href="about.html">About</a></li>
</ul>
<ul
class="nav navbar-nav nav-bottom page-scroll-nav sidebar nav-village hideInMobileMenu">
<li><a href="#shops-services">Shops & Services</a></li>
<li><a href="#restaurants">restaurants</a></li>
<li><a href="#sports">sports</a></li>
<li><a href="#events">events</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="clearfix"></div>
<!--clearfix-->
</div>
<!--container-->
</div>
</header>
</div>
<!--header-->
<div class="clearfix"></div>
<!--clearfix-->
<div class="main-body">
<div class="shops-services" id="shops-services">
<div class="col-lg-12 shop-fashion">
<div class="col-lg-6 fashion-img wow fadeIn" data-wow-duration="1500ms">
<img src="images/coolcloth.jpg" alt="" class="img-responsive">
</div>
<!--col-lg-6-->
<div class="col-lg-6 fashion-content wow fadeIn" data-wow-duration="1500ms">
<h3>SHOPS & SERVICES</h3>
<h4></h4>
<div class="small-bar"></div>
<!--small-bar-->
<div class="clearfix"></div>
<p>Kep Merli village will provide all the amenities necessary for permanent residency. The
complementary services within the village include a pharmacy, a grocery store, a
dry-cleaner, a Spa and Wellness Centre, a florist as well as banking services.</p>
</div>
<!--fashion-content-->
</div>
<!--shop-fashion-->
<div class="clearfix"></div>
<div class="col-lg-12 shop-specialty">
<div class="col-lg-6 specialty-content wow fadeIn" data-wow-duration="1500ms">
<h4>Specialty Shops</h4>
<div class="small-bar"></div>
<!--small-bar-->
<div class="clearfix"></div>
<p>The village will provide a careful selection of luxury stores, allowing shoppers to choose
from an array of international brands. </p>
<div class="clearfix"></div>
<h4></h4>
<!-- <div class="small-bar"></div>
<div class="clearfix"></div>
<p>Here to make your stay as enjoyable as possible, our onsite guest services include a 24hr lifestyle concierge, destination management, watersports, car rental, yacht sale and charter brokers, provisioning, chandlery and 24hr yacht assistance. </p> -->
</div>
<!--fashion-content-->
<div class="col-lg-6 specialty-img wow fadeIn" data-wow-duration="1500ms">
<img src="images/vilagemod.jpg" alt="" class="img-responsive">
</div>
<!--col-lg-6-->
</div>
<!--shop-fashion-->
</div>
<!--shops-services-->
<div class="clearfix"></div>
<!--clearfix-->
<div id="restaurants" class="restaurants-content">
<div class="restaurants-alposto col-lg-12">
<div class="col-lg-6 alposto-content wow fadeIn" data-wow-duration="1500ms">
<h3>RESTAURANTS</h3>
<h4>Refined Cuisine</h4>
<label>Mediterranean</label>
<div class="small-bar"></div>
<div class="clearfix"></div>
<p>Both peninsulas will boast fine dining seaside restaurants and cafes. The combination of
exquisite brasseries, bars and haute-cuisine Mediterranean restaurants will provide a
relaxing atmosphere for everyone.</p>
</div>
<!--col-lg-6 alposto-content-->
<div class="col-lg-6 alposto-img wow fadeIn" data-wow-duration="1500ms">
<img src="images/Cooks_third_section_4.jpg" alt="" class="img-responsive">
</div>
<!--alposto-img-->
</div>
<!--restaurants-alposto-->
<div class="clearfix"></div>
<div class="restaurants-agiusto col-lg-12">
<div class="col-lg-6 agiusto-img wow fadeIn" data-wow-duration="1500ms">
<img src="images/shrimps_third_section.jpg" alt="" class="img-responsive">
</div>
<!--alposto-img-->
<div class="col-lg-6 agiusto-content wow fadeIn" data-wow-duration="1500ms">
<h4>Organic Food</h4>
<label>Daily</label>
<div class="small-bar"></div>
<div class="clearfix"></div>
<p>The availability of Southern Albania’s supply of fresh organic produce will allow Kep Merli
costumers the creation of delicious comfort food recipes in their own homes.</p>
</div>
<!--col-lg-6 alposto-content-->
</div>
<!--restaurants-alposto-->
</div>
<!--restaurants-content-->
<div class="clearfix"></div>
<!--clearfix-->
<div id="sports" class="sports-content">
<div class="sports-diving">
<div class="sports-diving-content">
<div class="col-lg-12">
<div class="sports-diving-img col-lg-6 wow fadeIn" data-wow-duration="1500ms">
<img src="images/Diving_1.jpg" alt="">
<img src="images/diving_2.jpg" alt="">
</div>
<div class="col-lg-6 wow fadeIn sports-diving-detail" data-wow-duration="1500ms">
<h4>SPORTS & DIVING</h4>
<div class="white-bar"></div>
<!--white-bar-->
<div class="clearfix"></div>
<!--clearfix-->
<p>The Kep Merli Sports Club will be open for marina guests and residents, offering a
1.5 hectares golf course, tennis and basketball courts as well as its own diving
centre. The diving centre is designed to educate both beginners and experienced
divers, while allowing them to explore the beauty of history, through Kep Merli’s
underwater museum of second world war battle ships and submarines. In addition, the
green 12 km road system will allow residents to regularly experience the joy of
running and cycling. </p>
</div>
<!--sports-diving-detail-->
</div>
</div>
<!--sports-diving-content-->
</div>
<!--sports-diving-->
</div>
<!--sports-content-->
<div class="clearfix"></div>
<div id="events" class="events-content">
<div class="events-top col-lg-12">
<div class="col-lg-6 events-detail wow fadeIn" data-wow-duration="1500ms">
<h3>EVENTS</h3>
<div class="small-bar"></div>
<div class="clearfix"></div>
<p>Kep Merli will serve both large scale businesses and smaller or VIP groups, allowing all
residents the opportunity to use different venues and enjoy quality events organized by an
international management team.</p>
<!-- p>The Porto Montenegro event team has international experience working on brand-launches, exclusive hospitality events and high-society weddings. Whatever the occasion, contact our Event Manager who will be happy to help create the perfect experience for your group or event at <a href="mailto:events@portomontenegro.com">events@portomontenegro.com</a></p> -->
</div>
<!--col-lg-6 events-detail-->
<div class="col-lg-6 events-detail-img wow fadeIn" data-wow-duration="1500ms">
<img src="images/Parafundit.jpg" alt="" class="img-responsive">
</div>
</div>
<!--events-top-->
<div class="clearfix"></div>
<div class="events-autoss col-lg-12">
<div class="col-lg-6 events-autos-img wow fadeIn" data-wow-duration="1500ms">
<img src="images/Last.jpg" alt="" class="img-responsive">
</div>
<div class="col-lg-6 events-autos wow fadeIn" data-wow-duration="1500ms">
<h4>Kep Merli </h4>
<!-- <label>12 mln ferraries</label> -->
<div class="small-bar"></div>
<div class="clearfix"></div>
<!-- <p>The Kep Merli event team has international experience working on brand-launches, exclusive hospitality events and high-society weddings. Whatever the occasion, contact our Event Manager who will be happy to help create the perfect experience for your group or event at <a href="mailto:events@portomontenegro.com">events@portomontenegro.com</a></p> -->
<ul>
<li>Busines meetings </li>
<li>Product launch </li>
<li>Conferences</li>
<li>Butrinti events </li>
<li>Kep Merli Amphitheatre </li>
</ul>
</div>
<!--col-lg-6 events-detail-->
</div>
<!--events-top-->
</div>
<!--events-content-->
</div>
<!--main-body-->
<div class="clearfix"></div>
<!--clear-->
<footer>
<div class="footer">
<div class="keep-touch">
<button class="contact" data-toggle="modal" data-target="#contactModal">Let's keep in touch</button>
<!--modal-->
<!-- <div class="model-box">
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<img src="images/contact.jpg" class="img-responsive">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!- Modal -->
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog"
aria-labelledby="exampleModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px"
viewBox="0 0 100 125" enable-background="new 0 0 100 100"
xml:space="preserve">
<path fill="#FFF"
d="M51.311,51.315L71.426,31.13c0.361-0.363,0.361-0.951-0.004-1.313c-0.363-0.359-0.951-0.363-1.313,0.004 L50,50L29.891,29.821c-0.363-0.366-0.95-0.363-1.313-0.004c-0.365,0.363-0.365,0.95-0.004,1.313l20.115,20.185L28.574,71.501 c-0.361,0.363-0.361,0.951,0.004,1.313c0.181,0.18,0.417,0.27,0.655,0.27c0.238,0,0.477-0.091,0.658-0.274L50,52.631L70.109,72.81 c0.181,0.183,0.421,0.274,0.658,0.274c0.238,0,0.473-0.091,0.655-0.27c0.365-0.363,0.365-0.95,0.004-1.313L51.311,51.315z" />
</svg>
</button>
<h1 class="modal-title" id="exampleModalLabel">Contact us</h1>
</div>
<div class="modal-body">
<div class="row modal-contact-info">
<div class="col-md-5 contact-info">
<p>We are delighted to offer you comprehensive counsel about Our Real Estate
Collection at Kep Merli Resort and Residences, and we can assist you
with all aspects of the purchase of your Villa in the Albanian Riviera.
</p>
<p>Boiken Developments</br>
Rr Ibrahim Rugova, Green Park Tower II </br>
Tirane Albanian </p>
<p>+355 (0)69 70 75 779</br><a
href="mailto:info@kepmerli.com">info@kepmerli.com</a>
</p>
</div>
<form class="col-md-offset-2 col-md-5">
<div class="row checkbox-hotel">
<li>
<input type="checkbox" name="check_one" id="c1" class="checkbox" />
<label for="c1">Are you interested in an apartment?</label>
</li>
<li>
<input type="checkbox" name="check_two" id="c2" class="checkbox" />
<label for="c2">Project information</label>
</li>
</div>
<div class="row contact-input-form">
<div class="form-group col-md-12">
<label for="recipient-name" class="control-label">Title</label>
<input type="text" name="title" class="form-control"
id="recipient-name" required>
</div>
<div class="form-group col-md-6 space">
<label for="recipient-name" class="control-label">First name</label>
<input type="text" name="first_name" class="form-control"
id="recipient-name" required>
</div>
<div class="form-group col-md-6">
<label for="recipient-name" class="control-label">Surname</label>
<input type="text" name="last_name" class="form-control"
id="recipient-name" required>
</div>
<div class="form-group col-md-6 space">
<label for="recipient-name" class="control-label">Email</label>
<input type="email" name="email" class="form-control"
id="recipient-name" required>
</div>
<div class="form-group col-md-6">
<label for="recipient-name" class="control-label">Telephone</label>
<input type="text" name="phone" class="form-control"
id="recipient-name" required>
</div>
<div class="form-group col-md-12">
<label for="message-text" class="control-label">Message</label>
<textarea class="form-control" name="message" id="message-text"
required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-lg send-message">Send
message</button>
</div>
<span class="compulsory">Please fill in all fields marked as
compulsory</span>
</form>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<!-- <button type="button" class="btn btn-primary">Send message</button> -->
</div>
</div>
</div>
</div>
<!--modalCloses-->
<ul class="wow fadeIn" data-wow-duration="1500ms">
<li><a href="https://www.facebook.com/pages/Kep-Merli/1686954254864909" target="_blank"><img
src="images/icon_fb.png" alt=""></a></li>
<li><a href="https://twitter.com/KepMerli" target="_blank"><img src="images/icon_tw.png"
alt=""></a></li>
<li><a href="https://instagram.com/kepmerli/" target="_blank"><img src="images/icon_insta.png"
alt=""></a></li>
<li><a href="https://www.pinterest.com/kepmerli/" target="_blank"><img src="images/icon_pin.png"
alt=""></a></li>
</ul>
</div>
<!--keep-touch-->
<div class="darkblack"></div>
<!--darkblack-->
</div>
<!--footer-->
</footer>
</div>
<!--wrapper-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
<script src="js/wow.js"></script>
<script src="js/jquery.singlePageNav.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/imagesloaded.js"></script>
<script src="js/classie.js"></script>
<script>
$(document).ready(function () {
$('.img-zoom').hover(function () {
$(this).addClass('transition');
}, function () {
$(this).removeClass('transition');
});
});
$(window).scroll(function () {
if ($(window).scrollTop() >= 650) {
$('.destinations-header').addClass('fixed-destinations-header');
}
else {
$('.destinations-header').removeClass('fixed-destinations-header');
}
});
if (!window.console)
console = {
log: function () {
}
};
$('.page-scroll-nav').singlePageNav({
offset: $('.page-scroll-nav').outerHeight(),
filter: ':not(.external)',
updateHash: false,
beforeStart: function () {
console.log('begin scrolling');
},
onComplete: function () {
console.log('done scrolling');
}
});
wow = new WOW(
{
animateClass: 'animated',
offset: 100,
callback: function (box) {
console.log("WOW: animating <" + box.tagName.toLowerCase() + ">")
}
}
);
wow.init();
</script>
<script>
function init() {
window.addEventListener('scroll', function (e) {
var distanceY = window.pageYOffset || document.documentElement.scrollTop,
shrinkOn = 300,
header = document.querySelector("header");
if (distanceY > shrinkOn) {
classie.add(header, "smaller");
} else {
if (classie.has(header, "smaller")) {
classie.remove(header, "smaller");
}
}
});
}
window.onload = init();
$(document).ready(function () {
//$(".DropdownMobiles")
if ($(window).width() < 768) {
$(".hideInMobileMenu").hide();
$(".DropdownMobiles").show();
}
else {
$(".showInMobileOnly").hide();
}
});
//this is where we apply opacity to the arrow
$(window).scroll(function () {
//get scroll position
var topWindow = $(window).scrollTop();
//multipl by 1.5 so the arrow will become transparent half-way up the page
var topWindow = topWindow * 1.5;
//get height of window
var windowHeight = $(window).height();
//set position as percentage of how far the user has scrolled
var position = topWindow / windowHeight;
//invert the percentage
position = 1 - position;
//define arrow opacity as based on how far up the page the user has scrolled
//no scrolling = 1, half-way up the page = 0
$('.arrow-wrap').css('opacity', position);
});
//Code stolen from css-tricks for smooth scrolling:
$(function () {
$('.arrow-wrap').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
$(document).ready(function () {
$("[rel='tooltip']").tooltip();
$('.hover-caption .thumbnail-hover').hover(
function () {
$(this).find('.caption-hover').slideDown(250); //.fadeIn(250)
},
function () {
$(this).find('.caption-hover').slideUp(250); //.fadeOut(205)
}
);
});
</script>
</body>
</html>