/*
Theme Name: DDA Theme
Author: Alexander Shulga
Author URI: https://www.facebook.com/profile.php?id=100011439562340
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset Styles */
a img { border: 0; }
img { max-width: 100%; vertical-align: top; }
header, nav, section, article, aside, footer { display: block; }
html, body, div, section, header, footer, h1, h2, h3, h4 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
a:focus { text-decoration: none; }
/* Reset Styles */

@font-face{
	font-family:"BalboaPlus-Fill";
	src:url("fonts/BalboaPlus-Fill.eot?#iefix");
	src:url("fonts/BalboaPlus-Fill.eot?#iefix") format("eot"),url("fonts/BalboaPlus-Fill.woff2") format("woff2"),url("fonts/BalboaPlus-Fill.woff") format("woff"),url("fonts/BalboaPlus-Fill.ttf") format("truetype");
}

html{ font-size: 15px; }
body { font-family: 'Source Sans Pro', sans-serif; font-size: 100%; color: #7A787A; line-height: 1.6; position: relative; }
a {  }
a:hover {  }
.container { width: 1280px; margin: 0 auto; }
.mobile-show { display: none; }
.mobile-hidden { display: block; }

.header {
    position: fixed; left: 0; top: 0; right: 0; z-index: 100;
    -webkit-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.header:after {
    content: '';
    position: absolute;
    left: 0;
    top: -100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.header.fixed:after {
    top: 0;
    background: #fff; border-bottom: 1px solid #D8D8D8;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.7);
}
.error404 .header:after,
.page-template-page-privacy-policy .header:after {
    top: 0;
    background: #fff;
    border-bottom: 1px solid #D8D8D8;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.7);
}
.error404 .header .top-menu,
.error404 .header .top-menu ul li a,
.page-template-page-privacy-policy .header .top-menu ul li a { color: #9B9B9B; }
.error404 .header .logo_white,
.page-template-page-privacy-policy .header .logo_white { opacity: 0; }
.error404 .header .logo_dark,
.page-template-page-privacy-policy .header .logo_dark { opacity: 1; }
.error404 .header .top-menu ul li a:hover,
.page-template-page-privacy-policy .header .top-menu ul li a:hover { color: #fff; text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff; }
.error404 .header .top-menu ul li a:hover:after,
.page-template-page-privacy-policy .header .top-menu ul li a:hover:after{ border-top: 2px solid #fff; }

.top-menu {
    position: static;
    padding: 12px 0;
}
.top-menu ul {
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: static;
    padding-left: 19px;
}

.top-menu ul li {
    display: table-cell;
    list-style-type: none;
    padding-right: 50px;
    vertical-align: middle;
}
.top-menu ul li.last,
.top-menu ul li.last + li { padding-right: 0; }
.top-menu ul li a {
    display: block;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif; font-size: .8125rem; font-size: 13px; color: #d8d8d8; line-height: 1; font-weight: 600; text-transform: uppercase; text-decoration: none;
    -webkit-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.top-menu ul li.logo_link a { display: block; }
.top-menu ul li.search_ico a {
    position: absolute;
    right: 33px;
    top: 50%;
    text-decoration: none;
    margin-top: -9px;
}
.top-menu ul li.search_ico a .close{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    margin: -6px 0 0 -6px;
}
.top-menu.open-form ul li.search_ico a .icon{
    opacity: 0;
    z-index: -100;
    visibility: hidden;
}
.top-menu ul li.search_ico a .icon:hover path{ fill: #fff; }
.fixed .top-menu ul li.search_ico a .icon path{ fill: #9B9B9B; }
.fixed .top-menu ul li.search_ico a .icon:hover path{ fill: #000000; }

@media screen and (max-width: 768px){
    .top-menu ul li.search_ico a .icon:hover path{ fill: #000000; }
}

.top-menu.open-form ul li.search_ico a .close{
    display: block;
    z-index: 100;
}
.top-menu ul li.search_ico a:after {
    content: none !important;
}
.top-menu ul li a:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top-menu ul li:not(.logo_link) a:after { content: ""; display: block; margin-top: 4px; border-top: 2px solid #999; width: 0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.top-menu ul li a:hover,
.top-menu ul li.active a {
    color: #fff;
    text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
}
.no-touch .top-menu ul li a:hover:after, .top-menu ul li.active a:after { width: 100%; border-top: 2px solid #fff; }

@media screen and (max-width: 768px){
    .top-menu ul li.active a,
    .top-menu ul li a:hover {
        color: #000000;
        text-shadow: 0 0 0.65px #000000, 0 0 0.65px #000000;
    }
    .no-touch .top-menu ul li a:hover:after, .top-menu ul li.active a:after { border-top-color: #000000; }
}

.mobile-logo { display: none; }
.mobile-logo img { width: auto; height: 63px; }
.mobile-menu {
    height: 24px;
    position: absolute;
    right: 22px;
    top: 44px;
    display: none;
    -webkit-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.mobile-menu button { width: 20px; height: 24px; float: right; position: relative; padding: 0; border: 0; background: transparent; cursor: pointer; }
.mobile-menu button span {
	width: 18px;
	height: 2px;
    float: left;
    display: block;
    overflow: hidden;
    position: absolute;
	left: 0;
    background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: 0.5s;
}
.menu-mob-overlay{ display: none; }
.fixed .mobile-menu button span { background: #000000; }
.page404 .mobile-menu button span, .single_page .mobile-menu button span { background: #D8D8D8; }
.mobile-menu button span:nth-child(1) { top: 5px; }
.mobile-menu button span:nth-child(2) { top: 11px; }
.mobile-menu button span:nth-child(3) { bottom: 5px; }
.top-menu .mobile_social { display: none; }

.mobile-menu.open button span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
.mobile-menu.open button span:nth-child(2) { opacity: 0; }
.mobile-menu.open button span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

.mobile-menu button:focus { outline: none; }

.logo_white {  }
.logo_dark { opacity: 0; }

.header.fixed .top-menu ul li a { color: #9B9B9B; }
.header.fixed .top-menu ul li.active a,
.header.fixed .top-menu ul li a:hover {
    color: #000000;
    text-shadow: 0 0 .65px #000000, 0 0 .65px #000000;
}
.header.fixed .top-menu ul li a:hover,
.header.fixed .top-menu ul li.active a { color: #000000; }
.no-touch .header.fixed .top-menu ul li a:hover:after, .header.fixed .top-menu ul li.active a:after {  border-top: 2px solid #000000; }
.header .logo_white{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header .logo_dark{
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header .show .logo_white,
.header.fixed .logo_white{ opacity: 0; }
.header .show .logo_dark,
.header.fixed .logo_dark {
    opacity: 1;
}

.search_grey { display: none; }
.search_white { display: inline; }
.header.fixed .search_grey { display: inline; }
.header.fixed .search_white { display: none; }

.search_form { position: absolute; left: 0; top: 0; width: 100%; background: #fff; padding: 30px 0; z-index: 102; display: none; }
.search_form form { width: 100%; max-width: 410px; margin: 0 auto; border-bottom: 1px solid #000000; }
.search_form form input.search_field { width: calc(100% - 50px); padding: 1px; color: #000000; border: none; }
input[type=text]:-moz-placeholder{
    opacity: 1;
    color: #d8d8d8;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #d8d8d8;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
input[type=text]:-ms-input-placeholder {
    opacity: 1;
    color: #d8d8d8;
    transition: all 0.3s;
}
input[type=text]::-webkit-input-placeholder {
    opacity: 1;
    color: #d8d8d8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type=text]:FOCUS:-moz-placeholder {
    opacity: 0;
}
input[type=text]:FOCUS::-moz-placeholder {
    opacity: 0;
}
input[type=text]:FOCUS:-ms-input-placeholder {
    opacity: 0;
}

input[type=text]:FOCUS::-webkit-input-placeholder,
input[type=email]:FOCUS::-webkit-input-placeholder,
input[type=password]:FOCUS::-webkit-input-placeholder,
input[type=search]:FOCUS::-webkit-input-placeholder,
input[type=date]:FOCUS::-webkit-input-placeholder,
input[type=number]:FOCUS::-webkit-input-placeholder,
input[type=week]:FOCUS::-webkit-input-placeholder,
input[type=url]:FOCUS::-webkit-input-placeholder,
input[type=tel]:FOCUS::-webkit-input-placeholder,
select:FOCUS::-webkit-input-placeholder,
textarea:FOCUS::-webkit-input-placeholder {
    opacity: 0;
}
.search_form form input.search_field:focus { outline: none; }
.search_form form input.search_btn { font-size: 11px; color: #000000; background: none; border: none; padding-right: 0; }
.search_form form input.search_btn:focus { outline: 0 none !important; }
.close_form { position: absolute; right: 25px; top: 26px; }
.close_form img { vertical-align: middle; cursor: pointer; }
.search_results { margin-top: 30px; display: none; }
.search_results_list{
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    padding-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.search_results_list a{
    color: #000000 !important;
    text-decoration: none;
}
.search_results_list a:hover{
    text-decoration: underline;
}
.sr_title { font-size: 24px; color: #7A787A; text-align: center; }
.sr_title strong { color: #000000; font-weight: 700; }

.search-overlay{
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .6s .4s;
    -moz-transition: all .6s .4s;
    -ms-transition: all .6s .4s;
    -o-transition: all .6s .4s;
    transition: all .6s .4s;
    pointer-events: none;
}
.show-search .search-overlay{
    opacity: 1;
    z-index: 99;
    visibility: visible;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    pointer-events: all;
}

.page404 .header, .single_page .header { background: #fff; }
.page404 .header .top-menu ul li a, .single_page .header .top-menu ul li a { color: #9B9B9B; }
.page404 .header .top-menu ul li a:hover, .single_page .header .top-menu ul li a:hover { color: #000000; }
.page404 .top-menu ul li a:hover:after, .single_page .top-menu ul li a:hover:after { width: 100%; border-top: 2px solid #000000; }
.page404 .header .logo_white, .single_page .header .logo_white { display: none; }
.page404 .header .logo_dark, .single_page .header .logo_dark { display: inline; }
.error404 .button_block, .single_page .button_block { text-align: center; margin-top: 30px; }

#section404, #page_content { position: relative; min-height: calc(100vh - 66px); }
#section404 .container, #page_content .container { position: relative; z-index: 2; padding: 155px 0 105px 0; }
#page_content .content { margin-top: 50px; }

@media screen and (max-width: 767px){
    #page_content .container { padding-top: 100px; }
}

.top_section{
    position: relative;
}
.top_slider {
    position: relative; width: 100%;
    height: 100vh;
}
.top_slider.mobile { display: none; }
.single_slide {
	width: 100%;
    height: 100%;
	/*height: 100vh;*/
	background-color: #000000;
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    z-index: 0;
    visibility: hidden;
    overflow: hidden;
	-webkit-backface-visibility: hidden;
    -webkit-transition: all 1s 0s ease-in;
    -moz-transition: all 1s 0s ease-in;
    -ms-transition: all 1s 0s ease-in;
    -o-transition: all 1s 0s ease-in;
    transition: all 1s 0s ease-in;
}
.single_slide.active{
    opacity: 1;
    visibility: visible;
}


/*.slide_overlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; !*background: rgba(0,0,0,.3);*! z-index: 5; }*/
.slide_bottom_gradient {
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*width: 100%;*/
	/*height: 19.531vw;*/
	/*background: linear-gradient(to top, #333, rgba(0,0,0,0));*/
	/*background: -moz-linear-gradient(to top, #333, rgba(0,0,0,0));*/
	/*z-index: 10;*/
	/*opacity: 0.66;*/
}
.slide_bottom {
    padding-top: 18.652vw;
    position: absolute; left: 0; bottom: 0; padding-bottom: 75px; width: 100%; text-align: center; z-index: 11;
    background: linear-gradient(to top, rgb(47, 47, 47), rgba(0,0,0,0));
	background: -moz-linear-gradient(to top, rgb(47, 47, 47), rgba(0,0,0,0));

}
.single_slide .slide_title{
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    -webkit-transition: all 1s 0s ease-in;
    -moz-transition: all 1s 0s ease-in;
    -ms-transition: all 1s 0s ease-in;
    -o-transition: all 1s 0s ease-in;
    transition: all 1s 0s ease-in;
}
.single_slide.active .slide_title{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transition: all 1s 0s ease-out;
    -moz-transition: all 1s 0s ease-out;
    -ms-transition: all 1s 0s ease-out;
    -o-transition: all 1s 0s ease-out;
    transition: all 1s 0s ease-out;
}
.single_slide.fadeOut .slide_title{
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.top_line { font-size: 22px; color: #D8D8D8; }
.slide_title { font-family: "BalboaPlus-Fill"; font-size: 55px; color: #fff; line-height: 72px; margin: 5px 0; }
.slide_buttons {  }
.slide_buttons a { font-size: 13px; color: #D8D8D8; font-weight: 600; text-transform: uppercase; text-decoration: none; border: 1px solid #D8D8D8; display: inline-block; padding: 8px 20px; margin: 0 4px; transition: 0.3s; }
.slide_buttons a:hover, .slide_buttons a:focus { color: #fff; box-shadow: inset 0 0 0 2em #000000; border-color: #000000; }
.arrow_to_bottom { margin-top: 28px; }
.arrow_to_bottom img{
    cursor: pointer;
    -webkit-animation: bounceInSmall 3s ease infinite;
    -moz-animation: bounceInSmall 3s ease infinite;
    -ms-animation: bounceInSmall 3s ease infinite;
    -o-animation: bounceInSmall 3s ease infinite;
    animation: bounceInSmall 3s ease infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    backface-visibility: hidden;
}


#why_choose_dda { position: relative; }
.shadow_block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, #000000, #ffffff);
	background: -moz-linear-gradient(to bottom, #000000, #ffffff);
	z-index: 1;
	opacity: 0.06 !important;
}
#why_choose_dda  .container { position: relative; z-index: 2; padding: 75px 0 105px 0; }
.slogan { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #727272; font-weight: 600; font-style: italic; text-align: center; margin-bottom: 10px; }
.slogan span { position: relative; display: inline-block; }
.slogan span:before, .slogan span:after { content: ""; display: block; width: 6.934vw; height: 0.293vw; background-size: cover !important; position: absolute; top: 50%; margin-top: -0.098vw; }
.slogan span:before { background: url("images/slogan-line-left.svg") no-repeat center center; left: -7.813vw; }
.slogan span:after { background: url("images/slogan-line-right.svg") no-repeat center center; right: -7.813vw; }
.title { font-family: "BalboaPlus-Fill"; color: #000000; font-size: 60px; line-height: 1.1; font-weight: 400; text-align: center; margin-bottom: 30px; }
.content {  }
.content p { margin-bottom: 20px; }
.content a { color: #000000; text-decoration: none; }
.content ul, .content ol {  }
.quote { color: #000000; font-size: 22px; text-align: center; line-height: 26px; margin: 40px 0 15px 0; }
.quote span { display: inline; vertical-align: top; font-family: "BalboaPlus-Fill"; font-size: 20px; color: #7A787A; }
.quote svg{ display: inline; vertical-align: top; }
.author { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #333; font-weight: 600; text-align: center; }

#building { position: relative; overflow: hidden; }
#building .shadow_block {
	background: linear-gradient(to bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(to bottom, #eeeeee, #ffffff);
	opacity: 1 !important;
}
#building .container { position: relative; z-index: 2; padding: 75px 0 105px 0; }
#building .owl_slider {
    position: relative;
    width: 55.144vw;
    margin: 50px auto;
}
#building .owl_slider.mobile{
    display: none;
}
#building .owl_slider img {
    width: auto !important;
    /*height: 450px; */
    margin: 0 auto;
}
#building .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
}
#building .owl-prev { position: absolute; left: -53px; top: 50%; margin-top: -19px; width: 23px; height: 38px; background: url('images/arrow_left.svg') no-repeat center center; background-size: cover; }
#building .owl-next {
    position: absolute; right: -53px; top: 50%;
    margin-top: -19px; width: 23px; height: 38px;
    background: url('images/arrow_right.svg') no-repeat center center;
    background-size: cover;
}
.button_block { font-size: 16px; color: #000000; line-height: 24px; font-weight: 600; margin-top: 70px; }
.button_block a { display: inline-block; font-size: 12px; color: #000000; font-weight: 700; text-decoration: none; padding: 5px 30px; border: 1px solid #000000; margin-left: 15px; transition: 0.3s; }
.button_block a:hover { color: #fff; box-shadow: inset 0 0 0 2em #000000; border-color: #000000; }

#our_offerings { position: relative; }
#our_offerings > .container { position: relative; z-index: 2; padding: 75px 0 300px 0; }
.tabs_block { position: relative; margin-left: -40px; margin-right: -40px; }
.tabs_block .container { position: relative; z-index: 2; padding: 20px 0 50px 0; }
.tabs { text-align: center; }
.tabs > div { display: inline-block; font-size: 14px; color: #9B9B9B; font-weight: 600; margin: 0 20px; cursor: pointer; }
.tabs > div:hover, .tabs > div.active { color: #000000; border-bottom: 2px solid #000000; padding-bottom: 2px; }
.tab_contents { margin-top: 35px; }
.single_tab { display: none; }
.single_tab:first-child { display: block; }
.single_tab ul { margin-top: 0; padding-left: 30px; }
.single_tab li { list-style-type: none; position: relative; }
.single_tab li:before { content: "–"; position: relative; left: -5px; }
.button_p { font-size: 16px; color: #000000; line-height: 24px; font-weight: 600; margin-top: 40px; }
.button_p a { display: inline-block; font-size: 12px; color: #000000; font-weight: 700; text-decoration: none; padding: 5px 30px; border: 1px solid #000000; margin-left: 15px; transition: 0.3s; }
.button_p a:hover { color: #fff; box-shadow: inset 0 0 0 2em #000000; border-color: #000000; }

#our_properties { position: relative; overflow: hidden; }
#our_properties > .container { position: relative; z-index: 2; padding: 75px 0 105px 0; }
.properties_block {  }
.filter_by { font-family: Source Sans Pro; font-size: 14px; color: #727272; font-weight: 700; letter-spacing: 0; text-align: center; line-height: 26px; }
.filter_properties { text-align: center; margin-bottom: 20px; }
.filter_properties a { text-transform: uppercase; color: #9B9B9B; font-weight: 600; text-decoration: none; margin: 0 8px; transition: 0.5s; }
.filter_properties a.active { color: #000000; }
.filter_properties a:hover { color: #000000; transition: 0.5s; }
.all_properties { overflow: hidden; }
.properties_section { overflow: hidden; }
.single_property { position: relative; overflow: hidden; }
.single_property_inner {
    position: relative;
    opacity: 0;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single_property_inner:after{
    content: '';
    display: block;
    padding-top: 100%;
}
.single_property.h_50 .single_property_inner:after{
    padding-top: 50%;
}
.animate .single_property_inner {
    -webkit-animation-name: anim_box;
    -moz-animation-name: anim_box;
    -o-animation-name: anim_box;
    animation-name: anim_box;
    opacity: 1;
}
.single_property-layer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
.single_property img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; height: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.single_property img.mobile {
    display: none;
}
.single_property.width_50 { width: 50%; }
.single_property.width_25 { width: 25%; }
.single_property a { display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-decoration: none; background: #000000; z-index: 10; opacity: 0; transition: 0.7s; }
.single_property a span { font-family: "BalboaPlus-Fill"; font-size: 24px; color: #fff; line-height: 1; text-align: center; transform: scale(0.7); opacity: 0; transition: 0.5s; }
.single_property a span small { font-family: 'Source Sans Pro', sans-serif; font-size: 15px; line-height: 24px; }
.single_property:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width: 651px){
    .single_property:hover a { opacity: 0.85; transition: 0.7s; }
    .single_property:hover a span { transform: scale(1); opacity: 1; transition: 0.5s; }
}
.load_more { text-align: center; margin: 50px 0 60px; }
.load_more a {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 30px;
    border: 1px solid #000000;
    transition: 0.3s;
}
.load_more a:hover { color: #fff; box-shadow: inset 0 0 0 2em #000000; border-color: #000000; }

#inquiries { position: relative; }
#inquiries > .container { position: relative; z-index: 2; padding: 75px 0 0 0; }
.contact_columns { display: flex; justify-content: space-between; margin-top: 100px; }
.c_column { width: 32%; text-align: center; }
.c_column:first-child { text-align: left; }
.cc_title { font-size: 14px; color: #9B9B9B; text-align: center; margin-bottom: 10px; }
.cc_text { font-size: 16px; color: #000000; font-weight: 700; }
#map { width: 100%; height: 550px; margin-top: 60px; }

.footer { background: #000000; overflow: hidden; padding: 22px 25px; }
.footer_inner { display: flex; align-items: center; justify-content: space-between; font-size: 10px; color: #fff; }
.policy {  }
.policy a { color: #fff; white-space: nowrap; }
.policy a:hover { text-decoration: none; }
.social a { margin-left: 5px; line-height: 0; }
.social a:hover {  }
.social a img { width: 21px; height: 21px; vertical-align: middle; }

.popup_property {
    padding-top: 50px;
    background: #fff;
    position: relative;
    z-index: 1100;
    overflow: hidden;
}
.close_line { padding: 20px 35px; overflow: hidden; text-align: right;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
}
.close_line img { cursor: pointer; }
.popup_content { padding: 2.051vw 3.418vw 0; overflow: hidden; }
.property_images { position: relative; width: 64.7%; float: left; padding: 0 2.930vw 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.property_images_wrap{
    position: relative;
}
.property_images_wrap:after{
    content: '';
    display: block;
    position: relative;
    padding-top: 50%;
}
.property_images_wrap.loaded:after{
    content: none;
}
.property_images img { margin-bottom: 30px; }
.property_info { width: 35.3%; float: right; padding: 0 0 15px 2.930vw;
    margin: -0.684vw 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d8d8d8;
}
.pp_type { margin-bottom: 6px; font-size: 16px; color: #000000; line-height: 24px; }
.pp_title {margin-bottom: 15px; font-family: "BalboaPlus-Fill"; font-size: 28px; line-height: 1; color: #000000; }
.pp_text {  }
.pp_text p { margin-bottom: 15px; }
.pp_text a { color: #000000; text-decoration: none; }
.pp_details { margin-top: 50px; }
.d_title { font-size: 22px; color: #000000; font-weight: 600; margin-bottom: 10px; }
.pp_details p { line-height: 1.5; }
.popup_property .button_block { margin-top: 30px; }
.back_to_all { width: 100%; text-align: center; overflow: hidden; }
.back_to_all .button_block { margin-top: 8.789vw; margin-bottom: 4.883vw; }
.properties_slider {
    width: 100%;
    margin-left: -3.418vw;
    margin-right: -3.418vw;
}
.properties_slider .owl-controls{
    position: absolute;
    top: 50%;
    width: 100%;
}
.prop_slide { position: relative; z-index: 1; }
.prop_slide > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    text-decoration: none;
    cursor: pointer;
}
.prop_slide:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000000; opacity: 0.5; z-index: 10; }
.prop_slide > img {  }
.prop_slide_title {
    font-family: "BalboaPlus-Fill"; font-size: 28px; color: #fff;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: 67px;
    z-index: 11;
    line-height: 1; }
/*.owl-carousel .owl-item:nth-child(odd) .prop_slide_title { left: 60px; }
.owl-carousel .owl-item:nth-child(even) .prop_slide_title { right: 60px; }*/
.popup_property .footer { clear: both; margin-left: -3.418vw; margin-right: -3.418vw; }
.popup_property .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute; left: 60px;
    top: 50%;
    margin-top: 49px;
    font-size: 13px; color: #fff; font-weight: 600; text-transform: uppercase; z-index: 100;
}
.popup_property .owl-carousel .owl-controls .owl-nav .owl-prev:before { content: ""; position: absolute; left: -32px; top: 7px; width: 23px; height: 38px; background: url('images/arrow_left.svg') no-repeat center center; background-size: cover; }
.popup_property .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: 49px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 100;
}
.popup_property .owl-carousel .owl-controls .owl-nav .owl-next:before { content: ""; position: absolute; right: -32px; top: 7px; width: 23px; height: 38px; background: url('images/arrow_right.svg') no-repeat center center; background-size: cover; }
.property_images.mobile{ display: none; border: 0; border-top: 2px solid #d8d8d8; margin-top: 30px; }
.property_images.mobile img{ margin: 30px 0 0; }
.popup_property .owl-carousel .owl-item.active + .owl-item.active .prop_slide_title {
    text-align: right;
    right: 60px;
    line-height: 1;
    left: 20px;
}

@media (max-width: 1440px) {
	.container { width: 1000px; }
}

@media (max-width: 1200px) {
	.container { width: 750px; }
}


@media (min-width: 1025px) {
    html{
        font-size: 1.463vw;
    }
    .top_line {
        font-size: 1.951vw;
    }
    .slide_title {
        font-size: 5.366vw;
        line-height: 7.024vw;
        margin: 0.488vw 0;
    }
    .slide_bottom {
        padding-bottom: 3.317vw;
    }
    .slide_buttons a {
        font-size: 1.268vw;
        padding: 0.780vw 1.951vw;
        margin: 0 0.390vw;
    }
    .arrow_to_bottom {
        margin-top: 2.732vw;
    }
    .arrow_to_bottom img{
        width: 3.317vw;
    }

    .shadow_block {
        height: 14.634vw;
    }
    #why_choose_dda .container {
        padding: 7.317vw 0 10.244vw 0;
    }
    .container {
        width: 73.171vw;
        /*width: 74vw;*/
    }
    .slogan {
        font-size: 1.659vw;
        margin-bottom: 0.976vw;
    }
    .slogan span:before, .slogan span:after {
        width: 6.927vw;
        height: 0.293vw;
        margin-top: -0.098vw;
    }
    .slogan span:before {
        left: -7.805vw;
    }
    .slogan span:after {
        right: -7.805vw;
    }
    .title {
        font-size: 5.854vw;
        margin-bottom: 2.927vw;
    }
    .content p {
        margin-bottom: 1.951vw;
    }
    .quote {
        font-size: 2.146vw;
        margin: 4.878vw 0 0.976vw 0;
    }
    .quote span {
        font-size: 1.951vw;
    }
    .quote svg{
        width: 1.366vw;
        height: 1.171vw;
    }
    .author {
        font-size: 1.366vw;
    }

    #building .owl_slider {
        margin: 4.878vw auto;
    }
    #building .owl_slider img {
        /*height: 43.902vw;*/
    }
    #building .owl-prev {
        left: -5.171vw;
        margin-top: -1.854vw;
        width: 2.244vw;
        height: 3.707vw;
    }
    #building .owl-next {
        right: -5.171vw;
        margin-top: -1.854vw;
        width: 2.244vw;
        height: 3.707vw;
    }
    .button_block {
        font-size: 1.561vw;
        line-height: 2.341vw;
        margin-top: 6.829vw;
    }
    .button_block a {
        font-size: 1.171vw;
        padding: 0.488vw 2.927vw;
        margin-left: 1.463vw;
    }

    #our_offerings > .container {
        padding: 7.317vw 0 6.836vw 0;
    }
    .tabs > div {
        font-size: 1.366vw;
        margin: 0 1.951vw;
    }
    .button_p {
        font-size: 1.561vw;
        line-height: 2.341vw;
        margin-top: 3.902vw;
    }
    .button_p a {
        font-size: 1.171vw;
        padding: 0.488vw 2.927vw;
        margin-left: 1.463vw;
    }
    .tab_contents {
        margin-top: 3.415vw;
    }
    .tabs_block .container {
        padding: 1.951vw 0 4.878vw 0;
    }
    .tabs_block {
        margin-left: -3.902vw;
        margin-right: -3.902vw;
    }

    #our_properties > .container {
        padding: 7.317vw 0 0 0;
    }
    .slogan {
        font-size: 1.561vw;
        margin-bottom: 0.976vw;
    }
    .filter_by {
        font-size: 1.366vw;
        line-height: 2.537vw;
    }
    .filter_properties {
        margin-bottom: 1.951vw;
    }
    .filter_properties a {
        margin: 0 0.780vw;
    }
    .single_property a span {
        font-size: 2.341vw;
    }
    .single_property a span small {
        font-size: 1.463vw;
        line-height: 2.341vw;
    }
    .load_more {
        margin: 4.878vw 0 5.854vw;
    }
    .load_more a {
        font-size: 1.171vw;
        line-height: 2.341vw;
        padding: 0.488vw 2.927vw;
    }

    #inquiries > .container {
        padding: 7.317vw 0 0 0;
    }
    .contact_columns {
        margin-top: 9.756vw;
    }
    .cc_title {
        font-size: 1.366vw;
        margin-bottom: 0.976vw;
    }
    .cc_text {
        font-size: 1.561vw;
    }

    #building .slick-dots {
        top: 19.512vw;
    }

    #map {
        height: 53.659vw;
        margin-top: 5.854vw;
    }

    /* .footer {
        padding: 2.146vw 2.439vw;
    }
   .footer_inner {
        font-size: 1.268vw;
    }*/
    .social a {
        margin-left: 0.488vw;
    }
    /*.social a img{
        width: 2.049vw;
        height: 2.049vw;
    }*/
}
@media (min-width: 1440px) {
    .container {
        width: 74.306vw;
    }
}

@media (max-width: 1024px) {
	.slide_bottom {
  		padding-bottom: 3.317vw;
	}
	.arrow_to_bottom img{
        width: 3.317vw;
    }
	.content p {
        margin-bottom: 3.95vw;
    }

    .container {
        width: 73.242vw;
    }
    .top-menu ul li {
        padding-right: 4.8828vw;
    }
    .quote {
        font-size: 2.148vw;
    }
    .quote span {
        font-size: 1.953vw;
    }
    .quote svg{
        width: 1.367vw;
        height: 1.172vw;
    }
    .author {
        font-size: 1.367vw;
    }
    #building .owl_slider {
        margin: 4.883vw auto;
    }
    .owl_slider > .owl-height{
        height: 43.945vw !important;
    }
    #building .owl_slider img{
        /*height: 43.945vw;*/
    }
    #building .owl-prev {
        left: -5.176vw;
    }
    #building .owl-next {
        right: -5.176vw;
    }
    .content p {
        margin-bottom: 1.953vw;
    }
    #why_choose_dda .container{
        padding: 7.324vw 0 17.254vw 0;
    }
    #building .container {
        padding: 8.5vw 0 17.254vw 0;
    }
    .button_block {
        margin-top: 6.836vw;
    }
    #our_offerings > .container{
        padding: 7.324vw 0 17.254vw 0;
    }
    .tabs > div {
        margin: 0 1.953vw;
    }
    .tabs_block .container {
        padding: 1.953vw 0 4.883vw 0;
    }
    #our_properties > .container {
        padding: 7.324vw 0 0 0;
    }
    .contact_columns {
        margin-top: 9.766vw;
    }
    #inquiries > .container {
        padding: 7.324vw 0 0 0;
    }
    #building .slick-dots {
        top: 19.531vw;
    }
    #map {
        height: 53.711vw;
        margin-top: 5.859vw;
    }
    /*.social a img{
        width: 2.051vw;
        height: 2.051vw;
        min-width: 18px;
        min-height: 18px;
    }*/
    .prop_slide_title {
        top: 100%;
        margin-top: -85px;
    }
    .properties_slider .owl-controls{
        top: 100%;
        margin-top: -105px;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-prev,
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-next {
        margin-top: 0;
    }
}

@media (max-width: 800px) {
	.tabs_block { margin: 0; }
	.page404 .header, .single_page .header { background: #000000; }
}

@media (max-width: 768px) {
    .container {
        width: 95vw;
    }
    #building .slick-dots {
        top: 23.531vw;
    }
    .prop_slide_title {
        display: none;
    }
    .properties_slider .owl-controls {
        top: 50%;
        margin-top: 0;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 7.813vw;
        bottom: 7.813vw;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 7.813vw;
        bottom: 7.813vw;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-prev:before,
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-next:before {
        right: -25px;
        width: 15px;
        height: 25px;
        top: 50%;
        margin-top: -4px;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-prev:before{
        right: auto;
        left: -25px;
    }
}
@media (max-width: 767px) {
    body{
        font-size: 18px;
    }
    .top-menu ul li {
        padding-right: 12px;
    }
	 .quote {
        font-size: 17px;
    }
    .quote span {
        font-size: 18px;
    }
    .quote svg {
        width: 15px;
        height: auto;
    }
    .author {
        font-size: 11px;
    }
}
@media (max-width: 750px) {
	.title { font-size: 48px; }
	/*.owl_slider img { height: 350px; }*/
	.property_images { float: none; width: 100%; padding-right: 0; }
	.property_info { float: none; width: 100%; padding-left: 0; border: none; }
}
@media (max-width: 651px){
    .header {
        z-index: 1000;
    }
    .header.fixed .top-menu { padding: 8px 0; }
    .mobile-menu { display: block; }
    .fixed .mobile-menu { top: 14px; }
    .top-menu{
        padding: 24px 0;
        -webkit-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -ms-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    .top-menu-container {
        position: absolute;
        left: 0;
        padding: 64px 0 3px;
        opacity: 0;
        display: block;
        z-index: 50;
        top: -90px;
        right: 0;
        height: auto;
        background: #fff;
        -webkit-transition: all 0.5s .35s;
        -moz-transition: all 0.5s .35s;
        -ms-transition: all 0.5s .35s;
        -o-transition: all 0.5s .35s;
        transition: all 0.5s .35s;
    }
    .top-menu.show .top-menu-container {
        top: 0;
        opacity: 1;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(255, 255, 255, 0.7);
        transition: 0.5s;
    }
    .top-menu ul {
        padding-left: 0;
    }
    
    .top-menu ul li.search_ico a .icon{
        width: 12px;
        height: 13px;
    }

    .top-menu ul li.search_ico a .icon path{
        fill: #9B9B9B;
    }

    .top-menu ul{
        display: table;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .top-menu.show ul {
        opacity: 1;
        -webkit-transition: all .3s .4s;
        -moz-transition: all .3s .4s;
        -ms-transition: all .3s .4s;
        -o-transition: all .3s .4s;
        transition: all .3s .4s;
    }
    .top-menu ul li {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px !important;
    }
    .top-menu ul li a { font-size: 13px; color: #9B9B9B; }
    .top-menu ul li.search_ico a {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 0;
    }
    .top-menu ul li:not(.logo_link) a:after {
        position: absolute;
        left: 0;
        bottom: -4px;
    }
    .menu-mob-overlay{
        display: block;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 900;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: all .6s .4s;
        -moz-transition: all .6s .4s;
        -ms-transition: all .6s .4s;
        -o-transition: all .6s .4s;
        transition: all .6s .4s;
    }
    .menu-mob-overlay.show{
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .search-overlay {
        display: none !important;
    }
    .mobile-logo{
        display: block;
        margin: 0 auto;
        width: 235px;
        height: 65px;
        opacity: 1;
        visibility: visible;
        position: relative;
        -webkit-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -ms-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
    }
    .show .mobile-logo{
        opacity: 0;
        visibility: hidden;
    }
    .mobile-logo img{
        width: 100%;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        height: auto;
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -ms-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    .mobile-logo img.on-scroll{
        opacity: 0;
    }
    .show .mobile-logo,
    .fixed .mobile-logo {
        width: 120px;
        height: 33px;
    }
    .fixed .mobile-logo img{
        opacity: 0;
    }
    .fixed .mobile-logo img.on-scroll{
        opacity: 1 !important;
    }
    .top-menu .logo_link{
         position: absolute;
        left: 50%;
        top: 10px;
        width: 140px;
        height: 38px;
        margin-left: 3px;
        opacity: 1;
        -webkit-transition: all .25s ease-out .25s !important;
        -ms-transition: all .25s ease-out .25s !important;
        transition: all .25s ease-out .25s !important;
        -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
    .top-menu.show .logo_link{
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
    .search_form { top: 100%; }
    .fixed .search_form { top: calc(100% + 32px); }
    .close_form { display: none; }

    .single_property-layer{ display: block; }
    .single_property img.mobile{ display: block; }
    .single_property img.mobile + img{ display: none; }
    .single_property.hover a { opacity: 0.85; transition: 0.7s; }
    .single_property.hover a span { transform: scale(1); opacity: 1; transition: 0.5s; }

    .single_slide {
        background-attachment: unset;
    }

    #building .owl_slider{
        margin: 0 -4.5vw;
        width: auto;
    }
    #building .owl_slider.desktop{
        display: none;
    }
    #building .owl_slider.mobile{
        display: block;
    }
    #building .slick-dots{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 auto;
        padding: 0;
        display: table;
        list-style: none;
    }
    #building .slick-dots li{
        display: inline-block;
        vertical-align: middle;
    }
    #building .slick-dots li.slick-active button{
        background-color: #000000;
    }
    #building .slick-dots li button{
        border: 0;
        width: 6px;
        height: 6px;
        font-size: 0;
        padding: 0;
        display: block;
        margin: 0 7px;
        border-radius: 100%;
        background-color: #d8d8d8;
    }

    .property_images.desktop{ display: none; }
    .property_images.mobile{ display: block; }

    .error404 .mobile-menu button span,
    .page-template-page-privacy-policy .mobile-menu button span {
        background: #000000;
    }
    .error404 .mobile-logo img,
    .page-template-page-privacy-policy .mobile-logo img {
        opacity: 0;
    }
    .error404 .mobile-logo img.on-scroll,
    .page-template-page-privacy-policy .mobile-logo img.on-scroll {
        opacity: 1 !important;
    }
}
@media (max-width: 500px) {
	.search_form form, .search_results_list { width: 90%; }
	/*.owl_slider img { height: 200px; }*/
    .button_block a{ margin-left: 0; }
	.button_block a, .button_p a { margin-top: 15px; }
	.single_property.width_50 { width: 100%; }
	.single_property.width_25 { width: 100%; }
	.contact_columns { flex-direction: column; align-items: center; }
	.c_column { width: auto; margin-bottom: 35px; text-align: left; }
    .footer { padding: 34px 15px 18px; }
	.footer_inner { flex-direction: column-reverse; align-items: flex-start; font-size: 13px; }
	.social { margin-bottom: 30px; font-size: 18px; }
    .social a img {width: 32px; height: 32px;}
    .social a + a { margin-left: 11px; }

    .tabs{
        display: flex;
        display: -moz-flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
    }
    .tabs div {
        font-size: 13px;
        padding-top: 5px;
        line-height: 15px;
        width: 29%;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        box-sizing: border-box;
    }
    .button_p a {
        margin-left: 0;
        display: table;
    }

    .prop_slide_title {
        font-size: 16px;
    }

    #our_properties > .container {
        padding: 50px 0 0 0;
    }
}
@media (max-width: 376px) {
    .arrow_to_bottom img{
        width: 8vw;
    }
	.top_slider.mobile { display: block; }
    .top_slider.desktop { display: none; }
    .single_slide{ background-position: center; }
    .mobile-logo{ width: 200px; }
    .filter_properties a{
        font-size: 13px;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-prev:before {
        left: -25px;
        width: 11px;
        height: 18px;
        margin-top: -1px;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-next:before {
        right: -25px;
        width: 11px;
        height: 18px;
        margin-top: -1px;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 9vw;
    }
    .popup_property .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 9vw;
    }

    #building,
    #why_choose_dda,
    #our_offerings,
    #inquiries,
    #building .content{
        padding-top: 25px;
    }
    .popup_content{
        padding: 0 15px 0;
    }
    .property_images.mobile {
        margin-top: 20px;
    }
    .properties_slider,
    .popup_property .footer {
        margin: 0 -15px;
    }
    .pp_details {
        margin-top: 30px;
    }
    .d_title {
        margin-bottom: 0;
    }
    .back_to_all .button_block{
        margin: 52px 0 59px;
    }
    .button_block a{
        margin-left: 0px;
    }

    .tab_contents{
        margin: 23px 10px 0;
    }
    .button_p{
        font-size: 18px;
    }

    /*#our_properties > .container {
        padding: 2vw 0 0 0;
    }*/

    .content p {
        margin-bottom: 3.95vw;
    }

    .close_line {
        position: absolute;
    }
}
@media (max-width: 375px) {
    .top-menu ul li {
        padding: 0 7px !important;
    }
}
@media (max-width: 374px) {
    .top-menu ul li a { 
        font-size: 12px; 
    }
}

/* properties preloader */

.preload-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
}
 
.preload-cover i {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: #dbe9fb;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
 
.preload-cover i::after {
    display: block;
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
 
.preload-cover i::before {
    display: block;
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #417DC4;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: preloadCircle .5s infinite linear;
    -moz-animation: preloadCircle .5s infinite linear;
    animation: preloadCircle .5s infinite linear;
}
 
@-webkit-keyframes preloadCircle {
    0% { -webkit-transform: rotate(0); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes preloadCircle {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@keyframes preloadCircle {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}


.preloader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #000000;
}
.preloader-inner{
    width: 188px;
    text-align: center;
    height: 188px;
    line-height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -94px 0 0 -94px;
    color: #7a787a;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.preloader-inner:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    border: 5px solid #333333;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.preloader-inner:before{
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 100%;
    border: 2px solid #d8d8d8;
    border-left-color: transparent;
    border-top-color: transparent;
    animation: spin 1.5s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}


@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@-webkit-keyframes bounceInSmall {
    0%, 40% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(-5px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(10px)
    }
}
@-moz-keyframes bounceInSmall {
    0%, 40% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    10% {
        opacity: 1;
        -moz-transform: translateY(-5px)
    }
    30% {
        opacity: 1;
        -moz-transform: translateY(10px)
    }
}
@-ms-keyframes bounceInSmall {
    0%, 10%, 30%, 40% {
        opacity: 1
    }
    0%, 40% {
        -ms-transform: translateY(0)
    }
    10% {
        -ms-transform: translateY(-5px)
    }
    30% {
        -ms-transform: translateY(10px)
    }
}
@-o-keyframes bounceInSmall {
    0%, 40% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    10% {
        opacity: 1;
        -o-transform: translateY(-5px)
    }
    30% {
        opacity: 1;
        -o-transform: translateY(10px)
    }
}
@keyframes bounceInSmall {
    0%, 40% {
        opacity: 1;
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-5px)
    }
    30% {
        opacity: 1;
        transform: translateY(10px)
    }
}

/* Bottom to top keyframes */
@-webkit-keyframes anim_box {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-moz-keyframes anim_box {
    0% {
        -moz-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-ms-keyframes anim_box {
    0% {
        -ms-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -ms-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-o-keyframes anim_box {
    0% {
        -o-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes anim_box {
    0% {
        transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}




.d::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 99999;
    background: #0f0;
}

.d section {
    border-top: 1px solid #f00;
    border-bottom: 1px solid #00f;
}