?
/*

[ CSS Document ]

        Style Sheet Name: styles.css
        Website: Travel
        Author: Jimmyweb Web Design
        Author URL: www.jimmyweb.net
        Version: 1.0
        Date: 13/01/2014

[ Table Of Contents ]

        1- Global Structure
        2- Global Typography
        3- Header
        4- Navigation
        5- Content
        6- Side Column
        7- Adverts
        8- Footer
        9- Responsive Styles
                
*/

/* 1 ----------------------------------------------------------------------------------------------------[   G L O B A L   S T R U C T U R E   ]--- 
*/
body {
    display: block !important;
    background: #fff;
}

.headwrapper {
    width: 100%;
    background: #fff url("images/top.jpg") repeat-x top center;
}

.wrapper {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
    position: relative;
}

.core {
    padding: 0px;
    position: relative;
    background: #fff;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 990px;
}

.trophies {
    width: 655px;
}

section {
    width: 100%;
    background: #fff;
    float: left;
}

article {
    width: 650px;
    float: left;
    margin: 30px 0 0 0px;
}

aside {
    width: 300px;
    float: right;
    margin: 30px 0px 0 0;
}

.container {
    position: relative;
}

#mobile-phone {
    display: none;
}

/* 2 ----------------------------------------------------------------------------------------------------[   G L O B A L   T Y P O G R A P H Y   ]---
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #a29061;
}

h1 {
    font-size: 10px;
    line-height: 30px;
    display: inline-block;
    color: #a29061;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 0px 0 0 0;
}

h2 {
    font-size: 32px;
    font-weight: 300;
    float: right;
    font-weight: 300;
    color: #c7bea5;
    width: 460px;
    text-align: center;
    line-height: 48px;
    padding: 40px 0 40px 0;
}

h3 {
    font-size: 26px;
    padding-bottom: 8px;
    line-height: 1.2em;
    font-weight: 300;
    color: #a4a19b;
}

h3 a {
    color: #EA5B91;
}

h3 a:hover {
    color: #cd4791;
    text-decoration: none;
}

h4 {
    font-size: 14px;
    padding-bottom: 8px;
    line-height: 1.2em;
    color: #666;
}

h5 {
    font-size: 15px;
    line-height: 1.2em;
    padding-bottom: 3px;
}

/* 3 ----------------------------------------------------------------------------------------------------[   H E A D E R   ]---
*/

header {
    width: 100%;
    float: left;
    height: 220px;
}

#logo {
    display: block;
    float: left;
    margin: 6px 0 10px 0px;
}

#logo img {
    display: block;
}

.head-details {
    float: right;
    text-align: right;
    color: #a29061;
}

#call-us {
    font-family: 'Open Sans', sans-serif;
    color: #a29061;
    font-size: 30px;
    font-weight: 300;
    padding: 86px 0 0 0;
}

#call-us img {
    opacity: 0.7;
}

#call-us img:hover {
    opacity: 0.99;
}

#specials-line {
    position: absolute;
    top: 180px;
    right: 0px;
    letter-spacing: 1px;
}

#specials-line a#specials-show {
    position: relative;
    top: -3px;
    width: 116px;
    display: block;
    float: right;
    text-align: right;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 0 4px 15px;

    background: url("images/specials.png") no-repeat left center;
    outline: none;
}

#specials-line a#specials-show:hover {
    text-decoration: none;
    color: #a29061;
}

#specials-hide-text {
    display: none;
}

#specials-line a#specials-show span {
    color: #333;
}

#specials-line a#specials-show:hover span {
    color: #a29061;
}

#specials-wrap {
    position: relative;
    width: 100%;
    display: none;
    background: #f7f4ef;
    border-top: 1px solid #fff;
}

#specials-wrap #specials-container {
    width: 700px;
    min-height: 400px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px;

}

#specials-wrap #specials-container h3 {
    padding-top: 40px;
}

#stars-line {
    position: absolute;
    top: 172px;
    left: 30px;
}

#head-line {
    position: absolute;
    top: 180px;
    right: 160px;
    letter-spacing: 1px;
}

#head-line span {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

#head-line a#mapshow {
    position: relative;
    top: -3px;
    width: 80px;
    display: block;
    float: right;
    text-align: right;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 0 4px 15px;
    margin-left: 25px;
    background: url("images/mapshow.png") no-repeat left center;
    outline: none;
}

#head-line a#mapshow:hover {
    text-decoration: none;
    color: #a29061;
}

#map-hide-text {
    display: none;
}

#head-line a#mapshow span {
    color: #333;
}

#head-line a#mapshow:hover span {
    color: #a29061;
}

#mapwrap {
    position: relative;
    width: 100%;
}

#map {
    width: 100%;
    height: 500px;
    display: none;
}

#map_canvas {
    width: 100%;
    height: 500px !important;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner {
    height: auto;
    position: relative;
}

.mini-banner {
    height: auto;
    position: relative;
}

.mini-banner img {
    width: 100%;
    position: relative;
    z-index: 100;
}

#mainslider {
    display: block;
}

#mobileslider {
    display: none;
}

/* 4 ----------------------------------------------------------------------------------------------------[   N A V I G A T I O N   ]---
*/

/* -------------[ Main Nav ]------------- */
/* Subnav */
.container-nav {
    position: relative;
    z-index: 1000;
}

.subnav {
    clear: both;
    width: 100%;
    height: 41px;
    margin: 0px 0px 0px 0px;
    background: #a29061;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: 25px;
    left: 0px;
}

/* Main Navigation - Top Horizontal style */
#mainNav {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 38px;
}

#mainNav ul {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    position: relative;
}

#mainNav ul li {
    display: inline;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 1px solid #8c7b4f;
    position: relative; /*-- Important --*/
}

#mainNav ul li a {
    display: block;
    height: 26px;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    line-height: 10px;
    padding: 15px 18px 0px 18px;
    background: none;
    text-transform: uppercase;
    transition: background-color 0.15s ease 0s, color 0.15s ease 0s, opacity 0.15s ease-in-out 0s;
}

#mainNav ul li a:link, #mainNav ul li a:visited {
    text-decoration: none;
    color: #fff;
}

#mainNav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#mainNav ul li:first-child a:hover {
    border-radius: 0px 0px 0px 0px;
}

/*-- Hover State --*/
#mainNav ul li:hover a, #mainNav ul li a:hover {
    position: relative;
    z-index: 100000;
    color: #8c7b4f;
    background: #f6f4ef;
}

#mainNav ul li.nav-enquire {
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid #8c7b4f;
    border-right: none;
    background: #8c7b4f;
}

/* ------------- Mega Drop Down ------------- */

#mainNav ul .sub-menu {
    display: none;
}

#mainNav ul li.menu-item-has-children {
    position: relative;
}

#mainNav ul li.menu-item-has-children:hover {

}

#mainNav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 250px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 0px 12px 1px rgba(0, 0, 0, 0.1);

}

#mainNav ul li.menu-item-has-children:hover .sub-menu li {
    display: block;
    width: 250px;
    border-right: none;
    border-top: 1px solid #fff;
}

#mainNav ul li.menu-item-has-children:hover .sub-menu li a:hover {
    background: #fff;
}

#mainNav ul li .sub {
    border-bottom: 5px solid #8c7b4f;
    position: absolute; /*--Important--*/
    top: 40px;
    left: 0;
    z-index: 99999;
    background: #f6f4ef;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    float: left;
    display: none; /*--Hidden for those with js turned off--*/
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
}

#mainNav ul li .row { /*--If needed to break out into rows--*/
    clear: both;
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#mainNav ul li .sub ul {
    font-family: helvetica, Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 210px;
    float: left;
    text-transform: capitalize;
    border-left: none;
    background-image: none;
}

#mainNav ul .sub ul li {
    width: 210px; /*--Override parent list item--*/
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    background-image: none;
}

#mainNav ul .sub ul li a {
    float: none;
    text-indent: 0; /*--Override text-indent from parent list item--*/
    height: auto; /*--Override height from parent list item--*/
    width: 190px; /*--Override parent list item--*/
    padding: 9px 5px 9px 15px;
    border-bottom: 1px solid #f2f0ed;
    border-right: 1px solid #f2f0ed;
    display: block;
    text-decoration: none;
    background: none;
    line-height: 1.3em;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
}

#mainNav ul .sub ul li a:link, #mainNav ul .sub ul li a:visited {
    color: #8c7b4f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#mainNav ul .sub ul li a:hover {
    color: #333;
    background: #fff;
    padding: 9px 5px 9px 12px;
    border-left: 3px solid #8c7b4f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.subnav-fixed {
    margin: 0px 0px 0px 0px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    background: #a29061;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.subnav-fixed #mainNav {
    width: 990px;
    margin: 0 auto;
    padding: 0 1px;
}

.subnav-fixed #mainNav ul li:first-child a:hover {
    border-radius: 0px 0px 0px 0px;
}

/* ------------- Active Menu State ------------- */
#home #mainNav ul li.m1 a {
    background: #f6f4ef;
    color: #a29061;
}

#beach-house #mainNav ul li.m2 a {
    background: #f6f4ef;
    color: #a29061;
}

#location #mainNav ul li.m3 a {
    background: #f6f4ef;
    color: #a29061;
}

#experiences #mainNav ul li.m4 a {
    background: #f6f4ef;
    color: #a29061;
}

#rates #mainNav ul li.m5 a {
    background: #f6f4ef;
    color: #a29061;
}

#contact #mainNav ul li.m6 a {
    background: #f6f4ef;
    color: #a29061;
}

#enquire #mainNav ul li.m7 a {
    background: #f6f4ef;
    color: #a29061;
}

#mobile-nav {
    display: none;
}

/*
 * Grav forms crap
*/
#gform_2 h3 {
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 0;
    line-height: 1.2em;
    color: #666;
    opacity: 1;
    box-shadow: none;
    font-weight: bold;
    margin-bottom: 0;
}

#gform_2 ul {
    margin-left: 0;
    list-style: none;
}

#gform_2 label {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

#gform_2 input {
    width: 95%;
    border: 1px solid #999;
    border-radius: 0 0 0 0;
    font-size: 14px;
    padding: 6px 2%;
}

#gform_2 .ginput_container {
    width: 100%;
}

#gform_2 textarea {
    width: 97%;
    border: 1px solid #999;
    border-radius: 0 0 0 0;
}

#gform_submit_button_2 {
    border: 1px solid #ccc;
    border-radius: 0 0 0 0;
    width: 132px !important;
    padding: 11px 0px 10px !important;
    margin-bottom: 16px;
    font-size: 12px !important;
    background: #fff;
    text-transform: uppercase;
}

.rate p {
    display: inline-block;
}

.validation_message, .validation_error {
    color: red;
}

/* 5 ----------------------------------------------------------------------------------------------------[   C O N T E N T   ]---
*/

img.left {
    float: left;
    margin: 5px 25px 25px 0;
}

img.right {
    float: right;
    margin: 5px 0px 25px 25px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 15px 0 30px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------[ Homepage ]------------- */

.intro {
    float: left;
    width: 500px;
    padding: 0px 0 40px 0;
    line-height: 1.6em;
}

.intro p {
    font-size: 14px;
    padding-bottom: 12px;
}

.homeside {
    float: right;
    width: 450px;
}

html body .homeside .fk-review-widget {
    width: 400px !important;
    background: #f7f4ef !important;
    border: none !important;

}

html body .homeside .fk-review-widget .fk-reviews {
    background-color: #f7f4ef !important;
    display: block !important;
    height: 330px !important;
    padding: 10px 10px 10px 0px !important;
}

html body .homeside .fk-review-widget .fk-overall-rating {
    margin-left: 302px !important;
}

html body .homeside .fk-review-widget .fk-logo {
    display: none !important;
}

html body .homeside .fk-review-widget .fk-property-name {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 12px !important;
    width: 280px !important;
    text-transform: uppercase;
}

.features {
    width: 1020px;
    float: left;
    margin-left: -30px;
    padding-top: 30px;
}

.feature {
    width: 100%;
    float: left;
    margin: 0 0px 50px 0px;
}

.features .feature {
    width: 310px;
    min-height: 400px;
    float: left;
    margin: 0 0px 50px 30px;
    padding: 0 0 30px 0;

    background: #f7f4ef;
    position: relative;
}

.feature .image-wrap {
    width: 100%;

    float: left;
    margin: 0 0px 15px 0;
}

.feature .image-wrap a img {
    width: 100%;
    display: block;
}

.feature .image-wrap a:hover img {
    opacity: 0.7;
    width: 100%;
    display: block;
}

.feature h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding: 0 15px 10px;
}

.feature p {
    padding: 0 15px 10px;
}

.feature p a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 14px;
    border: 1px solid #fff;
    color: #333;
    display: inline-block;
}

.feature p a:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #999;
    background: #fff;
}

.features .feature p a {

}

.features .feature p a.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;

}

/* -------------[ Sub level pages ]------------- */
.sub-image-wrap {
    width: 530px;
    float: right;
    margin: 44px 0 40px 0;
}

.sub-image-wrap .nivo-controlNav {
    text-align: center;
    padding: 0px 0;
    position: relative;
    bottom: -10px;
    z-index: 800;
}

.sub-image-wrap .nivo-controlNav a {
    cursor: pointer;
    background: url("images/car4.jpg") no-repeat center center;
    border: 0 none;
    display: inline-block;
    height: 14px;
    margin: 0 3px;
    text-indent: -9999px;
    width: 14px;
}

.sub-image-wrap .nivo-controlNav a.active {
    background: url("images/car3.jpg") no-repeat center center;
}

.sub-image-wrap h2 {
    float: left;
    font-weight: 300;
    color: #a4a19b;
    width: 90%;
    text-align: center;
    line-height: 48px;
    padding: 34px 5% 48px 5%;
    background: #f7f4ef;
}

.sub-content {
    width: 420px;
    float: left;
    padding: 0px 0 40px 0;
    line-height: 1.6em;
    position: relative;
    top: -50px;
    z-index: 101;

}

.sub-content h3 {
    padding: 12px 15px 12px;
    margin-bottom: 36px;
    opacity: 0.9;
    background: #fff;
    font-size: 22px;
    font-weight: 400;
    color: #154172;
    width: 430px;

}

.sub-content p {
    padding: 0px 0 20px 0;
    font-size: 14px;
    line-height: 1.6em;
}

.sub-content .feature p {
    padding: 0px 0 0px 0;
    font-size: 12px;
    line-height: 1.6em;
}

.sub-content ul {
    margin: 0 0 30px 25px;
}

.links {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

links {
    padding-bottom: 5px;
    display: block;
}

.links {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 18px;
    border: 1px solid #ede8e0;
    color: #9c968b;
    display: inline-block;
    margin: 0 5x 10px 0;
}

.links:hover {
    text-decoration: none;
    color: #3b6691;
    border: 1px solid #597da2;
}

/* -------------[ Contact page ]------------- */

#frmContact {
}

#contact .sub-image-wrap .nivo-controlNav {
    display: none;
}

#frmContact ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#frmContact ul li {
    padding: 0px;
    margin: 0px;
}

#frmContact ul li label {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

#frmContact ul li input {
    border: 1px solid #999;
    border-radius: 0 0 0 0;
    width: 95%;
    padding: 6px 2%;
    margin-bottom: 16px;
    font-size: 14px;
}

#frmContact ul li textarea {
    border: 1px solid #999;
    border-radius: 0 0 0 0;
    width: 95%;
    padding: 6px 2%;
    margin-bottom: 24px;
    font-size: 14px;
    min-height: 100px;
}

#frmContact ul li input#btnSubmit {
    border: 1px solid #ccc;
    border-radius: 0 0 0 0;
    width: 132px;
    padding: 11px 0px 10px;
    margin-bottom: 16px;
    font-size: 12px;
    background: #fff;
    text-transform: uppercase;
}

/* -------------[ Enquire page ]------------- */

#enquire .mini-banner {
    width: 100%;
    height: 760px;
    position: relative;
    background: url("images/enq1.jpg") no-repeat center center;
    background-size: 100% auto;
    padding: 0px;
    margin: 0px;
    clear: both;
}

.enquire-wrap {
    width: 390px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.enquire-content {
    width: 390px;
    position: absolute;
    top: 80px;
    right: 0px;
}

.enquire-content h3 {
    color: #fff;
}

.enquire-content p {
    color: #fff;
    margin-bottom: 30px;
}

.enquire-content #frmContact ul li {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.enquire-content #frmContact ul li input {
    background: none;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    box-shadow: none;
    padding: 10px 10px 10px 120px;
    color: #fff;
    margin: 0px;
    width: 260px;
    margin-bottom: -1px;
}

.enquire-content #frmContact ul li input:focus {
    border: 1px solid rgb(255, 255, 255);
}

.enquire-content #frmContact ul li label {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    margin: 0px;
    opacity: 0.8;
}

.enquire-content #frmContact ul li select {
    background: none;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    box-shadow: none;
    padding: 8px 7px 8px 170px;
    color: #fff;
    margin: 0px;
    width: 392px;
    outline: none;
    height: 40px;
    margin-bottom: -1px;
    font-size: 14px;
    border-radius: 0 0 0 0;
}

.enquire-content #frmContact ul li select:focus {
    border: 1px solid rgb(255, 255, 255);
}

.enquire-content #frmContact ul li select option {
    padding: 3px 10px;
    color: #333;
    font-size: 12px;
}

.enquire-content #frmContact ul li textarea {
    background: none;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: none;
    padding: 34px 10px 10px 13px;
    color: #fff;
    margin: 0px;
    width: 367px;
}

.enquire-content #frmContact ul li textarea:focus {
    border: 1px solid rgb(255, 255, 255);
}

.enquire-content #frmContact ul li #btnSubmit {
    margin: 14px 0px 0 0;
    background: none;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: none;
}

.enquire-content #frmContact ul li #btnSubmit:hover {
    border: 1px solid rgb(255, 255, 255);
}

/* -------------[ Rates page ]------------- */
.rates-wrap {
    background: #f7f4ef;
    font-family: 'Open Sans', sans-serif;
}

.rates-wrap table th, .rates-wrap table td {
    border: 1px solid #FFFFFF;
    padding: 13px 15px;
    text-align: left;
    vertical-align: baseline;
    font-size: 12px;
    color: #696251;
}

.rates-wrap table thead th {
    background: #e5e2dc;
    background: #a29061;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

.rates-wrap table thead th span {
    font-weight: 300;
    font-size: 11px;
}

.rates-wrap table td h4 {
    padding: 0px;
    margin: 0px;
    color: #696251;
}

.rates-wrap table td.rate {
    font-size: 20px;
    font-weight: 300;
}

.rates-wrap table td.rate span {
    position: relative;
    top: 9px;
}

.rates-wrap table td a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 14px;
    border: 1px solid #ccc;
    color: #666;
    display: inline-block;
    margin: 0 5x 10px 0;
    float: right;
    font-weight: 400;
    position: relative;
    top: 2px;
}

.rates-wrap table td a:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #7d8581;
}

.rates-wrap table tbody th {
    background: #e5e2dc;
    font-weight: bold;
    font-size: 16px;
}

/* 6 ----------------------------------------------------------------------------------------------------[   S I D E   C O L U M N   ]---
*/

aside {
}

aside h3 {
    font-size: 16px;
}

aside h4 {
    font-size: 14px;
    margin-top: 12px;
}

aside h5 {
    font-size: 13px;
    margin-top: 12px;
    color: #666;
}

aside p {
    color: #7B7B7B;
    font-size: 11px;
    margin: 0;
    padding: 0px 0 10px 0;
    line-height: 1.3em;
    text-align: left;
}

aside {
}

.tablet-show {
    display: none;
}

.tablet-hide {
    display: block;
}

/* 8 ----------------------------------------------------------------------------------------------------[   F O O T E R   ]---
*/

.footer {
    position: relative;
    background: #f7f4ef;
}

.foot-wrap {
    height: 40px;
}

.signup-container {
    height: auto;
    margin: 0px auto 0;
    position: relative;
}

.signup {
    background: #a29061;
    color: #FFFFFF;
    height: auto;
    margin: 0px auto 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.signup .news-title {
    float: left;
    padding: 9px 20px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#signupform_wrapper {
    padding: 0px 36px 0 0;
    float: right;
}

.signupform_body label {
    margin-left: 6px !important;
}

.signupform {
    color: #FFFFFF;
    float: right;
    list-style: none outside none;
    margin-bottom: 8px;
    padding-right: 10px;
    width: auto;
}

.ginput_container {
    display: inline-block;
}

.signupform_body ul {
    list-style: none;
    margin: 0 30px 0 0;
    padding: 6px 0px;
}

.signupform_body ul li {
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-right: 16px;
    width: auto;
}

.signupform_body label {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 5px;
    padding-top: 0px;
    width: auto;
}

.signupform_body input {
    width: 150px;
    border: none;
    background: #f6f6f6;
    border-radius: 0px 0px 0px 0px;
    margin: 0px;
}

.signupform_body input:focus {
    background: #fff;
}

.signupform_body select {
    width: 150px;
    border: none;
    background: #f6f6f6;
    border-radius: 0px 0px 0px 0px;
    margin: 0px;
}

.signupform_body input#gform_submit_button_1 {
    width: auto;
    padding: 8px 18px 12px;
    line-height: 20px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #8c7b4f;
    border-left: 1px solid #e1e1e1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.signupform_body input#gform_submit_button_1:hover {
    background: #6c5d35;
}

.trophies {
    /* float: left;*/
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    /*margin-left:-10px;*/
    width: 100% !important;
}

.trophies .awards_img_item {
    float: left;
    box-sizing: border-box;
    width: 12.5% !important;
    padding: 10px;
}

.trophies .awards_img_item img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.foot-gallery {
    background: #f7f4ef;
    padding: 20px 0 10px;
    width: 100%;
    /*height: 200px;*/
}

.foot-gallery h5 {
    font-size: 24px;
    line-height: 1.2em;
    padding-bottom: 3px;
    font-weight: 300;
}

.quote-container {
    /*float: right;*/
    float: none !important;
    clear: both;
    height: auto;
    overflow: hidden;
    /*padding: 50px 0 0;*/
    padding: 15px 0 0 !important;
    width: 545px !important;
    margin: 0 auto;
}

blockquote {
    color: #a29061;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin: 0 0;
    padding: 0 50px;
    position: relative;
    text-align: right;
    border: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote:after {
    bottom: -15px;
    color: #a29061;
    content: "''";
    display: block;
    font-size: 80px;
    position: absolute;
    right: 6px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -4px;
}

blockquote:before {
    color: #a29061;
    content: "''";
    display: block;
    font-size: 80px;
    left: 25px;
    position: absolute;
    top: 8px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -4px;
}

.quote-container cite {
    color: #a29061;
    float: right;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    right: 51px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.sub-foot {
    color: #aaa69f;
    height: 40px;
    font-size: 10px;
    background: #e4e2dd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.credit-left {
    position: absolute;
    top: 10px;
    left: 0px;
}

.credit-right {
    position: absolute;
    top: 10px;
    right: 0px;
}

.sub-foot a {
    color: #7d8581;
}

.full-width {
    width: 105% !important;
}

.wpsbc-container .book-expired {
    background: #b3b3b3 !important;
}

div.wpsbc-calendar {
    margin: 0 38px 38px 0px;
}

.wpsbc-container {
    margin-bottom: 20px;
}

.wpsbc-prev, .wpsbc-next {
    display: none !important;
}
#stars-line-mobile{
    display: none;
    text-align: center;
    margin: 10px 0;
}
/* 9 ----------------------------------------------------------------------------------------------------[   R E S P O N S I V E   S T Y L E S   ]---

---------------------------------------------------------------------------------------------------------[   R E S P O N S I V E   S T Y L E S   ]--- 

---------------------------------------------------------------------------------------------------------[   R E S P O N S I V E   S T Y L E S   ]--- 
*/

/* ----------------------------------------------------[ TABLET - Smaller than standard 1024px ]-------------------------- */

@media (max-width: 1023px) {
    /* 末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末
                   T A B L E T   S T Y L E S
    末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末・*/
    /* -------------[ Tablet - Structure ]------------- */
    body {
        font-size: 12px;
    }

    article {
        width: 470px;
        float: left;
        margin: 20px 0 0 15px;
    }

    aside {
        width: 250px;
        float: right;
        margin: 20px 15px 0 0;
    }

    .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 768px;
    }

    .trophies {
        width: 358px;
    }

    .trophies .awards_img_item {
        width: 33.33333%;
    }

    /*
    .quote-container{
        width:400px !important;
        padding:70px 10px 0 0 !important;
    }*/
    .footer {
        /*padding-top:25px;*/
    }

    .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100%;
    }

    .container-nav {
        width: 100%;
    }

    .head-details {
        margin-right: 20px;
    }

    h1 {
        font-size: 10px;
    }

    /* -------------[ Tablet - Header ]------------- */
    #logo {
        margin: 7px 0 15px 20px;
        width: 240px
    }

    header {
        height: 220px;
    }

    #head-line {

        right: 150px;

    }

    /* -------------[ Tablet - Navigation ]------------- */
    .subnav {
        width: 100%;
        margin-left: 0px;
        top: 0px;
    }

    .subnav-fixed {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 1020;
        width: 100%;
        margin-left: 0px;
        box-shadow: none;
    }

    .subnav-fixed #mainNav {
        width: 100%;
        margin: 0 auto;
        padding: 0 0px;
        box-shadow: none;
    }

    #mainNav ul {
        margin: 0px 0px 0px 0px;
    }

    #mainNav ul li a {
        padding: 15px 11px 0px 11px;
        font-size: 11px;
    }

    #mainNav ul .sub ul li a {
        padding: 14px 5px 14px 15px;
    }

    #mainNav ul .sub ul li a:hover {
        padding: 14px 5px 14px 12px;
    }

    /* -------------[ Tablet - Content ]------------- */
    .homeside {
        width: 340px !important;
    }

    html body .homeside .fk-review-widget {
        width: 290px !important;
    }

    html body .homeside .fk-review-widget .fk-property-name {

        font-size: 14px !important;
        font-weight: 700;
        padding-top: 44px !important;
        text-transform: uppercase;
        width: 280px !important;
    }

    html body .homeside .fk-review-widget .fk-overall-rating {
        margin-left: 162px !important;
        top: 19px !important;
    }

    .banner {
    }

    .mini-banner {
        height: auto;
        position: relative;

    }

    .mini-banner img {
        margin-top: 40px;
    }

    #enquire .mini-banner {
        width: 100%;
        height: 672px;
        background: url("images/enq2.jpg") no-repeat top center;
    }

    .enquire-content {
        top: 70px;
    }

    .nivo-controlNav {
        bottom: 20px;
    }

    h2 {
        font-size: 24px;
        width: 380px;
        line-height: 50px;
        padding: 90px 0 40px 0;
    }

    .intro {
        width: 350px;
        padding: 0px 0px 30px 20px;
        line-height: 1.6em;
    }

    .intro p {
        padding-bottom: 12px;
    }

    .features {
        width: 768px;
        margin-left: 0px;
        padding-top: 15px;
    }

    .features .feature {
        width: 236px;
        margin: 0 0px 40px 15px;
    }

    .features .feature .image-wrap {
        width: 100%;

        margin: 0 0px 15px 0;
    }

    .features .feature .image-wrap img {
        width: 100%;
        display: block;
    }

    .features .feature h3 {
        font-size: 14px;
    }

    .sub-image-wrap {
        width: 418px;
        float: right;
        margin: 28px 0px 0px 0px;
    }

    .sub-image-wrap h2 {
        padding: 40px 10% 44px 10%;
        width: 80%;
    }

    .sub-content {
        width: 315px;
        float: left;
        padding: 0px 0px 40px 15px;
        line-height: 1.6em;
        font-size: 12px;
        top: -45px;
    }

    .sub-content h3 {
        font-size: 18px;
        margin-bottom: 25px;
        margin-left: -15px;
        width: 320px;
    }

    .sub-content p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .sub-content .feature {
        width: 215px;
        margin: 0 0px 30px 0px;
        float: left;
        line-height: 1.3em;
    }

    .sub-content .feature p {
        font-size: 12px;
        line-height: 1.3em;
    }

    .feature .image-wrap {
        width: 215px;

        float: left;
        margin: 0 0px 13px 0;
    }

    .sub-content .feature img {
        width: 100%;
    }

    /* -------------[ Tablet - show/hide ]------------- */
    .tablet-show {
        display: block;
    }

    .tablet-hide {
        display: none;
    }

    /* -------------[ Tablet - Footer ]------------- */
    .signup .news-title {
        float: left;
        padding: 9px 0px 0px 18px;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
    }

    #signupform_wrapper {
        padding: 0px 32px 0 0;
        float: right;
    }

    .signupform_body label {
        margin-left: 0px !important;
    }

    .signupform_body input {
        width: 110px;
    }

    .signupform_body input:focus {
        background: #fff;
    }

    .signupform_body select {
        width: 110px;
    }

    .signupform_body input#gform_submit_button_1 {
        width: auto;
        padding: 8px 16px 12px;
    }

    .signupform_body input#gform_submit_button_1:hover {
        background: #505652;
    }

    .foot-wrap {
        height: 40px;
    }

    .foot-gallery {

        /*height: 130px;*/

    }

    /*
    .quote-container {
        float: right;
        height: auto;
        overflow: hidden;
        padding: 20px 10px 0 0;
        width: 325px;
    }*/
    blockquote {
        color: #a29061;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 22px;
        font-style: italic;
        line-height: 30px;
        margin: 0 0;
        padding: 0 50px;
        position: relative;
        text-align: right;
        border: none;
    }

    .credit-left {
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .credit-right {
        position: absolute;
        top: 11px;
        right: 10px;
    }

}

@media (min-width: 1024px) and (max-width: 1580px) {
    div.wpsbc-calendar {
        margin: 0 15px 15px 0px;
    }
}

@media (max-width: 1023px) {
    div.wpsbc-calendar {
        margin: 0 8px 8px 0px;
    }

    .full-width {
        width: 95% !important;
    }
}

/* ----------------------------------------------------[ WIDE - Wider than 1580px ]-------------------------- */

@media (min-width: 1580px) {
    /* 末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末
                   W I D E   S T Y L E S
    末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末・*/
    /* -------------[ Wide - Structure ]------------- */
    h2 {
        width: 490px;
        line-height: 48px;
        padding: 40px 0 40px 0;
    }

    .intro {
        width: 555px;
        padding: 0px 25px 40px 0;
        line-height: 1.6em;
    }

    .intro p {
        padding-bottom: 12px;
    }

    article {
        width: 760px;
        float: left;
        margin: 30px 0 0 0px;
    }

    aside {
        width: 300px;
        float: right;
        margin: 0px 0px 0 0;
    }

    .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1100px;
    }

    .trophies {
        width: 765px;
    }

    .footer {
        /*padding-top:20px;*/
    }

    /* -------------[ Wide - Main Nav ]------------- */
    .subnav-fixed {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 1020;
        width: 100%;
        margin-left: 0px;
    }

    .subnav-fixed #mainNav {
        width: 1100px;
        margin: 0 auto;
        padding: 0 1px;
    }

    #mainNav ul {
        margin: 0px 0px 0px 0px;
    }

    #mainNav ul li a {
        padding: 15px 25px 0px 25px;
    }

    /* -------------[ Wide - Content ]------------- */
    .features {
        width: 1130px;
        margin-left: -40px;
    }

    .features .feature {
        width: 335px;
        margin: 0 0px 60px 40px;
    }

    .features .feature .image-wrap {
        width: 100%;

        margin: 0 0px 15px 0;
    }

    .features .feature .image-wrap img {
        width: 100%;
        display: block;
    }

    .features .feature h3 {
        font-size: 14px;
    }

    .sub-image-wrap {
        width: 600px;
        float: right;
        margin: 44px 0 40px 0;
    }

    .sub-content {
        width: 450px;
        float: left;
        padding: 0px 0 40px 0;
        line-height: 1.6em;
    }

    .sub-content h3 {
        width: 470px;

    }
}

/* ----------------------------------------------------[ MOBILE - Smaller than standard 768px ]-------------------------- */

.mobile-spicial {
    display: none;
}

@media (max-width: 767px) {
    /* 末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末
                   M O B I L E   S T Y L E S
    末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末・*/
    /* -------------[ Mobile - Structure ]------------- */
    body {
        font-size: 12px;
    }

    article {
        width: 100%;
        float: left;
        margin: 20px 0 0 0px;
    }

    aside {
        width: 100%;
        float: right;
        margin: 20px 0px 0 0;
    }

    .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100%;
    }

    /* -------------[ Mobile - Header ]------------- */
    h1 {
        display: block;
    }

    #home h1 {
        font-size: 10px;
        padding: 0px;
        margin: 0px;
        /*position: 				absolute;*/
        top: 0px;
        left: 0px;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #e1e1e1;
        display: block;
        width: 100%;
    }

    #logo {
        display: none;
    }

    header {
        height: 0px;
    }

    #home header {
        height: auto;
    }

    .container-nav {
        display: none;
    }

    .head-details {
        float: left;
        text-align: center;
        width: 100%;
        /* position: 				absolute;*/
        top: 0px;
        left: 0px;
        margin-right: 20px;
    }

    #call-us {
        display: none;
    }

    #home #mainslider, #home #slider {
        display: none;
    }

    #mobileslider, #mobslider {
        display: block;
    }

    h2 {
        float: left;
        font-weight: 300;
        color: #a4a19b;
        width: 90%;
        text-align: center;
        line-height: 32px;
        padding: 20px 5% 20px 5%;
        font-size: 24px;
    }

    .intro {
        float: left;
        line-height: 1.6em;
        padding: 25px 5% 20px 5%;
        width: 90%;
    }

    .homeside {
        width: 100% !important;
    }

    html body .homeside .fk-review-widget {
        width: 290px !important;
        margin: 0px auto !important;
    }

    .features {
        margin-left: 0;
        width: 100%;
    }

    .features .feature {
        margin: 0 5% 20px 5%;
        width: 90%;
        min-height: 200px;
    }

    .features .feature .image-wrap {
        height: auto;
        margin: 0 0px 14px 0;
        width: 100%;
    }

    .sub-content .feature {
        float: left;
        line-height: 1.3em;
        margin: 0 0 30px;
        width: 100%;
    }

    .sub-content .feature .image-wrap {
        float: left;
        height: auto;
        margin: 0 0 13px;
        width: 100%;
    }

    .mini-banner img {
        display: none;
    }

    .sub-image-wrap {
        margin: 0px;
        width: 100%;
    }

    .sub-image-wrap .nivo-controlNav {
        display: none;
    }

    .sub-image-wrap h2 {
        padding: 20px 5% 25px;
        width: 90%;
        line-height: 1.5em;
    }

    .sub-content {
        float: right;
        font-size: 14px;
        line-height: 1.6em;
        padding: 20px 5% 10px;
        width: 90%;
        top: 0px;
    }

    .sub-content h3 {
        box-shadow: none;
    }

    .sub-content p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .foot-wrap {
        height: 0px;
    }


    .signup {
        display: none;
    }

    .credit-right {
        right: 37px;
    }

    .credit-left {
        display: none;
    }

    /* -------------[ Mobile - Menu ]------------- */
    .menufication-add-padding, .menufication-non-css3-add-padding {
        padding-top: 66px;
    }

    #menufication-top, #menufication-non-css3-top {
        background: url("images/logo.jpg") no-repeat 175px 4px #ffffff;
        background-size: auto 90%;
        height: 66px;
        left: 0px;
        min-height: 66px;
    }

    #menufication-top #menufication-btn:before, #menufication-non-css3-top #menufication-non-css3-btn:before {
        top: 12px;
        left: 14px;
    }

    #menufication-nav {
        padding: 0 0 64px 0 !important;
    }

    #menufication-nav h1, #menufication-non-css3-nav h1, #menufication-nav h2, #menufication-non-css3-nav h2, #menufication-nav h3, #menufication-non-css3-nav h3 {
        display: none !important;
    }

    #menufication-nav p {
        display: none !important;
    }

    #menufication-nav ul li ul li {

    }

    .mobile-spicial {
        position: fixed;
        top: 16px;
        right: 12px;
        cursor: pointer;
        display: block !important;
        z-index: 99999;
    }

    #menufication-inner-wrap {
        z-index: 10000;
    }

    #menufication-non-css3-inner-wrap {
        z-index: 10000;
    }

    #menufication-top, #menufication-non-css3-top {
        background-position: 30% 0 !important;
    }

    #specials-wrap #specials-container {
        padding-top: 20px;
        width: 86%;
        padding-left: 7%;
        padding-right: 7%;
    }

    #specials-wrap #specials-container h3 {
        padding-top: 0px;
    }

    #specials-wrap #specials-container .links {
        display: initial;
    }

    .special-con {
        margin-bottom: 30px;
    }

    .full-width {
        width: 90% !important;
    }
    #stars-line-mobile{
        display: block;
    }
    .quote-container{
        display: block;
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box;
    }
    .trophies .awards_img_item {
        width: 120px !important;
        float: none;
        display: inline-block;
    }
    .trophies {
        text-align: center;
    }
    .headwrapper{
        height: 134px;
    }
    #mapwrap{
        display: none;
    }
    #menufication-inner-wrap{
        position: initial;
        z-index: 1;
    }
    #specials-wrap {
        height: 400px;
        position: fixed;
        z-index: 999;
        top: 67px;
        overflow: auto;
        box-shadow: 0 1px 4px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    }
}
@media (max-height: 500px) {
    #specials-wrap {
        height: 200px;
    }
}

/* ----------------------------------------------------[ SMALL MOBILE - Smaller than 400px ]-------------------------- */
@media (max-width: 480px) {
    #home h1 {
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    /* 末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末
                   M O B I L E   S T Y L E S
    末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末・*/
    /* -------------[ Small Mobile - Structure ]------------- */
    .head-details h1{
        line-height: 14px;
    }
    h1 .mob-hide {
        display: none;
    }

    #call-us {
        display: none;
    }

    h2 {
        line-height: 28px;
        font-size: 20px;
    }

    #menufication-top, #menufication-non-css3-top {
        background: url("images/logo.jpg") no-repeat 95px 4px #ffffff;
        background-size: auto 90%;
        height: 66px;
        left: 0px;
        min-height: 66px;
    }

    .rates-wrap table td a {
        border: 1px solid #CCCCCC;
        color: #666666;
        display: inline-block;
        float: right;
        font-size: 12px;
        font-weight: 400;
        padding: 7px 9px;
        position: relative;
        text-transform: uppercase;
        top: 0px;
        width: 50px;
        text-align: center;
    }

    .enquire-wrap {
        margin: 0 auto;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .enquire-content {
        position: absolute;
        right: 20px;
        top: 30px;
        width: 280px;
    }

    .enquire-content #frmContact ul li input {
        padding: 10px 10px 10px 120px;
        width: 150px;
    }

    .enquire-content #frmContact ul li select {
        padding: 8px 7px 8px 170px;
        width: 282px;
    }

    .enquire-content #frmContact ul li textarea {
        padding: 34px 10px 10px 13px;
        width: 257px;
    }
}
