/*!
Theme Name: Foreshore Place
Theme URI: #
Author: Makhan Godara
Author URI: #
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foreshore-place
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
        url('fonts/leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body
{
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    color: #1b2a39;	
    background: #e2e4e4;
}
.bg-primary
{
    background-color: #1b2a39 !important;
    color:#fff;
}
.bg-secondary
{
    background-color: #fba819 !important;
}
a {
   color: #fba819;
}
a:hover, a:focus, a:active {
   outline: 0;
}
area {
    outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, ul#primary-menu{
    font-family: 'Oswald', sans-serif;	
}
h1 {
    font-size: 100px;
    text-transform: uppercase;
    color: #fba819;
    line-height: 1;
    margin-bottom: 50px;
}
.bg-secondary h1 {
    color: inherit;
}
.team_block h1 {
    font-size: 80px;
    margin-bottom:0;
}
.team_block h1 small {
    line-height: 55px;
    display: block;
}
.bottom_align p {
    margin: 1rem 0 0;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.team_title
{
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 20px;
    vertical-align: top;
    min-height: 50px;

}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
label {
    display: block;
    margin-bottom: .5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.btn, [type=reset], [type=submit]{
    text-transform: uppercase;
    color:#1b2a39;
    background:#fba819;
    font-weight:500;
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    padding:0.5rem 1rem;
    font-size:20px;
	border: none;
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
    outline: none;
    color:#fba819;
    background:#1b2a39;
	box-shadow: none;
}
.btn-posabs
{
    position:absolute;
    bottom:20px;
    right:20px;	
}
input.wpcf7-text, textarea.wpcf7-textarea{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.wpcf7-textarea{
	height:75px;
}
.object-fit-cover
{
    object-fit: cover;
	min-height: 100% !important;
	height:auto !important;
}
.slick-prev {
z-index: 2;
}
.slick-next {
z-index: 2;
}
@media(min-width: 768px) {
.team_block .slick-slider .slick-list, .team_block .slick-slider, .team_block .slick-slider .slick-track {
    height: 100% !important;
}
.team_block .slick-prev {
    left: 25px;
}
.team_block .slick-next {
    right: 25px;
}
}
.main_banner
{
    color:#fff;	
    background:#1b2a39;
    padding:100px 0 50px;
    position:relative;
    z-index:2;
}
.main_banner .main_banner__tagline{
    border-bottom:1px solid #fff;
    text-align:center;
}
.main_banner .main_banner__tagline h1{
font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
}
.main_banner .main_banner__tagline span{
    color: #fba819;
    margin-left:12px;

}
.main-logo.logo_right {
    text-align: right;
    margin-top: 2rem;
}

.main_banner .banner_text h2{
    font-size: 70px;
    line-height:1;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fba819;
    margin-bottom:2rem;
}
.main_banner .banner_text h3{
    font-size: 34px;
    color: #fba819;
    line-height:40px;
    margin-bottom:80px;
    font-weight:normal;
}
.main_banner .pos_abs {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: calc(50%);
	-o-object-fit: cover;
    object-fit: cover;
	
}

.banner_cta  a{
    color: #1b2a39;
    font-size: 40px;
    font-family: 'league_gothicregular';
    letter-spacing: 0.4em;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.banner_cta  a.left
{
    background: #fba819;
    text-align: right;
    margin-right: 1rem;
}

.banner_cta  a.right
{
    background: #fba819;
    padding-left: 15px;
    text-align: left;
    margin-left: 1rem;
}
a#menu {
    position: fixed;
    bottom: 80px;
    right: 20px;
    box-shadow: 7px 7px 10px rgba(0,0,0,.5);
    background: #fba819;
    padding: 15px;
    border-radius: 50%;
    z-index: 999;
    color: #fff;
    width: 75px;
    font-size: 14px;
    text-align: center;
    display: block;
    height: 75px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    line-height: 1.7;
}
.icon-bar {
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 0;
    overflow: hidden;
    border: 0;
    border-top: 0;
    margin: 6px 0;
}
.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
}
button.close:before, button.close:after {
    top: 0;
}
button.close {
    background: #fff !important;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 1;
}
.center-close {
    right: 120px;
    margin: 0 auto;
    opacity: 1;
    top: 110px;
	display:none;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}


.main-menu {
    padding: 100px 0 250px;
}
.main-menu-topcontainer {
    padding: 0;
    width: 50%;
    margin: 0;
    margin-left: auto;
}
ul#primary-menu {
    padding:0;	
    margin:0;
    margin-left: auto;
    list-style-type: none;

}
ul#primary-menu a {
    font-size: 75px;
    text-transform: uppercase;
    line-height: 1;
    color: #1b2a39;
    display: block;
    font-weight: 500;
    padding: 0.5rem 0;
    text-decoration: none;
}
ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul#primary-menu ul.sub-menu a
{
    font-size: 45px;
    padding: 0.5rem 1.5rem;
}

.nav-menu {
    background: #31405f;
    opacity: 1;
    height: 100%;
    color: #fff;
    overflow: inherit;
    position: fixed;
    width: 100%;
    z-index: 999999;
    display: none;
    overflow-y: auto;
    will-change: transform;
	padding: 100px 0 100px;
}
.group-logo {
    margin: 0;
    display: block;
    text-align: right;
    margin-top: -75px;
    margin-right: 100px;
}

/*============Contact Page========================*/
.page-template.page-template-contact-page {

}
.top_header {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.amenities_block 
{
    padding:3.5rem 1rem 2rem;
}
.amenities_block .icon-img
{
    max-width: 65px;
    height: auto;
}

.media:last-child .media-body {
    border-bottom: 2px solid #000;

}
.media-body {
    padding: 1rem 0;
    border-top: 2px solid #000;
}
h5.amenity_title {
    font-size: 14px;
    margin: 0;
}
.nav-pills .nav-link
{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    background-color: #1b2a39;
    font-size: 56px;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative;
}
.nav-pills .nav-link:after
{
    position:absolute;
    right: 15px;
    top:0;
    bottom:0;
    background: url('images/arrow.png') no-repeat center;
    content: "";
    height:100%;
    width: 60px;
}
.nav-pills .nav-link:last-child
{
    margin:0;	
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fba819;
}
.photo-description {
    font-size: 18px;
    padding: 1rem 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.photo-title {
    font-size: 100px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right:20px;
    color: #fff;
    opacity: 0.52;
    text-transform: uppercase;
}
.tab-content>.tab-pane:first-child .photo-title {
    top: 120px;
    left: 20px;
    bottom: auto;
    right:auto;
}
.home .exclude-home-home
{
    display: none;	
}

.floor_img
{
    width: 300px;
    margin-left: auto;	
}
.logo_floors {
    margin-top: 30px;
    position: absolute;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 1.3;
}
.topnumber {
    font-size: 50px;
	    font-weight: 400;
}
.floor_container h3
{
    font-size:17px;	
}
.floor_details .floor_name
{
    font-family: 'Oswald', sans-serif;	
    font-size:48px;
    color:#fba819;	
}
.floor_details {
    position: absolute;
    bottom: 0;
}
.rgt-vert-img img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 75px;
    bottom: 0;
    max-height: calc(100% - 30px);
    right: 5px;
}
.floor_container .btn-posabs {
    position: absolute;
    bottom: 30px;
    right: 65px;
}
.rgt-vert-icon {
    position: absolute;
    bottom: 75px;
    right: 120px;
}
.flat_details {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.flat_details div
{
padding:0.5rem 1rem;
display: inline-block;	
margin-bottom:0.5rem;
min-height: 110px;
vertical-align: top;
padding-top: 2rem;
}
.flat_details .flat_name {
    font-weight: 400;
    min-height: 0;
    font-size: 30px;
    background: #1b2a39;
    color: #fba819;
    width: 310px;
    display: inline-block;
    line-height: 40px;
    padding-top: 22px;
    position: relative;
}
.flat_details .flat_name span {
    font-size: 80px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.flat_details .flat_size {
  font-size: 30px;
  color: #fba819;
  background: #1b2a39;
      line-height: 1;
}
.flat_details .flat_size span {
  font-size: 38px;
  display:block;
}
.flat_details .flat_price {
  font-weight: 400;
  font-size: 22px;
  color: #1b2a39;
  background: #fba819;
  line-height: 1;
}
.flat_details .flat_price span {
  font-size: 38px;
  display:block;
  font-weight: 500;
}
.flat_details .flat_bathroom {
  font-size: 22px;
  color: #1b2a39;
  background: #baa980;
  font-weight: 400;
      line-height: 1;
}
.flat_details .flat_bathroom span {
  font-size: 38px;
  font-weight: 500;
  display:block;
}
.flat_img {
    width: calc(100% - 260px);
    height: auto;
    padding: 1rem;
}
.flat_img img{
    max-height: 395px;	
}

.flats {
    padding: 8px;
    cursor: pointer;
}

.site-info
{
    font-family: 'Oswald', sans-serif;	
    background: #baa980;	
    color: #fff;
    font-size:20px;
    text-transform:uppercase;
    padding: 1rem 0;
}
.site-info a:not(.btn)
{
    color: #fff;
    text-decoration:none;
}
.site-info a:not(.btn):hover{
    color: #1b2a39;
}
.imgsec-t {
    position: relative;
    z-index: 2;
    padding: 0.5rem;
}
img.imgright {
    position: absolute;
    bottom: 80px;
    z-index: 2;
    margin: 0 auto;
    right: -7px;
}
img.imgleft {
    position: absolute;
    bottom: 80px;
    z-index: 2;
    margin: 0 auto;
    left: -7px;
}
img.imgbottom {
    position: absolute;
    bottom: 35px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.tagline-top, .title-top, .title-date {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
    color: #fba819;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.title-top {
    font-size: 70px;
}
.title-date {
    font-size: 150px;
    letter-spacing: 0.1em;
}
.text-bottom {
    padding: 0.5rem 2rem;
    font-size: 26px;
    text-transform: uppercase;
    color: #fba819;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    border-bottom: 2px solid;
    border-top: 2px solid;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.home_popup .main-logo {
    position: absolute;
    right: 40px;
    top: 40px;
}
.modal-dialog {
    max-width: 1140px;
    margin: 1.75rem auto;
}
.border-bottom.tagline-top{
	font-size: 30px;
    text-transform: uppercase;
    color: #fba819;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.container.home_popup h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fba819;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

}
.container.home_popup h3 {
    font-size: 24px;
    color: #fba819;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
    padding: 0 1.5rem;
}
ul#menu-new-home-menu {
    padding: 0;
    margin: 0;
    margin-left: auto;
    list-style-type: none;
	    font-family: 'Oswald', sans-serif;
}
ul#menu-new-home-menu a {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 0.5rem 2rem;
    text-decoration: none;
    margin: 0.3rem 0;
    position: relative;
}
ul#menu-new-home-menu .active-btn a
{
    background: #fba819;
}
ul#menu-new-home-menu a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 32px;
    background: url(images/arrow.png);
    background-position: center;
    background-size: 32px 39px;
    background-repeat: no-repeat;
}
.border-bottom {
    border-bottom: 1px solid #fba819!important;
}
a.foo-social {
    display: inline-block;
    margin-left: 10px;
}
.floating-social {
    position: fixed;
    top: 50%;
    width: 48px;
    right: 0;
    margin-top: -40px;
	z-index:99;
}
.floating-social a.foo-social {
    margin: 1px 0;
}
@media(max-width: 1199px) {
.home_popup .main-logo {
    width: 120px;
}	
.logo_floors {
    font-size: 15px;
}
.floor_img {
    margin-bottom: 30px;
}
.container.home_popup h2 {
    font-size: 48px;
}
ul#menu-new-home-menu a {
    font-size: 40px;
}
.group-logo {
    margin: 0;
    display: block;
    text-align: left;
    margin-top: 15px;
    margin-right: 0;
}
.nav-pills .nav-link {
    font-size: 50px;
	padding: 1.4rem 1rem;
}
.main_banner .main_banner__tagline h1
{
    letter-spacing: 0.25em;	
}
.main_banner .banner_text h2
{
    font-size: 54px;
}
}
@media(max-width: 991px) {
.home_popup .main-logo {
	right: 30px;
    top: 20px;
    width: 100px;
}		
    .logo_floors {
    margin-top: 5px;
    position: absolute;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
}
.container.home_popup h2 {
    font-size: 30px;
}
ul#menu-new-home-menu a {
    font-size: 28px;
} 
.border-bottom.tagline-top {
    font-size: 20px;
}
.container.home_popup h3 {
    font-size: 18px;
}
ul#menu-new-home-menu a:after {
    background: url(images/arrow.png);
    background-position: center;
    background-size: 24px 31px;
    background-repeat: no-repeat;
}
.tagline-top {
    font-size: 21px;
 }
.title-date {
    font-size: 110px;
}
.title-top {
font-size: 55px;
}
.text-bottom {
    font-size: 18px;
}
.tagline-top, .title-top, .title-date
{
    letter-spacing: 0.01em;
}    
.main_banner .main_banner__tagline h1 {
    letter-spacing: 0.25em;
	font-size: 22px;
}
.main_banner .banner_text h2 {
    font-size: 40px;
}
.main_banner .banner_text h3 {
    font-size: 24px;
}
	.nav-menu, .main-menu {
		background: url('images/mobile-menuu-bg.jpg') center no-repeat !important;
		background-size: cover !important;
	}
    ul#primary-menu, .main-menu-topcontainer {
        width: 100%;
    }
	ul#primary-menu a {
        text-align: center;
    }
    .group-logo {
        text-align: center;
        margin-top: 50px;
        margin-right: 0;
    }
	div#flats {
     -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
	.logo_floors {
    width: 100px;
}
.topnumber {
    font-size: 32px;
}
.floor_details .floor_name {
    font-size: 32px;
}
img.imgright,img.imgleft {
    bottom: 50px;
}
.floor_container h3 {
    font-size: 12px;
}

.team_block h1 {
        font-size: 40px;
    }
    h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }
	.bottom_align{
		word-break: break-all;
	}
	.bottom-group-logo {
    margin-top: 20px !important;
}
.amenities_block .icon-img {
    max-width: 50px;
}
}
@media(max-width: 767px) {
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
 ul#menu-new-home-menu a
{
padding: 0.5rem 1rem;
}  
.close {
    top: -16px;
}
    .tagline-top {
    font-size: 18px;
 }
.title-date {
    font-size: 100px;
}
.title-top {
font-size: 55px;
}
.text-bottom {
    font-size: 16px;
}
.close {
    top: -15px;
}
    .menu_close {
        display: block;
        text-align: center;
        padding: 1rem 1rem 2.5rem;
    }
    a#menu:not(.menu-link-active) {
    bottom: 120px;
	padding: 8px 12px;
    width: 50px;
    height: 50px;
    }
	.icon-bar {
    height: 4px;
	}
    .close {
        position: relative;
        right: 0;
        top: 0;
        opacity: 1;
        float: none;
        margin: 0 auto;
    }
	.main-menu .close
	{
		display:block;
	}

    .main_banner {
        padding: 40px 0 0;

    }
    .main_banner .pos_abs {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.25;
    width: 100%;
    }
    .main_banner .main_banner__tagline h1 {
        font-size: 30px;
		text-align: center;
        letter-spacing: 0.05em;
    }
    .main-logo.logo_right {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .main_banner .banner_text h2 {
        font-size: 40px;
    }
    .main_banner .banner_text h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .banner_cta a.left {
	border-right: none;
    border-bottom: 2px solid #1b2a39;
    margin-right: 0;
    text-align: center;
    }
    .banner_cta a.right {
         border-left: none;
    padding-left: 0;
    text-align: center;
    margin-left: 0;
    }
    .banner_cta a{
        letter-spacing: 0.1em;
        font-size: 32px;
        padding: 0.5rem 0;
    }
    .banner_cta {
        padding: 0.5rem 0;
    }
    .media:last-child .media-body {
        border-bottom: none;

    }
    ul#primary-menu a {
        font-size: 40px;
    }
    ul#primary-menu ul.sub-menu a
{
    font-size: 20px;
}

    .main-menu {
        padding: 50px 0 50px;
        background-position: right !important;
    }

    img.object-fit-cover {
        height: auto!important;
    }
    .nav-pills .nav-link {
        font-size: 40px;
        padding: 0.5rem;
    }
    .nav-pills .nav-link:after {
        right: 10px;
        background: url(images/arrow.png) no-repeat center;
        height: 100%;
        width: 22px;
        background-size: contain;
    }
    .photo-description
    {
        position: relative;
        font-size: 16px;
        padding: 1rem 1rem;	
        margin-top: 1rem;
    }
    .photo-title {
        font-size: 40px;
    }
    .tab-content>.tab-pane .photo-title{
        left: auto;	
        top: 0;
    }
    .tab-content>.tab-pane:first-child .photo-title {
        top: 0;
        left: 10px;
    }
	.flat_details .flat_name {
	max-width: 100%;
	    margin-top: 10px;
}
.flat_details .flat_name span {
    font-size: 40px;
    position: absolute;
    right: 5px;
    top: 25px;
}
.flat_details .flat_size {
  font-size: 24px;
}
.flat_details .flat_size span {
  font-size: 28px;
}
.flat_details .flat_price {
  font-size: 20px;
}
.flat_details .flat_price span {
  font-size: 28px;
}
.flat_details .flat_bathroom {
  font-size: 20px;
}
.flat_details .flat_bathroom span {
  font-size: 28px;
}
.floor_img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.logo_floors {
	margin-top: 10px;
}
.rgt-vert-icon {
    position: static;
    padding-bottom: 70px;
	text-align: center;
}
div#flats {
width: auto;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.rgt-vert-img img {
    max-width: 30px;
}
.flat_img {
    width: 100%;
    height: auto;
    left: 0;
}
}
.lds-dual-ring {
    display: inline-block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;    
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fba819;
  border-color: #fba819 transparent #fba819 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-loader
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	margin-left: -15px;
	margin-right: -15px;
	display: none;
	text-align: center;
	z-index: 100;
}
