/* General */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    /*background: url('images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    font-family: Arial;
    font-size: 14px;
}
html > body #minHeight { /*Dummy float for Opera and IE8 min-height fix*/
    float: left;
    width: 0;
    height: 100%;
    overflow: hidden;
}
p {
    padding: 0;
    margin: 0 0 20px 0;
}
textarea {
    overflow: auto;
}
a:link,
a:visited {
    color: #313C99;
    text-decoration: none;
}
a:hover,
a:active {
    text-decoration: underline;
}
hr {
    height: 3px;
    padding: 0;
    margin: 0;
    border: 0px solid #484e95;
    background-color: #484e95;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hide,
.hidden {
    display: none;
}
.spacer {
    height: 20px;
}
.stars {
    background-image: url('images/iconStar.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 25px;
}
.toggleLink {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

/* For the background image slideshow */
.background,
.background img {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
    min-height: 100%;
    min-width: 1200px; /* width of the website */
    width: 100%;
    height: auto;
}

/* Top Bar */
.top_container {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #C98B02;
    background-image: url('images/navBar.png');
    box-shadow: 0 0 18px #000000;
}
.top_container .center {
    position: relative;
    width: 1200px;
    margin: 0 auto 0 auto;
}
.top_container .search {
    position: absolute;
    top: 12px;
    right: 0;
    /*z-index: 40;*/
    width: 400px;
    text-align: right;
}
/* Top Navigation */
.top_container .nav ul {
    list-style-type: none;
    margin:  0;
    padding: 0;
}
.top_container .nav > ul > li {
    /*position: relative;*/
    float: left;
}
.top_container .nav > ul > li > a {
    display: block;
    background-image: url('images/navTopSprite.png');
    background-repeat: no-repeat;
    height: 60px;
    border-left: 1px solid #9F6D00;
}
.top_container .nav > ul > li > .sprite1 {
    width: 90px;
}
.top_container .nav > ul > li > .sprite1:link,
.top_container .nav > ul > li > .sprite1:visited {
    background-position: 0 0;
}
.top_container .nav > ul > li > .sprite1:hover,
.top_container .nav > ul > li > .sprite1:active,
.top_container .nav > ul > li > .sprite1selected:link,
.top_container .nav > ul > li > .sprite1selected:visited {
    background-color: #ffffff;
    background-position: -90px 0;
}
.top_container .nav > ul > li > .sprite2 {
    width: 160px;
}
.top_container .nav > ul > li > .sprite2:link,
.top_container .nav > ul > li > .sprite2:visited {
    background-position: 0 -60px;
}
.top_container .nav > ul > li > .sprite2:hover,
.top_container .nav > ul > li > .sprite2:active,
.top_container .nav > ul > li > .sprite2selected:link,
.top_container .nav > ul > li > .sprite2selected:visited {
    background-color: #ffffff;
    background-position: -160px -60px;
}
.top_container .nav > ul > li > .sprite3 {
    width: 140px;
}
.top_container .nav > ul > li > .sprite3:link,
.top_container .nav > ul > li > .sprite3:visited {
    background-position: 0 -120px;
}
.top_container .nav > ul > li > .sprite3:hover,
.top_container .nav > ul > li > .sprite3:active,
.top_container .nav > ul > li > .sprite3selected:link,
.top_container .nav > ul > li > .sprite3selected:visited {
    background-color: #ffffff;
    background-position: -140px -120px;
}
.top_container .nav > ul > li > .sprite4 {
    width: 100px;
}
.top_container .nav > ul > li > .sprite4:link,
.top_container .nav > ul > li > .sprite4:visited {
    background-position: 0 -180px;
}
.top_container .nav > ul > li > .sprite4:hover,
.top_container .nav > ul > li > .sprite4:active,
.top_container .nav > ul > li > .sprite4selected:link,
.top_container .nav > ul > li > .sprite4selected:visited {
    background-color: #ffffff;
    background-position: -100px -180px;
}
.top_container .nav > ul > li > .sprite5 {
    width: 120px;
}
.top_container .nav > ul > li > .sprite5:link,
.top_container .nav > ul > li > .sprite5:visited {
    background-position: 0 -240px;
}
.top_container .nav > ul > li > .sprite5:hover,
.top_container .nav > ul > li > .sprite5:active,
.top_container .nav > ul > li > .sprite5selected:link,
.top_container .nav > ul > li > .sprite5selected:visited {
    background-color: #ffffff;
    background-position: -120px -240px;
}
.top_container .nav > ul > li > .sprite6 {
    /*display: none;*/
    width: 90px;
}
.top_container .nav > ul > li > .sprite6:link,
.top_container .nav > ul > li > .sprite6:visited {
    background-position: 0 -300px;
}
.top_container .nav > ul > li > .sprite6:hover,
.top_container .nav > ul > li > .sprite6:active,
.top_container .nav > ul > li > .sprite6selected:link,
.top_container .nav > ul > li > .sprite6selected:visited {
    background-color: #ffffff;
    background-position: -90px -300px;
}
.top_container .nav > ul > li > .sprite7 {
    width: 130px;
    border-right: 1px solid #9F6D00;
}
.top_container .nav > ul > li > .sprite7:link,
.top_container .nav > ul > li > .sprite7:visited {
    background-position: 0 -360px;
}
.top_container .nav > ul > li > .sprite7:hover,
.top_container .nav > ul > li > .sprite7:active,
.top_container .nav > ul > li > .sprite7selected:link,
.top_container .nav > ul > li > .sprite7selected:visited {
    background-color: #ffffff;
    background-position: -130px -360px;
}
/* Sub Container */
.top_container .nav > ul > li .subContainer {
    display: none;
    position: absolute;
    /*left: 0;
    right: 0;*/
    /*height: 300px;*/
    background-color: #ffffff;
    padding: 10px;
    /*box-shadow: 0 0 18px #000000;*/
    border: 1px solid #9F6D00;
    border-top: 0;
}
.subContainer > ul > li {
    float: left;
    padding: 10px;
}
.subContainer > ul > li > h3 {
    padding: 0 0 10px 0;
    margin: 0;
    color: #C98B02;
}
.subContainer > ul > li > ul > li {
    padding: 2px 0 2px 0;
    border-top: 1px solid #dddddd;
}

/* Search Box */
.searchBox input[name="searchInput"] {
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
    background-image: url('images/searchHint.png');
    background-position: 0 -4px;
    background-repeat: no-repeat;
    padding: 8px 10px 8px 10px;
    color: #3e3937;
    border-radius: 5px;
    width: 275px;
    font-size: 15px;
}

.searchBox input[name="searchInput"]:focus {
    border: 1px solid #3e3937;
    background-image: none;
    outline: 0;
}
.searchBox .error {
    color: #ff0000;
}
.ui-autocomplete {
    /*z-index: 501;*/
}
.ui-autocomplete  .ui-menu-item {
    font-size: 14px;
}

/*********************/
/* Routes Navigation */
/*********************/
.routes_nav {
    margin: 0 auto 10px auto;
    width: 1200px;
}
.routes_nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*.routes_nav > ul > li:first-child {
    border-left: 1px solid #000000;
}*/
.routes_nav > ul > li:last-child {
    margin-right: 0;
}
.routes_nav > ul > li {
    float: left;
    border: 1px solid #000000;
    /*border-left: 0;*/
    margin-right: 1px;
}
.routes_nav > ul > li > a {
    display: block;
    padding: 10px 34px;
    text-align: center;
    font-size: 14px;
}
.routes_nav > ul > li > a:link,
.routes_nav > ul > li > a:visited {
    background-color: #4f160f;
    color: #ffffff;
    text-decoration: none;
}
.routes_nav > ul > li > a:hover,
.routes_nav > ul > li > a:active {
    background-color: #735a1b;
    text-decoration: none;
}

/* listing_routes */
.listing_routes {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listing_routes > li {
    position: relative;
    margin: 0 0 15px 0;
}
.listing_routes > li .heading {
    position: relative;
    height: 30px;
    padding: 0 5px 0 5px;
    line-height: 30px;
    background-color: #dddddd;
}
.listing_routes > li .heading .name {
    display: inline-block;
    font-weight: bold;
}
.listing_routes > li .heading .area {
    position: absolute;
    margin: 2px 0 0 0;
    right: 320px;
}
.listing_routes > li .heading .buttonMoreInfo {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
}
.listing_routes > li .content {
    height: 120px;
    padding: 10px 0 0 0;
}
.listing_routes > li .content .accommodation {
    border-right: 1px solid #3e3a37;
}
.listing_routes > li .content .accommodation .description {
    padding: 0 10px 0 0;
}
.listing_routes > li .content .extra {
    font-size: 12px;
    /*width: 300px;*/
}
.listing_routes > li .content .image {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: 120%;
    width: 150px;
    height: 120px;
    margin: 0 10px 0 0;
}
.listing_routes > li .contact {
    position: absolute;
    bottom: 0;
    /*left: 160px;*/
}
.listing_routes > li .contact .phone,
.listing_routes > li .contact .email,
.listing_routes > li .contact .website {
    padding: 0 10px 0 10px;
    border-left: 1px solid #3e3a37;
    font-weight: bold;
}
.listing_routes > li .contact .phone {
    padding-left: 0;
    border-left: 0;
}
.listing_routes > li .likeFacebook {
    display: inline-block;
    margin: 5px 0 0 0;
}

/* Page */
.page {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 60px auto 0 auto;
    /* box-shadow: 0 0 20px #000000; */
}

/* Page Header and Slideshow */
.page > .header {
    position: relative;
    height: 240px;
}
.page > .header_background {
    background-color: #ECECEC;
}
.page > .header > .slideshow {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
    height: 240px;
    width: 1180px;
    overflow: hidden;
    /*padding: 0 10px 0 10px;*/
}
.page > .header > .slidehsow_label {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 5px;
    /*margin: 10px;*/
    z-index: 20;
    text-align: left;
    font-size: 14px;
    color: #F2F2F2;
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
}
.page > .header > .overlay1 {
    position: absolute;
    top: 0;
    z-index: 20;
    height: 240px;
    width: 1200px;
    background-image: url('images/pageHeaderOverlay1.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.page > .header > .overlay2 {
    position: absolute;
    top: 0;
    z-index: 20;
    height: 240px;
    width: 1200px;
    background-image: url('images/pageHeaderOverlay2.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.page > .header > .keywords {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 30;
    margin: 0 0 0 0;
    text-align: left;
    font-size: 14px;
    color: #333333;
}

/* Page Columns */
.page .leftColumn {
    width: 200px;
    text-align: left;
    vertical-align: top;
    background-color: #ECECEC;
}
.page .rightColumn {
    width: 370px;
    text-align: left;
    vertical-align: top;
    background-color: #ECECEC;
}

/* Page Footer */
.page > .footer {
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    color: #f2f2f2;
    background-color: #252525;
}
.page > .footer a:link,
.page > .footer a:visited {
    color: #F2F2F2;
    text-decoration: none;
}
.page > .footer a:hover,
.page > .footer a:active {
    text-decoration: underline;
}

/* Meta */
.branding {
    width: 100%;
    text-align: center;
    margin: 20px auto 20px auto;
    font-size: 10px;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
}
.branding a:link,
.branding a:visited {
    color: #ffffff;
    text-decoration: none;
}
.branding a:hover,
.branding a:active {
    text-decoration: underline;
}

/* Content */
#include {
    text-align: center;
    vertical-align: top;
    background-color: #ECECEC;
}
#include {
    text-align: left;
    padding: 10px;
    color: #3E3A37;
}
#include h1 {
    /*color: #3E3A37;*/
    /*font-family: "Calibri";*/
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    /*border-bottom: 1px solid #3E3A37;*/
}
#include h2 {
    /*color: #3E3A37;*/
    /*font-family: "Calibri";*/
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    /*border-bottom: 1px solid #3E3A37;*/
}

/* Form */
.form {
    padding: 0;
}
.form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.form fieldset p {
    margin: 0 0 10px 0;
}
.form fieldset h3 {
    color: #3e3937;
    margin-top: 0;
}
.form fieldset input[type="text"],
.form fieldset input[type="password"],
.form fieldset textarea {
    border: 1px solid #3e3937;
    background-color: #ffffff;
    padding: 5px;
    color: #3e3937;
    border-radius: 5px;
    width: 300px;
    font-size: 15px;
}
.form fieldset textarea {
    width: 300px;
    height: 140px;
}
.form fieldset input[type="text"]:focus,
.form fieldset input[type="password"]:focus,
.form fieldset textarea:focus {
    outline: 0;
    color: #3e3937;
    background-color: #ededed;
}
.form fieldset input[type="text"]:active,
.form fieldset input[type="password"]:active,
.form textarea:active {
    background-color: #ededed;
}
.form fieldset label {
    display: block;
}
.form fieldset .error {
    color: #e80020;
}
.form input[name="submit"] {
}

/* Snippet Listings */
.featureListings {
    /*width: 605px;*/
    margin: 0 5px 0 5px;
}
.featureListings > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.featureListings > ul.left {
    float: left
}
.featureListings > ul.right {
    float: right
}
.featureListings > ul > li {
    width: 290px;
    height: 190px;
    float: left;
    margin: 5px;
}
.featureListings > ul > li > .heading {
    display: block;
    position: absolute;
    z-index: 100;
    width: 280px;
    padding: 5px;
    font-size: 14px;
}
.featureListings > ul > li > .heading:link,
.featureListings > ul > li > .heading:visited {
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.8);
    color: #ffffff;
}
.featureListings > ul > li > .heading:hover,
.featureListings > ul > li > .heading:active {
    background-color: #d67525;
    background-color: rgba(214, 117, 37, 0.8);
    color: #ffffff;
    text-decoration: none;
}
.featureListings > ul > li > .image:link,
.featureListings > ul > li > .image:visited {
    display: block;
    width: 290px;
    height: 190px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
}
/*.featureListings > ul > li > .image:hover,
.featureListings > ul > li > .image:active {
    opacity: 0.8;
}*/
.featureListings > ul > li > .text {
    display: none;
    font-size: 12px;
    height: 30px;
    margin: 5px;
}

/* snippetd Listings */
.snippetListings {
    /*width: 605px;*/
    /*margin: 0 5px 0 5px;*/
}
.snippetListings > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.snippetListings > ul.left {
    float: left
}
.snippetListings > ul.right {
    float: right
}
.snippetListings > ul > li {
    width: 180px;
    height: 120px;
    float: left;
    margin: 0 0 10px 0;
}
.snippetListings > ul > li > .heading {
    display: block;
    position: absolute;
    z-index: 100;
    width: 170px;
    padding: 5px;
    font-size: 14px;
}
.snippetListings > ul > li > .heading:link,
.snippetListings > ul > li > .heading:visited {
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.8);
    color: #ffffff;
}
.snippetListings > ul > li > .heading:hover,
.snippetListings > ul > li > .heading:active {
    background-color: #d67525;
    background-color: rgba(214, 117, 37, 0.8);
    color: #ffffff;
    text-decoration: none;
}
.snippetListings > ul > li > .image:link,
.snippetListings > ul > li > .image:visited {
    display: block;
    width: 180px;
    height: 120px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
/*.snippetListings > ul > li > .image:hover,
.snippetListings > ul > li > .image:active {
    opacity: 0.8;
}*/
.snippetListings > ul > li > .text {
    display: none;
    font-size: 12px;
    height: 30px;
    margin: 5px;
}

/* Menu */
#left_menu {
    width: 180px;
    padding: 10px;
}
.sf-menu {
    /*float: left;*/
}
.sf-menu a {
    padding: 10px;
    background-color: #252525;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}
.sf-menu a,
.sf-menu a:visited  {
    color: #F9F3E5;
}
.sf-menu li {
    z-index: 498;
    background-color: #AEA88C;
    border-bottom: 1px solid #ececec;
}
.sf-menu li li {
    z-index: 498;
    background-color: #AEA88C;
    border-left: 1px solid #D7D2BF;
}
.sf-menu li li li {
    z-index: 498;
    background-color: #AEA88C;
}
.sf-menu li:hover,
.sf-menu .sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0;
    color: #F9F3E5;
    background-color: #C98B02;
}
.sf-menu .menu_spacer {
    font-weight: bold;
    overflow: hidden;
    outline: 0;
    padding: 10px;
    color: #524E38;
    text-align: center;
    background-color: #DEDBCB;
}

/* Listings */
.listings {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listings > li {
    position: relative;
    margin: 0 0 15px 0;
    width: 930px;
}
.listings > li .heading {
    position: relative;
    height: 30px;
    padding: 0 5px 0 5px;
    line-height: 30px;
    background-color: #dddddd;
}
.listings > li .heading .name {
    display: inline-block;
    font-weight: bold;
}
.listings > li .heading .stars {
    position: absolute;
    margin: 2px 0 0 0;
    left: 630px;
}
.listings > li .heading .area {
    position: absolute;
    margin: 2px 0 0 0;
    right: 320px;
}
.listings > li .heading .buttonMoreInfo {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
}
.listings > li .heading .buttonBookOnlineSmall {
    position: absolute;
    right: 0;
    margin: 5px;
    font-size: 12px;
    line-height: normal;
}
.listings > li .content {
    height: 120px;
    padding: 10px 0 0 0;
}
.listings > li .content .accommodation {
    border-right: 1px solid #3e3a37;
}
.listings > li .content .accommodation .description {
    padding: 0 10px 0 0;
}
.listings > li .content .extra {
    font-size: 12px;
    width: 300px;
}
.listings > li .content .image {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: 120%;
    width: 150px;
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.listings > li .content .buttonBookOnlineSmall {
    position: absolute;
    margin: 2px 0 0 0;
    right: 0;
    bottom: 0;
}
.listings > li .content .image .overlay {
    position: absolute;
    top: 30px;
    left: -80px;
    /*right: 0;*/
    width: 250px;
    padding: 5px;
    background-color: #4f160f;
    background-color: rgba(79,22,15,0.8);
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;

    /* Rotate */
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -o-transform: rotate(-45deg); /* Opera */
    transform: rotate(-45deg);

    box-shadow: 1px 1px 10px #000000;
}
.no-csstransforms .listings li .image .overlay {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
}
.listings > li .contact {
    position: absolute;
    bottom: 0;
    /*left: 160px;*/
}
.listings > li .contact .phone,
.listings > li .contact .email,
.listings > li .contact .website {
    padding: 0 10px 0 10px;
    border-left: 1px solid #3e3a37;
    font-weight: bold;
}
.listings > li .contact .phone {
    padding-left: 0;
    border-left: 0;
}
.listings > li .likeFacebook {
    display: inline-block;
    margin: 5px 0 0 0;
}

/* Listing Filter */
.listingFilter {
    display: none;
    padding: 0 0 20px 0;
    text-align: left;
}
.listingFilter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/***********/
/* Listing */
/***********/
.listing > h1 > .region {
    font-size: 10px;
}
.listing .tab_header > .region {
    font-size: 10px;
}
.listing .specials {
    background-color: #ffe3e4;
    color: #991219;
    border: 1px solid #991219;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 10px 0;
}
.listing .specials :last-child {
    margin: 0;
}
.listing .specials .heading {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.listing .main_image_container {

}
.listing .main_image_container > a {
    font-size: 0;
}
.listing .main_image_container > a > img {
    display: block;
}
.listing .main_image_container > .description {
    display: block;
    padding: 5px 8px;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    color: #ffffff;
    background-color: #666666;
    text-align: left;
}

/* Listing Gallery */
.listingGallery {
    /*width: 605px;*/
    margin: 0 auto 0 auto;
}
.listingGallery > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.listingGallery > ul.left {
    float: left
}
.listingGallery > ul.right {
    float: right
}
.listingGallery > ul > li {
    position: relative;
    width: 175px;
    height: 120px;
    float: left;
    margin: 5px;
}
.listingGallery > ul > li > .heading {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 165px;
    padding: 5px;
    font-size: 10px;
}
.listingGallery > ul > li > .heading:link,
.listingGallery > ul > li > .heading:visited {
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.8);
    color: #ffffff;
}
.listingGallery > ul > li > .heading:hover,
.listingGallery > ul > li > .heading:active {
    background-color: #d67525;
    background-color: rgba(214, 117, 37, 0.8);
    color: #ffffff;
    text-decoration: none;
}
.listingGallery > ul > li > .image:link,
.listingGallery > ul > li > .image:visited {
    display: block;
    width: 175px;
    height: 120px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
}
/*.listingGallery > ul > li > .image:hover,
.listingGallery > ul > li > .image:active {
    opacity: 0.8;
}*/
.listingGallery > ul > li > .text {
    display: none;
    font-size: 12px;
    height: 30px;
    margin: 5px;
}

/* Listing Type Nav */
.listing_type_menu {
    width: 360px;
    padding: 0 5px 0 5px;
}
.listing_types {
    margin-bottom: 10px;
}
.listing_type a {
    display: block;
    padding: 3px;
    font-weight: bold;
    font-size: 14px;
}
.listing_type a:link,
.listing_type a:visited {
    text-decoration: none;
}

.listing_type a:hover,
.listing_type a:active  {
    text-decoration: underline;
}
.listing_type .current_listing_type {
    display: block;
    padding: 3px;
    font-weight: bold;
    font-size: 14px;
}
.listing_subtypes {
    display: block;
    padding: 3px;
    font-size: 14px;
}

/* Listing More Info */
.listing .likeFacebook {
    display: inline-block;
    margin: 0 0 0 20px;
}
.listingSubtypes {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}
.tab_header {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
#listing_tabs, #listings_tabs {
    font-family: Helvetica;
    font-size: 15px;
    z-index: 0;
}
.feature_category {

}
.feature_category ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px;
}
.feature_heading {
    width: 180px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    height: 30px;
    line-height: 30px;
}
.feature_tick {
    background-image: url('images/iconTick.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 18px;
}

/* articles */
.articles {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.articles > li {
    position: relative;
    margin: 0 0 15px 0;
}
.articles > li .heading {
    position: relative;
    height: 30px;
    padding: 0 5px 0 5px;
    line-height: 30px;
    background-color: #dddddd;
}
.articles > li .heading .name {
    display: inline-block;
    font-weight: bold;
}
.articles > li .heading .area {
    position: absolute;
    margin: 2px 0 0 0;
    right: 320px;
}
.articles > li .heading .buttonMoreInfo {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
}
.articles > li .content {
    height: 120px;
    padding: 10px 0 0 0;
}
.articles > li .content .accommodation {
    border-right: 1px solid #3e3a37;
}
.articles > li .content .accommodation .description {
    padding: 0 10px 0 0;
}
.articles > li .content .extra {
    font-size: 12px;
    /*width: 300px;*/
}
.articles > li .content .image {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: 120%;
    width: 150px;
    height: 120px;
    margin: 0 10px 0 0;
}
.articles > li .contact {
    position: absolute;
    bottom: 0;
    /*left: 160px;*/
}
.articles > li .contact .phone,
.articles > li .contact .email,
.articles > li .contact .website {
    padding: 0 10px 0 10px;
    border-left: 1px solid #3e3a37;
    font-weight: bold;
}
.articles > li .contact .phone {
    padding-left: 0;
    border-left: 0;
}
.articles > li .likeFacebook {
    display: inline-block;
    margin: 5px 0 0 0;
}

/* news */
.news {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.news > li {
    position: relative;
    margin: 0 0 15px 0;
}
.news > li .heading {
    position: relative;
    height: 30px;
    padding: 0 5px 0 5px;
    line-height: 30px;
    background-color: #dddddd;
}
.news > li .heading .name {
    display: inline-block;
    font-weight: bold;
}
.news > li .heading .area {
    position: absolute;
    margin: 2px 0 0 0;
    right: 320px;
}
.news > li .heading .buttonMoreInfo {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
}
.news > li .content {
    height: 120px;
    padding: 10px 0 0 0;
}
.news > li .content .accommodation {
    border-right: 1px solid #3e3a37;
}
.news > li .content .accommodation .description {
    padding: 0 10px 0 0;
}
.news > li .content .extra {
    font-size: 12px;
    /*width: 300px;*/
}
.news > li .content .image {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: 120%;
    width: 150px;
    height: 120px;
    margin: 0 10px 0 0;
}
.news > li .contact {
    position: absolute;
    bottom: 0;
    /*left: 160px;*/
}
.news > li .contact .phone,
.news > li .contact .email,
.news > li .contact .website {
    padding: 0 10px 0 10px;
    border-left: 1px solid #3e3a37;
    font-weight: bold;
}
.news > li .contact .phone {
    padding-left: 0;
    border-left: 0;
}
.news > li .likeFacebook {
    display: inline-block;
    margin: 5px 0 0 0;
}

/* events snippet */
.eventsSnippet {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.eventsSnippet > li {
    position: relative;
    margin: 0 0 15px 0;
}
.eventsSnippet > li .heading {
    position: relative;
    height: 30px;
    padding: 0 5px 0 5px;
    line-height: 30px;
    background-color: #dddddd;
}
.eventsSnippet > li .heading .name {
    display: inline-block;
    font-weight: bold;
}
.eventsSnippet > li .heading .name a:link {
    font-weight: normal;
}
.eventsSnippet > li .dateHeading {}
.eventsSnippet > li .content {
    padding: 10px 0 0 0;
}
.eventsSnippet > li .content .image {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: 120%;
    width: 75px;
    height: 60px;
    margin: 0 10px 0 0;
}
.eventsSnippet > li.monthHeading {
    text-align: right;
    border-bottom: 1px dashed #333333;
    margin: 10px 0 10px 0;
}
.eventsSnippet > li .dateHeading {
    margin: 5px 0 5px 0;
}

/* news snippet */
.newsSnippet {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.newsSnippet > li {
    position: relative;
    margin: 0 0 15px 0;
}
.newsSnippet > li .heading {
    position: relative;
    height: 30px;
    padding: 0 5px 0 5px;
    line-height: 30px;
    background-color: #dddddd;
}
.newsSnippet > li .heading .name {
    display: inline-block;
    font-weight: bold;
}
.newsSnippet > li .heading .name a:link {
    font-weight: normal;
}
.newsSnippet > li .dateHeading {

}
.newsSnippet > li .content {
    padding: 10px 0 0 0;
}
.newsSnippet > li .content .image {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: 120%;
    width: 75px;
    height: 60px;
    margin: 0 10px 0 0;
}

/* Snippet */
.column_snippet {
    vertical-align: top;
    padding: 10px 10px 0 10px;
}
.column_snippet h3 {
    color: #3E3A37;
    /*font-family: "Calibri";*/
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    /*border-bottom: 1px solid #3E3A37;*/
}
.column_snippet h3 a:link,
.column_snippet h3 a:visited {
    text-decoration: none;
    color: #3E3A37;
}
.column_snippet h3 a:hover,
.column_snippet h3 a:active {
    text-decoration: underline;
}
.left_column_snippet {
    width: 180px;
}
.right_column_snippet {
    width: 350px;
}
.column_snippet_body {
    color: #3E3A37;
}
.column_snippet_body p {
    padding: 0;
    margin: 0 0 10px 0;
}
.column_snippet_body .image {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.column_snippet_body .image > a > img {
    display: block;
}
.column_snippet_body .image > .description {
    display: block;
    padding: 5px 8px;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    color: #ffffff;
    background-color: #666666;
    text-align: left;
}

/* --- Buttons --- */
/* Twitter Button */
.buttonTwitter {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('images/buttonTwitter.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* Facebook Button */
.buttonFacebook {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('images/buttonFacebook.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* More Info Button */
.buttonMoreInfo:link,
.buttonMoreInfo:visited {
    display: inline-block;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    background-color: #ce5722;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonMoreInfo:hover,
.buttonMoreInfo:active {
    background-color: #313C99;
    color: #ffffff;
}
/* Back Button */
.buttonBack:link,
.buttonBack:visited {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    background-color: #ce5722;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonBack:hover,
.buttonBack:active {
    background-color: #313C99;
    color: #ffffff;
}
/* Email Enquiry Button */
.buttonEmailEnquiry:link,
.buttonEmailEnquiry:visited {
    display: inline-block;
    width: 330px;
    padding: 10px;
    border-radius: 5px;
    background-color: #7fa42c;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonEmailEnquiry:hover,
.buttonEmailEnquiry:active {
    background-color: #455292;
    color: #ffffff;
}
/* Book Online Button */
.buttonBookOnline:link,
.buttonBookOnline:visited {
    display: inline-block;
    width: 330px;
    padding: 10px;
    border-radius: 5px;
    background-color: #d67524;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonBookOnline:hover,
.buttonBookOnline:active {
    background-color: #455292;
    color: #ffffff;
}
/* Small Book Online Button */
.buttonBookOnlineSmall:link,
.buttonBookOnlineSmall:visited {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #D5A940;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonBookOnlineSmall:hover,
.buttonBookOnlineSMall:active {
    background-color: #455292;
    color: #ffffff;
}

/* Accreditations */
.accreditation {
    display: inline-block;
    width: 40px;
    height: 70px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 0 5px;
}

/* Maps */
iframe[id="mapFrame"] {
    width: 100%;
    height: 430px;
    border: 0;
}

/* Table */
.table tr:nth-child(even) {
    background-color: #ebe4d8;
}
.table tr:nth-child(odd) {
    background-color: #f9f3e5;
}
.table td {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Compatibility */
/*.no-backgroundsize .accreditation {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}*/

/* Albums */
.albums_container {
    text-align: center;
}
.albums {
    /*display: inline-block;*/
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 980px;
}
.albums li {
    position: relative;
    float: left;
    width: 235px;
    margin: 5px;
}
.albums li .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.albums li .image img {
    display: block;
    width: 100%;
    height: auto;
}
.albums li .name {
    display: block;
    padding: 5px 8px;
    font-size: 14px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    color: #ffffff;
    background-color: #555555;
    text-align: left;
}

/* Album */
.album_container {
    text-align: center;
}
.album {
    /*display: inline-block;*/
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 720px;
}
.route .album {
    width: 980px;
}
.album li {
    position: relative;
    float: left;
    width: 230px;
    margin: 5px;
}

.album li .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.album li .image img {
    display: block;
    width: 100%;
    height: auto;
}
.album li .name {
    display: block;
    padding: 5px 8px;
    font-size: 14px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    color: #ffffff;
    background-color: #555555;
    text-align: left;
}

/* Videos */
.videos_container {
    text-align: center;
}
.videos {
    display: inline-block;
    /*display: none;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 980px;
}
.videos li {
    position: relative;
    float: left;
    width: 235px;
    margin: 5px;
}
.videos li .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: 120%;
    height: 155px;
}
/*.videos li .image img {
    display: block;
    width: 100%;
    height: auto;
}*/
.videos li .name {
    display: block;
    padding: 5px 8px;
    font-size: 14px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    color: #ffffff;
    background-color: #555555;
    text-align: left;
}
.ui-widget-content {
    font-size: 14px;
}

.accommodation_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accommodation_nav > li {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
}
.accommodation_nav > li:hover {
    background-color: #ffffff;
}
.accommodation_nav > li a:link,
.accommodation_nav > li a:visited {
    display: inline-block;
    padding: 2px 10px 2px 10px;
    border-radius: 2px;
    background-color: #cccccc;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}
.accommodation_nav > li a:hover,
.accommodation_nav > li a:active {
    background-color: #ce5722;
    color: #ffffff;
}

.accommodation_nav ul {
    list-style-type: none;
    padding-top: 5px;
}
.accommodation_nav ul > li {
    list-style-type: none;
    padding: 1px;
}
