/* Floorplan Video Display CSS - No Longer Used */

.close-modal-button{
  float: right;
  color: #fff !important;
  padding-right: 20px;
}
div#h1_residence_features {
    padding-top: 10px;
}
.floorplan-video-header, .floorplan-zoom-header{
  height: 54px;
  color: #ffffff;
  background: #97B125;
  padding-left:20px;
  line-height:2.2em;
  font-size:24px;
}
.floorplan-video-container{
  padding:20px;
}
#videoDisplayContainer{
  float:left;
  width:100%;
  max-width:57.5%;
}
#videoDisplayContainer iframe{
  width:100%;
  height:auto;
  min-height:300px;
}

#videoDisplayListContainer{
  float:left;
  padding-left: 5px;
  max-width:40%;
  width:100%;
}

#videoDisplayList{
  list-style-type:none;
  margin:0;
  padding:0 0 0 10px;
}

.videoDisplayLink{
  cursor:pointer;
  padding:20px 20px 14px 0px;
  border-bottom:1px solid lightgrey;
  font-size:1em;
  letter-spacing:.1em;
}
.videoDisplayLink.selected {
  font-weight:bold;
  text-transform:uppercase;
  }

#videoCaption{
  font-weight:bold;
}

.disclaimerText {
  text-align: center;
  font-size: 13px;
  padding-bottom: 15px;
}

.video-disclaimer-content{
  font-size:14px;
  color:grey;
  border:1px solid lightgrey;
  padding:20px;
  display:none;
}

.video-arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #97B125;
  float:left;
  visibility:hidden;
  margin-right:10px;
}

.selected .video-arrow-right{
  visibility:visible;
}

#floorplan-video-viewer{
  width:50%;
  left:50%;
  margin:0 auto;
  top: 50%;
  background-color: #ffffff;
  position:fixed;
  box-shadow: 4px 4px 3px #7b7b7b;
  z-index:111;
  max-height:600px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);  
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-play:before {content: "\f04b";}


.fa-play {
  background-position: 0 7px;
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

.fa-play {color: #97B125;}

.fa-play:before {
  content: "\f04b";
}

.fa-play {
  border-color: transparent transparent transparent #ffffff;
} /**/

* html img, * html .DarkLayer
{
  behavior: url(http://www.thistlesage.com/js/iepngfix.htc);
}

#fp_widget #fpw_widgetWrap .fpw_col_head{
  overflow: hidden;
  /* line-height: 20px; */
  line-height: 1.2em; /* Jeff April 10 2013 - Changed from line-height: 20px; to line-height: 1.2em; */
  text-align: center; /* Jeff April 10 2013 - Changed to align center */
}

/*.SectionTitle {
width: 900px;
margin: 0px auto;
font-size: 26px;
font-style: italic;
font-weight: bold;
text-transform: capitalize;
}*/
.fpw_bedSelectButtonActive, fpw_fpSelectButtonActive
{
  background-color: #97B125;
}
.page_floorplans .Apartment {
  border: 1px solid;
  padding: 20px 35px 25px;
  overflow: hidden; /*added for floorplan in widget.html*/
  line-height:1.4em;
}

.AmenityBoxHorizontal span.SectionTitle {
  width: 900px;
  margin: 0px auto;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.amenities-column ul {
  padding-left: .8em !important;
  margin-left: 15px !important;
  }
.amenities-1-column-only {
  width: 100%;
  }
.amenities-2-columns1 {
  width: 50%;
  float: left;
  }
.amenities-2-columns2 {
  width: 50%;
  float: right;
  }
.amenities-column1 {
  float: left;
  width: 33%;
  }
.amenities-column2 {
  float: left;
  width: 33%;
  }
.amenities-column3 {
  float: right;
  width: 33%;
  }
.section {
  /*padding-left: 15px;*/
}
li.section {
  text-align:left;
  line-height: 21px;
  font-size: 16px;
  margin-right: 10px;
  color: #97B125;
  list-style:disc;
}
li.section span{
  width: 240px;
  overflow: hidden;
  display: inline !important;
  float: none !important;
}

li.section span.blt-txt1 
{
  color: #000000
}


.Apartment h1 
{
  margin-top: 5px;
  margin-bottom: 5px !important;
}


.AmenitiesPage {
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}

.section li span {
  background-color: transparent;
  font-weight: normal;
  display: inline;
  text-decoration: none;
}

#fp_widget {
  /*padding-top: 20px;*/
  height: 520px;
  margin: 0 auto;
}

/* for the calendar -- jQuery UI */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none repeat-x scroll 50% 50% #ba5915 !important;
  border: 1px solid #7d4401 !important;
  color: #fff !important;
  font-weight: bold;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none repeat-x scroll 50% 50% #7d4401 !important;
  border: 1px solid 97B125 !important; /*#ba5915*/
  color: #fff !important;
  font-weight: bold;
}

#uaw_bigimagepane	/* the black background transparency that is behind the main image with the "zoom" */
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  z-index: 7010;
}

#smoke{
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  filter: alpha(opacity=70);
  top: 0;
  width: 100%;
  z-index: 5000;
  display: none;
}


/* all the "fpw_" classes and id's are for this widget...and defined/manipulated/assigned in the javascript */
#fpw_widgetWrap {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.fpw_col {
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0px;
  border-top: #525047 6px solid;
}
#fpw_col_1 {
  width: 10.85%;
  left: 0px;
}
#fpw_col_2 {
  width: 20.85%;
  left: 12%;
}
#fpw_col_3 {
  width: 44%;
  left: 34%;
}
#fpw_col_4 {
  width: 20.85%;
  right: 0px;
}
.fpw_noUnitContent div
{
  position: relative;
  font-size: 14px;
  font-weight:bold; /* Jeff April 9 2013 Updated font size and font weight for new button look */
  color:#FFFFFF;
}
.fpw_noUnitContent .fpw_arrow_right
{
  top:auto;
  left:auto;
  margin-top:2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  {
  .fpw_noUnitContent div { /* color:rgba(255,255,255,1); */ color: #fff !important; }
  
}
#no_unit_content_text
{
  font-size: 12px;
  padding-top: 13px;
  position: static;
  text-transform: none;
}  
.fpw_Unit_PhoneNumber {
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
}
.inquire-now:hover /* Sandeepa May 10 2013 was fpw_noUnitContent:hover */
{
  background: -moz-linear-gradient(center top , #97B125 10%, rgba(0, 0, 0, 1) 190%) repeat scroll 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#97B125), color-stop(150%,rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #97B125 10%,rgba(0, 0, 0, 1) 190%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #97B125 10%,rgba(0, 0, 0, 1) 190%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #97B125 10%,rgba(0, 0, 0, 1) 190%); /* IE10+ */
  background: linear-gradient(to bottom, #97B125 10%,rgba(0, 0, 0, 1) 190%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97B125', endColorstr='rgba(255, 255, 255, 0.1)',GradientType=0 ); /* IE6-9 */
}
.fpw_noUnitContent   /* was  - Sandeepa May 10 2013 */
{
  width: 134px;
  height: 20px;
  cursor:pointer;
  /* border: 1px solid #cfcfcf; Sandeepa May 10 2013 Removed this and put it in the inquire now class 
  box-shadow:0px 0px 1px 1px #35718F;*/
  color:#FFFFFF;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -67px;
  /* background-color:#97B125; Sandeepa May 10 2013 Removed this and put it in the inquire now class */
  display: block; /* Jeff April 2 2013 - There is an inline generated stle making this display: inline; this will allow
  the area to contiue to have block layout while taking away the disadvantage to having it be positioned absolutely */
  /* jeff April 2 2013 - Allow this to center using css */
  color:White;
  font-size: 0.9em; /* Jeff April 2 2013 - Updated Font size to match psd */
  text-align:center;
  padding-top: 5px; /* Jeff April 12 2013 - added padding bottom */
  padding-bottom: 5px;
  text-decoration: none;
  font-weight: normal;
  
  /* Jeff april 24 2013 - removing margins, changing position to absolute and adding new code to center 
  margin-top:65px;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  
  
  */
}

.inquire-now {
  background-color:#97B125;
  border: 1px solid #cfcfcf;
  box-shadow:0px 0px 1px 1px #35718F;
  
  padding: 0.3em;
}


.no-units{display:none;}
.fpw_noUnitContent .fpw_arrow_right{
  /*  border-left-color: #fff; */
  display: none;
}

.fpw_col_background1 {
  width: 100%;
  height: 88%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #525047;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fpw_col_background2 {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 4.3%;
  background-color: #AEAEAE;
  border-top: #e8e8e8 4px solid;
  border-bottom: #e8e8e8 4px solid;
}
#fp_widget #fpw_widgetWrap .fpw_col_head {
  /*font-family: verdana, arial, sans-serif; */
  font-family: arial, sans-serif; /* Jeff April 2 2013 - Placed Font Family back to Arial */
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  /*	overflow:hidden;
  */}
#fpw_col3_head {
  padding: 0px 0;
  margin-top: 12px;
}

#fp_widget #fpw_widgetWrap .fpw_col3head_fpName {
  /* font-size: 24px; */
  font-size: 19px; /* Jeff April 10 2013 - made general font size smaller to allow for larger titles to still fit */
  /* white-space:nowrap; */
  display: inline-block;
  line-height: 1.3em; /* Jeff April 10 2013 - Added to stop parts of the top and bottom of the text to be clipped off */
  margin-top: -4px; 
  margin-bottom: 0; /* Jeff April 10 2013 - Added display: inline-block and margin-bottom: 0; */
  white-space: normal; /* Jeff April 2 2013 - Replaced white-space no wrap to normal */
  font-weight: bold;
  color:#97B125;
}
.fpw_bedSelectButton {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: #e8e8e8 4px solid;
  display: block;
  cursor: pointer;
}
.fpw_bedSelectButton:active, .fpw_bedSelectButtonActive, .fpw_bedSelectButton:hover {
  color: #fff;
  /*color:#C55604;*/
}
.fpw_bedSelectButtonActive .fpw_bedSelectText,
.fpw_bedSelectButton:hover .fpw_bedSelectText {
  color: #fff;
  /*   color:#C55604;*/
}

.fpw_bedSelectText {
  margin: 0px;
  padding: 13px 0 0 15px;
  font-weight: bold;
  color: #000;
}
.fpw_arrow_right {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right:10px;
  border-style: solid;
  border-width: 8px 0px 8px 8px;
  margin-top: -8px;
  border-color: transparent;
  border-bottom-color: transparent !important;
  border-top: 8px solid transparent !important;
  border-left-color: #97B125
}

#fpw_col2_background2,
#fpw_col4_background2 {
  overflow: hidden;
}
#page_floorplans #fpw_fpSelect_moveWrap {
  margin-top: 0px;
}
#fpw_fpSelect_moveWrap,
#fpw_unitSelect_moveWrap {
  width: 100%;
  height: auto;
}
.fpw_fpSelectButton {
  position: relative;
  width: 100%;
  /* height: 40px; */
  min-height: 40px; /* Jeff March 25 2013 - Added to allow for this box to resize on smaller resolutions */
  border-bottom: #e8e8e8 4px solid;
  display: block;
  cursor: pointer;
  /*background: #97B125*/
}
.fpw_fpSelectButtonActive {
  background: #97B125
}
.fpw_fpSelectButton_text {
  margin: 0;
  padding: 5px 0 2px 5px;
  color: #000;
  /* white-space: nowrap; */
  white-space: normal; /* Jeff April 2 2013 - changed white space to normal */
  overflow: hidden;
}
#fp_widget #fpw_widgetWrap .fpw_fpSelectButton_fpName {
  font-weight: bold;
  font-size: 13px;
  display: block;
  white-space: normal !important; /* Jeff April 2 2013  added the padding, max- width and the white space */
  max-width: 160px !important;
  padding-right: 15px;
}
#fp_widget #fpw_widgetWrap .fpw_fpSelectButton_fpDetails {
  font-size: 10px;
}
.fpw_fpSelectButton:hover {
background: #ba5915 !important;
}
.fpw_bedSelectButton:hover {
background: #ba5915 !important;
}
.fpw_fpSelectButton:active .fpw_fpSelectButton_text,
.fpw_fpSelectButtonActive .fpw_fpSelectButton_text,
.fpw_fpSelectButton:hover .fpw_fpSelectButton_text {
  color: #fff;
  /*color:#C55604;*/
}
.fpw_unitSelectButtonactive, .fpw_unitSelectButton:hover
{
  background-color:#97B125 !important;
}
.fpw_unitSelectButtonactive, .fpw_unitSelectButtonactive a, .fpw_unitSelectButton a, .fpw_unitSelectButtonactive .fpw_avUnit_item, .fpw_unitSelectButtonactive .fpw_avUnit_desc{
  color: #fff!important; 	
}
.fpw_unitSelectButton {
  height: 50px;
  border-bottom: #e8e8e8 4px solid;
  padding: 4px 6px;
  background: #bfbfbf;
  line-height: 1.1em;
}
.fpw_unitSelectButton:hover, .fpw_unitSelectButton:active {
  background-color: #fff;
}
.fpw_unitSelectButton:hover .fpw_avUnit_desc, .fpw_unitSelectButton:active .fpw_avUnit_desc {
  color: #000;
}
#page_floorplans .fpw_unitSelectButton:hover .fpw_avUnit_unit, .fpw_unitSelectButton:active .fpw_avUnit_unit {
  color: #000;
}
#fp_widget #fpw_widgetWrap .fpw_avUnit_table {
  margin: 0 auto;	/*	DAH - Jan 30 2012 - required to over-ride general Drupal td class specification */
  border: 0px;	/*	DAH - Jan 30 2012 - required to over-ride general Drupal td class specification */
  font-size: 12px;
  line-height: 1em;  /*added for floorplan in widget.html*/
  float: left; /*added for floorplan in widget.html*/
}
#fp_widget #fpw_widgetWrap .fpw_avUnit_unit {
  font-weight: bold;
  font-size: 90%;
  white-space: nowrap;
}

#fp_widget #fpw_widgetWrap .fpw_avUnit_lease a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 65px;
}
.fp_available_cta_name {
  padding-left: 30px;
  padding-bottom: 18px;
}
.fp_na_cta_name {
  background-color: #97B125;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 0px 1px 1px #35718F;
  padding: 0.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 125px;
  margin-top: 13px;
}
.fp_na_cta_name:hover {
  background: linear-gradient(to bottom, #97B125 10%,rgba(0, 0, 0, 1) 190%);
}
.fp_na_cta_link {
  color: white !important;
  text-decoration: none;
}
.fpw_avUnit_lease span {
  cursor: pointer;
  font-size: 90%;
  font-weight: bold;
  text-decoration: underline;
  color: #ba5915;
  /* white-space: nowrap; */
  white-space: normal; /* Jeff April 2 2013 */
}
#fp_widget #fpw_widgetWrap .fpw_avUnit_item {
  font-size: 90%;
}
#fp_widget #fpw_widgetWrap .fpw_avUnit_desc {
  color: #000;
  font-size: 90%;
}
#fp_widget #fpw_widgetWrap #fpw_col_3 .fpw_column_3_head_views {
  margin: 0;
  padding: 3px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
}
/* Head Button - No Longer Used
.fpw_column_4_head_button {
padding: 0 7px 0 7px;
display: inline-block;
cursor: pointer;
color: #fff;
} */

.fpw_column_4_head_button{
  padding: 0 7px 0 7px;
  display: inline-block;
  cursor: pointer;
  color: #fff;  
}

.fpw_column_3_head_button {
  padding: 0 7px 0 7px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.fpw_column_2_head_button {
  padding: 0 7px 0 7px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.hideme {
  display: none;
}

.fpw_icon {
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 3px;
}

#fpw_icon_3D {
  background: url(http://www.thistlesage.com/RPWebParts/Resources/std-icons.png) no-repeat scroll 0 -505px;
}
#fpw_icon_2D {
  background: url(http://www.thistlesage.com/RPWebParts/Resources/std-icons.png) no-repeat scroll 0 -485px transparent;
}
#fpw_icon_photo
{
  background: url(http://www.thistlesage.com/RPWebParts/Resources/std-icons.png) no-repeat scroll 0 -506px transparent;
}
#fpw_icon_print {
  background: url(http://www.thistlesage.com/RPWebParts/Resources/std-icons.png) no-repeat scroll 0 -465px transparent;
}
#fpw_icon_zoom {
  background: url(http://www.thistlesage.com/RPWebParts/Resources/icon_zoom.png) no-repeat;
}
#fpw_icon_calendar {
  width: 15px;
  height: 12px;
  background: url(http://www.thistlesage.com/RPWebParts/Resources/icon_calendar.png) no-repeat;
}
.fpw_header_scrollButton{
  position: absolute;
  left: 0px;
  width: 100%;
  height: 4%;
  display: block;
  cursor: pointer;
}
#fpw_planSelectScrollTop,
#fpw_unitSelectScrollTop {
  top: 0px;
}
#fpw_planSelectScrollBottom,
#fpw_unitSelectScrollBottom {
  bottom: 0px;
}

.fpw_arrow_down, .fpw_arrow_up {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -10px;
  border-style: solid;
}
.fpw_arrow_down{
  border-width: 10px 10px 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-color: #fff;
}
.fpw_arrow_up {
  border-width: 0px 10px 10px 10px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-color: #fff;
}
.fpw_fpImageArea{
  width: 100%;
  /*height: 80%; */
  height: 77%; /* Jeff April 18 2008 */
  background-color: #fff;
}



/* hide nav bar when not small view */
.btn-navbar {
  display: none;   /* Jeff - March 26 2013 - hide the btn-navbar on normal display */
}

#fpw_col_3 .fpw_col_background1 .fpw_fpImage { 
  display: block;    /* Jeff - March 25 2013 - added to allow the floor plan image to be centered horizontally by margin: 0 auto; */
  margin: 0 auto;    /* Jeff - March 25 2013 - centering out the image automatically instead of relying on Left property */
  /*padding-bottom: 20px; *//* Jeff March 25 2013 - creating space between the end of the image and the slider container */
  width: 85%; /* Jeff March 28 2013 - Allowing the image to resize based on screen resolution 
  * and to still fit on the image container */
  max-width: 300px; /* Jeff March 28 2013 - Added max width to stop image from becoming too large */
  max-height: 330px;
}



.fpw_fpDescriptionPane{
  width: 100%;
  height: 82px !important; /*asa*/
  min-height: 43px;
  position: relative;
  bottom: 0px;
  left: 0px;
  background-color: #525047;
  overflow: hidden;
  padding: 0px; /*	DAH - Jan 30 2012 - required to over-ride general Drupal td class specification */
  margin: 0px;	/*	DAH - Jan 30 2012 - required to over-ride general Drupal td class specification */
}
.fpw_fpDescriptionText {
  margin: 0;
  padding: 5px;
  color: #fff;
}
#fpw_col3_background2 {
  background-color: #fff;
  overflow: hidden; /* Jeff - April 3rd 2013 added overflow hidden */
}
.fpw_fpImage:hover
{
  /* box-shadow:0px 0px 5px 1px gray; */
  /* Jeff - march 28 2013 changed hover effect */
  
}
.fpw_fpImageCaption {
  height:5%;
  width:100%;
  color:White;
  font-style:italic;
  text-align:center;
  background-color:#656565
    
}
.slider-container{
  position:relative;
  width:418px;
}
.slider-right, .slider-left{
  top:0px;
  left:0px;
  position:absolute;
  margin-top:2px;
  background-position:center;
  width: 17px;
  background-color: #97B125;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url("http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/Thumb-left.png");
  cursor:pointer;
}
.slider-right{
  background-image: url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/Thumb-right.png);
  right:-4px;
  left:inherit;
}
.image-wrapper{width:;
  margin:0 auto;340px}
.fpw_fpImageGallery
{
  height:60px;
  width:350px;
  
  overflow:hidden;
}
#fpwImageGalleryDisplay .fpw_galleryItem img
{
  height:90%;
}
.fpw_galleryItem
{
  margin-right:5px;
  float:left;
  list-style:none;
  
  margin-top:-3px;
  
}
.fpw_galleryItemSelected, .fpw_galleryItem:hover
{
  box-shadow: 0px 0px 2px 2px gray;
  border-bottom:4px solid #97B125;
}
.fpw_galleryItem:hover
{
  /*border-color: #97B125;
  border-style:solid;*/
}
.fpw_staticText_nonAvailable{
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}
.fpw_arrow_disabled .fpw_arrow_down, .fpw_arrow_disabled .fpw_arrow_up
{
  border-color: #9C9A95;
}
.fpw_arrow_disabled {
  -moz-opacity: 0.43;
  -khtml-opacity: 0.43;
  opacity: 0.43;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=43)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=43);
  filter: alpha(opacity=43);
  cursor:not-allowed !important;
}
.bullet {
  margin-right: 15px;
  font-size: 19px;
}
.fpw_avUnit_lease, .fpw_avUnit_desc {
  padding-left: 30px;
}

.fpw_bedSelectButton:active .fpw_arrow_right,
.fpw_bedSelectButtonActive .fpw_arrow_right,
.fpw_bedSelectButton:hover .fpw_arrow_right {
  border-left-color: #FFFFFF;
}
.fpw_fpSelectButton:active .fpw_arrow_right,
.fpw_fpSelectButtonActive .fpw_arrow_right,
.fpw_fpSelectButton:hover .fpw_arrow_right {
  border-left-color: #FFFFFF;
}
#page_floorplans {
  /*width: 950px;*/
  width:auto;
  line-height:15px;
  margin: 0 auto;
}
.Apartment  h1{
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

#dialog
{
  display:none;
}


/* NEW FLOOR PLAN FLEX SLIDER GALLERY */
.fpw_fpImageCaption { display:none;}

#flexsliderBig {
  cursor: pointer;
}
#fpw_fpImageArea.flexslider .slides img {
  height: auto !important;
}
/* Added by Jeff Richardson 04/18/13 */
.flexslider .flex-viewport .slides img {
  max-height: 290px; /* orignally was 330px */
  max-width: 360px; /* originally was 300px */
  width: 85%;
  margin: 0 auto;
}

.flexslider .flex-viewport {
  cursor: pointer;
}

#fpw_col_3 #fpw_fpImageArea ul.slides li img {
  margin: 0 auto;
  width: auto !important;
  height: auto;
  max-height: 300px;
  max-width: 100%;
}


/* Carousel */

/* CONTROL NAV FOR FLOOR PLAN */

#fpw_col_3 #fpw_fpImageArea ul.slides {
  margin: 0;
  padding: 0;
}

#fpw_col_3 #fpw_fpImageArea .flexslider {
  margin-bottom: 30px;
  margin-top: 10px;
}

#fpw_col_3 .slider-container {
  width: 90%;
  margin: 0 auto;
  background: none;
}

#fpw_col_3 .slider-container ul.slides li  {
  margin: 0 6px;
  padding-top: 7px;
  max-width: 111px;
}

#fpw_col_3 .slider-container ul.slides li.flex-active-slide {
  background: #97B125 url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/selected-FloorPlan-Image.png) no-repeat center top;
  /* The backround color will be an rp resource color */
}


#fpw_col_3 .slider-container ul.slides li img {
  border: 2px solid #fff;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -o-border-radius: 4px; 
  border-radius: 4px; 
  width: 100%;
  /* box-shadow: 0 1px 4px rgba(0,0,0,.2); 
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);  */
  zoom: 1;
}

#fpw_col_3 .slider-container ul.slides li.flex-active-slide img,
#fpw_col_3 .slider-container ul.slides li img:hover {
  border: 2px solid #97B125;
  /* The border color color will be an rp resource color */
}


.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}

#fpw_col_3 .flexslider {
  background: none;
  border: 0;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0px 0px; 
  -moz-box-shadow: 0 0px 0px; 
  -o-box-shadow: 0 0px 0px;
}

.slider-container #fpwImageGalleryDisplay #flexsliderNav ul.slides {
  margin: 0;
  padding: 0;
}

#fpw_col_3 #fpw_fpImageArea .flex-direction-nav {
  display: none; /* Hide nav in top column */
}
#fpw_col_3 .flex-direction-nav a {
  margin-top: -35px;
  width: 16px;
  padding: 0;
  height: 76px;
  
  background: #97B125 url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/floor-NavSprite.png) no-repeat 0 0;
  opacity: 1; 
  -webkit-transition: all 0s ease;
}

#fpw_col_3 .flex-direction-nav a:hover {
  background-color: #97B125;
}


/* FLOOR PLAN NEXT AND PREVIOUS */
#fpw_col_3 .flex-direction-nav a.flex-prev {
  transition: all 0.0s ease 0s;
  background: #97B125 url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/floor-NavSprite.png) no-repeat left top;
  left: -22px;
}

#fpw_col_3 .flex-direction-nav a.flex-prev:hover {
  background: #97B125 url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/floor-NavSprite.png) no-repeat left bottom;
}


#fpw_col_3 .flex-direction-nav a.flex-next {
  transition: all 0.0s ease 0s;
  background: #97B125 url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/floor-NavSprite.png) no-repeat right top;
  right: -22px;
}

#fpw_col_3 .flex-direction-nav a.flex-next:hover {
  background: #97B125 url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/floor-NavSprite.png) no-repeat right bottom;
}

/* Responsive Styles */

@media only screen and (max-width: 1024px) {
  .AmenityBoxHorizontal {
    padding: 0 0 15px 35px;
  }
  .fp_available_cta_name {
    padding-left: 10px;
  }
}


@media only screen and (max-width: 960px) {
  
  /* #FLOOR PLAN WIDGET */
  #fp_widget {
    width: 100%;
  }
  
  /* change font sizes of heading text */
  #fp_widget #fpw_widgetWrap .fpw_col_head,
  #fp_widget #fpw_widgetWrap p.fpw_col_head {
    font-size: 12px !important;
    padding-top: 8px !important;
  }  
  
  
  
  /* allow images to stay in view */
  .fpw_col_background2 .fpw_fpImageArea img.fpw_fpImage,
  .fpw_col_background2 img.fpw_fpImage,
  #fpw_col3_background2 .fpw_fpImageArea img.fpw_fpImage
  {
    top: 20.5px !important;
  }
  
  #fp_widget #fpw_widgetWrap .fpw_col3head_fpName {
    font-size: 15px; /* Jeff April 10 2013 - Updated font size to be 15 */
    margin-top: -6px;
  }
  
  /* allowing text to wrap properly on resize */
  .fpw_fpSelectButton_text {
    overflow: visible;
    white-space: normal;
    height: auto;
  }
  
  .fpw_fpSelectButton_fpDetails {
    padding-right: 23px;
  }
  
  
  
  .fpw_fpSelectButton {
    height: auto;
    padding-bottom: 5px;
  }
  
  
  /* choose an apartment options display properly in smaller box */
  .fpw_avUnit_lease, .fpw_avUnit_desc {
    padding-left: 7px;
  }
  
  
  /* allowing the table cells on the right to stay as far apart as possible */
  .fpw_avUnit_table {
    width: inherit;
  }
  
  
  .AmenityBoxHorizontal table {
    width: 100%;
  }
  .AmenityBoxHorizontal ul.section {
    width: 100%;
    overflow: hidden;
  }
  
}



@media only screen and (max-width: 800px) {
  
  .AmenityBoxHorizontal li.section{
    padding: 0 15px 0 0;
    width: 31%;
    margin-left: 15px;
  }
  .fp_available_cta_name {
    padding-left: 2px;
  }
}


@media only screen and (min-width: 768px) {
  .fpw_bedSelectText.longBedText {
    font-size: 13px;
    padding-left: 5px;
  }
  .inquire-now
  {
    margin-top:55px;
  }
  
  .AmenityBoxHorizontal {
    padding: 0 0 15px 25px;
  }
  
  
  #fp_widget #fpw_widgetWrap .fpw_fpSelectButton_fpDetails {
    padding-right: 30px;
    font-size: 9px;
  }
}



@media only screen  and (max-width: 767px) {
  .fpw_fpSelectButton {
    border-bottom: 0;
  }
  .inquire-now
  {
    /* margin-top:55px; */
  }
  
  /* Amenities Styles */
  .AmenityBoxHorizontal li.section {
    float: left;
    width: 42% !important;
    margin-left: 1em;
  }
  
  
  /* #FLOOR PLAN WIDGET */
  .fpw_col {
    float: left;
    height: auto;
    position: relative;
  }
  
  /* set background color for fllor plans col 1 */
  #fpw_col_1 {
    background: #83A75F;
  }
  
  /* hide number of bedrooms text */
  #fpw_col_1 .fpw_col_head {
    display: none;
  }
  
  /* drop down floor menu */
  .nav-collapse {
    display: none;
  }
  .nav-collapse.no-collapse {
    display: block;
  }
  
  .btn-navbar {
    display: block;
    height: 25px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    padding-top: 5px;
    text-align: center;
    background: #C55604; url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/nav-NoCollapse.gif) no-repeat 95% 8px;
    cursor: pointer;
  }
  .btn-navbar.no-collapse {
    background: #fff url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/nav-NoCollapse.gif) no-repeat 95% 8px;
  }
  
  .nav-collapse .fpw_bedSelectButton {
    float: none;
    width: 100%;
    clear: both;
  }
  
  
  .fpw_col_background1 {
    height: auto;
    left: 0;
    position: relative;
    width: 100%;
    overflow: auto;
  }
  .fpw_col_background2 {
    height: auto;
    position: relative;
    width: 100%;
  }
  
  
  /* arrows */
  .fpw_bedSelectButton:active .fpw_arrow_right, .fpw_bedSelectButtonActive .fpw_arrow_right, .fpw_bedSelectButton:hover .fpw_arrow_right {
    border-top-color: #FFFFFF;
    border-left-color: transparent !important;
  }
  .fpw_fpSelectButton:active .fpw_arrow_right, .fpw_fpSelectButtonActive .fpw_arrow_right, .fpw_fpSelectButton:hover .fpw_arrow_right {
    border-top-color: #FFFFFF;
    border-left-color: transparent !important;
  }
  #fpw_col_1 .fpw_arrow_right,
  #fpw_col_2 .fpw_arrow_right{
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 0 !important;
    border-top: 8px solid #FFFFFF !important;
    margin-top: -5px;
  }
  
  /* number of bedrooms */
  #fpw_col_1 {
    left: 0;
    width: 100%;
  }
  
  /* making the room number buttons fit in one column */
  .fpw_bedSelectButton {
    float: left;
    position: relative;
    width: 25%;
  }
  
  /* bedroom Floor Plans */
  #fpw_col_2 {
    left: 0;
    width: 100%;
  }
  
  #fpw_col_2 p.fpw_col_head {
    display: none; /* Jeff April 10 2013 Hide 1 - bedroom floor plans text */
  }
  
  .fpw_fpSelectButton {
    display: block;
    float: left;
    height: auto;
    position: relative;
    width: 50%;
  }
  
  
  /* floor plan images  */
  #fpw_col_3 {
    left: 0;
    width: 100%;
  }
  
  #fpw_col3_head {
    margin-bottom: 10px;
  }
  #fp_widget #fpw_widgetWrap .fpw_col3head_fpName {
    font-size: 17px; /* Jeff April 10 2013 - Updated font size to be 15 */
  }
  
  
  /* apartment selection */
  #fpw_col_4 {
    left: 0;
    width: 100%;
  }
  
  #fpw_col4_background2 {
    min-height: 120px;
  }
  
  .fpw_unitSelectButton {
    float: left;
    height: 60px;
    width: 100%;
  }
  
  
  .fpw_avUnit_item {
    width: 30%;
  }
  
  .fpw_noUnitContent {
    margin-top: 0px;
    top: 21px;
  }
  
  /* plan scroll bars */
  #fpw_planSelectScrollTop, #fpw_unitSelectScrollTop {
    top: -25px;
  }
  #fpw_planSelectScrollBottom, #fpw_unitSelectScrollBottom {
    top: -18px;
    left: -1px;
  }
  
  /* video player */
  #videoDisplayContainer, #videoDisplayListContainer {max-width:initial;} 
  
  #videoCaption {display:none;}
  
  #floorplan-video-viewer {
    min-width:300px;
    max-height: 85%;
    overflow:scroll;
  }
  
  .floorplan-video-header, .floorplan-zoom-header {font-size:16px;line-height:3em;}
  
}

@media only screen and (max-width: 639px) {
  #brochure {
    display: none; /* Jeff April 10 2013 - Hide Print Brochure on mobile devices */
  }
}

@media only screen and (max-width: 650px) {
  .slider-container {
    display: none; 
    /* jeff - March 28 2013 - We need to hide the thumbnails on smaller resolutions
    * they become hard to see and harder to click on with mobile devices 
    */
  }
  #fpw_col_3 #fpw_fpImageArea .flex-direction-nav {
    display: block;
  }
  
  #fpw_col_3 #fpw_fpImageArea .flex-direction-nav .flex-prev {
    left: 0;
  }
  #fpw_col_3 #fpw_fpImageArea .flex-direction-nav .flex-next {
    right: 0;
  }
  
  
  /* some additional fixes */
  .fpw_avUnit_lease, .fpw_avUnit_desc {
    padding-left: 50px;
  }
  
}


@media only screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }
  
  
  /* hide the print and enlarge */
  
  span#brochure, 
  span#enlarge {
    display: none !important;
  }
  
  
  ul.section {
    padding-left: 0.8em;
    padding-bottom: 1em;
  }
  ul.section li.section {
    width: 100% !important;
    padding-right: 3% !important;
    
  }
  
}


@media only screen and (max-width: 480px) {
  
  #fpw_fpSelect_moveWrap {
    margin-top: 0 !important;
  }
  
  
  .fpw_fpSelectButton_fpDetails {
    font-size: 10px;
  }
  .AmenityBoxHorizontal {
    padding: 0 0 15px 15px;
  }
  
  #lightbox {width:100%;}
  
  #lightbox .lb-content {
    left:initial!important;
    margin-left:3%!important;
    width:86%;
    /*height:100%;*/
    /*margin-top:-200px!important;*/
  }
  
  #lightbox .lb-content img {width:100%;}
  
  #lightbox .lb-content .divCloseButtonImage {right:-18px!important;top:-30px!important;position:fixed!important;z-index:99999}
}

@media only screen and (max-width: 400px) {
  
  .fpw_fpSelectButton {
    width: 100%;
  }
  /* Amenities Styles */
  .AmenityBoxHorizontal ul.section li.section {
    width: 100% !important;
  }
  
}

@media only screen and (max-width: 320px) {
  .AmenityBoxHorizontal {
    padding: 0 0 15px 10px;
  }
  
  .fpw_noUnitContent{top:20px !important }
}

#lightbox p {
  text-align:right; 
  color:#fff; 
  margin:12px 20px 12px; 
  font-size:12px;
  display:none;
}

#lightbox img {
  box-shadow:0 0 25px #111;
  -webkit-box-shadow:0 0 25px #111;
  -moz-box-shadow:0 0 25px #111;
  max-width:940px;
  z-index:15000;
  background-color: white;
  padding: 10px;
}

#lightbox .lb-content {
  /*position:fixed;
  z-index: 9999;
  top:60px;    
  margin-left: -350px;
  top: 50%;
  margin-top: -300px;*/
}

/*#lightbox .lb-content .divCloseButtonImage {
color: #000;
padding: 5px;
width: 25px;
background: url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/close-icon.png) no-repeat right top;
height: 27px;
position: relative;
top: -15px;
float: right;
margin-left: -15px;
cursor: pointer;
}*/
#lightbox .lb-content .divCloseButtonImage {
  background:#97B125 url("http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/sprite-corporate-search.png") no-repeat scroll 13px -627px;
  height: 25px;
  margin: 10px 20px 0 0;
  padding: 4px;
  position: absolute;
  right: -45px;
  top: -28px;
  width: 25px;
  border-radius: 36px;
}

@media only screen and (max-width: 600px) and (min-width: 0px) {	
  #content ul, #content ol {
    margin: 1em 0;
    padding: 0 0 0 10px;
  }		
}

.SaveBtn > span  {
  color: gray;
  font-size: 10px;
  font-style: italic;
  
}
.SaveBtn > span span
{
  color:red;
}

#testimonial-lightbox #btnClose  {
  background:#97B125 url("http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/sprite-corporate-search.png") no-repeat scroll 13px -627px;
  height: 25px;
  margin: 10px 20px 0 0;
  padding: 4px;
  position: absolute;
  right: -45px;
  top: -28px;
  width: 25px;
  border-radius: 36px;
}
.web_dialog_overlay
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: black;
  filter:alpha(opacity=80);   /* Internet Explorer       */
  -moz-opacity:0.6;           /* Mozilla 1.6 and below   */
  opacity: 0.6;               /* newer Mozilla and CSS-3 */
  z-index: 93;
  display: none;
}
.fp_input_form
{
  padding: 0 20px;
  width: 430px;
}
.ContactHeader
{
  padding:20px 20px 20px 0px;  
}
.fp_unit_data
{
  border-top: 2px solid #F3F3F3;
  border-bottom: 2px solid #F3F3F3;
  float: left;
  padding: 20px;
  width: 91%;
}
.secTitle
{
  font-size:17px;
  padding-bottom: 15px;
}
.QuoteDetails
{
  line-height:22px;
}
.QuoteDetails, .LeaseTerm
{
  width:50%;
  float:left;
}
.page_fp_quote, .page_fp_success_message
{
  box-shadow: 9px 7px 20px 0;
}
.page_fp_success_message
{
  height: 130px;
  padding-top: 100px;
  text-align: center;
}
.InputFields {
  float: left;
  margin-bottom: 15px;
  width: 50%;
}
.body-txt1 {
  border-radius: 4px 4px 4px 4px;
  height: 20px;
  padding-left: 10px;
  width: 80%;
  color:gray;
}
.SaveBtn {
  padding-top: 10px;
  text-align: center;
}
.SaveBtn > input {
  background-color: #57BC31;
  
  border-radius: 5px 5px 5px 5px;
  color: white;
  height: 35px;
  text-transform: uppercase;
  width: 130px;
}
.required-field {
  color: red;
}
.testimonial-lightbox {
  background-color: #FFF !important;
  color:#000;
  display: none;
  font-family: Verdana;
  font-size: 10pt;
  left: 50%;
  margin-left: -235px;
  margin-top: -100px;
  /*  height: 528px;*/
  padding: 0;
  position: fixed;
  top: 30%;
  width: 470px;
  z-index: 102;
}

.web_dialog_title
{
  border-bottom: solid 2px #97B125;
  background-color: #97B125;
  padding: 4px;
  color: White;
  font-weight:bold;
}
.web_dialog_title a
{
  color: White;
  text-decoration: none;
}
.fp_quote_header
{
  font-size: 22px;
  padding: 20px;
}
.align_right
{
  text-align: right;
}
#lightbox
{
  height:auto !important;
  position:fixed;
  z-index:9999;
  -ms-transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  top:50%;
  left:50%;
}
.float-right
{
  float:none !important;
}
.fpw_floorplan_description {
  font-size: 16px;
  color: #000000
}
.section li span {
  font-size:15px;
}

#divOnlineLeasingLogin {
  width: 100%;
  text-align: right;
  padding:0px 0px 10px 0px;
}
#divOnlineLeasingLogin a {
  text-decoration:underline;
  /**color: #97B125;**/
  color: #000000/*****lalita 17.02.14 as discussed with sandeepa***/;
}

#divOnlineLeasingLogin a:hover /*****lalita 17.02.14 as discussed with sandeepa***/
{
  color: #97B125;
  text-decoration:none;
}
@media (max-width: 767px) {
  .testimonial-lightbox {
    left: 25px;
	margin:0;
    max-width: 100%;
    width: 90%;
  }
  .testimonial-lightbox #page_fp_quote {
    height: 350px;
    overflow: auto;
  }
  
  .FloorPlansV1 .testimonial-lightbox #btnClose:before {display:none;}
}
@media (max-width: 400px) {
  .testimonial-lightbox {
    width: 84%;
  }
  .testimonial-lightbox .QuoteDetails, .testimonial-lightbox .LeaseTerm {
	float: none;
    width: auto;
  }
  .testimonial-lightbox .LeaseTerm {
	margin:15px 0 0 0;
  }
  .testimonial-lightbox .InputFields {
    float: none;
    margin-bottom: 15px;
    width: 70%;
  }
  .testimonial-lightbox .fp_unit_data {
	width:86%;
  }
  .testimonial-lightbox .fp_input_form {
    padding: 0 20px;
    width: 86%;
  }
  .testimonial-lightbox .body-txt1 {
	width:84%;
  }
  
}

/* Minification failed (line 1226, error number 1062): Expected semicolon or closing curly-brace, found 'url(http://www.thistlesage.com/RPresourceFiles/Global-Resource/Images/nav-NoCollapse.gif)' */