html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 150%;
}

/* Normal Display */
@media screen and (min-width: 481px) {

    nav {
        display: none;
    }

    #header {
        background-image: url('//www.experiencethewild.com.au/css/bg-header.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        width: 1060px;
        margin: auto;
        position: relative;
    }

    .sidebar-active {
        width: 780px;
        float: left;
        margin-right: 10px;
    }

    .sidebar {
        background-color: #FFFFFF;
        width: 240px;
        float: right;
        padding: 7px;
    }

    #wrap {
        width: 1060px;
        margin: auto;
        clear: both;
        min-height: 425px;
    }

    .menu-container {
        background-image: url('//www.experiencethewild.com.au/css/bg-navcontainer.png');
        background-repeat: repeat-x;
        min-height: 52px;
    }

    .fixed-container {
        clear: both;
        margin: 13px auto 30px;
        width: 1060px;
    }

    .constraint {
        width: 1060px;
        margin: auto;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {
    img {
        width: 100%;
    }

    iframe {
        width: 100%
    }

    nav {
        display: block;
    }

    #header {
        background-image: url('//www.experiencethewild.com.au/css/bg-header-640.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100px;
        width: 100%;
        margin: auto;
        position: relative;
    }

    .sidebar-active {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .sidebar {
        display: none;
    }

    #wrap {
        width: 100%;
        margin: auto;
        clear: both;
        min-height: 425px;
    }

    .menu-container {
        display: none;
    }

    .fixed-container {
        clear: both;
        margin: 13px auto 30px;
        width: 100%;
    }

    #page_body {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .constraint {
        width: 100%;
        margin: auto;
    }
}





body {
    line-height: 1;
    color: black;
    background: white;
}

body {
    font-size: 14px;
    color: #000000;
    font-family: verdana, geneva;
}

body {
    height: 100%;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #000000;
}

blockquote {
    line-height: 20px;
    background-color: #DEDEDE;
    color: #993300;
    font-style: italic;
    font-family: 'comic sans ms', sans-serif;
    font-size: 12pt;
    padding: 10px;
}

img {
    float: left;
    padding: 4px;
}

#SpeciesList p {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: """";
}

blockquote, q {
    quotes: """" """";
}

h1 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.5em;
    font-family: verdana, geneva;
    color: #171796;
}

h2 {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 20px;
    margin-bottom: 0.75em;
    color: #0033ab;
}

h3 {
    font-size: 1.0em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.0em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h7 {
    float: left;
}

h8 {
    float: right;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

h3 a, h3 a:visited, h3 a:active, h3 a:focus {
    color: #be8b47;
    text-decoration: none;
}

    h3 a:hover {
        color: #b2803e;
    }

a[href$='.pdf'] {
    display: inline-block;
    padding-left: 18px;
    line-height: 16px;
    background: transparent url('//www.experiencethewild.com.au/Images/pdf_icon.gif') center left no-repeat;
    target: blank;
}

.emphasis {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.align-center {
    text-align: center;
}

.highlight-red {
    color: #FF0000;
}

.notice {
    background-color: #DDC547;
    padding: 5px;
    margin-top: 10px;
}

.strikeout {
    text-decoration: line-through;
}

#content {
    line-height: 120%;
}

#menu ul li a {
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    font-family: verdana, geneva;
    color: #1a1917;
    text-decoration: none;
}

    #menu ul li a:hover {
        color: #FFFFFF;
        text-shadow: none;
    }

#menu ul li.current_page_item a {
    color: #FFFFFF;
    text-shadow: none;
}

#menu ul li.current_page_item li a {
    color: #1a1917;
    text-shadow: 1px 1px 0px #FFFFFF;
}

    #menu ul li.current_page_item li a:hover {
        color: #FFFFFF;
        text-shadow: none;
    }

.footer-info {
    font-size: 75%;
    color: #000000;
}

    .footer-info .footermenu ul li a {
        color: #000000;
    }



.widget {
    clear: both;
    width: 240px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    padding: 0px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.widget-border {
    clear: both;
    width: 238px;
    border: solid 1px #bdbcbd;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

p {
    margin: 0 0 1.5em;
    text-align: justify;
}

    p img.left {
        float: left;
        margin: 1.5em 0 1.5em 0;
        padding: 0;
    }

    p img.right {
        float: right;
        margin: 1.5em 0 1.5em 1.5em;
    }

a:focus, a:hover {
    color: #000;
}

a {
    color: #333399;
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

li ul, li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    font-family: verdana, geneva;
    font-size: 125%;
    color: #FFFFFF;
    background-color: #BE8B47;
}

th, td, caption {
    padding: 4px 10px 4px 5px;
    color: #000000;
}

tr.even td {
    background: #e5ecf9;
}

tr.alt td {
    background-color: #D8D8D8;
}

td.row-title {
    font-family: verdana, geneva;
    width: 190px;
}

table.trip_reports td.row-title {
    width: 862px;
}

td {
    background-color: #ededed;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

.iom h1 {
    color: #000000;
}

.iom h2 {
    color: #000000;
}

.iom .description {
    color: #000000;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

* html {
}

a img {
    border: none;
}



.clear {
    clear: both;
}

.partner-logos-container {
    margin: 0px 70px;
    position: relative;
    float: left;
}

.partner-logos {
    background-image: url('//www.experiencethewild.com.au/css/bg-ftpartners.gif');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 12px 0px;
    height: 45px;
}

pre {
    position: absolute !important;
    background-color: #CCCCCC !important;
    color: #000000 !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 10000;
}

body#lightbox-forms #wrap {
    width: 523px;
    padding: 10px;
}


#header .enquire-now {
    position: absolute;
    right: 30px;
    top: 0px;
}

#header .newsletter-subscribe {
    position: absolute;
    right: 30px;
    bottom: 0px;
}



#menu {
    width: 1060px;
    margin: auto;
    position: relative;
}

    #menu ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        #menu ul li {
            float: left;
            height: 51px;
        }

            #menu ul li.first_item {
                background-image: url('css/bg-navborder.png');
                background-repeat: no-repeat;
            }

            #menu ul li a {
                float: left;
                padding: 17px 12.2px 18px;
                background-image: url('//www.experiencethewild.com.au/css/bg-navborder.png');
                background-repeat: no-repeat;
                background-position: right;
            }

                #menu ul li a.categories {
                    float: left;
                    padding: 17px 17px 18px;
                    background-image: none;
                    background-repeat: no-repeat;
                    background-position: right;
                }

                #menu ul li a:hover {
                    background-color: #373737;
                    background-image: none;
                    background-repeat: no-repeat;
                    background-position: right;
                }

                #menu ul li a.categories:hover {
                    background-color: #373737;
                    background-image: url('//www.experiencethewild.com.au/css/bg-navborder.png');
                    background-repeat: no-repeat;
                    background-position: right;
                }

            #menu ul li.current_page_item a {
                background-color: #373737;
                background-image: url('//www.experiencethewild.com.au/css/bg-navborder.png');
                background-repeat: no-repeat;
            }

            #menu ul li.current_page_item li a {
                background-image: url('//www.experiencethewild.com.au/css/bg-navborder.png');
                background-repeat: no-repeat;
                background-color: #D5D5D5;
            }

                #menu ul li.current_page_item li a:hover {
                    background-color: #373737;
                    background-image: url('//www.experiencethewild.com.au/css/bg-navborder.png');
                    background-repeat: no-repeat;
                    background-position: right;
                }

            #menu ul li ul li ul {
                width: 184px;
            }

    #menu .artefact {
        background-image: url('//www.experiencethewild.com.au/css/newsletter-menuartefact.gif');
        background-repeat: no-repeat;
        position: absolute;
        right: 30px;
        width: 252px;
        height: 52px;
    }




.fade {
    position: relative;
    top: 0px;
    left: 0px;
}

    .fade div {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

.dest-slideshow {
    width: 972px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.panel {
    padding-top: 0px !important;
}

    .panel .panel-overlay h2 {
        font-weight: bold;
        margin-top: 5px !important;
        text-align: left;
    }


#content {
    float: left;
    padding: 0 7px 7px 0;
}

.table_padding {
    margin: 0px !important;
    padding: 0px !important;
}

.avatar {
    margin-right: 6px;
}

.navigation {
    margin-bottom: 10px;
}

#dropmenu, #dropmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    z-index: 300;
    width: 100%;
}

    #dropmenu a {
        display: block;
        text-decoration: none;
    }

        #dropmenu a:hover {
        }

    #dropmenu li {
        float: left;
        position: relative;
    }

    #dropmenu ul {
        position: absolute;
        display: none;
        width: 12em;
        top: 3.64em;
        left: -1px;
    }

        #dropmenu ul li {
            height: auto !important;
        }

        #dropmenu ul a {
            border-left: 1px solid #c8c8c8;
            border-right: 1px solid #c8c8c8;
            background-color: #D5D5D5;
            background-image: none !important;
            padding: 7px !important;
        }

    #dropmenu li ul {
        border-top: 1px solid #c8c8c8;
        width: 14.1em;
    }

        #dropmenu li ul a {
            width: 12em;
            height: auto;
            float: left;
            border-bottom: 1px solid #c8c8c8;
        }

    #dropmenu ul ul {
        top: auto;
    }

    #dropmenu li ul ul {
        left: 12em;
        margin: 0px 0 0 10px;
    }

    #dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
        display: none;
    }

    #dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
        display: block;
    }

.fontResizer {
    width: 240px;
}

    .fontResizer .title {
        float: left;
        font-family: verdana, geneva;
        font-size: 14px;
        padding-top: 4px;
        text-align: left;
        width: 74px;
    }

    .fontResizer a.fontResizer_minus {
        display: block;
        width: 53px;
        height: 23px;
        background-image: url('//www.experiencethewild.com.au/css/text-resize-smaller.png');
        background-repeat: no-repeat;
        float: left;
        margin-right: 3px;
    }

    .fontResizer a.fontResizer_add {
        display: block;
        width: 53px;
        height: 23px;
        background-image: url('//www.experiencethewild.com.au/css/text-resize-larger.png');
        background-repeat: no-repeat;
        float: left;
    }

    .fontResizer a.fontResizer_reset {
        display: block;
        width: 53px;
        height: 18px;
        font-weight: normal !important;
        font-size: 11px;
        padding-top: 5px;
        float: left;
    }

#text-3 h3 {
    display: none;
}

#footer {
    clear: both;
    height: 40px;
}

.footer-info {
    margin-top: 5px;
    padding: 13px 0;
}

    .footer-info .copyright {
        float: left;
        margin-top: -10px;
    }

    .footer-info .footermenu ul {
        float: left;
        margin-bottom: 0;
    }

        .footer-info .footermenu ul li {
            float: left;
            display: block;
            margin: auto 6px;
        }

            .footer-info .footermenu ul li a {
                text-decoration: none;
            }

                .footer-info .footermenu ul li a:hover {
                    text-decoration: underline;
                }

#searchform #searchsubmit {
    background: url('//www.experiencethewild.com.au/css/btn-search.png') transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
    border: medium none;
    height: 23px;
    height: 22px;
    line-height: 0;
    margin-left: -7px;
    margin-top: 2px;
    text-indent: 99px;
    width: 85px;
    background-position: right top;
    height: 23px;
}

#searchform #s {
    background-image: url('//www.experiencethewild.com.au/css/bg-searchinput.png');
    background-repeat: no-repeat;
    border: medium none;
    font-size: 1em;
    height: 20px;
    padding-left: 7px;
    padding-right: 10px;
    margin-top: 5px;
}

#wildiariestitle .headline {
    display: block;
    font-size: 1.1em;
    clear: both;
}

#creditfooter {
    display: none;
}

#regionalpagestory p.wp-caption-text {
    font-style: italic;
}

#regiontours {
    float: left;
    margin: 0 10px 35px 0px;
}

#wildiaries {
    float: left;
    width: 100%;
    font-size: 1em;
}

    #wildiaries.regionalpages {
        width: 340px;
        font-size: 0.9em;
    }

    #wildiaries ul {
        padding-left: 0px;
    }

    #wildiaries li {
        margin-bottom: 5px;
        width: 100%;
        float: left;
        padding: 0px;
        list-style-type: none;
    }

    #wildiaries.regionalpages li {
        width: 320px;
        margin-right: 10px;
        overflow: hidden;
        border: 1px solid lightgray;
        padding: 5px;
    }

    #wildiaries.regionalpages .details {
        margin-left: 110px;
    }

    #wildiaries.regionalpages .headline a {
        text-decoration: none;
    }

    #wildiaries li .headline {
        float: left;
        font-size: 1em;
        font-style: 'Verdana';
        font-weight: bold;
        line-height: 1.8em;
        padding-left: 2px;
        text-transform: uppercase;
        width: 100%;
        border-top: 1px solid black;
    }

    #wildiaries.regionalpages .headline {
        line-height: 1.2em;
        padding: 5px 0;
        border-top: none;
    }

div.feedburnerFeedBlock ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

#prepage-left {
    float: left;
    width: 653px;
    height: 18px;
}

#prepage-right {
    float: left;
    margin-left: 81px;
    width: 240px;
}

#contact_form {
    padding: 0;
    width: 400px;
}

#contact_form {
    margin: 0px;
    padding: 0px;
}

    #contact_form .input_field {
        width: 270px;
        padding: 5px;
        color: #222;
        background: #f4f6f9;
        border: 1px solid #d3dae3;
        font-family: verdana, geneva;
        font-size: 12px;
        margin-top: 5px;
    }

    #contact_form label {
        display: block;
        width: 200px;
        margin-right: 12px;
        font-size: 13px;
    }

    #contact_form textarea {
        width: 388px;
        height: 180px;
        padding: 5px;
        color: #222;
        background: #f4f6f9;
        border: 1px solid #d3dae3;
        font-family: verdana, geneva;
        font-size: 12px;
        margin-top: 5px;
    }

.submit_btn {
    padding: 5px 14px;
    color: #222;
    background: #f4f6f9;
    border: 1px solid #d3dae3;
    font-size: 14px;
    margin: 10px 0px;
}


.popupImage {
    display: none;
    position: fixed;
    top: 2%;
    left: 5%;
    padding: 5px;
    border: 5px solid black;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    max-height: 90vh;
}

.popupImage_background {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150%;
    height: 300%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.galleryNameSectionBox {
    clear: both;
}

.galleryNameBox {
    float: left;
    width: 330px;
    height: 300px;
    border-style: solid;
    border: 1px;
    margin: 5px;
    text-align: center;
}

.galleryNameImageBox {
    width: 330px;
    height: 248px;
    border: 0;
    overflow: hidden;
    background: black;
}

.galleryNameImage {
    width: 328px;
    height: 248px;
    border: 0;
}

.galleryNameTitle {
    width: 330px;
    height: 50px;
    text-align: center;
}







#menuToggle {
    display: block;
    position: relative;
    top: -7px;
    left: 10px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    /*
 * Just a quick hamburger
 */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: black;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

        /*
 * But let's hide the middle one.
 */
        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        /*
 * Ohyeah and the last one should go the other direction
 */
        #menuToggle input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#mobile-menu {
    position: absolute;
    width: 260px;
    margin: -40px 0 0 -50px;
    padding: 50px;
    padding-top: 35px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

    #mobile-menu li {
        padding: 3px 0;
        font-size: 16px;
    }

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

.page_item {
font-weight: bold;
}

.page_subitem {
font-weight: 100
}
