body{
	background: #EFEFEF;
	 font-family: arial;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
.property-details{
	margin-top: 25px;
}
.desc{
	font-family: Arial;
	font-size: 12px;
	margin-top: 10px;
  padding: 20px;
}
.list-three-col {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    font-size: 14px;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 450px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}
.for-print{
  display: none;
}
a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.brochure{
	max-width: 860px;
	min-width: 860px;
	background: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	border: 2px solid #eee;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 2px 1px 2px 3px #808080;
	font-size: 14px;
}
.margin-top{
	margin: 25px 2px 3px 10px;
}
.right-info {
	width: 48%;
}
.ul-tupe{
  list-style-type: none;
}
.logo{
	max-width: 95%;
}
ul .heading{
	font-weight: bold;
	font-size: 17px;
}
.title{
	font-size: 22px;
	font-weight: 500;
}
.location,.for-sale{
	font-size: 18px;
  font-family: tahoma, Verdana, Arial, helvetica, sans-serif;
  font-weight: normal;
}
.type{
  font-size: 15px;
  font-family: tahoma, Verdana, Arial, helvetica, sans-serif;
  font-weight: normal;
}
#brochure-btns{
	margin-left: 7px;
	margin-top: 8px;
}
.brochure-btns{
	float: left;
	margin: 5px;
}
.print{
	font-size: 17px;
	margin-top: 29px;
}
.footer{
	margin-top: 25px;
}
.footer-left strong{
	font-size: 18px;
	line-height: 29px;
}
.footer-right img{
	float: right;
	width: 200px;
	margin-bottom: 25px;
}
 .new-ew{
      list-style: none;
      margin-left: -26px;
  }
  .new-ew li{
      float: left;
      margin: 2px;
  }
  .new-ew img{
      width: 75px;
      height: 56px;
  }
@media print {
	#Header, #Footer { display: none !important; }
    .logo img {
       width: 250px;
       float: left;
    }
    .right-info{
      float: right
    }
    a.control_prev, a.control_next{
      display: none;
    }
    #slider{
      float: left;
    }
    .for-display{
      display: none;
    }
    .right-info-pic{
      float: left;
      margin-left: 15px;
    }
    #brochure-btns{
      display: none;
    }
    .print{
      display: none;
    }
    .footer-left{
      width: 50%;
      float: left;
    }
    .for-print{
     display: block;
  }
  .clear{
    clear: both;
  }
  .new-ew{
      list-style: none;
  }
  .new-ew ul li{
      float: left;
      margin: 2px;
  }
  .new-ew img{
      width: 75px;
      height: 56px;
  }
}