@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
}

@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/oswald-bold.eot');
    src: url('../fonts/oswald-bold.eot') format('embedded-opentype'), url('../fonts/oswald-bold.woff') format('woff'), url('../fonts/oswald-bold.ttf') format('truetype'), url('../fonts/oswald-bold.svg#OswaldBold') format('svg');
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald-light-webfont.ttf') format('truetype'), url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBook';
    src: url('../fonts/oswald-regular.eot');
    src: url('../fonts/oswald-regular.eot') format('embedded-opentype'), url('../fonts/oswald-regular.woff') format('woff'), url('../fonts/oswald-regular.ttf') format('truetype'), url('../fonts/oswald-regular.svg#OswaldBook') format('svg');
}

@font-face {
    font-family: 'OswaldStencilRegular';
    src: url('../fonts/oswald-stencil.eot');
    src: url('../fonts/oswald-stencil.eot') format('embedded-opentype'), url('../fonts/oswald-stencil.woff') format('woff'), url('../fonts/oswald-stencil.ttf') format('truetype'), url('../fonts/oswald-stencil.svg#OswaldStencilRegular') format('svg');
}

@font-face {
    font-family: 'TahomaRegular';
    src: url('../fonts/tahoma.eot');
    src: url('../fonts/tahoma.eot') format('embedded-opentype'), url('../fonts/tahoma.woff') format('woff'), url('../fonts/tahoma.ttf') format('truetype'), url('../fonts/tahoma.svg#TahomaRegular') format('svg');
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'OswaldBook';
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    color: #3b3b3b;
    background: #fff;
}

html,
body,
video,
section,
header,
article,
nav,
footer,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: none;
    border: 0 none;
    font-size: 100%;
    margin: 0px;
    outline: 0 none;
    padding: 0px;
    font-weight: normal;
    font-style: normal;
}

section,
video,
header,
nav,
article,
footer,
address {
    display: block;
}

ol,
ul {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: #3b3b3b;
}

a img {
    border: none;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

a,
a:active,
a:focus {
    outline: none !important;
}

#pg {
    float: left;
    width: 100%;
    background: #e5e5e5;
}

#header {
    float: left;
    width: 100%;
    background: #f4f4f4;
    height: 75px;
    margin: auto;
}

.header_content {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.logo {
    float: left;
    width: 220px;
}

.logo h1 {
    font-family: 'BebasNeueRegular';
    font-size: 34px;
    padding: 20px 0px;
    letter-spacing: 0.6px;
}

.logo h1 span {
    color: #f0a933;
}

#navigation {
    float: right;
    width: 770px;
    height: 75px;
}

.nav {
    float: right;
}

.nav,
.nav li {
    display: block;
    line-height: 75px;
    width: auto;
}

.nav li {
    float: left;
    border-right: 1px solid #e2e2e2;
    padding: 0px 16px;
}

.nav li:last-child {
    border-right: none;
}

.nav li a {
    font-family: 'oswaldlight';
    font-size: 16px;
    text-align: center;
}

.nav li a:hover,
.nav li a.active {
    color: #f0a933;
}

#banner {
    width: 100%;
    float: left;
    margin: auto;
    background-image: url(../img/banner_bg.jpg);
    background-size: 100% 571px;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}

.banner,
.video_section {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.banner img {
    float: left;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

#video {
    width: 100%;
    float: left;
    height: 503px;
    margin: auto;
    background-image: url(../img/bg_video.jpg);
    background-size: 100% 503px;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    border-top: 1px solid #cac5c7;
}

.video_section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.videos {
    width: 650px;
    float: left;
}

.videos img {
    float: left;
    margin-top: 75px;
    border: 1px solid #585858;
}

.tour {
    width: 350px;
    float: right;
}

.tour h1 {
    font-size: 24px;
    color: #fff;
    padding: 30px 0px 10px 0px;
}

.tour h1 span {
    color: #f0a933;
}

.tour_detail {
    width: 100%;
    float: left;
    background: #4a4a4a;
    overflow-y: scroll;
    border: 1px solid #585858;
}

.tour_detail ul,
.tour_detail ul li {
    float: left;
    padding: 12px 0 12px 15px;
}

.tour_detail ul li {
    padding: 12px 0 12px 15px;
    border-bottom: 1px solid #303030;
    width: 95.5%;
}

.tour_detail li h2 {
    font-size: 14px;
    color: #f0a933;
    padding-bottom: 8px;
}

.tour_detail li h3 {
    font-size: 12px;
    color: #fff;
    font-family: 'TahomaRegular';
    padding-bottom: 8px;
}

.tour_detail li p {
    font-size: 12px;
    color: #fff;
    font-family: 'TahomaRegular';
    padding-bottom: 12px;
}

.tour_detail li:last-child {
    border-bottom: none;
}

.ticket {
    background: #fff;
    border: 1px solid #6c6c6c;
    border-radius: 3px;
    font-size: 11px;
    color: #353535;
    font-family: 'TahomaRegular';
    padding: 3px 12px;
    cursor: pointer;
}

#article {
    clear: both;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 32px 0px;
}

#article h1 {
    font-size: 24px;
    color: #151515;
    font-family: 'OswaldBook';
    font-weight: bold;
}

#article h1 span {
    color: #f0a933;
}

.article_wrapper {
    float: left;
    width: 100%;
    margin: 25px 30px;
}

.article_wrapper ul {
    width: auto;
}

.article_description {
    float: left;
    width: 236px;
    margin-right: 8px;
    border: 1px solid #d0d0d0;
}

.article_description.last {
    margin-right: 0px;
}

.article_description img {
    float: left;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
}

.article_description h2 {
    float: left;
    color: #404040;
    font-size: 15px;
    font-family: 'OswaldBook';
    padding: 10px;
}

.article_description p {
    float: left;
    font-family: 'TahomaRegular';
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px 10px 10px;
    line-height: 18px;
}

.article_description a {
    float: left;
    background: #f0a933;
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
    font-family: 'OswaldBook';
    color: #fff;
    text-align: center;
}

.article_description:last-child {
    margin-right: 0px;
    margin-bottom: 80px;
}

.article_description:hover {
    border: 1px solid #000;
}

.article_description:hover a {
    background: #000;
}

#footer {
    width: 100%;
    float: left;
    margin: auto;
    background: url(../img/foot_bg.jpg) repeat-x;
    height: 67px;
    /*	position: fixed;*/
    width: 100%;
    z-index: 99999;
    bottom: 0;
}

#footer h3 {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    line-height: 67px;
    font-family: 'oswaldlight';
    font-size: 15px;
    color: #fff;
}

/*-------contact_pg css start--------------------------*/

#contact_pg {
    width: 100%;
    float: left;
    margin: auto;
    background: #fff;
	padding: 80px 0;
}

.contact_content {
    width: 100%;
    clear: both;
    margin: 40px auto 0px auto;
    max-width: 1140px;
}

.contact_content h1 {
    background: #272727;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 0 10px 12px;
}

.contact_description {
    background: #f3f3f3;
    border: 1px solid #b1b1b1;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact_name {
    padding: 0 50px 0 15px;
    width: 50%;
}

.contact_form {
    border: 1px solid #c5c5c5;
    position: relative;
    background: #fff;
    padding: 20px;
    width: 50%;
    border-radius: 4px;
}

.contact_form h2 {
    font-family: 'TahomaRegular';
    font-size: 25px;
    color: #f0a933;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.contact_form h3 {
    color: #444;
    font-size: 18px;
    font-family: 'TahomaRegular';
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 5px;
}

.contact_form p {
    color: #444;
    font-size: 18px;
    font-family: 'TahomaRegular';
    font-weight: 400;
    letter-spacing: 0.5px;
    background: url('https://www.billkirchenbauer.com/wp-content/uploads/2024/05/Map.png') no-repeat left center;
    padding: 10px 55px;
    margin-bottom: 0;
}

.contact_form p.phone {
    background: url(../img/phone.png) no-repeat left center;
    padding: 10px 55px;
    margin-bottom: 10px;
}

.contact_form p.email {
    background: url(../img/email.png) no-repeat left center;
    padding: 10px 55px;
}

.arrow {
    position: absolute;
    left: -27px;
    top: 108px;
}

.page-id-15 article#pg {
    display: flex;
    height: 100vh;
    flex-direction: column;
}

.page-id-15 article#pg section#contact_pg {
    height: 100%;
}

/*-------contact_pg css start--------------------------*/

/*-------bio_pg css start--------------------------*/

#bio_pg {
    width: 100%;
    float: left;
    margin: auto;
    background: #fff;
}

.bio_content {
    width: 1000px;
    clear: both;
    margin: auto;
}

.text {
    float: right;
    width: 760px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.text h2 {
    font-family: 'OswaldBook';
    font-weight: bold;
    color: #474647;
    font-size: 22px;
    margin-bottom: 25px;
}

.text h2 span {
    color: #f0a933;
}

.text p {
    font-size: 12px;
    color: #7a7a7a;
    font-family: 'TahomaRegular';
    text-align: justify;
    margin-bottom: 15px;
}

.img_sec {
    width: 220px;
    height: 855px;
    float: left;
    background: url(../img/center_line.jpg) repeat-y center center;
}

.img_sec ul li {
    font-size: 0px;
    float: left;
    width: 100%;
    height: 214px;
    margin-top: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.img_1 {
    background: url(../img/img_1.png) no-repeat center center;
}

.img_1:hover {
    background: url(../img/img_1_hover.png) no-repeat center center;
}

.img_2 {
    background: url(../img/img_2.png) no-repeat center center;
}

.img_2:hover {
    background: url(../img/img_2_hover.png) no-repeat center center;
}

.img_3 {
    background: url(../img/img_3.png) no-repeat center center;
}

.img_3:hover {
    background: url(../img/img_3_hover.png) no-repeat center center;
}

/*-------bio_pg css end--------------------------*/

/*----------------image_slider_with_caption css start---------------------------*/

/* Slide Show */

#img_gallery {
    width: 100%;
    float: left;
    margin: auto;
    background-image: url(../img/banner_bg.jpg);
    background-size: 100% 628px;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
}

#slideshow-main {
    width: 100%;
    height: 628px;
    float: left;
}

#slideshow-main img {
    border: 2px solid #C8C3C6;
    box-shadow: 0 0 10px #888888;
    -moz-box-shadow: 0 0 10px #888888;
    -ms-box-shadow: 0 0 10px #888888;
    -o-box-shadow: 0 0 10px #888888;
    -webkit-box-shadow: 0 0 10px #888888;
}

#slideshow-main ul {
    margin: 0;
    padding: 0;
    width: 954px;
    height: 600px;
    padding: 25px 23px 0px 21px;
}

#slideshow-main li {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

#slideshow-main li.active {
    display: block !important;
}

#slideshow-main li span.opacity {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 500;
}

#slideshow-main li span.content {
    position: absolute;
    bottom: 7px;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 1000;
}

#slideshow-main li span.content h1 {
    text-shadow: 1px 0 0 #171617;
    -moz-text-shadow: 1px 0 0 #171617;
    -ms-text-shadow: 1px 0 0 #171617;
    -o-text-shadow: 1px 0 0 #171617;
    -webkit-text-shadow: 1px 0 0 #171617;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

#slideshow-main li span.content p {
    font-size: 16px;
    margin: 0px;
    padding: 0;
    color: #fff;
    text-shadow: 0px 1px 0 #888;
    -moz-text-shadow: 0px 1px 0 #888;
    -ms-text-shadow: 0px 1px 0 #888;
    -o-text-shadow: 0px 1px 0 #888;
    -webkit-text-shadow: 0px 1px 0 #888;
}

#slideshow-carousel {
    float: left;
    width: 1000px;
    position: relative;
    padding: 50px 0px;
}

#slideshow-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slideshow-carousel li {
    background: #fff;
    height: 116px;
    position: relative
}

#slideshow-carousel li .arrow {
    left: 3px;
    top: 28px;
    position: absolute;
    width: 20px;
    height: 40px;
    background: url(../img/arrow_white.png) no-repeat 0 0;
    display: block;
}

#slideshow-carousel li a {
    background: #000;
    display: block;
    width: 115px;
    height: 116px;
}

#slideshow-carousel .active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#slideshow-carousel .faded {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.download {
    margin: 12px 15px 0 12px;
    cursor: pointer;
    border: none;
    background: url(../img/download_icn.png) no-repeat center center;
    font-size: 0px;
    float: left;
    width: 41px;
    height: 40px;
}

/*----------------image_slider_with_caption css start---------------------------*/

/*---------tour_css start-------------------------*/

#tour {
    width: 100%;
    float: left;
    margin: auto;
    background-image: url(../img/banner_bg.jpg);
    background-size: 100% 728px;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}

.tour_container {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    height: 728px;
    position: relative;
}

.tour_bg {
    left: -259px;
    position: absolute;
    top: 65px;
}

.tour_content {
    width: 100%;
    float: left;
    padding-top: 75px;
}

.tour_content h2 {
    color: #f0a933;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
}

.tour_content h2 span {
    color: #fff;
}

#ticket_container {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 99.8%;
}

.title_container {
    border-top: 1px solid #eae8e9;
    border-bottom: 1px solid #eae8e9;
    float: left;
}

.row {
    float: left;
}

.title {
    background: #fbb747;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbb747 50%, #f0a933 53%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fbb747), color-stop(53%, #f0a933));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbb747 50%, #f0a933 53%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbb747 50%, #f0a933 53%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbb747 50%, #f0a933 53%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fbb747 50%, #f0a933 53%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb747', endColorstr='#f0a933', GradientType=0);
    /* IE6-9 */
    padding: 19px 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.date {
    width: 170px;
    float: left;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.date p.date_data {
    font-size: 19px;
    color: #1c1c1c;
    line-height: normal;
    padding-top: 10px
}

.date p.date_data span {
    font-size: 17px;
    clear: both;
}

.venue {
    width: 380px;
    float: left;
    border-right: 1px solid #d8d8d8;
}

.city {
    width: 250px;
    float: left;
    border-right: 1px solid #d8d8d8;
}

.tix {
    width: 180px;
    float: left;
    border-right: 1px solid #d8d8d8;
}

.tix.buy {
    height: 67px;
    padding: 0px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    text-shadow: -1px 0px 0px #cd9332;
    line-height: 67px;
    cursor: pointer;
}

.tix.buy a {
    color: #fff;
}

.detail {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 47%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f1f1f1), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 47%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 47%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 47%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 47%, #e5e5e5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    line-height: 67px;
    height: 67px;
    text-align: center;
    font-size: 14px;
    color: #444444;
    font-family: 'TahomaRegular';
}

/*---------tour_css end-------------------------*/

.img {
    border: 1px solid #585858;
    float: left;
    margin-top: 64px;
}

nav a#pull {
    display: none;
}