/* Paths */
/********************************************************/
/* Paths END*/
/* Variables */
/********************************************************/
/********
MIXINS
********/
/****Mixin for Box Sizing****/
/****Mixin for Inline Block****/
/****Mixin for Text Shadow****/
/****Mixin for Animation****/
/****Mixin for Opacity****/
/****Mixin for Border Radius****/
/****Mixin for Box Shadow****/
/****Mixin fo Gradient****/
/****Mixin for Transition****/
/****Mixin for Transform****/
/****Mixin for Rounded Button****/
/*Common CSS*/
.tabContentContainer {
  min-height: 400px;
  padding: 20px;
  background: url("../../../contracts/default/images/tab-light-bg-2.png") center top no-repeat; }

.contentWrapper {
  margin: 0 auto;
  width: 960px; }
  .contentWrapper .faqList {
    padding-top: 15px; }

/*EOF*/
/*Add/Edit Vacation Details Popup*/
#vacationPopup {
  width: 350px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  #vacationPopup h3 {
    font-family: "open_sans_condensedbold";
    font-size: 21px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #vacationPopup form {
    margin: 0;
    padding: 0; }
    #vacationPopup form .selRes {
      font-family: "arialbold";
      font-size: 13px;
      color: #383838;
      text-transform: uppercase; }
    #vacationPopup form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopup form p {
      margin: 5px 0;
      float: left; }
    #vacationPopup form label {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #383838;
      text-align: right;
      width: 80px;
      margin-right: 10px;
      display: inline-block; }
    #vacationPopup form input[type="text"] {
      border-radius: 3px;
      margin-right: 10px;
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25); }
    #vacationPopup form .vacationbutton {
      color: #FFF;
      font-family: "open_sans_condensedbold";
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 3px 0px;
      width: 100px;
      border-radius: 5px;
      margin: 8px auto 0 auto;
      cursor: pointer;
      display: block;
      text-align: center;
      background-color: #6e8401;
      background-image: -moz-linear-gradient(top, #90a623, #6e8401);
      background-image: -ms-linear-gradient(top, #90a623, #6e8401);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90a623), to(#6e8401));
      background-image: -webkit-linear-gradient(top, #90a623, #6e8401);
      background-image: -o-linear-gradient(top, #90a623, #6e8401);
      background-image: linear-gradient(top, #90a623, #6e8401);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF90A623', endColorstr='#FF6E8401');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF90A623', endColorstr='#FF6E8401')";*/ }
    #vacationPopup form .sf {
      width: 150px; }
    #vacationPopup form .callIcon {
      margin-top: 0px;
      cursor: pointer; }
  #vacationPopup .frame {
    background: #dfdfdf;
    margin-bottom: 5px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  #vacationPopup .height55 {
    height: 55px; }

/*EOF*/
.cartAvailableItems {
  display: none;
  width: 570px;
  background: #fff;
  position: absolute;
  z-index: 999;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 160px;
  margin-top: 13px; }
  .cartAvailableItems .pointer {
    position: absolute;
    left: 370px;
    top: -22px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .cartAvailableItems .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
  .cartAvailableItems .loading {
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%; }
    .cartAvailableItems .loading img {
      margin-top: 85px; }
  .cartAvailableItems .cartItems {
    margin: 10px 12px 20px 25px;
    /*height: 184px;
    overflow: auto;*/ }
    .cartAvailableItems .cartItems .itemList {
      border-bottom: 1px dotted #8f8a8a;
      padding: 10px 0; }
      .cartAvailableItems .cartItems .itemList .itemPic {
        width: 70px;
        height: 70px;
        float: left; }
      .cartAvailableItems .cartItems .itemList .itemDesc {
        float: left;
        width: 230px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-align: left;
        text-transform: capitalize;
        line-height: 17px;
        margin-left: 10px; }
        .cartAvailableItems .cartItems .itemList .itemDesc .heading {
          font-family: "open_sans_condensedbold";
          font-size: 16px;
          color: #453c2d; }
        .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime {
          color: #383838; }
          .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime span {
            color: #797266; }
      .cartAvailableItems .cartItems .itemList .itemCost {
        float: left;
        width: 130px;
        height: 60px;
        margin-bottom: -10px;
        font-family: "open_sans_condensedbold";
        font-size: 16px;
        color: #453c2d;
        text-align: center;
        padding: 10px 0;
        background-color: #f7f7f7;
        background-image: -moz-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -ms-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f7f7f7));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -o-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: linear-gradient(top, #fdfdfd, #f7f7f7);
        background-repeat: repeat-x;
        /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7');
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7')";*/ }
        .cartAvailableItems .cartItems .itemList .itemCost .price {
          font-family: Arial, sans-serif;
          font-size: 18px;
          color: #809a00; }
      .cartAvailableItems .cartItems .itemList .itemAction {
        float: left;
        width: 75px;
        margin-left: 18px; }

/* Notify :: Error :: Messages */
.notify {
  	/*background: none repeat scroll 0 0 #FFECEC;
      border: 1px solid #FF0000;
      color: #FF0000;*/
  line-height: 14px;
  margin-top: 6px;
  text-align: center; }

/* EOF */
/*****Modal Over & Modal Window*****/
#modalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  background: url("../../../contracts/default/images/modal-bg.png") 0 0 repeat;
  opacity: 1.00;
  filter: alpha(opacity=1);
  z-index: 99998; }
  #modalOverlay #modalWindow {
    /*position: relative !important;*/
    top: 50%;
    left: 50%;
    /*margin-top:auto !important; */
    margin: 25px auto 0 auto;
    padding: 0;
    z-index: 99999; }
    #modalOverlay #modalWindow a#modalClose {
      background: url("../../../contracts/default/images/popupClose.png") 0 0 no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      top: -30px;
      right: -24px;
      display: block;
      z-index: 1000000;
      cursor: pointer; }

.noscroll {
  overflow: hidden;
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: none; }

/*****EOF*****/
/*Validation Error CSS*/
input.invalid, select.invalid {
  border: 1px solid #f00 !important; }

em.invalid {
  color: #FF0000;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block; }

/*EOF*/
.addVacationSubmit {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/*.priceBox, .priceDetails{ // Event Total Price hidding  css
	display:none;
}*/
.deleteCartItem {
  padding-top: 20px; }

.cartAvailableItems .cartItems {
  display: block !important; }

.greenTextExt {
  color: #B98046;
  font-size: 13px;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 5px 0; }

/* Paths */
/********************************************************/
/* Paths END*/
/* Variables */
/********************************************************/
/********
MIXINS
********/
/****Mixin for Box Sizing****/
/****Mixin for Inline Block****/
/****Mixin for Text Shadow****/
/****Mixin for Animation****/
/****Mixin for Opacity****/
/****Mixin for Border Radius****/
/****Mixin for Box Shadow****/
/****Mixin fo Gradient****/
/****Mixin for Transition****/
/****Mixin for Transform****/
/****Mixin for Rounded Button****/
.sprite-tabs {
  background: url("../../../contracts/default/images/sprite-tabs.png") no-repeat scroll 0 0;
  display: inline-block;
  vertical-align: top; }

/*Grid/List View Buttons*/
#viewButtons {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 3px;
  display: inline-block;
  padding: 2px;
  vertical-align: top;
  float: right;
  margin-top: -20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
  #viewButtons li {
    color: #979797;
    cursor: pointer;
    font-family: "open_sans_condensedbold";
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin: 0 0 1px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 91px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    #viewButtons li span.icon {
      display: inline-block;
      height: 25px;
      margin: 1px 3px 0 0;
      vertical-align: top;
      width: 25px; }
    #viewButtons li.grid span.icon {
      background-position: -482px -178px; }
    #viewButtons li.list span.icon {
      background-position: -507px -178px; }
    #viewButtons li:hover, #viewButtons li.active {
      background: none repeat scroll 0 0 #545454;
      color: #FFFFFF;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) inset;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) inset;
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #viewButtons li.grid:hover span.icon, #viewButtons li.active.grid span.icon {
      background-position: -482px -153px; }
    #viewButtons li.list:hover span.icon, #viewButtons li.active.list span.icon {
      background-position: -507px -153px; }

/*View Type*/
#viewType {
  /*  margin: 40px auto 20px auto;*/
  margin: 15px auto 20px auto;
  width: 960px;
  float: left; }

/*View Type :: Grid*/
#viewType.grid li {
  display: inline-block;
  vertical-align: top; }

#viewType.grid li .topLine {
  display: none; }

#viewType.grid li .miniSlider {
  background-position: -168px 0;
  height: 198px;
  margin: 0 0 10px;
  padding: 12px 0 0 11px;
  position: relative;
  width: 299px; }

#viewType.grid li .miniSlider .eventinCartMessage {
  width: 284px; }

#viewType.list li .miniSlider .eventinCartMessage {
  width: 196px; }

.eventinCartMessage {
  font-family: "open_sans_condensedbold";
  font-size: 11px;
  background: #809a00;
  padding: 0;
  color: #FFF;
  text-align: center;
  position: absolute;
  z-index: 1;
  display: none; }

#viewType.grid li .miniSlider.rooms {
  background-position: -168px 0px;
  height: 198px; }

#viewType.grid li .miniSlider.rooms .miniResortSlides {
  height: 179px; }

#viewType.grid li .miniSlider .minisSliderImg {
  display: block;
  height: 180px;
  overflow: hidden;
  position: relative;
  width: 284px; }

#viewType.grid li .accSection {
  height: 425px;
  margin: 0 3px 30px 4px;
  position: relative;
  width: 310px; }

#viewType.grid li .accSection .accInfo {
  margin: 0 0 0 10px; }

#viewType.grid li .accSection .accInfo h3 {
  font-family: "open_sans_condensedbold";
  color: #453C2D;
  font-size: 16px;
  line-height: 18px;
  margin: -8px 0 0;
  width: 270px;
  height: 20px;
  overflow: hidden; }

#viewType.grid li .accSection .accInfo .con {
  height: 100px; }

#viewType.grid li .accSection .accInfo p {
  color: #797266;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
  max-height: 70px;
  overflow: hidden;
  font-family: Arial, sans-serif; }

#viewType.grid li .accSection .accInfo a.more {
  font-family: "open_sans_condensedbold";
  color: #453c2d;
  font-weight: normal;
  padding-left: 25px;
  height: 15px;
  margin-top: 5px;
  font-size: 14px;
  background: url("../../../contracts/default/images/more.png") left no-repeat;
  float: left; }

#viewType.grid li .accSection .accPricing {
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  height: 50px;
  margin: 0 0 0 10px;
  width: 290px; }

#viewType.grid li .accSection .accPricing .fromPricing {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: top;
  width: 195px; }

#viewType.grid li .accSection .accPricing .fromPricing .now-price {
  color: #453C2D;
  font: bold 12px/12px Arial, sans-serif;
  margin: 0;
  padding-top: 6px; }

#viewType.grid li .accSection .accPricing .fromPricing .now-price span {
  vertical-align: middle;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase; }

#viewType.grid li .accSection .accPricing .fromPricing .now-price strong {
  color: #809A00;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 28px;
  vertical-align: middle;
  font-family: arial; }

#viewType.grid li .accSection .accPricing .viewDetails {
  background-color: #696969;
  background-image: -moz-linear-gradient(top, #8c8c8c, #696969);
  background-image: -ms-linear-gradient(top, #8c8c8c, #696969);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8c8c8c), to(#696969));
  background-image: -webkit-linear-gradient(top, #8c8c8c, #696969);
  background-image: -o-linear-gradient(top, #8c8c8c, #696969);
  background-image: linear-gradient(top, #8c8c8c, #696969);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8C8C8C', endColorstr='#FF696969');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8C8C8C', endColorstr='#FF696969')";*/
  background-image: -moz-linear-gradient(center top, #8C8C8C, #696969);
  background-repeat: repeat-x;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: inline-block;
  font-family: "open_sans_condensedbold";
  font-size: 12px;
  font-weight: normal !important;
  line-height: 13px;
  margin: 7px 0 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  width: 70px;
  cursor: pointer; }

#viewType.grid li .accSection .accPricing .viewDetails:hover {
  background-color: #8C8C8C;
  background-image: -moz-linear-gradient(center top, #696969, #8C8C8C);
  background-repeat: repeat-x;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

#viewType.grid li .accSection .accFeatures {
  display: none; }

/*View Type :: List*/
#viewType.list li .topLine {
  background: none repeat scroll 0 0 #DBDBDB;
  height: 1px;
  left: 230px;
  position: absolute;
  top: 7px;
  width: 715px; }

#viewType.list li .miniSlider {
  background-position: -479px 0;
  display: inline-block;
  height: 140px;
  padding: 12px 0 0 11px;
  position: relative;
  vertical-align: top;
  width: 212px; }

#viewType.list li .miniSlider .minisSliderImg {
  display: block;
  height: 124px;
  overflow: hidden;
  position: relative;
  width: 196px; }

#viewType.list li .accSection {
  margin: 0 15px 30px 5px;
  position: relative;
  width: 975px; }

#viewType.list li .accSection .accInfo {
  display: inline-block;
  margin: 20px 0 0;
  padding: 5px 5px 0;
  vertical-align: top;
  width: 360px; }

#viewType.list li .accSection .accInfo h3 {
  color: #453C2D;
  font-family: "open_sans_condensedbold";
  font-size: 16px;
  line-height: 18px;
  width: 320px;
  height: 20px;
  overflow: hidden; }

#viewType.list li .accSection .accInfo p {
  color: #797266;
  font-size: 12px;
  line-height: 18px;
  margin: 4px 0;
  width: 350px;
  max-height: 70px;
  overflow: hidden; }

#viewType.list li .accSection .accInfo a.more {
  font-family: "open_sans_condensedbold";
  color: #453c2d;
  font-weight: normal;
  padding-left: 25px;
  height: 15px;
  margin-top: 5px;
  font-size: 14px;
  background: url("../../../contracts/default/images/more.png") left no-repeat; }

#viewType.list li .accSection .accFeatures {
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px;
  /*position: relative;*/
  text-align: left;
  vertical-align: top;
  width: 175px;
  min-height: 40px; }

#viewType.list li .accSection .accFeatures .event-price {
  color: #453C2D;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  line-height: 14px; }

#viewType.list li .accSection .accFeatures .event-price span {
  font-size: 11px;
  line-height: 10px;
  vertical-align: middle; }

#viewType.list li .accSection .accFeatures .event-price strong {
  color: #809A00;
  font-size: 13px;
  letter-spacing: -1px;
  vertical-align: middle; }

#viewType.list li .accSection .accFeatures .now-price {
  color: #453C2D;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-transform: uppercase; }

#viewType.list li .accSection .accFeatures .now-price span {
  font-size: 9px;
  line-height: 10px;
  vertical-align: middle; }

#viewType.list li .accSection .accFeatures .now-price strong {
  color: #809A00;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -1px;
  vertical-align: middle; }

#viewType.list li .accSection .accPricing .fromPricing {
  display: block; }

/***** New Modifications*****/
#viewType.list li .accSection .accPricing .fromPricing {
  float: left;
  margin-left: -190px;
  margin-top: 16px; }

#viewType.list li .accSection .accPricing .fromPricing .now-price {
  display: none; }

/*****EOF*****/
#viewType.list li .accSection .accPricing {
  display: inline-block;
  height: 45px;
  margin: 20px 0 0 5px;
  padding: 6px 0 0;
  text-align: center;
  vertical-align: top;
  width: 150px;
  margin-top: 5px; }

#viewType.list li .accSection .accPricing .viewDetails {
  background-color: #696969;
  background-image: -moz-linear-gradient(top, #8c8c8c, #696969);
  background-image: -ms-linear-gradient(top, #8c8c8c, #696969);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8c8c8c), to(#696969));
  background-image: -webkit-linear-gradient(top, #8c8c8c, #696969);
  background-image: -o-linear-gradient(top, #8c8c8c, #696969);
  background-image: linear-gradient(top, #8c8c8c, #696969);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8C8C8C', endColorstr='#FF696969');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8C8C8C', endColorstr='#FF696969')";*/
  background-image: -moz-linear-gradient(center top, #8C8C8C, #696969);
  background-repeat: repeat-x;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: block;
  font-family: "open_sans_condensedbold";
  font-size: 13px;
  font-weight: normal !important;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 0 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  width: 146px;
  cursor: pointer;
  margin-top: 24px; }

#viewType.list li .accSection .accPricing .viewDetails:hover {
  background-color: #8C8C8C;
  background-image: -moz-linear-gradient(center top, #696969, #8C8C8C);
  background-repeat: repeat-x;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.accPricing .input-select-wrapper {
  width: 190px !important; }

.listSelectBox .input-select-wrapper {
  width: 170px !important;
  margin-top: 8px; }

.eventinCartMessage2 {
  font-family: "open_sans_condensedbold";
  font-size: 11px;
  background: #809a00;
  padding: 0;
  color: #FFF;
  text-align: center;
  position: absolute;
  z-index: 1; }

#viewType.grid li .miniSlider .eventinCartMessage2 {
  width: 284px; }

#viewType.list li .miniSlider .eventinCartMessage2 {
  width: 196px; }

/*====================*/
/*View Type*/
#newItem {
  margin: 40px auto 20px auto;
  width: 960px; }

#newItem.grid li {
  display: inline-block;
  vertical-align: top; }

#newItem.grid li .topLine {
  display: none; }

#newItem.grid li .miniSlider {
  background-position: -168px 0;
  height: 198px;
  margin: 0 0 10px;
  padding: 12px 0 0 11px;
  position: relative;
  width: 299px; }

#newItem.grid li .miniSlider .eventinCartMessage {
  width: 284px; }

#newItem.list li .miniSlider .eventinCartMessage {
  width: 196px; }

#newItem.grid li .miniSlider.rooms {
  background-position: -168px 0px;
  height: 198px; }

#newItem.grid li .miniSlider.rooms .miniResortSlides {
  height: 179px; }

#newItem.grid li .miniSlider .minisSliderImg {
  display: block;
  height: 180px;
  overflow: hidden;
  position: relative;
  width: 284px; }

#newItem.grid li .accSection {
  height: 425px;
  margin: 0 3px 30px 4px;
  position: relative;
  width: 310px; }

#newItem.grid li .accSection .accInfo {
  margin: 0 0 0 10px; }

#newItem.grid li .accSection .accInfo h3 {
  font-family: "open_sans_condensedbold";
  color: #453C2D;
  font-size: 16px;
  line-height: 18px;
  margin: -8px 0 0;
  width: 270px;
  height: 20px;
  overflow: hidden; }

#newItem.grid li .accSection .accInfo .con {
  height: 100px; }

#newItem.grid li .accSection .accInfo p {
  color: #797266;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
  max-height: 70px;
  overflow: hidden;
  font-family: Arial, sans-serif; }

#newItem.grid li .accSection .accInfo a.more {
  font-family: "open_sans_condensedbold";
  color: #453c2d;
  font-weight: normal;
  padding-left: 25px;
  height: 15px;
  margin-top: 5px;
  font-size: 14px;
  background: url("../../../contracts/default/images/more.png") left no-repeat;
  float: left; }

#newItem.grid li .accSection .accPricing {
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  height: 50px;
  margin: 0 0 0 10px;
  width: 290px; }

#newItem.grid li .accSection .accPricing .fromPricing {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: top;
  width: 195px; }

#newItem.grid li .accSection .accPricing .fromPricing .now-price {
  color: #453C2D;
  font: bold 12px/12px Arial, sans-serif;
  margin: 0; }

#newItem.grid li .accSection .accPricing .fromPricing .now-price span {
  vertical-align: middle;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase; }

#newItem.grid li .accSection .accPricing .fromPricing .now-price strong {
  color: #809A00;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 28px;
  vertical-align: middle; }

#newItem.grid li .accSection .accPricing .viewDetails {
  background-color: #696969;
  background-image: -moz-linear-gradient(center top, #8C8C8C, #696969);
  background-repeat: repeat-x;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: inline-block;
  font-family: "open_sans_condensedbold";
  font-size: 12px;
  font-weight: normal !important;
  line-height: 13px;
  margin: 7px 0 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  width: 70px;
  cursor: pointer; }

#newItem.grid li .accSection .accPricing .viewDetails:hover {
  background-color: #8C8C8C;
  background-image: -moz-linear-gradient(center top, #696969, #8C8C8C);
  background-repeat: repeat-x;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

#newItem.grid li .accSection .accFeatures {
  display: none; }

#newItem.grid .localToursSlider .miniResortSlides {
  height: 180px;
  margin-top: 0;
  width: 284px; }

/* Paths */
/********************************************************/
/* Paths END*/
/* Variables */
/********************************************************/
/********
MIXINS
********/
/****Mixin for Box Sizing****/
/****Mixin for Inline Block****/
/****Mixin for Text Shadow****/
/****Mixin for Animation****/
/****Mixin for Opacity****/
/****Mixin for Border Radius****/
/****Mixin for Box Shadow****/
/****Mixin fo Gradient****/
/****Mixin for Transition****/
/****Mixin for Transform****/
/****Mixin for Rounded Button****/
/*Common CSS*/
.tabContentContainer {
  min-height: 400px;
  padding: 20px;
  background: url("../../../contracts/default/images/tab-light-bg-2.png") center top no-repeat; }

.contentWrapper {
  margin: 0 auto;
  width: 960px; }
  .contentWrapper .faqList {
    padding-top: 15px; }

/*EOF*/
/*Add/Edit Vacation Details Popup*/
#vacationPopup {
  width: 350px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  #vacationPopup h3 {
    font-family: "open_sans_condensedbold";
    font-size: 21px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #vacationPopup form {
    margin: 0;
    padding: 0; }
    #vacationPopup form .selRes {
      font-family: "arialbold";
      font-size: 13px;
      color: #383838;
      text-transform: uppercase; }
    #vacationPopup form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopup form p {
      margin: 5px 0;
      float: left; }
    #vacationPopup form label {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #383838;
      text-align: right;
      width: 80px;
      margin-right: 10px;
      display: inline-block; }
    #vacationPopup form input[type="text"] {
      border-radius: 3px;
      margin-right: 10px;
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25); }
    #vacationPopup form .vacationbutton {
      color: #FFF;
      font-family: "open_sans_condensedbold";
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 3px 0px;
      width: 100px;
      border-radius: 5px;
      margin: 8px auto 0 auto;
      cursor: pointer;
      display: block;
      text-align: center;
      background-color: #6e8401;
      background-image: -moz-linear-gradient(top, #90a623, #6e8401);
      background-image: -ms-linear-gradient(top, #90a623, #6e8401);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90a623), to(#6e8401));
      background-image: -webkit-linear-gradient(top, #90a623, #6e8401);
      background-image: -o-linear-gradient(top, #90a623, #6e8401);
      background-image: linear-gradient(top, #90a623, #6e8401);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF90A623', endColorstr='#FF6E8401');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF90A623', endColorstr='#FF6E8401')";*/ }
    #vacationPopup form .sf {
      width: 150px; }
    #vacationPopup form .callIcon {
      margin-top: 0px;
      cursor: pointer; }
  #vacationPopup .frame {
    background: #dfdfdf;
    margin-bottom: 5px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  #vacationPopup .height55 {
    height: 55px; }

/*EOF*/
.cartAvailableItems {
  display: none;
  width: 570px;
  background: #fff;
  position: absolute;
  z-index: 999;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 160px;
  margin-top: 13px; }
  .cartAvailableItems .pointer {
    position: absolute;
    left: 370px;
    top: -22px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .cartAvailableItems .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
  .cartAvailableItems .loading {
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%; }
    .cartAvailableItems .loading img {
      margin-top: 85px; }
  .cartAvailableItems .cartItems {
    margin: 10px 12px 20px 25px;
    /*height: 184px;
    overflow: auto;*/ }
    .cartAvailableItems .cartItems .itemList {
      border-bottom: 1px dotted #8f8a8a;
      padding: 10px 0; }
      .cartAvailableItems .cartItems .itemList .itemPic {
        width: 70px;
        height: 70px;
        float: left; }
      .cartAvailableItems .cartItems .itemList .itemDesc {
        float: left;
        width: 230px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-align: left;
        text-transform: capitalize;
        line-height: 17px;
        margin-left: 10px; }
        .cartAvailableItems .cartItems .itemList .itemDesc .heading {
          font-family: "open_sans_condensedbold";
          font-size: 16px;
          color: #453c2d; }
        .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime {
          color: #383838; }
          .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime span {
            color: #797266; }
      .cartAvailableItems .cartItems .itemList .itemCost {
        float: left;
        width: 130px;
        height: 60px;
        margin-bottom: -10px;
        font-family: "open_sans_condensedbold";
        font-size: 16px;
        color: #453c2d;
        text-align: center;
        padding: 10px 0;
        background-color: #f7f7f7;
        background-image: -moz-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -ms-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f7f7f7));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -o-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: linear-gradient(top, #fdfdfd, #f7f7f7);
        background-repeat: repeat-x;
        /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7');
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7')";*/ }
        .cartAvailableItems .cartItems .itemList .itemCost .price {
          font-family: Arial, sans-serif;
          font-size: 18px;
          color: #809a00; }
      .cartAvailableItems .cartItems .itemList .itemAction {
        float: left;
        width: 75px;
        margin-left: 18px; }

/* Notify :: Error :: Messages */
.notify {
  	/*background: none repeat scroll 0 0 #FFECEC;
      border: 1px solid #FF0000;
      color: #FF0000;*/
  line-height: 14px;
  margin-top: 6px;
  text-align: center; }

/* EOF */
/*****Modal Over & Modal Window*****/
#modalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  background: url("../../../contracts/default/images/modal-bg.png") 0 0 repeat;
  opacity: 1.00;
  filter: alpha(opacity=1);
  z-index: 99998; }
  #modalOverlay #modalWindow {
    /*position: relative !important;*/
    top: 50%;
    left: 50%;
    /*margin-top:auto !important; */
    margin: 25px auto 0 auto;
    padding: 0;
    z-index: 99999; }
    #modalOverlay #modalWindow a#modalClose {
      background: url("../../../contracts/default/images/popupClose.png") 0 0 no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      top: -30px;
      right: -24px;
      display: block;
      z-index: 1000000;
      cursor: pointer; }

.noscroll {
  overflow: hidden;
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: none; }

/*****EOF*****/
/*Validation Error CSS*/
input.invalid, select.invalid {
  border: 1px solid #f00 !important; }

em.invalid {
  color: #FF0000;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block; }

/*EOF*/
.addVacationSubmit {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/*.priceBox, .priceDetails{ // Event Total Price hidding  css
	display:none;
}*/
.deleteCartItem {
  padding-top: 20px; }

.cartAvailableItems .cartItems {
  display: block !important; }

.greenTextExt {
  color: #B98046;
  font-size: 13px;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 5px 0; }

.errorIcon_validation {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 9px;
  margin-left: 7px; }

.errInfo-Icon {
  /*errorIcon_validation_Review*/
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin: -25px 0 0 306px; }

.errInfo-IconExt {
  /*errorIcon_validation_Review*/
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: -25px 0 0 306px; }

.msgError {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: -21px; }

.errorMsgdisplay {
  padding: 9px 20px 6px;
  margin-bottom: 15px;
  overflow: hidden; }

.errorMsgdisplayExt {
  padding: 9px 20px 6px;
  margin-bottom: 15px; }

.erroRed {
  float: left;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal; }

.tooltipError {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipError .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipError .redComplete {
    color: #d62415; }

.tooltipError_DTA {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipError_DTA .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipError_DTA .redComplete {
    color: #d62415; }

#bBookingError {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 200px;
  margin: -37px auto 15px auto;
  min-height: 138px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -29%;
  text-align: center; }
  #bBookingError a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 38px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 225px;
    display: inline-block; }
  #bBookingError p {
    color: #797266; }
  #bBookingError .arrow {
    position: relative;
    margin: -91px 0 0 211px; }
  #bBookingError .redComplete {
    color: #d62415; }

#pBookingError {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 200px;
  margin: -37px auto 15px auto;
  min-height: 138px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -29%;
  text-align: center; }
  #pBookingError a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 38px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 225px;
    display: inline-block; }
  #pBookingError p {
    color: #797266; }
  #pBookingError .arrow {
    position: relative;
    margin: -91px 0 0 211px; }
  #pBookingError .redComplete {
    color: #d62415; }

#bBookingError_TA {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 85%;
  margin: 0 auto 15px auto;
  min-height: 86px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold; }
  #bBookingError_TA a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 21px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 297px;
    display: inline-block; }
  #bBookingError_TA p {
    color: #797266; }
  #bBookingError_TA .arrow {
    position: relative;
    margin: 8px 0 0 0px; }
  #bBookingError_TA .redComplete {
    color: #d62415; }

#pBookingError_TA {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 85%;
  margin: 0 auto 15px auto;
  min-height: 95px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold; }
  #pBookingError_TA a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 21px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 297px;
    display: inline-block; }
  #pBookingError_TA p {
    color: #797266; }
  #pBookingError_TA .arrow {
    position: relative;
    margin: 8px 0 0 0px; }
  #pBookingError_TA .redComplete {
    color: #d62415; }

.errorSpecialC {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 100%;
  height: auto;
  padding: 0 0 5px 23px;
  margin-left: 7px;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal; }

.errorNO_D {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  padding: 0 0 5px 23px;
  margin-left: 7px;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal;
  text-align: left; }

.tooltipErrorRead {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipErrorRead .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipErrorRead .redComplete {
    color: #d62415; }

.tooltipErrorExt {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipErrorExt .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipErrorExt .redComplete {
    color: #d62415; }

.daysCount {
  width: 340px;
  padding: 0 20px; }

.bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

.erroInput {
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  background: none repeat scroll 0 0 #f1d5d3 !important; }

#availDate i {
  margin: -25px 0 0 267px; }

#availTime i {
  margin: -25px 0 0 267px; }
#availTime .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availQuantity i {
  margin: 25px 0 0 269px; }
#availQuantity .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

.quanityP {
  top: 180px !important; }

.quanityRead {
  top: 200px !important; }

.quanityExt {
  top: 184px !important; }

.quanityEdit {
  top: 200px !important; }

#availDateRead i {
  margin: -25px 0 0 242px; }
#availDateRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }
#availDateRead .input-select-wrapper {
  width: 235px; }

#availTimeRead i {
  margin: -25px 0 0 242px; }
#availTimeRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }
#availTimeRead .input-select-wrapper {
  width: 235px; }

#availQuantityRead i {
  margin: 33px 0 0 242px; }
#availQuantityRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availDateEdit i {
  margin: -25px 0 0 270px; }
#availDateEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availTimeEdit i {
  margin: -25px 0 0 270px; }
#availTimeEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#quantityEdit i {
  margin: 29px 0 0 270px; }
#quantityEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availDateExt i {
  margin: -25px 0 0 270px; }

#availTimeExt i {
  margin: -25px 0 0 270px; }

#availQuantityExt i {
  margin: 25px 0 0 272px; }

.width235 {
  width: 235px; }

.errorMsgdisplay ul li.msgError {
  display: table !important; }

.displayNone {
  display: none !important; }

.dNone {
  display: none; }

.vd-select-width {
  width: 302px; }

.errInfo-Icon {
  display: none; }

.errInfo-IconExt {
  display: none; }

.disIcon {
  display: block; }

.adultsExt {
  width: 74px;
  margin-left: 3px;
  float: left; }
  .adultsExt span {
    font-family: "arialbold";
    color: #383838;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    display: block; }

.removewhite_strip {
  background: transparent !important; }

.errorMsgdisplayExt ul li.msgError {
  display: table !important; }

.directUser_Error {
  color: #d62415 !important;
  display: none; }

.disabled {
  cursor: default !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2; }

.quanityExtLIV {
  top: 100px !important; }

/* Paths */
/********************************************************/
/* Paths END*/
/* Variables */
/********************************************************/
/********
MIXINS
********/
/****Mixin for Box Sizing****/
/****Mixin for Inline Block****/
/****Mixin for Text Shadow****/
/****Mixin for Animation****/
/****Mixin for Opacity****/
/****Mixin for Border Radius****/
/****Mixin for Box Shadow****/
/****Mixin fo Gradient****/
/****Mixin for Transition****/
/****Mixin for Transform****/
/****Mixin for Rounded Button****/
#vacationPopupEdit_D {
  width: 480px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff; }
  #vacationPopupEdit_D h3 {
    font-family: "open_sans_condensedbold";
    font-size: 19px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center; }
  #vacationPopupEdit_D #bookingNum_D {
    width: 293px; }
  #vacationPopupEdit_D #booking_D {
    background-color: #dfdfdf;
    padding: 15px 85px; }
  #vacationPopupEdit_D form {
    margin: 0;
    padding: 0; }
    #vacationPopupEdit_D form .selRes {
      font-family: Arial, sans-serif;
      font-size: 12px;
      color: #797266;
      text-transform: uppercase;
      font-weight: bold; }
    #vacationPopupEdit_D form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopupEdit_D form p {
      margin: 5px 0;
      float: left; }
    #vacationPopupEdit_D form label {
      font-family: Arial, sans-serif;
      font-size: 12px;
      color: #797266;
      text-align: left;
      margin-right: 10px;
      display: block;
      text-transform: uppercase;
      font-weight: bold; }
    #vacationPopupEdit_D form input[type="text"] {
      border-radius: 3px;
      margin-right: 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      width: 137px; }
    #vacationPopupEdit_D form .vacationEditButton {
      background-color: #363636;
      background-image: -moz-linear-gradient(top, #545454, #363636);
      background-image: -ms-linear-gradient(top, #545454, #363636);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545454), to(#363636));
      background-image: -webkit-linear-gradient(top, #545454, #363636);
      background-image: -o-linear-gradient(top, #545454, #363636);
      background-image: linear-gradient(top, #545454, #363636);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF545454', endColorstr='#FF363636');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF545454', endColorstr='#FF363636')";*/
      color: #FFF;
      border: none;
      padding: 10px;
      width: 279px;
      border-radius: 3px;
      cursor: pointer;
      text-transform: uppercase;
      display: block;
      text-align: center;
      font-size: 16px;
      font-family: "open_sans_condensedbold"; }
    #vacationPopupEdit_D form .input-select-wrappertext {
      text-transform: capitalize;
      font-size: 14px; }
    #vacationPopupEdit_D form .sf {
      width: 150px; }
    #vacationPopupEdit_D form .callIcon {
      position: relative;
      margin-left: -47px;
      margin-top: 7px;
      cursor: pointer; }
    #vacationPopupEdit_D form .req {
      color: #d62415; }
  #vacationPopupEdit_D .frame {
    background: #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 8px 0; }

.ui-datepicker {
  padding: 0 !important;
  width: 510px !important; }

.ui-datepicker .ui-datepicker-header {
  background: #FFFFFF;
  border-radius: 5px 5px 0 0; }

.ui-datepicker .ui-datepicker-buttonpane {
  display: none; }

.ui-datepicker-month, .ui-datepicker-year {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px !important;
  color: #453c2d; }

.ui-datepicker-year {
  font-size: 14px; }

.ui-datepicker td a {
  padding: .24em; }

.ui-state-default {
  box-shadow: none; }

table {
  border-spacing: 2px !important; }

.ui-datepicker table {
  background: #fff;
  border: 5px solid #FFFFFF;
  border-collapse: inherit !important;
  border-radius: 0 0 5px 5px; }

.ui-datepicker th {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: -ms-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: linear-gradient(top, #f0f0f0, #ffffff);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFFFFFFF');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFFFFFF')";*/
  font-family: "arialbold";
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal !important; }

.ui-datepicker td {
  padding: 0 !important; }

.ui-datepicker td a {
  background: #e0e0e0;
  color: #000; }

.ui-datepicker-unselectable, .ui-datepicker .ui-datepicker-calendar .ui-state-default {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  background: #e0e0e0 !important;
  color: #373737 !important;
  text-align: center;
  border: #333 0px solid; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over .ui-state-default {
  background: -moz-linear-gradient(top, #abca0f, #819b00) !important;
  background: -ms-linear-gradient(top, #abca0f, #819b00) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#abca0f), to(#819b00)) !important;
  background: -webkit-linear-gradient(top, #abca0f, #819b00) !important;
  background: -o-linear-gradient(top, #abca0f, #819b00) !important;
  background: linear-gradient(top, #abca0f, #819b00) !important;
  color: #fff !important; }

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: -moz-linear-gradient(top, #abca0f, #819b00) !important;
  background: -ms-linear-gradient(top, #abca0f, #819b00) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#abca0f), to(#819b00)) !important;
  background: -webkit-linear-gradient(top, #abca0f, #819b00) !important;
  background: -o-linear-gradient(top, #abca0f, #819b00) !important;
  background: linear-gradient(top, #abca0f, #819b00) !important;
  color: #fff !important; }

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default {
  background: -moz-linear-gradient(top, #abca0f, #819b00) !important;
  background: -ms-linear-gradient(top, #abca0f, #819b00) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#abca0f), to(#819b00)) !important;
  background: -webkit-linear-gradient(top, #abca0f, #819b00) !important;
  background: -o-linear-gradient(top, #abca0f, #819b00) !important;
  background: linear-gradient(top, #abca0f, #819b00) !important;
  color: #FFFFFF !important;
  text-shadow: none !important; }

.ui-datepicker.ui-datepicker-multi {
  top: 273px !important;
  left: -23px !important; }

.ui-widget-content {
  background: #fff !important; }

.ui-icon-circle-triangle-w {
  left: -208px !important; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin-left: -17px; }

.ui-widget-header {
  border: 0px solid #fff !important; }

.faqList a {
  font-family: "open_sans_condensedbold";
  font-size: 13px;
  text-transform: uppercase;
  color: #383838;
  padding-left: 5px; }

/*Availability Check Wrapper*/
.availabilityCheckWrapper {
  display: none;
  width: 610px;
  height: 366px;
  background: #fff;
  position: absolute;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .availabilityCheckWrapper .greenButton {
    font-size: 22px; }
  .availabilityCheckWrapper .pointer {
    position: absolute;
    left: 135px;
    bottom: -36px; }
  .availabilityCheckWrapper .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
  .availabilityCheckWrapper .loading {
    display: none;
    text-align: center;
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%; }
    .availabilityCheckWrapper .loading img {
      margin-top: 150px; }
  .availabilityCheckWrapper .availabilityCheckContent {
    margin: 20px;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out; }
    .availabilityCheckWrapper .availabilityCheckContent .ratetypecount span {
      text-transform: none; }
    .availabilityCheckWrapper .availabilityCheckContent .title {
      font-family: "open_sans_condensedbold";
      font-size: 21px;
      color: #809a00;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .availabilityCheckWrapper .availabilityCheckContent .leftWrapper {
      float: left;
      width: 56%; }
    .availabilityCheckWrapper .availabilityCheckContent .rightWrapper {
      float: right;
      width: 42%; }
    .availabilityCheckWrapper .availabilityCheckContent .eventBox {
      background: #dfdfdf;
      padding: 14px 16px;
      margin-bottom: 4px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      min-height: 53px; }
      .availabilityCheckWrapper .availabilityCheckContent .eventBox .heading {
        font-family: "arialbold";
        color: #373737;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 11px; }
    .availabilityCheckWrapper .availabilityCheckContent .destinationHeadingBox {
      font-family: "open_sanslight";
      text-align: center; }
      .availabilityCheckWrapper .availabilityCheckContent .destinationHeadingBox .resortName {
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
        color: #383838; }
        .availabilityCheckWrapper .availabilityCheckContent .destinationHeadingBox .resortName .san {
          font-size: 20px;
          font-family: "open_sans_condensedbold";
          color: #797266;
          text-transform: capitalize; }
      .availabilityCheckWrapper .availabilityCheckContent .destinationHeadingBox .resortCity {
        font-size: 9px;
        line-height: 8px;
        padding: 5px 0 2px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 10px;
        letter-spacing: 0.3em; }
    .availabilityCheckWrapper .availabilityCheckContent .priceBox {
      font-family: "open_sans_condensedlight";
      font-size: 22px;
      padding: 15px 0;
      text-align: center;
      color: #383838; }
      .availabilityCheckWrapper .availabilityCheckContent .priceBox .cost {
        font-family: Arial, sans-serif;
        color: #809a00;
        font-size: 30px;
        margin-top: 7px; }

/*EOF*/
/* Event Loading section */
.loadMoreButton center {
  background: url("../../../contracts/default/images/event_more_graphics.png") no-repeat center top; }
  .loadMoreButton center a {
    padding: 6px 0 6px 18px !important;
    margin-top: 13px;
    font-family: "open_sans_condensedbold";
    font-size: 13px;
    color: #fff;
    display: inline-block;
    width: 230px;
    position: relative;
    background-color: #799200;
    background-image: -moz-linear-gradient(top, #869f0d, #799200);
    background-image: -ms-linear-gradient(top, #869f0d, #799200);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#869f0d), to(#799200));
    background-image: -webkit-linear-gradient(top, #869f0d, #799200);
    background-image: -o-linear-gradient(top, #869f0d, #799200);
    background-image: linear-gradient(top, #869f0d, #799200);
    background-repeat: repeat-x;
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF869F0D', endColorstr='#FF799200');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF869F0D', endColorstr='#FF799200')";*/
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-bottomleft: 4px;
    -webkit-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .loadMoreButton center a i {
      left: 60px;
      position: absolute;
      top: 12px; }

/*More Extra Events*/
#moreEvents {
  margin-top: -10px; }
  #moreEvents .moreEventList {
    background: #E6E6E6;
    border-radius: 5px;
    margin: 5px auto 0;
    padding: 10px 20px;
    width: 916px;
    overflow: hidden; }
    #moreEvents .moreEventList .title {
      font-family: "open_sans_condensedbold";
      font-size: 16px;
      color: #383838;
      float: left;
      margin-right: 20px;
      padding-top: 8px;
      text-transform: uppercase;
      display: inline-block; }
    #moreEvents .moreEventList .sve {
      display: inline-block;
      width: 450px; }
    #moreEvents .moreEventList .groupsList {
      display: inline-block;
      width: 365px; }
  #moreEvents ul.itemList {
    width: 916px;
    margin: 0 auto; }
    #moreEvents ul.itemList li {
      display: inline-block;
      padding: 10px; }
      #moreEvents ul.itemList li a {
        font-family: "open_sans_condensedbold";
        font-size: 16px;
        color: #383838; }
  #moreEvents .contentWrapper {
    padding-top: 20px; }
  #moreEvents .faqLink {
    padding-bottom: 0px;
    display: inline-block; }
    #moreEvents .faqLink a {
      color: #383838;
      font-family: "open_sans_condensedbold";
      font-size: 13px;
      padding-left: 5px;
      text-transform: uppercase; }
  #moreEvents #viewButtons {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

.eventPageTitle {
  border-top: 1px dotted #CCCCCC; }
  .eventPageTitle .title {
    font-family: "open_sanslight";
    font-size: 36px;
    color: #819b00;
    margin-top: 40px; }

/*****Read More Popup*****/
#avail-pop {
  width: 960px;
  height: auto;
  overflow: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff; }
  #avail-pop .greenButton {
    font-size: 22px; }
  #avail-pop h4 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #797266;
    text-transform: capitalize;
    border-bottom: 1px dotted #8f8a8a;
    padding-bottom: 8px; }
    #avail-pop h4 span {
      font-size: 12px;
      color: #373737; }
  #avail-pop h3 {
    font-family: "open_sans_condensedlight";
    font-size: 23px;
    color: #373737;
    padding: 8px 0 12px 0; }
  #avail-pop .avail-content {
    line-height: 20px;
    color: #797266;
    padding-top: 25px;
    min-height: 147px; }
    #avail-pop .avail-content p:first-child {
      font-size: 12px;
      font-weight: normal;
      padding-bottom: 8px; }
    #avail-pop .avail-content p {
      color: #797266;
      font-weight: bold; }
    #avail-pop .avail-content li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      line-height: 14px;
      width: 170px;
      color: #797266;
      margin: 0 0 10px 0;
      padding: 0 0 0 10px;
      background: url(../../../contracts/default/images/liIcon.gif) no-repeat 0 7px; }
  #avail-pop .arrow {
    width: 35px;
    height: 51px;
    position: absolute;
    left: 596px;
    top: 260px;
    z-index: 3;
    background: url(../../../contracts/default/images/toursLightbox-arrow-bg.png) 0px 0px no-repeat; }

/*Right Column*/
.right-col {
  width: 296px;
  height: 100%;
  float: right;
  padding: 30px 8px;
  /*	position: relative;*/
  background: #fff; }
  .right-col h1 {
    color: #809a00;
    font-family: "open_sans_condensedbold";
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .right-col .eventBox {
    background-color: #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px;
    margin-top: 3px;
    width: 250px;
    padding-bottom: 19px;
    min-height: 57px; }
    .right-col .eventBox .heading,
    .right-col .eventBox #eventratetypes {
      color: #383838;
      font-family: "arialbold";
      font-size: 13px;
      text-transform: uppercase;
      padding-bottom: 4px;
      display: block; }
  .right-col .priceDetails {
    padding: 18px 0 6px 0;
    margin: 0 auto;
    width: 86%;
    overflow: hidden; }
  .right-col .priceBox {
    font-family: "open_sans_condensedbold";
    color: #383838;
    font-size: 16px;
    padding-right: 5px; }
  .right-col .cost {
    color: #809a00;
    font-size: 26px; }
  .right-col .greyButton {
    clear: both; }

/*Left Column*/
.left-col {
  width: 600px;
  float: left;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) inset;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  background: #333 url("../../../contracts/default/images/page-bg-repeat.gif");
  padding: 30px 15px; }
  .left-col .slider img {
    width: 579px !important;
    height: 350px !important; }

.eventLSelect,
.eventLSelect select {
  width: 170px !important; }

.darkbgReadm {
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 570px;
  z-index: 2;
  display: none; }

.prelodReadM {
  display: none;
  text-align: center;
  margin-left: 130px;
  margin-top: 80px;
  z-index: 3;
  position: absolute; }

#modalOverlay #modalWindow {
  height: auto !important;
  margin-top: 65px !important;
  position: absolute !important;
  margin-bottom: 65px !important;
  top: 0; }

/*Availability Check Wrapper*/
.availabilityCheckWrapper1 {
  display: none;
  width: 610px;
  height: 366px;
  background: #fff;
  position: absolute;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 0px !important;
  left: 350px !important; }
  .availabilityCheckWrapper1 .pointer {
    left: -31px;
    position: absolute;
    top: 140px;
    /*transform: rotate(90deg); */ }
  .availabilityCheckWrapper1 .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
  .availabilityCheckWrapper1 .loading {
    display: none;
    text-align: center;
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%; }
    .availabilityCheckWrapper1 .loading img {
      margin-top: 150px; }
  .availabilityCheckWrapper1 .availabilityCheckContent_ext {
    margin: 20px;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out; }
    .availabilityCheckWrapper1 .availabilityCheckContent_ext .title {
      font-family: "open_sans_condensedbold";
      font-size: 21px;
      color: #809a00;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .availabilityCheckWrapper1 .availabilityCheckContent_ext .leftWrapper {
      float: left;
      width: 56%; }
    .availabilityCheckWrapper1 .availabilityCheckContent_ext .rightWrapper {
      float: right;
      width: 42%; }
    .availabilityCheckWrapper1 .availabilityCheckContent_ext .eventBox {
      background: #dfdfdf;
      padding: 14px 10px;
      margin-bottom: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      min-height: 53px; }
      .availabilityCheckWrapper1 .availabilityCheckContent_ext .eventBox .heading {
        font-family: "arialbold";
        color: #373737;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 13px; }
    .availabilityCheckWrapper1 .availabilityCheckContent_ext .destinationHeadingBox {
      font-family: "open_sanslight";
      text-align: center; }
      .availabilityCheckWrapper1 .availabilityCheckContent_ext .destinationHeadingBox .resortName,
      .availabilityCheckWrapper1 .availabilityCheckContent_ext .destinationHeadingBox .resortNameExt {
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase; }
        .availabilityCheckWrapper1 .availabilityCheckContent_ext .destinationHeadingBox .resortName .san,
        .availabilityCheckWrapper1 .availabilityCheckContent_ext .destinationHeadingBox .resortNameExt .san {
          font-size: 20px;
          font-family: "open_sans_condensedbold";
          color: #797266;
          text-transform: capitalize; }
      .availabilityCheckWrapper1 .availabilityCheckContent_ext .destinationHeadingBox .resortCity {
        font-size: 9px;
        line-height: 8px;
        padding: 5px 0 2px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 10px;
        letter-spacing: 0.3em; }
    .availabilityCheckWrapper1 .availabilityCheckContent_ext .priceBox {
      font-family: "open_sans_condensedlight";
      font-size: 22px;
      padding: 15px 0;
      text-align: center;
      color: #383838; }
      .availabilityCheckWrapper1 .availabilityCheckContent_ext .priceBox .cost {
        font-family: Arial, sans-serif;
        color: #809a00;
        font-size: 30px;
        margin-top: 7px; }

.loadingExt {
  display: none;
  text-align: center;
  margin-left: 280px;
  margin-bottom: 150px;
  z-index: 1;
  position: absolute;
  top: 150px; }

/*EOF*/
.posRelative {
  position: relative; }

.displyNone {
  display: none; }

.magt0 {
  margint-top: 0; }

#displyBlo {
  display: block; }

.mar-t0 {
  margin-top: 0; }

.eventDatePP {
  top: 173px !important; }

.pricePer + .adult > .adults > .selectStyled > span {
  font-size: 13px;
  color: #383838;
  padding-bottom: 4px; }

.csNone {
  display: none;
  color: #809A00;
  font-size: 24px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  line-height: normal;
  text-align: center; }

.leftWrapper {
  width: 278px\9; }

.marT21 {
  margin-top: -21px !important; }

.marT0 {
  margin-top: 0px !important; }

.eventSold {
  color: #809a00;
  font-family: "open_sans_condensedbold";
  font-size: 25px;
  text-transform: capitalize;
  padding-bottom: 5px;
  text-align: center;
  padding-top: 25%; }

.leftWrapper span.input-select-wrappertext {
  font-weight: bold !important; }

.gn {
  color: #797266;
  padding-right: 4px; }

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