/** print stylesheet **/

/* set height of page */

body.node-type-apartment {
 /* height: 1550px;
 overflow:hidden; */
}

/* do not display blocks of information on node-type-apartment - map, search and see more blocks */

.node-type-apartment #block-multiblock-4,
.node-type-apartment .links_container,
.node-type-apartment .block--map,
.node-type-apartment .no-print,
.node-type-apartment .breadcrumb-wrapper,
.node-type-apartment #field-slideshow-1-carousel-wrapper,
.node-type-apartment .image-display .field-name-field-image,
.node-type-apartment .pull-left.open_home {
 display:none;
}

/* do not display specific parts of blocks on node-type-apartment */

.node-type-apartment .no-print-content .content,
.node-type-apartment .no-print-title .title {
 display:none;
}

/* remove link references added to links in print */

a[href]:after {
   content:"" !important;
}
body.node-type-apartment article.node {
 padding:0 !important;
}

body.node-type-apartment article.node .overview {
 float:left !important;
 margin-right:30px !important;
 min-width:20%;
}


/* switch in static images instead of carousel */

body.node-type-apartment section .block-views.listing-image {
 padding:0;
 /*border:1px solid black !important;*/
 margin-bottom:30px;
}
.node-type-apartment #block-views-listings-print-images-first {
 width:60%;
 float:left;
}
.node-type-apartment #block-views-listings-print-images-skip {
 width:25%;
 float:right;
}
.node-type-apartment #block-views-listings-print-images-skip img:first-child {
 margin-bottom:45px;
}

.node-type-apartment #block-views-print-open-home-block {
 float:right;
 width:30%;
}
.node-type-apartment #block-views-agent-list-print-block {
 float:left;
 width:30%;
}


/* footer adjusts including white on medium grey background */

/* overrule narrow widths of selected blocks */
.node-type-apartment .print12 {
 width:100%;
} 

#footer-wrapper #footer-top {
 border:1px solid #737373 ;
 color:#FFFFFF !important;
 background-color: #737373 !important;
 -webkit-print-color-adjust: exact; 
 /* margin-top:-400px !important; */
/*
 position:absolute;
 bottom:0;
 width:100%;
*/
}
#footer-wrapper {
 margin-top:0 !important;
 
}

#footer-wrapper #footer-top table.contact td,
#footer-wrapper #footer-top table.contact th,
#footer-wrapper #footer-top table.contact a {
 color:#FFFFFF !important;
 background-color: #737373 !important;
 -webkit-print-color-adjust: exact; 
 padding-bottom: 0 !important;
 font-size:14px !important;
 padding-left:0 !important;
 text-align: left !important;
}
#footer-wrapper #footer-top h2 {
 margin-bottom:5px !important;
 color:#FFFFFF !important;
 background-color: #737373 !important;
 -webkit-print-color-adjust: exact; 
 padding-bottom: 0 !important;
}

/* test borders */
/*
.node-type-apartment #footer-wrapper #footer-top {
 border:1px dotted red !important;
}
.node-type-apartment #wrapper-inner #content section.span9 {
 border:1px solid blue !important;
}

body.node-type-apartment {
 border:1px solid #cccccc !important;
}
*/





