﻿/*html {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}*/

body {
    background-color: #ffffff !important;
}

.page {
    max-width: 1000px !important;
    width: auto;
}

.pageLayout {
    max-width: 100% !important;
    padding: 30px !important;
}

@media only screen and (max-width: 1024px) {
    .pageLayout {
        padding: 25px !important;
    }
}

@media only screen and (max-width: 768px) {
    .pageLayout {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    .pageLayout {
        padding: 15px !important;
    }
}

.form {
    margin: 130px auto 0 auto;
    top: -130px;
}

.sitePage {
}

/* background ------------------------- */

img.bg {
    height: auto;
    left: 0;
    min-height: 100%;
    position: fixed;
    width: 100%;
}

.bannerArea {
    position: relative;
    width: 100%;
}

.bannerTxtArea {
    position: absolute;
    top: 10%;
    width: 100%;
}

.bannerTxt {
    color: white;
    font-size: 70px;
    line-height: 1em;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .bannerTxt {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .bannerTxt {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .bannerTxt {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .bannerArea {
        display: none;
    }
}

/*.bannerBtnArea {
    position: absolute;
    top: 40%;
    width: 100%;
}

.bannerBtn {
    display: block;
    width: 400px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin: 0 auto;
}*/




/* header ------------------------- */


.masterPhotoSearch {
    background: #ffffff;
    color: #666;
    display: none;
    height: 628px;
    margin: -10px 0 5px 0;
    padding: 10px;
    padding-left: 60px;
}

.qIcon {
    float: left;
    height: 85px;
    margin: 0 10px 20px 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
}

.qSearchPhoto {
    border: 1px solid #ffffff;
    display: block;
    float: left;
    margin: 20px 20px 20px 0;
    width: 200px;
}

    .qSearchPhoto:hover {
        border: 1px solid #cccccc;
    }

.searchText {
    color: #555;
    float: left;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 20px;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
}

.trySearch {
    float: left;
    margin: 12px 0 0 10px;
}

.searchBy {
    color: #7cdb42;
    display: block;
    float: right;
    margin: 8px 10px 0 0;
}


/* end master top*/

.siteHeader1 {
    position: relative;
}

.siteTop {
    background-image: url(../../app_uploads/images/header.jpg?v=b);
    background-repeat: no-repeat;
    height: 60px;
    display: block;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .siteTop {
        background-image: url(../../app_uploads/images/header_Sm.jpg?v=2);
    }
}

.siteTopLinks {
    position: relative;
    float: right;
    top: 12px;
    right: 10px;
}

@media only screen and (max-width: 1280px) {
    .siteTopLinks {
    }
}

@media only screen and (max-width: 600px) {
    .siteTop {
        background-image: none;
    }
}

.RTAbox {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.siteRTA {
    position: absolute;
    right: 10px;
    top: -145px;
}

@media only screen and (max-width: 750px) {
    .siteRTA {
        display: none;
    }

    .siteTopLinks {
        right: 10px;
    }
}

.siteFindBox {
    float: left;
    margin: 0 0 0 0;
}

.siteFindIcon {
    float: left;
    margin: 0 0 0 10px;
}

.siteHeader {
    position: relative;
    background-color: #00aa00;
    border-bottom: 10px solid #7CDB42;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 5px;
}

.siteHeader {
    background-color: #00aa00;
    border-bottom: 10px solid #7CDB42;
    display: block;
    position: relative;
    width: 100%;
}

.bannerIcons {
    background-color: #efefef;
}

.siteMenuBg {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}

.mainMenu {
    height: 66px;
    display: inline-block;
}

.navMenu {
    float: left;
    width: 60px;
}

.navIcon {
    float: left;
    margin: 3px 10px 0 0;
}

.bigNumber {
    color: #00AA00;
    font-size: 40px;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .navSml1 {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .navSml2 {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .navSml3 {
        display: none;
    }

    .navMenu {
        width: 20%;
    }
}

@media only screen and (max-width: 360px) {
    .navSml4 {
        display: none;
    }
}


.siteLogo {
}

.siteLogoWords {
    text-align: center;
}

.logoCol {
    padding-left: 25px;
}

@media only screen and (max-width: 500px) {
    .logoCol {
        padding-left: 5px !important;
    }
}

.userLoginMenu {
    float: right;
    margin: 7px 10px 0 0;
}

.userLogin {
    float: left;
    text-align: right;
}

.userLogout {
    float: left;
}

.userArea {
    float: left;
    margin: 6px 10px 10px 0 !important;
    text-align: right;
}

    .userArea a:link, .userArea a, .userArea a:visited {
        text-decoration: none;
    }

.userLogout a:hover {
    text-decoration: underline;
}

.userJoin {
    float: left;
    background-color: #00AA00 !important;
    display: block;
    height: 26px;
    margin-right: 10px;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #FFFFFF !important;
}

    .userJoin a:link, .userJoin a, .userJoin a:visited {
        color: #FFFFFF !important;
        display: block;
        text-decoration: none;
    }

    .userJoin:hover {
        background-color: #888888 !important;
        text-decoration: none;
        color: #FFFFFF !important;
    }

        .userJoin:hover a {
            color: #FFFFFF !important;
        }

@media only screen and (max-width: 950px) {
    .userArea {
        display: none;
    }
}

.newsSubscribe {
    float: left;
}

@media only screen and (max-width: 350px) {
    .userJoin {
        display: none;
    }

    /*.newsSubscribe {
        display: block;
    }*/
}

.socialLess {
    padding-top: 10px !important;
}

.menuIcon {
    float: left;
    margin: 0 10px;
    padding: 0 5px;
}

.device {
    color: #999999;
    float: right;
    font-size: 13px;
    margin: 0 15px 0 0;
}

.likeFacebook {
    display: block;
    float: right;
    height: 25px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}

.history {
    color: #666;
    float: right;
    font-size: 0.9em;
    margin: 0;
}

.highlight {
    color: #00aa00;
    font-weight: bold;
}

.PageHeaderPath {
    color: #666;
    margin: 0 5px;
    /*padding: 5px;*/
    z-index: 0;
}

.bannerDynamic {
}

    .bannerDynamic img {
        max-width: 100%;
        width: 100%;
    }

.bannerStatic {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.ColumnText {
    margin: 0 0 20px 0;
}

.editBanner {
    float: left;
    height: 20px;
    margin-top: -15px;
}

.waiting {
    color: #808080;
    left: 420px;
    position: absolute;
    top: 5px;
}

/* Sitemap --------------- */

.smallVersion {
    float: left;
    background-color: #efefef;
    margin: 0 0 0 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .smallVersion {
        display: none;
    }
}

.largeVersion {
}

@media only screen and (max-width: 1024px) {
    .largeVersion {
        display: none;
    }
}


.footer {
    background-color: #ffffff;
    float: left;
    margin: 0;
    max-width: 1000px;
    padding: 0;
}

.masterSiteMap {
    background: url(/app_uploads/banners/footer/cape-tribulation-2,-qld.jpg) no-repeat;
    background-size: 100% 100%;
    float: left;
    padding: 20px 0 20px 0;
    width: 100%;
}

.footerSiteMap {
    margin: 0 auto !important;
    padding: 0 20px 0 20px;
    max-width: 1000px;
    background: rgba(0, 0, 0, 0.5);
}


@media only screen and (max-width: 768px) {
    .masterSiteMap {
        background: #777777;
    }

    .footerSiteMap {
        background: none;
    }
}

.corpSponsor {
    height: 150px;
    text-align: center;
}

.sitemapLinks, .sitemapLinksReview {
    color: #7cdb42;
    float: left;
    margin: 10px 10px 0 0;
}

.sitemapLinks {
    width: 240px;
    float: left;
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .sitemapLinks {
        width: 49%;
    }
}

@media only screen and (max-width: 400px) {
    .sitemapLinks {
        width: 100%;
    }
}

.sitemapLinksReview {
    margin-left: 100px;
    width: 370px;
}

.sitemapHeadings {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.sitemapLinks a:link, .sitemapLinks a:visited, .sitemapLinksReview a:link, .sitemapLinksReview a:visited {
    color: white;
}

.sitemapLinks a:hover, .sitemapLinksReview a:hover {
    text-decoration: underline;
}

.sitemapState {
    font-weight: bold;
    margin: 20px 0 0 0;
}

    .sitemapState a:link, .sitemapState a:visited {
        color: #666; /* #7cdb42 /* #FFA915; /* #32cd32*/
    }

.focoter {
    background-color: white;
}

.socialIcons {
    background-color: #efefef;
    float: left;
    height: 30px;
    padding: 17px 0;
    text-align: center;
    width: 100%;
}

.footerText {
    background-color: #efefef;
    color: #666;
    float: left;
    font-size: 12px !important;
    height: 60px;
    line-height: 160%;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.gSection {
    clear: left;
    float: left;
    margin: 0;
    padding: 20px;
    width: 95%;
}

.EditTextSection {
    float: left;
    width: 100%;
    /* 
background-image:url(../../app_uploads/backgrounds/edittextsection.gif);
background-repeat:repeat;
border:1px solid #CC9999;
*/
}

.EditImageSection {
    float: left;
    height: 100%;
    /*
background-image:url(../../app_uploads/backgrounds/editimagesection.gif);
background-repeat:repeat;
border:1px solid #66CC99;
*/
    margin-bottom: 5px;
    width: 100%;
}

.LrgCol {
    float: left;
    height: 100%;
    margin: 0 0 0 0;
    max-width: 940px;
    width: 100%;
    /*background-color: antiquewhite;*/
}

/* ------------------------------------  old ------------------------------------------------------------------*/

.bottomEdit {
    clear: left;
    float: left;
    height: 25px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.lineEdit {
    clear: left;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}


.hIcon {
    float: left;
    height: 155px;
    margin: 0 10px 10px 0;
    padding: 0;
    text-align: center;
    width: 105px;
}

.hText {
    float: left;
    font-weight: 600;
    height: 35px;
    line-height: 100%;
    width: 105px;
}

@media only screen and (max-width: 400px) {
    .hIcon {
        width: 100px;
    }

    .hText {
        width: 100px;
    }
}

.hLink {
    border: 1px solid #ffffff;
    padding: 0;
    width: 100px;
}

    .hLink a:link, .hLink a, .hLink a:visited {
        text-decoration: none;
    }

    .hLink:hover {
        border: 1px solid black;
    }

.adminLink {
    left: 440px;
    position: absolute;
    top: 15px;
}

.sectionHeader {
    background-color: #efefef;
    display: block;
    float: left;
    margin: 20px 0 10px 0;
    min-height: 45px;
    padding: 5px 0 10px 0;
    width: 100%;
}

.sectionHeaderIcon {
    float:left; 
    width: 45px;
    margin-top:2px;
    text-align: center;
}

.sectionHeaderText {
    margin: 12px 0 0 10px !important;
    padding: 0 !important;
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .sectionHeader {
        padding: 10px 0 10px 0;
    }

    .sectionHeaderIcon {
        display: none;
    }
}

/* Comments */

.showMoreComment {
    float: left;
    /*border-bottom: 2px #aaaaaa dashed;*/
    margin: 5px 0 0 0;
    width: 100%;
}

#DescDiv {
    float: left;
    height: 90px;
    min-height: 90px;
    overflow: hidden;
}

#RvTripsCommentDiv {
    float: left;
    height: 65px;
    min-height: 65px;
    overflow: hidden;
    width: 100%;
}

#publicCommentDiv {
    float: left;
    /*height: 95px;
    min-height: 95px;
    overflow: hidden;*/
    width: 100%;
}

.PubComment {
    float: left;
    margin: 20px 0 20px 0;
}

.levelComment {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}

.level1Comment {
    float: left;
    padding: 20px 0 0 0;
    width: 100%;
    /*border-top: 1px solid #dddddd;*/
}

.level2Comment {
    float: left;
    margin: 10px 0 0 50px;
    width: 100%;
}

.comment1Img {
    float: left;
    margin: 0 0 0 0;
    width: 50px;
}

.comment2Img {
    float: left;
    margin: 0 0 0 0;
    width: 30px;
}

.commentTxt {
    float: left;
    width: 100%;
}

.comment1Txt {
    float: left;
    width: 100%;
}

.comment2Txt {
    float: left;
    padding: 0 10px 10px 50px;
}

.commentTime {
    color: #999999;
    font-size: 11px;
}

.commentName {
    color: #999999;
    font-size: 11px;
}

.maxWidth {
    clear: both;
    float: left;
    min-height: 75px;
}

.contactList {
    float: left;
    margin: 10px 0;
    width: 50%;
}


.contactMap {
    float: left;
    margin: 10px 0;
    width: 50%;
}

@media only screen and (max-width: 560px) {
    .contactList {
        width: 100%;
    }


    .contactMap {
        width: 100%;
    }
}


.contactListWide {
    float: left;
    margin: 0 10px 10px 0;
}

/* Urls */

.urlName {
    float: left;
    margin: 0 0 5px 0;
    position: relative;
    width: 100%;
}

/* downloads */

.downloadType {
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 30px;
}

.h2Heading {
    background-color: #efefef;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 0 15px 10px;
}

.ratingEdit {
    float: left;
    padding: 16px 10px 0 0;
}

.industrySearchHeading {
    background-color: #efefef;
    height: 40px;
    margin: 10px 0;
    padding: 10px 0 0 10px;
    width: 100%;
}

/* photos */

.photoTmb {
    border: 2px solid #ffffff !important;
    float: left;
    text-align: center;
}

    .photoTmb:hover {
        border: 2px solid #000000 !important;
    }


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe,
    .videoWrapper object,
    .videoWrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

video {
    width: 100% !important;
    height: auto !important;
}

.vrShow {
    height: 400px !important;
    position: relative;
    width: 100%;
}

.vrLoading {
    position: absolute;
    text-align: center;
    width: 90%;
}

.locationMap {
    float: left;
    width: 100%;
}

.responsiveBanner {
    float: left;
    height: 100%;
    max-height: 49%;
    max-width: 16.66666666%;
    padding: 0;
    width: 100%;
}

    .responsiveBanner a {
        height: 100%;
        max-height: 152px;
        max-width: 152px;
        width: 100%;
    }

    .responsiveBanner div.img {
        border: 2px solid #fff;
        height: 100%;
        max-height: 152px;
        max-width: 152px;
        width: 100%;
    }

        .responsiveBanner div.img:hover { /*border: 2px solid #000;*/
        }

        .responsiveBanner div.img img {
            height: 100%;
            max-height: 152px;
            max-width: 152px;
            width: 100%;
        }

/* Industry & Review Find */

.searchRow {
    float: left;
    width: 100%;
}

.searchItem {
    margin: 0 auto !important;
    max-width: 100%;
}

.searchListImage {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 30%;
}

.searchListHeading {
    float: left;
    width: 100%;
}

.searchSponsorHeading {
    border: 2px solid #00aa00;
    float: left;
    margin: 20px 0 10px 0;
    max-width: 100%;
    padding: 0 0 7px 10px;
    width: 95%;
}


.searchListDescWide {
    float: left;
    max-height: 5000em;
    max-width: 100%;
}

.searchListDesc {
    float: left;
    width: 70%;
}

.searchIconCategories {
    float: left;
    margin: 10px 27px 20px 0;
    width: 90px;
}

.searchLastText {
    float: left;
    width: 100%;
}

.searchMapPanel {
    float: left;
    margin: 20px 50px 0 0;
    max-width: 260px;
}

.searchClearPanel {
    float: left;
    margin: 20px 0 0 0;
}

@media only screen and (max-width: 400px) {
    .searchListDesc {
        width: 60%;
    }

    .searchListImage {
        width: 40%;
    }

    .searchMapPanel {
        margin: 20px 0 0 0;
    }
}

/* Top Ideas */

.ideas {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 450px;
    height: 190px;
    width: 100%;
}

.ideaBrief {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 150px;
}


.ideasLogo {
    float: left;
    height: 150px;
    margin: 0 20px 20px 0;
    max-width: 150px;
    text-align: center;
    width: 100%;
}


@media only screen and (max-width: 1024px) {
    .ideas {
        margin: 0 0 20px 0;
        max-width: none;
        min-height: auto;
    }
}

@media only screen and (max-width: 400px) {
    .ideasLogo {
        display: none;
    }
}

/* Industry Partners */

.industryPartners {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 178px;
    min-height: 178px;
    width: 100%;
}

.industryLogo {
    float: left;
    height: 150px;
    margin: 0 20px 10px 0;
    max-width: 150px;
    text-align: center;
    width: 100%;
}

.industryLogoSection {
    float: left;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    display: block;
}

.industryText {
    width: 100%;
}

/* banner */

.bannerHeading {
    margin: 10px 0 5px 0;
}

.bannerHint {
    display: inline-block;
}

.bannerContainer {
    margin: 10px 30px 0 38px;
}

.bannerRow {
    max-width: 100%;
    padding: 0 0 0 0;
}

    .bannerRow img {
        max-width: 100%;
        width: 100%;
    }

.bannerLrgImg {
    float: left;
    margin: 0 .3em 0 0;
    max-width: 32.8%;
    padding: 0;
    width: 100%;
}

.bannerSpare {
    display: none;
}

.bannerSmlCol {
    float: left;
    margin: 0 .3em 0 0;
    max-width: 16.1%;
    padding: 0;
    width: 100%;
}

.bannerTopImg {
    display: inline-block;
    float: left;
    max-height: 49%;
    overflow: hidden;
    position: relative;
}

.bannerBottomImg {
    display: inline-block;
    float: left;
    max-height: 49%;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .bannerContainer {
        margin: 10px 20px 0 25px;
    }

    .bannerLrgImg {
        max-width: 32.5%;
    }

    .bannerSmlCol {
        max-width: 15.8%;
    }
}

@media only screen and (max-width: 668px) {
    .bannerContainer {
        margin: 10px 15px 0 20px;
    }

    .bannerLrgImg {
        max-width: 32.3%;
    }

    .bannerSmlCol {
        max-width: 15.7%;
    }
}

@media only screen and (max-width: 540px) {
    .bannerContainer {
        margin: 10px 10px 0 15px;
    }

    .bannerLrgImg {
        max-width: 32.0%;
    }

    .bannerSpare {
        display: inline-block;
    }

    .bannerSmlCol {
        display: none;
    }
}

/* Safari-Opera specific declarations here */

/*@media screen and (max-width: 540px) and (-webkit-min-device-pixel-ratio:0) {
   
    
        ::i-block-chrome, .bannerSpare {
            display: none;
        }

        ::i-block-chrome, .bannerSmlCol {
            max-width: 15.07%;
            display: inline-block;
        }
}*/

@media only screen and (max-width: 420px) {
    .bannerContainer {
        margin: 10px 10px 0 15px;
    }

    .bannerLrgImg {
        max-width: 31.0%;
    }

    .bannerSmlCol {
        max-width: 14.5%;
    }

    .bannerHint {
        display: none;
    }
}

/* site Newsletter */

.newsContainer {
    float: right;
}

.newsLabel {
    float: left;
    margin: 5px 10px 0 0;
}

.RadiusBtn {
    float: left;
    margin: 10px 10px 10px 0;
}

.vrPhoto {
    float: left;
    margin: 0 0 10px 0;
    max-width: 300px;
    width: 100%;
}

.videoTmb {
    float: left;
    border: 2px solid #ffffff !important;
    height: 95px;
    margin: 0 0 10px 35px;
    padding: 10px;
    width: 170px;
}

    .videoTmb:hover {
        border: 2px solid #000000 !important;
    }

.vrPanel {
    max-height: 400px;
    overflow-y: auto;
    overflow-x:hidden;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .vrPhoto {
        float: left;
        margin: 0 10px 10px 0;
        max-width: 300px;
        height: 150px;
    }

    .videoTmb {
        float: left;
        margin: 10px 10px 10px 0;
    }

    .vrPanel {
        max-height: 100%;
    }
}

/* ----------------- Stock ---------------------*/


.stockHeader {
    width: 100%;
    display: block;
    padding: 10px 0;
    margin: 20px 0 0 0;
    border-top: #dddddd 1px solid;
}

.stockHeading {
    font-size: 18px;
    float: left;
}

.stockPrice {
    font-size: 28px;
    float: right;
}

.stockDetails {
    width: 100%;
    display: block;
}

.stockImage {
    float: left;
    margin: 0 20px 0 0;
    width: 20%;
}

.stockDesc {
    float: left;
    width: 60%;
    padding-left: 20px;
}

.stockFeature {
    float: right;
    text-align: right;
    width: 10%;
}

.cabinFeatures {
    float: right;
    text-align: right;
    width: 150px;
}

.stockButtons {
    float: right;
    text-align: right;
    width: 100px;
}

.stockButton {
    float: right;
    clear: both;
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 1024px) {
    .stockHeading {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .stockHeading {
        font-size: 16px;
    }

    .stockPrice {
        font-size: 20px;
    }

    .stockDesc {
        width: 70%;
    }

    .stockButtons {
        width: 100%;
    }

    .stockButton {
        margin: 10px 0 0 10px;
        clear: none;
    }
}

@media only screen and (max-width: 450px) {

    .stockDesc {
        padding: 0;
        width: 100%;
    }

    .stockImage {
        margin: 0;
        width: 100%;
    }
}
