body.home #entry-content-wrapper {
	padding: 0 15px;
    font-family: "Quicksand", sans-serif !important;
}

.dt-module-title {
	position: relative;
	margin-bottom: 30px;
}
.dt-module-title .white{
    color:#fff !important;
}

.dt-module-title .dt-module-front-title {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
}

/*.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: 0 0 30px 2px rgba(112, 193, 179, .9);*/
/*	-moz-box-shadow: 0 0 30px 2px rgba(112, 193, 179, .9);*/
/*	box-shadow: 0 0 30px 2px rgba(112, 193, 179, .9)*/
/*}*/

.dt-module-title .dt-module-background-title {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #46b03f;
    position: relative;
    margin-bottom:10px;
}

.dt-module-title .dt-module-background-title:before,.dt-module-title .dt-module-background-title:after{
    display: inline-block;
    content: '..';
}
.dt-module-title .dt-module-background-title:before{
    margin-right:7px;
}
.dt-module-title .dt-module-background-title:after{
    margin-left:7px;
}

.dt-featured-listings {
	margin: 0 -15px;
	display: block
}

.dt-featured-listings-item {
	padding: 0 15px 30px;
	width: 33.33%;
	float: left;
	border-radius: 3px
}

.dt-featured-listings-item-inner {
	border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	-webkit-transition: box-shadow ease-in-out .2s;
	-moz-transition: box-shadow ease-in-out .2s;
	-o-transition: box-shadow ease-in-out .2s;
	transition: box-shadow ease-in-out .2s;
	background:#fff;
	padding:20px;
}

.dt-featured-listings-item:hover .dt-featured-listings-item-inner {
	box-shadow: 0 2px 15px rgba(0, 0, 0, .2)
}

.dt-featured-image-overlay {
/*	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .48) 0, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .48) 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .48) 0, rgba(0, 0, 0, 0) 100%);*/
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, .5);*/
    opacity: 1;
}

.dt-featured-listings-data {
	background-color: #fff;
	padding: 14px 0px;
	border-radius: 0 0 4px 4px;
	position: relative;
	overflow: hidden
}

.dt-featured-listings-image {
	height: auto;
	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: 23px;
	display: inline-block;
	border-radius: 3px;
	padding: 0 11px 0 13px;
	height: 21px;
	position: absolute;
	top: 16px;
	left: 20px;
	cursor: auto
}

.dt-featured-listings-title {
    font-family: "Quicksand", sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: block;
}

.dt-featured-listings-description {
    font-family: "Quicksand", sans-serif !important;
	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: 13px;
	line-height: 15px;
	font-weight: 600;
	float: left;
	position: relative;
	bottom: 0px;
	cursor: pointer
}

.db-main-search-item .dt-featured-listings-meta .dt-featured-listings-category {
	cursor: default
}

.dt-featured-listings-meta .dt-featured-listings-category:before {
	content: '';
	border: 2px solid #555;
	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
}

.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 .2s;
	-moz-transition: box-shadow ease-in-out .2s;
	-o-transition: box-shadow ease-in-out .2s;
	transition: box-shadow ease-in-out .2s
}

.dt-popular-city-container:hover {
	box-shadow: 0 2px 15px rgba(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, .5);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity ease-in-out .2s;
	-moz-transition: opacity ease-in-out .2s;
	-o-transition: opacity ease-in-out .2s;
	transition: opacity ease-in-out .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 .2s, margin ease-in-out .2s;
	-moz-transition: opacity ease-in-out .2s, margin ease-in-out .2s;
	-o-transition: opacity ease-in-out .2s, margin ease-in-out .2s;
	transition: opacity ease-in-out .2s, margin ease-in-out .2s
}

.dt-popular-city-inner .dt-popular-city-name {
	margin-top: -30px;
	display: block;
	-webkit-transition: margin ease-in-out .2s;
	-moz-transition: margin ease-in-out .2s;
	-o-transition: margin ease-in-out .2s;
	transition: margin ease-in-out .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;
	 margin-top: 5%;
}

.dt-quotes-items .dt-quote-item {
	font-family: open sans;
	color: #909fa5;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity ease-in-out .2s;
	-moz-transition: opacity ease-in-out .2s;
	-o-transition: opacity ease-in-out .2s;
	transition: opacity ease-in-out .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 .dt-quote-page-side,
.dt-quote-pagination a img {
	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: .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(.51, .16, .32, .65) .6s;
	-moz-transition: left cubic-bezier(.51, .16, .32, .65) .6s;
	-o-transition: left cubic-bezier(.51, .16, .32, .65) .6s;
	transition: left cubic-bezier(.51, .16, .32, .65) .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: .3;
	-webkit-transition: opacity ease-in-out .5s;
	-moz-transition: opacity ease-in-out .5s;
	-o-transition: opacity ease-in-out .5s;
	transition: opacity ease-in-out .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: .3
}

.db-gallery-wrapper .db-gallery-item.inactive-left,
.db-gallery-wrapper .db-gallery-item.inactive-right {
	opacity: .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: #000;
	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, .5);
	display: flex;
	align-items: center
}

.db-gallery-mos-item-overlay span {
	font-family: poppins;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	display: block;
	text-align: center;
	margin: 0 auto
}

body div.pp_default .pp_bottom,
body div.pp_pic_holder .pp_top {
	display: none
}

body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_content_container .pp_right {
	background: 0 0
}

body div.pp_default .pp_content {
	background: 0 0
}

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: 0 0!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(.51, .16, .32, .65) .2s;
	-moz-transition: all cubic-bezier(.51, .16, .32, .65) .2s;
	-o-transition: all cubic-bezier(.51, .16, .32, .65) .2s;
	transition: all cubic-bezier(.51, .16, .32, .65) .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 .2s;
	-moz-transition: padding linear .2s;
	-o-transition: padding linear .2s;
	transition: padding linear .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: .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(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-webkit-transition-delay: .7s;
	transition-delay: .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 .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s
}

.segmenter__image {
	width: 100%;
	display: block
}

.segmenter__background,
.segmenter__piece,
.segmenter__piece-parallax,
.segmenter__piece-wrap,
.segmenter__pieces {
	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 .2s ease-out;
	transition: transform .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: 0 2px 15px rgba(0, 0, 0, .7)
}

.segmenter__shadow {
	box-shadow: 0 0 30px rgba(43, 27, 19, .45)
}

.site-footer-wrapper.minimal .widget_socials .social-icon:hover svg>g {
	fill-opacity: 1
}

.db-team-member-wrapper {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	-webkit-transition: box-shadow ease-in-out .2s;
	-moz-transition: box-shadow ease-in-out .2s;
	-o-transition: box-shadow ease-in-out .2s;
	transition: box-shadow ease-in-out .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: #000
}

.db-team-member-wrapper .db-member-desc {
	font-family: open sans;
	font-size: 14px;
	color: #53666d;
	line-height: 21px;
	padding: 9px 0 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, .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.gplus,
.db-team-member-wrapper .db-member-social-icon.linkedin {
	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;
	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: 0 0 30px 2px rgba(112, 193, 179, .9);
	-moz-box-shadow: 0 0 30px 2px rgba(112, 193, 179, .9)
}

.dt-listing-categories,
.dt-listing-categories .dt-category-child {
	list-style: none!important
}

body #main .dt-listing-categories .dt-category-child {
	margin-bottom: 0
}

.db-search-side-two.db-search-custom-fields.db-search-shortcode {
	width: 100%;
	padding: 0;
	margin: 0
}

.db-field-row.db-search-button {
	width: 100%;
	padding-bottom: 0
}

.db-field-row.db-search-button input {
	float: right;
	line-height: 30px;
	border-color: #247ba0!important
}