<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="viewport" content="initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<style type="text/css">
    @supports -ko-blockdefs {
      id { widget: id }
      size { label: Size; widget: select; options:
8|9|10|11|12|13|14|15|16|18|20|22|25|28|31; }
      visible { label: Visible?; widget: boolean }
      color { label: Color; widget: color }
      radius {
        label: Corner Radius;
        widget: integer;
        max: 20;
        help: Attention - this property is not supported on all email
clients (i.e. Outlook)
      }
      face { label: Font; widget: select; options: Arial, Helvetica,
sans-serif=Arial|Arial Black, Arial Black, Gadget, sans-serif=Arial
Black|Comic Sans MS, Comic Sans MS5, cursive=Comic Sans|Courier New,
Courier New, monospace=Courier|Georgia, serif=Georgia|Impact,
sans-serif=Impact|Lucida Console, Monaco, monospace=Lucida Console|Lucida
Sans Unicode, Lucida Grande, sans-serif=Lucida Sans Unicode|Times New
Roman, Times, serif=Times New Roman|Verdana, Geneva, sans-serif=Verdana}
      decoration { label: Decoration; widget: select; options:
none=None|underline=Underline }
      linksColor { label: Link Color; extend: color }
      linksDecoration { label: Underlined Links?; extend: decoration }
      buttonColor { label: Button Color; extend: color }
      text { label: Paragraph; widget: text }
      url { label: Link; widget: url }
      src { label: Image; widget: src }
      hrWidth { label: Width; widget: select;
options:10|20|30|40|50|60|70|80|90|100; }
      hrHeight { label: Line height; widget: integer; max: 80; }

      height { label: Height; widget: integer }
      imageHeight { label: Image Height; extend: height; }
      spacerSize { label: Height; widget: integer; max: 90; min: 4; }
      align { label: Alignment; widget: select;
options:left=Left|right=Right|center=Center}
      alt {
        label: Alternative Text;
        widget: text;
        help: Alternative text will be shown on email clients that does not
download image automatically;
      }
      sponsor { label: Sponsor; properties: visible=true src url alt;
category: hidden }
      titleText {label:Title Text;category: hidden;}
      gutterVisible { label: Show Gutter; extend: visible }
      socialIconType { label: Icon Version;widget: select; options:bw=Black
and White|colors=Colors; }

      preheaderLinkOption {
        label: Unsubscribe Link;
        widget: select;
        options:
[profile_link]=Profile|[unsubscribe_link]=Unsubscribe|none=None;
        help: If -None- is selected, preHeader text will be shown;
      }

      hrStyle { label: Separator Style;properties:color hrWidth hrHeight;
}
      hrStyle:preview { height: 200%; width: 200%; bottom: 20px;
-ko-border-bottom: @[hrHeight]px solid @color; }
      preheaderVisible { label: Show Preheader; extend: visible; help:
Preheader block is the first one on the top of the page. It contains web
version link and optionally unsubscribe link or a preheader text that will
be shown as a preview on some email clients; }

      /* content types */
      blocks { label: Blocks; properties: blocks[]; }
      link { label: Link; properties: text url }
      image { label: Image; properties: src url alt }
      backgroundColor { label: Background Color; extend: color }
      buttonLink { label: Button; extend: link }

      /* texts and links */
      textStyle { label: Text; properties: face color size }
      textStyle:preview { -ko-bind-text: @['AaZz']; -ko-font-family: @face;
-ko-color: @color; -ko-font-size: @[size]px; }
      linkStyle { label: Link; properties: face color size decoration=none
}
      linkStyle:preview { -ko-bind-text: @['Link']; -ko-font-size:
@[size]px; -ko-font-family: @face; -ko-color: @color; -ko-text-decoration:
@[decoration] }
      longTextStyle { label: Paragraph; properties: face color size
linksColor   }
      longTextStyle:preview { -ko-bind-text: @['AaZz']; -ko-font-family:
@face; -ko-color: @color; -ko-font-size: @[size]px; }
      bigButtonStyle { label: Big Button; extend: buttonStyle }
      titleTextStyle { label: Title; extend: textStyle }
      /* background */
      externalBackgroundColor { label: External Background; extend: color
}

      externalTextStyle { label: Alternative Text; extend: textStyle }
      externalTextStyle:preview { -ko-bind-text: @['AaZz'];
-ko-font-family: @face; -ko-color: @color; -ko-font-size: @[size]px; }

      bigTitleStyle { label: Title; properties: face color size align}
      bigTitleStyle:preview { -ko-bind-text: @['AaZz']; -ko-font-family:
@face; -ko-color: @color; -ko-font-size: @[size]px; }
      /* buttons */
      buttonStyle color { label: Text Color; extend: color }
      buttonStyle size { label: Text Size; extend: size }
      buttonStyle { label: Button; properties: face color size buttonColor
radius }
      buttonStyle:preview { -ko-bind-text: @['Button']; -ko-font-family:
@face; -ko-color: @color; -ko-font-size: @[size]px; -ko-background-color:
@buttonColor; padding-left: 5px; -ko-border-radius: @[radius]px; }

      /* contents */
      preheaderText {label: PreHeader Text; extend:text; help: This text
will be shown on some email clients as a preview of the email contents;}
      leftImage { label: Left Image; extend: image }
      leftLongText { label: Left Text; extend: text }
      leftButtonLink { label: Left Button; extend: buttonLink }
      middleImage { label: Central Image; extend: image }
      middleLongText { label: Central Text; extend: text }
      middleButtonLink { label: Central Button; extend: buttonLink }
      rightImage { label: Right Image; extend: image }
      rightLongText { label: Right Text; extend: text }
      rightButtonLink { label: Right Button; extend: buttonLink }
      webversionText{ label: Web Link Text; extend: text;}
      unsubscribeText{ label: Unsubscribe Link; extend: text;}

      titleVisible { label: Show Title; extend: visible; }
      buttonVisible { label: Show Button; extend: visible; }
      imageVisible { label: Show Image; extend: visible; }

      contentTheme { label: Main Style; }
      contentTheme:preview { -ko-background-color: @[backgroundColor] }
      frameTheme { label: Frame Style; }
      frameTheme:preview { -ko-background-color: @[backgroundColor] }
      template preheaderText { label: Preheader; }

      template { label: Page; theme: frameTheme ;properties:
preheaderVisible=true; version: 1.0.6; }

      footerBlock { label: Unsubscribe Block; theme: frameTheme }

      socialBlock fbVisible { label: Facebook; }
      socialBlock twVisible { label: Twitter }
      socialBlock ggVisible { label: Google+ }
      socialBlock inVisible { label: LinkedIn }
      socialBlock flVisible { label: Flickr }
      socialBlock viVisible { label: Vimeo }
      socialBlock webVisible { label: Website }
      socialBlock instVisible { label: Instagram }
      socialBlock youVisible { label: YouTube }
      socialBlock fbUrl { label: Facebook Link}
      socialBlock twUrl { label: Twitter Link}
      socialBlock ggUrl { label: Google+ Link}
      socialBlock inUrl { label: LinkedIn Link}
      socialBlock flUrl { label: Flickr Link}
      socialBlock viUrl { label: Vimeo Link}
      socialBlock webUrl { label: Website Link}
      socialBlock instUrl { label: Instagram Link}
      socialBlock youUrl { label: YouTube Link}
      socialBlock {
        label: Social Block;
        properties: socialIconType=colors fbVisible=true fbUrl
twVisible=true twUrl ggVisible=true ggUrl webVisible=false webUrl
inVisible=false inUrl flVisible=false flUrl viVisible=false viUrl
instVisible=false instUrl youVisible=false youUrl longTextStyle longText
backgroundColor;
        variant:socialIconType;
        theme: frameTheme
      }

      preheaderBlock { label:Preheader Block;  theme: frameTheme}

      sideArticleBlock imagePos {label:Image position;widget:select;
options: left=Left|right=Right; }
      sideArticleBlock imageWidth { label: Image Size; widget: select;
options: 120=Small|166=Medium|258=Big; }
      sideArticleBlock { label: Image+Text Block; properties:
backgroundColor titleVisible=true buttonVisible=true imageWidth=166
imagePos=left titleTextStyle longTextStyle buttonStyle  image  longText
buttonLink; variant:imagePos; theme: contentTheme }

      textBlock { label: Text Block; properties: backgroundColor
longTextStyle longText; theme: contentTheme}

      singleArticleBlock { label: Image/Text Block; properties:
backgroundColor titleVisible=true buttonVisible=true imageVisible=true
titleTextStyle longTextStyle buttonStyle  image  longText buttonLink;theme:
contentTheme}

      doubleArticleBlock { label: 2 Columns Block; properties:
backgroundColor titleVisible=true buttonVisible=true imageVisible=true
titleTextStyle longTextStyle buttonStyle  leftImage  leftLongText
leftButtonLink rightImage  rightLongText rightButtonLink; theme:
contentTheme}

      tripleArticleBlock { label: 3 Columns Block; properties:
backgroundColor titleVisible=true buttonVisible=true imageVisible=true
titleTextStyle longTextStyle buttonStyle  leftImage  leftLongText
leftButtonLink middleImage  middleLongText middleButtonLink rightImage
rightLongText rightButtonLink; theme: contentTheme}

      logoBlock imageWidth { label: Image Size; widget: select; options:
166=Small|258=Medium|350=Big; variant:imageWidth;}
      logoBlock { label: Logo Block; properties: image imageWidth=258;
variant: imageWidth; theme: contentTheme}

      titleBlock { label: Title; theme: contentTheme}

      imageBlock longTextStyle {
        label: Alternative Text;
      }
      imageBlock { label: Image; properties: gutterVisible=false; variant:
gutterVisible; theme: contentTheme }

      doubleImageBlock longTextStyle {
        label: Alternative Text;
      }
      doubleImageBlock { label: Two Image Gallery Block; properties:
gutterVisible=false; variant: gutterVisible; theme: contentTheme }

      tripleImageBlock longTextStyle {
        label: Alternative Text;
      }
      tripleImageBlock { label: Three Image Gallery
Block;properties:gutterVisible=false;variant:gutterVisible; theme:
contentTheme}

      buttonBlock { label: Button Block; theme: contentTheme}
      hrBlock { label: Separator Block;  theme: contentTheme}
      spacerBlock { label: Spacer Block;  theme: contentTheme}

      spacerBlock:preview,
      logoBlock:preview { -ko-background-color: @[externalBackgroundColor]
}

      preheaderBlock:preview,
      hrBlock:preview,
      sideArticleBlock:preview,
      textBlock:preview,
      singleArticleBlock:preview,
      doubleArticleBlock:preview,
      tripleArticleBlock:preview,
      titleBlock:preview,
      footerBlock:preview,
      socialBlock:preview,
      buttonBlock:preview,
      titleBlock:preview,
      socialshareBlock:preview { -ko-background-color: @[backgroundColor]
}
    }
  </style>
  <style type="text/css" data-inline="true">
    body { Margin: 0; padding: 0; }
    img { border: 0px; display: block; }

    .socialLinks { font-size: 6px; }
    .socialLinks a {
      display: inline-block;
    }
    .socialIcon {
      display: inline-block;
      vertical-align: top;
      padding-bottom: 0px;
      border-radius: 100%;
    }
    .oldwebkit { max-width: 570px; }
    td.vb-outer { padding-left: 9px; padding-right: 9px; }
    table.vb-container, table.vb-row, table.vb-content {
      border-collapse: separate;
    }
    table.vb-row {
      border-spacing: 9px;
    }
    table.vb-row.halfpad {
      border-spacing: 0;
      padding-left: 9px;
      padding-right: 9px;
    }
    table.vb-row.fullwidth {
      border-spacing: 0;
      padding: 0;
    }
    table.vb-container {
      padding-left: 18px;
      padding-right: 18px;
    }
    table.vb-container.fullpad {
      border-spacing: 18px;
      padding-left: 0;
      padding-right: 0;
    }
    table.vb-container.halfpad {
      border-spacing: 9px;
      padding-left: 9px;
      padding-right: 9px;
    }
    table.vb-container.fullwidth {
      padding-left: 0;
      padding-right: 0;
    }
  </style>
  <style type="text/css">
    /* yahoo, hotmail */
    .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass
font, .ExternalClass td, .ExternalClass div { line-height: 100%; }
    .yshortcuts a { border-bottom: none !important; }
    .vb-outer { min-width: 0 !important; }
    .RMsgBdy, .ExternalClass {
      width: 100%;
      background-color: #3f3f3f;
      -ko-background-color: @[_theme_.frameTheme.backgroundColor]
    }

    /* outlook */
    table { mso-table-rspace: 0pt; mso-table-lspace: 0pt; }
    #outlook a { padding: 0; }
    img { outline: none; text-decoration: none; border: none;
-ms-interpolation-mode: bicubic; }
    a img { border: none; }

    @media screen and (max-device-width: 600px), screen and (max-width:
600px) {
      table.vb-container, table.vb-row {
        width: 95% !important;
      }

      .mobile-hide { display: none !important; }
      .mobile-textcenter { text-align: center !important; }

      .mobile-full {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
      }
      img.mobile-full {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
      }
    }
  </style>
  <style type="text/css" data-inline="true">
    [data-ko-block=tripleArticleBlock] .links-color a,
    [data-ko-block=tripleArticleBlock] .links-color a:link,
    [data-ko-block=tripleArticleBlock] .links-color a:visited,
    [data-ko-block=tripleArticleBlock] .links-color a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=tripleArticleBlock] .long-text p { Margin: 1em 0px; }
    [data-ko-block=tripleArticleBlock] .long-text p:last-child {
Margin-bottom: 0px; }
    [data-ko-block=tripleArticleBlock] .long-text p:first-child {
Margin-top: 0px; }

    [data-ko-block=doubleArticleBlock] .links-color a,
    [data-ko-block=doubleArticleBlock] .links-color a:link,
    [data-ko-block=doubleArticleBlock] .links-color a:visited,
    [data-ko-block=doubleArticleBlock] .links-color a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=doubleArticleBlock] .long-text p { Margin: 1em 0px; }
    [data-ko-block=doubleArticleBlock] .long-text p:last-child {
Margin-bottom: 0px; }
    [data-ko-block=doubleArticleBlock] .long-text p:first-child {
Margin-top: 0px; }

    [data-ko-block=singleArticleBlock] .links-color a,
    [data-ko-block=singleArticleBlock] .links-color a:link,
    [data-ko-block=singleArticleBlock] .links-color a:visited,
    [data-ko-block=singleArticleBlock] .links-color a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=singleArticleBlock] .long-text p { Margin: 1em 0px; }
    [data-ko-block=singleArticleBlock] .long-text p:last-child {
Margin-bottom: 0px; }
    [data-ko-block=singleArticleBlock] .long-text p:first-child {
Margin-top: 0px; }

    [data-ko-block=textBlock] .links-color a,
    [data-ko-block=textBlock] .links-color a:link,
    [data-ko-block=textBlock] .links-color a:visited,
    [data-ko-block=textBlock] .links-color a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=textBlock] .long-text p { Margin: 1em 0px; }
    [data-ko-block=textBlock] .long-text p:last-child { Margin-bottom: 0px;
}
    [data-ko-block=textBlock] .long-text p:first-child { Margin-top: 0px;
}

    [data-ko-block=sideArticleBlock] .links-color a,
    [data-ko-block=sideArticleBlock] .links-color a:link,
    [data-ko-block=sideArticleBlock] .links-color a:visited,
    [data-ko-block=sideArticleBlock] .links-color a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=sideArticleBlock] .long-text p { Margin: 1em 0px; }
    [data-ko-block=sideArticleBlock] .long-text p:last-child {
Margin-bottom: 0px; }
    [data-ko-block=sideArticleBlock] .long-text p:first-child { Margin-top:
0px; }

    [data-ko-block=socialBlock] .links-color a,
    [data-ko-block=socialBlock] .links-color a:link,
    [data-ko-block=socialBlock] .links-color a:visited,
    [data-ko-block=socialBlock] .links-color a:hover {
      color: #cccccc;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=socialBlock] .long-text p { Margin: 1em 0px; }
    [data-ko-block=socialBlock] .long-text p:last-child { Margin-bottom:
0px; }
    [data-ko-block=socialBlock] .long-text p:first-child { Margin-top: 0px;
}

    [data-ko-block=footerBlock] .links-color a,
    [data-ko-block=footerBlock] .links-color a:link,
    [data-ko-block=footerBlock] .links-color a:visited,
    [data-ko-block=footerBlock] .links-color a:hover {
      color: #cccccc;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=footerBlock] .long-text p { Margin: 1em 0px; }
    [data-ko-block=footerBlock] .long-text p:last-child { Margin-bottom:
0px; }
    [data-ko-block=footerBlock] .long-text p:first-child { Margin-top: 0px;
}

    [data-ko-block=doubleImageBlock] a,
    [data-ko-block=doubleImageBlock] a:link,
    [data-ko-block=doubleImageBlock] a:visited,
    [data-ko-block=doubleImageBlock] a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=tripleImageBlock] a,
    [data-ko-block=tripleImageBlock] a:link,
    [data-ko-block=tripleImageBlock] a:visited,
    [data-ko-block=tripleImageBlock] a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
    [data-ko-block=imageBlock] a,
    [data-ko-block=imageBlock] a:link,
    [data-ko-block=imageBlock] a:visited,
    [data-ko-block=imageBlock] a:hover {
      color: #3f3f3f;
      -ko-color: @longTextStyle.linksColor;
      text-decoration: underline;
    }
  </style>
</head>



<body bgcolor="#fff" text="#919191" alink="#fff" vlink="#cccccc"
style="margin: 0px; padding: 0px; color: rgb(145, 145, 145);
background-color: rgb(255, 255, 255);">
<center><!-- preheaderBlock -->
<table class="vb-outer" cellpadding="0" border="0" cellspacing="0"
bgcolor="#096cbe" style="box-shadow: rgba(0, 0, 0, 0.9) 3px 3px 10px 3px;
background-color: #096cbe; width: 100%;" id="ko_preheaderBlock_1">
<tbody>
<tr>
<td class="vb-outer" align="center" valign="top" bgcolor="#096cbe"
style="padding-right: 9px; padding-left: 9px; box-shadow: 1px 1px 10px 1px
rgba(0,0,0,0.9); background-color: #096cbe;">
<div style="color: #333333; line-height: 1px; overflow: hidden; font-size:
1px; display: none; max-height: 0px; max-width: 0px; opacity: 0;"></div>
<!--[if (gte mso 9)|(lte ie 8)]><table align="center" border="0"
cellspacing="0" cellpadding="0" width="570"><tr><td align="center"
valign="top"><![endif]-->
<div class="oldwebkit" style="max-width: 570px;">
<table border="0" cellpadding="0" cellspacing="0" class="vb-row halfpad"
bgcolor="#096cbe" style="width: 570px; padding-right: 9px; padding-left:
9px; border-collapse: separate; max-width: 570px; border-spacing: 0px;
background-color: #096cbe;">
<tbody>
<tr>
<td align="center" valign="top" bgcolor="#096cbe" style="font-size: 0px;
background-color: #096cbe;"><!--[if (gte mso 9)|(lte ie 8)]><table
align="center" border="0" cellspacing="0" cellpadding="0"
width="552"><tr><![endif]--> <!--[if (gte mso 9)|(lte ie 8)]><td
align="left" valign="top" width="276"><![endif]-->
<div style="width: 100%; vertical-align: top; display: inline-block;
max-width: 276px;" class="mobile-full">
<table class="vb-content" border="0" cellspacing="9" cellpadding="0"
style="width: 276px; border-collapse: separate;" align="left">
<tbody>
<tr>
<td width="100%" valign="top" style="color: #ffffff; font-family: Arial,
Helvetica, sans-serif; font-size: 13px; font-weight: normal;"><span
style="color: #ffffff; text-decoration: none;"> <a style="color: #ffffff;
text-decoration: none;"
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=2&F=H"
target="_new">www.ismena.bg</a> </span></td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]>
</td><td align="left" valign="top" width="276">
<![endif]-->
<div style="width: 100%; vertical-align: top; display: inline-block;
max-width: 276px;" class="mobile-full mobile-hide">
<table class="vb-content" border="0" cellspacing="9" cellpadding="0"
style="width: 276px; text-align: right; border-collapse: separate;"
align="left">
<tbody>
<tr>
<td width="100%" valign="top" style="color: #ffffff; font-family: Arial,
Helvetica, sans-serif; font-size: 13px; font-weight: normal;"><span
style="color: #ffffff; text-decoration: none;"> <a style="color: #ffffff;
font-weight: 900; text-decoration: none;"
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=1&F=H">0884
/ 70 79 70</a> </span></td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]>
</td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!-- /preheaderBlock -->
<table class="vb-outer" cellpadding="0" border="0" cellspacing="0"
bgcolor="#fff" style="background-color: #ffffff; width: 100%;"
id="ko_singleArticleBlock_3">
<tbody>
<tr>
<td class="vb-outer" align="center" valign="top" bgcolor="#fff"
style="padding-right: 9px; padding-left: 9px; background-color:
#ffffff;"><!--[if (gte mso 9)|(lte ie 8)]><table align="center" border="0"
cellspacing="0" cellpadding="0" width="570"><tr><td align="center"
valign="top"><![endif]-->
<div class="oldwebkit" style="max-width: 570px;">
<table border="0" cellpadding="0" cellspacing="18" class="vb-container
fullpad" bgcolor="#ffffff" style="width: 570px; padding-right: 0px;
padding-left: 0px; border-collapse: separate; max-width: 570px;
border-spacing: 18px; background-color: #ffffff;">
<tbody>
<tr>
<td width="100%" valign="top" align="left" class="links-color"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=6&F=H"><img
hspace="0" vspace="0" width="534" class="mobile-full" alt="" style="border:
0px currentColor; border-image: none; width: 100%; height: auto;
vertical-align: top; display: block; max-width: 534px; box-shadow: 1px 1px
10px 1px rgba(0,0,0,0.5);"
src="http://91.196.126.59:8000/2017/05/top_1.png" /></a></td>
</tr>
<tr>
<td>
<table align="left" border="0" cellpadding="0" cellspacing="0"
style="width: 100%;">
<tbody>
<tr>
<td style="text-align: left; color: #da222c; font-family: Arial, Helvetica,
sans-serif; font-size: 25px;"><span style="color: #da222c; font-weight:
900; float: right;"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=5&F=H">
"Искам да направя с теб това, <br />което
пролетта прави с черешите..." </a></span></td>
</tr>
<tr>
<td height="9" style="line-height: 1px; font-size: 1px;"></td>
</tr>
<tr>
<td align="left" class="long-text links-color" style="text-align: left;
color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 15px;
font-weight: 300;">
<p style="margin: 0px; font-style: italic;"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=5&F=H">Да
си с мен и <br /> всичко да ни стига. Да бъдем
два <br /> съседни реда в книга...Да бъдем
близки...<br /> И да е наблизо.</a></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<table class="vb-outer" cellpadding="0" border="0" cellspacing="0"
bgcolor="#e0e0e0" style="background-color: #e0e0e0; width: 100%;"
id="ko_tripleArticleBlock_4">
<tbody>
<tr>
<td class="vb-outer" valign="top" align="center" style="padding-right: 9px;
padding-left: 9px;"><!--[if (gte mso 9)|(lte ie 8)]><table align="center"
border="0" cellspacing="0" cellpadding="0" width="570"><tr><td
align="center" valign="top"><![endif]-->
<div class="oldwebkit" style="max-width: 570px;"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=6&F=H"><img
hspace="0" border="0" vspace="0" width="570" class="mobile-full" alt=""
style="border-radius: 0px; border: 0px currentColor; border-image: none;
width: 100%; height: auto; color: #096cbe; font-family:
Arial,Helvetica,sans-serif; font-size: 13px; display: block; max-width:
570px; box-shadow: 1px 2px 10px 3px rgba(0,0,0,0.8);"
src="http://91.196.126.59:8000/2017/05/2.png" /></a>
<table class="vb-container fullwidth" cellpadding="0" border="0"
bgcolor="#ffffff" align="center" cellspacing="0" style="width: 570px;
padding-right: 0px; padding-left: 0px; border-collapse: separate;
max-width: 570px; background-color: #ffffff;">
<tbody>
<tr></tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--></td>
</tr>
<!--[if (gte mso 9)|(lte ie 8)]><table align="center" border="0"
cellspacing="0" cellpadding="0" width="570"><tr><td align="center"
valign="top"><![endif]--></tbody>
</table>
<table border="0" cellpadding="0" cellspacing="9" class="vb-row fullpad"
bgcolor="#f6f6f6" style="width: 570px; border-collapse: separate;
max-width: 570px; border-spacing: 9px; box-shadow: rgba(0, 0, 0, 0.7) 1px
1px 10px 1px; background-color: #f6f6f6;">
<tbody>
<tr>
<td align="center" valign="top" class="mobile-row" style="font-size:
0px;"><!--[if (gte mso 9)|(lte ie 8)]><table align="center" border="0"
cellspacing="0" cellpadding="0" width="552"><tr><![endif]--> <!--[if (gte
mso 9)|(lte ie 8)]><td align="left" valign="top" width="184"><![endif]-->
<div style="width: 100%; vertical-align: top; display: inline-block;
max-width: 184px;" class="mobile-full">
<table class="vb-content" border="0" cellspacing="9" cellpadding="0"
style="width: 184px; border-collapse: separate;" align="left">
<tbody>
<tr>
<td width="100%" valign="top" align="left" class="links-color"
style="padding-bottom: 9px;"><!-- <img  border="0" hspace="0" vspace="0"
width="166" height="166" class="mobile-full" alt="" style="border: 8px
solid #096cbe;display: block;vertical-align: top;width: 99%;height: 166;"
src="cid:5ef4420b470ce9724b84c31fc98f7007_vip_kashta_ismena.jpg"> --> <!--
<img  border="0" hspace="0" vspace="0" width="166" height="90"
class="mobile-full" alt="" style="border: 0px;display:
block;vertical-align: top;width: 100%;height: auto;"
src="cid:f0d34057a1e97e1ac88f099bf5f1c2e3_basein_spa_centar.dcdf86e581056b483554051dd99d6e95246.jpg">
--></td>
</tr>
<tr>
<td style="text-align: left; color: #ffffff; font-family: Arial, Helvetica,
sans-serif; font-size: 14px;"><span style="padding: 11px 5px;
background-color: #da222c; color: #ffffff;"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=5&F=H"><span
style="color: #ffffff;">"Слънчево лято" - къща
</span></a></span></td>
</tr>
<tr>
<td align="left" class="long-text links-color" style="text-align: left;
color: #3f3f3f; font-family: Arial, Helvetica, sans-serif; font-size:
14px;">
<p style="margin: 0px;"><br />2 нощувки със закуски,
ползване на открит  басейн и СПА
център / закрит басейн, джакузи,
контрастен басейн, парна баня, сауна,
релакс зона /, фитнес, безжичен интернет,
паркинг...<br /> <br /><strong>за 4-ма от <span style="color:
#096cbe;">490 лв.</span></strong></p>
</td>
</tr>
<tr>
<td valign="top">
<table cellpadding="0" border="0" align="left" cellspacing="0"
class="mobile-full" style="padding-top: 4px;">
<tbody>
<tr>
<td><!--   <img  border="0" hspace="0" vspace="0" width="166" height="166"
class="mobile-full" alt="" style="border: 8px solid #096cbe;display:
block;vertical-align: top;width: 90%;height: 166;"
src="cid:5ef4420b470ce9724b84c31fc98f7007_vip_kashta_ismena.jpg"> --></td>
<!-- <td width="auto" valign="middle" bgcolor="#bfbfbf" align="center"
height="26" style="font-size: 13px; font-family: Arial, Helvetica,
sans-serif; text-align: center; color: #096CBE; font-weight: normal;
padding-left: 18px; padding-right: 18px; background-color: #bfbfbf;
border-radius: 4px;">
        <a style="text-decoration: none; color: #096CBE; font-weight:
normal;" target="_new" href="">sd</a>
    </td> --></tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td>
<td align="left" valign="top" width="184">
<![endif]-->
<div style="width: 100%; vertical-align: top; display: inline-block;
max-width: 184px;" class="mobile-full">
<table class="vb-content" border="0" cellspacing="9" cellpadding="0"
style="width: 184px; border-collapse: separate;" align="left">
<tbody>
<tr>
<td width="100%" valign="top" align="left" class="links-color"
style="padding-bottom: 9px;"><!-- <img  border="0" hspace="0" vspace="0"
width="166" height="166" class="mobile-full" alt="" style="border: 8px
solid #096cbe;display: block;vertical-align: top;width: 99%;height: 166;"
src="cid:5ef4420b470ce9724b84c31fc98f7007_vip_kashta_ismena.jpg"> --></td>
</tr>
<tr>
<td style="text-align: left; color: #ffffff; font-family: Arial, Helvetica,
sans-serif; font-size: 15px;"><span style="padding: 10px 5px;
background-color: #da222c; color: #ffffff;"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=5&F=H"><span
style="color: #ffffff;"> "Слънчево лято" -
<small>стая</small> </span></a></span></td>
</tr>
<tr>
<td align="left" class="long-text links-color" style="text-align: left;
color: #3f3f3f; font-family: Arial, Helvetica, sans-serif; font-size:
14px;">
<p style="margin: 0px;"><br />2 нощувки със закуски,
ползване на открит  басейн и СПА
център / закрит басейн, джакузи,
контрастен басейн, парна баня, сауна,
релакс зона /, фитнес, безжичен интернет,
паркинг...<br /> <br /><strong>за двама от <span
style="color: #2d9746; font-weight: 900;">246 лв.</span></strong></p>
</td>
</tr>
<tr>
<td valign="top">
<table cellpadding="0" border="0" align="left" cellspacing="0"
class="mobile-full" style="padding-top: 4px;">
<tbody>
<tr><!--   <td>
    <img  src="cid:17e3a504c1fbceafc4d8400a039f5995_read_btn.jpg">
</td> --> <!--     <td width="auto" valign="middle" bgcolor=""
align="center" height="26" style="font-size: 13px; font-family: Arial,
Helvetica, sans-serif; text-align: center; color: #096CBE; font-weight:
normal; padding-left: 18px; padding-right: 18px; background-color: ;
border-radius: 0px;">

    </td> --></tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td>
<td align="left" valign="top" width="184">
<![endif]-->
<div style="width: 100%; vertical-align: top; display: inline-block;
max-width: 184px;" class="mobile-full">
<table class="vb-content" border="0" cellspacing="9" cellpadding="0"
style="width: 184px; border-collapse: separate;" align="right">
<tbody>
<tr>
<td width="100%" valign="top" align="left" class="links-color"
style="padding-bottom: 9px;"><!-- <img  border="0" hspace="0" vspace="0"
width="166" height="166" class="mobile-full" alt="" style="border: 11px
solid #096cbe;display: block;vertical-align: top;width: 99%;height: 166;"
src="cid:5ef4420b470ce9724b84c31fc98f7007_vip_kashta_ismena.jpg"> --></td>
</tr>
<tr>
<td style="text-align: left; color: #ffffff; font-family: Arial, Helvetica,
sans-serif; font-size: 14px;"><span style="padding: 10px 5px;
background-color: #da222c; color: #ffffff;"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=5&F=H"><span
style="color: #ffffff;">"Слънчево лято" - <small>Delux</small>
</span></a></span></td>
</tr>
<tr>
<td align="left" class="long-text links-color" style="text-align: left;
color: #3f3f3f; font-family: Arial, Helvetica, sans-serif; font-size:
14px;">
<p style="margin: 0px;"><br />2 нощувки със закуски,
ползване на открит  басейн и СПА
център / закрит басейн, джакузи,
контрастен басейн, парна баня, сауна,
релакс зона /, фитнес, безжичен интернет,
паркинг...<br /> <br /><strong>за 4-ма от <span style="color:
#eda826; font-weight: 900;">530 лв.</span></strong></p>
</td>
</tr>
<tr>
<td valign="top">
<table cellpadding="0" border="0" align="left" cellspacing="0"
class="mobile-full" style="padding-top: 4px;">
<tbody>
<tr><!-- <td>
    <img  src="cid:17e3a504c1fbceafc4d8400a039f5995_read_btn.jpg">
</td> --> <!--        <td width="auto" valign="middle" bgcolor="#bfbfbf"
align="center" height="26" style="font-size: 15px; font-family: Arial,
Helvetica, sans-serif; text-align: center; color: #096CBE; font-weight:
normal; padding:5px 20px; background-color: #bfbfbf; border-radius: 0px;">
        <a style="text-decoration: none; color: #096CBE; font-weight:
normal;" target="_new" href="">запази</a>
    </td> --></tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--> <!--[if (gte mso 9)|(lte
ie 8)]></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--><!--[if (gte
mso 9)|(lte ie 8)]><table align="center" border="0" cellspacing="0"
cellpadding="0" width="570"><tr><td align="center"
valign="top"><![endif]-->
<div class="oldwebkit" style="max-width: 570px;">
<table class="vb-container fullwidth" cellpadding="0" border="0"
bgcolor="#ffffff" align="center" cellspacing="0" style="width: 570px;
padding-right: 0px; padding-left: 0px; border-collapse: separate;
max-width: 570px; background-color: #ffffff;">
<tbody>
<tr>
<td valign="top" align="center"><a
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=6&F=H"><img
hspace="0" border="0" vspace="0" width="570" class="mobile-full" alt=""
style="border-radius: 0px; border: 0px currentColor; border-image: none;
width: 100%; height: auto; color: #096cbe; font-family:
Arial,Helvetica,sans-serif; font-size: 13px; display: block; max-width:
570px; box-shadow: 1px 2px 10px 3px rgba(0,0,0,0.8);"
src="http://91.196.126.59:8000/2017/05/bottom.jpg" /></a></td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--><!--[if (gte
mso 9)|(lte ie 8)]><table align="center" border="0" cellspacing="0"
cellpadding="0" width="570"><tr><td align="center"
valign="top"><![endif]-->
<div class="oldwebkit">
<table border="0" cellpadding="0" cellspacing="9" class="vb-container
halfpad" bgcolor="#096cbe" style="width: 570px; max-width: 570px;
background-color: #096cbe;">
<tbody>
<tr>
<td bgcolor="#096cbe" align="center" style="text-align: center; color:
#3f3f3f; font-family: Arial, Helvetica, sans-serif; font-size: 22px;
background-color: #096cbe;"><span style="color: #ffffff; font-style:
italic; font-weight: 900; float: left;"
data-ko-editable="text">Череши обичаш ли?</span></td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--><!--
footerBlock --><!--[if (gte mso 9)|(lte ie 8)]><table align="center"
border="0" cellspacing="0" cellpadding="0" width="570"><tr><td
align="center" valign="top"><![endif]-->
<div class="oldwebkit" style="max-width: 570px;">
<table style="width: 570px; padding-right: 9px; padding-left: 9px;
border-collapse: separate; max-width: 570px; border-spacing: 9px;"
border="0" cellpadding="0" cellspacing="9" class="vb-container halfpad"
align="center">
<tbody>
<tr>
<td class="long-text links-color" style="text-align: center; color:
#919191; font-family: Arial, Helvetica, sans-serif; font-size: 13px;
font-weight: normal;"><!-- <p style="margin: 1em 0px;margin-bottom:
0px;margin-top: 0px;">Email sent to <a href="mailto:%5Bmail%5D"
style="color: #ccc;text-decoration: underline;">[mail]</a></p> --></td>
</tr>
<tr>
<td style="text-align: center;"><span style="color:
#ffffff;">отпишете се от тук: </span><br /><a
style="text-align: center; color: #ffffff; font-family: Arial, Helvetica,
sans-serif; font-size: 13px; font-weight: normal; text-decoration:
underline;" href="
<!--%20tmpl_var%20list_unsubscribe_link%20--%20%20%20%20%20%20%20%20%20%20%20%20%20%20>"
target="_new"><span><!-- tmpl_var list_unsubscribe_link --> </span>
</a></td>
</tr>
<tr style="text-align: center;">
<td align="center">
<pre>Съгласно Закона за Електронната
Търговия ви информираме, че това може да
е непоискано търговско съобщение.<br />Вие
може да го приемете или отхвърлите. Ние
може да сме получили вашия имейл от вас,
<br />от ваш партньор или от публичното
пространство. Ако не желаете да
получавате повече информация<br />от
"<strong>SPA Ismena Devin</strong>", моля натиснете <a
href="http://mmarketing-bg.eu/ams1706/unsubscribe.php?M=709074&C=2a86feefa205ac6ff18c97a4419ba597&L=15&N=25"><strong>ОТПИСВАНЕ</strong></a>
и ние ще ви премахнем от нашите списъци!<br
/>Ако сме Ви обеспокоили, моля да ни
извините.</pre>
<!-- <a style=";" target="_new"
href="http://mmarketing-bg.eu/ams1706/link.php?M=709074&N=25&L=3&F=H"><img
border="0" hspace="0" vspace="0"
src="cid:840a7c92f0ec2994525d11beb931868b_mosaico-badge.gif" alt="MOSAICO
Responsive Email Designer" style="border: 0px;display: inline
!important;margin: auto;"></a> --></td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--><!--
/footerBlock --></center>
<img
src="http://mmarketing-bg.eu/ams1706/open.php?M=709074&L=15&N=25&F=H&image=.jpg"
height="1" width="10"></body>


</html>