/* about.css
   Created on : 11/04/2017, 9:14:58 PM
   Author     : larry
*/

#propabout {
	position: relative;
	margin: 0 auto;
	padding: 5%;
	width: 90%;
	border: 1px solid #CCC;
	min-height: 12.5em;
}

#propabout img#proppic {
	float: right;
	width: 40%;
	border: 1px solid black;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
}
#propabout img.icon {
	height: 25px;
	width: 25px;
}
#proplink {
	bottom: 15%;
	position: absolute;
}
#proplinkmobile {
    padding-top: 1em;
    clear: both;
    float: left;
}

img#mapbttn {
	vertical-align: top;
}

#proptabuttons {
	overflow: auto;
	border-bottom: 1px solid #022859;
	text-align: center;
}
.tabbutton {
	float: left;
	padding-top: 15px;
	width: calc(25% - 6px);
	margin: 0 3px;
	margin-top: 5px;
	text-align: center;
	font-weight: 600;
	background-color: #FAFAFA;
}
.tabbutton img {
	display: block;
	position: relative;
	width: 35px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px
}
.tabbutton.selected {
	border-bottom: 4px solid #022859;
}

.subtitleitalic {
	font-style: italic;
	font-weight: lighter;
}

#unitname {
	font-weight: bold;
	width: 50%;
	margin: 0.5em 0;
	border-bottom: 1px solid lightgray;
}

.gsunitinfo span {
	display: inline-block;
}

#proptabs div.tabcontents {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}


#propinfo {
}

#propmap {
	width:350px;
	height:350px;
	border: 1px solid black;
	margin-top:0;
	margin-bottom: 0;
}

#mapright {
	width: 350px;
	float: left;
	margin-top: 0;
}

#propcollateral {
	float:right;
	width:350px;
	text-wrap: normal;
	margin-left: 15px;
}

#propcollateral #galleria {
	margin-bottom: 1em;
}

#propcollateral p:first-of-type {
	margin-top: 0;
}

#propcollateral a {
    text-decoration: none;
    /*
	xpadding-left: 0.4em;
    xpadding-right: 0.4em;
	*/
}

#propcollateral p#getdirections {
    width: 350px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
	padding-right: 2px;
    margin-top: 0;
    background-color: #e4effc;
}

#propcollateral a:hover {
    background-color: #003471;
    color: white;
}

#propamenities {
/*    margin-bottom: 10px;
    margin-right: 30px;*/
/*    float:left;
    width:300px;*/
    /* height: fit-content; */
}

#propamenities dl {
}

#propamenities dt {
    display: list-item;
    list-style-type: disc;
    margin-left: 2em;	/* room for the disc */
}

/* kludge to hide amenities links */
#propamenities a {
	display: none;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria{
    width: 350px;
    height: 365px;
    background: #e4effc;
}

/* This rule is read by Galleria to define the gallery height: */
#areagalleria {
    width: 500px;
    height: 365px;
    background: white;
	margin: 0 auto;			/* center */
}

/* new 2016 */
p#propinfolabel {
	font-weight: 600;
	margin-top: 0;
}

section#propdetails {
	float: left;
	max-width: 360px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.5em;
	white-space: nowrap;
}

section#propdetails > div.propdetailitem {
	display: inline-block;
	text-align: center;
	padding: 0 4px;
	font-size: 80%;
	color: darkgray;
	min-width: 75px;
}

section#propdetails > div > img {
	display: block;
	margin: 0 auto;
}

#propinfo.clipped {
	max-height: 350px;
	overflow-y: hidden;
	position: relative;
}

#propinfo.clipped:after{
    background-image: linear-gradient( to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0;
	width: 100%;
    height: 3em;
    content: '';
}

.more {
	font-weight: 600;
	font-size: 80%;
}

