:root {
    --regular-text-color: #000;
    --first-col-width: 24%;
    --shipped-col-count: 4;
    --unshipped-col-count: 7;

    --mobile-bg-color: #d3d3d3 !important;
    --mobile-text-color: #000 !important;
    --mobile-border-color: rgb(191, 191, 191) !important;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #1b540d;
    font-family: Roboto, sans-serif;
    font-size: 11pt;
    color: #424343;
}

A:link,
A:visited {
    font-family: Roboto, sans-serif;
    font-size: 11pt;
    outline: none;
    text-decoration: underline;
    color: #11caff;
}

A:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0 0;
    line-height: 150%;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 25px;
}

ul li {
    padding-bottom: 5px;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border-bottom: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.whataspp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.whataspp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .whataspp svg {
    color: #fff;
    fill: #fff;
} */

.bg {
    width: 100%;
    height: 100%;
    /* background-image: url(../images/background.jpg); */
    background-image: url(../images/webp/background.webp);
    background-size: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.main {
    position: relative;
    z-index: 2;
}

.wp {
    width: auto;
    max-width: 1580px;
    _width: 1580px;
    padding: 0 10px;
    z-index: 3;
    position: relative;
}

.wp-small {
    width: auto;
    max-width: 1250px;
    _width: 1250px;
    padding: 0 15px;
}

.ma {
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 255px;
    position: relative;
    z-index: 3;
}

.wp-content {
    position: relative;
    z-index: 1;
}

.logo {
    float: left;
    padding: 3px 0 0 40px;
    position: absolute;
}

.logo A:link,
.logo A:visited {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.header-R {
    float: right;
    padding-right: 50px;
}

.header-btns {
    width: 100%;
    padding: 40px 0 10px;
}

.header-btns div.hb-item {
    float: right;
    margin-left: 7px;
}

.btn-book:link,
.btn-book:visited {
    display: block;
    height: 45px;
    padding: 25px 25px 0 55px;
    background: url(../images/icon-schedule.png) 15px center no-repeat rgba(255, 33, 33, 0.9);
    border-radius: 5px;
    font-size: 12pt;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.btn-book-copy:link,
.btn-book-copy:visited {
    display: none;
    width: 20px;
    height: 20px;
    padding: 25px;
    background: url(../images/icon-schedule.png) center center no-repeat rgba(255, 33, 33, 0.9);
    border-radius: 5px;
}

.home-banner {
    text-transform: uppercase;
    margin: 0 auto;
    background-color: #ed281f;
    width: 65%;
    border-radius: 5px;
    font-size: 20pt;
    padding: 25px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    max-width: 1280px;
}

.header-phone {
    height: 45px;
    padding: 25px 25px 0 50px;
    background-image: url(../images/icon-phone.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: rgba(0, 179, 231, 0.9);
    border-radius: 5px;
    font-size: 12pt;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.header-phone a:link,
a:visited {
    color: #ffffff;
    text-decoration: none;
}

.top-menu {
    float: right;
}

.tm-main {
    float: right;
    position: relative;
    z-index: 10;
}

.tm-link:link,
.tm-link:visited {
    display: block;
    height: 40px;
    padding: 23px 10px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    color: #fff;
    background-color: #ffbe00;
}

.tm-home:link,
.tm-home:visited {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tm-contact:link,
.tm-contact:visited {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tm-item A.tm-link:link,
.tm-item A.tm-link:visited {
    background-color: #ffbe00;
}

.tm-item A.tm-link:hover,
.tm-itemS A.tm-link:link,
.tm-itemS A.tm-link:visited {
    background-color: #ed9f16;
}

.tm-sep {
    float: right;
    width: 2px;
    height: 63px;
    background: url(../images/tm-sep.gif) repeat-y;
}

.pull-wp {
    display: none;
}

A#pull:link,
A#pull:visited {
    display: block;
    width: 40px;
    height: 20px;
    background: url(../images/pull.png) 15px center no-repeat rgba(0, 179, 231, 0.9);
    padding: 25px 25px 25px 50px;
    border-radius: 5px;
    font-size: 12pt;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.pull-menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 10;
}

.pull-menu A:link,
.pull-menu A:visited {
    display: block;
    text-align: right;
    padding: 10px 15px 10px 5px;
    background: rgba(48, 48, 48, 0.9);
    border-bottom: 1px solid #c3c3c3;
    text-decoration: none;
    color: #fff;
}

.pull-menu A:hover {
    background: rgba(0, 0, 0, 0.7);
}

.footer {
    padding: 15px;
    background-color: #f3f6f6;
    font-size: 9pt;
    color: #444444;
}

.sitemap {
    width: 100%;
    padding-bottom: 20px;
}

.sitemap div {
    float: left;
    padding: 15px 30px 0 0;
}

.footer A:link,
.footer A:visited {
    color: #444444;
    font-size: 9pt;
}

.sitemap A:hover {
    color: #11caff;
}

.socials img {
    width: 25px;
}

.socials a:link,
.socials a:visited {
    display: inline-block;
    margin-right: 10px;
}

.copyright {
    float: left;
    padding-top: 15px;
}

.designed {
    float: right;
    padding-top: 15px;
}

.txt-white {
    color: #ffffff;
}

.clear {
    clear: both;
}

.home-thumbs {
    width: 100%;
    padding-top: 30px;
}

.hth-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 23%;
    padding: 20px 3% 0;
}

.hth-inner {
    width: auto;
    max-width: 446px;
    _width: 446px;
}

.hth-img {
    padding: 5px;
    background-color: #fff;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

.hth-inner A:link,
.hth-inner A:visited {
    display: block;
    text-decoration: none;
}

.hth-img img {
    width: 100%;
}

.hth-ttl {
    margin-top: 6px;
}

.hth-ttl A:link,
.hth-ttl A:visited {
    height: 40px;
    padding-top: 17px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    color: #fff;
    font-style: italic;
    font-size: 14pt;
}

.lbl-book A:link,
.lbl-book A:visited {
    width: 214px;
    background: url(../images/lbl-book.png) no-repeat;
}

.lbl-events A:link,
.lbl-events A:visited {
    width: 214px;
    background: url(../images/lbl-events.png) no-repeat;
}

.lbl-terms A:link,
.lbl-terms A:visited {
    width: 252px;
    background: url(../images/lbl-terms.png) no-repeat;
}

.inner-wp {
    padding: 30px 100px;
    margin-top: 50px;
}

.inner-wp-w {
    border-radius: 5px;
    background-color: #f3f6f6;
}

.inner-wp-o {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background-color: #E14628;*/
    background-color: #ffcc01;
    /*color: #FFF;*/
    color: #000;
}

.summer-camp a:link,
.summer-camp a:visited {
    color: red;
    text-decoration: none;
}

.summer-camp span {
    font-style: normal !important;
    text-transform: uppercase;
    font-weight: bold;
}

.summer-camp h3,
.summer-camp h2 {
    text-transform: uppercase;
    color: red;
}

.bp-main-txt {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}

.bp-main-txt span {
    font-style: italic;
    font-size: 9pt;
}

.welcome {
    margin: 0;
    padding: 0;
    color: #1d1d1d;
    font-size: 26pt;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.bg-ttl {
    margin: 0;
    padding: 50px 0 0;
    text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 25pt;
    text-align: center;
    font-weight: normal;
}

.welcome-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.welcome-img div {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -186px;
    width: auto;
    max-width: 373px;
    _width: 373px;
}

.welcome-img img {
    width: 100%;
}

.home-L {
    float: left;
    width: 34%;
}

.home-R {
    float: right;
    width: 30%;
}

.home-L div.points {
    margin-right: 50px;
}

.points div {
    padding: 5px 0 15px 50px;
    background: url(../images/point.png) left 3px no-repeat;
    font-size: 14pt;
}

.home-footer {
    margin-top: 50px;
    padding: 30px 15px 0;
    background-color: #f3f6f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.home-footer h3 {
    font-size: 20pt;
}

.home-footer p {
    width: auto;
    max-width: 900px;
    _width: 900px;
}

.footer-img img {
    width: 100%;
}

.gallery-L {
    float: left;
    width: 19%;
    padding-right: 5%;
}

.gallery-R {
    float: left;
    width: 76%;
}

.gallery-R div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 31%;
    margin: 20px 1% 0 0;
    padding: 0.5%;
    background-color: #fff;
    border-radius: 5px;
}

.gallery-R A:link,
.gallery-R A:visited {
    display: block;
    width: auto;
    max-width: 370px;
    _width: 370px;
    position: relative;
    z-index: 1;
}

.gallery-R img {
    width: 100%;
}

.enlarge {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: url(../images/enlarge.png) no-repeat;
}

.content {
    height: auto;
    min-height: 500px;
    _height: 500px;
}

.block-ttl {
    font-size: 40pt;
    margin: 10px 0 0;
    padding: 0 15px 30px;
    color: #fff;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
    font-weight: normal;
    text-align: center;
}

.header-txt {
    width: auto;
    max-width: 1000px;
    _width: auto;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #fff;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
}

.inner-menu {
    clear: left;
}

.inner-menu label {
    display: block;
    padding-bottom: 30px;
    color: #fff;
    font-size: 25pt;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
}

.inner-menu div {
    padding-bottom: 10px;
}

.inner-menu A:link,
.inner-menu A:visited {
    text-decoration: underline;
    font-size: 13pt;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
}

.inner-menu A:hover {
    text-decoration: none;
}

.lm-item A:link,
.lm-item A:visited {
    color: #fff;
}

.lm-itemS A:link,
.lm-itemS A:visited {
    color: #ffd800;
}

#menu:link,
#menu:visited {
    display: none;
    float: left;
    padding: 8px 20px 0 45px;
    background: url(../images/pull.png) 10px 11px no-repeat rgba(0, 179, 231, 0.9);
    color: #fff;
    font-size: 14pt;
    height: auto;
    min-height: 35px;
    _height: 35px;
    text-decoration: none;
}

.bp-box {
    display: inline-block;
    zoom: 1;
    /* *display: inline; */
    vertical-align: top;
    /* width: 29%; */
    width: 33%;
    margin: 1%;
}

.pb-box-inner {
    width: auto;
    /* max-width: 470px; */
    max-width: 600px;
    _width: 470px;
    padding: 1%;
    background-color: #fff;
    border-radius: 5px;
    /* color: #333; */
    font-weight: bold;
}

.bp-data a:link,
.bp-data a:visited {
    color: #1123ff;
}

.bp-item {
    padding-top: 75px;
    height: auto;
    min-height: 460px;
    _height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bp-butterfly {
    background-image: url(../images/birthday-party/butterfly.jpg);
}

.bp-parrot {
    background-image: url(../images/birthday-party/parrot.jpg);
}

.bp-giraffe {
    background-image: url(../images/birthday-party/giraffe.jpg);
}

.bp-lion {
    background-image: url(../images/birthday-party/lion.jpg);
}

.bp-jungle {
    background-image: url(../images/birthday-party/jungle.jpg);
}

.bp-addons {
    background-image: url(../images/birthday-party/addons.jpg);
}

.bp-data {
    text-align: left;
    padding: 10px;
    margin-top: 45px;
    background-color: #ffffff99;
    backdrop-filter: blur(3px);
}

.bp-data p {
    padding: 0 0 20px;
}

.bp-ttl {
    padding: 10px 25px;
    font-size: 18pt;
    font-weight: bold;
    background-color: #ffffff99;
    backdrop-filter: blur(3px);
}

.bp-ttl-small {
    padding: 10px 25px;
    font-size: 14pt;
    background-color: #ffffff99;
    backdrop-filter: blur(3px);
}

.bp-point {
    padding: 5px 0 10px 35px;
    background: url(../images/point-small.png) left 3px no-repeat;
    font-size: 13pt;
}

.terms-header {
    padding-bottom: 30px;
}

.inner-bg {
    width: 100%;
    background-color: #e14628;
}

.inner-bg img {
    width: 100%;
}

.pb-50 {
    padding-bottom: 50px;
}

.b-font {
    font-size: 16pt;
}

.header-small-mobile {
    display: none;
}

/* Walk-In Waivers */
.waiver-section {
    width: 100%;
    padding: 30px 0;
}

.waiver-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f3f6f6;
    border-radius: 5px;
}

.waiver-title {
    margin: 0 0 25px;
    padding: 0 0 15px;
    font-size: 26pt;
    color: #1d1d1d;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #ffbe00;
}

.waiver-text {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 1.7;
}

.waiver-text p {
    margin-bottom: 15px;
    text-align: justify;
}

.waiver-text p:last-child {
    margin-bottom: 0;
}

.waiver-subtitle {
    margin: 25px 0 15px;
    padding-top: 15px;
    font-size: 16pt;
    color: #1d1d1d;
    border-top: 1px solid #dedede;
}

.waiver-form-section {
    margin-top: 30px;
}

.waiver-form-title {
    margin: 0 0 20px;
    font-size: 18pt;
    color: #1d1d1d;
    text-align: center;
}

.waiver-table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
}

.waiver-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.waiver-table thead {
    background-color: #ffbe00;
}

.waiver-table th {
    padding: 15px 10px;
    text-align: left;
    font-weight: bold;
    color: #1d1d1d;
    font-size: 11pt;
    white-space: nowrap;
}

.waiver-table td {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    vertical-align: middle;
}

.waiver-table tbody tr:last-child td {
    border-bottom: none;
}

.waiver-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.waiver-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 11pt;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.waiver-input:focus {
    outline: none;
    border-color: #ffbe00;
}

.waiver-input.waiver-date {
    width: 140px;
    text-align: center;
    cursor: pointer;
}

.waiver-action-col {
    width: 60px;
    text-align: center;
}

.btn-remove-row {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 18pt;
    font-weight: bold;
    color: #fff;
    background-color: #e14628;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    line-height: 1;
}

.btn-remove-row:hover {
    background-color: #c13a20;
}

.waiver-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-add-row {
    padding: 12px 25px;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    background-color: #00b3e7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-add-row:hover {
    background-color: #0099cc;
}

.btn-submit-waiver {
    padding: 12px 35px;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    background-color: #ff2121;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit-waiver:hover {
    background-color: #e01b1b;
}

.waiver-message {
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.waiver-message.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.waiver-message.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Walk-In Waivers Responsive */
@media screen and (max-width: 1000px) {
    .waiver-content {
        padding: 20px 15px;
    }

    .waiver-title {
        font-size: 20pt;
    }

    .waiver-table-wrapper {
        margin: 0 0 20px;
        overflow-x: visible;
    }

    .waiver-table thead {
        display: none;
    }

    .waiver-table,
    .waiver-table tbody,
    .waiver-table tr,
    .waiver-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .waiver-table tbody tr:nth-child(even) {
        background-color: #fff;
    }

    .waiver-table tr.waiver-row {
        margin-bottom: 15px;
        padding: 15px;
        background-color: #fff;
        border: 1px solid #dedede;
        border-radius: 5px;
    }

    .waiver-table td {
        padding: 10px 0;
        border-bottom: none;
        text-align: left;
    }

    .waiver-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin-bottom: 8px;
        color: #1d1d1d;
        font-size: 11pt;
    }

    .waiver-table td.waiver-action-col::before {
        display: none;
    }

    .waiver-action-col {
        width: 100%;
        text-align: left;
        padding-top: 5px;
    }

    .waiver-input {
        width: 100%;
        padding: 12px;
        font-size: 11pt;
        box-sizing: border-box;
    }

    .waiver-input.waiver-time {
        width: 100%;
        text-align: center;
    }

    .waiver-form-actions {
        flex-direction: column;
        gap: 10px;
    }

    .btn-add-row,
    .btn-submit-waiver {
        width: 100%;
        text-align: center;
        padding: 15px 25px;
    }
}

@media screen and (max-width: 1460px) {
    .logo {
        /* width: 27%; */
        padding-left: 10px;
    }
    .header-R {
        padding-right: 10px;
    }
    .tm-link:link,
    .tm-link:visited {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 490px) {
    .home-banner {
        font-size: 15pt;
    }
}

@media screen and (max-width: 1270px) {
    .pull-wp {
        display: block;
    }
    .top-menu,
    .tm-main,
    .tm-sep {
        display: none;
    }
    .logo {
        width: auto;
    }
    .inner-wp {
        padding: 15px;
    }
}

@media screen and (max-width: 1090px) {
    .hth-item {
        width: 27%;
        padding-left: 1%;
        padding-right: 1%;
    }
    .welcome-img div {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
    }
    .bg-ttl {
        padding-top: 30px;
    }
    .home-L {
        width: 48%;
    }
    .home-R {
        width: 42%;
    }
    .points {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 990px) {
    .gallery-L {
        width: 28%;
    }
    .gallery-R {
        width: 67%;
    }
    .gallery-R div {
        width: 47%;
    }
    .bp-box {
        width: 43%;
    }
}

@media screen and (max-width: 940px) {
    /* .logo{
    	width: 40%;
    } */
    /*.btn-book:link, .btn-book:visited{
		display: none;
    }
	.btn-book-copy:link, .btn-book-copy:visited{
		display: block;
    }*/

    .header-btns div.hb-item {
        float: none;
    }

    A#pull:link,
    A#pull:visited {
        margin-left: 50px;
    }

    .hb-item {
        padding-bottom: 9px;
    }

    .hth-item {
        width: 98%;
    }
}
@media screen and (max-width: 850px) {
    .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .welcome {
        font-size: 17pt;
    }
    .home-L {
        width: 100%;
    }
    .home-L div.points {
        margin-right: 0;
        padding-bottom: 0;
    }
    .home-R {
        float: left;
        width: 100%;
    }
    .home-R div.points {
        padding-top: 0;
    }
    #menu:link,
    #menu:visited {
        display: block;
    }
    .gallery-L {
        width: 100%;
        padding-right: 0;
    }
    .inner-menu {
        display: none;
    }
    .gallery-R {
        width: 100%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 670px) {
    .header-btns {
        padding-top: 10px;
    }
    /*.header-phone{
    	display: none;
    }
	.btn-book-copy:link, .btn-book-copy:visited{
		padding: 15px;
    }

    .btn-book:link, .btn-book:visited{
		padding: 25px;
    }*/

    .header-phone {
        padding: 20px 15px 0 50px;
    }

    A#pull:link,
    A#pull:visited {
        padding: 15px 15px 15px 50px;
    }
    .logo {
        width: 260px;
    }
    .header {
        height: auto;
        /*padding-bottom: 30px;*/
    }
    .pull-menu {
        top: 70px;
    }
    .bp-box {
        width: 98%;
    }
}

@media screen and (max-width: 530px) {
    .btn-book:link,
    .btn-book:visited {
        height: 35px;
        padding: 15px 25px 0 55px;
    }

    .header-phone {
        height: 25px;
        padding: 10px 15px 0 50px;
    }

    A#pull:link,
    A#pull:visited {
        height: 15px;
        padding: 10px 15px 15px 50px;
    }

    .copyright {
        width: 100%;
    }
    .designed {
        float: left;
        width: 100%;
        padding-top: 10px;
    }
    .logo {
        padding-left: 0;
    }
    .pull-menu {
        top: 59px;
    }
}

@media screen and (max-width: 490px) {
    .sitemap div {
        padding-right: 15px;
    }

    .header-small-mobile {
        display: block;
    }
}
