﻿@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-size: 15px;
    font-family: Century Gothic, Avantgarde Bt, Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

textarea {
    font-size: 13px;
    font-family: Century Gothic, Avantgarde Bt, Arial, Helvetica, Geneva, sans-serif;
    resize: none;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='password'] {
    font-size: 13px;
}

textarea,
input,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='submit'] {
    -webkit-appearance: none;
    border-radius: 3px;
    background: #e2e2e2;
    color: #333333;
    border: 1px solid #888888;
    cursor: pointer;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#headerback {
    margin-top: -115px;
}

#innerback {
    width: 100%;
    height: 165px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/inner-back.jpg) repeat-x left top;
    overflow: hidden;
    text-align: center;
    margin-top: -115px;
    z-index: -10;
}

.bookingwrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    height: 50px;
    background: #d1c2a5;
}

#upperwrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: #282828;
}

#upper {
    position: relative;
    display: inline-block;
    width: 1024px;
    margin: 0 auto;
    height: 180px;
    background: #282828;
}

.upperin {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 33%;
    text-align: left;
    padding-top: 30px;
    background: #282828;
}

.upperintxt {
    position: relative;
    display: inline-block;
    padding: 0 0 0 9px;
    width: 220px;
    height: 100px;
    text-align: left;
    vertical-align: top;
}

.upperimage {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.upperhead {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: top;
    padding-top: 15px;
}

.uppertxt {
    font-size: 13px;
    color: #ffffff;
    vertical-align: top;
}

#menuwrap {
    position: relative;
    display: inline-block;
    width: auto;
    height: 60px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: left;
}

.submenu {
    margin-top: -50px !important;
}

#middlewrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.middle {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    background: #ffffff;
    overflow: hidden;
}

.middleleft {
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
}

.middleright {
    position: relative;
    display: inline-block;
    width: 50%;
    float: right;
    text-align: left;
    padding: 20px 0 0 0;
}

#featurewrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #9d8252;
    background: linear-gradient(#c8b691, #9d8252);
    overflow: hidden;
    text-align: center;
}

#bloghomewrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #282828;
    overflow: hidden;
    text-align: center;
}

#amenitieswrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #dbc58f;
    overflow: hidden;
    text-align: center;
}

#lowerwrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: #c1ad86;
    background: linear-gradient(#c1ad86, #9d8252);
}

#testimonialwrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    height: 168px;
    background: #282828;
}

#footerwrap {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
}

/* DEFAULT STYLING */

a {
    color: #202020;
    text-decoration: underline;
}

a:hover {
    color: #535353;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: normal;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

p,
li,
td,
th {
    color: #222222;
    line-height: 20px;
}

#wrapper img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
}

#middle li {
    margin-bottom: 6px;
    line-height: 18px;
}

#middle li ul,
#middle li ol {
    margin-top: 6px;
}

#middle hr {
    border: 0;
    width: 80%;
    margin: 20px auto;
    background-color: #cccccc;
    height: 1px;
}

#middle ul>li ul {
    list-style-type: circle;
}

#middle ol>li>ol {
    list-style-type: lower-alpha;
}

#middle ol>li>ol>li>ol {
    list-style-type: lower-roman;
}

#middle blockquote {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    padding: 0 8px 0 20px;
    border-left: 5px solid #cccccc;
    overflow: hidden;
}

/* UPPER HEADER */

#upperheader {
    background: #c8b691;
}

#upperheaderinner {
    width: 1100px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#uppermenu {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-right: auto;
    padding: 5px 0;
    text-align: right;
}

#uppermenu a {
    color: #000000;
    font-size: 15px;
    padding: 0 7px;
    text-decoration: none;
}

#uppermenu a:hover,
a:focus {
    text-decoration: underline;
}

#uppercontact {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-left: auto;
    text-align: left;
}

#uppercontacttext {
    position: relative;
    display: inline-block;
    bottom: 2px;
    color: #000000;
    font-size: 15px;
}

#uppercontact img {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

#uppercontact a {
    color: #000000;
    text-decoration: none;
}

#uppercontact a:hover,
a:focus {
    text-decoration: underline;
}

#uppercontactbook {
    position: relative;
    display: inline-block;
    display: none;
}

#uppercontactphonetext {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

#uppercontactphone {
    position: relative;
    display: inline-block;
}

/*HEADER*/

#headerwrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 99;
    background: #202020;
}

#header {
    position: relative;
    display: inline-block;
    top: 0;
    max-width: 1100px;
    height: 120px;
    text-align: left;
    margin: 0 auto;
    z-index: 99;
    width: 100%;
}

#headerimage {
    position: relative;
    margin: 16px auto 16px 10px;
    display: inline-block;
    cursor: pointer;
}

#headermenu {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 75%;
    text-align: right;
    /*float: right;*/
}

/* HORIZONTAL MENU */

/* #menubg					{ position: relative; width: 100%; height: 40px; background: #454545; margin: 0 auto; text-align: right; } */

#menuh nav {
    position: relative;
    display: inline-block;
    float: right;
    text-align: right;
    /*width: 1100px; */
    margin: 0 auto;
    padding: 0px;
}

#menuh nav a {
    display: block;
    padding: 50px 12px;
    text-decoration: none;
    color: #ffffff;
    font-family: Century Gothic, Arial, sans-serif;
    font-size: 15px;
}

#menuh nav a:hover {
    background: #423e37;
    color: #ffffff;
    font-size: 15px;
}

#menuh nav ul li ul a {
    color: #ffffff;
    font-size: 15px;
    padding: 20px 12px;
}

#menuh nav ul li ul a.active {
    background: #423e37;
    color: #ffffff;
    font-size: 15px;
}

#menuh nav a.active {
    background: #423e37;
    color: #ffffff;
    font-size: 15px;
}

#menuh nav a.active-child {
    background: #423e37;
    color: #ffffff;
    font-size: 15px;
}

#menuh nav ul {
    margin: -10px 0 0 0;
    padding: 9px 4px 10px 0;
    list-style: none;
    text-align: left;
    display: inline;
}

#menuh nav ul li {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#menuh nav ul li ul a:hover {
    background: #423e37;
    color: #fff;
}

#menuh nav ul li ul {
    padding: 0;
    position: absolute;
    top: 130px;
    left: 0;
    width: 200px;
    display: block;
    opacity: 0;
    background: #202020;
    visibility: hidden;
    z-index: 90;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

#menuh nav ul li ul li {
    width: 100%;
    background: #202020;
    display: inline-block;
    color: #fff;
}

#menuh nav ul li ul li:hover {
    background: #423e37;
}

#menuh nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* LEVEL 3 AND UP */

#menuh nav ul li ul li ul,
#menuh nav ul li:hover ul li ul {
    padding: 0;
    position: absolute;
    top: 10px;
    left: 200px;
    width: 200px;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

#menuh nav ul li ul li ul:hover {
    opacity: 1;
    visibility: visible;
}

#menuh nav ul li ul li ul li {
    background: #202020;
    display: block;
    color: #fff;
}

#menuh nav ul li ul li ul li:hover {
    background: #423e37;
}

#menuh nav ul li ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* SLIDESHOW */

#slideshowwrap {
    width: 100%;
    height: auto;
    position: relative;
}

.cycle-slideshow {
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 10;
}

.cycle-slide {
    width: 100%;
    line-height: 0;
}

.cycle-slide a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}

.cycle-slide a:hover,
.cycle-slide a:focus {}

.cycle-slide img {
    width: 100%;
    height: auto;
    line-height: 0;
}

.upperbookingwrap {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    bottom: 0px;
    z-index: 11;
    height: 60px;
}

.bookingcheckin:first-of-type {
    margin-top: 13px;
}

/* PAGE TREE */

#pagetree {
    text-align: right;
}

#pagetree p {
    font-size: 12px;
    margin: 0;
    padding: 10px 0 0 0;
}

#pagetree p a {
    font-size: 12px;
}

#pageheading {
    width: auto;
    padding-bottom: 0;
    text-align: left;
}

/* VERTICAL MENU */

#leftcontainer {
    float: left;
    width: 182px;
    border: 1px solid #bbbbbb;
}

#leftcontainer ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftcontainer ul li a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #bbbbbb;
    text-decoration: none;
}

#leftcontainer ul a.active {
    color: #000000;
}

/* HOME CONTENT */

.hometitle {
    text-align: center;
    overflow: hidden;
    color: #9f8454;
    text-transform: uppercase;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.hometitle span {
    display: inline-block;
    position: relative;
}

.hometitle span:before,
.hometitle span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid;
    top: 50%;
    width: 100%;
}

.hometitle span:before {
    right: 100%;
    margin-right: 15px;
}

.hometitle span:after {
    left: 100%;
    margin-left: 15px;
}

/* PRODUCT FILTERING */

#productfilter {
    margin: 0 10px;
}

.filterHead {
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    margin: 3px 0;
    border-bottom: 1px solid #ccc;
}

.filterOpts {
    font-size: 12px;
    padding: 5px;
}

.filterOpts label {
    display: block;
}

.filterSect {
    margin-bottom: 10px;
}

.filterSect input[type='checkbox'] {
    margin-right: 3px;
}

.filterSect input[type='submit'] {
    font-size: 11px;
    margin: 5px 5px 5px 3px;
}

/* RECENTLY VIEWED PRODUCTS */

#recentview {
    float: left;
    width: 162px;
    clear: left;
    margin-left: 10px;
}

.recent_view {
    overflow: hidden;
}

.recent_view a {
    display: inline-block;
    max-width: 100%;
}

.recent_image {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.recent_image a {
    line-height: 0;
}

.recent_image img {
    max-width: 90% !important;
}

.recent_detail {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.recent_title {}

.recent_price {}

/* IMAGE LIBRARY */

#imagelibrary {
    margin: 4px;
    padding: 4px;
}

#imagelibrary img {
    margin: 3px;
}

/* IMAGE STYLING */

html>body .outerpair1 {
    background: url(../images/upperrightfade.png) no-repeat right top;
}

html>body .outerpair2 {
    background: url(../images/lowerleftfade.png) no-repeat left bottom;
    padding-top: 8px;
    padding-left: 8px;
}

html>body .shadowbox {
    background: url(../images/shadow.png) bottom right;
}

html>body .innerbox {
    position: relative;
    left: -8px;
    top: -8px;
}

.shadowbox img {
    border: 1px solid #000000;
    vertical-align: bottom;
}

.pageimagecenter {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

.pageimageright {
    float: right;
    margin: 5px 0 5px 5px;
    padding: 0;
    max-width: 100%;
}

.pageimageleft {
    float: left;
    margin: 5px 5px 5px 0;
    padding: 0;
    max-width: 100%;
}

.pageimagenone img {
    margin: 3px;
    padding: 0;
}

/* SOCIAL SHARING BUTTONS */

#social {
    height: auto;
    padding: 0;
    overflow: hidden;
}

.social {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px 0;
}

.social h6 {
    font-weight: bold;
    margin: 0;
    padding: 0
}

/* SEARCH */

#search {
    margin: 10px;
}

#search input[type='text'] {
    height: 24px;
    width: 100%;
}

#search input[type='submit'] {
    height: 24px;
    line-height: 14px;
}

#results ul {
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#results ul li {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    margin: 3px 0 10px 0;
}

#results .title {
    padding-bottom: 5px;
}

#results .title a {
    font-weight: bold;
}

#results small {
    display: block;
    color: #578a1e;
    margin-top: -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#results .desc {
    font-size: 12px;
    line-height: 18px;
    width: 400px;
    max-width: 100%;
}

/* PAGE GALLERY */

.pagegalleryheading {
    font-weight: bold;
}

.pagegalleryinner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.pagegalleryimage {
    position: relative;
    display: inline-block;
    width: 14%;
    height: 0;
    padding-bottom: 14%;
    overflow: hidden;
    margin: 0.3%;
    vertical-align: middle;
}

.pagegalleryimage img {
    border: 0;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    display: block;
    max-width: 240% !important;
    /*min-width: 100% !important;*/
    height: auto;
    /*min-height: 100%;*/
    /*left: -25%;*/
}

.pagegalleryimage a {
    line-height: 0;
}

.pagegalleryimage a:hover img {
    opacity: 0.7;
}

.ui-icon-circle-arrow-e {}

.ui-icon-circle-arrow-e {}

/* LINKS SECTION */

.link {
    background: #efefef;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    margin: 15px 0;
    padding: 5px;
}

.linktop {
    margin: 0;
    padding: 5px;
}

.linktop,
.linktop a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.linkleftcontainer {
    float: left;
    width: 150px;
    height: auto;
    max-width: 25%;
    margin: 0 5px 0 0;
}

.linkleftcontainer img {
    border-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.linkrightcontainer {
    height: 120px;
    overflow-y: auto;
    border: 1px solid #bbbbbb;
    background: #ffffff;
    padding: 5px;
}

.linkrightcontainer p {
    margin: 0;
}

.linkfooter {
    padding: 5px 0 0 0;
    text-align: right;
}

/* HTML SITEMAP */

#sitemap a {
    text-decoration: none;
}

.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before {
    content: "\00BB";
    display: inline-block;
    margin: 0 3px 0 0;
}

.sitemapL1 {
    margin: 0 0 5px 0;
}

.sitemapL1 a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.sitemapL2 {
    margin: 10px 0 3px 10px;
}

.sitemapL2 a {
    color: #333333;
    text-transform: uppercase;
}

.sitemapL3 {
    margin: 0 0 3px 20px;
}

.sitemapL4 {
    margin: 0 0 3px 30px;
}

.sitemapL5 {
    margin: 0 0 3px 50px;
}

.sitemapL6 {
    margin: 0 0 3px 60px;
}

/* BLOG */

#bloghome {
    position: relative;
    display: inline-block;
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

#bloghomehead {
    font-size: 27px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 10px;
}

#bloghome1 {
    display: inline-block;
    position: relative;
    width: 33%;
    color: #ffffff;
    vertical-align: top;
    text-align: left;
}

#bloghome1 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
}

#bloghome1 a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 13px;
}

#bloghome1 a:hover {
    font-weight: bold;
}

#bloghome2 {
    display: inline-block;
    position: relative;
    width: 33%;
    color: #ffffff;
    vertical-align: top;
    text-align: left;
}

#bloghome2 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
}

#bloghome2 a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 13px;
}

#bloghome2 a:hover {
    font-weight: bold;
}

#bloghome3 {
    display: inline-block;
    position: relative;
    width: 33%;
    color: #ffffff;
    vertical-align: top;
    text-align: left;
}

#bloghome3 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
}

#bloghome3 a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 13px;
}

#bloghome3 a:hover {
    font-weight: bold;
}

/* BLOG */

.homeposts {
    position: relative;
    display: inline-block;
    width: 48%;
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
}

.homeposts a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.date {
    color: #ffffff;
}

.shortdescription {
    color: #000000;
    margin-bottom: 10px;
    vertical-align: top;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    display: none;
}

.shortdescription a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

.shortdescription a:hover {
    font-weight: bold;
}

.shortdescription img {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 5px;
    padding: 5px 5px 5px 0 !important;
}

.slide img {
    display: inline-block;
    width: 300px;
}

figure {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    vertical-align: top;
    font-style: italic;
}

figcaption {
    display: none;
}

/* Post List */

.posts {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0 25px 0;
    border-bottom: 3px solid #dfdfdf;
}

.posts a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    width: 80%;
    font-weight: bold;
    color: #0b3d55;
}

.posts a:hover {
    color: #2b292a;
}

.post a {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    font-weight: bold;
}

.post a:hover {
    color: #2b292a;
}

.posts .date {
    display: inline-block;
    color: #bbbbbb;
    letter-spacing: -0.5px;
    font-size: 14px;
}

.bloghead {
    width: 100%;
}

.blogread a {
    font-size: 13px;
}

.blogread a:hover {
    color: #f26e5e;
}

.shortdesclist {
    margin-bottom: 10px;
    vertical-align: top;
}

.shortdesclist a {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

.shortdesclist a:hover {
    font-weight: bold;
    color: #f26e5e;
}

.shortdesclist img {
    width: 120px;
    float: left;
    margin-right: 5px;
    padding: 5px 5px 5px 0 !important;
}

/* Post Display */

.post .date {
    color: #bbbbbb;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Next Post */

.next_post {
    margin: 15px 0;
}

/* Popular Posts */

.popular_posts {
    padding: 0 0 10px 0;
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
}

.popular_posts li {
    padding: 0;
}

.popular_posts a {
    text-decoration: none;
    font-size: 14px;
    color: #f26e5e;
}

/* Comments */

.comment {
    border-bottom: 1px solid #cccccc;
    padding: 13px 0;
    width: 60%;
    overflow: hidden;
}

.commentName,
.commentName a {
    font-weight: bold;
    text-decoration: none;
}

.commentDate {
    color: #666666;
    font-size: 12px;
    padding-bottom: 10px;
}

.commentText,
.commentText p {
    color: #555555;
    margin: 0;
}

/* PRODUCT LIST */

#product {
    margin-top: 20px;
}

.productitem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 5px 2px 10px 2px;
    background: #f5f5f5;
    text-align: center;
}

.producttitle {
    font-weight: bold;
    padding: 0px 3px 3px 0px;
    font-size: 18px;
    text-align: center;
    width: 95%;
    color: #202020;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.productsold {
    color: #ff0000;
    font-weight: bold;
    font-size: 9px;
    display: block;
}

.productimage {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    width: 95%;
    overflow: hidden;
    text-align: left;
}

.productimage a {
    display: inline-block;
    width: 100%;
}

.productimage img {
    vertical-align: middle;
    width: 300px;
    height: auto;
    max-height: 230px;
}

.productdetails {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.productprice {
    position: relative;
    display: block;
    vertical-align: top;
    font-size: 14px;
    /*Text Added*/
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

.productwas {
    font-size: 12px;
    text-decoration: line-through;
    color: #9f0000;
    margin: 0 10px;
}

.productbtns {
    bottom: 5px;
    width: 100%;
    float: right;
    text-align: center;
}

.productbtns a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 7px;
}

.productview {
    background: #c8b691;
}

.productview:hover {
    opacity: .85;
    cursor: pointer;
}

.productorder {
    background: #202020;
}

.productorder:hover {
    opacity: .85;
    cursor: pointer;
}

.productenquire {
    background: #202020;
}

.productenquire:hover {
    opacity: .85;
    cursor: pointer;
}

.productorder,
.productview,
.productenquire,
.productD_thumb,
#productD_order,
#productD_enquire {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.little {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

.widSSPData {
    border: 0 !important;
}

#CDSWIDSSP {
    width: 100% !important;
}

.widSSPH11 {
    font-size: 18px !important;
}

.widSSPQuote {
    font-size: 14px !important;
}

.widSSPLegal {
    color: #ffffff;
}

/* PRODUCT DISPLAY */

#productD_left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

#productD_right {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-left: 2%;
    margin-top: 40px;
}

.productD_large {
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

.productD_large a {
    background: url("../images/loading.gif") no-repeat 50% 50%;
    display: inline-block;
    width: 100%;
    height: auto;
}

.productD_large img {
    max-width: 100%;
    height: auto;
}

.productD_images {
    text-align: center;
}

.productD_thumb {
    border: 3px solid #efefef;
    margin: 2px;
    background: #ffffff;
    line-height: 0;
}

.productD_thumb,
.productD_thumb a {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 96px;
    overflow: hidden;
}

.productD_thumb img {
    vertical-align: middle;
}

.productD_thumb:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#productD_right h1 {
    margin-top: 0;
    padding: 0 10px;
}

.productD_detail {
    padding: 0 10px;
    font-size: 15px;
}

.productD_status {
    font-size: 15px;
}

#available {
    color: #009f00;
}

#outofstock,
#soldout {
    color: #9f0000;
}

#productD_price {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    margin-top: 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#productD_was {
    font-size: 13px;
    text-decoration: line-through;
    color: #9f0000;
    display: block;
}

#rate {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #f26e5e;
    margin-left: 10px;
    margin-bottom: 20px;
}

.rates {
    display: inline-block;
    width: 25%;
    color: #f26e5e;
}

.ratespeak {
    display: inline-block;
    width: 25%;
    color: #f26e5e;
    font-weight: bold;
}

#ratestitle {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: #f26e5e;
}

.ratestype {
    display: inline-block;
    width: 50%;
    color: #f26e5e;
    padding: 5px 0 5px 20px;
}

.ratestypepeak {
    display: inline-block;
    width: 50%;
    color: #f26e5e;
    padding: 5px 0 5px 20px;
    font-weight: bold;
}

.ratespn {
    display: inline-block;
    width: 15%;
    color: #f26e5e;
    font-style: italic;
    font-size: 12px;
}

.ratespp {
    display: inline-block;
    width: 15%;
    color: #f26e5e;
    font-style: italic;
    font-size: 12px;
}

#productD_links {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

#productD_links a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 10px;
    margin: 8px 0 10px 0;
}

#productD_order {
    width: 90%;
    background: #dbc58f;
}

#productD_order:hover {
    background: #009f00;
}

#productD_enquire {
    width: 90%;
    background: #515151;
}

#productD_enquire:hover {
    background: #00cfff;
}

#productD_pdfs {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.productD_pdf {
    display: inline-block;
    width: 50%;
}

.productD_pdf img {
    max-width: 20px !important;
    margin-right: 6px;
    vertical-align: middle;
}

.productD_text {
    padding: 0 10px;
}

.productD_textdetails {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: 490px;
}

.productD_textfeatures {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: 490px;
}

#amenities {
    background: #dbc58f;
    width: 1024px;
    margin: 0 auto;
    color: #ffffff;
    padding: 0 0 20px 20px;
    text-align: left;
}

#amenities h2 {
    color: #ffffff;
}

.amenity {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
}

.amenitiesimg {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.amenitytxt {
    position: relative;
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    padding-left: 5px;
}

/* Booking Box */

#bookingbox {
    background: #3e3e3e;
    width: 485px;
    height: 220px;
    border-radius: 25px;
	display: none !important;
}

#bookingbox input.calendar {
    width: 160px;
}

.enquireboxbutton {
    position: relative;
    display: inline-block;
    padding: 20px 0 0 30px;
}

.enquireboxbutton a {
    color: #ffffff;
    text-decoration: none;
}

.bookingboxbutton {
    position: relative;
    display: inline-block;
    padding: 20px 10px 0 30px;
}

.bookingboxtxt {
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-align: left;
    width: 100%;
    font-size: 15px;
    padding: 15px 0 10px 30px;
}

.bookingboxcheckin {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 30px;
    z-index: 1450;
}

.bookingboxcheckin img {
    vertical-align: middle;
    padding-right: 5px;
    z-index: 1450;
}

.bookingboxcheckout {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    z-index: 1450;
}

.bookingboxcheckout img {
    vertical-align: middle;
    padding: 5px 5px 5px 30px;
    z-index: 1450;
}

.bookingboxpax {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 30px;
}

.bookingboxpax img {
    vertical-align: middle;
    padding-right: 7px;
    z-index: 1450;
}

.bookingboxpaxchild {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
}

.bookingboxpaxchild img {
    vertical-align: middle;
    padding: 0 10px 0 30px;
    z-index: 1450;
}

select.number_adult3 {
    height: 30px;
    padding: 5px;
    width: 160px;
    background: #232323;
    color: #ffffff;
    border: 1px;
}

select.number_child3 {
    height: 30px;
    padding: 5px;
    width: 160px;
    background: #232323;
    color: #ffffff;
    border: 1px;
}

/* CART v2 STYLING */

.c_div {
    overflow: hidden;
}

.c_div table {
    width: 100%;
    border-collapse: collapse;
}

.cart th {
    background: #333333;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
}

.cart tr:nth-child(even) td {
    background: #efefef;
}

.cart th {
    padding: 3px 5px;
}

.cart td {
    padding: 3px 5px;
    height: 70px;
}

td.c_del {
    width: 20px;
    padding: 3px 5px 3px 10px;
}

td.c_del a {
    background: url("../images/remove.png") no-repeat top left;
    display: inline-block;
    width: 20px;
    height: 20px;
}

td.c_del a:hover {
    background-position: bottom left;
}

.c_img {
    width: 70px;
}

.c_img img {
    width: auto;
    max-width: 70px !important;
    height: auto;
}

.c_part {
    display: block;
    color: #777777;
    font-size: 10px;
}

.c_unit {
    width: 60px;
    text-align: center;
}

.c_qty {
    width: 60px;
    text-align: center;
}

.c_sub {
    width: 70px;
    text-align: right;
}

.c_opt {
    width: 60px;
    text-align: center;
}

/* Totals & Voucher/Shipping */

#c_total {
    text-align: right;
    background: none;
    border-top: 1px solid #bbbbbb;
}

.c_box {
    padding: 10px;
    background: #efefef;
    float: left;
    text-align: left;
}

.c_box label {
    display: block;
}

.c_voucher {
    margin: 5px 5px 5px 0;
}

.c_shipping {
    margin: 20px 5px 5px 0;
}

.c_voucher input[type='text'] {
    text-transform: uppercase;
    width: 200px;
}

.c_totals {
    width: 300px;
    padding: 10px 5px;
    margin: 20px -5px 10px 0;
    float: right;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.c_totals span {
    width: 95px;
    display: inline-block;
    vertical-align: top;
}

.c_subtotal {
    color: #444444;
}

.c_promo {
    color: #444444;
}

.c_freight {
    color: #444444;
}

.c_freight span span {
    font-size: 9px;
    line-height: 10px;
}

.c_total {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

/* Buttons */

#c_spBtn {
    padding: 2px 6px;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#c_spBtn {
    background: #3882ad;
}

#c_poBtn {
    background: #3882ad;
    color: #ffffff;
}

#c_frBtn {
    background: #3882ad;
    color: #ffffff;
}

#c_coBtn {
    background: #82ad38;
    color: #ffffff;
    font-weight: bold;
    float: right;
}

#c_upBtn {
    background: #996600;
    color: #ffffff;
    font-size: 9px;
    padding: 2px;
    margin-top: 4px;
}

#c_ecBtn {
    background: #bbbbbb;
    float: right;
}

#c_prBtn {
    background: #006699;
    color: #ffffff;
    font-weight: bold;
    float: right;
}

#c_ppBtn {
    margin: 0 auto;
    display: block;
}

/* Steps */

#c_steps {
    border-bottom: 6px solid #efefef;
    text-align: right;
    margin: 10px 0;
}

#c_steps span {
    border-bottom: 6px solid #cfcfcf;
    display: inline-block;
    width: 120px;
    max-width: 33%;
    text-align: center;
    color: #666666;
    font-size: 11px;
    padding: 4px 0;
    margin-bottom: -6px;
}

#c_steps span.active {
    border-bottom: 6px solid #a1c562;
    font-weight: bold;
}

#c_steps span.done {
    border-bottom: 6px solid #666666;
}

/* Messages */

#c_bigmsg {
    border: 2px dashed #a1c562;
    width: 70%;
    padding: 10px;
    margin: 0 auto 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

#c_mainmsg {
    background: #efefef;
    width: 50%;
    padding: 10px 10px 8px 10px;
    margin: 15px auto;
    text-align: center;
}

#c_submsg {
    width: 50%;
    margin: 15px auto;
    text-align: center;
    color: #666666;
}

#c_errmsg {
    background: #db4848;
    color: #ffffff;
    padding: 10px 10px 8px 10px;
    margin: 15px auto;
    text-align: center;
}

/* Form (Step 2) */

.c_div h2 {
    border-bottom: 2px solid #777777;
    color: #444444;
}

table.c_table th {
    width: 135px;
    color: #555555;
    font-weight: normal;
    text-align: left;
}

table.c_table td {
    padding: 3px 0;
}

.c_cards img {
    vertical-align: middle;
    border: 1px solid #888888;
    margin: 0 1px;
    width: 25px;
}

.c_table input[size='34'],
.c_table textarea {
    width: 220px;
}

.c_table label.c_err {
    color: #990000;
}

#c_cvvhelp {
    padding-left: 8px;
}

#c_cvvhelp a {
    font-size: 10px;
}

#c_cvvhelpbox {
    top: -140px;
    left: 60px;
    line-height: 0;
    z-index: 50;
    box-shadow: 5px 5px 10px #666666;
    border-radius: 10px;
}

/* DIRECTORY STYLING */

#directory {
    overflow: hidden;
}

.directoryitem {
    background: #F0EDE5;
    border: 3px solid #C8B691;
    margin: 0 0 20px 0;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.directorytitle {
    font-size: 18px;
    color: #333333;
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

.directorydesc {
    color: #7c6b4c;
    display: block;
    font-size: 13px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 155px;
}

.directoryitem a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.directoryimage {
    float: right;
    width: 150px;
    max-width: 45%;
    height: auto;
    max-height: 125px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    right: 15px;
    top: 15px;
    margin-bottom: 5px;
}

.readmore {
    clear: right;
    background: #e0c244;
    color: #ffffff;
    font-size: 13px;
    padding: 7px 7px 4px 7px;
    letter-spacing: 1px;
    border-radius: 10px;
    display: inline-block;
}

.directoryitem a:hover .readmore {
    background: #dbc58f;
}

.directoryitem a:hover .directorytitle {
    color: #C8B691;
}

/* DIRECTORY DISPLAY STYLING */

.directorydisplayright {
    width: 250px;
    float: right;
    margin-bottom: 20px;
}

.directorydisplayfacts {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.directorydisplayfacts h2 {
    font-size: 16px;
}

.directorydisplayfacts table {
    border-collapse: collapse;
    width: 100%;
}

.directorydisplayfacts td {
    vertical-align: top;
    font-size: 13px;
    padding: 4px 0;
    border-bottom: 1px solid #d9d4cb;
}

.directorydisplayfacts td:first-child {
    width: 30%;
}

.directorydisplayfacts td:last-child {
    width: 70%;
    text-align: left;
    font-weight: bold;
}

.directorydisplayfacts a {
    vertical-align: top;
    font-size: 13px;
}

.directorydisplaylarge {
    width: 100%;
    height: auto;
    background: #f1eee6;
    line-height: 0;
    margin-bottom: 10px;
}

.directorydisplaytext {
    width: 734px;
    margin: 30px 0 20px 0;
    padding-right: 15px;
    border-right: 1px solid #d9d4cb;
}

.directorydisplayauthor {
    padding: 20px 45px;
    clear: both;
    border-top: 1px solid #d9d4cb;
    border-bottom: 1px solid #d9d4cb;
    line-height: 22px;
    font-size: 12px;
}

.directorydisplayimages {
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 6px;
    border-bottom: 1px solid #d9d4cb;
}

.directorydisplaythumb {
    float: left;
}

.directorydisplaythumb a img {
    border: 0;
}

.gm-style-iw {
    width: 324px !important;
    height: 120px !important;
    overflow: hidden !important;
}

.gm-style-iw div {
    overflow: hidden !important;
}

/* ADMIN STYLING */

#adminpage input[name='login'],
#adminpage input[name='password'] {
    width: 100%;
}

#adminpage {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: normal;
}

#adminpage b {
    color: #000000;
    font-weight: bold;
}

#adminpage table {
    margin-bottom: 10px;
    border: 1px solid #9f9f9f;
    background: #dfdfdf;
}

#adminpage table img {
    display: inline-block;
    margin: 0 auto;
}

#adminpage td {
    background: #dfdfdf;
    color: #000000;
    text-align: left;
}

#adminpage th {
    background: #cfcfcf;
    color: #000000;
    text-align: left;
}

#adminpagegallery {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    float: right;
    width: 800px;
}

#admindivouter {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: #ffffff;
    width: 830px;
    float: right;
}

#admindiv {
    text-align: left;
    margin-bottom: 10px;
    border: 1px solid #9f9f9f;
    background: #dfdfdf;
}

.admincheckbox {
    position: relative;
    display: inline-block;
    width: 250px;
    padding: 5px;
}

.admincheckboxheading {
    position: relative;
    display: inline-block;
    text-align: left;
}

.admincheckboxheading img {
    padding-right: 5px;
}

.admincheckboxvalue {
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 2px 5px 0 0;
}

.admininput {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.admininputheading {
    position: relative;
    display: inline-block;
    float: left;
    text-align: right;
    width: 200px;
}

.admininputvalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

.admindropdown {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.admindropdownheading {
    position: relative;
    display: inline-block;
    float: left;
    text-align: right;
    width: 200px;
}

.admindropdownvalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

.admindate {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.admindateheading {
    position: relative;
    display: inline-block;
    float: left;
    text-align: right;
    width: 200px;
}

.admindatevalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

.adminbutton {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.adminbuttonheading {
    position: relative;
    display: inline-block;
    float: left;
    text-align: right;
    width: 200px;
}

.adminbuttonvalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

.admineditor {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.admineditorheading {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
}

.admineditorvalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 99%;
}

.admintext {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.admintextheading {
    position: relative;
    display: inline-block;
    float: left;
    text-align: right;
    width: 200px;
}

.admintextvalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

.adminimages {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.adminimagesnumber {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 200px;
}

.adminimagesvalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

.adminsearch {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px;
}

.adminsearchtitle {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 200px;
}

.adminsearchvalue {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

.adminproducttreeouter {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
    width: 1024px;
}

.productedit {
    width: 1024px;
    margin: 0 auto;
}

.productedit>td {
    background: #d6d6d6;
}

#admindivouter table.LogBody {
    width: 100%;
}

#admindivouter table.log {
    width: 100%;
    background: #333333;
}

#admindivouter table.log th {
    padding: 2px;
    background: #555555;
    color: #ffffff;
    font-size: 13px;
}

#admindivouter table .logrow1 td {
    padding: 4px;
    background: #cfcfcf;
    font-size: 12px;
}

#admindivouter table .logrow2 td {
    padding: 4px;
    background: #eeeeee;
    font-size: 12px;
}

#admindivouter table .logrowS td {
    padding: 4px;
    background: #ffff66;
    font-size: 12px;
}

#admindivouter table label {
    display: inline-block;
    width: 100%;
    padding: 2px;
}

#admindivouter table label:hover {
    color: #cf0000;
    cursor: pointer;
}

#adminpage table.productedit {
    width: 100%;
}

#adminpage .productedit>td {
    background: #d6d6d6;
}

#adminpage .productedit2>td {}

#adminpage table.LogBody {
    width: 100%;
}

#adminpage table.log {
    width: 100%;
    background: #333333;
}

#adminpage table.log th {
    padding: 2px;
    background: #555555;
    color: #ffffff;
    font-size: 13px;
}

#adminpage table .logrow1 td {
    padding: 4px;
    background: #cfcfcf;
    font-size: 12px;
}

#adminpage table .logrow2 td {
    padding: 4px;
    background: #eeeeee;
    font-size: 12px;
}

#adminpage table .logrowS td {
    padding: 4px;
    background: #ffff66;
    font-size: 12px;
}

#adminpage table label {
    display: inline-block;
    width: 100%;
    padding: 2px;
}

#adminpage table label:hover {
    color: #cf0000;
    cursor: pointer;
}

.audit_box li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

span.audit_showhide {
    background: #222;
}

#adminpage input[size='90'] {
    width: 100%;
}

#adminpage input[name='insert'] {
    width: 50%;
}

/* Blog Admin */

.admin_blog input[type='text'] {
    width: 100%;
}

.admin_blog textarea {
    width: 100%;
    min-height: 80px;
}

.admin_blog table {
    width: 100%;
}

.admin_blog td,
.admin_blog th {
    padding: 0 10px;
}

.admin_blog td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px solid #bbb;
}

.admin_blog .comBox {
    padding: 5px;
    max-width: 500px;
    max-height: 35px;
    line-height: 17px;
    background: #efefef;
    overflow-y: auto;
}

/* SUBPAGES */

.subpages div {
    display: inline-block;
    width: 19%;
    margin: 4px 4px 4px 2px;
    text-align: center;
    vertical-align: top;
}

.subpages a {
    display: inline-block;
    max-width: 100%;
}

.subpages img {
    border: 0;
    margin-bottom: 5px;
}

.subpages span {
    display: inline-block;
    text-decoration: underline;
    width: 100%;
    max-width: 100%;
}

.subpages a:hover img {
    opacity: 0.7;
}

/* CONTACT MESSAGE */

#contact {
    clear: both;
    width: auto;
    margin: 20px auto;
    background: #cccccc;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

/* CONTACT */

#contactform {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 560px;
}

#contactform input[name='enquiry[Postcode]'] {
    width: 100px;
}

#contactform #contact_thanks {
    padding: 15px;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    border: 1px solid #afafaf;
    background: #cfcfcf;
}

#contactform #datepicker5 {
    background: #ffffff;
    border: 1px solid #afafaf;
    color: #000000;
}

#contactform #datepicker6 {
    background: #ffffff;
    border: 1px solid #afafaf;
    color: #000000;
}

.contactright {
    position: relative;
    display: inline-block;
    width: 400px;
    vertical-align: top;
    text-align: left;
}

.contactright img {
    padding: 2px 10px 5px 5px;
    vertical-align: middle;
}

.contactright img a:hover {
    opacity: 0.6;
}

.contactright a {
    font-weight: bold;
    color: #444446;
    text-decoration: none;
}

.contactright a:hover {
    font-weight: bold;
    color: #1d1060;
    text-decoration: none;
    opacity: 0.6;
}

.maps iframe {
    height: 400px;
    padding-top: 40px;
    border: 0;
}

/* SITE FORMS */

.form {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    text-align: left;
    width: 560px;
}

.form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form .error {
    color: #cc0000;
}

.form>div {
    padding: 1px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.form>div>label {
    width: 25%;
    float: left;
    padding-right: 10px;
    line-height: 24px;
}

.form>div>div {
    width: 75%;
    float: right;
}

.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select {
    width: 75%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus {
    outline: 0;
    border-color: #4697e4;
}

@media (max-width: 640px) {
    .form>div {
        margin: 0 0 8px 0;
    }
    .form>div>label {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    .form>div>div {
        width: 100%;
        float: none;
    }
    .form input[type=text],
    .form input[type=email],
    .form input[type=url],
    .form input[type=password],
    .form input[type=tel],
    .form input[type=number],
    .form textarea,
    .form select {
        width: 100%;
    }
}

/* DIRECTORY MAP */

.ubcmapbox {
    height: 320px;
    margin-bottom: 20px;
}

.ubcmap {
    position: relative;
    overflow: hidden;
    background-color: #e5e3df;
    height: 300px;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 100%;
}

.ubcmap-big {
    position: fixed !important;
    top: 6% !important;
    margin: 0 10%;
    width: 80%;
    height: 600px !important;
    z-index: 1450;
}

.ubcmap-enlarge {}

.ubcmap img {
    max-width: none !important;
    height: initial !important;
}

.middleright img {
    float: right;
    padding-bottom: 10px;
}

.video-cover {
    width: 300px;
    height: 195px;
    float: right;
    padding-bottom: 10px;
}

.featureinner {
    width: 1100px;
    position: relative;
    display: inline-block;
}

.feature {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 55px 0;
    display: inline-block;
    color: #ffffff;
    vertical-align: top;
}

.featureimg {
    color: #ffffff;
    text-align: center;
    margin: 20px 0;
}

.featuretitle {
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    padding: 10px 0;
    text-transform: uppercase;
    color: #ffffff;
}

.featuretitle:hover,
.featuretitle:focus {
    color: #ffffff;
    opacity: 0.6;
}

.featurebody {
    font-size: 15px;
    text-align: center;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    height: 145px;
    margin-top: 20px;
}

.featurebutton {
    background: #c8b691;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    padding: 10px 45px;
    text-decoration: none;
}

.featurebutton:hover,
.featurebutton:focus {
    opacity: 0.8;
    text-decoration: underline;
    color: #ffffff;
}

#bookingwrapinner {
    margin: 0 auto;
    text-align: center;
}

.bookingtxt {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    padding: 15px 10px 0 0;
    display: none;
}

.bookingcheckin {
    position: relative;
    display: inline-block;
    padding: 10px 10px 0 0;
    z-index: 999;
}

.bookingcheckin img {
    vertical-align: bottom;
    z-index: 1450;
}

.bookingcheckout {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    z-index: 999;
}

.bookingcheckout img {
    vertical-align: bottom;
    z-index: 1450;
}

.bookingpax {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
}

.bookingpaxchild {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
}

.bookingbutton {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
}

input.calendar {
    height: 30px;
    padding: 5px;
    background: #232323;
    color: #ffffff;
    border: 0;
}

select.number_adult {
    height: 30px;
    padding: 5px;
    background: #232323;
    color: #ffffff;
    border: 0;
}

select.number_child {
    height: 30px;
    padding: 5px;
    background: #232323;
    color: #ffffff;
    border: 0;
}

select.number_adult2 {
    height: 30px;
    padding: 5px;
    background: #232323;
    color: #ffffff;
    border: 0;
}

select.number_child2 {
    height: 30px;
    padding: 5px;
    background: #232323;
    color: #ffffff;
    border: 0;
}

/* CALENDAR OF EVENTS */

.calendar {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 12px;
    display: inline-block;
}

.calendar p,
.calendar li,
.calendar td,
.calendar th {
    font-size: 12px;
    line-height: 15px;
}

.calendar p {
    margin: 0;
    padding: 0 0 10px 0;
}

.calendar h4 {
    margin: 0;
    padding: 0 0 5px 0;
}

.calendar-spec {
    width: 55px;
    float: left;
    margin: 0 6px 6px 0;
    text-align: center;
}

.calendar-date {
    background: url("../images/calendar-date-bg.png") no-repeat;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 5px 4px 4px 4px;
    margin: 0 auto;
    width: 24px;
    line-height: 14px;
}

.calendar-date .day {
    font-size: 16px;
    color: #a00000;
}

.calendar-date .month {
    font-size: 8px;
    color: #ffffff;
}

.calendar-date .month-start {
    font-size: 8px;
    color: #a00000;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 10px 0 0 0;
}

.icondiv {
    display: inline-block;
    width: 1px;
    height: 32px;
}

.calendar-text {
    margin-left: 62px;
}

.legend {
    padding: 5px 0 0 0;
    line-height: 0;
    font-size: 11px;
}

.legend a {
    font-size: 11px;
}

.legend img {
    vertical-align: middle;
    margin: 0 0 3px 0;
}

.legend-item {
    display: inline-block;
    padding: 0 40px 0 0;
}

/* Button Style */

button.submit {
    background-color: #c8b691;
    background: -webkit-gradient(linear, left top, left bottom, from(#c8b691), to(#c8b691));
    background: -webkit-linear-gradient(top, #c8b691, #c8b691);
    background: -moz-linear-gradient(top, #c8b691, #c8b691);
    background: -ms-linear-gradient(top, #c8b691, #c8b691);
    background: -o-linear-gradient(top, #c8b691, #c8b691);
    border: 0px solid;
    border-bottom: 0px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: inset 0 1px 0 0 #c8b691;
    -webkit-box-shadow: 0 1px 0 0 #c8b691 inset;
    -moz-box-shadow: 0 1px 0 0 #c8b691 inset;
    -ms-box-shadow: 0 1px 0 0 #c8b691 inset;
    -o-box-shadow: 0 1px 0 0 #c8b691 inset;
    color: white;
    text-transform: uppercase;
    padding: 4px 25px;
    text-align: center;
    text-shadow: 0 -1px 0 #c8b691;
    font-size: 16px;
}

button.submit:hover {
    opacity: .85;
    cursor: pointer;
}

button.submit:active {
    border: 0px solid #20911e;
    box-shadow: 0 0 10px 5px #c8b691 inset;
    -webkit-box-shadow: 0 0 10px 5px #c8b691 inset;
    -moz-box-shadow: 0 0 10px 5px #c8b691 inset;
    -ms-box-shadow: 0 0 10px 5px #c8b691 inset;
    -o-box-shadow: 0 0 10px 5px #c8b691 inset;
}

button.submit img {
    padding-left: 12px;
}

#bookingbox button.submit {
    background-color: #c8b691;
    background: -webkit-gradient(linear, left top, left bottom, from(#70c32a), to(#70c32a));
    background: -webkit-linear-gradient(top, #c8b691, #c8b691);
    background: -moz-linear-gradient(top, #c8b691, #c8b691);
    background: -ms-linear-gradient(top, #c8b691, #c8b691);
    background: -o-linear-gradient(top, #c8b691, #c8b691);
    border: 0px solid;
    border-bottom: 0px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: inset 0 1px 0 0 #c8b691;
    -webkit-box-shadow: 0 1px 0 0 #c8b691 inset;
    -moz-box-shadow: 0 1px 0 0 #c8b691 inset;
    -ms-box-shadow: 0 1px 0 0 #c8b691 inset;
    -o-box-shadow: 0 1px 0 0 #c8b691 inset;
    color: white;
    font-weight: bold;
    padding: 13px 35px;
    text-align: center;
    text-shadow: 0 -1px 0 #c8b691;
    font-size: 17px;
}

#bookingbox button.submit:hover {
    opacity: .85;
    cursor: pointer;
}

#bookingbox button.submit:active {
    border: 0px solid #20911e;
    box-shadow: 0 0 10px 5px #c8b691 inset;
    -webkit-box-shadow: 0 0 10px 5px #c8b691 inset;
    -moz-box-shadow: 0 0 10px 5px #c8b691 inset;
    -ms-box-shadow: 0 0 10px 5px #c8b691 inset;
    -o-box-shadow: 0 0 10px 5px #c8b691 inset;
}

#bookingbox button.submit2 {
    background-color: #202020;
    background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#202020));
    background: -webkit-linear-gradient(top, #202020, #202020);
    background: -moz-linear-gradient(top, #202020, #202020);
    background: -ms-linear-gradient(top, #202020, #202020);
    background: -o-linear-gradient(top, #202020, #202020);
    border: 0px solid;
    border-bottom: 0px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: inset 0 1px 0 0 #202020;
    -webkit-box-shadow: 0 1px 0 0 #202020 inset;
    -moz-box-shadow: 0 1px 0 0 #202020 inset;
    -ms-box-shadow: 0 1px 0 0 #202020 inset;
    -o-box-shadow: 0 1px 0 0 #202020 inset;
    color: white;
    font-weight: bold;
    padding: 13px 42px;
    text-align: center;
    text-shadow: 0 -1px 0 #202020;
    font-size: 17px;
}

#bookingbox button.submit2:hover,
#bookingbox button.submit2:active {
    opacity: .85;
    cursor: pointer;
}

#lower {
    color: #ffffff;
    font-size: 22px;
    padding: 10px 0 0 0;
    vertical-align: middle;
    line-height: 40px;
}

#lower img {
    padding: 10px 10px 0 20px;
}

#lower a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
}

.lowera {
    display: inline-block;
    vertical-align: top;
}

.lowerb {
    color: #ffffff;
    font-size: 22px;
    padding: 10px 0 0 0;
    vertical-align: middle;
    line-height: 40px;
}

#lower a:hover {
    opacity: 0.6;
}

#maillist {
    width: 100%;
    height: 38px;
    background: #fec02a;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

#maillist a {
    color: #ffffff;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: none;
}

#maillist a:hover {
    color: #2b388d;
}

#lowerin {
    width: 1024px;
    margin: 0 auto;
}

#lower1 {
    display: inline-block;
    position: relative;
    width: 15%;
    color: #000000;
    vertical-align: top;
    text-align: left;
}

#lower1 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

#lower1 h5 {
    color: #000000;
    font-size: 19px;
    text-transform: none;
}

#lower1 a {
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}

#lower1 a:hover {
    text-decoration: underline;
    color: #000000;
}

#lower2 {
    display: inline-block;
    position: relative;
    width: 15%;
    color: #000000;
    vertical-align: top;
    text-align: left;
    top: 77px;
}

#lower2 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

#lower2 h5 {
    color: #000000;
    font-size: 19px;
    text-transform: none;
}

#lower2 a {
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}

#lower2 a:hover {
    text-decoration: underline;
    color: #000000;
}

#lower3 {
    display: inline-block;
    position: relative;
    width: 35%;
    color: #000000;
    vertical-align: top;
    text-align: left;
}

#lowerfax {
    font-size: 14px;
}

#lowerphone {
    font-size: 14px;
}

#lower3 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

#lower3 h5 {
    color: #000000;
    font-size: 19px;
    text-transform: none;
}

#lower3 a {
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 14px;
}

#lower3 a:hover {
    text-decoration: underline;
}

#lower4 {
    display: inline-block;
    position: relative;
    width: 35%;
    color: #000000;
    vertical-align: top;
    text-align: left;
}

#lower4 img {
    padding: 25% 0;
}

#lower4 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

#lower4 h5 {
    color: #ffffff;
    font-size: 19px;
    text-transform: none;
}

#lower4 p {
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 14px;
}

#lower4 a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
}

#lower4 h5 a {
    color: #ffffff;
    font-size: 19px;
    text-transform: none;
}

#lower4 a:hover {
    font-weight: bold;
}

#lower5 {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #ffffff;
    vertical-align: top;
    text-align: center;
    font-style: italic;
    margin-top: 20px;
}

#lower5 a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 12px;
    font-style: normal;
    padding: 0 20px;
}

#lower5 a:hover {
    font-weight: bold;
}

#testimonialinner {
    position: relative;
    display: inline-block;
    width: 1024px;
    height: 168px;
    text-align: center;
}

#testimonial1 {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 20px 50px 0 10px;
    color: #ffffff;
    font-style: italic;
}

#testimonial2 {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 20px 50px 0 50px;
    color: #ffffff;
    font-style: italic;
}

#testimonial3 {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 20px 10px 0 50px;
    color: #ffffff;
    font-style: italic;
}

/* FOOTER */

#footer {
    clear: both;
    padding: 5px 10px;
    color: #282828;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

#footer a {
    font-size: 11px;
    text-decoration: underline;
    color: #282828;
}

#footer a:hover {
    text-decoration: none;
}

#footer img {
    margin-left: 5px;
    vertical-align: top;
}

@media (max-width: 1100px) {
    #upperheaderinner {
        width: 95%;
    }
    #header {
        width: 99%;
    }
    #headerimage {
        width: 28%;
    }
    .featureinner {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    * {
        width: auto;
        height: auto;
    }
    #headerback {
        margin-top: -25px;
    }
    #menu ul li a,
    #menu ul li a:visited {
        /*padding: 20px 5px 20px 5px;*/
    }
    .middle {
        width: 95%;
        padding: 20px 0px 0 0px;
    }
    .middleleft {
        width: 50%;
    }
    .middleright {
        width: 50%;
    }
    .bookingwrap {
        height: auto;
        padding-bottom: 10px;
    }
    #upper {
        width: 100%;
        height: auto;
        margin: 0;
        float: none;
        padding: 1px 1px 10px 10px;
        text-align: left;
    }
    .upperin {
        width: 33%;
        height: auto;
        padding-top: 5px;
    }
    .upperintxt {
        width: 130px;
        height: auto;
        padding: 20px 0 0 5px;
    }
    .upperhead {
        padding: 0;
    }
    #pagetree {
        padding-right: 20px;
    }
    #bloghome {
        width: 100%;
    }
    .homeposts {
        width: 45%;
    }
    /*	.bookingpax 		{ margin-left: 260px; padding-top: 5px; } */
    #directory {
        width: 98%;
    }
    .directorydisplayright {
        margin-right: 20px;
    }
    #social {
        padding-right: 20px;
    }
    #lowerwrap {
        height: auto;
    }
    #lowerin {
        width: 95%;
    }
    #testimonialwrap {
        height: auto;
    }
    #testimonialinner {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    #testimonial1 {
        width: 30%;
        padding: 10px;
    }
    #testimonial2 {
        width: 30%;
        padding: 10px;
    }
    #testimonial3 {
        width: 30%;
        padding: 10px;
    }
    #amenities {
        width: 100%;
    }
    .enquireboxbutton {
        padding: 20px 0 0 20px;
    }
}

@media (max-width: 960px) {
    * {
        width: auto;
        height: auto;
    }
    /*#headerwrap 		{ margin-top: 50px; height: 60px; width: 100%; }
	#headerimage		{ width: 280px; vertical-align: top; padding-top: 5px; margin-top: 0; }
	#slideshowwrap 		{ margin-top: -125px !important; } */
    #menuh nav {
        width: 100%;
        display: block;
    }
    #poi a {
        font-size: 16px;
    }
    #contactform {
        width: 50%;
    }
    #contactright {
        width: 50%;
    }
    /* Booking Box */
    #bookingbox {
        background: #3e3e3e;
        width: 390px;
        height: 220px;
        border-radius: 25px;
        margin-bottom: 20px;
    }
    #bookingbox input.calendar {
        width: 120px;
    }
    .enquireboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 0 0 12px;
    }
    .enquireboxbutton a {
        color: #ffffff;
        text-decoration: none;
    }
    .bookingboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 10px 0 30px;
    }
    .bookingboxtxt {
        position: relative;
        display: inline-block;
        color: #ffffff;
        text-align: left;
        width: 100%;
        font-size: 15px;
        padding: 15px 0 10px 30px;
    }
    .bookingboxcheckin {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
        z-index: 99;
    }
    .bookingboxcheckin img {
        vertical-align: middle;
        padding-right: 5px;
        z-index: 99;
    }
    .bookingboxcheckout {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 0;
        z-index: 99;
    }
    .bookingboxcheckout img {
        vertical-align: middle;
        padding: 5px 5px 5px 20px;
        z-index: 99;
    }
    .bookingboxpax {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
    }
    .bookingboxpax img {
        vertical-align: middle;
        padding-right: 7px;
        z-index: 99;
    }
    .bookingboxpaxchild {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 0;
    }
    .bookingboxpaxchild img {
        vertical-align: middle;
        padding: 0 10px 0 20px;
        z-index: 99;
    }
    select.number_adult3 {
        height: 30px;
        padding: 5px;
        width: 120px;
    }
    select.number_child3 {
        height: 30px;
        padding: 5px;
        width: 120px;
    }
    #bookingbox button.submit {
        padding: 13px 20px;
        font-size: 16px;
    }
    #bookingbox button.submit2 {
        padding: 13px 30px;
        font-size: 16px;
    }
    #lower1 {
        width: 20%;
        padding-left: 2px;
    }
    #lower2 {
        width: 20%;
        padding-bottom: 10px;
    }
    #lower3 {
        width: 29%;
    }
    #lower4 {
        width: 30%;
    }
    #lower4 img {
        width: 100%;
        height: auto;
        padding: 32% 0;
    }
}

@media (max-width: 930px) {
    #headerwrap {
        height: auto;
    }
    #header {
        height: 160px;
    }
    #headerimage {
        width: 100%;
        display: block;
    }
    #headerimage img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #headermenu {
        position: relative;
        width: 100%;
    }
    #menuh nav {
        text-align: center;
        margin: 10px 0 0 0;
    }
    #menuh nav a {
        padding: 10px 12px;
    }
}

@media ( max-width: 830px) {
    .feature {
        width: 33%;
    }
    .featurebody {
        height: 195px;
    }
    #lower4 img {
        padding: 35% 0;
    }
    .upperbookingwrap {
        position: relative;
        background: #9d8252;
        height: auto;
        padding-bottom: 10px;
    }
}

@media (max-width: 780px) {
    * {
        width: auto;
        height: auto;
    }
    #menuwrap {
        margin: 55px 0 0 0;
    }
    #slideshowwrap {
        margin-top: 0px !important;
    }
    .middle {
        width: 100%;
        padding: 20px 10px 0 10px;
    }
    .middleleft {
        width: 50%;
    }
    .middleright {
        width: 50%;
    }
    .bookingwrap {
        height: auto;
        padding-bottom: 10px;
    }
    #upper {
        width: auto;
        height: auto;
        margin: 0;
        float: none;
        padding: 1px 1px 20px 10px;
        text-align: left;
    }
    .upperin {
        width: 33%;
        height: auto;
        padding-top: 5px;
    }
    .upperimage {
        width: 50px;
        height: 50px;
    }
    .upperintxt {
        width: 200px;
        height: auto;
        padding: 0;
    }
    .upperhead {
        padding: 0;
    }
    #pagetree {
        padding-right: 20px;
    }
    #bloghome {
        width: 100%;
    }
    .homeposts {
        width: 45%;
    }
    /*	.bookingtxt 		{ width: 100%; }
	.bookingcheckin		{ width: 48%; }
	.bookingcheckout	{ width: 48%; }
	.bookingpax 		{ margin-left: 80px; padding-top: 5px; } */
    #directory {
        width: 98%;
    }
    .directorydisplayright {
        margin-right: 20px;
    }
    #poi a {
        font-size: 14px;
    }
    #social {
        padding-right: 20px;
    }
    #map {
        width: 98%;
    }
    #lowerwrap {
        height: auto;
    }
    #lowerin {
        width: 100%;
    }
    #lower1 {
        width: 48%;
    }
    #lower2 {
        width: 48%;
    }
    #lower3 {
        width: 48%;
        font-size: 14px;
    }
    #lower4 {
        width: 48%;
    }
    #testimonialwrap {
        height: auto;
    }
    #testimonialinner {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    #testimonial1 {
        width: 30%;
        padding: 10px;
    }
    #testimonial2 {
        width: 30%;
        padding: 10px;
    }
    #testimonial3 {
        width: 30%;
        padding: 10px;
    }
    /* Booking Box */
    #bookingbox {
        background: #3e3e3e;
        width: 300px;
        height: 370px;
        border-radius: 25px;
    }
    #bookingbox input.calendar {
        width: 160px;
    }
    .enquireboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 0 0 60px;
    }
    .enquireboxbutton a {
        color: #ffffff;
        text-decoration: none;
    }
    /*	.bookingwrapinner		{ padding: 3px 0; } */
    .bookingboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 10px 0 60px;
    }
    .bookingboxtxt {
        position: relative;
        display: inline-block;
        color: #ffffff;
        text-align: left;
        width: 100%;
        font-size: 15px;
        padding: 15px 0 10px 30px;
    }
    .bookingboxcheckin {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
        z-index: 1450;
    }
    .bookingboxcheckin img {
        vertical-align: middle;
        padding-right: 5px;
        z-index: 1450;
    }
    .bookingboxcheckout {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 0;
        z-index: 1450;
    }
    .bookingboxcheckout img {
        vertical-align: middle;
        padding: 5px 5px 5px 30px;
        z-index: 1450;
    }
    .bookingboxpax {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
    }
    .bookingboxpax img {
        vertical-align: middle;
        padding-right: 7px;
        z-index: 1450;
    }
    .bookingboxpaxchild {
        position: relative;
        display: inline-block;
        padding: 10px 10px 0 0;
    }
    .bookingboxpaxchild img {
        vertical-align: middle;
        padding: 0 10px 0 30px;
        z-index: 1450;
    }
    select.number_adult3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
    select.number_child3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
}

/* RESPONSIVE FOR MOBILE */

@media (max-width: 640px) {
    * {
        width: auto;
        height: auto;
    }
    /* Structure */
    #header {
        width: 100%;
        height: 160px;
    }
    /*	#headerwrap		{ margin-top:0; height:auto;} */
    #headerimage {
        width: 100%;
        margin-left: 0;
    }
    #wrapper {
        width: 100%;
        border: 0;
        overflow: hidden;
    }
    .middle {
        width: 95%;
        margin: 0;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    #slideshowwrap {
        width: 100%;
        height: auto;
    }
    .slideshow-overlay {
        width: 100%;
        height: auto;
        margin-top: -20px;
    }
    .slideshow-text {
        width: 50%
    }
    .cycle-slide img {
        width: 100%
    }
    .bookingwrap {
        height: auto;
        padding-bottom: 10px;
    }
    #innerback {
        display: none;
    }
    #upper {
        width: auto;
        height: auto;
        margin: 0;
        float: none;
        padding: 1px 1px 20px 1px;
        text-align: left;
    }
    .upperin {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .upperimage {
        width: 50px;
        height: 50px;
        padding: 0 0 0 20px;
    }
    .upperintxt {
        width: 200px;
        height: auto;
        padding: 0 0 0 20px;
    }
    .upperhead {
        padding: 0;
    }
    .middleleft {
        width: 100%;
    }
    .middleright {
        width: 100%;
    }
    .homeposts {
        width: 100%;
        padding-left: 0;
    }
    #map {
        width: 98%;
    }
    #poi {
        width: auto;
        margin: 0;
        float: none;
        padding: 5px;
        text-align: left;
    }
    #poi a {
        font-size: 10px;
    }
    .pageimageright {
        float: none;
    }
    /* Upper Header */
    #uppercontact {
        width: 100%;
        text-align: center;
    }
    #uppercontactbook {
        vertical-align: bottom;
        width: 100%;
        padding-top: 10px;
    }
    #uppercontactphonetext {
        margin-right: 10px;
        font-size: 24px;
        font-weight: bold;
    }
    #uppercontactphone {
        vertical-align: top;
        font-size: 24px;
    }
    #uppermenu {
        width: 100%;
        text-align: center;
    }
    /* Main Menu */
    /*	#menubg			{ margin-top: 0; padding-bottom: 0; text-align: left; }
	#menu			{ overflow: hidden; }
	#menu nav a		{ padding: 10px 5px; font-size: 13px; } */
    /* Main Menu */
    #toggleMenu {
        width: 100%;
        background: url("../images/menu-icon.png") 20px 15px no-repeat;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 15px 13px 45px;
        cursor: pointer;
        text-align: left;
    }
    #toggleMenu:hover {
        background-color: #232323;
        width: 100%;
    }
    #menuh {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 15px;
        background: url("../images/menu-bg.png") repeat;
        z-index: 35;
        float: none;
    }
    #menuh nav a {
        color: #ffffff;
    }
    #menuh nav ul li {
        width: 100%;
        margin-right: 0;
        background: #232323;
    }
    #menuh nav ul li:hover {
        background: #c8b691;
        color: #ffffff;
    }
    #menuh nav a.active {
        background: #c8b691;
        color: #ffffff;
        font-weight: bold;
    }
    #menuh nav a:hover {
        background: #c8b691;
        color: #ffffff;
    }
    /* Hide Secondary Levels */
    #menuh nav ul li:hover ul {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    /* Left Menu */
    #leftcontainer {
        width: auto;
        float: none;
    }
    #leftcontainer ul {
        display: none;
    }
    #map {
        width: 100%;
    }
    /* Feature Wrapper */
    .feature {
        width: 100%;
        padding: 20px 0;
    }
    .featurebody {
        height: 110px;
    }
    /* Product Filtering */
    .filterOpts label {
        display: inline-block;
        margin-right: 10px;
    }
    /* Gallery */
    .pagegalleryimage {
        width: 30%;
        padding-bottom: 30%;
        margin: 0.5%;
    }
    /* HTML Sitemap */
    #sitemap>div {
        float: none !important;
        width: auto !important;
    }
    /* Directory Listing */
    .directorydesc {
        height: auto;
        max-height: 150px;
        margin-right: 0;
        display: inline;
    }
    .directoryimage {
        position: relative;
        float: right;
        right: 0;
        top: 0;
    }
    .readmore {
        display: block;
        text-align: center;
        margin-top: 7px;
    }
    /* Directory Display */
    .directorydisplaylarge {
        width: 100%;
        height: auto;
    }
    .directorydisplayright {
        float: none;
        width: auto;
    }
    .directorydisplaytext {
        margin: 0;
        width: auto;
        border: none;
        padding: 0;
    }
    .directorydisplaythumb {
        float: left;
        max-width: 32%;
        margin: 0 0.5% 1% 0.5%;
        height: 0;
        padding-bottom: 21%;
        overflow: hidden;
    }
    .directorydisplaythumb a img {
        border: 0;
    }
    .directorydisplayauthor {
        padding: 10px 5px;
        font-size: 11px;
    }
    /* Product List */
    .productitem {
        position: relative;
        display: inline-block;
        width: 98%;
        height: auto !important;
        margin: 5px 1% 15px 1%;
        padding: 0;
        overflow: hidden;
    }
    /* Product */
    #product {
        margin-right: 20px;
    }
    .producttitle {
        display: inline-block;
        width: 100%;
    }
    .productsold {
        color: #ff0000;
        font-weight: bold;
        font-size: 9px;
        display: block;
    }
    .productimage {
        position: relative;
        float: none;
        max-width: 100%;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .productimage a {
        display: inline-block;
        width: 100%;
    }
    .productimage img {
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .productdetails {
        position: relative;
        display: inline-block;
        text-align: left;
        float: none;
        width: 98%;
        margin-left: 0;
        height: auto;
        margin-top: 0;
        padding: 0 1%;
    }
    .productprice {
        display: inline-block;
        width: 99%;
        float: left;
        margin-top: 0;
        padding-left: 1%;
    }
    .productbtns {
        position: relative;
        display: inline-block;
        bottom: 0px;
        width: 100%;
    }
    #rate {
        margin-left: 0;
        width: 100%;
    }
    #ratestype {
        padding: 5px 0 5px 10px;
    }
    #ratestypepeak {
        padding: 5px 0 5px 10px;
    }
    #ratespn {
        width: 21%;
        font-size: 11px;
    }
    #ratespp {
        width: 21%;
        font-size: 11px;
    }
    .amenity {
        width: 50%;
        height: 35px;
        padding-left: 0;
    }
    .amenitiesimg {
        width: 30px;
        height: 30px;
    }
    .amenitytxt {
        width: auto;
        padding-left: 10px;
    }
    #map {
        width: 100% !important;
    }
    /* Product Display */
    #productD_left {
        display: block;
        width: auto;
    }
    #productD_right {
        display: block;
        width: auto;
        margin-left: 0;
    }
    #productD_right h1 {
        padding: 0;
    }
    .productD_detail {
        padding: 0;
    }
    #productD_price {
        padding: 10px 0;
    }
    #productD_links {
        padding: 10px 0;
    }
    #productD_pdfs {
        padding: 10px 0;
    }
    .productD_pdf {
        display: inline-block;
        width: 50%;
    }
    .productD_text {
        padding: 0;
    }
    .productD_textfeatures {
        width: 100%;
        padding: 5px;
    }
    .productD_textdetails {
        width: 100%;
        padding: 5px;
    }
    /* Recent Views */
    #recentview {
        float: none;
        width: auto;
        padding: 0 15px 15px 15px;
        margin: 0;
        border-top: 1px solid #bbbbbb;
    }
    .recent_view {
        width: 50%;
        vertical-align: middle;
        display: inline-block;
    }
    /* Shopping Cart */
    td.c_del {
        width: 20px;
        padding: 3px 5px;
    }
    .c_img {
        width: 60px;
    }
    .c_qty {
        width: 50px;
    }
    .c_qty input {
        width: 100%;
    }
    .c_sub {
        width: 60px;
    }
    .c_opt {
        width: 50px;
    }
    .c_voucher input[type='text'],
    .c_shipping input[type='text'],
    .c_shipping select {
        width: 100%;
    }
    .c_box {
        clear: right;
        margin-top: 10px;
    }
    /* Form (Step 2) */
    #form_detail,
    #form_shipping,
    #form_payment {
        width: auto !important;
        display: block !important;
        margin: 0 !important;
    }
    .c_table input[type='text'],
    .c_table input[type='email'],
    .c_table input[type='phone'],
    .c_table input[type='number'],
    .c_table textarea,
    .c_table select {
        width: 100% !important;
    }
    .c_table input[size='4'],
    select[name='cart_submit[orderCardExpiryM]'],
    select[name='cart_submit[orderCardExpiryY]'] {
        width: auto !important;
    }
    table.c_table th {
        width: 35%;
        min-width: 90px;
    }
    #c_cvvhelpbox {
        left: -140px;
        width: 200px;
    }
    /* Admin Area */
    #adminpage textarea,
    #adminpage select,
    #adminpage input {
        width: 100%;
    }
    #adminpage input[size='3'] {
        width: 50px;
    }
    #adminpage input[type='submit'] {
        width: auto;
    }
    .audit_box li {
        width: auto;
        display: block;
    }
    /* Forces better display of page thumb editor */
    #adminpage td#subpage {
        width: 46%;
        display: inline-block;
    }
    #adminpage td#subpage table {
        width: 100%;
    }
    #adminpage td#subpage img {
        width: 100%;
    }
    /* Forces better display of page gallery editor */
    #adminpagegallery>table>tbody>tr>td,
    #adminpagegallery>table>tr>td {
        display: inline-block;
        width: 100%;
    }
    #adminpagegallery>table>tbody>tr>td>table,
    #adminpagegallery>table>tr>td>table {
        width: 100% !important;
        border: 0;
    }
    #adminpagegallery div[align='right'] {
        text-align: center;
    }
    #adminpagegallery>form td {
        width: 19%;
        height: 75px;
        overflow: hidden;
        display: inline-block;
    }
    /* Replace parts of Site Report that wont display well on mobile with a message */
    #sr_mvp #sr_data {
        display: none;
    }
    #sr_mvp:after {
        content: "This information cannot be displayed on this sized screen or device. Please view on a larger screened computer or device.";
        display: block;
        margin: 0 15px;
    }
    /* Subpages */
    .subpages div {
        width: 48%;
        margin: 2px 0 2px 2px;
    }
    .middleleft {
        width: 100%;
    }
    .middleleft img {
        width: 100%;
    }
    .middleright {
        width: 100%;
        vertical-align: top;
    }
    .upperbookingwrap {
        width: 100%;
        height: auto;
    }
    .bookingwrap {
        width: 100%;
        height: auto;
    }
    .bookingwrapinner {
        width: 100%;
        height: auto;
        padding-bottom: 5px;
    }
    .bookingtxt {
        width: 100%;
        font-size: 14px;
        padding-bottom: 5px;
        text-align: center;
    }
    .bookingcheckin:first-of-type {
        margin-top: 0;
    }
    .bookingcheckin {
        width: 100%;
        padding: 10px 10px 0 0;
        display: block;
    }
    .bookingcheckout {
        width: 100%;
        display: block;
    }
    .bookingpax {
        margin-left: 10px;
    }
    .bookingbutton {
        display: block;
        margin-top: 10px;
    }
    button.submit {
        margin-top: 5px;
    }
    #bookingbox {
        margin-bottom: 50px;
        width: 485px;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    #bookingbox input.calendar {
        width: 160px;
    }
    .enquireboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 0 0 30px;
    }
    .enquireboxbutton a {
        color: #ffffff;
        text-decoration: none;
    }
    .bookingboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 10px 0 30px;
    }
    .bookingboxtxt {
        position: relative;
        display: inline-block;
        color: #ffffff;
        text-align: left;
        width: 100%;
        font-size: 15px;
        padding: 15px 0 10px 30px;
    }
    .bookingboxcheckin {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
        z-index: 1450;
    }
    .bookingboxcheckin img {
        vertical-align: middle;
        padding-right: 5px;
        z-index: 1450;
    }
    .bookingboxcheckout {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 0;
        z-index: 1450;
    }
    .bookingboxcheckout img {
        vertical-align: middle;
        padding: 5px 5px 5px 30px;
        z-index: 1450;
    }
    .bookingboxpax {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
    }
    .bookingboxpax img {
        vertical-align: middle;
        padding-right: 7px;
        z-index: 1450;
    }
    .bookingboxpaxchild {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 0;
    }
    .bookingboxpaxchild img {
        vertical-align: middle;
        padding: 0 10px 0 30px;
        z-index: 1450;
    }
    select.number_adult3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
    select.number_child3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
    /* Contact */
    #contactform {
        width: 98%;
    }
    #contactright {
        width: 98%;
    }
    #contacttext iframe {
        width: 100%;
    }
    #lowerwrap {
        height: auto;
    }
    #lower {
        text-align: left;
        padding-left: 5px;
    }
    #lowerin {
        width: 100%;
    }
    #lower1 {
        width: 100%;
        padding-left: 10px;
    }
    #lower1 ul {
        margin: 0;
    }
    #lower2 {
        width: 100%;
        padding-left: 10px;
        top: 0;
    }
    #lower2 ul {
        margin: 0;
    }
    #lower3 {
        width: 100%;
        padding-left: 10px;
    }
    #lower3 h5 {
        margin: 8px 0;
    }
    #lower4 {
        width: 100%;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #lower4 h5 a {
        font-size: 14px;
    }
    #lower4 a {
        font-size: 12px;
    }
    #lower4 img {
        padding: 1px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #testimonialwrap {
        height: auto;
    }
    #testimonialinner {
        width: 100%;
        height: auto;
    }
    #testimonial1 {
        width: 90%;
        font: 11px;
        padding: 5px;
    }
    #testimonial2 {
        width: 90%;
        font: 11px;
        padding: 5px;
    }
    #testimonial3 {
        width: 90%;
        font: 11px;
        padding: 5px;
    }
    #lower img {
        padding: 10px 2px 0 2px;
    }
    #lower a {
        font-size: 12px;
        text-align: left;
    }
    .lowera {
        text-align: left;
    }
    #footerwrap {
        height: auto;
        padding-bottom: 5px;
    }
}

@media (max-width: 510px) {
    /* Booking Box */
    #bookingbox {
        background: #3e3e3e;
        width: 100%;
        height: 250px;
        border-radius: 25px;
    }
    #bookingbox input.calendar {
        width: 160px;
    }
    .enquireboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 0 0 30px;
    }
    .enquireboxbutton a {
        color: #ffffff;
        text-decoration: none;
    }
    .bookingboxbutton {
        position: relative;
        display: inline-block;
        padding: 20px 10px 0 60px;
    }
    .bookingboxtxt {
        position: relative;
        display: inline-block;
        color: #ffffff;
        text-align: left;
        width: 100%;
        font-size: 15px;
        padding: 15px 0 10px 30px;
    }
    .bookingboxcheckin {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
        z-index: 1450;
    }
    .bookingboxcheckin img {
        vertical-align: middle;
        padding-right: 5px;
        z-index: 1450;
    }
    .bookingboxcheckout {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 0;
        z-index: 1450;
    }
    .bookingboxcheckout img {
        vertical-align: middle;
        padding: 5px 5px 5px 30px;
        z-index: 1450;
    }
    .bookingboxpax {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 30px;
    }
    .bookingboxpax img {
        vertical-align: middle;
        padding-right: 7px;
        z-index: 1450;
    }
    .bookingboxpaxchild {
        position: relative;
        display: inline-block;
        padding: 10px 10px 0 0;
    }
    .bookingboxpaxchild img {
        vertical-align: middle;
        padding: 0 10px 0 30px;
        z-index: 1450;
    }
    select.number_adult3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
    select.number_child3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
    .hometitle {
        font-size: 30px;
        width: 100%;
    }
    .hometitle span {
        display: block;
    }
    .hometitle span:before,
    .hometitle span:after {
        display: none;
    }
    .hometitle span:before {
        display: none;
    }
    .hometitle span:after {
        display: none;
    }
}

@media (max-width: 485px) {
    #bookingbox {
        background: #3e3e3e;
        width: 100%;
        height: 365px;
        border-radius: 25px;
        margin: 0;
    }
    #bookingbox input.calendar {
        width: 160px;
    }
    .enquireboxbutton {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .enquireboxbutton a {
        color: #ffffff;
        text-decoration: none;
    }
    .bookingboxbutton {
        position: relative;
        display: block;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
        padding: 0 0 0 0;
    }
    .bookingboxtxt {
        position: relative;
        display: block;
        color: #ffffff;
        text-align: center;
        width: 100%;
        font-size: 15px;
        padding: 15px 0 10px 0;
    }
    .bookingboxcheckin {
        position: relative;
        display: block;
        padding: 0;
        z-index: 1450;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .bookingboxcheckin img {
        vertical-align: middle;
        padding-right: 5px;
        z-index: 1450;
    }
    .bookingboxcheckout {
        position: relative;
        display: block;
        padding: 0px 30px 0 0;
        z-index: 1450;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .bookingboxcheckout img {
        vertical-align: middle;
        padding: 5px 5px 5px 30px;
        z-index: 1450;
    }
    .bookingboxpax {
        position: relative;
        display: block;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .bookingboxpax img {
        vertical-align: middle;
        padding-right: 7px;
        z-index: 1450;
    }
    .bookingboxpaxchild {
        position: relative;
        display: block;
        padding: 15px 30px 15px 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .bookingboxpaxchild img {
        vertical-align: middle;
        padding: 0 10px 0 30px;
        z-index: 1450;
    }
    select.number_adult3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
    select.number_child3 {
        height: 30px;
        padding: 5px;
        width: 160px;
    }
}

@media (max-width: 360px) {
    /* Product List */
    .productitem {
        width: auto;
        display: block;
        height: 255px;
        margin: 5px 0 10px 0;
    }
    .productbtns a {
        font-size: 14px;
    }
    /* Product Display */
    .productD_pdf {
        display: block;
        width: auto;
    }
    /* Recent Views */
    .recent_view {
        width: auto;
        display: block;
    }
    /* Shopping Cart */
    table.cart {
        border-collapse: separate !important;
        border-spacing: 0 5px;
    }
    table.cart th {
        display: none;
    }
    td.c_title,
    td.c_opt,
    td.c_unit,
    td.c_qty,
    td.c_sub {
        display: inline-block;
        width: 94%;
        height: auto;
        border-right: 1px solid #bbbbbb;
    }
    td.c_del {
        border: 1px solid #bbbbbb;
        border-right: 0;
        border-radius: 6px 0 0 6px;
        height: auto;
    }
    td.c_img {
        width: auto;
        border-top: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }
    td.c_img img {
        width: 50px !important;
    }
    td.c_title {
        border-top: 1px solid #bbbbbb;
        border-radius: 0 6px 0 0;
    }
    td.c_unit {
        text-align: left;
    }
    td.c_qty {
        text-align: left;
        border-bottom: 1px solid #bbbbbb;
        border-radius: 0 0 6px 0;
    }
    td.c_qty input {
        width: auto;
    }
    #c_upBtn {
        font-size: 13px;
        padding: 2px 6px;
        margin: 0 0 0 4px;
    }
    td.c_sub {
        display: none;
    }
    td#c_total {
        padding: 0;
        border-top: 0;
    }
    .c_totals {
        float: none;
        width: auto;
    }
    .c_box {
        float: none;
        width: auto;
        margin-right: 0;
    }
    #c_cvvhelpbox {
        left: -140px;
        width: 160px;
    }
    .bookingcheckin {
        padding: 10px 10px 0 0;
        width: 95%;
    }
    .bookingcheckout {
        width: 95%;
    }
}

@media (max-width: 320px) {
    /* Shopping Cart */
    table.cart * {
        font-size: 12px !important;
        line-height: 15px;
    }
    td.c_del {
        padding-right: 0;
        padding-left: 3px;
    }
    td.c_img {
        display: none;
    }
    td.c_title,
    td.c_opt,
    td.c_unit,
    td.c_qty,
    td.c_sub {
        padding-left: 0;
    }
    .c_totals div>span {
        width: 50%;
    }
    .c_totals span>span {
        width: 100%;
    }
    .featurebody {
        height: 125px;
    }
    .amenity {
        width: 100%;
    }
}

/* DEBUG */

#debug {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    background: #cfdaff;
    border-top: 12px solid #c4d2ff;
    border-bottom: 12px solid #c4d2ff;
}

#debug h1 {
    border: none;
    color: #001b51;
    text-transform: none;
    text-decoration: none;
}

#debug pre {
    color: #000d27;
}