@media print {
    div.owl-prev, div.owl-next, .gm-style-cc {
        visibility: hidden;
        display: none !important;
    }
    .dl-horizontal dt {
        float: left;
    }  
    #specifications .dl-horizontal dd {
        width: 170px;
    }   
    #specifications .pull-left {
    	width: 50%;
    	float: left; !important;    	
    }
    #sync1, div.owl-item img, div.owl-item {
        width: 300px !important;
    }
    /*div.mainSpecification {
        width: 300px;
        float: left;  
    }*/
    #description, #specifications, #contacts {
        display: block;
        opacity: 1;  
    }
    #contacts img {
        max-width: 80px !important;
    }
    #detail-map-canvas {
        height: 300px !important;
    }
    div.estates-product {
        page-break-after: always;
    }
}