<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="ffb43cbe-3438-41ad-b70e-8a4694044463">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74328" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-15T00:00:00" End="2026-08-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="support@book4trip.co.uk" Password="Trip1997@" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-11T16:16:51.1422375+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ffb43cbe-3438-41ad-b70e-8a4694044463" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="782527|ersoy_ak_pansiyon" HotelName="Ersoy Ak Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kizilsaray Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ac/9aac4022cf26f436103d43f5eaf0dd22a9f6baf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.50" OriginalAmount="76.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.894006" Longitude="30.700288" StarRating="0" HotelCode="|546606" HotelName="Dizlek Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90. Sk. 4 A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/0/6/546606_1959b832309.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89508306" Longitude="30.70154037" StarRating="0" HotelCode="627819|ersoy_efe_pansiyon" HotelName="Ersoy Efe Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mahallesi, 562. Sokak 13, Antalya, Muratpasa 07010</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ae/05ae9dbc4960830f6278b457d4a9c492214d41b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.97" OriginalAmount="97.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90975" Longitude="30.691581" StarRating="0" HotelCode="|532609" HotelName="PALVAN APART OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2116. Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/6/0/9/532609_4ade0971042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.25" OriginalAmount="99.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.887077" Longitude="30.702237" StarRating="0" HotelCode="|544426" HotelName="BetaS GuestHouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mh. 22. Sk No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/4/2/6/544426_6e6f11c1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8949242" Longitude="30.70324274" StarRating="2" HotelCode="516121|ersoy_aga_otel" HotelName="Ersoy Aga Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mah. 569 Sk. 5, 07010 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e5/e9e52b1e9e241891bb3f89c0aa05285f33082bb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel can be found in Antalya City. The establishment's common areas include Wi-Fi inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.35" OriginalAmount="105.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8957683" Longitude="30.7001019" StarRating="0" HotelCode="|305588" HotelName="Star Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>567 Sok. Muratpa?a Mah.No:33 Muratpa?a Antalya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/5/8/8/305588_0fef8881711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.40" OriginalAmount="116.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89684" Longitude="30.69891" StarRating="0" HotelCode="|244732" HotelName="Exporoyal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mahallesi 567, Sokak N 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/7/3/2/244732_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89772815" Longitude="30.70600528" StarRating="0" HotelCode="972640|otel_ahsen" HotelName="Ahsen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mahallesi, 592 Sokak 18, 07010 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/97/0297781c3f1c90c2a4afe1b473c700049e95ab48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8815937" Longitude="30.70563497" StarRating="0" HotelCode="598471|efsali_otel_kaleici_hotel" HotelName="Kaleici Efsali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kilincarslan Mahallesi, Tabakhane Sokak 5, Kaleici, Antalya 07100</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d7/b1d767b2d5a5627a54be60fd0dc8866a2a002df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.63" OriginalAmount="117.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.880747" Longitude="30.7139727" StarRating="0" HotelCode="|86564" HotelName="Mera Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cebesoy Cad. No: 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/6/4/86564_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: Is situated inAntalya the city centre of 900 metres away, guests will find the sea. ROOM: Customers can find modern rooms with WiFi and a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.67" OriginalAmount="120.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.895216" Longitude="30.703578" StarRating="0" HotelCode="|544407" HotelName="Ersoy Ikiz Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mah. 570 Sk. No:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/4/0/7/544407_62ea1921002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88688882" Longitude="30.70229293" StarRating="0" HotelCode="595120|aziz_otel" HotelName="Aziz Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mahallesi, 22. Sokak 4, Kaleici, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/91/2091e5254e3d1c3f43e7c18a44a3bfabffbbd7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Aziz Otel, you'll be centrally located in Antalya, steps from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="819338|ozgur_hotel_3" HotelName="Ozgur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9b/679ba9a5bf124a1855234500d706921ab7d1db97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.09" OriginalAmount="126.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.952651" Longitude="30.709207" StarRating="0" HotelCode="|546065" HotelName="DR.GREENS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1809. Sk. 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/0/6/5/546065_da7e2171050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.38" OriginalAmount="127.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88873" Longitude="30.70352" StarRating="0" HotelCode="|556721" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mahalesi 15 sokak no 8 Muratpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/7/2/1/556721_e6760a91646.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.68" OriginalAmount="127.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.887091" Longitude="30.712522" StarRating="3" HotelCode="|85284" HotelName="Atalla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SINAN MAH CEBESOY CAD. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/2/8/4/85284_bf75b721947.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Antalya the city centre of KaleiÃ§i 200 metres away from the establishment, you can find the historic centre, el Museo de Antalya 3,5 kilometres away, you can find it is situated 13 kilometres away from Antalya Airport. HOTEL: The establishment boasts a restaurant, a hammam and private parking (free of charge). ROOM: The modern rooms, have WiFi (free of charge), an air-conditioning system, modern furniture, a balcony, a television and a mini-bar. They also have a bathroom with a shower and toiletries. MEALS: Customers have at their disposal a breakfast service, breakfast room service and a bar. FACILITIES: The establishment also offers a massage service, a sauna, a Turkish bath, a reception, car rental and a bicycle rental service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="973968|cityhub_hostel" HotelName="Cityhub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tabakhane Sokak 9, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/e2/3be2355f290e3755269a92ca862e883e50d8de45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.76" OriginalAmount="128.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87474" Longitude="30.71628" StarRating="0" HotelCode="|616160" HotelName="Mi Hotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No:11 1330. Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/1/6/0/616160_acbc4cd0324.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.883645" Longitude="30.706167" StarRating="3" HotelCode="191223|camel_pension__aparts" HotelName="Camel Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi Zafer Sokak No. 9, 07100 Antalya, Kaleiçi</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ca/2ccae40696432b37b8f3085aecb3a5d192860061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Dalaman (DLM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88087190069" Longitude="30.714026267529" StarRating="3" HotelCode="167840|mera_park_hotel" HotelName="Mera Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zerdallik Mahallesi, Cebesoy Caddesi, 1385 Sokak 2, Muratpasa, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/f6/2af6bb7a50638d71784f7c93f78a75718ad7c27b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Antalya, this hotel is about 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.26" OriginalAmount="132.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89803" Longitude="30.70651" StarRating="0" HotelCode="|556667" HotelName="Ahsen Hotel Antalya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mah., 592 Sokak No: 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/6/6/7/556667_907ee0d1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85056627993" Longitude="30.770147057768" StarRating="3" HotelCode="347575|teos_hotel" HotelName="Teos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Çaglayan Mahallesi, 2050 Sokak 20, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/92/ff92e7edbe817e9563b84b384c23a6921bcfdf38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.81" OriginalAmount="135.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.901811" Longitude="30.658102" StarRating="0" HotelCode="|539574" HotelName="Elit Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/7/4/539574_132f7da2139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.43" OriginalAmount="138.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.901706" Longitude="30.661996" StarRating="0" HotelCode="|465773" HotelName="Gunduzler Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kultur Mahallesi 3806 Sokak No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/7/7/3/465773_5a456e81238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="139.74" OriginalAmount="138.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.891594" Longitude="30.710243" StarRating="3" HotelCode="3946453" HotelName="Privado Hotels" Meals="LOFT" BedType="LOFT">
        <Address>
          <AddressLines>
            <AddressLine>Balbey Mahallesi Fahrettin Altay Caddesi, 441 Sok. No:2/201</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/46453/3946453/1.jpg?f=17375917</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and tour/ticket assistance.. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.67" OriginalAmount="139.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88854499" Longitude="30.70364618" StarRating="1" HotelCode="793158|98567158" HotelName="Gvar Apart Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Currency Exchange,Golf,Laundry,Library,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mahallesi, 15 Sokak  4 / 101, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/68/90/68908f7f62f3b56299cfe89068ee37e69524741a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Gvar Apart Otel offers rooms with a minibar, a heating system, a pantry, ironing facilities and a DV...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88854685" Longitude="30.70364247" StarRating="3" HotelCode="593842|352535" HotelName="Sen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Currency Exchange,Elevator,Golf,Internet,Laundry,Library,Parking,Printer,Room Service,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mahallesi, 15 Sokak 8, Muratpasa Bina Kodu, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638723/638723a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the one of the most famous Turkish resort cities, Antalya, in the denominated re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.9125495" Longitude="30.70088872" StarRating="0" HotelCode="498293|mutado_hotel_" HotelName="Mutado Pension" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gazi bulvari Karsiyaka Mh 3927, Sokak 6/1, 07060 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e1/25e1acc9add477d1b8529ebb3a139b714b9cccc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.57" OriginalAmount="144.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8523531" Longitude="30.8038348" StarRating="3" HotelCode="|107852" HotelName="Lara Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lara Cad. Manolya Sok. No:5 Lara Ornekkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/5/2/107852_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: Lara Is situated in. FACILITIES: The establishment has private beach, Where you can find deck chairs and parasols (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88657044" Longitude="30.70687826" StarRating="0" HotelCode="589716|sunanatolia_otel" HotelName="Sun Anatolia Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tuzcular Mahallesi, Imaret Sokak 14, 07100 Antalya, Mediterranean</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/11/8211994384ce544cf097124659949ce84f221c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.25" OriginalAmount="145.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88958" Longitude="30.702066" StarRating="0" HotelCode="|544425" HotelName="Beta GuestHouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>elmali mahallesi 4. sokak no 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/4/2/5/544425_6cd8c061012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.69" OriginalAmount="148.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888543" Longitude="30.703657" StarRating="0" HotelCode="|563152" HotelName="Gvar Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mahallesi, 15. Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/1/5/2/563152_76537211818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="150.14" OriginalAmount="148.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88722" Longitude="30.71243" StarRating="3" HotelCode="1820516" HotelName="Atalla Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sinan Mh. Cebesoy Cd No:28,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/20516/1820516/42.jpg?f=17650792</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and bicycles to rent. This hotel also features complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.36" OriginalAmount="148.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888876" Longitude="30.702964" StarRating="0" HotelCode="|524449" HotelName="Ersoy Ege Apart Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14. Sk. 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/4/9/524449_e6976f40918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.06" OriginalAmount="149.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.890328" Longitude="30.704388" StarRating="0" HotelCode="|533097" HotelName="Legend Tulip Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>459 Sokak. No3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/9/7/533097_8171ef01153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.56" OriginalAmount="150.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.893847" Longitude="30.701358" StarRating="0" HotelCode="|459502" HotelName="Kıvrak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarampol Cad. No: 202</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/5/0/2/459502_320f8b51414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.76" OriginalAmount="151.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.897625" Longitude="30.69454" StarRating="0" HotelCode="|539193" HotelName="Seven City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eski Sarampol Cd. 189</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/1/9/3/539193_c7b8ecd1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="152.99" OriginalAmount="151.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.705967" Longitude="31.577917" StarRating="3" HotelCode="3946390" HotelName="Aroma Butik Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kizilot, DSI Kampi Yani, Manavgat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/46390/3946390/3.jpg?f=17136009</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including a seasonal outdoor pool and bicycles to rent. Additional features at this hotel include complimentary wireless internet access, tour/ticket assistance, and a picnic area.. Featured amenities include express check-in, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89386922" Longitude="30.70144591" StarRating="3" HotelCode="497693|kivrak_hotel" HotelName="Kivrak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarampol Cad. 202, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/10/f010057ff1de9c08f01f3d1eb82730f34d15b4be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.42" OriginalAmount="155.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.9126152" Longitude="30.7009083" StarRating="0" HotelCode="|353425" HotelName="Mutado Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gazi Bulvar? Kar??yaka Mah. 3927 Sok. No:6/1 Kepez</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/2/5/353425_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.30" OriginalAmount="157.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.883392" Longitude="30.710469" StarRating="0" HotelCode="|542798" HotelName="Lily Town Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/7/9/8/542798_723c6e71030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.30" OriginalAmount="157.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89405" Longitude="30.69939" StarRating="0" HotelCode="|235296" HotelName="Köşk Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/9/6/235296_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.73" OriginalAmount="160.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89514" Longitude="30.703132" StarRating="0" HotelCode="|543037" HotelName="Kalispera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa mah. 569.sok. No 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/0/3/7/543037_d6155d31010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.880089" Longitude="30.709899" StarRating="2" HotelCode="308238|489348" HotelName="Hotel Guleryuz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>inaztepe Caddesi?  No 8, Isiklar, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6b/22/6b22d60a71fb616bf10eb33ba665ae3851532bc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.885986" Longitude="30.694011" StarRating="3" HotelCode="908850|antalya_madi_hotel" HotelName="Dimo Hotel Antalya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Deniz Mahallesi, Konyaalti Caddesi, 124 Sokak 8, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7f/03/7f0394aeef476b41dc04a288b162405bc6983609.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya, near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="164.33" OriginalAmount="162.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.900715" Longitude="30.657818" StarRating="14" HotelCode="3895951" HotelName="Anelli Hotel" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kultur Mahallesi Hurriyet Caddesi, B Apt. N0 42-B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/95951/3895951/1.jpg?f=17037631</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a fitness center and bicycles to rent. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area. Getting to the surf and sand is a breeze with the beach shuttle (surcharge).. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="164.39" OriginalAmount="162.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90903" Longitude="30.741065" StarRating="3" HotelCode="297747|2430099" HotelName="Expo Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gazi Bulvari 644/B 1, Doguyaka Mahallesi, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/ba/73ba221c98230e1aa0948d3e0d2348411d7e5cc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Dalaman (DLM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85465539" Longitude="30.80283242" StarRating="5" HotelCode="515673|hotel_luna_15" HotelName="Hotel Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba Mah. Gulibrisim Sok. 7, Lara, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/bc/5ebc9eb16b6edc940fcb72e91e1b265b53d304e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.83" OriginalAmount="164.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89359" Longitude="30.698598" StarRating="0" HotelCode="|534390" HotelName="Terra Rossa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107. Sk. 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/9/0/534390_94a55321100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.85" OriginalAmount="165.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88601" Longitude="30.69383" StarRating="0" HotelCode="|233746" HotelName="Madi Hotel Antalya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deniz Mah. Konyaalti Cad. 124 Sok. No:8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/7/4/6/233746_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.52" OriginalAmount="165.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.9022482" Longitude="30.6593224" StarRating="0" HotelCode="267883|2482695" HotelName="Berraksu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kültür Mahallesi, 3822 Sokak 7, 7090 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/d5/afd54587c5ae5e182178f83b527b30e0feef4bcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Berraksu Hotel in Antalya, you'll be convenient to Akdeniz Universi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.07" OriginalAmount="166.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90971" Longitude="30.74107" StarRating="3" HotelCode="|557827" HotelName="Expo Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Doguyaka Mahallesi Gazi Bulvari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/8/2/7/557827_82737fb1658.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.83" OriginalAmount="168.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.902114" Longitude="30.659319" StarRating="0" HotelCode="|459611" HotelName="Berraksu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kultur Mahallesi 3822, Sokak No. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/6/1/1/459611_0da87101517.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.75" OriginalAmount="170.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90153" Longitude="30.66154" StarRating="0" HotelCode="|591285" HotelName="VERA PARK PREMIUM APART OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 3825. Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/1/2/8/5/591285_ee607462058.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.848301013954" Longitude="30.766535279388" StarRating="0" HotelCode="346456|karden_hotel" HotelName="Karden Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2002 Sokak 21, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/d3/bfd3bad3c3408e4343cd8857ee2c8b160d9d60e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.32" OriginalAmount="171.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.849672" Longitude="30.770441" StarRating="0" HotelCode="|522329" HotelName="Mielo Lara Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mah. 2053. Sk. No:34 Ic Kapi: 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/3/2/9/522329_663e30d1050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.886578125364" Longitude="30.70674687624" StarRating="2" HotelCode="262256|antalya_twenty_hotel" HotelName="Twenty" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imaret Sk. No:9, Tuzcular Mah., Kaleiçi Antalya, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6d/0f/6d0fe827679c227d2482c9cb2c2de3df897d6595.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88439914" Longitude="30.70793536" StarRating="0" HotelCode="309395|antalya_grand_erken_hotel" HotelName="Grand Erken Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Meeting Room,Parking,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Hamit Efendi Sokak 10, Muratpasa, Kaleiçi, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/93/5193d62b05a45975c5ec89a9b02fc9e2b58442db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Grand Erken Hotel in Antalya (City Centre), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.02" OriginalAmount="174.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8843893" Longitude="30.7072475" StarRating="0" HotelCode="|86623" HotelName="Otantik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/6/2/3/86623_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional style establishment, has, WiFi, (free of charge). SITUATION: This hotel is in KaleiÃ§i the historic centre of Antalya is situated in 300 metres away, guests will find Mermerli the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.31" OriginalAmount="174.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.886972" Longitude="30.7016866" StarRating="3" HotelCode="|107885" HotelName="Mevre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmal? Mah 24 Sok No:2 Muratpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/8/5/107885_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), a reception, rooms with air-conditioning and satellite TV. SITUATION: This hotel is in Antalya the centre of it is situated 1 kilometre away from the promenade.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="957396|489173" HotelName="Balbey Family Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balbey Mahallesi, 444 Sokak, Cemal Yildirim Ishani, Bina 4/9, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/35000000/34310000/34306300/34306274/f4aa44f2_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85167257841" Longitude="30.762748718262" StarRating="3" HotelCode="167305|tepe_hotel" HotelName="Tepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2012 Sokak  8, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/dd/34dd2bcff289de6ae6cc537f4f44b0e314147040.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.887112" Longitude="30.701851" StarRating="3" HotelCode="267876|hotel_mevre" HotelName="Mevre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kisla Mahallesi, 24. Sokak 2, 07040 Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ff/04fff21ced6543d87091b545fab3d89ab8707c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.09" OriginalAmount="181.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8892177" Longitude="30.7023971" StarRating="0" HotelCode="|304323" HotelName="özhan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hasan Suba?? Cad. K??la Mahallesi 4.Sokak No:15 Muratpa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/3/2/3/304323_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.77" OriginalAmount="181.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.890725" Longitude="30.703067" StarRating="0" HotelCode="|524262" HotelName="Piyes Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mah. 7.Sokak No: 33A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/6/2/524262_9b3af5a0903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.05" OriginalAmount="183.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.902666" Longitude="30.66256" StarRating="0" HotelCode="|462148" HotelName="Hotel Mandalin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kultur Mh. 3801. Sk. No 8 Kepez</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/1/4/8/462148_773653a1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.74" OriginalAmount="183.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8911518" Longitude="30.6947762" StarRating="3" HotelCode="|86560" HotelName="Antroyal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anafartalar Cad. No: 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/6/0/86560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: Is situated inAntalya the city centre of 2 kilometres away from the establishment, guests will find the beaches. ROOM: The rooms have WiFi (free of charge) and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.868165676354" Longitude="30.636749723713" StarRating="0" HotelCode="267878|tumay_hotel_2" HotelName="Tumay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallesi, 430 Sokak 25, Konyaalti, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/76/2076b580b11be70cb43d357e53585ea283d622d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.88" OriginalAmount="184.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888861" Longitude="30.725424" StarRating="0" HotelCode="|545478" HotelName="Sever Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>957. Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/4/7/8/545478_96521e82222.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.882856" Longitude="30.709552" StarRating="2" HotelCode="191224|489164" HotelName="Cinar Butik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hasimiscan mah. 1295 sok. No 25, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2b/922b0d6457d1437b8956b019d6a7908abb28e18f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87612" Longitude="30.649318" StarRating="3" HotelCode="38200|hotel_lunay" HotelName="Lunay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 642. Sokak No 30, 07070 Konyaalti, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/2a/d42af19dc086e3b2c0e03b4fdd142ac0c7be3fc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, charming hotel is situated some 500 m from the beautiful pebble beach. Nearby are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.882041500237" Longitude="30.703965068106" StarRating="2" HotelCode="118838|494260" HotelName="Özmen Pension" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kilicarslan Mahallesi, Zeytin Cikmazi No:5, Kaleici, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f0/14f0a264de75459c12443b58f208b53b6de32e2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="188.10" OriginalAmount="186.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.887738723084" Longitude="30.687314271927" StarRating="3" HotelCode="37711|2597814" HotelName="Suite Laguna" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,HALF BOARD (NON-REFUNDABLE)" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Teomanpasa Cad. 53, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1d/50/1d50cfea271cfdafa6bc000ec6177000c5cb6ad5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment-complex is situated around 1 km from the beach and the town centre with numerous shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.42" OriginalAmount="186.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.889389" Longitude="30.694028" StarRating="3" HotelCode="|453046" HotelName="My Home Güllük" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altindag Mah., 161. Sk. No:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/4/6/453046_a407dd41104.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90305819" Longitude="30.66299635" StarRating="0" HotelCode="515949|352518" HotelName="Mandalin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kultur Mahallesi, 3802 Sokak 3, Kepez Antalya, 07090 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/21/0921943fbbb062cb5c0b1dd167bbd320440213cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.40" OriginalAmount="187.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.901714" Longitude="30.660864" StarRating="0" HotelCode="|534218" HotelName="Ezel Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3825. Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/1/8/534218_36c87aa1126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.26" OriginalAmount="188.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85154" Longitude="30.762589" StarRating="0" HotelCode="|562202" HotelName="Tepe Hotel and Business Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cagalayan Mah. Barinaklar Bulv. No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/2/0/2/562202_ec589d51840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884391750723" Longitude="30.707517916171" StarRating="4" HotelCode="901608|364744" HotelName="Otantik Bavarian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Hesapci Sokak 14, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d1/b3d193352d0c0e25e6466db2b7f06b4ae37dc43f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.15" OriginalAmount="189.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8939257" Longitude="30.7014644" StarRating="3" HotelCode="|305236" HotelName="Kivrak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazim Ozalp Cad. No:202 Muratpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/2/3/6/305236_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.15" OriginalAmount="189.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8999926" Longitude="30.6735393" StarRating="0" HotelCode="|304699" HotelName="bayındır palme hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bay?nd?r Mah. P?nar cad. No:45 Muratpa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/6/9/9/304699_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.31" OriginalAmount="189.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8830165" Longitude="30.7048968" StarRating="0" HotelCode="|86571" HotelName="Konak Hotel Kaleici" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hidirlik Sokak No 13 Kilincaslan Mah Kaleici</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/7/1/86571_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Antalya Is situated in this establishment, is in KaleiÃ§i the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.43" OriginalAmount="189.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88512228" Longitude="30.70801455" StarRating="3" HotelCode="545186|2448775" HotelName="Kosa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Imaret Sokak 40, Ückapilar, Kaleici, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/78269/2578269/28.jpg?f=15528698</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Antalya, this hotel is about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.84" OriginalAmount="192.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.849301" Longitude="30.766543" StarRating="0" HotelCode="|524204" HotelName="Dam Hotel Lara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/0/4/524204_03590921115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852001" Longitude="30.800868" StarRating="3" HotelCode="191216|lara_kapris_hotel" HotelName="Lara Kapris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güzeloba Mah. Menekse Cad., 07100 Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/58/0158dbcd6b008b21455ea8cec863f81b8a76c1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.847866848677" Longitude="30.767286045115" StarRating="2" HotelCode="346416|nebilux_hotel" HotelName="Nebilux Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2048 Sokak 2/1, 07000 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/b0/13b03211128a6a08709ac6783b65485cb84e6ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="196.65" OriginalAmount="194.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88786" Longitude="30.68944" StarRating="14" HotelCode="759235" HotelName="Suite Laguna Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Teomanpasa Caddesi, No. 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/59235/759235/52.jpg?f=17337710</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and bicycles to rent. This hotel also features complimentary wireless internet access, a television in a common area, and tour/ticket assistance. Getting to the surf and sand is a breeze with the complimentary beach shuttle.. Featured amenities include express check-in, express check-out, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.13" OriginalAmount="195.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888155" Longitude="30.710458" StarRating="0" HotelCode="|538924" HotelName="Les Lion Luxury Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sinan Mah.1262.Sok No 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/9/2/4/538924_6050e071036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.63" OriginalAmount="195.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.891384" Longitude="30.699853" StarRating="0" HotelCode="|545735" HotelName="Zenia Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KIZILSARAY MAH.63 SOKAK NO .13 KAPI NO.1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/3/5/545735_3e466a71014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8493443" Longitude="30.76625113" StarRating="0" HotelCode="859076|yazar_lara_hotel" HotelName="Yazar Lara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2005 Sokak 36, Muratpasa, 07025 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/8f/158f89d536d2f79032a76d9c241bcfa2b3b2de4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.07" OriginalAmount="196.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.9020463" Longitude="30.6593335" StarRating="0" HotelCode="|302375" HotelName="Berrak Su Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kultur Mah 3822 Sok No:7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/2/3/7/5/302375_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90015918" Longitude="30.67342378" StarRating="0" HotelCode="498553|bay_nd_r_palme_hotel_" HotelName="Bayindir Palme Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bayindir Mahallesi, Pinar Caddesi 45, Muratpasa, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e5/6be5dcf83631ec17bb140310a31cdeb3fe1f5416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Bayindir Palme in Antalya, you'll be near the beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.62" OriginalAmount="197.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.892777" Longitude="30.724591" StarRating="0" HotelCode="|545588" HotelName="Toprak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>978. Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/5/8/8/545588_f899c6e1004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="200.36" OriginalAmount="198.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88892" Longitude="30.71142" StarRating="3" HotelCode="2169632" HotelName="Start Hotel" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Ali Çetinkaya Caddesi No: 19,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/69632/2169632/43.jpg?f=17249407</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as a sauna. Additional amenities at this hotel include complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.23" OriginalAmount="200.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.892895" Longitude="30.700575" StarRating="0" HotelCode="|468724" HotelName="Mostar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Antalya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/7/2/4/468724_fc525061232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.43" OriginalAmount="200.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8812801" Longitude="30.7057924" StarRating="0" HotelCode="|86577" HotelName="Held Hotel Kaleici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/7/7/86577_799f25e1157.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a patio, a swimming pool, a garden and WiFi in communal areas, (free of charge). SITUATION: KiliÃ§arslan It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.35" OriginalAmount="202.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881911" Longitude="30.7039655" StarRating="2" HotelCode="|86615" HotelName="Özmen Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kilicarslan Mahallesi Zeytin Cikmaz Sokak No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/6/1/5/86615_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in KaleiÃ§i the historic centre of Antalya is situated in 300 metres away, guests will find the marina. HOTEL: The establishment boasts a garden a terrace with ocean views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.873508370568" Longitude="30.650602307556" StarRating="0" HotelCode="391816|kartal_hotel_2" HotelName="Kartal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Garden,Housekeeping,Internet,Laundry,Lounge,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 639 Sokak 6, Konyaalti, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/4f/814f699bfb366b6feed43a5d0e2bfb940bb08512.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Kartal Hotel in Antalya, you'll be near the beach a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881187" Longitude="30.70569" StarRating="1" HotelCode="191217|held_hotel" HotelName="Held" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kiliçarslan Mahallesi Tabakhane Sokak No: 4, Kaleiçi, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/bf/3ebfec021a07b6561d43bb5fafbf3b449e235997.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Held Hotel Kaleici in Antalya (City Centre), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="973852|el_mundo_suites_hotel" HotelName="El Mundo Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba Mahallesi, 2121 Sokak 11, Muratpasa, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b9/f2/b9f28d360baf41a635469814bc8e614af4c389fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888974386293" Longitude="30.711427330971" StarRating="3" HotelCode="908851|madi_start_hotel" HotelName="Start" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ali Cetinkaya Caddesi, No: 19, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/65/f365ea2b8efc4746e30a316d9b898f04d3c6b541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.883738" Longitude="30.704459" StarRating="3" HotelCode="21582|2267" HotelName="Dogan Hotel by Prana Hotels &amp; Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerli Banyo Sokak 5, Kaleici, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/4d/714dd31dd9dccb81c0ae9b5943e3e2688435cfbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Kaleici District, known as old Antalya, which is famous for its narrow ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.45" OriginalAmount="207.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.855299" Longitude="30.759838" StarRating="0" HotelCode="|534101" HotelName="Hayal Fener" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1974. Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/0/1/534101_fe06b7a1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="3" HotelCode="934253|britannia_hotel_4" HotelName="Britannia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anafartalar Caddesi, Kemer, 07980 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e8/64e83238349a9583404d5eed372c0f84b3e29c2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex boasts a prime setting in Kemer. The property is located just 200 metres away from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.850122" Longitude="30.767497" StarRating="3" HotelCode="36318|azuu_boutique_hotel" HotelName="Azuu Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Nightclub,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Çaglayan Mahallesi, 2054 Sokak 1/1, Muratpasa, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/6d/3d6dfdaafa7b34f921aada4b7438c9c4da93e0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.46" OriginalAmount="211.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89013" Longitude="30.704" StarRating="3" HotelCode="|609486" HotelName="MOSTAR HOTEL ANTALYA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/9/4/8/6/609486_e854daa0036.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.58" OriginalAmount="212.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.84917" Longitude="30.7706" StarRating="0" HotelCode="|462084" HotelName="On Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2050. Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/0/8/4/462084_437cca41111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.72" OriginalAmount="213.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.890725" Longitude="30.718708" StarRating="0" HotelCode="|534329" HotelName="Bloomtalya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kiziltoprak Mah. 902. Sk. 532 721 0557</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/2/9/534329_7c0a8391136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.79" OriginalAmount="213.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.849384" Longitude="30.76578" StarRating="0" HotelCode="|539067" HotelName="Ni Hotel Lara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2005. Sk. No:30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/0/6/7/539067_91f1f081025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.48" OriginalAmount="214.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8850984" Longitude="30.7080531" StarRating="3" HotelCode="|353486" HotelName="Kosa Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/8/6/353486_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85600299" Longitude="30.74536548" StarRating="0" HotelCode="866221|385065" HotelName="Hayal Residence Apart Otel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahalessi, 1506 Sokak 2, Muratpasa, 07160 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ff/94ff3c77e696a1f6da3df7ae56fd97f2665064e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89367372" Longitude="30.70154419" StarRating="2" HotelCode="599607|268498" HotelName="Hotel Kayalar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa, Abdi Ipekci Caddesi 94, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/25/bb25133789d475e1dc9fb42157ec1571031cbf2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys can be reached by lift. Services and facilities at the hotel include a baggage s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881895" Longitude="30.704946" StarRating="2" HotelCode="902129|sabah_pension" HotelName="Sabah Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kilincaslan Mh., Hesapci Sok. No:60, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e2/14e2f5b6360f50a5c2ae411be60a456f9101df1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88141514" Longitude="30.70413638" StarRating="0" HotelCode="430630|belya_pansiyon" HotelName="Belya Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kilicarslan Mahallesi, Hesapci Sokak 74, Antalya 07030</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ae/e8ae7d033b3a5778303ea54eae67d72b83c40cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Iskele Sancak Pension in Antalya (City Centre), you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.29" OriginalAmount="219.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8852" Longitude="30.708087" StarRating="0" HotelCode="|478197" HotelName="Kosa Butik Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Imaret Sokak 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/1/9/7/478197_949d86b1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.03" OriginalAmount="219.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.893682" Longitude="30.701531" StarRating="2" HotelCode="|561689" HotelName="Kayalar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abdi Ipekci Caddesi No 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/6/8/9/561689_d75c1b51831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.862604941828" Longitude="30.632860064506" StarRating="3" HotelCode="262149|ataer_hotel" HotelName="Ataer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gursu Mahallesi, 310 Sokak 23/1, Konyaalty, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/da/b1/dab1753c779c0e13a5701723c2ebd795ac37a037.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya, near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88127177" Longitude="30.70487402" StarRating="0" HotelCode="515737|camel_apart_2" HotelName="Camel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Kitchen,LCD/Projector,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Kilicaslan Mahallesi, Tabakhane Sokak 21, Muratpasa, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/a6/bca62a86480015464398156d560ddf99053618d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Camel Apart in Antalya (City Centre), you'll be min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.51" OriginalAmount="221.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.849063" Longitude="30.764864" StarRating="0" HotelCode="|545608" HotelName="Lorem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/6/0/8/545608_01d666c1013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.43" OriginalAmount="223.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.865387" Longitude="30.798538" StarRating="0" HotelCode="|546483" HotelName="Via Suite Apart Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>guzeloba mahallesi 2214 sokak18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/4/8/3/546483_937a52d1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88576095" Longitude="30.70544754" StarRating="3" HotelCode="373072|patron_hotel" HotelName="Patron Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kaleiçi Uzun Çarsi, Sok. Eski Kent Kaleiçi, 07100 Antalya, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/0c/0b0c583359ad225b68389c4e71f75bf446778b5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.62" OriginalAmount="226.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85042" Longitude="30.76749" StarRating="0" HotelCode="|564346" HotelName="Azuu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/3/4/6/564346_e6a3b321902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.39" OriginalAmount="227.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8756312" Longitude="30.6514619" StarRating="0" HotelCode="|107884" HotelName="Perlo Hotel City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu mah.635 sk.no/15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/8/4/107884_588c8c31112.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a garden with a swimming pool and a children's swimming pool. SITUATION: It is 450 metres away fromKonyaalti the beach. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.889585465682" Longitude="30.704312153373" StarRating="0" HotelCode="901119|512812" HotelName="Mostar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazimozalp Caddesi 119, Sarampol, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/09/2e09c8e30c771d5afaf4074d48f0c5d4c597b44d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.56" OriginalAmount="230.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8486" Longitude="30.76978" StarRating="0" HotelCode="|242649" HotelName="Nun By Laren Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/6/4/9/242649_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884756" Longitude="30.705184" StarRating="3" HotelCode="10790|argos_hotel" HotelName="Argos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tuzcular Mah. Balýkpazarý Sok. No:6, 07100 Kaleiçi, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/65/c6655010bfa52327d8f8df7536609c538916d936.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the core of Antalya, one of the most popular historical and natural centres ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.54" OriginalAmount="231.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884501" Longitude="30.705317" StarRating="0" HotelCode="|26523" HotelName="Argos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tuzcular Mah. Bal?kpazar? Sok 6/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/3/26523_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, luxurious hotel, has a lobby, with a reception, a safety deposit box service, a cloakroom and a currency exchange service. Our guests can find a kiosk, shops, a supermarket, a cafÃ©, a bar and a restaurant with highchairs, The establishment offers guests internet, room service, a laundry service and an indoor car park. SITUATION: This hotel is in Antalya the heart of 10 kilometres away from the establishment, guests will find Antalya Airport close to the establishment, guests have shopping areas, bars, restaurants, the nightlife and leisure areas. 250 kilometres away, you can find a beach, nearby, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet and a king-size bed. They also have fitted carpets, a safe (available for a fee), an air-conditioning system and a mini-bar. FACILITIES: The establishment has a swimming pool, an open-air bar, deck chairs and parasols. The establishment also offers a sauna, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and dinner and an Ã  la carte lunch. PAYMENT METHODS: Customers can pay using Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884594" Longitude="30.704933" StarRating="3" HotelCode="53676|deja_vu_boutique_hotel" HotelName="Deja Vu Kaleici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tuzcular Mah., Musalla Sk N 10, Kaleici, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/3d/4c3d03abe4c48d4d621ec4b60f3131eed2b799ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is approximately a 5-minute walk to the nearest beach, located by Antalya's old harbour an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.08" OriginalAmount="232.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.848848" Longitude="30.6176788" StarRating="3" HotelCode="|95884" HotelName="La Brisa  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Liman Mah. 25 Sokak No.17 Konyaalti,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/8/4/95884_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Konyaalti the beach it is situated 15 minutes away from Antalya the centre of Where you can find shops, bars and restaurants. APARTMENTS: The establishment has modern apartments with sea or mountain views. FACILITIES: This establishment has a restaurant, a swimming pool, a playground and a car park (free of charge), The establishment also offers a car rental service. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.70" OriginalAmount="233.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85427" Longitude="30.803838" StarRating="0" HotelCode="|538238" HotelName="Enda Lara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2283. Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/2/3/8/538238_59cc7532129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.75" OriginalAmount="233.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8519593" Longitude="30.800802" StarRating="0" HotelCode="|86574" HotelName="Lara Kapris Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzel Oba Mah. Menekse Cad. No:7 Lara , Ornekkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/7/4/86574_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: 300 metres away you can find a beach, Lara Beach Park 5 minutes away from the establishment clients have. ROOM: Each room has an air-conditioning system, WiFi (free of charge) and a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88237517432" Longitude="30.70457014785" StarRating="0" HotelCode="346530|kaleici_angel_hotel" HotelName="Patio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kilicarslan Mahallesi, Hesapci Gecidi Sokak 5, Kaleici, Muratpasa, 07000 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/0a/1f0a8017d06dc89c0f7f5a551ab06f5360808fb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.68" OriginalAmount="236.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8584977" Longitude="30.5974039" StarRating="0" HotelCode="|353526" HotelName="Flamingo Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hurma Mah. 258 Sk. Flamingo Residence No:21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/2/6/353526_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.06" OriginalAmount="238.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89008" Longitude="30.695854" StarRating="0" HotelCode="|545717" HotelName="M-ODA OTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KIZILSARAY MAH 67 SOKAK NO 8 MURATPASA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/1/7/545717_34820381004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881871292055" Longitude="30.705308587925" StarRating="3" HotelCode="305949|57890" HotelName="Castle Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tabakhane Sokak 7, Kaleici Muratpasa, Kaleici, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/27/a627065fe0a29b096518347c0a37fc46e8fe759e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88191136" Longitude="30.70374523" StarRating="0" HotelCode="576817|marina_hostel_" HotelName="Antalya Marina Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kiliçarslan Mahallesi, Zeytin Çikmazi Sokak 7, Kaleiçi, 07000 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/01/6f0147dbc1a8bfc16c9b37847fb14e8994c9986a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.89" OriginalAmount="240.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881481" Longitude="30.705258" StarRating="0" HotelCode="|151893" HotelName="Castle Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KILINCARSLAN MAH. TABAKHANE SOK. KALEICI 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/8/9/3/151893_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2010, has 20 rooms, 12 double rooms, 1 apartment, 3 triple rooms and 4 superior rooms. SITUATION: This establishment, Antalya it is in is situated in the city centre, near the establishment, you will find the bus station and the railway station, is near public transport services, entertainment areas and the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86456521" Longitude="30.63679136" StarRating="5" HotelCode="639612|anatolian_homes_spa" HotelName="Anatolian Homes &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallesi, 417 Sokak, Apartman 11, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/d4/64d4c335fea7b03c195d66e3b31cf2cb5038c8c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86734022" Longitude="30.63878848" StarRating="3" HotelCode="585845|derin_suit_otel" HotelName="Nil Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallesi, 427 Sokak 23, Konyaalti, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/f9/45f917e11be5782e0f09aca212a6c21a5d45f41f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.14" OriginalAmount="241.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.889619" Longitude="30.691693" StarRating="0" HotelCode="|533517" HotelName="City Inn Family Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>169. Sk. 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/1/7/533517_82f1e591110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.56" OriginalAmount="242.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852474" Longitude="30.75572" StarRating="0" HotelCode="|191261" HotelName="City Live" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FENER MAH. TEKELIOGLU CAD.1999 SK.NO:3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/6/1/191261_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.874893025222" Longitude="30.651159540664" StarRating="0" HotelCode="346365|kafkas_hotel" HotelName="Kafkas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 636 Sokak 3, Konyaalti, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c0/71c0cd57ca4c1dafac0f0171c8d2f36014a48918.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Kafkas Hotel in Antalya, you'll be near the beach a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.861785" Longitude="30.632717" StarRating="2" HotelCode="27815|benna_hotel" HotelName="Benna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gürsü Mahallesi 308 Sok. No: 12, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/38287012f15dbc637f1d638984e76163bc255a3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.19" OriginalAmount="244.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888581" Longitude="30.69653" StarRating="0" HotelCode="|465037" HotelName="Grand Gulluk Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kisla Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/0/3/7/465037_2906d4b1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="2" HotelCode="118825|hotel_frankfurt" HotelName="Frankfurt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hidirlik Sokak 17, Kilinçarslan Mahallesi, Kaleiçi (Altstadt/Old Town), 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c6/f8c690f9a89149ecfe57c773eebdebc80a068618.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.873479622008" Longitude="30.647394105488" StarRating="2" HotelCode="267880|basel_hotel_" HotelName="Basel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 657 Sokak 2, Konyaalti, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/0d/6c0df1511bea9952785b77678df7906b6a4d3cae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Basel Hotel in Antalya, you'll be near the beach ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="818501|aspendos_seaside" HotelName="Aspendos Seaside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallessi</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/9a/519ab0730a409ac2549dd3c456de9ec19e483975.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.58" OriginalAmount="245.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8845169" Longitude="30.7078204" StarRating="0" HotelCode="|86596" HotelName="The Ninova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah.Hamitefendi Sok. No:9 Kaleici</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/9/6/86596_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a patio, a restaurant, rooms with air-conditioning and garden views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.59" OriginalAmount="245.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89472" Longitude="30.7055" StarRating="3" HotelCode="|599565" HotelName="Grand Nergiz Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472. Sokak 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/9/5/6/5/599565_8ca69ef2216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852968697335" Longitude="30.755596556483" StarRating="4" HotelCode="310532|city_live_hotel" HotelName="City Live Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fener Mahallesi, Falez Caddesi 3, Muratpasa, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/65/ba/65ba5c50c30515b8dd5a04d4c207f30decafefdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86730486" Longitude="30.63880713" StarRating="0" HotelCode="585754|216506" HotelName="Butiks Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallesi, 427 Sokkak 2, Konyaalti, 70000 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9057102</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar and room service. Wireless internet access is available to guests in the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.35" OriginalAmount="247.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.854643" Longitude="30.612333" StarRating="2" HotelCode="|26840" HotelName="Santa Marina Deluxe " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Liman mah 25 sok no 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/8/4/0/26840_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 1 kilometre away from a beach, this hotel is situated 3 kilometres away from the city centre situated 55 kilometres away fromAspendo the ruins of 15 kilometres away from the establishment, guests will find Antalya Airport. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a satellite television, a safety deposit box (available for a fee), an air-conditioning system and a balcony or terrace. FACILITIES: The establishment has a swimming pool that has an area for children, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.878617" Longitude="30.711107" StarRating="2" HotelCode="169838|57931" HotelName="Metur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genclik Mah., 1326 Sokak 59, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/02/9802bd0ec850d616a99597e73b80ee2d446010f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location being in the centre of the city and so therefore within walking di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.87" OriginalAmount="248.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88781" Longitude="30.6998" StarRating="0" HotelCode="|230892" HotelName="Ayhan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kisla Mahallesi 40.Sokak No:11 Muratpasa Antalya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/8/9/2/230892_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.894807626663" Longitude="30.700415006946" StarRating="3" HotelCode="267877|gurtas_hotel" HotelName="Gürtas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tahilpazari Mahallesi Sarampol Caddesi No:110, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/1a/ae1abd2b5a27ff4be0d0c2e730b6fad48587b272.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.24" OriginalAmount="249.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8554919" Longitude="30.7426468" StarRating="0" HotelCode="|86570" HotelName="Prima Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mah 1512 Sk No 11 Lara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/7/0/86570_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 50 metres away from a beach. ROOM: Each room has WiFi (free of charge) and a balcony. FACILITIES: Guests are offered a swimming pool with a hydromassage, a hammam and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="979651|ramona_hotel" HotelName="Ramona Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba, 2296 Sokak 5, Muratpasa, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ff/05/ff059aaa8782e77b62332594fb6b53234bad717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8847294" Longitude="30.7073468" StarRating="3" HotelCode="95940|ninova_pension" HotelName="Ninova Butik Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamit Efendi Sokak 9, Barbaros Mahallesi, Kaleiçi-Antalya, 71000 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/f9/97f9fa4fbafdf7cc8f665be7260b03e9ac7f89cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.861189" Longitude="30.6342" StarRating="3" HotelCode="163922|hotel_bodensee" HotelName="Bodensee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>304 Sok. nr. 24, Konyaaltý Gürsu Mahl., Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/e9/d6e9381d300bc4ae24e81c0fb8b2c75ba6e7a3ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884935475517" Longitude="30.708092387004" StarRating="2" HotelCode="347672|hadrian_gate_hotel" HotelName="Hadrian Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Hesapçi Sokak 8, Kaleiçi, 07030 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/e3/80e31641501af470e01158fc0df1d1d0cf196c5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.855716" Longitude="30.743369" StarRating="4" HotelCode="388385|bilem_high_class_hotel" HotelName="Bilem High Class" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eski Lara Yolu, 07400 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e6/03e600edfe393e3e6242bcd0a4488af070bbfcf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated 5 km from Antalya city centre and Lara Beach. Restaurants, bars and pubs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87531" Longitude="30.714823" StarRating="3" HotelCode="136355|triana_hotel_2" HotelName="Triana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençlik Mah. 1330 Sokak No 1, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c7/97c7cb7f67ae83619efc13bf4000d44d99278227.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.855445643791" Longitude="30.742774307728" StarRating="3" HotelCode="908846|prima_hotel_2" HotelName="Prima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1512 Sok. No: 11, Sirinyali Mah., Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/15/7c15385d580a4dd45aac7e4a34efef049181e091.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Antalya, this hotel is right by the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8731088" Longitude="30.6472877" StarRating="3" HotelCode="263746|afsin_hotel" HotelName="Afsin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuskavagi Mahallesi, 6. Cadde, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/15/92157ead14e16d169175a90b53487d4b9d1a80f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.75" OriginalAmount="258.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8683967" Longitude="30.636304" StarRating="1" HotelCode="|86561" HotelName="Ale Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alt?nkum Mah. 432. Sok. No:16 Konyaalti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/6/1/86561_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: 400 metres away from the establishment, you can find a beach. ROOM: Each room has WiFi (free of charge) and a balcony with views. FACILITIES: The establishment has a swimming pool, a terrace and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888579290485" Longitude="30.699467495701" StarRating="3" HotelCode="301651|181812" HotelName="Ayhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kisla Mahallesi 40 Sokak No:11, 07020 Muratpasa - Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b5/26b5e6b1664c4007b825deacd299039303428efe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.875740828576" Longitude="30.651403920168" StarRating="3" HotelCode="346455|181797" HotelName="Hotel Europa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu mahallesi, 635 sokak 15, 07000 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/db/a6db256494802f89d9f61ce98a6a2e9fe91091ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.15" OriginalAmount="260.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.857694" Longitude="30.736003" StarRating="0" HotelCode="|546791" HotelName="Letstay Panorama Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lara Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/7/9/1/546791_f7836161035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.51" OriginalAmount="260.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8502548" Longitude="30.7673277" StarRating="0" HotelCode="|107879" HotelName="White Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mah.2054 Sok.No:1 Muratpaa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/7/9/107879_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This elegant hotel, Lara it is in it is located 250 metres away from the promenade. ROOM: The establishment has rooms with air-conditioned and a satellite television. FACILITIES: The establishment has a swimming pool and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.865835" Longitude="30.639367" StarRating="1" HotelCode="98084|mahper" HotelName="Mahper Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallesi, 422 Sokak 8, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/01/7b010a035cd051f5840e0b30cb95358cb9748804.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.868472" Longitude="30.636245" StarRating="3" HotelCode="191218|ale_boutique_hotel" HotelName="Ale Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mah. 432 sokak No 16, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/df/d9df0d817bd456838903da20a385cabf359c8e3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Antalya, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="264.97" OriginalAmount="262.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8899" Longitude="30.6952" StarRating="4" HotelCode="3946422" HotelName="Old Town Point Hotel &amp; Spa Antalya" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Altindag Mah. Güllük Cad. No:63 Muratpasa Antalya, 07 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/46422/3946422/50.jpg?f=17703600</HotelPictures>
        <HotelDescription>This comfortable hotel is located in Antalya Old Town. The Old Town Point Hotel &amp; Spa Antalya hotel has a total of 75 guest rooms. Wi-Fi Internet connection is available in public areas. This establishment offers a 24-hour reception service to its guests. Passengers can take advantage of the car parking space. Those staying at this establishment can relax and recharge with the establishment's health and wellness services. Business travelers can take advantage of the event rooms, which are ideal for hosting business seminars or a special occasion. Different entertainment services offered within the Old Town Point Hotel guarantee an enjoyable stay to the guests. A new sun has risen in the Old Town, the historical and cultural point of Antalya, the magical coast of the Mediterranean, where three seasons of spring and one season of summer are experienced. Offering accommodation and beyond to its valued guests with the motto of a pleasant holiday in Antalya, happy children and happy families, Old Town Point Hotel &amp; Spa is the best city hotel in Muratpasa, the heart of Antalya, as the stylish representative of excellent services in the international tourism sector in 2021 within the scope of the global tourism awards in Europe. was awarded the prize. Old Town Point Hotel, located at a point integrated with the historical texture of Antalya, the old city center Kaleiçi (Citadel) covered with walls inside and outside, the Ancient Harbor with its magnificent view, Hadrian's Gate, Broken Minaret. It is within walking distance to the most historical and touristic places of the city such as its Kulliye, Hidirlik Tower, Karatay Madrasa, Antalya museum. You can enjoy the sea and the sun with easy access to Konyaalti and Lara beaches, which are the most famous beaches of our country. Making you feel at home in modern design, stylish, spacious and hygienic conditions, Old Town Point Hotel is at the point where vintage and modernity meet.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.86" OriginalAmount="263.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.857119" Longitude="30.739643" StarRating="0" HotelCode="|567401" HotelName="Siete Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lara Cd. 189</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/4/0/1/567401_1fa7e001431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.30" OriginalAmount="263.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.855516" Longitude="30.742835" StarRating="0" HotelCode="|555308" HotelName="Wise Hotel Spa and Adult Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mah.1512 Sok No 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/3/0/8/555308_14c9ee21816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.38" OriginalAmount="264.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88729" Longitude="30.73314" StarRating="0" HotelCode="|586144" HotelName="AG Hotels Antalya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Aspendos Bulvar? aspendos bulvar? no:27/A muratpa?a / antalya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/1/4/4/586144_e72b40e1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.38" OriginalAmount="264.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.889839" Longitude="30.695143" StarRating="4" HotelCode="|465188" HotelName="Old Town Point Hotel And Spa Antalya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altindag Mah. Anafartalar Cd. No:63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/1/8/8/465188_9f055211211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.36" OriginalAmount="265.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8751702" Longitude="30.7140684" StarRating="2" HotelCode="|86582" HotelName="Mene City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genclik Mah 1326 Sok No:47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/8/2/86582_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool and WiFi (free of charge). SITUATION: It is located 500 metres away fromAntalya the city centre of 4 kilometres away, you can find the beach. ROOM: Each room has a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="268.72" OriginalAmount="266.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.931355" Longitude="30.779192" StarRating="14" HotelCode="4018607" HotelName="C Suites Antalia Airport" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Altinova Orta Mah Perge Sok No 7A, No 7A D 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/18607/4018607/1.jpg?f=17271061</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including a sauna, a fitness center, and a seasonal outdoor pool. Additional features at this apartment include complimentary wireless internet access and concierge services.. Featured amenities include a 24-hour front desk and laundry facilities. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.96" OriginalAmount="266.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.855458" Longitude="30.75714" StarRating="0" HotelCode="|533417" HotelName="Letstay Sweet Home Mint" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1974. Sk. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/1/7/533417_42a4e771106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.36" OriginalAmount="266.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.931353" Longitude="30.779192" StarRating="0" HotelCode="|467916" HotelName="C Suites Antalia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>altinova orta mah perge sok no 7A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/9/1/6/467916_b7c3b8d1107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.67" OriginalAmount="267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="979662|la_siete_boutique_hotel" HotelName="La Siete Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Airinyali Mahallesi, Lara Cadddesi 189, Muratpasa, Antayla</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/77/79777d265bddeba116b0f7d98c61680a04835201.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.863970729669" Longitude="30.635484519014" StarRating="0" HotelCode="346281|der_inn_hotel" HotelName="Turkish Apart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallsei, 414 Sokak 4, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/fd/f3fdde61b6de1c30b2cad218efb7c666e09b95fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.55" OriginalAmount="269.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.910024" Longitude="30.697771" StarRating="0" HotelCode="|543458" HotelName="Business Hotel Antalya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. 703. Sk. No:1 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/4/5/8/543458_c4c19201008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86800021" Longitude="30.63186622" StarRating="5" HotelCode="515874|rodinn_park_hotel" HotelName="Mercan Apart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Altlnkum Mahallesi, 445 Sokak 1, Konyaalti, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/9f/7c9fc8092a9885df4fd79beba37b770f2a2ee7bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.25" OriginalAmount="272.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.902926" Longitude="30.728417" StarRating="0" HotelCode="|471614" HotelName="Can Adalya Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asik Veysel Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/1/4/471614_9843cbc2032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.37" OriginalAmount="272.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89032" Longitude="30.70598" StarRating="4" HotelCode="|602815" HotelName="Esse Joven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ismetpa?a Caddesi No:134</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/8/1/5/602815_c4bd61e2352.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85554155" Longitude="30.74287326" StarRating="3" HotelCode="545203|wise_boutique_hotel_spa" HotelName="Wise Boutique Hotel &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, 1512 Sokak 6, 07160 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/69/88691ed4bf89675a5ef5f49ad3af01edcdbf13be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Antalya. Its setting is especially ideal for gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8569349" Longitude="30.7447151" StarRating="5" HotelCode="595584|268508" HotelName="Loft 1502" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, 1502 Sokak 9, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c7/1ec73aaab963b1865e6c3aa11df3b9f0056b5aac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.872375" Longitude="30.652855" StarRating="3" HotelCode="410074|62879" HotelName="Royal Hill" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mh. 575 Sk. No: 6, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/1d/4b1d06d1210cd483c5d5280d5dc982b3ae8ec09f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.00" OriginalAmount="280.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.861397" Longitude="30.839998" StarRating="0" HotelCode="|540645" HotelName="Mrt Suites Lara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yasar Sabutay Bulvari 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/6/4/5/540645_ffdc0751047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.874922" Longitude="30.653315" StarRating="2" HotelCode="263228|268507" HotelName="Lemon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 5. Caddesi 18, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/640202/640202a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.882980664701" Longitude="30.704623519026" StarRating="0" HotelCode="267892|hotel_zurich_2" HotelName="Hotel Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kaleici Kilicaslan Mahallesi, Hidirlik sokak 18, Kaleici Old town, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/08/d6085280b9704d9adaab83979a0e1ffbf78943ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="290.32" OriginalAmount="287.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86837" Longitude="30.63289" StarRating="3" HotelCode="2170100" HotelName="The Room Hotel &amp; Apartments" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallesi 443 Sok. No. 2, Konyaalti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/70100/2170100/1.jpg?f=17342343</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as complimentary wireless internet access.. Featured amenities include a computer station, complimentary newspapers in the lobby, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.61" OriginalAmount="289.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8558463" Longitude="30.745039" StarRating="0" HotelCode="|107877" HotelName="Sherwood Premio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali mah.1503 Sok.No 4 Lara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/7/7/107877_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Lara the street 15 minutes away from the establishment, you can find Lara the beach. ROOM: The rooms have an air-conditioning system, a satellite television and a balcony with views of the sea. FACILITIES: The establishment boasts a swimming pool and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884067" Longitude="30.707126" StarRating="2" HotelCode="32112|villa_perla_hotel" HotelName="Villa Perla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Hesapci Sokak 26, Kaleici, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/58/fd585fca95b898d1bee2c5bba9d761c64694faf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.00" OriginalAmount="290.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85571" Longitude="30.744556" StarRating="3" HotelCode="|74816" HotelName="Sherwood Premio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?irinyal? Mh.1503 Sk. No:4 , Muratpa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/1/6/74816_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 20 standard rooms, The establishment has a restaurant and a swimming pool. SITUATION: Lara Is situated in the establishment is 2 kilometres away from Antalya the historic centre of it is 16 kilometres away from Antalya Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.15" OriginalAmount="290.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.891921" Longitude="30.704412" StarRating="0" HotelCode="|469541" HotelName="Tamara Business Antalya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>466. Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/5/4/1/469541_31503291241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86909745" Longitude="30.64945998" StarRating="3" HotelCode="177388|erdem_hotel" HotelName="Erdem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Bulvari 122, Konyaalti, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/a1/e1a1409aaad2050ed0a8133478f3fa0d2165d938.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 4 km from the centre of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.95" OriginalAmount="293.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.871823" Longitude="30.653448" StarRating="3" HotelCode="|85290" HotelName="Erdem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKDENIZ BULVARI, KONYAALTI 122</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/2/9/0/85290_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 45 rooms. SITUATION: This establishment, Antalya it is in is situated in the city centre, close to the establishment, clients can find the railway station, the bus, the airport, a golf course and the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.859764" Longitude="30.630432" StarRating="3" HotelCode="908852|mimoza_residence" HotelName="Mimoza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>308 Sokak No: 44, Gürsu Mahallesi, Konyaalti, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/96/48960d540456283027d47a6a60b23e7cfaa65414.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mimoza Hotel is located at a wonderful(picturesque) and peaceful place with a beautiful view of Toro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.26" OriginalAmount="294.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8569" Longitude="30.740084" StarRating="0" HotelCode="|542997" HotelName="Pure Blanche Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lara Cd. 193</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/9/9/7/542997_64a7a6c2240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="299.31" OriginalAmount="296.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85313" Longitude="30.746593" StarRating="4" HotelCode="2304708" HotelName="Qinn Hotel" Meals="ROOM - SEA VIEW" BedType="ROOM - SEA VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Eski Lara Cad. 1537 Sok. No 21,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/04708/2304708/1.jpg?f=17160897</HotelPictures>
        <HotelDescription>Club Hotel Delfin Guests checking into the luxury, 4x000D star Club Hotel Delfin in Antalya are assured of a warm welcome. Both on and off site car parking is available. Dining is available at the hotel, which has it's own restaurant. Business users are catered for with wifi and meeting facilities available at the Club Hotel Delfin. Rooms at the Club Hotel Delfin. A hairdryer is provided in every room. All rooms feature a stocked minibar. Leisure Info. The Club Hotel Delfin offers a range of leisure facilities. A relaxing sauna is available for use by guests. Both indoor and outdoor swimming pools are available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884782489321" Longitude="30.707418099046" StarRating="3" HotelCode="154445|urcu_hotel" HotelName="Urcu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah., Hamil Efendi Sk. No:6, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/60/8e60c28a1b8ca16a163745f2630f2e6f4228b92f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.24" OriginalAmount="297.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8937345" Longitude="30.7017736" StarRating="3" HotelCode="|107875" HotelName="Gurtas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muratpasa Mah. Sarampol Cad. No:230</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/7/5/107875_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel recently opened, has WiFi, (free of charge), air-conditioning and satellite TV. SITUATION: Is situated in the city centre, this establishment, is situated 4 kilometres away from Konyaalti the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="300.85" OriginalAmount="297.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86115" Longitude="30.833399" StarRating="14" HotelCode="3722724" HotelName="Lara Beach Homes" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Güzeloba Mahallesi, 2382. Sk. No.12, Muratpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/22724/3722724/14.jpg?f=17381625</HotelPictures>
        <HotelDescription>Relax on the private beach or enjoy other recreational amenities such as a seasonal outdoor pool. Additional features at this hotel include complimentary wireless internet access and tour/ticket assistance.. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.37" OriginalAmount="298.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.877212" Longitude="30.707255" StarRating="0" HotelCode="|533804" HotelName="In The Middle Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1312. Sk. No 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/0/4/533804_2e87b771102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.875458233081" Longitude="30.711615085602" StarRating="4" HotelCode="47302|cender" HotelName="Cender" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Isiklar Caddesi, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/1a/a61a4fdb737dbeccaaf78ef32181b6322d586a76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Isiklar Street in Antalya. The Old Town is just a 10-minute walk away, while...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="302.24" OriginalAmount="299.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85549" Longitude="30.743021" StarRating="4" HotelCode="107654" HotelName="Bilem Hotel Beach &amp; Spa" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mah.1512, Sok Eski Lara Yolu No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/07654/107654/1.jpg?f=17688490</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. After a day at the private beach, you can enjoy other recreational amenities including an outdoor pool and an indoor pool. Additional features at this Mediterranean hotel include complimentary wireless internet access, concierge services, and an arcade/game room.. Featured amenities include complimentary wired internet access, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.50" OriginalAmount="299.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88906" Longitude="30.70153" StarRating="0" HotelCode="|586124" HotelName="Bonnie City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45. Sk. No:7 A-B-C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/1/2/4/586124_dd271bf1957.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85566" Longitude="30.74486" StarRating="3" HotelCode="904026|sherwood_prize_hotel" HotelName="Sherwood Prize Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, 1503 Sokak 4, Lara Caddesi, 07160 Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/6f/526fa9f58955669c7f22798ee781c9ff5b5c8fe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in Antalya, just 50 m from the beach. There is a bus ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.57" OriginalAmount="300.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.84736" Longitude="30.61247" StarRating="0" HotelCode="|603614" HotelName="Leaf Port Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Liman Mah. Akdeniz Bulvar? No:268 Konyaalt? / Antalya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/6/1/4/603614_34107fa2316.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.12" OriginalAmount="302.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86538" Longitude="30.63367" StarRating="3" HotelCode="|591584" HotelName="Türkay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/1/5/8/4/591584_d51a5a72049.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.36" OriginalAmount="302.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8844828" Longitude="30.707176" StarRating="0" HotelCode="|86599" HotelName="Urcu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah. Hamil Efendi Sk. No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/9/9/86599_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is charming. SITUATION: Is situated inKaleiÃ§i the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.46" OriginalAmount="304.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852193" Longitude="30.763783" StarRating="0" HotelCode="|533535" HotelName="Marvida Happy Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2013. Sk. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/3/5/533535_903c7531124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.51" OriginalAmount="305.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87414" Longitude="30.65675" StarRating="0" HotelCode="|599503" HotelName="Olbia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Blv No: 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/9/5/0/3/599503_58d61a92224.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.885693720894" Longitude="30.702312514186" StarRating="3" HotelCode="21583|adalya_port_hotel" HotelName="Adalya Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Selçuk Mahallesi, Iskele Caddesi 72, Muratpasa, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5a/c05aa7dd03c44b2c5a26705d00619cc01b109514.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, boutique hotel is located in the centre of the Old Town, in the ancient harbour area. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="977833|pacco_hotel_spa" HotelName="Pacco Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 605 Sokak 2, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7d/b07dbebec76bdadb3c27df046ccbab9af7c59ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.84899246" Longitude="30.76717977" StarRating="4" HotelCode="366657|porto_hotel" HotelName="Let's Stay Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2048 Sokak 9, Muratpasa, 07235 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/ce/72ce93cad2092f6d8e56d247b798a53205e560fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a transfer service, room service and a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.81" OriginalAmount="318.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.860505" Longitude="30.79397" StarRating="0" HotelCode="|532578" HotelName="Antalya City Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2238. Sk. 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/7/8/532578_af2a4cf1451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.850196277132" Longitude="30.769802819084" StarRating="3" HotelCode="9536|268505" HotelName="Laren Family Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Çaglayan Mahallesi, 2054 Sokak 21, Antalya, Muratpasa</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5a/185af60783478bb3f4cc850cb783e2faf1d13950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Antalya. For parents with children, it provides everyt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.20" OriginalAmount="320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.853325195384" Longitude="30.789324045181" StarRating="3" HotelCode="9517|lara_hotel" HotelName="Lara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güzeloba Mahallesi, Lara Caddesi 142, 07230 Antalya, Muratpasa</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/89/c689e0337508d1b623cf91e0cb79759cbb2eeb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Turkish city of Antalya, this hotel is 200 metres from the Duden Waterfalls and 7 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.849881506151" Longitude="30.771330574616" StarRating="0" HotelCode="915601|57154" HotelName="Saray Lara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2053 Sokak 37, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/8d/158dd857ee3c51e3127f19618c5a67ab636eabd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.22" OriginalAmount="322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.84860318" Longitude="30.76979735" StarRating="4" HotelCode="497747|nun_boutique_hotel" HotelName="nun Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Çaglayan Mahallesi 205, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/6a/e46a1d8383f20c891e81419ebd18f664af7ddd55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Antalya. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.09" OriginalAmount="322.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.867" Longitude="30.724289" StarRating="0" HotelCode="|524458" HotelName="Lucky Monkey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1470. Sk. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/5/8/524458_e96e0b50921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.16" OriginalAmount="322.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8547394" Longitude="30.7462133" StarRating="2" HotelCode="|86573" HotelName="Nasa Flora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirin Yali Mah. Lara Cad No:245</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/7/3/86573_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool and WiFi (free of charge). SITUATION: It is 2 minutes away fromAntalya the coast of the sea.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="328.93" OriginalAmount="325.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85737" Longitude="30.742989" StarRating="3" HotelCode="3983089" HotelName="Falcon 1511" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali, 1511. Sk. No 4 Muratpasa,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/83089/3983089/1.jpg?f=17204577</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a business center, express check-out, and a 24-hour front desk. Planning an event in Antalya? This hotel has facilities measuring 140 square feet (13 square meters), including conference space. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.26" OriginalAmount="326" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.885869" Longitude="30.702415" StarRating="3" HotelCode="170460|34834" HotelName="Adalia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesil Bahçe Mahallesi, 1470 Sokak, Eski Lara Yolu 61, 07050 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/237466/p_237466_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.851224004781" Longitude="30.620132982731" StarRating="3" HotelCode="36316|zel_hotel" HotelName="Zel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baris Manco Cad. No: 11, Liman Mah., Konyaalti, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f3/41f3e2cf1ec0d5e0231be8d405c8fdf23efb3f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located towards the west end of Konyaalti Beach in the city of Antalya, the hotel is 230 metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.850356853684" Longitude="30.80560735582" StarRating="4" HotelCode="899716|lara_park" HotelName="Lara Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Lara Caddesi 416, Sera Otel Yani, Örnekköy, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/20/7c20411dcc2d5607715c2b6e1fc5f01d571076e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Lara district of Antalya. Guests will find the nearest links to public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="330.65" OriginalAmount="327.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85346" Longitude="30.789331" StarRating="14" HotelCode="678374" HotelName="Lara Otel +12 Only Adult" Meals="ROOM - SEA VIEW" BedType="ROOM - SEA VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Güzeloba Mah. Lara Cad. No:142, Muratpaa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/78374/678374/1.jpg?f=17135340</HotelPictures>
        <HotelDescription>Head down to the water and enjoy a day at the private beach, or take advantage of other recreational amenities including an outdoor pool and a sauna. Additional features at this hotel include complimentary wireless internet access, concierge services, and an arcade/game room.. Featured amenities include express check-in, express check-out, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.854747" Longitude="30.746235" StarRating="2" HotelCode="267875|nasa_flora_hotel" HotelName="Nasa Flora Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, Lara Caddesi No: 187, Lara Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/61/bc61d8f2e043f5a13805fa5151e81d47a825cc10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.882383951407" Longitude="30.704593062401" StarRating="4" HotelCode="174538|alp_pasa_hotel_2" HotelName="Alp Pasa Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Hesapçi Sokak 30, Kaleiçi (Oldtown), Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/05/7505855412bb6e0eb0ef3640041e5bafdbb4d17c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical part of Antalya, right in Kaleiçi (Old Town) and near to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.32" OriginalAmount="329.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87389" Longitude="30.65626" StarRating="0" HotelCode="|601498" HotelName="Pacco Boutique Hotel &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi 605. Sokak No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/4/9/8/601498_cf695222359.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.48" OriginalAmount="330.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8718897" Longitude="30.6538271" StarRating="2" HotelCode="|107888" HotelName="Sea City Devran and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mh. Akdeniz Bulv. No:90 Konyaalti Plaji Mevkii</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/8/8/107888_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace with fantastic views, rooms with air-conditioning and WiFi (free of charge). SITUATION: This hotel is in the promenade, nearby, you will find Konyaalti the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88267409139" Longitude="30.704090474615" StarRating="2" HotelCode="314664|173576" HotelName="Route Hotel Kaleici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kilinçarslan Mahallesi, Hidirlik Sokak 23, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/28/c328cdbeb9b354d2789e685d670f76bfa0f471f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.33" OriginalAmount="332.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.879346" Longitude="30.656662" StarRating="3" HotelCode="|27258" HotelName="Kristal Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi Akdeniz Bulvari No:114 07070 Antalya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/5/8/27258_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2005, has 44 rooms and 7 floors. It has air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a lift and a cloakroom. Our guests can find a dining room, a bar and an Ã  la carte restaurant with air-conditioning, The establishment also offers room service, a laundry service, a medical care service (for a fee) and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88353" Longitude="30.704161" StarRating="3" HotelCode="9521|aspen_hotel" HotelName="Aspen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kilicaslan Mah. Mermerli Sokak 25, Kaleici, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/84/728486380eae00d2d743be715a9b8ef3663f5530.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old town, in a beautiful area of the city, steeped in a warm, peaceful a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.39" OriginalAmount="334.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85138" Longitude="30.6173" StarRating="3" HotelCode="|614328" HotelName="Far Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/4/3/2/8/614328_4756efd0203.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.877301290706" Longitude="30.707522034645" StarRating="2" HotelCode="176652|kozan" HotelName="Kozan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genclik Mah, 1312 Sok 6, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/5e/d35e148873c767190b3f723eb8c601258a89a27e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location within a minute's walk of the cliffs above the Mediterranean Sea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.11" OriginalAmount="338.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.853497" Longitude="30.789399" StarRating="3" HotelCode="|45994" HotelName="Lara Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUZELOBA MAH. LARA CAD. KARPUZKALDIRAN MEVKII 142</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/9/4/45994_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban guesthouse, has, 72 rooms a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a TV room, a bar and a restaurant. The establishment offers guests internet, room service (for a fee), a laundry service and a car park. SITUATION: Antalya It is in 200 metres away, guests can find Duden the waterfall of it is situated 8 kilometres away from Antalya Airport. ROOM: They have a balcony, an air-conditioning system, individual heating, satellite or cable TV and a direct line telephone. They also have WiFi (free of charge), a safety deposit box, a mini-bar, a hairdryer and a shower. FACILITIES: Clients can find a swimming pool, a children's swimming pool, a sauna (available for a fee) and a massage service. Clients can enjoy activities such as water-skiing, jet-skiing, windsurfing, speedboating, jet-skiing, canoeing and pedal-boating (available for a fee), At the beach, customers can find deck chairs and parasols. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.33" OriginalAmount="338.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86625" Longitude="30.79921" StarRating="0" HotelCode="|543089" HotelName="Let'stay Marine Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba Mah. 2213 Sok. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/0/8/9/543089_f38e3321039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.48" OriginalAmount="339.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85029" Longitude="30.76979" StarRating="0" HotelCode="|246698" HotelName="Laren Family Hotel and Spa - Boutique Hotel" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/6/9/8/246698_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.95710991" Longitude="30.62383058" StarRating="3" HotelCode="369697|kepturpark_hotel" HotelName="Kepturpark Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yesilbayir, Hürriyet Mah. Akdeniz Bulvari No:8 Dösemealti / Antalya, 07100 Dosemealti</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/17/9f17014745c48c08a26a7377a95af04c33746179.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="344.79" OriginalAmount="341.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.850415" Longitude="30.799975" StarRating="3" HotelCode="211617|3008855" HotelName="Tourist Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güzeloba Mahallesi, Örnekköy Caddesi 5, 07235 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/11/c91151e9d35812144214a634876b7f7bffecc666.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya, about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.42" OriginalAmount="342" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881442107779" Longitude="30.706489384174" StarRating="3" HotelCode="61449|17593" HotelName="Karyatit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kilinçarslan Mahallesi, Kadir Pasa Sokak 7, 07100 Antalya, Muratpasa</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3c/3c3daf26412a4610/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old town, called Kaleici, within walking distance of the harbour. The ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.94" OriginalAmount="342.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.854318" Longitude="30.760423" StarRating="0" HotelCode="|544040" HotelName="Letstay Sweet Home Yellow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fener Mahallesi 1970 Sokak No 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/0/4/0/544040_a56a60e1053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.871922" Longitude="30.653732" StarRating="2" HotelCode="933275|pacco_sea_city" HotelName="Sea Side Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Bulvari 118, Kuskavagi Mahallesi, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/47/0d47b82339cbd82ab7b01cfd92af14f17b70e18b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.22" OriginalAmount="345.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.91737" Longitude="30.77854" StarRating="0" HotelCode="|589481" HotelName="Ema Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/4/8/1/589481_63520b32019.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.39" OriginalAmount="345.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.887638" Longitude="30.700327" StarRating="0" HotelCode="|542911" HotelName="Mai Inci Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55. Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/9/1/1/542911_95ac6481005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="352.49" OriginalAmount="349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8483" Longitude="30.76718" StarRating="4" HotelCode="185621|173884" HotelName="Espina Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Çaglayan Mahallesi, 2048 Sokak 4, 07230 Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/87/1387c5102271d0f47f811e97392a6df3e73445eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Lara district roughly 8 km east of the city centre and 80 m from the cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.77" OriginalAmount="349.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85126" Longitude="30.61713" StarRating="0" HotelCode="|232963" HotelName="Suntalia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bogacay Cadesi 20 Kemer-West Gulf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/6/3/232963_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85218528" Longitude="30.80221829" StarRating="2" HotelCode="498419|esperanza_boutique_hotel" HotelName="Esperanza Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba Mahallesi, Sok Muratpasa 2293, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/ed/cded30ff4e3f9011189b2b1790823034d9bc5053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Antalya. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.92" OriginalAmount="352.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8856427" Longitude="30.7024188" StarRating="4" HotelCode="|44279" HotelName="Adalya Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/7/9/44279_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 rooms and suites. The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers internet and a restaurant. For an extra cost you can have access to room service, a laundry service and a car park. SITUATION: It is in the city centre of the historic centre, 50 metres away, guests can find the sea, 300 metres away, guests have a beach, 300 metres away, there is a bus stop situated 3 kilometres away from a park, is 25 kilometres away from Antalya Airport. ROOM: Clients are offered 26 standard rooms 2Â family rooms, 1 King suites, with hydromassage bath, a shower and a hairdryer. They also have a direct line telephone, a satellite TV, a mini-bar and individual air-conditioning. MEALS: Clients can book bed and breakfast or half-board, Regarding the food and beverage offering, the establishment offers buffet lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Mastercard. OBSERVATIONS: Customers have wifi in hall.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.65" OriginalAmount="353.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85738" Longitude="30.74941" StarRating="0" HotelCode="|478718" HotelName="BMK Suites and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fener Mahallesi 1939 Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/7/1/8/478718_055ffe51329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="359.45" OriginalAmount="355.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.883816" Longitude="30.704903" StarRating="3" HotelCode="439941" HotelName="Dogan Hotel By Prana Hotels &amp; Resorts - Special Class" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Mermerli Banyo Sok. No: 5 Kaleiçi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/39941/439941/35.jpg?f=17736129</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a seasonal outdoor pool or take in the view from a terrace and a garden. Additional features at this hotel include complimentary wireless internet access, concierge services, and shopping on site.. The Turkish Ministry of Tourism assigns an official classification for accommodations in Türkiye. This Hotel property is awarded the following classification: Special Class.. Featured amenities include complimentary wired internet access, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.41" OriginalAmount="358.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.9274897" Longitude="30.809413" StarRating="4" HotelCode="|28475" HotelName="Ic Hotels Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUZELYURT MEVKII HAVAALANI YOLU CALKAYA 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/4/7/5/28475_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, luxurious hotel, has with air-conditioning, a garden, a terrace, 179 rooms, 11 junior suites and 5 suites. The establishment has a hall with a reception, a safety deposit box service and a currency exchange service. Guests can find a bar, a restaurant, a hairdresser's and a conference room. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: It is in an avenue, 800 metres away, clients have Antalya Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone and a satellite TV. They have a double bed, fitted carpets, a mini-bar, an air-conditioning system, central heating and a safe (available for a fee). FACILITIES: Outdoors, clients can enjoy a swimming pool and a snack bar. You also have at your disposal a covered pool, a jacuzzi, a sauna and a massage service. Clients can find a gym, enjoy tennis, squash and play ping-pong. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast, Ã  la carte or set-menu lunch and Ã  la carte, set-menu or buffet dinner. Guests can book half-board or full-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.42" OriginalAmount="358.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88577" Longitude="30.70775" StarRating="0" HotelCode="|17487" HotelName="Tuvana Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TUZCULAR MAH. KARANLIK SOK. - KALEICI 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/8/7/17487_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 3 buildings and 35 rooms. It has a wonderful garden area, a swimming area, internet (for a fee), a reception and a safety deposit box service. Our guests can find a library, a bar, a breakfast room, a restaurant and an Ã  la carte restaurant with a terrace, The establishment offers room service, a laundry service (for a fee), a medical care service, bicycle hire and a car park. SITUATION: It is inAntalya the historic centre of 200 metres away, guests have the harbour, in the surrounding area of the establishment, guests can find shops, leisure areas, 250 metres away from the establishment, guests can find a beach, is situated 10 kilometres away from Antalya Airport. ROOM: The rooms a bathroom with a shower and a hairdryer. They have a direct line telephone, a satellite or cable television, a radio and a mini-bar. They also have fitted carpets, an air-conditioning system, a central heating system and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool, a sunbathing terrace, deck chairs and parasols. Clients can enjoy activities such as play ping-pong and darts. Guests are offered a massage service (available for a fee). OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a set-menu dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.50" OriginalAmount="358.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884541" Longitude="30.695889" StarRating="0" HotelCode="|545258" HotelName="AFFLON SEA HILL CONCEPT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131. Sk. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/2/5/8/545258_7cf137b1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.52" OriginalAmount="358.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85998" Longitude="30.79083" StarRating="0" HotelCode="|586216" HotelName="Quality Gold Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/2/1/6/586216_0aa3ed21942.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.84" OriginalAmount="360.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8597022" Longitude="30.743172" StarRating="4" HotelCode="|37219" HotelName="Bilem  Beach and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Old Lara Road,?irinyal? neighborhood 1512 Street No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/1/9/37219_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.63" OriginalAmount="361.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8581074" Longitude="30.6252046" StarRating="0" HotelCode="|305055" HotelName="Güden-pearl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/0/5/5/305055_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.885744" Longitude="30.70592" StarRating="4" HotelCode="45397|tuvana_hotel__special_class" HotelName="Tuvana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tuzcular Mahallesi, Karanlik Sokak No 18, 07100 Kaleici, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/5b/c15b8dc835a01dc66f43501ef75bc914891436c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel lies directly in the old town of Antalya just 200 m from the historical marina....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.96" OriginalAmount="363.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.856" Longitude="30.74611" StarRating="0" HotelCode="|522460" HotelName="Elanis Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SirinYali Mah 1506 sok no18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/6/0/522460_2d36a761105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367.64" OriginalAmount="364" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85735965" Longitude="30.74943785" StarRating="3" HotelCode="497114|181808" HotelName="BMK Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fener Mahallesi, 1939 Street, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/c2/2ac2150b0ed8562b1f69ed0382f49d7566280a8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.71" OriginalAmount="366.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90797" Longitude="30.76895" StarRating="4" HotelCode="|607989" HotelName="Hampton by Hilton Antalya Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altinova Sinan Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/9/8/9/607989_5e3d8100042.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="371.50" OriginalAmount="367.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85299" Longitude="30.61277" StarRating="0" HotelCode="|237647" HotelName="The Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Liman mahallesi 34 sokak No:9 Konyaalti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/6/4/7/237647_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.20" OriginalAmount="368.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.853347" Longitude="30.746598" StarRating="4" HotelCode="52164|2483615" HotelName="Orange Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, 1537 Sokak 21, Muratpasa, 07140 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/f1/d2f1af412bf9a438b15b3ab26e2e3bfdd72dd83a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on hilly side street, just 50 metres from the beach. Shopping and entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.71" OriginalAmount="369.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88134" Longitude="30.70636" StarRating="0" HotelCode="|32083" HotelName="Karyatit Kaleiçi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALEICI, KILICARSLAN MAH.KADIRPASA SOK. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/3/32083_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, comfortable hotel, renovated in 2005, has a lovely garden, 3 floors, 30 rooms and 3 rooms adapted for people with reduced mobility. The establishment has a reception, a safety deposit box service, a currency exchange service, a cafÃ©, a television room, a bar and a restaurant with local dishes, The establishment offers room service, excursions and a car hire service. SITUATION: This hotel is in the historic centre, KaleiÃ§i it is in near the establishment, guests will find the harbour, restaurants, bars, shops and public transport. 200 metres away from the establishment, guests can find the beach, 50 metres away, guests can find a park, is 15 kilometres away from the airport. ROOM: The rooms with views of the city a bathroom with a hairdryer, They have a direct line telephone, a television, a mini-bar, a double bed, an air-conditioning system and heating. The establishment has standard and superior rooms. FACILITIES: The establishment boasts a swimming pool, a children's swimming pool and a bar. Guests are offered themed nights and live music (seasonal). MEALS: Clients can book bed and breakfast, half-board and full-board. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.17" OriginalAmount="373.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.848308" Longitude="30.767225" StarRating="0" HotelCode="|477774" HotelName="Espina Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/7/7/4/477774_171731e1147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.60" OriginalAmount="373.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.848744" Longitude="30.7688705" StarRating="3" HotelCode="|85316" HotelName="Green Beyza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/3/1/6/85316_199c40e1409.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers shops, air-conditioning, a reception, a hall, 3 floors and multilingual staff. Our guests can find a playground, a car hire service, a swimming pool, sunshades, deck chairs, a swimming pool (for a fee), a television room and a car park. The establishment offers guests a security service, a laundry service, a currency exchange service, an ironing service, room service, a safety deposit box service, a WiFi zone and children's swimming pool. SITUATION: This establishment, Antalya it is situated 7 kilometres away from Termessos 30 kilometres away from the Duden Waterfalls the establishment is 20 kilometres away from Perge it is 20 kilometres away from it is 10 kilometres away from Antalaya the airport This establishment, Kemer it is situated 50 kilometres away from Close to medical centres, supermarkets and shops. OTHERS: The establishment offers a lounge bar. PAYMENT METHODS: The establishment accepts Mastercard, Eurocard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.887022193715" Longitude="30.701720240079" StarRating="0" HotelCode="346864|alkan_hotel_3" HotelName="Alkan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmali Mahallesi, 24 Sokak 4, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e3/40e3fa686ad9dcaaf3f6d5278a0e52b09d5ea288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="383.07" OriginalAmount="379.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.851349" Longitude="30.80455" StarRating="0" HotelCode="|537285" HotelName="Peramis Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2299. Sk. no:7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/8/5/537285_d53450f2145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.887408351407" Longitude="30.67053437233" StarRating="4" HotelCode="49844|grida_city" HotelName="Grida City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Meltem Mahallesi 100, Yil Sakip Sabanci Bulvari No: 12, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/35/3d35a79adf8d4044c14e911bffc0705cbc1f559d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a main road approximately 900 m from the steep, cliff-lined Konyaalti Beach ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="388.76" OriginalAmount="384.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88344" Longitude="30.70429" StarRating="4" HotelCode="451751" HotelName="Aspen Hotel - Special Class" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kiliçaslan Mah. Mermerli Sk. No:25, Kaleiçi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/51751/451751/66.jpg?f=17743393</HotelPictures>
        <HotelDescription>Relax on the private beach or enjoy other recreational amenities such as an outdoor pool. Additional features at this Mediterranean hotel include complimentary wireless internet access and concierge services. Getting to nearby attractions is a breeze with the area shuttle (surcharge).. The Turkish Ministry of Tourism assigns an official classification for accommodations in Türkiye. This Hotel property is awarded the following classification: Special Class.. Featured amenities include express check-in, express check-out, and dry cleaning/laundry services. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.85" OriginalAmount="385.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.854623655084" Longitude="30.746448934078" StarRating="4" HotelCode="9525|ender_hotel" HotelName="Ender Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, Lara Caddesi 189, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/4a/c84a06973a864ee67c80dbfe07c2da7f862444bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="389.66" OriginalAmount="385.8" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.860558" Longitude="30.865574" StarRating="14" HotelCode="4043743" HotelName="River Park Residence Lara" Meals="FAMILY ROOM" BedType="FAMILY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kemeragzi Mahallesi.32002 Sok No:9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/43743/4043743/1.jpg?f=17284669</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a seasonal outdoor pool or take in the view from a garden. Additional features at this apartment include complimentary wireless internet access, concierge services, and a vending machine.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and laundry facilities..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.67" OriginalAmount="385.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86484" Longitude="30.63487" StarRating="0" HotelCode="|233641" HotelName="Trend Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altinkum Mahallesi 416 Sokak No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/4/1/233641_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.41" OriginalAmount="386.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.91347" Longitude="30.77519" StarRating="0" HotelCode="|597478" HotelName="İSNOVA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beylik Sokak isnova hotel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/4/7/8/597478_0a2d43c2230.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="956808|esperanza_boutique_hotel_of_lykia" HotelName="Esperanza Boutique Hotel Of Lykia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karaoz Mahallesi, Okul Sokak 35, Mavikent Kumluca, 07390 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/4d/b84d5910ef374bbe88eaece35b083657e0caef01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.90" OriginalAmount="390" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.848509" Longitude="30.77088" StarRating="3" HotelCode="15009|21774" HotelName="Upon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2050 Sokak 2, Lara, Muratpasa, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/c7/a2c708116595badf8d734e07ed603a07de61c8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.92" OriginalAmount="392" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8932337" Longitude="30.70226279" StarRating="3" HotelCode="373562|268488" HotelName="Bilgehan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari No:1, 07040 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/51/b9511e7a0852dd51c7fc0bf6deadd2ab7556238a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.04" OriginalAmount="396.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.848556" Longitude="30.77088" StarRating="2" HotelCode="|85289" HotelName="Antalya Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESKI LARA YLU CAGLAYAN MAHALLESI 2050 SOKAK 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/2/8/9/85289_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2012, has WiFi, (free of charge), a sauna, a hamman, a swimming pool and a terrace. The establishment offers views of the sea and views of the bay. SITUATION: This charming, urban hotel is opposite a cliff, Lara it is in this establishment, KaleiÃ§i it is situated 8 kilometres away from 5 minutes away from the establishment, clients can find the beach, in front of the hotel there is a public transport stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.24" OriginalAmount="399.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88361" Longitude="30.70737" StarRating="0" HotelCode="|603350" HotelName="Kardelen Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/3/5/0/603350_665890d2350.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="404.43" OriginalAmount="400.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.883793" Longitude="30.706871" StarRating="4" HotelCode="44391" HotelName="Alp Pasa Hotel - Special Class" Meals="DELUXE ROOM ANNEX BUILDING" BedType="DELUXE ROOM ANNEX BUILDING">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/44391/44391/28.jpg?f=17754730</HotelPictures>
        <HotelDescription>Facilities: The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Guests receive a welcome drink upon arrival. Services include a cash machine. Wireless internet access is provided in public areas (no extra charge). The tour desk offers assistance with booking excursions. Everyday necessities can be purchased at the supermarket. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a library. Travellers with their own cars can use the parking spaces (no extra charge) (subject to availability). Other services include a 24-hour security service, a car hire service, a transfer service, room service (for a fee), an alarm call service, a laundry service and a page service. A business centre with projector and a flip chart and pens is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.43" OriginalAmount="403.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.885422" Longitude="30.703804" StarRating="4" HotelCode="|36986" HotelName="Aspen - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KILICARSLAN MAH MERMERLI SOK NO25 KALEICI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/8/6/36986_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2007, has 36 rooms and 3 floors. It has a lobby, a reception, a safety deposit box service, a currency exchange service, lifts and a bar. Guests can also find a games room, a TV room, a restaurant, conference facilities, a car park, a laundry service (for a fee) and internet in the hall, (free of charge). SITUATION: It is in a beautiful area, is 1 kilometre away from public transport services, the bus station and cultural places. It is situated 12 kilometres away fromAntalya Airport. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, a satellite or cable television, a double bed, a mini-bar and individual air-conditioning. FACILITIES: Outdoors, clients can enjoy a swimming pool with parasols and deck chairs. You also have at your disposal a sauna and a solarium. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="411.01" OriginalAmount="406.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85425" Longitude="30.801878" StarRating="0" HotelCode="|534010" HotelName="Lilium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/1/0/534010_bff15841127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="412.60" OriginalAmount="408.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.886881" Longitude="30.6709456" StarRating="4" HotelCode="|17478" HotelName="Nashira City Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MELTEM MAH. 100 YIL SAKIP SABANCI BULVARI 112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/7/8/17478_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 100 rooms a reception with safety deposit boxes, a lift and a bar. Our guests can find a souvenir shop, a mini-market, conference rooms, a TV room and an Ã  la carte restaurant with air-conditioning, with a terrace, The establishment offers guests room service, a laundry service, a car park and an indoor car park. SITUATION: This hotel is on a main street, 900 metres away from the establishment, you can find Konyaalti the beach 500 metres away, clients have a commercial centre, is situated 4 kilometres away from the city centre, shops, bars and restaurants. it is situated 15 kilometres away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a balcony or terrace, a direct line telephone, a mini-bar and a central air-conditioning system. FACILITIES: Outdoors, clients have access to a pool that has a children's area, deck chairs and parasols. At an additional cost, you can enjoy tennis, use the gym, a jacuzzi, a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="416.45" OriginalAmount="412.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.854992" Longitude="30.763866" StarRating="14" HotelCode="3851307" HotelName="Nox Suite" Meals="EXECUTIVE SUITE" BedType="EXECUTIVE SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Mahallesi, 2015 Sokak No 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/51307/3851307/1.jpg?f=17236133</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a fitness center and a seasonal outdoor pool. This aparthotel also features complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.16" OriginalAmount="416.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.875096252518" Longitude="30.653279189862" StarRating="3" HotelCode="346946|elit_basaran_hotel" HotelName="Elit Basaran Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 7. Cadde 1, Konyaalti, 07050 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/b8/d7b869e6048f515dd9caa91f9fbcf8d1a1e03a69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Konyaalti. The hotel comprises 60 cosy units. Customers may take ad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.874476" Longitude="30.657265" StarRating="4" HotelCode="60421|the_corner_park_hotel" HotelName="Riviera Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu mahallesi, Akdeniz Bulvari 76, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/6f/aa6ff3dc7d5a2d59e640dad23ab6da68598f2443.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located across the road from Konyaalti Beach, this hotel is situated around 3 km from the resort cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="423.96" OriginalAmount="419.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884804" Longitude="30.704592" StarRating="4" HotelCode="|96071" HotelName="ALP PASA BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mh. Hesapci Sok.30 Kaleici (old Town), A,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/0/7/1/96071_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Antalya the historic centre of el Minarete Roto 100 metres away, guests can find it is 1 kilometre away from Antalya the Museum of it is 5 minutes away from Mermerli the beach 100 metres away, guests can find Hadrian's the Gate. ROOM: Each room has an air-conditioning system and a satellite television. Some rooms have a hydromassage bath. FACILITIES: Guests are offered a patio, a terrace and a swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet restaurant and a swimming pool bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.33" OriginalAmount="422.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85837" Longitude="30.77578" StarRating="0" HotelCode="|607939" HotelName="Four Points Express by Sheraton Antalya Lara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulent Ecevit Bulvari 2038 Sokak, Caglayan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/9/3/9/607939_1cee2870036.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="428.60" OriginalAmount="424.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88382955" Longitude="30.70684393333333" StarRating="4" HotelCode="4163409" HotelName="Alp Pa?A Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hesapç? Sokak 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0041/63409/4163409/9.jpg?f=17708129</HotelPictures>
        <HotelDescription>The hotel is located in the historical part of Antalya, right in Kaleiçi (Old Town) and near to the famous Hadrian's Gate. It is easily reached through the historical narrow streets within the city wa...
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="428.89" OriginalAmount="424.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88405" Longitude="30.70907" StarRating="4" HotelCode="1820571" HotelName="Elegance East Hotel - Boutique Class" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi Atatürk Cad No: 42/C, Muratpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/20571/1820571/46.jpg?f=17668248</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as an outdoor pool or take in the view from a terrace and a garden. Additional features at this hotel include complimentary wireless internet access and concierge services.. The Turkish Ministry of Tourism assigns an official classification for accommodations in Türkiye. This Hotel property is awarded the following classification: Boutique Class.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Antalya? This hotel has 484 square feet (45 square meters) of space consisting of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.29" OriginalAmount="429.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88406" Longitude="30.70907" StarRating="4" HotelCode="208357|elegance_east_hotel" HotelName="Elegance East Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Atatürk Caddesi 42/C, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/73/7673969535e876d40106a4315f46ae673882fa0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya, about 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.33" OriginalAmount="433.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85654018422" Longitude="30.738665163517" StarRating="5" HotelCode="38612|the_marmara_antalya" HotelName="The Marmara Antalya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, Lara, 07160 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/2d/a02defc95502020d415d54f14d87d4e0c455e313.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach is located close to this elegant, luxury hotel with the closest shops around 750 m away an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="445.03" OriginalAmount="440.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8820583" Longitude="30.7033952" StarRating="0" HotelCode="|86554" HotelName="Konukzade Oldtown Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kilicarslan Mah. Hidirlik Sok. N.20 Kaleici</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/5/4/86554_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, KaleiÃ§i it is in about 10 minutes away (by car) from Antalya Airport. ROOM: Each room has an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.93" OriginalAmount="445.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884386" Longitude="30.707574" StarRating="0" HotelCode="|521596" HotelName="Belmondo Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/9/6/521596_09b2f0e1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="462.61" OriginalAmount="458.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.91905536" Longitude="30.67203257" StarRating="4" HotelCode="481209|4522825" HotelName="B Business Hotel &amp; Spa" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Fabrikalar Mahallesi, Namik Kemal Bulvari 63, Kepez, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/17/33175ac5d8b3660b94ac51cdf3dbf598cbf60db4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.27" OriginalAmount="460.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87508" Longitude="30.65318" StarRating="0" HotelCode="|603601" HotelName="Sealife Lounge - Adult only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mah. 7. Cad No :1 Konyaalt?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/6/0/1/603601_29e92e42305.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.858076" Longitude="30.625149" StarRating="5" HotelCode="497662|gudenpearl" HotelName="Güden Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>329 Sokak 21, Gürsu Mahalessi, Konyaalti, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/cc/0bcc1ad70f66713cf5073a6cad0530700aa99ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.874157271566" Longitude="30.715710431947" StarRating="4" HotelCode="933339|prime_boutique_hotel" HotelName="Prime Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genclik Mahellesi, Tevfik Isik Caddesi 25, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/08/dc08b7ef92f10fdac11d369e6486c77dee0feb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.74" OriginalAmount="461.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.197313" Longitude="29.651929" StarRating="0" HotelCode="|534477" HotelName="Golden Rose Suit Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1. Sk. 56</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/7/7/534477_8584f181457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.899460771647" Longitude="30.706937101981" StarRating="4" HotelCode="498424|elips_royal_hotel_spa" HotelName="Elips Royal Hotel &amp; Spa" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Etiler Mahallesi, 851 Sokak 2, Muratpasa, 07000 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/f9/05f9cdabb6300a7d72f0e4fd47c526bc40142945.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.32" OriginalAmount="463.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85418" Longitude="30.80184" StarRating="0" HotelCode="|535229" HotelName="Helene Apart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lara Cd. 407</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/2/2/9/535229_87eb9a91447.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="476.40" OriginalAmount="471.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.851349" Longitude="30.80455" StarRating="0" HotelCode="|543308" HotelName="Wolf Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2299. Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/3/0/8/543308_76c21101050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.53" OriginalAmount="472.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.200736" Longitude="29.638162" StarRating="0" HotelCode="|536707" HotelName="Leonis Hotel Kaş" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meltem Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/7/0/7/536707_528c0a22018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="478.40" OriginalAmount="473.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8816304" Longitude="30.7048827" StarRating="4" HotelCode="|107876" HotelName="Minyon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/7/6/107876_7ee34f71326.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in KaleiÃ§i (Antalya) the historic area of KaleiÃ§i (Antalya) it is situated 3 kilometres away from Konyaalti the beach. FACILITIES: The establishment has a swimming pool and a garden area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.74" OriginalAmount="474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88464911" Longitude="30.7097382" StarRating="0" HotelCode="744099|arkk_homes_aparthotel" HotelName="Arkk Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hasimiscan Mahallesi, 1293 Sokak 10, Muratpasa, 07160 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8e/628e854e8b8c81e706d3c3c1bea4c0e1a6808fa7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.858287124118" Longitude="30.732482671738" StarRating="4" HotelCode="9519|antalya_hotel_resort__spa" HotelName="Antalya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, Eski Lara Yolu Caddesi 102, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/74/6d742142e782acd7b7572e4a3a5aaff59be8b6b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the Lara district of Antalya, just 3 km from the city centre. Located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.79" OriginalAmount="479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87400682612" Longitude="30.656887084656" StarRating="3" HotelCode="936306|olbia_residence_hotel_3" HotelName="Olbia Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, 603 Sokak 1, Konyaalti, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b904da04074053b84595e46120cd483eb82eb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="486.00" OriginalAmount="481.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89004" Longitude="30.63849" StarRating="0" HotelCode="|605099" HotelName="The Casa Letstay Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/0/9/9/605099_9b6d8f32303.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="493.75" OriginalAmount="488.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86221" Longitude="30.63452" StarRating="4" HotelCode="|591849" HotelName="FOUR HILLS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306. Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/1/8/4/9/591849_a44fdc82016.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="495.08" OriginalAmount="490.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87532" Longitude="30.65367" StarRating="3" HotelCode="|605693" HotelName="TheLuna Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Konyaalt? 608 sokak No6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/6/9/3/605693_6734e962343.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.91" OriginalAmount="491.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88631425318" Longitude="30.676290392876" StarRating="5" HotelCode="9526|ozkaymak_falez_hotel" HotelName="Ozkaymak Falez Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahçelievler Mahallesi, Tarik Akiltopu Caddesi 1, Muratpasa, 07050 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/21/a1/21a10f7752a339f42cea197bfb4fd722589dd91d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive beach hotel is situated on a rocky ridge above the stunning Konyaalti beach, which ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.882995417389" Longitude="30.707205371862" StarRating="4" HotelCode="571314|char_me_hotel" HotelName="Char Me Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kilincarslan Mahallesi, Zafer Sokak 28, 07050 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/24/39249a359eb326019f4473af20e5e4e9e7873026.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Antalya. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="513.40" OriginalAmount="508.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8592693" Longitude="30.6307183" StarRating="5" HotelCode="|68298" HotelName="Crowne Plaza  Antalya, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKDENIZ BULVARI 306. SOKAK KONYAALTI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/2/9/8/68298_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2009 and has 194 rooms, The establishment has a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a playground, conference rooms and a car park. Guests can find a cafÃ©, a bar, a pub and a restaurant. For an extra cost you can have access to WiFi, room service and a laundry service. SITUATION: It is in the beach, 10 minutes away from the establishment, guests will find the city centre situated near the historic centre, leisure areas, is 30 kilometres away from Antalya Airport. ROOM: Guests are offered standard rooms and suites, have a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone, satellite or cable TV and a radio. They also have internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set, a balcony or terrace, an air-conditioning system and individual heating. FACILITIES: The establishment has deck chairs, parasols, a covered pool, an outdoor bar and a gym. The establishment also offers 2 spas, a Turkish bath, a massage service, beauty treatments (available for a fee), a jacuzzi, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.65" OriginalAmount="510.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.880719" Longitude="30.657349" StarRating="3" HotelCode="|85324" HotelName="The Corner Park" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arapsuyu Mahallesi, Akdeniz Bulvar?, 603. Sk. No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/3/2/4/85324_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002, was renovated in 2011, has 74 rooms, 2 single rooms and 35 double rooms. SITUATION: This establishment, Antalya it is in is situated in the city centre excellent transport links to public transport services, Close to a golf course and a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="516.63" OriginalAmount="511.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.883791" Longitude="30.706871" StarRating="0" HotelCode="|453032" HotelName="Gazetta Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/3/2/453032_a60cca81510.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="516.73" OriginalAmount="511.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8858977" Longitude="30.6741968" StarRating="5" HotelCode="|17481" HotelName="Özkaymak Falez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KONYAALTI FALEZ MEVKII</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/8/1/17481_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 13 floors, 320 rooms and 22 suites. It has a lobby with elevators and a reception. Our guests can find a boutique, shops, a hairdresser's, a bar, a nightclub, a pub, a TV room and an Ã  la carte restaurant with air-conditioning, The establishment boasts conference rooms, internet (for a fee), room service, a laundry service, a medical care service, a car park and indoor parking. The establishment also offers a car hire service, a babysitting service and a garden. SITUATION: It is on a cliff, is situated above Konyaalti the beach near the establishment, guests will find the archaeological museum, is 1 kilometre away from Antalya the historic centre of 50 metres away, there is a tram stop, in the surrounding area of the establishment, guests can find taxis. ROOM: The rooms a bathroom with a shower, a bidet and a hairdryer. They also have a direct line telephone, satellite and cable television, a radio and a mini-bar (available for a fee), Guests can find a central air-conditioning system, individual heating, a safety deposit box (available for a fee) and a balcony or terrace. FACILITIES: The establishment has a covered heated pool (seasonal), an adult swimming pool, a children's swimming pool, a snack bar, parasols and deck chairs. The establishment also offers a jacuzzi, a sauna (available for a fee), a Turkish bath, a solarium, a sunbathing terrace and a massage service (available for a fee), Clients can enjoy activities such as play ping-pong, beach volleyball, playing billiards, play foosball, darts and use the gym. Guests can also find 4 tennis courts, (available for a fee), aerobics, gymnastics courses and an entertainment programme.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.13" OriginalAmount="513" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8737" Longitude="30.6951" StarRating="0" HotelCode="872448|385061" HotelName="Casa Sur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Kandiller Sokak 3, Kaleiçi Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a7/2e/a72e910a7a4c9a11388db9518c55e7c8478b61a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.99" OriginalAmount="516.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.859853" Longitude="30.820818" StarRating="0" HotelCode="|465142" HotelName="Elysium Green Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/1/4/2/465142_7fd7cb41259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="526.09" OriginalAmount="520.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.858229179578" Longitude="30.631062984467" StarRating="5" HotelCode="900091|1954753" HotelName="Crowne Plaza Antalya" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gürsu Mahallesi, 306. Sokak, Akdeniz Bulvan Konyaalti, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/76/7376faa186688e1d34be297fa07f98bc61015208.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in Antalya, about 20 km from Antalya (AYT) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.24" OriginalAmount="524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.853137897524" Longitude="30.803112878479" StarRating="4" HotelCode="446432|holiday_inn_antalya_lara" HotelName="Holiday Inn Antalya - Lara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba Mahallesi, 2290 Sokak 5, Lara, Muratpasa, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/63/ca/63caa28f3fcf70aea5afd5145c4d2655f652f4cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the best place to stay in Antalya with its prime location that gives easy access to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="535.23" OriginalAmount="529.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.73527" Longitude="30.56295" StarRating="4" HotelCode="|614153" HotelName="Vogue Royal Beach" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELD?B? MAH.MOLLA MUSA CAD NO 2 KEMER ANTALYA BELD?B? MAH.MOLLA MUSA CAD NO 2 KEMER ANTALYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/4/1/5/3/614153_a22778c0218.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.46" OriginalAmount="546.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88156211" Longitude="30.70913671" StarRating="3" HotelCode="410088|life_hotel_3" HotelName="Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hasi?m Iscan Mahallesi, 1304 Sokak Number 14, Muratpasa, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/86/5e86635b0399924682956297824c636ef9b1c23c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="552.47" OriginalAmount="547.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.911891638366" Longitude="30.69045195215" StarRating="2" HotelCode="144174|atici_hotel_3" HotelName="Atici Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Sok. No:19, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/bf/5fbf19a406373d84a028f7cf3a56d6e9f0016778.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="552.76" OriginalAmount="547.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89637" Longitude="30.71084" StarRating="5" HotelCode="3851309" HotelName="DoubleTree By Hilton Antalya City Centre" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari No 61 Etiler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/51309/3851309/1.jpg?f=17296750</HotelPictures>
        <HotelDescription>Facilities: English- and German-speaking staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access is provided in public areas. The hotel offers a number of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. A number of shops, including a supermarket and souvenir shop, are great for shopping or just browsing. A garden provides extra space for rest and relaxation in the open air. A garage is available for parking. Other services include a 24-hour security service, medical assistance, a transfer service, 24-hour room service, a laundry service, a coin-operated laundry and a hotel shuttle bus. Complimentary newspapers are available. To assist guests with their business and communication needs, the business centre offers a fax machine. Lectures, presentations and meetings can be held in one of the 10 conference rooms.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="560.11" OriginalAmount="554.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.65081" Longitude="31.6672" StarRating="5" HotelCode="|592455" HotelName="Seaphoria Beach Resort " Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/2/4/5/5/592455_7d2424a2109.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.56" OriginalAmount="556.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.848667" Longitude="30.76899" StarRating="0" HotelCode="|534104" HotelName="Z-Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2049. Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/0/4/534104_ff2e33a1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="564.61" OriginalAmount="559.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.200869" Longitude="29.637622" StarRating="0" HotelCode="|534469" HotelName="Seatown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/6/9/534469_7eadd211450.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.11" OriginalAmount="566.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.853107" Longitude="30.803194" StarRating="4" HotelCode="|212845" HotelName="Holiday Inn Antalya - Lara, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba Mahallesi 2290 Sokak, Lara Cd. No:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/8/4/5/212845_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.55" OriginalAmount="568.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87878" Longitude="30.66286" StarRating="5" HotelCode="|31315" HotelName="Su and Aqualand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meltem Mahallesi, Dumlup?nar Bulvar?, No:205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/1/5/31315_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, beach hotel, was opened in 2003, renovated in 2008, with air-conditioning, has 9 floors, 294 rooms and 3 rooms adapted for people with reduced mobility. The establishment has a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a lounge bar and a hairdresser's. It also has a nightclub, a cafÃ©, a supermarket, a television room, a kiosk and a restaurant. The establishment offers a conference room, WiFi (for a fee), room service, a laundry service, a mini-club, a park, indoor parking and a car park. SITUATION: Near the establishment, you will find shops, bars and nightclubs. it is situated 15 kilometres away from Antalya the city centre of The establishment is 15 kilometres away from the airport. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, cable and satellite television, internet and a mini-bar. They also have a double bed, a safety deposit box, heating, an air-conditioning system, a sitting room and a balcony or terrace. FACILITIES: Outdoors, guests have access to 2 swimming pools, a children's swimming pool, a bar, deck chairs and parasols. The establishment boasts a covered swimming pool, a jacuzzi, a steam bath, a massage service (available for a fee) and beauty treatments. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch, Guests can book all inclusive. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="584.36" OriginalAmount="578.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87817" Longitude="30.661892" StarRating="5" HotelCode="504221" HotelName="Hotel Su &amp; Aqualand" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Meltem Mahallesi, Dumlupinar Bulvari, No:205,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/04221/504221/21.jpg?f=17604552</HotelPictures>
        <HotelDescription>Take time to pamper yourself with a visit to the full-service spa. After a day at the private beach, you can enjoy other recreational amenities including an indoor pool and a hot tub. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Antalya? This hotel has 22766 square feet (2115 square meters) of space consisting of a conference center and a meeting room. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="588.83" OriginalAmount="583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.878831059123" Longitude="30.662723779678" StarRating="5" HotelCode="24787|hotel_su" HotelName="Hotel Su" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Meltem Mahallesi, Dumlupinar Bulvari 205, Muratpasa, 07050 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/2b/ec2b8460732446513a66b10ab092191b7d5975db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just in fornt of the Konyaalti Beach Park, only a stone's throw from a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="588.99" OriginalAmount="583.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85831" Longitude="30.630993" StarRating="5" HotelCode="424177" HotelName="Crowne Plaza Hotel Antalya By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Gursu Mahallesi, Akdeniz Bulvari, 304. Sokak Konyaalti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/24177/424177/67.jpg?f=17577136</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as a health club, an indoor pool, and a hot tub. This hotel also features complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include a business center, express check-out, and complimentary newspapers in the lobby. Planning an event in Konyaalti? This hotel has 8396 square feet (780 square meters) of space consisting of a conference center and 3 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="589.30" OriginalAmount="583.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881588" Longitude="30.705907" StarRating="0" HotelCode="|537467" HotelName="Saye Konak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tabakhane Sk. No:1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/4/6/7/537467_5e0ed1e2102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="590.85" OriginalAmount="585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.885221" Longitude="30.706623" StarRating="4" HotelCode="73549|173578" HotelName="Eski Masal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Mescit Sokak 25, Kaleici, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b8/d8b875879a47744c1bec3e8ee115e0a8e19fb9ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya, about 750 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.78" OriginalAmount="585.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88162" Longitude="30.71778" StarRating="0" HotelCode="|612626" HotelName="Residence Inn by Marriott Antalya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Burhanettin Onat Str Nr.76, Zerdalilik Disc.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/2/6/2/6/612626_c76b6b00203.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="601.91" OriginalAmount="595.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8522342" Longitude="30.7468801" StarRating="0" HotelCode="|85318" HotelName="Massimo - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESKI LARA YOLU SIRINYALI MAH 1537 SOK 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/3/1/8/85318_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2011, has 62 rooms, 46 double rooms and 8 suites. SITUATION: This establishment, Antalya it is in it is in the city centre, Around the establishment, clients can find a golf course, Close to the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="605.15" OriginalAmount="599.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.266129" Longitude="29.402425" StarRating="0" HotelCode="|494346" HotelName="Payava Hotel by True Blue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Cd. 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/3/4/6/494346_dce5a481036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.01" OriginalAmount="601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852279972957" Longitude="30.746953189373" StarRating="4" HotelCode="174980|la_boutique_antalya" HotelName="La Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Eski Lara Yolu, Sirinyali Mahallesi, 1537 Sokak  16, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/ce/aace968fc810c6533a366a01755f76949a0ff90c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Lara region of the city of Antalya, atop the Falez cliffs which look acr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="608.19" OriginalAmount="602.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.5848969" Longitude="31.8761841" StarRating="0" HotelCode="|84961" HotelName="Konakli Nergis Hotel" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NERGIS SOKAK KONAKLI ALANYA 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/6/1/84961_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant, a bar and WiFi. The establishment offers guests a swimming pool (seasonal), deck chairs and sunshades. SITUATION: It is situated 300 metres away from the beach, 800 metres away from the establishment, you can find Konakli the city centre of Alanya it is 12 kilometres away from. ROOM: The rooms have a balcony, a television, an air-conditioning system, a mini-bar, a bathroom with a shower or bath and a hairdryer. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="615.24" OriginalAmount="609.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.722805" Longitude="31.53547" StarRating="5" HotelCode="451084" HotelName="Club Nena" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kizilagaç Turizm Merkezi, PK.88 Manavgat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/51084/451084/85.jpg?f=17203687</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. After dipping into one of the 3 outdoor swimming pools, you can spend some time at the private beach. Additional amenities at this property include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include express check-in, complimentary newspapers in the lobby, and dry cleaning/laundry services. Event facilities at this property consist of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.27" OriginalAmount="614.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.264209" Longitude="29.409441" StarRating="0" HotelCode="|213828" HotelName="Asfiya Sea View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalkan Mah. Akdeniz Cd., Kalkan/Ka?/Antalya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/8/2/8/213828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="638.14" OriginalAmount="631.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85863" Longitude="30.870057" StarRating="5" HotelCode="|471665" HotelName="Sirius Town Residence And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yasar Sobutay Bulvari, 32005</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/6/5/471665_0a7b1f52026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="642.04" OriginalAmount="635.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8536" Longitude="30.802612" StarRating="5" HotelCode="2514974" HotelName="Holiday Inn Antalya Lara, An Ihg Hotel" Meals="ROOM - DISABLED ADAPTED  - CITY VIEW" BedType="ROOM - DISABLED ADAPTED  - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Guzeloba Mahallesi 2290 Sokak No:5,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/14974/2514974/1.jpg?f=17135477</HotelPictures>
        <HotelDescription>Property Location In the heart of Antalya, Holiday Inn Antalya - Lara is close to Lower Duden Waterfall and Millennium Golf. This hotel is within close proximity of Terra City Shopping Center and Shemall Shopping Center. Rooms Make yourself at home in one of the 140 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks. Amenities Pamper yourself with onsite massages, body treatments, and facials. You can take advantage of recreational amenities such as a health club and an outdoor pool. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and a hair salon. Guests can catch a ride to nearby destinations on the area shuttle (surcharge). Dining Enjoy a meal at a restaurant or in one of the 2 coffee shops/cafés. Or stay in and take advantage of the hotel's 24-hour room service. Relax with a refreshing drink from a poolside bar or one of the 2 bars/lounges. Business, Other Amenities Featured amenities include complimentary high-speed (wired) Internet access, a business center, and complimentary newspapers in the lobby. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.
Pamper yourself with onsite massages, body treatments, and facials. You can take advantage of recreational amenities such as a health club and an outdoor pool. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and a hair salon. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="654.48" OriginalAmount="648.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87684428522" Longitude="30.708273053169" StarRating="5" HotelCode="130367|ramada_plaza_antalya" HotelName="Ramada Plaza by Wyndham Antalya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençlik Mahallesi, Fevzi Çakmak Caddesi 22, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/73/327376b141e974795c3564b57067fcb8e08876e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located on Antalya Bay, on top of the city's famous beachfront cliffs. Inner ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="657.18" OriginalAmount="650.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.857158" Longitude="30.737504" StarRating="5" HotelCode="|66875" HotelName="Oz Hotels Antalya Resort and Spa Adult +16" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SIRINYALI MAHALLESI LARA YOLU 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/8/7/5/66875_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 150 suites, The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift and a hairdresser's. It also has a playground, a bar, a restaurant, conference rooms, WiFi, a car park and an indoor car park. For an extra cost you can have access to a laundry service, room service and a babysitting service. SITUATION: This urban hotel, Lara it is in the establishment is 3 kilometres away from the city centre, is 12 kilometres away from Antalya Airport. ROOM: The comfortable rooms with central air-conditioning system, a bathroom with a bath or shower, a direct line telephone, a hairdryer, a mini-bar and internet. They also have a king size or double bed, a satellite or cable television, a safe and central heating. FACILITIES: Clients can find a gym, a Turkish bath, a covered pool, a swimming pool that has an area for children, a jacuzzi, an outdoor bar and darts. The establishment has a sauna, a steam bath and ping pong. At an extra cost, you can find a massage service, a spa and billiards. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="671.29" OriginalAmount="664.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86542" Longitude="30.72787" StarRating="3" HotelCode="98279|1573971" HotelName="Akra V Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilbahce Mahallesi, Metinkasapoglu Caddesi 281, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/b7/49b7486fa0cefa25595f4af3fbc4ab4def395630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 2 km from the city centre heading east and just 300 metres from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="698.19" OriginalAmount="691.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881424" Longitude="30.7098122" StarRating="0" HotelCode="|36988" HotelName="Hotel Puding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MERMERLI SOK KALEICI 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/8/8/36988_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 3 buildings and 41 rooms. Our guests can find restaurants, a conference room, a garden and a terrace. The establishment boasts air-conditioning, a hall with a reception, a currency exchange service, internet, room service, a laundry service, bicycle hire and a car park. SITUATION: 3 minutes away from the establishment clients have a beach, 5 minutes away from the establishment, clients can find Antalya the city centre of it is situated 3 kilometres away from Antalya the Museum of Termessos it is 30 minutes away from Perge It is 20 kilometres away from 40 kilometres away, you can find Aspendos the theatre Side it is situated 50 kilometres away from it is situated 13 kilometres away from Antalya Airport. ROOM: The rooms have individual air-conditioning, heating, a mini-bar, a radio and internet. They also have a direct line telephone, a satellite or cable television, piped music, a bathroom, a bath, a hairdryer, an iron and a double bed. FACILITIES: Outdoors, clients have access to a swimming pool with a bar, deck chairs and parasols. You also have at your disposal a sauna, a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy 2 restaurants, a continental buffet breakfast, Ã  la carte or set-menu lunch, an Ã  la carte dinner and dietary restrictions can be accomodated for.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="704.81" OriginalAmount="697.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.884102410642" Longitude="30.704445540905" StarRating="4" HotelCode="9529|2934606" HotelName="Puding Marina Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerli Sokak 15, Kaleici, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/0a/310ad135ed0df257a72768f2b6300017bf898d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around a 3-minute walk from the beach and some 5 minutes on foot from the cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="720.98" OriginalAmount="713.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8863609" Longitude="30.7074207" StarRating="3" HotelCode="576365|81268703" HotelName="Delight Deluxe Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Imaret Sokak 38, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/51/0c51ff68297bf591a61291304d3caae9311515aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Antalya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.19" OriginalAmount="719.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.854896" Longitude="30.74239" StarRating="4" HotelCode="57820|club_hotel_falcon" HotelName="Club Hotel Falcon" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, 1540 Sokak 12, Muratpasa, 07160 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/e3/f1e3d05e961e2590e974a11cd4b524eaf1429a5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies right on Lara beach just 5 km away from the centre of Antalya and approximately 10 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="730.51" OriginalAmount="723.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.855526" Longitude="30.74235" StarRating="4" HotelCode="504276" HotelName="Falcon Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mah. 1540 Sk. No:12, Muratpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/04276/504276/68.jpg?f=17482426</HotelPictures>
        <HotelDescription>Facilities: This spa hotel was renovated in 2022. 237 rooms, including 200 double rooms, are available to guests in a 5-storey main building and an auxiliary building. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Guests receive a welcome drink upon arrival. Amenities include a cloakroom, baggage storage service, safe and currency exchange service. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. A number of shops, including a supermarket, are great for shopping or just browsing. The grounds of the hotel feature a playground and a lovely garden. Additional facilities include a TV room. Parking spaces are available to guests travelling by car. Other services include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, a transfer service, room service (for a fee), an alarm call service, a laundry service, a hairdresser and a coin-operated laundry. A bicycle hire service provides all the necessary equipment for exploring the surrounding area. The business centre is on hand for guests' business requirements and provides a projector.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="769.71" OriginalAmount="762.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85222" Longitude="30.7469" StarRating="4" HotelCode="1815943" HotelName="La Boutique Hotel &amp; Suites" Meals="SUITE GARDEN" BedType="SUITE GARDEN">
        <Address>
          <AddressLines>
            <AddressLine>Eski Lara Yolu Sirinyali Mahallesi, 1537 Sok. No. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/15943/1815943/48.jpg?f=17495318</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages. After a day at the private beach, you can enjoy other recreational amenities including an outdoor pool and a hot tub. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area. Guests can get around on the shuttle (surcharge), which operates within 1 kilometers.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. This hotel has 2 meeting rooms available for events. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a bus station shuttle..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="777.33" OriginalAmount="769.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.668789" Longitude="31.645988" StarRating="5" HotelCode="|25130" HotelName="Armas Pemar Beach Resort" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/0/25130_870042a1034.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2004, has 535 rooms, 23Â junior suites and 7 floors. Guests can find a lobby, a reception, lifts, a lobby, shops, a boutique, shops, a hairdresser's, a nice coffee shop, a cosy bar and a restaurant. The establishment also offers a conference room, meeting rooms, a nightclub, a games room and a mini-club (for a fee). SITUATION: Alanya It is in 10 minutes away, you can find Avsallar the city centre of 200 metres away, guests will find a public transport stop, 500 metres away, clients have shops, cafÃ©s, bars and restaurants. 300 metres away, guests will find the river situated 90 kilometres away fromAntalya Airport. ROOM: Each room has fitted carpets, a double bed, a bathroom with a bath, a hairdryer, a direct line telephone, satellite and cable television and a radio. They also have a mini-bar, a safety deposit box (available for a fee), a balcony or terrace, heating and a central air-conditioning system. FACILITIES: Outdoors, clients have access to 6 swimming pools, a heated pool, a children's swimming area, a snack bar, a terrace with deck chairs and deck chairs. Clients can enjoy activities such as water aerobics, banana boating, kayaking, pedal boats, jet-skiing, water-skiing, diving, tennis, ping pong, squash, basketball, volleyball, aerobics, gymnastics, play mini-golf and billiards. Guests also have access to an entertainment programme for children. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, an Ã  la carte lunch and Ã  la carte or buffet dinner. Clients can book half-board, full-board or all-inclusive. PAYMENT METHODS: Customers can pay using Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="817.90" OriginalAmount="809.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8820835" Longitude="30.709303" StarRating="2" HotelCode="|26355" HotelName="Oscar Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK CADDESSI 1302 SOKAK 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/5/5/26355_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2003, renovated in 2005, has 1 floor, 26 rooms and 1 suite. It has air-conditioning, a cafÃ©, a lobby with a reception, a safety deposit box service and a currency exchange service. Our guests can find a bar, a TV room and a restaurant with highchairs, The establishment offers guests internet, room service, a laundry service, a medical care service, a car park and indoor parking. Guests can also find a beautiful garden. SITUATION: This welcoming hotel is in the heart of the city, 200 metres away, clients have the harbour, ÃœÃ§kapÄ±lar 250 metres away from the establishment, you can find it is situated in the surrounding area of Konyaalti the beach a museum, nearby, there is a public transport stop, in the surrounding area, clients have shops, restaurants, bars, cafÃ©s and leisure areas. it is located 150 metres away from a nightclub, lively nightlife, 500 metres away, guests will find the sea, is 4 kilometres away from the beach, is situated 15 kilometres away from the airport. ROOM: The modern rooms, have a bathroom and with a shower, a hairdryer. They also have a direct line telephone, satellite and cable TV, fitted carpets, an air-conditioning system and a safe (available for a fee). FACILITIES: Outdoors, clients can enjoy a pool that has a children's area, a snack bar, deck chairs and parasols. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and EC. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, Ã  la carte or set-menu lunch and buffet or Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="829.38" OriginalAmount="821.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.861562" Longitude="30.839747" StarRating="0" HotelCode="|544473" HotelName="ECHINUS HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2384 sok. Yasar Sobutay Bulvari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/4/7/3/544473_8e2e0e21046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.36" OriginalAmount="822.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.86008" Longitude="30.790782" StarRating="0" HotelCode="|469048" HotelName="Quality Gold Suit Hotel" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/4/8/469048_78c3e721236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.34" OriginalAmount="834.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881869867162" Longitude="30.709490495173" StarRating="3" HotelCode="42685|oscar_hotel_2" HotelName="Oscar Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hasim Iscan Mahallesi, 1302 Sokak 12, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/88/d7/88d7d5823f2010e40a683db58548253f58f95420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a central location, 200 m from the harbour. As well as other sights of i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="848.43" OriginalAmount="840.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.84833" Longitude="30.80669" StarRating="5" HotelCode="18284" HotelName="Club Hotel Sera - All Inclusive" Meals="CLUB ROOM" BedType="CLUB ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Lara,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/18284/18284/45.jpg?f=17754102</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, which include 3 outdoor pools, a nightclub, and a waterslide. Additional amenities at this property include complimentary wireless internet access, babysitting (surcharge), and an arcade/game room.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Antalya? This property has 17696 square feet (1644 square meters) of space consisting of a conference center and meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="863.03" OriginalAmount="854.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.855248" Longitude="30.742316" StarRating="4" HotelCode="|24007" HotelName="Falcon" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mh. 1540 Sk. No:12, Lara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/0/7/24007_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 247 rooms, The establishment boasts air-conditioning, a garden, a terrace, a hall with a reception, a safety deposit box service, a cloakroom, a lift, a currency exchange service, a kiosk, a nightclub, a theatre, a bar, a restaurant and a TV room. The establishment also offers conference rooms, internet, room service, a laundry service, club, a playground and a car park. SITUATION: Is situated inLara the beach Antalya 5 kilometres away, you can find it is 10 kilometres away from the airport, close to the establishment, clients can find public transport services, restaurants and shops. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a safe, a mini-bar, a satellite television, an electronic key, an air-conditioning system and a balcony or terrace. FACILITIES: The establishment boasts 2 swimming pools with children's areas, a bar, a terrace, deck chairs and parasols. Guests can enjoy do aerobics and water aerobics. Guests are offered a sauna, thermal area, a massage service, a health club, ping pong, volleyball, handball, gymnastics, aerobics and an entertainment programme. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and an Ã  la carte dinner. Clients can book half-board, full-board or all-inclusive. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="872.64" OriginalAmount="864.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.849109795445" Longitude="30.806186169312" StarRating="5" HotelCode="9533|club_hotel_sera_2" HotelName="Club Hotel Sera" Meals="ULTRA-ALL-INCLUSIVE" BedType="ULTRA-ALL-INCLUSIVE" PropertyType="City Hotel,Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lara, 07230 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/94/cd942b3b100d7cfe3cd17e0ba338a49c08dabefc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex lies in the tourist centre of the city and enjoys direct access to a private, artificia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="891.95" OriginalAmount="883.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8483323" Longitude="30.8067617" StarRating="5" HotelCode="|24012" HotelName="Club  Sera - All Inclusive" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LARA 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/2/24012_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3 rooms, 10Â junior suites and 10 bungalows. The establishment boasts an inviting hall, a reception, a safety deposit box service, a currency exchange service, shops, a mini-market, a car hire service, a hairdresser's, bars, a nightclub, 2 restaurants, with air-conditioning with a non-smoking area and highchairs. The establishment also offers a games room, a TV room, conference rooms, bicycle hire, room service and a laundry service (for a fee), It also has a medical care service, a mini-club, a playground and a car park. SITUATION: This complex is situated in the tourist centre, 100 metres away, guests can find a beach, in the surrounding area, clients have shops, restaurants, bars and a public transport stop. the establishment is 9 kilometres away from the airport, is situated 12 kilometres away from Antalya the city centre of. ROOM: The comfortable and stylish rooms with air-conditioning, have a bathroom, a hairdryer, a direct line telephone and a satellite or cable television. They also have a radio, a mini-bar, a double bed, central heating, fitted carpets, a safe (free of charge) and a balcony or terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="896.29" OriginalAmount="887.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8846822" Longitude="30.7069374" StarRating="0" HotelCode="|86566" HotelName="Atelya Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah. Civelek Sok. No:21 Kaleici</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/5/6/6/86566_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Antalya It is in 500 metres away from the establishment, you can find the sea. ROOM: Each room has WiFi (free of charge). OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="907.08" OriginalAmount="898.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.878464" Longitude="30.706499" StarRating="0" HotelCode="|454377" HotelName="Perge Adult Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genclik Mahallesi 1311. Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/7/7/454377_a3aae701411.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="910.21" OriginalAmount="901.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.861369" Longitude="30.636492" StarRating="5" HotelCode="|24171" HotelName="Sealife Family Resort" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KONYAALTI SAHILSERIDI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/7/1/24171_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 5 floors, renovated in 2007, is situated on a main street and has 240 rooms, The establishment has a lobby, with a lift, a reception with a bureau de change, a safety deposit box service, a cafÃ©, a mini-market, a shop, a hairdresser's, a bar, a nightclub, a games room, a restaurant with air-conditioning, with air-conditioning with highchairs. The establishment also offers internet (for a fee), bicycle rental, a car park, room service, a laundry service, a medical care service and a mini-club. SITUATION: It is situated 5 kilometres away from the city centre, 50 metres away, guests will find the beach 50 metres away from shops, restaurants and a public transport stop. the establishment is 1 kilometre away from bars, nightclubs situated 20 kilometres away fromAntalya Airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a double bed, an air-conditioning system, a central heating system, a safety deposit box (available for a fee), a sofa and a balcony. By paying an extra charge, clients can find a hairdryer, satellite or cable TV, internet and a mini-bar. FACILITIES: The establishment has a covered swimming pool, a swimming pool, a children's swimming pool, a snack bar, deck chairs, a jacuzzi, a sauna, a solarium, a Turkish bath and a massage service. Customers can also find a gym, play ping-pong, play basketball, beach volleyball, playing billiards, aerobics, gymnastics and archery. At the beach, customers can find deck chairs, parasols, banana boating, motorboat rides, catamaran excursions, canoeing, pedal-boating, water-skiing, jet-skiing, diving, surfing, windsurfing and sailing. The establishment also offers an entertainment programme. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant, menu and Ã  la carte lunch and an Ã  la carte dinner. Guests can book half-board, full-board or all-inclusive. PAYMENT METHODS: Customers can pay using Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="912.29" OriginalAmount="903.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.864186" Longitude="30.726142" StarRating="5" HotelCode="|94496" HotelName="Akra Antalya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lara Yolu , Antalya 07100 TU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/9/6/94496_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated 15 kilometres away from Antalya Airport 3 kilometres away from the establishment, guests will find the city centre, the Dedeman Aquapark it is situated next to and the sea. ROOM: Each room has bathroom or WC, an air-conditioning system, heating, a direct line telephone, a mini-bar, a hairdryer, a television, WiFi and a safety deposit box (available for a fee). FACILITIES: The establishment boasts restaurants, bars, indoor swimming pools, outdoor swimming pools, room service, a tennis court, a gym, a sauna, a jacuzzi, a solarium, a Turkish bath, business centre, meeting rooms, a dry cleaner's (available for a fee), a car park, stores and a hairdresser.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="924.19" OriginalAmount="915.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.856446" Longitude="31.046137" StarRating="5" HotelCode="|85433" HotelName="Asteria Family Resort Belek" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELEK TUR ALANI ISKELE MEVKII</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/4/3/3/85433_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, with a reception, 772 rooms, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a supermarket, a hairdresser's, a nightclub and a theatre. The establishment offers conference facilities, internet in communal areas, shops, a restaurant, Ã  la carte restaurants, bars, a mini-club, a playground and a car park. SITUATION: It is on the beachfront, this hotel is in Belek the coast of the establishment is 2 kilometres away from restaurants, bars, pubs and shops. in front of the hotel there is public transport services, 45 kilometres away from the establishment, guests will find Antalya Airport. ROOM: The rooms have an air-conditioning system, central heating, a satellite television, a direct line telephone, a mini-bar, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a safety deposit box and a balcony or terrace. FACILITIES: You can find a water park, swimming pools, an outdoor bar, deck chairs, parasols, a sauna, a spa, a massage service and spa treatments (available for a fee), For a fee, guests can enjoy diving, surfing, windsurfing, catamaran excursions, canoeing, tennis, ping pong, billiards, badminton and archery. Guests can also find water aerobics, aerobics, basketball, beach volleyball and go cycling. Guests are offered a gym and an entertainment programme. Near the establishment, guests can find golf courses. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format, Clients can book all inclusive. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="933.24" OriginalAmount="924.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.861468136292" Longitude="30.636183288361" StarRating="5" HotelCode="9532|sealife_family_resort_hotel_2" HotelName="Sealife Family Resort Hotel" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Konyaalti Sahil Seridi, Gazi Mustafa Kemal Bulvari 1, 07070 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/fc/2cfcf99cc32b4f857f8d3c2e711a3dca6a98ab93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally situated just across the road from the sandy beach and 5 km, 10 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.35" OriginalAmount="935.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.864188652777" Longitude="30.726308226585" StarRating="5" HotelCode="9524|dedeman_park_antalya" HotelName="Akra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sirinyali Mahallesi, Lara Caddesi 24, Muratpasa, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/bb/04bbdc1c6a748d0a6af81226d5fd289a1e0631ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 2 km from the centre of Antalya. Antalya Airport is around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="948.39" OriginalAmount="939" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.87788528" Longitude="30.70669976" StarRating="0" HotelCode="853843|364742" HotelName="Cap D'Perge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Boutique,Dining,Garden,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençlik Mahallesi, 1311 Sokak 5, Muratpasa, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/43/ef/43efbfe8dacd220d8d32761e4d4e61ad9b8f8faf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel is set in Antalya City. Located right in the town centre, the property ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="986.77" OriginalAmount="977.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.859975334034" Longitude="30.63373312632" StarRating="5" HotelCode="161790|harrington_park_resort" HotelName="Harrington Park Resort" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gürsu Mahallesi, Akdeniz Bulvari 192, Konyaalti, Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/86/c686e4b4eb2590aab767c26277e2063a0150519c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Konyaalti, a long stretch of beach to the west of the city of Antalya and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1028.57" OriginalAmount="1018.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85029" Longitude="30.76979" StarRating="14" HotelCode="3664562" HotelName="Laren Family Hotel &amp; Spa - Boutique Hotel" Meals="DELUXE ROOM - GARDEN VIEW" BedType="DELUXE ROOM - GARDEN VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Çaglayan Mahallesi 2054 Sok. No 21,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/64562/3664562/11.jpg?f=17285660</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including a nightclub, an outdoor pool, and a sauna. Additional features at this Art Deco hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge). The complimentary beach shuttle makes getting to the surf and sand a breeze.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1079.15" OriginalAmount="1068.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.79858" Longitude="31.370026" StarRating="5" HotelCode="3896119" HotelName="Calyptus Kirman Premium" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kumköy, Kumköy Cd., Manavgat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/96119/3896119/1.jpg?f=17420184</HotelPictures>
        <HotelDescription>Facilities: The resort was built recently, in 2021. The resort has 420 non-smoking rooms, which are located on 6 storeys and are reachable by 6 lifts. The friendly staff at the reception desk are happy to answer any questions. Guests receive a welcome drink upon arrival. Wireless internet access is provided in public areas. The resort has a range of facilities for guests with disabilities. There are a number of shops as well. The grounds of the resort feature a playground and a lovely garden. Additional facilities include a playroom. Guests arriving by car can park their vehicles in the car park for no extra charge. Further services and facilities include a car hire service, medical assistance, 24-hour room service (for a fee), an alarm call service, a laundry service, a hairdresser and a page service. Lectures, presentations and meetings can be held in one of the 3 conference rooms.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1154.81" OriginalAmount="1143.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.716019" Longitude="30.565563" StarRating="5" HotelCode="|41353" HotelName="Crystal Flora Pearl Collection" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/5/3/41353_7e638791106.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, inviting hotel and has attentive service. OTHERS: Guests can book all inclusive.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1258.27" OriginalAmount="1245.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8524284" Longitude="30.885557" StarRating="5" HotelCode="|32584" HotelName="Crystal Centro Pearl Collection" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lara Turizm Yolu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/8/4/32584_d8573ed1300.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, has 396 rooms, 2Â junior suites and 2 rooms adapted for people with reduced mobility. This air-conditioned hotel has a lobby with a reception, a safety deposit box service, a lift, a hairdresser's, a pub, a nightclub, a games room and a TV room. The establishment has a restaurant with international cuisine with local cuisine. The establishment offers a conference room and WiFi. The establishment also offers a laundry service, room service (for a fee) and a car park. SITUATION: This hotel is in Lara (Antalya) Bay Lara (Antalya). It is just 12 kilometres away from the city centre and the airport, 5 minutes away from Lara where you can find bars, restaurants, nightclubs, shops and shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable TV, a radio, a mini-bar, a double bed, an air-conditioning system, heating, a safe (available for a fee) and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1259.57" OriginalAmount="1247.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.856086" Longitude="30.881634" StarRating="0" HotelCode="|446754" HotelName="Greenwood Suites Resort" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemeragzi Mah. Tesisler Cad. 1018 Sokak 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/5/4/446754_06b11a21238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1273.83" OriginalAmount="1261.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.856472" Longitude="30.885683" StarRating="5" HotelCode="44470" HotelName="Crystal Centro Resort - All Inclusive" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kemeragzi Yasar Sobutay Bulvari 370 Aksu, 07112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/44470/44470/44.jpg?f=17708139</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. After dipping into one of the 3 outdoor swimming pools, you can spend some time at the private beach. Additional features at this property include complimentary wireless internet access, concierge services, and an arcade/game room.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1354.29" OriginalAmount="1340.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85747" Longitude="30.888" StarRating="5" HotelCode="504169" HotelName="Baia Lara Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kemeragzi Mevkii Kundu Bölgesi Lara,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/04169/504169/70.jpg?f=17204685</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. After dipping into one of the 6 outdoor pools, you can spend some time at the private beach. Additional amenities at this hotel include complimentary wireless internet access, babysitting (surcharge), and an arcade/game room.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Event facilities at this hotel consist of a conference center and 3 meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1368.18" OriginalAmount="1354.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.19088" Longitude="29.59006" StarRating="0" HotelCode="|533540" HotelName="Casa Bi Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Andifli Mah Metin Toker Sokak N 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/0/533540_93785391127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1454.08" OriginalAmount="1439.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.85961" Longitude="30.633701" StarRating="5" HotelCode="1348201" HotelName="Megasaray Westbeach Antalya" Meals="FAMILY ROOM" BedType="FAMILY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Gursu Mah., Akdeniz Bulvari  192,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/48201/1348201/1.jpg?f=17425786</HotelPictures>
        <HotelDescription>Facilities: The hotel was modernised in 2022. The hotel has a lift and features 334 rooms. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access (no extra charge) allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. Wheelchair-accessible facilities are available. A number of shops, including a supermarket and souvenir shop, are great for shopping or just browsing. Children can enjoy the playground. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, a babysitting service (on request and for a fee), a childcare service, a car hire service, a transfer service, room service, an alarm call service, a laundry service, a hairdresser, a coin-operated laundry and a page service. The congress service offers support with all aspects of event organisation.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1485.16" OriginalAmount="1470.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8516894" Longitude="30.888362" StarRating="5" HotelCode="|85341" HotelName="Baia Lara" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LARA TURIZM MERKEZI KEMERAGZI MEVKII KUNDU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/3/4/1/85341_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 2009, with air-conditioning, has 399 rooms, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a kiosk, a hairdresser's, an auditorium and a games room. The establishment has a playground, a mini-club, a bar, a nightclub, a restaurant, drinks, conference facilities and WiFi. The establishment offers room service, a laundry service and a car park. SITUATION: The hotel is situated 17 kilometres away from Antalya the centre of 15 kilometres away from Antalya Airport it is in Lara the tourist complex of. ROOM: All the rooms have a bathroom with a shower or bath, a WC, a hairdryer, a direct line telephone, a safe, a mini-bar, flat-screen satellite television, a sitting room, a double bed, a radio, internet, an air-conditioning system, a central heating system and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1514.11" OriginalAmount="1499.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.882736" Longitude="30.7058403" StarRating="0" HotelCode="|107872" HotelName="Kaleici Angel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kilicarslan Mah Hesapci Gecidi Sok No 5 Kaleici</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/7/2/107872_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inKaleiÃ§i (Antalya) the historic area of KaleiÃ§i (Antalya). ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1593.18" OriginalAmount="1577.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8870776" Longitude="30.6746092" StarRating="5" HotelCode="|27790" HotelName="Rixos Downtown Antalya All Inclusive - The Land Of Legends Access" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SAKIP SABANCI BULVARI, KONYAALTI PLAJI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/9/0/27790_e995e3f1453.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 320 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment has a bar, a restaurant with highchairs, conference rooms, a kiosk, shops, a hairdresser's, a dining room and internet. The establishment offers guests a garden, a cafÃ©, a laundry service, room service, washing machines (for a fee), a medical care service and a car park. SITUATION: This hotel is near a beach, in the surrounding area, clients can find a public transport stop, a shop, is situated 10 minutes away from the city centre, the tourist area, Where you can find restaurants, bars and nightclubs. it is 20 kilometres away from Antalya Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, internet and satellite or cable TV. They also have a king-size bed, fitted carpets, a safety deposit box (available for a fee), a mini-bar, a balcony, heating and a central air-conditioning system. FACILITIES: Customers can enjoy a swimming pool, a children's swimming pool, deck chairs, parasols and a snack bar. The establishment has a hydromassage bath, a sauna, a steam bath (available for a fee), a massage service and body care treatments. Clients can use a gym, play squash and play ping-pong. By paying an extra charge, you can do aerobics and enjoy tennis. At the beach, you can find water activities, 60 minutes away, clients have at their disposal a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Ã  la carte and menu lunch, Ã  la carte, set-menu or buffet dinner, dietary restrictions can be accommodated and special dishes can be made. Guests can book half-board. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1596.05" OriginalAmount="1580.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.885816540562" Longitude="30.674396753311" StarRating="5" HotelCode="9534|1994753" HotelName="Rixos Downtown Antalya" Meals="ALL INCLUSIVE,ULTRA ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="Beach Hotel,Club Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sakip Sabanci Bulvari 18, Konyaalti Sahili, 07050 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/84/2a84f7e04ac2ed0f9b1a9b51d653b9a82f3285ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just a short walk from Konyaalti Beach. Guests have direct access to the shingle beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1675.13" OriginalAmount="1658.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88221827" Longitude="30.70643282" StarRating="3" HotelCode="150189|2281395" HotelName="Kaleiçi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kilicarslan Mahalesi, Sakarya Sokak 11, Kaleiçi, 07100 Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/99/13/99139efc43ac4ec05b4d599164013d41292f83a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antalya. The nearest airport is Antalya (AYT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1781.31" OriginalAmount="1763.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.88406" Longitude="30.7091037" StarRating="4" HotelCode="|107864" HotelName="Elegance East - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah. Ataturk Cad. No: 42/C Muratpasa Kaleici</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/8/6/4/107864_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is traditional style, The establishment boasts a swimming pool and a spa. SITUATION: It is inAntalya the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1863.52" OriginalAmount="1845.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.597" Longitude="30.5636" StarRating="4" HotelCode="|613162" HotelName="Balmy Beach Resort Kemer" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/3/1/6/2/613162_4beed500247.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2023.73" OriginalAmount="2003.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.856089" Longitude="30.884463" StarRating="5" HotelCode="|25158" HotelName="Royal Wings - All Inclusive" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LARA TURIZM MERKEZI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/8/25158_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was opened in 2005, is in a big garden, has 10 floors, 465 rooms and 65 suites. The establishment has a lobby, 8 lifts, a reception with safety deposit boxes, a currency exchange service, a cafÃ©, a shop, a hairdresser's, a mini-market, a bar and a nightclub. Guests can also find a games room, a theatre, a TV room, 3 Ã  la carte restaurants with highchairs and a conference room. The establishment also offers internet, a laundry service, room service, a medical care service, has a car park, indoor parking, a playground and a mini-club. SITUATION: It is situated next to the beach. This hotel is in Kundu 500 metres away, guests will find shops. It is 6 kilometres away from Lara nearby, there is a public transport stop. It is just 15 kilometres away from Antalya Airport. 17 kilometres away from the establishment, guests will find Antalya city centre. ROOM: The rooms have a bathroom with a hairdryer, satellite or cable TV, a direct line telephone, internet, a mini-bar and a king-size bed. They also have fitted carpets, an air-conditioning system, central heating, a safe (available for a fee), a sofa and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool, a children's swimming pool, a sunbathing terrace, parasols, deck chairs and a snack bar. The establishment also offers a water park, 10 slides, a covered swimming pool, a jacuzzi, a sauna and a steam bath. Clients can enjoy activities such as aerobics, water aerobics, gymnastics, ping pong, basketball, beach volleyball and lawn bowling. Guests are offered 3 tennis courts and a gym. At the beach, customers can find parasols and deck chairs. At an extra cost, you can find a massage service, playing billiards, lawn bowling, banana boating, jet-skiing, motorboat rides, canoeing, pedal-boating, surfing, water-skiing, windsurfing and sailing. Clients can also find an entertainment programme (seasonal). MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant, a set-menu lunch, an Ã  la carte or set-menu dinner, dietary restrictions can be accommodated and special dishes can be made. Guests can book all inclusive. PAYMENT METHODS: Customers can pay by Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2307.66" OriginalAmount="2284.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.48284" Longitude="30.520586" StarRating="5" HotelCode="283357" HotelName="Nirvana Dolce Vita - All Inclusive" Meals="DELUXE ROOM - SEA VIEW" BedType="DELUXE ROOM - SEA VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah. Akdeniz Cad. No:21 Tekirova  Kemer,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/83357/283357/1.jpg?f=17732974</HotelPictures>
        <HotelDescription>Facilities: The 700 rooms, including 22 junior suites, 11 suites and 655 double rooms, have a pleasant, inviting atmosphere. 8 villas/houses offer even more space and comfort. The friendly staff at the reception desk in the lobby are happy to answer any questions. Guests receive a welcome drink upon arrival. Amenities include a baggage storage service, safe, currency exchange service and drinks machine. Wireless internet access is provided in public areas. The club offers a number of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. A fireplace creates a cosy atmosphere. There are a number of shops, including a supermarket and souvenir shop. The grounds of the hotel feature a playground and a lovely garden. Additional amenities include a newspaper stand, a TV room, a playroom and a library. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, a transfer service, room service (for a fee), an alarm call service, a laundry service, a hairdresser, a page service and a hotel doctor. Active guests who wish to explore the surrounding area by bike will appreciate the bicycle hire service (for a fee). Bicycle storage is also available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2312.88" OriginalAmount="2289.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.819395" Longitude="31.313371" StarRating="5" HotelCode="|199671" HotelName="Glamour Resort and Spa - All Inclusive" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/6/7/1/199671_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2935.33" OriginalAmount="2906.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.75817056" Longitude="31.42708932" StarRating="5" HotelCode="284241|1479518" HotelName="TUI SENSATORI Resort Barut Sorgun" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sorgun Mahallesi, Ayigürü Mevkii, 07600 Manavgat / Antalya</AddressLine>
          </AddressLines>
          <CityName>Antalya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/56/ee5653645cf0728e22cb66a4d3e7f3979b304851.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Sorgun.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5879.04" OriginalAmount="5820.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8547167" Longitude="30.8564702" StarRating="5" HotelCode="|25159" HotelName="Lara Barut Collection - Ultra All Inclusive" Meals="ALL INCLUSIVE PLUS" BedType="ALL INCLUSIVE PLUS" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/9/25159_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is rated 5 stars and has comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17425.76" OriginalAmount="17253.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.888021" Longitude="30.704139" StarRating="0" HotelCode="|534083" HotelName="Sehir Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/8/3/534083_f43bf941120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="17467.69" OriginalAmount="17294.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.84887" Longitude="31.070793" StarRating="5" HotelCode="1499934" HotelName="Maxx Royal Belek Golf Resort" Meals="DELUXE VILLA" BedType="DELUXE VILLA">
        <Address>
          <AddressLines>
            <AddressLine>Iskele Mevkii, Belek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0014/99934/1499934/1.jpg?f=17135696</HotelPictures>
        <HotelDescription>Facilities: The 505 suites have a pleasant, inviting atmosphere. 26 villas/houses offer even more space and comfort. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Guests receive a welcome drink upon arrival. Wireless internet access (no extra charge) is provided to guests. The resort has a range of facilities for guests with disabilities. Film fans are sure to find plenty of entertainment at one of the 2 cinemas. A number of shops, including a souvenir shop, are great for shopping or just browsing. The grounds of the complex feature a playground and a lovely garden. Guests arriving by car can park their vehicles in the car park. Further services include a babysitting service (for a fee), medical assistance, a transfer service, 24-hour room service (for a fee), a laundry service, a hairdresser and a hotel doctor. Guests can also use the bicycle storage facilities. The congress service offers support with all aspects of event organisation. Lectures, presentations and meetings can be held in one of the 27 conference rooms.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.37" OriginalAmount="244.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.89367" Longitude="30.7015573" StarRating="0" HotelCode="|305569" HotelName="Kayalar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.04" OriginalAmount="305.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.8645454" Longitude="30.6367821" StarRating="0" HotelCode="|306094" HotelName="Anatolian Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="411.41" OriginalAmount="407.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.881459" Longitude="30.70592" StarRating="0" HotelCode="|559854" HotelName="CityHub - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tabakhane Sk. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.96" OriginalAmount="964.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.90958" Longitude="30.63806" StarRating="0" HotelCode="|557460" HotelName="Yakamoz Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4374. Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2766.45" OriginalAmount="2739.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.700726" Longitude="30.569708" StarRating="5" HotelCode="4036884" HotelName="Rixos Sungate - The Land Of Legends Access" Meals="ROOM - SEA VIEW" BedType="ROOM - SEA VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Göynük Mah. Bas Komutan Atatürk Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>Rixos Sungate enjoys an enviable position in the heart of nature. Located in Kemer on the Gulf of Antalya, the resort sits on the golden sands of its glorious private beach, affording a spectacular view of the azure blue Mediterranean. Offering all-inclusive luxury on the edge of the Olympus National Park, home to the Olympos Mountains, the resort also overlooks the Taurus Mountains. It is this stunning backdrop that inspires the extensive leisure facilities on offer.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Heated Pool,Nightclub,Swimming Pool,Bicycle Rental,Kitchen,Garden,Golf,24 Hour Security,Airport Transfer (on Demand),Elevator,Library,Parking,Printer,Wake-up Call Service,24 Hour Power Supply,Boutique,Dining,Housekeeping,Meeting Room,24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,LCD/Projector,Luggage Storage,Coffee Shop,Concierge,Valet Parking,Pets allowed</BasicAmenities>
    <HotelRating>5,3,4,2,1</HotelRating>
    <BedType />
    <Meals>ALL INCLUSIVE,ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,CITY HOTEL,HOTEL,APARTMENT,FAMILY-FRIENDLY HOTEL,HOTEL DE CHARME,BOUTIQUE HOTEL,AIRPORT HOTEL,APARTHOTEL,SPA HOTEL,APARTMENT HOTEL,BED AND BREAKFASTS,HOSTELS,GUEST HOUSES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="ffb43cbe-3438-41ad-b70e-8a4694044463">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74328" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-15T00:00:00" End="2026-08-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="130367|ramada_plaza_antalya" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="support@book4trip.co.uk" Password="Trip1997@" RequestedCurrency="GBP" ClientNationality="pk" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ffb43cbe-3438-41ad-b70e-8a4694044463|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="ffb43cbe-3438-41ad-b70e-8a4694044463" TimeStamp="0001-01-01T00:00:00" HotelName="Ramada Plaza by Wyndham Antalya" HotelCode="130367|1592183" StarRating="5" GTCityId="74328" CountryCode="TR" CityName="Antalya" CountryName="Turkey" Address="Gençlik Mahallesi, Fevzi Çakmak Caddesi 22, 07100 Antalya" PostCode="07100" PhoneNo="+902422491111,+902422491112" FaxNo="" Email="info@ramadaplazaantalya.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="36.87684428522" Longitude="30.708273053169" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Economy room" RoomTypeCode="h-8e0fb911-faaa-53fb-868d-077b5b7135f2|63|NjQ4LjAwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="648" TotalPrice="654.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 5.84-- city tax is included in the room rate.&lt;br/&gt;GBP 58.38-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="654.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Economy" RoomTypeCode="0|1331|1117621135|1786461469050328B2092B0||no|361925|16|NjUxLjA0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="651" TotalPrice="657.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="657.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Economy" RoomTypeCode="299672941|3|663|27|NjYzfEdCUHwyMDI2LTA4LTEy" OriginalAmount="663" TotalPrice="669.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-12T13:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="663" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE ROOM WITH PARTIAL SEA VIEW" RoomTypeCode="668795598-1-0|730668795598|2|0|12|NjY4LjQwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="668" TotalPrice="675.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe room with side sea view" RoomTypeCode="h-df6bfde8-e087-59a0-95b0-e09246ea5a28|63|Njc2LjAwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="676" TotalPrice="682.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 6.09-- city tax is included in the room rate.&lt;br/&gt;GBP 60.90-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="682.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe, Side Sea View" RoomTypeCode="0|1331|1117621185|1786461469050328B2092B1||no|361925|16|Njc5LjM3fEdCUHwyMDI2LTA4LTEx" OriginalAmount="679" TotalPrice="686.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="686.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: deluxe, partial sea view" RoomTypeCode="0|1331|790478235|1786461469008559B2071B2||no|361925|16|Njg0LjU2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="685" TotalPrice="691.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="691.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, 2 BEDS" RoomTypeCode="0|1331|1558663325|1786461469007011B2102B0||no|361925|16|NzA0LjI4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="704" TotalPrice="711.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="711.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, SIDE SEA VIEW" RoomTypeCode="0|1331|1160493985|1786461469027104B2036B0||no|361925|16|NzExLjkwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="712" TotalPrice="719.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="719.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE DELUXE SIDE SEA VIEW" RoomTypeCode="374391990-1-0|730374391990|2|0|12|NzE0LjYxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="715" TotalPrice="721.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SEA VIEW" RoomTypeCode="0|1331|1161182275|1786461474080642B2057B2||yes|361925|16|NzI1LjkzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="726" TotalPrice="733.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="733.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ECONOMY, CITY VIEW" RoomTypeCode="0|1331|1169718485|1786461474080642B2057B28||yes|361925|16|NzI2Ljg1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="727" TotalPrice="734.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="734.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="83879914|3|738|27|NzM4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="738" TotalPrice="745.38" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:52.7699391+01:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="738" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Economy room" RoomTypeCode="324520663|1|740|27|NzQwfEdCUHwyMDI2LTA4LTEz" OriginalAmount="740" TotalPrice="747.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T10:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="740" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Economy" RoomTypeCode="0|0|1117621135|1786461469006147B2050B0||no|361925|16|NzQzLjk2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="744" TotalPrice="751.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>.. Rates include all taxes which are charged by law, however rates exclude any taxes/fees which are payable directly to the hotel by the client upon arrival such as city tax, resort fee, facility fees, residence fee, environmental tax, urban fees,service charge etc&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="751.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - De Luxe - Side Sea View" RoomTypeCode="153477620|3|745|27|NzQ1fEdCUHwyMDI2LTA4LTEz" OriginalAmount="745" TotalPrice="752.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T10:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="745" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - Side Sea View" RoomTypeCode="323639040|3|750|27|NzUwfEdCUHwyMDI2LTA4LTEy" OriginalAmount="750" TotalPrice="757.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-12T13:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="750" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED, SEA VIEW" RoomTypeCode="0|1331|1207537795|1786461469050328B2092B2||no|361925|16|NzUwLjQyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="750" TotalPrice="757.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="757.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" RoomType="Room 1: DELUXE ROOM WITH PARTIAL SEA VIEW" RoomTypeCode="4207441376-1-0|734207441376|2|0|12|NzUxLjk1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="752" TotalPrice="759.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: ECONOMY ROOM" RoomTypeCode="2472134086-1-0|732472134086|2|0|12|NzYxLjk5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="762" TotalPrice="769.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, 2 BEDS" RoomTypeCode="0|1331|1519522715|1786461469050328B2092B3||yes|361925|16|NzY0LjE0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="764" TotalPrice="771.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="771.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Deluxe room with side sea view" RoomTypeCode="h-0d6ded3e-b1dc-5162-b957-9815f34682c3|63|NzcwLjAwfEdCUHwyMDI2LTA4LTEy" OriginalAmount="770" TotalPrice="777.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>GBP 6.94-- city tax is included in the room rate.&lt;br/&gt;GBP 69.37-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-08T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="777.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: deluxe, partial sea view" RoomTypeCode="0|1334|790478235|1786461469008559B2071B1||no|361925|16|NzcwLjEzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="770" TotalPrice="777.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="777.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Economy Room" RoomTypeCode="02#1#LG#193.05#0#BB#OK#20260815#20260816#EU#2-0#Economy Room|false|18375|ES#22241355/1680217688993735606/410#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#193.05#0#BB#OK#20260816#20260817#EU#2-0#Economy Room|false|18375|ES#22241355/1680217688993735606/410#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#193.05#0#BB#OK#20260817#20260818#EU#2-0#Economy Room|false|18375|ES#22241355/1680217688993735606/410#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#193.05#0#BB#OK#20260818#20260819#EU#2-0#Economy Room|false|18375|ES#22241355/1680217688993735606/410#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#|34|NzcyLjIwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="772" TotalPrice="779.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe, Side Sea View" RoomTypeCode="0|0|1117621185|1786461469006147B2050B1||no|361925|16|Nzc2LjMxfEdCUHwyMDI2LTA4LTEx" OriginalAmount="776" TotalPrice="784.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>.. Rates include all taxes which are charged by law, however rates exclude any taxes/fees which are payable directly to the hotel by the client upon arrival such as city tax, resort fee, facility fees, residence fee, environmental tax, urban fees,service charge etc&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="784.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ECONOMY, DOUBLE BED" RoomTypeCode="0|1331|1160493975|1786461469094590B2098B6||no|361925|16|Nzc2Ljg3fEdCUHwyMDI2LTA4LTEx" OriginalAmount="777" TotalPrice="784.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="784.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Economy" RoomTypeCode="326764191|3|778|27|Nzc4fEdCUHwyMDI2LTA4LTEz" OriginalAmount="778" TotalPrice="785.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T13:00:00" End="2026-08-13T13:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="778" /></CancelPenalty><CancelPenalty Start="2026-08-14T13:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="778" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: ECONOMY ROOM" RoomTypeCode="4110634863-1-0|734110634863|2|0|12|NzgwLjY2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="781" TotalPrice="788.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Economy room" RoomTypeCode="257849683|3|787|27|Nzg3fEdCUHwyMDI2LTA4LTEz" OriginalAmount="787" TotalPrice="794.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T09:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="787" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, LATERAL SIDE SEA VIEW" RoomTypeCode="0|1331|1606535915|1786461469031194B2129B11||no|361925|16|Nzg5LjI0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="789" TotalPrice="797.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and outdoor lighting&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Count on Us (Wyndham)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;The seasonal pool will be open from April 01 to October 31. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 109.82 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="797.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE ROOM SIDE SEA VIEW" RoomTypeCode="0|1331|5642705|1786461469009641B1000B0||no|361925|16|NzkwLjQyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="790" TotalPrice="798.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Hotel will not hold and block any rooms as &amp;#039;no name&amp;#039; or &amp;#039;TBA (to be advised)&amp;#039;, even from the allotment. Rates are not valid during congresses, meetings, incentive, exhibitions, Formula-1 grand prix and fairs. Early check-in is subject to availability. Late check-out is chargeable by all hotels in Turkey. Special requests are all subject to availability of the hotel on the day of check-in. Hotel does not provide complimentary arrival and departure airport transfers. booking as 1 dbl/twin+1 extra bed+1 child is not possible in all room types. 1 twin + 1 extra bed is possible only , triple rooms are provided only as dbl+extra bed.in one room with parents 0-6 years child is free up to one child only, the second 0-6 years child will be charged as 7-12 years.  If the number of the guests is more than mentioned in the voucher then the hotel will charge guests directly for the difference. name amendment or date amendment within the cancellation deadline will definitely not be accepted

Existing reservation cannot be canceled and rebooked under lower promotion.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="798.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, 2 BEDS" RoomTypeCode="0|1334|1558663325|1786461469007011B2102B1||no|361925|16|NzkyLjMyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="792" TotalPrice="800.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="800.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="4132542342-1-0|734132542342|2|0|12|Nzk1LjExfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="795" TotalPrice="803.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, DOUBLE BED, SIDE SEA VIEW" RoomTypeCode="0|1334|1160493985|1786461469027104B2036B1||no|361925|16|ODAwLjg5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="801" TotalPrice="808.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="808.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Deluxe room with side sea view" RoomTypeCode="h-10e885cf-2819-5e65-bb51-368e582c8fd4|63|ODAyLjAwfEdCUHwyMDI2LTA4LTEz" OriginalAmount="802" TotalPrice="810.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/08/2026"><AdditionalDetails>GBP 7.23-- city tax is included in the room rate.&lt;br/&gt;GBP 72.25-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-09T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="810.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" RoomType="Room 1: DOUBLE DELUXE SIDE SEA VIEW" RoomTypeCode="1515442971-1-0|731515442971|2|0|12|ODAzLjkyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="804" TotalPrice="811.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Economy" RoomTypeCode="135557933|3|804|27|ODA0fEdCUHwyMDI2LTA4LTEz" OriginalAmount="804" TotalPrice="812.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T10:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="804" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, SEA VIEW" RoomTypeCode="0|0|1161182275|1786461474080642B2057B4||no|361925|16|ODA0LjA0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="804" TotalPrice="812.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="812.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Room  Side Sea View" RoomTypeCode="02#1#LG#201.46#0#BB#OK#20260815#20260816#EU#2-0#Deluxe Room  Side Sea View|false|19175|ES#22241355/1680217688993735606/409#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#201.46#0#BB#OK#20260816#20260817#EU#2-0#Deluxe Room  Side Sea View|false|19175|ES#22241355/1680217688993735606/409#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#201.46#0#BB#OK#20260817#20260818#EU#2-0#Deluxe Room  Side Sea View|false|19175|ES#22241355/1680217688993735606/409#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#201.46#0#BB#OK#20260818#20260819#EU#2-0#Deluxe Room  Side Sea View|false|19175|ES#22241355/1680217688993735606/409#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#|34|ODA1Ljg0fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="806" TotalPrice="813.90" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: ROOM DELUXE TWO BEDS" RoomTypeCode="3111885936-1-0|733111885936|2|0|12|ODEwLjk0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="811" TotalPrice="819.05" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, SEA VIEW" RoomTypeCode="0|1334|1161182275|1786461474080642B2057B0||yes|361925|16|ODE2LjY5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="817" TotalPrice="824.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="824.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Economy room" RoomTypeCode="h-c5c52f95-ae5a-5f99-8e79-a4dce7987d29|63|ODIyLjAwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="822" TotalPrice="830.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 7.41-- city tax is included in the room rate.&lt;br/&gt;GBP 74.05-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="830.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE ROOM -  SIDE SEA VIEW" RoomTypeCode="4279140704-1-0|734279140704|2|0|12|ODMwLjU2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="831" TotalPrice="838.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="83753432|4|831|27|ODMxfEdCUHwyMDI2LTA4LTEx" OriginalAmount="831" TotalPrice="839.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:52.7699391+01:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="831" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, WITH VIEW" RoomTypeCode="0|1331|1161555085|1786461469027104B2036B10||yes|361925|16|ODMxLjg2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="832" TotalPrice="840.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="840.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED, LATERAL SIDE SEA VIEW" RoomTypeCode="0|1331|1610809025|1786461469094590B2098B12||no|361925|16|ODQxLjAyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="841" TotalPrice="849.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="849.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Economy room" RoomTypeCode="h-ca0f6af3-fa82-5aa6-bce5-f13c2bc233d7|63|ODQ1LjAwfEdCUHwyMDI2LTA4LTEz" OriginalAmount="845" TotalPrice="853.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/08/2026"><AdditionalDetails>GBP 7.61-- city tax is included in the room rate.&lt;br/&gt;GBP 76.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-09T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="853.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ALL INCLUSIVE" RoomType="Room 1: DELUXE ROOM WITH PARTIAL SEA VIEW" RoomTypeCode="1169367405-1-0|731169367405|2|0|12|ODQ2LjYzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="847" TotalPrice="855.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="0|0|1160330495|1786461474080642B2057B33||yes|361925|16|ODQ4Ljc2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="849" TotalPrice="857.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="857.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, WITH VIEW" RoomTypeCode="0|1331|1203155735|1786461469023438B2021B3||yes|361925|16|ODUxLjM1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="851" TotalPrice="859.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Free Parking Guarantee Policy: If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance, your entire reservation will be canceled and you will not be entitled to a refund.  The reservation holder must be 21 years of age or older.
Photo Policy: The reservation holder must present a valid photo ID and credit card at check-in. The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or minibar charges) and are not included in the room rate.
Rate Description: Websaver - Full pre-payment required upon booking.
Hotel Occupancy Policy: All rooms booked for double occupancy (i.e. 2 adults). Accommodations for more than this are not guaranteed.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Hotel Pet Policy: Pets are not allowed.
Important Information: strong Child Policy /strong BRIf the first child is 0 - 6 years of age, he/she stays free of charge when using existing bedding. If the first child is under 2 years of age, he/she stays free of charge in a baby cot (please make a request when booking). br/ Buffet Breakfast is included in room rate and is served daily from 07:00 AM to 10:30 AM br/ Children 7-13 years old will be charged EUR 36 per child per night with extra bed included. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="859.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Economy" RoomTypeCode="0|1334|1117621135|1786461469031194B2129B4||no|361925|16|ODU1LjAyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="855" TotalPrice="863.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and outdoor lighting&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Count on Us (Wyndham)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;The seasonal pool will be open from April 01 to October 31. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 118.98 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="863.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SEA VIEW, BALCONY" RoomTypeCode="0|1331|1486919875|1786461474080642B2057B11||yes|361925|16|ODU1LjQ4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="855" TotalPrice="864.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="864.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" RoomType="Room 1: ECONOMY ROOM" RoomTypeCode="1631987683-1-0|731631987683|2|0|12|ODYxLjM3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="861" TotalPrice="869.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, CITY VIEW" RoomTypeCode="0|1331|1307956905|1786461474080642B2057B30||yes|361925|16|ODY1LjA5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="865" TotalPrice="873.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="873.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|1331|1161498435|1786461469050328B2092B4||yes|361925|16|ODY2Ljk2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="867" TotalPrice="875.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="875.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: deluxe, partial sea view" RoomTypeCode="0|1336|790478235|1786461469008559B2071B0||no|361925|16|ODY3LjEyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="867" TotalPrice="875.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="875.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: ECONOMY, DOUBLE BED" RoomTypeCode="0|1334|1160493975|1786461469094590B2098B7||no|361925|16|ODc4LjMyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="878" TotalPrice="887.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="887.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room - Economy" RoomTypeCode="326764191|4|880|27|ODgwfEdCUHwyMDI2LTA4LTEz" OriginalAmount="880" TotalPrice="888.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T13:00:00" End="2026-08-13T13:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="880" /></CancelPenalty><CancelPenalty Start="2026-08-14T13:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="880" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE ROOM SIDE SEA VIEW" RoomTypeCode="0|1334|5642705|1786461469009641B1000B1||no|361925|16|ODgzLjA1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="883" TotalPrice="891.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Hotel will not hold and block any rooms as &amp;#039;no name&amp;#039; or &amp;#039;TBA (to be advised)&amp;#039;, even from the allotment. Rates are not valid during congresses, meetings, incentive, exhibitions, Formula-1 grand prix and fairs. Early check-in is subject to availability. Late check-out is chargeable by all hotels in Turkey. Special requests are all subject to availability of the hotel on the day of check-in. Hotel does not provide complimentary arrival and departure airport transfers. booking as 1 dbl/twin+1 extra bed+1 child is not possible in all room types. 1 twin + 1 extra bed is possible only , triple rooms are provided only as dbl+extra bed.in one room with parents 0-6 years child is free up to one child only, the second 0-6 years child will be charged as 7-12 years.  If the number of the guests is more than mentioned in the voucher then the hotel will charge guests directly for the difference. name amendment or date amendment within the cancellation deadline will definitely not be accepted

Existing reservation cannot be canceled and rebooked under lower promotion.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="891.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, LATERAL SIDE SEA VIEW" RoomTypeCode="0|1334|1606535915|1786461469031194B2129B10||no|361925|16|ODg3LjkwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="888" TotalPrice="896.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and outdoor lighting&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Count on Us (Wyndham)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;The seasonal pool will be open from April 01 to October 31. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 123.54 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="896.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: all-inclusive" FilterMealType="ALL-INCLUSIVE" RoomType="Room 1: Deluxe room with side sea view" RoomTypeCode="h-f780cff0-0a26-5ddb-8615-a04987e6148e|63|ODg5LjAwfEdCUHwyMDI2LTA4LTEz" OriginalAmount="889" TotalPrice="897.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/08/2026"><AdditionalDetails>GBP 8.01-- city tax is included in the room rate.&lt;br/&gt;GBP 80.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-09T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="897.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Economy room" RoomTypeCode="257849683|4|890|27|ODkwfEdCUHwyMDI2LTA4LTEz" OriginalAmount="890" TotalPrice="898.90" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T09:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, 2 BEDS" RoomTypeCode="0|1336|1558663325|1786461469007011B2102B2||no|361925|16|ODkyLjA5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="892" TotalPrice="901.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="901.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="2356160652-1-0|732356160652|2|0|12|ODk0LjUwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="894" TotalPrice="903.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, DOUBLE BED, SIDE SEA VIEW" RoomTypeCode="0|1336|1160493985|1786461469027104B2036B2||no|361925|16|OTAxLjc1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="902" TotalPrice="910.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="910.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ultra-all-inclusive" FilterMealType="ULTRA-ALL-INCLUSIVE" RoomType="Room 1: Deluxe room with side sea view" RoomTypeCode="h-c8575e88-9976-50a5-b153-09461faffb22|63|OTAzLjAwfEdCUHwyMDI2LTA4LTEz" OriginalAmount="903" TotalPrice="912.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/08/2026"><AdditionalDetails>GBP 8.14-- city tax is included in the room rate.&lt;br/&gt;GBP 81.35-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-09T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="912.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, CITY VIEW" RoomTypeCode="0|1331|1160486905|1786461469027104B2036B13||yes|361925|16|OTA0LjAyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="904" TotalPrice="913.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="913.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ECONOMY, CITY VIEW" RoomTypeCode="0|0|1169718485|1786461474080642B2057B29||yes|361925|16|OTA0LjM0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="904" TotalPrice="913.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="913.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ALL INCLUSIVE" RoomType="Room 1: DOUBLE DELUXE SIDE SEA VIEW" RoomTypeCode="736009841-1-0|730736009841|2|0|12|OTA1LjE0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="905" TotalPrice="914.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE DELUXE WITH VIEWS" RoomTypeCode="2704364856-1-0|732704364856|2|0|12|OTEwLjU0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="911" TotalPrice="919.65" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" RoomType="Room 1: ROOM DELUXE TWO BEDS" RoomTypeCode="550234240-1-0|730550234240|2|0|12|OTEyLjMxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="912" TotalPrice="921.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, SEA VIEW" RoomTypeCode="0|1336|1161182275|1786461474080642B2057B1||yes|361925|16|OTE5LjUyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="920" TotalPrice="928.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="928.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="3045833080-1-0|733045833080|2|0|12|OTI0LjM2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="924" TotalPrice="933.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: all-inclusive" FilterMealType="ALL-INCLUSIVE" RoomType="Room 1: Economy room" RoomTypeCode="h-807c9251-50ab-57c0-bfb8-cce73870d1c3|63|OTI1LjAwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="925" TotalPrice="934.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 8.33-- city tax is included in the room rate.&lt;br/&gt;GBP 83.33-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="934.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Economy" RoomTypeCode="298734076|4|926|27|OTI2fEdCUHwyMDI2LTA4LTEy" OriginalAmount="926" TotalPrice="935.26" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-12T13:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="926" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, DOUBLE BED, WITH VIEW" RoomTypeCode="0|1334|1161555085|1786461469027104B2036B11||yes|361925|16|OTI5LjM0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="929" TotalPrice="938.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="938.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Deluxe, Side Sea View" RoomTypeCode="0|1334|1117621185|1786461469021585B2160B4||no|361925|16|OTMzLjQ5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="933" TotalPrice="942.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. PLEASE NOTE AN ADDITIONAL 2% VAT MAY BE COLLECTED DIRECTLY FROM CLIENT.&amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;government tax:8.65 EUR&amp;lt;BR /&amp;gt;VAT:86.49 EURCXL charges apply as follows: STARTING 12/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE. Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. PLEASE NOTE AN ADDITIONAL 2% VAT MAY BE COLLECTED DIRECTLY FROM CLIENT.&amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;government tax:9.73 EUR&amp;lt;BR /&amp;gt;VAT:97.30 EURCXL charges apply as follows: STARTING 12/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE. Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. PLEASE NOTE AN ADDITIONAL 2% VAT MAY BE COLLECTED DIRECTLY FROM CLIENT.&amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;government tax:10.96 EUR&amp;lt;BR /&amp;gt;VAT:109.55 EURCXL charges apply as follows: STARTING 12/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="942.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="83753432|6|936|27|OTM2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="936" TotalPrice="945.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:52.7699391+01:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="936" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: ROOM, DOUBLE BED, LATERAL SIDE SEA VIEW" RoomTypeCode="0|1334|1610809025|1786461469094590B2098B13||no|361925|16|OTQ2LjEzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="946" TotalPrice="955.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="955.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, CITY VIEW" RoomTypeCode="0|1331|1160493945|1786461469055720B2153B5||yes|361925|16|OTUwLjEwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="950" TotalPrice="959.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="959.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, SEA VIEW, BALCONY" RoomTypeCode="0|1334|1486919875|1786461474080642B2057B9||yes|361925|16|OTU1LjY4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="956" TotalPrice="965.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="965.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe room with city view" RoomTypeCode="h-1154cc0b-5f6b-5fd4-9f7a-ed2e0d8925a1|63|OTYxLjAwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="961" TotalPrice="970.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 8.66-- city tax is included in the room rate.&lt;br/&gt;GBP 86.58-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="970.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Economy" RoomTypeCode="298359565|6|962|27|OTYyfEdCUHwyMDI2LTA4LTE0" OriginalAmount="962" TotalPrice="971.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-14T02:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="962" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room" RoomTypeCode="316685224|3|962|27|OTYyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="962" TotalPrice="971.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:54.0877287+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="962" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Economy" RoomTypeCode="0|1336|1117621135|1786461469031194B2129B3||no|361925|16|OTY2LjgzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="967" TotalPrice="976.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and outdoor lighting&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Count on Us (Wyndham)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;The seasonal pool will be open from April 01 to October 31. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 134.54 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="976.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ALL INCLUSIVE" RoomType="Room 1: ECONOMY ROOM" RoomTypeCode="578889627-1-0|730578889627|2|0|12|OTc0LjAxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="974" TotalPrice="983.75" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, SEA VIEW" RoomTypeCode="0|1331|1161699985|1786461469050328B2092B5||yes|361925|16|OTc0LjMwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="974" TotalPrice="984.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="984.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - City View" RoomTypeCode="311134411|3|978|27|OTc4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="978" TotalPrice="987.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:54.1698017+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="978" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE ROOM SIDE SEA VIEW" RoomTypeCode="0|1336|5642705|1786461469009641B1000B2||no|361925|16|OTg4LjAzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="988" TotalPrice="997.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Hotel will not hold and block any rooms as &amp;#039;no name&amp;#039; or &amp;#039;TBA (to be advised)&amp;#039;, even from the allotment. Rates are not valid during congresses, meetings, incentive, exhibitions, Formula-1 grand prix and fairs. Early check-in is subject to availability. Late check-out is chargeable by all hotels in Turkey. Special requests are all subject to availability of the hotel on the day of check-in. Hotel does not provide complimentary arrival and departure airport transfers. booking as 1 dbl/twin+1 extra bed+1 child is not possible in all room types. 1 twin + 1 extra bed is possible only , triple rooms are provided only as dbl+extra bed.in one room with parents 0-6 years child is free up to one child only, the second 0-6 years child will be charged as 7-12 years.  If the number of the guests is more than mentioned in the voucher then the hotel will charge guests directly for the difference. name amendment or date amendment within the cancellation deadline will definitely not be accepted

Existing reservation cannot be canceled and rebooked under lower promotion.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="997.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: ECONOMY, DOUBLE BED" RoomTypeCode="0|1336|1160493975|1786461469094590B2098B8||no|361925|16|OTkzLjE0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="993" TotalPrice="1003.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1003.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Double room - Economy" RoomTypeCode="326764191|6|995|27|OTk1fEdCUHwyMDI2LTA4LTEz" OriginalAmount="995" TotalPrice="1004.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T13:00:00" End="2026-08-13T13:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="995" /></CancelPenalty><CancelPenalty Start="2026-08-14T13:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="995" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, SIDE SEA VIEW" RoomTypeCode="0|1331|1162282175|1786461469015867B2110B0||no|361925|16|OTk3LjQ0fEdCUHwyMDI2LTA4LTEx" OriginalAmount="997" TotalPrice="1007.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1007.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, DOUBLE OR TWIN BED, SIDE SEA VIEW, BALCONY" RoomTypeCode="0|1336|1160493935|1786461469019062B2103B3||yes|361925|16|OTk5LjYwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="1000" TotalPrice="1009.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1009.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, LATERAL SIDE SEA VIEW" RoomTypeCode="0|1336|1606535915|1786461469031194B2129B9||no|361925|16|OTk5LjcyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="1000" TotalPrice="1009.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and outdoor lighting&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Count on Us (Wyndham)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;The seasonal pool will be open from April 01 to October 31. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 139.13 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1009.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Economy room" RoomTypeCode="257849683|6|1006|27|MTAwNnxHQlB8MjAyNi0wOC0xMw==" OriginalAmount="1006" TotalPrice="1016.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-13T09:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1006" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE" RoomTypeCode="0|1331|1160330495|1786461469055720B2153B6||yes|361925|16|MTAxMy40OHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1013" TotalPrice="1023.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1023.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" RoomType="Room 1: DOUBLE DELUXE WITH VIEWS" RoomTypeCode="2252899502-1-0|732252899502|2|0|12|MTAxNy4yNHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1017" TotalPrice="1027.41" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD" RoomTypeCode="0|1331|1160330505|1786461474080642B2057B31||yes|361925|16|MTAyMC43OHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1021" TotalPrice="1030.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1030.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Economy Room" RoomTypeCode="02#1#LG#256.09#0#HB#OK#20260815#20260816#EU#2-0#Economy Room|false|24375|ES#28558664/1680217688993735606/239#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#256.09#0#HB#OK#20260816#20260817#EU#2-0#Economy Room|false|24375|ES#28558664/1680217688993735606/239#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#256.09#0#HB#OK#20260817#20260818#EU#2-0#Economy Room|false|24375|ES#28558664/1680217688993735606/239#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#256.09#0#HB#OK#20260818#20260819#EU#2-0#Economy Room|false|24375|ES#28558664/1680217688993735606/239#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#|34|MTAyNC4zNnxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1024" TotalPrice="1034.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: ALL INCLUSIVE" RoomType="Room 1: ROOM DELUXE TWO BEDS" RoomTypeCode="1932307576-1-0|731932307576|2|0|12|MTAyNy4yMHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1027" TotalPrice="1037.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: ROOM, CITY VIEW" RoomTypeCode="0|1334|1160486905|1786461469037209B2029B1||yes|361925|16|MTAzMi41NHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1033" TotalPrice="1042.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1042.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, DOUBLE BED, WITH VIEW" RoomTypeCode="0|1336|1161555085|1786461469027104B2036B12||yes|361925|16|MTAzOS44NHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1040" TotalPrice="1050.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1050.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Deluxe, Side Sea View" RoomTypeCode="0|1336|1117621185|1786461469021585B2160B5||no|361925|16|MTA1MS4yN3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1051" TotalPrice="1061.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. PLEASE NOTE AN ADDITIONAL 2% VAT MAY BE COLLECTED DIRECTLY FROM CLIENT.&amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;government tax:8.65 EUR&amp;lt;BR /&amp;gt;VAT:86.49 EURCXL charges apply as follows: STARTING 12/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE. Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. PLEASE NOTE AN ADDITIONAL 2% VAT MAY BE COLLECTED DIRECTLY FROM CLIENT.&amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;government tax:9.73 EUR&amp;lt;BR /&amp;gt;VAT:97.30 EURCXL charges apply as follows: STARTING 12/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE. Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. PLEASE NOTE AN ADDITIONAL 2% VAT MAY BE COLLECTED DIRECTLY FROM CLIENT.&amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;government tax:10.96 EUR&amp;lt;BR /&amp;gt;VAT:109.55 EURCXL charges apply as follows: STARTING 12/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1061.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, CITY VIEW" RoomTypeCode="0|1331|1160400015|1786461474080642B2057B17||yes|361925|16|MTA1Mi4zM3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1052" TotalPrice="1062.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1062.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Deluxe Room with Side Sea View" RoomTypeCode="02#1#LG#265.81#0#HB#OK#20260815#20260816#EU#2-0#Deluxe Room with Side Sea View|false|25300|ES#28558664/1680217688993735606/240#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#265.81#0#HB#OK#20260816#20260817#EU#2-0#Deluxe Room with Side Sea View|false|25300|ES#28558664/1680217688993735606/240#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#265.81#0#HB#OK#20260817#20260818#EU#2-0#Deluxe Room with Side Sea View|false|25300|ES#28558664/1680217688993735606/240#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#265.81#0#HB#OK#20260818#20260819#EU#2-0#Deluxe Room with Side Sea View|false|25300|ES#28558664/1680217688993735606/240#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#|34|MTA2My4yNHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1063" TotalPrice="1073.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: ROOM, DOUBLE BED, LATERAL SIDE SEA VIEW" RoomTypeCode="0|1336|1610809025|1786461469094590B2098B14||no|361925|16|MTA2NS4zMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1065" TotalPrice="1075.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1075.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, SEA VIEW" RoomTypeCode="0|1331|1548565015|1786461474080642B2057B15||yes|361925|16|MTA2Ni4xOHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1066" TotalPrice="1076.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1076.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, SEA VIEW, BALCONY" RoomTypeCode="0|1336|1486919875|1786461474080642B2057B10||yes|361925|16|MTA2OS4zMXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1069" TotalPrice="1080.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1080.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Twin/Double room - De Luxe - Side Sea View" RoomTypeCode="244460758|4|1081|27|MTA4MXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1081" TotalPrice="1091.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:53.4749182+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1081" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room" RoomTypeCode="316685224|4|1085|27|MTA4NXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1085" TotalPrice="1095.85" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:54.0887296+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1085" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, 2 BEDS, SIDE SEA VIEW" RoomTypeCode="0|1331|1582688845|1786461469023438B2021B2||yes|361925|16|MTA4NS43NnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1086" TotalPrice="1096.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Free Parking Guarantee Policy: If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance, your entire reservation will be canceled and you will not be entitled to a refund.  The reservation holder must be 21 years of age or older.
Photo Policy: The reservation holder must present a valid photo ID and credit card at check-in. The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or minibar charges) and are not included in the room rate.
Rate Description: Websaver - Full pre-payment required upon booking.
Hotel Occupancy Policy: All rooms booked for double occupancy (i.e. 2 adults). Accommodations for more than this are not guaranteed.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Hotel Pet Policy: Pets are not allowed.
Important Information: strong Child Policy /strong BRIf the first child is 0 - 6 years of age, he/she stays free of charge when using existing bedding. If the first child is under 2 years of age, he/she stays free of charge in a baby cot (please make a request when booking). br/ Buffet Breakfast is included in room rate and is served daily from 07:00 AM to 10:30 AM br/ Children 7-13 years old will be charged EUR 36 per child per night with extra bed included. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1096.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room - De Luxe - City View" RoomTypeCode="311134411|4|1101|27|MTEwMXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1101" TotalPrice="1112.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:54.1698017+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1101" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TWIN BEDS, SEA VIEW" RoomTypeCode="0|1331|1556548485|1786461469050328B2092B7||yes|361925|16|MTEwNS42MXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1106" TotalPrice="1116.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1116.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, WITH VIEW" RoomTypeCode="0|1331|1162260295|1786461469027104B2036B17||yes|361925|16|MTExNC4wOXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1114" TotalPrice="1125.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1125.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, SIDE SEA VIEW" RoomTypeCode="0|1334|1162282175|1786461469015867B2110B1||no|361925|16|MTExNC4zMnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1114" TotalPrice="1125.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1125.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ALL INCLUSIVE" RoomType="Room 1: DOUBLE DELUXE WITH VIEWS" RoomTypeCode="377072884-1-0|730377072884|2|0|12|MTEzOC4yMHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1138" TotalPrice="1149.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: ROOM DELUXE SIDE SEA VIEW" RoomTypeCode="582732590-1-0|730582732590|2|0|12|MTE1MS4wNnxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1151" TotalPrice="1162.57" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Economy Room" RoomTypeCode="02#1#LG#289.45#0#TI#OK#20260815#20260816#EU#2-0#Economy Room|false|27550|ES#28558664/1680217688993735606/242#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#289.45#0#TI#OK#20260816#20260817#EU#2-0#Economy Room|false|27550|ES#28558664/1680217688993735606/242#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#289.45#0#TI#OK#20260817#20260818#EU#2-0#Economy Room|false|27550|ES#28558664/1680217688993735606/242#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#289.45#0#TI#OK#20260818#20260819#EU#2-0#Economy Room|false|27550|ES#28558664/1680217688993735606/242#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#|34|MTE1Ny44MHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1158" TotalPrice="1169.38" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: ROOM, CITY VIEW" RoomTypeCode="0|1336|1160486905|1786461469037209B2029B2||yes|361925|16|MTE2MS4yNnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1161" TotalPrice="1172.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1172.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, CITY VIEW" RoomTypeCode="0|1334|1160400015|1786461474080642B2057B16||yes|361925|16|MTE4My44M3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1184" TotalPrice="1195.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1195.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ultra-all-inclusive" FilterMealType="ULTRA-ALL-INCLUSIVE" RoomType="Room 1: Economy room" RoomTypeCode="h-6580c1e2-b599-586f-994e-585a2fe2e6e9|63|MTE4OS4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1189" TotalPrice="1200.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 10.71-- city tax is included in the room rate.&lt;br/&gt;GBP 107.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1200.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, SEA VIEW" RoomTypeCode="0|1334|1548565015|1786461474080642B2057B13||yes|361925|16|MTE5MS4xMnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1191" TotalPrice="1203.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1203.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room with Side Sea View" RoomTypeCode="02#1#LG#299.43#0#TI#OK#20260815#20260816#EU#2-0#Deluxe Room with Side Sea View|false|28500|ES#28558664/1680217688993735606/233#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#299.43#0#TI#OK#20260816#20260817#EU#2-0#Deluxe Room with Side Sea View|false|28500|ES#28558664/1680217688993735606/233#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#299.43#0#TI#OK#20260817#20260818#EU#2-0#Deluxe Room with Side Sea View|false|28500|ES#28558664/1680217688993735606/233#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#^02#1#LG#299.43#0#TI#OK#20260818#20260819#EU#2-0#Deluxe Room with Side Sea View|false|28500|ES#28558664/1680217688993735606/233#703C26E9D0FF0F04951AF4049BA3F4F38C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D32379#|34|MTE5Ny43MnxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1198" TotalPrice="1209.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Deluxe room with city view" RoomTypeCode="h-70619e8d-6280-5377-9801-ac2cad51bf75|63|MTIwNC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1204" TotalPrice="1216.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 10.85-- city tax is included in the room rate.&lt;br/&gt;GBP 108.47-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1216.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Twin/Double room - De Luxe - Side Sea View" RoomTypeCode="244460758|6|1209|27|MTIwOXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1209" TotalPrice="1221.09" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:53.4749182+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1209" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: ROOM, WITH VIEW" RoomTypeCode="0|1334|1162260295|1786461469027104B2036B18||yes|361925|16|MTI0NC42NHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1245" TotalPrice="1257.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1257.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: STANDARD, SIDE SEA VIEW" RoomTypeCode="0|1336|1162282175|1786461469015867B2110B2||no|361925|16|MTI0Ni44MHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1247" TotalPrice="1259.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1259.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: STANDARD, SEA VIEW" RoomTypeCode="0|1336|1548565015|1786461474080642B2057B14||yes|361925|16|MTMzMi43M3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1333" TotalPrice="1346.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1346.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: ROOM, WITH VIEW" RoomTypeCode="0|1336|1162260295|1786461469027104B2036B19||yes|361925|16|MTM5Mi41OXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1393" TotalPrice="1406.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1406.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Family Suite" RoomTypeCode="h-3dd033f6-8c87-5ead-bb34-e8ab6fe34a6b|63|MTU0MC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1540" TotalPrice="1555.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 13.87-- city tax is included in the room rate.&lt;br/&gt;GBP 138.74-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1555.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family Suite" RoomTypeCode="0|1331|976423545|1786461469007011B2102B3||no|361925|16|MTU4NC42M3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1585" TotalPrice="1600.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1600.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-151272fa-ea11-55d1-913d-fa6b6330f81e|63|MTY0NC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1644" TotalPrice="1660.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 14.81-- city tax is included in the room rate.&lt;br/&gt;GBP 148.11-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1660.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE" RoomTypeCode="0|1331|1160375715|1786461469027104B2036B20||yes|361925|16|MTY2Ni45NXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1667" TotalPrice="1683.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1683.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, SEA VIEW" RoomTypeCode="0|1331|1160498925|1786461469023438B2021B5||no|361925|16|MTcyNS43N3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1726" TotalPrice="1743.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Free Parking Guarantee Policy: If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance, your entire reservation will be canceled and you will not be entitled to a refund.  The reservation holder must be 21 years of age or older.
Photo Policy: The reservation holder must present a valid photo ID and credit card at check-in. The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or minibar charges) and are not included in the room rate.
Rate Description: Websaver - Full pre-payment required upon booking.
Hotel Occupancy Policy: All rooms booked for double occupancy (i.e. 2 adults). Accommodations for more than this are not guaranteed.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Hotel Pet Policy: Pets are not allowed.
Important Information: strong Child Policy /strong BRIf the first child is 0 - 6 years of age, he/she stays free of charge when using existing bedding. If the first child is under 2 years of age, he/she stays free of charge in a baby cot (please make a request when booking). br/ Buffet Breakfast is included in room rate and is served daily from 07:00 AM to 10:30 AM br/ Children 7-13 years old will be charged EUR 36 per child per night with extra bed included.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1743.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Family Suite" RoomTypeCode="0|1334|976423545|1786461469007011B2102B4||no|361925|16|MTc2MC43MXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1761" TotalPrice="1778.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1778.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUITE" RoomTypeCode="0|1334|1160375715|1786461469027104B2036B21||yes|361925|16|MTg1Mi4xN3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1852" TotalPrice="1870.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1870.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite with sea view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-e328ae46-3974-5294-8950-8c1b33788423|63|MTg1Ni4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1856" TotalPrice="1874.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 16.72-- city tax is included in the room rate.&lt;br/&gt;GBP 167.21-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1874.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SUITE, SEA VIEW" RoomTypeCode="0|1331|1160638975|1786461469027104B2036B23||yes|361925|16|MTg3MS42OXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1872" TotalPrice="1890.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1890.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-b4e9b45a-9644-52ae-858f-c5ff25f57541|63|MTkxMi4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1912" TotalPrice="1931.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 17.23-- city tax is included in the room rate.&lt;br/&gt;GBP 172.25-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1931.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: Family Suite" RoomTypeCode="0|1336|976423545|1786461469007011B2102B5||no|361925|16|MTk2MC4yNXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="1960" TotalPrice="1979.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1979.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Family Suite" RoomTypeCode="h-5e9c7e7f-3fe5-5ff7-86a3-10dce2151f11|63|MjAxMi4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2012" TotalPrice="2032.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 18.13-- city tax is included in the room rate.&lt;br/&gt;GBP 181.26-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2032.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: SUITE" RoomTypeCode="0|1336|1160375715|1786461469027104B2036B22||yes|361925|16|MjA2Mi4wOHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2062" TotalPrice="2082.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2082.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, SUITE, SEA VIEW" RoomTypeCode="0|1334|1160638975|1786461469027104B2036B24||yes|361925|16|MjA5Mi42NnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2093" TotalPrice="2113.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2113.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: all-inclusive" FilterMealType="ALL-INCLUSIVE" RoomType="Room 1: Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-fbceec69-d72b-59df-8f54-636001ec0513|63|MjEyOC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2128" TotalPrice="2149.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 19.17-- city tax is included in the room rate.&lt;br/&gt;GBP 191.71-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2149.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: FAMILY SUITE, DELUXE, SEA VIEW, BALCONY" RoomTypeCode="0|1334|1439284285|1786461474080642B2057B18||yes|361925|16|MjE1MS45OXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2152" TotalPrice="2173.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2173.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, STANDARD, SEA VIEW" RoomTypeCode="0|1331|1428969935|1786461469015867B2110B3||no|361925|16|MjI0NC4yM3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2244" TotalPrice="2266.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2266.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: 2 ROOMS, FAMILY SUITE, DELUXE, SEA VIEW, BALCONY" RoomTypeCode="0|1336|1428990465|1786461469019062B2103B4||yes|361925|16|MjI0OS4xM3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2249" TotalPrice="2271.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2271.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: all-inclusive" FilterMealType="ALL-INCLUSIVE" RoomType="Room 1: Family Suite" RoomTypeCode="h-c3db13ae-f722-5deb-b94f-4a78c16c275a|63|MjI1MC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2250" TotalPrice="2272.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 20.27-- city tax is included in the room rate.&lt;br/&gt;GBP 202.70-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2272.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY SUITE, DELUXE, SEA VIEW" RoomTypeCode="0|1331|1428992185|1786461469055720B2153B7||yes|361925|16|MjI4MC4yNnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2280" TotalPrice="2303.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2303.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Double Suite with sea view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-94083ffe-977d-5e70-964c-9d564e24adf7|63|MjMwMy4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2303" TotalPrice="2326.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 20.75-- city tax is included in the room rate.&lt;br/&gt;GBP 207.48-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2326.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: DELUXE, SUITE, SEA VIEW" RoomTypeCode="0|1336|1160638975|1786461469027104B2036B25||yes|361925|16|MjMzOS42MnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2340" TotalPrice="2363.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2363.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family suite - De Luxe - Sea View" RoomTypeCode="316685223|3|2347|27|MjM0N3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2347" TotalPrice="2370.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:54.2663649+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2347" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, STANDARD" RoomTypeCode="0|1331|1537578765|1786461474080642B2057B22||yes|361925|16|MjM2Ni40N3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2366" TotalPrice="2390.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2390.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: FAMILY SUITE, DELUXE, SEA VIEW, BALCONY" RoomTypeCode="0|1336|1439284285|1786461474080642B2057B19||yes|361925|16|MjQwNS45OHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2406" TotalPrice="2430.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2430.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, FAMILY" RoomTypeCode="0|1331|1160350485|1786461469023438B2021B8||yes|361925|16|MjQ0Mi45N3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2443" TotalPrice="2467.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Free Parking Guarantee Policy: If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance, your entire reservation will be canceled and you will not be entitled to a refund.  The reservation holder must be 21 years of age or older.
Photo Policy: The reservation holder must present a valid photo ID and credit card at check-in. The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or minibar charges) and are not included in the room rate.
Rate Description: Websaver - Full pre-payment required upon booking.
Hotel Occupancy Policy: All rooms booked for double occupancy (i.e. 2 adults). Accommodations for more than this are not guaranteed.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Hotel Pet Policy: Pets are not allowed.
Important Information: strong Child Policy /strong BRIf the first child is 0 - 6 years of age, he/she stays free of charge when using existing bedding. If the first child is under 2 years of age, he/she stays free of charge in a baby cot (please make a request when booking). br/ Buffet Breakfast is included in room rate and is served daily from 07:00 AM to 10:30 AM br/ Children 7-13 years old will be charged EUR 36 per child per night with extra bed included. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2467.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, SUITE" RoomTypeCode="0|1331|1261847875|1786461469023438B2021B9||yes|361925|16|MjQ2NC40NXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2464" TotalPrice="2489.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Free Parking Guarantee Policy: If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance, your entire reservation will be canceled and you will not be entitled to a refund.  The reservation holder must be 21 years of age or older.
Photo Policy: The reservation holder must present a valid photo ID and credit card at check-in. The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or minibar charges) and are not included in the room rate.
Rate Description: Websaver - Full pre-payment required upon booking.
Hotel Occupancy Policy: All rooms booked for double occupancy (i.e. 2 adults). Accommodations for more than this are not guaranteed.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Hotel Pet Policy: Pets are not allowed.
Important Information: strong Child Policy /strong BRIf the first child is 0 - 6 years of age, he/she stays free of charge when using existing bedding. If the first child is under 2 years of age, he/she stays free of charge in a baby cot (please make a request when booking). br/ Buffet Breakfast is included in room rate and is served daily from 07:00 AM to 10:30 AM br/ Children 7-13 years old will be charged EUR 36 per child per night with extra bed included. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2489.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: all-inclusive" FilterMealType="ALL-INCLUSIVE" RoomType="Room 1: Double Suite with sea view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-b44ad141-54a4-5c44-92ae-213cebde2085|63|MjQ3Mi4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2472" TotalPrice="2496.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 22.27-- city tax is included in the room rate.&lt;br/&gt;GBP 222.70-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2496.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, SUITE, SEA VIEW" RoomTypeCode="0|1331|1160367755|1786461469027104B2036B29||yes|361925|16|MjUwNi42OHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2507" TotalPrice="2531.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2531.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, STANDARD, SEA VIEW" RoomTypeCode="0|1334|1428969935|1786461469015867B2110B4||no|361925|16|MjUwOS4xOHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2509" TotalPrice="2534.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2534.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Family suite - De Luxe - Sea View" RoomTypeCode="316685223|4|2612|27|MjYxMnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2612" TotalPrice="2638.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T16:17:54.2673657+01:00" End="2026-08-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2612" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, STANDARD" RoomTypeCode="0|1334|1537578765|1786461474080642B2057B20||yes|361925|16|MjY0NS44NXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2646" TotalPrice="2672.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2672.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 2 BEDROOMS, SUITE" RoomTypeCode="0|1334|1261847875|1786461469027104B2036B27||yes|361925|16|Mjc5My44NHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2794" TotalPrice="2821.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2821.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 2 BEDROOMS, SUITE, SEA VIEW" RoomTypeCode="0|1334|1160367755|1786461469027104B2036B30||yes|361925|16|MjgwMi42MnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2803" TotalPrice="2830.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2830.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, STANDARD, SEA VIEW" RoomTypeCode="0|1336|1428969935|1786461469015867B2110B5||no|361925|16|MjgwNS4yOXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2805" TotalPrice="2833.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2833.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: FAMILY SUITE, DELUXE, SEA VIEW" RoomTypeCode="0|1334|1428992185|1786461474080642B2057B26||yes|361925|16|MjgxMC40MHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2810" TotalPrice="2838.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2838.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ultra-all-inclusive" FilterMealType="ULTRA-ALL-INCLUSIVE" RoomType="Room 1: Family Suite" RoomTypeCode="h-b8a44546-e226-5c10-9638-80ce41457b72|63|Mjg3Ny4wMHxHQlB8MjAyNi0wOC0xMw==" OriginalAmount="2877" TotalPrice="2905.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/08/2026"><AdditionalDetails>GBP 25.92-- city tax is included in the room rate.&lt;br/&gt;GBP 259.19-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-09T00:00:00" End="2026-08-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2905.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, STANDARD" RoomTypeCode="0|1336|1537578765|1786461474080642B2057B21||yes|361925|16|Mjk1OC4xMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="2958" TotalPrice="2987.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2987.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: 2 BEDROOMS, SUITE" RoomTypeCode="0|1336|1261847875|1786461469027104B2036B28||yes|361925|16|MzEyMy41N3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3124" TotalPrice="3154.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3154.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: All Inclusive" FilterMealType="ALL INCLUSIVE" RoomType="Room 1: 2 BEDROOMS, SUITE, SEA VIEW" RoomTypeCode="0|1336|1160367755|1786461469027104B2036B31||yes|361925|16|MzEzMy4zNXxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3133" TotalPrice="3164.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-08-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3164.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/ostrovok/32/73/327376b141e974795c3564b57067fcb8e08876e3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/71/c8/71c887f9d90e95ebaad2cc9df2d3e31f71c0eee2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b4/77/b477fb8cb010820ee7258869fc29c634c82721ac.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/0d/72/0d729f133e4942ad65fc9727df04fbb4abde8515.PNG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/68/32/6832bd75172157158d779a4e3cc4df01251fb1f9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ac/92/ac92a5444bf710829477748389e65138c97c4aa6.PNG" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/cf/b8cfc16f864a0b101f317321aa7322cddb9d8876.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/84/d8/84d8a510dfd12be3413c434beee216fe976c9622.PNG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/27/b8/27b84b380bfa3e2fd39e529be11ebec05f8f950f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/11/17/1117bc43df431d71a113507cc7c229dcb12625e6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/1c/65/1c651874f78bd47b23ba78b80599b95838cc7291.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/3b/ae/3baed79fdeb59050d4eabedc015dc5baf228173f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5d/e6/5de699c905422fa314b714052e4fea017455f566.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ec/1f/ec1f7a6285a81e6a584c22f600b0a18f59f1a0e4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a4/f0/a4f09b1437f435c007f02b9cab3c5975b64b956a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ef/41/ef41020f3b21dbb94b5ea278ef6d8feca972296a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ea/bf/eabfd9454a0fe1756398e72b97c62f791fd76138.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/41/a2/41a29615775e2adb693fc6fd61700c9a29142f41.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/23/5a/235a7b9db55a86e7630a09cc38e41baa80efa401.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/19/d3/19d3ecd20fb9c1706d3be33218aa8ad73db21dc3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e2/fe/e2fec7b67386bfda67a7c64b0012601635b25c05.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b8/74/b8742e2f222cd955577432f66714a2acf8fbf17c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ab/3f/ab3f067afcd197c759cb3713a4a123665ae2c96b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/61/f1/61f1062e5cdaa9019f8ac661d80c67b9c0e80634.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/c2/81/c281788ddc0dac09d8648717b741242c50aac943.JPEG" /></Images><HotelDescription>Ideally located in the prime touristic area of Antalya City Center, Ramada Plaza Antalya Hotel promises a relaxing and wonderful visit. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. 24-hour room service, free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, luggage storage are just some of the facilities on offer. Some of the well-appointed guestrooms feature television LCD/plasma screen, bathroom phone, carpeting, dressing room, fireplace. The hotel's peaceful atmosphere extends to its recreational facilities which include hot tub, fitness center, sauna, hot spring bath, outdoor pool. Discover all Antalya has to offer by making Ramada Plaza Antalya Hotel your base. fitness center will be closed for the dates 03. 01. 2024 -31. 03. 2024 due to being under renovation, Only SPA ( Turkish bath , sauna and massage treatments will be available.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>+90 242 249 11 10</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Email</Description><Value>info@ramadaplazaantalya.com</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>+90 242 249 11 12</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2010</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>17</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>318</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Sun loungers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Parasols</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Directly by the beach</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shops</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Games room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>15</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Kids Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Lunch Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Pool</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Diving</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Entertainment Programme</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Entertainment</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Darts</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||True