/******** List property **********/



/****** grid layout *****/

.bt-property-grid #properties{

    margin: 0px -15px;

}

.bt-property-grid .property-wrapper{

    width: 33.33%;

    min-width: 300px;

    float: left;

    clear: right;

    padding: 0 15px;

}

.bt-property-grid .property .property-image {

    margin-bottom: 10px;

}

.bt-property-grid .property-title a{

    margin-bottom: 10px;

    display: inline-block;

}

.bt-property-grid .property-title .price{

    font-weight: lighter;

}

.bt-property-grid .property .additional-info li{

    border-left: none;

    border-right: 1px solid #e1e1e1;

}

.property{

	position: relative;

	font-family: "Open Sans", Arial;

	padding-bottom: 30px;

	border-bottom: 1px solid #e1e1e1;

	margin-bottom: 30px;

	overflow: hidden;

}

.property figure.tag,

.property figure.status{

	background-color: #e26228;

	padding: 3px 5px;

	font-size: 13px; 

	font-weight: bold;

	color: #fff;

	border-radius: 3px;

	position: absolute;

	top: 0px; right: 0px;

	margin: 0px;

}

.bt-property-lines .property-image{

	float: left;

}



.property-title{

	border-bottom: 1px solid #e1e1e1;

	padding-bottom: 20px;

	margin: 0px;

}

.property-title a{

	font-size: 24px;

	font-weight: lighter;

	color: #e26228;

}

.property-meta{

	padding: 10px 0;

	border-bottom: 1px solid #e1e1e1;

}

.property .price{

	color: #515151;

	font-size: 18px;

	padding-right: 5px;

	vertical-align: middle;

}

.property .additional-info{

	display: inline;

	margin: 0px;

	padding: 0px;

}

.property .additional-info li{

	display: inline-block;

	padding: 0px 10px;

	color: #666666;

	font-size: 12px;

	border-left: 1px solid #e1e1e1;

	line-height: 25px;

}

.property .property-description{

	padding: 10px 0px;

	color: #515151;

	font-size: 12px;

	line-height: 26px;

}

.property-more .property-hits{

	float: right;

}

.property .ribbon{

  backface-visibility: hidden;

  background-color: #1396e2;

  bottom: inherit;

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

  color: #fff;

  font-size: 14px;

  font-family: Arial;

  font-weight: bold;

  height: 25px;

  line-height: 25px;

  left: inherit;

  margin: auto;

  padding: 6px;

  position: absolute;

  left: -30px;

  text-align: center;

  top: 15px;

  transform: rotate(-45deg);

  width: 120px;

  z-index: 3;

}

.property .type {

  background-color: #fff;

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

  height: 29px;

  line-height: 29px;

  opacity: 0.9;

  padding: 0 2px;

  position: absolute;

  left: 13px;

  text-align: center;

  top: 15px;

  transition: all 0.4s ease 0s;

  z-index: 2;

  margin: 0px;

}



/****** Mansonry Layout **********/

.bt-property-grid .property-wrappery.masonry{

    width: 31%;

    min-width: 250px;

}



/********** Property Detail Page ***************/

#property-detail{

	font-family: Open Sans, Arial;

}

#property-detail .property-detail-title{

	color: #e65322;

	font-size: 30px;

	padding: 20px 0px;

	margin: 0px;

	font-weight: lighter;

}

#property-detail .property-favourite{

    float: right;

    font-size: 14px;

    line-height: 30px;

}



#property-detail .property-meta{

	padding: 10px 0px;

}

#property-detail span.status{

	background-color: #e26228;

	padding: 3px 5px;

	font-size: 14px;

	font-weight: bold;

	color: #fff;

	border-radius: 2px;

	top: 5px; right: 0px;

	margin: 0px;

	display: inline-block;

	line-height: 24px;

	margin-right: 10px;

	padding: 0 10px;

	text-transform: uppercase;

}

#property-detail .property-meta span.price{

	font-size: 14px;

	font-weight: bold;

	color: #666666;

}

#property-detail .property-meta span.hits{

	display: inline-block;

	line-height: 22px;

	float: right;

	background: url(../images/sprites.png) no-repeat 0 -5px;

	font-size: 14px;

	font-weight: lighter;

	color: #666666;

	padding-left: 28px;

}

/****

  Owl carousel

****/

.owl-carousel .property {

  margin-bottom: 0;

}

.owl-carousel .owl-pagination {

  text-align: center;

}

.owl-carousel .owl-pagination .owl-page {

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  -moz-transition: 0.4s;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  background-color: rgba(0, 0, 0, 0.3);

  display: inline-block;

  height: 10px;

  margin-right: 5px;

  width: 10px;

}

.owl-carousel .owl-pagination .owl-page:hover {

  background-color: rgba(0, 0, 0, 0.5);

}

.owl-carousel .owl-pagination .owl-page.active {

  background-color: rgba(0, 0, 0, 0.6);

}

.property-carousel .property-slide {

  position: relative;

}

.property-carousel .property-slide .overlay {

  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));

  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);

  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);

  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);

  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

  bottom: 0;

  left: 0;

  position: absolute;

  width: 100%;

}

.property-carousel .property-slide .overlay h3 {

  color: #fff;

  font-size: 24px;

    padding: 10px;

    margin: 0px;

}

.property-carousel .property-slide .overlay .property-image-desc{

    font-size: 12px;

    color: #ffffff;

    padding: 10px;

    margin: 0px;

}

.property-carousel .property-slide a{

	display: block;

	text-align: center;

}

.property-carousel .property-slide img {

  width: 98%;

  height: auto;

}

.property-carousel .owl-controls{

	padding: 10px 0px;

}

.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {

  background-color: #ffffff;

  display: block;

  width: 34px;

  height: 34px;

  border-radius: 17px;

  background-image : url(../images/arrows.png);

  background-repeat: no-repeat;

  position: absolute;

  top: 45%;

}

.property-carousel .owl-controls .owl-prev{

	background-position: -1px 0px;

	float: left;

	margin-left: 20px;

}

.property-carousel .owl-controls .owl-next{

	background-position: -33px 0px;

	float: right;

	margin-right: 20px;

	right: 0px;

}

.property-carousel .owl-controls .owl-prev:hover{

	background-position: -68px 0px;

}

.property-carousel .owl-controls .owl-next:hover{

	background-position:  -101px 0px;

}

#property-gallery{

	position: relative;

	overflow: hidden;

}



#property-detail .property-carousel-thumb{

	background: rgba(0, 0, 0, 0.7);

    width: 100%;

	overflow: hidden;

	z-index: 100;

	padding: 10px 0px;

	position: absolute;

	bottom: 0;

}

#property-detail .property-carousel-thumb-inner{

	width: auto;

	position: relative;

	top: 0; left: 0;

}

#property-detail .property-carousel-thumb-inner a{

	display: block;

	float: left;

}

#property-detail .property-carousel-thumb img {

  border: 3px solid #fff;

  border-radius: 3px;

  margin: 0 7px;

}

#property-detail .property-carousel-thumb .active img {

	border-color: #e65322;

}

/*****

 Description

 */

#property-detail .property-information{

	margin-top: 20px;

} 

.property-detail-description{

	width: 53%;

	min-width: 300px;

	float: left;

}

.property-detail-description h2,

.property-detail-summary h2

{

	margin: 0px;

	padding-bottom: 15px;

	border-bottom: 1px solid #e3e3e3;

	font-size: 24px;

	font-weight: lighter;

	color: #666666;

}

.property-detail-description .property-descripton-wrapper{

	font-size: 13px; 

	font-weight: lighter;

	color: #666666;

	line-height: 24px;

	padding: 20px 0px;

	text-align: justify;

}

.property-detail-summary{

	float: right;

	width: 43%;

}

/******

	Property Summary

*/

.property-detail-summary ul{

	padding: 20px 0px;

	list-style: none;

	margin: 0;

}

.property-detail-summary ul li{

	margin-bottom: 10px;

	color: #666666;

	font-size: 13px;

	font-weight: lighter;

}

.property-detail-summary ul li span:first-child{

	font-weight: bold;

	width: 30%;

	display: inline-block;

}

.property-detail-summary ul li span:last-child{

	text-align: right;

	width: 68%;

	display: inline-block;

}

#property-detail .property-collapse {

	margin-bottom: 10px;

}

#property-detail .property-collapse h2{

	border: 1px solid #ececec;

	padding: 10px 20px;

	color: #666666;

	font-weight: lighter;

	font-size: 16px;

	background: url(../images/sprites.png) no-repeat 99% -22px;

	margin: 0px;

	cursor: pointer;

}

#property-detail .property-collapse.active h2{

	background: url(../images/sprites.png) no-repeat 99% -53px;

}

#property-detail .property-collapse .extrafield-container{

	border: 1px solid #ececec;

	border-top: none;

    padding: 15px;

}

#property-detail .property-collapse .extrafield-container dl{

    margin: 0;

}



#property-detail .property-collapse .extrafield-container dd{

    margin: 0

}

#property-map .property-detail-map-wrapper{

	padding: 0px;

}

#property-detail .agent-information{

	width: 230px;

	float: left;

	border: 1px solid #e3e3e3;

	background: #fafafa;

}

#property-detail .agent-image{

	width: 100%;

	float: left;

	margin-bottom: 20px;

}

#property-detail .agent-information img{

	width: 100%;

}



#property-detail .agent-summary{

	padding: 20px;

}

#property-detail .agent-summary h3{

	padding: 0; margin: 0;

	margin-bottom: 10px;

	color: #e26228;

	font-size: 16px;

	

}

#property-detail .agent-summary p{

	line-height: 24px;

	font-size: 12px; 

	color: #666666;

	margin: 0 0 10px 0;

}

#property-detail .agent-summary p:last-child{

	margin: 0px;

}

#property-detail .agent-form{

	margin-left: 250px;

	border: 1px solid #e3e3e3;

	padding: 18px;

}

#property-detail .agent-form h2{

	text-transform: uppercase;

	color: #666666;

	font-size: 16px;

	border-bottom: 1px solid #e3e3e3;

	padding-bottom: 10px;

	margin: 0px;

	margin-bottom: 20px;

}





#property-detail-map{

	height: 320px;

	position: relative;

}

#property-rating h2,

#similar-properties h2{

	color: #666666;

	font-size: 24px; 

	border-bottom: 1px solid #e3e3e3;

	padding-bottom: 10px;

	font-weight: lighter;

	margin-bottom: 20px;

}



#similar-properties .property-image{

    float: left;

}

.rating.rating-user {

  display: inline-block;

}

.rating .inner img, .rating img {

  background: none repeat scroll 0 0 #e26228;

}

#property-rating aside, #property-rating figure {

  display: inline-block;

  font-size: 12px;

}

#property-rating aside{

	float: left;

}

#property-rating figure{

	float: right;

	margin: 0px;

}

#property-rating aside header,

#property-rating figure header {

  font-weight: bold;

  margin-bottom: 10px;

}

#property-rating .rating-form header {

  font-size: 14px;

  margin: 20px 0;

}

#property-rating .rating-name,

#property-rating .rating-email{

	width: 48%;

	float: left;

}

#property-rating .rating-name{

	margin-right: 4%;

}

#property-rating .rating-message{

	clear: both;

}



#property-comments h2{

	border: 1px solid #ececec;

	padding: 10px 20px;

	color: #666666;

	font-weight: lighter;

	font-size: 16px;

	margin: 0px;

}

#property-comments ul.comments{

	border: 1px solid #ececec;

	border-top: none;

	list-style: none;

	margin: 0px;

}

#property-comments .comment {

  display: block;

  margin: 0;

  padding: 15px;

  border-bottom: 1px solid #ececec;

}

#property-comments .comment:last-child{

	border-bottom: none;

}

#property-comments .image {

	float: left;

	width: 70px;

	display: block;

}

#property-comments .image img{

	display: block;

	float: left;

}

#property-comments .comment-wrapper {

	margin-left: 85px;

}

#property-comments .comment .name,

#property-comments .comment .date{

	float: left;

	font-size: 15px;

	font-family: "Open Sans", Arial;

	color: #666666;

}

#property-comments .comment .date{

	float: right;

	font-size: 12px;

}

#property-comments .comment .rating{

	clear: right;

	margin-bottom: 10px;

}



/*********** Agent Detail **************/

.agent{

	border-bottom: 1px solid #ececec;

	padding-bottom: 20px;

}

.agent .agent-image{

	float: left;

	width: 200px;

}

.agent .agent-summary{

	margin-left: 215px;

}



.agent h3{

	margin: 0px;

	padding: 0px;

	padding-bottom: 10px;

	border-bottom: 1px solid #f3f3f3;

	color: #e26228;	

	font-size: 24px;

	font-weight: lighter;

}

.agent h3 a{

	color: #e26228;	

	font-size: 24px;

	font-weight: lighter;

}

.agent h3 span{

	font-size: 14px;

	color: #515151;

	vertical-align: middle;

	margin-left: 10px;

}



.agent .agent-contact-field{

	list-style: none;

	margin: 0px;

	padding: 10px 0;

	border-bottom: 1px solid #f3f3f3;

}

.agent .agent-contact-field li{

	display: inline-block;

	margin-right: 5px;

	padding-left: 25px;

	font-size: 12px;

	color: #7b7b7b;

	font-weight: lighter;

	font-family: Open Sans, Arial;

	background-image: url(../images/sprites.png);

	background-repeat: no-repeat;

}

.agent .agent-contact-field li.email{

	background-position: -2px -125px;

}





#agent-properties{

	padding-top: 20px;

}

#agent-properties .property-image{

    float: left;

}

#agent-contact h3{

	font-size: 18px;

	font-family: "Open Sans", Arial;

	color: #929292;

	font-weight: lighter;

	border-bottom: 1px solid #ececec;

	padding-bottom: 20px;

}



.agent-form label{

	font-size: 14px; 

	color: #838383;

	font-family: "Open Sans", Arial;

	font-weight: lighter;

}

#form-contact-agent .agent-name{

	float: left;

	width: 48%;

}

#form-contact-agent .agent-name:first-child{

	margin-right: 4%;

}

#form-contact-agent .agent-email{

	clear: both;

}

#form-contact-agent textarea{

	height: 100px;

}

/****** Submit Property ******/ 

#submit-summary #summary{

	width: 48%;

	float: left;

	margin-right: 4%;

}

#submit-summary #place-on-map{

	width: 48%;

	float: right;

}



.section-title{

	position: relative;

}

.section-title .link-arrow {

	margin-top: 5px;

	position: absolute;

	right: 0;

	top: 0;

	cursor: pointer;

}



#submit-map{

	height: 320px;

	margin-bottom: 10px;

}

ul.submit-features{

	list-style: none;

	padding: 0px;

	margin: 0px;

}

ul.submit-features li{

	display: inline-block;

	width: 32%;

}



/****** BT Property Thanks ***/

.submission-message header{

	font-size: 48px;

	font-weight: lighter;

	line-height: 60px;

	margin: 10px 0 20px;

	color: #e26228;

}

/****** BT My Property *******/

.my-properties .table-responsive{

    overflow: auto;

}

.my-properties table {

  width: 100%;

    min-width: 600px;

}

.my-properties table h2 {

  border: none;

  font-size: 18px;

  font-weight: bold;

  margin: 0 0 5px 0;

  padding: 0;

}

.my-properties table thead {

  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

}

.my-properties table thead tr th {

  background-color: #e26228;

  border: none;

  color: #fff;

  padding: 10px 10px 10px 0px;

}

.my-properties table thead tr th:first-child {

  padding-left: 10px;

}

.my-properties table tbody tr td {

  border-top: none;

  border-bottom: 2px solid #f3f3f3;

  padding: 10px 10px 10px 0px;

  vertical-align: middle;

}

.my-properties table tbody tr td:last-child {

  padding-right: 5px;

}

.my-properties table tbody tr td.actions {

  text-align: right;

}

.my-properties table tbody tr td.actions a {

  padding: 5px;

}

.my-properties table tbody tr td.actions .edit {

  float: left;

  color: #2a2a2a;

}

.my-properties table tbody tr td.actions .edit:hover i {

  color: #073855;

}

.my-properties table tbody tr td.actions .edit i {

  -moz-transition: 0.4s;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  color: #1396e2;

  margin-right: 5px;

}

.my-properties table tbody tr td.actions .delete {

  color: red;

  position: relative;

  top: 5px;

}

.my-properties table tbody tr td.image {

  width: 125px;

}

.my-properties table tbody tr td.image img {

  width: 100%;

}

.my-properties table tbody tr td img, .my-properties table tbody tr td .inner {

  display: inline-block;

}

.my-properties table tbody tr td .inner figure {

  margin-bottom: 5px;

}

.my-properties table tbody tr td .inner h3{

	color: #e26228;

	font-size: 16px;

	font-family: "Open Sans", Arial;

	font-weight: lighter;

	margin-top: 0px;

}

.my-properties .localtion{

	margin-bottom: 10px;

}



/****** BT Agencies Listing **/

.agency {

  border-bottom: 1px solid #f3f3f3;

  display: table;

  font-size: 12px;

  padding-bottom: 10px;

  margin-bottom: 30px;

  position: relative;

  width: 100%;

}

.agency h3{

	margin: 0px;

	padding: 0px;

	padding-bottom: 10px;

	border-bottom: 1px solid #f3f3f3;

	color: #e26228;	

}

.agency h3 a{

	color: #e26228;	

	font-size: 24px;

	font-weight: lighter;

}

.agency h3 a.show-on-map{

	color: #515151;	

	font-size: 12px;

	float: right;

}

.agency .agency-information{

	list-style: none;

	margin: 0px;

	padding: 10px 0;

	border-bottom: 1px solid #f3f3f3;

}

.agency .agency-information li{

	display: inline-block;

	margin-right: 5px;

	padding-left: 25px;

	font-size: 12px;

	color: #7b7b7b;

	font-weight: lighter;

	font-family: Open Sans, Arial;

	background-image: url(../images/sprites.png);

	background-repeat: no-repeat;

}

.agency li.address{

	background-position: -2px -156px;

}

.agency li.phone{

	background-position: -2px -96px;

}

.agency li.email{

	background-position: -2px -125px;

}



.agency .agency-about{

	font-size: 12px; 

	color: #515151;

	font-family: Open Sans, Arial;

	padding: 10px 0px;

}



.agency .agency-image {

  display: table-cell;

  vertical-align: middle;

  width: 30%;

}

.agency .wrapper {

  display: table-cell;

  width: 70%;

  padding: 0px 10px;

}



.agency-image img {

  max-width: 100%;

  width: 100%;

}





/****** BT Property form *****/



.bt-property-form label{

	font-size: 14px; 

	color: #838383;

	font-family: "Open Sans", Arial;

	font-weight: lighter;

	margin: 5px 0;

}

.bt-property-form input[type="text"],

.bt-property-form input[type="email"],

.bt-property-form textarea,

.bt-property-form select{

	border: 1px solid #f1f1f1;

	border-radius: 3px;

	height: 30px;

	padding: 3px 0px;

	text-indent: 5px;

	box-shadow: 0px 0px 2px 0px #fafafa;

	width: 100%;

	margin: 5px 0;

	padding: 0px;

}



.bt-property-form input[type="text"]:focus,

.bt-property-form input[type="email"]:focus,

.bt-property-form textarea:focus{

	border: 1px solid #e3e3e3;

}

.bt-property-form textarea{

	height: 100px;

}

.bt-property-form .form-group{

    clear: both;

}

.bt-property-form  .width-2-3{

	width: 65%;

	float: left;

	margin-right: 2%;

    clear: none;

}

.bt-property-form  .width-1-3{

	width: 33%;

    float: left;

    clear: none;

}

.bt-property-form .input-group{

	display: table;

}

.bt-property-form  .input-group-addon{

	display: table-cell;

	background-color: #eee;

	width: 1%;

	line-height: 1em;

	padding: 0px 12px;

	text-align: center;

	border-radius: 3px;

	color: #555555;

}

.bt-property-form  .input-group-addon:first-child{

	border-top-right-radius: 0px;

	border-bottom-right-radius: 0px;

}

.bt-property-form .input-group  input:last-child{

	border-top-left-radius: 0px;

	border-bottom-left-radius: 0px;

}

.bt-property-form  .input-group-addon:last-child{

	

	border-top-left-radius: 0px;

	border-bottom-left-radius: 0px;

}

.bt-property-form .input-group  input:first-child{

	border-top-right-radius: 0px;

	border-bottom-right-radius: 0px;

}

.bt-property-form-left{

	float: left;

	width: 48%;

	margin-right: 2%;

	min-width: 250px;

}

.bt-property-form-right{

	float: left;

	width: 50%;

	min-width: 250px;

}

/*** Common CSS ***/

.bt-property section h1,

.bt-property section h2{



	font-family: "Open Sans", Arial;

	color: #2a2a2a;

	font-weight: lighter;

	border-bottom: 1px solid #ececec;

	padding-bottom: 10px;

}

.bt-property .note{

	margin: 10px auto;

}

.tag.price {

  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);

  background-color: #e26228;

  color: #fff;

  font-size: 14px;

  font-weight: bold;

}



.tag {

  -moz-border-radius: 2px;

  -webkit-border-radius: 2px;

  border-radius: 2px;

  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);

  background-color: #fff;

  display: inline-block;

  padding: 3px 8px;

}

.bt-property dl dt {

    float: left;

}

.bt-property dt {

    font-weight: bold;

}



.bt-property dl dd {

    margin-bottom: 8px;

    text-align: right;

}

.show-on-map{

	background: url(../images/sprites.png) no-repeat 0 -156px;

	padding-left: 25px;

	font-size: 12px;

	color: #515151;

	font-weight: lighter;

	font-family: Open Sans, Arial;

}

.clearfix{

	clear: both;

}





/******* Responsive ************/

@media (max-width: 1024px){

    #agent-properties .property-image,

    #similar-properties .property-image{

        float: none;

        width: 100%;

    }

    #agent-properties .property-summary,

    #similar-properties .property-summary{

        margin-left: 0px !important;

        width: 100%;

    }

    #agent-properties .property-title,

    #similar-properties .property-title{

        margin-top: 15px;

    }

    #agent-properties .property-image img,

    #similar-properties .property-image img {

        width: 100%;

    }

}



@media (max-width: 768px) {

    #contact-agent{

        width: 100%;

    }

    #contact-agent .agent-information{

        width: 100%;

        float: none;

    }

    #contact-agent .agent-summary{

        float: left;

    }

    #property-detail .agent-image{

        width: auto;

        margin-bottom: 0px;

    }

    #property-detail .agent-form{

        margin-top: 10px;

        margin-left: 0px;

    }

    #property-detail .agent-form .bt-property-form-left,

    #property-detail .agent-form .bt-property-form-right {

        float: none;

        margin-right: 0px;

        width: 100%;



    }

}

@media (max-width: 640px) {

    .bt-property-grid .property-wrapper {

        width: auto;

        min-width: 0;

        float: none;

    }

    .bt-property-grid .property-wrapper img{

        width: 100%;

    }

    .bt-property-lines .property-image{

        float: none;

    }

    .bt-property-lines .property-summary{

        margin-left: 0px;

        margin-top: 10px;

    }

    .bt-property-lines .property-image img{

        width: 100%;

    }

}

@media (max-width: 480px){

    #submit-summary #summary{

        width: auto;

        float: none;

        margin-right: 0px;

    }

    #submit-summary #place-on-map {

        width: auto;

        float: none;

        margin-left: 0px;



    }

    ul.submit-features li{

        width: 50%;

    }

    .agent .agent-image{

        float: none;

    }

    .agent .agent-summary{

        margin-left: 0px;

        clear: both;

        margin-top: 10px;

    }

}

@media (max-width: 320px){

    #property-detail span.status{

        font-size: 10px;

    }

    #property-detail .property-meta span.price,

    #property-detail .property-meta span.hits {

        font-size: 12px;

    }

    #property-detail .property-carousel-thumb{

        position: relative;

    }

    .property-carousel .property-slide .overlay{

        bottom: 0px !important;

    }

    .property-carousel .property-slide .overlay h3{

        font-size: 14px;

    }

    .property-carousel .property-slide .overlay .property-image-desc{

        display: none;

    }

    .property-detail-description{

        width: 100%;

        min-width: 0px;

        float: none;

    }

    .property-detail-summary{

        float: none;

        width: auto;

    }

    .bt-property-form-left,

    .bt-property-form-right{

        min-width: 0px;

    }

    #property-rating figure{

        float: none;

        margin-top: 10px;

    }

    #property-rating .rating-name, #property-rating .rating-email{

        width: auto;

        float: none;

    }

    #form-contact-agent .agent-name:first-child,

    #form-contact-agent .agent-name{

        width: auto;

        float: none;

        margin-right: 0px;

    }

    .bt-property-grid .property-wrapper{

        min-width: 0px;

        width: auto;

    }

    .agency{

        display: block;

    }

    .agency .agency-image{

        float: none;

        width: 100%;

        margin-right: 0px;

        margin-bottom: 10px;

        display: block;

    }

    .agency .wrapper{

        margin-top: 10px;

        padding: 0px;

        display: block;

    }

}