/*
Theme Name: Chicago
Theme URI: https://www.easypropertylistings.com.au/extensions/chicago/
Description: Premium Child theme for iThemes Builder by Easy Property Listings.
Author: Merv Barrett
Author URI: http://www.realestateconnected.com.au/
Version: 0.0.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes
Text Domain: it-l10n-Builder-Air
Domain Path: /lang/
Template: Builder-Air
*/

/*@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,400italic|Lato:400,700); */

@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Playfair+Display');

/*********************************************
	Default font settings and typography.
*********************************************/
html { padding-bottom:40px; }
body {
	color: #fff;
	font-family: "Lato",Calibri,Arial,sans-serif;
	font-size: 14px;
 	font-weight: 400;
	line-height: 1.5;
}
input, select, textarea {
	font-family: "Lato",Calibri,Arial,sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}
/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
/*********************************************
	Main Background
*********************************************/
body {
	background: #373737;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
a:hover {
	text-decoration: underline;
}
a:focus {
}
/*********************************************
	Button Link Styles
*********************************************/
.btn,
.button,
.epl-button,
button.epl-button,
.btn-alternate,
.btn-green,
.more-link,
input[type="submit"],
input[type="button"],
.comment-reply-link {
	font-weight: normal;
	font-size: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	color: #373737;
	padding: .5em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: 1em;
	text-decoration: none;
	background: #F4F4F4;
	border:2px solid #F4F4F4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#F4F4F4',GradientType=0 );
}
.btn:hover,
.button:hover,
.epl-button:hover,
button.epl-button:hover,
.btn-alternate:hover,
.btn-green:hover,
.more-link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover {
	color: #565656;
	text-decoration: none;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#F4F4F4',GradientType=0 );
}
.btn-alternate {
	color: #ffffff;
	font-weight: 700;
	text-shadow: 0px -1px 2px #555;
	background: transparent;
	border: 1px solid #fff;
}
.btn-alternate:hover {
	color: #fff;
	background: rgba(1,51,0,0.5);
}
.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	font-size: .9em;
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
}
.loop-utility a {
	background: #333;
	color: #efefef;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 50px 0;
	padding: 12px 20px;
	display: inline-block;
	text-decoration: none;
}
.loop-utility a:hover {
	background: #666;
	color: #FFFFFF;
	opacity: 1;
}
.builder-module .epl-archive-utility-wrapper {
	margin: 0 0 0;
	padding-bottom: 1.2em;
}
/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1em;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.55em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
	margin-top: 123px;
}
/*********************************************
	Default Module Styling
*********************************************/
.builder-module-background-wrapper {
	background: #373737;
}
.builder-module {

}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 0em !important;
}
.left .builder-module-element {
	margin-right: 1em;
}
.middle .builder-module-element {
	margin-left: 1em;
	margin-right: 1em;
}
.right .builder-module-element {
	margin-left: 1em;
}
/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {

}
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-content .builder-module-sidebar .widget {
	margin: 0;
	padding: 0.3em 0;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	/* margin-right: 1em; */
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.1em;
	line-height: 1;
	color: #fff;
}
.builder-module-content .builder-module-sidebar h4.widget-title {
	padding-bottom: .5em;
	font-size: 1.2em;
	font-weight: 700;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
}




.builder-module .epl-property-widget-image-only {
	clear: none !important;
	float: left;
	width: 33%;
}
.builder-module .epl-property-widget-image-only .entry-header {
	padding: 0 0px !important;
}


.widget_epl_location_profile .epl-location-profile-card,
.widget_epl_recent_property .epl-property-widget-image-only {
	width: 31%;
	clear: none !important;
	float: left;
	margin-bottom: 10px;
	text-align:center;

}
.widget_epl_location_profile .epl-location-profile-widget-image {
	padding-right: 0px;
}

.widget_epl_location_profile > *,
.widget_epl_recent_property .epl-property-widget-image-only { margin-left:1.1%; margin-right:1.1%; }
/*********************************************
	Header Module
*********************************************/
.builder-module-header-background-wrapper {
	background: transparent;
}
.builder-module-header .single .builder-module-element,
.builder-module-header .middle .builder-module-element {
	text-align: center;
}
.builder-module-header .widget {

}
.builder-module-header h4.widget-title {

}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #333333;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
}
.site-title {
	margin-top: 0;
	font-size: 4em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -2px;
}
.site-title a {
}
.site-title a:hover {
}
.site-tagline {
	font-weight: 400;
	font-size: 1.3em;
	margin-top: .5em;
	opacity: .5;
}
.site-tagline a {
}
.site-logo {
	float: left;
	margin-bottom: 10px;
	padding: 0;
	font-size: 1em;
	line-height:normal;
	margin-top:10px;
}
.site-logo-image {
	float: left;
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-background-wrapper {
	padding:  0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 0px 8px 0px #ccc;
	box-shadow: 0px 0px 8px 0px #ccc;
}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: 0 !important;
	border: 0;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation-menu-wrapper {
	display: table;
	margin: 0 auto;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	color: #f9f9f9;
	background: transparent;
	padding: 1.3em 1.3em 1em;
	margin: 0;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s ease-in;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #F4F4F4;
}
/* second level stuff */
.builder-module-navigation li a:hover,
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	color: #f9f9f9;
}
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {

}
.builder-module-navigation li ul {
	background: #F4F4F4;
	width: 14em;
}
.builder-module-navigation li li {
	width: 14em;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	font-weight: 400;
	text-transform: none;
	color: #fff;
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #222;
	color: #777777;
}
.builder-module-navigation li ul ul {
	margin: -2.7em 0 0 14em;
}
.builder-module-navigation li .current_page_item a,
.builder-module-navigation li .current-cat a,
.builder-module-navigation li .current-menu-item a {
	background: #ffffff;
	color: #777777;
	border-bottom: 1px solid #ddd;
}
/*********************************************
	HTML Header Module
*********************************************/
.header-html-background-wrapper {
	position: fixed;
	width: 100%;
	top:0;
	z-index: 999;
	background: #161616;
}
body.logged-in.admin-bar .header-html-background-wrapper  {
	top: 2.4em;
}
.header-html {
	padding-top: 4em;
}
.builder-module-2-background-wrapper {
	/* margin-top: 6em; */
}


.header-html-background-wrapper {
	padding:  0;
	border-bottom:1px solid #fff;
}
.header-html {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}
.header-html .builder-module-element {
	margin: 0 !important;
	box-sizing: border-box;
}
.header-html.builder-module {
	padding: 0!important;
}
.header-html {
	border: 0 none;
	display: block;
	line-height: 2;
	padding: 0;
	width: 100%;
}
.header-html ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
.header-html li {
	float: left;
	padding: 0;
}
.header-html li a {
	display: block;
	background: transparent;
	font-size: 16px;
	line-height:30px;
	font-weight: 400;
	font-family:"Montserrat",sans-serif;
	color: #f9f9f9;
	padding: 45px 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.header-html li a:hover,
.header-html > li.current-menu-item a {
	color: #F4F4F4;
}
/*********************************************
	HTML Page Title
*********************************************/
.page-title-html-background-wrapper {
	background: #545273;
	background: -moz-linear-gradient(top,  #545273 0%, #545273 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545273), color-stop(100%,#545273));
	background: -webkit-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -o-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -ms-linear-gradient(top,  #545273 0%,#545273 100%);
	background: linear-gradient(to bottom,  #545273 0%,#545273 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545273', endColorstr='#545273',GradientType=0 );
}
.page-title-html {
	padding: 5em 0 3em !important;
	color: #a8a6b7;
}
.page-title-html a {
	color: #F4F4F4;
}
.page-title-html a:hover {
}
.page-title-html .entry-title {
	background: #ccc;
	display: inline-block;
	padding: 0.3em;
	color: #545273;
	font-weight: 400;
	font-size: 3em
}
.page-title-html h4.widget-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*********************************************
	HTML No Padding Module
*********************************************/
.no-padding-html-background-wrapper{
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f8f8f8',GradientType=0 );
	border-bottom: 2px solid #f1f1f1;
}
.no-padding-html {

}
.no-padding-html.builder-module {
	padding-top: 0 !important;
}
.no-padding-html .builder-module-element{
	margin-bottom: 0 !important;
}
.no-padding-html ul {
	margin: 0;
}
/*********************************************
	Widget Bar Module (Default)
*********************************************/
.builder-module-widget-bar .left .widget {
	/* margin-right: 1.5em; */
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
/*********************************************
	Widget Bar Module (Featured)
*********************************************/
.featured-wb-background-wrapper {
	color: #ffffff;
	background: #F4F4F4;
	font-size: 1.5em;
	text-align: center;
}
.featured-wb {
	font-family: 'Open Sans Condensed', Georgia, sans-serif;
}
.featured-wb a {
	color: #F4F4F4;
}
.featured-wb a:hover {
	color: #fff;
}
.featured-wb .btn-alternate {
	color: #fff;
}
.featured-wb .left .widget {
	margin-right: 0.5em;
}
.featured-wb .middle .widget {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.featured-wb .right .widget {
	margin-left: 0.5em;
}
.featured-wb .widget-background-wrapper {
	padding: 8px;
}
.featured-wb .widget {

}
.featured-wb h4.widget-title {
	letter-spacing: -2px;
	color: #fff;
	font-size: 2em;
	margin-bottom: 0.5em;
}
/*********************************************
	Widget Bar Module (Dark)
*********************************************/
.dark-wb-background-wrapper {
}
.dark-wb {

	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
}
.dark-wb h4.widget-title {
	font-family: 'Open Sans Condensed', Georgia, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	font-size: 2em;
	margin-bottom: 0.5em;
}

/***** Search Horizontal *****/
.dark-wb .epl-search-form {
	width: 100%;
	padding: 0 !important;
	padding-top: 0 !important;
}
.dark-wb .epl-search-form .fm-block {
	clear: none;
	display: block;
	padding: 0;
	border-bottom: none;
	width: 30%;
	margin-right: 2.2em;
	float: left;
}
.dark-wb .epl-search-form .fm-label {
	color: #555555;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
.dark-wb .epl-search-form .in-field {
	border: 1px solid #e1e1e1;
	padding: 6px;
}
.dark-wb .epl-search-form .field-width {
	width: 100%;
}
.dark-wb .epl-search-form .fm-block .top-mrgn {
	margin-top: 10px;
	display: block;
}
.dark-wb .epl-search-form .check-label {
	font-size: 11px;
	color: #555555;
}
.dark-wb .epl-search-form .fm-block-half {
	display: inline-block;
	width: 48.8%;
}
.dark-wb .epl-search-form .fm-block-half .top-mrgn {
	margin-top: 0;
}
.dark-wb .epl-search-form .search-btn {
	width: 100%;
	max-width:none;
}
.dark-wb .epl-search-form .checkbox .in-field, .epl-search-form .checkbox .check-label {
	float:left;
}
.dark-wb .epl-search-form .checkbox .check-label {
	margin-top:-1px;
}
/*********************************************
	Widget Bar Module (Action)
*********************************************/
.action-wb-background-wrapper {
	background: #373737;
	padding: 3em 0;
	color: #fff;
}
body.home .builder-module-before-footer-background-wrapper {
	background: #373737;
	color: #fff !important;
}
.action-wb {

}
.action-wb .widget {
	padding: 0;
}
.action-wb h4.widget-title {
	font-size: 1.4em;
	font-weight: 700;
	/* margin-bottom: 0.3em; */
	color: #fff;


}
/*********************************************
	Widget Bar Module (Footer)
*********************************************/
.footer-wb-background-wrapper {
	border-top: 1px solid #222222;
	background: #040404;
}
.footer-wb {
	padding: 4em 0 2em !important;
	color: #f8f8f8;
}
.footer-wb a {
	color: #F4F4F4;
}
.footer-wb a:hover {
	color: #ffffff;
}
.footer-wb h4.widget-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.5em;
}
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	font-size: 1em;
	margin-top:1.5em;
	color: #f7f7f7;
	background: #161616;
	border-top: 0px solid #222222;
	bottom: 0;
	position:fixed;
	width:100%;
	z-index:999;

}
.builder-module-footer {
}
.builder-module-footer a {
	color: #F4F4F4;
}
.builder-module-footer a:hover {
	opacity: 1;
}
/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element img {
	margin: 0;
}
/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/
.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}
/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/
.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}
/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content-background-wrapper {
	background: #373737;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .entry-content>*:first-child {

}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-content .builder-module-sidebar .widget li {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
}
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li {
	padding-bottom: 1em;
}
.builder-module-content .builder-module-sidebar .gform_wrapper li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.builder-module-content .builder-module-sidebar .widget li:first-child {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget li:last-child {
	padding-top: 0;
	border-bottom: none;
}
.builder-module-content .builder-module-sidebar .widget li a {
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.entry-title {
	/* font-size: 1.7em; */
	font-weight: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 0.3em;
}

.entry-title-alternate {
	font-family: 'Open Sans Condensed', Georgia, sans-serif;
	font-size: 2em;
}
.entry-title-center {
	text-align: center;
}


.hentry .entry-meta-wrapper {
	margin-bottom: 1em;
	border-bottom: 1px solid #565656;
}
.hentry .entry-meta-wrapper .entry-meta {
	display: inline-block;
	padding-bottom: 1em;
}
.hentry .entry-meta {
	margin-right: 0.5em;
	color: #ababab;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.hentry .entry-meta .fa{
	margin-right: 0.5em;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {
}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .entry-meta .comments {

}
.hentry .entry-meta .categories-tags {
	background: #FFFFFF;
}
.hentry .entry-footer {
	/* display: block; */
	/* margin-top: 1em; */
}
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.hentry .more-link {
}
.entry-content {
	clear: both;
}
.loop-title {
	display: inline-block;
	color: #FFFFFF;
	padding:0 0;
	margin: 0;
	word-wrap:break-word;
	margin-bottom:0.8em;
	font-size:1.8em;
}
.builder-module-content {
	background: transparent;
}
.builder-module-content .builder-module-element {

}
.builder-module-content .hentry,
.builder-module-content .epl-property-blog.card-top {
	margin-bottom: 2em;
}
.builder-module-content .hentry:last-child {
	margin-bottom: 8px;
}
.builder-module-content .hentry .entry-header {
	padding: 0;
}
.builder-module-content .epl-property-blog.card-top .entry-header {
	padding: 0;
}
.builder-module-content .hentry .entry-content {
	/*padding: 1.6em 0; */
}
.builder-module-content .entry-content .excerpt-read-more:after {
	content: "\2192";
	position: absolute;
	top: 10px;
	right: 200px;
	overflow: hidden;
	opacity: 0;
}
.builder-module-content .entry-content .excerpt-read-more:hover:after {
	right: 35px;
	opacity: 1;
}
.builder-module-content  .entry-content .excerpt-read-more {
	background: #FFF;
	border: 1px solid #8887A8;
	color: #f7f7f7;
	border-bottom: 4px solid #CFCEE6;
	letter-spacing: 3px;
	margin: 2em 0 0;
	padding: 12px 50px;
	display: inline-block;
	text-decoration: none;
	opacity: .5;
	overflow: hidden;
	position: relative;
}
.builder-module-content  .entry-content .excerpt-read-more:hover {
	opacity: 1;
	padding-left: 40px;
	padding-right: 60px;
}
.builder-module-content .builder-module-sidebar {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	/* padding-left: 2em; */
	/* padding-right: 2em; */
}
.builder-module-content .builder-module-sidebar .widget-outer-wrapper-left .widget-background-wrapper {
	padding-right: 0;
}
.builder-module-content .builder-module-sidebar .widget-outer-wrapper-right .widget-background-wrapper {
	padding-left: 0;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 2px
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {
}
.entry-footer .categories,
.entry-footer .tags {
}
.entry-footer .comments {
}
.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
	Sticky Post
*********************************************/
.builder-module-content .sticky.hentry {
	margin-bottom: 3.25em;
	/* border: 1px solid #dcdcdc; */
}
.sticky .entry-header {
	padding: 1em 2em;
	background: #050505;
}
.sticky .entry-header:hover {

}
.sticky .entry-header a {
	color: #FFFFFF;
}
.sticky .entry-header .entry-meta {
	color: #FFFFFF;
}
.sticky .entry-content {
	padding: 0 2em;
}
.sticky .entry-footer {
	padding: 0;
}

/*********************************************
	Page Specific Styling
*********************************************/
.page .builder-module-content .hentry {
	margin-bottom: 0;
}
.builder-module-content .hentry.page {
	margin-bottom: 0;
}
/*********************************************
	Single Post Specific Styling
*********************************************/
.single .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #dcdcdc;
	color: #aaaaaa;
	padding: 0.2em 0.6em;
}
.entry-pages a:hover {
	background: #050505;
	color: #FFFFFF;
	opacity: 1;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin-top: 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	background: #FFFFFF;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #aaa;
	border-left: 4px solid #050505;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1.5em;
	border-radius: 36px;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 400;
}
.commentlist .fn a {
	text-decoration: none;
}
.commentlist .fn a:hover {
	text-decoration: underline;
}
.comment-metadata,
.comment-metadata a {
	color: #C0C8CC;
}
.comment-metadata a:hover {
	color: #f7f7f7;
}
.comment-content {
	clear: both;
	margin-top: 4em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 2.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#respond {
	margin-top: 2em;
}
#comments h3,
#respond h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom:2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #050505;
}
#comments h3:after,
#respond h3:after {
	background: #050505;
	content: "";
	display: block;
	visibility: visible;
    position: relative;
    top: 12px;
    height: 7px;
	width: 20%;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;
}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .5em 2em;
	display: inline-block;
	margin-top: 2em;
	margin-bottom: 0 !important;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #dadddf;
	color: #3b3f42;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	background: #ebebeb;
}
.logged-in-as {
	margin: 0.25em 0;
}
/*********************************************
	Text elements
*********************************************/
p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	color: #fff;
	margin: 0 0;
	padding: .25em 0;
	font-size: 1em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-top: 1.5em;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	font-size: .75em;
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	opacity: .7;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	background: #f7f7f7;
	padding: 0 5px;
}
/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin-left: 0;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 0;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}
/*********************************************
	Tables
*********************************************/
table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}
/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #373737;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*********************************************
	Default styling for forms
*********************************************/
label {

}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
/*********************************************
	Form Styling
*********************************************/
input[type="color"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea {
	font-size: 1em;
	color: #373737;
	margin: 0;
	padding: .5em;
	background: #E5E5E5;
	border: 1px solid #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 1;
}
input[type="color"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
textarea:focus {
	border-color: #F4F4F4 !important;
	box-shadow: inset 0 0 2px 1px #F4F4F4;
}

select {
	font-size: 1em;
	max-width: 99%;
}
select {
	background: transparent;
	padding: 0 45px 0 5px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #333;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(images/select-arrow.png) no-repeat right #e5e5e5;
	color: #373737;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}
/*********************************************
	placeholder
*********************************************/
::-webkit-input-placeholder { color: #aaaaaa; }
::-moz-placeholder { color: #aaaaaa; } /* firefox 19+ */
:-ms-input-placeholder { color: #aaaaaa; } /* ie */
input:-moz-placeholder { color: #aaaaaa; }

/*********************************************
	Search Form Styling
*********************************************/
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 60%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 38%;
	max-width: 100%;
	margin: 0;
}
/*********************************************
	Password Protected Post Form
*********************************************/
.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}
/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	Widget Specific Styling
*********************************************/
/* RSS Widget */
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss h4.widget-title {
	display: inline-block;
	font-weight: 400;
}
.widget_rss h4.widget-title a {
	font-weight: 400;
	text-decoration: none;
}
.widget_rss h4.widget-title a {
	text-decoration: none;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}
/* Tag Cloud Widget */
.widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	background: #f0f0f0;
	color: #777777;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #F4F4F4;
	color: #fff;
	text-decoration: none;
}
.widget_epl_recent_property {

}
/*********************************************
	Social Tabs
*********************************************/
#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.alignright {
	margin-left: 0em;
}
.alignleft {
	margin-right: 0em;
}
.hentry img.wp-smiley {
	border: none;
}
/*********************************************
	Sitemap Template Styling
*********************************************/
.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}
/*********************************************
	Mobile Navigation Menu
*********************************************/
.it-mobile-menu {
	display: none;
}
/*********************************************
	Featured Image
*********************************************/
.it-featured-image {
	display: inline-block;
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
	width: 100%;
	display: block;
}
.it-featured-image a {
	display: block;
}
/*********************************************
	Misc.
*********************************************/
::selection {
	color: #0a0a0a;
	background: #F4F4F4; /* Safari */
	}
::-moz-selection {
	color: #fff;
	background: #F4F4F4; /* Firefox */
}
.no-featured-image .entry-title {
	margin-bottom: 1.5em;
}
/*********************************************
	Post Formats
*********************************************/
/* Status */
.builder-module-content .format-status {
	font-family: "Lato",Calibri,Arial,sans-serif;
}
.builder-module-content .format-status .entry-header {
	margin-bottom: 0;
}
.builder-module-content .format-status .entry-header .entry-meta-wrapper {
	margin-bottom: 0;
}
.builder-module-content .format-status {
	padding: 0 1em;
	font-size: 2em;
	background: #050505;
	color: #ffffff;
	border-bottom: none;
}
/* Aside */
.builder-module-content .format-aside {
	font-size: 1.5em;
	font-style: italic;
	background: #FFFFFF;
	padding: 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #aaa;
	border-left: 4px solid #050505;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.builder-module-content .format-aside a{
	color: #323232;
}
/* Quote */
.builder-module-content .format-quote {
	background: transparent;
	font-size: 1.5em;
	font-style: italic;
}
.builder-module-content .format-quote blockquote{
	margin: 0;
	background: #FFFFFF;
}
.builder-module-content .format-quote .entry-content {
	padding: 0
}
/* Image */
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 0;
}
.builder-module-content .format-image .entry-content {
	margin-top: 2.5em;
}
li img.soliloquy-item-image {

}
.soliloquy-container {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 8px solid #fff;
}
.soliloquy a {
	transition-duration: 0s;
}
/*********************************************
	Easy Property Listings
*********************************************/

.builder-module .epl-tab-title {
    margin-top: 1em;
    margin-bottom: 0em;
    border-bottom: 1px solid #333;
    padding-bottom: 0.5em;
}

/**************************************
	Fancy pagination
**************************************/
.builder-module .epl-pagination {
	clear: both;
}
.builder-module .epl-pagination a,
.builder-module .epl-pagination span {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 2px;
}
.builder-module .epl-pagination a {
	display: inline-block;
}
.builder-module .epl-pagination a:hover,
.builder-module .epl-pagination span.current {
	border-color: #373737;
}
.builder-module .epl-pagination span.current {
	font-weight: bold;
}




.builder-module-content .builder-module-sidebar .widget li:first-child {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li:first-child,
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li:last-child {
	padding-top: 1em;
	margin-right: 2px;
}
.epl-button-wrapper {
	margin-top: 0.5em;
}
.author-details {
	padding-top: 0em;
}
label.gfap_placeholder {
	display: none;
	color: transparant;
}
.property-feature-icons .icon {
	padding: 0px 10px 2px 25px !important;
}
.epl-img-widget img:hover {
	opacity: 0.8;
}
.builder-module-navigation-menu-wrapper {
    display: inline-block;
    margin-right: 0;
    float: right;
}
.fa { color:#a6a6a6; font-size:18px;}

/********Custom css*********************/

.social-links > ul {    margin: 0; }
.social-links {    display: inline;    float: left; }
.social-links li:first-child {   border-left: 1px solid #e0e0e0; }
.social-links li {    background: #f2f2f2;    border-right: 1px solid #e0e0e0;    display: inline;    float: left;    height: 44px;
    margin: 0;    padding: 0;    vertical-align: top; }
.social-links li a { border: 1px solid #fff; display: table-cell;  height: 42px;  text-align: center;  vertical-align: middle;  width: 42px; }

/***************top contact us right ******************/

.contact-us {
	float: right;
	text-align: right;
	width: 40%;
}
.contact-us ul li {
	border-right: 1px solid #ccc;
	color: #777;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	height: 30px;
	padding: 13px 10px 0;
}
.contact-us li:first-child {   border-left: 1px solid #e0e0e0; }
.contact-us ul li{border-right: 1px solid #e0e0e0;}
.contact-us .fa {  padding-right: 5px; }

/*********************************
	Easy Property Listings
*********************************/
.builder-module .epl-switch-view {
	display: none;
}


/* SVG Icons */
.builder-module .property-feature-icons {

}
.builder-module .property-feature-icons .icon {
	content: '';
	display: inline-block;
	padding: 0 0 0 22px;
	margin: 0;
	background: url('images/sprite-bed-white.svg') no-repeat;
	height: 29px;
	width: 20px;
}
.builder-module .icon-value {
	display: block;
	font-size: 1em;
	margin-top: 0;
	line-height:29px;
	padding-left: 5px;
}
.builder-module .icon.beds {
	background: url('images/sprite-bed-white.svg') no-repeat;
}
.builder-module .icon.bath {
	background: url('images/sprite-bath-white.svg') no-repeat;
}
.builder-module .icon.parking {
	background: url('images/sprite-car-white.svg') no-repeat;
}
body.home .builder-module .icon.beds {
	background: url('images/sprite-bed-white.svg') no-repeat;
}
body.home .builder-module .icon.bath {
	background: url('images/sprite-bath-white.svg') no-repeat;
}
body.home .builder-module .icon.parking {
	background: url('images/sprite-car-white.svg') no-repeat;
}
.builder-module .icon.air {
	display: none;
}
.builder-module .icon.pool {
	display: none;
}
.builder-module .icon.open {
}

.widget .property-widget-image .property-meta,
.widget .property-widget-image .property-meta.price {
	border-bottom: none;
}
.page-price {
	font-size: 1em;
	font-weight: normal;
}
.widget .property-meta.suburb-name {
	font-weight: 700;
	font-size: 1.1em;
}
.epl-property-blog,
.epl-property-single.view-2-column,
.builder-module-content .epl-property-blog-slim  {
	padding: 0;
	margin: 0;
}
.builder-module-content .epl-author-card {

}

.builder-module .epl-property-blog {
	width: 33.3%;
	float: left;
	clear: none !important;
	margin: 0;
	padding: 0;
	text-align: center;
}
.home .builder-module .epl-property-blog {
	width: 20%;
}
.home .epl-property-blog .epl-property-blog-outer-wrapper {
	margin: 0;
}
.home .epl-pagination {
	display: none;
}
/* Transition */
.epl-property-blog .epl-property-blog-outer-wrapper,
.epl-property-blog h3.entry-title {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.epl-property-blog img {

}




.epl-property-blog .epl-property-blog-outer-wrapper {
	margin: 0.3em;
	background: #373737;
	overflow: hidden;
}
.epl-property-blog .epl-property-blog-outer-wrapper:hover {
	background: #F4F4F4;
}
.epl-property-blog .epl-property-blog-outer-wrapper .property-box {
	width: 100%;
}
.epl-property-blog .property-box-left {
	padding: 0;
	position: relative;

}
.epl-property-blog .property-box-right {
	padding: 0 0.5em;
	width: 100%;
	height: 64px;
	color:#fff;
}
.epl-property-blog .property-box-right > div {
	line-height:32px;
}
.epl-blog-image {

}



.epl-property-blog:hover img {
	opacity: 0.5;
}

.epl-property-blog h3.entry-title {
	background: rgba(255,255,255, 0.7);
    font-size: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.2em 0;
    margin:  0;
}
.epl-property-blog h3.entry-title a { color:#373737; }
.epl-property-blog:hover h3.entry-title,
.epl-property-blog .entry-title:hover {

}
.builder-module .epl-location-profiles-box .epl-location-profiles-content {
	background: transparent;
	padding: 1em;
	margin-bottom: 2em;
}
.epl-property-blog .property-address {

}

.epl-property-blog .property-address .entry-title-sub {
    display: none;
}

.epl-property-blog .property-address .entry-title-sub {
    display: none;
}


.builder-module .email-icon-24,
.builder-module .twitter-icon-24,
.builder-module .facebook-icon-24,
.builder-module .google-icon-24,
.builder-module .linkedin-icon-24,
.builder-module .skype-icon-24 {
	background: transparent;
}

.builder-module .epl-author-box .epl-author-social-buttons {
	margin-top: 0 ;
}
.epl-author-box {

}
.epl-author-box .author-box-outer-wrapper {
	background: #f9f9f9;
	padding: 1.5em 1.5em 1em;
	margin-top: -1em;
	border: 1px solid #e4e4e4;
}
.epl-author-box ul.author-tabs li {
	display: inline-block;
	background: #d6d8e5;
	color: #8c8ba3;
	padding:1em 2em;
	margin: 0;
	position:relative;
	word-wrap:break-word;
	margin-bottom:1em;
}
.epl-author-box ul.author-tabs li.author-current {
	background: #050505;
	color: #FFFFFF;
}

.builder-module .epl-author-box.epl-author-bio {
    padding-right: 0;
    width: 100%;
}

.builder-module .epl-property-single .epl-author-box.epl-author-bio {
    display: none;
}

.builder-module .epl-location-profiles-box .epl-location-profiles-content {
	background: #eee;
	padding: 1em;
	margin-bottom: 2em;
}

.builder-module-content .title-meta-wrapper {
	margin-bottom: 0
}
.builder-module-content .directory-page-dynamic .directory-section .hentry {
	width: 49%;
	max-width:470px;
	margin-right: 1%;
}
.builder-module-content .directory-page-dynamic .directory-section .hentry .entry-header,
.builder-module-content .directory-page-dynamic .directory-section .hentry .entry-content {
	padding: 0.5em 0.5em 0;
}
.builder-module .under-offer-status {
	color: #f00 ;
}
.builder-module-content .epl-property-blog .status-sticker {
	font-family: "Lato",Calibri,Arial,sans-serif;
	font-size: 1em;
	font-weight: 700;
	background: #FFFFFF;
	padding: 0 0.6em;
	color: #888;
}
.epl-property-blog .status-sticker,
.epl-property-blog .status-sticker.new {
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	-webkit-transform: rotate(-40deg);
	-moz-transform:    rotate(-40deg);
	-ms-transform:     rotate(-40deg);
	-o-transform:      rotate(-40deg);
	position: relative;
	padding: 7px 0;
	left: -40px;
	top: 10px;
	width: 160px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -o-linear-gradient(top, #BFDC7A, #8EBF45);
	-webkit-box-shadow: 0px 0px 3px rgba(1,51,0, 0.3);
	-moz-box-shadow:    0px 0px 3px rgba(1,51,0, 0.3);
	box-shadow:         0px 0px 3px rgba(1,51,0, 0.3); }
.epl-property-blog .status-sticker:before,
.epl-property-blog .status-sticker:after {
	content: "";
	border-top:   3px solid #6e8900;
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}
.epl-property-blog .status-sticker.sold {
	background-color: #ea373a;
	background-image:
	 -webkit-gradient(linear, left top, left bottom, from(#ea373a), to(#ea3b36)); background-image:
	 -webkit-linear-gradient(top, #ea373a, #ea3b36); background-image:
	 -moz-linear-gradient(top, #ea373a, #ea3b36); background-image:
	 -ms-linear-gradient(top, #ea373a, #ea3b36); background-image:
	 -o-linear-gradient(top, #ea373a, #ea3b36);
 }


.builder-module-content .epl-property-blog .status-sticker.under-offer {
	background: #FFFFFF;
	color: #F4F4F4;
}
.builder-module-content .home-open,
.builder-module-content .epl-property-blog .status-sticker.open {
	background: #373737;
	color: #fff;
}
/* Property Card Slim */
.epl-property-blog-slim .property-box-left-slim {
	margin-right: 1em;
}
/* EPL Tabs */
.builder-module .epl-author-box-container ul.epl-author-tabs,
.builder-module .epl_adv_map_list  ul.map-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.builder-module ul.epl-author-tabs li,
.builder-module ul.property_search-tabs li,
.builder-module ul.map-tabs li,
.builder-module ul.epl_adv_map_list li {
	display: inline-block;
	background: #373737;
	color: #FFFFFF;
	padding:1em 2em;
	margin: 0;
	word-wrap:break-word;
	margin-bottom:0;
}
.builder-module li.tbhead.current,
.builder-module ul.epl-author-tabs li.epl-author-current,
.builder-module ul.property_search-tabs li.epl-sb-current,
.builder-module ul.epl_adv_map_list li.maptab-current {
	border-bottom: none;
	display: inline-block;
	background: #373737;
	color: #FFFFFF;
	padding:1em 2em;
	position: relative;
	word-wrap:break-word;
	margin-bottom: 0;
}
.builder-module ul.property_search-tabs li{
	margin: 0 1px 0 0;
	padding: 0.5em 1em !important;
}
.builder-module ul.property_search-tabs li.epl-sb-current {

}
.builder-module ul.epl_adv_map_list li,
.builder-module ul.epl_adv_map_list li.maptab-current {
	margin-right: 2px;
}
.builder-module .epl-author-box-outer-wrapper,
.builder-module .epl_tabbed_map_wrapper  {
	background: transparent
}
.builder-module .epl-location-profiles-tabs-left ul.location-profiles-tabs li {
	background: #333;
	color: #fff;
	margin-bottom: 2px;
	display:block;
}
.builder-module .epl-location-profiles-tabs-left .location-profiles-tabs li.location-profiles-current {
	background: #F4F4F4;
	color: #FFFFFF;
	position: relative;
}
#epl-advanced-map .slider-map-zoom-in,
#epl-advanced-map .slider-map-zoom-out,
.builder-module .slider-map-zoom-in,
.builder-module .slider-map-zoom-out {
	display: none;
}

/* Featured Widget Shortcode */
.home #builder-module-580534f49abbb-outer-wrapper {
    max-width: 100%;
    width: 100%;
}

.home .builder-module ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 33.3%;
	border-bottom: 0;
	background: #111;
}
.home .epl_ui_tab_content {
	background: transparent;
}
.home .builder-module .epl_ui_tab_menu > a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

body.home .epl-search-slim { display:block;}

.epl-template-featured {
	margin-top: 0;
}
.rec-featured-listing-widget-background-wrapper {
	margin: 0;
	margin-bottom: 1em !important;
	padding: 0;
	border: none;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
}
.rec-featured-listing-widget {
	background: #222;
	margin: 0.6em;
	padding-bottom: 0 !important;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.rec-featured-listing-widget:hover {

}
.rec-featured-listing-widget .entry-content {
	padding: 10px 25px;
	min-height: 140px;
}
.rec-featured-listing-widget .entry-content .property-meta {
	border-bottom: none;
}
.home .featured-listings-tab-wrapper .epl-shortcode .loop-footer {
	display: none;
}
.rec-featured-listing-widget .property-address {

}
.rec-featured-listing-widget .property-address .suburb-name {
	color: #F4F4F4;
	font-size: 1.4em;
	letter-spacing: -1px;
	margin-bottom: 0.2em
}
.rec-featured-listing-widget .property-address .street-name {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #a9abae;
}
.rec-featured-listing-widget .property-feature-icons {

}




/** tabs on single pages */
.dnh-single-tabs {
	margin-bottom: 45px !important;
	position: relative;
}
.dnh-single-tabs > ul {
margin:0;
	box-sizing: border-box;
position:absolute;
width:100%;
bottom:-50px;
line-height:50px;
}
.dnh-single-tabs .epl-tab-section {
	margin-top: 0!important;
}
.dnh-single-tabs > ul li {
	border: medium none !important;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 50%;
	margin: 0 !important;
}
.dnh-single-tabs > ul li a {
	color: #fff;
	display: block;
}
.dnh-single-tabs ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu{
	background: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 1px;
	padding: 0px 15px;
}
.dnh-single-tabs .epl_ui_tab_menu.epl_ui_tab_menu_current {
	background: #333 !important;
}
.dnh-single-tabs .epl_ui_tab_content {
	margin-bottom: 0;
	padding: 0;
	display:none;
}
.dnh-single-tabs .epl_ui_tab_content_current.epl_ui_tab_content {
	display:block;
}
/* Floor Plan */
#dnh-single-floorplan {
	background: #ffffff none repeat scroll 0 0;
	margin: 0 auto;
	text-align: center;
}
#dnh-single-floorplan img {
	max-height: 494px;
	margin: 0;
}



/* Day Single Listing */
#builder-module-5783b70cf19fa-outer-wrapper {
	max-width: 1060px !important;
}
.builder-module .epl-property-single-fletch  {
	width: 100%;
	margin-top : 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.builder-module .epl-property-single-fletch .entry-header {
	margin-bottom: 0;
}
.builder-module .epl-property-single-fletch .entry-title {
	color: #F4F4F4;
}
.builder-module .epl-property-single-fletch .entry-2-col {
	float: left;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.builder-module .epl-property-single-fletch .entry-2-col.content-col-background-wrapper,
.builder-module .epl-property-single-fletch .entry-2-col.left {
	float: left !important;
	width: 63.0%;
	margin-left: 0%;
	margin-right: -100%;
}
.builder-module .epl-property-single-fletch .entry-2-col.sidebar-col-background-wrapper,
.builder-module .epl-property-single-fletch .entry-2-col.right {
	float: left !important;
	width: 37%;
	margin-left: 63%;
	margin-right: -100%;
}
.epl-contact-agent {
	color: #F4F4F4 ;
	padding-top: 20px;
}
.builder-module .epl-property-single-fletch .entry-2-col.content-col-background-wrapper {
	margin-bottom: 1.5em;
}
.builder-module .epl-property-single-fletch .entry-column-content {
	padding-right: 0;
}
.builder-module .epl-property-single-fletch .entry-column-sidebar-content {
	padding-left: 0;
}
.builder-module .epl-property-single-fletch .entry-2-col .content-col {
	margin-right: 2em;
}
.builder-module .epl-property-single-fletch .entry-2-col .sidebar-col {
	margin-left: 1em;
	text-align: left;
}


.builder-module .epl-property-single-fletch .property-meta.pricing {
	float: none;
	text-align: left;
	font-size: 1.3em;
}
.epl-property-single .property-meta.pricing .page-price.sold-status {
	color: #F4F4F4;
}
.epl-property-single .entry-title-sub { font-size:inherit !important; }
.builder-module .epl-property-single-fletch .entry-title {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}
.builder-module .epl-property-single-fletch .entry-title .entry-address-street {
	display: block;
	font-size: 0.6em;
	color: #606060;
	line-height: 1em;
	font-weight: normal;
}
.builder-module .epl-property-single-fletch .entry-title .entry-address-street .entry-title-sub {
	display: none;
}
.builder-module .epl-property-single-fletch .property-feature-icons {

}
.builder-module .epl-property-single-fletch .entry-content .entry-title {
	font-size: 1.34em;
	padding-top: 0em;
}

/* Inspection Times */
.builder-module .epl-property-single-fletch .epl-inspection-times-label {
	 font-size: 1.3em;
}
.epl-month-day {
	margin-right: 1em;
}
.epl-time {
	text-transform: capitalize;
	float: right;
}
.builder-module .epl-property-single-fletch .epl-inspection-times ul {
	margin: 0;
}
.builder-module .epl-property-single-fletch .epl-inspection-times ul li {
	margin: 0.1em 0;
	list-style: none;
}
.builder-module .epl-property-single-fletch .epl-inspection-times ul li a {
	color: #F4F4F4;
	padding: 0em 0;
	display: block;
	border-top: 0px solid #333;
}
.builder-module .epl-property-single-fletch .epl-inspection-times ul li a:last-child {
	border-bottom: 0px solid #333;
}

.builder-module .epl-property-single-fletch .epl-inspection-times ul li a:hover {
	background: #373737;
	color: #fff;
}

/*
.builder-module .epl-property-single-fletch .epl-inspection-times ul li a:hover {
	background: #8dc73f ;
	color: #ffffff;
}
.builder-module .epl-property-single-fletch .epl-inspection-times ul li a:before {
	font-family: "FontAwesome";
	content: "\f017";
	margin-right: 10px;
} */


.epl-social-share-title {
    color: #F4F4F4;
    margin: 0;
    font-size: 1.34em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.epl-social-share-link {
    color: #D3D4D6;
    font-size: 1.6em;
    padding-right: 15px;
}
.epl-social-share-link:hover {
    color: #F4F4F4;
}

/* Auction Times*/
.builder-module .epl-property-single-fletch .epl-auction-wrapper {
	background: #8dc73f ;
	color: #ffffff;
	padding: 0.5em 1em;
	display: block;
	font-size: 1.2em;
}
.epl-auction-times {
	margin: 0 !important;
	overflow: hidden;
	padding: 5px 0;
}
.dnh-auction-icon {
	float: left;
	margin-top: 10px;
	width: 17%;
}
.dnh-auction-icon .fa.fa-gavel {
	color: #ffffff;
	font-size: 24px;
}
.dnh-auction-txt {
	float: left;
	font-size: 0.8em !important;
	font-weight: bold !important;
	width: 83% !important;
}
.dnh-auction-txt > span {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0;
	text-align: left;
}
.builder-module .epl-property-single-fletch .epl-social-share-container {
    margin-top: 3em;
}

/* Author Box */
.builder-module .epl-property-single-fletch .entry-full-col-background-wrapper {
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
}
.builder-module .epl-property-single-fletch .epl-author-box-flat {
	margin: 0;
	padding: 0;
	float: left;
}
.builder-module .epl-property-single-fletch .epl-author-box-flat .epl-author-box-outer-wrapper {
	background: transparent;
	padding: 0;
	margin: 0 15px 0 0;
}

.builder-module .epl-property-single-fletch .entry-full-col-outer-wrapper {

}


.builder-module .epl-property-single-fletch .entry-full-col {

}
.builder-module .epl-property-single-fletch .epl-author-box.epl-author-image {
	min-width: 100%;
	padding-right: 0;
	width: 100%;
}
.builder-module .epl-property-single-fletch .epl-author-box.epl-author-image img{

	/* border-radius: 100%; */
}

.builder-module .epl-property-single-fletch .epl-author-box.epl-author-details {
	min-width: 100%;
	width: 100%;
	padding-right: 0;
}
.builder-module .epl-property-single-fletch .epl-author-position {
	display: none;
}


.builder-module .epl-search-form .in-field {
	border: 1px solid #B7B7B7;
	padding: 6px;
	line-height: 1.3;
	min-height: 2.1em;
}


.builder-module .epl-author-icon {
    display: inline-block;
    text-indent: 0;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-right: 3px;
}
.builder-module .epl-author-icon:hover {
    opacity: 1;
}





/*****************************
	EPL Property Search Box
******************************/
.epl-search-form.epl-sb-current { display:block !important; }
.epl-search-form,
.epl-search-form form {
    overflow: hidden;
    display: block;
    width: 100%;
}
.builder-module .widget_epl_property_search {
    padding:0;
    margin: 1em auto;
    /* width: 85%; */
}
.builder-module .widget_epl_property_search h4.widget-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.4em;
    font-size: 1.1em;
}
.builder-module .epl-search-tabs.property_search-tabs.epl-search-slim {
    border: none;
    background: transparent;
	padding: 0 0 0;
}

.builder-module .epl-search-slim {
    clear: none;
    background: #373737;
    padding: 10px 0;
    border: 0;
    /* border-left: 0; */
}
.builder-module .epl-search-slim .fm-label {
    display: none;
}
.builder-module .epl-search-form .fm-block {
    border-bottom: medium none;
    display: block;
    float: left;
    padding: 0;
    width: 12.5%;
}
.builder-module .epl-search-form .fm-block.epl-property_status  {
	display: none;
}


.builder-module .epl-search-wide, .epl-search-slim, .epl-search-fixed, .epl-search-row-text, .epl-search-row-number, .epl-search-row-select, .epl-search-row-checkbox, .epl-search-row-text .field, .epl-search-row-number .field, .epl-search-row-select .field, .epl-search-row-checkbox .field, .epl-search-form .field-width, .epl-search-form .epl-search-row, .epl-search-form .epl-search-row-full, .epl-search-form .epl-search-row-half, .epl-search-form .epl-search-row-third, .epl-search-form .epl-search-submit-row, .epl-search-form .epl-search-btn {
    width: 100%;
    box-sizing: border-box;
}
.builder-module .epl-search-submit-row .epl-search-btn {
    display: block !important;
    height: 40px;
    padding: 0;
    width: 100% !important;
}
.builder-module ul.property_search-tabs li,
.builder-module ul.property_search-tabs li.epl-sb-current {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 300;
    padding: 0 1em;
}

.builder-module .epl-search-slim .epl-search-row-full-wrapper,
.builder-module .epl-search-slim .epl-search-row-half-wrapper,
.builder-module .epl-search-slim .epl-search-submit-row {
    width: 12.5%;
    float: left;
    clear: none;
}


.epl-property_bedrooms_max {
    display: none !important;
}

.epl-search-row-full-wrapper .field {
    width: 100% !important;
}

.epl-search-form .epl-search-row-half {
    /* width:50% !important; */
    float: left;
}

.builder-module .epl-search-slim .epl-search-price {
    width: 24.9%;
}

.builder-module .epl-search-slim .epl-search-submit-row {
    margin: 0;

}

.builder-module .epl-search-slim .epl-search-submit-row input {
    /* min-height: 42px; */
}

.builder-module .epl-search-slim .epl-search-bed {
    width: 23%;
}

.builder-module .epl-search-slim .epl-search-bath-parking {
    width: 12%;
}

.builder-module .epl-search-slim .epl-search-form .epl-search-bath-parking .fm-block-half {
    display: inline-block;
    width: 100% !important;
}

.builder-module .epl-search-form .field-width {
    max-width: 100% !important;
}

.builder-module .epl-search-form .in-field {
    border: 1px solid #373737;
    padding: 4px 0.8em;
    background: #111211;
    color: #ffffff;
    border-radius: 0 !important;
    height: 42px;
    position: relative;
}
.builder-module .epl-search-form .epl-search-submit {
	border: 1px solid #373737;
	height: 42px;
	box-sizing:border-box;
}

.builder-module .epl-search-form .field select {
    overflow: hidden;
    background: /*#111211*/ rgba(255,255,255, 1) url(images/select-arrow.png) right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    /* text-transform: uppercase; */
    font-size: 1em;
    box-shadow: none;
    padding-left: 5px !important;
}




.home .epl-slider-current-slide .epl-slider-content-box {
	background: transparent;
	color: rgb(255, 255, 255);
	min-height: 382px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 9999;
	transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	text-align: center;
}
.epl-slick-slider-property {

}
.epl-slick-slider-property a {
	color: #fff;
}
.home .epl-slider-current-slide .epl-slick-slider-property-outer-wrapper {
	margin: 0 auto;
	padding: 0;
	top: 50%;
	width: 400px;
	z-index: 9999;
	text-align: center;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(1,51,0,0.65) 0%, rgba(1,51,0,0) 64%, rgba(1,51,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,51,0,0.65) 0%,rgba(1,51,0,0) 64%,rgba(1,51,0,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(1,51,0,0.65) 0%,rgba(1,51,0,0) 64%,rgba(1,51,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );

}

.home .epl-slider-content-box {

}

.home .epl-slider-content-box .entry-title {
	font-size: 3.5em;
	text-shadow: 1px 1px 6px #111;
}
.home .epl-slider-content-box .price {
	text-shadow: 1px 1px 6px #111;
}
.home .epl-slider-content-box .property-street-address {
	font-size: 1.2em;
	text-shadow: 1px 1px 6px #111;
}
.home .epl-slider-content-box .entry-title {
	font-size: 2.5em;
	text-shadow: 1px 1px 6px #111;
}

.home .epl-slider-content-box .epl-slick-sep {
	background: #777;
	width: 200px;
	height: 1px;
	margin: 0 auto;
}
.builder-module-background-wrapper {
	padding-left:0 !important;
	padding-right:0 !important;
}

/* Animation ********************************************************************/
/*
@media only screen {

	.cssanimations #gallery li.in .caption {
		opacity: 0;
		animation: fadeIn 0.5s ease-in-out 0.5s 1 normal forwards;
		-webkit-animation: fadeIn 0.5s ease-in-out 0.5s 1 normal forwards;
	}
	.epl-property-blog {
		opacity: 0;
		animation: zoomIn 0.5s ease-in-out 0s 1 normal forwards;
		-webkit-animation: zoomIn 0.5s ease-in-out 0s 1 normal forwards;
	}

	.epl-property-blog:nth-child(2n) {
		animation-delay: 0.15s;
		-webkit-animation-delay: 0.15s;
	}

	.epl-property-blog:nth-child(3n) {
		animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
	}

	.epl-property-blog:nth-child(4n) {
		animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
	}

	.epl-property-blog:nth-child(5n) {
		animation-delay: 0.6s;
		-webkit-animation-delay: 0.6s;
	}

	.epl-property-blog:nth-child(6n) {
		animation-delay: 0.75s;
		-webkit-animation-delay: 0.75s;
	}
}
*/

@keyframes fadeIn
{
    0% { opacity: 0; transform:  translateY(-40%); }
    100% { opacity: 1; transform: translateY(-50%); }
}

@keyframes popUp
{
    0% { opacity: 0; transform:  translateY(10%); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes zoomIn
{
    0% {opacity: 0;}
    100%  { opacity: 1;}
}

@keyframes slowZoom
{
    0% { transform: scale(1);}
    100%   { transform: scale(1.05); opacity: 0.65; }
}

@-webkit-keyframes fadeIn
{
    0% { opacity: 0; -webkit-transform:  translateY(-40%); }
    100% { opacity: 1; -webkit-transform: translateY(-50%); }
}

@-webkit-keyframes popUp
{
    0% { opacity: 0; -webkit-transform:  translateY(10%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-webkit-keyframes zoomIn
{
    0% {opacity: 0;}
    100%  { opacity: 1;}
}

@-webkit-keyframes slowZoom
{
    0% { -webkit-transform: scale(1);}
    100%   { -webkit-transform: scale(1.05); opacity: 0.65; }
}

