::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


html {
    background-color: #eaeaea;
}
body {
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
       -moz-transition: opacity .2s linear;
         -o-transition: opacity .2s linear;
            transition: opacity .2s linear;
}
.no-js body,
.wf-active body,
.wf-inactive body {
    opacity: 1;
}


.page-width {
    min-width: 1000px;
}
header {
    position: relative;
    max-width: 1600px;
    min-height: 200px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}
header .helper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
    background: url('../img/transparent-black-50.png') repeat;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
}


.translation-tab.mod-languages {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100;

}
.translation-tab a {
    display: inline-block;
    margin-right: 30px;
    padding: 0 10px;
    width: 100px;
}
.translation-tab img {
    vertical-align: middle;
    padding-top: 7px;
}

.logo p {
    margin: 0;
}
.logo a {
    position: absolute;
    top: 15px;
    left: 50%;
    display: block;
    width: 151px;
    height: 135px;
    margin-left: -75px;
    background: url('../img/logo.png') 0 -172px no-repeat;
    z-index: 100;
}
.home .logo a {
    width: 191px;
    height: 172px;
    background-position: 0 0;
}
.main-menu {
    position: relative;
    width: 940px;
    margin: 0 auto;
}
.main-menu ul {
    position: absolute;
    top: 160px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 30px;
    background-color: #000;
    z-index: 50;
}
.main-menu ul:before,
.main-menu ul:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    border-top: solid 15px #000;
    border-bottom: solid 15px #000;
}
.main-menu ul:before {
    left: -30px;
    border-left: solid 10px transparent;
}
.main-menu ul:after {
    right: -30px;
    border-right: solid 10px transparent;
}
.main-menu li {
    float: left;
}
.main-menu li + li + li:before {
    content: '\2022';
    float: left;
    width: 15px;
    font: 20px/30px Arial, sans-serif;
    text-align: center;
    color: #666;
    cursor: default;
}
.main-menu li.no-bullet:before {
    display: none;
}
.main-menu .item-101 {
    display: none;
}
.main-menu a {
    display: inline-block;
    padding: 0 5px;
    font: 300 16px/30px ff-karbid-slab-web-pro-n3, ff-karbid-slab-web-pro, Rockwell, serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.main-menu a:hover,
.main-menu .active a {
    background-color: #006363;
}
.home .main-menu a {
    font-size: 14px;
}


.homepage-slideshow .slides > li {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.homepage-slideshow .slides > li:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background:     -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background:   linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.homepage-slideshow .container {
    position: relative;
    height: 700px;
}
.homepage-slideshow .description {
    position: absolute;
    z-index: 5;
    bottom: 35px;
    right: 0;
    width: 400px;
}
.homepage-slideshow .description .description-content {
    padding: 10px 25px;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    background: url('../img/transparent-black-50.png') repeat;
    background: rgba(0, 0, 0, .5);
}
.homepage-slideshow .description .description-content p {
    margin: 0;
}
.homepage-slideshow .description .button {
    line-height: 30px;
}
.homepage-slideshow .description .button:before,
.homepage-slideshow .description .button:after {
    border-top-width: 15px;
    border-bottom-width: 15px;
}
.homepage-slideshow .flex-control-nav {
    bottom: 5px;
    z-index: 3;
}
.homepage-slideshow .flex-control-nav li {
    margin: 0;
    padding: 1px;
    border: solid 1px transparent;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
}
.homepage-slideshow .flex-control-nav li + li {
    margin-left: 4px;
}
.homepage-slideshow .flex-control-nav li:hover {
    border-color: #fff;
}
.homepage-slideshow .flex-control-nav li.active {
    border-color: #fbab1b;
}
.homepage-slideshow .flex-control-nav a {
    width: 20px;
    height: 20px;
    text-indent: 0;
    text-decoration: none;
    border: solid 1px transparent;
    color: #fff;
    background: none;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}
.homepage-slideshow .flex-control-nav li:hover a,
.homepage-slideshow .flex-control-nav a:hover {
    border-color: #fff;
    background: none;
}
.homepage-slideshow .flex-control-nav li:hover a.flex-active,
.homepage-slideshow .flex-control-nav a.flex-active {
    border-color: #fbab1b;
    background: none;
    cursor: default;
}
.homepage-slideshow .flex-direction-nav a {
    top: 425px;
    width: 51px;
    height: 45px;
    margin-top: 0;
    text-align: left;
    text-indent: -999px;
    background: url('../img/slideshow-arrows.png') 0 0 no-repeat;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.homepage-slideshow .flex-direction-nav a:before {
    display: none;
}
.homepage-slideshow .flex-direction-nav .flex-prev {
    left: 0;
}
.homepage-slideshow .flex-direction-nav .flex-next {
    right: 0;
}
.homepage-slideshow:hover .flex-direction-nav .flex-prev { background-position: 0 -45px; }
.homepage-slideshow:hover .flex-direction-nav .flex-next { background-position: -51px -45px; }
.homepage-slideshow .flex-direction-nav .flex-prev:hover { background-position: 0 -90px; }
.homepage-slideshow .flex-direction-nav .flex-next:hover { background-position: -51px -90px; }


.home .blog {
    margin-top: 30px;
    margin-bottom: 40px;
    border-top: solid 1px #fbab1b;
    border-bottom: solid 1px #fbab1b;
}
.home .blog h1 {
    margin: 20px 0 10px;
    font-size: 46px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.home .blog .category-desc {
    margin-bottom: 15px;
}
.home .blog .category-desc p {
    margin: 0 0 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.home .blog .items-row {
    margin-bottom: 30px;
}
.home .blog .item .item-image img {
    display: block;
    margin: 0 auto;
}
.home .blog .item h2 {
    margin: 5px 0;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}
.home .blog .item h2:before,
.home .blog .item h2:after {
    content: '\2022';
    font: 20px/22px Arial, sans-serif;
    color: #666;
}
.home .blog .item h2:before {
    padding-right: 10px;
}
.home .blog .item h2:after {
    padding-left: 10px;
}
.home .blog .item .item-intro {
    margin-bottom: 10px;
}
.home .blog .item .item-intro p {
    margin: 0;
    text-align: center;
}
.home .blog .item .button {
    width: 130px;
    margin: 5px auto 0;
}


.events.moduletable {
    padding: 20px;
    background-color: #f3f3f3;
}
.events.moduletable h3 {
    margin: 0 0 10px;
    font-size: 30px;
    text-align: center;
}
.events.moduletable ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.events.moduletable li + li {
    border-left: solid 1px #fbab1b;
}
.events.moduletable .inner {
    position: relative;
    padding: 0 5px 26px 0;
}
.events.moduletable h4 {
    margin-top: 0;
    text-align: center;
}
.events.moduletable .mod-articles-category-introtext {
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
}
.events.moduletable .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 125px;
    margin: 0 0 0 -62px;
}
.events.moduletable {
    position: relative;
}
.events.moduletable .flex-direction-nav a {
    top: 25px;
    width: 27px;
    height: 24px;
    margin-top: 0;
    text-align: left;
    text-indent: -999px;
    background: url('../img/slideshow-arrows-dark.png') 0 0 no-repeat;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.events.moduletable .flex-direction-nav a:before {
    display: none;
}
.events.moduletable .flex-direction-nav .flex-prev {
    left: 0;
}
.events.moduletable .flex-direction-nav .flex-next {
    right: 0;
}
.events.moduletable .flex-direction-nav .flex-prev { background-position: 0 0; }
.events.moduletable .flex-direction-nav .flex-next { background-position: -27px 0; }
.events.moduletable .flex-direction-nav .flex-prev:hover { background-position: 0 -24px; }
.events.moduletable .flex-direction-nav .flex-next:hover { background-position: -27px -24px; }
.events.moduletable .flex-direction-nav .flex-disabled {
    display: none;
}


.attraction .attraction-logo {
    margin: 40px 0 25px;
}
.attraction .attraction-logo img {
    display: block;
    margin: 0 auto;
}
.attraction h1,
.attraction .attraction-intro {
    text-align: center;
    color: #333;
}
.attraction h1 {
    margin-bottom: 10px;
}
.attraction .attraction-intro {
    margin-bottom: 30px;
}
.attraction .attraction-intro p {
    margin: 0 0 1em 0;
    font-size: 14px;
}
.attraction .attraction-intro p:first-child {
    font-size: 20px;
}
.attraction .attraction-gallery {
    position: relative;
    float: left;
    width: 586px;
    overflow: hidden;
}
.attraction .attraction-gallery .flex-direction-nav a {
    width: 51px;
    height: 45px;
    margin-top: -25px;
    text-align: left;
    text-indent: -999px;
    background: url('../img/slideshow-arrows.png') 0 0 no-repeat;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.attraction .attraction-gallery .flex-direction-nav a:before {
    display: none;
}
.attraction .attraction-gallery .flex-direction-nav .flex-prev {
    left: 0;
}
.attraction .attraction-gallery .flex-direction-nav .flex-next {
    right: 0;
}
.attraction .attraction-gallery:hover .flex-direction-nav .flex-prev { background-position: 0 -45px; }
.attraction .attraction-gallery:hover .flex-direction-nav .flex-next { background-position: -51px -45px; }
.attraction .attraction-gallery .flex-direction-nav .flex-prev:hover { background-position: 0 -90px; }
.attraction .attraction-gallery .flex-direction-nav .flex-next:hover { background-position: -51px -90px; }
.attraction .attraction-gallery-thumbnails {
    position: relative;
    float: right;
    width: 109px;
    padding: 22px 0 23px;
}
.attraction .attraction-gallery-thumbnails .flex-viewport {
    height: 412px;
}
.attraction .attraction-gallery-thumbnails .slides {
    width: 109px !important;
}
.no-csstransforms3d .attraction .attraction-gallery-thumbnails .slides {
    position: absolute;
}
.no-csstransforms3d .attraction .attraction-gallery-thumbnails.no-slide .slides {
    position: static;
}
.attraction .attraction-gallery-thumbnails .slides li {
    width: 109px !important;
    height: 80px !important;
    margin-bottom: 3px;
}
.attraction .attraction-gallery-thumbnails .slides img {
    display: block;
    cursor: pointer;
    opacity: .4;
}
.attraction .attraction-gallery-thumbnails .slides .flex-active-slide img {
    opacity: 1;
}
.attraction .attraction-gallery-thumbnails .flex-direction-nav a {
    top: auto;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 32px;
    height: 16px;
    margin: 0 0 0 -16px;
    text-align: left;
    text-indent: -999px;
    background: #000 url('../img/slideshow-arrows-vertical.png') top no-repeat;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.attraction .attraction-gallery-thumbnails .flex-direction-nav a:hover {
    background-color: #006363;
}
.attraction .attraction-gallery-thumbnails .flex-direction-nav .flex-prev {
    top: 0;
}
.attraction .attraction-gallery-thumbnails .flex-direction-nav .flex-next {
    bottom: 0;
    background-position: bottom;
}
.attraction .attraction-gallery-thumbnails .flex-direction-nav .flex-disabled {
    display: none;
}
.attraction .attraction-sidebar {
    height: 457px;
    padding: 15px 20px;
    text-align: center;
    background-color: #f3f3f3;
}
.attraction .attraction-sidebar p {
    margin: 10px 0;
    line-height: 1.2;
}
.attraction .attraction-sidebar hr {
    margin: 15px 0;
}
.attraction .attraction-sidebar h3 {
    margin-bottom: 10px;
}
.attraction .attraction-sidebar .button {
    width: 125px;
    margin: 0 auto;
}
.attraction .attraction-specials {
    padding: 20px 25px 10px;
    text-align: center;
    background-color: #f3f3f3;
}
.attraction .attraction-specials h2 {
    margin-bottom: 20px;
}
.attraction .attraction-specials h2 span {
    display: inline-block;
    border-top: solid 1px #fbab1b;
    border-bottom: solid 1px #fbab1b;
}
.attraction .attraction-specials hr {
    margin: 10px 0;
}
.attraction .attraction-specials h3 {
    margin-bottom: 10px;
}
.attraction .attraction-specials p {
    font-size: 11px;
}


#xmap,
.item-page {
    padding-top: 40px;
}
#xmap ul {
    margin: 0;
}


footer {
    padding: 50px 0 15px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background:    -moz-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background:     -ms-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background:      -o-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background:   linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.footer-links li {
    display: inline-block;
    font-size: 11px;
}
.footer-links li + li {
    margin-left: 7px;
    padding-left: 8px;
    border-left: solid 1px #fbab1b;
}
.footer-links a {
    text-decoration: none;
}


.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }

@media print {
    * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
    a,
    a:visited { text-decoration: underline; }
    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; }
    p,
    h2,
    h3 { orphans: 3; widows: 3; }
    h2,
    h3 { page-break-after: avoid; }

    header,
    .button:before,
    .button:after {
        display: none;
    }
}
