

/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

/* Sub Menu */

#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: url(images/submenu-fixer.html);
    display: none;
    padding-top: 15px;
    position: absolute;
    width: 100%;
    min-width: 180px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#nav .sub-menu a {
    text-transform: uppercase;
    text-align: center;
    background: rgba(13, 60, 97, 0.8);
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#nav .sub-menu a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #092942;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav li:hover > .sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
}

#nav li > .sub-menu li:first-child:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(9, 41, 66, 0);
    border-bottom-color: rgba(13, 60, 97, 0.8);
    border-width: 10px;
    margin-left: -10px;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body {
    font-family: 'Montserrat', Sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

main {
    background: #fff url('images/body-bg.jpg') no-repeat bottom center;
    background-size: contain;
}


body *:focus {
    outline: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

p {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    color: #4c4c4c;
}

/*Side Nav*/

.hb-menu {
    position: fixed;
    right: -276px;
    width: 276px;
    height: 100%;
    z-index: 99999;
    background: #fff;
    padding: 45px 22px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.hb-menu .textwidget {
    height: 100%;
}

.con-sb-wrap {
    height: 100%;
    width: 100%;
}

.connect-btn {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: -90px;
    top: 50%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #19608a;
    color: #fff;
    padding: 0 26px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(270deg);
    letter-spacing: 2px;
    cursor: pointer;
}

.hb-click {
    right: 0;
}

.side-logo {
    padding: 2px 0;
}

.side-logo img {
    max-width: 100%;
}

.side-gq {
    padding: 25px 0 20px;
}

.side-gq .gq-wrapper {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.80);
    padding: 42px 12px;
    border: 1px solid rgba(115, 115, 115, 0.27);
}

.side-gq .gq-submit {
    right: 0px;
}

.side-gq .section-title h2 {
    font-family: 'Montserrat', serif;
    font-weight: 700;
}

.side-gq .section-title h2 span {
    font-family: 'Montserrat', serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
}



.side-social {
    text-align: center;
    padding: 15px 0;
}

.social-wrapper {
    font-size: 0;
}

.social-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.social-holder a {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #092942;
    text-align: center;
    border-radius: 50%;
}

.social-holder a:hover {
    opacity: 0.75;
}

.social-holder a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.social-holder.fb a {
    background: #4d6baa;
}

.social-holder.tw a {
    background: #4fc6f8;
}

.social-holder.yt a {
    background: #cd201f;
}

.social-holder.ig a {
    background: #3f729b;
}

.social-holder .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
}


.side-contact {
    text-align: center;
}

.side-contact .contact-holder {
    padding: 0;
}

.side-contact .contact-holder em,
.side-contact .contact-holder a {
    color: #666666;
}

.side-contact .contact-holder .icon {
    color: #19608a;
    padding: 0 5px;
}




/*Mobile Header*/

.mobile-logo {
    display: none;
    text-align: center;
    padding: 70px 10px 10px;
    background: #092942;
}

.mobile-logo img {
    max-width: 100%;
}

/*Fixed Header*/

.header.scrolled {
    background: #fff;
    padding: 8px 0;
}

.header.scrolled .header-logo {
    opacity: 0;
}

.header.scrolled .header-logo img {
    max-width: 304px;
}

.header.scrolled .fixed-logo {
    opacity: 1;
}

.header.scrolled .fixed-logo img {
    max-width: 100%;
}

.header.scrolled .header-nav #nav > li > a {
    color: rgba(0, 0, 0, 0.5);
    text-shadowOFF: none;
}

.header.scrolled .header-nav #nav > li > a:before {
    color: #0c3758;
}

.header.scrolled #nav .sub-menu {
    padding-top: 2px;
}


/*Header*/

header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 62px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}


.main-logo {
    position: relative;
}

.fixed-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    padding: 9px 0 0;
}

.fixed-logo img {
    max-width: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.header-logo {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.header-logo img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.header-nav {
    text-align: right;
    padding-top: 22px;
}

.header-nav #nav > li {
    display: inline-block;
    vertical-align: middle;
}

.header-nav #nav > li > a {
    font-weight: 500;
    font-size: 13px;
    color: #043a57;
    text-shadowOFF: 1px 1px 1px rgba(6, 6, 6, 0.20);
    text-transform: uppercase;
    padding: 0 15px;
}

.header-nav #nav > li > a:before {
    content: attr(data-title);
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.header-nav #nav > li:hover > a:before {
    opacity: 0;
    transform: scale(0.9);
}


.slide-qs {
    position: relative;
}

.slide-qs canvas {
    display: block;
    width: 100%;
}

/*HP Slideshow*/

.hp-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hp-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 10;
}




/*Quick Search Section*/

.hp-qs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    padding: 0 0 85px;
    z-index: 25;
}

.qs-title {
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
}

.qs-title h2 {
    display: inline-block;
    position: relative;
    font-family: 'Crimson Text';
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 25px;
    letter-spacing: 3px;
}

.qs-title h2:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 570px;
    height: 1px;
    background: #fff;
}

.qs-title h2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 570px;
    height: 1px;
    background: #fff;
}


.qs-form,
.qs-search-btn {
    display: inline-block;
    vertical-align: top;
}

.qs-form {
    width: 78%;
}

.qs-search-btn {
    width: 22%;
}

.qs-icon .icon {
    font-size: 24px;
    color: #fff;
}

.qs-select,
.qs-input {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.qs-select {
    padding: 2px;
}

.qs-input {
    padding: 2px;
}

.qs-select::after {
    content: "▾";
    display: block;
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 10px;
    color: #969696;
}

.qs-select.full,
.qs-input.full {
    width: 22%;
}

.qs-select.half,
.qs-input.half {
    width: 14%;
}

.qs-select label,
.qs-input label {
    display: none;
}

.qs-select select,
.qs-input input {
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ffffff;
    outline: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 8px;
    color: #181818;
}

.qs-input input[type="number"] {
    -moz-appearance:textfield;
}

.qs-select select option {
    color: #000;
}

.qs-select select::-ms-expand {
    display: none;
}

.qs-btn {
    display: inline-block;
}

.qs-options {
    width: 100%;
}

.qs-btn {
    width: 50%;
    padding: 2px;
}

.qs-btn input {
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    outline: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    background: #19608a;
    color: #fff;
    padding-left: none;
    letter-spacing: 1px;
}

.qs-btn input:hover {
    background: #134969;
}

.qs-btn a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background: #092942;
    color: #fff;
    letter-spacing: 1px;
}

.qs-btn a:hover {
    background: #061827;
}

/*CTA SECTION*/

.hp-cta {
    padding: 70px 0 20px;
}

.cta-inner {
    position: relative;
    overflow: hidden;
}

.cta-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.cta-holder a:hover .cta-inner:before {
    background: rgba(84, 197, 234, 0.20);
}

.cta-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.cta-holder a:hover .cta-inner:after {
    bottom: -160px;
}

.cta-inner canvas {
    display: block;
    width: 100%;
    background-size: 120% 120%;
    background-position: top center;
    background-repeat: no-repeat;
}

.cta-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6px;
    z-index: 11;
}

.cta-title {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.cta-title:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.cta-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.cta-holder a:hover .cta-title:after {
    transform: translateY(0);
    opacity: 1;
}

.cta-title h2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 95px;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.cta-title h2 span {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 1px;
}

.cta-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    max-width: 65px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.cta-holder a:hover .cta-title h2 {
    padding-top: 0;
}

.cta-holder a:hover .cta-title h2:after {
    max-width: 35px;
}


/*Section Title*/

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: 'Crimson Text', serif;
    font-size: 34px;
    color: #092942;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
}

.section-title h2 span {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #54c5ea;
}



/*Featured Properties*/

.section-title.fp-title {
    padding: 50px 0;
}

.fp-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.fp-holder {
    float: left;
    width: 25%;
    padding: 0 3px;
}

.fp-inner {
    position: relative;
    padding-top: 16px;
    overflow: hidden;
}

.fp-inner:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4cbfe5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fp-holder a:hover .fp-inner:before {
    top: 0;
}

.fp-inner canvas {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: top center;
    z-index: 8;
}

.fp-content {
    position: relative;
    height: 138px;
    text-align: center;
    z-index: 9;
}

.fp-content:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fp-details {
    display: inline-block;
    vertical-align: middle;
}

.fp-details em {
    display: block;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    color: #092942;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fp-holder a:hover .fp-details em {
    color: #fff;
}

.fp-details span {
    font-family: 'Playfair Display';
    font-size: 12px;
    text-transform: uppercase;
    color: #092942;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fp-holder a:hover .fp-details span {
    color: #fff;
}

/*.fp-wrapper {
    margin-left: -3px;
    margin-right: -3px;
}*/

/*HP GOT QUESTIONS & WELCOME*/

.hp-wcq {
    padding: 40px 0;
}


/*Got Questions Section*/

.hp-gq {
    background: url('images/gq-bg.jpg') top center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.gq-wrapper {
    width: 53%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.80);
    padding: 40px 65px;
}

.gq-title {
    padding: 0 0 40px;
}

.gq-item {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.gq-item label {
    display: none;
}

.gq-item input,
.gq-item textarea {
    height: 30px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #0c3657;
    padding-left: 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: #0c3657;
}

.gq-item textarea {
    height: 65px;
    resize: none;
    padding-right: 44px;
}

.gq-item.message {
    position: relative;
}

.gq-form span.wpcf7-not-valid-tip {
    left: auto;
    right: 0;
    top: -6px;
    font-size: 11px;
}

.gq-submit {
    position: absolute;
    bottom: 17px;
    right: 0;
}

.gq-submit input {
    height: 26px;
    width: 29px;
    background: url('images/airplane.png') top center;
    background-size: cover;
    border: none;
    font-size: 0;
}


.gq-submit .ajax-loader {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}


/*Welcome Section*/

.hp-wc {
    position: relative;
    padding: 100px 0;
    background: rgb(13, 63, 103);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(13, 63, 103, 1) 0%, rgba(13, 57, 92, 1) 56%, rgba(9, 41, 66, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(13, 63, 103, 1) 0%, rgba(13, 57, 92, 1) 56%, rgba(9, 41, 66, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(13, 63, 103, 1) 0%, rgba(13, 57, 92, 1) 56%, rgba(9, 41, 66, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hp-wc:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 63, 103, 0);
    border-bottom-color: #0d3f67;
    border-width: 50px;
    margin-left: -50px;
    display: none;
}

.hp-wc:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 57, 91, 0);
    border-right-color: #0d395b;
    border-width: 55px;
    margin-top: -55px;
}

.wc-wrapper {
    width: 72%;
    margin: 0 auto;
}

.section-title.wc-title {
    text-align: left;
}

.section-title.wc-title h2 {
    color: #fff;
}

.section-title.wc-title h2 span {
    color: #fff;
}

.wc-content {
    width: 86%;
    padding: 15px 0;
}

.wc-content p {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #cccccc;
    padding: 20px 0;
}



/*Featured Communities*/

.hp-fc {
    padding: 70px 0;
}

.section-title.fc-title {
    padding: 0 0 80px;
}

.fc-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.fc-group {
    position: relative;
    float: left;
    width: 20%;
}

.fc-group canvas {
    display: block;
    width: 100%;
}

.fc-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc-holder.full {
    width: 100%;
    height: 100%;
}

.fc-holder.half {
    width: 100%;
    height: 50%;
}

.fc-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.fc-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fc-holder a:hover .fc-inner:before {
    background: rgba(76, 191, 229, 0.9);
}

.fc-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comm-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.comm-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.comm-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}


/*Testimonials Section*/

.hp-testi {
    padding: 110px 0;
}

.testi-wrapper {
    text-align: center;
}

.testi-quote {
    padding: 45px 0;
}

.testi-content-inner p {
    width: 68%;
    padding: 0 0 40px;
    margin: 0 auto;
}

.testi-content-inner span {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #092942;
}

.testi-link {
    padding: 50px 0;
}

.testi-link a {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    background: #19608a;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

.testi-link a:hover {
    background: #134969;
}

/*Footer*/

.footer-banner {
    padding: 90px 0;
    background: rgba(9, 41, 66, 0.85);
    text-align: center;
}

.footer-logo {
    position: relative;
}

.footer-logo img {
    max-width: 100%;
}

.footer-contact {
    position: relative;
    padding: 30px 0;
}

.contact-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px;
}

.contact-holder .icon {
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
}

.contact-holder em,
.contact-holder a,
.contact-holder span {
    font-size: 14px;
    font-style: normal;
    color: #fbfafa;
}

.contact-holder a:hover {
    color: #19608a;
}

.footer-bw {
    position: relative;
}

.footer-sign {
    position: relative;
}

.su-wrapper h3 {
    display: block;
    font-family: 'Crimson Text', serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 0;
}

.su-item {
    position: relative;
    width: 55%;
    margin: 0 auto;
}

.su-item span {
    padding: 0;
}

.su-item input {
    height: 48px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 0;
    background: transparent;
    background: #fff;
    border-radius: 8px;
    padding-left: 20px;
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.su-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    right: -1px;
}

.su-submit input {
    height: 48px;
    width: 58px;
    font-size: 0;
    background: #19608a url('images/airplane2.png') no-repeat center center;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.su-submit input:hover {
    opacity: 0.75;
}

.footer-sign .wpcf7 .ajax-loader {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.footer-sign .wpcf7-response-output {
    color: #fff;
    width: 55%;
    margin: 15px auto;
}

footer.footer {
    background: #19608a;
    padding: 50px 0;
}

.footer-nav .footernav > li {
    display: inline-block;
    vertical-align: middle;
}

.footer-nav .footernav > li > a {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0 19px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.footer-nav .footernav > li:hover > a {
    color: #8dafc3;
}

.footer-nav .footernav > li:first-child > a {
    padding-left: 0;
}

.copyright {
    font-size: 11px;
    color: #8dafc3;
    padding: 5px 0;
}

.copyright a {
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;

}

.copyright a:hover {
    color: #8dafc3 !important;
}


.footer-mls {
    text-align: right;
    padding: 14px 0 0;
}

.footer-mls .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
}



/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-container main {
    background: #fff;
}

.ip-container .footer-banner {
    position: relative;
    background: transparent url('images/body-bg.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.ip-container .footer-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 41, 66, 0.85);
}

#breadcrumbs span {
    color: #19608a;
    font-weight: 500;
}

#breadcrumbs a span {
    color: #727272;
}

.ip-banner {
    position: relative;
    height: 380px;
    width: 100%;
    background: url('images/slide5.jpg') center -135px;
    background-size: cover;
}

.ip-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
    padding-top: 52px;
}

/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}

/* Style post/page main headings (h1) */

#content .entry-title {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0d3e65;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 500;
}

/*.page-id-37 #content .entry-title:before {
        content: 'Welcome to';
        display: block;
        font-size: 15px;
        text-transform: none;
    }*/

/* Style category/archive/etc main headings (h1) */

#content .archive-title {}

/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}


.side-qs .qs-form,
.side-qs .qs-search-btn {
    width: 100%;
}

.side-qs .qs-title h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    color: #092942;
}

.side-qs .qs-title h2:before,
.side-qs .qs-title h2:after {
    display: none;
}

.side-qs {
    font-size: 0;
    padding: 0 0 45px;
}

.side-qs .qs-title h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 35px !important;
    padding: 0;
}

.side-qs .qs-title span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #54c5ea;
}

.side-qs .qs-btn {
    width: 100%;
}

.side-qs .qs-select.full,
.side-qs .qs-input.full {
    width: 100%;
}

.side-qs .qs-select.half,
.side-qs .qs-input.half {
    width: 50%;
}

.side-qs .qs-select select,
.side-qs .qs-input input {
    border: 1px solid rgba(9, 41, 66, 0.2);
    padding-left: 12px;
}

.side-qs .qs-select,
.side-qs .qs-input {
    padding: 1px;
}

.side-qs .qs-form {
    padding: 0 0 20px;
}

.side-qs .qs-btn {
    padding: 1px;
}


.abt-img img {
    max-width: 100%;
}

.abt-img span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #0d3e64;
    padding: 10px 0;
}

.side-cta .cta-holder {
    padding: 3px 0;
}

.side-cta .cta-title h2 {
    font-family: 'Montserrat', Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-top: 69px;
}

.side-cta .cta-title h2:after {
    height: 2px;
}

.side-cta .cta-title h2 span {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
}

.side-cta .cta-title h2:after {
    max-width: 48px;
}

.side-cta .cta-holder a:hover .cta-inner:before {
    background: rgba(0, 0, 0, 0.20);
}

.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}

.hp-quick-search ul.dropdown-menu.inner {
    max-height: 250px !important;
}

.hp-quick-search .bootstrap-select.btn-group {
    padding: 0;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    background: rgba(255, 255, 255, 0.75);
    height: 36px;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*font size, family, etc. should be set here*/
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 4px;
    color: #181818;
}

select#city {
    height: 36px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
}

#ihf-main-container ul {
    margin-left: 0;
}

#ihf-main-container .chosen-container .chosen-results {
    padding: 0 !important;
}

.ihf-listing-detail .ihf-detail-tab-content #ihf-detail-features-tab > .row.mt-10 {
    margin: 0;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666 !important;
    font-size: 16px;
}

#areaPickerCustomListToggle,
#areaPickerClearAll,
#areaPickerExpandAllCloseButton {
    width: 60px;
}

#ihf-board-disclaimers > img {
    display: none;
}

.ihf-map-info-window-detail > img {
    display: none !important;
}



/*.pv-wrapper {
    min-height: 400px;
}
*/

.pv-warpper-whole:after {
    content: '';
    display: block;
    clear: both;
}

.pv-warpper-whole {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.pv-item {    
    width: 33.33%;
    min-height: 405px;
}
.pv-img {
    text-align: center;
}
.pv-content {
    text-align: center;
}

/*.no-pv-img {
    margin-top: 163px;
}*/

.firefox-true .side-qs .qs-select select,
.firefox-true .side-qs .qs-input input {
    padding-left: 8px;
}

.firefox-true .qs-input.half input {
    padding-left: 12px;
}

.amh-navigation .amh-menu li ul a {
    background: #19608a;
}

html.mobile .wow {
    -webkit-animation: none !important;
    animation: none !important;
}

.firefox-true .qs-btn input,
.safari-true .qs-btn input,
.msedge-true .qs-btn input {
    position: relative;
    top: -1px;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
