/* -------------------------------------------------------------
 * - Listings -
 * ------------------------------------------------------------- */
.listing{
	overflow: hidden;
	position: relative;
	margin-bottom: 30px; padding: 10px 15px 15px;
	border: 1px solid #E1E1E1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.listing:hover{
	background: #ebecf0;
	border-color: #78809f;
}
.listing-name{
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.8;
}
.listing-info{
	overflow: hidden;
	margin-top: 30px;
	font-weight: 600; font-size: 20px;
}
.listing-price{
	display: block;
	font-weight: 700;
}
.listing-price em{
	font-style: normal;
	color: #0d0e16;
}
.listing-link{
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}
.listing-ribbon{
	display: block;
	padding: 5px 15px;
	text-align: center;
	color: #FFF;
	background: #78809f;
}
/** Small Devices */
@media( min-width: 768px ) {
	.listing-has-ribbon .listing-name{
		padding-right: 120px;
	}
	.listing-ribbon{
		position: absolute; top: 30px; right: -50px;
		padding: 5px 50px;
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
	}
}
/** Small Devices */
@media( min-width: 768px ) {
	.listing-revenue{
		float: left;
	}
	.listing-income{
		float: right;
	}
}
/** Large Devices */
@media( min-width: 1200px ) {
	.listing-info{
		font-size: 24px;
	}
}
/* ============================================================= *
 * [Listings]
 * ============================================================= */

/* -------------------------------------------------------------
 * - Listings Filters -
 * ------------------------------------------------------------- */
.listings-filters{
	margin-bottom: 30px; padding: 0;
}
.listings-filters li{
	display: inline-block;
	margin-right: 10px;
}
.listings-filters a{
	display: inline-block;
	padding: 5px 30px;
	color: inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.listings-filters a:hover,
.listings-filters a:focus{
	text-decoration: none;
	background: #ebecf0;
}
.listings-filters .active a{
	display: inline-block;
	color: #FFF;
	background: #78809f;
}

/* ============================================================= *
 * [Single Listing]
 * ============================================================= */

/* -------------------------------------------------------------
 * - Single Listing -
 * ------------------------------------------------------------- */
.single-listing-price{
	font-size: 24px;
}
.single-listing-info{
	margin-bottom: 10px; padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}
.single-listing-info span{
	display: inline-block;
	width: 120px;
	font-weight: 700;
}
.single-listing-info .single-listing-title{
	margin-top: 30px;
	width: 200px;
}
/* ========================================================================================================================= *
 * [Partner Login]
 * ========================================================================================================================= */
#theme-my-login1 *{
	font-family: 'myriad-pro',sans-serif !important;
}
#theme-my-login,
#theme-my-login1{
	margin: auto; padding: 30px;
	max-width: 450px;
	color: #000;
	background: #F2F2F2;
}

#theme-my-login1{
	padding: 30px 30px 0;
}

.section-title + p > code{
	display: none;
}

#theme-my-login1 label,
#theme-my-login1 input{
	color: #000;
}

#theme-my-login1 input{
	padding-left: 10px; padding-right: 10px;
	line-height: 42px;
	border: 1px solid #CCC;
}

#theme-my-login1 input[type="submit"]{
	padding: 10px;
	font-weight: 700; font-size: 20px;
	color: #FFF;
	border: none;
}
/* -------------------------------------------------------------
 * - Form Box -
 * ------------------------------------------------------------- */
.form-box-title{
	padding: 20px 15px;
	font-weight: 700; font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #fafafa;
}
.form-box{
	padding: 30px 15px;
	background: #fafafa;
	border: 1px solid #ddd; 
}