@media print {
    .inner-page-section { padding: 0;}
    .container { max-width: 95%;}
    .home.navbar-fixed-top, .quote.inner{display: none;}
    .breadcrumb { display: none;}
    .main-inner-title,.main-content { float: left; width: 100%; display: inline-block;}
    .inner-left-section { float: left; width: 100%; }
    .inner-right-section { display: none; }
    .right-aside { max-width: 100%; }
    a:link:after, a:visited:after {content:"";}
    footer { display: none;}
    .project-gallery > div > div { width: 25%; min-height: 175px;}
    .detail-section-top .row {display: block;}
    .detail-section-top .col-lg-6 { width: 50%; float: left;  display: inline-block;} 
.inner-main-title { text-align: center; font-size: 36px; color: #4a4a4a;
    display: inline-block;
    font-family: "Cantata One",Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 5px 0 15px;
    width: 100%;}
    
.main-inner-title { display:none; }
 
ul.project-all { float:left; width:100%; margin:0 auto; }
ul.project-all li { float:left; width:30%; display:inline-block; min-height:inherit; min-height:345px; margin-left:1%; margin-right:1%; }
ul.project-all li p strong { font-size: 14px; }
ul.project-all li p { font-size:15px; }

.inner-page-section.sell-home .services-section.develop-property-section { padding-top: 50px;}
.inner-page-section.sell-home .main-inner-title{ display:block !important; }
.inner-page-section.sell-home .main-inner-title h1{ display:block !important; }

}
@page {
    size: auto;   /* auto is the initial value */
    margin: 10px 0;  /* this affects the margin in the printer settings */
}
