	body.home #entry-content-wrapper {
	padding: 0 15px;
}
.dt-module-title {
	position: relative;
	margin-bottom: 60px;
	margin-top: 5px;
	font-family: "Poppins",Tahoma;
}
.dt-module-title .dt-module-front-title {
	display: block;
	text-align: center;
	color: #f49421;
	font-size: 28px;
	position: relative;
	margin-top: 0px;
}
.dt-module-title .dt-module-front-title:after {
	content: '';
	width: 62px;
	height: 2px;
	background: #70c1b3;
	display: block;
	margin: 0 auto;
	margin-top: 21px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(112, 193, 179, 0.9);
	-moz-box-shadow: 0px 0px 30px 2px rgba(112, 193, 179, 0.9);
	box-shadow: 0px 0px 30px 2px rgba(112, 193, 179, 0.9);
}
.dt-module-title .dt-module-background-title {
	display: block;
	text-align: center;
	font-size: 150px;
	line-height: 150px;
	font-weight: 600;
	color: #e4eaed;
	position: relative;
	z-index: -1;
}
.dt-featured-listings {
	margin: 0 0px;
	display: block;
}
.dt-featured-listings-item {
	padding: 0 0px 0px 0px;
	_width: 100%;
	_float: left;
	border-radius: 3px;
}
.dt-featured-listings-item-inner {
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: box-shadow ease-in-out 0.2s;
	-moz-transition: box-shadow ease-in-out 0.2s;
	-o-transition: box-shadow ease-in-out 0.2s;
	transition: box-shadow ease-in-out 0.2s;
}
.dt-featured-listings-item:hover .dt-featured-listings-item-inner {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
.dt-featured-image-overlay {
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
}
.dt-featured-listings-data {
	background-color: #fff;
	padding: 14px 20px;
	border-radius: 0 0 4px 4px;
	position: relative;
	overflow: hidden;
}
.dt-featured-listings-data.bg-offwhite {
	background-color: #f5f5f5;
	/*-webkit-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.2);
box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.2);*/

}
.dt-featured-listings-data.bg-white {
	background-color: #fff;
	/*-webkit-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.2);
box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.2);*/

}
.dt-featured-listings-image {
	height: 160px;
	position: relative;
	background-color: #ccc;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	display: block;
}
.dt-featured-item-image {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center!important;
	background-size: cover!important;
	border-radius: 4px 4px 0 0;
}
.dt-featured-listings-image .dt-featured-listings-image-meta {
	position: absolute;
	bottom: 8px;
	left: 20px;
	z-index: 2;
	cursor: auto;
}
.dt-featured-listings-image-note {
	background: #f25f5c;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 21px;
	display: inline-block;
	border-radius: 3px;
	padding: 0 11px 0 13px;
	height: 21px;
	position: absolute;
	top: 16px;
	left: 20px;
	cursor: auto;
	font-family: 'Open Sans Condensed', sans-serif;
}
.dt-featured-listings-title {
	font-size: 16px;
	line-height: 20px;
	color: #000;	
	overflow: hidden;
	height: 40px;
	min-height:40px;
	max-width: 100%;
	display: block;
	/* Fallback for non-webkit */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-bottom:10px;
	_border-bottom:1px solid #e2e2e2;
}
.dt-featured-listings-description {
	font-size: 13px;
	line-height: 19px;
	color: #53666d;
	margin-top: 10px;
	padding-bottom: 0;
	height: 57px;
	overflow: hidden;
}
.dt-featured-listings-meta .dt-featured-listings-category {
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	float: left;
	position: relative;
	bottom: -5px;
	cursor: pointer;
}
.dt-featured-listings-meta .dt-featured-listings-category:before {
	font-family: 'FontAwesome';
	content: '\f08d';
	_border: 2px solid #555555;
	font-weight: normal;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	bottom: -1px;
	-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);


}

.dt-featured-listings-meta .dt-featured-listings-categoryopen {
	font-size: 14px;
	line-height: 15px;
	_font-weight: 600;
	float: left;
	position: relative;
	bottom: -5px;
	cursor: pointer;
}
.dt-featured-listings-meta .dt-featured-listings-categoryopen:before {
	font-family: 'FontAwesome';
	content: '\f08e';
	_border: 2px solid #555555;
	font-weight: normal;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	_bottom: -2px;
}
.dt-featured-listings-meta .dt-featured-listings-rating {
	float: right;
	display: block;
	height: 16px;
	margin-bottom: 11px;
}
.dt-featured-listings-rating img {
	margin-right: 4px;
}
.dt-featured-listings-rating img:last-child {
	margin: 0;
}
.dt-featured-listings-meta {
	border-top: 1px solid #e6e9ea;
	padding-top: 12px;
	margin-top: 31px;
}
.dt-featured-listings-image-meta span {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
	margin-right: 5px;
	line-height: 18px;
}
.dt-featured-listings-image-meta span:last-child {
	margin: 0;
}
.dt-featured-listings-image-meta img {
	margin-right: 11px;
}
.dt-featured-listings-image-meta .dt-featured-listings-address img {
	margin-left: 2px;
}
.dt-featured-listings-image .dt-listing-likes {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 16px;
	right: 20px;
	cursor: pointer;
	z-index: 2;
}
.dt-featured-listings-image .dt-listing-likes.liked {
	cursor: auto;
}
.dt-featured-listings-image .dt-listing-likes svg.like-thumb-liked, .dt-featured-listings-image .dt-listing-likes.liked svg.like-thumb {
	display: none;
}
.dt-featured-listings-image .dt-listing-likes.liked svg.like-thumb-liked {
	display: block;
}
.dt-featured-listings-image .dt-listing-likes span {
	font-size: 14px;
}
.dt-popular-cities {
	margin: 0 -15px;
	margin-top: -15px;
	margin-bottom: 85px;
}
.dt-popular-cities .dt-popular-city-item {
	width: 25%;
	padding: 15px;
	float: left;
	height: 300px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
}
.dt-popular-city-container {
	background-position: center!important;
	background-size: cover!important;
	height: 100%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: box-shadow ease-in-out 0.2s;
	-moz-transition: box-shadow ease-in-out 0.2s;
	-o-transition: box-shadow ease-in-out 0.2s;
	transition: box-shadow ease-in-out 0.2s;
}
.dt-popular-city-container:hover {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.dt-popular-cities .dt-popular-city-container:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(35, 123, 160, 0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity ease-in-out 0.2s;
	-moz-transition: opacity ease-in-out 0.2s;
	-o-transition: opacity ease-in-out 0.2s;
	transition: opacity ease-in-out 0.2s;
}
.dt-popular-city-inner {
	z-index: 2;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dt-popular-city-inner img {
	opacity: 0;
	margin: 0 auto;
	display: block;
	-webkit-transition: opacity ease-in-out 0.2s, margin ease-in-out 0.2s;
	-moz-transition: opacity ease-in-out 0.2s, margin ease-in-out 0.2s;
	-o-transition: opacity ease-in-out 0.2s, margin ease-in-out 0.2s;
	transition: opacity ease-in-out 0.2s, margin ease-in-out 0.2s;
}
.dt-popular-city-inner .dt-popular-city-name {
	margin-top: -30px;
	display: block;
	-webkit-transition: margin ease-in-out 0.2s;
	-moz-transition: margin ease-in-out 0.2s;
	-o-transition: margin ease-in-out 0.2s;
	transition: margin ease-in-out 0.2s;
}
.dt-popular-cities .dt-popular-city-item:hover .dt-popular-city-inner img {
	opacity: 1;
	margin-bottom: 7px;
	margin-top: -5px;
}
.dt-popular-cities .dt-popular-city-item:hover .dt-popular-city-inner .dt-popular-city-name {
	margin-top: 0
}
.dt-popular-cities .dt-popular-city-container:hover:before {
	opacity: 1;
}
.dt-quotes-wrapper>img {
	margin: 0 auto;
	display: block;
	margin-bottom: 59px;
	padding-top: 100px;
}
.dt-quotes-items {
	position: relative;
	width: 80%;
	margin: 0 auto;
	min-height: 99px;
}
.dt-quotes-items .dt-quote-item {
	font-family: 'Open Sans';
	color: #909FA5;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity ease-in-out 0.2s;
	-moz-transition: opacity ease-in-out 0.2s;
	-o-transition: opacity ease-in-out 0.2s;
	transition: opacity ease-in-out 0.2s;
}
.dt-quotes-items .dt-quote-item.active {
	opacity: 1;
}
.dt-quote-pagination {
	text-align: center;
	margin-top: 60px;
	padding-bottom: 90px;
}
.dt-quote-pagination a {
	display: inline-block;
	margin: 0 32px;
}
.dt-quote-pagination a img, .dt-quote-pagination a .dt-quote-page-side {
	float: left;
}
.dt-quote-pagination a .dt-quote-page-side {
	margin-top: 23px;
	margin-left: 22px;
}
.dt-quote-pagination a img {
	width: 84px;
	height: 84px;
}
.dt-quote-pagination a .dt-quote-page-side .dt-quote-author {
	font-family: 'Poppins';
	color: #000;
	font-size: 18px;
	line-height: 1;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
.dt-quote-pagination a .dt-quote-page-side .dt-quote-author-position {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1;
	color: #909FA5;
	display: block;
	text-align: left;
}
.dt-quote-pagination a:not(.active) .dt-quote-page-side .dt-quote-author {
	color: #9B9B9B;
}
.dt-quote-pagination a:not(.active) .dt-quote-page-side .dt-quote-author-position {
	color: #9B9B9B;
}
.dt-quote-pagination a:not(.active) img {
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.dt-quotes-wrapper {
	position: relative;
}
.dt-quotes-wrapper:before {
	content: '';
	position: absolute;
	width: 500%;
	left: -250%;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.dt-how-wrapper {
	background-color: #fff;
	border-radius: 4px;
}
.dt-how-background-title {
	display: block;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 120px;
	font-weight: 600;
	line-height: 1;
	color: #EFF2F3;
}
.dt-how-front-title {
	display: block;
	text-align: center;
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 1;
	color: #000;
	margin-top: -63px;
}
.dt-how-title-wrapper {
	min-height: 120px;
	padding-top: 22px;
}
p.dt-how-content {
	padding: 0;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 19px;
	color: #53666D;
	text-align: center;
	max-width: 75%;
	margin: 0 auto;
	margin-top: 39px;
	padding-bottom: 45px;
}
.db-gallery-wrapper {
	position: relative;
	height: 641px;
}
.db-gallery-inner {
	position: relative;
	left: 0;
	-webkit-transition: left cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.6s;
	-moz-transition: left cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.6s;
	-o-transition: left cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.6s;
	transition: left cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.6s;
}
.db-gallery-wrapper .db-gallery-item {
	height: 641px;
	width: 100%;
	position: absolute;
	background-color: #fff;
}
.db-gallery-wrapper .db-gallery-item-image {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-position: center!important;
	opacity: 0.3;
	-webkit-transition: opacity ease-in-out 0.5s;
	-moz-transition: opacity ease-in-out 0.5s;
	-o-transition: opacity ease-in-out 0.5s;
	transition: opacity ease-in-out 0.5s;
}
.db-gallery-wrapper .db-gallery-item.active .db-gallery-item-image {
	opacity: 1;
}
.db-gallery-wrapper .db-gallery-item.active.gallery-fade-out .db-gallery-item-image {
	opacity: 0.3;
}
.db-gallery-wrapper .db-gallery-item.inactive-left, .db-gallery-wrapper .db-gallery-item.inactive-right {
	opacity: 0.3;
}
.db-gallery-pagination-item {
	width: 23px;
	height: 2px;
	background: #909FA5;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.db-gallery-container {
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;
}
.db-gallery-container .db-gallery-pagination {
	position: absolute;
	bottom: 30px;
}
.db-gallery-container .db-gallery-pagination span {
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.db-gallery-arrows {
	position: absolute;
	bottom: 60px;
}
.db-gallery-arrow.prev {
	margin-right: 5px;
}
.db-gallery-arrows>span {
	cursor: pointer;
}
.db-gallery-arrow:hover g#Article {
	stroke: #fff;
}
.db-package-module-item {
	list-style: none;
}
.db-package-module-item label {
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	display: block;
	text-align: center;
}
.db-gallery-mos-container {
	margin: 0 -2px;
}
.db-gallery-mos-container .db-gallery-mos-item {
	width: 33.33%;
	height: 173px;
	float: left;
	padding: 2px;
	position: relative;
	background-size: cover!important;
	background-position: center!important;
	background-clip: content-box!important;
}
.db-gallery-mos-container .db-gallery-mos-item img {
	max-width: 100%;
	pointer-events: none;
}
.db-gallery-mos-item-overlay {
	height: 100%;
	background: rgba(35, 123, 160, 0.50);
	display: flex;
	align-items: center;
}
.db-gallery-mos-item-overlay span {
	font-family: 'Poppins';
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
body div.pp_pic_holder .pp_top, body div.pp_default .pp_bottom {
	display: none;
}
body div.pp_default .pp_content_container .pp_left, body div.pp_default .pp_content_container .pp_right {
	background: none;
}
body div.pp_default .pp_content {
	background: transparent;
}
body .pp_gallery, div.pp_default .pp_expand {
	display: none!important;
}
body .pp_fade {
	position: relative;
}
body div.pp_default .pp_next, body div.pp_default .pp_previous {
	background: none!important;
	text-indent: 0;
	height: auto;
	width: auto;
	color: #fff;
	top: calc(50% + 25px);
	position: absolute;
	right: 40px;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	padding: 0 10px;
	overflow: hidden;
	-webkit-transition: all cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.2s;
	-moz-transition: all cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.2s;
	-o-transition: all cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.2s;
	transition: all cubic-bezier(0.51, 0.16, 0.32, 0.65) 0.2s;
}
body div.pp_default .pp_previous {
	top: calc(50% - 25px);
}
body div.pp_default .pp_next:first-letter, body div.pp_default .pp_previous:first-letter {
	padding-right: 15px;
	-webkit-transition: padding linear 0.2s;
	-moz-transition: padding linear 0.2s;
	-o-transition: padding linear 0.2s;
	transition: padding linear 0.2s;
}
body div.pp_default .pp_next:first-letter {
	padding-left: 1px;
}
body div.pp_default .pp_previous:first-letter {
	padding-left: 2px;
}
body div.pp_default .pp_next:hover, body div.pp_default .pp_previous:hover {
	width: 72px;
	background-color: #fff!important;
	color: #000;
}
body div.pp_default .pp_previous:hover {
	width: 117px;
}
body div.pp_default .pp_next:hover:first-letter, body div.pp_default .pp_previous:hover:first-letter {
	padding: 0;
}
body .pp_overlay {
	opacity: 0.9!important;
	background: #1F2D3D!important;
}
.trigger-headline {
	top: 0;
	left: 0;
	position: absolute;
	font-size: 6vw;
	text-transform: uppercase;
	pointer-events: none;
	line-height: 1;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.trigger-headline span {
	display: inline-block;
	position: relative;
	padding: 0 3%;
	-webkit-transition: opacity 2s, -webkit-transform 2s;
	transition: opacity 2s, transform 2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	font-size: 5vw;
}
.trigger-headline--hidden span {
	pointer-events: none;
	opacity: 0;
}
.segmenter {
	width: 100%;
	height: 868px;
	position: relative;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}
.segmenter__image {
	width: 100%;
	display: block;
}
.segmenter__background, .segmenter__pieces, .segmenter__piece-wrap, .segmenter__piece-parallax, .segmenter__piece {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.segmenter.loading {
	opacity: 0;
}
.segmenter__piece-parallax {
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
.segmenter__pieces {
	-webkit-perspective: 400px;
	perspective: 400px;
}
.segmenter__background, .segmenter__piece {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.segmenter__shadow {
	position: absolute;
	opacity: 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.7);
}
.segmenter__shadow {
	box-shadow: 0px 0px 30px rgba(43, 27, 19, 0.45);
}
.site-footer-wrapper.minimal .widget_socials .social-icon:hover svg>g {
	fill-opacity: 1;
}
.db-team-member-wrapper {
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: box-shadow ease-in-out 0.2s;
	-moz-transition: box-shadow ease-in-out 0.2s;
	-o-transition: box-shadow ease-in-out 0.2s;
	transition: box-shadow ease-in-out 0.2s;
}
.db-team-member-wrapper>img {
	display: block;
	max-width: 100%;
}
.db-team-member-wrapper .db-member-name {
	font-family: 'Poppins';
	font-size: 18px;
	color: #000000;
}
.db-team-member-wrapper .db-member-desc {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #53666D;
	line-height: 21px;
	padding: 9px 0 0px 0;
	height: 115px;
	overflow: hidden;
	margin-bottom: 3px;
}
.db-team-member-wrapper .db-team-member-inner {
	padding: 13px 20px;
}
.db-team-member-wrapper .db-member-meta {
	border-top: 1px solid rgba(83, 102, 109, 0.15);
	padding-top: 13px;
}
.db-team-member-wrapper .db-member-position {
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 600;
	color: #53666D;
	float: left;
	line-height: 1;
	margin-top: 8px;
}
.db-team-member-wrapper .db-member-social {
	float: right;
}
.db-team-member-wrapper .db-member-social-icon.linkedin, .db-team-member-wrapper .db-member-social-icon.gplus {
	margin-top: -1px;
}
.db-team-member-wrapper .db-member-social-icon {
	float: right;
	line-height: 1;
	margin-left: 10px;
	position: relative;
	bottom: -2px;
}
.db-team-member-wrapper .db-member-social-icon:hover svg>g {
	fill-opacity: 1;
}
h1.db-simple-title {
	font-family: 'Poppins';
	font-size: 28px;
	color: #50514F;
	padding: 34px 15px 70px 15px;
	text-align: center;
}
h1.db-simple-title:after {
	content: '';
	width: 62px;
	height: 2px;
	background: #70c1b3;
	display: block;
	margin: 0 auto;
	margin-top: 13px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(112, 193, 179, 0.9);
	-moz-box-shadow: 0px 0px 30px 2px rgba(112, 193, 179, 0.9);
	
}

