Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->
  <title>
   Jet2holidays - Package holidays you can trust
  </title>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <meta content="telephone=no" name="format-detection"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Easy Editor -->
  <style>
   [data-outlook-cycle] .em_relative {display:none !important;}    
[data-outlook-cycle] .nav-button {display:none !important;}	
	/*outlook.com hacks- hides hamburger nav on mobile*/
@media screen and (max-width:640px) {	d
[owa] .em_relative {display:none !important;}
[owa] .nav-button {display:none !important;}
}
/*outlook.com hacks for desktop - hides extra nav links*/
[owa] #hidedesktop {display:none !important;}
[owa] #hidedesktop-noborder {display:none !important;}
  </style>
  <style>
   /*gmail hacks- hides hamburger nav on mobile*/
@media screen and (max-width:640px) {	
u ~ div .em_relative {display:none !important;}	
u ~ div .nav-button {display:none !important; }
}
u + #new-gmail-hack {display: block !important;}
  </style>
  <style id="hs-inline-css" type="text/css">
   body {
	margin: 0 !important;
	padding: 0 !important;
	-webkit-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	-webkit-font-smoothing: antialiased !important;}
img {
	border: 0 !important;
	outline: none !important;}
p {
	Margin: 0px !important;
	Padding: 0px !important;}
table {
	border-collapse: collapse;
	mso-table-lspace: 0px;
	mso-table-rspace: 0px;}
td, a, span {
	border-collapse: collapse;
	mso-line-height-rule: exactly;
}
img td, div {
	line-height: normal;
}
.ExternalClass * {
	line-height: 100%;
}
input {
	display: none !important;}
div .inn a:hover{color:#0065b3 !important;}	
@media screen and (max-width:640px) {
.em_wrapper {
	width: 100% !important;
}
.em_wrapper2 {
	width: 100% !important;
	/*display: block !important;*/
	display: block;
	text-align: center !important;
	line-height: 20px !important;
	border-bottom: 1px solid #0065b3 !important;
	border-left: none !important;
	line-height: 46px !important;}	
#hidedesktop {display:block !important;}
#hidedesktop-noborder {display:block !important; border-bottom: none;}
.em_hide {display: none !important;}
div[class=em_hide_desktop] {
	display: table !important;
	float: none !important;
	width: 100% !important;
	overflow: visible !important;
	height: auto !important;
}	
.em_hide_desktop {
	display: table !important;
	float: none !important;
	width: 100% !important;
	overflow: visible !important;
	height: auto !important;
}		
#em_drop:checked + .inn {
	margin-top: 0%;}	
div .link {
	position: relative !important;
	width: 100% !important;
	padding: 0px !important;
	right: 0px !important;
	top: 0px !important;
	overflow: hidden !important;
	transition: all 1.0s ease-in-out 0s;
	-webkit-transition: all 1.0s ease-in-out 0s;
	-o-transition: all 1.0s ease-in-out 0s;
	height: auto !important;}
div .inn {
	transition: all 1.0s ease-in-out 0s;
	-webkit-transition: all 1.0s ease-in-out 0s;
	-o-transition: all 1.0s ease-in-out 0s;
	margin-top: -140%;
	padding: 0px 10px !important;
	overflow: hidden !important;}
	}
  </style>
  <!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->
  <style>
   @media screen and (min-width:641px) { 
.mobile {
display: none !important;
max-height: none !important;
mso-hide: all!important;
font-size: inherit !important;}
#hidedesktop {display:none !important;}
	}
  </style>
  <style>
   .cta-text { 
	vertical-align: middle !important;
		line-height: 20px;
		display: inline-block !important;
	}
.cta {
    -webkit-animation: mymovetext 2s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
     -webkit-animation-direction: alternate;
    animation: mymovetext 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    color:#FFF;
	animation-timing-function: linear;
		transform-origin:70% 70%;
    text-align:center;
	width: 70%;
	padding: 15px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymovetext {
  	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
@keyframes mymovetext {
  	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
.cta2 {
    -webkit-animation: mymovetextrotate 2s;
    -webkit-animation-iteration-count: infinite; 
     -webkit-animation-direction: alternate;
    animation: mymovetextrotate 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    color:#FFF;
	animation-timing-function: linear;
	transform-origin:50% 50%;
    text-align:center;
	padding: 15px;
}	
@-webkit-keyframes mymovetextrotate {
  	0% { transform: rotate(0deg); }
	80% { transform: rotate(0deg); }
	85% { transform: rotate(2deg); }
	95% { transform: rotate(-2deg); }
	100% { transform: rotate(0deg); }
}
@keyframes mymovetextrotate {
  	0% { transform: rotate(0deg); }
	80% { transform: rotate(0deg); }
	85% { transform: rotate(2deg); }
	95% { transform: rotate(-2deg); }
	100% { transform: rotate(0deg); }
}	
a {color:#FFF;}
a:link {color: #FFF} /* unvisited link */ 
a:visited {color: #FFF } /* visited link */ 
a:hover {color: #FFF } /* mouse over link */ 
a:active {color: #FFF } /* selected link */
  </style>
  <style>
   @media screen and (max-width:640px) {
.emailwrapto100pc {
	width: 100% !important;
	height: auto !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}	
.emailwrapto90pc {
	width: 90% !important;
	height: auto !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-right: 5% !important;
	margin-left: 5% !important;
}
.cta{
	width: 80% !important;
}
.hide {display: none !important;}		
.textsize {
	max-height: none !important;
	font-size: 14px !important;
	line-height: 24px !important;
}
.footertextboost {font-size: 12px !important;line-height: 18px !important;}
.hide480 
	{
	width: 100% !important;
	height: auto !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;}
}
  </style>
  <style>
   @media screen and (max-width:480px) {
.emailcolsplit {
	width: 100%!important;
	float: left!important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
}	
.emailcolsplit2 {
	width: 100%!important;
	float: left!important;
	padding-top: 10px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	text-align: center!important;
	}	
.text-col {
	width: 100%!important;
	float: left!important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	text-align: center!important;
}
.hide480 {
	display: none !important;
}
.hide480col {
	display: none !important;
}	
		}
.textsize {	max-height: none !important;
	font-size: 14px !important;
	line-height: 24px !important;
}
  </style>
  <!-- x-rpcampaign: HolidaysAdhocLATESALLINCLUSIVEXSELLNONFAM201031-->
  <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
 </head>
 <body bgcolor="#ffffff" class="emailwrapto100pc" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing:antialiased; width:100% !important; min-width:100% !important; -webkit-text-size-adjust:none; text-align:center; margin: 0 !important; padding:0 !important;" topmargin="0">
  <!-- easy editor -->
  <table align="center" bgcolor="##F4F4F4" cellpadding="0" cellspacing="0" style="width: 100%; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; margin:0;table-layout: auto;" width="100%">
   <tbody>
    <tr>
     <!-- Change background color -->
     <td bgcolor="#F4F4F4" cellpadding="0" cellspacing="0" style="width: 100%; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; margin:0;" width="100%">
      <table align="center" bgcolor="#d51d1d" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; display: none !important; mso-hide: all;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td height="26">
          <p style="font-family:Verdana,Arial,Helvetica,sans-serif; text-align:center; font-size:9px; color:#ffffff; margin:0px; padding-top:8px; padding-bottom:5px; letter-spacing:normal;">
           …when you go All Inclusive
          </p>
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
   </tbody>
  </table>
  <!-- Insert &zwnj;&nbsp; hack after hidden preview text -->
  <div style="display: none; max-height: 0px; overflow: hidden;">
   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
  </div>
  <table align="center" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="width: 100%; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; margin:0;table-layout: auto;" width="100%">
   <tbody>
    <tr>
     <!-- Change background color -->
     <td bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="width: 100%; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; margin:0;" width="100%">
      <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="hide" height="125" style="width: 600px; height: 125px; background-color: #FFFFFF; margin-left: auto; margin-right: auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" class="emailwrapto100pc" valign="middle" width="400">
          <a style="color:black;" target="_blank">
           <img alt="Jet2.com Presents Jet2holidays" border="0" class="emailwrapto100pc" height="107" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252Fmaster%252Fjet2hol-logo-xsell-large.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="-ms-interpolation-mode:bicubic;max-width:450px; color:black; " width="400"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#0065b3" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #0065b3; table-layout: auto;" width="100%">
       <tbody>
        <tr>
         <td align="center" bgcolor="#ffffff" class="emailwrapto100pc" style="background-color: #FFFFFF;" width="100%">
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td class="emailwrapto100pc" style="background-color: FFFFFF;" width="600">
              <!-- NAV -->
              <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
               <tbody>
                <tr>
                 <td align="center" valign="top">
                 </td>
                </tr>
               </tbody>
              </table>
              <table align="center" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" class="em_wrapper" style="table-layout: auto;" width="100%">
               <tbody>
                <!--[if !mso]><!-- -->
                <!--FALLBACK-->
                <tr>
                 <td height="0">
                  <div class="em_hide_desktop" style="display:none;width:0;overflow:hidden;max-height:0!important">
                   <table align="center" border="0" cellpadding="10" cellspacing="0" style="table-layout: auto;" width="100%">
                    <tbody>
                     <tr>
                      <td align="right" class="nav-button" height="25" valign="top" width="25">
                      </td>
                      <td align="right" class="nav-button" height="25" valign="top" width="25">
                      </td>
                      <td align="center" class="emailwrapto100pc" id="mob-logo" valign="middle" width="400">
                       <a target="_blank">
                        <img alt="Jet2.com Presents Jet2holidays" border="0" class="emailwrapto100pc" height="107" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252Fmaster%252Fjet2hol-logo-xsell-large.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="-ms-interpolation-mode:bicubic;max-width:450px;" width="400"/>
                       </a>
                      </td>
                      <td align="center" class="nav-button" height="20" valign="top" width="20">
                       <label for="em_drop">
                        <img border="0" height="25" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fnav.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="display:block;cursor:pointer;" width="25"/>
                       </label>
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </div>
                 </td>
                </tr>
                <!--ENDFALLBACK-->
                <!--<![endif]-->
                <tr>
                 <td align="center">
                  <!--[if !mso]><!-->
                  <div class="em_relative">
                   <div class="link">
                    <input id="em_drop" style="display:none !important" type="checkbox"/>
                    <div class="inn" style="margin-left:0px; margin-right:0px; z-index:50;">
                     <!--<![endif]-->
                     <!--[if gte mso 9]><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="em_wrapper"> <tr> <td height="30" valign="middle" align="center" width="22%"><![endif]-->
                     <a class="em_wrapper2" style="font-family:Verdana, Arial, sans-serif;font-size:15px;font-weight:bold;text-decoration:none;color:#0065b3;line-height:30px; width:22%; display:inline-block; text-align: center; border-left:1px solid #0065b3;" target="_blank">
                      City Breaks
                     </a>
                     <!--[if gte mso 9]></td> <td height="30" valign="middle" align="center" width="22%" style=" border-left:1px solid #0065b3;"><![endif]-->
                     <a class="em_wrapper2" id="first-nav" style="font-family:Verdana, Arial, sans-serif;font-size:15px;font-weight:bold;text-decoration:none;color:#0065b3;line-height:30px; width:22%; float:left; display:inline-block; text-align: center;" target="_blank">
                      Deal Finder
                     </a>
                     <!--[if gte mso 9]></td> <td height="30" valign="middle" align="center" width="22%" style=" border-left:1px solid #0065b3;"><![endif]-->
                     <a class="em_wrapper2" style="font-family:Verdana, Arial, sans-serif;font-size:15px;font-weight:bold;text-decoration:none;color:#0065b3;line-height:30px; width:22%; display:inline-block; text-align: center; border-left:1px solid #0065b3;" target="_blank">
                      Villas
                     </a>
                     <!--[if gte mso 9]></td> <td height="30" valign="middle" align="center" width="22%" style=" border-left:1px solid #0065b3;"><![endif]-->
                     <a class="em_wrapper2" style="font-family:Verdana, Arial, sans-serif;font-size:15px;font-weight:bold;text-decoration:none;color:#0065b3;line-height:30px; width:23%; display:inline-block; text-align: center; border-left:1px solid #0065b3;" target="_blank">
                      Destinations
                     </a>
                     <!--[if !mso]><!-->
                     <a class="em_wrapper2" id="hidedesktop" style="font-family:Verdana, Arial, sans-serif;font-size:15px;font-weight:bold;text-decoration:none;color:#0065b3;line-height:24px; float:left; text-align: center; width:22%; display: none;" target="_blank">
                      Car Hire
                     </a>
                     <a class="em_wrapper2" id="hidedesktop" style="font-family:Verdana, Arial, sans-serif;font-size:15px;font-weight:bold;text-decoration:none;color:#0065b3;line-height:24px; float:left; text-align: center; width:22%; display: none;" target="_blank">
                      Luxury Holidays
                     </a>
                     <a class="em_wrapper2" id="hidedesktop-noborder" style="font-family:Verdana, Arial, sans-serif;font-size:15px;font-weight:bold;text-decoration:none;color:#0065b3;line-height:24px; float:left; text-align: center; width:22%; display: none; border-bottom:none !important;" target="_blank">
                      Manage my booking
                     </a>
                     <!--<![endif]-->
                     <!--[if gte mso 9]></td> </tr> </table><![endif]-->
                     <!--[if !mso]><!-->
                    </div>
                   </div>
                  </div>
                  <!--<![endif]-->
                 </td>
                </tr>
               </tbody>
              </table>
              <table border="0" cellpadding="0" cellspacing="0" height="1" style="table-layout: auto;" width="1">
               <tbody>
                <tr>
                 <td style="font-size:0px; line-height:0px;">
                  <img alt="" aria-hidden="true" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fjet2email.jet2.com%252Fp%252Fcp%252F108d014ca8f1f8b7%252Fo.gif%253Fmi_u%253D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmpldDJlbWFpbC5qZSJ9:1kYY7X:RrdLrSxrNAkdDrVJ2g35R-0yxcR6EemITPNt3Vkq4Lk" width="1"/>
                 </td>
                </tr>
               </tbody>
              </table>
              <!-- Content -->
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
   </tbody>
  </table>
  <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="100%">
   <tbody>
    <tr>
     <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 700px; margin: 0 auto;table-layout: auto;" width="700">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#FFFFFF ;" target="_blank">
           <img alt="Go all in with All Inclusive. Save £50pp on all holidays until April 21^" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Fheader-nonfam-xsell.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="700"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color: #3d8ede;" width="100%">
          <table align="center" border="0" cellpadding="35" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-padding-alt:35px 35px 35px 35px ; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" class="textsize">
              <p style="font-family: Verdana, Helvetica, sans-serif; text-decoration:none; color:#666666; line-height:23px; font-size:14px; padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin:0px;letter-spacing:normal;">
               <a style="text-decoration:none; color:#FFFFFF;" target="_blank">
                On an All Inclusive
                <em>
                 <strong>
                  Jet2holiday
                 </strong>
                </em>
                , you get everything included in the price! And if you’re looking for winter sunshine, then grab one of our last-minute getaways. Plus, book before midnight on Saturday 31 October, and you’ll get £50^ off per person!
               </a>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" height="70px;" style="width: 600px; margin: 0 auto; height: 70px;table-layout: auto;" valign="middle" width="600">
           <tbody>
            <tr>
             <td align="center">
              <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://jet2email.com/3HYU-17BXP-48Z8BT-RCTRN-1/c.aspx" target="_blank" style="height:48px;v-text-anchor:middle;width:400px;" arcsize="10%" stroke="f" fillcolor="#ee3213"> <w:anchorlock></w:anchorlock> <center style="color:#ffffff;font-family:Verdana, Geneva, sans-serif;;font-size:17px;font-weight:bold;">All Inclusive is for me &#xbb; </center> </v:roundrect><![endif]-->
              <!--[if !mso]><!-->
              <div bgcolor="#ee3123" class="cta" style="-webkit-border-radius: 4px; -moz-border-radius:4px; border-radius: 4px; display: block; margin-left: auto; margin-right: auto; background-color: #ee3213; width: 65%; padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px; background: #ee3123;">
               <a class="cta-text" style="color: #ffffff; vertical-align: middle; display: inline-block; height: 100%; width: 100%; text-decoration: none; font-weight: bold; text-decoration: none; font-size:17px; text-align:center; font-family: Verdana, Geneva, sans-serif; line-height: 24px;" target="_blank" valign="middle">
                All Inclusive is for me »
               </a>
              </div>
              <!--<![endif]-->
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-right:auto; margin-left:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
   </tbody>
  </table>
  <!-- END-->
  <table align="center" bgcolor="#0363b3" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #0363b3; table-layout: auto;" width="100%">
   <tbody>
    <tr>
     <td align="center" bgcolor="#0363b3" class="emailwrapto100pc" style="background-color:#0363b3;" width="100%">
      <!-- END-->
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-right:auto; margin-left:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
          <!-- main surround for tabs -->
          <table align="center" bgcolor="#3d8ede" border="0" cellpadding="25" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-padding-alt:15px 15px 15px 15px ; margin: 0 auto; background-color: #3d8ede; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="left" class="textsize">
              <p style="font-family: Verdana, Helvetica, sans-serif; text-decoration:none; color:#666666; line-height:24px; font-size:21px; padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin:0px;letter-spacing:normal;">
               <a style="text-decoration:none; color:#FFFFFF;" target="_blank">
                <strong>
                 Belair Beach Hotel
                </strong>
                <br/>
                <span style="font-size: 14px;">
                 Ixia, Rhodes
                </span>
                <br/>
                <span style="font-size: 12px;">
                 ★★★ plus | Our Rating
                </span>
               </a>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 560px; margin: 0 auto;table-layout: auto;" width="560">
           <tbody>
            <tr>
             <td align="center" valign="top">
              <a style="color:#FFFFFF ;" target="_blank">
               <img alt="Belair Beach Hotel" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Fbelair.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="560"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" cellpadding="5" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto; mso-padding-alt:5px 5px 5px 5px ;table-layout: auto;" width="294">
           <tbody>
            <tr>
             <th cellpadding="0" class="emailcolsplit" style="width: 270px;" width="270">
              <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" height="70px;" style="width: 270px; margin: 0 auto; height: 70px;table-layout: auto;" valign="middle" width="270">
               <tbody>
                <tr>
                 <td align="center">
                  <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://jet2email.com/3HYU-17BXP-48Z8BT-RCTRQ-1/c.aspx" target="_blank" style="height:48px;v-text-anchor:middle;width:300px;" arcsize="10%" stroke="f" fillcolor="#ee3123"> <w:anchorlock></w:anchorlock> <center style="color:#ffffff;font-family:Verdana, Geneva, sans-serif;;font-size:19px;font-weight:bold;"> From £359pp‡ &#xbb; </center> </v:roundrect><![endif]-->
                  <!--[if !mso]><!-->
                  <div bgcolor="#ee3123" class="cta" style="-webkit-border-radius: 4px; -moz-border-radius:4px; border-radius: 4px; display: block; margin-left: auto; margin-right: auto; background-color: #ee3123; width: 90%; padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px; background: #ee3123;">
                   <a class="cta-text" style="color: #ffffff; vertical-align: middle; display: inline-block; height: 100%; width: 100%; text-decoration: none; font-weight: bold; text-decoration: none; font-size:19px; text-align:center; font-family: Verdana, Geneva, sans-serif; line-height: 24px;" target="_blank" valign="middle">
                    From £359pp‡ »
                   </a>
                  </div>
                  <!--<![endif]-->
                 </td>
                </tr>
               </tbody>
              </table>
             </th>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#000000;" target="_blank">
           <img alt="22kg baggage included - you could pack your whole holiday wardrobe and more
" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252FBaggage3.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="text-decoration:none; color:##000000;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
          <!-- main surround for tabs -->
          <table align="center" bgcolor="#3d8ede" border="0" cellpadding="25" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-padding-alt:15px 15px 15px 15px ; margin: 0 auto; background-color: #3d8ede; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="left" class="textsize">
              <p style="font-family: Verdana, Helvetica, sans-serif; text-decoration:none; color:#666666; line-height:24px; font-size:21px; padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin:0px;letter-spacing:normal;">
               <a style="text-decoration:none; color:#FFFFFF;" target="_blank">
                <strong>
                 Stella Palace
                </strong>
                <br/>
                <span style="font-size: 14px;">
                 Analipsis, Crete (Heraklion Area)
                </span>
                <br/>
                <span style="font-size: 12px;">
                 ★★★★★ | Our Rating
                </span>
               </a>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 560px; margin: 0 auto;table-layout: auto;" width="560">
           <tbody>
            <tr>
             <td align="center" valign="top">
              <a style="color:#ffffff;" target="_blank">
               <img alt="Stella Palace" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Fstella-palace.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="560"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" cellpadding="5" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto; mso-padding-alt:5px 5px 5px 5px ;table-layout: auto;" width="294">
           <tbody>
            <tr>
             <th cellpadding="0" class="emailcolsplit" style="width: 270px;" width="270">
              <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" height="70px;" style="width: 270px; margin: 0 auto; height: 70px;table-layout: auto;" valign="middle" width="270">
               <tbody>
                <tr>
                 <td align="center">
                  <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://jet2email.com/3HYU-17BXP-48Z8BT-RCTRT-1/c.aspx" target="_blank" style="height:48px;v-text-anchor:middle;width:300px;" arcsize="10%" stroke="f" fillcolor="#ee3123"> <w:anchorlock></w:anchorlock> <center style="color:#FFFFFF;font-family:Verdana, Geneva, sans-serif;;font-size:19px;font-weight:bold;"> From £469pp‡ &#xbb; </center> </v:roundrect><![endif]-->
                  <!--[if !mso]><!-->
                  <div bgcolor="#ee3123" class="cta" style="-webkit-border-radius: 4px; -moz-border-radius:4px; border-radius: 4px; display: block; margin-left: auto; margin-right: auto; background-color: #ee3123; width: 90%; padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px; background: #ee3123;">
                   <a class="cta-text" style="color: #FFFFFF; vertical-align: middle; display: inline-block; height: 100%; width: 100%; text-decoration: none; font-weight: bold; text-decoration: none; font-size:19px; text-align:center; font-family: Verdana, Geneva, sans-serif; line-height: 24px;" target="_blank" valign="middle">
                    From £469pp‡ »
                   </a>
                  </div>
                  <!--<![endif]-->
                 </td>
                </tr>
               </tbody>
              </table>
             </th>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#000000;" target="_blank">
           <img alt="Hotel transfers included - with return transfers included in the price, you can sit back, relax and enjoy the journey to your hotel" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252FTransfers3.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="text-decoration:none; color:##000000;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
          <!-- main surround for tabs -->
          <table align="center" bgcolor="#3d8ede" border="0" cellpadding="25" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-padding-alt:15px 15px 15px 15px ; margin: 0 auto; background-color: #3d8ede; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="left" class="textsize">
              <p style="font-family: Verdana, Helvetica, sans-serif; text-decoration:none; color:#666666; line-height:24px; font-size:21px; padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin:0px;letter-spacing:normal;">
               <a style="text-decoration:none; color:#FFFFFF;" target="_blank">
                <strong>
                 Calheta Beach
                </strong>
                <br/>
                <span style="font-size: 14px;">
                 Calheta, Madeira
                </span>
                <br/>
                <span style="font-size: 12px;">
                 ★★★★ | Our Rating
                </span>
               </a>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 560px; margin: 0 auto;table-layout: auto;" width="560">
           <tbody>
            <tr>
             <td align="center" valign="top">
              <a style="color:#ffffff;" target="_blank">
               <img alt="Calheta Beach" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Fcalheta.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="560"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" cellpadding="5" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto; mso-padding-alt:5px 5px 5px 5px ;table-layout: auto;" width="294">
           <tbody>
            <tr>
             <th cellpadding="0" class="emailcolsplit" style="width: 270px;" width="270">
              <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" height="70px;" style="width: 270px; margin: 0 auto; height: 70px;table-layout: auto;" valign="middle" width="270">
               <tbody>
                <tr>
                 <td align="center">
                  <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://jet2email.com/3HYU-17BXP-48Z8BT-RCTRW-1/c.aspx" target="_blank" style="height:48px;v-text-anchor:middle;width:300px;" arcsize="10%" stroke="f" fillcolor="#ee3123"> <w:anchorlock></w:anchorlock> <center style="color:#FFFFFF;font-family:Verdana, Geneva, sans-serif;;font-size:19px;font-weight:bold;"> From £539pp‡ &#xbb; </center> </v:roundrect><![endif]-->
                  <!--[if !mso]><!-->
                  <div bgcolor="#ee3123" class="cta" style="-webkit-border-radius: 4px; -moz-border-radius:4px; border-radius: 4px; display: block; margin-left: auto; margin-right: auto; background-color: #ee3123; width: 90%; padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px; background: #ee3123;">
                   <a class="cta-text" style="color: #FFFFFF; vertical-align: middle; display: inline-block; height: 100%; width: 100%; text-decoration: none; font-weight: bold; text-decoration: none; font-size:19px; text-align:center; font-family: Verdana, Geneva, sans-serif; line-height: 24px;" target="_blank" valign="middle">
                    From £539pp‡ »
                   </a>
                  </div>
                  <!--<![endif]-->
                 </td>
                </tr>
               </tbody>
              </table>
             </th>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#000000;" target="_blank">
           <img alt="Everything's included - that's three meals a day, snacks and drinks" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Feverythings-included2.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="text-decoration:none; color:##000000;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
          <!-- main surround for tabs -->
          <table align="center" bgcolor="#3d8ede" border="0" cellpadding="25" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-padding-alt:15px 15px 15px 15px ; margin: 0 auto; background-color: #3d8ede; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="left" class="textsize">
              <p style="font-family: Verdana, Helvetica, sans-serif; text-decoration:none; color:#666666; line-height:24px; font-size:21px; padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin:0px;letter-spacing:normal;">
               <a style="text-decoration:none; color:#FFFFFF;" target="_blank">
                <strong>
                 Elba Sara Beach Resort
                </strong>
                <br/>
                <span style="font-size: 14px;">
                 Costa Caleta – Caleta De Fuste, Fuerteventura
                </span>
                <br/>
                <span style="font-size: 12px;">
                 ★★★★ | Our Rating
                </span>
               </a>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 560px; margin: 0 auto;table-layout: auto;" width="560">
           <tbody>
            <tr>
             <td align="center" valign="top">
              <a style="color:#FFFFFF ;" target="_blank">
               <img alt="Elba Sara Beach Resort" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Felba-sara.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="560"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" cellpadding="5" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto; mso-padding-alt:5px 5px 5px 5px ;table-layout: auto;" width="294">
           <tbody>
            <tr>
             <th cellpadding="0" class="emailcolsplit" style="width: 270px;" width="270">
              <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" height="70px;" style="width: 270px; margin: 0 auto; height: 70px;table-layout: auto;" valign="middle" width="270">
               <tbody>
                <tr>
                 <td align="center">
                  <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://jet2email.com/3HYU-17BXP-48Z8BT-RCTRZ-1/c.aspx" target="_blank" style="height:48px;v-text-anchor:middle;width:300px;" arcsize="10%" stroke="f" fillcolor="#ee3123"> <w:anchorlock></w:anchorlock> <center style="color:#ffffff;font-family:Verdana, Geneva, sans-serif;;font-size:19px;font-weight:bold;"> From £599pp‡ &#xbb; </center> </v:roundrect><![endif]-->
                  <!--[if !mso]><!-->
                  <div bgcolor="#ee3123" class="cta" style="-webkit-border-radius: 4px; -moz-border-radius:4px; border-radius: 4px; display: block; margin-left: auto; margin-right: auto; background-color: #ee3123; width: 90%; padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px; background: #ee3123;">
                   <a class="cta-text" style="color: #ffffff; vertical-align: middle; display: inline-block; height: 100%; width: 100%; text-decoration: none; font-weight: bold; text-decoration: none; font-size:19px; text-align:center; font-family: Verdana, Geneva, sans-serif; line-height: 24px;" target="_blank" valign="middle">
                    From £599pp‡ »
                   </a>
                  </div>
                  <!--<![endif]-->
                 </td>
                </tr>
               </tbody>
              </table>
             </th>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
      <!-- START HOTEL CONTENT-->
      <!-- START HOTEL CONTENT-->
      <!-- END HOTEL -->
      <!-- START HOTEL CONTENT-->
      <!-- START HOTEL CONTENT-->
      <!-- END-->
      <!-- START HOTEL CONTENT-->
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#000000;" target="_blank">
           <img alt="Beat the exchange rate - get the best value for money" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Fexchange-rate.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="text-decoration:none; color:##000000;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-right:auto; margin-left:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
          <!-- main surround for tabs -->
          <table align="center" bgcolor="#3d8ede" border="0" cellpadding="25" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-padding-alt:15px 15px 15px 15px ; margin: 0 auto; background-color: #3d8ede; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="left" class="textsize">
              <p style="font-family: Verdana, Helvetica, sans-serif; text-decoration:none; color:#666666; line-height:24px; font-size:21px; padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin:0px;letter-spacing:normal;">
               <a style="text-decoration:none; color:#FFFFFF;" target="_blank">
                <strong>
                 Four Views Monumental Lido
                </strong>
                <br/>
                <span style="font-size: 14px;">
                 Funchal, Madeira
                </span>
                <br/>
                <span style="font-size: 12px;">
                 ★★★★ | Our Rating
                </span>
               </a>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 560px; margin: 0 auto;table-layout: auto;" width="560">
           <tbody>
            <tr>
             <td align="center" valign="top">
              <a style="color:#ffffff;" target="_blank">
               <img alt="Four Views Monumental Lido" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Ffour-views-monumental.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="560"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" cellpadding="5" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto; mso-padding-alt:5px 5px 5px 5px ;table-layout: auto;" width="294">
           <tbody>
            <tr>
             <th cellpadding="0" class="emailcolsplit" style="width: 270px;" width="270">
              <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" height="70px;" style="width: 270px; margin: 0 auto; height: 70px;table-layout: auto;" valign="middle" width="270">
               <tbody>
                <tr>
                 <td align="center">
                  <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://jet2email.com/3HYU-17BXP-48Z8BT-RCTS2-1/c.aspx" target="_blank" style="height:48px;v-text-anchor:middle;width:300px;" arcsize="10%" stroke="f" fillcolor="#ee3123"> <w:anchorlock></w:anchorlock> <center style="color:#FFFFFF;font-family:Verdana, Geneva, sans-serif;;font-size:19px;font-weight:bold;"> From £619pp‡ &#xbb; </center> </v:roundrect><![endif]-->
                  <!--[if !mso]><!-->
                  <div bgcolor="#ee3123" class="cta" style="-webkit-border-radius: 4px; -moz-border-radius:4px; border-radius: 4px; display: block; margin-left: auto; margin-right: auto; background-color: #ee3123; width: 90%; padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px; background: #ee3123;">
                   <a class="cta-text" style="color: #FFFFFF; vertical-align: middle; display: inline-block; height: 100%; width: 100%; text-decoration: none; font-weight: bold; text-decoration: none; font-size:19px; text-align:center; font-family: Verdana, Geneva, sans-serif; line-height: 24px;" target="_blank" valign="middle">
                    From £619pp‡ »
                   </a>
                  </div>
                  <!--<![endif]-->
                 </td>
                </tr>
               </tbody>
              </table>
             </th>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
      <!-- START HOTEL CONTENT-->
      <!-- END HOTEL -->
      <!-- START HOTEL CONTENT-->
      <!-- START HOTEL CONTENT-->
      <!-- END HOTEL -->
      <!-- START HOTEL CONTENT-->
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#000000;" target="_blank">
           <img alt="Know the cost before you go - don't worry about your wallet" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Fcost.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="text-decoration:none; color:##000000;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
          <!-- main surround for tabs -->
          <table align="center" bgcolor="#3d8ede" border="0" cellpadding="25" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-padding-alt:15px 15px 15px 15px ; margin: 0 auto; background-color: #3d8ede; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="left" class="textsize">
              <p style="font-family: Verdana, Helvetica, sans-serif; text-decoration:none; color:#666666; line-height:24px; font-size:21px; padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin:0px;letter-spacing:normal;">
               <a style="text-decoration:none; color:#FFFFFF;" target="_blank">
                <strong>
                 H10 Rubicon Palace
                </strong>
                <br/>
                <span style="font-size: 14px;">
                 Playa Blanca, Lanzarote
                </span>
                <br/>
                <span style="font-size: 12px;">
                 ★★★★★ | Our Rating
                </span>
               </a>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 560px; margin: 0 auto;table-layout: auto;" width="560">
           <tbody>
            <tr>
             <td align="center" valign="top">
              <a style="color:#FFFFFF ;" target="_blank">
               <img alt="H10 Rubicon Palace" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252FH10-rubicon.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="560"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" cellpadding="5" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto; mso-padding-alt:5px 5px 5px 5px ;table-layout: auto;" width="294">
           <tbody>
            <tr>
             <th cellpadding="0" class="emailcolsplit" style="width: 270px;" width="270">
              <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" height="70px;" style="width: 270px; margin: 0 auto; height: 70px;table-layout: auto;" valign="middle" width="270">
               <tbody>
                <tr>
                 <td align="center">
                  <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://jet2email.com/3HYU-17BXP-48Z8BT-RCTS5-1/c.aspx" target="_blank" style="height:48px;v-text-anchor:middle;width:300px;" arcsize="10%" stroke="f" fillcolor="#ee3123"> <w:anchorlock></w:anchorlock> <center style="color:#ffffff;font-family:Verdana, Geneva, sans-serif;;font-size:19px;font-weight:bold;"> From £739pp‡ &#xbb; </center> </v:roundrect><![endif]-->
                  <!--[if !mso]><!-->
                  <div bgcolor="#ee3123" class="cta" style="-webkit-border-radius: 4px; -moz-border-radius:4px; border-radius: 4px; display: block; margin-left: auto; margin-right: auto; background-color: #ee3123; width: 90%; padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px; background: #ee3123;">
                   <a class="cta-text" style="color: #ffffff; vertical-align: middle; display: inline-block; height: 100%; width: 100%; text-decoration: none; font-weight: bold; text-decoration: none; font-size:19px; text-align:center; font-family: Verdana, Geneva, sans-serif; line-height: 24px;" target="_blank" valign="middle">
                    From £739pp‡ »
                   </a>
                  </div>
                  <!--<![endif]-->
                 </td>
                </tr>
               </tbody>
              </table>
             </th>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-right:auto; margin-left:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#000000;" target="_blank">
           <img alt="Kick back and relax - concentrate on enjoying a little 'you' time" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Frelax.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="text-decoration:none; color:##000000;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-right:auto; margin-left:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <!--end-->
     </td>
    </tr>
   </tbody>
  </table>
  <table align="center" bgcolor="#3d8ede" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #3d8ede; table-layout: auto;" width="100%">
   <tbody>
    <tr>
     <td align="center" bgcolor="#3d8ede" class="emailwrapto100pc" style="background-color:#3d8ede;" width="100%">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-right:auto; margin-left:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a style="color:#000000;" target="_blank">
           <img alt="Jet2villas - enjoy all the package perks of Jet2holidays. Get £50pp off villa holidays until April 21^" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fadhoc%252F2020%252FOctober%252F201031-ALL-INCLUSIVE%252Fvillas-xsell-V2-2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="text-decoration:none; color:##000000;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-right:auto; margin-left:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="table-layout: auto;" width="600">
       <tbody>
        <tr>
         <th class="emailcolsplit" width="193">
          <table bgcolor="#0065b3" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="table-layout: auto;" width="193">
           <tbody>
            <tr>
             <td align="left" bgcolor="#F1F1F1" height="48" style="padding-left: 10px;" valign="middle" width="153">
              <a style="color:#0065b3; font-size:16px; line-height:20px; font-family:Verdana, sans-serif; margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; font-weight:100;text-decoration:none;" target="_blank">
               Luxury holidays
              </a>
             </td>
             <td align="center" height="48" valign="middle" width="40">
              <a style="margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;text-decoration:none;" target="_blank">
               <img at="" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fksp_buttonarrow_0065b3.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="display: block;margin: 0 auto;"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
         </th>
         <td class="hide480col" width="10">
         </td>
         <th class="emailcolsplit" width="194">
          <table bgcolor="#0065b3" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="table-layout: auto;" width="194">
           <tbody>
            <tr>
             <td align="left" bgcolor="#F1F1F1" height="48" style="padding-left: 10px;" valign="middle" width="154">
              <a style="color:#0065b3; font-size:16px; line-height:20px; font-family:Verdana, sans-serif; margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; font-weight:100;text-decoration:none;" target="_blank">
               Family holidays
              </a>
             </td>
             <td align="center" height="48" valign="middle" width="40">
              <a style="margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;text-decoration:none;" target="_blank">
               <img at="" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fksp_buttonarrow_0065b3.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="display: block;margin: 0 auto;"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
         </th>
         <td class="hide480col" width="10">
         </td>
         <th class="emailcolsplit" width="193">
          <table bgcolor="#0065b3" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="table-layout: auto;" width="193">
           <tbody>
            <tr>
             <td align="left" bgcolor="#F1F1F1" height="48" style="padding-left: 10px;" valign="middle" width="153">
              <a style="color:#0065b3; font-size:16px; line-height:20px; font-family:Verdana, sans-serif; margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; font-weight:100;text-decoration:none;" target="_blank">
               Late Deals
              </a>
             </td>
             <td align="center" height="48" valign="middle" width="40">
              <a style="margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;text-decoration:none;" target="_blank">
               <img at="" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fksp_buttonarrow_0065b3.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="display: block;margin: 0 auto;"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
         </th>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
   </tbody>
  </table>
  <table align="center" bgcolor="#0065b3" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc ee_mobiletemplate" ee-template-version="8.6" style="background-color: #0065b3; table-layout: auto;" width="100%">
   <tbody>
    <tr>
     <td align="center" bgcolor="#0065b3" class="emailwrapto100pc" style="background-color: #0065b3;" width="100%">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
      <!-- KSP STRIP AND CROSS SELL -->
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left: auto; margin-right: auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td>
          <a class="ksptitleboost" style="color:#ffffff; font-size:9px; line-height:10px; font-family: Verdana, Helvetica, sans-serif; margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; font-weight:bold;text-decoration:none;" target="_blank">
           <img alt="Great Flight times - Transfers Included - 10kg hand luggage - 22kg Baggage Allowance - £60pp Deposit*" border="0" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fksp-strip.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
   </tbody>
  </table>
  <!-- footer begins-->
  <table align="center" bgcolor="#203240" cellpadding="0" cellspacing="0" leftmargin="0" marginheight="0" marginwidth="0" style="width: 100%; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; margin:0 !important;table-layout: auto;" width="101%">
   <tbody>
    <tr>
     <!-- Change background color -->
     <td bgcolor="#203240" cellpadding="0" cellspacing="0" style="width: 100%; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; margin:0 !important;" width="100%">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin: 0 auto; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; margin-left: auto; margin-right: auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center" valign="top">
          <a target="_blank">
           <img border="0" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Farrow-footer.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="display: block; vertical-align: top;" width="600"/>
          </a>
         </td>
        </tr>
       </tbody>
      </table>
      <table align="center" bgcolor="#203240" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width:600px; margin-left: auto; margin-right: auto;table-layout: auto;" width="600">
       <tbody>
        <tr>
         <td align="center">
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" style="font-family: Verdana, Helvetica, sans-serif;text-align:center;font-size:22px;padding-top:8px;padding-bottom:10px;color:#FFFFFF;letter-spacing:normal;">
              <strong>
               Or why not try?
              </strong>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 600px; margin-left: auto; margin-right: auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" width="290">
              <a class="ksptitleboost" style="color:#ffffff; font-size:9px; line-height:10px; font-family: Verdana, Helvetica, sans-serif; margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; font-weight:bold;text-decoration:none;" target="_blank">
               <img alt="Jet2citybreaks" border="0" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fcity.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="290"/>
              </a>
             </td>
             <td align="right" width="20">
             </td>
             <td align="right" width="290">
              <a class="ksptitleboost" style="color:#ffffff; font-size:9px; line-height:10px; font-family: Verdana, Helvetica, sans-serif; margin:0; padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0; font-weight:bold;text-decoration:none;" target="_blank">
               <img alt="Jet2villas" border="0" class="emailwrapto100pc" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fvillas.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" width="290"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <hr align="center" class="emailwrapto90pc" color="#394858" size="1" width="600"/>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="10" cellspacing="0" class="emailwrapto90pc" style="width: 400px; mso-cellspacing: 0px; mso-padding-alt: 10px 10x 10px 10px; margin-left: auto; margin-right: auto; max-width: 400px;table-layout: auto;" width="400">
           <tbody>
            <tr>
             <td>
              <a target="_blank">
               <img alt="Facebook" border="0" class="emailwrapto100pc" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Ffacebook.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 50px; max-height: 50px;" width="50"/>
              </a>
             </td>
             <td>
              <a target="_blank">
               <img alt="twitter" border="0" class="emailwrapto100pc" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Ftwitter.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 50px; max-height: 50px;" width="50"/>
              </a>
             </td>
             <td>
              <a target="_blank">
               <img alt="youtube" border="0" class="emailwrapto100pc" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fyoutube.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 50px; max-height: 50px;" width="50"/>
              </a>
             </td>
             <td>
              <a target="_blank">
               <img alt="pinterest" border="0" class="emailwrapto100pc" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fpinterest.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 50px; max-height: 50px;" width="50"/>
              </a>
             </td>
             <td>
              <a target="_blank">
               <img alt="Instagram" border="0" class="emailwrapto100pc" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Finstagram.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 50px; max-height: 50px;" width="50"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <hr align="center" class="emailwrapto90pc" color="#394858" size="1" width="600"/>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="5" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-cellspacing: 0px; mso-padding-alt: 5px 5px 5px 5px; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td>
              <p style="font-family:Verdana,Arial,Helvetica,sans-serif; text-align:center; font-size:13px; line-height: 15px; color:#ffffff; margin:0px; padding-top:8px; padding-bottom:5px; letter-spacing:normal;">
               Email displaying incorrectly?
               <a style="color:#ffffff;" target="_blank">
                View our online version here
               </a>
               <br/>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto100pc" style="width: 600px; margin-left:auto; margin-right:auto; padding-bottom: 5px;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" style="font-family: Verdana, Helvetica, sans-serif;text-align:center;font-size:22px;padding-top:8px;padding-bottom:10px;color:#FFFFFF;letter-spacing:normal;">
              <strong>
               Download our FREE app
              </strong>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="10" cellspacing="0" class="emailwrapto90pc" style="width: 424px; mso-cellspacing: 0px; mso-padding-alt: 10px 10px 10px 10px; margin-left: auto; margin-right: auto; max-width: 424px;table-layout: auto;" width="424">
           <tbody>
            <tr>
             <td>
              <a target="_blank">
               <img alt="Download on the app store" border="0" class="emailwrapto100pc" height="60" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fflights%252Fnew-template%252Fapple.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 181px; max-height: 60px;" width="181"/>
              </a>
             </td>
             <td>
              <a>
               <img alt="Get it on Google Play" border="0" class="emailwrapto100pc" height="60" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fflights%252Fnew-template%252Fgoogle.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 203px; max-height: 60px;" width="203"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <hr align="center" class="emailwrapto90pc" color="#394858" size="1" width="600"/>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="emailwrapto90pc" style="width: 300px; mso-cellspacing: 0px; margin-left: auto; margin-right: auto; max-width: 300px;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td>
              <a target="_blank">
               <img alt="ABTA no. Y1256 - ATOL Protected 9618" border="0" class="emailwrapto100pc" height="100" src="https://inboxflows.com/_/image/https%253A%252F%252Fstorage.googleapis.com%252Fjet2%252Fholidays%252Fnew-template%252Fatol-abta.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdG9yYWdlLmdvbyJ9:1kYY7X:mbsmhndJwLg-E12CKIWm9tC-hOWL0vI6c2DMprdYoiQ" style="max-width: 300; max-height: 100px;" width="300"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <hr align="center" class="emailwrapto90pc" color="#394858" size="1" width="600"/>
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="hide" style="width: 600px; margin: 0 auto;table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" valign="top">
             </td>
            </tr>
           </tbody>
          </table>
          <table border="0" cellpadding="15" cellspacing="0" class="emailwrapto100pc" style="width: 600px; mso-cellspacing: 0px; mso-padding-alt: 15px 15px 15px 15px; table-layout: auto;" width="600">
           <tbody>
            <tr>
             <td align="center" class="footertextboost" style="font-family: Verdana, Helvetica, sans-serif;text-align:center;font-size:13px;padding-top:8px;padding-bottom:0px;color:#FFFFFF;letter-spacing:normal;">
              <strong>
               Terms &amp; Conditions
              </strong>
             </td>
            </tr>
            <tr>
             <td align="center">
              <p class="footertextboost" style="font-family: Verdana, Helvetica, sans-serif;font-size:10px; line-height: 15px; padding-top:0px;padding-bottom:0px;color:#DCDCDC;letter-spacing:normal; text-align: center;">
               <a style="color:#DCDCDC;" target="_blank">
                <strong>
                 <em>
                  Jet2holidays
                 </em>
                </strong>
               </a>
               Limited: Registered Company Number: 04472486: Registered office: Low Fare Finder House, Leeds Bradford Airport, Leeds, LS19 7TU. Terms and conditions apply. All holidays quoted are per person.
               <br/>
               <br/>
               <strong>
                <em>
                 Jet2holidays
                </em>
               </strong>
               email promotions are not binding for the purpose of forming a contract to sell holidays and do not form a contractual relation of any type. Contracts can only be formed by following the booking procedures set out at www.Jet2holidays.com. Prices shown on our websites and in our advertising are subject to change without prior notice and are only guaranteed when your contract is confirmed.
               <br/>
               <br/>
               *£60 per person deposit is applicable on holidays departing 10 weeks or more from booking date.
               <br/>
               <br/>
               ‡Prices are correct as of 30th October 2020. Prices include 22kg baggage per person (excluding infants).
               <br/>
               <br/>
               ^£50 off per per person. Terms and conditions apply, please see our
               <a style="color:#DCDCDC" target="_blank">
                <strong>
                 website
                </strong>
               </a>
               for details.
               <br/>
               <br/>
               Destinations may vary by departure airport.
               <br/>
               <br/>
               <a style="color:#FFFFFF;" target="_blank">
                613453d5@uifeed.com
               </a>
               is opted in to receiving communications from
               <a style="color:#DCDCDC" target="_blank">
                <em>
                 <strong>
                  Jet2holidays
                 </strong>
                </em>
               </a>
               . To opt-out, please unsubscribe using the link below, please note unsubscribing can take up to 5 days. Prices shown on our websites and in our advertising are subject to change without prior notice and are only guaranteed when your contract is confirmed.
               <br/>
               <br/>
               <a style="color:#FFFFFF;">
                Unsubscribe from this newsletter
               </a>
               <br/>
               <br/>
              </p>
             </td>
            </tr>
           </tbody>
          </table>
          <!-- return path tracking in table, so bg colour is consistent -->
          <img height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fpixel.monitor1.returnpath.net%252Fpixel.gif%253Fr%253D21f8511ba887e50cb6e90731bf8088e018ccd3e9%2526Base%253DPSP%2526Date%253D201031%2526Source%253DHolidaysAdhoc%257CLATESALLINCLUSIVEXSELLNONFAM/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnBpeGVsLm1vbml0byJ9:1kYY7X:y5IWQAxak_gBuIORoUVCR8A1E19Rhy1t9MsCRysdamM" width="1"/>
          <img height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fpixel.app.returnpath.net%252Fpixel.gif%253Fr%253D21f8511ba887e50cb6e90731bf8088e018ccd3e9%2526c%253DFlightsAdhocLATESALLINCLUSIVEXSELLNONFAM201031%2526Base%253DPSP%2526Date%253D201031%2526Source%253DHolidaysAdhoc%257CLATESALLINCLUSIVEXSELLNONFAM/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZwaXhlbC5hcHAuciJ9:1kYY7X:t-OONe92HvBP_fH5zBYG0_k7dIpjkAkhv8JBowii1BE" width="1"/>
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
   </tbody>
  </table>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fjet2email.com%252F3HYU-17BXP-48Z8BT%252Fo.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZqZXQyZW1haWwuYyJ9:1kYY7X:AV6XkjvSqonG2_Ra_V-aXR9QaBrRYFUi1wYsUH_NlwE" style="display:block;" width="1"/>
  <font color="#F50ACE9">
  </font>
 </body>
</html>