@charset "utf-8";
/* CSS Document 
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700|Kreon:400,700,300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(//fonts.googleapis.com/css?family=Lora:400,700,700italic);

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700|Kreon:400,700,300);*/
/*   */

/*common*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
/*color*/
header .titletext,
header .quik-link, .share,
footer a, footer a:hover {
    color: #fff;
}

.pad-tb30 {
    padding: 30px 0px;
}

.pad-t30 {
    padding: 30px 0px 0px;
}

.clearfix {
    display: block;
}

/*font*/
.kreon, footer b, .upcming-event h2, .xs-quik-link a,
.menu .dropdown-menu > li {
    font-family: 'Kreon', serif;
}

.roboto, .inside-content h2, .fees-search h4 .inside-content p b {
    font-family: Arial, Verdana, sans-serif;
}

.opensans, .inside-content p, body, {
    font-family: 'Open Sans', sans-serif;
}

.color_fff, footer {
}

    footer a {
        text-decoration: none;
    }

/*header*/
body {
    background: url('../images/bg-img.jpg');
    font-family: 'Open Sans', sans-serif !important;
}

.top-link {
    background: #2a2a2a;
    border: 2px #000000;
    border-style: solid none;
    position: relative;
    box-shadow: 0px 1px 2px #0A0C00;
    -webkit-box-shadow: 0px 1px 2px #0A0C00;
    -moz-box-shadow: 0px 1px 2px #0A0C00;
}

header, footer {
    background: url('../images/header-bg.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer {
    padding: 30px 0px;
    color: #fff;
}

    footer b {
        display: block;
        font-size: 14px;
    }

    footer ul {
        list-style: none;
        margin-right: 5px 0px;
        padding: 0px;
        word-wrap: break-word;
        font-size: 12px;
    }

    footer .copyright {
        background: rgba(0,0,0,0.4);
        text-align: center;
        font-size: 12px;
        padding: 10px 0px;
    }

.copyright-text {
    display: inline-block;
    width: 100%;
}

.top-sm-icon {
      border-right: medium none !important;
    position: absolute !important;
    right: 0;
    top: -35px;
     right: 6px;
}


.top-sm-icon img {
    width: 77px;
}

.top-link .btn-default {
    background: none;
    border-style: none solid;
    border-color: #505050;
    border-radius: 0px;
    color: #999999;
    font-size: 13px;
    padding: 3px 10px;
}

.top-link .btn-group {
    margin-right: 30px;
}

.top-link .caret {
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.menu {
    background: url('../images/menu-bg.png') repeat-x;
    border: 1px solid #000;
}

    .menu .navbar {
        background: none;
        margin: 0px;
        border: 0px;
        text-align: center;
    }

        .menu .navbar .navbar-nav {
            display: inline-block;
            float: none;
        }

        .menu .navbar .navbar-collapse {
            text-align: center;
        }

    .menu .navbar-nav > li > a {
        color: #fdf3e1;
        font-family: 'Kreon', serif;
    }

        .menu .navbar-nav > li > a:hover {
            color: #b07612;
        }

    .menu .navbar-toggle {
        position: absolute;
        right: -10px;
        background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
        background: -o-linear-gradient(rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
        background: linear-gradient(rgba(55,35,8,1), rgba(44,28,6,1)); /*Standard*/
        border: 1px solid #000;
        z-index: 999;
        padding: 10px 12px 15px;
        top: -15px;
    }

    .menu .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .menu .navbar-default .navbar-toggle:focus, .menu .navbar-default .navbar-toggle:hover {
        background: #6b4108;
    }

    .menu .navbar-toggle .icon-bar {
        border-radius: 0px;
        height: 4px;
        width: 36px;
        margin: 6px 0px 0px;
    }

    .menu a {
        outline: none;
    }

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.menu .navbar-default .navbar-nav > .open > a, .menu .navbar-default .navbar-nav > .open > a:focus, .menu .navbar-default .navbar-nav > .open > a:hover,
.menu .navbar-default .navbar-nav > li > a:focus, .menu .navbar-default .navbar-nav > li > a:hover {
    background: none;
    color: #b07612;
}

.menu .dropdown-menu > li > a:focus, .menu .dropdown ul.dropdown-menu li a:hover {
    background: none;
    color: #B07612 !important;
}

.menu .dropdown ul.dropdown-menu li a, .memu .dropdown-menu li a {
    color: #FDF3E1 !important;
    display: block;
}

.menu .dropdown ul.dropdown-menu li {
    border: 1px #8a643c;
    border-style: solid none none;
    min-height: 32px;
}

.menu .navbar {
    min-height: 46px;
}

header .titletext {
    font-family: 'Kreon', serif;
    font-weight: 700;
    margin-bottom: 20px;
}

    header .titletext span {
        font-weight: 300;
    }

    header .titletext i {
        display: block;
        margin-top: -10px;
        font-weight: 300;
    }

.header-logo .col-md-10 {
    position: relative;
}

header .quik-link button, header .quik-link a {
    border: 0px;
    float: right;
    border-radius: 10px 12px 0px 0px;
    box-shadow: 0 0 5px #000 inset;
    cursor: pointer;
}

    header .quik-link a:hover {
        text-decoration: none;
        color: #fff;
    }

.share, .search, .book-online {
    margin-top: 54px;
    text-transform: uppercase;
}

.quik-link .strong {
    font-weight: normal;
}

button.book-online {
    background: url('../images/book-now-bg.png');
    color: #993300;
    font-size: 16px;
    line-height: 38px;
    box-shadow: 0px 1px 2px #0A0C00;
    -webkit-box-shadow: 0px 1px 2px #0A0C00;
    -moz-box-shadow: 0px 1px 2px #0A0C00;
    border-radius: 7px 7px 0px 0px;
}

.book-online span {
    float: left;
    display: inline-block;
    background: url("../images/icon.png") no-repeat scroll -14px -9px transparent;
}

.share {
    padding: 16px 15px 8px;
    -webkit-padding-before: 18px;
    -webkit-padding-end: 15px;
    -webkit-padding-after: 8px;
    -webkit-padding-start: 15px;
    background: url('../images/share.png');
    font-size: 16px;
    border-radius: 8px 8px 0px 0px;
    font-family: 'Kreon', serif;
    font-weight: bold;
}

    .share b {
        float: left;
        font-size: 36px;
    }

.search {
    background: url('../images/search-icon-bg.png');
}

    .search span {
        float: left;
        display: inline-block;
    }

img.logo {
    position: relative;
    z-index: 20px;
    max-width: 100%;
    z-index: 1;
}

.footer-top {
    border-top: 2px dashed #7d7d7d;
    background: rgba(114, 111, 65, 0.20);
    padding: 40px 0px;
    margin-top: 30px;
}

.footer a, .footer a:hover {
    color: #fff;
}

.navbar-header {
    float: right;
    background: none;
}

.xs-quik-link {
    margin-right: 80px;
}

    .xs-quik-link a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 7px 10px;
        display: inline-block;
        float: left;
        border-right: 2px solid #8A643C;
        line-height: 27px;
    }

        .xs-quik-link a span {
            height: 30px;
            width: 56px;
            margin-right: 2px;
            float: left;
            background: url("../images/icon.png") no-repeat scroll -13px -549px rgba(0, 0, 0, 0);
        }

.share-link b {
    float: left;
    margin-right: 12px;
    line-height: 27px;
}

a.search-link {
    padding: 5px;
    background: url("../images/icon.png") repeat scroll -13px -68px transparent;
    width: 49px;
    height: 42px;
    display: inline-block;
}

.breadcrumb {
    background: rgba(0,0,0,0.3);
}

    .breadcrumb span.active {
        color: #993300;
    }

    .breadcrumb a {
        color: #a16713;
    }

    .breadcrumb span {
        display: inline-block;
        padding: 3px;
    }

.carousel-control .fa {
    font-size: 40px;
    top: 48%;
    color: #fff;
    position: absolute;
    z-index: 1000;
}

.carousel .left .fa {
    left: 2px;
}

.carousel .right .fa {
    right: 2px;
}

.search-pophover {
    border: none;
    background: rgba(0,0,0,.6);
    color: #fff;
    margin-top: 20px !important;
}

    .search-pophover .arrow:after {
        border: none !important;
    }

#Search {
    background: #fff;
    border-radius: 6px;
    padding-left: 5px;
    width: 210px;
    height: 30px;
}

    #Search input[type="text"] {
        background: none;
        border: none;
        padding: 5px;
        float: left;
        width: 170px;
        color: #333333;
    }

    #Search input[type='submit'] {
        border: none;
        float: left;
        border-left: 1px solid #ccc;
        width: 34px;
        height: 30px;
        position: relative;
        text-indent: -999999px;
        background: url(../images/search-icon.png) -2px -2px #fafafa;
        border-radius: 0px 5px 5px 0px;
    }

.dropdown span.cat {
    float: right;
    color: #fff;
    cursor: pointer;
}

.dropdown a {
    float: left;
}

.inside-link span.cat {
    display: none;
}

.mega-menu {
    position: absolute;
    padding: 15px;
    width: 100%;
    background: rgba(0,0,0,0.85);
    top: 25px;
    z-index: 1990;
    display: none;
}

    .mega-menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: relative;
    }

        .mega-menu ul li a {
            color: #7c7c7c;
            display: inline-block;
            font-family: "Roboto Condensed",sans-serif;
            font-size: 15px;
            font-weight: bold;
            line-height: 18px;
            padding-bottom: 12px;
        }

    .mega-menu b {
        text-transform: uppercase;
        color: #fff;
        font-family: "Roboto Condensed",sans-serif;
        font-size: 15px;
        display: block;
        padding: 5px 0px 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #666;
    }

    .mega-menu ul:after {
        position: absolute;
        width: 2px;
        top: 50px;
        height: 20%;
        background: #333;
        right: 10px;
    }

.mount_icon, .lake_icon {
    display: inline-block;
    width: 25px;
    height: 22px;
    margin-right: 5px;
    float: left;
}

.mount_icon {
    background: url(../images/hdr_mountains.png);
    background-repeat: none;
}

.lake_icon {
    background: url(../images/hdr_lakes.png);
    background-repeat: none;
}

.exhibit_icon{
    display: inline-block;
    width: 25px;
    height: 22px;
    margin-right: 5px;
    float: left;
}

/*media*/
@media (min-width: 280px) and (max-width: 479px) {
    header .titletext {
        text-align: center;
        font-size: 75%;
    }


    .header-logo .col-xs-3 {
        width: 100%;
        margin: 0px;
        text-align: center;
        display: block;
    }

    .header-logo .col-xs-9 {
        width: 100%;
        display: block;
    }

    .header-logo img {
        width: 35%;
    }

    .share-link b {
        display: none;
    }

    .book-onlin-link span {
        display: none;
    }

    header .titletext {
        font-size: 23px;
    }

        header .titletext i {
            font-size: 13px;
            margin-top: 0px;
        }

    #at15s {
        top: 215px !important;
    }

    .mega-menu ul li a, .mega-menu b {
        font-size: 19px;
    }
}

@media(min-width:280px) and (max-width:340px) {
    .xs-quik-link a {
        font-size: 11px;
        padding: 7px 7px !important;
    }

    header .titletext {
        font-size: 22px;
    }

    .caret {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px dashed;
        display: inline-block;
        height: 0;
        margin-left: -1px;
        vertical-align: middle;
        width: 0;
    }

    .navbar-collapse {
        width: 300px !important;
        margin-left: -30px;
    }

    .dropdown {
        font-size: 19px;
        font-weight: bold;
    }

    .dropdown-menu {
        font-size: 18px;
    }
}

@media(min-width:341px) and (max-width:479px) {
    .xs-quik-link a {
        font-size: 12px;
    }

    .caret {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px dashed;
        display: inline-block;
        height: 0;
        margin-left: -1px;
        vertical-align: middle;
        width: 0;
    }

    .navbar-collapse {
        width: 300px !important;
        margin-left: -30px;
    }

    .dropdown {
        font-size: 19px;
        font-weight: bold;
    }

    .dropdown-menu {
        font-size: 18px;
    }
}


@media (min-width: 280px) and (max-width: 539px) {
    .upcming-event {
        text-align: center;
    }

    .carousel-control {
        width: auto;
    }

    footer .col-xs-3 {
        width: 100%;
        text-align: center;
    }

    .footer-icon {
        width: 50px;
        height: 84px;
        display: block;
        margin: 0px auto 10px;
        background: url("../images/footer-logo-icon.png") no-repeat scroll right 10px rgba(0, 0, 0, 0);
    }

    .ajax__calendar_container {
        padding: 5px;
        width: 300px !important;
        height: 300px !important;
        margin-left: -70px;
        font-size: 130% !important;
    }

        .ajax__calendar_body, .ajax__calendar_container TABLE {
            padding: 5px;
            width: 270px !important;
            height: 230px !important;
        }

    .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year, .ajax__calendar_dayname {
        font-size: 140% !important;
    }

    .ajax__calendar_next, .ajax__calendar_prev {
        background-size: 10px 17px;
        width: 25px !important;
        height: 25px !important;
    }

    .mega-menu ul li a, .mega-menu b {
        font-size: 19px;
    }

    .caret {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px dashed;
        display: inline-block;
        height: 0;
        margin-left: -1px;
        vertical-align: middle;
        width: 0;
    }

    .navbar-collapse {
        width: 300px !important;
        margin-left: -30px;
    }

    .dropdown {
        font-size: 19px;
        font-weight: bold;
    }

    .dropdown-menu {
        font-size: 18px;
    }
}

@media (min-width:540px) {
    .upcming-event .img-thumb {
        float: left;
    }

    .upcming-event .event-content {
        float: left;
        width: 270px;
    }

    .carousel-control {
        width: 15%;
    }

    .copyright-text {
        display: inline-block;
        background: url("../images/footer-logo-icon.png") no-repeat scroll right 10px rgba(0, 0, 0, 0);
    }
}

@media (min-width: 480px) {


    .share-link b {
        font-size: 38px;
    }

    .xs-quik-link a span {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .xs-quik-link {
        display: none;
    }

    .menu .navbar-nav > li {
        border-right: 2px #8A643C solid;
    }

        .menu .navbar-nav > li:first-child {
            border-left: 2px solid #8A643C;
        }

        .menu .navbar-nav > li:last-of-type {
            border-right: none;
        }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .menu .dropdown-menu {
        background: rgba(0,0,0,0.7);
    }

    header .titletext i {
        font-size: 17px;
    }

    header .titletext {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .menu .navbar {
        font-size: 18px;
    }

    .menu .navbar-nav > li > a {
        padding: 11px 17px;
    }

    .paging-blk .pagination {
        margin: 0px;
        padding: 0px;
        float: right;
    }
}

@media (min-width:280px) and (max-width:767px) {
    .menu .navbar-collapse {
        position: absolute;
        width: 240px;
        background: rgba(0, 0, 0, .8);
        z-index: 998;
        top: 48px;
        right: 0px;
        border: 0px;
    }

        .menu .navbar-collapse ul li,
        .menu .navbar-collapse li:first-child {
            border-style: none none solid none;
            width: 100%;
            text-align: left;
        }

        .menu .navbar-collapse ul {
            width: 100%;
        }

    .menu .navbar-nav > li {
        border-right: 2px #8A643C solid;
    }

    .menu .navbar {
        font-size: 15px;
    }

    .menu .navbar-nav > li > a {
        padding: 11px 17px;
    }

    .paging-blk .pagination {
        margin: 10px auto;
        padding: 0px;
        float: none;
        text-align: center;
        width: 100%;
    }

    .dropdown span.cat {
        padding: 10px;
    }

    .mega-menu ul li a, .mega-menu b {
        font-size: 19px;
    }

    .caret {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px dashed;
        display: inline-block;
        height: 0;
        margin-left: -1px;
        vertical-align: middle;
        width: 0;
    }

    .navbar-collapse {
        width: 300px !important;
        margin-left: -30px;
    }

    .dropdown {
        font-size: 19px;
        font-weight: bold;
    }

    .dropdown-menu {
        font-size: 18px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .photo-find, .enews {
        width: 294px;
        margin: 0px auto 25px;
    }

    .xs-quik-link {
        display: block;
    }

    header .titletext {
        font-size: 26px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        header .titletext i {
            font-size: 14px;
            margin-top: 0px;
        }

    #at15s {
        top: 155px !important;
    }

    .ajax__calendar_container {
        padding: 5px;
        width: 300px !important;
        height: 300px !important;
        margin-left: 0px;
        font-size: 130% !important;
    }

        .ajax__calendar_body, .ajax__calendar_container TABLE {
            padding: 5px;
            width: 270px !important;
            height: 230px !important;
        }

    .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year, .ajax__calendar_dayname {
        font-size: 140% !important;
    }

    .ajax__calendar_next, .ajax__calendar_prev {
        background-size: 10px 17px;
        width: 25px !important;
        height: 25px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar {
        font-size: 13px;
    }

    .dropdown span.cat {
        padding: 13px 8px;
    }

    header .quik-link {
        bottom: -11px;
    }

    .menu .navbar-nav > li > a {
        padding: 11px 10px;
    }

    .paging-blk .pagination {
        margin: 10px auto;
        padding: 0px;
        float: none;
        text-align: center;
        width: 100%;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    header .quik-link {
        bottom: -0px;
    }

    .dropdown span.cat {
        padding: 5px 8px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .quik-link strong {
        display: none;
    }

    header .quik-link {
        position: absolute;
        right: 0px;
    }

    .book-online span {
        width: 50px;
        height: 40px;
        margin: 1px 2px;
    }

    header .quik-link button {
        margin-left: 6px;
    }

    .share b {
        line-height: 18px;
    }

    .search span {
        width: 42px;
        height: 42px;
        background: url("../images/icon.png") no-repeat scroll -14px -67px transparent;
    }

    .upcming-event {
        width: 370px;
        margin: 10px auto 0px;
    }

    header .titletext {
        font-size: 36px;
    }

    #at15s {
        top: 135px !important;
    }
}

@media (min-width: 1200px) {
    header .quik-link {
        position: absolute;
        bottom: -4px;
        right: 0px;
    }

    button.book-online {
        padding: 5px 19px 5px 0px;
        -webkit-padding-before: 8px;
        -webkit-padding-end: 19px;
        -webkit-padding-after: 5px;
        -webkit-padding-start: 0px;
    }

    .book-online span {
        width: 62px;
        height: 36px;
        margin-left: 15px;
    }

    header .quik-link button, header .quik-link a {
        margin-left: 14px;
    }

    .share b {
        line-height: 25px;
        margin-right: 5px;
    }

    .search span {
        float: left;
        width: 48px;
        height: 49px;
        display: inline-block;
        background: url("../images/icon.png") no-repeat scroll -10px -63px transparent;
    }

    header .titletext {
        font-size: 45px;
    }

    .dropdown span.cat {
        padding: 5px 8px;
    }

    #at15s {
        top: 139px !important;
    }
}


@media (min-width: 992px) and (max-width: 1169px) {
    img.logo {
        bottom: -22px;
    }

    #at15s {
        top: 124px !important;
    }
}

@media (min-width: 1170px) {
    img.logo {
        bottom: 0;
    }
}


.stateParksLogoInHeader {
    padding-left: 50px;
    position: relative     ;
    top:5px;
    left:25px;
}



.moveleft{
    position:relative   ;
    right  :100px;
}