#nav-prop-details {
  height: 70px;
  background-color: #ebebeb;
}

#nav-prop-details .table {
  height: 100%;
}

#nav-prop-details a {
  display: inline-block;
  font-size: 0px;
}

#nav-prop-details a span {
  font-family: 'Gibson Regular';
  font-size: 16px;
  line-height: 20px;
  color: #252525;
  display: inline-block;
  vertical-align: middle;
}

#nav-prop-details a i {
  height: 43px;
  width: 80px;
  border: 4px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
}

#nav-prop-details a.prev-prop i {
  margin-right: 16px;
  background: url(/images/arrows/f_slider_left.png) scroll no-repeat center center transparent;
}

#nav-prop-details a.next-prop i {
  margin-left: 16px;
  background: url(/images/arrows/f_slider_right.png) scroll no-repeat center center transparent;
}

#nav-prop-details a:hover i {
  background-color: #fff;
}

#nav-prop-details a.prev-prop i:after,
#nav-prop-details a.next-prop i:after  {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

#nav-prop-details a.prev-prop i:after {
  background: url(/images/arrows/f_slider_left_dark.png) scroll no-repeat center center transparent;
}

#nav-prop-details a.next-prop i:after {
  background: url(/images/arrows/f_slider_right_dark.png) scroll no-repeat center center transparent;
}

#nav-prop-details a.prev-prop:hover i:after,
#nav-prop-details a.next-prop:hover i:after {
  opacity: 1;
}

#prop-details > .cell {
  padding-top: 20px;
  padding-bottom: 60px;
}

#prop-details .mls-num-details {
  color: #95958f;
  font-size:18px;
  line-height: 20px;
  padding-bottom: 17px;
}

#prop-details .prop-name h1 {
  font-family: 'Museoslab-500';
  font-size: 32px;
  line-height: 42px;
  color:#1a212c;
  padding-top: 6px;
}

#prop-details .details-links {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 0px;
}

#prop-details .details-icons {
  display: inline-block;
  height: 59px;
  width: 65px;
  border: 4px solid #1a212c;
  background-color:#fff;
}

.details-icons {
	position: relative;
}

#prop-details .details-icons + .details-icons {
  margin-left: 16px;
}

.details-icons:after {
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-color:#C41230;
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	
	opacity: 0;
	visibility: hidden;
	
	transition:all 0.3s ease 0s;
}

#prop-details .details-links .details-icons:hover {
	border-color:#C41230;
}
.details-icons:hover:after {
	opacity: 1;
	visibility: visible;
}

.print-icon {
  background: url(/images/icons/printer.png) no-repeat scroll center center transparent;
}
.print-icon:after {background-image:url(/images/icons/printer-hover.png);}

.email-icon {
  background: url(/images/icons/email.png) no-repeat scroll center center transparent;
}
.email-icon:after {background-image:url(/images/icons/email-hover.png);}

.share-icon {
  background: url(/images/icons/share.png) no-repeat scroll center center transparent;
}
.share-icon:after {background-image:url(/images/icons/share-hover.png);}

.tour-icon {
  background: url(/images/icons/virtual-tour.png) no-repeat scroll center center transparent;
}
.tour-icon:after {background-image:url(/images/icons/virtual-tour-hover.png);}

.doc-icon {
  background: url(/images/icons/doc.png) no-repeat scroll center center transparent;
}
.doc-icon:after {background-image:url(/images/icons/doc-hover.png);}

.booking-icon {
	background: url(/images/icons/book-a-showing.png) no-repeat scroll center center transparent;
}
.booking-icon:after {background-image:url(/images/icons/book-a-showing-hover.png);}

.fav-icon {
  background: url(/images/icons/save.gif) no-repeat scroll center center transparent;
  position: absolute;
  top:19px;
  right: 14px;
  z-index: 99;
}
.fav-icon:after {
	background-image:url(/images/icons/heart-red-full.png);
	background-color:transparent;
}
.fav-icon.selected:after {
	opacity: 1;
	visibility: visible;
}

#details-content {
  margin-top: 26px;
}

.main-photo {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 115% auto;
	cursor: pointer;
	position: relative;
	z-index: 1;
	height: 316px;
	overflow: hidden;
}

.main-photo img {
  opacity: 0;
  vertical-align: top;
  max-width: 100%;
}

.open-house {
	background-color: rgba(196, 18, 48, 0.76);
	position: absolute;
	top: 0;
	padding: 8px 15px;
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
	color: #FFF;
}

.image-gallery {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 37px;
  font-size: 0px;
}

.image-gallery li {
  display: inline-block;
  width: 32.1%;
  background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 115% auto;
	padding-bottom: 20%;
	cursor: pointer;
	position: relative;
}

.image-gallery li + li {
  margin-left: 9px;
}

.image-gallery li:nth-child(4n) {
  margin-left: 0px;
}

.image-gallery li:nth-child(n+3) {
  margin-top: 10px;
}

.image-gallery li.view-photos:before {
  content: "VIEW ALL PHOTOS";
  display: block;
  width: 130px;
  padding: 9px;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  height: 40px;
  border-top:2px solid #ba1636;
  border-bottom:2px solid #ba1636;
  position: absolute;
  top:0px;
  bottom:0px;
  left: 0px;
  right:0px;
  margin: auto;
  box-sizing: border-box !important;
  z-index: 1;
}

.image-gallery li.view-photos:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-color: #1a212c;
  opacity: 0.7;
}

.details-price {
  display: inline-block;
  padding: 15px 35px 15px 22px;
  background-color: #C41230;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  position: absolute;
  bottom: -23px;
  z-index: 99;
}

.details-price i {
  background: transparent url("/images/icons/price.png") no-repeat scroll left top;
  display: inline-block;
  height: 19px;
  margin-right: 8px;
  vertical-align: bottom;
  width: 19px;
}

.details-price.sold {
	background-color:#1A212C;
}

.details-price.sold > span {
	display: none;
}
.details-price.sold:after {
	content:"SOLD";
}

.sm-space {
  width:4px;
}

.lg-space {
  width: 30px;
}

#details-content .map {
  margin-bottom: 39px;
}

#details-content .desc {
  padding-left: 26px;
}

#prop-details h2 {
  color: #1a3b5a;
  font-family: 'Museoslab-500';
  font-size: 26px;
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 24px;
}

#prop-details h2:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 120px;
  height: 4px;
  background-color: #c41230;
  position: absolute;
  bottom: -9px;
  left: 0px;
}

#details-content .desc p {
  color:#3b393a;
}

#details-features {
  margin-top: 52px;
}

#details-extras {
  margin-top: 52px;
}

.prop-data p {
  margin-bottom: 0px !important;
  font-size: 14px;
  line-height: 16px;
}

.prop-data .cell {
  padding: 8px 16px;
}

.prop-data .row:nth-child(2n+1),
.prop-data  > .cell > .features-details:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}

.prop-data .row.header-row {
  color: #c41230;
}

.prop-data .rooms-avali > .row > .cell:first-child {
  width: 30%;
}

.prop-data .rooms-avali > .row > .cell:not(:first-child) {
  text-align: center;
}

#details-extras .text-data p {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 26px;
}

#disclaimer { 
  margin-top: 60px;
}

#disclaimer > .cell:first-child {
  width: 87px;
  padding-right: 26px;
}

#disclaimer p {
  font-size: 14px;
  line-height: 22px;
}

.print-only {
	display: none !important;
}

#email-property-form {
  background: #FFF;
}

#email-property-form {
  width: 100%;
  height: 100%;
  max-width: 600px;
  padding: 25px;
  border-bottom: 8px solid #C41230;
}

#email-property-form P {
  padding: 0px;
}

#email-property-form form {
  display: block;
  margin-top: 14px;
}

#email-property-form h2 {
  display: block;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 10px;
  color: #262626;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  font-family: Gibson SemiBold;
}

#email-property-form input,
#email-property-form textarea {
  border: 2px solid #989695;
  color: #000;
  font-family: Gibson SemiBold;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  padding: 12px 14px;
  width: 100%;
}

.view-more p {
  line-height: 100%;
  margin: 0px;
  text-align: center;
  font-family: montserratsemi_bold;
  text-transform: uppercase;
  font-size: 20px;
}