/*
    COLORS
*/
/* 
    Strawberry
*/
/* 
    Inputs
*/
/*
    New identity colors
*/
/* 
    Fonts
*/
/*
    Link Text 
*/
/* 
    Backgrounds
*/
/* Buttons */
/* Search Buttons */
/* NCC Buttons */
/* 
    Other 
*/
/*
    Breakpoints
*/
/*
    Mixins
*/
/*
    Extended Classes
*/
.ncc-wrapper, .round-card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
    Easing animations
*/
.collapsable-mode {
  overflow: hidden;
}
.collapsable-mode__content {
  max-height: 0;
  overflow: hidden;
  transform: translateY(-100%);
  transition: all 400ms ease-in-out 0s;
}
.collapsable-mode--expand .collapsable-mode__content {
  max-height: 10000px;
  transform: translateY(0);
}

/* jquery ui tabs */
.ui-tabs {
  position: relative;
  zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 10px 0;
  background-color: transparent;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 25px 13px;
  background: none;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.round-card {
  box-shadow: 2px 2px 3px #a5a5a5;
  border-radius: 3px;
  margin: 0 3px 3px 0;
}

.round-card {
  background: #fff;
  border: 1px solid rgba(231, 231, 231, 0.5);
  padding: 12px;
}

/*
    Box Panel Style
*/
.box-panel {
  display: block;
  background: #f0f0f0;
  border: 8px solid #fff;
  border-radius: 2px;
  margin: 10px 0 30px 0;
  position: relative;
}
.box-panel .box-panel__head-color {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 8px;
  margin: -8px -8px 0;
  border-bottom: 8px solid #fff;
  height: 54px;
}
.box-panel.bonus-points {
  padding-top: 35px;
}
.box-panel__btn {
  display: inline-block;
  margin: 15px 10px 0 0;
}
.box-panel__btn__text {
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
}

.box-panel__head-outside {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  min-height: 40px;
  margin: 0 10px;
  background: #444;
  border-radius: 0 2px 2px 2px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  padding: 15px 15px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-panel__head-outside:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-right: 10px solid #bbb;
}
.box-panel__head-outside + *, .box-panel__head-outside + .box-panel__inner {
  padding-top: 35px;
}

.box-panel__inner {
  padding: 20px;
}
.box-panel__inner .beta-type-b {
  display: block;
  line-height: 24px;
  margin: 5px 0;
}

.box-panel__inner-color {
  background: #bbb;
}
.box-panel__inner-color [class*=type] {
  color: #fff;
}

.box-panel__inner-special {
  background: #bdd7d6;
}

.box-panel__inner-light {
  background: #f0f0f0;
}

/*----------------------------*/
/*
    Tab Panel Style
*/
.tab-panel {
  margin: 10px 0 30px 0;
  border-radius: 0 0 2px 2px;
}
.tab-panel__header {
  margin: 20px 10px;
}
.tab-panel__intro {
  margin: 10px 10px 40px 10px;
}
.tab-panel__wrapper {
  padding: 8px;
  background: #fff;
}
.tab-panel__inner {
  padding: 20px;
  background: #f0f0f0;
}
.tab-panel__text {
  margin: 10px 20px;
}

.tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs-nav__elem {
  width: 100%;
  margin: 1px 0 0 0;
}
.tabs-nav .js-tabs-nav-element {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #00394C;
  border-radius: 0;
  border: 0 none;
}
.tabs-nav .js-active-tab .js-tabs-nav-element {
  color: #00394C;
  background: #fff;
}

@media screen and (min-width: 481px) {
  .tabs-nav__elem {
    display: inline-block;
    width: auto;
    margin: 0 3px 0 0;
  }
  .tabs-nav .js-tabs-nav-element {
    width: auto;
    border-radius: 4px 4px 0 0;
  }
}
.ff-slide-show {
  overflow: hidden;
  position: relative;
}
.ff-slide-show .slide-show {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.ff-slide-show li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ff-slide-show img {
  display: block;
  width: 100%;
}
.ff-slide-show .arrow {
  position: absolute;
  top: 0;
  color: #000;
  text-decoration: none;
  width: 60px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.ff-slide-show .arrow:hover, .ff-slide-show .arrow:focus {
  background: rgba(0, 0, 0, 0.25);
}
.ff-slide-show.hide-arrows-outline .arrow:focus {
  outline: none;
}
.ff-slide-show .back {
  left: 0;
}
.ff-slide-show .forward {
  right: 0;
}
.ff-slide-show .nch-icon-arrow-narrow-left,
.ff-slide-show .nch-icon-arrow-narrow-right {
  color: #fff;
  font-size: 40px;
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ff-slide-show__video {
  cursor: pointer;
}
.ff-slide-show__video .nch-icon-play {
  content: "\e65e";
  font-family: "nch-icons";
  font-size: 64px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin: -32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-shadow: 0 0 15px #000;
  z-index: 1;
  cursor: pointer;
}

#aspnetForm {
  width: 100%;
}

body.iPad {
  width: 1024px;
} /*fixes explorer ipad overflowing*/
.full-width-message.maintenance-warning-message,
.checkout {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .checkout {
    padding: 0;
  }
}
@media all and (min-width: 1400px) and (max-width: 1740px) {
  .full-width-message.maintenance-warning-message {
    width: 1320px;
  }
}
@media all and (min-width: 1741px) {
  .full-width-message.maintenance-warning-message {
    width: 1655px;
  }
}
.ie8 .transformationContentWrapper {
  width: auto; /* due to a horisontal scrollbar appearing on transform page in ie8*/
}

.ie8 .contentWrapper {
  width: auto; /* due to a horisontal scrollbar appearing in ie8*/
}

.ie8 .contentWrapper.ncc-wrapper {
  width: 940px; /* due to a horisontal scrollbar appearing in ie8*/
}

.contentWrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.t-grid {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
  empty-cells: hide;
}

.t-row {
  display: table-row;
}

/* should affect only om hotellt pages*/
.t-row .tColumn .t-row > .tColumn {
  padding-top: 20px;
}

.tColumn {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.column-special {
  display: table-cell;
  vertical-align: top;
}

.box {
  padding: 0 1em;
  position: relative;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.6667%;
}

.col-10 {
  width: 83.3333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.6667%;
}

.col-7 {
  width: 58.3333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6667%;
}

.col-4 {
  width: 33%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6667%;
}

.col-1 {
  width: 8.3333%;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

/* fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.imageslide {
  height: 343px;
  width: 614px;
  position: relative;
}

.large .imageslide {
  height: 342px;
  width: 613px;
}

.imageslide img {
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}

.slideWrap .arrow,
.slider-wrapper .arrow {
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 10;
  background-image: url("../../Images/sliderArrows.png");
  cursor: pointer;
  cursor: hand;
}

#sliderWrap {
  width: 602px;
}

.slideWrap .arrow.back {
  left: 0;
  background-position: 0 0;
}

.slideWrap .arrow.forward,
.slider-wrapper .arrow.forward {
  right: 0;
  background-position: -48px 0;
}

.slider-wrapper .arrow.forward:hover,
.slideWrap .arrow.forward:hover {
  background-position: -48px -48px;
}

.slider-wrapper .arrow.back:hover,
.slideWrap .arrow.back:hover {
  background-position: 0 -48px;
}

.hotel #sliderWrap .arrow.forward {
  right: 0px;
}

.hotel #sliderWrap .arrow.back {
  left: 0px;
}

.hotel .roomSlider #sliderWrap {
  width: 611px;
  height: 340px;
}

.hotel #sliderWrap {
  /* width: 728px; */
  width: 620px;
  height: 346px;
  position: relative;
}

.hotel #hotelSlideWrapper #sliderWrap {
  /* width: 728px; */
  width: 655px;
  height: 346px;
  position: relative;
}

.hotel #sliderWrap .imageslide img {
  /*width: 100%;*/
}

.hotel .imageslide {
  /* width: 728px; */
  width: 620px;
  height: 346px;
}

.hotel #hotelSlideWrapper .imageslide {
  /* width: 728px; */
  width: 655px;
  height: 346px;
}

/*room slider */
.hotel .roomSlider .imageslide,
.hotel .roomSlider .slider {
  width: 610px;
  height: 340px;
}

.hotel .slider {
  /* width: 728px; */
  width: 620px;
  height: 346px;
}

.hotel #hotelSlideWrapper .slider {
  overflow: visible;
}

.hotel #hotelSlideWrapper .slider ul {
  margin-bottom: 0px;
}

.hotel #hotelSlideWrapper .sliders-wrapper,
.hotel #hotelSlideWrapper .slider {
  /* width: 728px; */
  width: 655px;
  height: 365px;
}

.hotel #hotelSlideWrapper .sliders-wrapper {
  overflow: hidden;
}

.hotel .slideWrap .arrow {
  top: 170px;
}

#promoBox .slideWrap .arrow.forward,
.hotel .slideWrap .arrow.forward {
  right: 16px;
}

#promoBox .slideWrap .arrow.back,
.hotel .slideWrap .arrow.back {
  left: 16px;
}

.hotel #hotelSlideWrapper .slideWrap .arrow.forward,
.slider-wrapper .arrow.forward {
  right: 0px;
}

.hotel #hotelSlideWrapper .slideWrap .arrow.back {
  left: 0;
}

.large .slider {
  width: 613px;
  height: 342px;
}

.slider {
  background: transparent;
  /*color: #fff;*/
  position: relative;
  width: 614px;
  height: 343px;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.slider div.overlay { /* Text on top of images */
  background-color: rgba(0, 0, 0, 0.8);
  float: none;
  margin: 240px 0 auto;
  width: 650px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  left: 0px;
  margin-top: 0;
  position: absolute;
  top: 240px;
  /*
     background-color: #000000;
     float: none;
     margin: 240px 0 auto;
     opacity: 0.8;
     padding: 10px;
     width: 580px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
}

#hotelSlideWrapper div.overlay {
  left: 16px;
  margin-top: 0;
  position: absolute;
  top: 270px;
}

#hotelSlideWrapper .slider div.overlay {
  width: 590px;
}

#nccSlider .slides p {
  font-size: 12px;
}

#nccSlider .slides div.overlay {
  left: 35px;
  margin-top: 0;
  position: absolute;
  top: 260px;
  width: 545px;
}

.slider div.overlay div {
  height: 60px;
  float: left;
  display: inline;
  width: 33%;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.slider div.overlay div:last-child {
  border-right: none;
}

.slider div.overlay div p, .slider div.overlay div h4 {
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
}

.slider div.overlay div a.button {
  margin-top: 5px !important;
  line-height: 1.5em;
}

.slider ul {
  list-style-type: none;
  margin-bottom: 16px;
  padding: 0px;
}

.slider ul li {
  margin-left: 0;
  list-style: none;
  text-align: center;
  background-color: #363636 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.slider ul li img {
  display: block;
}

/* Slider menu */
/*.slideMenu needs to be wrapped twice
to allow room for the 'current' background
*/
/*
Wrap the ul in a div
width class .slideMenu
*/
.slideMenu {
  display: inline-block;
  width: 100%;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  overflow: visible;
  height: 54px;
}

.slideMenu ul {
  margin: 0px 0px 0px 10px;
  position: relative;
  bottom: -11px;
  padding-left: 12px;
}

.slideMenu ul li {
  list-style: none;
  float: left;
  display: inline-block;
  padding: 10px 14px 20px 0;
  margin: 0px 0px 0px 0px !important;
  position: relative;
  z-index: 2;
  max-width: 165px;
  top: -2px;
  cursor: pointer;
}

.slideMenu ul li.current {
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 21px;
  background-color: #232323;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding-right: 0;
  top: 3px;
  cursor: text;
}

#nccSliderWrapper .slideMenu ul li.current {
  top: -5px;
}

.slideMenu ul li .fold {
  display: none;
}

.slideMenu ul li.current .fold {
  display: block;
}

.slideMenu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 9px 24px;
  outline: none;
  white-space: nowrap;
  display: inline-block;
  max-width: 147px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slideMenu ul li.current a {
  height: 24px;
}

/* If theres captions then slidemenu
needs to float up over the captions
*/
.inBetween {
  margin-top: -200px;
  z-index: 1000;
  float: left;
}

#transformSlideShowContainer .imageslide {
  width: 620px;
  height: 346px;
}

#hotelSlider {
  width: 655px;
  height: 365px;
}

#hotelSlider .imageslide {
  width: 620px;
  height: 346px;
}

#hotelSlideWrapper #hotelSlider {
  width: 655px;
  height: 365px;
}

#hotelSlideWrapper #hotelSlider .imageslide {
  width: 655px;
  height: 365px;
}

#campaignSliderWrapper .thumbnails {
  position: absolute;
  bottom: 12px;
  right: 25px;
  text-align: right;
  margin: 0;
  padding: 0;
}

#campaignSliderWrapper .thumbnails li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  padding: 0;
  overflow: hidden;
}

#campaignSliderWrapper .thumbnails li a {
  display: block;
  line-height: 11px;
  width: 11px;
  height: 11px;
  text-decoration: none;
  padding-top: 30px;
  background: url("../../images/slideshow-dots.png") no-repeat top left;
}

#hotelSlider .video-slide {
  width: 655px;
  margin-top: 8px;
}

#articleSlider .video-slide {
  width: 620px;
  margin-top: 0px;
}

.ncc-mainpage .slider-wrapper .video-slide {
  float: none;
  margin-top: 0px;
  width: 623px;
}

#campaignSliderWrapper .thumbnails li.active a {
  background-position: 0 -15px;
}

/* Silder with video icon */
.slider .video {
  position: relative;
}

.slider .nch-icon-play {
  display: inline-block;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 120px;
  left: 50%;
  margin: 0 -45px;
  cursor: pointer;
  font-size: 96px;
  text-shadow: 0 0 15px #aaa;
}

.contentWrapper > article,
.contentWrapper .no-print > article {
  margin-top: 20px;
  /*float:left; broke NCC right column*/
  padding-bottom: 120px;
  width: 100%;
}

.contentWrapper .ncc-mainpage {
  min-width: 940px;
}

.contentWrapper > article > header,
.contentWrapper .no-print > article > heade .contentWrapper > article.ncc-subpage header {
  width: 100%;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.contentWrapper.ncc-wrapper > article > header {
  padding: 20px 0;
}

.contentWrapper > article > header h1,
.contentWrapper .no-print > article > header h1,
.contentWrapper > article.ncc-subpage header h1 {
  color: #3b3b3b;
  line-height: 1em;
  border-bottom: 1px solid #666666;
  margin-bottom: 16px;
  margin-top: 6px;
  padding-bottom: 8px;
  font-size: 38px;
  font-weight: bold;
}

.contentWrapper > article > header h2,
.contentWrapper .no-print > article > header h2,
.contentWrapper > article.ncc-subpage header h2 {
  text-transform: uppercase;
  border-bottom: 1px solid #d3d3d3;
  color: #148379;
  padding-bottom: 4px;
  font-size: 11px;
  margin-bottom: 18px;
}

.contentWrapper > article > header h3,
.contentWrapper .no-print > article > header h3 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  width: 620px;
  line-height: 1em;
  margin-bottom: 5px;
}

.contentWrapper > article > header .intro {
  font-size: 12px;
  line-height: 2em;
  color: #2d2d2d;
  width: 620px;
  margin-bottom: 0;
  min-height: 3em;
}

.contentWrapper > article.ncc-subpage header .intro,
.contentWrapper > article.ncc-subpage h3 {
  min-height: 3em;
}

.contentWrapper > article.ncc-subpage header .intro,
.contentWrapper > article.ncc-subpage h3,
.company-corporate-page .intro {
  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d;
  width: 620px;
  margin-bottom: 0;
}

.contentWrapper > article.confirmation {
  width: 66%;
}

.contentWrapper > article.confirmation p {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}

.contentWrapper > article.confirmation header {
  padding-bottom: 10px;
}

.contentWrapper > article .main-column {
  margin-right: -5px;
  width: 625px;
  float: right;
}

.contentWrapper.ncc-wrapper > article {
  padding-bottom: 0;
}

.contentWrapper.ncc-wrapper > article > header {
  padding: 20px 0;
}

.contentWrapper > article.ncc-subpage header .intro,
.contentWrapper > article.ncc-subpage h3 {
  min-height: 3em;
  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d;
  width: 620px;
  margin-bottom: 0;
  max-width: 100%;
}

.contentWrapper > article.ncc-subpage .main-column {
  float: left;
  width: 610px;
  padding: 0;
  margin: 0;
}

.contentWrapper > article.ncc-subpage header h1 {
  border-top: 1px solid #d3d3d3;
  padding-top: 15px;
}

.contentWrapper > article.ncc-subpage header h2 + h1 {
  padding-top: 0;
  border-top: 0 none;
}

.contentWrapper > article.ncc-subpage header h2 {
  color: #282828;
  line-height: 1;
}

.contentWrapper > article.ncc-mainpage header h1 {
  margin: 0;
  padding: 10px 0 7px;
  font-size: 32px;
  border: 0 none;
}

.js-contentWrapper .printversion {
  display: none;
}

.outer-wrapper {
  margin: 0 auto;
  max-width: 1960px;
  padding-bottom: 77px;
}

.ncc-wrapper {
  width: 980px;
  min-width: 320px;
  max-width: 980px;
  padding: 60px 20px 150px;
  background-color: #F9F9F9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.ncc-wrapper a {
  font-size: 14px;
}
.ncc-wrapper p {
  font-size: 14px;
}
.ncc-wrapper .btn-ncc {
  font-size: 18px;
}
.ncc-wrapper .btn--small {
  font-size: 14px;
}

.ncc-subpage .formatted,
.company-corporate-page .formatted {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.ncc-subpage .formatted img,
.company-corporate-page .formatted img {
  height: auto;
  max-width: 100%;
}

.ncc-subpage > aside {
  float: right;
  width: 305px;
  padding-top: 34px;
  padding-right: 0;
}

.ncc-subpage > aside figure {
  margin-top: 30px;
}

/* box with shadow and  navy top */
.ncc-color .custom-color {
  background-color: #0A1F62;
}

/* tabs */
.ncc-color .ui-tabs-nav .ui-state-default {
  margin: 0 10px;
  padding: 0;
}

.ncc-color .ui-tabs-nav .ui-tabs-active {
  min-height: 40px;
  margin: -22px 10px 0 10px;
  background: #444;
  border-radius: 0 2px 2px 2px;
  padding: 15px 15px 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ncc-color .ui-tabs-nav .ui-tabs-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-right: 10px solid #bbb;
}

.ncc-color .ui-tabs-anchor {
  color: #fff;
}

/*------*/
.ncc-color .formatted {
  color: #000;
}

a.btn + .side-block {
  margin-top: 35px;
}

.side-block + .side-block {
  padding-top: 23px;
  border-top: 1px solid #b2b2b2;
}

.side-block h1 {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #2f282b;
  margin-bottom: 10px;
  font-weight: 700;
}

.ncc-subpage .side-block h1 {
  font-weight: 700;
}

.ncc-wrapper .button.big span strong {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: 700;
}

.side-block footer {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #b2b2b2;
}

.side-block p {
  line-height: 20px;
  color: #676767;
  font-size: 12px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.ncc-mainpage .welcome {
  width: 301px;
  float: left;
  height: 394px;
}

.ncc-mainpage .welcome p {
  font-size: 14px;
  line-height: 20px;
}

.ncc-mainpage .slider {
  float: right;
}

.ncc-mainpage .slider-wrapper {
  margin-bottom: 20px;
  position: relative;
  border-radius: 0 0 3px 3px;
  background-color: #0A1F62;
  color: #FFFFFF;
  float: right;
  width: 624px;
  display: block;
}

.ncc-mainpage .slider-wrapper .slider,
.ncc-mainpage .slider-wrapper .slider .imageslide {
  height: 349px;
  width: 624px;
}

.ncc-mainpage .slider-wrapper .slider div.overlay div a.button {
  background: none repeat scroll 0 0 #0A1F62;
  border: none;
  color: #FFFFFF;
}

#nccSliderWrapper .slideMenu {
  height: 38px;
}

#nccSliderWrapper .slideMenu ul li.current {
  height: 25px;
}

#nccSliderWrapper .slideMenu ul li {
  padding-top: 4px;
}

#nccSlider {
  height: 349px;
}

.ncc-mainpage .shortcuts {
  clear: both;
  padding-top: 50px;
}

.ncc-mainpage .shortcuts article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-left: 15px;
  min-height: 115px;
}

.ncc-mainpage .shortcuts article:first-child {
  margin-left: 0;
}

.ncc-mainpage .shortcuts article + article {
  border-top: 0 none;
  padding-top: 0;
}

.ncc-mainpage .shortcuts article {
  border-bottom: 1px solid #b2b2b2;
}

.ncc-mainpage .shortcuts article footer {
  padding: 10px 0;
}

.ncc-wrapper .button.big {
  width: 190px;
}

.ncc-wrapper .side-block img {
  max-width: 100%;
}

/*
    No Tab element
*/
.ncc-mainpage .welcome .notab {
  border-bottom: 1px solid #282828;
  background-image: none;
  height: auto;
  padding-left: 0;
  display: block;
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*
    Top Menu on NCC Section
*/
.top-page-nav {
  position: relative;
}

.ncc-wrapper .top-page-nav {
  width: 980px;
  margin: 0 -20px;
}

.top-page-nav .top-page-nav__ul {
  white-space: nowrap;
}

.top-page-nav > ul {
  background-color: #0a1f62;
  color: #fff;
  font-size: 12px;
}

.top-page-nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.top-page-nav ul ul {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  display: block;
  height: 0px;
  overflow: hidden;
  z-index: 1000;
}

.top-page-nav li {
  display: inline-block;
  /*line-height:30px;error in IE7*/
  padding: 10px 0 10px 10px;
  margin-left: 0;
}

.top-page-nav li a {
  display: block;
  line-height: 30px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 12px;
}

.top-page-nav > ul > li > a {
  color: #fff;
}

.top-page-nav ul ul li a {
  font-weight: 700;
  color: #4c4c4c;
}

.top-page-nav ul li.active > a,
.top-page-nav ul li:hover > a,
.top-page-nav ul li > a:focus {
  background-color: #353535;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

.top-page-nav > ul > li.active > a,
.top-page-nav > ul > li:hover > a,
.top-page-nav > ul > li > a:focus {
  background-color: #fff;
  color: #353535;
}

.top-page-nav > ul > li > a:focus {
  outline: none;
}

/* NCC responsive approach */
@media only screen and (max-width: 1023px) {
  #nccSlider {
    height: auto;
  }
  #nccSlider .slides div.overlay {
    position: static;
    width: auto;
    padding: 0 0 20px;
    border-radius: 0;
  }
  #nccSlider .slides div.overlay div {
    float: none;
    display: block;
    width: auto;
    height: auto;
    border-right: none;
  }
  .ncc-wrapper {
    width: auto;
    box-shadow: none;
    min-width: 280px;
  }
  .ncc-wrapper .slider-wrapper {
    border-radius: 0;
  }
  .ncc-wrapper .slider-wrapper .slider {
    width: auto;
    height: auto;
    float: none;
  }
  .ncc-wrapper .slider-wrapper .slider .imageslide {
    width: auto;
    height: auto;
  }
  .ncc-wrapper .top-page-nav {
    width: auto;
  }
  .ncc-wrapper .top-page-nav > ul > .active > a {
    font-weight: bold;
  }
  .ncc-wrapper .top-page-nav > ul > .active a {
    background: #fff;
    color: #444;
  }
  .ncc-wrapper .top-page-nav ul {
    white-space: normal;
  }
  .ncc-wrapper .top-page-nav ul > li {
    display: block;
    padding: 0;
  }
  .ncc-wrapper .top-page-nav ul ul {
    display: none;
    position: static;
    height: auto !important;
    padding-left: 0 !important;
  }
  .ncc-wrapper .top-page-nav ul ul > li {
    padding: 0;
  }
  .ncc-wrapper .top-page-nav ul .active ul {
    display: block;
  }
  .ncc-wrapper .top-page-nav ul .active ul a {
    padding-left: 40px;
  }
  .ncc-wrapper .ncc-mainpage {
    min-width: 0;
  }
  .ncc-wrapper .ncc-mainpage .welcome {
    width: auto;
    float: none;
    height: auto;
    margin-bottom: 20px;
  }
  .ncc-wrapper .ncc-mainpage .slider-wrapper {
    width: 100%;
    float: none;
  }
  .ncc-wrapper .ncc-mainpage .shortcuts article {
    width: auto;
    display: block;
    min-height: 0;
    margin: 0 0 40px;
  }
  .ncc-wrapper .ncc-mainpage .shortcuts article img {
    height: auto !important;
  }
  .ncc-wrapper .ncc-mainpage .shortcuts article p {
    height: auto !important;
  }
  .contentWrapper > article.ncc-subpage .main-column {
    width: auto;
    float: none;
  }
  .ncc-subpage > aside {
    width: auto;
    float: none;
  }
  .top-page-nav ul li.active > a, .top-page-nav ul li:hover > a, .top-page-nav ul li > a:focus {
    border-radius: 0;
  }
  .top-page-nav > ul > li.active > a, .top-page-nav > ul > li:hover > a, .top-page-nav > ul > li > a:focus {
    background: none;
    color: #fff;
  }
  .top-page-nav ul ul {
    background: none;
    color: #fff;
  }
  .top-page-nav ul ul li a {
    color: #fff;
    text-transform: none;
    font-weight: normal;
  }
  .top-page-nav li a {
    padding: 2px 20px 0;
  }
  .top-page-nav li .active a {
    position: relative;
    font-weight: normal;
  }
  .top-page-nav li .active a:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAgNTEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCA1MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGw9IiMyNTI1MjUiIGQ9Ik05Mi4zLDQ4LjljMS41LDEuNCw0LDEuNCw1LjYsMGMxLjUtMS40LDEuNS0zLjcsMC01LjJMNTIuOCwyLjFjLTEuNS0xLjQtNC0xLjQtNS42LDBMMi4yLDQzLjgKCWMtMS41LDEuNC0xLjUsMy43LDAsNS4yYzEuNSwxLjQsNCwxLjQsNS42LDBsNDIuMy0zOEw5Mi4zLDQ4LjkiLz4KPC9zdmc+Cg==) no-repeat;
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    left: 27px;
    top: 12px;
  }
}
a .item {
  text-decoration: none;
}

.item {
  padding: 6px 6px 0px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #efefef;
  color: white;
  position: relative;
  -moz-box-shadow: 1px 1px 3px #888;
  -webkit-box-shadow: 1px 1px 3px #888;
  box-shadow: 1px 1px 3px #888;
}

.item:hover {
  background-color: #fff;
}

.item a,
.item a:hover,
.item a p,
.item a:hover p {
  text-decoration: none;
}

.item h4 {
  color: #4c4c4c;
  padding-bottom: 10px;
  text-transform: uppercase;
  height: 15px;
  overflow: hidden;
}

.fold {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.fold.top {
  top: -10px;
  left: 12px;
  padding-left: 10px;
  background: url(../../Images/fold-top.png) no-repeat left top;
}

.fold.bottom {
  bottom: 1px;
  right: -10px;
  background: url(../../Images/fold-bottom.png) no-repeat left top;
  height: 10px;
  width: 10px;
}

.item .fold.right {
  top: 12px;
  padding-top: 10px;
  background: url(../../Images/fold-right.png) no-repeat right top;
  right: -10px;
  position: absolute;
  cursor: pointer;
}

.item .fold.right.selected {
  right: -11px;
  top: 78px;
}

.large .fold.right {
  right: -10px;
}

.item .img-container {
  /*position: relative;
  overflow: hidden;*/
  width: 282px;
  height: 157px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 14px;
  background-size: 100%;
  text-align: center;
}

.item .img-container p {
  font-weight: bold;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #efefef;
  color: #4c4c4c;
  margin: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 6px 6px 4px 4px;
  font-size: 87.5%;
}

.item:hover .img-container p {
  background-color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.item .img-container p {
  text-decoration: none;
  font-weight: normal;
}

.item .img-container p span {
  color: #4c4c4c;
}

.item .slideshow img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}

.item .more-info {
  background-image: url("../../Images/merRoomInfo.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 24px;
  font-weight: bold;
}

.feature.item {
  background-color: transparent;
  color: #333;
}

.feature.item:hover {
  background-color: #2e2e2e;
  color: white;
}

.feature.item .label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 12px;
}

.item .img-container {
  background: #363636;
}

.all-hotels-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-hotels-list__title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.all-hotels-list__hotel {
  font-size: 16px;
  margin-bottom: 10px;
}

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