/*
Theme Name: Telliportal
Author: Djordje
Description: Telliportal
Version: 1.1

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

html, body {
    margin: 0;
    padding: 0;
    color: #1d1d1b;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700
}
.slider-margin{
	margin-bottom: 5rem!important;
}
.virtual-iframe{
	margin-top:2em;
}
.remove-border::after{
	display:none;
}
div.post-slideshow{
	height:auto;
	margin:0;
	margin-top:10px;
}
p {
    font-weight: 600
}
.text-secondary{
    color:#000000!important;
}
#yt_video {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
#svg svg {
    max-width: 100%;
    height: auto;
}

#svg #C g{
	/*-webkit-transform:translate(0, 0);
	transform:translate(0, 0);*/
	transform: translate(0,0);
	transition:all .6s ease;


}
#svg #B g{
	transform: translate(0,0);
	transition:all .6s ease;

}
#svg #A g{
	transform: translate(0,0);
	transition:all .6s ease;

}
@keyframes isometryAnimationIn2{
	from{-webkit-transform:translateY(-80px);transform:translateY(-80px)}
	to{-webkit-transform:translateY(0);transform:translateY(0)}}

@keyframes isometryAnimationIn{
	from{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
	to{-webkit-transform:translate(0, -80px);transform:translate(0, -80px)}}
.move-up{
   /* -webkit-animation:isometryAnimationIn 0.6s forwards ease-out!important;
	animation:isometryAnimationIn 0.6s forwards ease-out!important;*/
	transform: translate(0,-80px)!important;
	transition:all .6s ease;
}
.move-up-2{
    transform: translate(30px, -40px);!important;
	animation: .5 ease-out;
}
.modal-header img{
    max-width: 100px;
}
.active{
fill:#ea5a5e!important;
}

.contact-form {
    width: 70%
}



.label {
    width: 100%
}

label {
    font-size: 18px
}
.posts h1{
	font-size: 2em;
    font-weight: 900;
}

.posts-link a {
    font-size: 30px;
    font-weight: 600
}

.posts-link a:hover {
    font-size: 30px;
    font-weight: 600
}
.slideshow{
	height:595px;
}

.select {
    display: block;
    width: 100%;
    padding: .475rem .75rem
}

.btn-two {
    background-color: #f0efe1;
    color: #1d1d1b;
    padding: 20px 35px;
    font-weight: 500
}

.btn-two:hover {
    background: #f0efe1;
    color: #1d1d1b
}

.posts {
    margin-top: 70px
}

main a {
    text-decoration: underline !important
}

main a:hover {
    text-decoration: none !important;
    color: #000
}

.social-media {
    margin-bottom: 6px;
    padding-left: 15px
}

.social-media a:hover {
    text-decoration: none
}

.social-media a img {
    width: 23px
}

.posts .center {
    padding: 0 3vw !important
}

.post {
    padding-top: 2em;
    position: relative
}
.mailchimp{
	padding-top: 2em;
	 position: relative
}
.mailchimp-background{
	margin-top:1em;
	margin-bottom:2.5em;
	background:#c2d6d7;
}
.mailchimp .input label{
	width:100%;
}
.mailchimp-images .mr{
   height: 230px;
}
.mailchimp-images .mrs{
   height: 270px;
}
.mc4wp-form-error .input label input{
	border-bottom:2px solid #dc3232!important;
}
.mc4wp-form-success .input label input{
	border-bottom:2px solid #302e2f!important;
}
.mc4wp-error{
	color:#dc3232;
	margin-top: 10px;
}
.mc4wp-success{
	color:#46b450;
    margin-top: 10px;
}
.mailchimp .input label input{
	background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom:2px solid #302e2f;
    width: 100%;
    margin-bottom: 40px;
	outline:none;
}
.mailchimp .submit-button input{
	width: 150px;
    padding: 15px 0px;
    border: none;
    border-radius: 50px;
    background: #bcb56a;
}
/*.mailchimp:before {
    content: "";
    display: block;
    left: 0;
    height: .5em;
    background: #000;
    border-radius: .25em;
    position: absolute;
    width: 20em;
    left: 50%;
    margin-left: -10em;
    top: 0;
}*/

.section:after {
    display: none !important
}

.title {
    margin-bottom: 50px !important
}

.podcast {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.post:before {
    content: "";
    display: block;
    left: 0;
    height: .5em;
    background: #000;
    border-radius: .25em;
    position: absolute;
    width: 20em;
    left: 50%;
    margin-left: -10em;
    top: 0
}

.text-image {
    z-index: 1000;
    position: absolute;
    top: 200px;
    color: #fff;
    margin: auto;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    text-align: center
}
.text-image p{
	max-width:60%;
	margin:auto;
	font-weight:900!important;
}

.modal-image {
    max-width: 100%;
    margin-bottom: 100px
}

.navbar-brand img {
    width: 192px;
    height: 88px
}

.circle {
    border-radius: 100%;
    background: #8885c1;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    left: -70px;
    z-index: 1000;
    color: #fff;
    text-align: center;
    transform: rotate(345deg);
    font-size: 20px
}
.circle-2 {
    border-radius: 100%;
    background: transparent;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    left: 100px;
    z-index: 1000;
    color: #fff;
    text-align: center;
    transform: rotate(345deg);
    font-size: 20px
}

#available-filter label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: .5em;
    vertical-align: -8px;
    padding: 0;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50px;
    background-color: #f7f5ef
}

#frei-input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#frei-input label {
    position: relative
}

#available-filter label {
    margin-top: 10px;
    letter-spacing: .43px;
    color: #1D1D1B;
    font-weight: 400;
    position: relative
}

.available-filter-title {
    margin-top: 20px;
    margin-left: 10px;
    letter-spacing: .43px;
    color: #1D1D1B;
    font-weight: 400
}

li strong {
    font-weight: 700
}

ul.dl-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row-reverse
}

ul.dl-list li {
    display: block;
    margin-bottom: 10px;
    margin-left: 30px
}

#available-filter input:checked + label:after {
    -webkit-animation: check2 0.8s ease 0s running;
    animation: check2 0.8s ease 0s running;
    display: block;
    width: 8px;
    height: 14px;
    border-color: #000;
    z-index: 9
}

#available-filter label:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    height: 16px;
    left: 7px;
    position: absolute;
    top: 16px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 6px;
    display: none;
    z-index: 9
}

ul.dl-list a {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    background-repeat: no-repeat;
    padding: 9px 10px 9px 10px;
    display: block;
    text-decoration: none !important
}

ul.dl-list a:hover {
    text-decoration: none
}

ul.dl-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.dl-list li a:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    background: #000;
    -webkit-transition: 550ms;
    -o-transition: 550ms;
    transition: 550ms
}

ul.dl-list li:hover a:after {
    width: 100%;
    height: 2px;
    background: #000
}

ul.dl-list {
    padding: 0;
    margin-bottom: 20px
}

ul.dl-list li img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

ul.dl-list li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.dropdown-toggle::after {
    display: none
}

.scrollit {
    height: 500px;
    width: 100%;
    overflow-y: scroll
}

.scrollit::-webkit-scrollbar {
    display: none
}

#flat-table thead {
    position: sticky;
    top: 0;
    z-index: 1000
}

.row-background-color {
    background: #f0efe1
}

.scrollit {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bold {
    font-weight: 700;
    text-align: center
}

.popup-table {
    width: 100%
}

.row-color {
    background: #F0EFE1
}

.popup-table tr td {
    font-size: 14px;
    padding: 10px;
    letter-spacing: .34px;
    color: #1D1D1B;
    font-weight: 700
}

.pdf-btn {
    border: 2px solid #1D1D1B;
    padding: 10px 25px;
    letter-spacing: .58px;
    color: #1D1D1B;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px
}

table tr {
    cursor: pointer
}

.pdf-btn:hover {
    color: #1D1D1B
}

.link-btn {
    display: inline-block;
    letter-spacing: .58px;
    color: #1D1D1B;
    font-size: 24px;
    font-weight: 700
}

 .link-btn img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.link-btn:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}



.link-btn:hover {
    color: #1D1D1B
}

table#flat-table th {
    background: #000;
    color: #fff;
    border: none;
    font-size: 11px;
    font-family: 'Nunito Sans';
    padding: 10px;
    text-align: left
}

table#flat-table tr td {
    background: transparent !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0 8px 10px;
    color: #1d1d1b
}

.popup-content-right h4 {
    font-size: 32px;
    font-weight: 900;
    color: #1D1D1B;
    margin-top: 48px
}

.popup-content-wrap > div.popup-content-right table {
    margin-bottom: 30px;
    width: 100%;
    border-collapse: collapse
}

.popup-content-wrap div.popup-content-right table tr:nth-child(odd) td {
    background: #F7F5EF !important
}

.hidden {
    display: none
}

.slideshow {
    position: relative
}

.cycle-slideshow img {
    z-index: 9 !important
}

.navbar-toggler {
    position: relative;
    border: 0;
    height: 35px
}

.modal-header {
    border-bottom: none !important
}

#flat-table {
    margin-left: 0
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: 0
}

.modal-title {
    letter-spacing: 0;
    color: #1D1D1B;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Nunito Sans', sans-serif
}

.table-filter select {
    border: 1px solid #000;
    padding: 5px 40px 5px 13px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    letter-spacing: .58px;
    color: #1D1D1B;
    font-size: 24px;
    font-weight: 700
}
.fw-900 {
	font-weight: 900;
}
}
.table-filter #story-filter, .table-filter #room-filter {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 22px;
    right: 10px
}

.table-filter #story-filter img, .table-filter #room-filter img, .table-filter #buildings-filter img, .table-filter #date-filter img {
    content: '';
    background-image: url(/wp-content/uploads/2021/06/select-arrow-icon.svg);
    width: 6px;
    height: 10px;
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#story-filter, .table-filter #room-filter, .table-filter #buildings-filter, .table-filter #date-filter  {
    font-size: 16px;
    font-family: 'Nunito Sans';;
    display: inline-block;
    margin-right: 3%;
    border-radius: 20px;
    vertical-align: middle;
    position: relative;
	margin-bottom: 10px;
}

#story-filter-list-primary {
    background-color: #f7f5ef;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 400;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: .5rem 1rem;
    color: #000;
    float: left;
    width: 100%
}

#story-filter-list-primary li:nth-child(1) {
    display: block
}

#story-filter ul li {
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: none
}

#story-filter ul li a {
    display: block;
    padding-left: 10px
}

#story-filter ul li.tab-active a {
    color: #fff
}

#story-filter-list-primary li a {
    pointer-events: none
}

#story-filter-list-secondary {
    list-style: none;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 42px;
    border: 1px solid #000;
    z-index: 9;
    background-color: #f7f5ef;
    padding: 0
}

#story-filter-list-primary li {
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 10px;
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 0;
    display: none;
    list-style: none
}

#story-filter-list-secondary li:hover {
    background: #007cba
}

#story-filter-list-secondary li:hover a {
    color: #fff
}

#room-filter-list-primary {
    background-color: #f7f5ef;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 400;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: .5rem 1rem;
    color: #000;
    float: left;
    width: 100%
}

#room-filter-list-primary li:nth-child(1) {
    display: block
}

#room-filter ul li {
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: none
}

#room-filter ul li a {
    display: block;
    padding-left: 10px
}

#room-filter ul li.tab-active a {
    color: #fff
}

#room-filter-list-primary li a {
    pointer-events: none
}

#room-filter-list-secondary {
    list-style: none;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 42px;
    border: 1px solid #000;
    z-index: 9;
    background-color: #f7f5ef;
    padding: 0
}

#room-filter-list-primary li {
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 10px;
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 0;
    display: none;
    list-style: none
}

#room-filter-list-secondary li:hover {
    background: #007cba
}

#room-filter-list-secondary li:hover a {
    color: #fff
}

.table-more-filter .ui-slider {
    margin: 0 8px
}

.price-range-wrap, .size-range-wrap {
    display: inline-block;
    width: 35%;
    margin-right: 3%;
    vertical-align: middle;
    padding-top: 15px;
    font-size: 15px
}

.price-range-wrap label {
    letter-spacing: .43px;
    color: #1D1D1B;
    font-weight: 400;
    margin-bottom: 20px
}

.price-range-wrap p {
    letter-spacing: .43px;
    color: #1D1D1B;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px
}

.price-range-wrap p, .size-range-wrap p {
    text-align: center;
    font-size: 14px;
    padding-top: 5px
}

.price-range-wrap input, .size-range-wrap input {
    display: none
}

div#available-filter {
    font-size: 15px;
    display: inline-block
}

@media (max-width: 1024px) {
    .scrollcontainer {
        -webkit-overflow-scrolling: touch;
        overflow: hidden;
        overflow-x: auto
    }

    .scrollcontainer table {
        padding: 0 30px;
        min-width: 1024px
    }
}

.navigate-text p {
    letter-spacing: .43px;
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 400
}

.navbar-toggler span {
    display: block;
    background-color: #3c3c38;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.modal-lg, .modal-xl {
    max-width: 100% !important
}

.modal-dialog {
    max-width: 100% !important
}

.modal-content {
    max-width: 900px;
    margin: auto;
	    margin-top: 150px;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .9
}

.collapse:not(.show) {
    display: none !important
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: .9
}

a {
    color: inherit;
    text-decoration: none
}

.typo a {
    text-decoration: underline
}
.typo a:hover {
    text-decoration: none;
	color:#1d1d1b;
}
.classFlex {
    display: flex !important
}

.text-mobile {
    display: none
}

header {
    background: #f0efe1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000
}

.playing header {
    position: fixed;
    left: 0;
    right: 0
}

.center {
    padding: 0 7vw;
    max-width: 90rem;
    margin: auto;
    overflow: hidden
}

section .center {
    max-width: 85rem
}

header .center {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.dropdown-menu {
    background: transparent !important;
    border: none !important
}

header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mainnav2 {
    display: none
}

.mainnav {
    height: 60px;
    position: relative
}

.navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #f0efe1
}

.navbar-brand {
    margin-right: 0px !important
}

.navbar-expand-lg .navbar-collapse {
    display: none
}

.collapse:not(.show) {
    display: none
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: none !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.all-posts .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100% !important
}

.navbar .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100% !important
}

@media (min-width: 1200px) {
   /* .navbar .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px !important
    }*/

    .posts .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85rem !important
    }

    .posts .center, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95rem !important
    }

    .all-posts .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px !important
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #1d1d1b
}

.navbar-nav ul li {
    font-weight: 600
}

.navbar-nav li a {
    font-size: 1.5em;
    padding-left: 20px !important;
    padding-right: 20px !important
}

#menu-primary .current-menu-item a {
    color: #ea5a5e !important
}

#menu-primary .navbar-nav li a:hover {
    color: #ea5a5e !important
}

.current-menu-item a {
    color: #ea5a5e !important;
    text-decoration: none;
    font-weight: 700
}

.navbar-nav li a:hover {
    color: #ea5a5e !important;
    text-decoration: none
}

header nav a {
    padding: 0 1em
}

header nav a:hover, header nav a.active {
    color: #ea5a5e
}

nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    flex-wrap: wrap
}

.dropdown-menu1 {
    font-size: .85em !important;
    margin-top: .5em !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #ea5a5e !important;
    background-color: #f0efe1 !important;
    border: none !important;
    left: -100px !important;
    bottom: 0 !important
}

.dropdown-menu1.show {
    display: flex !important
}

.dropdown-menu1 li {
    list-style-type: none !important
}

.dropdown-item1 {
    color: #ea5a5e !important;
    font-weight: 600;
    font-size: 1.4em !important
}

.dropdown-item1:hover {
    background-color: #f0efe1 !important
}

header nav li {
    display: block
}

.hide {
    display: none !important
}

header .logo img {
    width: 12em;
    height: 5.5em
}

.nav-toggle {
    display: none;
    font-size: .75em;
    position: relative;
    padding: 0;
    cursor: pointer;
    background: none;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 4em;
    height: 4em;
    border: none;
    margin: 1em
}

.nav-toggle:focus {
    outline: none
}

.nav-toggle span {
    display: block;
    position: absolute;
    height: .3em;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-toggle span:nth-child(1) {
    top: calc(50% - 1em)
}

.nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
    top: 50%
}

.nav-toggle span:nth-child(4) {
    top: calc(50% + 1em)
}

.nav-toggle.open span:nth-child(1) {
    top: calc(50% - 1em);
    width: 0%;
    left: 50%
}

.nav-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-toggle.open span:nth-child(4) {
    top: calc(50% + 1em);
    width: 0%;
    left: 50%
}

video {
    width: 100%
}

.video {
    transition: height 1s ease;
    overflow: hidden;
    display: flex;
    height: 100vh
}

.video .center {
    width: 100%
}

.video.hide {
    height: 0vh
}

.video.hidden {
    display: none
}

.video, .collage {
    background: #f0efe1
}

.collage .center {
    padding-bottom: 2rem
}

.collage img {
    display: block
}

.collage .grid-item:nth-child(3n) {
    padding-left: 1em
}

.collage .grid-item:nth-child(2n) {
    padding-top: 1em
}

section {
    position: relative;
    padding-bottom: 2em;
    padding-top: 2em
}

section h1 {
    margin-top: 1.25em;
    font-size: 2em;
    font-weight: 900
}

section h2 {
    font-size: 1.5em;
    font-weight: 900
}

section h3 {
    font-size: 1.4em;
    font-weight: 900
}

section .quote {
    padding: 0 3vw;
    margin: 2em 0 2.5em 0;
    font-size: 1.75em
}

section h1, section h2, section .quote {
    text-align: center
}

section h1 + h3 {
    margin-top: -1.25em
}

section > .center > h1:first-child {
    margin-top: 1em
}

section .typo {
    margin: 2em 0;
    line-height: 2em;
    font-size: 1.1em
}
.typo {
    line-height: 2em;
	font-size: 1.1rem;
}
section .typo.cols {
    columns: 2
}

section .typo strong, section .typo em {
    font-weight: 900;
    /*font-size: 1.3em;*/
    line-height: 1em
}

section .typo em {
    color: #ea5a5e;
    font-style: normal
}

.slideshow {
    margin: 2em 0
}
section .typo strong, section .typo em {
	overflow-wrap: anywhere!important;
}
.cycle-slideshow img {
    width: 100%;
	height:100%;
	object-fit:cover;
}

.cycle-caption {
    font-style: italic;
    font-size: smaller;
    margin: .5em 0
}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 600;
    font-size: 4em;
    color: #fff;
    padding: .25em;
    transition: opacity .5s linear;
    cursor: pointer
}

.cycle-next {
    right: 0;
    left: auto
}

section::after {
    content: "";
    display: block;
    left: 0;
    height: .5em;
    background: #000;
    border-radius: .25em;
    position: absolute;
    width: 20em;
    left: 50%;
    margin-left: -10em;
    bottom: 0
}

section:last-child::after {
    display: none
}

.row {
    display: flex;
    margin: 0 -1rem
}

.row.reverse {
    flex-direction: row-reverse
}

.row > .col {
    width: 50%;
    padding: 0 1rem
}

.timeline {
    position: relative;
    padding: 1em 0;
    margin: 1em 0
}

.timeline .col:first-child, .timeline .col:first-child h1 {
    text-align: right
}

.timeline::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1em;
    margin-left: -.5em;
    background: top center/.25em repeat-y;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg viewBox='0 0 120 180' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E")
}

@media (min-width: 1251px) {
    .showdesktop {
        display: block
    }
}

@media (max-width: 1250px) and (min-width: 1001px) {
    .showtablet {
        display: block
    }
}

@media (max-width: 1250px) {
    body {
        font-size: .8em
    }
}

@media (max-width: 1030px) {
    .social-media a img {
        margin-top: 5px
    }
}

@media (max-width: 508px) {
    ul.dl-list li {
        margin-left: 0
    }
}

@media (max-width: 1350px) {
    .cards h3 {
        font-size: 20px
    }
}

@media (max-width: 1113px) {
    ul.dl-list {
        flex-direction: row
    }
}

@media (max-width: 1000px) {
    nav.main {
        display: none
    }

    .nav-toggle, nav.main > ul, header.open nav.main, header.open nav.main a, header .center {
        display: block
    }

    header nav a {
        padding: .25em 0
    }

    header nav ul.sub {
        margin: 0;
        padding: 0 0 1em 1em;
        height: auto
    }

    header nav.main {
        margin: 1em 0
    }

    header .logo img {
        width: 8em;
        height: 3.66em
    }

    .hidemobile {
        display: none !important
    }

    .showmobile {
        display: block
    }
}

@media (max-width: 767px) {
    #flat-table .text-mobile {
        display: block
    }

    #flat-table .text-desktop {
        display: none
    }

    #story-filter, .table-filter #room-filter, .table-filter #buildings-filter {
        margin-bottom: 10px;
        margin-right: 2%
    }

    .navbar-brand img {
        width: 102px;
        height: 47px
    }
}

@media (min-width: 751px) {
    .row > .col > :first-child {
        margin-top: 0
    }

    .box {
        margin: 2em 0
    }
}

@media (max-width: 750px) {
    section > .center > .typo {
        columns: auto
    }

    .row > .col {
        width: auto
    }

    .row {
        display: block
    }

    .timeline {
        padding-left: 1em
    }

    .timeline .col:first-child, .timeline .col:first-child h1 {
        text-align: left
    }

    .timeline::after {
        left: 0
    }

    .collage .grid-item:nth-child(3n) {
        padding-left: .5em
    }

    .collage .grid-item:nth-child(2n) {
        padding-top: .5em
    }

    .cycle-next {
        right: 0;
        left: auto
    }

    .cycle-prev, .cycle-next {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        z-index: 600;
        font-size: 4em;
        color: #fff;
        padding: .25em;
        transition: opacity .5s linear;
        cursor: pointer
    }
}

@media (max-width: 480px) {
    .navbar {
        padding-top: 5px;
        padding-bottom: 0
    }
	.video-container .circle{
		top:20px;
	}
	.video-container .circle-2{
		top:20px;
	}

    .price-range-wrap, .size-range-wrap {
        width: 90%;
        padding-top: 0;
        margin: 0
    }

    .circle {
        width: 120px;
        height: 120px;
        font-size: 18px
    }
	.circle-2 {
		right:150px!important;
        width: 120px;
        height: 120px;
        font-size: 18px
    }

    .btn-two {
        padding: 11px 22px
    }
}
@media (max-width: 1600px) {
    .navbar-light .navbar-nav .nav-link {
    color: #1d1d1b;
    font-size: 1.2em;
}
	.navbar-nav li a {
        padding-right: 10px !important;
		padding-left: 10px !important;
    }
	.mainnav {
    justify-content: center;
}
}
@media (max-width: 1335px) {
    .navbar-nav li a {
        padding-right: 5px !important
    }
}
@media  (max-width: 1300px)  {
	.mainnav{
		justify-content:center;
	}
}

@media (max-width: 1199px) {
    #slider .frame {
        width: 100%;
        height: 550px !important
    }
	.navbar-light .navbar-nav .nav-link {
    color: #1d1d1b;
    font-size: 1.5em;
}
	.social-media{
		padding-left:20px;
	}
	.mainnav {
        height: auto;
        display: none !important
    }
	.navbar-expand-lg .navbar-collapse {
        display: flex
    }
	    .mieda-1 {
        display: none
    }
}
@media (min-width: 991px) {
	.video-container .circle-2{
	top:145px;
	left: -70px;
}
}
@media (max-width: 991px) {
    
	.circle-2{
		    left: 150px;
	}
    .slideshow {
    height: 395px;
    }

	.cycle-slideshow{
		height:400px!important;
		
	}
	.cycle-slide{
		height: 100%!important;
	    width: 100%;
	}
	.text-image{
		font-size:30px;
		top:130px;
	}
	.text-image p {
    max-width: 80%;
    margin: auto;
}
    

    .ul.dl-list {
        flex-direction: row
    }

    .circle {
        top: -25px;
        left: -30px
    }


}
@media (max-width: 768px) {

.virtual-iframe {
    margin-top: 1em;
    height: 500px;
}
}
@media (max-width: 700px) {


    .circle {
        right: 0;
        left: 0;
        margin: auto;
        margin-right: 0
    }
	.circle-2{
	right: 180px;
    left: 0;
    margin: auto;
    margin-right: 0;
	}
		.text-image{
		font-size:25px;
		top:130px;
	}
}
@media (max-width: 500px) {
	.text-image {
    font-size: 20px;
}
	.center {
		padding: 0 3vw;
	}
}
@media (max-width: 1250px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    }

    .navbar-brand {
        margin-right: 5px
    }

    .navbar-brand img {
        margin-right: 10px
    }
}
@media (max-width: 480px) {
   .virtual-iframe {
    margin-top: 1em;
    height: 400px;
}
}
@media (max-width: 370px) {
    .navbar-brand img {
        max-height: 50px
    }

    .navbar-brand {
        width: 70%
    }
}