/*slideshow*/

#hp-slideshow {
    position: relative;
}

.ss-slider {
    position: relative;
}

.ss-slider .aios-slider:before,
.ss-slider:before,
.ss-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ss-slider .aios-slider:before {
    background: rgba(0, 0, 0, 0.4);
}

.ss-slider:before {
    height: 205px;
    opacity: 0.1;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.ss-slider:after {
    height: 205px;
    top: initial;
    opacity: 0.5;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.ss-content-middle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.8% 0 0;
}

.ss-content-middle h2 {
    text-align: center;
    font-size: 77px;
    font-weight: 300;
    line-height: 1.222222222222222;
    color: #fff;
    text-shadow: 1px 5px 8.28px rgba(0, 0, 0, 0.4);
}

.ss-content-middle h2 span {
    display: block;
    font-size: 29px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 400;
}

.ss-content-bottom {
    position: absolute;
    bottom: 8.5%;
    left: 0;
    right: 0;
    z-index: 2;
}

.ss-content-cta-list {
    margin: 0 9px;
}

.ss-content-cta {
    width: 33.33%;
    padding: 0 18px;
}

.ss-content-cta a.btn-a {
    width: 100%;
}


/*qs*/

#hp-qs {
    position: relative;
    z-index: 1;
    padding: 73px 0 28px;
}

#hp-qs .bg-section:before {
    content: '';
    background: var(--primary);
    filter: grayscale(1);
    opacity: 0.9;
}

#hp-qs .bg-section:after {
    content: '';
    background: var(--primary);
    opacity: 0.7;
}

.qs-title {
    margin-bottom: 41px;
}

.qs-form {
    margin: 0 -15px;
}

.qs-field {
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
}

.qs-field > select,
.qs-field > input,
.qs-field > .bootstrap-select button {
    width: 100%;
    height: 56px;
    background-color: transparent !important;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 0 13px;
    box-shadow: none !important;
    outline: none !important;
}

.qs-field > .bootstrap-select button .filter-option {
    font-size: 13px !important;
    line-height: 1;
    color: #fff !important;
    text-transform: uppercase;
    text-overflow: ellipsis;
}

.qs-field .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 250px !important;
}

.qs-field > select,
.qs-field > .bootstrap-select button {
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/home/icon-qs.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
}

.qs-field > select option {
    color: #000;
}

.qs-field > select::-ms-expand {
    display: none;
}

.qs-field.field-lg {
    width: 206px;
    width: 17.607%;
}

.qs-field.field-sm {
    width: 129px;
    width: 11.026%;
}

.qs-btn {
    width: 20.682%;
}

.qs-btn input {
    width: 50%;
    height: 56px;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--primary);
    text-transform: uppercase;
}

.qs-btn input:hover {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

.qs-btn a {
    width: 50%;
    height: 56px;
    border: 1px solid var(--secondary);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--secondary);
    text-transform: uppercase;
}

.qs-btn a:hover {
    background: #fff;
    border-color: #fff;
    color: var(--primary);
}

.qs-form p {
    text-align: right;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.7;
    margin: 19px 0 0;
}


/*map*/

#hp-map {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.map-placeholder {}

.map-placeholder canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.map-wrap {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.map-wrap canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.map-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-title {
    width: 438px;
    background: var(--primary);
    position: absolute;
    /*bottom: 103px;*/
    top: 541px;
    padding: 44px 0 37px;
}

.map-title .section-title {}

.map-title .section-title span:before {
    left: 40px;
    display: none;
}

.map-airport {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
}

.map-airport .icon-airport {
    width: 31px;
    height: 31px;
    display: block;
    background: url(../images/home/map/icon-airport.png) center/contain no-repeat;
    margin-top: 7px;
}

.map-airport span {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--primary);
    margin-left: 12px;
    line-height: 1.058823529411765;
}

.map-airport.airport-1 {
    top: 120px;
    left: 129px;
}

.map-airport.airport-2 {
    top: 318px;
    left: 1278px;
    flex-wrap: nowrap;
}

.map-airport.airport-2 .icon-airport {
    width: 36px;
    height: 36px;
}

.map-airport.airport-2 span {
    margin-left: 18px;
}

.map-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--primary);
    text-transform: uppercase;
    position: absolute;
}

.map-label.label-1 {
    top: 220px;
    left: 393px;
}

.map-links {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.map-link {
    position: absolute;
}

a.map-link-main {
    position: relative;
    display: block;
}

.map-link-icon {
    display: block;
    width: 20px;
    height: 31px;
    position: relative;
}

.map-link-icon:before,
.map-link-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity var(--default-transition);
}

.map-link-icon:before {
    background: url(../images/home/map/map-pin-default.png) center/contain no-repeat;
}

.map-link-icon:after {
    background: url(../images/home/map/map-pin-hover.png) center/contain no-repeat;
    opacity: 0;
}

.map-link:hover .map-link-icon:before {
    opacity: 0;
}

.map-link:hover .map-link-icon:after {
    opacity: 1;
}

a.map-link-main span {
    position: absolute;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--primary);
    text-align: right;
    padding: 8px 13px;
    transition: all var(--default-transition);
    transition-property: background, color;
}

.map-link:hover a.map-link-main span {
    background: var(--primary);
    color: #fff;
}

.map-link-hover {
    position: absolute;
    width: 473px;
    background: #fff;
    padding: 25px 20px 29px;
    text-align: center;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all var(--default-transition);
    z-index: 10;
}


/*map hoverable extender*/

.map-link-hover:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.map-link:hover .map-link-hover,
.map-link.is-active .map-link-hover {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


/*arrow center bottom*/

.map-link.arrow-bot-mid .map-link-hover {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 13px;
}

.arrow-bot-mid .map-link-hover:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 15.5px 0 15.5px;
    border-color: #FFFFFF transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 1;
}

.map-link.arrow-bot-mid .map-link-hover:after {
    height: 75px;
}


/*arrow left bottom*/

.arrow-left-bot .map-link-hover {
    left: 100%;
    bottom: -106px;
    margin-left: 22px;
}

.arrow-left-bot .map-link-hover:before {
    content: '';
    position: absolute;
    bottom: 109px;
    right: 100%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.5px 16px 17.5px 0;
    border-color: transparent #FFFFFF transparent transparent;
    transform: rotate(0deg);
    z-index: 1;
}

.arrow-left-bot .map-link-hover:after {
    width: 31px;
    right: 100%;
    top: 0;
    bottom: 0;
    left: initial;
}


/*arrow left center*/

.arrow-left-center .map-link-hover {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 22px;
}

.arrow-left-center .map-link-hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.5px 16px 17.5px 0;
    border-color: transparent #FFFFFF transparent transparent;
    transform: rotate(0deg);
    z-index: 1;
}

.arrow-left-center .map-link-hover:after {
    width: 31px;
    right: 100%;
    top: 0;
    bottom: 0;
    left: initial;
}


/*arrow right center*/

.arrow-right-center .map-link-hover {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 22px;
}

.arrow-right-center .map-link-hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.5px 0 17.5px 16px;
    border-color: transparent transparent transparent #FFFFFF;
    transform: rotate(0deg);
    z-index: 1;
}

.arrow-right-center .map-link-hover:after {
    width: 31px;
    left: 100%;
    top: 0;
    bottom: 0;
}


/*arrow right top*/

.arrow-right-top .map-link-hover {
    right: 100%;
    top: -169px;
    margin-right: 22px;
}

.arrow-right-top .map-link-hover:before {
    content: '';
    position: absolute;
    top: 169px;
    left: 100%;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.5px 0 17.5px 16px;
    border-color: transparent transparent transparent #FFFFFF;
    transform: rotate(0deg);
    z-index: 1;
}

.arrow-right-top .map-link-hover:after {
    width: 31px;
    left: 100%;
    top: 0;
    bottom: 0;
}


/*arrow right bottom*/

.arrow-right-bottom .map-link-hover {
    right: 100%;
    bottom: -106px;
    margin-right: 22px;
}

.arrow-right-bottom .map-link-hover:before {
    content: '';
    position: absolute;
    bottom: 109px;
    left: 100%;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.5px 0 17.5px 16px;
    border-color: transparent transparent transparent #FFFFFF;
    transform: rotate(0deg);
    z-index: 1;
}

.arrow-right-bottom .map-link-hover:after {
    width: 31px;
    left: 100%;
    top: 0;
    bottom: 0;
}


/*map hover content*/

.map-link-slider {
    font-size: 0;
    margin-bottom: 52px;
}

.map-link-slide {
    position: relative;
}

.map-link-slide canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.map-link-slide ~ .map-link-slide {
    display: none;
}

.map-link-slider ul.slick-dots {
    position: absolute;
    top: 100%;
    font-size: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 11px 0 0;
}

.map-link-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.map-link-slider ul.slick-dots li button {
    display: flex;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    border: none;
    position: relative;
}

.map-link-slider ul.slick-dots li button:before,
.map-link-slider ul.slick-dots li button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.map-link-slider ul.slick-dots li button:before {
    width: 6px;
    height: 6px;
    background: #b8b8b8;
    margin: auto;
}

.map-link-slider ul.slick-dots li button:after {
    content: '';
    border: 1px solid #d4d4d4;
    opacity: 0;
}

.map-link-slider ul.slick-dots li.slick-active button:before {
    background: #000;
}

.map-link-slider ul.slick-dots li.slick-active button:after {
    opacity: 1;
}

.map-link-hover h3 {
    font-size: 26px;
    color: var(--primary);
    font-family: var(--font-family-title);
    text-transform: uppercase;
    margin-bottom: 11px;
}

.map-link-hover p {
    /* font-size: 13px; */
    font-size: 15px;
    line-height: 1.538461538461538;
    margin: 0 25px 33px;
}

.map-link-hover a.btn-a {
    height: 56px;
}

.map-link[data-area="panama-city-beach"] {
    top: 579px;
    left: 1159px;
}

.map-link[data-area="panama-city-beach"] span {
    bottom: -33px;
    right: 10px;
    transform-origin: right;
    transform: rotate(-55deg);
}

.map-link[data-area="inlet-beach"] {
    top: 511px;
    left: 1024px;
}

.map-link[data-area="inlet-beach"] span {
    bottom: -19px;
    right: 11px;
    transform-origin: right;
    transform: rotate(-55deg);
    padding-right: 10px;
}

.map-link[data-area="rosemary-beach"] {
    top: 496px;
    left: 983px;
}

.map-link[data-area="rosemary-beach"] span {
    bottom: -18px;
    right: 9px;
    transform-origin: right;
    transform: rotate(-57deg);
    padding-right: 10px;
}

.map-link[data-area="alys-beach"] {
    top: 481px;
    left: 946px;
}

.map-link[data-area="alys-beach"] span {
    bottom: -19px;
    right: 15px;
    transform-origin: right;
    transform: rotate(-57deg);
    padding-right: 10px;
}

.map-link[data-area="seacrest"] {
    top: 468px;
    left: 912px;
}

.map-link[data-area="seacrest"] span {
    bottom: -18px;
    right: 16px;
    transform-origin: right;
    transform: rotate(-57deg);
    padding-right: 10px;
}

.map-link[data-area="seagrove"] {
    /* top: 434px;
    left: 833px; */
    top: 431px;
    left: 821px;
}

.map-link[data-area="seagrove"] span {
    bottom: -21px;
    right: 10px;
    transform-origin: right;
    transform: rotate(-57deg);
    padding-right: 10px;
}

.map-link[data-area="seaside"] {
    top: 420px;
    left: 790px;
}

.map-link[data-area="seaside"] span {
    bottom: -21px;
    right: 10px;
    transform-origin: right;
    transform: rotate(-57deg);
    padding-right: 10px;
}

.map-link[data-area="watercolor"] {
    top: 406px;
    left: 754px;
}

.map-link[data-area="watercolor"] span {
    bottom: -17px;
    right: 12px;
    transform-origin: right;
    transform: rotate(-57deg);
    padding-right: 10px;
}

.map-link[data-area="grayton-beach"] {
    top: 397px;
    left: 729px;
}

.map-link[data-area="grayton-beach"] span {
    bottom: -10px;
    right: 15px;
    transform-origin: right;
    transform: rotate(-57deg);
    padding-right: 10px;
}

.map-link[data-area="blue-mountain-beach"] {
    top: 383px;
    left: 679px;
}

.map-link[data-area="blue-mountain-beach"] span {
    bottom: -13px;
    right: 11px;
    transform-origin: right;
    transform: rotate(-56.5deg);
    padding-right: 10px;
}

.map-link[data-area="gulf-place"] {
    top: 357px;
    left: 634px;
}

.map-link[data-area="gulf-place"] span {
    bottom: -23px;
    right: 13px;
    transform-origin: right;
    transform: rotate(-56.5deg);
    padding-right: 10px;
}

.map-link[data-area="dune-allen"] {
    top: 347px;
    left: 589px;
}

.map-link[data-area="dune-allen"] span {
    bottom: -15px;
    right: 11px;
    transform-origin: right;
    transform: rotate(-56.5deg);
    padding-right: 10px;
}

.map-link[data-area="sandestin"] {
    top: 322px;
    left: 497px;
}

.map-link[data-area="sandestin"] span {
    bottom: -21px;
    right: 11px;
    transform-origin: right;
    transform: rotate(-56.5deg);
    padding-right: 10px;
}

.map-link[data-area="miramar-beach"] {
    top: 310px;
    left: 400px;
}

.map-link[data-area="miramar-beach"] span {
    bottom: -15px;
    right: 9px;
    transform-origin: right;
    transform: rotate(-56.5deg);
    padding-right: 10px;
}

.map-link[data-area="destin"] {
    top: 287px;
    left: 255px;
}

.map-link[data-area="destin"] span {
    bottom: -21px;
    right: 10px;
    transform-origin: right;
    transform: rotate(-56.5deg);
    padding-right: 10px;
}

.map-link[data-area="santa-rosa-beach"] {
    top: 289px;
    left: 637px;
}

.map-link[data-area="santa-rosa-beach"] span {
    bottom: -13px;
    left: 22px;
    padding-left: 10px;
    text-align: left;
}

.map-link[data-area="bear-creek"] {
    top: 208px;
    left: 778px;
}

.map-link[data-area="bear-creek"] span {
    bottom: -3px;
    left: 23px;
    padding-left: 10px;
    text-align: left;
}

.map-link[data-area="watersound-origins"] {
    top: 443px;
    left: 973px;
}

.map-link[data-area="watersound-origins"] span {
    bottom: -8px;
    left: 20px;
    padding-left: 10px;
    text-align: left;
}

.map-link[data-area="watersound"] {
    top: 452px;
    left: 877px;
}

.map-link[data-area="watersound"] span {
    bottom: -15px;
    right: 11px;
    transform-origin: right;
    transform: rotate(-56.5deg);
    padding-right: 10px;
}


/*listings*/

#hp-fl {
    position: relative;
    padding: 136px 0 0;
}

#hp-fl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 513px;
    background: var(--primary);
}

.fl-inner {
    padding: 0 5%;
}

.fl-title {
    margin-bottom: 58px;
}

.fl-list {
    font-size: 0;
    margin: 0 -12px;
}

.fl-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 12px;
}

.fl-item:nth-child(5n-4),
.fl-item:nth-child(5n-1) {
    width: 43.2%;
}

.fl-item:nth-child(5n-3),
.fl-item:nth-child(5n-2) {
    width: 56.8%;
}

.fl-item:nth-child(5n) {
    width: 100%;
}

.fl-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.fl-item-img {
    position: relative;
}

.fl-item-img canvas {
    display: block;
    width: 100%;
    height: 384px;
    background: var(--primary);
}

.fl-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all var(--default-transition);
}

.fl-item a:hover .fl-item-img img {
    opacity: 0.3;
}

.fl-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary);
    width: 280px;
    color: #fff;
    padding: 19px 25px 17px;
    overflow: hidden;
    transition: all var(--default-transition);
    transform: translate(0, 0);
}

.fl-item-info .price {
    font-size: 24px;
    color: var(--secondary);
    font-family: var(--font-family-title);
    margin-bottom: 8px;
}

.fl-item-info .address {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 18px;
    text-transform: uppercase;
}

.fl-item-info .address span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.fl-item-info .amenities {
    border-top: 1px solid rgba(201, 153, 91, 0.4);
    display: flex;
    padding: 16px 0 8px;
    margin: 12px 0 -51px;
    text-align: center;
    opacity: 0;
    transition: all var(--default-transition);
}

.fl-item-info .amenities span {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.166666666666667;
    border-right: 1px solid #fff;
    padding: 0 5px;
}

.fl-item-info .amenities span:last-child {
    border-right: 0;
}

.fl-item a:hover .fl-item-info {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    width: 288px;
}

.fl-item a:hover .fl-item-info .amenities {
    opacity: 1;
    margin-bottom: 0;
}

.fl-btn {
    margin-top: 46px;
}


/*community*/

#hp-aoe {
    position: relative;
    padding: 145px 0 153px;
    overflow: hidden;
    display: none;
}

#hp-aoe .bg-section {
    top: initial;
    /*height: 653px;
        height: 49%;*/
    background-position: center bottom;
    aspect-ratio: 1600 / 653;
    width: 100%;
}

.aoe-inner {
    position: relative;
}

.aoe-list {
    position: relative;
    margin: 0 -4px;
}

.aoe-item.aoe-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aoe-item.aoe-title > div {
    max-width: 90%;
}

.aoe-item.aoe-title .section-title {
    margin-bottom: 45px;
}

.aoe-item.aoe-title .section-title span:before {
    left: 41px;
}

.aoe-item {
    width: 33.33%;
    padding: 2px 3px 3px;
}

.aoe-item > a {
    display: block;
    position: relative;
}

.aoe-item-img {
    position: relative;
    overflow: hidden;
}

.aoe-item-img canvas {
    display: block;
    width: 100%;
    background: var(--primary);
}

.aoe-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: all var(--default-transition);
}

.aoe-item > a:hover .aoe-item-img img {
    transform: scale(1.1);
    opacity: 0.3;
}

.aoe-item-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 32px;
    color: #fff;
    font-family: var(--font-family-title);
    z-index: 1;
}


/*about*/

#hp-about {
    position: relative;
    padding: 116px 0 91px;
}

.about-inner {
    margin: 0 -25px 0 -15px;
}

.about-content-row {}

.about-content-left {
    width: 610px;
}

.about-title {
    margin-bottom: 49px;
}

.about-title .section-title-inner {
    padding-bottom: 17px;
}

.about-title .section-title span:before {
    left: 40px;
}

.about-content-left-text {
    max-width: 90%;
}

.about-content-row h3 {
    /* font-size: 18px; */
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.666666666666667;
    margin-bottom: 20px;
}

.about-content-row p {
    /* font-size: 14px; */
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.142857142857143;
    margin: 0 0 30px;
    font-weight: 500;
}

.about-content-right {
    width: 510px;
    margin-left: auto;
    padding: 35px 0 0;
}

.about-content-right p:first-of-type {
    /* font-size: 16px; */
    /* font-size: 20px;
    line-height: 1.875;
    letter-spacing: 0.04em; */
    margin-bottom: 40px;
}

.about-btn-row {
    margin: 39px 0 0;
}

.about-btn-col {
    width: 44.407%;
    margin-bottom: 32px;
}

.about-btn-col a.btn-a {
    width: 100%;
}


/*connect with us*/

#hp-cwu {
    position: relative;
    padding: 97px 0 60px;
}

#hp-cwu .bg-section {}

#hp-cwu .bg-section:before {
    content: '';
    background: var(--primary);
    opacity: 0.95;
}

.cwu-inner {
    margin: 0 -60px;
    position: relative;
}

.cwu-top {
    margin-bottom: 66px;
}

.cwu-title {}

.cwu-title .section-title.is-white span:before {
    opacity: 0.06;
    left: 40px;
}

.cwu-info {
    margin: 4px 0 0;
}

a.cwu-info-logo {
    width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
}

a.cwu-info-logo canvas {
    display: block;
    width: 100%;
    border: 9px solid rgba(var(--secondary-rgb), 0.7);
    border-radius: 50%;
}

a.cwu-info-logo img {
    position: absolute;
    width: 82px;
    width: 70.7%;
    height: auto;
}

.cwu-info-stats {}

.cwu-info-stats a {
    font-size: 28px;
    font-weight: 300;
    font-family: var(--font-family-title);
    letter-spacing: 0.04em;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    transition: color var(--default-transition);
}

.cwu-info-stats a:hover {
    color: var(--secondary);
}

.cwu-info-stats ul {
    font-size: 14px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-flow: row wrap;
}

.cwu-info-stats ul li {
    margin-right: 16px;
}

.cwu-info-stats ul li strong {
    font-weight: 600;
}

.cwu-info-btn {
    width: 186px;
    margin-left: 40px;
}

.cwu-info-btn a.btn-a {
    width: 100%;
}

.cwu-feed-list {
    margin: 0 -14px;
}

.cwu-feed-item {
    width: 25%;
    padding: 4px;
}

.cwu-feed-item a {
    display: block;
    position: relative;
}

.cwu-feed-item a canvas {
    display: block;
    width: 100%;
}

.cwu-feed-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cwu-feed-item a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #fff;
    background: rgba(var(--secondary-rgb), 0.7);
    opacity: 0;
    transition: opacity var(--default-transition);
}

.cwu-feed-item a:hover:before {
    opacity: 1;
}


.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a[data-feed-filter="all"] {
    display: none;
}

@media only screen and (max-width:1366px) {
    .qs-form {
        margin: 0;
    }
    .about-inner {
        margin: 0;
    }
    .cwu-inner {
        margin: 0;
    }
    .cwu-feed-list {
        margin: 0 -4px;
    }
}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1199px) {
    .ss-content-middle h2 {
        font-size: 50px;
    }
    .ss-content-middle h2 span {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ss-content-cta {
        padding: 0 10px;
    }
    .qs-field > select,
    .qs-field > input {
        font-size: 10px;
    }
    .qs-btn input,
    .qs-btn a {
        font-size: 12px;
    }
    .about-content-left {
        width: 46%;
    }
    .about-content-right {
        width: 50%;
    }
}

@media only screen and (max-width:991px) {
    .ss-content-middle {
        padding: 0;
    }
    .ss-content-bottom {
        position: relative;
        padding: 50px 0;
        background: var(--primary);
    }
    .ss-content-cta-list {
        max-width: 400px;
        margin: 0 auto;
    }
    .ss-content-cta {
        width: 100%;
        padding: 5px 0;
    }
    .ss-slider #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas,
    .ss-slider #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas {
        min-height: 400px;
    }
    #hp-qs {
        padding: 70px 0;
    }
    .qs-form {
        max-width: 400px;
        margin: 0 auto;
    }
    .qs-field {
        padding: 4px;
    }
    .qs-field.field-lg {
        width: 100%;
    }
    .qs-field.field-sm {
        width: 50%;
    }
    .qs-field.field-sm .bootstrap-select.btn-group .dropdown-menu {
        min-width: 0;
        max-width: 100%;
    }
    .qs-btn {
        width: 100%;
        padding: 4px;
    }
    .qs-form p {
        text-align: center;
    }
    #hp-map {
        padding: 70px 0;
    }
    #hp-map .bg-section {
        display: none;
    }
    .map-title {
        position: relative;
        top: 0;
        margin: 0 auto 50px;
        width: 400px;
        padding: 40px 0;
        background: transparent;
        padding: 0;
        max-width: 100%;
    }
    .map-mobile ul {
        width: 205px;
        margin: 0 auto;
    }
    .map-mobile ul li {
        display: flex;
    }
    .map-mobile ul li a.map-link-main {
        display: flex;
        align-items: center;
        padding: 5px;
    }
    .map-mobile ul li a i.map-link-icon {
        margin-right: 10px;
    }
    .map-mobile ul li a.map-link-main:hover .map-link-icon:after {
        opacity: 1;
    }
    .map-mobile ul li a.map-link-main:hover .map-link-icon:before {
        opacity: 0;
    }
    .map-mobile ul li a span {
        position: relative;
        padding: 0;
        white-space: normal;
    }
    .map-mobile ul li a span br {
        display: none;
    }
    #hp-fl {
        padding: 80px 0 0;
    }
    #hp-fl:before {
        height: 370px;
    }
    .fl-title {
        margin-bottom: 30px;
    }
    .fl-list {
        max-width: 500px;
        margin: 0 auto;
    }
    .fl-item {
        width: 100%!important;
    }
    .fl-item-img canvas {
        height: auto;
    }
    #hp-aoe {
        padding: 100px 0 0;
    }
    .aoe-list {
        margin: 0 auto;
        max-width: 750px;
        padding: 0 15px;
    }
    .aoe-item {
        width: 50%;
    }
    .aoe-item.aoe-title {
        padding: 0 0 50px;
        width: 100%;
    }
    .aoe-item-name {
        padding: 0 15px;
        font-size: 20px;
    }
    #hp-about {
        padding: 100px 0 60px;
    }
    .about-content-left {
        width: 100%;
    }
    .about-content-right {
        width: 100%;
        padding: 0;
    }
    .about-btn-row {
        margin: 0 -5px;
    }
    .about-btn-col {
        width: 50%;
        margin: 0;
        padding: 5px;
    }
    #hp-cwu {
        padding: 80px 0;
    }
    .cwu-top {
        justify-content: center;
    }
    .cwu-title {
        margin-bottom: 40px;
    }
    .cwu-info {
        flex-flow: column;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    a.cwu-info-logo {
        margin: 0 auto 20px;
    }
    .cwu-info-stats {
        margin-bottom: 30px;
    }
    .cwu-info-stats ul {
        justify-content: center;
    }
    .cwu-info-stats ul li:last-child {
        margin-right: 0;
    }
    .cwu-info-btn {
        margin: 0;
    }
    .cwu-feed-item {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .ss-content-middle h2 {
        font-size: 30px;
    }
    .ss-content-middle h2 span {
        font-size: 13px;
    }
    .about-btn-col {
        width: 100%;
    }
    .aoe-item {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .fl-item-info {
        position: relative;
        width: 100%!important;
        text-align: center;
        left: 0!important;
        bottom: 0 !important;
        transform: none!important;
    }
    .fl-item-info .amenities {
        opacity: 1;
        margin: 12px 0 0;
        justify-content: center;
    }
}