/* Medium Layout: 1280px. */
@media only screen and (min-width: 1201px) and (max-width: 1724px) { 
.my-container {
    max-width: 1200px;
}  

.header-logo {
    max-width: 280px;
}

.header-menu {
    max-width: 680px;
}

.main-nav li a {
    padding: 40px 6px;
}

.header-address {
    max-width: 240px;
}

.showcase-tag-inner {
    padding: 15px 0 20px;
    max-width: 700px;
    width: 100%;
    margin-top: 190px;
}

.showcase-tag-first-text {
    font-size: 46px;
}

.showcase-tag-second-text {
    font-size: 28px;
}

.showcase-tag-third-text {
    font-size: 25px;
}
    
}





/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
.header-logo {
    max-width: 100%;
    text-align: center;
}

.header-menu {
    max-width: 100%;
}

.header-address {
    max-width: 100%;
    float: inherit;
    padding: 0 0 15px;
}

.header-address-inner {
    width: 100%;
    float: inherit;
    text-align: center;
    margin-top: 0;
}

.header-address-inner br {
    display: none;
}

.header-address-inner img {
    float: inherit;
    margin: 0px 20px 0 0;
    display: inline-block;
}

.header-address-inner p {
    float: inherit;
    display: inline-block;
}

.showcase-section .my-container {
    position: inherit;
}

.showcase-tag-inner {
    margin: 15px 0;
    max-width: 100%;
}

.showcase-tag a {
    display: none;
}

.google-map-section {
    height: 650px;
}

.google-home-page-map {
    height: 650px;
}

.google-home-page-map-overlay {
    height: 650px;
}

.google-map-section::before {
    height: 140px;
}

.suites-item {
    font-size: 16px;
}
    
}





/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.header-logo {
    max-width: 100%;
    text-align: center;
}

.header-menu {
    max-width: 100%;
}

.header-address {
    max-width: 100%;
    float: inherit;
    padding: 0 0 15px;
}

.header-address-inner {
    width: 100%;
    float: inherit;
    text-align: center;
    margin-top: 0;
}

.header-address-inner br {
    display: none;
}

.header-address-inner img {
    float: inherit;
    margin: 0px 20px 0 0;
    display: inline-block;
}

.header-address-inner p {
    float: inherit;
    display: inline-block;
}

.showcase-section .my-container {
    position: inherit;
}

.showcase-tag-inner {
    margin: 15px 0;
    max-width: 100%;
}

.showcase-tag a {
    display: none;
}

.google-map-section {
    height: 500px;
}

.google-home-page-map {
    height: 500px;
}

.google-home-page-map-overlay {
    height: 500px;
}

.google-map-section::before {
    height: 120px;
}

.static-map-section img {
    margin-bottom: 50px;
}

.suites-item {
    padding: 8px;
    font-size: 14px;
}
    
}





/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
#menu {
    display:none;
}

.slicknav_menu {
    display: block;
} 

.header-logo {
    display:none;
}

.header-address {
    max-width: 100%;
    float: inherit;
    padding: 15px 0;
}

.header-address-inner {
    width: 100%;
    float: inherit;
    text-align: center;
    margin-top: 0;
}

.header-address-inner br {
    display: none;
}

.header-address-inner img {
    float: inherit;
    margin: 0px 20px 0 0;
    display: inline-block;
}

.header-address-inner p {
    float: inherit;
    display: inline-block;
    font-size: 16px;
}

.showcase-section .my-container {
    position: inherit;
}

.showcase-tag-inner {
    margin: 15px 0;
    max-width: 100%;
}

.showcase-tag a {
    display: none;
}

.showcase-tag-first-text {
    font-size: 40px;
}

.showcase-tag-second-text {
    font-size: 28px;
}

.showcase-tag-third-text {
    font-size: 25px;
}

.suites-item {
    padding: 10px;
    font-size: 16px;
}

.button-primary {
    max-width: 280px;
}

.google-map-section {
    height: 300px;
}

.google-home-page-map {
    height: 300px;
}

.google-home-page-map-overlay {
    height: 300px;
}

.google-map-section::before {
    height: 95px;
}

.static-map-section img {
    margin-bottom: 50px;
}

.amenities-left, .amenities-right {
    margin-bottom: 25px;
    padding: 25px;
}

.footer-top img, .footer-info {
    margin-bottom: 25px;
}

.footer-bottom-right {
    text-align: left;
}

.suites-item {
    text-align: center;
}
    
}





/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.suites-item {
    padding: 15px;
    font-size: 18px;
}

.google-map-section {
    height: 400px;
}

.google-home-page-map {
    height: 400px;
}

.google-home-page-map-overlay {
    height: 400px;
}

.google-map-section::before {
    height: 110px;
}


}