@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
  
  /* reserve-now-ha */
  .li-client{
	  margin-right:5px;
	  color:#fff;
  }
  .logo-client{
	 
	  padding:10px 0 0 10px;
	  float:right;
  }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

@font-face {
  font-family: 'fontello';
  src: url("../../media/fonts/fontello/fontello.eot?52273330");
  src: url("../../media/fonts/fontello/fontello.eot?52273330#iefix") format("embedded-opentype"), url("../../media/fonts/fontello/fontello.woff?52273330") format("woff"), url("../../media/fonts/fontello/fontello.ttf?52273330") format("truetype"), url("../../media/fonts/fontello/fontello.svg?52273330#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'infobubble';
  src: url("../../media/fonts/fontello_iconinfo/infobubble.eot?52273330");
  src: url("../../media/fonts/fontello_iconinfo/infobubble.eot?52273330#iefix") format("embedded-opentype"), url("../../media/fonts/fontello_iconinfo/infobubble.woff?52273330") format("woff"), url("../../media/fonts/fontello_iconinfo/infobubble.ttf?52273330") format("truetype"), url("../../media/fonts/fontello_iconinfo/infobubble.svg?52273330#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'infohelp';
  src: url("../../media/fonts/fontello_iconhelp/infohelp.eot?52273330");
  src: url("../../media/fonts/fontello_iconhelp/infohelp.eot?52273330#iefix") format("embedded-opentype"), url("../../media/fonts/fontello_iconhelp/infohelp.woff?52273330") format("woff"), url("../../media/fonts/fontello_iconhelp/infohelp.ttf?52273330") format("truetype"), url("../../media/fonts/fontello_iconhelp/infohelp.svg?52273330#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
  
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?52273330#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

[class^="icon2-"]:before, [class*=" icon2-"]:before {
  font-family: "infobubble";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

[class^="icon3-"]:before, [class*=" icon3-"]:before {
  font-family: "infohelp";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon3-icon-music:before {
  content: '\e801'; }
.icon3-icon-camera:before {
  content: '\e802'; }
.icon3-icon-play:before {
  content: '\e803'; }
.icon3-icon-laptop:before {
  content: '\f109'; }

.icon2-icon-info:before {
  content: '\e800'; }

.icon-gplus:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\e801'; }

/* '' */
.icon-wifi:before {
  content: '\e802'; }

/* '' */
.icon-facebook:before {
  content: '\e803'; }

/* '' */
.icon-wifi-1:before {
  content: '\e804'; }

/* '' */
.icon-level:before {
  content: '\e805'; }

/* '' */
.icon-world:before {
  content: '\e806'; }

/* '' */
.icon-map:before {
  content: '\e807'; }

/* '' */
.icon-time:before {
  content: '\e808'; }

/* '' */
.icon-check:before {
  content: '\e809'; }

/* '' */
.icon-lady:before {
  content: '\e80a'; }

/* '' */
.icon-worldlocation:before {
  content: '\e80b'; }

/* '' */
.icon-calendar:before {
  content: '\e80c'; }

/* '' */
.icon-arrowright:before {
  content: '\e80d'; }

/* '' */
.icon-arrowleft:before {
  content: '\e80e'; }

/* '' */
.icon-gplus-1:before {
  content: '\e80f'; }

.icon-info-circled:before {
  content: '\e82c'; }
  
.icon-instagram:before { 
  content: '\f16d'; }
  
/* '' */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #163441;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #1fbcd2;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #1fbcd2;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #163441;
  opacity: .3; }

.pika-button:hover {
  color: #fff !important;
  background: #fc5830 !important;
  box-shadow: none !important;
  border-radius: 3px !important; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

.legend {
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
  color: #525252;
  line-height: 1.2em; }
  .legend a {
    color: #1fbcd2; }

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.3em&cornerRadius=4px&bgColorHeader=0b3e6f&bgTextureHeader=diagonals_thick&bgImgOpacityHeader=15&borderColorHeader=0b3e6f&fcHeader=f6f6f6&iconColorHeader=98d2fb&bgColorContent=111111&bgTextureContent=gloss_wave&bgImgOpacityContent=20&borderColorContent=000000&fcContent=d9d9d9&iconColorContent=9ccdfc&bgColorDefault=333333&bgTextureDefault=dots_small&bgImgOpacityDefault=20&borderColorDefault=333333&fcDefault=ffffff&iconColorDefault=9ccdfc&bgColorHover=00498f&bgTextureHover=dots_small&bgImgOpacityHover=40&borderColorHover=222222&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=292929&bgTextureActive=flat&bgImgOpacityActive=40&borderColorActive=096ac8&fcActive=75abff&iconColorActive=00498f&bgColorHighlight=0b58a2&bgTextureHighlight=dots_medium&bgImgOpacityHighlight=30&borderColorHighlight=052f57&fcHighlight=ffffff&iconColorHighlight=ffffff&bgColorError=a32d00&bgTextureError=dots_small&bgImgOpacityError=30&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  /*font-family: "Ubuntu", sans-serif;*/
  font-family: sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  background-color: #163441;
  color: #FFF; }

.ui-widget-content a {
  color: #FFF; }

.ui-widget-header {
  background-color: #163441;
  color: #FFF;
  font-weight: bold; }

.ui-widget-header a {
  color: #f6f6f6; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #696969;
  color: #ffffff; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: #fc5830;
  font-weight: bold;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 0; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #fc5830;
  font-weight: bold;
  color: #FFF; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #75abff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #0b58a2;
  color: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #a32d00 url("../../media/img/interface/jqueryUi/ui-bg_dots-small_30_a32d00_2x2.png") 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../media/img/interface/jqueryUi/ui-icons_9ccdfc_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../media/img/interface/jqueryUi/ui-icons_98d2fb_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../../media/img/interface/jqueryUi/ui-icons_9ccdfc_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../media/img/interface/jqueryUi/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../../media/img/interface/jqueryUi/ui-icons_00498f_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../../media/img/interface/jqueryUi/ui-icons_ffffff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../media/img/interface/jqueryUi/ui-icons_ffffff_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-corner-all {
  width: 15.3em; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../../media/img/interface/jqueryUi/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../../media/img/interface/jqueryUi/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

.ui-datepicker .ui-datepicker-prev span:before, .ui-datepicker .ui-datepicker-next span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  content: '\e80d'; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1.125em;
  font-weight: 500;
  color: #163441;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select-styled {
	    width: auto !important;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  background-color: #FFF;
  padding: 1em 2.556em;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdc; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #163441 transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0.944em; }
  .select-styled:hover {
    background-color: #dcdcdc; }
  .select-styled:active, .select-styled.active {
    background-color: #dcdcdc;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0; }
    .select-styled:active:after, .select-styled.active:after {
      top: 50%;
      margin-top: -9px;
      border-color: transparent transparent #163441 transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff; }
  .select-options li {
    margin: 0;
    padding: 1em 2.556em;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #FFF;
      background: #163441; }
    .select-options li[rel="hide"] {
      display: none; }

.countries{	  
	max-height: 250px;
    overflow-y: scroll;
}
.select-options li.list-countries{
	    padding: 0.40em 2.556em;
}

body {
  color: #696969;
  font-size: 16px;
  /*font-family: "Ubuntu", sans-serif;*/
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.button, input[type="submit"] {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.75em 1.1em;
  background-color: #fc5830;
  border: 1px solid #fc5830;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .button:hover, input[type="submit"]:hover {
    background-color: #fff;
    color: #fc5830; }

.button.shadowed, input[type="submit"].shadowed {
  -webkit-box-shadow: 4px 4px 0 0 rgba(252, 88, 48, 0.5);
  box-shadow: 4px 4px 0 0 rgba(252, 88, 48, 0.5); }
  .button.shadowed:hover, input[type="submit"].shadowed:hover {
    -webkit-box-shadow: 4px 4px 0 0 rgba(252, 88, 48, 0.2);
    box-shadow: 4px 4px 0 0 rgba(252, 88, 48, 0.2); }

.button.lightbutton {
  color: #fc5830;
  background-color: #fff;
  text-transform: none; }
  .button.lightbutton:hover {
    color: #FFF;
    background-color: #fc5830; }

.light {
  color: #fff; }

.colored.brand1 {
  color: #fc5830; }

.colored.brand2 {
  color: #1fbcd2; }

.colored.brand3 {
  color: #163441; }

header {
  font-size: 1.250em;
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0.800em 0;
  z-index: 99999;
  -moz-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out; }
  header > div {
    width: 45.500em;
    margin: 0 auto; }
    header > div a {
      color: #fff;
      text-decoration: none;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      header > div a:hover {
        color: #fc5830; }
    header > div h1 {
      width: 13.000em;
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      header > div h1 a:hover {
        color: #fff; }
      header > div h1 img {
        width: 2em;
        display: inline-block;
        vertical-align: middle; }
      header > div h1 p {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.500em;
        font-weight: 500; }
        header > div h1 p span {
          font-style: italic;
          font-weight: 400;
          font-size: 0.650em; }
    header > div .menus {
      display: inline-block;
      vertical-align: middle;
      text-align: right; }
    header > div nav {
      display: inline-block;
      vertical-align: middle;
      text-align: cen; }
    header > div ul {
      text-align: center; }
      header > div ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.850em; }
      header > div ul li:last-child {
        margin-right: 0; }
    header > div .socialNav {
      margin-left: 1.950em; }
      header > div .socialNav ul li {
        margin-right: 0.600em; }

header.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #163441;
  margin: 0; }

footer {
  background-color: #163441;
  color: #FFF;
  padding: 5em 0; }
  footer nav {
    text-align: center; }
    footer nav > div {
      display: inline-block;
      width: 8.375em;
      display: inline-block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      vertical-align: top;
      margin: 0 3em; }
      footer nav > div h4 {
        color: #1fbcd2;
        font-weight: 700;
        font-size: 1.375em;
        margin-bottom: 1em; }
      footer nav > div ul li {
        font-size: 1em;
        margin-bottom: 1em; }
        footer nav > div ul li a {
          color: #fff;
          text-decoration: none;
          font-weight: 300; }
          footer nav > div ul li a:hover {
            font-weight: 500; }
    footer nav .social ul li {
      display: inline-block;
      margin-right: 1.125em; }
      footer nav .social ul li a {
        font-size: 1.4em;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        footer nav .social ul li a:hover {
          color: #fc5830; }
    footer nav .social ul li:last-child {
      margin-right: 0; }
  footer .copyright {
    font-size: 0.938em;
    max-width: 56.000em;
    font-weight: 300;
    margin: 0 auto; }

/*****/
.rangeslider__value-bubble {
  color: #FFF;
  font-size: 1.500em;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.467em;
  line-height: 0.85em; }
  .rangeslider__value-bubble span {
    text-transform: uppercase;
    font-size: 0.750em; }

.sliderForm .thePrice {
  width: 10.000em;
  position: absolute;
  top: 75px;
  left: -2.875em; }
  .sliderForm .thePrice h2 {
    font-size: 3.125em;
    margin: 0;
    color: #1fbcd2; }
  .sliderForm .thePrice p {
    font-size: 1.125em;
    color: #444444; }

.homeintro {
  padding-top: 8.938em;
  background-image: url("../../media/img/interface/bgHead-Home.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat; }
  .homeintro h2 {
    font-size: 3em;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 0.833em;
    max-width: 13.750em;
    line-height: 1.208em;
    text-shadow: #020203 0.01em 0.018em 0.042em; }
  .homeintro h3 {
    text-align: center;
    font-size: 1.500em;
    font-weight: 300;
    width: 90%;
    max-width: 750px;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: 1px solid #1fbcd2;
    padding: 1em 1em 6.167em;
    text-shadow: black 0.01em 0.018em 0.042em; }
    .homeintro h3 strong {
      font-weight: 700; }

.easy {
  padding: 4.375em 0; }
  .easy h2 {
    color: #163441;
    font-size: 3.125em;
    text-align: center;
    margin-bottom: 1em; }
  .easy > ul {
    text-align: center; }
    .easy > ul > li {
      display: inline-block;
      max-width: 21.875em;
      margin: 0 1.250em;
      vertical-align: top;
      margin-bottom: 2.5em; }
      .easy > ul > li figure img {
        margin-bottom: 1.188em;
        width: 11.438em; }
      .easy > ul > li figure h4 {
        font-size: 1.5em;
        color: #163441;
        margin-bottom: 0.667em; }
      .easy > ul > li figure p {
        font-size: 1.250em;
        margin-bottom: 2em; }
  .easy .button {
    font-weight: 300; }

.sliderForm {
  text-align: center;
  padding: 3.125em 0;
  background: url("../../media/img/interface/bg-slidform_2.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  .sliderForm h2 {
    font-size: 3.125em;
    margin-bottom: 0.600em;
    font-weight: 500; }
  .sliderForm p {
    color: #163441;
    font-size: 2.500em;
    margin-bottom: 2em;
    font-weight: 300; }
    .sliderForm p span {
      font-weight: 500; }
  .sliderForm .button {
    font-weight: 700;
    font-size: 1.594em; }

.love {
  padding: 4.375em 0;
  text-align: center; }
  .love h2 {
    color: #163441;
    font-size: 3.125em;
    margin-bottom: 1.600em;
    font-weight: 500; }
  .love ul li {
    display: inline-block;
    vertical-align: top;
    width: 25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2.5em;
    padding: 0 0.950; }
    .love ul li figure .after {
      position: relative;
      display: inline-block;
      margin-bottom: 1.875em; }
      .love ul li figure .after img {
        display: inline-block;
        overflow: hidden;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 15.625em;
        border: 5px solid #e0e0e0; }
    .love ul li figure .after:after {
      content: '';
      display: inline-block;
      width: 3.313em;
      height: 3.313em;
      background: url("../../media/img/interface/circle.png") no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 0.750em;
      right: 0.250em; }
    .love ul li figure figcaption .people {
      color: #163441;
      font-size: 1.750em;
      font-weight: 500; }
    .love ul li figure figcaption .location {
      color: #1fbcd2;
      font-size: 1.250em;
      margin-bottom: 0.800em;
      font-weight: 500; }
    .love ul li figure figcaption .citation {
      font-size: 1.125em;
      font-style: italic;
      font-weight: 300;
      max-width: 16.667em;
      margin: 0 auto;
      line-height: 1.250em; }

.eifel {
  background: url("../../media/img/interface/bg-eifel.jpg") center no-repeat;
  background-size: cover;
  font-size: 3.125em;
  font-weight: 500;
  padding: 3.000em;
  text-align: center; }

.eifel.europe {
  background: url("../../media/img/interface/bg-europe.jpg") center no-repeat;
  background-size: cover; }

.eifel.businessHead {
  background: url("../../media/img/interface/bgHead-business.jpg") center no-repeat;
  background-size: cover; }

.eifel.bottom {
  background: url("../../media/img/interface/bg-eifel-bottom.jpg") center no-repeat;
  background-size: cover; }

.eifel.foncia {
  background: url("../../media/img/interface/bg-foncia.gif") center no-repeat;
  background-size: cover; }

.faq {
  padding: 9.375em 1em 9.375em 0; }
  .faq > div {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    .faq > div .faqNav {
      position: absolute; }
      .faq > div .faqNav ul li {
        border-top: 1px solid #e4e4e4;
        font-size: 1.250em;
        padding: 0.750em;
        width: 10.750em;
        cursor: pointer; }
      .faq > div .faqNav ul li:hover {
        color: #fc5830; }
      .faq > div .faqNav ul li.active {
        color: #fc5830;
        font-weight: 700; }
      .faq > div .faqNav ul li:last-child {
        border-bottom: 1px solid #e4e4e4; }
      .faq > div .faqNav .marker {
        height: 3.1em;
        width: 6px;
        position: absolute;
        top: 0;
        left: -1px;
        margin: 1px 0;
        background-color: #fc5830; }
    .faq > div .faqNav.fixed {
      position: fixed;
      top: 9.375em; }
    .faq > div .faqNav.bottom {
      bottom: 0; }
    .faq > div .faqContent {
      padding-left: 19.813em; }
      .faq > div .faqContent h2 {
        color: #fc5830;
        font-size: 1.127em;
        font-weight: 700;
        margin-bottom: 0.825em; }
      .faq > div .faqContent h3 {
        color: #1fbcd2;
        font-size: 1.127em;
        font-weight: 300;
        font-style: italic;
        margin-bottom: 0.4em; }
      .faq > div .faqContent p {
        font-size: 0.938em;
        font-weight: 300;
        color: #666666;
        margin-bottom: 1.467em;
        line-height: 1.5em; }
      .faq > div .faqContent a {
        color: #666666;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .faq > div .faqContent a:hover {
        color: #fc5830; }
      .faq > div .faqContent .tel {
        text-decoration: none;
        font-weight: 800; }

.company {
  padding: 9.375em 1em 9.375em 0; }
  .company > div {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .company > div .companyNav {
      position: absolute;
      top: 4.650em; }
      .company > div .companyNav ul li a {
        border-top: 1px solid #e4e4e4;
        font-size: 1.250em;
        padding: 0.750em;
        width: 10.750em;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        color: #515151;
        display: block; }
        .company > div .companyNav ul li a:after {
          display: inline-block;
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -0.425em;
          right: 2em;
          width: 0.500em;
          height: 0.850em;
          background: url("../../media/img/interface/arrow.png") center no-repeat;
          background-size: 100% 100%;
          opacity: 0;
          -moz-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .company > div .companyNav ul li:hover a {
        color: #fc5830; }
        .company > div .companyNav ul li:hover a:after {
          right: 1em;
          opacity: 1; }
      .company > div .companyNav ul li a.active {
        color: #fc5830;
        font-weight: 700; }
        .company > div .companyNav ul li a.active:after {
          right: 1em;
          opacity: 1; }
      .company > div .companyNav ul li:last-child {
        border-bottom: 1px solid #e4e4e4; }
    .company > div .companyNav.fixed {
      position: fixed;
      top: 9.375em; }
    .company > div .companyNav.bottom {
      bottom: 0;
      top: inherit; }
    .company > div .companyContent {
      min-height: 22.375em;
      padding-left: 19.813em; }
      .company > div .companyContent h1 {
        font-size: 2.500em;
        color: #163441;
        font-weight: 500;
        margin-bottom: 0.750em; }
      .company > div .companyContent h2 {
        color: #fc5830;
        font-size: 1.127em;
        font-weight: 700;
        margin-bottom: 0.825em; }
      .company > div .companyContent h3 {
        color: #1fbcd2;
        font-size: 1.250em;
        font-weight: 500;
        margin-bottom: 0.4em; }
      .company > div .companyContent p {
        font-weight: 300;
        color: #666666;
        margin-bottom: 1.125em;
        line-height: 1.5em; }
      .company > div .companyContent p.smallcaps {
        font-size: 0.722em;
        text-transform: uppercase; }
      .company > div .companyContent p.small {
        font-size: 0.722em; }
      .company > div .companyContent a {
        color: #666666;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .company > div .companyContent a:hover {
        color: #fc5830; }
      .company > div .companyContent .tel {
        text-decoration: none;
        font-weight: 800; }

.getInTouch {
  padding: 4.375em 0;
  text-align: center; }
  .getInTouch div {
    margin: 1.5em 0.500em;
    display: inline-block;
    width: 25.000em;
    height: 18.750em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #e0e0e0;
    vertical-align: top;
    position: relative; }
    .getInTouch div h2 {
      font-size: 1.500em;
      color: #163441;
      font-weight: 700;
      margin: 1.875em 0 1em; }
    .getInTouch div p {
      font-size: 1.250em; }
    .getInTouch div a {
      position: absolute;
      width: 100%;
      margin: 0;
      padding: 0;
      left: 0;
      bottom: 2em;
      font-size: 1.250em;
      color: #fc5830;
      font-weight: 300;
      text-decoration: none; }
      .getInTouch div a:hover {
        font-weight: 500; }

.stepsBg {
  background: url("../../media/img/interface/bg-step.jpg") center no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 3.125em;
  font-weight: 500;
  padding: 2.000em 0;
  text-align: center; }

.stepWrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .stepWrapper .line {
    width: 100%;
    height: 1px;
    background-color: #fc5830;
    position: absolute;
    top: 15em; }
  .stepWrapper .nextStep, .stepWrapper .prevStep {
    position: absolute;
    top: 50%;
    margin-top: -2.83em;
    text-transform: uppercase;
    font-size: 0.750em;
    cursor: pointer;
    z-index: 5000;
    color: #fc5830;
    text-align: center; }
    .stepWrapper .nextStep span, .stepWrapper .prevStep span {
      display: block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 3.333em;
      height: 3.333em;
      border: 1px solid #fc5830;
      background-color: #FFF;
      background-size: 40%;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 0.5em; }
  .stepWrapper .prevStep {
    display: none;
    left: 20px; }
    .stepWrapper .prevStep span {
      background-image: url("../../media/img/interface/prev-slide.png"); }
  .stepWrapper .nextStep {
    right: 20px; }
    .stepWrapper .nextStep span {
      background-image: url("../../media/img/interface/next-slide.png"); }
  .stepWrapper .steps {
    width: 400%;
    min-height: 30.938em; }
    .stepWrapper .steps .step {
      position: relative;
      display: inline-block;
      width: 56.875em;
      padding-left: 13.125em;
      vertical-align: top; }
      .stepWrapper .steps .step .puce {
        font-size: 2.966em;
        color: #fc5830;
        background-color: #fff;
        border: 1px solid #fc5830;
        text-align: center;
        width: 1.447em;
        height: 1.447em;
        display: inline-block;
        padding-top: 0.20em;
        font-weight: 300;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 5.106em;
        margin-top: -0.7235em;
        margin-left: -0.7235em;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: pointer;
        z-index: 10; }
      .stepWrapper .steps .step .puce:not(.expanded):hover {
        background-color: #fc5830;
        color: #ffffff; }
      .stepWrapper .steps .step .puce.expanded {
        font-size: 11.076em;
        color: #fff;
        top: 1.34em;
        background-color: #fc5830;
        cursor: inherit; }
      .stepWrapper .steps .step .slidecontent {
        padding-left: 13.125em;
        opacity: 0; }
        .stepWrapper .steps .step .slidecontent h2 {
          font-size: 1.875em;
          color: #163441;
          font-weight: 500;
          margin-bottom: 0.533em; }
        .stepWrapper .steps .step .slidecontent p {
          font-weight: 300;
          font-size: 1.125em;
          line-height: 1.5em; }
        .stepWrapper .steps .step .slidecontent a.button {
          font-size: 1.389em;
          margin-top: 1.160em; }
        .stepWrapper .steps .step .slidecontent ul {
          padding: 0.5em 0; }
          .stepWrapper .steps .step .slidecontent ul li {
            font-weight: 300;
            font-size: 0.778em; }
            .stepWrapper .steps .step .slidecontent ul li p {
              font-size: 1em; }
              .stepWrapper .steps .step .slidecontent ul li p strong {
                font-weight: 500; }
            .stepWrapper .steps .step .slidecontent ul li p, .stepWrapper .steps .step .slidecontent ul li i {
              display: inline-block;
              vertical-align: middle; }
      .stepWrapper .steps .step img {
        width: 12.125em;
        margin: 2.688em 0 5.688em; }
    .stepWrapper .steps .step1 img {
      width: 13.125em; }
    .stepWrapper .steps .step1 .slidecontent {
      opacity: 1; }
      .stepWrapper .steps .step1 .slidecontent p {
        width: 22.778em; }
    .stepWrapper .steps .step2 .slidecontent i {
      margin-right: 1em; }
    .stepWrapper .steps .step2 .slidecontent i.icon-wifi-1 {
      margin-right: 0.5em; }
    .stepWrapper .steps .step3 .slidecontent p {
      width: 30em; }
      .stepWrapper .steps .step3 .slidecontent p strong {
        color: #1fbcd2;
        font-weight: 500; }
    .stepWrapper .steps .step4 {
      padding-top: 10.2em; }
      .stepWrapper .steps .step4 .slidecontent p {
        width: 28.333em; }
        .stepWrapper .steps .step4 .slidecontent p strong {
          color: #1fbcd2;
          font-weight: 500; }

.visual {
  margin-top: 3.750em;
  overflow: hidden;
  width: 100%; }
  .visual .visualwrapper {
    width: 400%; }
    .visual .visualwrapper div {
      display: inline-block;
      width: 12.5%;
      background-size: cover;
      background-position: center;
      height: 17.000em; }
    .visual .visualwrapper div:first-child {
      background-image: url("../../media/img/interface/step-1-footer-left.jpg"); }
    .visual .visualwrapper div:nth-child(2) {
      background-image: url("../../media/img/interface/step-1-footer-right.jpg"); }
    .visual .visualwrapper div:nth-child(3) {
      background-image: url("../../media/img/interface/step-2-footer-left.jpg"); }
    .visual .visualwrapper div:nth-child(4) {
      background-image: url("../../media/img/interface/step-2-footer-right.jpg"); }
    .visual .visualwrapper div:nth-child(5) {
      background-image: url("../../media/img/interface/step-3-footer-left.jpg"); }
    .visual .visualwrapper div:nth-child(6) {
      background-image: url("../../media/img/interface/step-3-footer-right.jpg"); }
    .visual .visualwrapper div:nth-child(7) {
      background-image: url("../../media/img/interface/step-4-footer-left.jpg"); }
    .visual .visualwrapper div:last-child {
      background-image: url("../../media/img/interface/step-4-footer-right.jpg"); }


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.closecross{
	background: none!important;
	color: #696969;
	border: none;
    content: " ";
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
	cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 20em;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltipreload {
    position: relative;
    display: inline-block;
	color: #1fbcd2;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

.tooltipreload button {
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     /*border-bottom:1px solid #444; */
     cursor: pointer;
	 color: #1fbcd2;
}


.reserveNow {
  text-align: center; }
  .reserveNow .noStocks {
    padding: 0 0 1em 0;
    font-weight: 700;
    color: #fc5830; }
  .reserveNow .eifel {
    margin-bottom: 0.800em; }
  .reserveNow form, .reserveNow .checkout {
    display: inline-block;
    vertical-align: top; }
  .reserveNow form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
    width: 34.688em;
    padding: 0 0.938em;
    text-align: left; }
    .reserveNow form h3 {
      font-weight: 700;
      color: #163441;
      font-size: 1.500em;
      margin-bottom: 0.792em; }
    .reserveNow form input[type="text"], .reserveNow form input[type="email"] {
      border: 1px solid #dcdcdc;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.125em;
      padding: 0.889em 0 0.889em 1.222em;
      width: 99%;
      margin-bottom: 0.556em;
      color: #163441;
      font-weight: 500;
      /*font-family: "Ubuntu", sans-serif;*/
	  font-family: sans-serif;
      outline: none; }
    .reserveNow form input[type="text"].error, .reserveNow form input[type="email"].error {
      border: 1px solid #fc5830; }
    .reserveNow form input[type="text"].half, .reserveNow form input[type="email"].half {
      width: 47.43%;/*47.93%*/
      margin-left: 1em; }
    .reserveNow form input[type="text"].half.noMargin, .reserveNow form input[type="email"].half.noMargin {
      margin-left: 0; }
	.reserveNow form input[type="text"].third {
      width: 30.71%;/*31.04%*/
      margin-left: 1em; }
    .reserveNow form input[type="text"].third.noMargin {
      margin-left: 0; }
	.reserveNow form input[type="text"].phone, .reserveNow form input[type="email"].half.noMargin {
      width: 100%;
	  margin-left: 0; }
	.reserveNow form input[type="text"].selected {
      border: 2px solid #3058fc;
	  background: #cceeff;
	}
    .reserveNow form section {
      margin-bottom: 1.111em; }
    .reserveNow form .contact {
      margin-bottom: 9.063em; }
  .reserveNow .checkout {
    width: 24.375em;
    margin-left: 3.750em; }
  .reserveNow .errorarray {
    color: #fc5830;
    font-weight: 500;
    margin: 1em 0;
    font-size: 1.2em; }
    .reserveNow .errorarray li {
      margin-bottom: 0.5em; }
  .reserveNow .date > div {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .reserveNow .date > div label {
      position: absolute;
      right: 0.778em;
      top: 0.656em;
      font-size: 2em;
      color: #163441; }
    .reserveNow .date > div input[type="text"].half.noMargin {
      margin-left: 0; }
    .reserveNow .date > div input[type="text"].half {
      width: 13.80em;
      padding: 1.556em 0 1.556em 1.222em;
      margin-left: 0.96em;
      cursor: pointer; }
    .reserveNow .date > div:before {
      display: block;
      position: absolute;
      text-transform: uppercase;
      color: #fc5830;
      font-size: 0.8em;
      top: 0.9em; }
    .reserveNow .date > div:after {
      display: block;
      position: absolute;
      color: #cccccc;
      font-size: 0.85em;
      bottom: 1.55em; }
  .reserveNow .date div.arrival:before {
    /* content: 'Arrival'; */
	content: '';
    left: 2em; }
  .reserveNow .date div.departure:before {
    /* content: 'Departure'; */
	content: '';
    left: 3.2em; }
  .reserveNow .date div.arrival:after {
    content: attr(data-day);
    left: 1.7em; }
  .reserveNow .date div.departure:after {
    content: attr(data-day);
    left: 2.9em; }

  .reserveNow .shipping .selectWrapper {
    position: relative;
    margin-bottom: 0.625em; }
    .reserveNow .shipping .selectWrapper i.icon-worldlocation {
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      font-size: 1.5em;
      left: 0.583em;
      color: #163441; }
    .reserveNow .shipping .selectWrapper .select .thePrice, .reserveNow .shipping .selectWrapper .select .selectText {
      display: inline-block;
      vertical-align: middle; }
    .reserveNow .shipping .selectWrapper .select .selectText {
      width: 80%;
      width: calc(100% - 35px);
      margin-right: 3px; }
    .reserveNow .shipping .selectWrapper .select .thePrice {
      text-align: right;
      width: 31px;
      white-space: nowrap; }
  .reserveNow .contact .checkbox {
    margin-top: 1em; }
    .reserveNow .contact .checkbox label {
      font-size: 1.2em;
      color: #163441;
      font-weight: 500;
      cursor: pointer; }
      .reserveNow .contact .checkbox label a {
        color: #1fbcd2; }
  .reserveNow .contact .checkbox.error label {
    color: #fc5830; }
  .reserveNow .checkout {
    padding-top: 2.7em; }
    .reserveNow .checkout div {
      padding: 2.500em;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #fc5830; }
      .reserveNow .checkout div h2 {
        font-size: 1.875em;
        color: #fc5830;
        font-weight: 500;
        margin-bottom: 1em; }
      .reserveNow .checkout div > p {
        font-size: 1.250em;
        color: #646464;
        margin-bottom: 2em;
        font-weight: 500; }
      .reserveNow .checkout div ul {
        text-align: left; }
        .reserveNow .checkout div ul li {
          margin-bottom: 1.875em; }
          .reserveNow .checkout div ul li p {
            font-size: 1.375em;
            color: #163441;
            font-weight: 500;
            display: inline-block;
            vertical-align: bottom; }
          .reserveNow .checkout div ul li p:last-child {
            font-size: 1.875em;
            font-weight: 700; }
          .reserveNow .checkout div ul li p:first-child {
            width: 4.545em; }
          .reserveNow .checkout div ul li p:last-child {
            width: 6.7em;
            text-align: right; }
        .reserveNow .checkout div ul li:last-child {
          margin-bottom: 3.125em; }
          .reserveNow .checkout div ul li:last-child p:first-child {
            font-size: 1.875em;
            font-weight: 700;
            width: 3.000em; }
          .reserveNow .checkout div ul li:last-child p:last-child {
            width: 7em; }
      .reserveNow .checkout div .button {
        font-size: 1.594em;
        font-weight: 700;
        cursor: pointer; }
    .reserveNow .checkout img {
      width: 100%; }
  .reserveNow .ui-datepicker {
    width: 15.4em; }

#paypalForm, #paypalFormPartner, #paypalFormPartnerTwo {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0; }

#contactModal {
  display: none; }
  #contactModal h3 {
    font-weight: 700;
    color: #163441;
    font-size: 1.500em;
    margin-bottom: 0.792em; }
  #contactModal > div {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #163441;
    background-color: rgba(22, 52, 65, 0.5); }
  #contactModal form {
    position: absolute;
    top: 300px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF;
    width: 90%;
    max-width: 588px;
    padding: 2.5em 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #contactModal form .closeModal {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 1em;
      right: 1em;
      cursor: pointer;
      -moz-transition: -moz-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
      #contactModal form .closeModal:before, #contactModal form .closeModal:after {
        display: inline-block;
        content: '';
        height: 4px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 13px;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        -webkit-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
        background-color: #163441;
        -moz-transform: rotate(45DEG);
        -ms-transform: rotate(45DEG);
        -webkit-transform: rotate(45DEG);
        transform: rotate(45DEG); }
      #contactModal form .closeModal:after {
        -moz-transform: rotate(-45DEG);
        -ms-transform: rotate(-45DEG);
        -webkit-transform: rotate(-45DEG);
        transform: rotate(-45DEG); }
      #contactModal form .closeModal:hover {
        -moz-transform: rotate(-90DEG);
        -ms-transform: rotate(-90DEG);
        -webkit-transform: rotate(-90DEG);
        transform: rotate(-90DEG); }
        #contactModal form .closeModal:hover:before, #contactModal form .closeModal:hover:after {
          background-color: #fc5830; }
  #contactModal input[type="text"], #contactModal input[type="email"], #contactModal textarea {
    border: 1px solid #dcdcdc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.125em;
    padding: 0.889em 0 0.889em 1.222em;
    width: 100%;
    margin-bottom: 0.556em;
    color: #163441;
    font-weight: 500;
    /*font-family: "Ubuntu", sans-serif;*/
	font-family: sans-serif;
    outline: none; }
  #contactModal textarea {
    height: 5em;
    resize: none; }
  #contactModal .date {
    text-align: center;
    font-size: 16px; }
    #contactModal .date div {
      text-align: left;
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      #contactModal .date div label {
        position: absolute;
        right: 0.778em;
        top: 0.656em;
        font-size: 2em;
        color: #163441; }
      #contactModal .date div input[type="text"].half.noMargin {
        margin-left: 0; }
      #contactModal .date div input[type="text"].half {
        width: 14em;
        padding: 1.556em 0 1.556em 1.222em;
        margin-left: 0.96em;
        cursor: pointer; }
      #contactModal .date div:before {
        display: block;
        position: absolute;
        text-transform: uppercase;
        color: #fc5830;
        font-size: 0.8em;
        top: 0.9em; }
      #contactModal .date div:after {
        display: block;
        position: absolute;
        color: #cccccc;
        font-size: 0.85em;
        bottom: 1.55em; }
    #contactModal .date div.modalarrival:before {
	 /* content: 'Arrival'; */
      content: '';
      left: 2em; }
    #contactModal .date div.modaldeparture {
      margin-left: 1em; }
      #contactModal .date div.modaldeparture:before {
        content: '';
		/* content: 'Departure'; */
        left: 3.2em; }
    #contactModal .date div.modalarrival:after {
      content: attr(data-day);
      left: 1.7em; }
    #contactModal .date div.modaldeparture:after {
      content: attr(data-day);
      left: 2.9em; }
  #contactModal .submit {
    text-align: center; }
    #contactModal .submit input {
      outline: none;
      font-size: 1.3em;
      font-weight: 700; }
  #contactModal #modalSuccess {
    margin-top: 1.5em;
    color: #fc5830; }

.loaderDatepicker {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden; }
  .loaderDatepicker img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.sorry {
  margin-bottom: 1em;
  line-height: 1.2em; }

.businessSolution h2 {
  font-size: 2.813em;
  font-weight: 500;
  color: #163441;
  margin-bottom: 0.778em;
  text-align: center; }

.minibox {
  padding: 3.750em 0;
  text-align: center; }
  .minibox h3 {
    font-size: 2.500em;
    font-weight: 500;
    color: #fc5830;
    margin-bottom: 0.500em; }
  .minibox p {
    max-width: 27.000em;
    margin: 0 auto;
    padding: 0 5%;
    line-height: 1.3em; }
  .minibox > p {
    margin-bottom: 3em;
    font-size: 1.250em; }
  .minibox .operation {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto; }
    .minibox .operation div, .minibox .operation i {
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 1em; }
    .minibox .operation div {
      width: 30%; }
      .minibox .operation div h4 {
        font-size: 1.500em;
        margin-bottom: 0.833em;
        font-weight: 500;
        color: #163441; }
    .minibox .operation i {
      width: 1.875em;
      height: 1.875em;
      background: url("../../media/img/interface/plus.jpg") center no-repeat;
      background-size: cover;
      margin-bottom: 2.7em; }

.weCare {
  background-color: #f1f2f2;
  text-align: center;
  padding: 2.813em 0; }
  .weCare h2 {
    margin: 0; }
  .weCare > div {
    max-width: 1200px;
    margin: 0 auto; }
    .weCare > div div {
      display: inline-block;
      vertical-align: top;
      margin: 0 2%;
      width: 21%; }
      .weCare > div div i {
        display: block;
        width: 110px;
        height: 110px;
        margin: 40px auto 20px; }
      .weCare > div div .map {
        background: url("../../media/img/interface/map.png") center no-repeat;
        background-size: cover; }
      .weCare > div div .lady {
        background: url("../../media/img/interface/lady.png") center no-repeat;
        background-size: cover; }
      .weCare > div div .time {
        background: url("../../media/img/interface/time.png") center no-repeat;
        background-size: cover; }
      .weCare > div div .check {
        background: url("../../media/img/interface/check.png") center no-repeat;
        background-size: cover; }
      .weCare > div div p {
        color: #163441;
        font-size: 1.125em; }

.economical {
  padding: 3.125em 0; }
  .economical h2 span {
    font-weight: 300;
    font-style: italic;
    font-size: 0.667em; }
  .economical div {
    width: 283px;
    height: 283px;
    position: relative;
    margin: 40px auto; }
    .economical div img {
      position: absolute;
      top: -12px;
      right: 0; }

.partners {
  padding: 2.813em 0 3.625em;
  text-align: center;
  background-color: #f0f1f1; }
  .partners h2 {
    margin-bottom: 1em; }
  .partners .owl-carousel {
    padding: 2em 0; }
  .partners a {
    display: inline-block;
    vertical-align: middle;
    margin: 2em 0;
    margin-right: 5.625em; }
  .partners a:last-child {
    margin-right: 0; }

.form {
  text-align: center;
  padding: 2.813em 0; }
  .form h3 {
    font-size: 3.125em;
    color: #fc5830;
    margin-bottom: 0.5em; }
  .form h4 {
    font-size: 2.500em;
    color: #163441;
    margin-bottom: 1.625em; }
  .form form, .form aside {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .form form {
    width: 100%;
    max-width: 33.750em;
    margin-bottom: 2em; }
    .form form input[type="text"], .form form input[type="email"], .form form textarea {
      display: block;
      border: 1px solid #b9b9b9;
      width: 24em;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 1.250em;
      color: #163441;
      padding: 0.850em 1.400em;
      resize: none;
      outline: none;
      margin-bottom: 0.700em; }
      .form form input[type="text"]:-moz-placeholder, .form form input[type="email"]:-moz-placeholder, .form form textarea:-moz-placeholder {
        color: #163441; }
      .form form input[type="text"]::-moz-placeholder, .form form input[type="email"]::-moz-placeholder, .form form textarea::-moz-placeholder {
        color: #163441; }
      .form form input[type="text"]:-ms-input-placeholder, .form form input[type="email"]:-ms-input-placeholder, .form form textarea:-ms-input-placeholder {
        color: #163441; }
      .form form input[type="text"]::-webkit-input-placeholder, .form form input[type="email"]::-webkit-input-placeholder, .form form textarea::-webkit-input-placeholder {
        color: #163441; }
    .form form textarea {
      height: 10.650em;
      margin-bottom: 1.300em; }
    .form form input[type="submit"] {
      font-size: 1.250em;
      font-weight: 700; }
    .form form #success {
      color: #fc5830;
      margin: 2em 0;
      font-weight: 500; }
  .form aside {
    max-width: 20em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2.813em;
    width: 100%; }
    .form aside p {
      color: #163441;
      font-size: 1.125em;
      font-weight: 300;
      margin-bottom: 1.5em;
      line-height: 1.3em; }
      .form aside p span {
        font-weight: 800;
        font-size: 1.111em; }
      .form aside p a {
        color: #163441; }
        .form aside p a:hover {
          color: #fc5830; }
    .form aside p:nth-child(2) a {
      text-decoration: none; }

.successPaypal .wrapper {
  max-width: 850px;
  width: 90%;
  margin: 8em auto; }
  .successPaypal .wrapper h2 {
    font-weight: 500;
    font-size: 2em;
    color: #163441;
    margin-bottom: 1em; }
  .successPaypal .wrapper p {
    font-size: 1.3me;
    margin-bottom: 1.5em; }
    .successPaypal .wrapper p a {
      text-decoration: none;
      color: #163441;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      .successPaypal .wrapper p a:hover {
        color: #fc5830;
        text-decoration: underline; }

.form.cancel {
  max-width: 870px;
  margin: 0 auto; }
  .form.cancel h3 {
    color: #163441;
    font-size: 2.5em;
    font-weight: 500;
    margin-bottom: 1em; }
    .form.cancel h3 span {
      color: #fc5830; }
  .form.cancel p {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 1em; }
  .form.cancel p:nth-child(3) {
    margin-bottom: 3em; }

@media screen and (max-width: 1450px) {
  .stepWrapper .steps .step .puce.expanded {
    font-size: 7.076em;
    top: 2.09em; }

  .stepWrapper .steps .step {
    width: 40.875em; }

  .stepWrapper .nextStep, .stepWrapper .prevStep {
    margin-top: -4.63em; } }
@media screen and (max-width: 1180px) {
  .stepWrapper .steps .step .slidecontent {
    padding-left: 7.125em; }

  .stepWrapper .steps .step {
    width: 28.875em; }

  .stepWrapper .steps .step3 .slidecontent p {
    width: 28em; } }
@media screen and (max-width: 1024px) {
  .reserveNow {
    font-size: 0.875em; } }
@media screen and (max-width: 1000px) {
  .stepWrapper .steps .step {
    width: 23.875em; }

  .stepWrapper .steps .step .puce.expanded {
    font-size: 5.076em;
    top: 2.9em; }

  .stepWrapper .steps .step .slidecontent {
    padding-left: 4.125em; }

  .stepWrapper .steps .step .slidecontent h2 {
    width: 15em; }

  .stepWrapper .steps .step .slidecontent p {
    width: 25em; } }
@media screen and (max-width: 920px) {
  body {
    font-size: 14px; }

  header > div h1 {
    width: 11.000em;
    margin-left: 1em; }

  header div .socialNav {
    margin-left: 1.650em; }

  footer nav > div {
    margin: 0 1.5em; }

  footer .copyright {
    max-width: 56em; } }
@media screen and (max-width: 800px) {
	
	/*reserve-now-ha.php*/
   .li-client{
		padding: 1em 3em;
   }
   .logo-client{
		float:left;
		width: 150px;
    margin-left: 50px;
	}
  /*
  Menu
   */
  header > div h1 {
    margin-left: 0; }

  header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0; }
    header > div {
      width: 100%; }
      header > div h1 {
        padding: 0.800em 0;
        display: block;
        position: absolute;
        z-index: 8000;
        padding-left: 1.5em;
        width: 100%;
        background-color: #163441;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      header > div .menus {
        display: block;
        background-color: #163441;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 5.000em;
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      header > div nav {
        display: block; }
      header > div ul {
        text-align: left; }
        header > div ul li {
          display: block;
          margin-right: 0; }
          header > div ul li a {
            display: block;
            padding: 1em 3em; }
        header > div ul li:last-child {
          text-align: center; }
          header > div ul li:last-child a.button {
            margin: 2em 0 2em;
            display: inline-block; }
      header > div .socialNav {
        margin: 0; }
        header > div .socialNav ul {
          text-align: center; }
          header > div .socialNav ul li {
            margin-right: 1.5em;
            display: inline-block; }
            header > div .socialNav ul li a {
              padding: 0;
              font-size: 1.3em;
              display: inline-block; }
          header > div .socialNav ul li:last-child {
            margin-right: 0; }
    header .menuBtn {
      cursor: pointer;
      position: absolute;
      display: inline-block;
      width: auto;
      z-index: 8500;
      right: 1.7em;
      top: 1.35em;
      width: 2.222em;
      height: 1.7em; }
      header .menuBtn span {
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        width: 2.222em;
        height: 4px;
        background-color: #fff;
        position: absolute; }
      header .menuBtn .top {
        top: 0; }
      header .menuBtn .middle {
        top: 0.708em;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      header .menuBtn .bottom {
        top: 1.416em; }

  header.extended > div .menus {
    right: 0; }
  header.extended .menuBtn .top {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.7em; }
  header.extended .menuBtn .middle {
    opacity: 0; }
  header.extended .menuBtn .bottom {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.7em; }

  /* FAQ */
  .faq > div .faqNav {
    display: none; }

  .faq {
    padding: 2em 1em; }

  .faq > div .faqContent {
    padding: 0;
    font-size: 1.250em; }

  .eifel {
    margin-top: 1.500em;
    padding: 2em; }

  /*Company*/
  .company {
    padding: 1em 2em; }

  .company > div {
    padding: 0; }

  .company > div .companyNav {
    display: none;
    position: relative;
    top: 0;
    padding: 1em 0 2em; }

  .company > div .companyNav ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .company > div .companyContent {
    font-size: 1.2em;
    padding-left: 0; }

  /* how it xorks*/
  .stepsBg {
    margin-top: 1.500em;
    padding: 2em; }

  /* Step Slider*/
  .nextStep, .prevStep {
    display: none; }

  .stepWrapper .steps .step {
    width: 100%;
    display: block; }

  .stepWrapper .line {
    display: none; }

  .stepWrapper .steps {
    width: 100%;
    margin-left: 0 !important; }

  .stepWrapper .steps .step {
    text-align: center;
    padding: 2em 0 4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .stepWrapper .steps .step .puce {
    position: initial;
    margin: 0; }

  .stepWrapper .steps .step .slidecontent {
    padding: 0;
    opacity: 1 !important; }

  .stepWrapper .steps .step img {
    display: inline-block;
    margin: 1em; }

  .stepWrapper .steps .step .slidecontent h2, .stepWrapper .steps .step .slidecontent > p {
    width: 90%;
    margin: 0 auto; }

  .stepWrapper .steps .step .slidecontent ul li p {
    width: auto !important; }

  .stepWrapper .steps .step .slidecontent h2 {
    margin-bottom: 0.5em; }
    .stepWrapper .steps .step .slidecontent h2 br {
      display: none; }

  .stepWrapper .steps .step .puce {
    font-size: 5.076em;
    background-color: #fc5830;
    color: #fff; }

  .stepWrapper .steps .step4 .puce {
    margin-bottom: 0.5em; }

  /* Business Solution*/
  .minibox .operation div {
    width: 90%; }

  .minibox .operation div, .minibox .operation i {
    display: block;
    margin: 0 auto 2.7em; }

  .minibox .operation i {
    margin-bottom: 1em; }

  .weCare > div div {
    margin: 0 auto;
    width: 90%; }

  .economical div img {
    width: 300px; }

  .economical div {
    width: 184px;
    height: 184px; }

  .form form {
    padding: 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .form aside {
    width: 100%;
    max-width: 33.750em;
    padding: 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .form form input[type="text"], .form form input[type="email"], .form form textarea {
    width: 89%; }
  
  /*   Reserve now   */
  .reserveNow .checkout {
    margin-left: 0; }

  .ui-corner-all {
    font-size: 18px; } }
@media screen and (max-width: 741px) {
  .reserveNow {
    font-size: 1.143em; }

  .reserveNow form .contact {
    margin-bottom: 1.111em; } }
@media screen and (max-width: 700px) {
  .homeintro h2 {
    font-size: 2em;
    width: 90%; }

  .easy h2 {
    font-size: 2.5em; }

  .sliderForm p {
    font-size: 1.5em;
    margin-bottom: 5em; }

  .rangeslider, .rangeslider__fill {
    width: 80%;
    min-width: 300px; }

  .rangeslider:before, .rangeslider:after {
    font-size: 1em;
    top: -4em; }

  .rangeslider:before {
    left: 0; }

  .rangeslider:after {
    right: 0; }

  .sliderForm .thePrice {
    font-size: 0.850em; }

  .love ul li {
    width: 21em; }

  .love ul li figure .after img {
    font-size: 0.850em; }

  footer nav > div {
    margin: 0;
    margin-bottom: 1em; }

  footer nav > div:nth-child(even) {
    margin-left: 1em; }

  footer .copyright {
    width: 80%; }

  .visual div:first-child {
    width: 100%; }

  .visual div:last-child {
    display: none; }

  .partners a {
    display: block;
    width: 100%; } }
@media screen and (max-width: 644px) {
  #contactModal .date div.modaldeparture {
    margin-left: 0; } }
@media screen and (max-width: 570px) {
  .reserveNow form {
    width: 100%; }

  .reserveNow .date div input[type="text"].half.noMargin, .reserveNow .date div input[type="text"].half, .reserveNow form input[type="text"].half, .reserveNow form input[type="email"].half, .reserveNow form input[type="text"].third{
    margin-left: 0;
    width: 100%; }

  .reserveNow .date div {
    width: 100%; }

  .reserveNow .date div:nth-child(3):before {
    left: 2em; }

  .reserveNow .date div:nth-child(3):after {
    left: 2em; }

  .reserveNow .checkout {
    width: 90%; } }
@media screen and (max-width: 440px) {
  .economical div img {
    width: 235px !important; }

  .form form input[type="text"], .form form input[type="email"], .form form textarea {
    width: 80%; }

  .reserveNow .checkout div ul li p:last-child {
    width: 5.5em; }

  .reserveNow .checkout div ul li:last-child p:last-child {
    width: 5.83em; } }
@media screen and (max-width: 400px) {
  .reserveNow .checkout {
    font-size: 12px;
    width: 270px; } }
@media screen and (max-width: 370px) {
  .getInTouch div {
    width: 300px;
    padding: 0 10px; } }
