/**
	Theme Name: WPEncore Estate
	Theme URI: https://wpencore.de
	Author: Simon @ MareaLABS
	Author URI: https://marealabs.com
	Description: WordPress real estate theme.
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wpencore-estate
*/

/* General
================================================== */

html,
body {
	overflow-x: hidden;
}

body {
	background-color: #eff2f3;
	display: flex;
	flex-direction: column;
	font-weight: 200;
	min-height: 100vh;
	margin: 0;
}

main {
	flex: 1 0 auto;
	margin: 56px 0 0;
}

/* large */
@media only screen and (min-width: 993px) {

	header {
		z-index: 10;
	}
	
	main {
		margin: 100px 0 0;
	}
	
	header.with-top-bar + main {
		margin: 150px 0 0;
	}
	
}

header.with-hero + main,
.header-display-hide main {
	margin-top: 0;
}

header.with-hero + main.uplift {
	margin-top: -60px;
	padding-top: 20px;
}

body.header-display-featured-image:not(.nav-pinned) main.uplift .card {
	z-index: 11;
}

.header-display-featured-image header.with-hero + main.uplift > .section:first-child {
	padding-top: 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-display-featured-image header.with-hero + main.uplift #sidebar {
		margin-top: 80px;
	}
	
}

.container {
	position: relative;
	width: 90%;
}

.container-fluid {
	padding: 0 20px;
	position: relative;
	width: 100%;
}

.container-full {
	padding: 0;
}

/* medium */
@media only screen and (min-width: 601px) {

	.container {
		width: 90%;
	}

}

/* large */
@media only screen and (min-width: 993px) {

	.container {
		width: 90%;
	}

}

p {
	margin: 0 0 20px;
}

a {
	color: #e9d460;
}

figure {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.show-on-extra-large {
	display: none !important;
}

/* extra large */
@media only screen and (min-width: 1201px) {

	.show-on-extra-large {
		display: initial !important;
	}

}

#sidebar {
	/** margin-top: 40px; */
}

.page-template-page-tpl-vip-list #sidebar {
	margin-bottom: 40px;
	margin-top: 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	#sidebar {
		margin-top: 0;
	}
	
	.page-template-page-tpl-vip-list #sidebar {
		margin-bottom: 0;
	}
	
}


/* Typography
================================================== */

html {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: #555;
	line-height: 1.75;
}

@media only screen and (min-width: 0) {
	html {
		font-size: 14px;
	}
}

@media only screen and (min-width: 992px) {
	html {
		font-size: 14.5px;
	}
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 15px;
	}
}

/* Headings
------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 4.2rem;
	line-height: 110%;
	margin: 0 0 1.68rem 0;
}

h2 {
	font-size: 3.56rem;
	line-height: 110%;
	margin: 0 0 1.424rem 0;
}

h3 {
	font-size: 2.92rem;
	line-height: 110%;
	margin: 0 0 1.168rem 0;
}

h4 {
	font-size: 2.28rem;
	line-height: 110%;
	margin: 0 0 0.912rem 0;
}

h5 {
	font-size: 1.64rem;
	line-height: 110%;
	margin: 0 0 0.656rem 0;
}

h6 {
	font-size: 1.15rem;
	line-height: 110%;
	margin: 0 0 0.46rem 0;
}

/* Other
------------------------ */

em {
	font-style: italic;
}

strong {
	font-weight: 500;
}

small {
	font-size: 75%;
}

/* Listing Offer
================================================== */

.offer {
	background-color: #e9d460;
	border-radius: 2px;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: 300;
	min-width: 50px;
	padding: 0 8px;
	text-align: center;
	line-height: 22px;
	height: 22px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.offer.for-sale {
	background-color: #30ac63;
}

.offer.for-rent {
	background-color: #2f81b7;
}

.card-action .right .offer + .offer {
	margin-right: 5px;
}


/* Listing Label
================================================== */

.label {
	background-color: #e9d460;
	border-radius: 2px;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: 300;
	min-width: 50px;
	padding: 0 8px;
	text-align: center;
	line-height: 22px;
	height: 22px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/* Listing Featured
================================================== */

.card.listing-featured {
	box-sizing: border-box;
}

.featured {
	background-color: #e7d26f;
	border-radius: 2px;
	color: #fff;
	float: left;
	font-size: 85%;
	font-weight: 300;
	min-width: 50px;
	padding: 0 8px;
	text-align: center;
	line-height: 22px;
	height: 22px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/* Material CSS overwrite
================================================== */

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
}

.btn,
.btn-large {
	font-weight: 400;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;

	-webkit-box-shadow: none;
	        box-shadow: none;
}

.section.dark .z-depth-1,
.section.dark nav,
.section.dark .card-panel,
.section.dark .card,
.section.dark .toast,
.section.dark .btn-floating,
.section.dark .dropdown-content,
.section.dark .collapsible,
.section.dark .sidenav {
	-webkit-box-shadow: 0 2px 2px 0 rgba(40,40,40, 0.12), 0 3px 1px -2px rgba(40,40,40, 0.08), 0 1px 5px 0 rgba(40,40,40, 0.24);
			box-shadow: 0 2px 2px 0 rgba(40,40,40, 0.12), 0 3px 1px -2px rgba(40,40,40, 0.08), 0 1px 5px 0 rgba(40,40,40, 0.24);
}

.hoverable {
	-webkit-transition: -webkit-box-shadow .15s;
	transition: -webkit-box-shadow .15s;
	transition: box-shadow .15s;
	transition: box-shadow .15s, -webkit-box-shadow .15s;
}

.hoverable:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(99, 99, 99, 0.12), 0 6px 20px 0 rgba(99, 99, 99, 0.19);
	        box-shadow: 0 8px 17px 0 rgba(99, 99, 99, 0.12), 0 6px 20px 0 rgba(99, 99, 99, 0.19);
}

.section.dark .hoverable:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0, 0.18), 0 6px 20px 0 rgba(0,0,0, 0.32);
	        box-shadow: 0 8px 17px 0 rgba(0,0,0, 0.18), 0 6px 20px 0 rgba(0,0,0, 0.32);
}

.btn,
.btn-large,
.btn-floating,
.btn-flat,
.btn:hover,
.btn-large:hover,
.btn-floating:hover,
.btn:focus,
.btn-large:focus,
.btn-floating:focus {
	background-color: #e9d460;
	border-radius: 2px;
}

.btn:hover,
.btn-large:hover,
.btn-floating:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.btn input[type="submit"],
.btn-large input[type="submit"] {
	color: #fff !important;
	cursor: pointer;
	height: 100%;
	outline: none;
	width: 100%;
}

.btn.white,
.btn-large.white {
	color: #555;
	font-weight: 200;
}

.btn-block {
	display: block;
	text-align: center;
	width: 100%;
}

.btn-outline {
	opacity: .5;
}

.btn-small {
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
}

.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn-large.btn-secondary,
.btn-large.btn-secondary:hover,
.btn-large.btn-secondary:active,
.btn-large.btn-secondary:focus {
	background-color: #eff2f3;
	color: inherit;
	font-weight: 400;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
	background-color: #d24d57 !important;
}

.btn-flat,
.btn-large.btn-flat,
.btn-flat:hover,
.btn-flat:active,
.btn-flat:focus,
.btn:disabled,
.btn-large:disabled,
.btn.disabled,
.btn-large.disabled {
	background-color: rgba(0,0,0,0.1);
	color: inherit;
	
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

.btn i.left,
.btn-large i.left {
	margin-left: -15px;
	margin-right: 10px;
}

.btn-small i.left {
	margin-left: -5px;
	margin-right: 5px;
}

.btn-load span {
    animation-name: blink;
	animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.btn-load span:nth-child(2) {
    animation-delay: .2s;
}

.btn-load span:nth-child(3) {
    animation-delay: .4s;
}

.card .card-action .right a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	margin-left: 0;
	margin-right: 0;
}

.card {
	margin-top: 0;
}

.page.hentry .card {
	margin: 40px 0;
}

.card.no-margin-bottom {
	margin-bottom: 0 !important;
}

.card,
.card-content,
.card-panel,
.collection {
	border-radius: 2px;
}

.collection {
	margin: 0;
}

.card .card-reveal {
	height: -moz-calc(100% + 1px);
	height: -webkit-calc(100% + 1px);
	height: -o-calc(100% + 1px);
	height: calc(100% + 1px);
	margin-top: -1px;
	top: -moz-calc(100% + 1px);
	top: -webkit-calc(100% + 1px);
	top: -o-calc(100% + 1px);
	top: calc(100% + 1px);
}

.material-tooltip {
	background-color: #494a52;
	font-size: 85%;
	line-height: 1.2;
	margin-top: -3px;
	min-height: 25px;
	padding: 8px 10px;
	visibility: hidden;
}

.divider.large,
.card-content .divider.large,
.page-content .divider {
	margin: 30px 0;
}

.divider.medium,
.card-content .divider.medium {
	margin: 20px 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.divider.large,
	.card-content .divider.large,
	.page-content .divider {
		margin: 40px 0;
	}
	
	.divider.medium,
	.card-content .divider.medium {
		margin: 30px 0;
	}
	
}

.divider.light {
	background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)), #494a52;
}

.section.parallax + .divider {
	margin-top: 9px; /** because of parallax bleed */
}

span.divider {
	display: inline-block;
	height: auto;
	line-height: inherit;
	margin: 0 10px;
	min-height: 25px;
	vertical-align: middle;
	width: 1px;
}

.top-bar span.divider {
	height: 50px;
	line-height: 50px;
}

.select-wrapper .caret {
	z-index: 0;
}

[type="text"].browser-default,
[type="email"].browser-default,
[type="url"].browser-default,
[type="password"].browser-default,
textarea.browser-default {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	outline: none;
	padding: 8px 12px;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

textarea.browser-default {
	height: 200px;
	line-height: inherit;
}

[type="text"].browser-default:focus,
[type="email"].browser-default:focus,
[type="url"].browser-default:focus,
[type="password"].browser-default:focus,
textarea.browser-default:focus {
	border-color: #26a69a;
}

[type="checkbox"] + span:not(.lever),
[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
	font-size: 15px;
	padding-left: 30px;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after,
[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after {
	background-color: #fff;
	border-color: #d7d7d7;
	border-width: 1px;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	border-radius: 0;
}

[type="checkbox"]:checked + span:not(.lever):before {
	background-color: transparent;
	border-bottom-color: #e9d460;
	border-right-color: #e9d460;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
	border-color: #e9d460;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
	background-color: #e9d460;
}

select {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	padding: 8px 12px;
	
	-webkit-border-radius: 0px;
}

.input-field.col label {
	left: 15px;
}

.sidenav li > a > i, .sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
	margin-right: 8px;
}

.sidenav .divider {
	margin: 8px 0;
}

.sidenav li.active,
.sidenav li > a:hover {
	background-color: #eff2f3;
}

.sidenav li > a.btn:hover,
.sidenav li > a.btn-large:hover {
	background-color: #e9d460;
}

.sidenav li > a.btn i,
.sidenav li > a.btn-large i {
	color: #fff;
	font-weight: inherit;
	margin-right: -24px;
}

.listings-carrousel .card.horizontal .card-stacked {
	position: static;
}

/* large */
@media only screen and (min-width: 993px) {

	.listings-carrousel .card.horizontal .card-stacked {
		position: relative;
	}

}

img.responsive-img {
	display: block;
}


/* Nice Select CSS overwrite
================================================== */

select {
	display: none;
}

.nice-select {
	border-color: #e0e0e0;
	border-radius: 2px;
	color: #555;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.listings-search-quick .nice-select {
		height: 50px;
		line-height: 50px;
	}	
	
}

.nice-select:after {
	border-color: #555;
	border-width: 1px;
	right: 18px;
}

.nice-select .list {
	border-radius: inherit;
	box-shadow: 0 0 0 1px #e8e8e8;
	max-height: 250px;
	width: inherit;
}

.nice-select.open .list {
	overflow-y: scroll;
	z-index: 5;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #e8e8e8;
}

.nice-select .option.selected {
}

.nice-select .option.selected {
	background-color: #e8e8e8 !important;
}


/* FastSelect CSS overwrite
================================================== */

.fstElement {
	border-color: #e0e0e0;
	color: #555;
	height: 36px;
	line-height: 36px;
	width: 100%;
}

.listings-search-quick .fstElement {
	height: 40px;
	line-height: 40px;
}	

/* large */
@media only screen and (min-width: 993px) {
	
	.listings-search-quick .fstElement {
		height: 50px;
		line-height: 50px;
	}	
	
}

.fstToggleBtn {
	box-sizing: border-box;
	font-size: 15px;
	height: inherit;
	line-height: inherit;
	min-width: 0;
	overflow: hidden;
	padding: 0 12px;
	width: 100%;
}

.fstResultItem {
	padding: 0 12px;
}

.fstResultItem,
.fstSingleMode .fstQueryInput {
	box-sizing: border-box;
	font-size: 15px;
}

.fstSingleMode .fstQueryInput {
	height: auto;
	margin-bottom: 0;
	padding: 8px 12px;
}

input:not([type]):focus:not([readonly]).fstQueryInput:not(.fstQueryInputExpanded) {
	border: 1px solid #26a69a;
	box-shadow: none;
}

.fstMultipleMode input:not([type]):focus:not([readonly]).fstQueryInput:not(.fstQueryInputExpanded) {
	border: 0;
}

.fstMultipleMode .fstControls {
	padding: 0 12px;
	max-width: 100%;
}

.fstMultipleMode .fstQueryInput {
	border-bottom: 0;
	font-size: 15px;
	height: auto;
	padding: 8px 0;
}

.fstMultipleMode .fstChoiceItem {
	font-size: 13px;
	line-height: 23px;
	margin: 5px 5px 5px -8px;
	padding: 0 8px 0 20px;
}

.fstMultipleMode .fstChoiceItem + .fstChoiceItem {
	margin-left: 0;
}

.fstMultipleMode .fstChoiceRemove {
	left: 2px;
	line-height: 23px;
	margin-top: -1px;
	top: 0;
}

.fstResults {
	border-top: 1px;
}

.fstSingleMode.fstActive .fstResults {
	margin-top: 0;
}

.fstResultItem.fstSelected,
.fstResultItem.fstFocused {
	background-color: #eff2f3;
	border-color: #eff2f3;
	color: inherit;
}


/* Collections
================================================== */

.collection.z-depth-1 {
	background-color: #fff;
	border: 0;
}

.collection a.collection-item {
	color: inherit;
	-webkit-transition: .15s;
	transition: .15s;
}

.collection a.collection-item:not(.active):hover {
	background-color: rgba(239,242,243,.5);
}

.collection a.collection-item .secondary-content {
	color: inherit;
	opacity: .5;
}


/* Sections
================================================== */

.section {
	padding: 60px 0 20px;
}

.section.padding-1x {
	padding: 20px 0 0;
}

.section.padding-top-1x {
	padding-top: 30px;
}

.section.padding-bottom-1x {
	padding-bottom: 0; 
}

.section.padding-2x {
	padding: 40px 0 0;
}

.section.padding-top-2x {
	padding-top: 40px;
}

.section.padding-bottom-2x {
	padding-bottom: 0; 
}

.section.padding-3x {
	padding: 60px 0 20px;
}

.section.padding-top-3x {
	padding-top: 60px;
}

.section.padding-bottom-3x {
	padding-bottom: 20px; 
}

/* medium */
@media only screen and (min-width: 601px) {

	.section {
		padding: 80px 0 40px;
	}
	
	.section.padding-1x {
		padding: 40px 0 0;
	}
	
	.section.padding-top-1x {
		padding-top: 40px;
	}
	
	.section.padding-bottom-1x {
		padding-bottom: 0; 
	}
	
	.section.padding-2x {
		padding: 60px 0 20px;
	}
	
	.section.padding-top-2x {
		padding-top: 60px;
	}
	
	.section.padding-bottom-2x {
		padding-bottom: 20px; 
	}
	
	.section.padding-3x {
		padding: 80px 0 40px;
	}
	
	.section.padding-top-3x {
		padding-top: 80px;
	}
	
	.section.padding-bottom-3x {
		padding-bottom: 40px; 
	}

}

/* large */
@media only screen and (min-width: 993px) {

	.section {
		padding: 120px 0 80px;
	}
	
	.section.padding-1x {
		padding: 60px 0 20px;
	}
	
	.section.padding-top-1x {
		padding-top: 60px;
	}
	
	.section.padding-bottom-1x {
		padding-bottom: 20px; 
	}
	
	.section.padding-2x {
		padding: 80px 0 40px;
	}
	
	.section.padding-top-2x {
		padding-top: 80px;
	}
	
	.section.padding-bottom-2x {
		padding-bottom: 40px; 
	}
	
	.section.padding-3x {
		padding: 120px 0 80px;
	}
	
	.section.padding-top-3x {
		padding-top: 120px;
	}
	
	.section.padding-bottom-3x {
		padding-bottom: 80px; 
	}

}

/* super large */
@media only screen and (min-width: 1501px) {
	
	.section {
		padding: 140px 0 100px;
	}
	
	.section.padding-1x {
		padding: 80px 0 40px;
	}
	
	.section.padding-top-1x {
		padding-top: 80px;
	}
	
	.section.padding-bottom-1x {
		padding-bottom: 40px; 
	}
	
	.section.padding-2x {
		padding: 100px 0 60px;
	}
	
	.section.padding-top-2x {
		padding-top: 100px;
	}
	
	.section.padding-bottom-2x {
		padding-bottom: 60px; 
	}
	
	.section.padding-3x {
		padding: 140px 0 100px;
	}
	
	.section.padding-top-3x {
		padding-top: 140px;
	}
	
	.section.padding-bottom-3x {
		padding-bottom: 100px; 
	}
	
}

.section.no-padding-bottom {
	padding-bottom: 0;
}

.section.no-padding-top {
	padding-top: 0;
}

.section.padding-0x {
	padding: 0;
}

.section.padding-top-0x {
	padding-top: 0;
}

.section.padding-bottom-0x {
	padding-bottom: 0;
}

.section.dark {
	background-color: #494a52;
	color: #fff;
}


/* Parallax
================================================== */

.parallax {
	background: transparent !important;
	background-attachment: fixed;
	background-size: cover;
}


/* Rows
================================================== */

.row {
	margin-bottom: 0;
}

/* Row 0 (Gutter 0px)
------------------------ */

.row-0,
.col .row-0 {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 40px;
}

.row-0 > .col {
	padding: 0 !important;
}

/* Row 5 (Gutter 10px)
------------------------ */

.row-5,
.col .row-5 {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 30px;
}

.row-5 > .col {
	padding: 0 5px !important;
}

/* Row 10 (Gutter 20px)
------------------------ */

.row-10,
.col .row-10 {
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 20px;
}

.row-10 > .col {
	padding: 0 10px !important;
}

/* Row 15 (Gutter 30px)
------------------------ */

.row-15,
.col .row-15 {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 10px;
}

.row-15 > .col {
	padding: 0 15px !important;
}

/* Row 20 (Gutter 40px)
------------------------ */

.row-20,
.col .row-20 {
	margin-left: -20px;
	margin-right: -20px;
}

.row-20 > .col {
	padding: 0 20px !important;
}

/* Row 25 (Gutter 45px)
------------------------ */

.row-25,
.col .row-25 {
	margin-left: -25px;
	margin-right: -25px;
}

.row-25 > .col {
	padding: 0 25px !important;
}

/* Row 30 (Gutter 60px)
------------------------ */

.row-30,
.col .row-30 {
	margin-left: -30px;
	margin-right: -30px;
}

.row-30 > .col {
	padding: 0 30px !important;
}

/* Row 40 (Gutter 80px)
------------------------ */

.row-40,
.col .row-40 {
	margin-left: -40px;
	margin-right: -40px;
}

.row-40 > .col {
	padding: 0 40px !important;
}

/* Row (no padding)
------------------------ */

.row.no-padding-bottom {
	padding-bottom: 0;
}

/* XXL Grid
------------------------ */

@media only screen and (min-width: 1351px) {
	.row .col.xxl1 {
	  width: 8.3333333333%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl2 {
	  width: 16.6666666667%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl3 {
	  width: 25%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl4 {
	  width: 33.3333333333%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl5 {
	  width: 41.6666666667%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl6 {
	  width: 50%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl7 {
	  width: 58.3333333333%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl8 {
	  width: 66.6666666667%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl9 {
	  width: 75%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl10 {
	  width: 83.3333333333%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl11 {
	  width: 91.6666666667%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.xxl12 {
	  width: 100%;
	  margin-left: auto;
	  left: auto;
	  right: auto;
	}
	.row .col.offset-xxl1 {
	  margin-left: 8.3333333333%;
	}
	.row .col.pull-xxl1 {
	  right: 8.3333333333%;
	}
	.row .col.push-xxl1 {
	  left: 8.3333333333%;
	}
	.row .col.offset-xxl2 {
	  margin-left: 16.6666666667%;
	}
	.row .col.pull-xxl2 {
	  right: 16.6666666667%;
	}
	.row .col.push-xxl2 {
	  left: 16.6666666667%;
	}
	.row .col.offset-xxl3 {
	  margin-left: 25%;
	}
	.row .col.pull-xxl3 {
	  right: 25%;
	}
	.row .col.push-xxl3 {
	  left: 25%;
	}
	.row .col.offset-xxl4 {
	  margin-left: 33.3333333333%;
	}
	.row .col.pull-xxl4 {
	  right: 33.3333333333%;
	}
	.row .col.push-xxl4 {
	  left: 33.3333333333%;
	}
	.row .col.offset-xxl5 {
	  margin-left: 41.6666666667%;
	}
	.row .col.pull-xxl5 {
	  right: 41.6666666667%;
	}
	.row .col.push-xxl5 {
	  left: 41.6666666667%;
	}
	.row .col.offset-xxl6 {
	  margin-left: 50%;
	}
	.row .col.pull-xxl6 {
	  right: 50%;
	}
	.row .col.push-xxl6 {
	  left: 50%;
	}
	.row .col.offset-xxl7 {
	  margin-left: 58.3333333333%;
	}
	.row .col.pull-xxl7 {
	  right: 58.3333333333%;
	}
	.row .col.push-xxl7 {
	  left: 58.3333333333%;
	}
	.row .col.offset-xxl8 {
	  margin-left: 66.6666666667%;
	}
	.row .col.pull-xxl8 {
	  right: 66.6666666667%;
	}
	.row .col.push-xxl8 {
	  left: 66.6666666667%;
	}
	.row .col.offset-xxl9 {
	  margin-left: 75%;
	}
	.row .col.pull-xxl9 {
	  right: 75%;
	}
	.row .col.push-xxl9 {
	  left: 75%;
	}
	.row .col.offset-xxl10 {
	  margin-left: 83.3333333333%;
	}
	.row .col.pull-xxl10 {
	  right: 83.3333333333%;
	}
	.row .col.push-xxl10 {
	  left: 83.3333333333%;
	}
	.row .col.offset-xxl11 {
	  margin-left: 91.6666666667%;
	}
	.row .col.pull-xxl11 {
	  right: 91.6666666667%;
	}
	.row .col.push-xxl11 {
	  left: 91.6666666667%;
	}
	.row .col.offset-xxl12 {
	  margin-left: 100%;
	}
	.row .col.pull-xxl12 {
	  right: 100%;
	}
	.row .col.push-xxl12 {
	  left: 100%;
	}
}


/* Cards
================================================== */

/* General
------------------------ */

.card,
.card.dark .card-reveal {
	color: #555;
}

.card.dark {
	background-color: #494a52;
	color: #fff;
}

.section.dark .card.dark {
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), #494a52;
}

.section.dark .card.dark .card-action {
	background-color: transparent;
}

.card.horizontal {
  display: block;
}

.card.horizontal .card-image {
	max-width: none;
}

.card .card-image img,
.card.horizontal .card-image img {
	height: auto;
	max-width: 100%;
}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.card.horizontal {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
	
	.card.horizontal .card-image {
		max-width: 45%;
	}
	
}

.card.dark .divider {
	background-color: rgba(255,255,255,.1);
}

/* Layout
------------------------ */

.row-0 .card,
.row .row-0 .card {
	margin: 0;
}

.row-5 .card,
.row .row-5 .card {
	margin: 0 0 10px;
}

.row-10 .card,
.row .row-10 .card {
	margin: 0 0 20px;
}

.row-15 .card,
.row .row-15 .card {
	margin: 0 0 30px;
}

.row-20 .card,
.row .row-20 .card {
	margin: 0 0 40px;
}

.row-25 .card,
.row .row-25 .card {
	margin: 0 0 50px;
}

.row-30 .card,
.row .row-30 .card {
	margin: 0 0 60px;
}

.row-40 .card,
.row .row-40 .card {
	margin: 0 0 80px;
}

.card:not(.dark).z-depth-0 {
	border: 1px solid rgba(160, 160, 160, 0.2);
}

.card:not(.image-box) .card-content .card-title {
	color: #444;
	margin-bottom: 0;
}

.card.dark .card-content .card-title {
	color: #fff;
}

.card .card-content .card-title a {
	color: inherit;
}

.card .card-content .card-description {
	opacity: .85;
}

.card-post .card-content .card-description {
	margin: 10px 0;
}

.card .card-content p + p {
	margin-top: 15px;
}

.page-template-page-tpl-listings-query .page-card {
	margin-bottom: 60px;
}


/* Carousel
================================================== */

.carousel {
	margin-bottom: 40px;
}


/* Pagination
================================================== */

.wpencore-pagination {
	text-align: center;
}

.pagination {
	display: inline-block;
	margin: 20px auto 60px;
	width: auto;
}

/* large */
@media only screen and (min-width: 993px) {

	.wpencore-pagination.align-left {
		text-align: left;
	}
	
	.wpencore-pagination.align-right {
		text-align: right;
	}
	
	.pagination {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	
}

.pagination li,
.pagination li.active {
	background-color: #fff;
	border-radius: 0;
	height: auto;
	margin: 0 5px;
	vertical-align: middle;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
}

/* large */
@media only screen and (min-width: 993px) {
	
	.wpencore-pagination.align-left .pagination li {
		margin-left: 0;
		margin-right: 10px;
	}
	
	.wpencore-pagination.align-right .pagination li {
		margin-left: 10px;
		margin-right: 0;
	}
	
}

.pagination li a,
.pagination li span.current,
.pagination li span.dots {
	display: block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 40px;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}

.pagination li span.current,
.pagination li span.dots {
	cursor: default;
}

.pagination li.active,
.pagination li span.dots {
	color: #999;
}

.pagination li a,
.pagination li i {
	font-size: 15px;
}

.pagination li i {
	margin-top: -3px;
	vertical-align: middle;
}

.pagination li a.prev,
.pagination li a.next {
	background-color: #e9d460;
	color: #fff;
	min-width: 40px;
	width: auto;
}


/* AJAX Load More
================================================== */

.wpencore-load-more {
	display: block;
	margin: 0 0 40px;
}

@media only screen and (min-width: 993px) {

	.wpencore-load-more {
		
	}

}

.wpencore-load-more .btn.grey,
.wpencore-load-more .btn-large.grey {
	background-color: rgba(65,66,72,.15) !important;
}

.wpencore-load-more .btn-outline.grey {
	background-color: transparent !important;
	border: 2px solid rgba(65,66,72,.35);
	color: rgba(65,66,72,.5);
	font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dark .wpencore-load-more .btn.grey,
.dark .wpencore-load-more .btn-large.grey {
	background-color: rgba(255,255,255,.1) !important;
	color: rgba(255,255,255,.5);
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.dark .wpencore-load-more .btn-outline.grey {
	background-color: transparent !important;
	border: 2px solid rgba(255,255,255,.35);
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .1;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .25;
    }
}

.wpencore-load-more .btn span,
.wpencore-load-more .btn-large span {
    animation-name: blink;
	animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.wpencore-load-more .btn span:nth-child(2),
.wpencore-load-more .btn-large span:nth-child(2) {
    animation-delay: .2s;
}

.wpencore-load-more .btn span:nth-child(3),
.wpencore-load-more .btn-large span:nth-child(3) {
    animation-delay: .4s;
}


/* Navigation
================================================== */

/* Top Bar
------------------------ */

.top-bar {
	background-color: #494a52;
	color: #fff;
	font-size: 85%;
	height: 50px;
	letter-spacing: 0.01em;
	line-height: 50px;
	margin-top: 0;
	text-transform: none;
	z-index: 5;
}

nav:not(.nav-no-transitions) .top-bar {
	-webkit-transition: margin 0.25s ease-in-out;
	-moz-transition: margin 0.25s ease-in-out;
	-ms-transition: margin 0.25s ease-in-out;
	-o-transition: margin 0.25s ease-in-out;
	transition: margin 0.25s ease-in-out;
}

.dark .top-bar:not(.light) {
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), #494a52;
}

.top-bar.light {
	background-color: #fff;
	color: #555;
}

.top-bar a {
	color: inherit;
	-webkit-transition: opacity .15s;
			transition: opacity .15s;
}

.top-bar a.accent-text {
	color: #ead460;
}

.top-bar a:hover {
	opacity: .9;
}

nav.headroom--not-top .top-bar {
	margin-top: -50px;
}

.top-bar-left,
.top-bar-center,
.top-bar-right {
	overflow: hidden;
	white-space: nowrap;
}

.top-bar-center {
	text-align: center;
}

.top-bar-right {
	text-align: right;
}

/** Social Icons */

.top-bar .social-icons a {
	vertical-align: middle;
}

.top-bar .social-icons .fab {
	background-color: transparent;
	color: inherit;
}

/** Highlight */

.top-bar .highlight {
	background-color: #e9d460;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

.top-bar .container-fluid .top-bar-left .highlight {
	margin-left: -20px;
}

.top-bar .container-fluid .top-bar-right .highlight {
	margin-right: -20px;
}

/** Icons */

.wpencore .top-bar i {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	height: auto;
	margin-top: -3px;
	margin-right: 3px;
	vertical-align: middle;
}

.wpencore .top-bar .highlight i {
	margin-left: -5px;
}

.wpencore .top-bar i.caret {
	font-size: 90%;
	margin-right: -7px;
}

.header-classic .top-bar.light,
.header-transparent .top-bar.light {
	border-bottom: 1px solid rgba(224,224,224,.5);
}

.header-transparent.with-hero .top-bar.light {
	border-color: transparent;
}

/** Currency Converter */

.currency-converter a {
	color: inherit;
}

.currency-converter a:hover {
	opacity: .85;
}

.top-bar .currency-converter {
	display: inline-block;
}

/* Nav
------------------------ */

nav {
	z-index: 5;
}

.menu-item-has-children > a {
	position: relative;
}

nav ul a:not(.btn) {
	font-weight: 200;
}

nav .nav-wrapper {
	display: table;
	width: 100%;
}

nav .nav-wrapper-row {
	display: table-row;
}

nav .nav-wrapper-left,
nav .nav-wrapper-center,
nav .nav-wrapper-right {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* large */
@media only screen and (min-width: 993px) {

	nav .nav-wrapper-left {
		text-align: left;
	}
	
	nav .nav-wrapper-right {
		text-align: right;
	}

}

nav .nav-wrapper .brand-logo,
nav .logo-bar .brand-logo {
	font-size: inherit;
	max-height: 45px;
	left: 50%;
	line-height: 1;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

/* large */
@media only screen and (min-width: 993px) {
	
	nav .nav-wrapper .brand-logo,
	nav .logo-bar .brand-logo {
		max-height: 75px;
	}
	
	nav.nav-shrink.headroom--not-top .nav-wrapper .brand-logo,
	nav.nav-shrink.headroom--not-top .logo-bar .brand-logo {
		max-height: 60px;
	}
	
}

nav .nav-wrapper .brand-logo img:not(.logo-mobile),
nav .logo-bar .brand-logo img {
	height: inherit;
	max-height: inherit;
	width: auto;
}

nav .nav-wrapper .brand-logo img.logo-mobile,
nav .logo-bar .brand-logo img.logo-mobile {
	margin: 0 auto;
	max-height: 45px;
	max-width: none;
	width: auto;
}

nav .nav-wrapper ul {
	width: auto;
}

nav .nav-wrapper ul li.active {
	background-color: transparent;
}

nav .nav-wrapper-left ul.navbar-nav {
	margin-left: -15px; /** Remove link padding */
}

.nav-bordered .nav-wrapper-left ul {
	margin-left: 0;
}

nav .nav-wrapper-center ul {
	margin: 0 auto;
	width: -webkit-fit-content;
       width: -moz-fit-content;
            width: fit-content;
}

nav .nav-wrapper-center ul li {
	float: left;
}

nav .nav-wrapper-right ul {
	float: right;
	margin-right: -15px; /** Remove link padding */
}

/** Nav Login Link */

nav .nav-wrapper a.nav-login,
nav .nav-wrapper a.nav-login i,
nav .nav-wrapper a.nav-link,
nav .nav-wrapper a.nav-link i {
	display: block;
	float: left;
	height: 56px;
	line-height: 56px;
	width: 29px;
}

nav .nav-wrapper a.nav-login + a.nav-login {
	margin-left: 15px;
}

@media only screen and (min-width: 601px) {

	nav a.nav-login,
	nav a.nav-login i {
		height: 64px;
		line-height: 64px;
	}

}

@media only screen and (min-width: 993px) {
	
	nav a.nav-login,
	nav a.nav-login i {
		height: 100px;
		line-height: 100px;
	}
	
	nav .nav-wrapper a.nav-login,
	nav .nav-wrapper a.nav-link {
		display: none;
	}

}

.nav-bordered .nav-wrapper-right ul {
	margin-right: 0;
}

nav .nav-wrapper-right ul li {
	display: inline;
}

@media only screen and (min-width: 993px) {
	
	nav {
		height: 100px;
	}
	
	.with-top-bar nav {
		height: 150px;
	}
	
	nav .nav-wrapper-left,
	nav .nav-wrapper-center,
	nav .nav-wrapper-right,
	nav .nav-wrapper a:not(.btn) i:not(.caret),
	nav a.sidenav-trigger,
	nav a.sidenav-trigger i {
		height: 100px;
		line-height: 100px;
	}
	
	.logo-center nav .nav-wrapper-left,
	.logo-center nav .nav-wrapper-right {
		width: 49%
	}
	
	.logo-center nav .nav-wrapper-center {
		min-width: 60px;
		width: 2%;
	}

	.navbar-fixed {
		height: 100px;
	}
	
	nav .nav-wrapper .brand-logo,
	nav .logo-bar .brand-logo {
		float: left;
		left: auto;
		height: auto;
		position: relative;
		top: auto;
		transform: translate3d(0,0,0);
	}

}

nav .nav-wrapper a.btn,
nav .nav-wrapper a.btn-large {
	margin-left: 5px;
	margin-right: 5px;
}

nav .nav-wrapper .nav-wrapper-left > div > ul > li:first-child a.btn,
nav .nav-wrapper .nav-wrapper-left > div > ul > li:first-child a.btn-large {
	margin-left: 15px;
}

nav .nav-wrapper .nav-wrapper-right > div > ul > li:last-child a.btn,
nav .nav-wrapper .nav-wrapper-right > div > ul > li:last-child a.btn-large {
	margin-right: 15px;
}

nav .nav-wrapper a:not(.sidenav-trigger):not(.nav-login):not(.nav-link) i:not(.expand) {
	display: inline-block;
	line-height: 1;
	height: auto;
	margin: -2px 3px 3px -10px;
	vertical-align: middle;
}

nav .nav-wrapper a:not(.sidenav-trigger) i.right {
	margin: 0 -3px 0 5px;
}

nav .nav-wrapper a.btn i {
	margin-left: -10px;
	margin-right: 0;
}

nav .nav-wrapper a.btn i.right {
	line-height: inherit;
	margin-right: -10px;
	margin-left: 5px;
}

nav .nav-wrapper a:not(.sidenav-trigger) i.caret {
	font-size: 90%;
	margin-right: -7px;
}

nav .nav-wrapper ul a:not(.btn):not(.btn-large) {
	-webkit-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
	-ms-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

nav .nav-wrapper ul a:not(.btn):not(.btn-large):hover {
	background-color: transparent;
	opacity: .85;
}

.nav-bordered .nav-wrapper ul a:not(.btn):not(.btn-large) {
	padding-left: 20px;
	padding-right: 20px;
}

.nav-bordered .nav-wrapper ul a:not(.btn):not(.btn-large):hover {
	background-color: rgba(255,255,255,.05);
	opacity: 1;
}

.nav-bordered .nav-wrapper ul li {
	border-left: 1px solid rgba(255,255,255,.1);
}

.nav-bordered .nav-wrapper ul li:last-child {
	border-right: 1px solid rgba(255,255,255,.1);
}

nav .nav-wrapper .menu-item.divider {
	background-color: transparent;
	height: auto;
	padding-left: 30px;
}

nav .nav-wrapper .menu-item.divider a:before {
	content: '|';
	display: inline-block;
	margin-left: -30px;
	opacity: .5;
	padding-right: 30px;
}

/* Dropdown Basic
------------------------ */

.dropdown {
	position: relative;
}

.dropdown a > .expand {
	font-size: 13px;
	margin: 1px 0 0 5px !important;
}

.dropdown-menu {
	display: none;
	float: left;
	left: -5px;
	list-style: none;
	min-width: 160px;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	/*
	top: -moz-calc(100% - 2px);
	top: -webkit-calc(100% - 2px);
	top: -o-calc(100% - 2px);
	top: calc( - 2px);
	*/
	z-index: 1000;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
}

.open > .dropdown-menu {
	display: block;
}

.dropdown-menu > li > a {
	clear: both;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu > li > a > i,
.dropdown-menu > li > a > .expand {
	font-size: 13px;
	height: auto !important;
	line-height: 1.5 !important;
}

.dropdown-menu > li > a > i:not(.expand) {
	font-size: 18px;
	margin: -7px 5px -3px 0 !important;
}

/* Dropdown Skin
------------------------ */

.wpencore-nav.nav > li > a,
.wpencore-nav.nav > li > a:hover,
.wpencore-nav.nav > li > a:active,
.wpencore-nav.nav > li > a:focus {}

.wpencore-nav.nav > li.menu-item-has-children > a {
	padding-right: 15px;
}

.wpencore-nav.nav > li > a:not(.btn):not(.btn-large):hover,
.wpencore-nav.nav > li > a:not(.btn):not(.btn-large):focus,
.wpencore-nav.nav .open > a:not(.btn):not(.btn-large),
.wpencore-nav.nav .open > a:not(.btn):not(.btn-large):hover,
.wpencore-nav.nav .open > a:not(.btn):not(.btn-large):focus {
	background-color: transparent;
}

.wpencore-nav .dropdown-menu {
	background-color: #494a52;
	border-radius: 0;
	color: #fff;
	min-width: 175px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.wpencore-nav .dropdown-menu .dropdown-menu:after {
	display: none;
}

.wpencore-nav .dropdown-menu > li {
	width: 100%;
}

.wpencore-nav .dropdown-menu > li > a,
.wpencore-nav .dropdown-menu > li.open > a {
	color: #fff !important;
	padding-bottom: 10px;
	padding-top: 10px;
	
	-webkit-transition: all .1s ease-in-out !important;
	-moz-transition: all .1s ease-in-out !important;
	-ms-transition: all .1s ease-in-out !important;
	-o-transition: all .1s ease-in-out !important;
	transition: all .1s ease-in-out !important;
}

.wpencore-nav .dropdown-menu > li > a:not(.btn):not(.btn-large):hover,
.wpencore-nav .dropdown-menu > li > a:not(.btn):not(.btn-large):focus,
.wpencore-nav.nav .dropdown-menu > li > a:not(.btn):not(.btn-large):hover,
.wpencore-nav .dropdown-menu > .active > a:not(.btn):not(.btn-large),
.wpencore-nav .dropdown-menu > .active > a:not(.btn):not(.btn-large):hover,
.wpencore-nav .dropdown-menu > .active > a:not(.btn):not(.btn-large):focus {
	background-color: rgba(255,255,255,.05);
}

.wpencore-nav .dropdown-menu > li > a.btn {
	height: 34px;
	line-height: 34px;
	margin: 12px 20px;
	padding-bottom: 0;
	padding-top: 0;
}

.wpencore-nav .dropdown-menu .dropdown-menu {
	top: -8px;
}

/* Sidenav (Mobile Menu)
------------------------ */

.sidenav {
	padding-bottom: 16px;
	padding-top: 16px;
}

.admin-bar .sidenav {
	top: 46px;
}

/* large */
@media only screen and (min-width: 783px) {

	.admin-bar .sidenav {
		top: 32px;
	}

}

.sidenav a:not(.btn) {
	color: #555;
	font-weight: 200;
}

nav .sidenav-trigger {
	margin: 0;
}

.sidenav .dropdown a > .expand {
	display: none;
}

.sidenav-submenu {
	border-bottom: 1px solid #e0e0e0;
	border-left: 12px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	margin: 8px 0;
	padding: 8px 0;
}

.sidenav-submenu li > a {
	font-size: 13px;
	padding-left: 20px;
}

.sidenav .sidenav-title a {
	cursor: default;
	font-weight: 400 !important;
	letter-spacing: .5px;
	text-transform: uppercase;
	opacity: .85;
}

.sidenav .sidenav-title a:hover {
	background-color: transparent !important;
}

/* Mega Menu
------------------------ */

.nav-wrapper ul li.megamenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-wrapper ul > li.megamenu {
    position: inherit !important;  
    margin: 0;
}

.nav-wrapper ul > li.megamenu > ul.dropdown-menu { 
    width: 100%;    
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    /*
    top: -moz-calc(100% - 3px);
	top: -webkit-calc(100% - 3px);
	top: -o-calc(100% - 3px);
	top: calc(100% - 3px);
	*/
}

.nav-wrapper ul > li.megamenu .dropdown-menu .dropdown-menu.animated,
.nav-wrapper ul > li.megamenu .dropdown-menu .dropdown-menu.animated a {
    -webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	
	animation-name: none !important;
	
	-webkit-transform: translate(0, 0) translate3d(0, 0, 0) !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: translate(0, 0) translate3d(0, 0, 0) !important;
}

.nav-wrapper ul > li.megamenu > ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left !important;
    padding: 0;
    width: 25%;
    margin: 0;
}

.nav-wrapper ul > li.megamenu > ul > li:last-child,
.nav-wrapper ul > li.megamenu.columns-2 > ul > li:nth-child(2),
.nav-wrapper ul > li.megamenu.columns-2 > ul > li:nth-child(4),
.nav-wrapper ul > li.megamenu.columns-3 > ul > li:nth-child(3),
.nav-wrapper ul > li.megamenu.columns-3 > ul > li:nth-child(6),
.nav-wrapper ul > li.megamenu.columns-4 > ul > li:nth-child(4),
.nav-wrapper ul > li.megamenu.columns-4 > ul > li:nth-child(8),
.nav-wrapper ul > li.megamenu.columns-5 > ul > li:nth-child(5),
.nav-wrapper ul > li.megamenu.columns-5 > ul > li:nth-child(10),
.nav-wrapper ul > li.megamenu.columns-6 > ul > li:nth-child(6),
.nav-wrapper ul > li.megamenu.columns-6 > ul > li:nth-child(12) {
    border-right: none !important;
}

/** Column Widths */

.nav-wrapper ul > li.megamenu.columns-2 > ul > li { width: 50%; }
.nav-wrapper ul > li.megamenu.columns-3 > ul > li { width: 33.33%; }
.nav-wrapper ul > li.megamenu.columns-4 > ul > li { width: 25%; }
.nav-wrapper ul > li.megamenu.columns-5 > ul > li { width: 20%; }
.nav-wrapper ul > li.megamenu.columns-6 > ul > li { width: 16.66%; }

/** Stacked Columns */

.nav-wrapper ul > li.megamenu.columns-2 > ul > li:nth-child(n+3),
.nav-wrapper ul > li.megamenu.columns-3 > ul > li:nth-child(n+4),
.nav-wrapper ul > li.megamenu.columns-4 > ul > li:nth-child(n+5),
.nav-wrapper ul > li.megamenu.columns-5 > ul > li:nth-child(n+6),
.nav-wrapper ul > li.megamenu.columns-6 > ul > li:nth-child(n+7) {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-wrapper ul > li.megamenu.columns-2 > ul > li:nth-child(3),
.nav-wrapper ul > li.megamenu.columns-2 > ul > li:nth-child(5),
.nav-wrapper ul > li.megamenu.columns-2 > ul > li:nth-child(7),
.nav-wrapper ul > li.megamenu.columns-3 > ul > li:nth-child(4),
.nav-wrapper ul > li.megamenu.columns-3 > ul > li:nth-child(7),
.nav-wrapper ul > li.megamenu.columns-4 > ul > li:nth-child(5),
.nav-wrapper ul > li.megamenu.columns-4 > ul > li:nth-child(9),
.nav-wrapper ul > li.megamenu.columns-5 > ul > li:nth-child(6),
.nav-wrapper ul > li.megamenu.columns-5 > ul > li:nth-child(11),
.nav-wrapper ul > li.megamenu.columns-6 > ul > li:nth-child(7),
.nav-wrapper ul > li.megamenu.columns-6 > ul > li:nth-child(13) {
	clear: left;
}

/** Column */

.nav-wrapper ul > li.megamenu > ul > li ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0;
    padding-bottom: 16px;
    width: 100%;
    opacity: 1 !important;
    position: relative !important;
    border: none;
    border-radius: none; 
    box-shadow: none;
}

.nav-wrapper ul > li.megamenu ul li a {
	padding-left: 30px;
	padding-right: 30px;
}

.nav-wrapper ul > li.megamenu ul li a.btn {
	margin: 4px 30px;
}

/** Column Title */

.nav-wrapper ul > li.megamenu > ul > li > a {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    /* cursor: default; */
    letter-spacing: .5px;
    margin: 16px 0 -4px !important;
	opacity: .5 !important;
}

.nav-wrapper ul > li.megamenu > ul > li > a:hover {
	background-color: transparent !important;
	opacity: 1 !important;
}

/** Hidden Column Title */

.nav-wrapper .megamenu li.hiddentitle > a {
	display: none !important;
}

/** Hide Caret */

.nav-wrapper ul > li.megamenu > ul > li > a .expand {
	display: none;
}

/* Animation
------------------------ */

nav:not(.nav-no-transitions),
nav:not(.nav-no-transitions) .nav-wrapper,
nav:not(.nav-no-transitions) .nav-wrapper a:not(.sidenav-trigger) i,
nav:not(.nav-no-transitions) .nav-wrapper-left,
nav:not(.nav-no-transitions) .nav-wrapper-center,
nav:not(.nav-no-transitions) .nav-wrapper-right,
nav:not(.nav-no-transitions) .nav-wrapper-table,
nav:not(.nav-no-transitions) .nav-wrapper .brand-logo,
nav:not(.nav-no-transitions) .logo-bar .brand-logo,
nav:not(.nav-no-transitions) .logo-bar,
nav:not(.nav-no-transitions) .logo-bar-left,
nav:not(.nav-no-transitions) .logo-bar-center,
nav:not(.nav-no-transitions) .logo-bar-right,
nav:not(.nav-no-transitions) .logo-bar-wrapper {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

nav:not(.nav-no-transitions).animated.fadeInDown,
nav:not(.nav-no-transitions).animated.fadeOutUp,
nav:not(.nav-no-transitions).animated.slideInDown,
nav:not(.nav-no-transitions).animated.slideOutUp {
	animation-duration: 0.25s;
}

nav.nav-no-transitions.animated {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	
	animation-name: none !important;
}

nav.nav-no-transitions.animated.fadeOutUp,
nav.nav-no-transitions.animated.slideOutUp {
	display: none;
}


/* Header
================================================== */

/* Classic
------------------------ */

.header-classic {
	position: relative;
}

.header-classic nav,
.header-classic nav.nav-slide-light.headroom--not-top {
	background-color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
}

.header-classic nav.dark,
.header-classic nav.nav-slide-dark.headroom--not-top {
	background-color: #494a52;
}

.header-classic nav .sidenav-trigger,
.header-classic nav .nav-login {
	color: #555;
}

.header-classic nav.dark.headroom--top .sidenav-trigger,
.header-classic nav.nav-slide-dark.headroom--not-top .sidenav-trigger,
.header-classic nav.dark.headroom--top .nav-login,
.header-classic nav.nav-slide-dark.headroom--not-top .nav-login {
	color: #fff;
}

.header-classic nav ul a:not(.btn):not(.btn-large),
.header-classic nav.nav-slide-light.headroom--not-top ul a:not(.btn):not(.btn-large) {
	color: #555;
}

.header-classic nav.dark ul a:not(.btn):not(.btn-large),
.header-classic nav.nav-slide-dark.headroom--not-top ul a:not(.btn):not(.btn-large) {
	color: #fff;
}

.header-classic nav.nav-slide,
.header-classic nav.nav-fixed {
	position: fixed !important;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-classic nav {
		height: 100px;
	}
	
	.header-classic.with-top-bar nav {
		height: 150px;
	}	
	
}

/** Logo */

.header-classic nav .logo,
.header-classic nav.nav-slide-light.headroom--not-top .logo,
.header-classic nav.nav-slide-light.headroom--not-top .logo:not(.logo-no-switch) {
	display: inline;
}

.header-classic nav .logo-light,
.header-classic nav.nav-slide-light.headroom--not-top .logo-light {
	display: none;
}

.header-classic nav.dark .logo:not(.logo-no-switch),
.header-classic nav.nav-slide-dark.headroom--not-top .logo:not(.logo-no-switch) {
	display: none;
}

.header-classic nav.dark .logo-light,
.header-classic nav.nav-slide-dark.headroom--not-top .logo-light {
	display: inline;
}

/** Pinned Header */

.header-classic nav.headroom--not-top {
	z-index: 100 !important;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-classic nav.headroom--not-top {
		height: 100px;
	}
	
	.header-classic nav.nav-shrink.headroom--not-top,
	.header-classic nav.nav-shrink.headroom--not-top .nav-wrapper-left,
	.header-classic nav.nav-shrink.headroom--not-top .nav-wrapper-center,
	.header-classic nav.nav-shrink.headroom--not-top .nav-wrapper-right,
	.header-classic nav.nav-shrink.headroom--not-top .nav-wrapper a:not(.btn) i:not(.caret),
	.header-classic nav.nav-shrink.headroom--not-top a.sidenav-trigger,
	.header-classic nav.nav-shrink.headroom--not-top a.sidenav-trigger i,
	.header-classic nav.nav-shrink.headroom--not-top a.nav-login,
	.header-classic nav.nav-shrink.headroom--not-top a.nav-login i {
		height: 75px;
		line-height: 75px;
	}
	
}

/* Modern
------------------------ */

.header-modern {
	position: relative;
}

.header-modern nav {
	background-color: #fff;
	color: #555;
	left: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
}

.header-modern nav .sidenav-trigger,
.header-modern nav .nav-login {
	color: #555;
}

.header-modern nav ul a:not(.btn):not(.btn-large) {
	color: #fff;
}

.header-modern nav.nav-slide,
.header-modern nav.nav-fixed {
	position: fixed;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-modern nav {
		height: 100px;
	}
	
	.header-modern.with-top-bar nav {
		height: 150px;
	}	
	
}

/** Logo Bar */

.header-modern .logo-bar .logo-bar-center,
.header-modern .logo-bar .logo-bar-right {
	display: none;
}

.header-modern nav .logo-bar a {
	color: #e9d460;
}

.header-modern nav .logo-bar .row {
	padding-bottom: 0;
}

/* large */
@media only screen and (min-width: 993px) {

	.header-modern .logo-bar {
		display: table;
		height: 100px;
		line-height: normal;
		width: 100%;
	}

	.header-modern .logo-bar .logo-bar-left,
	.header-modern .logo-bar .logo-bar-right {
		display: table-cell;
		height: 100px;
		vertical-align: middle;
		width: 50%;
	}
	
	.header-modern .logo-bar .logo-bar-right {
		text-align: right;
	}

}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.header-modern .logo-bar .logo-bar-left,
	.header-modern .logo-bar .logo-bar-center,
	.header-modern .logo-bar .logo-bar-right {
		width: 20%;
	}
	
	.header-modern .logo-bar .logo-bar-center {
		display: table-cell;
		height: 100px;
		vertical-align: middle;
		width: 60%;
	}
	
}

/** Nav Wrapper */

.header-modern .nav-wrapper {
	display: block;
}

.header-modern .nav-wrapper,
.header-modern nav.headroom--not-top.slideInDown .nav-wrapper.light.nav-slide-dark {
	background-color: #494a52;
	border-top-color: transparent;
	color: #fff;
}

.header-modern .nav-wrapper.light,
.header-modern nav.headroom--not-top .nav-wrapper.nav-slide-light {
	background-color: #fff;
	color: #555;
}

.header-modern .nav-wrapper.light {
	border-top: 1px solid rgba(224,224,224,.5);
	margin-top: -1px;
}

.header-modern .nav-bordered .nav-wrapper.light ul li,
.header-modern nav.headroom--not-top .nav-wrapper.nav-slide-light ul li {
	border-color: rgba(224,224,224,.5);
}

.header-modern .nav-wrapper.light ul a:not(.btn):not(.btn-large),
.header-modern nav.headroom--not-top .nav-wrapper.nav-slide-light ul a:not(.btn):not(.btn-large) {
	color: #555;
}

.header-modern .nav-wrapper.light ul a:not(.btn):not(.btn-large):hover,
.header-modern nav.headroom--not-top .nav-wrapper.nav-slide-light ul a:not(.btn):not(.btn-large):hover {
	background-color: rgba(241,245,249,.5);
}

.header-modern nav.headroom--not-top.slideInDown .nav-wrapper.light.nav-slide-dark ul a:not(.btn):not(.btn-large) {
	color: #fff;
}

.header-modern .nav-wrapper-table {
	display: table;
	width: 100%;
}

.header-modern nav .nav-wrapper-left,
.header-modern nav .nav-wrapper-right {
	width: 50%;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-modern nav .brand-logo {
		position: relative;
	}
	
	.header-modern .nav-wrapper {
		min-height: 60px;
	}
	
	.header-modern nav {
		height: 60px;
	}
	
	.header-modern.with-top-bar nav {
		height: 160px;
	}
	
	.header-modern nav .nav-wrapper,
	.header-modern nav .nav-wrapper-left,
	.header-modern nav .nav-wrapper-center,
	.header-modern nav .nav-wrapper-right,
	.header-modern nav .nav-wrapper a:not(.btn):not(.btn-large) i:not(.caret),
	.header-modern nav a.sidenav-trigger,
	.header-modern nav a.sidenav-trigger i,
	.header-modern nav a.nav-login,
	.header-modern nav a.nav-login i {
		height: 60px;
		line-height: 60px;
	}

}

/** Logo */

.header-modern nav .logo {
	display: inline;
}

.header-modern nav .logo-light {
	display: none;
}

/** Pinned Header */

.header-modern nav.headroom--not-top {
	z-index: 100;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-modern nav.headroom--not-top .logo-bar {
		margin-top: -100px;
	}
	
	.header-modern nav.headroom--not-top {
		height: 60px;
	}
	
}

/* Modern #2
------------------------ */

.header-modern-2 {
	position: relative;
}

.header-modern-2 nav {
	color: #555;
	left: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
}

.header-modern-2 nav,
.header-modern-2 nav.headroom--top .logo-bar-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
}

.header-modern-2 nav .sidenav-trigger,
.header-modern-2 nav .nav-login {
	color: #555;
}

.header-modern-2 nav ul a:not(.btn):not(.btn-large) {
	color: #fff;
}

.header-modern-2 nav.nav-slide,
.header-modern-2 nav.nav-fixed {
	position: fixed;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-modern-2 nav {
		background-color: transparent;
		height: 100px;
	}
	
	.header-modern-2 nav.headroom--top {	
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	
	.header-modern-2.with-top-bar nav {
		height: 150px;
	}
	
	.header-modern-2 nav.headroom--top .logo-bar-wrapper {
		padding-bottom: 30px;
	}
	
}

/** Logo Bar */

.header-modern-2 .logo-bar .logo-bar-center,
.header-modern-2 .logo-bar .logo-bar-right {
	display: none;
}

.header-modern-2 nav .logo-bar a {
	color: #e9d460;
}

.header-modern-2 nav .logo-bar .row {
	padding-bottom: 0;
}

/* large */
@media only screen and (min-width: 993px) {

	.header-modern-2 .logo-bar {
		display: table;
		height: 100px;
		line-height: normal;
		width: 100%;
	}

	.header-modern-2 .logo-bar .logo-bar-left,
	.header-modern-2 .logo-bar .logo-bar-right {
		display: table-cell;
		height: 100px;
		vertical-align: middle;
		width: 50%;
	}
	
	.header-modern-2 .logo-bar .logo-bar-right {
		text-align: right;
	}

}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.header-modern-2 .logo-bar .logo-bar-left,
	.header-modern-2 .logo-bar .logo-bar-center,
	.header-modern-2 .logo-bar .logo-bar-right {
		width: 20%;
	}
	
	.header-modern-2 .logo-bar .logo-bar-center {
		display: table-cell;
		height: 100px;
		vertical-align: middle;
		width: 60%;
	}
	
}

/** Nav Wrapper */

.header-modern-2 .nav-wrapper {
	border-top: 1px solid transparent;
	display: block;
}

.header-modern-2 nav.headroom--top .nav-wrapper {
	margin-top: -1px;
}

.header-modern-2 .nav-wrapper,
.header-modern-2 nav.headroom--not-top.slideInDown .nav-wrapper.light.nav-slide-dark {
	background-color: #494a52;
	border-top-color: transparent;
	color: #fff;
}

.header-modern-2 .nav-wrapper.light,
.header-modern-2 nav.headroom--not-top .nav-wrapper.nav-slide-light {
	background-color: #fff;
	color: #555;
}

.header-modern-2 .nav-wrapper.light {
	border-color: rgba(224,224,224,.5);
}

.header-modern-2 nav.headroom--top .nav-wrapper {
	background-color: transparent;
}

.header-modern-2 .nav-bordered .nav-wrapper.light ul li,
.header-modern-2 nav.headroom--not-top .nav-wrapper.nav-slide-light ul li {
	border-color: rgba(224,224,224,.5);
}

.header-modern-2 nav.headroom--top .nav-bordered .nav-wrapper:not(.light) .nav-wrapper-left ul li:first-child {
	border-left-color: transparent;
}

.header-modern-2 nav.headroom--top .nav-bordered .nav-wrapper:not(.light) .nav-wrapper-right ul li:last-child {
	border-right-color: transparent;
}

.header-modern-2 .nav-wrapper.light ul a:not(.btn):not(.btn-large),
.header-modern-2 nav.headroom--not-top .nav-wrapper.nav-slide-light ul a:not(.btn):not(.btn-large) {
	color: #555;
}

.header-modern-2 .nav-wrapper.light ul a:not(.btn):not(.btn-large):hover,
.header-modern-2 nav.headroom--not-top .nav-wrapper.nav-slide-light ul a:not(.btn):not(.btn-large):hover {
	background-color: rgba(241,245,249,.5);
}

.header-modern-2 nav.headroom--not-top.slideInDown .nav-wrapper.light.nav-slide-dark ul a:not(.btn):not(.btn-large) {
	color: #fff;
}

.header-modern-2 .nav-wrapper-table {
	display: table;
	height: 60px;
	width: 100%;
}

.header-modern-2 nav .nav-wrapper-left,
.header-modern-2 nav .nav-wrapper-right {
	width: 50%;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-modern-2 nav .brand-logo {
		position: relative;
	}
	
	.header-modern-2 .nav-wrapper {
		min-height: 60px;
	}
	
	.header-modern-2 nav {
		height: 60px;
	}
	
	.header-modern-2.with-top-bar nav {
		height: 160px;
	}
	
	.header-modern-2 nav .nav-wrapper,
	.header-modern-2 nav .nav-wrapper-left,
	.header-modern-2 nav .nav-wrapper-center,
	.header-modern-2 nav .nav-wrapper-right,
	.header-modern-2 nav .nav-wrapper a:not(.btn):not(.btn-large) i:not(.caret),
	.header-modern-2 nav a.sidenav-trigger,
	.header-modern-2 nav a.sidenav-trigger i,
	.header-modern-2 nav a.nav-login,
	.header-modern-2 nav a.nav-login i {
		height: 60px;
		line-height: 60px;
	}
	
	.header-modern-2 nav.headroom--top .nav-wrapper-table {
		background-color: #494a52;
		bottom: -30px;
		left: 0;
		position: absolute;
		right: 0;
		
		-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
				box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
	}
	
	.header-modern-2 nav.headroom--top .container-fluid .nav-wrapper-table {
		left: 30px;
		right: 30px;		
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	.header-modern-2 nav.headroom--top .nav-wrapper.light .nav-wrapper-table {
		background-color: #fff;
		border-top: 1px solid rgba(224,224,224,.5);
	}

}

/** Logo */

.header-modern-2 nav .logo {
	display: inline;
}

.header-modern-2 nav .logo-light {
	display: none;
}

/** Pinned Header */

.header-modern-2 nav.headroom--not-top {
	z-index: 100;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-modern-2 nav.headroom--not-top .logo-bar {
		margin-top: -100px;
	}
	
	.header-modern-2 nav.headroom--not-top {
		height: 60px;
	}
	
}

/* Transparent
------------------------ */

.header-transparent {
	position: relative;
}

.header-transparent nav {
	background-color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.header-transparent.with-hero nav {
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,.1);
	
	-webkit-box-shadow: none;
			box-shadow: none;
}

.header-transparent nav.nav-slide,
.header-transparent nav.nav-fixed {
	position: fixed;
}

.admin-bar .header-transparent nav.nav-slide,
.admin-bar .header-transparent nav.nav-fixed {
	top: 46px;
}

@media only screen and (min-width: 783px) {
	
	.admin-bar .header-transparent nav.nav-slide,
	.admin-bar .header-transparent nav.nav-fixed {
		top: 32px;
	}
	
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-transparent nav {
		height: 100px;
	}
	
	.header-transparent.with-top-bar nav {
		height: 150px;
	}
	
}

.header-transparent nav ul a:not(.btn):not(.btn-large) {
	color: #555;
	-webkit-transition: opacity .15s;
			transition: opacity .15s;
}

.header-transparent.with-hero nav ul a:not(.btn):not(.btn-large) {
	color: #fff;
}

/** Logo */

.header-transparent nav .logo {
	display: inline;
}

.header-transparent.with-hero nav .logo:not(.logo-no-switch),
.header-transparent nav.nav-slide-dark.headroom--not-top.slideInDown .logo:not(.logo-no-switch) {
	display: none;
}

.header-transparent nav .logo-light {
	display: none;
}

.header-transparent.with-hero nav .logo-light,
.header-transparent nav.nav-slide-dark.headroom--not-top.slideInDown .logo-light {
	display: inline;
}

.header-transparent nav.nav-fixed.headroom--not-top .logo,
.header-transparent nav.headroom--not-top.slideInDown .logo {
	display: inline;
}

.header-transparent nav.nav-fixed.headroom--not-top .logo-light,
.header-transparent nav.headroom--not-top.slideInDown .logo-light {
	display: none;
}

/** Pinned Header */

.header-transparent nav.headroom--not-top {
	z-index: 100;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.header-transparent nav.headroom--not-top {
		height: 100px;
	}
	
	.header-transparent nav.nav-shrink.headroom--not-top,
	.header-transparent nav.nav-shrink.headroom--not-top .nav-wrapper-left,
	.header-transparent nav.nav-shrink.headroom--not-top .nav-wrapper-center,
	.header-transparent nav.nav-shrink.headroom--not-top .nav-wrapper-right,
	.header-transparent nav.nav-shrink.headroom--not-top .nav-wrapper a:not(.btn):not(.btn-large) i:not(.caret),
	.header-transparent nav.nav-shrink.headroom--not-top a.sidenav-trigger,
	.header-transparent nav.nav-shrink.headroom--not-top a.sidenav-trigger i,
	.header-transparent nav.nav-shrink.headroom--not-top a.nav-login,
	.header-transparent nav.nav-shrink.headroom--not-top a.nav-login i {
		height: 75px;
		line-height: 75px;
	}
	
	.header-transparent nav.nav-shrink.headroom--not-top .nav-wrapper-center .brand-logo {
		max-height: 50px;
	}
	
}

.header-transparent nav.nav-fixed.headroom--not-top,
.header-transparent nav.headroom--not-top.slideInDown {
	background-color: #fff;
	border-color: transparent;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
}

.header-transparent nav.nav-slide-dark.headroom--not-top.slideInDown {
	background-color: #494a52;
}

.header-transparent .sidenav-trigger,
.header-transparent nav.nav-fixed.headroom--not-top .sidenav-trigger,
.header-transparent nav.headroom--not-top.slideInDown .sidenav-trigger,
.header-transparent .nav-login,
.header-transparent nav.nav-fixed.headroom--not-top .nav-login,
.header-transparent nav.headroom--not-top.slideInDown .nav-login {
	color: #555;
}

.header-transparent.with-hero .sidenav-trigger,
.header-transparent.with-hero .nav-login,
.header-transparent nav.nav-slide-dark.headroom--not-top.slideInDown .sidenav-trigger,
.header-transparent.with-hero .nav-login,
.header-transparent nav.nav-slide-dark.headroom--not-top.slideInDown .nav-login {
	color: #fff;
}

.header-transparent.with-hero .nav-login i {
	color: inherit;
}

.header-transparent nav.nav-fixed.headroom--not-top,
.header-transparent nav.headroom--not-top.slideInDown,
.header-transparent nav.nav-fixed.headroom--not-top ul a:not(.btn):not(.btn-large),
.header-transparent nav.headroom--not-top.slideInDown ul a:not(.btn):not(.btn-large) {
	color: #555;
}

.header-transparent nav.nav-slide-dark.headroom--not-top.slideInDown,
.header-transparent nav.nav-slide-dark.headroom--not-top.slideInDown ul a:not(.btn):not(.btn-large) {
	color: #fff;
}

/* Slider & Carousel
------------------------ */

.slider-wrap {
	background-color: #494a52;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

header .slider-wrap {
	margin-bottom: 0;
}

.slider {
	margin: 0;
	padding: 0;
}

.slider > li {
	box-sizing: border-box;
	color: #fff;
}

.image-slider > li,
#sidebar .image-slider > li {
	min-height: 250px;
}

/* medium */
@media only screen and (min-width: 601px) {

	.image-slider > li,
	#content .image-slider > li {
		min-height: 450px;
	}

}

/* large */
@media only screen and (min-width: 993px) {
	
	.image-slider > li {
		min-height: 600px;
	}
	
}

header .slider-wrap,
header .slider > li {
	height: 100vh;
	min-height: 600px;
}



/* large */
/* @media only screen and (min-width: 993px) and (min-height: 800px) { */
@media only screen and (min-width: 993px) {

	header .slider-wrap.height-50,
	header .slider > li.height-50 {
		height: 50vh;
	}
	
	header .slider-wrap.height-60,
	header .slider > li.height-60 {
		height: 60vh;
	}
	
	header .slider-wrap.height-70,
	header .slider > li.height-70 {
		height: 70vh;
	}

	header .slider-wrap.height-80,
	header .slider > li.height-80 {
		height: 80vh;
	}
	
	header .slider-wrap.height-90,
	header .slider > li.height-90 {
		height: 90vh;
	}

}

main .slider-wrap,
main .slider > li {
	min-height: 450px;
}

main #content .slider-wrap,
main #content .slider > li {
	min-height: 450px;
}

#listing-top .slider-wrap,
#listing-top .slider > li {
	min-height: 400px;
}

.single-listing #content .slider-wrap,
.single-listing #content .slider > li {
	min-height: 250px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.single-listing #content .slider-wrap,
	.single-listing #content .slider > li {
		min-height: 450px;
	}
	
	#listing-top .listing-top-widgets .slider-wrap,
	#listing-top .listing-top-widgets .slider > li {
		min-height: 600px;
	}
	
}

.slider > li > div {
	width: 100%;
}

.slider-content,
#sidebar .slider-wrap .slider .slider-content,
.col.l6 > .slider-wrap .slider .slider-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	text-align: center;
}

header .slider-content {
	margin-bottom: -25%;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.slider-content {
		max-width: 50%;
	}

	.slider-content:not(.align-center) {
		margin-left: 0;
		text-align: left;
	}
	
	.slider-content.align-right {
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}

}

.slider-title,
#sidebar .slider-wrap .slider .slider-title,
.col.l6 > .slider-wrap .slider .slider-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: 0;
}

/* large */
@media only screen and (min-width: 993px) {

	.slider-title,
	.col.l6 > .slider-wrap .slider .slider-title {
		font-size: 36px;
	}

}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	header .slider-title {
		font-size: 48px;
	}
	
}

.slider-title a {
	color: inherit;
}

.slider-details,
.col.l6 > .slider-wrap .slider .slider-details {
	font-weight: 200;
	letter-spacing: .025em;
	line-height: 1.2;
	margin-bottom: 40px;
}

/* large */
@media only screen and (min-width: 993px) {

	.slider-details {
		font-size: 18px;
	}

}

.slider-details .listing-summary,
.slider-details .listing-price {
	display: inline-block;
}

.slider-details .listing-price-period {
	font-size: 15px;
}

.slider-content .card {
	background-color: rgba(255,255,255,.9);
}

.slider-content .card-action {
	background-color: transparent;
}

.slider-content .card-content .divider {
	background-color: rgba(160, 160, 160, 0.2);
}

.slider-description .slider-button {
	margin-top: 40px;
}

/** Slider dots */

.slider-wrap,
.carrousel-wrap {
	position: relative;	
}

.carrousel-wrap {
		margin: 0 -60px;
		padding: 0 60px 0;
	}

.carrousel-wrap .card {
	margin: 0 0 40px;
}

.slider-wrap .lSPager.lSpg,
.carrousel-wrap .lSPager.lSpg {
	bottom: 40px;
	line-height: 20px;
	margin: 0 !important;
	position: absolute;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.carrousel-wrap .lSPager.lSpg {
	bottom: auto;
	margin: 0 0 20px !important;
	position: relative;
	width: auto;
}

/* large */
@media only screen and (min-width: 993px) {

	.slider-wrap .lSPager.lSpg,
	.carrousel-wrap .lSPager.lSpg {
		visibility: visible;
	}

}

#sidebar .slider-wrap .lSPager.lSpg {
	bottom: 20px;
}

.slider-wrap.no-dots .lSPager.lSpg,
.carrousel-wrap.no-dots .lSPager.lSpg {
	display: none;
}

.slider-wrap .lSPager.lSpg > li,
.carrousel-wrap .lSPager.lSpg > li {
	line-height: inherit;
	margin: 0 !important;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.carrousel-wrap .slide {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

.slider-wrap .lSPager.lSpg > li a,
.carrousel-wrap .lSPager.lSpg > li a {
	background-color: rgba(255,255,255,.35);
	border: 0;
	border-radius: 0;
	height: 4px;
	width: 50px;
}

.carrousel-wrap .lSPager.lSpg > li a {
	background-color: #e0e0e0;
}

.dark .slider-wrap .lSPager.lSpg > li a,
.dark .carrousel-wrap .lSPager.lSpg > li a {
	background-color: rgba(255,255,255,.1);
}

.slider-wrap .lSPager.lSpg > li:hover a,
.slider-wrap .lSPager.lSpg > li.active a {
	background-color: #fff;
}

.carrousel-wrap .lSPager.lSpg > li:hover a,
.carrousel-wrap .lSPager.lSpg > li.active a {
	background-color: #555;
}

.dark .carrousel-wrap .lSPager.lSpg > li:hover a,
.dark .carrousel-wrap .lSPager.lSpg > li.active a {
	background-color: #fff;
}

.slider-wrap .lSPager.lSGallery li,
.carrousel-wrap .lSPager.lSGallery li {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.slider-wrap .lSPager.lSGallery li.active,
.slider-wrap .lSPager.lSGallery li:hover,
.carrousel-wrap .lSPager.lSGallery li.active,
.carrousel-wrap .lSPager.lSGallery li:hover {
	border-radius: 0;
	opacity: .75;
}

.noPager .lSPager {
	display: none;
}

/** Slider prev & next */

.slider-prev-next,
.carrousel-prev-next {
	*height: 0;
}

.slider-prev-next .slider-prev,
.slider-prev-next .slider-next,
.carrousel-prev-next .carrousel-prev,
.carrousel-prev-next .carrousel-next {
	background-color: #fff;
	color: #555;
	cursor: pointer;
	height: 40px;
	left: 20px;
	line-height: 40px;
	margin-top: -20px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	top: 50%;
	width: 40px;
	z-index: 99;
}

.carrousel-prev-next .carrousel-prev,
.carrousel-prev-next .carrousel-next {
	bottom: 40px;
	left: 60px;
	top: auto;
	width: 64px;
}

.slider-prev-next .slider-next,
.carrousel-prev-next .carrousel-next {
	left: auto;
	right: 20px;
}

.carrousel-prev-next .carrousel-next {
	right: 60px;
}

.slider-prev-next .slider-prev i,
.slider-prev-next .slider-next i,
.carrousel-prev-next .carrousel-prev i,
.carrousel-prev-next .carrousel-next i {
	font-size: 15px;
	vertical-align: middle;
}

@media (min-width: 992px) {
	
	.slider-prev-next .slider-prev,
	.slider-prev-next .slider-next,
	.carrousel-prev-next .carrousel-prev,
	.carrousel-prev-next .carrousel-next {
		left: 0;
		opacity: 0;
	}
	
	header .slider-prev-next .slider-prev,
	header .slider-prev-next .slider-next {
		margin-top: 40px;
	}
	
	header.with-top-bar .slider-prev-next .slider-prev,
	header.with-top-bar .slider-prev-next .slider-next {
		margin-top: 65px;
	}
	
	.slider-prev-next .slider-next {
		left: auto;
		right: 0;
	}
	
	.carrousel-prev-next .carrousel-prev,
	.carrousel-prev-next .carrousel-next {
		bottom: auto;
		height: 40px;
		left: 20px;
		line-height: 40px;
		margin-top: -60px;
		top: 50%;
		width: 40px;
	}
	
	.carrousel-prev-next .carrousel-next {
		left: auto;
		right: 20px;
	}
	
	.carrousel-wrap:hover .carrousel-prev-next .carrousel-prev,
	.carrousel-wrap:hover .carrousel-prev-next .carrousel-next {
		left: 0;
		opacity: 1;
	}
	
	.carrousel-wrap:hover .carrousel-prev-next .carrousel-next {
		left: auto;
		right: 0;
	}
	
	.slider-wrap:hover .slider-prev-next .slider-prev,
	.slider-wrap:hover .slider-prev-next .slider-next {
		left: 20px;
		opacity: 1;
	}
	
	.slider-wrap:hover .slider-prev-next .slider-next {
		left: auto;
		right: 20px;
	}

}

/** Image Slider thumbs */

.image-slider-wrap *,
.image-slider-wrap *:before,
.image-slider-wrap *:after {
	-webkit-box-sizing: initial;
			box-sizing: initial;
}

.image-slider-wrap .slide {
	position: relative;
}

.image-slider-wrap .slider-caption,
#sidebar .image-slider-wrap .slider-caption {
	background-color: #494a52;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	left: 50%;
	padding: 5px 15px;
	position: absolute;
	width: auto;
	
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
		 -o-transform: translate(-50%, 0);
		    transform: translate(-50%, 0);
}

/* large */
@media only screen and (min-width: 993px) {
	
	.image-slider-wrap .slider-caption {
		font-size: inherit;
	}
	
}

.image-slider-wrap .lSSlideOuter .lSPager.lSGallery {
	margin: 10px auto;
	padding: 0 10px;
	text-align: center;
}

.image-slider-wrap .slider-prev-next .slider-prev,
.image-slider-wrap .slider-prev-next .slider-next {
	top: -moz-calc(50% - 20px);
	top: -webkit-calc(50% - 20px);
	top: -o-calc(50% - 20px);
	top: calc(50% - 20px);
}

/** Listings Slider thumbs */

header .image-slider-wrap .lSSlideOuter .lSPager.lSGallery,
.listings-slider-wrap .lSSlideOuter .lSPager.lSGallery {
	bottom: 40px;
	display: none;
	left: 0 !important;
	line-height: 0;
	position: absolute;
	right: 0 !important;
	text-align: center;
	transform: none !important;
	width: 100% !important;
	z-index: 15;
}

header .image-slider-wrap.height-100 .lSSlideOuter .lSPager.lSGallery,
header .listings-slider-wrap.height-100 .lSSlideOuter .lSPager.lSGallery {
	bottom: 60px;
}

header .image-slider-wrap .lSSlideOuter .lSPager.lSGallery li,
.listings-slider-wrap .lSSlideOuter .lSPager.lSGallery li {
	border: 4px solid transparent;
	display: inline-block;
	float: none;
	line-height: 1;
	max-width: 79px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header .image-slider-wrap .lSSlideOuter .lSPager.lSGallery li.active,
header .image-slider-wrap .lSSlideOuter .lSPager.lSGallery li:hover,
.listings-slider-wrap .lSSlideOuter .lSPager.lSGallery li.active,
.listings-slider-wrap .lSSlideOuter .lSPager.lSGallery li:hover {
	border-color: #fff;
	border-radius: 0;
}

@media (min-width: 992px) {

	header .image-slider-wrap .lSSlideOuter .lSPager.lSGallery,
	.listings-slider-wrap .lSSlideOuter .lSPager.lSGallery {
		display: initial;
	}

}

/**
.image-slider-wrap.cS-hidden,
.listings-slider-wrap.cS-hidden,
.carrousel-wrap.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
*/

.image-slider-wrap.cS-hidden,
.listings-slider-wrap.cS-hidden,
.carrousel-wrap.cS-hidden {
    overflow: hidden;
    visibility: hidden;
}

.slide.right {
	float: left !important;
}


/* Hero
------------------------ */

.hero-wrap {
	background-color: #494a52;
	position: relative;
	z-index: 2;
}

.hero {
	box-sizing: border-box;
	color: #fff;
	min-height: 600px;
	position: relative;
}

/* extra high */
@media only screen and (max-height: 999px) {

	.hero {
		min-height: 100vh;
		padding: 100px 0;
	}

}

.home .hero,
.page-id-2007 .hero {
	min-height: 50vh;
	padding: 100px 0 70px;
}

.page-id-2007 .hero {
	padding-bottom: 100px;
}

@-moz-document url-prefix() {

	.home .hero,
	.page-id-2007 .hero {
		padding-top: 200px;
	}
	
	.page-id-294 .hero {
		padding-top: 150px;
	}

}

/* large */
@media only screen and (min-width: 993px) {
	
	.home .hero,
	.page-id-2007 .hero {
		min-height: 600px;
	}
	
}

/* extra large */
/* @media only screen and (min-width: 1201px) and (min-height: 1000px) { */
@media only screen and (min-width: 1201px) {
	
	.hero.height-50 {
		height: 50vh;
	}

	.hero.height-60 {
		height: 60vh;
	}
	
	.hero.height-70 {
		height: 70vh;
	}

	.hero.height-80 {
		height: 80vh;
	}

	.hero.height-90 {
		height: 90vh;
	}

}

.hero.height-100 {
	height: 100vh;
}

.hero.hero-featured {
	background-color: rgba(40,40,40,.25);
	height: auto;
	min-height: 150px;
	padding: 150px 0 200px;
}

.single-listing .hero.hero-featured {
	padding-bottom: 150px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.hero.hero-featured {
		min-height: 300px;
		padding: 300px 0 150px;
	}

	.single-listing .hero.hero-featured {
		padding-bottom: 120px;
	}
	
}

.hero .hero-content {
	margin-bottom: -100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
}

.single-listing .hero .hero-content {
	margin-bottom: -60px;
}

.hero:not(.hero-featured) .hero-content {
	margin-bottom: -56px;	
}

.hero:not(.hero-search):not(.hero-featured) .hero-content, {
	max-width: 75%;
}

.single-listing.header-display-featured-image .hero .hero-content {
	max-width: none;
}

.hero-content .card {
	background-color: rgba(255,255,255,.9);
}

.hero-content .card .card-action {
	background-color: transparent;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.hero:not(.hero-featured) .hero-content {
		margin-bottom: -100px;
	}
	
	.with-top-bar .hero:not(.hero-featured) .hero-content {
		margin-bottom: -150px;
	}
	
	.hero.hero-tagline .hero-content,
	.hero.hero-search-quick .hero-content {
		max-width: 60%;
	}
	
	.hero.hero-search-quick .hero-content,
	.hero-search .hero-content {
		margin-bottom: -150px;
	}

	.hero-content:not(.align-center) {
		margin-left: 0;
		text-align: left;
	}
	
	.hero-content.align-right {
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}
	
	.hero-content .card {
		max-width: 75%;
	}
	
	.hero-search .hero-description + .listings-search-wrap {
		margin-top: 60px;
	}

}

.hero-title,
.slider-description h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 200;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: 0;
}

.hero-search .hero-title,
.slider-description h1 {
	/* font-size: 36px; */
}

/* large */
@media only screen and (min-width: 993px) {
	
	.hero-title,
	.slider-description h1 {
		margin-bottom: 20px;
	}

	.hero-title {
		font-size: 36px;
	}
	
	.hero-featured .hero-title {
		margin-bottom: 40px;
		max-width: 75%;
	}
	
	.hero-featured .hero-title + .hero-description {
		margin-top: -20px;
	}
	
	.hero-featured .align-center .hero-title {
		margin-left: auto;
		margin-right: auto;
	}

}

/* super large */
@media only screen and (min-width: 1501px) {
	
	.hero:not(.hero-featured) .hero-title {
		font-size: 48px;
	}
	
}

.hero-title a {
	color: inherit;
}

.hero-description,
.slider-description p {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: .025em;
	margin-bottom: 20px;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.hero-description .hero-button {
	margin: 20px 0 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.hero-description,
	.slider-description p {
		margin-bottom: 40px;
	}
	
	.hero-featured .hero-description {
		margin-bottom: 40px;
		margin-top: -30px;
		max-width: 66%;
	}
	
	.hero-featured .align-center .hero-description {
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero-button {
		margin-top: 40px;
	}

	.hero-featured .hero-content:not(.align-center) .btn-absolute {
		margin-bottom: 0;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 50%;
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.hero-featured .hero-content.align-right .btn-absolute {
		left: 0;
		right: auto;
	}

}

.hero-title + .hero-search-form,
.hero-description + .hero-search-form {
	margin-top: 60px;
}

.home .hero-description + .hero-search-form {
	margin-top: 20px;
}

.home-cta-small {
	padding: 10px 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.home-cta-small {
		padding: 20px 0;
	}
	
}

.home-cta-small p,
.home-cta-small a.btn,
.home-cta-small a.btn-large {
	display: inline-block;
	margin: 0;
}

.home-cta-small a.btn,
.home-cta-small a.btn-large {
	margin-left: 10px;
}


/* Footer
================================================== */

.page-footer {
	background-color: #494a52;
	color: #fff;
	padding-top: 0;
}

.page-footer .section.light,
.page-footer .section.white {
	color: #555;
}

.footer-box {
	margin-bottom: 40px;
}

.footer-menu a {
	background-color: rgba(255,255,255,.15);
	border-radius: 2px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	padding: 10px 20px;
	
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.footer-menu a {
		background-color: transparent;
		margin-bottom: 0;
		padding: 0;
	}
	
}

.footer-menu a:hover {
	color: #ead460;
}

.wpencore .footer-copyright {
	background-color: rgba(40,40,40,.25);
	padding: 30px 0;
}

.footer-copyright-left,
.footer-copyright-right,
.footer-copyright-left.center-align,
.footer-copyright-right.center-align {
	text-align: center;
}

/* large */
@media only screen and (min-width: 993px) {

	.footer-copyright-left {
		text-align: left;
	}
	
	.footer-copyright-right {
		text-align: right;
	}

}


/* Titles
================================================== */

.title,
.dark .light .title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #444;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .15em;
	margin-bottom: 25px;
	text-transform: uppercase;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.title,
	.dark .light .title {
		margin-bottom: 35px;
	}
	
}

/* super large */
@media only screen and (min-width: 1201px) {
	
	.title,
	.dark .light .title {
		letter-spacing: .2em;
	}
	
}

p + .title,
.hentry .card + .title,
.hentry .card + .page-title,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	margin-top: 40px;
}

h1.title,
.entry-content h1 {
	font-size: 48px;
}

h2.title,
.entry-content h2 {
	font-size: 36px;
}

h3.title,
.entry-content h3 {
	font-size: 24px;
}

h4.title,
.entry-content h4 {
	font-size: 20px;
	margin-bottom: 30px;
}

h5.title,
.entry-content h5 {
	font-size: 18px;
	margin-bottom: 25px;
}

h6.title,
.entry-content h6 {
	font-size: 15px;
	margin-bottom: 20px;
}

.section-title .title,
.cta-content .title {
	font-size: 24px;
}

.dark .title {
	color: #fff;
	font-weight: 500;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.title-count {
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
}

.title-separator:after {
	background-color: #e9d460;
	content: '';
	display: block;
	height: 4px;
	margin-top: 20px;
	width: 80px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.title-separator:after {
		margin-top: 30px;
	}
	
}

h4.title-separator:after {
	margin-top: 25px;
}

h5.title-separator:after {
	margin-top: 20px;
}

h6.title-separator:after {
	margin-top: 15px;
}

.title-description {
	font-weight: 300;
	letter-spacing: .025em;
	margin-bottom: 20px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.title-description {
		margin-bottom: 40px;
	}
	
}

.title-description p:last-child {
	margin-bottom: 0;
}

.dark .title-description {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.title-description.no-margin-bottom {
	margin-bottom: 0;
}

#sidebar .title-description {
	margin-bottom: 20px;
}

.sort-listings {
	clear: both;
	margin: 0 0 20px;
	min-width: 150px;
	z-index: 5;
}

.sort-listings .nice-select {
	margin-bottom: inherit;
}

.sort-listings option {
	white-space: nowrap;
}

/* large */
@media only screen and (min-width: 993px) {

	.section-title:not(.align-center) .sort-listings {
		margin-bottom: 0;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 50%;
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.section-title.align-right .sort-listings {
		left: 0;
		right: auto;
	}

	.section-title .btn-absolute + .sort-listings {
		display: none;
	}

}

.sort-listings-links {
	color: inherit;
	font-size: 15px;
}

.sort-listings-links a {
	color: inherit;
	opacity: .5;
	text-decoration: underline;
}


/* Section Footer
================================================== */

.section-footer-wrap {
	margin-bottom: 40px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.section-footer-wrap {
		padding-top: 20px;
	}	
	
}

.section-footer {
	text-align: center;
}

.section-footer p {
	margin-bottom: 0;
}

.section-footer p + .btn,
.section-footer p + .btn-large {
	margin-top: 40px;
}

.section-footer i {
	margin-top: -2px;
	vertical-align: middle;
}

/* Left
------------------------ */

.section-footer.align-left:not(.center-mobile) {
	text-align: left;
}

/* large */
@media only screen and (min-width: 993px) {

	.section-footer.align-left {
		text-align: left;
	}

}

/* Right
------------------------ */

.section-footer.align-right:not(.center-mobile) {
	text-align: right;
}

/* large */
@media only screen and (min-width: 993px) {

	.section-footer.align-right {
		text-align: right;
	}

}



/* Section Title
================================================== */

/** .section-title-wrap, */
.single-title-wrap {
	margin-bottom: 20px;
}

/* medium */
@media only screen and (min-width: 601px) {

	/** .section-title-wrap, */
	.single-title-wrap {
		margin-bottom: 30px;
	}	

}

/* large */
@media only screen and (min-width: 993px) {
	
	/** .section-title-wrap, */
	.single-title-wrap {
		margin-bottom: 40px;
	}	
	
}

.section-title-wrap.no-margin-bottom {
	margin-bottom: 0;
}

.page-title-wrap {
	margin-bottom: 20px;
}

.section-title {
	position: relative;
	text-align: center;
}

.section-title .title-separator:after {
	margin-left: auto;
	margin-right: auto;
}

.section-title .title-background {
	display: block;
	font-size: 64px;
	font-weight: 600;
	line-height: 1;
	opacity: .05;
	margin-top: 0;
	/* padding-left: 30px; */
}

.dark .section-title .title-background {
	color: rgba(255,255,255,.05);
	opacity: 1;
}

/* medium */
@media only screen and (min-width: 601px) {

	.section-title .title-background {
		font-size: 72px;
	}	

}

/* large */
@media only screen and (min-width: 993px) {

	.section-title .title-background {
		font-size: 90px;
	}	
	
}

/* extra large */
@media only screen and (min-width: 1201px) {

	.section-title .title-background {
		font-size: 100px;
	}
	
}

.section-title.align-center .title-background,
.section-title.align-right .title-background {
	padding-left: 0;
}

.section-title .title-background + .title {
	margin-top: -30px;
}

/* medium */
@media only screen and (min-width: 601px) {
	
	.section-title.align-left .title-background {
		padding-left: 30px;
	}

	.section-title.align-right .title-background {
		padding-right: 30px;
	}

	.section-title .title-background + .title {
		margin-top: -40px;
	}	

}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.section-title .title-background + .title {
		margin-top: -50px;
	}	
	
}

.section-title .title-description {
	margin-left: auto;
	margin-right: auto;
}

/* medium */
@media only screen and (min-width: 601px) {

	.section-title .title-description {
		max-width: 85%;
	}

}

/* large */
@media only screen and (min-width: 993px) {
	
	.section-title .title-description {
		max-width: 75%;
	}
	
}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.section-title .title-description {
		max-width: 66%;
	}
	
}

/* .row.no-padding-bottom .section-title .title-description, */
#sidebar .section-title .title-description {
	max-width: none;
}

.section-title .btn:not(.btn-search) {
	margin-bottom: 30px;
}
	
#sidebar .section-title .btn {
	margin-bottom: 20px;
}

/* large */
@media only screen and (min-width: 993px) {

	.section-title:not(.align-center) .btn-absolute {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 50%;
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.section-title.align-right .btn-absolute {
		left: 0;
		right: auto;
	}
	
	#sidebar .section-title .btn-absolute,
	#sidebar .section-title.align-right .btn-absolute {
		left: auto;
		margin-top: initial;
		position: relative;
		right: auto;
		top: auto;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}

}

/* Left
------------------------ */

.section-title.align-left:not(.center-mobile) {
	text-align: left;
}

.section-title.align-left:not(.center-mobile) .title-separator {
	margin-bottom: 45px;
	position: relative;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.section-title.align-left:not(.center-mobile) .title-separator {
		margin-bottom: 65px;
	}
	
}

.section-title.align-left:not(.center-mobile) .title-separator:after {
	position: absolute;
	left: 0;
}

.section-title.align-left:not(.center-mobile) .title-description,
.section-title.align-left:not(.center-mobile) .btn {
	clear: left;
	float: left;
}

/* large */
@media only screen and (min-width: 993px) {

	.section-title.align-left {
		text-align: left;
	}
	
	.section-title.align-left .title-separator {
		margin-bottom: 65px;
		position: relative;
	}
	
	.section-title.align-left .title-separator:after {
		position: absolute;
		left: 0;
	}
	
	.section-title.align-left .title-description,
	.section-title.align-left .btn {
		clear: left;
		float: left;
	}
	
	.section-title.align-left .title-description {
		margin-left: 0;
	}

}

/* Right
------------------------ */

.section-title.align-right:not(.center-mobile) {
	text-align: right;
}

.section-title.align-right:not(.center-mobile) .title-separator {
	margin-bottom: 65px;
	position: relative;
}

.section-title.align-right:not(.center-mobile) .title-separator:after {
	position: absolute;
	right: 0;
}

.section-title.align-right:not(.center-mobile) .title-description,
.section-title.align-right:not(.center-mobile) .btn {
	clear: right;
	float: right;
}

/* large */
@media only screen and (min-width: 993px) {

	.section-title.align-right {
		text-align: right;
	}
	
	.section-title.align-right .title-separator {
		margin-bottom: 65px;
		position: relative;
	}
	
	.section-title.align-right .title-separator:after {
		position: absolute;
		right: 0;
	}
	
	.section-title.align-right .title-description,
	.section-title.align-right .btn {
		clear: right;
		float: right;
	}
	
	.section-title.align-right .title-description {
		margin-right: 0;
	}

}


/* Listings Search
================================================== */

.listings-search {
	margin: 0 0 40px;
	position: relative;
	text-align: left;
}

.listings-search.extra-padding-bottom {
	padding-bottom: 1px;
}

#sidebar .listings-search.extra-padding-bottom {
	padding-bottom: 20px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.hero-search .listings-search-quick {
		margin: 0 auto 60px;
	}
	
	/*
	.hero-search .listings-search-quick:not(.vertical) {
		max-width: 75%;
	}
	*/
	
}

.hero-search .listings-search-quick,
.card .listings-search-quick {
	margin-bottom: 0;
	max-width: none;
}

.listings-search .row {
	padding-bottom: 0;
}

.listings-search .tabs {
	background-color: transparent;
	margin-top: -20px;
}

#sidebar .widget-section:first-child .listings-search .tabs {
	/* margin-top: -48px; */
}

.listings-search .tabs .tab a {
	color: #777;
}

.hero-search .listings-search .tabs .tab a {
	color: rgba(255,255,255,.75);
}

.listings-search .tabs .tab a:hover,
.listings-search .tabs .tab a.active {
	color: #555;
}

.hero-search .listings-search .tabs .tab a:hover,
.hero-search .listings-search .tabs .tab a.active {
	color: #fff;
}

.listings-search .tabs .indicator {
	background-color: #e9d460;
	height: 4px;
}

.listings-search .tab-pane {
	display: none;
}

.listings-search .tab-pane:first-child,
.listings-search .tab-pane.active {
	display: block;
}

.listings-search-form {
	background-color: #fff;
	border-radius: 2px;
	color: #555;
	padding: 30px 30px 1px;
	position: relative;
}

.hero-search .listings-search-form {
	background-color: rgba(255,255,255,.9);
}

.listings-search-quick .listings-search-form,
.hero-search .listings-search-quick .listings-search-form {
	padding: 10px 10px 0;
}

.hero-search .listings-search-quick .listings-search-form {
	background-color: rgba(255,255,255,.9);
}

.listings-search-quick .listings-search-form.vertical {
	padding-bottom: 20px;
}

.listings-search-quick .listings-search-form .row-5 .listings-search-field {
	margin-bottom: 10px;
}

.card .listings-search-quick .listings-search-form {
	background-color: transparent;
	padding: 0;
}

/** Labels */

.listings-search-form label {
	color: #888;
	font-size: 13px;
}

.listings-search-form .listings-search-field-checkbox_taxonomy label {
	display: block;
	margin-bottom: 5px;
}

/* large */
@media only screen and (min-width: 993px) {

	.listings-search-form:not(.vertical) .listings-search-field-checkbox_taxonomy label {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 15px;
	}

}

/** Advanced & Reset */

.listings-search-reset,
.listings-search-advanced-trigger {
	bottom: -48px;
	position: absolute;
	right: 0;
}

.listings-search-reset {
	left: 0;
	right: auto;
}

.with-tabs .listings-search-advanced-trigger {
	bottom: auto;
	top: -48px;
}

.listings-search-reset a,
.listings-search-advanced-trigger a {
	color: #555;
	display: block;
	font-size: 13px;
	height: 48px;
	line-height: 48px;
	
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	-ms-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.hero-search .listings-search-reset a,
.hero-search .listings-search-advanced-trigger a {
	color: #fff;
}

.listings-search-reset a .material-icons,
.listings-search-advanced-trigger a .material-icons {
	color: #e9d460;
	font-size: 18px;
	height: inherit;
	line-height: inherit;
	margin-right: 3px;
	margin-top: -3px;
	vertical-align: middle;
}

/** Search Fields */

.listings-search-field {
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
}

.row-10 .listings-search-field {
	margin-bottom: 20px;
}

.listings-search-field-checkbox,
.listings-search-field-radio {
	margin-bottom: 0 !important;
}

.listings-search-field-radio_taxonomy,
.listings-search-field-checkbox_taxonomy {
	margin-bottom: 12px;
}

.listings-search-form input[type=text]:not(.browser-default) {
	border-bottom-color: #d7d7d7;
}

.listings-search-form .checkbox-group,
.listings-search-form .radio-group {
	padding-bottom: 20px;
}

.listings-search-form .row-10 .checkbox-group,
.listings-search-form .row-10 .radio-group {
	padding-bottom: 10px;
}

.listings-search-form .checkbox,
.listings-search-form .radio {
	display: block;
	margin-bottom: 8px;
}

/* large */
@media only screen and (min-width: 993px) {

	.listings-search-form .checkbox,
	.listings-search-form .radio {
		display: inline-block;
		margin-right: 15px;
	}

}

.listings-search-form .checkbox label,
.listings-search-form .radio label {
	color: inherit;
	line-height: 40px;
	margin: 0;
}

.listings-search-field-keyword [type="text"].browser-default,
.listings-search-field-submit .btn,
.listings-search-field-submit .btn-flat {
	height: 40px;
	line-height: 40px;
}

.listings-search-quick .listings-search-field {
	height: 40px;
	line-height: 40px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.listings-search-quick .listings-search-field,
	.listings-search-quick .listings-search-field-keyword [type="text"].browser-default,
	.listings-search-quick .listings-search-field-submit .btn {
		height: 50px;
		line-height: 50px;
	}
	
	.listings-search-quick .listings-search-field-submit .btn i {
		font-size: 24px;
	}
	
}

.listings-search-quick .listings-search-field label,
.listings-search-quick .listings-search-field .noUi-tooltip {
	height: auto;
	line-height: 2;
}

.listings-search-quick.vertical .listings-search-field {
	margin-bottom: 10px !important;
}

.listings-search-quick.vertical .listings-search-field:last-child {
	margin-bottom: 0 !important;
}


/** Advanced Search */

.listings-search-advanced {
	display: none;
}

/** Range Fields */
	
.listings-search-form .listings-search-field-range label,
.listings-search-form .listings-search-field-range_price label {
	display: block;
	margin-bottom: 5px;
	margin-top: -15px;
}

.listings-search-quick .listings-search-form .listings-search-field-range label,
.listings-search-quick .listings-search-form .listings-search-field-range_price label {
	margin-bottom: 0;
	margin-top: -5px;
}

.listings-search-field-range .listings-search-field-inner,
.listings-search-field-range_price .listings-search-field-inner {
	padding-bottom: 25px;
}

/** Vertical Orientation */

.listings-search-form.vertical {
	padding: 30px 30px 10px;
}

.vertical .listings-search-field {
	margin-bottom: 20px;
}

.vertical .listings-search-field-radio_taxonomy,
.vertical .listings-search-field-checkbox_taxonomy {
	margin-bottom: 8px;
}

.vertical .listings-search-field.s12 {
	width: 100%;
}

.vertical .listings-search-field.s6 {
	width: 50%;
}

.vertical .listings-search-field label {
	display: block;
}

.vertical .listings-search-field .checkbox {
	display: block;
}

.vertical .listings-search-field .checkbox {
	margin-bottom: 0;
}

.vertical .listings-search-field .checkbox:last-child {
	margin-bottom: 8px;
}

.vertical .listings-search-field-range label,
.vertical .listings-search-field-range_price label {
	margin-bottom: 10px;
	margin-top: -10px;
}

.vertical .listings-search-field-range + .listings-search-field-range {
	margin-top: 0;
}


/* NoUiSlider
================================================== */

.noUi-horizontal {
	background: rgba(0, 0, 0, 0.09); 
	border: none;
	box-shadow: none;
	height: 6px;
} 

.noUi-connect {
	background: #e9d460;
	box-shadow:none;
}

.noUi-horizontal .noUi-handle {
	background: #fff;
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	height: 14px;
	top: -4px;
	width: 14px;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	content:'';
	display:none;
}

.noUi-horizontal .noUi-tooltip {
	background: #494a52;
	bottom: auto;
	border: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 7px;
	top: 20px;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.noUi-origin:focus,
.noUi-handle:focus {
	outline: 0;
	outline-width: 0;
}

.listings-search-field-range .noUi-handle-lower,
.listings-search-field-range_price .noUi-handle-upper {
	left: -4px;
}

.listings-search-field-range .noUi-handle-upper,
.listings-search-field-range_price .noUi-handle-upper {
	left: -14px;
}


/* Call to Action
================================================== */

.cta {
	background-color: #494a52;
	color: #fff;
	
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.cta:not(.no-padding) {
	padding: 40px;
}

.cta:not(.no-margin-bottom) {
	margin-bottom: 40px;
}

.cta.light,
.dark .cta.light .title {
	background-color: #fff;
	color: #555;
}

.dark .cta:not(.light) {
	background-color: rgba(40,40,40,.25);
}

.dark .cta.dark,
.light.white .cta.light {
	background-color: transparent;
}

.dark .cta.dark.z-depth-0,
.light.white .cta.light.z-depth-0 {
	padding-left: 20px;
	padding-right: 20px;
}

.dark .cta:not(.light) .cta-content,
.dark .cta:not(.light) .cta-content .title-description,
.cta.dark .cta-content,
.cta.dark .cta-content .title-description {
	font-weight: 300;
	text-rendering: optimizeLegibility;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.cta:not(.no-padding) {
		padding: 60px;
	}
	
	.dark .cta.dark.z-depth-0,
	.light.white .cta.light.z-depth-0 {
		padding-left: 0;
		padding-right: 0;
	}

}

.top-full-width .cta-wrap,
.bottom-full-width .cta-wrap {
	background-color: #494a52;
}

.top-full-width .cta-wrap-light,
.bottom-full-width .cta-wrap-light {
	background-color: #fff;
}

.top-full-width .cta,
.bottom-full-width .cta {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

/* extra large */
@media only screen and (min-width: 1201px) {

	.top-full-width .cta,
	.bottom-full-width .cta {
		padding: 80px 0;
	}

}

.cta .title {
	margin-bottom: 30px;
}

.cta.center-align .title-separator:after {
	margin-left: auto;
	margin-right: auto;
}

.cta .title-description {
	letter-spacing: .05em;
}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.cta:not(.vertical) {
		display: table;
		width: 100%;
	}

	.cta:not(.vertical) .cta-content,
	.cta:not(.vertical) .cta-btn {
		display: table-cell;
		vertical-align: middle;
	}
	
	.cta:not(.vertical) .cta-content {
		padding-right: 60px;
	}
	
	.cta:not(.vertical) .cta-btn {
		white-space: nowrap;
	}
	
	.cta:not(.vertical) .title-description {
		margin-bottom: 0;
	}

}

.cta-content .title-description ul.browser-default {
	padding-left: 0;
}

.cta-btn .btn-large {
	display: block;
	padding-left: 60px;
	padding-right: 60px;
}

@-moz-document url-prefix() {

	.cta-btn .btn-large {
		padding-left: 40px;
		padding-right: 40px;
	}
	
}

/** Newsletter CTA */

.nl-box {
	position: relative;
	overflow: hidden;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.nl-box:not(.vertical) .nl-box-form {
		width: 50%;
		white-space: normal;
	}
	
	#sidebar .nl-box:not(.vertical) .nl-box-form {
		width: auto;
	}
	
}

.nl-box-form label {
	display: none;
}

.nl-box-form [type="text"].browser-default,
.nl-box-form [type="email"].browser-default,
.nl-box-form .btn {
	height: 40px;
	line-height: 40px;
}

.nl-box.dark .nl-box-form [type="text"].browser-default,
.nl-box.dark .nl-box-form [type="email"].browser-default {
	border-color: transparent;
}

.nl-box-form [type="text"].browser-default,
.nl-box-form [type="email"].browser-default,
.nl-box-content,
.nl-box-content * {
	z-index: 2;
}

.nl-box .nl-box-icon {
	bottom: -75px;
	color: rgba(239,242,243,.35);
	display: block;
	font-size: 400px;
	line-height: 1;
	position: absolute;
	left: 0;
	text-shadow: none;
	transform: rotate(6deg);
	z-index: 0;
}


/* Accordion
================================================== */

.accordion.collapsible {
	border: 0;
	margin: 0 0 40px;
}

.accordion.collapsible.no-margin-bottom {
	margin-bottom: 0;
}

.accordion .collapsible-body,
.accordion .collapsible-header {
	border-bottom-color: #eff2f3;
}

.accordion .collapsible-body {
	background-color: #fff;
}

.section.white .accordion .collapsible-body,
.section.white .accordion .collapsible-header {
	border-bottom-color: #e0e0e0;
}

.section.white .accordion .collapsible-body,
.section.white .accordion .collapsible-header {
	background-color: #eff2f3;
}

.accordion .collapsible-header small {
	color: #888;
	display: inline-block;
	margin: 5px 0 0 15px;
}

.accordion li:last-child .collapsible-body {
	border-bottom: 0;
}

.accordion .collapsible-body p:last-child {
	margin-bottom: 0;
}


/* Cards
================================================== */

.card.dark .card-content,
.card.dark .card-terms {
	font-weight: 400;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

/* Title
------------------------ */

.card-title,
.card-content .card-title,
.card-reveal .card-title {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
	z-index: 2;
}

.card-title.activator,
.card-content .card-title.activator,
.card-reveal .card-title {
	padding-right: 34px;
}

.card-title.activator i.right,
.card-reveal .card-title i.right {
	margin-right: -34px;
}

.card-image .card-title {
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(40,40,40,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(40,40,40,0.5) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(40,40,40,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#d9282828',GradientType=0 );
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
	width: 100%;
	z-index: 1;
}

.teaser .card-image .card-title {
	font-size: 15px;
	padding: 12px;
}

.card-listing.horizontal:not(.teaser) .card-title {
	font-size: 22px;
	margin: 15px 0;
}

.image-box.card:not(.teaser):not(.horizontal) .card-title {
	font-size: 22px;
}

.card-listing.horizontal.teaser .card-title {
	margin: 0 0 10px;
}

/* Favorites
------------------------ */

.card-image .favorite-icon {
	color: #fff;
	opacity: .75;
	position: absolute;
	right: 16px;
	top: 16px;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	z-index: 2;
}

.card-image .favorite-icon.added,
.card-image .favorite-icon:hover {
	opacity: 1;
}

.favorite-icon.show {
	display: block;
}

.favorite-icon.hide {
	display: none;
}

/* Image Number
------------------------ */

.card-image .image-number {
	bottom: 16px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	opacity: .75;
	position: absolute;
	right: 16px;
	
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.card-image .slider-prev,
.card-image .slider-next {
	opacity: .5;
}

.card-image:hover .image-number,
.card-image:hover .slider-prev,
.card-image:hover .slider-next {
	opacity: 1;
}

.card-image .offers,
.card-image .featured,
.card-image .image-number,
.card-image .slider-prev-next {
	z-index: 3;
}

.card-image .image-number i.left {
	margin-right: 5px;
	margin-top: -1px;
	opacity: .75;
}

.card-image-slider-wrap {
	margin-bottom: 0;
	min-height: 250px !important;
}

.card-image-slider > li {
	min-height: 250px !important;
}

.card-image-slider-wrap .slider-prev-next .slider-prev,
.card-image-slider-wrap .slider-prev-next .slider-next {
	height: 30px;
	left: 16px;
	line-height: 30px;
	margin-top: -15px;
	top: 50%;
	width: 30px;
}

.card-image-slider-wrap .slider-prev-next .slider-next {
	left: auto;
	right: 16px;
}

.card-image .slider-link {
	display: block;
	min-height: inherit;
	width: 100%;
}

/* Offer
------------------------ */

.card-image .offers {
	bottom: 16px;
	right: 16px;
	position: absolute;
}

.card-image .offer {
}

.card-action .offers {
	margin-right: -8px;
}

.card-action .offers br {
	display: none;
}

.card-action .offer + br + .offer {
	margin-right: 5px;
}

/* label
------------------------ */

.card-image .labels {
	top: 16px;
	position: absolute;
	left: 16px;
}

.card-image .labels .label {
	min-width: 75px;
}

.card-image .labels .label + .label,
.card-image .labels .label + .featured {
	margin-right: 5px;
}

/* Featured
------------------------ */

.card-image .featured {
	font-size: 13px;
}

.card-image .card-title .featured {
	display: inline-block;
	float: none;
	margin-bottom: 10px;
}

.card-image .featured {
	left: 16px;
	position: absolute;
	top: 16px;
}

.card-image .labels .featured {
	position: relative;
	left: auto;
	top: auto;
}

.card-content .featured {
	margin-top: 10px;
}

.single-title .featured {
	display: inline-block;
	float: none;
	font-size: 16px;
	line-height: inherit;
	height: inherit;
	margin: 10px 0;
	padding: 2px 8px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.single-title .featured {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 12px;
	}
	
}

.single-title-preview {
	font-size: 14px;
}

/* Summary & Price
------------------------ */

.card-image .price {
	bottom: 16px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 24px;
}

.card-details .listing-summary,
.card-details .listing-price {
	display: inline-block;
}

.card-reveal .card-details .listing-summary,
.card-reveal .card-details .listing-price,
.horizontal .card-details .listing-summary,
.horizontal .card-details .listing-price {
	display: block;
}

.card-details .listing-price {
	color: #e9d460;
	font-size: 18px;
	font-weight: 400;
}

.card-details .listing-summary i {
	display: none;
}

.card-details .listing-views {
	display: block;
	font-size: 13px;
	margin-bottom: -5px;
	margin-top: 10px;
}

.card-details .listing-views .material-icons {
	line-height: inherit;
	margin-top: -5px;
	vertical-align: middle;
}

.card-details .listing-price-on-request,
.card-details .listing-price-period {
	font-size: 15px;
}

.teaser .card-details .listing-price-on-request,
.teaser .card-details .listing-price-period {
	font-size: inherit;
}

/* Content
------------------------ */

/* large */
@media only screen and (min-width: 993px) {
	
	.image-box .card-content {
		padding-bottom: 34px;
	}
	
}

/* Date
------------------------ */

.card-content .posted-on {
	display: block;
	margin-bottom: 10px;
}

/* Action
------------------------ */

.card-action {
	line-height: 1.5;
}

.card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: #e9d460;
	margin-right: 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):not(.more):hover {
	color: #e9d460;
	opacity: .85;
}

.card.dark .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating),
.card.dark .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):not(.more):hover {
	color: #fff;
}

.card-action .right .more {
	background-color: #e9d460;
	display: block;
	color: #fff !important;
	height: 56px;
	line-height: 56px;
	margin: -17px -24px -16px !important;
	text-align: center;
	width: 55px;
}

.card-action .right .more i {
	vertical-align: middle;
}

/* Details & Terms
------------------------ */

.card-details,
.card-action .card-terms,
.card-action .card-meta {
	font-weight: 300;
	opacity: .85;
}

.card.dark .card-details,
.card.dark .card-action .card-terms,
.card.dark .card-action .card-meta {
	font-weight: 400;
	opacity: 1;
}

.card.dark .card-reveal .card-details {
	font-weight: inherit;
}

.card-action.with-btn-more .card-terms a {
	line-height: 32px;
}

.card-content .divider,
.card-reveal .divider,
.card.dark .card-reveal .divider {
	background-color: rgba(160, 160, 160, 0.2);
	margin: 20px 0;
}

.teaser .card-content .divider {
	margin: 15px 0;
}

.card-action .card-terms a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating),
.card-action .card-meta a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: inherit;
	margin: 0;
	text-transform: none;
}

.card-action .card-terms,
.card-action .card-meta {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-action .card-terms.left,
.card-action .card-meta.left {
	max-width: 80%;
}

.card-action.with-btn-more .card-terms.left,
.card-action.with-btn-more .card-meta.left {
	height: 32px;
	line-height: 32px;
}

.card-action .card-terms > div,
.card-action .card-meta > div {
	display: inline-block;
}

.card-details + .card-description {
	margin-top: 15px;
}

/* Reveal
------------------------ */

.card-reveal .card-title i {
	margin-top: 5px;
}

.card-reveal .btn {
	margin: 15px 0 0;
}

/* Equal
------------------------ */

/* large */
@media only screen and (min-width: 993px) {

	.card.equal:not(.image-box):not(.card-contact) .card-content {
		padding-bottom: 79px; /* 24px + 55px */
	}
	
	.card.equal.image-box.with-action .card-content,
	.card.equal.image-box.sticky-action .card-content {
		padding-bottom: 89px; /* 24px + 55px + 10px */
	}
	
	.card.equal.image-box.teaser.with-action .card-content,
	.card.equal.image-box.teaser.sticky-action .card-content {
		padding-bottom: 64px; /* 24px + 40px */
	}
	
	.card.equal .card-action {
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
	}

}

.card-image.bg-image {
	background-position: center;
	background-size: cover;
	min-height: 200px;
	width: 100%;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.card-image.bg-image {
		min-height: 250px;
	}
	
}

/* Horizontal
------------------------ */

.card.horizontal .card-image {
	background-position: center;
	background-size: cover;
	min-height: 200px;
	width: 100%;
}

.card.horizontal.teaser .card-image {
	min-height: 150px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.card:not(.teaser):not(.image-box).horizontal .card-image {
		min-height: 250px;
	}
	
}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.card.horizontal.teaser .card-image {
		max-width: 35%;
	}
	
}

.card.horizontal .card-image.no-image {
	background-color: rgba(239,242,243,.5);
	position: relative;
}

.card.horizontal .card-image.no-image a {
	color: inherit
}

.card.horizontal .card-image.no-image i {
	font-size: 72px;
	opacity: .15;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.card.horizontal .card-image a:not(.favorite-icon),
.card.image-box .card-image a:not(.btn-floating) {
	display: block;
	height: 100%;
}

.card.horizontal .card-details {

}

/* Teaser
------------------------ */

/**
.card.teaser + .card.teaser,
.listing-wrap-teaser + .listing-wrap-teaser {
	margin-top: -15px;
	position: relative;
}
*/

.card.teaser .card-image a:not(.favorite-icon):not(.btn-floating) {
	display: block;
	height: 100%;
	width: 100%;
}

.card.teaser .card-image .offers {
	bottom: 9px;
	right: 9px;
}

.card.teaser .card-content {
	font-size: 13px;
	padding: 18px;
}

.card.teaser .card-content .card-title {
	font-size: 15px;
	line-height: 1.2;
}

.card.teaser .card-content .listing-price {
	margin-bottom: 10px;
}

.card.teaser .card-action {
	line-height: 1.75;
	padding: 8px 18px;
}

.card.teaser .card-action .right .more {
	height: 40px;
	line-height: 38px;
	margin: -9px -18px -8px 0 !important;
	width: 40px;
}

.card.teaser .card-details,
.card.teaser .card-action .card-terms,
.card.teaser .card-action .card-meta {
	font-size: 13px;
}


/* Category Teasers
================================================== */

.category-teaser {
	color: #fff;
	margin-bottom: 40px;
	min-height: 350px;
}

.category-teaser.filter-light {
	color: #555;
}

.category-teaser.filter-dark {
	color: #fff;
}

.row-10 .category-teaser {
	margin-bottom: 20px;
}

.category-teaser a {
	color: inherit;
	height: 100%;
	min-height: inherit;
	opacity: .95;
	text-align: center;
	width: 100%;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition:    opacity .2s ease-in-out;
	-ms-transition:     opacity .2s ease-in-out;
	-o-transition:      opacity .2s ease-in-out;
	transition:         opacity .2s ease-in-out;
}

.category-teaser a:hover {
	opacity: 1;
}

.category-teaser a .title {
	color: inherit;
}

.category-teaser.filter-dark .title {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.category-teaser.align-left:not(.center-mobile) a {
	text-align: left;
}

.category-teaser.align-right:not(.center-mobile) a {
	text-align: right;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.category-teaser.align-left a {
		text-align: left;
	}
	
	.category-teaser.align-right a {
		text-align: right;
	}
	
}

.category-teaser-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.category-teaser.align-left:not(.center-mobile) .category-teaser-content {
	left: 40%;
}

.category-teaser.align-right:not(.center-mobile) .category-teaser-content {
	left: 60%;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.category-teaser.align-left .category-teaser-content {
		left: 33%;
	}
	
	.category-teaser.align-right .category-teaser-content {
		left: 66%;
	}
	
}

.category-teaser-content .title {
	margin-bottom: 15px;
	white-space: nowrap;
}

.category-teaser-content .title-separator:after {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.category-teaser.align-left:not(.center-mobile) .category-teaser-content .title {
	margin-left: -0.1em;
}

.category-teaser.align-right:not(.center-mobile) .category-teaser-content .title {
	margin-right: -0.1em;
}

.category-teaser.align-left:not(.center-mobile) .category-teaser-content .title-separator:after {
	margin-left: 0.1em;
}

.category-teaser.align-right:not(.center-mobile) .category-teaser-content .title-separator:after {
	margin-right: 0.1em;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.category-teaser.align-left .category-teaser-content .title {
		margin-left: -0.1em;
	}
	
	.category-teaser.align-right .category-teaser-content .title {
		margin-right: -0.1em;
	}
	
	.category-teaser.align-left .category-teaser-content .title-separator:after {
		margin-left: 0.1em;
	}
	
	.category-teaser.align-right .category-teaser-content .title-separator:after {
		margin-right: 0.1em;
	}
	
}


/* Pricing Tables
================================================== */

.pricing-wrap {
	margin-bottom: 20px;
}

.pricing.no-margin-bottom {
	margin-bottom: 0;
}

/* large */
@media only screen and (min-width: 1401px) {
	
	.pricing-wrap {
		margin-bottom: 0;
	}
	
}

.pricing .card-inner {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.pricing .price {
    padding: 25px 0;
}

.pricing .price h4,
.pricing .plan-title h5,
.pricing .price .info {
	color: #fff;
	line-height: normal;
	margin: 0;
    text-align: center;
    
    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.pricing .plan-title h5 {
	background-color: rgba(0,0,0,.1);
	padding: 15px 0;
}

.pricing .plan-title.accent h5 {
	background-color: rgba(0,0,0,.05);
}

.pricing .price span,
.pricing .plan-title span {
    display: inline-block;
    position: relative;
}

.pricing .plan-title span.plan {
    font-size: 25px;
    font-weight: 400;
}

.pricing .price span.amount {
    font-size: 64px;
    font-weight: 300;
}

.pricing .price span.amount .material-icons {
    font-size: 72px;
    font-weight: 200;
    
    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.pricing .price span.period {
    margin-left: -5px;
}

.pricing .price span.currency {
    letter-spacing: -6px;
    top: -20px;
}

.pricing .price span.currency,
.pricing .price span.period {
    font-size: 18px;
    font-weight: 400;
}

.pricing .price .info {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.pricing .collection {
	margin: 0;
}

.pricing .collection li.collection-item {
	font-size: 14px;
	line-height: 30px;
	padding: 5px 12px;
	
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition:    background-color .1s ease-in-out;
	-ms-transition:     background-color .1s ease-in-out;
	-o-transition:      background-color .1s ease-in-out;
	transition:         background-color .1s ease-in-out;
}

/* super large */
@media only screen and (min-width: 1401px) {
	
	.pricing .collection li.collection-item {
		font-size: 15px;
		padding: 10px;
	}
	
}

/* hyper large */
@media only screen and (min-width: 1601px) {
	
	.pricing .collection li.collection-item {
		padding: 10px 20px;
	}
	
}

.pricing .collection li.collection-item-off {
	color: #aaa;
}

.pricing .collection li.collection-item i {
	height: 30px;
	line-height: inherit;
	position: relative;
	vertical-align: middle;
}

.pricing .collection li.collection-item i:not(.right) {
	margin-top: -3px;
	margin-right: 5px;
}

.pricing .collection li.collection-item i.right {
	cursor: help;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
}

/* large */
@media only screen and (min-width: 1401px) {
	
	.pricing .collection li.collection-item i.right {
		font-size: 24px;	
	}
	
}

.pricing .collection li.collection-item:nth-child(odd)
/** .pricing .collection li.collection-item:hover */ {
    background-color: rgba(239,242,243,.5);
}

.pricing .collection + .plan-signup-btn {
	margin: 24px 0 0;
}

.plan-signup-btn .wpencore-alert {
	min-height: 54px;
}

.plan-signup-btn .wpencore-alert span {
	margin-top: 5px;
}

/* Highlighted Plan
------------------------ */

/* large */
@media only screen and (min-width: 993px) {

	.pricing.highlight {
		margin: -20px 0 0;
	}

	.pricing.highlight .price {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.pricing.highlight .plan-title h5 {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
}

.pricing-note {
	text-align: center;
}

.pricing-note i {
	margin-top: -2px;
	vertical-align: middle;
}

/* Ribbon
------------------------ */

.ribbon {
	background-color: #e9d460;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	left: -60px;
	letter-spacing: .05em;
	line-height: 40px;
	position: absolute;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	top: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 200px;
	z-index: 2;
}

.ribbon.shadow {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.ribbon.top-left {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.ribbon.top-right {
	top: 20px;
	right: -60px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ribbon.bottom-left {
	top: auto;
	bottom: 20px;
	left: -60px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ribbon.bottom-right {
	top: auto;
	right: -60px;
	bottom: 20px;
	left: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* Unfold Details
------------------------ */

.pricing .collection-item-hide {
	display: none;
}

.pricing .collection-item-toggle {
	cursor: pointer;
	margin-bottom: -1px;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	width: 100%;
	z-index: 10;
}

.pricing .collection-item-toggle.active {
	background-color: #f5aa45 !important;
	border-bottom-color: #f5aa45;
	color: #fff;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.pricing .collection-item-toggle {
		display: none;
	}
	
	.pricing .collection-item-hide {
		display: block;
	}
	
}

/* Tabs Carousel
------------------------ */

.tabs-content.carousel {
	margin-bottom: 0;
}

.tabs-content.carousel .carousel-item {
	height:auto;
	
	-webkit-transition: height .25s ease;
	transition: height .25s ease;
}

.tabs-content.carousel .pricing-wrap {
	margin-bottom: 5px;
}

/* super large */
@media only screen and (min-width: 1351px) {

	.pricing-plans .row-tabs,
	.pricing-plans .col-tabs,
	.pricing-plans .tabs {
		display: none;
	}

}

.pricing-plans .tabs,
.pricing-plans .tabs .tab {
	height: auto;
	line-height: 1.5;
}

.pricing-plans .tabs a {
	color: #fff;
	height: auto;
	letter-spacing: 1px;
	padding: 5px;
	
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

.pricing-plans .tabs .tab:first-child a {
	border-radius: 2px 0 0 2px;
}

.pricing-plans .tabs .tab:nth-child(2) {
	padding: 0 2px;
}

.pricing-plans .tabs .tab:nth-child(3) a {
	border-radius: 0 2px 2px 0;
}

.pricing-plans .tabs .tab a:hover,
.pricing-plans .tabs .tab a.active {
	background-color: #f7ab38;
	color: #fff;
}

.pricing-plans .indicator {
	display: none;
}


/* Testimonials
================================================== */

/* Carrousel
------------------------ */

.testimonials-carrousel blockquote {
	border-left: 0;
	margin: 0 auto 60px;
	max-width: 75%;
	padding: 0;
	text-align: center;
}

.testimonials-carrousel-wrap.no-margin-bottom .testimonials-carrousel blockquote {
	margin-bottom: 0;
}

.testimonials-carrousel blockquote p {
	font-size: 18px;
	margin: 0 0 25px;
}

.testimonials-carrousel blockquote cite,
.testimonials-carrousel blockquote cite img,
.testimonials-carrousel blockquote cite em,
.testimonials-carrousel blockquote cite i {
	display: block;
	margin: 0 auto;
}

.testimonials-carrousel blockquote cite {
	font-style: normal;
}

.testimonials-carrousel blockquote cite img {
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 75px;
	max-height: 75px;
}

.testimonials-carrousel blockquote cite em {
	font-size: 13px;
	margin: 0 auto;
	opacity: .5;
}

.testimonials-carrousel blockquote i {
	color: #e0e0e0;
	font-size: 90px;
}

.dark .testimonials-carrousel blockquote i {
	color: rgba(255,255,255,.1);
	opacity: 1;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.testimonials-carrousel-wrap .carrousel-prev-next .carrousel-prev,
	.testimonials-carrousel-wrap .carrousel-prev-next .carrousel-next {
		margin-top: 0;
		top: 30%;
	}
	
}

.testimonials-carrousel-wrap.no-margin-bottom .lSPager.lSpg {
	margin-bottom: 0 !important;
}

.white .testimonials-carrousel-wrap .carrousel-prev-next .carrousel-prev,
.white .testimonials-carrousel-wrap .carrousel-prev-next .carrousel-next {
	background-color: #e0e0e0;
	
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/* Grid
------------------------ */

.testimonials-grid:not(.no-margin-bottom) {
	margin-bottom: 40px;
}

.dark .testimonials-grid,
.white .testimonials-grid {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.testimonials-row {}

.testimonials-grid .testimonial {
	background-color: #fff;
	border-top: 1px solid rgba(224,224,224,.5);
	padding: 40px;
}

.dark .testimonials-grid .testimonial {
	background-color: rgba(255,255,255,.05);
	border-color: rgba(255,255,255,.05);
}

.white .testimonials-grid .testimonial {
	background-color: #eff2f3;
}

.testimonials-grid .testimonial.extra {
	display: none;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.testimonials-grid {
		border-collapse: collapse;
		border-style: hidden;
		display: table;
	}
	
	.testimonials-row {
		display: table-row;
	}
	
	.testimonials-grid .testimonial {
		background-color: #fff;
		border: 1px solid rgba(224,224,224,.5);
		display: table-cell;
		padding: 40px;
		width: 25%;
	}

	.testimonials-grid .testimonials-row:first-child .testimonial {
		border-top: 0;
	}
	
	.testimonials-grid .testimonials-row:last-child .testimonial {
		border-bottom: 0;
	}

	.testimonials-grid .testimonial.extra {
		display: table-cell;
	}
	
}

.testimonials-grid blockquote {
	border-left: 0;
	margin: 0;
	padding: 0;
}

.testimonials-grid blockquote p {
	font-size: 16px;
	margin: 0 0 30px;
}

.testimonials-grid blockquote cite,
.testimonials-grid blockquote cite img,
.testimonials-grid blockquote cite em {
	display: block;
}

.testimonials-grid blockquote cite {
	font-style: normal;
}

.testimonials-grid blockquote cite img {
	height: 75px;
	margin-right: 20px;
	width: 75px;
}

.testimonials-grid blockquote cite em {
	font-size: 13px;
	margin: 0 auto;
	opacity: .5;
}

.testimonials-grid blockquote i {
	color: #e0e0e0;
	font-size: 48px;
}

.testimonials-grid blockquote .no-image i {
	margin-right: 10px;
	vertical-align: middle;
}

.dark .testimonials-grid blockquote i {
	color: rgba(255,255,255,.1);
}

.testimonials-grid blockquote .row-0 {
	padding-bottom: 0;
}


/* Icon-Box
================================================== */

/* General
------------------------ */

.icon-box {
	color: #555;
	position: relative;
	text-align: center;
}

.icon-box:not(.no-margin-bottom) {
	margin-bottom: 40px;
}

.dark .icon-box:not(.icon-box-2) {
	color: #fff;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.dark .icon-box:not(.icon-box-2) .icon-box-title,
.dark .icon-box:not(.icon-box-2) .icon-box-text {
	color: inherit;
}

.dark .icon-box:not(.icon-box-2) .icon-box-text {
	font-weight: 300;
	opacity: .75;
}

.icon-box.align-left:not(.center-mobile) {
	text-align: left;
}

.icon-box.align-right:not(.center-mobile) {
	text-align: right;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.icon-box.align-left {
		text-align: left;
	}
	
	.icon-box.align-right {
		text-align: right;
	}	
	
}

.icon-box-text {
	margin-bottom: 20px;
}

.icon-box p {
	margin: 0;
}

.icon-box p + p {
	margin-top: 20px;
}

.btn-icon-box:not(.btn) {
	letter-spacing: .5px;
	text-transform: uppercase;
}

/* Icon
------------------------ */

.icon-box-icon {
	margin-bottom: 20px;
	overflow: hidden;
}

.icon-box-icon a {
	display: block;
	height: 100%;
	width: 100%;
}

.icon-box-icon i,
.icon-box-icon span {
	color: #e9d460;
	font-size: 48px;
}

.icon-box-icon span {
	font-size: 36px;
	font-weight: 400;
}

/* Title
------------------------ */

.icon-box .title-separator:after {
	margin-left: auto;
	margin-right: auto;
}

.icon-box.align-left:not(.center-mobile) .title-separator:after {
	margin-left: 0;
}

.icon-box.align-right:not(.center-mobile) .title-separator {
	padding-bottom: 30px;
	position: relative;
}

.icon-box.align-right:not(.center-mobile) .title-separator:after {
	position: absolute;
	right: 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.icon-box.align-left .title-separator:after {
		margin-left: 0;
	}
	
	.icon-box.align-right .title-separator {
		padding-bottom: 30px;
		position: relative;
	}
	
	.icon-box.align-right .title-separator:after {
		position: absolute;
		right: 0;
	}
	
}

.icon-box-title a {
	color: inherit;
}

/* Icon
------------------------ */

.icon-box.align-left .icon-box-icon-left {
	float: left;
}

.icon-box.align-left .icon-box-icon-left + .icon-box-description {
	padding-left: 20px;
	padding-top: 12px;
	overflow: hidden;
}

.icon-box-number,
.icon-box-background {
	display: block;
	font-size: 120px;
	font-weight: 600;
	line-height: 1;
	opacity: .05;
	margin-bottom: -50px;
	margin-top: -15px;
}

.icon-box.align-left .icon-box-number,
.icon-box.align-left .icon-box-background {
	padding-left: 15px;
}

.icon-box.align-right .icon-box-number,
.icon-box.align-right .icon-box-background {
	padding-right: 15px;
}

.icon-box-background {
	margin-bottom: -120px;
}

.icon-box-background i {
	font-size: 180px;
}

.icon-box-2 .icon-box-background {
	bottom: -60px;
	position: absolute;
	margin: 0;
	right: -40px;
	z-index: 1;
}

.icon-box-2.icon-box.align-right .icon-box-background {
	left: 20px;
	right: auto;
}

/* Style #2
------------------------ */

.icon-box-2:not(.icon-box--card-char-bg) {
	padding-top: 40px;
}

.icon-box-2.dark {
	color: #fff;
}

.icon-box-2 .icon-box-inner {
	background-color: #fff;
	padding: 40px;
}

.icon-box-2.dark .icon-box-inner {
	background-color: #494a52;
	color: #fff;
}

.icon-box-2 .icon-box-icon {
	background-color: #e9d460;
	height: 80px;
	line-height: 80px;
	margin: -80px auto 30px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}

.icon-box-2.icon-box.align-left .icon-box-icon {
	margin-left: 0;
	margin-right: auto;
}

.icon-box-2.icon-box.align-right .icon-box-icon {
	margin-left: auto;
	margin-right: 0;
}

.icon-box-2.center-mobile .icon-box-icon,
.icon-box-2.icon-box.align-left.center-mobile .icon-box-icon,
.icon-box-2.icon-box.align-right.center-mobile .icon-box-icon {
	margin-left: auto;
	margin-right: auto;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.icon-box-2.icon-box.align-left .icon-box-icon,
	.icon-box-2.icon-box.align-left.center-mobile .icon-box-icon {
		margin-left: 0;
		margin-right: auto;
	}
	
	.icon-box-2.icon-box.align-right .icon-box-icon,
	.icon-box-2.icon-box.align-right.center-mobile .icon-box-icon {
		margin-left: auto;
		margin-right: 0;
	}
	
}

.icon-box-2 .icon-box-icon i,
.icon-box-2 .icon-box-icon span {
	color: #fff;
	font-size: 36px;
	height: inherit;
	line-height: inherit;
}

.icon-box-2.dark .icon-box-title,
.icon-box-2.dark .icon-box-text {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.icon-box-2.dark .icon-box-text {
	font-weight: 300;
	opacity: .75;
}


/* I-Box (small icon box)
================================================== */

.i-box {
	font-weight: 200;
	line-height: normal;
	text-align: left;
}

.i-box-inner {
	display: table;
	width: 100%;
}

.i-box-icon {
	color: #e9d460;
	display: table-cell;
	line-height: 1;
	vertical-align: middle;
	width: 1px;
}

.i-box-icon i {
	height: auto !important;
	line-height: 1 !important;
	/* margin-right: 15px; */
	margin-top: -30px;
}

.i-box-title {
	font-size: 13px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.i-box-text {
	/* border-left: 1px solid #e0e0e0; */
	display: table-cell;
	font-size: 13px;
	overflow: hidden;
	padding: 0 0 0 15px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition:    all .1s ease-in-out;
	-ms-transition:     all .1s ease-in-out;
	-o-transition:      all .1s ease-in-out;
	transition:         all .1s ease-in-out;
	vertical-align: middle;
}

.i-box-description {
	display: block;
}


/* Text & Shortcodes
================================================== */

/* General
------------------------ */

.text-shortcodes {
	color: #555;
	position: relative;
	text-align: center;
}

.dark .text-shortcodes {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.dark .text-shortcodes-text {
	font-weight: 400;
	opacity: .75;
}

.text-shortcodes:not(.no-margin-bottom) {
	margin-bottom: 40px;
}

.text-shortcodes p:last-child {
	margin-bottom: 0;
}

.text-shortcodes-title:after {
	margin-left: auto;
	margin-right: auto;
}

/*---- Left -------*/

.text-shortcodes-left:not(.text-shortcodes-center-mobile) {
	text-align: left;
}

.text-shortcodes-left:not(.text-shortcodes-center-mobile) .text-shortcodes-title:after {
	margin-left: 0;
	margin-right: auto;
}

/* large */
@media only screen and (min-width: 993px) {

	.text-shortcodes-left {
		text-align: left;
	}
	
	.text-shortcodes-left .text-shortcodes-title:after {
		margin-left: 0;
		margin-right: auto;
	}

}

/*---- Right -------*/

.text-shortcodes-right:not(.text-shortcodes-center-mobile) {
	text-align: right;
}

.text-shortcodes-right:not(.text-shortcodes-center-mobile) .text-shortcodes-title:after {
	margin-left: auto;
	margin-right: 0;
}

/* large */
@media only screen and (min-width: 993px) {

	.text-shortcodes-right {
		text-align: right;
	}
	
	.text-shortcodes-right .text-shortcodes-title:after {
		margin-left: auto;
		margin-right: 0;
	}

}


/* Post & Page Content
================================================== */

.card-action.card-action-top {
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
	border-top: none;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.card-content.page-content,
	.card-content.sidebar-content {
		padding: 42px 36px;
	}
	
	.card-action.card-action-top,
	.card-content.page-content + .card-action,
	.card-content.sidebar-content + .card-action {
		padding-left: 36px;
		padding-right: 36px;
	}
	
}

.page-content img {
	max-width: 100%;
	height: auto;
}

.entry-image {
	margin-bottom: 20px;
}

.page-content .entry-image img {
	width: 100%;
}

.tags-links {
	margin-top: 40px;
}

.tags-links a {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-ms-transition:     all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;
	transition:         all .25s ease-in-out;
}

.tags-links a.chip:focus {
	background-color: #e9d460;
	color: #fff;
}

.entry-meta a {
	margin-right: 0 !important;
}

.posted-on,
.byline {
	font-size: 14px;
	opacity: .85;
}

.posted-on .updated {
	display: none;
}

.card-post .entry-meta a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating),
.card-post .posted-on a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating),
.card-post .byline a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: inherit;
}

.card-post .posted-on a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating),
.card-post .byline a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	text-transform: none;
}

.single .card-action .left,
.single .card-action .right {
	max-width: 48%;
}

.card-search {
	clear: both;
}

.card-search .card-content {
	padding: 10px;
}

.moretag {
	display: block;
	margin: 20px 0;
}

.list-menu a {
	opacity: .85;
	
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	-ms-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.list-menu a:not(.accent-text) {
	color: inherit;
}

.list-menu a:hover {
	opacity: 1;
}

.page-template-page-tpl-listings-query .page-content h2,
.card.desc-bottom h2 {
	font-size: 20px;
}

.page-template-page-tpl-listings-query .page-content h3,
.card.desc-bottom h3 {
	font-size: 18px;
}

.page-template-page-tpl-listings-query .page-content h4
.card.desc-bottom h4 {
	font-size: 16px;
}

.page-content .entry-content .wpencore-gallery {
	clear: both;
	margin: 30px 0 10px;
}


/* Comments
================================================== */

.comments-area {
	margin: 40px 0;
}

.comments-title {
	margin-bottom: 30px;
}

.divider + .comments-title {
	margin-top: 60px;
}

.comment-content a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.bypostauthor {
}

.comment-list {
	margin: 0 !important;
	padding: 0 !important;
}

.comment-list ul.children {
	padding-left: 20px;
}

/* medium */
@media only screen and (min-width: 601px) {

	.comment-list ul.children {
		padding-left: 30px;
	}	

}

/* large */
@media only screen and (min-width: 993px) {

	.comment-list ul.children {
		padding-left: 40px;
	}
	
}

.comment-list li {
	list-style: none;
	padding: 0;
}

.comment-list li:before {
	display: none !important;
}

.comment-author .fn {
	font-style: normal;
}

.comment-metadata {
	font-size: 14px;
	opacity: .85;
}

.comment-author a {
	margin-right: 0 !important;
	text-transform: none !important;
}

.comment-metadata a {
	color: inherit !important;
	margin-right: 0 !important;
	text-decoration: none;
	text-transform: none !important;
}

/** #337ab7 */

.comment-body {
	position: relative;
}

.comment-body .reply {
	font-size: inherit;
}

.comment-body .card-content.page-content {
	padding: 28px 36px;
}

.comment-body .card .card-action {
	padding-bottom: 12px;
	padding-top: 12px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.comment-body .card .card-action {
		padding-left: 24px;
		padding-right: 24px;
	}
	
}

.comment-content {
	overflow: hidden;
	padding-right: 24px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-avatar {
	width: auto;
}

.comment-meta {
	margin-bottom: 15px;
}

.comment-reply-title {
	margin-bottom: 0 !important;
}

#cancel-comment-reply-link {
	font-weight: 200;
	letter-spacing: 0;
}

.comment-respond {
	margin-bottom: 40px;
}

.comment-form label {
	display: block;
	margin-bottom: 0;
}

.comment-notes {
	font-size: 14px;
	margin: 15px 0;
	opacity: .75;
}

p.comment-form-section {
	margin-bottom: 15px;
}

p.form-submit {
	padding-top: 15px;
	margin-bottom: 0;
}

.no-comments {
	display: none;
}


/* WorPress CSS
================================================== */

img.alignleft,
figure.wp-caption.alignleft {
	display: block;
	float: left;
	margin: 5px 20px 10px 0;
}

img.alignright,
figure.wp-caption.alignright {
	display: block;
	float: right;
	margin: 5px 0 10px 20px;
}

img.aligncenter,
figure.wp-caption.aligncenter {
	display: block;
	float: none;
	margin: 20px auto;
}

figure.wp-caption .wp-caption-text {
	max-width: 100%;
	overflow: hidden;
}

figure.wp-caption.alignleft .wp-caption-text {
	left: 0;
	
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
		 -o-transform: translate(0, 0);
		    transform: translate(0, 0);
}

figure.wp-caption.alignright .wp-caption-text {
	left: auto;
	right: 0;
	
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
		 -o-transform: translate(0, 0);
		    transform: translate(0, 0);
}

figure.wp-caption.aligncenter .wp-caption-text {
	text-align: center;
}


/* Archive Contact (VIP List)
================================================== */

.page-template-page-tpl-vip-list .listing-section-contact.contact-archive {
	margin-bottom: 40px;
}

.home .listing-section-contact.contact-archive {
	margin-bottom: 0;
}

.page-template-page-tpl-vip-list .listing-section-contact .card-content.page-content {
	padding: 36px;
}

.home .listing-section-contact .card-content.page-content,
.page-id-945 .listing-section-contact .card-content.page-content {
	padding: 24px;
}

.page-template-page-tpl-vip-list .listing-contact-count {
	display: block;
	margin: 20px 0 0;
	text-align: center;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.page-template-page-tpl-vip-list .listing-contact-horizontal .listing-contact-count {
		display: inline-block;
		margin: 0 0 0 20px;
	}
	
}

.listing-contact-vip .listing-contact-name {
	margin-bottom: 0;
}

.listing-contact-vip .listing-contact-phone i {
	font-size: inherit;
}

.home .listing-section-contact .contact-address,
.page-id-945 .listing-section-contact .contact-address,
.home .listing-section-contact .contact-postcode,
.page-id-945 .listing-section-contact .contact-postcode,
.home .listing-section-contact .contact-county,
.page-id-945 .listing-section-contact .contact-county {
	display: none;
}

.listing-section-contact .contact-city:after,
.page-template-page-tpl-vip-list .listing-section-contact .contact-county:after {
	content: ',';
}

.home .listing-contact-description + .listing-contact-archive,
.page-id-945 .listing-contact-description + .listing-contact-archive {
	margin-top: 20px;
}


/* Single Listing
================================================== */

#listing-top {
	margin-bottom: 40px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	#listing-top {
		margin-bottom: 60px;
	}
	
}

.listing-section,
.card.listing-section {
	margin-bottom: 40px;
}

.listing-section-contact.contact-archive {
	margin-bottom: 60px;
}

.listing-top-template + .listing-top-widgets,
#listing-top-image + .listing-top-widgets,
#listing-top-slider + .listing-top-widgets {
	margin-top: 40px;
}

#listing-top-image .listing-section,
#listing-top-slider .listing-section {
	margin-bottom: 0;
}

.section-title-wrap + .listing-top-template {
	margin-top: -20px;
}

.listing-top-template.no-gallery {
	margin-top: -40px;
}

/* large */
@media only screen and (min-width: 993px) {

	.section-title-wrap + .listing-top-template {
		margin-top: -40px;
	}

	.listing-top-template.no-gallery {
		margin-top: -60px;
	}
	
}

.listing-section-gallery {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.listing-section-statistics .page-content,
#sidebar .listing-section-statistics .page-content {
	padding: 22px 16px 14px 14px;
}

#listing-top-image {
	background-color: #494a52;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 40px;
	min-height: 350px;
	position: relative;
}

#listing-top-image .listing-section-contact,
#listing-top-image .listing-section-details,
#listing-top-image .listing-section-features,
#listing-top-image .listing-section-location {
	bottom: 0;
	display: none;
	margin-top: 0;
	position: absolute;
	right: 40px;
	top: 0;
	width: 35%;
	z-index: 10;
}

#listing-top-image .listing-section-contact {
	width: 32%;
}

#listing-top-image .listing-section-contact .card,
#listing-top-image .listing-section-location .card,
#listing-top-image .listing-section-details .listing-details,
#listing-top-image .listing-section-features .listing-features {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
		 -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
}

/* large */
@media only screen and (min-width: 993px) {
	
	#listing-top-image {
		min-height: 600px;
	}
	
	#listing-top-image .listing-section-contact,
	#listing-top-image .listing-section-details,
	#listing-top-image .listing-section-features,
	#listing-top-image .listing-section-location {
		display: block;
	}
	
}

#listing-top-image .listing-section-contact .card,
#listing-top-image .listing-section-location .card {
	background-color: rgba(255,255,255,.95);
	margin-bottom: 0;
}

#listing-top-image .listing-contact-links a {
	background-color: rgba(0,0,0,.05);
}

/* large */
@media only screen and (min-width: 993px) {
	
	.listing-section-statistics .page-content {
		padding: 42px 36px 24px 24px;
	}
	
}

#listing-top-image .listing-details,
#listing-top-image .listing-features {
	background-color: rgba(255,255,255,.5);
	margin: 0;
	padding: 24px;
}

/** Listing Top Slider */

#listing-top-slider {
	position: relative;
}

#listing-top-slider .listing-section-contact,
#listing-top-slider .listing-section-details,
#listing-top-slider .listing-section-features,
#listing-top-slider .listing-section-location {
	bottom: 100px;
	display: none;
	margin-top: 0;
	position: absolute;
	right: 40px;
	top: 0;
	width: 35%;
	z-index: 10;
}

#listing-top-slider .listing-section-contact {
	width: 32%;
}

#listing-top-slider .listing-section-contact .card,
#listing-top-slider .listing-section-location .card,
#listing-top-slider .listing-section-details .listing-details,
#listing-top-slider .listing-section-features .listing-features {
	margin: 0;
	position: absolute;
	top: 47%;
	width: 100%;
	
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
		 -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
}

/* large */
@media only screen and (min-width: 993px) {
	
	#listing-top-slider {
		min-height: 600px;
	}
	
	#listing-top-slider .listing-section-contact,
	#listing-top-slider .listing-section-details,
	#listing-top-slider .listing-section-features,
	#listing-top-slider .listing-section-location {
		display: block;
	}
	
}

#listing-top-slider .listing-section-details,
#listing-top-slider .listing-section-features {
	/* max-height: 450px; */
	overflow-y: scroll;
}

#listing-top-slider .listing-details,
#listing-top-slider .listing-features {
	background-color: rgba(255,255,255,.5);
	margin: 0;
	padding: 24px;
}

#listing-top-slider .image-slider {
	max-height: 350px;
}

#listing-top-slider .image-slider,
#listing-top-slider .image-slider > li {
	min-height: 350px;
}

@media (min-width: 992px) {
	
	#listing-top-slider .image-slider {
		max-height: none;
	}
	
	#listing-top-slider {
		min-height: 700px;
	}
	
	#listing-top-slider .image-slider,
	#listing-top-slider .image-slider > li {
		min-height: 600px;
	}

	#listing-top-slider .image-slider-wrap .slider-prev-next .slider-prev,
	#listing-top-slider .image-slider-wrap .slider-prev-next .slider-next {
		top: -moz-calc(50% - 50px);
		top: -webkit-calc(50% - 50px);
		top: -o-calc(50% - 50px);
		top: calc(50% - 50px);
	}
	
	#listing-top-slider .image-slider-wrap .slider-prev-next .slider-prev {
		left: 40px;
	}
	
	#listing-top-slider .image-slider-wrap .slider-prev-next .slider-next {
		right: 40px;
	}
	
	#listing-top-slider .image-slider-wrap:hover .slider-prev-next .slider-prev {
		left: -20px;
	}
	
	#listing-top-slider .image-slider-wrap:hover .slider-prev-next .slider-next {
		right: -20px;
	}

}

#listing-top-slider .listing-section-contact .card,
#listing-top-slider .listing-section-location .card {
	background-color: rgba(255,255,255,.95);
	margin-bottom: 0;
}

#listing-top-slider .listing-contact-links a {
	background-color: rgba(0,0,0,.05);
}

/** Listing Title */

.single-title-wrap {
	position: relative;
	text-align: center;
}

.listing-template-sections--default .single-title-wrap {
	margin-bottom: 40px;
}

/* large */
@media only screen and (min-width: 993px) {

	.single-title-wrap {
		text-align: left;
	}	

}

.hero .single-title-wrap {
	margin-bottom: 0;
}

.single-title-wrap-mobile {
	margin-bottom: 20px;
}

.single-title,
h1.single-title {
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: 0;
}

/* large */
@media only screen and (min-width: 993px) {

	.single-title,
	h1.single-title {
		font-size: 32px;
		margin-bottom: 40px;
		max-width: 75%;
	}

}

.single-title.no-margin-bottom {
	margin-bottom: 0;
}

.hero-content .single-title,
.section-listing.dark .single-title {
	color: #fff;
}

.single-title-description {
	margin-bottom: 20px;
}

.dark .single-title-description {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.hero .single-title-description {
	margin-bottom: 0;
}

.single-title-description-mobile {
	margin-bottom: 10px;
}

.single-title-description .location-public {
	letter-spacing: 0.5px;
	margin: -20px 0 20px;
	opacity: .5;
}

.hero-featured .single-title-description .location-public {
	font-weight: 100;
	opacity: .75;
}

.single-title-description .listing-id,
.single-title-description .featured,
.single-title-description .offers,
.single-title-description .labels,
.single-title-description .terms,
.single-title-description .actions {
	display: inline-block;
}

.single-title-description .featured,
.single-title-description .offer,
.single-title-description .label {
	float: none;
	font-size: 13px;
	line-height: inherit;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: middle;
}

.single-title-description .featured,
.single-title-description .offers {
	margin-right: 10px;
}

.single-title-description .featured {
	height: auto;
	margin-bottom: 4px;
}

.single-title-description .offers + .labels {
	margin-left: -8px;
}

.single-title-description .offer + .offer,
.single-title-description .label + .label {
	margin-left: 2px;
}

.single-title-description .label:last-child {
	margin-right: 5px;
}

.single-title-description .terms a,
.single-title-description .actions a {
	color: inherit;
}

.single-title-description .actions-mobile a {
	margin-left: 10px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.single-title-description {
		max-width: 75%;
	}

	.single-title + .single-title-description {
		margin-top: -20px;
	}
	
	.single-title-description .offers {
		margin-bottom: 10px;
	}
	
	.single-title-description .location-public {
		font-size: 18px;
		margin-top: -40px;
	}

}

.single-title-price {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 20px;
}

.dark .single-title-price {
	font-weight: 300;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.single-title-price.no-margin-bottom {
	margin-bottom: 0;
}

.single-title-price .listing-price-before,
.single-title-price .listing-price-after,
.single-title-price .listing-price-period,
.single-title-price .listing-price-on-request {
	font-size: 18px;
}

.single-title-price .listing-price-before,
.single-title-price .listing-price-after {
	display: inline-block;
}

.single-title-price .listing-price-before {
	margin: 0 10px 0 0;
}

.single-title-price .listing-price-after {
	margin: 0 0 0 10px;
}

.single-title-price .listing-price-alt {
	display: block;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin: 10px 0 0;
	opacity: .5;
}

.hero-featured .single-title-price .listing-price-alt {
	font-weight: 100;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.single-title-price {
		bottom: 0;
		font-size: 32px;
		margin-bottom: 0;
		position: absolute;
		right: 0;
	}
	
	.single-title-description .offers {
		display: inline-block;
		margin-bottom: 0;
	}

	.single-title-price .listing-price-period {
		font-size: 24px;
	}
	
	.single-title-price .listing-price-alt {
		text-align: right;
	}
	
}

/** Listing Image */

.listing-thumbnail {
	background-color: #494a52;
	text-align: center;
}

.listing-thumbnail img {
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/** Listing Details */

.listing-details {
	margin: 0 0 -5px;
}

.listing-details .listing-details-detail {
    background-color: #fff;
    color: #555;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 5px;
	padding: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
				
	-webkit-transition: background-color .1s ease-in-out;
	   -moz-transition: background-color .1s ease-in-out;
	    -ms-transition: background-color .1s ease-in-out;
	     -o-transition: background-color .1s ease-in-out;
		    transition: background-color .1s ease-in-out;
}

.section.dark .listing-details .listing-details-detail {
	background-color: rgba(255,255,255,.1);
	color: #fff;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(40,40,40, 0.12), 0 3px 1px -2px rgba(40,40,40, 0.08), 0 1px 5px 0 rgba(40,40,40, 0.24);
			box-shadow: 0 2px 2px 0 rgba(40,40,40, 0.12), 0 3px 1px -2px rgba(40,40,40, 0.08), 0 1px 5px 0 rgba(40,40,40, 0.24);
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

#sidebar .listing-details .listing-details-detail,
#listing-top-image .listing-details .listing-details-detail,
#listing-top-slider .listing-details .listing-details-detail {
	float: none;
	margin-right: 0;
	width: 100%;
}

#listing-top-image .listing-details .listing-details-detail:last-child,
#listing-top-slider .listing-details .listing-details-detail:last-child {
	margin-bottom: 0;
}

.listing-details .listing-details-label {
    display: inline-block;
    font-weight: bold;
    min-width: 50%;
    padding: 0 0 0 55px;
}

.listing-details .listing-details-detail.icon-align-right .listing-details-label {
	padding: 0 55px 0 15px;
}

.listing-details .listing-details-detail:not(.icon-align-right) .no-icon {
	display: inline-block;
	margin-left: -40px;
}

.listing-details .listing-details-value {
    display: inline-block;
    word-break: break-all;
}

/* large */
@media only screen and (min-width: 993px) {

	.listing-details {
		margin-right: -5px;
	}

	.listing-details .listing-details-detail {
		float: left;
		margin-right: 5px;
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		width: -o-calc(50% - 5px);
		width: calc(50% - 5px);
	}

}

.listing-details .listing-details-detail i,
.listing-details .listing-details-detail .fa-fw {
	background-color: #e9d460;
	color: rgba(255,255,255,.75);
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition:    color .1s ease-in-out;
	-ms-transition:     color .1s ease-in-out;
	-o-transition:      color .1s ease-in-out;
	transition:         color .1s ease-in-out;
	width: 40px;
}

.listing-details .listing-details-detail.icon-align-right i,
.listing-details .listing-details-detail.icon-align-right .fa-fw {
	left: auto;
	right: 0;
}

.listing-details .listing-details-detail i[class^="wpencore-"] {
	font-size: 18px;
}

.listing-details .listing-details-detail .fa-fw {
	font-size: 16px;
	padding: 10px;
}

.listing-details .listing-details-detail i img {
	max-height: 24px;
	max-width: 24px;
	opacity: .85;
	vertical-align: middle;
}

.listing-details .listing-details-detail:hover i,
.listing-details .listing-details-detail:hover .fa-fw {
	color: #fff;
}

.listing-details .listing-details-detail:hover i img {
	opacity: 1;
}

/** Listing Features */

.listing-features {
	margin: 0 0 -5px;
}

.listing-features .listing-term-wrap {
	background-color: #fff;
	color: #555;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
}

.section.dark .listing-features .listing-term-wrap {
	background-color: rgba(255,255,255,.1);
	color: #fff;
	font-weight: 400;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(40,40,40, 0.12), 0 3px 1px -2px rgba(40,40,40, 0.08), 0 1px 5px 0 rgba(40,40,40, 0.24);
			box-shadow: 0 2px 2px 0 rgba(40,40,40, 0.12), 0 3px 1px -2px rgba(40,40,40, 0.08), 0 1px 5px 0 rgba(40,40,40, 0.24);
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.listing-features {
		margin-right: -5px;
	}

	.listing-features .listing-term-wrap {
		float: left;
		margin-right: 5px;
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		width: -o-calc(50% - 5px);
		width: calc(50% - 5px);
	}

}

.listing-features .listing-term-wrap i {
	background-color: #e9d460;
	color: rgba(255,255,255,.5);
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition:    color .1s ease-in-out;
	-ms-transition:     color .1s ease-in-out;
	-o-transition:      color .1s ease-in-out;
	transition:         color .1s ease-in-out;
	width: 40px;
}

.listing-features .listing-term-wrap:hover i {
	color: #fff;
}

.listing-features .listing-term,
.listing-features .listing-term:focus,
.listing-features .listing-term:hover {
	color: inherit;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 55px;
	text-decoration: none;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition:    background-color .1s ease-in-out;
	-ms-transition:     background-color .1s ease-in-out;
	-o-transition:      background-color .1s ease-in-out;
	transition:         background-color .1s ease-in-out;
}

#sidebar .listing-features .listing-term-wrap,
#listing-top-image .listing-features .listing-term-wrap,
#listing-top-slider .listing-features .listing-term-wrap {
	width: 100%;
}

.section.dark .listing-gallery .card {
	background-color: rgba(255,255,255,.1);
}

.listing-gallery .card-content {
	position: relative;
}

.listing-gallery a,
.listing-gallery img {
	display: block;
	height: auto;
	width: 100%;
}

.listing-gallery figcaption {
	background-color: #494a52;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	left: 50%;
	max-width: 90%;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
		 -o-transform: translate(-50%, 0);
		    transform: translate(-50%, 0);
}

.dark .listing-gallery figcaption {
	background-color: #fff;
	color: #555;
}

/** Listing Contact */

.listing-contact {
	position: relative;
}

.listing-contact-info {
	overflow: hidden;
}

.listing-contact-name {
	clear: both;
	margin-bottom: 20px;
}

.listing-contact-company-name {
	color: #555;
	font-weight: 200;
}

.listing-contact-description {
	clear: both;
	text-align: center;
}

.listing-contact-description p:last-child {
	margin-bottom: 0;
}

.listing-contact-image {
	margin: 0 0 20px 0;
	text-align: left;
}

.listing-contact-image img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.listing-contact-image img.avatar-200 {
	height: 200px;
	width: 200px;
}

#sidebar .listing-contact-image,
#listing-top-image .listing-contact-image,
#listing-top-slider .listing-contact-image,
.listing-contact-vertical .listing-contact-image {
	margin: 0 0 20px;
	text-align: center;
}

.listing-contact-name {
	font-weight: bold;
	text-align: center;
}

.listing-contact-phone {
	display: block;
	font-weight: normal;
}

.listing-contact-links {
	margin: 0 auto 20px;
	text-align: center;
}

.listing-contact-links a {
	background-color: rgba(0,0,0,.05);
	border-radius: 2px;
	color: inherit;
	display: inline-block;
	line-height: 1;
	height: 35px;
	line-height: 35px;
	margin: 0 2px;
	text-align: center;
	width: 35px;
}

.card .listing-contact-links a {
	background-color: #eff2f3;
}

.listing-contact-links a:hover {
	color: inherit;
}

.listing-contact-archive {
	text-align: center;
}

@media only screen and (min-width: 992px) {
	
	.listing-contact-links,
	.listing-contact-name,
	.listing-contact-description,
	.listing-contact-archive {
		text-align: left;
	}
	
	#sidebar .listing-contact-links,
	#sidebar .listing-contact-name,
	#sidebar .listing-contact-description,
	#sidebar .listing-contact-archive,
	#listing-top-image .listing-contact-links,
	#listing-top-image .listing-contact-name,
	#listing-top-image .listing-contact-description,
	#listing-top-image .listing-contact-archive,
	#listing-top-slider .listing-contact-links,
	#listing-top-slider .listing-contact-name,
	#listing-top-slider .listing-contact-description,
	#listing-top-slider .listing-contact-archive,
	.listing-contact-vertical .listing-contact-links,
	.listing-contact-vertical .listing-contact-name,
	.listing-contact-vertical .listing-contact-description,
	.listing-contact-vertical .listing-contact-archive
	 {
		text-align: center;
	}
	
	.listing-contact-image {
		float: left;
		margin: 0 30px 0 0;
	}
	
	#sidebar .listing-contact-image,
	#listing-top-image .listing-contact-image,
	#listing-top-slider .listing-contact-image,
	.listing-contact-vertical .listing-contact-image {
		float: none;
		margin-right: 0;
	}

	.listing-contact-links {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.listing-contact-links a {
		margin: 0 0 0 5px;
	}

	#sidebar .listing-contact-links,
	#listing-top-image .listing-contact-links,
	#listing-top-slider .listing-contact-links,
	.listing-contact-vertical .listing-contact-links {
		margin: 0 auto 20px;
		position: relative;
		right: auto;
		text-align: center;
		top: auto;
	}
	
	#sidebar .listing-contact-links a,
	#listing-top-image .listing-contact-links a,
	#listing-top-slider .listing-contact-links a,
	.listing-contact-vertical .listing-contact-links a {
		margin: 0 5px 0 0;
	}

}

.listing-contact-archive {
	margin-bottom: 0;
}

.listing-contact-description + .listing-contact-archive {
	margin-top: 30px;
}

.listing-contact-form label {
	font-size: inherit;
}

.listing-contact-form {
	position: relative;
}

.listing-contact-form form p {
	margin-bottom: 20px;
}

.wpencore div.wpcf7-response-output {
	margin: 15px 0 0;
}

.wpencore span.wpcf7-not-valid-tip {
	font-size: 13px;
}

.wpencore div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: -18px;
	left: -22px;
}

span.wpcf7-list-item {
	margin-left: 0;
}


/** Listing Attachments */

.listing-attachments .collapsible {
	border: 0;
	margin: 0;

	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
}

.listing-attachments .collapsible-body,
.listing-attachments .collapsible-header {
	border-bottom-color: #eff2f3;
}

.listing-attachments .collapsible-body {
	background-color: #fff;
}

.section.white .listing-attachments .collapsible-body,
.section.white .listing-attachments .collapsible-header {
	border-bottom-color: #e0e0e0;
}

.section.white .listing-attachments .collapsible-body,
.section.white .listing-attachments .collapsible-header {
	background-color: #eff2f3;
}

.listing-attachments .collapsible-header small {
	color: #888;
	display: inline-block;
	margin: 5px 0 0 15px;
}

.listing-attachments li:last-child .collapsible-body {
	border-bottom: 0;
}

.listing-attachments .collapsible-body p:last-child {
	margin-bottom: 0;
}

/** Listing Location */

.listing-location-note {
	color: #888;
	margin: 10px 0 -5px;
}

.listing-location-note i.left {
	color: #555;
	font-size: 18px;
	line-height: 1.5;
	margin: 1px 5px 0 0;
}

/** Listing Videos */

.listing-video {
	margin-bottom: 40px;
}

.video-description {
	margin: 20px 0 0;
}

/** Listing Actions */

.listing-action.hide {
	display: none;
}

.listing-action.show {
	display: inline;
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .1;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .25;
    }
}

.actions-favorite span {
    animation-name: blink;
	animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.actions-favorite span:nth-child(2) {
    animation-delay: .2s;
}

.actions-favorite span:nth-child(3) {
    animation-delay: .4s;
}


/* Single Listing Sections
================================================== */

.default-widgets .listing-section {
	margin-bottom: 40px;
}

.default-widgets .listing-section-gallery {
	margin-bottom: 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.default-widgets .listing-section {
		margin-bottom: 60px;
	}
	
	.default-widgets .listing-section-gallery {
		margin-bottom: 20px;
	}
	
}

.section.no-padding-bottom .image-slider-wrap {
	margin-bottom: 0;
}

.padding-0x .listing-section-location,
.padding-0x .listing-section-location .card {
	margin-bottom: 0;
}


/* Widgets
================================================== */

.content-top-widgets {
	padding-bottom: 20px;
}

.content-bottom-widgets {
	padding-top: 20px;
}

.widget-section {
	margin-bottom: 40px;
	position: relative;
}

.section-widget_listing_image_gallery {
	margin-bottom: 0;
}

.widget-section {
	clear: both;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.widget-section {
		margin-bottom: 60px;
	}
	
	.section-widget_listing_image_gallery {
		margin-bottom: 20px;
	}
	
}

.widget-section-content-top,
.widget-section-content-bottom {
	margin-bottom: 40px;
}

.widget-section-top-main,
.widget-section-bottom-main,
.widget-section-top-columns,
.widget-section-bottom-columns,
.top-full-width .widget-section,
.bottom-full-width .widget-section,
.section-widget_section_title,
.section-widget_listings_carousel {
	margin-bottom: 0;
}

.section-widget_text {
	/* margin-bottom: 20px; */
}

.section-widget_listings_search {
	z-index: 2;
}

.content-top .row-0,
.content-bottom .row-0 {
	padding-bottom: 0;
}

.wp-caption {
	height: auto;
	max-width: 100%;
	position: relative;
}

/**
.wp-caption figcaption {
	background-color: #494a52;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	left: 50%;
	padding: 5px 15px;
	position: absolute;
	width: auto;
	
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
		 -o-transform: translate(-50%, 0);
		    transform: translate(-50%, 0);
}
*/

.wp-caption figcaption {
	font-size: 13px;
	font-weight: 400;
}

.section-widget_media_video {
	margin-bottom: 40px;
}


/* General Search Form
================================================== */

.search-form .search-field {
	margin-bottom: 10px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.search-form .search-field {
		margin-bottom: 0;
	}
	
}

.search-form .search-field,
.search-form button {
	height: 50px;
	line-height: 50px;
}


/* Social Icons
================================================== */

/* Font Awesome Social Icons
================================================== */
/* http://codepen.io/ameyraut/pen/yfzog */

.list-inline li {
	display: inline-block;
}

/*---- Genral classes end -------*/

.social-icons {
	display: inline-block;
	width: auto;
}

.social-icons a {
	display: inline-block;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0 !important;
	width: 30px;
}

.social-icons .fab {
	background-color: #fff;
	color: #555;
	font-size: inherit;
	margin: 0;
	padding-top: 1px;
	text-align: center;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social-icons.icon-circle .fab { 
	border-radius: 50%;
}
.social-icons.icon-rounded .fab {
	border-radius: 3px;
}
.social-icons.icon-flat .fab {
	border-radius: 0;
}

.social-icons .fab:hover, .social-icons .fab:active {
	border-color: transparent;
	color: #fff;
}

.social-icons.icon-zoom .fab:hover, .social-icons.icon-zoom .fab:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fab:hover, .social-icons.icon-rotate .fab:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
/*
.social-icons .fa-adn:hover { color:#504e54;} 
.social-icons .fa-apple:hover { color:#aeb5c5;} 
.social-icons .fa-android:hover { color:#A5C63B;}  
.social-icons .fa-bitbucket:hover,
.social-icons .fa-bitbucket-square:hover { color:#003366;} 
.social-icons .fa-bitcoin:hover
.social-icons .fa-btc:hover { color:#F7931A;} 
.social-icons .fa-css3:hover { color:#1572B7;} 
.social-icons .fa-dribbble:hover { color:#F46899;}  
.social-icons .fa-dropbox:hover { color:#018BD3;}
.social-icons .fa-facebook:hover,
.social-icons .fa-facebook-square:hover { color:#3C599F;}  
.social-icons .fa-flickr:hover { color:#FF0084;}
.social-icons .fa-foursquare:hover { color:#0086BE;}
.social-icons .fa-github:hover,
.social-icons .fa-github-alt:hover,
.social-icons .fa-github-square:hover { color:#070709;} 
.social-icons .fa-google-plus:hover,
.social-icons .fa-google-plus-square:hover { color:#CF3D2E;} 
.social-icons .fa-html5:hover { color:#E54D26;}
.social-icons .fa-instagram:hover { color:#A1755C;}
.social-icons .fa-linkedin:hover,
.social-icons .fa-linkedin-square:hover { color:#0085AE;} 
.social-icons .fa-linux:hover { color:#FBC002;color:#f0f0f3;}
.social-icons .fa-maxcdn:hover { color:#F6AE1C;}
.social-icons .fa-pagelines:hover { color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest:hover,
.social-icons .fa-pinterest-square:hover { color:#CC2127;} 
.social-icons .fa-renren:hover { color:#025DAC;}
.social-icons .fa-skype:hover { color:#01AEF2;}
.social-icons .fa-stack-exchange:hover { color:#245590;}
.social-icons .fa-stack-overflow:hover { color:#FF7300;}
.social-icons .fa-trello:hover { color:#265A7F;}
.social-icons .fa-tumblr:hover,
.social-icons .fa-tumblr-square:hover { color:#314E6C;} 
.social-icons .fa-twitter:hover,
.social-icons .fa-twitter-square:hover { color:#32CCFE;} 
.social-icons .fa-vimeo-square:hover { color:#229ACC;}
.social-icons .fa-vk:hover { color:#375474;}
.social-icons .fa-weibo:hover { color:#D72B2B;}
.social-icons .fa-windows:hover { color:#12B6F3;}
.social-icons .fa-xing:hover,
.social-icons .fa-xing-square:hover { color:#00555C;} 
.social-icons .fa-youtube:hover,
.social-icons .fa-youtube-play:hover,
.social-icons .fa-youtube-square:hover { color:#C52F30;}
*/


/* Custom Animations for animate.css
================================================== */

@-webkit-keyframes fadeInDownNew {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownNew {
  0% {
    opacity: .5;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownNew {
  -webkit-animation-name: fadeInDownNew;
          animation-name: fadeInDownNew;
}
@-webkit-keyframes fadeInLeftNew {
  0% {
    opacity: .5;
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftNew {
  0% {
    opacity: .5;
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftNew {
  -webkit-animation-name: fadeInLeftNew;
          animation-name: fadeInLeftNew;
}
@-webkit-keyframes fadeInRightNew {
  0% {
    opacity: .5;
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightNew {
  0% {
    opacity: .25;
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightNew {
  -webkit-animation-name: fadeInRightNew;
          animation-name: fadeInRightNew;
}
@-webkit-keyframes fadeInUpNew {
  0% {
    opacity: .5;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpNew {
  0% {
    opacity: .5;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpNew {
  -webkit-animation-name: fadeInUpNew;
          animation-name: fadeInUpNew;
}


/* Utilities
================================================== */

.group:after,
.section:after {
  content: "";
  display: table;
  clear: both;
}

.slashes {}

.slashes:before {
	color: #e9d460;
	content: '//';
	font-size: 225%;
	margin-right: 10px;
	vertical-align: middle;
}

.uppercase {
	letter-spacing: .5px;
	text-transform: uppercase;
}

.accent {
	background-color: #e9d460;
}

.accent-text {
	color: #e9d460;
}

.accent-dark {
	background-color: #494a52;
}

.accent-dark-text {
	color: #494a52;
}

.tip {
	cursor: pointer;
}

.muted {
	opacity: .75;
}

.wpencore-alert {
	background-color: #fff;
	border-left: 5px solid #e9d460;
	margin: 0 0 40px;
	padding: 8px 10px 8px 15px;
	
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.03), 0 3px 1px -2px rgba(99, 99, 99, 0.02), 0 1px 5px 0 rgba(99, 99, 99, 0.06);
}

.white .wpencore-alert,
.card-content .wpencore-alert {
	background-color: rgba(239,242,243,.75);
}

.dark .wpencore-alert {
	background-color: rgba(255,255,255,.15);
}

.wpencore-alert.large {
	padding: 24px 24px 24px 29px;
}

.wpencore-alert.no-margin-bottom {
	margin-bottom: 0;
}

.wpencore-alert p {
	margin: 0;
}

.wpencore-alert p + p {
	margin-top: 15px;
}

.wpencore-listings + .wpencore-no-favorites {
	display: none;
}

.margin-bottom-mobile,
.margin-bottom-mobile-20 {
	margin-bottom: 20px;
}

.margin-bottom-mobile-5 {
	margin-bottom: 5px;
}

.margin-bottom-mobile-10 {
	margin-bottom: 10px;
}

.margin-bottom-mobile-24 {
	margin-bottom: 24px;
}

.margin-bottom-mobile-30 {
	margin-bottom: 30px;
}

.margin-bottom-mobile-40 {
	margin-bottom: 40px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.margin-bottom-mobile,
	.margin-bottom-mobile-20,
	.margin-bottom-mobile-5,
	.margin-bottom-mobile-10,
	.margin-bottom-mobile-24,
	.margin-bottom-mobile-30,
	.margin-bottom-mobile-40 {
		margin-bottom: 0;
	}
	
}


/* Image Gallery
================================================== */

.wpencore-gallery .row-0 {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.wpencore-gallery-item {
	position: relative;
}

.wpencore-gallery .row-0 .wpencore-gallery-item {
	margin-bottom: 0;
}

.wpencore-gallery .row-5 {
	margin-bottom: 10px;
	padding-bottom: 0;
}

.wpencore-gallery .row-5 .wpencore-gallery-item {
	margin-bottom: 10px;
}

.wpencore-gallery .row-10 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wpencore-gallery .row-10 .wpencore-gallery-item {
	margin-bottom: 20px;
}

.wpencore-gallery .row-15 {
	margin-bottom: -10px;
	padding-bottom: 0;
}

.wpencore-gallery .row-15 .wpencore-gallery-item {
	margin-bottom: 30px;
}

.wpencore-gallery .row-20 {
	margin-bottom: -20px;
	padding-bottom: 0;
}

.wpencore-gallery .row-20 .wpencore-gallery-item {
	margin-bottom: 40px;
}

.wpencore-gallery .row-25 {
	margin-bottom: -30px;
	padding-bottom: 0;
}

.wpencore-gallery .row-25 .wpencore-gallery-item {
	margin-bottom: 50px;
}

.wpencore-gallery .row-30 {
	margin-bottom: -40px;
	padding-bottom: 0;
}

.wpencore-gallery .row-30 .wpencore-gallery-item {
	margin-bottom: 60px;
}

.entry-content .wpencore-gallery-caption {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: -10px;
}


/* LightGallery
================================================== */

.wpencore .lg-backdrop {
	background-color: #494a52;
}

.wpencore .lg-outer .lg-thumb-outer,
.wpencore .lg-toolbar,
.wpencore .lg-actions .lg-next,
.wpencore .lg-actions .lg-prev {
	background-color: rgba(0,0,0,.35);
}

.wpencore .lg-outer .lg-toogle-thumb {
	background-color: rgba(0,0,0,.15);
}

.admin-bar .lg-toolbar {
	top: 32px;	
}

.lg-on .lg-thumb-outer {
	padding: 0 20px;
}

.lg-on .lg-outer .lg-thumb {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

.lg-on .lg-outer .lg-thumb-item {
	border-color: transparent;
	border-radius: 0;
	border-width: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lg-on .lg-outer .lg-thumb-item.active,
.lg-on .lg-outer .lg-thumb-item:hover {
	border-color: #fff;
}

.lg-on .lg-sub-html {
	padding-left: 20%;
	padding-right: 20%;
}

.lg-on #lg-counter {
	font-size: 13px;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 101px;
}

.wpencore-lightbox-caption {
	display: none;
}


/* Video Shortcode
================================================== */

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}


/* Modals
================================================== */

.modal {
	background-color: #fff;
}

.modal .modal-content {
	color: #555;
	padding: 36px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.modal .modal-content {
		padding: 48px;
	}
	
}

/* extra large */
@media only screen and (min-width: 1201px) {
	
	.modal.modal-small {
		width: 33%;
	}
	
}

/* Save Search (modal)
================================================== */

.save-search-form-fields {
	text-align: left;
}

.save-search-form-fields .btn {
	margin-top: 10px;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.save-search-form-fields .btn {
		margin-top: 0;
	}
	
}

.save-search-close {
	color: inherit;
	opacity: .75;
	position: absolute;
	right: 24px;
	top: 24px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.save-search-close {
		right: 36px;
		top: 36px;
	}
	
}

.save-search-close:hover {
	opacity: 1;
}

.save-search-saved,
.save-search-duplicate,
.save-search-error,
.save-search-confirmed {
	background-color: #f3f1f2;
	border-left: 4px solid #81c784;
	display: none;
	margin: 0 0 20px;
	padding: 12px 24px 12px 28px;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.save-search-duplicate {
	border-left-color: #64b5f6;
}

.save-search-error {
	border-left-color: #ef5350;
}

.save-search-confirmed {
	display: block;
}


/* Save Search (new listing)
================================================== */

.card-listing.new {
	background-color: #f9fbe7;
}

.label-new {
	display: none;
	float: none;
	font-weight: 400;
	margin-bottom: 5px;
}

.card-listing.horizontal .label-new {
	position: absolute;
	top: 24px;
	right: 24px;
}

.card-listing.new .label-new {
	display: inline-block;
}


/* VIP Search (Reset)
================================================== */

/** Advanced & Reset */

.vip-search-reset {
	bottom: -48px;
	right: 0;
	position: absolute;
}

.vip-search-reset a {
	color: #555;
	display: block;
	font-size: 13px;
	height: 48px;
	line-height: 48px;
	
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	-ms-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.vip-search-reset a .material-icons {
	color: #e9d460;
	font-size: 18px;
	height: inherit;
	line-height: inherit;
	margin-right: 3px;
	margin-top: -3px;
	vertical-align: middle;
}


/* Kategorien (Bottom)
================================================== */

.section-desc-bottom h2 {
	font-size: 24px;
}

.section-desc-bottom h3 {
	font-size: 18px;
}

.section-desc-bottom h4 {
	font-size: 16px;
}


/* Blog
================================================== */

.rpwwt-widget {
	clear: both;
	content: "";
	display: table;
	margin-bottom: 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.section-recent-posts-widget-with-thumbnails {
		margin-bottom: 35px;
	}
	
	.wpencore-posts-related {
		margin-bottom: -15px;
	}
	
}

.recent-posts-widget-with-thumbnails.rpwwt-widget ul,
.recent-posts-widget-with-thumbnails .rpwwt-widget ul {
	margin-bottom: 0;
	margin-top: 0;
}

.recent-posts-widget-with-thumbnails.rpwwt-widget ul li,
.recent-posts-widget-with-thumbnails .rpwwt-widget ul li {
	clear: both;
	margin-bottom: 15px;
	overflow: visible;
}

.recent-posts-widget-with-thumbnails.rpwwt-widget ul li img,
.recent-posts-widget-with-thumbnails .rpwwt-widget ul li img {
	margin-bottom: 15px;
	max-width: 75px;
}

.recent-posts-widget-with-thumbnails .wp-post-image {
	-webkit-box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
			box-shadow: 0 2px 2px 0 rgba(99, 99, 99, 0.06), 0 3px 1px -2px rgba(99, 99, 99, 0.04), 0 1px 5px 0 rgba(99, 99, 99, 0.12);
	
	-webkit-transition: -webkit-box-shadow .15s;
			transition: -webkit-box-shadow .15s;
			transition: box-shadow .15s;
			transition: box-shadow .15s, -webkit-box-shadow .15s;
}

.recent-posts-widget-with-thumbnails .wp-post-image:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(99, 99, 99, 0.12), 0 6px 20px 0 rgba(99, 99, 99, 0.19);
	        box-shadow: 0 8px 17px 0 rgba(99, 99, 99, 0.12), 0 6px 20px 0 rgba(99, 99, 99, 0.19);
}

.recent-posts-widget-with-thumbnails .rpwwt-post-title {
	color: #555;
	font-weight: 400;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-excerpt {
	overflow: hidden;
}

.image-caption {
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	margin-top: 5px;
}


/* Newsletter
================================================== */

.card .card-content .newsletter-fields p,
.card .card-content .newsletter-fields .checkbox,
.tnp-field {
	margin: 0 0 15px;
}

.tnp-field label {
	display: none;
}


/* Reviews
================================================== */

.reviews-grid:not(.no-margin-bottom) {
	margin-bottom: 40px;
}

.dark .reviews-grid,
.white .reviews-grid {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.reviews-grid .review {
	padding: 50px 0 0;
}

.reviews-grid .reviews.extra {
	display: none;
}

.review-content {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}

.review-content:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -15px;
}

.dark .review-content {
	background-color: rgba(255,255,255,.05);
}

.dark .review-content:after {
	border-top-color: rgba(255,255,255,.05);
}

.white .review-content {
	background-color: #eff2f3;
}

.white .review-content:after {
	border-top-color: #eff2f3;
}

.review-badge {
	border-radius: 50%;
	position: absolute;
	top: -35px;
	right: 35px;
}

.review-header {
	font-size: 17px;
	font-weight: 500;
	max-width: 65%;
}

.review-rating {
	margin-bottom: 5px;
}

.review-text p:last-child {
	margin-bottom: 0;
}

.review-user {
	margin-top: 10px;
}

.review-image .no-image i {
	margin: 5px 10px 0 0;
}

/* large */
@media only screen and (min-width: 993px) {
	
	.reviews-grid {
		border-collapse: collapse;
		border-style: hidden;
		display: table;
	}
	
	.reviews-row {
		display: table-row;
	}
	
	.reviews-grid .review {
		border: 1px solid rgba(224,224,224,.5);
		display: table-cell;
		padding: 50px 0 20px;
		width: 25%;
	}
	
	.reviews-row:first-child .review {
		border-top: 0;
		padding-top: 0;
	}
	
	.reviews-row:last-child .review {
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	.reviews-grid .review:nth-child(odd) {
		padding-right: 40px;
	}
	
	.reviews-grid .review:nth-child(even) {
		padding-left: 40px;
	}

	.reviews-grid .review.extra {
		display: table-cell;
	}
	
}


/* Media Upload (Dashboard)
================================================== */

.dashboard .media-modal .media-toolbar-secondary,
.dashboard .media-modal #media-search-input,
.dashboard .media-modal .media-sidebar {
	display: none !important;
}


/* Toast
================================================== */

#toast-container {
	text-align: center;
}

/* large */
@media only screen and (min-width: 993px) {
	
	#toast-container {
		top: auto !important;
		right: auto !important;
		bottom: 5%;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		   -moz-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
			 -o-transform: translate(-50%, 0);
			    transform: translate(-50%, 0);
	}
	
}