header {
    display: table;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.shrink {
    background: rgba(117,17,19,0.9);
}

.logo {
    float: left;
    margin: 10px 0 0 0;
    display: block;
}

#nav-icon{
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f1e1cc;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 10px;
}

#nav-icon span:nth-child(3) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.main {
    display: table;
    width: 100%;
    position: relative;
    height: 600px;
    background: url('../images/main-bg.jpg') top center no-repeat fixed;
}
.main-inner {
    max-height: 300px;
    background: url('../images/main-bg.jpg') center center no-repeat;
}
.main-text-group {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.main-text-group h1 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0px;
    padding: 20px 50px;
    box-sizing: border-box;
    color: #f1e1cc;
    border: solid 5px #f1e1cc;
    text-align: center;
}
.main-text-group h2 {
    font-size: 19px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    color: #f1e1cc;
    text-align: center;
}

.main-inner h2 {
    font-size: 36px;
    display: table;
    margin: 0px auto;
    padding-bottom: 10px;
    position: relative;
}
.main-inner h2:after {
    position: absolute;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0px;
    content: "";
    background: #f1e1cc;
}
.main-inner h4 {
    text-align: center;
    color: #f1e1cc;
    margin: 30px 0 0 0;
    
}
.main-text-group h2 span {
    font-size: 36px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    color: #f1e1cc;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
    color: #ffcc00;
}
.nav-toggle {
    display: none;
}
.availability-block {
    display: table;
    width: 100%;
    padding: 0px;
    border: solid 1px #751113;
    margin: 0 0 30px 0;
}
.availability-block h4 {
    margin: 20px 0 0 0;
    text-align: center;
    padding: 10px;
    background: #f1e1cc;
}
.availability-block .img-wrapper {
    display: table;
    margin: 20px auto;
    position: relative;
}
.availability-block .img-wrapper img {
    margin: 0px auto;
}
.availability-block .img-wrapper span {
    position: absolute;
    bottom: -10px;
    right: -50px;
}

nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.project-intro {
    background: #f1e1cc;
}
.project-intro h3 {
    font-size: 36px;
    text-align: center;
    margin: 40px 0;
}


.ctc-wrapper {
    position:fixed;
    width: 220px;
    z-index: 10000;
    height: 285px;
    font-size:18px;
    color: #000;
    background: #ffcc00;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -210px;
    transition: ease all 0.35s;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.ctc-wrapper p.info {
    padding: 15px;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.slide-up {
    bottom: 0px !important;
}
.ctc-call-us {
    background: #f1e1cc;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #751113;
    text-transform: uppercase;
}

.slide-down {
    bottom: -210px !important;
}
.ctc-btn {
    display: block;
    line-height: 30px;
    background: #ffcc00;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    float: none;
    padding: 5px 15px;
    border-bottom: solid 1px #751113;
    font-size: 15px;
}
.ctc-btn i {
    float: right;
    font-size: 24px;
    margin-top: 3px;
}
.ctc-inner {
    display: table;
    width: 100%;
    padding: 0px 15px;
    position: relative;
    font-size: 16px;
}
.ctc-inner p {
    line-height: 22px;
}
.powered_by_sr {
    display: none !important;
}
.widget_tb {
    padding: 7px;
    border: solid 1px #751113;
    margin-bottom: 5px;
    width: 100%;
}
.widget_c2c_button {
    background: none;
    display: block;
    border: solid 1px #751113;
    text-align: center;
    color: #751113;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    padding: 5px;
    transition: ease all 0.35s;
}
.widget_c2c_button:hover,
.widget_c2c_button:focus {
    color: #f1e1cc;
    background: #751113;
}

.section-content {
    padding: 70px 0;
}

p.contact-info {
    line-height: normal;
    font-size: 36px;
    position: relative;
    margin-bottom: 40px;
    padding-left: 80px;
    color: #751113;
}
p.contact-info span {
    display: block;
    font-size: 24px;
}
p.contact-info i {
    font-size: 60px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #751113;
}

.property-block {
    background: #751113;
    position: relative;
    margin-bottom: 30px;
}
.property-block img {
    opacity: 1.0;
}
.property-block:hover img {
    opacity: 0.8;
}
.property-block h4 {
    font-size: 24px;
    margin: 0px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #f1e1cc;
    background: #751113;
    z-index: 2;
}
.property-block h4 span {
    display: block;
    font-size: 11px;
}

.location-wrapper {
    background: #f1e1cc;
}
.location-info-wrapper {
    margin: 0 0 30px 0;
    color: #751113;
    text-align: center;
    font-size: 24px;
    line-height: normal;
}
.location-info-wrapper div {
    width: 120px;
    height: 120px;
    display: table;
    margin: 15px auto;
    text-align: center;
    border: solid 1px #751113;
    border-radius: 500px;
    font-size: 48px;
    position: relative;
}
.location-info-wrapper div span {
    display: block;
    font-size: 14px;
}
.location-info-wrapper div img {
    display: table;
    margin: 27px auto 0 auto;
}
.location-info-wrapper p.text-group {
    position: absolute;
    width: 97%;
    top: 55%;
    transform: translateY(-50%);
    margin: 0;
}

.btn-view-more,
.btn-view-more-inverse {
    padding: 6px 25px;
    text-align: center;
    background: none;
    border: solid 1px #751113;
    color: #751113;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;
    margin: 1px;
}
.btn-view-more:hover,
.btn-view-more-inverse {
    background: #751113;
    border: solid 1px #751113;
    color: #f1e1cc;
}

.btn-view-more-inverse {
    border: solid 1px #f1e1cc;
    color: #f1e1cc;
    background: none;
}
.btn-view-more-inverse:hover {
    background: #f1e1cc;
    border: solid 1px #f1e1cc;
    color: #751113;
}

footer {
    background: url('../images/footer-bg.jpg') bottom center no-repeat #751113;
    color: #f1e1cc;
    font-size: 15px;
}
footer hr {
    margin: 15px 0;
}
footer a {
    color: #f1e1cc;
}
footer a:hover {
    color: #f1e1cc;
}
footer p {
    line-height: 24px;
}
footer h4 {
    color: #f1e1cc;
}
.site-address {
    position: relative;
    padding-left: 35px;
}
.site-address i {
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0;
}

ul.social {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.social li {
    display: inline-block;
    margin-right: 10px;
}
ul.social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #f1e1cc;
    border: solid 1px #f1e1cc;
    border-radius: 500px;
    text-decoration: none; !important;
    text-align: center;
    font-size: 13px;
}
ul.social li a:hover {
    color: #751113;
    background: #f1e1cc;
}

.gallary-img-wrapper {
    position: relative;
    background: #751113;
}
.gallary-img-wrapper img {
    opacity: 1;
}
.gallary-img-wrapper:hover img {
    opacity: 0.5;
}
.gallary-img-wrapper span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size: 36px;
    color: #f1e1cc;
    visibility: hidden;
    transition: ease all 0.35s;
    opacity: 0;
    z-index: 2;
    line-height: normal;
}
.gallary-img-wrapper:hover span {
    visibility: visible;
    opacity: 1;
}

.founder {
    border: solid 5px #f1e1cc;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
    position: relative;
}
.founder:after {
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    content: "";
    border: solid 1px #751113;
}

.location-title-icon {
    display: table;
    font-size: 60px;
    margin: 0px auto;
    color: #751113;
}

.amenities-block {
    display: table;
    width: 100%;
    position: relative;
}
.amenities-block img {
    margin: 0px auto 10px auto;
    display: table;
    
}
.amenities-block h4 {
    margin-bottom: 10px;
    text-align: center;
}
ul.amenities {
    margin: 0 0 60px 0;
    padding: 0px;
    list-style: none;
    font-size: 15px;
}
ul.amenities li {
    position: relative;
    padding-left: 15px;
}
ul.amenities li:after {
    position: absolute;
    top: 7px;
    left: 0px;
    width: 6px;
    height: 6px;
    background: #751113;
    border-radius: 500px;
    display: inline-block;
    content: "";
}
.map {
    width: 100% !important;
}

h3 span.sub-title {
    font-size: 17px;
    display: block;
    padding: 10px 0 20px;
}



@media (min-width: 800px) {
    nav {
        border-radius: 0px;
        display: block;
        text-transform: uppercase;
        float: right;
    }
    nav a {
        color: #fff;
    }
    nav .menu li,
    nav .menu li a {
        display: inline-block;
    }
    nav .menu li a {
        padding: 30px 15px;
        position: relative;
        color: #f1e1cc;
        font-size: 15px;
        text-decoration: none !important;
        line-height: normal;
    }
    nav .menu li a:hover,
    nav .menu li:hover a {
        color: #751113;
        background: #f1e1cc
    }
    .dropdown {
        position: absolute;
        background: #f1e1cc;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        z-index: 999;
    }
    .dropdown li,
    .dropdown li a {
        display: block !important;
        padding: none;
    }
    .dropdown li a {
        padding: 10px 15px !important;
    }
    .dropdown li a:hover {
        color: #f1e1cc !important;
        background: #751113 !important;
    }
    .arrow {
        font-size: 9px;
    }
    .menu li:hover > .dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media (max-width: 800px) {
    header {
        padding: 10px 0;
    }
    .logo {
        margin: 0;
    }
    nav {
        margin: 0px auto;
        text-align: left;
        position: relative;
    }
    nav .menu {
        position: absolute;
        width: 100%;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        top: 70px;
        background: #f1e1cc;
        -webkit-transition: max-height 0.2s linear, opacity .4s linear;
        transition: max-height 0.2s linear, opacity .4s linear;
        display: table;
        width: 100%;
        visibility: hidden;
    }
    .showMenu {
        max-height: 145px !important;
        overflow: visible !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    nav a {
        color: #fff;
    }
    nav .menu li,
    nav .menu li a {
        display: block;
    }
    nav .menu li a {
        padding: 10px 15px;
        position: relative;
        line-height: normal;
        color: #751113;
        text-decoration: none !important;
        text-transform: uppercase;
    }
    nav .menu li a:hover {
        color: #f1e1cc;
        background: #751113;
    }
    .arrow {
        font-size: 9px;
    }
    .dropdown {
        display: none;
    }
    .showDropdown {
        display: block;
        background: #751113;
    }
    .showDropdown li a {
        color: #f1e1cc !important;
        font-size: 14px;
    }
    .showDropdown li a:hover {
        background: rgba(0,0,0,0.2) !important;
    }
    .nav-toggle {
        position: absolute;
        top: 9px;
        right: 10px;
        float: right;
        z-index: 9999;
        padding: 0px 6px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        display: block;
    }
}
@media (max-width: 641px) {
    .logo {
        max-width: 200px;
    }
    nav .menu {
        top: 55px;
    }
	.disclaimer-modal-body {
		padding: 15px 15px 75px 15px;
	}
}
@media (max-width: 481px) {
    .main-text-group h1 {
        font-size: 36px;
        line-height: 36px;
        padding: 20px;
    }
    p.contact-info {
        font-size: 24px;
        padding-left: 65px;
    }
    p.contact-info span {
        font-size: 18px;
    }
    p.contact-info i {
        font-size: 48px;
        top: 0px;
    }
}
