/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}
body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}
::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
a {
    color: #00e;
}
a:visited {
    color: #551a8b;
}
a:hover {
    color: #06e;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
    *overflow: visible;
}
table button,
table input {
    *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:valid,
textarea:valid {} input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
    font-family: Arial, Helvetica, sans-serif;
    min-width: 320px;
}
#container {
    width: 100%;
}
header {
    display: block;
    height: 102px;
    position: relative;
    background: url(../img/bg_awning_short.png) center top repeat-x;
}
header #logo {
    position: absolute;
    top: 30px;
    left: 16px;
}
header #social {
    position: absolute;
    top: 48px;
    right: 10px;
}
#full_site_link a {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #383435;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
#full_site_link a:hover {
    color: #383435;
    text-decoration: underline;
}
#social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#social li {
    margin: 0;
    padding: 0;
    margin-left: 7px;
    display: block;
    width: 34px;
    height: 34px;
    float: left;
}
#main {
    position: relative;
}

.item #main {
  margin-top: -15px;
}

.home #main {
    background: url(../img/head_red_bar.jpg) no-repeat top center;
    padding-top: 8px;
}
footer {
    display: block;
    padding: 24px 10px 24px 22px;
    position: relative;
}
.home footer {
    background: #ca171e;
}
footer p {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}
footer p.copy {
    line-height: 18px;
}
.home footer p {
    color: #fff;
}
#main_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
#main_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
#main_menu li {
    padding: 0;
    margin: 0;
    display: block;
    background: url(../img/bg_main_menu.gif) repeat-x;
}
#main_menu li a {
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #666666;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    background: url(../img/bg_main_menu_arrow.png) no-repeat right 18px;
    padding-left: 23px;
    padding-right: 47px;
}
#main_menu li li a {
    padding-left: 46px;
    color: #a1a1a1;
}
#main_menu li li li a {
    padding-left: 69px;
    color: #a1a1a1;
}
#cycle_gallery_wrapper {
    display: block;
    height: 167px;
    background: url(../img/bg_home_gallery_wrapper.gif) repeat-x;
    overflow: hidden;
}
#cycle_gallery {
    z-index: 90;
    padding-top: 1px;
    position: relative;
    display: block;
    width: 320px;
    height: 167px;
    margin: 0 auto;
}
#cycle_gallery_items {
    display: block;
    margin: 11px 0 0 37px;
}
#cycle_gallery_nav {
    z-index: 100;
    position: relative;
    display: block;
    width: 320px;
    margin: 0 auto;
}
#cycle_gallery_nav .btn {
    display: block;
    position: absolute;
    top: 68px;
    right: 0px;
}
#cycle_gallery_nav .btn a {
    text-indent: -9999px;
    display: block;
    width: 23px;
    height: 33px;
    background: url(../img/btn_gallery_home.png) no-repeat top left;
}
#cycle_gallery_nav .btn.left {
    left: 0px;
}
#cycle_gallery_nav .btn.left a {
    background-position: bottom left;
}

.slide {
  width: 100%;
}
  .slide img {
    width: 100%;
  }

  .slides .flickity-prev-next-button .arrow {
    fill: #999;
  }

.item #container,
.splash #container {
    background: url(../img/bg_home_gallery_wrapper.gif) left 20px repeat-x;
}
.item header {
    height: 28px;
    z-index: 200;
}
#item_image {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#item_image img {
  width: 100%;
  max-width: 100%;
}

#back_btn {
    top: 70px;
    left: 35px;
    text-indent: -9999px;
    background: url(../img/btn_back.png) no-repeat;
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
}
#breadcrumb {
    display: block;
    position: relative;
    height: 31px;
    width: 100%;
    background: #d61920;
}
#menu_link {
    display: block;
    width: 75px;
    height: 18px;
    position: absolute;
    top: -18px;
    right: 10px;
    text-indent: -9999px;
    background: url(../img/bg_menu_tab.png) no-repeat;
}
#breadcrumb ul {
    list-style: none;
    padding-left: 23px;
    margin: 0;
}
#breadcrumb li,
#breadcrumb li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
}
#breadcrumb li {
    float: left;
    margin-left: 10px;
}
#item_desc {
    padding: 22px;
}
#item_desc p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
#item_desc .intro p {
    color: #d61920;
    font-size: 18px;
    line-height: 30px;
}
#item_desc #contact {
    font-size: 14px;
    line-height: 38px;
    color: #d61920;
}
#related_links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 18px;
}
#related_links li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    background: url(../img/bg_links.gif) no-repeat 4px 4px;
    padding-left: 13px;
}
.item footer,
.splash footer {
    border-top: 1px solid #d5e0e8;
}
.splash footer {
    margin-top: 50px;
}
.item footer p,
.splash footer p {
    color: #666;
}
.splash #container {
    background-position: center 30px;
}
.splash header {
    z-index: 200;
    height: 53px;
    background: url(../img/bg_awning.png) center 0px repeat-x;
}
.splash footer {
    margin-top: 50px;
}
.splash #main {
    z-index: 100;
    text-align: center;
}
.splash #full_site_link a {
    top: 0px;
    right: 10px;
}
.splash #social {
    width: 164px;
    margin: 22px auto 25px;
}
#closed {
    display: block;
    width: 320px;
    margin: 0px auto -23px;
    top: -23px;
    height: 120px;
    background: url(../img/bg_closed.png) center 0px no-repeat;
    position: relative;
}
#closed #time {
    position: absolute;
    top: 24px;
    left: 110px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
#closed #reopen {
    padding-top: 102px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #b80e22;
    font-weight: bold;
}
.splash #main p {
    font-size: 14px;
    color: #666;
    margin: 0;
    margin-bottom: 4px;
}
.splash #main a {
    color: #666;
    text-decoration: none;
}
#map {
    display: block;
    margin: 20px auto 0;
    width: 189px;
}
.arrow_btn {
    display: block;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    background: url(../img/btn_arrow.png) no-repeat right 0px;
    padding-right: 20px;
    width: 120px;
    height: 13px;
    line-height: 13px;
    margin: 15px auto;
    text-transform: uppercase;
}
.arrow_btn:hover {
    color: #666;
}
.arrow_btn2 {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    background: url(../img/btn_arrow.png) no-repeat right 0px;
    padding-top: 0px;
    width: 175px;
    height: 13px;
    line-height: 13px;
    margin: 5px auto;
    text-transform: uppercase;
}
.arrow_btn2:hover {
    color: #666;
}
.splash footer {
    border: 0;
    margin-top: 50px;
}
#item_desc.non-item p {
    line-height: 17px;
}
/* ==|== non-semantic helper classes ======================================== */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/* ==|== media queries ====================================================== */

@media only screen and (max-width: 350px) {
    #main_menu li a {
        font-size: 15px;
    }
    .home #social {
        position: absolute;
        top: 54px;
        right: 10px;
    }
    .home #social li {
        margin: 0;
        padding: 0;
        margin-left: 3px;
        display: block;
        width: 28px;
        height: 28px;
        float: left;
    }
    .home #social li img {
        width: 28px;
        height: 28px;
    }
    footer {
        padding: 24px 10px 24px 10px;
    }
    footer p {
        font-size: 10px;
    }
    #back_btn {
        left: 10px;
    }
    #breadcrumb ul {
        padding-left: 10px;
    }
    #cycle_gallery_nav .btn {
        right: 10px;
    }
    #cycle_gallery_nav .btn.left {
        left: 10px;
    }
    #cycle_gallery_items img {
        width: 230px;
    }
    #cycle_gallery_items {
        margin: 16px 0 0 46px;
    }
    #cycle_gallery {
        background: url(../img/bg_home_gallery_sm.gif) no-repeat center 12px;
    }
}
@media only screen and (min-width: 480px) {} @media only screen and (min-width: 768px) {}
/* ==|== print styles ======================================================= */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter:none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
