/* Responsive Video from Zurb Foundation. Copyright (c) 2011 ZURB, http://www.zurb.com/ License: MIT */

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe, .flex-video object, .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}


/* Additional */

#divBoxed {
    position: relative;
}

.nav-links > a {
    margin-right: 20px;
}

.btn-secondary, .btn-secondary:hover {
    text-shadow: none;
}

#divHeaderLine1 a, #divHeaderLine2 a, #divHeaderLine3 a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    text-shadow: inherit;
    font-weight: inherit;
    font-style: inherit;
}

#divHeaderLine1, #divHeaderLine2, #divHeaderLine3 {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: inherit;
}

#decorative2 { /*opacity:0.95;*/
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}

.showcase-tabs > li > a {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.cap1 div, .cap2 div, .cap3 div, .cap4 div, .cap5 div {
    margin: 0 -1px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    margin: 20px 5px 0px;
}


/* Adjustments */

.search.adjust {
    margin-bottom: 15px;
}

.divPanel {
}

    .divPanel.notop {
        padding-top: 0px;
    }

    .divPanel.nobottom {
        padding-bottom: 0px;
    }


/***** BOOTSTRAP CSS BASE OVERRIDE *****/

.dropdown-menu {
}

.navbar .nav-pills > li > a {
    text-shadow: none;
    font-weight: normal;
}

.navbar .dropdown-menu li > a {
    text-shadow: none;
    font-weight: normal;
}

.navbar .nav-pills > li > .dropdown-menu:before {
    border: none;
}

.navbar .nav-pills > li > .dropdown-menu:after {
    border: none;
}

.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills > .active > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .nav-pills > li > a:hover, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle {
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.navbar .nav-pills .open .dropdown-toggle {
    background-color: transparent;
}

.btn .caret {
    margin-top: 8px;
}



video {
    object-fit: cover;
    -o-object-fit: fill;
    background: url("../images/overlay.png") repeat;
}

body {
    background-color: #121212;
    overflow-x:hidden;
}

tbody {
    vertical-align: middle;
    border-color: inherit;
}

input, select, textarea {
    margin: 0;
    padding: 0;
    border-radius: 2px;
    border: 1px solid;
    font-size: .85em /* this is optional, I like the fonts a little smaller */;
    outline: none;
    font-family: inherit;
    box-sizing: border-box /* make sure you use the other vendor prefixes */;
}


#divLogo {
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#divSiteTitle {
    font-family: Philosopher;
    color: rgb(0, 174, 227);
    font-size: 24px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.098), 0px -5px 35px rgba(255, 255, 255, 0.298);
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}

#divTagLine {
    font-family: 'Terminal Dosis Light';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 35px;
    color: rgb(140, 140, 140);
    text-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
}

.navContainer {
    margin-top: 0px;
}

    .navContainer .navMenu {
    }

        .navContainer .navMenu li {
            background-color: rgb(245, 245, 245);
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            .navContainer .navMenu li a {
            }

            .navContainer .navMenu li.current {
                background-color: rgb(174, 0, 0);
            }

                .navContainer .navMenu li.current a {
                }

.camera_caption > div {
    opacity: 0.85;
    filter: alpha(opacity=85);
    background-color: transparent;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    opacity: 0.85;
    filter: alpha(opacity=85);
    background-color: rgb(255, 255, 255);
}

.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12) inset;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

    .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
        background: none repeat scroll 0% 0% rgb(13, 13, 13);
    }

.camera_wrap {
    display: block;
    margin-bottom: 15px;
    height: 610px;
    border: medium none rgb(238, 238, 204);
    margin-left: 0px;
    border-radius: 0px;
    margin-top: 90px;
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.498), 0pt 1px 4px rgba(0, 0, 0, 0.298);
}

.cap1 > div {
    opacity: 0.85;
    filter: alpha(opacity=85);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.cap2 > div {
    opacity: 0.85;
    filter: alpha(opacity=85);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.cap3 > div {
    opacity: 0.85;
    filter: alpha(opacity=85);
    color: rgb(0, 0, 0);
    background-color: transparent;
}

.cap4 > div {
    opacity: 0.85;
    filter: alpha(opacity=85);
    color: rgb(0, 0, 0);
    background-color: transparent;
}

.cap5 > div {
    opacity: 0.85;
    filter: alpha(opacity=85);
    color: rgb(0, 0, 0);
    background-color: transparent;
}

.camera_full_width {
    margin-left: -0px;
    margin-right: -0px;
}

h1 {
    font-family: 'Terminal Dosis Light';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 65px;
    margin-top: 0px;
    color: rgb(0, 0, 0);
}

th {
    text-align: center;
}

.page-content {
    width: 100%;
}

    .page-content > div {
        position: relative;
    }

    .page-content a {
        color: rgb(0, 162, 211);
        font-family: 'Maven Pro',sans-serif;
    }

    .page-content .darkcontent a {
        color: #4d3f36;
        font-weight: bold;
        text-decoration: underline;
    }

.sidebox {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298) 0px 1px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.298) 0px 1px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.298) 0px 1px 3px 0px;
    background-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 18px;
    margin-top: 11px;
}

.sidebar {
    padding-top: 8px;
}

.sidebox-title {
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    font-family: Terminal Dosis Light;
    color: rgb(51, 51, 51);
}

.sidebox a {
    color: rgb(0, 162, 211);
}

#decorative1 {
    background: none repeat scroll 0% 0% rgb(128, 109, 109);
}

#decorative2 {
    background-color: rgb(181, 161, 161);
    background-image: none;
}

#divFooter {
    font-family: 'Maven Pro',sans-serif;
    background-color: rgb(18, 18, 18);
    color: rgb(59, 54, 54);
    padding-top: 11px;
    line-height: 22px;
    font-size: 13px;
    text-transform: none;
    background-image: none;
    background-repeat: repeat repeat;
}

    #divFooter a {
        /* color: rgb(0, 162, 211); */
    }

    #divFooter h3 {
        color: rgb(59, 54, 54);
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        line-height: 54px;
        font-family: Terminal Dosis Light;
    }

h2 {
    font-weight: normal;
    font-style: normal;
    font-family: Terminal Dosis Light;
    font-size: 35px;
    line-height: 50px;
}

.breadcrumbs {
    line-height: 80px;
    font-family: 'Maven Pro', sans-serif;
}

    .breadcrumbs a {
        color: rgb(0, 162, 211);
        font-family: 'Maven Pro',sans-serif;
    }

#divHeaderLine1 {
    letter-spacing: 3px;
    word-spacing: 0px;
    margin-top: 31px;
    color: rgb(255, 255, 255);
    font-size: 72px;
    line-height: 66px;
    font-family: 'Wire One';
    text-transform: none;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15), 0px -5px 35px rgba(255, 255, 255, 0.3);
    font-weight: normal;
    font-style: normal;
    text-align: left;
    opacity: 0.9;
    padding: 3px 10px;
    background: none repeat scroll 0% 0% rgb(0, 9, 12);
}

#divHeaderLine2 {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
    margin-top: 12px;
    font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
    color: rgb(255, 255, 255);
    text-shadow: none;
    text-align: left;
    font-weight: normal;
    font-style: italic;
    padding: 3px 10px;
    opacity: 0.9;
    background: none repeat scroll 0% 0% rgb(0, 0, 0);
}

#divHeaderLine3 {
    margin-top: 15px;
    color: rgb(0, 0, 0);
    text-align: left;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 28px;
}

a.btn, a.btn-large, a.btn-small, a.btn-mini {
    color: #333;
}

a.btn-info, a.btn-success, a.btn-warning, a.btn-danger, a.btn-inverse {
    color: #ffffff;
}

.btn-secondary, .btn-secondary:hover, a.btn-secondary, a.btn-secondary:hover {
    color: #323232;
}

.btn-secondary {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #afafaf;
    background-color: #fafafa;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #fafafa, #e1e1e1);
    }

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
        background-color: #dfdfdf;
    }

.btn-primary, .btn-primary:hover, a.btn-primary, a.btn-primary:hover {
    color: #ffffff;
}

.btn-primary {
    border: 1px solid #009bca;
    border-bottom: 1px solid #007a9f;
    background-color: #493c31;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #493c31;
    }

#divHeaderText {
    border-color: rgb(51, 51, 51);
    padding-top: 143px;
    padding-bottom: 0px;
}

#contentOuterSeparator {
    margin-top: 0px;
    border-top-color: rgb(237, 237, 237);
    border-top-width: 0px;
    border-top-style: solid;
    margin-bottom: 1px;
    height: 0px;
    background-color: rgb(245, 245, 245);
    background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
}

#contentOuterSeparator {
    background-image: -moz-linear-gradient(bottom,#ffffff,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f5f5f5, endColorstr=#ffffff);
    background-image: -o-linear-gradient(bottom,#ffffff,#f5f5f5);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#f5f5f5));
    background-image: -webkit-linear-gradient(bottom,#ffffff,#f5f5f5);
    background-image: linear-gradient(bottom,#ffffff,#f5f5f5);
}

#footerOuterSeparator {
    margin-top: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(242, 242, 242);
}

#headerSeparator {
    margin-top: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-width: 0px;
    border-top-style: solid;
}

h3, .page-content h3 a {
    font-weight: normal;
    font-style: normal;
    font-family: Terminal Dosis Light;
    font-size: 28px;
    line-height: 50px;
}

h4, .page-content h4 a {
    font-weight: normal;
    font-style: normal;
    font-family: Terminal Dosis Light;
    font-size: 21px;
    line-height: 50px;
}

h5, .page-content h5 a {
    font-weight: normal;
    font-style: normal;
    font-family: Terminal Dosis Light;
    font-size: 17px;
    line-height: 50px;
}

h6, .page-content h6 a {
    font-weight: normal;
    font-style: normal;
    font-family: Terminal Dosis Light;
    font-size: 15px;
    line-height: 50px;
}

.line-separator {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 21px;
    margin-bottom: 21px;
    border-top-color: rgb(234, 234, 234);
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#headerSeparator2 {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top-color: rgb(51, 51, 51);
    border-top-width: 0px;
    border-top-style: solid;
}

#divVideo {
    border: 7px solid rgb(255, 255, 255);
    margin-left: -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 44px;
}

.nav {
    text-transform: uppercase;
}



    .nav .dropdown-toggle .caret {
        border-top-color: rgb(115, 115, 115);
        border-bottom-color: rgb(115, 115, 115);
    }

    .nav .dropdown-toggle:hover .caret {
        border-top-color: rgb(115, 115, 115);
        border-bottom-color: rgb(115, 115, 115);
    }

.dropdown-toggle {
    height: 85px;
}

.navbar .dropdown-menu, .dropdown-menu {
    border-radius: 8px;
    background-color: rgba(0,0,0,0.7);
    top: 84px;
}

    .navbar .dropdown-menu li > a, .dropdown-menu li > a, .navbar .nav-pills .open .dropdown-toggle {
        color: rgb(255, 255, 255);
        font-family: 'franklin-gothic-urw';
        text-transform: capitalize;
    }

        .navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu .active > a, .navbar .dropdown-menu .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .navbar .nav-pills .open a.dropdown-toggle:hover {
            filter: none;
            color: #EDE1D5;
            font-family: 'franklin-gothic-urw';
            text-transform: capitalize;
            background-color: rgba(181, 181, 181, 0.5);
            background-image: none;
        }

.navbar .nav-pills > li > a {
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 30px;
    border-radius: 8px 8px 0px 0px;
    color: rgb(41, 41, 41);
    background-color: transparent;
    border-bottom: 3px solid rgb(212, 219, 216);
}

    .navbar .nav-pills > li > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
        color: #EDE1D5;
        background-color: transparent;
        border-bottom: 3px solid rgb(0, 9, 12);
    }

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {
    background: none;
}

.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills li.dropdown.open > .dropdown-toggle, .navbar .nav-pills li.dropdown.active > .dropdown-toggle {
    color: #B5A99B;
    background-color: rgba(0,0,0,0.9);
    border-bottom: 3px solid rgb(0, 9, 12);
}

.navbar .ddmenu {
    margin-top: 30px;
    margin-bottom: 0px;
}

.navbar .nav-pills li.dropdown > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: rgb(41, 41, 41);
    border-bottom-color: rgb(41, 41, 41);
}

.navbar .nav-pills li.dropdown > .dropdown-toggle:hover .caret {
    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
}

.navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret {
    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
}

li .dropdown.active {
    color: #B5A99B;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
    background-color: rgba(0,0,0,0.7);
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(181, 181, 181, 0.5);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    background-color: #7F7973;
}

li.dropdown .active {
    color: #B5A99B;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.ddmenu.nav-pills li a {
    font-family: Abel;
    font-size: 15px;
    text-shadow: none;
    line-height: 17px;
}

.ddmenu .dropdown-menu li a {
    line-height: 26px;
    font-size: 15px;
}

.camera_caption {
    font-family: 'Terminal Dosis Light';
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 18px;
}

#decorative2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1032;
}

body {
}

.lead h2 {
    font-size: 45px;
    line-height: 65px;
}

.lead h3 {
    font-size: 23px;
    line-height: 23px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.navbar .btn-navbar-highlight {
    display: none;
    width: 100%;
}

#decorative2 {
    z-index: 100;
}

ul.pagination.paginationC.paginationC07 {
    /* margin-left: 145px ; */
    margin-top: 75px;
    float: left;
    text-align: left;
    left: -140px;
    position: absolute;
}

#ctl00_placeholderBody_ctl13_idDataListHeader {
    display: none;
}

#ctl00_placeholderBody_ctl04_idDataListHeader {
    display: none;
}

#ctl00_placeholderBody_ctl03_idDataListHeader {
    display: none;
}

.experience {
    color: white;
}

div.styled-cal {
    overflow: hidden; /* this hides the select's drop button */
    padding-left: -6px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 0;
    background: white url(../images/cal-select.png) no-repeat bottom right;
    /* this is the new drop button, in image form */
    width: 9em;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: solid 1px #ccc;
}

div.styled-custom {
    overflow: hidden; /* this hides the select's drop button */
    padding-left: -6px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 0;
    background: white url(../images/custom-select.png) no-repeat bottom right;
    /* this is the new drop button, in image form */
    width: 9em;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: solid 1px #ccc;
}

div.styled-custom-select {
    overflow: hidden; /* this hides the select's drop button */
    padding-left: -6px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 0;
    background: white;
    /* this is the new drop button, in image form */
    width: 9em;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: solid 1px #ccc;
    -webkit-appearance: none;
}

.ie7 div.styled {
    border: none;
}

    .ie7 div.styled select {
        width: 100%;
        background-color: white;
        border: solid 1px #ccc;
        padding: 0.1em 0.5em;
    }

.container .jumbotron {
    border-radius: 0px;
    padding-right: 0px;
    padding-left: 0px;
}


.page-content div .jumbotron .overlayholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, .4);
}

    .page-content div .jumbotron .overlayholder .textholder {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }

.page-content div:first-child .jumbotron .overlayholder .textholder {
    margin-top: 60px;
}

.closeSection {
    top: 130px;
    margin-left: 10px;
    position: relative;
    z-index: 5;
}



.closeSectionInner {
    top: 10px;
    margin-left: 10px;
    position: relative;
    z-index: 99995;
}

.charity-form-field {
    position: relative;
    float: left;
    text-align: left;
    padding-left: 10px;
}

.charity-form {
    width: 100%;
    text-align: center;
    padding: 10px;
}

div.styled select {
    width: 115% /* this percentage effectively extends the drop down button out of view */;
    background-color: transparent /* this hides the select's background making any styling visible from the div */;
    background-image: none;
    -webkit-appearance: none /* this is required for Webkit browsers */;
    border: none;
    box-shadow: none;
    padding: 0.3em 0.5em; /* padding should be added to the select, not the div */
}

.navbar-wrapper {
    position: absolute;
    margin-top: 0px;
    background-color: rgba(0,0,0,0.85);
    padding-left: 0px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    opacity: 1;
}

/*.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
background-color: rgba(0,0,0,0.85) ;

}*/

.active {
    color: #B5A99B;
}

footer {
    background-color: #252522;
}

.navbar-wrapper .container {
    width: 100%;
    height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ctl00_placeholderTools_panelAuthoring {
    margin-top: 125px;
}

.press-table {
    position: relative;
    width: 500px;
    text-align: center;
}

.press-mag {
    position: relative;
    float: left;
    padding: 5px;
}

.burlap-bg {
    height: auto;
    width: 100%;
    background: url("../images/live-bg.png") repeat;
    background-color: #fff;
}

.moving-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.navbar-nav {
    float: right;
    margin: 0;
    margin-top: 35px;
    font-size: 18px;
    margin-right: 100px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 27px;
    font-family: 'Amatic SC',cursive;
    letter-spacing: 2px;
    font-weight: 100;
}
    .navbar-inverse .navbar-nav > li > a:hover {
        color:#B5A99B;
    }

.navbar-inverse {
    background-color: rgba(0,0,0,0.7);
}

.jumbotron {
    z-index: 1000;
    margin-bottom: -1px;
    padding: 0;
}

.lead {
    font-size: 14px;
}

.col-md-5 {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
    float: left;
}

.overlaybg-video {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 650px; /* your iframe height */
    top: 650px; /* your iframe height */
    margin-top: -650px; /* your iframe height */
}

.overlaybg-fulltop {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 600px; /* your iframe height */
    top: 600px; /* your iframe height */
    margin-top: -600px; /* your iframe height */
}

.overlaybg-fulltop-XLM {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 600px; /* your iframe height */
    top: 600px; /* your iframe height */
    margin-top: -600px; /* your iframe height */
}

.overlaybg-fulltop-general {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 480px; /* your iframe height */
    top: 480px; /* your iframe height */
    margin-top: -480px; /* your iframe height */
}

.subnav-list {
    padding-bottom: 5px;
}

.vidssoverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.dropdown:hover {
    color: #B5A99B;
}

.sub-menu {
    border-radius: 0px;
    padding: 0px;
}

.dropdown-toggle:hover {
    color: #B5A99B;
}

.dropdown-menu .dropdown:hover {
    background-color: #7F7973;
}

.smaller {
    height: 26px;
}


.caret:hover {
    color: #07b2df;
}

.clear-button-drk {
    width: 275px;
    margin-top: 20px;
    position: relative;
    padding: 7px;
    font-size: 12px;
    background: none;
    height: 36px;
    border: 2px solid #4d3f36;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    text-decoration: none;
}





.page-content .clear-button-brown {
    width: 135px;
    margin-top: 20px;
    position: relative;
    padding: 7px;
    font-size: 12px;
    text-align: center;
    background: none;
    height: 36px;
    border: 2px solid #4d3f36;
    color: #4d3f36;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

    .page-content .clear-button-brown:hover {
        width: 135px;
        margin-top: 20px;
        position: relative;
        padding: 7px;
        font-size: 12px;
        text-align: center;
        background: none;
        height: 36px;
        background: #7d6658;
        height: 36px;
        border: 2px solid #29221d;
        color: #29221d;
        font-weight: bold;
        text-decoration: none;
    }


.clear-button-white-menu {
    width: 150px;
    margin-top: 5px;
    position: relative;
    padding: 7px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: none;
    height: 36px;
    border: 2px solid #ffffff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.page-content .clear-button-white {
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    text-align: center;
    background: none;
    height: 36px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}

    .page-content .clear-button-white:hover {
        background: rgba(255, 255, 255, .3);
        border: 2px solid #ffffff;
    }

.hideme {
    display: none !important;
}

.sublinks {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

    .sublinks:hover {
        color: #d1d1d1;
        font-size: 18px;
        text-decoration: none;
    }

.sublinksinner {
    color: #B5A99B;
    font-size: 15px;
    text-decoration: none;
}

    .sublinksinner:hover {
        color: #91887e;
        font-size: 15px;
        text-decoration: none;
    }



.clear-button-white-menu:hover {
    width: 150px;
    margin-top: 5px;
    position: relative;
    padding: 7px;
    font-size: 12px;
    background: rgba(255, 255, 255, .3);
    text-align: center;
    height: 36px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.clickthru-tile {
    height: 300px;
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 75px;
    color: #493c31;
}

    .clickthru-tile:hover {
        height: 300px;
        float: left;
        width: 25%;
        text-align: center;
        padding-top: 75px;
        color: #493c31;
    }

    .clickthru-tile img {
    }

.clear-button-small {
    width: 113px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    background: none;
    height: 36px;
    border: 2px solid #4d3f36;
    color: #4d3f36;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

    .clear-button-small:hover {
        width: 113px;
        padding: 7px;
        text-align: center;
        font-size: 12px;
        background: #7d6658;
        height: 36px;
        border: 2px solid #29221d;
        color: #29221d;
        text-decoration: none;
        font-weight: bold;
    }

.page-content .clear-button-100 {
    display:inline-block;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    background: none;
    border: 2px solid #4d3f36;
    color: #4d3f36;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.page-content .page-content .darkcontent a.clear-button-100 {
    text-decoration:none;
}

    .page-content .clear-button-100:hover {
        background: #7d6658;
        border: 2px solid #29221d;
        color: #29221d;
       }

.buffalorunlogo {
    width: 65%;
    margin-top: 80px;
}

.bluffmagazines {
    position: relative;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bluffmagform {
    position: relative;
    text-align: left;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contactusform {
    position: relative;
    text-align: left;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.mstyle {
    position: relative;
    float: right;
    padding: 5px;
}

.archivestyle {
    position: relative;
    float: left;
    /* max-width: 145px; */
    padding: 5px;
    height: 220px;
}

.clear-button-100-v2 {
    width: 220px;
    padding: 7px;
    font-size: 12px;
    background: none;
    height: 36px;
    border: 2px solid #4d3f36;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

    .clear-button-100-v2:hover {
        width: 220px;
        padding: 7px;
        font-size: 12px;
        background: #7d6658;
        height: 36px;
        border: 2px solid #29221d;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

.contact-form-input {
    width: 150px;
    height: 30px;
    background-color: #f2f2f2;
    border-color: #ccc;
    font-weight: 400;
    padding-left: 5px;
}

.contact-form-input-lrg {
    width: 250px;
    height: 30px;
    background-color: #f2f2f2;
    border-color: #ccc;
    font-weight: 400;
    padding-left: 5px;
}

.contact-form-ta {
    background-color: #f2f2f2;
    border-color: #ccc;
}

.clear-button {
    width: 160px;
    padding: 6px;
    font-size: 12px;
    background: rgb(77, 63, 54); /* Fall-back for browsers that don't support rgba */
    background: rgba(77, 63, 54, .5);
    height: 30px;
    border: 2px solid #4d3f36;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

    .clear-button:hover {
        width: 160px;
        padding: 6px;
        font-size: 12px;
        background: rgb(77, 63, 54); /* Fall-back for browsers that don't support rgba */
        background: rgba(77, 63, 54, .9);
        height: 30px;
        border: 1px solid #4d3f36;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

.wilson {
    float: left;
    text-align: center;
    width: 33%;
    min-height: 4px;
    min-width: 150px;
    height: auto;
    object-fit: contain;
    background-position: center;
    background: url("../images/wilson.png");
}

.moreland {
    float: left;
    text-align: center;
    width: 34%;
    min-height: 365px;
    min-width: 150px;
    height: auto;
    object-fit: contain;
    background-position: right bottom;
    background: url("../images/moreland.png");
}

.anson {
    float: left;
    text-align: center;
    width: 33%;
    min-height: 365px;
    min-width: 150px;
    height: auto;
    object-fit: contain;
    background-position: right bottom;
    background: url("../images/anson.png");
}

.wilson-large {
    float: left;
    text-align: center;
    width: 33%;
    min-height: 405px;
    min-width: 150px;
    height: auto;
    object-fit: contain;
    background-position: top;
    background: url("../images/wilson-large.jpg");
}

.moreland-large {
    float: left;
    text-align: center;
    width: 34%;
    min-height: 405px;
    min-width: 150px;
    height: auto;
    object-fit: contain;
    background-position: right center;
    background: url("../images/moreland-large.jpg");
}

.anson-large {
    float: left;
    text-align: center;
    width: 33%;
    min-height: 405px;
    min-width: 150px;
    height: auto;
    object-fit: contain;
    background-position: right center;
    background: url("../images/anson-large.jpg");
}

.music-mouth-bg {
    float: left;
    text-align: center;
    min-height: 365px;
    width: 100%;
    background-size: cover;
    background: url("../images/music-mouth-bg.jpg") no-repeat;
}


.sporting {
    float: right;
    text-align: center;
    height: 300px;
    width: 300px;
    height: auto;
    object-fit: contain;
    background-position: center;
}

.water {
    float: right;
    text-align: center;
    height: 300px;
    width: 300px;
    height: auto;
    object-fit: contain;
    background-position: right center;
}

.foodwine {
    float: right;
    text-align: center;
    height: 300px;
    width: 300px;
    height: auto;
    object-fit: contain;
    background-position: right center;
}

.wellness {
    float: right;
    text-align: center;
    height: 300px;
    width: 300px;
    height: auto;
    object-fit: contain;
    background-position: right center;
}

.dock {
    object-fit: cover;
    background-size: 100%;
    background: url("../images/dock.jpg") no-repeat;
}



.featurette-heading {
    margin-top: 60px;
}


.map-container {
    position: relative;
    padding-top: 35px;
    height: 550px;
    overflow: hidden;
}


.ux-container {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    background-color: #ffffff;
}


.hv-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.stay-at-inn {
    text-align: center;
    position: relative;
    padding-top: 20px;
}

.inn-img {
    position: relative;
}

.inn-input1 {
    position: relative;
    float: left;
    margin-left: 70px;
    margin-right: 20px;
}

.inn-input {
    position: relative;
    float: left;
    margin-right: 20px;
}

.inn-button {
    position: relative;
    float: left;
    margin-right: 20px;
}


.bv-container {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.container {
    width: 100%;
    padding: 0;
}


/**** INNER TEMPLATES ****/

.top-panel {
    padding-left: 0px;
    width: 100%;
    min-height: 600px;
}

.top-panel-level2 {
    padding-left: 0px;
    width: 100%;
    min-height: 450px;
}

.top-panel-general {
    padding-left: 0px;
    width: 100%;
    min-height: 480px;
}

.top-panel-content {
    position: absolute;
    top: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.h_item .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

a.bx-prev {
    color: #6e5a4e;
}

a.bx-next {
    color: #6e5a4e;
}

a.bx-prev:hover {
    color: #4D3F36;
    text-decoration: none;
}

a.bx-next:hover {
    color: #4D3F36;
    text-decoration: none;
}

.cleanlink {
    text-decoration: none;
}

    .cleanlink:hover {
        text-decoration: none;
    }

.page-content div.h_item .tourcloser {
    background: #FFF url("../images/bkg-close-button-v01.png") no-repeat 50% 50%;
    position: absolute;
    top: 20px;
    background-size: 35%;
    left: 20px;
    right: 10px;
    width: 36px;
    height: 36px;
    display: none;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    border-radius: 18px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.page-content div.h_item .tourcloser {
    top: 130px;
}

.white-bg {
    background-color: #ffffff;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.top-panel-head {
    font-size: 52px;
    font-family: 'Amatic SC',cursive;
    color: white;
}

.darkcontent .top-panel-head {
    color: #4d3f36;
}

.top-panel-head-home {
    font-size: 52px;
    font-family: 'Amatic SC',cursive;
    color: white;
}

.top-panel-head-alt {
    font-size: 52px;
    font-family: 'Amatic SC',cursive;
    color: #4d3f36;
}

.top-slider {
    position: relative;
    height: 60px;
}

.top-slider-panel-left {
    position: relative;
    float: left;
    margin-top: -15px;
    margin-left: 10px;
    font-size: 36px;
    line-height: 38px;
    font-family: 'Amatic SC',cursive;
    color: #4d3f36;
}

.top-slider-panel-right {
    position: relative;
    float: left;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 100;
    font-family: 'franklin-gothic-urw';
    color: #4d3f36;
    z-index: 100;
}

.experience-sliders-l {
    width: 45%;
    height: 600px;
    min-width: 430px;
    padding: 0px;
    background-color: white;
}

.experience-sliders-r {
    width: 55%;
    float: right;
    margin-top: -600px;
}

.left-experience-slider {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.exp-slider-page {
    position: relative;
    list-style: none;
    width: 350px;
    margin-right: 0px;
    padding: 0;
}

.exp-slider-page-listing {
    position: relative;
}

.exp-slider-item {
    position: relative;
    width: 350px;
    min-height: 90px;
}

.exp-slider-item-left {
    position: relative;
    text-align: center;
    font-family: 'franklin-gothic-urw';
    line-height: 14px;
    font-size: 14px;
    padding-top: 7px;
    float: left;
    height: 55px;
    width: 45px;
    background: url('../images/event_bubble.png') no-repeat;
}

    .exp-slider-item-left .m {
        font-weight: bold;
        font-size: 14px;
    }

    .exp-slider-item-left .d {
        font-size: 12px;
    }

.exp-slider-item-right {
    position: relative;
    float: left;
    padding-left: 10px;
    width: 295px;
}

.top-panel-subtext {
    width: 610px;
    font-family: 'franklin-gothic-urw';
    font-size: 17px;
    line-height: 20px;
    font-weight: 100;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.interactive-map {
    margin-top: 120px;
}

.inner-full-panel {
    position: relative;
    width: 960px;
    min-height: 650px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.inner-full-panel-expvid {
    position: relative;
    width: 960px;
    min-height: 700px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.inner-full-panel-XL {
    position: relative;
    width: 960px;
    min-height: 800px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.inner-full-panel-txt {
    position: relative;
    width: 960px;
    min-height: 550px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.page-content div.h_item .inner-full-panel-center {
    position: relative;
    width: 800px;
    min-height: 450px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.page-content div.h_item:first-child .inner-full-panel-center {
    min-height: 550px;
    width:610px;
}

.inner-full-panel-center-buzz {
    position: relative;
    width: 80%;
    min-height: 450px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.inner-full-panel-center-general {
    position: relative;
    width: 720px;
    min-height: 450px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.page-content div.h_item .inner-center-panel {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}



.page-content div.h_item:first-child .inner-center-panel {
    margin-top: 220px;
}

.inner-center-panel-l {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
}

.nomargin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.inner-panel-3rd {
    position: relative;
    float: left;
    width: 33.3%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 100px;
}

.inner-full-panel-white {
    background-color: #ffffff;
    position: relative;
    width: 960px;
    min-height: 650px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.page-content div.h_item .inner-left-panel {
    float: left;
    width: 535px;
    text-align: left;
    margin-top: 150px;
    margin-bottom: 150px;
}

.page-content div.h_item:first-child .inner-left-panel {
    margin-top: 210px;
}

.inner-left-panel-expvid {
    float: left;
    width: 535px;
    text-align: left;
    margin-top: 180px;
    margin-bottom: 50px;
}

.inner-right-panel {
    float: left;
    width: 425px;
    text-align: left;
    margin-top: 150px;
    margin-bottom: 150px;
}

.inner-left-panel-txt {
    float: left;
    width: 535px;
    padding-right: 50px;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
}

.inner-right-panel-txt {
    float: left;
    width: 425px;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
}

.mod-panel-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.inner-left-panel-even {
    float: left;
    width: 425px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 110px;
}

.inner-right-panel-even {
    float: left;
    width: 425px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.inner-panel-img {
    margin-top: 0px;
    background-size: cover;
    background-position: bottom center;
}

.inner-panel-txt {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 100;
    font-family: 'franklin-gothic-urw';
}

    .inner-panel-txt .unwhite {
        color: #333;
        font-size: 14px;
        line-height: 1.42857143;
        font-weight: normal;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.darkcontent .inner-panel-txt {
    color: #4d3f36;
    font-size: 17px;
    line-height: 20px;
    font-weight: 100;
    font-family: 'franklin-gothic-urw';
}



.spaceholder {
    height: 95px;
}

.inner-panel-txt-mag-link {
    color: #4d3f36;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'franklin-gothic-urw';
}

.inner-panel-txt-mag {
    color: #877c72;
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    font-family: 'franklin-gothic-urw';
}

.inner-panel-custom {
    width: 100%;
    min-height: 650px;
}

.inner-holder {
    width: 960px;
    min-height: 650px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.inner-panel-content {
    float: left;
    width: 55%;
    text-align: left;
    padding-right: 50px;
    margin-top: 150px;
    margin-bottom: 150px;
}

.overlaybg-inner {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.darkcontent .overlaybg-inner {
    display: none;
}

.overlaybg-inner-L {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 650px; /* your iframe height */
    top: 650px; /* your iframe height */
    margin-top: -650px; /* your iframe height */
}


.overlaybg-inner-c {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 680px; /* your iframe height */
    top: 680px; /* your iframe height */
    margin-top: -680px; /* your iframe height */
}



.overlaybg-inner-700 {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 700px; /* your iframe height */
    top: 700px; /* your iframe height */
    margin-top: -700px; /* your iframe height */
}

.is-mobile {
    display: none;
}


.mobilehider {
    display: block;
}

.mobileonly {
    display: none;
}

.slider-size-control {
    min-height: 600px;
    background-size: cover;
}

.slider-img-style {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
}

.overlaybg-inner-XL {
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 100%;
    height: 777px; /* your iframe height */
    top: 777px; /* your iframe height */
    margin-top: -777px; /* your iframe height */
}

/******* FOOTER CUSTOM *****/
a.footer-sub {
    font-family: "franklin-gothic-urw";
    color: #999;
    padding-bottom: 5px;
}

    a.footer-sub:hover {
        font-family: "franklin-gothic-urw";
        color: #b5a99b;
        padding-bottom: 5px;
    }

a.footer-main {
    color: #fff;
}

    a.footer-main:hover {
        color: #b5a99b;
    }

.bx-prev {
    left: 70px;
}

.bx-next {
    right: 70px;
}

/******* BXSLIDER CUSTOM *****/
.h_item .bx-wrapper .bx-viewport {
    border: 0px;
}




.exp-md-7 {
    padding-top: 0px;
    width: 45%;
    min-height: 300px;
    padding-left: 110px;
    padding-right: 35px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.exp-md-5 {
    width: 55%;
    float: right;
}


/**** UX OVERRIDES ********/



#insert .wrap {
    position: relative;
    margin: auto;
    overflow: visible;
    margin-top: 120px;
    background-color: #fff;
}

#insert aside#list {
    overflow: scroll;
    overflow-x: hidden;
    width: 420px;
    margin: 3em 0 0;
    padding: 0;
    border-left: 1px solid #a49c99;
    background-color: white;
    position: relative;
}

#insert #map {
    width: calc(100% - 420px);
    padding: 0;
    position: relative;
}

#insert #product h1 {
    font-size: 25px;
}

#insert .learn-more {
    font-size: .8em;
    font-weight: 700;
    width: 120px;
    color: #fff;
    border: 2px solid #4D3F36;
    border-radius: 5px;
    background: #4D3F36;
}

#insert #product {
    margin: 0;
    text-align: left;
    margin-top: 120px;
    background-color: #fff;
}

    #insert #product .contact-us {
        font-weight: 700;
        color: #4D3F36;
        border: 2px solid #4D3F36;
        background: #fff;
    }

#insert .learn-more:hover {
    font-size: .8em;
    font-weight: 700;
    width: 120px;
    color: #4D3F36;
    border: 2px solid #4D3F36;
    border-radius: 5px;
    background: #fff;
}

#insert #filters #filters-reset {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: -6px;
    padding: 0 5px;
    color: #fff;
    border: 1px solid #4D3F36;
    background: #4D3F36;
}
#insert #filters #filters-reset:hover {
	color: #4D3F36;
}

#insert #sorting .active {
    fill: #4D3F36;
}

#insert #filters-form select {
    font-weight: 700;
    height: 3.2em;
    color: #4D3F36;
}

#insert .rangeslider__handle, #insert .rangeslider__handle:active {
    top: -14px;
    width: 39px;
    height: 47px;
    border: none;
    border-radius: 0;
    background: url('../../Templates/Palmetto-2/optimized/img/input-range-handle.png') center center no-repeat;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.16);
    box-shadow: none;
}

#insert #list .photos, #insert #list .videos, #insert #list .view-on-map:hover, #insert #list .photos:hover, #insert #list .videos:hover {
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    color: #4D3F36;
    position: relative;
    text-indent: 30px;
}

#insert #filters-form fieldset button {
    font-size: 1.6em;
    font-weight: 700;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    color: #4D3F36;
    border: 1px solid #bbb;
    background: #f3f1f0;
}

    #insert #filters-form fieldset button:hover {
        font-size: 1.6em;
        font-weight: 700;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        color: #f3f1f0;
        border: 1px solid #bbb;
        background: #4D3F36;
    }

.magazineholder {
    width: 1035px;
    margin-left: -115px;
}
.press-image {
    width:520px;
}

@media only screen and (max-width: 870px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 20px;
        font-family: 'Amatic SC',cursive;
        letter-spacing: 2px;
        font-weight: 100;
    }
}



@media only screen and (max-width: 450px) {
    /* phones */

    .magazineholder {
        width: auto;
        margin-left: 0;
    }
    .press-image {
        width:auto;
    }

    .pmb-logo {
        width: 120px;
        padding-top: 0px;
    }

    .navbar-brand {
        width: 120px;
    }

    .buffalorunlogo {
        display: none;
    }

    .clear-button-brown {
        margin-bottom: 40px;
    }

    .interactive-map {
        margin-top: 80px;
    }

    .row .featurette {
        max-height: 500px;
    }

    .top-panel {
        min-height: 500px;
    }

    .inner-full-panel {
        position: relative;
        width: 80%;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }



    .inner-full-panel-expvid {
        position: relative;
        width: 90%;
        min-height: 600px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }




    .ipad-nav {
        display: none !important;
    }

    .charity-form-field {
        position: relative;
        float: left;
        text-align: left;
        padding-left: 0px;
        padding-top: 20px;
    }



    .charity-form {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }

    .page-content div.h_item .inner-left-panel {
        position: relative;
        width: 100%;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-right-panel {
        position: relative;
        width: 80%;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.pagination.paginationC.paginationC07 {
        /* margin-left: 145px ; */
        margin-top: 50px;
        float: left;
        text-align: left;
        left: 50px;
        display: none;
        position: absolute;
    }

    .inner-center-panel {
        position: relative;
        width: 100%;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 60px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-content div.h_item .inner-full-panel-center, .page-content div.h_item:first-child .inner-full-panel-center {
        position: relative;
        width: 80%;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }


    .inner-full-panel-center-general {
        position: relative;
        width: 80%;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .top-panel-subtext {
        width: 100%;
        font-family: 'franklin-gothic-urw';
        font-size: 16px;
        text-align: left;
        line-height: 19px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-panel-txt {
        color: #fff;
        width: 90%;
        font-size: 16px;
        line-height: 19px;
        font-weight: 100;
        font-family: 'franklin-gothic-urw';
    }

    .darkcontent .inner-panel-txt {
        color: #4d3f36;
        font-size: 16px;
        line-height: 19px;
        font-weight: 100;
        font-family: 'franklin-gothic-urw';
    }


    .top-panel-head {
        font-size: 36px;
        line-height: 38px;
    }


    .top-panel-head-home {
        font-size: 42px;
        line-height: 38px;
    }

    .top-panel-head-alt {
        font-size: 36px;
        line-height: 38px;
    }

    .top-panel-content {
        top: 100px;
        text-align: left;
    }

    .overlaybg-fulltop {
        height: 500px;
        top: 500px;
        margin-top: -500px;
    }



    .overlaybg-inner-L {
        height: 780px;
        top: 780px;
        margin-top: -780px;
    }

    .overlaybg-inner-c {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 800px;
        top: 800px;
        margin-top: -800px;
    }

    .ehl_disc {
        margin-top: 80px;
    }

    .desktopnav {
        display: none;
    }

    .mobilenav {
        display: block;
    }

    .navbar-inverse {
        background-color: rgb(0,0,0);
    }

    .navbar {
        position: relative;
        min-height: 85px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }

        .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {
            background: none;
            max-height: 20px;
            font-size: 14px;
            font-family: 'franklin-gothic-urw';
            text-transform: capitalize;
        }

            .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown > .dropdown-toggle {
                background: none;
                max-height: 20px;
                font-size: 14px;
                font-family: 'franklin-gothic-urw';
                text-transform: capitalize;
            }

    .navbar-collapse.in {
        /* overflow-y: auto; */
        float: left;
    }

    .navbar-nav {
        margin-top: 0px;
        width: 320px;
    }


    li.dropdown {
        height: 20px;
    }

    .active {
        height: 20px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: -80px;
        margin-left: 105px;
        background-color: #7F7973;
        display: none;
    }

    .col-md-7 {
        width: 80%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .exp-md-5 {
        width: 90%;
        float: left;
    }

    .experience-sliders-l {
        width: 100%;
        min-height: 530px;
        min-width: 320px;
        margin-bottom: 0px;
        padding: 0px;
        background-color: white;
    }

    .top-slider {
        position: relative;
        height: 0px;
    }


    .exp-slider-item {
        position: relative;
        width: 300px;
        min-height: 90px;
        padding-top: 10px;
    }


    .exp-slider-page {
        position: relative;
        list-style: none;
        width: 290px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .is-mobile {
        display: block;
    }



    .is-not-mobile {
        display: none;
    }


    .left-experience-slider {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

    .exp-slider-item-right {
        position: relative;
        float: left;
        padding-left: 10px;
        width: 230px;
    }


    .experience-sliders-r {
        width: 100%;
        float: left;
    }



    .stay-at-inn {
        text-align: center;
        position: relative;
        padding-top: 20px;
    }

    .inn-img {
        position: relative;
        margin-bottom: 10px;
    }

    .inn-input1 {
        position: relative;
        margin-left: 60px;
        margin-bottom: 20px;
    }

    .inn-input {
        position: relative;
        margin-bottom: 20px;
        margin-left: 60px;
    }

    .inn-button {
        position: relative;
        margin-bottom: 20px;
        margin-left: 50px;
    }


    .mobilehider {
        display: none;
    }


    .mobilefootermod {
    }

    .mobileonly {
        display: block;
    }

    .toponlymargin {
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .clickthru-tile {
        height: 300px;
        float: left;
        width: 50%;
        text-align: center;
        padding-top: 75px;
        color: #493c31;
    }

        .clickthru-tile:hover {
            height: 300px;
            float: left;
            width: 50%;
            text-align: center;
            padding-top: 75px;
            color: #493c31;
        }

         .clickthru-tile img {
             width:100%;
    }

    .slider-img-style {
        min-height: 200px;
    }

    .slider-size-control {
        min-height: 200px;
        background-size: cover;
    }

    .inner-full-panel-txt {
        position: relative;
        width: 80%;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .spaceholder {
        display: none;
    }


    .xl-top {
        top: -45px;
    }



    .press-table {
        position: relative;
        width: 250px;
        text-align: center;
    }

    .top-panel-general {
        padding-left: 0px;
        width: 100%;
        min-height: 300px;
    }

    .inner-left-panel-txt {
        width: 100%;
        padding-right: 0px;
        margin-top: 60px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-right-panel-txt {
        width: 80%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-left-panel-even {
        float: left;
        width: 80%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-right-panel-even {
        float: left;
        width: 80%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .overlaybg-inner-XL {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 985px;
        top: 985px;
        margin-top: -985px;
    }

    .bx-wrapper {
        margin-top: 15px;
    }

    .inner-left-panel-expvid {
        position: relative;
        width: 80%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .closeSection {
        top: 80px;
    }

    #insert #map {
        width: 100%;
        /* padding: 0; */
        /* position: relative; */
    }

    #insert .wrap {
        position: relative;
        margin: auto;
        overflow: visible;
        margin-top: 90px;
        background-color: #fff;
    }

    #insert #product {
        margin: 0;
        text-align: left;
        margin-top: 90px;
        background-color: #fff;
    }

    .tourcloser {
        background: #FFF url("../images/bkg-close-button-v01.png") no-repeat 50% 50%;
        position: absolute;
        top: 20px;
        background-size: 35%;
        left: 20px;
        right: 10px;
        width: 16px;
        height: 16px;
        display: none;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        -khtml-border-radius: 18px;
        border-radius: 18px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

    #insert #open-close-drawer {
        font-weight: 700;
        line-height: 58px;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: -29px 40% 0;
        padding: .5em;
        transform: translateX(-50%);
        text-align: center;
        text-decoration: none;
        color: #484848;
        border-radius: 50%;
        background: #fff;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 40%,#fff 40%,#fff 100%);
        box-shadow: 0 4px 5px -1px rgba(0,0,0,.3);
    }

    .grid-view-icon.active {
        top: 0px;
        position: relative;
        height: 30px;
    }

    .list-view-icon.active {
        top: 0px;
        position: relative;
        height: 30px;
    }

    #insert #sorting a:first-of-type {
    }


    .overlaybg-fulltop-XLM {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 570px; /* your iframe height */
        top: 570px; /* your iframe height */
        margin-top: -570px; /* your iframe height */
    }

    .bluffmagazines {
        position: relative;
        text-align: left;
        width: 280px;
        margin-left: -22px;
        margin-right: auto;
    }

    .bluffmagform {
        position: relative;
        text-align: left;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .contactusform {
        position: relative;
        text-align: left;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-margin {
        margin-left: -15px;
    }

    .buffalorunlogo {
        width: 65%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/* iphone landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .magazineholder {
        width: auto;
        margin-left: 0;
    }

    /* phones */
    .pmb-logo {
        width: 120px;
        padding-top: 0px;
    }




    .ipad-nav {
        display: none !important;
    }

    .navbar-brand {
        width: 120px;
    }


    .row .featurette {
        max-height: 500px;
    }

    .top-panel {
        min-height: 500px;
    }

    .inner-full-panel {
        position: relative;
        width: 80%;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }



    .inner-full-panel-expvid {
        position: relative;
        width: 90%;
        min-height: 600px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-left-panel {
        position: relative;
        width: 100% !important;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-right-panel {
        position: relative;
        width: 80%;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-center-panel {
        position: relative;
        width: 100%;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 60px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-content div.h_item .inner-full-panel-center, .page-content div.h_item:first-child .inner-full-panel-center {
        position: relative;
        width: 80%;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-full-panel-center-general {
        position: relative;
        width: 320px;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .top-panel-subtext {
        width: 100%;
        font-family: 'franklin-gothic-urw';
        font-size: 16px;
        text-align: left;
        line-height: 19px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-panel-txt {
        color: #fff;
        width: 90%;
        font-size: 16px;
        line-height: 19px;
        font-weight: 100;
        font-family: 'franklin-gothic-urw';
    }

    .darkcontent .inner-panel-txt {
        color: #4d3f36;
        font-size: 16px;
        line-height: 19px;
        font-weight: 100;
        font-family: 'franklin-gothic-urw';
    }


    .top-panel-head {
        font-size: 36px;
        line-height: 38px;
    }


    .top-panel-head-home {
        font-size: 36px;
        line-height: 38px;
    }

    .top-panel-head-alt {
        font-size: 36px;
        line-height: 38px;
    }

    .top-panel-content {
        top: 100px;
    }


    .overlaybg-fulltop {
        height: 500px;
        top: 500px;
        margin-top: -500px;
    }

    .overlaybg-inner {
        height: 560px;
        top: 560px;
        margin-top: -560px;
    }

    .darkcontent .overlaybg-inner {
        display: none;
    }

    .overlaybg-inner-L {
        height: 752px;
        top: 752px;
        margin-top: -752px;
    }

    .desktopnav {
        display: none;
    }

    .mobilenav {
        display: block;
    }

    .navbar-inverse {
        background-color: rgb(0,0,0);
    }

    .navbar {
        position: relative;
        min-height: 85px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }

        .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {
            background: none;
            max-height: 20px;
            font-size: 14px;
            font-family: 'franklin-gothic-urw';
            text-transform: capitalize;
        }

            .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown > .dropdown-toggle {
                background: none;
                max-height: 20px;
                font-size: 14px;
                font-family: 'franklin-gothic-urw';
                text-transform: capitalize;
            }

    .navbar-collapse.in {
        /* overflow-y: auto; */
        float: left;
    }

    .navbar-nav {
        margin-top: 0px;
        width: 320px;
    }


    li.dropdown {
        height: 20px;
    }

    .active {
        height: 20px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: -80px;
        margin-left: 105px;
        background-color: #7F7973;
        display: none;
    }

    .col-md-7 {
        width: 80%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .exp-md-5 {
        width: 90%;
        float: left;
    }

    .experience-sliders-l {
        width: 100%;
        min-height: 530px;
        min-width: 320px;
        margin-bottom: 0px;
        padding: 0px;
        background-color: white;
    }

    .top-slider {
        position: relative;
        height: 0px;
    }


    .exp-slider-item {
        position: relative;
        width: 300px;
        min-height: 90px;
        padding-top: 10px;
    }


    .exp-slider-page {
        position: relative;
        list-style: none;
        width: 290px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .is-mobile {
        display: block;
    }



    .is-not-mobile {
        display: none;
    }


    .left-experience-slider {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

    .exp-slider-item-right {
        position: relative;
        float: left;
        padding-left: 10px;
        width: 230px;
    }


    .experience-sliders-r {
        width: 100%;
        float: left;
    }



    .stay-at-inn {
        text-align: center;
        position: relative;
        padding-top: 20px;
    }

    .inn-img {
        position: relative;
        margin-bottom: 10px;
    }

    .inn-input1 {
        position: relative;
        margin-left: 60px;
        margin-bottom: 20px;
    }

    .inn-input {
        position: relative;
        margin-bottom: 20px;
        margin-left: 60px;
    }

    .inn-button {
        position: relative;
        margin-bottom: 20px;
        margin-left: 50px;
    }


    .mobilehider {
        display: none;
    }


    .mobilefootermod {
    }

    .mobileonly {
        display: block;
    }

    .toponlymargin {
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .clickthru-tile {
        height: 300px;
        float: left;
        width: 50%;
        text-align: center;
        padding-top: 75px;
        color: #493c31;
    }

        .clickthru-tile:hover {
            height: 300px;
            float: left;
            width: 50%;
            text-align: center;
            padding-top: 75px;
            color: #493c31;
        }

         .clickthru-tile img {
             width:100%;
    }

    .slider-img-style {
        min-height: 200px;
    }

    .slider-size-control {
        min-height: 200px;
        background-size: cover;
    }

    .inner-full-panel-txt {
        position: relative;
        width: 80%;
        min-height: 500px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .spaceholder {
        display: none;
    }


    .xl-top {
        top: -45px;
    }



    .press-table {
        position: relative;
        width: 250px;
        text-align: center;
    }

    .top-panel-general {
        padding-left: 0px;
        width: 100%;
        min-height: 300px;
    }

    .inner-left-panel-txt {
        width: 100%;
        padding-right: 0px;
        margin-top: 60px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-right-panel-txt {
        width: 80%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-left-panel-even {
        float: left;
        width: 80%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-right-panel-even {
        float: left;
        width: 80%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .bx-wrapper {
        margin-top: 15px;
    }

    .inner-left-panel-expvid {
        position: relative;
        width: 80%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .closeSection {
        top: 80px;
    }

    #insert #map {
        width: 100%;
        /* padding: 0; */
        /* position: relative; */
    }

    #insert .wrap {
        position: relative;
        margin: auto;
        overflow: visible;
        margin-top: 90px;
        background-color: #fff;
    }

    #insert #product {
        margin: 0;
        text-align: left;
        margin-top: 90px;
        background-color: #fff;
    }

    .tourcloser {
        background: #FFF url("../images/bkg-close-button-v01.png") no-repeat 50% 50%;
        position: absolute;
        top: 20px;
        background-size: 35%;
        left: 20px;
        right: 10px;
        width: 16px;
        height: 16px;
        display: none;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        -khtml-border-radius: 18px;
        border-radius: 18px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

    #insert #open-close-drawer {
        font-weight: 700;
        line-height: 58px;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: -29px 40% 0;
        padding: .5em;
        transform: translateX(-50%);
        text-align: center;
        text-decoration: none;
        color: #484848;
        border-radius: 50%;
        background: #fff;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 40%,#fff 40%,#fff 100%);
        box-shadow: 0 4px 5px -1px rgba(0,0,0,.3);
    }

    .grid-view-icon.active {
        top: 0px;
        position: relative;
        height: 30px;
    }

    .list-view-icon.active {
        top: 0px;
        position: relative;
        height: 30px;
    }

    #insert #sorting a:first-of-type {
    }


    .overlaybg-fulltop-XLM {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 570px; /* your iframe height */
        top: 570px; /* your iframe height */
        margin-top: -570px; /* your iframe height */
    }

    .bluffmagazines {
        position: relative;
        text-align: left;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .bluffmagform {
        position: relative;
        text-align: left;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .contactusform {
        position: relative;
        text-align: left;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-margin {
        margin-left: -15px;
    }

    .buffalorunlogo {
        width: 65%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .overlaybg-inner-XL {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 737px;
        top: 737px;
        margin-top: -737px;
    }
}


/****** IPAD 3/4 with retina *********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .magazineholder {
        width: auto;
        margin-left: 0;
    }
    .inner-full-panel {
        position: relative;
        width: 85%;
        min-height: 650px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-content div.h_item .inner-left-panel {
        float: left;
        width: 50%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .inner-right-panel {
        margin-top: 100px;
        margin-bottom: 100px;
    }


    .top-panel-subtext {
        width: 85%;
        font-family: 'franklin-gothic-urw';
        font-size: 17px;
        line-height: 20px;
        font-weight: 100;
        color: white;
        margin-left: auto;
        margin-right: auto;
    }

    .exp-md-7 {
        padding-top: 0px;
        width: 90%;
        min-height: 300px;
        padding-left: 110px;
        padding-right: 35px;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .exp-md-5 {
        width: 100%;
        float: right;
    }

    .overlaybg-inner-c {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 880px;
        top: 880px;
        margin-top: -880px;
    }

    .pagination.paginationC.paginationC07 {
        display: none;
    }

    .overlaybg-inner-XL {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 718px;
        top: 718px;
        margin-top: -718px;
    }

    .overlaybg-inner-L {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 758px;
        top: 758px;
        margin-top: -758px;
    }

    .inner-full-panel-expvid {
        position: relative;
        width: 85%;
        min-height: 700px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .ipadcontrol {
        display: none;
    }

    .page-content div.h_item .inner-full-panel-center, .page-content div.h_item:first-child .inner-full-panel-center {
        position: relative;
        width: 85%;
        min-height: 450px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-full-panel-txt {
        position: relative;
        width: 85%;
        min-height: 550px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-nav {
        display: none !important;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 1px;
    }

    .navbar-toggle {
        margin-top: 30px;
        height: 50px;
        width: 50px;
    }

    button.close {
        -webkit-appearance: none;
        padding: 11px;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }

    .navbar-toggle.open {
        display: block;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
        display: none !important;
    }

    .navbar-inverse {
        background-color: rgba(0,0,0,1);
    }

    .water {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .sporting {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .foodwine {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .wellness {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .inner-left-panel-txt {
        float: left;
        width: 100%;
        padding-right: 50px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 100px;
        padding-right: 0px;
    }

    .inner-right-panel-txt {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .buffalorunlogo {
        display: none;
    }

    .bx-controls-direction {
        display: none;
    }

    .ipadhider {
        display: none;
    }

    .ipadonly {
        display: block;
    }

    .contactusform {
        margin-top: -200px;
    }

    .inner-full-panel-center-general {
        position: relative;
        width: 85%;
        min-height: 450px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-left-panel-expvid {
        float: left;
        width: 100%;
        /* text-align: left; */
        margin-top: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .bluffmagazines {
        position: relative;
        text-align: left;
        width: 100%;
        margin-left: -50px;
        margin-right: auto;
    }
}

/* ipad 3/4 Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
     .clickthru-tile img {
             width:100%;
    }

    .magazineholder {
        width: auto;
        margin-left: 0;
    }
    .left-experience-slider {
        margin-top: 0px;
    }

    .top-slider-panel-left {
        margin-top: 25px;
    }

    .top-slider-panel-right {
        margin-top: 25px;
    }

    .h_item .bx-wrapper .bx-viewport {
        border: 0px;
        min-height: 400px;
    }

    .exp-slider-item-right {
        position: relative;
        float: left;
        padding-left: 10px;
        width: 255px;
    }

    .exp-slider-item-left {
        margin-left: 15px;
    }

    .exp-slider-item {
        position: relative;
        width: 340px;
        min-height: 90px;
        padding-top: 30px;
    }
}

/* ipad 3/4 Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
     .clickthru-tile img {
             width:100%;
    }

    .magazineholder {
        width: auto;
        margin-left: 0;
    }
    .overlaybg-inner-XL {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 657px;
        top: 657px;
        margin-top: -657px;
    }

    .overlaybg-inner-c {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 860px;
        top: 860px;
        margin-top: -860px;
    }

    .overlaybg-inner-L {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 840px;
        top: 840px;
        margin-top: -840px;
    }

    .overlaybg-inner-L {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 718px;
        top: 718px;
        margin-top: -718px;
    }



    .h_item .bx-wrapper .bx-viewport {
        min-height: 400px;
    }

    .exp-slider-item-right {
        position: relative;
        float: left;
        padding-left: 10px;
        width: 330px;
    }

    .exp-slider-item {
        position: relative;
        width: 390px;
        margin-left: 15px;
        min-height: 90px;
        padding-bottom: 20px;
    }
}


/* ipad Mini Portrait */
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
     .clickthru-tile img {
             width:100%;
    }

    .magazineholder {
        width: auto;
        margin-left: 0;
    }
.sporting img, .water img, .foodwine img, .wellness img{
    width: 100%;
}
    .inner-full-panel {
        position: relative;
        width: 80%;
        min-height: 650px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-content div.h_item .inner-left-panel {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .inner-right-panel {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .inner-full-panel-expvid {
        position: relative;
        width: 85%;
        min-height: 700px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }


    .exp-md-7 {
        padding-top: 0px;
        width: 85%;
        min-height: 300px;
        padding-left: 100px;
        padding-right: 35px;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .mobile-nav {
        display: none !important;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 1px;
    }

    .navbar-toggle {
        margin-top: 30px;
        height: 50px;
        width: 50px;
    }


    .inner-full-panel-txt {
        position: relative;
        width: 85%;
        min-height: 550px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    button.close {
        -webkit-appearance: none;
        padding: 11px;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }

    .navbar-toggle.open {
        display: block;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
        display: none !important;
    }

    .navbar-inverse {
        background-color: rgba(0,0,0,1);
    }

    .contactusform {
        position: relative;
        text-align: left;
        width: 600px;
        margin-left: 100px;
        margin-top: -150px;
        margin-right: auto;
    }

    .left-experience-slider {
        width: 430px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .top-slider-panel-left {
        position: relative;
        float: left;
        margin-top: 40px;
        margin-left: 10px;
        font-size: 36px;
        line-height: 38px;
        font-family: 'Amatic SC',cursive;
        color: #4d3f36;
    }

    .exp-slider-item-right {
        position: relative;
        float: left;
        padding-left: 10px;
        width: 275px;
    }

    .top-slider-panel-right {
        position: relative;
        float: left;
        font-size: 18px;
        padding-left: 15px;
        padding-top: 40px;
        font-weight: 100;
        font-family: 'franklin-gothic-urw';
        color: #4d3f36;
        z-index: 100;
    }

    .inner-left-panel-txt {
        float: left;
        width: 100%;
        padding-right: 50px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 100px;
        padding-right: 0px;
    }

    .inner-right-panel-txt {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .exp-slider-page {
        position: relative;
        list-style: none;
        width: 350px;
        margin-left: 10px;
        padding: 0;
    }

    .page-content div.h_item .inner-full-panel-center, .page-content div.h_item:first-child .inner-full-panel-center {
        position: relative;
        width: 85%;
        min-height: 450px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .exp-slider-item {
        position: relative;
        width: 350px;
        min-height: 90px;
        padding-top: 15px;
    }

    .h_item .bx-wrapper .bx-viewport {
        min-height: 400px;
    }

    .ipadcontrol {
        display: none;
    }

    .water {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .sporting {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .foodwine {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .wellness {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .exp-md-5 {
        width: 100%;
        float: right;
    }

    .inner-left-panel-txt {
        float: left;
        width: 100%;
        padding-right: 50px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .inner-right-panel-txt {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .buffalorunlogo {
        display: none;
    }

    .bx-controls-direction {
        display: none;
    }

    .ipadhider {
        display: none;
    }

    .ipadonly {
        display: block;
    }

    .contactusform {
        margin-top: 0px;
    }

    .inner-full-panel-center-general {
        position: relative;
        width: 85%;
        min-height: 450px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-left-panel-expvid {
        float: left;
        width: 100%;
        /* text-align: left; */
        margin-top: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .overlaybg-inner-L {
        
        position: relative;
        width: 100%;
        height: 830px;
        top: 830px;
        margin-top: -830px;
    }

    .overlaybg-inner-XL {
        
        position: relative;
        width: 100%;
        height: 717px;
        top: 717px;
        margin-top: -717px;
    }

    .overlaybg-inner-c {
        
        position: relative;
        width: 100%;
        height: 895px;
        top: 895px;
        margin-top: -895px;
    }

    .pagination.paginationC.paginationC07 {
        display: none;
    }

    .clear-button-100 {
        margin-bottom: 20px;
    }

    .bluffmagazines {
        position: relative;
        text-align: left;
        width: 100%;
        margin-left: -50px;
        margin-right: auto;
    }
}


/* ipad Mini Lanscape */
@media screen and (device-width: 1024px) and (device-height: 768px) and (-webkit-device-pixel-ratio: 1) {
     .clickthru-tile img {
             width:100%;
    }

    .magazineholder {
        width: auto;
        margin-left: 0;
    }
    .inner-full-panel {
        position: relative;
        width: 80%;
        min-height: 650px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }



    .pagination.paginationC.paginationC07 {
        display: none;
    }

    .page-content div.h_item .inner-left-panel {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .exp-md-7 {
        padding-top: 0px;
        width: 85%;
        min-height: 300px;
        padding-left: 100px;
        padding-right: 35px;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .inner-full-panel-expvid {
        position: relative;
        width: 85%;
        min-height: 700px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-content div.h_item .inner-full-panel-center, .page-content div.h_item:first-child .inner-full-panel-center {
        position: relative;
        width: 85%;
        min-height: 450px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-right-panel {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .inner-full-panel-txt {
        position: relative;
        width: 85%;
        min-height: 550px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-left-panel-txt {
        float: left;
        width: 100%;
        padding-right: 50px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 100px;
        padding-right: 0px;
    }

    .clear-button-100 {
        margin-bottom: 20px;
    }

    .inner-right-panel-txt {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .buffalorunlogo {
        display: none;
    }

    .mobile-nav {
        display: none !important;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 1px;
    }

    .navbar-toggle {
        margin-top: 30px;
        height: 50px;
        width: 50px;
    }

    button.close {
        -webkit-appearance: none;
        padding: 11px;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }

    .navbar-toggle.open {
        display: block;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
        display: none !important;
    }

    .navbar-inverse {
        background-color: rgba(0,0,0,1);
    }

    .contactusform {
        position: relative;
        text-align: left;
        width: 600px;
        margin-left: 100px;
        margin-top: -150px;
        margin-right: auto;
    }

    .left-experience-slider {
        width: 430px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .top-slider-panel-left {
        position: relative;
        float: left;
        margin-top: 40px;
        margin-left: 10px;
        font-size: 36px;
        line-height: 38px;
        font-family: 'Amatic SC',cursive;
        color: #4d3f36;
    }

    .exp-slider-item-right {
        position: relative;
        float: left;
        padding-left: 10px;
        width: 275px;
    }

    .top-slider-panel-right {
        position: relative;
        float: left;
        font-size: 18px;
        padding-left: 15px;
        padding-top: 40px;
        font-weight: 100;
        font-family: 'franklin-gothic-urw';
        color: #4d3f36;
        z-index: 100;
    }

    .exp-slider-page {
        position: relative;
        list-style: none;
        width: 350px;
        margin-left: 10px;
        padding: 0;
    }

    .exp-slider-item {
        position: relative;
        width: 350px;
        min-height: 90px;
        padding-top: 15px;
    }

    .h_item .bx-wrapper .bx-viewport {
        min-height: 400px;
    }

    .ipadcontrol {
        display: none;
    }

    .water {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .sporting {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .foodwine {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .wellness {
        float: right;
        text-align: center;
        width: 25%;
        height: auto;
        object-fit: contain;
        background-position: right center;
    }

    .exp-md-5 {
        width: 100%;
        float: right;
    }

    .inner-left-panel-txt {
        float: left;
        width: 100%;
        padding-right: 50px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .inner-right-panel-txt {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .buffalorunlogo {
        display: none;
    }

    .bx-controls-direction {
        display: none;
    }

    .ipadhider {
        display: none;
    }

    .ipadonly {
        display: block;
    }

    .contactusform {
        margin-top: -200px;
    }

    .inner-full-panel-center-general {
        position: relative;
        width: 85%;
        min-height: 450px;
        padding-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-left-panel-expvid {
        float: left;
        width: 100%;
        /* text-align: left; */
        margin-top: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .overlaybg-inner-XL {
        background: rgba(0, 0, 0, .4);
        position: relative;
        width: 100%;
        height: 677px;
        top: 677px;
        margin-top: -677px;
    }

    .bluffmagazines {
        position: relative;
        text-align: left;
        width: 100%;
        margin-left: -50px;
        margin-right: auto;
    }
}

#insert h5.address,
#insert h5.address a {
	color: #333;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}





html.no-scroll {
	overflow: hidden;
}
html.no-scroll body {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	html.no-scroll {
		overflow-y: scroll !important;
	}
	html.no-scroll body {
		overflow-y: scroll !important;
	}
}
