<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Magic Academy</title>
		<link>http://traysshops.com/</link>
		<description>Блог</description>
		<lastBuildDate>Mon, 25 Apr 2016 19:18:16 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://trays.ucoz.net/blog/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Hotel Sole Al Pantheon</title>
			<description>Остановитесь в самом центре</description>
			<content:encoded>&lt;style&gt;
#myImg {
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
}

/* Caption of Modal Image */
#caption {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
 text-align: center;
 color: #ccc;
 padding: 10px 0;
 height: 150px;
}

/* Add Animation */
.modal-content, #caption { 
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
 from {-webkit-transform:scale(0)} 
 to {-webkit-transform:scale(1)}
}

@keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

/* The Close Button */
.close {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #f1f1f1;
 font-size: 40px;
 font-weight: bold;
 transition: 0.3s;
}

.close:hover,
.close:focus {
 color: #bbb;
 text-decoration: none;
 cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 .modal-content {
 width: 100%;
 }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Hotel Sole Al Pantheon&lt;/h2&gt;
&lt;p&gt;Отель Sole расположен на площади Пьяцца-делла-Ротонда в Риме, напротив Пантеона, в 5 минутах ходьбы от площади Пьяцца Навона. К услугам гостей классические номера и обильный завтрак «шведский стол».&lt;/p&gt;

&lt;img id=&quot;myImg&quot; src=&quot;http://r-ec.bstatic.com/images/hotel/840x460/411/41161551.jpg&quot; alt=&quot;Пантеон, 00186 Рим, Италия&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;

&lt;!-- The Modal --&gt;
&lt;div id=&quot;myModal&quot; class=&quot;modal&quot;&gt;
 &lt;span class=&quot;close&quot;&gt;×&lt;/span&gt;
 &lt;img class=&quot;modal-content&quot; id=&quot;img01&quot;&gt;
 &lt;div id=&quot;caption&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
// Get the modal
var modal = document.getElementById(&apos;myModal&apos;);

// Get the image and insert it inside the modal - use its &quot;alt&quot; text as a caption
var img = document.getElementById(&apos;myImg&apos;);
var modalImg = document.getElementById(&quot;img01&quot;);
var captionText = document.getElementById(&quot;caption&quot;);
img.onclick = function(){
 modal.style.display = &quot;block&quot;;
 modalImg.src = this.src;
 modalImg.alt = this.alt;
 captionText.innerHTML = this.alt;
}

// Get the &lt;span&gt; element that closes the modal
var span = document.getElementsByClassName(&quot;close&quot;)[0];

// When the user clicks on &lt;span&gt; (x), close the modal
span.onclick = function() { 
 modal.style.display = &quot;none&quot;;
}
&lt;/script&gt;</content:encoded>
			<link>https://trays.ucoz.net/blog/hotel_sole_al_pantheon/2016-04-26-20</link>
			<dc:creator>admin</dc:creator>
			<guid>https://trays.ucoz.net/blog/hotel_sole_al_pantheon/2016-04-26-20</guid>
			<pubDate>Mon, 25 Apr 2016 19:18:16 GMT</pubDate>
		</item>
		<item>
			<title>Hotel Mascagni</title>
			<description>Идеально подходит для того, чтобы остановиться на несколько дней.</description>
			<content:encoded>&lt;style&gt;
#myImg {
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
}

/* Caption of Modal Image */
#caption {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
 text-align: center;
 color: #ccc;
 padding: 10px 0;
 height: 150px;
}

/* Add Animation */
.modal-content, #caption { 
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
 from {-webkit-transform:scale(0)} 
 to {-webkit-transform:scale(1)}
}

@keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

/* The Close Button */
.close {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #f1f1f1;
 font-size: 40px;
 font-weight: bold;
 transition: 0.3s;
}

.close:hover,
.close:focus {
 color: #bbb;
 text-decoration: none;
 cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 .modal-content {
 width: 100%;
 }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Hotel Mascagni&lt;/h2&gt;
&lt;p&gt;Отель Mascagni оформлен в современном стиле и обставлен роскошной мебелью. Номера украшены произведениями современного искусства, а ванные комнаты отделаны в стиле 1920-х годов.&lt;/p&gt;

&lt;img id=&quot;myImg&quot; src=&quot;http://r-ec.bstatic.com/images/hotel/840x460/253/25366066.jpg&quot; alt=&quot;Via Vittorio Emanuele Orlando 90, Вокзал Термини, 00185 Рим, Италия&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;

&lt;!-- The Modal --&gt;
&lt;div id=&quot;myModal&quot; class=&quot;modal&quot;&gt;
 &lt;span class=&quot;close&quot;&gt;×&lt;/span&gt;
 &lt;img class=&quot;modal-content&quot; id=&quot;img01&quot;&gt;
 &lt;div id=&quot;caption&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
// Get the modal
var modal = document.getElementById(&apos;myModal&apos;);

// Get the image and insert it inside the modal - use its &quot;alt&quot; text as a caption
var img = document.getElementById(&apos;myImg&apos;);
var modalImg = document.getElementById(&quot;img01&quot;);
var captionText = document.getElementById(&quot;caption&quot;);
img.onclick = function(){
 modal.style.display = &quot;block&quot;;
 modalImg.src = this.src;
 modalImg.alt = this.alt;
 captionText.innerHTML = this.alt;
}

// Get the &lt;span&gt; element that closes the modal
var span = document.getElementsByClassName(&quot;close&quot;)[0];

// When the user clicks on &lt;span&gt; (x), close the modal
span.onclick = function() { 
 modal.style.display = &quot;none&quot;;
}
&lt;/script&gt;</content:encoded>
			<link>https://trays.ucoz.net/blog/hotel_mascagni/2016-04-26-18</link>
			<dc:creator>admin</dc:creator>
			<guid>https://trays.ucoz.net/blog/hotel_mascagni/2016-04-26-18</guid>
			<pubDate>Mon, 25 Apr 2016 18:59:53 GMT</pubDate>
		</item>
		<item>
			<title>Starhotels Michelangelo Rome</title>
			<description>&lt;p&gt;&lt;span style=&quot;color: rgb(0, 53, 128); font-family: Helvetica, sans-serif; font-size: small; line-height: 30px; white-space: nowrap; background-color: rgb(242, 244, 246);&quot;&gt;Номера для некурящих&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;style&gt;
#myImg {
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
}

/* Caption of Modal Image */
#caption {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
 text-align: center;
 color: #ccc;
 padding: 10px 0;
 height: 150px;
}

/* Add Animation */
.modal-content, #caption { 
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
 from {-webkit-transform:scale(0)} 
 to {-webkit-transform:scale(1)}
}

@keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

/* The Close Button */
.close {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #f1f1f1;
 font-size: 40px;
 font-weight: bold;
 transition: 0.3s;
}

.close:hover,
.close:focus {
 color: #bbb;
 text-decoration: none;
 cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 .modal-content {
 width: 100%;
 }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Starhotels Michelangelo Rome&lt;/h2&gt;
&lt;p&gt;Отель Starhotels Michelangelo Rome расположен в Риме неподалеку от Ватикана и в 10 минутах ходьбы от площади Святого Петра. К услугам гостей номера с кондиционером, оформленные в классическом стиле. Номера и зоны общественного пользования были полностью отремонтированы в 2013 году.&lt;/p&gt;


&lt;img id=&quot;myImg&quot; src=&quot;http://q-ec.bstatic.com/data/landmark/840x460/180/18091.jpg&quot; alt=&quot;Via Della Stazione Di S. Pietro 14, Ватикан - Прати, 00165 Рим, Италия&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;

&lt;!-- The Modal --&gt;
&lt;div id=&quot;myModal&quot; class=&quot;modal&quot;&gt;
 &lt;span class=&quot;close&quot;&gt;×&lt;/span&gt;
 &lt;img class=&quot;modal-content&quot; id=&quot;img01&quot;&gt;
 &lt;div id=&quot;caption&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
// Get the modal
var modal = document.getElementById(&apos;myModal&apos;);

// Get the image and insert it inside the modal - use its &quot;alt&quot; text as a caption
var img = document.getElementById(&apos;myImg&apos;);
var modalImg = document.getElementById(&quot;img01&quot;);
var captionText = document.getElementById(&quot;caption&quot;);
img.onclick = function(){
 modal.style.display = &quot;block&quot;;
 modalImg.src = this.src;
 modalImg.alt = this.alt;
 captionText.innerHTML = this.alt;
}

// Get the &lt;span&gt; element that closes the modal
var span = document.getElementsByClassName(&quot;close&quot;)[0];

// When the user clicks on &lt;span&gt; (x), close the modal
span.onclick = function() { 
 modal.style.display = &quot;none&quot;;
}
&lt;/script&gt;</content:encoded>
			<link>https://trays.ucoz.net/blog/starhotels_michelangelo_rome/2016-03-26-17</link>
			<dc:creator>admin</dc:creator>
			<guid>https://trays.ucoz.net/blog/starhotels_michelangelo_rome/2016-03-26-17</guid>
			<pubDate>Sat, 26 Mar 2016 10:07:58 GMT</pubDate>
		</item>
		<item>
			<title>Gran Melia Rome</title>
			<description>&lt;p&gt;&lt;span style=&quot;color: rgb(0, 53, 128); font-family: Helvetica, sans-serif; font-size: small; line-height: 30px; white-space: nowrap; background-color: rgb(242, 244, 246);&quot;&gt;Открытый плавательный бассейн&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;style&gt;
#myImg {
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
}

/* Caption of Modal Image */
#caption {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
 text-align: center;
 color: #ccc;
 padding: 10px 0;
 height: 150px;
}

/* Add Animation */
.modal-content, #caption { 
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
 from {-webkit-transform:scale(0)} 
 to {-webkit-transform:scale(1)}
}

@keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

/* The Close Button */
.close {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #f1f1f1;
 font-size: 40px;
 font-weight: bold;
 transition: 0.3s;
}

.close:hover,
.close:focus {
 color: #bbb;
 text-decoration: none;
 cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 .modal-content {
 width: 100%;
 }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Gran Melia Rome&lt;/h2&gt;
&lt;p&gt;Элегантный 5-звездочный отель Gran Melia с дизайнерскими номерами с видом на Ватикан, замок Святого Ангела или сад отеля расположен в центре Рима. К услугам гостей спа-салон My Blend by Clarins на территории с гидромассажным и открытым бассейнами.&lt;/p&gt;


&lt;img id=&quot;myImg&quot; src=&quot;http://r-ec.bstatic.com/images/hotel/840x460/224/22446929.jpg&quot; alt=&quot;Via Del Gianicolo 3, Трастевере, 00165 Рим, Италия&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;

&lt;!-- The Modal --&gt;
&lt;div id=&quot;myModal&quot; class=&quot;modal&quot;&gt;
 &lt;span class=&quot;close&quot;&gt;×&lt;/span&gt;
 &lt;img class=&quot;modal-content&quot; id=&quot;img01&quot;&gt;
 &lt;div id=&quot;caption&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
// Get the modal
var modal = document.getElementById(&apos;myModal&apos;);

// Get the image and insert it inside the modal - use its &quot;alt&quot; text as a caption
var img = document.getElementById(&apos;myImg&apos;);
var modalImg = document.getElementById(&quot;img01&quot;);
var captionText = document.getElementById(&quot;caption&quot;);
img.onclick = function(){
 modal.style.display = &quot;block&quot;;
 modalImg.src = this.src;
 modalImg.alt = this.alt;
 captionText.innerHTML = this.alt;
}

// Get the &lt;span&gt; element that closes the modal
var span = document.getElementsByClassName(&quot;close&quot;)[0];

// When the user clicks on &lt;span&gt; (x), close the modal
span.onclick = function() { 
 modal.style.display = &quot;none&quot;;
}
&lt;/script&gt;</content:encoded>
			<link>https://trays.ucoz.net/blog/gran_melia_rome/2016-03-26-16</link>
			<dc:creator>admin</dc:creator>
			<guid>https://trays.ucoz.net/blog/gran_melia_rome/2016-03-26-16</guid>
			<pubDate>Sat, 26 Mar 2016 09:58:48 GMT</pubDate>
		</item>
		<item>
			<title>Hotel Mozart</title>
			<description>&lt;p&gt;&lt;span style=&quot;color: rgb(0, 53, 128); font-family: Helvetica, sans-serif; font-size: 13px; line-height: 15.6px; background-color: rgb(242, 244, 248);&quot;&gt;Идеальный район для шопинга!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;style&gt;
#myImg {
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
}

/* Caption of Modal Image */
#caption {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
 text-align: center;
 color: #ccc;
 padding: 10px 0;
 height: 150px;
}

/* Add Animation */
.modal-content, #caption { 
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
 from {-webkit-transform:scale(0)} 
 to {-webkit-transform:scale(1)}
}

@keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

/* The Close Button */
.close {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #f1f1f1;
 font-size: 40px;
 font-weight: bold;
 transition: 0.3s;
}

.close:hover,
.close:focus {
 color: #bbb;
 text-decoration: none;
 cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 .modal-content {
 width: 100%;
 }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Hotel Mozart&lt;/h2&gt;
&lt;p&gt;Четырехзвездочный отель Mozart расположен в центре Рима, всего в нескольких шагах от главной торговой улицы Виа-дель-Корсо. К услугам гостей элегантные номера, бесплатный Wi-Fi, ресторан, а также сад на крыше, откуда открывается вид на крыши домов Рима.&lt;/p&gt;


&lt;img id=&quot;myImg&quot; src=&quot;http://r-ec.bstatic.com/images/hotel/840x460/600/60076590.jpg&quot; alt=&quot;Via Dei Greci 23, Спанья, 00187 Рим, Италия&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;

&lt;!-- The Modal --&gt;
&lt;div id=&quot;myModal&quot; class=&quot;modal&quot;&gt;
 &lt;span class=&quot;close&quot;&gt;×&lt;/span&gt;
 &lt;img class=&quot;modal-content&quot; id=&quot;img01&quot;&gt;
 &lt;div id=&quot;caption&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
// Get the modal
var modal = document.getElementById(&apos;myModal&apos;);

// Get the image and insert it inside the modal - use its &quot;alt&quot; text as a caption
var img = document.getElementById(&apos;myImg&apos;);
var modalImg = document.getElementById(&quot;img01&quot;);
var captionText = document.getElementById(&quot;caption&quot;);
img.onclick = function(){
 modal.style.display = &quot;block&quot;;
 modalImg.src = this.src;
 modalImg.alt = this.alt;
 captionText.innerHTML = this.alt;
}

// Get the &lt;span&gt; element that closes the modal
var span = document.getElementsByClassName(&quot;close&quot;)[0];

// When the user clicks on &lt;span&gt; (x), close the modal
span.onclick = function() { 
 modal.style.display = &quot;none&quot;;
}
&lt;/script&gt;</content:encoded>
			<link>https://trays.ucoz.net/blog/hotel_mozart/2016-03-26-14</link>
			<dc:creator>admin</dc:creator>
			<guid>https://trays.ucoz.net/blog/hotel_mozart/2016-03-26-14</guid>
			<pubDate>Sat, 26 Mar 2016 09:47:00 GMT</pubDate>
		</item>
		<item>
			<title>Welcome in Rome</title>
			<description>Добро пожаловать в Рим</description>
			<content:encoded>&lt;style&gt;
#myImg {
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
}

/* Caption of Modal Image */
#caption {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
 text-align: center;
 color: #ccc;
 padding: 10px 0;
 height: 150px;
}

/* Add Animation */
.modal-content, #caption { 
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
 from {-webkit-transform:scale(0)} 
 to {-webkit-transform:scale(1)}
}

@keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

/* The Close Button */
.close {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #f1f1f1;
 font-size: 40px;
 font-weight: bold;
 transition: 0.3s;
}

.close:hover,
.close:focus {
 color: #bbb;
 text-decoration: none;
 cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 .modal-content {
 width: 100%;
 }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Welcome in Rome&lt;/h2&gt;
&lt;p&gt;Прогулка от комплекса Welcome in Rome до фонтана Треви займет 5 минут, а до монумента Алтарь Отечества — 15 минут. Площадь Навона находится в 1 км от комплекса.&lt;/p&gt;

&lt;img id=&quot;myImg&quot; src=&quot;http://q-ec.bstatic.com/images/hotel/840x460/512/51243761.jpg&quot; alt=&quot;Спанья, Рим, Италия &quot; width=&quot;300&quot; height=&quot;200&quot;&gt;

&lt;!-- The Modal --&gt;
&lt;div id=&quot;myModal&quot; class=&quot;modal&quot;&gt;
 &lt;span class=&quot;close&quot;&gt;×&lt;/span&gt;
 &lt;img class=&quot;modal-content&quot; id=&quot;img01&quot;&gt;
 &lt;div id=&quot;caption&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
// Get the modal
var modal = document.getElementById(&apos;myModal&apos;);

// Get the image and insert it inside the modal - use its &quot;alt&quot; text as a caption
var img = document.getElementById(&apos;myImg&apos;);
var modalImg = document.getElementById(&quot;img01&quot;);
var captionText = document.getElementById(&quot;caption&quot;);
img.onclick = function(){
 modal.style.display = &quot;block&quot;;
 modalImg.src = this.src;
 modalImg.alt = this.alt;
 captionText.innerHTML = this.alt;
}

// Get the &lt;span&gt; element that closes the modal
var span = document.getElementsByClassName(&quot;close&quot;)[0];

// When the user clicks on &lt;span&gt; (x), close the modal
span.onclick = function() { 
 modal.style.display = &quot;none&quot;;
}
&lt;/script&gt;</content:encoded>
			<link>https://trays.ucoz.net/blog/welcome_in_rome/2016-03-10-12</link>
			<dc:creator>admin</dc:creator>
			<guid>https://trays.ucoz.net/blog/welcome_in_rome/2016-03-10-12</guid>
			<pubDate>Thu, 10 Mar 2016 14:48:34 GMT</pubDate>
		</item>
		<item>
			<title>House Ripetta Roma in Bici</title>
			<description></description>
			<content:encoded>&lt;style type=&quot;text/css&quot;&gt;#myImg {
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
}

/* Caption of Modal Image */
#caption {
 margin: auto;
 display: block;
 width: 80%;
 max-width: 700px;
 text-align: center;
 color: #ccc;
 padding: 10px 0;
 height: 150px;
}

/* Add Animation */
.modal-content, #caption { 
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

@keyframes zoom {
 from {transform:scale(0)} 
 to {transform:scale(1)}
}

/* The Close Button */
.close {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #f1f1f1;
 font-size: 40px;
 font-weight: bold;
 transition: 0.3s;
}

.close:hover,
.close:focus {
 color: #bbb;
 text-decoration: none;
 cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 .modal-content {
 width: 100%;
 }
}
&lt;/style&gt;
&lt;h2&gt;House Ripetta Roma in Bici&lt;/h2&gt;

&lt;p&gt;Via di Repett 39.&lt;/p&gt;

&lt;p&gt;Эти апартаменты с видом на внутренний двор располагают спальней с двуспальной кроватью и гостиной зоной с диваном-кроватью, мини-кухней и телевизором с плоским экраном. В ванной комнате есть стиральная машина.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Спанья, Рим, Италия&quot; height=&quot;200&quot; id=&quot;myImg&quot; src=&quot;http://q-ec.bstatic.com/images/hotel/840x560/291/29160918.jpg&quot; width=&quot;300&quot; /&gt; &lt;!-- The Modal --&gt;&lt;/p&gt;

&lt;div class=&quot;modal&quot; id=&quot;myModal&quot;&gt;&lt;span class=&quot;close&quot;&gt;&amp;times;&lt;/span&gt; &lt;img class=&quot;modal-content&quot; id=&quot;img01&quot; /&gt;
&lt;div id=&quot;caption&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
// Get the modal
var modal = document.getElementById(&apos;myModal&apos;);

// Get the image and insert it inside the modal - use its &quot;alt&quot; text as a caption
var img = document.getElementById(&apos;myImg&apos;);
var modalImg = document.getElementById(&quot;img01&quot;);
var captionText = document.getElementById(&quot;caption&quot;);
img.onclick = function(){
 modal.style.display = &quot;block&quot;;
 modalImg.src = this.src;
 modalImg.alt = this.alt;
 captionText.innerHTML = this.alt;
}

// Get the &lt;span&gt; element that closes the modal
var span = document.getElementsByClassName(&quot;close&quot;)[0];

// When the user clicks on &lt;span&gt; (x), close the modal
span.onclick = function() { 
 modal.style.display = &quot;none&quot;;
}
&lt;/script&gt;</content:encoded>
			<link>https://trays.ucoz.net/blog/z/2016-02-12-7</link>
			<dc:creator>admin</dc:creator>
			<guid>https://trays.ucoz.net/blog/z/2016-02-12-7</guid>
			<pubDate>Fri, 12 Feb 2016 10:18:37 GMT</pubDate>
		</item>
	</channel>
</rss>