
/* Define Basic CSS */
	.clearfixnds { display: block; }
	.clearfixnds:after { 
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		margin: 0;
		padding: 0;
	}

/* CSS RESET */
	body, p, span, h1, h2, h3, h4, h5, h6, a {
		font-family: Arial, Arial, sans-serif !important;
	}
	* {
		box-shadow: none !important;
	}
	body, p, span {
		font-size: 14px;
	}
	a {
		text-decoration: none !important;
	}
	a:hover {
		text-decoration: none !important;
	}
	sub,
	sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}
	sup {
	top: -0.5em;
	}
	sub {
	bottom: -0.25em;
	}
/* Pagination */
	.pagination {
	  height: 36px;
	  margin: 18px auto;
	}
	.pagination ul {
	  display: inline-block;
	  padding: 0;
	  *display: inline;
	  /* IE7 inline-block hack */
	  *zoom: 1;
	  margin-left: 0;
	  margin-bottom: 0;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	.pagination li {
	  display: inline;
	}
	.pagination a {
	  float: left;
	  padding: 0 14px;
	  line-height: 34px;
	  text-decoration: none;
	  border: 1px solid #ddd;
	  border-left-width: 0;
	  color: #0088CC;
	}
	.pagination a:hover,
	.pagination .active a {
	  background-color: #f5f5f5 !important;
	}
	.pagination .active a {
	  color: #999999;
	  cursor: default;
	}
	.pagination .disabled span,
	.pagination .disabled a,
	.pagination .disabled a:hover {
	  color: #999999;
	  background-color: transparent;
	  cursor: default;
	}
	.pagination li:first-child a {
	  border-left-width: 1px;
	  -webkit-border-radius: 3px 0 0 3px;
	  -moz-border-radius: 3px 0 0 3px;
	  border-radius: 3px 0 0 3px;
	}
	.pagination li:last-child a {
	  -webkit-border-radius: 0 3px 3px 0;
	  -moz-border-radius: 0 3px 3px 0;
	  border-radius: 0 3px 3px 0;
	}

/* End .pagination */

/* Register Button */
	.btn-register {
	    float: right;
	    margin: 10px 0px;
	}
	.btn-register a {
		color: #fff;
	    display: block;
	    padding: 5px 10px;
	    background: #093e62;
	    border-radius: 4px;
	}
	.btn-register a:hover {
		background: #ed6924;
	}
	.btn-fixed {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 999999;
		line-height: 50px;
	}
	.btn-fixed .text {
	    color: #093e62;
	    background: #fff;
	    padding: 6px;
	    border: 1px solid;
	    border-radius: 6px;
	    display: none;
	}
	.btn-fixed .fa {
		float: right;
		height: 50px;
	    width: 50px;
	    background: #093e62;
	    color: #fff;
	    line-height: 50px;
	    text-align: center;
	    margin-left: 10px;
	    border-radius: 25px;
	    font-size: 25px;
	}
	.btn-fixed:hover span.text {
		display: inline;
	}
	.btn-fix {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 999999;
		line-height: 50px;
	}
	.btn-fix .text {
	    color: #093e62;
	    background: #fff;
	    padding: 6px;
	    border: 1px solid;
	    border-radius: 6px;
	    display: none;
	}
	.btn-fix .fa {
		float: right;
		height: 50px;
	    width: 50px;
	    background: #093e62;
	    color: #fff;
	    line-height: 50px;
	    text-align: center;
	    margin-left: 10px;
	    border-radius: 25px;
	    font-size: 25px;
	}
	.btn-fixed:focus span.text {
		display: inline;
	}

/* End .btn-register */
/* Show detail */
	.post-content  > h1 {
		color: #093e62;
		font-weight: 300;
		font-size: 20px;
	}
	.post-content > h1:first-letter { 
		text-transform: uppercase;
	}
	.post-content h1 b {
		font-weight: 300 !important;
	}
	.post-content .price-cate {
		background: #13507c;
	 	border-bottom: 3px solid #093e62;
	 	margin-top: 10px;
	}
	.post-content .price {
		float: right;
	  	background: #093e62;
		color: #fff;
	  	padding: 0 10px 0 20px;
	  	font-size: 16px;
	  	text-transform: capitalize;
	  	height: 38px;
	  	line-height: 38px;
	}
	.post-content .price span {
		text-transform: none;
		font-size: 18px;
		font-weight: 600;
	}
	.post-content .category {
		float: left;
		padding-left: 15px;
		color: #fff;
		height: 38px;
		line-height: 38px;
	}
	.post-content .contact {
	  	margin: 10px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}
	.post-content .contact .contact-left {
		float: left;
		width: 65%;
	}
	.post-content .contact .thumbnail {
		float: left;
		width: 20%;
		height: 20%;
		margin-right: 3%;
		margin-bottom: 0;
	}
	.post-content .contact .info {
		float: left;
		width: 77%;
	}
	.post-content .contact .info>div:nth-child(1) {
		text-transform: uppercase;
	}
	.post-content .contact .info>div:nth-child(3) {
		text-transform: capitalize;
	}
	.post-content .contact .contact-right {
		float: right;
		width: 35%;
		text-align: right;

	}
	.post-content .contact .contact-right .username {
		margin-top: 10px;
		margin-bottom: 12px;
	}
	.post-content .contact .contact-right .username span {
		font-size: 19px !important;
		font-weight: 600;
		color: #FFFFFF;
	}
	.post-content .contact .contact-right b {
		padding: 10px 5px 10px 30px;
		background-image: url(../images/icon-call.png);
		background-repeat: no-repeat;
		background-position: 0px center;
		background-color: #093e62;
		color: #fff;
		font-size: 1.6em;
		font-weight: normal;
	}

	.post-content .contact .contact-right .active {
		padding-top: 5px;
		margin-right: 20px;
	}

	/* 3 columns layout */
	.post-content .price-cate-col-3 {
		background: #13507c;
	 	margin-top: 10px;
	}
	.post-content .price-col-3 {
	  	background: #093e62;
		color: #fff;
	  	padding: 0 10px 0 20px;
	  	font-size: 16px;
	  	text-transform: capitalize;
	  	height: 38px;
	  	line-height: 38px;
	}
	.post-content .price-col-3 span {
		text-transform: none;
		font-size: 18px;
		font-weight: 600;
	}
	.post-content .category-col-3 {
		float: left;
		padding-left: 15px;
		color: #fff;
		height: 38px;
		line-height: 38px;
	}
	/*.post-content .contact-col-3 {
	  	margin: 10px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px;
	}
	.post-content .contact-col-3 .contact-left-col-3 {
		float: left;
		width: 65%;
	}
	.post-content .contact-col-3 .thumbnail-col-3 {
		float: left;
		width: 20%;
		height: 20%;
		margin-right: 3%;
	}
	.post-content .contact-col-3 .info-col-3 {
		float: left;
		width: 77%;
	}
	.post-content .contact-col-3 .info-col-3>div:nth-child(1) {
		text-transform: uppercase;
	}
	.post-content .contact-col-3 .info-col-3>div:nth-child(3) {
		text-transform: capitalize;
	}
	.post-content .contact-col-3 .contact-right-col-3 {
		float: right;
		width: 35%;
		text-align: center;

	}
	.post-content .contact-col-3 .contact-right-col-3 .username-col-3 {
		margin-top: 10px;
		margin-bottom: 12px;
	}
	.post-content .contact-col-3 .contact-right-col-3 .username-col-3 span {
		font-size: 19px !important;
		font-weight: 600;
		color: #FFFFFF;
	}
	.post-content .contact-col-3 .contact-right-col-3 b {
		padding: 10px 5px 10px 30px;
		background-image: url(../images/icon-call.png);
		background-repeat: no-repeat;
		background-position: 0px center;
		background-color: #093e62;
		color: #fff;
		font-size: 1.6em;
		font-weight: normal;
	}

	.post-content .contact-col-3 .contact-right-col-3 .active-col-3 {
		padding-top: 5px;
	}*/
	
	.post-content .contact-col-3 {
	  	margin: 10px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}
	.post-content .contact-col-3 .contact-left-col-3 {
		float: left;
		width: 65%;
	}
	.post-content .contact-col-3 .thumbnail-col-3 {
		float: left;
		width: 20%;
		height: 20%;
		margin-right: 3%;
		margin-bottom: 0;
	}
	.post-content .contact-col-3 .info-col-3 {
		float: left;
		width: 77%;
	}
	.post-content .contact-col-3 .info-col-3>div:nth-child(1) {
		text-transform: uppercase;
	}
	.post-content .contact-col-3 .info-col-3>div:nth-child(3) {
		text-transform: capitalize;
	}
	.post-content .contact-col-3 .contact-right-col-3 {
		float: right;
		width: 35%;
		text-align: right;

	}
	.post-content .contact-col-3 .contact-right-col-3 .username-col-3 {
		margin-top: 10px;
		margin-bottom: 12px;
	}
	.post-content .contact-col-3 .contact-right-col-3 .username-col-3 span {
		font-size: 19px !important;
		font-weight: 600;
		color: #FFFFFF;
	}
	.post-content .contact-col-3 .contact-right-col-3 b {
		padding: 10px 5px 10px 30px;
		background-image: url(../images/icon-call.png);
		background-repeat: no-repeat;
		background-position: 0px center;
		background-color: #093e62;
		color: #fff;
		font-size: 1.6em;
		font-weight: normal;
	}

	.post-content .contact-col-3 .contact-right-col-3 .active-col-3 {
		padding-top: 5px;
		margin-right: 20px;
	}
	/* End .3-col*/
	.post-content .viewed {
		float: right;
	}
	.post-content .detail-list {
		margin-bottom: 10px;
		border: 1px solid #093e62;
	}
	.post-content .detail-list > div {
		border-right: 1px solid #093e62;
		padding: 5px 10px;
		float: left;
	}
	.post-content .detail-list > div:last-child {
		border-right: none;
	}
	.post-content .detail-list i {
		color: #999999;
		width: 15px;
		margin-right: 5px;
	}
	.post-content .detail-list .expired {
		text-indent: 20px;
		color: #999;
	}
	.post-content .address {
		float: none;
		border: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d2d2d2;
	}
	.post-content .address span {
		font-weight: 600;
	}
	.post-content .detail {
		height: 100%;
		width: 100%;
	  	float: left;
	}
	.post-content .address i {
		color: #999999;
		width: 15px;
		margin-right: 5px;
	}
	.post-content .detail .extrainfo {
		margin-top: 10px;
	}
	.post-content .detail .approve {
		text-align: right;
		margin-top: 50px;
	}
	.post-content .detail .pub-up {
		text-align: right;
		margin-bottom: 30px;
	}
	.status-time {
		color: #999;
		font-size: 12px;
	}
	.emphasis {
		color: #B73333;
	}
	img.item-stars {
		height: 20px;
	}
	div.item-stars {
		height: 20px;
	}

	/* .post-content .detail .tags {
		margin-top: 20px;
		padding: 10px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		text-align: center;
	}	
	.post-content .detail .tags > h5 {
		display: none;
	}
	.post-content .detail .tags a {
		margin: 2px;
		border: 1px solid #999;
		display: inline-block;
		padding: 5px;
		color: #999;
		font-weight: normal;
	}
	.post-content .detail .tags a:hover {
		background: #999;
		color: #fff;
		text-decoration: none;
	} */

	.post-content .detail .tagsnds {
		margin-top: 10px;
	}
	.post-content .detail .tagsnds a {
		text-decoration: none;
		margin-right: 2px;
	}
	.post-content .detail .tagsnds a:hover {
		color: #ed6924;
		text-decoration: underline !important;
	}
	.post-content .relative-posts {
		clear: left;
	}
	img.vip-signal {
		position: absolute;
		z-index: 9;
	}
	.vip-signal-bottom {
	    background: url(/wp-content/plugins/nds-showrealty/images/vip-sign-bottom.png) no-repeat right bottom;
	    border: 1px solid #53B50A;
	    padding: 10px;
	}
/* End Show detail */

/* Show realty index */
	.realty-cate {
		background: #13507c;
		border-bottom: 3px solid #093e62;
		margin: 10px 0;
	}
	.realty-cate > div {
	    background: #093e62;
	    padding: 3px 10px 0 10px;
		float: left;
		line-height: 30px;
	}
	.realty-cate > div > p {
		margin-bottom: 0;
		margin-top: 0;
		color: #FFFFFF;
		text-transform: capitalize;
		font-size: 21px;
	}
	.realty-cate > div > p > a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.realty-cate > div > p > a:hover {
		color: #ed6924;
		text-decoration: none;
	}
	.realty-cate > div > h1 {
		margin-bottom: 0;
		margin-top: 0;
		color: #FFFFFF;
		text-transform: capitalize;
		font-size: 21px;
		display: inline;
		line-height: inherit;
	}
	.realty-cate .title-vip-color {
		color: #FFFFFF;
		text-decoration: none;
	}
	.realty-cate a.title-vip-color:hover {
		color: #ed6924;
		text-decoration: none;
	}
	.realty-cate > div > a {
		color: #FFFFFF;
		text-decoration: none;
		text-transform: none;
	}
	.realty-cate > div > a:hover { 
		color: #ed6924;
		text-decoration: none;
	}
	.more-realty-count {
		background: none !important;
		padding-bottom: 0 !important;
	}
	.more-realty {
		margin-top: 10px;
		text-align: right;
		padding-right: 10px;
	}
	.more-realty a {
		padding: 5px 10px;
		background: #093e62;
		color: #fff;
	}
	.more-realty a:hover {
		background: #fff;
		color: #093e62;
		border: 1px solid #093e62;
	}
	.realty-title {
		font-weight: 300;
		color: #fff;
		background: #093e62;
	}

	.post-item {
		clear: both;
		padding: 5px 5px 5px 15px;
	}
	.post-item:nth-child(odd) {
		background: #EDF6FF;
	}
	.post-item:nth-child(even) {
		background: #FFFFFF;
	}
	.post-item:last-child {
		margin-bottom: 20px;
	}
	.post-item::after {
		clear: both;
		display: block;
		margin: 10px 0;
	}

	.post-item > h3 {
		margin: 10px 0 10px 0;
		font-size: 16px;
		font-weight: 600;
	}
	.post-item > h3 > a {
        color: #333333;
        font-style: normal;
	    box-shadow: 0 0 0 0!important;
	    text-decoration: none;
	    border-bottom: none;
	    font-size: 16px;
	}
	.post-item > h3:first-letter {
	    text-transform: uppercase;
	}
	.post-item > h3 > a:hover {
		text-decoration: none;
		color: #ed6924;
	}

	.post-item > a {
		float: left;
		margin-right: 10px;
		margin-left: 10px;
	}
	.post-item .realty-info {
		float: left;
	    line-height: 20px;
	}

/* End Show realty index */


/*
*
* 	Mobile version 
*
*/

	/* Show detail */
		.xs-post-content {
			color: #404040;
			margin: 0;
			padding: 0;
		}
		.xs-post-content  > h1 {
			color: #093e62;
			font-weight: 300;
			font-size: 18px;
		}
		.xs-post-content > h1:first-letter { 
			text-transform: uppercase;
		}
		.xs-post-content h1 b {
			font-weight: 300 !important;
		}
		.xs-post-content .xs-price-cate {
			background: #13507c;
		 	border-bottom: 3px solid #13507c;
		 	margin-top: 10px;
		}
		.xs-post-content .xs-price {
		  	background: #093e62;
			color: #fff;
		  	padding: 5px 10px 5px 20px;
		  	font-size: 18px;
		  	text-transform: capitalize;
		}
		.xs-post-content .xs-price span {
			text-transform: none;
		}
		.xs-post-content .xs-category {
			margin-top:3px;
			padding: 5px 5px 5px 15px;
			color: #fff;
			text-transform: uppercase;
		}
		.xs-post-content .xs-contact {
		  	margin: 10px;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			padding: 10px;
		}
		.xs-post-content .xs-contact .xs-contact-left {
			width: 100%;
			float: left;
		}
		.xs-post-content .xs-contact .xs-thumbnail {
			float: left;
			width: 25%;
			margin-right: 3%;
		}
		.xs-post-content .xs-contact .xs-info {
			float: left;
			width: 72%;
		}
		.xs-post-content .xs-contact .xs-active {
			text-align: center;
		}
		.xs-post-content .xs-contact .xs-active input {
			font-size: 12px;
		}
		.xs-post-content .xs-contact .xs-info>div:nth-child(1) {
			text-transform: uppercase;
			text-align: center;
		}
		.xs-post-content .xs-contact .xs-contact-right {
			text-align: center;
			width: 100%;
			float:left;
		}
		.xs-post-content .xs-contact .xs-contact-right .xs-username {
			margin-top: 10px;
			margin-bottom: 12px;
		}
		.xs-post-content .xs-contact .xs-contact-right .xs-username span {
			/*font-family: Helvetica !important;*/
			font-size: 22px;
			color: #FFFFFF;
			vertical-align: middle;
		}
		
		.xs-post-content .xs-contact .xs-contact-right .xs-sendsms {
			margin-top: 25px;
			margin-bottom: 12px;
		}
		.xs-post-content .xs-contact .xs-contact-right .xs-sendsms span {
			/*font-family: Helvetica;*/
			font-size: 16px;
			color: #093e62;
			font-weight: 200 !important;
		}
		.xs-post-content .xs-contact .xs-contact-right .xs-sendsms b{
			padding: 10px;
			color: #093e62;
			font-size: 1.2em;
			font-weight: normal;
			border: 1px solid #093e62;
			box-shadow: #616161 1px 1px 1px !important;
		}
		.xs-post-content .xs-contact .xs-contact-right .xs-username b {
			padding: 10px 10px 10px 50px;
			background-image: url(../images/icon-call.png);
			background-repeat: no-repeat;
			background-position: 10px center;
			background-color: #093e62;
			color: #fff;
			font-size: 1.2em;
			font-weight: normal;
			box-shadow: #616161 1px 1px 1px !important;
		}
		#user-info {
			display: none;
			text-align: center;
			margin: 10px 0 20px 0;
		}
		.xs-info .show-user input {
			background: #FFFFFF;
			color: #999;
			padding: 5px;
			border: 1px solid #ddd;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
			font-stretch: normal;
			font-size: 0.75rem;
			line-height: normal;
			font-family: Arial;
			text-transform: none;
			border-radius: 0;
		}
		#user-info > div {
    			border: 1px solid #ddd;
    			padding: 5px;
    			margin: 2px;
    			color: #2C3E50;
		}
		.xs-post-content .xs-detail-content {
			margin: 20px 5px 20px 5px;
		}
		.xs-post-content .xs-detail-list {
		  	width: 100%;
		}
		.xs-post-content .xs-detail-list > div {
			border: 1px solid #093e62;
			padding: 5px 10px;
			margin-top: 3px;
		}
		.xs-post-content .xs-detail-list i {
			color: #999999;
			width: 15px;
			margin-right: 5px;
		}
		.xs-post-content .xs-detail-list .xs-detail-listing {
			float: right;
		}
		.xs-post-content .xs-detail-list .xs-expired {
			width: 100%;
			text-align: right;
			color: #999;
		}
		.xs-post-content .xs-detail {
			width: 100%;
			height: 100%;
			margin-top: 20px;
		}
		.xs-post-content .xs-viewed {
			float: right;
		}
		.xs-post-content .xs-detail .xs-extrainfo {
			margin-top: 10px;
		}
		.xs-post-content .xs-detail .xs-approve {
			margin-top: 30px;
		}
		.xs-post-content .xs-detail .xs-pub-up {
			text-align: right;
			margin-bottom: 30px;
		}
		/*.xs-post-content .xs-detail .xs-tags {
			margin-top: 15px;
			padding: 10px;
			border-top: 1px solid #999;
			border-bottom: 1px solid #999;
			text-align: center;
		}	
		.xs-post-content .xs-detail .xs-tags > h5 {
			display: none;
		}
		.xs-post-content .xs-detail .xs-tags a {
			margin: 2px;
			border: 1px solid #999;
			display: inline-block;
			padding: 5px;
			color: #999;
			font-weight: normal;
		}
		.xs-post-content .xs-detail .xs-tags a:hover {
			background: #999;
			color: #fff;
			text-decoration: none;
		}*/

		.xs-post-content .xs-detail .xs-tagsnds {
			margin-top: 10px;
		}
		.xs-post-content .xs-detail .xs-tagsnds a {
			text-decoration: none;
			margin-right: 2px;
		}
		.xs-post-content .xs-detail .xs-tagsnds a:hover {
			color: #ed6924;
			text-decoration: underline !important;
		}
		.xs-post-content .xs-relative-posts {
			clear: left;
		}

	/* End Show detail */

	/* Show realty index */
		.xs-realty-cate {
			background: #13507c;
			margin: 10px 0;
		}
		.xs-realty-cate > div {
		    background: #093e62;
		    padding: 5px 10px;
			float: left;
		    line-height: 17px;
		}
		.xs-realty-cate > div > p {
			color: #FFFFFF;
			margin-bottom: 0;
			margin-top: 0;
			padding-right: 5px;
			text-transform: capitalize;
			font-size: 18px;
		}
		.xs-realty-cate > div > p > a {
			color: #FFFFFF;
			text-decoration: none;
		}
		.xs-realty-cate > div > p > a:hover {
			color: #ed6924;
			text-decoration: none;
		}
		.xs-realty-cate > div > h1 {
			color: #FFFFFF;
			margin-bottom: 0;
			margin-top: 0;
			text-transform: capitalize;
			font-size: 18px;
		}

		.xs-realty-cate .xs-title-vip-color {
			color: #FFFFFF;
			text-decoration: none;
		}
		.xs-realty-cate a.xs-title-vip-color:hover {
			color: #ed6924;
			text-decoration: none;
		}
		.xs-realty-cate > div > a {
			color: #FFFFFF;
			text-decoration: none;
			text-transform: none;
		}
		.xs-realty-cate > div > a:hover { 
			color: #ed6924;
			text-decoration: none;
		}
		
		.xs-more-realty-count {
			background: none !important;
			padding-bottom: 0 !important;
			padding-left: 5px !important;
			padding-right: 5px !important;
		}
		.xs-more-realty {
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: right;
			padding-right: 10px;
		}
		.xs-more-realty a {
			padding: 5px 10px;
			background: #093e62;
			color: #fff;
		}
		.xs-more-realty a:hover {
			background: #fff;
			color: #093e62;
			border: 1px solid #093e62;
		}
		.xs-sumary {
			margin-left: 3px;
		}
		.xs-post-item {
			clear: both;
			padding: 5px 5px 12px 7px;
			margin: 0 3px;
		}

		.xs-post-item:last-child {
			margin-bottom: 20px;
		}
		.xs-post-item:nth-child(odd) {
			background: #EDF6FF;
		}
		.xs-post-item:nth-child(even) {
			background: #FFFFFF;
		}
		.xs-post-item > h3 {
			margin: 5px 0;
			font-size: 20px;
		}
		.xs-post-item > h3:first-letter {
		    text-transform: uppercase;
		}
		.xs-post-item > h3 > a {
			font-weight: 600;
			text-decoration: none;
			color: #333333;
			font-style: normal;
		    box-shadow: 0 0 0 0!important;
		    border-bottom: none;
		    font-size: 16px;
		}
		.xs-post-item > h3 > a:hover {
			color: #ed6924;
			text-decoration: none;
		}
		.xs-post-item .xs-realty-info {
			line-height: 18px;
			font-size: 12px;
			margin-left: 100px; /*90px width of thumbnail + 10px margin right*/
		}
		.xs-post-item .xs-realty-info i.fa {
			width: 14px;
			margin-right: 2px;
			text-align: center;
		}
		/*.xs-post-item .xs-info {
			line-height: 18px;
			font-size: 12px;
		}*/
		.xs-post-item > a {
			float: left;
			margin-right: 10px;
		}

	/* End Show realty index */
/* End mobile version*/

/* Common */
.fotorama {
	border: 1px solid #093e62;
}