/* Constants
==================================================== */

/* Variables
==================================================== */

/* Mixins
==================================================== */

/* IE Friendly Media Queries  (http://jakearchibald.github.com/sass-ie/)
==================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
}

a {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  font-style: italic;
  margin: 0 40px;
  padding: 1em 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 1.5em 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input,
textarea {
  outline: 0;
}

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

td {
  vertical-align: top;
}

/* Responsive Grid Generation
==================================================== */

/* Generic Breakpoints ============================== */

/* 769 for desktop upwards */

/* 768 down */

/* 481 up */

/* 480 for mobile and downwards */

/* Helper Classes
==================================================== */

.cf,
.row,
.mod-carousel ul,
header,
.header__aux ul,
footer,
.items-leading,
.items-row .item,
fieldset .login-fields,
.login button,
.latest-deals-filter,
.team,
.lb__popup,
.mod-form,
.mod-content {
  zoom: 1;
}

.cf:before,
.row:before,
.mod-carousel ul:before,
header:before,
.header__aux ul:before,
footer:before,
.items-leading:before,
.items-row .item:before,
fieldset .login-fields:before,
.login button:before,
.latest-deals-filter:before,
.team:before,
.lb__popup:before,
.mod-form:before,
.mod-content:before,
.cf:after,
.row:after,
.mod-carousel ul:after,
header:after,
.header__aux ul:after,
footer:after,
.items-leading:after,
.items-row .item:after,
fieldset .login-fields:after,
.login button:after,
.latest-deals-filter:after,
.team:after,
.lb__popup:after,
.mod-form:after,
.mod-content:after {
  content: '';
  display: table;
}

.cf:after,
.row:after,
.mod-carousel ul:after,
header:after,
.header__aux ul:after,
footer:after,
.items-leading:after,
.items-row .item:after,
fieldset .login-fields:after,
.login button:after,
.latest-deals-filter:after,
.team:after,
.lb__popup:after,
.mod-form:after,
.mod-content:after {
  clear: both;
}

.ignore-mobile,
.static-banner {
  display: block;
}

@media screen and (max-width: 30.0625em) {
  .ignore-mobile,
  .static-banner {
    display: none;
  }
}

.ignore-tablet,
.responsive-banner {
  display: block;
}

@media screen and (max-width: 50em) {
  .ignore-tablet,
  .responsive-banner {
    display: none;
  }
}

.responsive-slider,
ul,
.tabs-list,
.header__aux ul,
.header__aux .weather,
.header__subnav ul,
.mod-latest-deals ul,
.categories-nav,
.mod-content .feed,
.member-menu ul,
.mod-carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-carousel-next-image,
.mod-carousel-prev-image,
.latest-deals-filter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Responsive Slider ============================== */

.responsive-slider {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.responsive-slide {
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.responsive-slide img {
  width: 100%;
}

.responsive-banner {
  overflow: hidden;
}

/* Setup
---------------------------------------------------------*/

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

.icon-arrow_left,
.icon-arrow_right,
.icon-arrow_right,
.icon-logo,
.header__logo,
.icon-mobile-menu {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-arrow_left:before,
.icon-arrow_right:before {
  content: "\e000";
}

.icon-arrow_right:before {
  content: "\e001";
}

.icon-logo:before,
.header__logo:before {
  content: "\e002";
}

.icon-mobile-menu:before {
  content: "\e004";
}

/* Site Grid
---------------------------------------------------------*/

.site-column,
.sidebar,
.content,
.two-column .row .rsform-block,
.two-column .mod-carousel ul .rsform-block,
.mod-carousel .two-column ul .rsform-block {
  width: 100%;
  height: 100%;
  /* So they don't collapse leftwards when empty; */
  min-height: 1px;
  /* Account for bad percentage rounding in ie7 */
}

@media screen and (min-width: 48.0625em) {
  .site-column,
  .sidebar,
  .content,
  .two-column .row .rsform-block,
  .two-column .mod-carousel ul .rsform-block,
  .mod-carousel .two-column ul .rsform-block {
    width: -0.09533%;
    float: left;
  }
  .site-column+.site-column,
  .sidebar+.site-column,
  .content+.site-column,
  .two-column .row .rsform-block+.site-column,
  .two-column .mod-carousel ul .rsform-block+.site-column,
  .mod-carousel .two-column ul .rsform-block+.site-column,
  .site-column+.sidebar,
  .sidebar+.sidebar,
  .content+.sidebar,
  .two-column .row .rsform-block+.sidebar,
  .two-column .mod-carousel ul .rsform-block+.sidebar,
  .mod-carousel .two-column ul .rsform-block+.sidebar,
  .site-column+.content,
  .sidebar+.content,
  .content+.content,
  .two-column .row .rsform-block+.content,
  .two-column .mod-carousel ul .rsform-block+.content,
  .mod-carousel .two-column ul .rsform-block+.content,
  .two-column .row .site-column+.rsform-block,
  .two-column .row .sidebar+.rsform-block,
  .two-column .row .content+.rsform-block,
  .two-column .row .rsform-block+.rsform-block,
  .two-column .mod-carousel ul .site-column+.rsform-block,
  .two-column .mod-carousel ul .sidebar+.rsform-block,
  .two-column .mod-carousel ul .content+.rsform-block,
  .two-column .mod-carousel ul .rsform-block+.rsform-block,
  .mod-carousel .two-column ul .site-column+.rsform-block,
  .mod-carousel .two-column ul .sidebar+.rsform-block,
  .mod-carousel .two-column ul .content+.rsform-block,
  .mod-carousel .two-column ul .rsform-block+.rsform-block {
    margin-left: 6.76835%;
  }
  .site-column.span-2,
  .span-2.sidebar,
  .span-2.content,
  .two-column .row .span-2.rsform-block,
  .two-column .mod-carousel ul .span-2.rsform-block,
  .mod-carousel .two-column ul .span-2.rsform-block {
    width: 6.57769%;
  }
  .site-column.span-3,
  .span-3.sidebar,
  .span-3.content,
  .two-column .row .span-3.rsform-block,
  .two-column .mod-carousel ul .span-3.rsform-block,
  .mod-carousel .two-column ul .span-3.rsform-block {
    width: 13.25071%;
  }
  .site-column.span-4,
  .span-4.sidebar,
  .span-4.content,
  .two-column .row .span-4.rsform-block,
  .two-column .mod-carousel ul .span-4.rsform-block,
  .mod-carousel .two-column ul .span-4.rsform-block {
    width: 19.92374%;
  }
  .site-column.span-5,
  .sidebar,
  .span-5.content,
  .two-column .row .span-5.rsform-block,
  .two-column .mod-carousel ul .span-5.rsform-block,
  .mod-carousel .two-column ul .span-5.rsform-block,
  .two-column .row .rsform-block.sidebar,
  .two-column .mod-carousel ul .rsform-block.sidebar,
  .mod-carousel .two-column ul .rsform-block.sidebar {
    width: 26.59676%;
  }
  .site-column.span-6,
  .span-6.sidebar,
  .span-6.content,
  .two-column .row .span-6.rsform-block,
  .two-column .mod-carousel ul .span-6.rsform-block,
  .mod-carousel .two-column ul .span-6.rsform-block {
    width: 33.26978%;
  }
  .site-column.span-7,
  .span-7.sidebar,
  .span-7.content,
  .two-column .row .span-7.rsform-block,
  .two-column .mod-carousel ul .span-7.rsform-block,
  .mod-carousel .two-column ul .span-7.rsform-block {
    width: 39.9428%;
  }
  .site-column.span-8,
  .span-8.sidebar,
  .span-8.content,
  .two-column .row .rsform-block,
  .two-column .mod-carousel ul .rsform-block,
  .mod-carousel .two-column ul .rsform-block {
    width: 46.61582%;
  }
  .site-column.span-9,
  .span-9.sidebar,
  .span-9.content,
  .two-column .row .span-9.rsform-block,
  .two-column .mod-carousel ul .span-9.rsform-block,
  .mod-carousel .two-column ul .span-9.rsform-block {
    width: 53.28885%;
  }
  .site-column.span-10,
  .span-10.sidebar,
  .span-10.content,
  .two-column .row .span-10.rsform-block,
  .two-column .mod-carousel ul .span-10.rsform-block,
  .mod-carousel .two-column ul .span-10.rsform-block {
    width: 59.96187%;
  }
  .site-column.span-11,
  .span-11.sidebar,
  .content,
  .two-column .row .span-11.rsform-block,
  .two-column .mod-carousel ul .span-11.rsform-block,
  .mod-carousel .two-column ul .span-11.rsform-block,
  .two-column .row .rsform-block.content,
  .two-column .mod-carousel ul .rsform-block.content,
  .mod-carousel .two-column ul .rsform-block.content {
    width: 66.63489%;
  }
  .site-column.span-12,
  .span-12.sidebar,
  .span-12.content,
  .two-column .row .span-12.rsform-block,
  .two-column .mod-carousel ul .span-12.rsform-block,
  .mod-carousel .two-column ul .span-12.rsform-block {
    width: 73.30791%;
  }
  .site-column.span-13,
  .span-13.sidebar,
  .span-13.content,
  .two-column .row .span-13.rsform-block,
  .two-column .mod-carousel ul .span-13.rsform-block,
  .mod-carousel .two-column ul .span-13.rsform-block {
    width: 79.98093%;
  }
  .site-column.span-14,
  .span-14.sidebar,
  .span-14.content,
  .two-column .row .span-14.rsform-block,
  .two-column .mod-carousel ul .span-14.rsform-block,
  .mod-carousel .two-column ul .span-14.rsform-block {
    width: 86.65396%;
  }
  .site-column.span-15,
  .span-15.sidebar,
  .span-15.content,
  .two-column .row .span-15.rsform-block,
  .two-column .mod-carousel ul .span-15.rsform-block,
  .mod-carousel .two-column ul .span-15.rsform-block {
    width: 93.32698%;
  }
  .site-column.span-16,
  .span-16.sidebar,
  .span-16.content,
  .two-column .row .span-16.rsform-block,
  .two-column .mod-carousel ul .span-16.rsform-block,
  .mod-carousel .two-column ul .span-16.rsform-block {
    width: 100%;
  }
}

/* Style
---------------------------------------------------------*/

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

@font-face {
  font-family: "gills";
  src: url("../font/27FF5E_0_0.eot");
  src: url("../font/27FF5E_0_0.eot?#iefix") format("embedded-opentype"), url("../font/27FF5E_0_0.woff") format("woff"), url("../font/27FF5E_0_0.ttf") format("truetype"), url("../font/27FF5E_0_0.svg#gills") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Extendibles
---------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
p,
li,
input {
  font-weight: 400;
  font-family: "gills", Arial, sans-serif;
}

.addajet-booking #buttonInput1,
.mod-form input[type=submit] {
  display: inline-block;
  background: #0094d2;
  padding: 0.5em 0.75em;
  border: 0;
  color: #fff;
}

/* General
---------------------------------------------------------*/

p,
li {
  font-size: 16px;
  font-size: 1rem;
}

p {
  line-height: 1.5em;
}

.inner,
.static-banner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

body {
  background: #fff;
  font-family: 'Arial', sans-serif;
  min-width: 320px;
}

@media screen and (max-width: 50em) {
  html,
  body {
    overflow-x: hidden;
  }
}

a {
  text-decoration: none;
}

.is-emphasised {
  color: #1895d1;
}

/* Layout
---------------------------------------------------------*/

.sidebar {
  position: relative;
}

@media screen and (max-width: 50em) {
  .sidebar {
    margin-bottom: -1em;
    padding-top: 2em;
  }
  .sidebar:after {
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    background: #f7f7f7;
    left: -10%;
    top: 0;
    z-index: -99;
  }
}

.content img {
  width: 100%;
  height: auto;
  margin: 1em 0;
}

.content .edit-icon {
  list-style: none;
}

.content .edit-icon img {
  width: auto !important;
}

.content ul {
  list-style: initial;
}

/* TripAdvisor
---------------------------------------------------------*/

.TA_selfserveprop img {
  width: auto;
}

.button-default {
  background: none;
  padding: 0;
}

.TA_cdsscrollingravenarrow {
  margin-bottom: 1.5em !important;
}

.mod-carousel-next-image,
.mod-carousel-prev-image {
  position: absolute;
  top: 50%;
  width: 49px;
  height: 80px;
  margin-top: -40px;
  text-indent: -999em;
  opacity: 0.5;
  cursor: pointer;
}

.mod-carousel-next-image:hover,
.mod-carousel-prev-image:hover {
  opacity: 1;
}

.mod-carousel-next-image {
  background: url(../images/arrow-right.png);
  right: 20px;
}

.mod-carousel-prev-image {
  background: url(../images/arrow-left.png);
  left: 20px;
}

/* Google Translate widget
---------------------------------------------------------*/

.google-translate-container {
  background: #1895d1;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.google-translate-container.is-visible {
  max-height: 100px;
}

.google-translate-container .inner,
.google-translate-container .static-banner {
  overflow: hidden;
  position: relative;
}

.google-translate-select {
  float: right;
}

.google-translate-toggle {
  background: #1895d1;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 10px;
  margin-left: 1em;
  padding: 9px 10px 1px 15px;
  text-transform: uppercase;
  width: 97px;
}

.google-translate-toggle.is-visible {
  display: block;
}

.google-translate-toggle span {
  display: inline-block;
  margin-right: .75em;
  padding-top: 12px;
}

.google-translate-flag {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.google-translate-flag.is-visible {
  display: inline-block;
}

#google_translate_element {
  float: right;
  margin: .75em 0;
}

#agt-main {
  height: 50px;
  position: static !important;
}

.goog-te-menu-frame {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.goog-te-gadget {
  color: #1895d1 !important;
}

.goog-logo-link {
  display: none;
}

.goog-te-combo {
  float: right;
}

/* Shortcode tabs
---------------------------------------------------------*/

.tabs-section .tabs-title {
  display: none;
}

.tabs-section .rsmg_content_gallery {
  float: right;
  width: 60%;
  border: solid 1px #f4f4f4;
  border-width: 0 0 2em 1em;
}

@media screen and (max-width: 64em) {
  .tabs-section .rsmg_content_gallery {
    width: 100%;
  }
}

@media screen and (max-width: 48em) {
  .tabs-section .rsmg_content_gallery {
    width: 60%;
  }
}

@media screen and (max-width: 40em) {
  .tabs-section .rsmg_content_gallery {
    width: 100%;
  }
}

.tabs-section .rsmg_content_container {
  box-shadow: none !important;
  padding: 0 !important;
  width: 100%;
  border: none !important;
}

.tabs-section .rsmg_content_container img {
  margin: 0;
}

.tabs-list {
  list-style: none !important;
  border-bottom: solid 3px #1895d1;
}

.tabs-list li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.tabs-list li.last {
  margin-right: 0;
}

.tabs-list a {
  display: inline-block;
  text-transform: uppercase;
  font-size: .9em;
  padding: 12px 25px;
  background-color: #eee;
  color: #333 !important;
}

.tabs-list .active a {
  background-color: #1895d1;
  color: #fff !important;
}

.tabs-content {
  background: #f4f4f4;
  padding: 1em;
}

.tabs-content h1,
.tabs-content h2,
.tabs-content h3,
.tabs-content h4 {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
}

.slider .control--left,
.slider .control--right {
  position: absolute;
  width: 49px;
  height: 80px;
  cursor: pointer;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  z-index: 1;
  display: none;
}

.slider .is-fading-in,
.slider .is-active {
  z-index: 2;
  display: block;
}

.slider .is-active,
.slider .is-fading-out,
.slider .is-fading-in {
  opacity: 1;
}

.slider .controls {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 3;
  width: 100%;
}

.slider .control--left {
  left: 1em;
  background-image: url(../../../images/arrow-left.png);
}

.slider .control--right {
  right: 1em;
  background-image: url(../../../images/arrow-right.png);
}

.slider .description {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  background-color: #1895d1;
  color: #fff;
  padding: .5em;
  font-size: 1.3em;
}

.piro_html .caption {
  background: #1895d1;
}

.column-grid {
  margin-left: -20px;
}

.column-grid__item {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 40em) {
  .column-grid__item {
    width: 100% !important;
  }
}

.column-title {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  margin-bottom: .5em;
  font-weight: 700;
  font-size: 1.17em;
}

.column-title p {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

.column-content p:first-child {
  margin-top: 0;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.33333%;
}

.addajet-booking .icon_calendar {
  background-image: url("../../myluxurybreak/images/cal.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}

.addajet-booking label {
  display: inline-block;
  color: #fff;
  margin-right: .5em;
  margin-bottom: .5em;
  font-size: .9em;
}

.addajet-booking input,
.addajet-booking select {
  margin-bottom: .7em;
}

@media screen and (min-width: 58.125em) {
  .addajet-booking:after {
    position: absolute;
    content: "";
    height: 100%;
    left: 56%;
    top: 0;
    border-left: solid 1px #fff;
  }
}

@media screen and (min-width: 58.125em) {
  .addajet-booking .text_align_opposite {
    position: absolute;
    right: 1.5em;
    margin-top: -3.7em;
  }
}

.addajet-booking #buttonInput1 {
  background: #06b5ff;
}

.addajet-booking input {
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: .9em;
  padding: .4em;
  color: #333;
}

.lt-ie9 .addajet-booking input {
  font-family: arial;
}

.addajet-booking #establishmentDestinationContainer1 label,
.addajet-booking #numberOfGroupsContainer1 label,
.addajet-booking #datesContainer1 label,
.addajet-booking #originAirportContainer1 label {
  width: 22%;
}

.addajet-booking #datesContainer1 label {
  margin-bottom: .5em;
}

@media screen and (min-width: 58.125em) {
  .addajet-booking #groupInputContainer1_1,
  .addajet-booking #groupInputContainer1_2,
  .addajet-booking #groupInputContainer1_3 {
    float: right;
    margin-right: 8px;
  }
}

.addajet-booking .groupsContainer label {
  float: left;
  clear: right;
}

.addajet-booking .groupsContainer .row label,
.addajet-booking .groupsContainer .mod-carousel ul label,
.mod-carousel .addajet-booking .groupsContainer ul label {
  float: none;
}

.addajet-booking .groupsContainer label,
.addajet-booking .groupsContainer input,
.addajet-booking .groupsContainer select {
  margin-bottom: .5em;
}

.searchBoxInnerContainer {
  position: relative;
  background-color: #1895d1;
  padding: 1em 1em 0 1em;
}

@media screen and (max-width: 58.125em) {
  .searchBoxInnerContainer {
    padding: 1em;
  }
}

.searchBoxInnerContainer #dateFromContainer1,
.searchBoxInnerContainer #dateToContainer1 {
  display: inline-block;
  width: 48%;
}

.searchBoxInnerContainer #dateFromContainer1 label,
.searchBoxInnerContainer #dateFromContainer1 input,
.searchBoxInnerContainer #dateToContainer1 label,
.searchBoxInnerContainer #dateToContainer1 input {
  width: 45%;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.moduleCombinationsContainer a {
  color: #1895d1;
  display: inline-block;
  padding: 10px;
}

.moduleCombinationsContainer a.current {
  background-color: #1895d1;
  color: #fff;
}

.groupsContainer1 label,
.groupsContainer1 .row,
.groupsContainer1 .mod-carousel ul,
.mod-carousel .groupsContainer1 ul,
.groupsContainer1 #groupInputContainer1_1,
.groupsContainer1 #groupInputContainer1_2,
.groupsContainer1 #groupInputContainer1_3 {
  display: inline-block;
}

@media screen and (min-width: 58.125em) {
  .groupsContainer1 .row,
  .groupsContainer1 .mod-carousel ul,
  .mod-carousel .groupsContainer1 ul {
    margin-left: 2em;
  }
}

@media screen and (max-width: 58.125em) {
  .groupsContainer1 .row,
  .groupsContainer1 .mod-carousel ul,
  .mod-carousel .groupsContainer1 ul {
    margin-left: .5em;
  }
}

@media screen and (min-width: 58.125em) {
  .groupsContainer1 {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 40%;
  }
}

@media screen and (max-width: 58.125em) {
  #groupLabel1_1 {
    width: 21%;
  }
}

@media screen and (min-width: 58.125em) {
  .searchBoxInnerContainer #establishmentLocationsContainer1,
  .searchBoxInnerContainer #datesContainer1,
  .searchBoxInnerContainer #numberOfGroupsContainer1,
  .searchBoxInnerContainer #originAirportContainer1 {
    width: 53%;
  }
}

.rel {
  position: relative;
}

.addajet-booking {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 300px;
  margin-bottom: 1em;
  z-index: 110;
  background-color: #FFF;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
  .addajet-booking {
    position: relative !important;
    left: auto !important;
    float: right;
  }
  .addajet-booking .searchBoxContainer {
    position: absolute;
  }
}

@media screen and (max-width: 31.25em) {
  .addajet-booking {
    position: relative !important;
    left: auto !important;
    float: right;
  }
  .addajet-booking .searchBoxContainer {
    position: relative;
  }
}

.addajet-booking:after {
  display: none;
}

.addajet-booking .groupsContainer1 {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}

.addajet-booking #establishmentDestinationContainer1,
.addajet-booking #establishmentLocationsContainer1 {
  width: 100%;
}

.addajet-booking .text_align_opposite {
  position: relative;
  right: auto;
  margin-top: -1px;
}

.addajet-booking .searchBoxInnerContainer {
  padding: 1em;
}

.addajet-booking .groupsContainer {
  float: none;
  margin-right: 0;
}

.addajet-booking .groupsContainer .row,
.addajet-booking .groupsContainer .mod-carousel ul,
.mod-carousel .addajet-booking .groupsContainer ul {
  margin-left: 0;
  width: 100%;
}

.addajet-booking .groupsContainer label {
  width: 100%;
}

.addajet-booking #groupInputContainer1_1,
.addajet-booking #groupInputContainer1_2,
.addajet-booking #groupInputContainer1_3 {
  float: none;
  width: 100%;
}

.addajet-booking #groupChildrenAgesSpacer1_1_1,
.addajet-booking #groupChildrenAgesSpacer1_1_2,
.addajet-booking #groupChildrenAgesSpacer1_1_3,
.addajet-booking #groupChildrenAgesSpacer1_2_1,
.addajet-booking #groupChildrenAgesSpacer1_2_2,
.addajet-booking #groupChildrenAgesSpacer1_2_3,
.addajet-booking #groupChildrenAgesSpacer1_3_1,
.addajet-booking #groupChildrenAgesSpacer1_3_2,
.addajet-booking #groupChildrenAgesSpacer1_3_3 {
  float: left;
  height: 10px;
}

.addajet-booking label,
.addajet-booking input,
.addajet-booking select,
.addajet-booking .width_49 {
  width: 48% !important;
  margin-right: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.addajet-booking select {
  max-width: 100%;
}

.addajet-booking .searchBoxInnerContainer #dateFromContainer1,
.addajet-booking .searchBoxInnerContainer #dateToContainer1,
.addajet-booking #datesContainer1,
.addajet-booking #numberOfGroupsContainer1,
.addajet-booking #buttonInput1,
.addajet-booking #originAirportContainer1 {
  display: block;
  width: 100%;
}

.addajet-booking .groupContainer {
  border: solid 1px #fff;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 10px;
  margin: 0;
  border-top-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.addajet-booking .groupContainer:first-child {
  border-top-width: 1px;
}

.addajet-booking .searchBoxContainer {
  background-color: #FFF;
  display: none;
  border-top: solid 1px #fff;
}

.addajet-booking.is-open .searchBoxContainer {
  display: block;
}

.addajet-booking.is-sticky {
  position: fixed;
  top: 0;
  right: auto;
}

.addajet-booking #accommodationCodesContainer1 {
  margin: 1em 0;
}

.addajet-booking #accommodationCodesContainer1 a {
  display: block;
  font-size: .9em;
  color: #fff;
  text-decoration: underline;
  line-height: 1.4;
}

.addajet-toggle {
  display: block;
  background-color: #1895d1;
  padding: 12px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
}

.addajet-toggle:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-down.png");
  right: 12px;
  top: 10px;
}

.is-open .addajet-toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 11px;
  top: 9px;
}

/* Header
---------------------------------------------------------*/

header {
  background: #fff;
  margin-bottom: 1em;
}

.header__logo {
  background: #1895d1;
  color: #fff;
  font-size: 1.4em;
  position: relative;
  padding: 1.7em 0.8em 0.8em 0.8em;
  padding: 1.7em 0.8em 0.8em 0.8em;
}

@media screen and (min-width: 50em) {
  .header__logo {
    float: left;
  }
}

.header__logo span {
  display: none;
}

.header__logo .icon-mobile-menu {
  display: block;
  font-size: 1.3em;
  float: right;
  margin: -.5em .3em 0 0;
  cursor: pointer;
}

@media screen and (min-width: 50em) {
  .header__logo .icon-mobile-menu {
    display: none;
  }
}

.header__logo a {
  display: block;
  width: 6em;
  height: 3.5em;
  position: absolute;
  top: 0;
  left: 0;
}

.lt-ie8 .header__logo {
  width: 4em;
  height: 1.5em;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  background-position: .4em 2.2em;
}

.header__aux {
  margin: 0 0 0.5em 0;
  float: right;
  /* Weather
---------------------------------------------------------*/
}

@media screen and (max-width: 50em) {
  .header__aux {
    margin: .7em 0;
  }
}

.header__aux ul {
  margin-top: 1em;
  display: inline-block;
}

.header__aux li {
  text-transform: uppercase;
  display: inline-block;
  margin-left: .7em;
}

.header__aux li a {
  font-size: 0.6em;
  color: #aaa;
}

.header__aux .google-translate-toggle {
  display: inline-block;
}

@media screen and (max-width: 50em) {
  .header__aux .google-translate-toggle {
    float: right;
  }
}

.header__aux .weather {
  position: relative;
  margin: 0 1em;
  display: inline-block;
}

.header__aux .weather span {
  font-size: .8em;
}

@media screen and (max-width: 35em) {
  .header__aux .weather {
    display: none;
  }
}

.header__aux .weather-bg {
  height: 50px;
  padding: 0;
}

.header__aux .weather-bg img {
  height: 35px;
  width: auto;
  margin-right: 10px;
}

.lt-ie8 .header__aux li {
  display: inline;
}

.header__nav {
  display: none;
  bottom: 0;
  float: right;
  margin: 1em 0 0 0;
}

.header__nav a,
.header__nav span {
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
  font-size: .9em;
}

.header__nav .active>a,
.header__nav .active>span {
  color: #40afdd;
  text-decoration: underline;
}

.header__nav .parent ul {
  position: absolute;
  opacity: 1;
  display: none;
  white-space: nowrap;
  background-color: #1895d1;
  margin-top: .3em;
  padding: .2em .8em;
}

.header__nav .parent ul:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 .4em .5em .4em;
  border-color: transparent transparent transparent transparent;
  top: -.5em;
  left: 50px;
}

.header__nav .parent ul li {
  position: relative;
}

.header__nav .parent ul li+li {
  margin-left: 2em;
}

.header__nav .parent ul a,
.header__nav .parent ul span {
  color: #fff;
  font-size: .9em;
}

@media screen and (min-width: 40em) {
  .header__nav .parent ul a,
  .header__nav .parent ul span {
    font-size: .75em !important;
  }
}

@media screen and (min-width: 70em) {
  .header__nav .parent ul a,
  .header__nav .parent ul span {
    font-size: .9em;
  }
}

.lt-ie8 .header__nav .parent ul {
  top: -.5em;
}

.header__nav .parent ul>.parent ul {
  position: absolute;
  left: 0;
  z-index: 999;
  font-size: 1.1em;
  display: none;
  margin-top: -.2em;
  margin-left: -.9em;
  left: 1px;
  padding-top: .5em;
}

.header__nav .parent ul>.parent ul li {
  padding: .3em .2em;
  display: block;
  margin: 0;
}

.lt-ie8 .header__nav .parent ul>.parent ul {
  display: none !important;
}

.header__nav .parent ul>.parent:hover ul {
  display: block;
}

.header__nav .parent.visibleSub {
  opacity: 1;
}

.header__nav .parent.visibleSub ul {
  display: block;
}

.header__nav li {
  display: inline-block;
}

header:hover .header__nav .visibleSub:after {
  border-color: transparent transparent red transparent;
}

@media screen and (min-width: 50em) {
  .header__nav {
    display: block;
    float: right;
    clear: right;
  }
  .header__nav li+li {
    margin-left: 1.1em;
  }
  .header__nav li a {
    font-size: .7em;
  }
}

@media screen and (min-width: 55em) {
  .header__nav li+li {
    margin-left: 1.1em;
  }
  .header__nav li a {
    font-size: .75em;
  }
}

@media screen and (min-width: 60em) {
  .header__nav li+li {
    margin-left: 1.5em;
  }
  .header__nav li a {
    font-size: .75em;
  }
}

@media screen and (min-width: 70em) {
  .header__nav li+li {
    margin-left: 1.8em;
  }
  .header__nav li a {
    font-size: .85em;
  }
}

.lt-ie8 .header__nav {
  bottom: 200px;
  clear: none;
  margin: 4em 0;
  right: 0;
  bottom: auto;
  position: absolute;
}

.lt-ie8 .header__nav .parent ul {
  margin: 2em 0 0 -12em;
}

@media screen and (min-width: 50.0625em) {
  .header__nav>.menu>.active {
    position: relative;
  }
  .header__nav>.menu>.active:before {
    content: "";
    display: block;
    bottom: -.65em;
    left: 50%;
    margin-left: -5px;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid #1895d1;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
  }
}

.header__subnav {
  display: none;
  clear: both;
  background: #1895d1;
  margin: 0.5em 0;
  position: relative;
  float: left;
}

.header__subnav li {
  display: inline-block;
  margin: 0 !important;
}

.header__subnav a {
  display: block;
  color: #fff !important;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  font-size: 0.9em !important;
}

.no-touch .header__subnav a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 50.0625em) {
  .header__subnav {
    display: block;
  }
}

.menu-arrow {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 .5em .7em .5em;
  border-color: transparent transparent #1895d1 transparent;
  left: -1000px;
  top: 5em;
}

@media screen and (max-width: 50em) {
  .menu-arrow {
    display: none;
  }
}

.mobile-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  z-index: 105;
  background: #fff;
  opacity: 0;
  overflow-y: auto;
  font-size: 1.4em;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.show-menu .mobile-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mobile-menu li {
  font-weight: 300;
}

.mobile-menu li+li {
  border-top: 1px solid #f3f3f3;
}

.mobile-menu .parent {
  position: relative;
}

.mobile-menu .parent ul {
  background-color: #f7f7f7;
  height: 0;
  overflow: hidden;
}

.mobile-menu .parent ul li {
  border-color: #fff;
}

.mobile-menu .parent ul a {
  padding: 1em 2em;
}

.mobile-menu .parent .parent .menu-extender {
  display: none;
}

.mobile-menu .parent .parent ul {
  padding-left: 30px;
}

.mobile-menu a,
.mobile-menu span {
  color: #1895d1;
  padding: 1em;
  display: block;
}

.mobile-menu .close-button {
  background-color: #1895d1;
  color: #fff;
  padding: 1.2em;
  width: auto;
  top: 0;
  right: 0;
  cursor: pointer;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.mobile-menu .menu-extender {
  position: absolute;
  height: 3.4em;
  width: 3.4em;
  right: 0;
  background-color: #fafafa;
  border-left: solid 1px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

.mobile-menu .menu-extender:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: .3em 0 .3em .6em;
  border-color: transparent transparent transparent #4db4e0;
  left: 50%;
  margin-left: -.2em;
  top: 50%;
  margin-top: -.3em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .parent.extend .menu-extender:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mobile-menu .parent.extend ul {
  height: auto;
}

.mobile-menu .parent.active ul {
  display: block;
}

/* Footer
---------------------------------------------------------*/

footer {
  position: relative;
  background: #1895D1;
  padding: 2em 0;
  color: #fff;
  font-size: 0.8em;
}

footer a {
  color: #fff;
  font-weight: 300;
}

footer address {
  margin: 1em 0 0;
  font-family: "gills", Arial, sans-serif;
  font-weight: 300 !important;
  font-style: normal;
}

footer .moduletable {
  float: right;
  margin-top: 1em;
}

.footer__nav,
.copyright {
  float: left;
  margin: 1em 0;
  font-family: "gills", Arial, sans-serif;
  font-weight: 300 !important;
}

@media screen and (max-width: 62em) {
  .footer__nav,
  .copyright {
    float: none !important;
  }
}

.footer__nav li,
.copyright li {
  font-size: 1.1em;
}

@media screen and (min-width: 50.0625em) {
  .footer__nav li,
  .copyright li {
    display: inline;
  }
  .footer__nav li+li:before,
  .copyright li+li:before {
    content: "|";
    margin: 0 1em;
  }
}

@media screen and (min-width: 50.0625em) {
  footer address {
    float: left;
  }
}

footer address p {
  font-size: 1.1em;
}

@media screen and (min-width: 50.0625em) {
  .copyright {
    float: right;
  }
}

/* Main Content Area
---------------------------------------------------------*/

.content h1,
.content h2,
blockquote,
ul,
ol {
  margin: 24px 0;
  margin: 1.5rem 0;
}

.main {
  margin: 1em 0 1em 0;
}

@media screen and (min-width: 30.0625em) {
  .main {
    margin: 1em 0 0 0;
  }
}

@media screen and (min-width: 50.0625em) {
  .main {
    margin: 2em 0;
  }
}

.content h1,
.content h2 {
  text-transform: uppercase;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ccc;
}

.content h1 a,
.content h2 a {
  color: #000;
}

.content h1 {
  margin-top: 0;
}

.content h2 {
  font-size: 1.2em;
}

.content a {
  color: #40afdd;
}

blockquote {
  background: #f3f3f3;
  margin: 1em 0;
  padding: 1em;
  color: #8c8c8c;
}

blockquote * {
  margin: 0;
}

ul,
ol {
  padding: 0 0 0 40px;
  margin: 1em 0;
}

.content img.img-medium-left,
.content .img-medium-left img {
  float: left;
  margin-right: 2em;
  width: 40%;
}

@media screen and (max-width: 30em) {
  .content img.img-medium-left,
  .content .img-medium-left img {
    display: none;
  }
}

.content img.img-medium-right,
.content .img-medium-right img {
  float: right;
  margin-left: 2em;
  width: 40%;
}

@media screen and (max-width: 30em) {
  .content img.img-medium-right,
  .content .img-medium-right img {
    display: none;
  }
}

.content img.img-large-left,
.content .img-large-left img {
  float: left;
  margin-right: 2em;
  width: 50%;
}

@media screen and (max-width: 30em) {
  .content img.img-large-left,
  .content .img-large-left img {
    display: none;
  }
}

.content img.img-large-right,
.content .img-large-right img {
  float: right;
  margin-left: 2em;
  width: 50%;
}

@media screen and (max-width: 30em) {
  .content img.img-large-right,
  .content .img-large-right img {
    display: none;
  }
}

.content img.img-small-left,
.content .img-small-left img {
  float: left;
  margin-right: 2em;
  width: 30%;
}

@media screen and (max-width: 30em) {
  .content img.img-small-left,
  .content .img-small-left img {
    display: none;
  }
}

.content img.img-small-right,
.content .img-small-right img {
  float: right;
  margin-left: 2em;
  width: 30%;
}

@media screen and (max-width: 30em) {
  .content img.img-small-right,
  .content .img-small-right img {
    display: none;
  }
}

.img-intro-right {
  float: left;
  width: 30%;
}

.img-intro-right+.blog-content {
  float: right;
  width: 65%;
}

/* Forms
---------------------------------------------------------*/

fieldset {
  width: 100%;
}

fieldset legend {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

fieldset dt,
fieldset dd,
fieldset .login-fields label,
fieldset .login-fields input {
  width: 60%;
  float: left;
  margin: .5em 0;
  font-size: .9em;
}

fieldset dt input,
fieldset dd input,
fieldset .login-fields label input,
fieldset .login-fields input input {
  float: right;
  width: 96%;
}

fieldset dt,
fieldset .login-fields label {
  width: 34%;
  padding-right: 5%;
  text-align: right;
}

fieldset input[type='checkbox'] {
  border: none;
  margin-top: .8em;
  width: auto !important;
  margin-right: 0.5em;
}

fieldset input[type='checkbox']+label {
  margin-right: 1em;
}

@media screen and (max-width: 50em) {
  fieldset dt,
  fieldset dd,
  fieldset .login-fields label,
  fieldset .login-fields input {
    width: 96% !important;
    text-align: left;
    margin: .5em 0 0 0;
  }
  fieldset dd,
  fieldset .login-fields input {
    margin: .5em 0 .5em 0;
  }
  fieldset #remember,
  fieldset #remember-lbl {
    width: auto !important;
  }
}

fieldset .login-fields label {
  width: 20%;
  line-height: 2em;
}

form {
  width: 100%;
}

form button,
form input[type='submit'] {
  border: none;
  font-weight: 300;
  font-family: "gills", Arial, sans-serif;
  text-transform: uppercase;
  float: left;
  color: #fff;
}

form input {
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: .9em;
  padding: 1% 2%;
  color: #333;
}

.lt-ie9 form input {
  font-family: arial;
}

form div {
  text-align: right;
}

form h3 {
  text-align: left;
}

.login .login-fields input {
  width: 70%;
}

.login button {
  float: right;
}

.rsform-block {
  margin: .5em 0;
}

.registration {
  width: 90%;
}

@media screen and (max-width: 50em) {
  .registration {
    width: 100%;
    margin-bottom: 1em;
  }
}

.red,
.star,
.error.message {
  color: #d00;
}

.tip-wrap {
  background-color: #fff;
  padding: .7em;
  border: solid 1px #ddd;
  line-height: 1.4em;
  font-size: .9em;
}

.formResponsive {
  font-size: .9em;
}

.formResponsive div {
  text-align: left !important;
}

.formResponsive .formControlLabel {
  margin-bottom: .2em;
}

.formResponsive .formValidation .formNoError {
  display: none;
}

.formResponsive input[type='text'],
.formResponsive textarea {
  width: 100%;
  padding: .5em 0;
  text-indent: 1em;
  border: solid 1px #ccc;
  border-color: #bbb #ccc #ccc #ccc;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}

.formResponsive input[type='checkbox'] {
  margin-bottom: .5em;
}

.formResponsive input[type='checkbox']+label {
  margin-right: 2.5em;
}

/* Triple Form
============================*/

.form-triple {
  margin: 2em 0;
  text-align: left;
  position: relative;
}

.form-triple fieldset {
  display: inline-block;
  width: 50%;
}

.form-triple fieldset .formControlLabel,
.form-triple fieldset .formBody {
  width: 75%;
  display: inline;
}

.form-triple fieldset .formControlLabel {
  width: 30%;
  margin-right: 5%;
  font-size: .9em;
}

.form-triple fieldset input {
  width: 65%;
}

.form-triple .middle {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 10%;
  margin-right: 1em;
}

.form-triple .middle span {
  position: absolute;
  margin-top: -8em;
}

.form-triple .end {
  position: absolute;
  text-align: left;
  display: inline-block;
  margin-top: 3em;
  width: 30%;
}

.form-triple .end span {
  display: block;
  font-size: 1.4em;
  font-weight: 700;
}

.form-triple input[type='submit'] {
  width: 8em !important;
}

.form-triple .rsform-block-terms {
  font-size: .8em;
}

@media screen and (max-width: 40em) {
  .form-triple fieldset,
  .form-triple .middle,
  .form-triple .end {
    position: relative;
    width: 100%;
  }
  .form-triple fieldset span,
  .form-triple .middle span,
  .form-triple .end span {
    margin: 0;
  }
  .form-triple fieldset label {
    width: 30%;
  }
  .form-triple fieldset input {
    width: 70%;
  }
  .form-triple .end {
    margin-top: 2em;
    text-align: center;
  }
  .form-triple .end span {
    margin-left: .5em;
    display: inline;
  }
}

.two-column .componentheading {
  font-size: 1.2em;
}

.two-column div {
  text-align: left;
}

.two-column h2 {
  border: none;
}

.two-column .rsform-block {
  width: 100%;
}

.two-column td {
  width: 50%;
}

.two-column textarea {
  width: 100%;
}

.two-column .formControlLabel,
.two-column .formControls {
  text-align: left;
  margin-bottom: .2em;
  font-size: .9em;
}

.two-column input {
  width: 90%;
}

.two-column input[type='checkbox'] {
  width: 10%;
  margin: 0 3.5%;
  float: none;
}

@media screen and (max-width: 40em) {
  .two-column input[type='checkbox'] {
    margin: 0 2.5%;
  }
}

.two-column input[type='submit'] {
  width: auto;
}

.two-column input[type='file'] {
  width: 44%;
}

.two-column label {
  margin-bottom: .5em;
  width: 35%;
  display: inline-block;
}

@media screen and (max-width: 59em) {
  .two-column label {
    width: 33%;
  }
}

@media screen and (max-width: 31em) {
  .two-column label {
    width: 31%;
  }
}

@media screen and (max-width: 23em) {
  .two-column label {
    width: 27%;
  }
}

.two-column .formNoError {
  display: none;
}

.formError {
  display: inline-block;
  font-size: .9em;
  margin: .5em 0;
  color: #d00;
}

.rsform-error {
  border: solid 1px #d00 !important;
}

/* Pagination
---------------------------------------------------------*/

.pagination {
  margin-top: 3em;
}

.pagination ul {
  list-style: none;
  padding: 0;
}

.pagination li {
  display: inline-block;
  color: #999;
}

.pagination li+li {
  margin-left: 1em;
}

/* YUI Calendar
---------------------------------------------------------*/

.yui-calendar td {
  width: auto;
}

.yui-calendar a.calnav {
  text-align: center;
  display: block;
}

.yui-calcontainer {
  display: none;
  float: none;
  width: 19em;
  position: absolute;
}

.formControls:hover .yui-calcontainer {
  display: block;
}

/* Buttons
---------------------------------------------------------*/

.button,
form button,
form input[type='submit'] {
  display: inline-block;
  padding: 0.75em;
}

.teal,
form button,
form input[type='submit'] {
  background: #4db4e0;
}

.teal a,
form button a,
form input[type='submit'] a {
  color: #fff;
}

/* Grids
---------------------------------------------------------*/

.mod-latest-deals {
  margin-bottom: 2em;
}

@media screen and (min-width: 50.0625em) {
  .mod-latest-deals ul {
    margin: 0 -16px;
    margin: 0 -1rem;
  }
}

.mod-latest-deals li {
  padding-bottom: 1em;
}

.mod-latest-deals .hide {
  display: none;
}

.mod-latest-deals a {
  display: block;
  padding: 16px;
  padding: 1rem;
}

.mod-latest-deals a:hover {
  background: #1895d1;
}

.mod-latest-deals a:hover h4,
.mod-latest-deals a:hover p {
  color: #fff;
}

.mod-latest-deals p {
  margin: 0;
}

.mod-latest-deals h3,
.mod-latest-deals h4,
.mod-latest-deals h4+p {
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
}

.mod-latest-deals h4 {
  font-family: Arial, sans-serif;
  text-transform: none;
}

.mod-latest-deals p {
  font-style: italic;
}

.mod-latest-deals img {
  margin: 0;
  width: 100%;
}

.latest-deals-filter {
  margin: 2em 0;
}

.latest-deals-filter a {
  display: block;
  float: left;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  background: #879daf;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  cursor: pointer;
}

.latest-deals-filter a+a {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.latest-deals-filter a:hover {
  background: #97adbf;
}

.latest-deals-filter .active {
  background: #ef4032;
}

.latest-deals-filter .active:hover {
  background: #ff5042;
}

.is-filter {
  vertical-align: top;
  display: inline-block;
}

@media screen and (min-width: 30.0625em) {
  .is-filter {
    width: 49%;
  }
}

@media screen and (min-width: 50.0625em) {
  .is-filter {
    width: 33%;
  }
}

.item-img {
  position: relative;
}

.cat-icon-wrapper {
  position: absolute;
  left: -10%;
}

.cat-icon {
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
}

.cat-icon.cat-icon--malta {
  background-image: url("../images/blog/malta.png");
}

.cat-icon.cat-icon--resort {
  background-image: url("../images/blog/resort.png");
}

.cat-icon.cat-icon--team-azure {
  background-image: url("../images/blog/team-azure.png");
}

.cat-icon.cat-icon--news-events,
.cat-icon.cat-icon--events {
  background-image: url("../images/blog/news-events.png");
}

.cat-icon.cat-icon--members,
.cat-icon.cat-icon--special-guests {
  background-image: url("../images/blog/members.png");
}

.cat-icon.cat-icon--food-drink {
  background-image: url("../images/blog/food-drink.png");
}

.cat-icon.cat-icon--vacation-ownership {
  background-image: url("../images/blog/vacation-ownership.png");
}

.cat-icon.cat-icon--video-blog {
  background-image: url("../images/blog/video-blog.png");
}

.cat-icon.cat-icon--azure-blog {
  display: none;
}

.categories-nav {
  margin-bottom: 1.5em;
}

.categories-nav li {
  padding: 10px 0;
  border-top: solid 1px #eee;
}

.categories-nav li:first-child {
  border-top: none;
}

.categories-nav .cat-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  left: 0;
  top: -5px;
}

.categories-nav h4 {
  display: inline-block;
  margin: 0 0 0 5px;
}

.categories-nav a {
  display: block;
  color: black;
}

.categories-nav a:visited {
  color: black;
}

.categories-nav a:hover {
  color: #1895d1;
}

.team-square {
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  background-size: cover;
  background-position: center;
  width: 23.5%;
  height: 12em;
  overflow: hidden;
  cursor: pointer;
}

.team-square:nth-of-type(4n) {
  margin-right: 0;
}

.lt-ie9 .team-square {
  margin-right: 1.75%;
  width: 23%;
}

@media screen and (max-width: 70em) {
  .team-square {
    width: 32%;
    height: 13em;
  }
  .team-square:nth-of-type(4n) {
    margin-right: 2%;
  }
  .team-square:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 60em) {
  .team-square {
    width: 49%;
    height: 15em;
  }
  .team-square:nth-of-type(3n) {
    margin-right: 2%;
  }
  .team-square:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 48em) {
  .team-square {
    width: 32%;
    height: 13em;
  }
  .team-square:nth-of-type(2n) {
    margin-right: 2%;
  }
  .team-square:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 35em) {
  .team-square {
    width: 49%;
    height: 14em;
  }
  .team-square:nth-of-type(3n) {
    margin-right: 2%;
  }
  .team-square:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 21em) {
  .team-square {
    width: 100%;
    height: 17em;
    margin-right: 0;
  }
}

.team-square__va-wrap {
  display: table;
  height: 100%;
  width: 101%;
}

.team-square__hover-info {
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  opacity: 0;
  padding: .5em;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.team-square:hover .team-square__hover-info {
  opacity: 1;
  background-color: #1895d1;
  background-color: rgba(24, 149, 209, 0.7);
  filter: alpha(opacity=100);
}

.lt-ie9 .team-square__hover-info {
  background-color: #1895d1;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFF0000);
}

.lt-ie8 .team-square__hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-square__hover-info h4,
.team-square__hover-info h5 {
  color: #fff;
  text-align: center;
  margin: 0;
}

.team-square__hover-info h4 {
  font-size: 1.2em;
  margin-bottom: .3em;
  line-height: 1;
}

.team-square__hover-info h5 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3;
}

.lb,
.lb__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.1s, height 0s ease;
  -moz-transition: opacity 0.2s ease-in-out 0.1s, height 0s ease;
  -ms-transition: opacity 0.2s ease-in-out 0.1s, height 0s ease;
  -o-transition: opacity 0.2s ease-in-out 0.1s, height 0s ease;
  transition: opacity 0.2s ease-in-out 0.1s, height 0s ease;
}

.lb-is-active .lb,
.lb.is-active,
.is-active .lb,
.lb-is-active .lb__overlay,
.lb__overlay.is-active,
.is-active .lb__overlay {
  height: auto;
  opacity: 1;
}

.lb.is-active {
  position: fixed;
  overflow: auto;
}

.lb.is-active .lb__overlay {
  position: fixed;
}

.lb {
  z-index: 999;
}

.lb__overlay {
  z-index: 1;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBFFFFFF, endColorstr=#BBFFFFFF);
}

.lb__popup {
  position: absolute;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  background-color: #FFF;
  border: solid 1px #1895d1;
  border-width: 1px 1px 6px 1px;
  padding: 5em;
  left: 50%;
  margin-left: -37.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  padding: 5em;
}

.lb-is-active .lb__popup,
.is-active .lb__popup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 53.5em) {
  .lb__popup {
    width: 100%;
    padding: 15%;
    left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 40em) {
  .lb__popup {
    padding: 12.5%;
  }
}

.lb__popup .popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background: #1895d1 url("/templates/azure/images/button--close.png") no-repeat center;
}

.lb__popup .popup__headshot {
  float: right;
  width: 15em;
  margin: 0 0 2em 2em;
}

@media screen and (max-width: 50em) {
  .lb__popup .popup__headshot {
    float: none;
    margin: 0 auto 2em;
    display: block;
    max-width: 100%;
  }
}

.lb__popup .popup__name {
  text-transform: uppercase;
  font-size: 2.3em;
  margin-bottom: .2em;
}

.lb__popup .popup__position {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

.lb__popup .popup__email,
.lb__popup .popup__phone {
  padding-left: 2.5em;
  margin-bottom: 1em;
  background: url("/templates/azure/images/icon--email.png") no-repeat left;
}

@media screen and (max-width: 53.5em) {
  .lb__popup .popup__email,
  .lb__popup .popup__phone {
    display: inline;
    padding-left: 1.5em;
  }
}

@media screen and (max-width: 46em) {
  .lb__popup .popup__email,
  .lb__popup .popup__phone {
    display: block;
    margin-left: 0 !important;
    word-break: break-all;
  }
}

.lb__popup .popup__email {
  color: #1895d1;
}

@media screen and (max-width: 53.5em) {
  .lb__popup .popup__email {
    clear: right;
    padding-left: 2em;
  }
}

.lb__popup .popup__phone {
  font-size: 1.2em;
  padding-left: 2.1em;
  background: url("/templates/azure/images/icon--chat.png") no-repeat left;
}

@media screen and (max-width: 53.5em) {
  .lb__popup .popup__phone {
    font-size: 1em;
    margin-left: 2em;
  }
}

.lb__popup h4 {
  text-transform: uppercase;
  font-size: 1.3em;
  border-bottom: solid 1px #ccc;
  width: 60%;
  padding-bottom: .5em;
  margin: 1.5em 0 0;
}

@media screen and (max-width: 53.5em) {
  .lb__popup h4 {
    width: 100%;
  }
}

.lb__popup .is-hidden {
  display: none;
}

.meet-the-team .inner,
.meet-the-team .static-banner {
  position: relative;
}

.meet-the-team iframe {
  z-index: 0;
}

/* Modules
---------------------------------------------------------*/

/* Modules
---------------------------------------------------------*/

.module h3,
.mod-form h3,
.mod-content h3,
.member-menu h3,
.mod-carousel h3,
.mod-gallery h3 {
  margin-top: 0;
  text-transform: uppercase;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ccc;
}

.module,
.mod-form,
.mod-content,
.member-menu,
.mod-carousel,
.mod-gallery {
  margin-bottom: 2em;
  /* Additional padding for box alignment in the sidebar */
}

.sidebar .module,
.sidebar .mod-form,
.sidebar .mod-content,
.sidebar .member-menu,
.sidebar .mod-carousel,
.sidebar .mod-gallery {
  padding: 0.5em;
}

.module+.module,
.mod-form+.module,
.mod-content+.module,
.member-menu+.module,
.mod-carousel+.module,
.mod-gallery+.module,
.module+.mod-form,
.mod-form+.mod-form,
.mod-content+.mod-form,
.member-menu+.mod-form,
.mod-carousel+.mod-form,
.mod-gallery+.mod-form,
.module+.mod-content,
.mod-form+.mod-content,
.mod-content+.mod-content,
.member-menu+.mod-content,
.mod-carousel+.mod-content,
.mod-gallery+.mod-content,
.module+.member-menu,
.mod-form+.member-menu,
.mod-content+.member-menu,
.member-menu+.member-menu,
.mod-carousel+.member-menu,
.mod-gallery+.member-menu,
.module+.mod-carousel,
.mod-form+.mod-carousel,
.mod-content+.mod-carousel,
.member-menu+.mod-carousel,
.mod-carousel+.mod-carousel,
.mod-gallery+.mod-carousel,
.module+.mod-gallery,
.mod-form+.mod-gallery,
.mod-content+.mod-gallery,
.member-menu+.mod-gallery,
.mod-carousel+.mod-gallery,
.mod-gallery+.mod-gallery {
  margin-top: 1em;
}

.module h3,
.mod-form h3,
.mod-content h3,
.member-menu h3,
.mod-carousel h3,
.mod-gallery h3 {
  font-size: 1.2em;
}

/* Banner
---------------------------------------------------------*/

.static-banner img {
  max-width: 100%;
}

.banner-image-wrapper {
  max-height: 270px;
  overflow: hidden;
}

.home .banner-image-wrapper {
  max-height: 1000px;
}

@media screen and (max-width: 68.75em) {
  .banner-image-wrapper {
    max-height: 200px;
  }
  .home .banner-image-wrapper {
    max-height: 280px;
  }
}

.responsive-banner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.responsive-banner .responsive-slide {
  height: 100%;
}

.lt-ie8 .responsive-banner .responsive-slide {
  position: absolute !important;
  top: 0;
  padding: 0;
  margin: 0;
}

.home .responsive-banner .responsive-slide h2 {
  top: 0;
  width: 80%;
  margin-left: 2.5em;
}

@media screen and (min-width: 65em) {
  .home .responsive-banner .responsive-slide h2 {
    margin-left: 5em;
    width: 43%;
  }
}

.home .responsive-banner .responsive-slide .button-wrapper {
  top: 50%;
}

.responsive-banner h2 {
  top: 0;
  position: absolute;
  display: inline;
  font-family: "didot", serif;
  font-size: 2.7em;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
  margin: .5em 5em;
  left: 0;
  border-left: solid 0.3em rgba(24, 149, 209, 0.7);
}

@media screen and (max-width: 65em) {
  .responsive-banner h2 {
    width: 70%;
    margin-left: 3.5em;
    font-size: 2.5em;
  }
}

@media screen and (min-width: 65em) {
  .responsive-banner h2 {
    width: 60%;
  }
}

.home .responsive-banner h2 {
  margin-top: 5%;
}

.responsive-banner h2 span {
  background-color: #1895d1;
  background-color: rgba(24, 149, 209, 0.7);
  text-transform: uppercase;
  padding-right: .3em;
}

.lt-ie8 .responsive-banner h2 span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#901895d1, endColorstr=#901895d1);
  zoom: 1;
  padding: 0;
}

.responsive-banner .slide-info {
  position: absolute;
  width: 100%;
  background-color: rgba(24, 149, 209, 0.7);
  bottom: 0;
  padding: 1em;
  min-height: 7.5em;
  font-size: .9em;
}

@media screen and (max-width: 68.75em) {
  .responsive-banner .slide-info {
    position: relative;
  }
}

.responsive-banner .slide-info.links-disabled {
  min-height: 0;
}

@media screen and (max-width: 68.75em) {
  .responsive-banner .slide-info.links-disabled {
    height: auto;
    overflow: hidden;
  }
}

.responsive-banner .slide-info.links-disabled p {
  width: 100%;
}

.responsive-banner .slide-info .links {
  width: 35%;
  float: right;
  line-height: 2em;
  font-size: 1em;
  margin-top: .9em;
}

.responsive-banner .slide-info .links a {
  position: relative;
  display: block;
  text-align: right;
  font-size: 1.2em;
  font-weight: 300;
  margin-right: 2em;
  color: #fff;
  text-transform: uppercase;
}

.responsive-banner .slide-info .links a .icon-arrow_right {
  font-size: 1em;
  color: #fff;
  position: relative;
  right: -1em;
  top: .3em;
  float: right;
}

.lt-ie8 .responsive-banner .slide-info .links a .icon-arrow_right {
  position: absolute;
  width: 12px;
  height: 12px;
}

.lt-ie9 .responsive-banner .slide-info {
  background-color: #1895d1;
}

.responsive-banner p {
  float: left;
  font-size: 1.4em;
  width: 60%;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.responsive-banner .button-wrapper {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 20%;
  margin: 0 auto;
  max-width: 1440px;
}

.responsive-banner .button-wrapper.titles-disabled {
  top: 50%;
  margin-top: -1em;
}

.responsive-banner .button-wrapper .icon-arrow_left,
.responsive-banner .button-wrapper .icon-arrow_right,
.responsive-banner .button-wrapper .icon-arrow_right {
  position: absolute;
  left: 0;
  width: 49px;
  height: 80px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -ms-border-radius: 0em;
  -o-border-radius: 0em;
  border-radius: 0em;
  text-indent: -999em;
  background-image: url(../../../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center top;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.responsive-banner .button-wrapper .icon-arrow_left:hover,
.responsive-banner .button-wrapper .icon-arrow_right:hover,
.responsive-banner .button-wrapper .icon-arrow_right:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.lt-ie9 .responsive-banner .button-wrapper .icon-arrow_left,
.lt-ie9 .responsive-banner .button-wrapper .icon-arrow_right,
.lt-ie9 .responsive-banner .button-wrapper .icon-arrow_right {
  background: none !important;
}

.responsive-banner .button-wrapper .icon-arrow_right {
  left: 95%;
  background-image: url(../../../images/arrow-right.png);
}

.icon-arrow_left,
.icon-arrow_right {
  position: absolute;
  color: #1895d1;
  cursor: pointer;
  top: 50%;
  left: 4%;
  z-index: 101;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}

.lt-ie8 .icon-arrow_left,
.lt-ie8 .icon-arrow_right {
  width: 37px;
  height: 37px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/page-left.png', sizingMethod='scale');
}

.icon-arrow_left.disabled,
.disabled.icon-arrow_right {
  color: #bbb;
  cursor: default;
}

.icon-arrow_left.disabled:after,
.disabled.icon-arrow_right:after {
  background-color: #bbb;
}

.icon-arrow_right {
  left: auto;
  right: 4%;
}

.lt-ie8 .icon-arrow_right {
  width: 37px;
  height: 37px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/page-right.png', sizingMethod='scale');
}

/* Form */

.mod-form {
  background: #f3f3f3;
}

.mod-form h3 {
  margin-bottom: .3em;
}

.mod-form input {
  margin: 0.3em 0;
}

.mod-form input[type=text],
.mod-form input[type=email] {
  background: #fff;
  width: 100%;
  padding: 0.5em 0;
  border: 0;
  font-size: 0.9em;
  text-indent: 0.5em;
  text-transform: uppercase;
}

.lt-ie8 .mod-form form {
  width: 95%;
}

.mod-form input[type=submit] {
  text-transform: uppercase;
  float: right;
}

@media screen and (max-width: 50em) {
  .mod-form {
    border: solid 1px rgba(0, 0, 0, 0.1);
  }
}

/* Generic content box */

.mod-content {
  padding-top: 0 !important;
}

.mod-content img {
  max-width: 100%;
  height: auto;
}

.mod-content .feed a {
  color: #333;
}

.mod-content .feed h4 {
  margin: 0;
  font-size: 1em;
}

.mod-content .feed p {
  margin: 0;
  font-size: 1em;
}

.mod-content .feed li {
  position: relative;
  margin-bottom: 1.5em;
  margin-right: 3em;
}

.mod-content .feed .icon-arrow_right {
  margin-top: -0.6em;
  right: -2em;
  font-size: 1.2em;
  color: #1895d1;
}

.lt-ie8 .mod-content .feed .icon-arrow_right {
  width: 15px;
  height: 15px;
}

.mod-content>h3 {
  margin-top: 1.5em;
}

.mod-content>h3:first-of-type {
  margin-top: 0.3em;
}

/* Membership Menu
---------------------------------------------------------*/

.member-menu li {
  border: solid 1px #ccc;
  border-width: 1px 0;
}

.member-menu li+li {
  border-top: none;
}

.member-menu a {
  text-transform: uppercase;
  padding: .5em 0 .5em 1.5em;
  display: block;
  color: #1895d1;
  font-size: 1em;
  font-weight: 300;
}

.member-menu a:hover {
  background-color: #1895d1;
  color: #fff;
}

/* Responsive Carousel */

.carousel-column {
  width: 100%;
  height: 100%;
  /* So they don't collapse leftwards when empty; */
  min-height: 1px;
  /* Account for bad percentage rounding in ie7 */
}

@media screen and (min-width: 0em) {
  .carousel-column {
    width: 7.41667%;
    float: left;
  }
  .carousel-column+.carousel-column {
    margin-left: 1%;
  }
  .carousel-column.span-2 {
    width: 15.83333%;
  }
  .carousel-column.span-3 {
    width: 24.25%;
  }
  .carousel-column.span-4 {
    width: 32.66667%;
  }
  .carousel-column.span-5,
  .carousel-column.sidebar {
    width: 41.08333%;
  }
  .carousel-column.span-6 {
    width: 49.5%;
  }
  .carousel-column.span-7 {
    width: 57.91667%;
  }
  .carousel-column.span-8,
  .two-column .row .carousel-column.rsform-block,
  .two-column .mod-carousel ul .carousel-column.rsform-block,
  .mod-carousel .two-column ul .carousel-column.rsform-block {
    width: 66.33333%;
  }
  .carousel-column.span-9 {
    width: 74.75%;
  }
  .carousel-column.span-10 {
    width: 83.16667%;
  }
  .carousel-column.span-11,
  .carousel-column.content {
    width: 91.58333%;
  }
  .carousel-column.span-12 {
    width: 100%;
  }
}

.mod-carousel {
  position: relative;
}

.mod-carousel .item-wrapper {
  overflow: hidden;
}

.mod-carousel .item-wrapper h3 {
  margin-bottom: 0;
  margin-top: .3em;
}

.mod-carousel ul {
  position: relative;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 30em) {
  .mod-carousel ul {
    white-space: normal;
  }
}

.mod-carousel li+li {
  display: inline-block;
}

@media screen and (min-width: 30em) {
  .mod-carousel li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin: 0 !important;
    white-space: normal;
    vertical-align: top;
  }
  .lt-ie8 .mod-carousel li {
    display: inline;
  }
}

@media screen and (max-width: 30em) {
  .mod-carousel li {
    width: 100%;
  }
  .mod-carousel li+li {
    display: none;
  }
}

.mod-carousel img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 1em;
}

.lt-ie9 .mod-carousel p {
  margin-bottom: 2em;
}

.mod-carousel p:first-of-type {
  margin-bottom: 2.4em;
}

.mod-carousel a {
  position: absolute;
  text-transform: uppercase;
  color: #333;
  padding-left: 2em;
  bottom: 0;
  white-space: nowrap;
}

.mod-carousel a .icon-arrow_right {
  position: absolute;
  color: #1895d1;
  font-size: 1.2em;
  top: .05em;
  left: 0;
}

.mod-carousel .icon-arrow_left,
.mod-carousel .icon-arrow_right,
.mod-carousel .icon-arrow_right {
  position: absolute;
  font-size: 1.8em;
  left: -1.5em;
  bottom: 4.8em;
  top: auto;
}

.lt-ie9 .mod-carousel .icon-arrow_left,
.lt-ie9 .mod-carousel .icon-arrow_right,
.lt-ie9 .mod-carousel .icon-arrow_right {
  width: 16px;
  height: 16px;
}

.lt-ie8 .mod-carousel .icon-arrow_left.control,
.lt-ie8 .mod-carousel .control.icon-arrow_right,
.lt-ie8 .mod-carousel .icon-arrow_right.control {
  display: none;
}

.mod-carousel .icon-arrow_right {
  left: auto;
  right: -1.5em;
}

@media screen and (max-width: 50em) {
  .mod-carousel .icon-arrow_left.control,
  .mod-carousel .control.icon-arrow_right,
  .mod-carousel .icon-arrow_right.control {
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    position: relative;
    display: inline-block;
    width: 45%;
    margin: .5em 0;
    padding: 2%;
    font-size: 2em;
  }
  .mod-carousel .icon-arrow_right.control {
    text-align: right;
  }
  .mod-carousel .item-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 30em) {
  .mod-carousel .icon-arrow_left.control,
  .mod-carousel .control.icon-arrow_right,
  .mod-carousel .icon-arrow_right.control {
    display: none;
  }
}

.mod-carousel.gallery li {
  width: 18.1%;
  display: inline-block;
  height: 100%;
  padding-left: 0;
  overflow: hidden;
}

.lt-ie9 .mod-carousel.gallery li {
  width: 10.8% !important;
}

.lt-ie8 .mod-carousel.gallery li {
  display: inline;
}

.mod-carousel.gallery .img-holder {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: .9em;
  overflow: hidden;
  background-color: #ddd;
  background-size: cover !important;
  cursor: pointer;
}

.mod-carousel.gallery .img-holder a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 30em) {
  .mod-carousel.gallery ul {
    white-space: nowrap;
  }
  .mod-carousel.gallery li {
    width: 100%;
  }
  .mod-carousel.gallery .img-holder {
    width: 33%;
    padding-bottom: 33%;
    display: inline-block;
  }
}

@media screen and (min-width: 30em) {
  .mod-carousel.gallery li {
    width: 14.9%;
  }
}

@media screen and (min-width: 70em) {
  .mod-carousel.gallery li {
    width: 10.8%;
  }
}

.no-scroll .img-holder {
  display: inline-block;
  margin: 0 1%;
  float: left;
}

@media screen and (max-width: 30em) {
  .no-scroll .img-holder {
    width: 31.5% !important;
    padding-bottom: 31.5% !important;
    margin: 0 .8%;
  }
}

@media screen and (min-width: 30em) {
  .no-scroll .img-holder {
    width: 14.9% !important;
    padding-bottom: 14.9% !important;
    margin: 0 .8%;
  }
}

@media screen and (min-width: 70em) {
  .no-scroll .img-holder {
    width: 10.8% !important;
    padding-bottom: 10.8% !important;
    margin: 0 .8%;
  }
}

.gallery-stage {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gallery-stage-enabled .gallery-stage {
  max-height: 620px;
  opacity: 1;
}

.gallery-caption {
  font-family: "gills", Arial, sans-serif;
  position: absolute;
  z-index: 50;
  bottom: 1.1em;
  left: 0;
  padding: 1em;
  width: 100%;
  background-color: #1895d1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 300;
  font-size: .9em;
  opacity: .2;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.gallery-stage:hover .gallery-caption {
  opacity: 1;
}

.gallery-close {
  position: absolute;
  right: .2em;
  top: 1em;
  color: #fff;
  font-size: 3em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}

.gallery-close:hover {
  color: #f55;
}

.gallery-stage-enabled .gallery-close {
  display: block;
}

.mod-carousel__image {
  height: 8em;
  overflow: hidden;
}

.mod-carousel__image a {
  position: relative;
  padding: 0;
}

/* Gallery */

/* Category Blog
---------------------------------------------------------*/

.link-bar {
  margin-top: 2em;
}

.link-bar .readmore {
  background-color: #1895d1;
  padding: .4em .6em;
  color: #fff;
  font-family: "gills", Arial, sans-serif;
  font-size: .8em;
  font-weight: 300;
  text-transform: uppercase;
}

.link-bar a {
  float: left;
}

.link-bar .link-bar__social {
  float: right;
}

@media screen and (max-width: 30em) {
  .link-bar .link-bar__social {
    width: 100%;
    margin-top: 1em;
  }
}

.link-bar .fb-like span {
  max-width: 76px;
}

#CDSSCROLLINGRAVE.narrow {
  width: auto !important;
}

.TA_cdsscrollingravenarrow {
  margin-bottom: 1em;
}

/* Dotmailer 
---------------------------------------------------------*/

.dotmailer {
  position: relative;
  float: right;
  top: 0;
}

@media screen and (max-width: 62em) {
  .dotmailer {
    float: none !important;
    margin-bottom: 3.5em;
  }
}

.dotmailer h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  font-size: 1.3em;
  letter-spacing: 1px;
}

.dotmailer input {
  border: none;
  padding: .75em 1.2em;
  float: none !important;
  min-width: 150px;
}

.dotmailer input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222;
}

.dotmailer input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222;
}

.dotmailer input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222;
}

.dotmailer input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222;
}

.dotmailer input[type="submit"] {
  background-color: #03628f;
  padding: .75em 1.2em;
  min-width: 0;
}

.dotmailer__subtitle {
  font-size: .9em;
}

/* ShareThis
---------------------------------------------------------*/

.sharethis {
  margin: 2em 0;
}

.stButton .stLarge {
  width: 42px !important;
  height: 42px !important;
  background-image: url("../images/sprite--social.png") !important;
}

.st_email_large .stButton .stLarge,
.st_email_large .stButton .stLarge:hover {
  background-position: 0 0 !important;
}

.st_facebook_large .stButton .stLarge,
.st_facebook_large .stButton .stLarge:hover {
  background-position: -42px 0 !important;
}

.st_twitter_large .stButton .stLarge,
.st_twitter_large .stButton .stLarge:hover {
  background-position: -84px 0 !important;
}

.st_linkedin_large .stButton .stLarge,
.st_linkedin_large .stButton .stLarge:hover {
  background-position: -126px 0 !important;
}

.st_pinterest_large .stButton .stLarge,
.st_pinterest_large .stButton .stLarge:hover {
  background-position: -168px 0 !important;
}

.st_sharethis_large {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */

.newsletter-single-item {
  width: 27%;
  padding: 0 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.newsletter-single-item h4 {
  font-weight: bold;
  text-align: center;
}

/* CONTACT FORM CUSTOM STYLE */

.azure-custom-contact-form {
  max-width: 400px;
  box-sizing: border-box;
}

.azure-custom-contact-form .form-group {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

.azure-custom-contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.azure-custom-contact-form .form-control {
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #ddd;
}

.azure-custom-contact-form .select-control {
  display: block;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #ddd;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 5px 10px;
  font-family: "gills", Arial, sans-serif;
  font-size: .9em;
}

.azure-custom-contact-form .textarea-control {
  border: solid 1px #ddd;
  height: 150px;
  font-family: "gills", Arial, sans-serif;
  font-size: .9em;
}

.azure-custom-contact-form .privacy-checkbox {
  margin-bottom: 20px;
  text-align: left;
}

.azure-custom-contact-form .privacy-checkbox .custom-control-label {
  display: inline;
}

.azure-custom-contact-form .btn-submit {
  width: 100%;
  height: 40px;
}