Your IP : 216.73.217.87
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style/style.css" >
<link rel="stylesheet" type="text/css" href="style/menubar.css">
<script s type="text/javascript" src="image_slide.js"></script>
<title>Troyan</title>
</head>
<body>
<ul>
<ul>
<li><a href="indexen.html">Home</a></li>
<li><a href="videosen.html">History</a></li>
<li><a href="contactsen.html">Landmarks</a></li>
<li><a href="zanaqtien.html">History of the crafts</a></li>
<li><a class="active" href="">Celebrations</a></li>
<li><a href="iven.html">Famous people</a></li>
<li style="float:right"><a href="abouten.html">Contacts</a></li>
<li><a href="konen.html">Map</a></li>
</ul>
</ul>
<h2>14 October </h2>
A holiday of Troyan is 14 October - the day of St. Petka - Paraskeva, the holly patron of the town.
<h2>15 August</h2>
It is a church feast of the Troyan monastery `Uspenie Snt Bogorodica` - there is a procession with the wondermaking icon `Snt Bogorodica Troeruchica`. There is a fair in Oreshak village near to the troyan monastery (it lasts about for a week). Every year the Bulgarian patriarch came in the Troyan monastery to serve the divine services.
<h2>The last week of June</h2>
Held a celebration of herbs and mountain tourism in Troyan Pass Aidushko gathering.
<h2>The beginnig of August </h2>
A feast of the raspberry in Shipkovo village. There are competitions with children and adults on the mineral swimming pool with many prices and authentic folklore.
<h2>The last Saturday of September</h2>
It is the feast of the plump. and the Troyan plump rakia. There is making of rakia on the centre of Troyan and tasting of it from the cauldron. There is a concert, a lot of fun and a competition for the best home-made rakia.
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 4</div>
<img src="images/pd.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 4</div>
<img src="images/bil.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 4</div>
<img src="images/b.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 4</div>
<img src="images/ts.jpg" style="width:100%">
<div class="text"></div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
</div>
<script>
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex> slides.length) {slideIndex = 1}
slides[slideIndex-1].style.display = "block";
setTimeout(showSlides, 5000);
}
</script>
</body>
</html>