/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 1.8s;
     -moz-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */

.contentClass {
	width:100%;
}

#container {

  margin: auto auto;
	overflow:hidden;
	width:100%;
	height:auto;
	min-height:130%;

}

.item {
  background: #fff;
  margin: 0 auto;
  width: 50px;
  height: 50px;

}
.item.w2 { width: 110px; }
.item.h2 { height: 50px; }

.element {
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	color:#002a5c;
  width: 22%;
  min-height: 370px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  display:table-cell;
  left:auto;
padding-bottom:5px;
}

.elementHotel {
	
	width: 96%;
	height: auto;
	margin: 10px;
	overflow: hidden;
	position: absolute;
	color: #002a5c;
	display: table-cell;
	min-height: 350px;
	left: auto;
	padding:1%;
	background-color:#f9f9f9;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
}

.elementHotelTwo {
	
	width: 96%;
	height: auto;
	margin: 10px;
	overflow: hidden;
	position: absolute;
	color: #002a5c;
	display: table-cell;
	min-height: 350px;
	left: auto;
	padding:2%;
	background-color:#f9f9f9;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
}

.elementSpa {
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	color:#002a5c;
    display: table-cell;
    height: 380px;
    margin: 10px;
    overflow: hidden;
    width: 22%;
 
}

.elementKids, .elementHorse, .elementOffers, .elementTennis {
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	color:#002a5c;
    display: table-cell;
    height: 380px;
    margin: 10px;
    overflow: hidden;
    width: 22%;
 
}

.element * {
	position: relative;
   	width: 90%;
}

.elementHotel * {
	position: relative;
   	width: 90%; 
}

.elementHotelTwo * {
	position: relative;
   	width: 90%; 
} 

.elementSpa * {
	position: relative;
   	
} 

.elementKids *, elementHorse *,  elementOffers *, elementTennis * {
	position: relative;
   	
} 

.element .symbol {
  font-size: 15px;
  color: #002a5c;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
}

.elementHotel .symbol{
  font-size: 15px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
}
.elementHotelTwo .symbol{
  font-size: 15px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
}
.elementSpa .symbol{
	color: #002a5c;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
}
.elementKids .symbol, .elementHorse .symbol, .elementOffers .symbol, .elementTennis .symbol {
  color: #002a5c;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
}

.element.large .symbol {
  font-size: 4.5em;
}

.elementHotel.large .symbol {
  font-size: 4.5em;
}
.elementHotelTwo.large .symbol {
  font-size: 4.5em;
}
.elementSpa.large .symbol {
  font-size: 4.5em;
}
.elementKids.large .symbol, .elementHorse.large .symbol, .elementOffers.large .symbol, .elementTennis.large .symbol {
  font-size: 4.5em;
}
.element.fake .symbol {
  color: #000;
}

.elementHotel.fake .symbol {
  color: #000;
}
.elementHotelTwo.fake .symbol {
  color: #000;
}
.elementSpa.fake .symbol {
  color: #000;
}
.elementKids.fake .symbol, .elementHorse.fake .symbol, .elementOffers.fake .symbol, .elementTennis.fake .symbol {
  color: #000;
}
.element .name {
  font-size: 12px;
  color: #002a5c;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
}

.elementHotel .name {
  	font-size: 15px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding:5px 10px;
	background-color: #002a5c;
	width: 100%;
}
.elementHotelTwo .name {
  	font-size: 15px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding:5px 10px;
	background-color: #002a5c;
	width: 100%;
}
.elementSpa .name {
  font-size: 15px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
  width:48%;
}
.elementKids .name, .elementOffers .name, .elementHorse .name, .elementTennis .name {
  font-size: 15px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  padding-left:10px;
  padding-right:10px;
  width:48%;
}
.elementHotel .ratesList {
  cursor:pointer;
  line-height:2em;
  padding-left:10px;
}
.elementHotelTwo .ratesList {
  cursor:pointer;
  line-height:2em;
  padding-left:10px;
}

.List {
	text-align:right;
  line-height:2em;
  padding-left:10px;
}
.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.elementHotel .weight  {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}
.elementHotelTwo .weight  {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}
.elementSpa .weight  {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}
.elementKids .weight, .elementOffers .weight, .elementHorse .weight, .elementTennis .weight  {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}
.element .number {
	font-size: 15px;
	font-weight: bold;
	color: #002a5c;
	padding-left:10px;
	padding-right:10px;
	display:none;

}

.elementHotel .number {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-left:10px;
	padding-right:10px;
	display:none;

}
.elementHotelTwo .number {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-left:10px;
	padding-right:10px;
	display:none;

}
.elementSpa .number {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-left:10px;
	padding-right:10px;
	display:none;

}
.elementKids .number, .elementOffers .number, .elementHorse .number, .elementTennis .number {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-left:10px;
	padding-right:10px;
	display:none;

}
.mouse {
	cursor:pointer;	
}


.imgVal {
  	/*margin-left:auto;
	margin-right:auto;*/
	float:right;
	width:100%;
} 

.imgValResidences, .imgValSpa, .imgValKids, .imgValOffers, .imgValHorse, .imgValTennis {
  	width: 98%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
	padding-bottom:10px;
	float:none;
} 

.ratesList {
	
	line-height:2em;
	width:auto;
}

.hotelActionBar {
	width:auto;
	float:right;
	
}

.leftElementDiv {
	
	width: 30%;
	float: left;
	position: absolute;
	overflow: visible;
	height: auto;
	
}

.rightElementDiv {
	width: 65%;
	float: right;
	border: solid 1px #999;
	position: relative;
}

.addToItinerary {
	
	line-height:2em;
	float:right;
	/*margin-top:-2em;*/
	margin-top: -30px;
	width:auto;
	background-color: #cea631;
	color: #f9f9f9;
	border: 1px solid #d5d5d5;
}

#actionsDiv {
	/*width: 65%;*/
	width: 98%;
	float: right;
	margin-top: 10px;
	background-color: #A7A7A7;
	color: #fff;
	padding: 1%;
}

.divider{
	background-image:url(../images/thinDivider.png); 
	background-repeat:repeat-x;
	height:10px;
	width:100%;
	margin-left:6px;	
}
.roomDescription {
	padding-left: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.actionImg {
	width:30px;
	heigh:30px;	
}
.variable-sizes .element.width2 { width: 20%; }

.variable-sizes .elementHotel.width2 { width: 20%; }

.variable-sizes .elementHotelTwo.width2 { width: 20%; }

.variable-sizes .element.height2 { height: 130px; }

.variable-sizes .elementHotel.height2 { height: 130px; }

.variable-sizes .elementHotelTwo.height2 { height: 130px; }

.variable-sizes .elementSpa.height2 { height: 130px; }

.variable-sizes .elementKids.height2 { height: 130px; }

.variable-sizes .elementOffers.height2 { height: 130px; }

.variable-sizes .elementHorse.height2 { height: 130px; }

.variable-sizes .elementTennis.height2 { height: 130px; }

.variable-sizes .element.width2.height2 {
  font-size: 15px;
}

.variable-sizes .elementHotel.width2.height2 {
  font-size: 15px;
}
.variable-sizes .elementHotelTwo.width2.height2 {
  font-size: 15px;
}
.variable-sizes .elementSpa.width2.height2 {
  font-size: 15px;
}

.variable-sizes .elementKids.width2.height2 {
  font-size: 15px;
}

.variable-sizes .elementOffers.width2.height2 {
  font-size: 15px;
}
.variable-sizes .elementHorse.width2.height2 {
  font-size: 15px;
}
.variable-sizes .elementTennis.width2.height2 {
  font-size: 15px;
}
.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 20%;
  height: 350px;
  z-index: 100;
}

.elementHotel.large,
.variable-sizes .elementHotel.large,
.variable-sizes .elementHotel.large.width2.height2 {
  font-size: 3.0em;
  width: 20%;
  height: 350px;
  z-index: 100;
}
.elementHotelTwo.large,
.variable-sizes .elementHotelTwo.large,
.variable-sizes .elementHotelTwo.large.width2.height2 {
  font-size: 3.0em;
  width: 20%;
  height: 350px;
  z-index: 100;
}
.clickable .element:hover {
  cursor: pointer;
}

.clickable .elementHotel:hover {
  cursor: pointer;
}
.clickable .elementHotelTwo:hover {
  cursor: pointer;
}
.clickable .elementSpa:hover {
  cursor: pointer;
}
.clickable .elementKids:hover {
  cursor: pointer;
}
.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .elementHotel:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}
.clickable .elementHotelTwo:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}
.clickable .elementSpa:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}
.clickable .elementKids:hover h3, .clickable .elementOffers:hover h3, .clickable .elementHorse:hover h3, .clickable .elementTennis:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}
.clickable .element:hover h2 {
  color: white;
}

.clickable .elementHotel:hover h2 {
  color: white;
}
.clickable .elementHotelTwo:hover h2 {
  color: white;
}
/**** Example Options ****/

#options {
  padding-bottom: 1.0em;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#options li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#options li a:hover {
  background-color: #5BF;
}

#options li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li:first-child a {

  border-left: none;
}

#options li:last-child a {
 
}

#options li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}


/**Hotel room one options **/

#hoteloptions {
  padding-bottom: 1.0em;

}

#hoteloptions h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#hoteloptions h4 { 
  font-weight: bold;
}

#hoteloptions ul {
  margin: 0;
  list-style: none;
}

#hoteloptions ul ul {
  margin-left: 1.5em;
}

#hoteloptions li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#hoteloptions li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#hoteloptions li a:hover {
  background-color: #5BF;
}

#hoteloptions li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#hoteloptions li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#hoteloptions li:first-child a {

  border-left: none;
}

#hoteloptions li:last-child a {
 
}

#hoteloptions li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}

/**Hotel room two options **/


#hoteloptionstwo {
  padding-bottom: 1.0em;
}

#hoteloptionstwo h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#hoteloptionstwo h4 { 
  font-weight: bold;
}

#hoteloptionstwo ul {
  margin: 0;
  list-style: none;
}

#hoteloptionstwo ul ul {
  margin-left: 1.5em;
}

#hoteloptionstwo li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#hoteloptionstwo li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#hoteloptionstwo li a:hover {
  background-color: #5BF;
}

#hoteloptionstwo li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#hoteloptionstwo li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#hoteloptionstwo li:first-child a {

  border-left: none;
}

#hoteloptionstwo li:last-child a {
 
}

#hoteloptionstwo li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}


/** Spa Options **/

#spaoptions {
  padding-bottom: 1.0em;
}

#spaoptions h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#spaoptions h4 { 
  font-weight: bold;
}

#spaoptions ul {
  margin: 0;
  list-style: none;
}

#spaoptions ul ul {
  margin-left: 1.5em;
}

#spaoptions li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#spaoptions li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#spaoptions li a:hover {
  background-color: #5BF;
}

#spaoptions li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#spaoptions li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#spaoptions li:first-child a {

  border-left: none;
}

#spaoptions li:last-child a {
 
}

#spaoptions li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}

/** Kids Options **/

#kidsoptions {
  padding-bottom: 1.0em;
}

#kidsoptions h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#kidsoptions h4 { 
  font-weight: bold;
}

#kidsoptions ul {
  margin: 0;
  list-style: none;
}

#kidsoptions ul ul {
  margin-left: 1.5em;
}

#kidsoptions li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#kidsoptions li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#kidsoptions li a:hover {
  background-color: #5BF;
}

#kidsoptions li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#kidsoptions li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#kidsoptions li:first-child a {

  border-left: none;
}

#kidsoptions li:last-child a {
 
}

#kidsoptions li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}

#kidsoptions .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

#kidsoptions .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#kidsoptions .option-combo h2,
#kidsoptions .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}

/** Horse Options **/

#horseoptions {
  padding-bottom: 1.0em;
}

#horseoptions h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#horseoptions h4 { 
  font-weight: bold;
}

#horseoptions ul {
  margin: 0;
  list-style: none;
}

#horseoptions ul ul {
  margin-left: 1.5em;
}

#horseoptions li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#horseoptions li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#horseoptions li a:hover {
  background-color: #5BF;
}

#horseoptions li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#horseoptions li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#horseoptions li:first-child a {

  border-left: none;
}

#horseoptions li:last-child a {
 
}

#horseoptions li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}

#horseoptions .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

#horseoptions .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#horseoptions .option-combo h2,
#horseoptions .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}

/** Offers Options **/

#offersoptions {
  padding-bottom: 1.0em;
}

#offersoptions h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#offersoptions h4 { 
  font-weight: bold;
}

#offersoptions ul {
  margin: 0;
  list-style: none;
}

#offersoptions ul ul {
  margin-left: 1.5em;
}

#offersoptions li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#offersoptions li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#offersoptions li a:hover {
  background-color: #5BF;
}

#offersoptions li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#offersoptions li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#offersoptions li:first-child a {

  border-left: none;
}

#offersoptions li:last-child a {
 
}

#offersoptions li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}

#offersoptions .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

#offersoptions .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#offersoptions .option-combo h2,
#offersoptions .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}


/** Tennis Options **/

#tennisoptions {
  padding-bottom: 1.0em;
}

#tennisoptions h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#tennisoptions h4 { 
  font-weight: bold;
}

#tennisoptions ul {
  margin: 0;
  list-style: none;
}

#tennisoptions ul ul {
  margin-left: 1.5em;
}

#tennisoptions li {
  float: left;
  margin-bottom: 0.2em;
  list-style: none;
}

#tennisoptions li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: normal;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  font-family: Verdana, Geneva, sans-serif;
}

#tennisoptions li a:hover {
  background-color: #5BF;
}

#tennisoptions li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#tennisoptions li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#tennisoptions li:first-child a {

  border-left: none;
}

#tennisoptions li:last-child a {
 
}

#tennisoptions li a.selected {
  background-color: #333;
  text-shadow: none;
  color: white;
}

#tennisoptions .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

#tennisoptions .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#tennisoptions .option-combo h2,
#tennisoptions .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}


/** assistance from marinos**/


/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
}

#options .option-combo ul {
  margin-right: 20px;
  /*display: inline-block;*/
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}

/** hotel room one combinations **/
#hoteloptions .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  height:auto;
  overflow:visible;
}

#hoteloptions .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#hoteloptions .option-combo h2,
#hoteloptions .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}
/** end hotel combinations **/

/** hotel room two combinations **/
#hoteloptionstwo .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  overflow:visible;
}

.quickBook {
	text-align: right;
	cursor: pointer;
	background-color: #002a5c;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #d5d5d5;
	width: auto;
	float: right;
	margin-top: -30px;
	line-height: 2em;
	margin-right: 120px;	
}

#hoteloptionstwo .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#hoteloptionstwo .option-combo h2,
#hoteloptionstwo .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}
/** end hotel room two combinations **/

/** spa combinations **/
#spaoptions .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

#spaoptions .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#spaoptions .option-combo h2,
#spaoptions .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  font-weight:normal;
}


/* Color shapes */

.color-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}
 
.color-shape.round {
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
}
 
.color-shape.big.round {
  -webkit-border-radius: 75px;
     -moz-border-radius: 75px;
          border-radius: 75px;
}
 
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
 
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }

.color-shape a {
  display: block;
  height: 100%;
}

.color-shape a:hover {
  background: white;
  background: hsla( 0, 0%, 100%, 0.5 );
}

/**** Horizontal ****/

.horizontal #container {
  height: 80%;
}

#copy {
  max-width: 640px;
}

footer {
  font-size: 12px;
  font-style: italic;
  border-top: 1px solid #333;
  padding: 0.8em 0;
}

pre {
  padding: 10px;
}

pre, code {
  background: black;
  color: white;
  font-family: 'Monaco', monospace, sans-serif;
}

#content code {
  font-size: 12px;
}

#content pre {
  line-height: 1.6em;
}

h3#options {
  padding-bottom: 0;
}

.option-def dl dt,
.option-def dl dd {
  float: left;
  padding: 0 1.2em;;
  background: #161616;
  line-height: 36px;
  height: 36px;
}

.option-def dl.header dt,
.option-def dl.header dd {
  background: #444;
}

.option-def dl .option-type {
  font-size: 13px;
  color: #AAA;
  font-style: italic;
}

.option-def dl dd {
  border-left: 1px solid #222;
}



/**** Pygments ****/

code .s1,
code .s { color: #78BD55; } /* string */
code .mi, /* integer */
code .cp, /* doctype */
code .kc { color: #5298D4; } /*boolean*/
code .k { color: #E39B79; } /* keyword */
code .kd, /* storage */
code .na { color: #A9D866; } /* markup attribute */
code .p  { color: #EDB; } /* punctuation */
code .o  { color: #F63; }   /* operator */
code .nb { color: #AA97AC;} /* support */

/* comment */
code .c,
code .c1 { color: #666; font-style: italic; }

code .nt { color: #A0C8FC; } /* Markup open tag */

code .nf { color: #9EA8B8; } /* css id */
code .nc { color: #A78352; }  /* CSS class */
code .m  { color: #DE8E50; } /* CSS value */
code .nd { color: #9FAD7E; } /* CSS pseudo selector */



/**** Super list ****/


/**** Sites using Isotope ****/

#sites h2 {
  display: none;
  padding: 0.4em;
  line-height: 32px;
  margin-bottom: 0.4em;
  -webkit-transition: background-color 0.8s;
     -moz-transition: background-color 0.8s;
       -o-transition: background-color 0.8s;
          transition: background-color 0.8s;
}

#sites h2 img {
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: bottom;
}

#sites h2.loading {
  background: white;
  color: #222;
}
#sites h2.error {
  background: red;
  color: #222;
}


#sites ul {
  margin: 0;
}


.overlayInfo {
	background-image:url(../images/whitepngback.png);
	background-repeat:repeat;
	width:85%;
	height:100%;
	top:0px;
	left:15%;
	position:fixed;
	z-index:9999999999;
	overflow:hidden;
	display:none;
	
	
}

.overlayInfoContent {
	/*
	height:100%;
	top:0;
	position:absolute;
	*/
	position:relative;
	top:50%;
	margin-top:-290px;

}

.overlayAction {
	cursor:pointer;
	margin-left:5px;
	color:#002a5c!important;
}

.overlay {
	background-image:url(../images/superblackpngback.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:2em;
	cursor:pointer;
	color:#f9f9f9;
}

.overlayHotel {
	background-image:url(../images/superblackpngback.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	z-index: 999999999;
	cursor:pointer;
	overflow:hidden;
}

#rateDetails {
	padding:10px;
	color:#f9f9f9;
}

/*.overlayHotelDescription {
	 background-image: url("../images/superblackpngback.png");
    background-repeat: repeat;
    border: 1px solid #999999;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    height: 99%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 99%;
    z-index: 999999999;
	display:none;
}
*/
.overlayHotelDescription {
background-image: url(../images/superblackpngback.png);
background-repeat: repeat;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
z-index: 999999999;
cursor: pointer;
overflow: hidden;
}

.closeDiv {
	position:absolute;
	width:auto;
	background-color:#000;
	text-align:right;
	bottom:25px;
	float:right;	
	right:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	
	
}



/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* STYLES FOR ACTIVITIES */

.elementActivities {
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	color:#002a5c;
    display: table-cell;
    height: 300px;
    margin: 10px;
    overflow: hidden;
    width: 30%;
	box-shadow:none;
	border:none;
	border-bottom: 2px solid #c7c7c7;
	border-radius:3px;
}

.elementActivities:hover {
	background-color: #d4eafc;
}

.imgValActivities  {
  max-height:151px;
  	width: 100%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.elementActivitiesTextContentContainer {
	max-width: 100%;
	padding:10px 15px;
}

.elementActivityContentTitle {
	font-weight:bold;
	color:#002a5c;
	padding-bottom:10px;
	min-height: 32px;
	font-size: 13px;
}

.activityDescription {
	padding-bottom:20px;
}

.activityMoreInfoLink {
	cursor:pointer;
	color: #706F6F;
}

.activityPrice {
	font-size:17px;
	padding-bottom:5px;
}

.activityPerPerson {
	font-size: 12px;
	color: #706F6F;
	position: relative;
	top: -3px;
}


.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}





.defaultBtnStyle {
	cursor: pointer!important;
	line-height: 24px;
	margin: 2px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none!important;
	text-shadow: none;
	-webkit-transition: box-shadow ease-in-out .15s;
	-moz-transition: box-shadow ease-in-out .15s;
	-o-transition: box-shadow ease-in-out .15s;
	transition: box-shadow ease-in-out .15s;
	-webkit-appearance: none;
	width: 100px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	background-color: #002a5c;
	color: white;
	box-shadow: 0px 1px 0px 1px #005d91;
	border: none;
	height: 40px;
}

.defaultBtnStyle:focus, .defaultBtnStyle:hover {
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35),inset 0 0 50px 5px rgba(255,255,255,.2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.35),inset 0 0 50px 5px rgba(255,255,255,.2);
box-shadow: 0 1px 1px rgba(0,0,0,.35),inset 0 0 50px 5px rgba(255,255,255,.2);
}

.defaultBtnStyle:active {
	border-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.4) inset;
}

.elementActivityBtn {
	width:auto;
	height:auto;
	font-size:13px;
	padding:2px 7px;
	cursor:pointer; 
	min-width:30px;
	background-color: #cea631;
	box-shadow: none;
	padding-left: 10px;
	padding-right: 10px;
}

.floatLeftBtn {
	float: left;
}

.filtersSubtypesContainer {
	width:99%;
	text-align:center;
}

.subtypesWrapper {
	width:100%;
}

.subtypesWrapper .defaultBtnStyle {
	width:100px;
	text-align: center;
}

.subtypesContainer {
	display:none;
	width: 180px;
	position: absolute;
	z-index: 999;
	background-color: white;
	text-align:left;
	border:3px solid #005d91;
	margin: -2px 1px;
	padding:10px;
}

.subtypeImg {
	width:200px;
	padding:2px;
	border:1px solid #dedede;
	margin-right:10px;
}

.filterActivityContainer {
	clear:both;
	padding: 5px;
}

.filterActivityContainer label {
	cursor:pointer;
	margin-left: 5px;
}

.filterActivity {
	float:left;
	position: relative;
	top: 2px;
	cursor:pointer;
}

.subtypesContainer a.stockFilterLink {
	width:auto;
	text-decoration:none;
	font-size:13px;
	color:#333;
	display: block;
	margin:0;
	padding: 0px 0px 0px 5px;
}

#selectedActivitiesFilters {
	margin-left: 10px;
	margin-bottom:10px;
}


.activitySelectedFilter {
	font-size: 12px;
	padding: 5px 15px;
	margin-right: 10px;
	color: white;
	border-radius: 10px;
	background-color: #A7A7A7;
}


/* STYLES FOR ACTIVITIES SIDEBAR */
.outPutTitleForSidebar {
	color: #ededed;
	font-family: 'Raleway',sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left:4px;
}

.itinerarySchedule {
	position:relative;
} 

.itineraryTableForSidebar {
	background-color: #f9f9f9;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	color: #002a5c;
	box-shadow: none;
	width:100%;
}


.outPutTextForSidebar {
	color: #002a5c;
	font-family: 'Raleway',sans-serif;
	font-size: 10px;
}

.deleteItinItemForSidebar {
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
	background-size: 9px;
	padding-left: 10px;
	cursor: pointer;
	width: 6px;
	height: 10px;
	position:relative;
	top:4px;
}

.deleteItinItemForSidebar:hover {
	background-size: 9px;
	background-image: url(../images/deleteover.png);
}

.deleteItineraryForSidebar {
	cursor:pointer;
	margin:20px 0px 0px;
	padding:0;
	font-size:10px;
}

.dashboardItinerarySidebar {
	width: auto;
	padding:0;
	font-size: 11px;
	border-right: 1px solid #CFCFCF;
	margin-top: 20px;
}

.elementSidebarMenu {
	background-color: #A7A7A7;
	color:white;
	padding: 10px 0px 10px 10px!important;
	width:auto!important;
	border-bottom: 1px solid #838383;
}

.elementSidebarMenuText {
  float: left;
}

.elementSidebarMenuColor {
  float: right;
  width: 30px;
  height: 10px;
  background-color: white;
  border: 1px solid #dedede;
  border-right: none;
}

.elementSidebarMenu .greenColor {
  background-color: #60DB6F;
}

.elementSidebarMenu .skyColor {
  background-color: #40C5ED;
}

.elementSidebarMenu .orangeColor {
  background-color: #ED6840;
}

.elementSidebarMenuLink:hover , .elementSidebarMenuLinkActive {
	background-color: white;
	color:#002a5c;
}

.elementSidebarMenuLinkGold {
	background-color: #20B1B1;
	background-color: #cea631;
	color:white;
}

.elementSidebarMenuLinkGold:hover {
	background-color: rgb(255, 230, 158);
	color:white;
}

.elementSidebarMenuLinkStyle {
	text-decoration:none;
}

.elementSidebarMenuWhite {
	background-color: #f9f9f9;
	color: #002a5c;
	border-bottom: 1px solid #B8B8B8;
	cursor:default!important;
}

.elementSidebarMenuTitle {
	background-color: #002a5c;
	color: white;
}

.sidebarItineraryItem {
	font-size:10px;
	line-height:15px;
}

.sidebarItineraryItemMed {
	width:80%;
}

.itinerarySidebarItemsTable {
	padding:0;
	margin:0;
}

.itinerarySidebarItemsTable tr{
	padding:2px 0;
	border-bottom:1px dotted #CFCFCF;
	margin:10px;
}

.itinerarySidebarItemsContainer {
	width: 100%;
	height: 150px;
	overflow:hidden;
}

#qLoverlay {
	position:relative;
	overflow:hidden;
}

.transparentOverlayLoadingContainer {
	padding: 25px;
	width:350px;
	position:absolute;
	top:12%;
	left:50%;
	margin-left:-200px;
	text-align:center;
}

.loaderPageContentContainer {
	padding: 25px;
	width: 550px;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -300px;
	text-align: center;
}

.loaderPageContentContainerText {
	margin-top: 20px;
	font-size: 13px;
	border-radius: 3px;
	padding: 10px;
	line-height: 24px;
	color: white;
}

.loaderPageImgText {
	margin-top:30px;
	text-transform:uppercase;
}

.loaderPageImg {
	width:300px;
	margin: 30px 0px;
}

.transparentOverlayLoadingContainerText {
	background-color:#f9f9f9;
	margin-top:20px;
	font-size:16px;
	color:#002a5c;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	border-radius: 3px;
	padding:10px;
	line-height:24px;
	background-color: #A7A7A7;
	color: white;
}

.loaderPageLoaderIcon {
	
}

.itineraryPageLink {
	text-decoration:none;
	cursor:pointer;
	color: #002a5c;
	font-weight: bold;
	font-size: 12px;
}

span.transportationOptionRadioText {
margin-left: 5px;
position: relative;
top: -2px;
}

.transportationOptionRadioContainer {
	float:left;
	margin-right:10px;
}

.itineraryColumnTopTitle {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*background-color: #002a5c;
	color: white;
	padding: 5px;
	border-radius: 3px;
	box-shadow: inset 0 0 10px #000000;*/
}

/* List items styles */
.stockItemsListContainerWithScrollBar {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.stockItemsListTable {
	width:100%;
}

.stockItemsListTable th{
	background-color:#E4E4E4;
	font-size: 14px;
	padding: 5px;
	text-align:left; 
    vertical-align:left;
	width:25%;
}

.stockItemsListTable td{
	font-size: 13px;
	padding: 10px 5px;
	text-align:left; 
    vertical-align:left;
	border-top:1px solid #dadada;
	width:25%;
}

tr.secondaryStockItemsListTableRow {
	display:none;
}

.imgListItem {
	width:100px;
	border:1px solid #e3e3e3;
	padding:2px;
	display: initial;
	
}

.listMoreBtn  {
	cursor: pointer;
	background-color: #8C8C8C;
	color: white;
	padding: 5px;
	float:left;
}

.listAddBtn {
	background-color: #cea631;
}


