@charset "utf-8";
/* Stylesheet for listings */
/*********************************************************/
/* Font styles */
.Tahoma14Blue a, .Tahoma14Blue span, .Tahoma14Blue {
	color: blue	!important;
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none !important;
}

.Tahoma12Gray a, .Tahoma12Gray span, .Tahoma12Gray {
	font-size: 12px;
	font-family: Tahoma;
	color: #666666 !important;
	text-decoration: none !important;
}

.Tahoma1emGray, .Tahoma1emGray span, .Tahoma1emGray a {
	color:#424141f2 !important;
	font-size: 1em;
	font-family: Tahoma;
	text-decoration: none !important;
}
/*********************************************************/
.dv-classified-row {
	width: 100%;
	border-bottom:1px solid #999999;
	padding: 1% 0%;
}

div.dv-classified-row span { color: #666666 !important }

div.dv-classified-row span.link-blue-color { color: blue !important }

div.dv-classified-row > table { width: 100% }

div.dv-classified-row table tbody tr td a { text-decoration: none }

div.dv-classified-row > table > tbody > tr > td:nth-child(1) {width: 25% }

div.dv-classified-row > table > tbody > tr > td:nth-child(2) { width: 55% }

div.dv-classified-row > table > tbody > tr > td:nth-child(3) { width: 10% }

div.dv-classified-row > table > tbody > tr > td:nth-child(3) span { font-size: 14px }

div.dv-classified-row > table > tbody > tr > td:nth-child(4) { width: 10% }

div.dv-classified-row-v2 > table > tbody > tr > td:nth-child(1) {width: 25% }

div.dv-classified-row-v2 > table > tbody > tr > td:nth-child(2) { width: 75% }

table.tbl-main-photo {
	width: 100%;
	max-width: 226px;
}

div.dv-classified-row > table > tbody > tr > td:nth-child(2) table tbody tr:first-child td span {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.dv-classified-row > table > tbody > tr > td:nth-child(2) table tbody tr:nth-child(2) td span
, div.dv-classified-row > table > tbody > tr > td:nth-child(2) table tbody tr:nth-child(3) td span {
	font-size: 14px;
}

div.dv-classified-row > table > tbody > tr > td:nth-child(2) table tbody tr:first-child td a { color: #666666; }



/* tbl-main-photo */
table.tbl-main-photo > tbody > tr:nth-child(1) > td > div {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    display: block;
	border-radius: 15px 15px 0px 0px;
}

table.tbl-main-photo > tbody > tr:nth-child(1) > td > div {
	width: 100%;
}

div.dv-classified-row-v2 table.tbl-main-photo > tbody > tr:nth-child(1) > td > div {
	width: 185px;
	height: 28px;
}

table.tbl-main-photo > tbody > tr > td > div > div > div span:first-child { font-size: 11px }

table.tbl-main-photo > tbody > tr > td > div > div > div span:last-child { font-size: 9px }

table.tbl-main-photo tbody tr td div a img {
    width: 100%;
    transform: translate3d(-50%,-50%,0);
    position: absolute;
    left: 50%;
    top: 50%;
}

table.tbl-main-photo tbody tr td span {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

div.dv-classified-row > table > tbody > tr > td:nth-child(2) > table {
	padding-left: 3%;
}

div.dv-classified-row2 > table > tbody > tr > td:nth-child(2) > table {
	padding-left: 2% !important;
}

div.dv-classified-row > table > tbody > tr > td:nth-child(2) > table tbody tr td img {
	width: 45px;
	height: 45px;
}

div.dv-classified-row > table > tbody > tr > td:nth-child(2) > table tr td {
	padding-bottom: 18px;
}

div.dv-classified-row-v2 > table > tbody > tr > td:nth-child(2) > table tr td {
	padding-bottom: 11px !important;
}

div.dv-classified-row-v2 > table > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(3) > td {
	padding-bottom: 0px !important;
}

/* Apply padding bottom to last child */
div.dv-classified-row > table > tbody > tr > td:nth-child(2) > table tr:last-child td {
	padding-bottom: 0px !important;
}

/* Title, location and partner info table */
div.dv-classified-row > table > tbody > tr > td:nth-child(2) > table tr:last-child td:first-child {
	width: 240px;
}

/* Partner info row */
div.dv-classified-row > table > tbody > tr > td:nth-child(2) > table tr:nth-child(4) td span {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.dv-classified-row > table > tbody > tr > td:nth-child(2) > table tr td:nth-child(3) {
	width: 0px;
}

div.dv-classified-row div.dv-fav-img-container { float: right; }
/***********************************************************************************************************/
div.custom-wrap-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

div.custom-wrap-text > span {
    width: 100%;
    white-space: pre;
}
/***********************************************************************************************************/
/* Styles for galleries */
div.dv-gallery-container {
	width: calc(100% - 14px);
    border: 1px solid #d2d2d2;
    display: inline-block;
    padding-bottom: 66px;
    background-color: #ffffff;
    border-radius: 11px 11px 0px 0px;
    margin: 9px 7px 19px 7px !important;
    z-index: 1000;
	vertical-align: top;
	/*
	max-width: 228.5px;
	max-height: 115px;
	*/
	max-width: 238px;
    max-height: 118px;
}

div.dv-gallery-container table {
	margin: 0px;
	padding: 0px;
}

div.dv-gallery-container img { width: 100% }

div.dv-gallery-container span {
	color: #666666;
	font-family: Tahoma;
    text-decoration: none;
	font-size: 12px;
}

.color-6 { color: #666666; }

div.dv-gallery-container table tbody tr:first-child td > div {
	border-radius: 10px 10px 0px 0px;
    z-index: 100;
	padding-top: 50%;
    position: relative;
    overflow: hidden;
    display: block;
	width: 100.05%
}

div.dv-gallery-container table tbody tr:first-child td > div > div:nth-child(1) {
	position: absolute;
    top: 0%;
    z-index: 1000;
    width: 100%;
}

div.dv-gallery-container table tbody tr:first-child td > div > div:nth-child(2) {
	position: absolute;
    bottom: 0%;
    z-index: 1000;
    width: 100%;
    font-size: 11px;
    padding-left: 5px;
    background-color: rgba(0, 0, 0, .4);
    max-width: 26%;
}

div.dv-gallery-container table tbody tr:first-child td > div > div:nth-child(2) span {
	color: #FFFFFF !important;
}

div.dv-gallery-container table tbody tr:first-child td > div > div > div {
	background-color: rgba(0, 0, 0, .7);
    padding: 3%;
    float: left;
    max-width: 74%;
    text-align: left;
}

div.dv-gallery-container table tbody tr:first-child td > div > div > div span:nth-child(1) {
	font-size: 11px;
}

div.dv-gallery-container table tbody tr:first-child td > div > div > div span:nth-child(2) {
	font-size: 9px;
}

div.dv-gallery-container table tbody tr:first-child td > div > div > div span {
	color: #ffffff;
    font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

div.dv-gallery-container table tbody tr:first-child td > div a {
	text-decoration: none;
}

div.dv-gallery-container table tbody tr:first-child td > div > a > img {
    width: 101%;
    transform: translate3d(-50%,-50%,0);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
}

/* Gallery container 2nd row */
div.dv-gallery-container table tbody tr:nth-child(2) td > div, div.dv-gallery-container table tbody tr:nth-child(3) td > div {
	width: 96%;
    padding: 0% 2%;
}

div.dv-gallery-container table tbody tr:nth-child(2) td > div {
	margin-top: 5%;
	margin-bottom: 14%;
}

table.tbl-main-photo > tbody > tr:nth-child(1) > td > div > div {
	position: absolute;
    bottom: 0%;
    z-index: 1000;
    width: 100%;
    font-size: 11px;
    background-color: rgba(0, 0, 0, .4);
    max-width: 30%;
}

table.tbl-main-photo > tbody > tr:nth-child(1) > td > div > div span {
	color: #FFFFFF !important;
}

table.tbl-main-photo > tbody > tr:nth-child(2) > td > div {
	width: 100%;
	margin-top: 4%;
}

div.dv-gallery-container table tbody tr:nth-child(2) td > div > div:nth-child(1)
, table.tbl-main-photo > tbody > tr:nth-child(2) > td > div > div:nth-child(1) {
	float: left;
    text-align: left;
    width: 70%;
}

div.dv-gallery-container table tbody tr:nth-child(2) td > div > div:nth-child(1) span {
	font-size: 13px;
}

div.dv-gallery-container table tbody tr:nth-child(2) td > div > div:nth-child(2)
, table.tbl-main-photo > tbody > tr:nth-child(2) > td > div >div:nth-child(2) {
	float: right;
    text-align: right;
    width: 30%;
}

div.dv-gallery-container table tbody tr:nth-child(2) td > div > div:nth-child(2) span {
	font-size: 12px;
}

/* Gallery container 3rd row */
div.dv-gallery-container table tbody tr:nth-child(3) td > div > div {
	width: unset;
}

div.dv-gallery-container table tbody tr:nth-child(3) td > div > div > div > div {
	display: inline-table
}

div.dv-gallery-container table tbody tr:nth-child(3) td > div > div > div:nth-child(1)
, table.tbl-main-photo > tbody > tr:nth-child(3) > td > div:nth-child(1) {
	float: left;
    text-align: left;
}

div.dv-gallery-container table tbody tr:nth-child(3) td > div > div > div:nth-child(2)
, table.tbl-main-photo > tbody > tr:nth-child(3) > td > div:nth-child(2) {
	float: right;
    text-align: right;
}
/*******************************************************************************************************/
div.dv-gallery-container-with-fav table tbody tr:first-child td > div > div > div:nth-child(1) {
    background-color: rgba(0, 0, 0, .7);
    padding: 3%;
    float: left;
    max-width: 74%;
    text-align: left;
}

div.dv-gallery-container-with-fav table tbody tr:first-child td > div > div > div:nth-child(2) {
	float: right;
    width: 20%;
	background: none;
	padding: 0px;
}

div.dv-gallery-container-with-fav table tbody tr:first-child td > div > div > div:nth-child(2) img {
    float: right;
}

div.dv-gallery-container-with-fav table tbody tr:first-child td > div img { width: auto }
/*******************************************************************************************************/
span.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}

span.red-dot { background-color: #da0000 }
	
span.blue-dot { background-color: #0000ff }
	
span.purple-dot { background-color: #8000ff }
	
span.yellow-dot	{ background-color: #ffff00 }
	
span.green-dot { background-color: #29a329 }
	
span.maroon-dot { background-color: #800000 }
	
span.orange-dot { background-color: #ff8000 }
	
span.silver-dot { backgroung-color: #a6a6a6 }
/*******************************************************************************************************/
/* Styles for mobile */
@media screen and (max-width:480px) {
	div.dv-gallery-container {
		max-width: 100%;
		max-height: unset;
		padding-bottom: 7%;
	}
}