/*
--------------------------------
Deafult CSS
--------------------------------
*/

body {
   font-family: "dax-light";
   color: #555;
}
@font-face {
    src:url('../fonts/dax-light.eot');
    src:url('../fonts/dax-light.woff') format('woff'), 
    url('../fonts/dax-light.ttf') format('truetype'),
    url('../fonts/dax-light.svg') format('svg');
    font-family: "dax-light";
}
@font-face {
    src:url('../fonts/dax-medium.eot');
    src:url('../fonts/dax-medium.woff') format('woff'), 
    url('../fonts/dax-medium.ttf') format('truetype'),
    url('../fonts/dax-medium.svg') format('svg');
    font-family: "dax-medium";
}
@font-face {
    src:url('../fonts/dax-bold.eot');
    src:url('../fonts/dax-bold.woff') format('woff'), 
    url('../fonts/dax-bold.ttf') format('truetype'),
    url('../fonts/dax-bold.svg') format('svg');
    font-family: "dax-bold";
}
a {
   -webkit-transition: .4s;-o-transition: .4s;transition: .4s;
}
a:hover {
    text-decoration: none;
    color: #e4334f;
}
a:focus {
    text-decoration: none;
    outline: none;
    color: #e4334f;
}
a:visited {
    text-decoration: none;
    color: #e4334f;
}
button,
input,
select,
textarea {
    outline: none;
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
}
.btn {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-user-select: none;
}
.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none;
    color: #ffffff;
}
.form-control:focus {
    border-color: #3d4958;
    box-shadow: none;
    outline: medium none;
}
.upper {
    text-transform: uppercase;
}
.wpcf7-not-valid {
    background-color: #EF8A9A !important;
    color: #000000 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
div.pp_default .pp_description {
    font-size: 14px;
    line-height: 19px;
    color: #717171;
}
div.pp_default .pp_close {
    background: url(/wp-content/uploads/sprite.png);
    background-repeat: no-repeat;
    background-position: 7px 3px;
}


/*
--------------------------------
Header CSS
--------------------------------
*/
body.home .bg-watermark {
    background-image: url(/wp-content/uploads/bg.png);
    background-size: contain;
    background-position: center bottom;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    bottom: 40px;
    background-repeat: no-repeat;
}
body.modal-open {
    padding-right: 0px !important;
    overflow: auto;
}
header.header-section {
    position:  fixed;
    width:  100%;
    z-index: 999;
}
header.header-section .container {
    width: calc(1070px - 15px);
}
.main-menu-wrapper nav.navbar {
    padding: 0;
}
.main-menu ul li {
    display:  inline;
    margin-left: 10px;
}
.main-menu ul li a {
    text-transform:  uppercase;
    letter-spacing:  .2em;
    font-size:  20px;
    color: #111;
    padding: 10px;
    display:  inline-block;
}
.main-menu ul li a:hover{
    color: #CC0920;
}
.main-menu ul {
    margin: 0;
}
.main-menu {
    width: 100%;
}
.main-menu #top-menu {
    float: right;
}
.main-menu-wrapper {
    position:  relative;
    background-color: #eee;
}
.logo {
    position:  absolute;
    top:  -4px;
}
.sub-menu-wrapper {
    background-color: #272727;
    text-align: right;
}
.single-sub-menu ul li {
    display: inline-block;
    margin: 0 10px;
}
.single-sub-menu ul {
    margin:  0;
    padding:  0;
}
.single-sub-menu ul li a {
    color:  #a6a6a6;
    font-size:  17px;
    text-transform:  capitalize;
    letter-spacing:  0.15em;
    display:  inline-block;
    padding: 10px 0;
}
.single-sub-menu ul li a:hover {
    color: #ffffff;
}
.main-menu ul li.current-menu-item a {
    background-color: #CC0920;
    color: #ffffff;
}
.main-menu ul li.current-menu-item a:hover {
    color: #ffffff;
}
.single-sub-menu ul li.menu-hidden {
    visibility: hidden;
}
.single-sub-menu ul li.menu-hidden a {
	padding: 7px 0;
}
.single-sub-menu ul li.menu-open-popup a {
  background-color: #CC0920;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 900;
  padding: 10px 25px;
}
.single-sub-menu ul li.menu-open-popup a:hover {
    transform: scale(1.01) rotate(1deg);
    box-shadow: -1px 0px 16px -1px #FFFFFF;
}
.main-menu ul li.contact-menu-cls {
    margin-left: 35px;
    margin-top: 4px;
}
.main-menu ul li.contact-menu-cls a {
    font-size: 16px;
    padding-right: 0;
}
body.home .main-menu ul li.contact-menu-cls.only-home {
    display: block !important;
}
body.home .main-menu ul li.contact-menu-cls {
    display: none !important;;
}
.main-menu ul li.contact-menu-cls.only-home {
    display: none;
}
.voucher-book-wrapper {
    position:  relative;
}
.voucher-wrapper {
    position:  absolute;
    left:  0;
    top: 0;
}
.book-now-wrapper a {
    float: right;
    width: 182px;
    height: 69px;
    text-align: center;
    color: #fff;
    line-height: 55px;
    margin: 0 auto;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}
.bdi-wpml-setting {
    position:  absolute;
    right:  0;
    top:  0;
    background-color:  #CC0920;
    height: 100%;
}
.bdi-wpml-setting .bdi-lan-widget ul li a {
    color: #ffffff;
    padding: 0;
    font-size: 1rem;
}
.bdi-wpml-setting .bdi-lan-widget ul li:hover a {
    text-decoration: underline;
}
.bdi-wpml-setting .bdi-lan-widget ul li {
    display: block;
    padding:  0 !important;
    margin-top: 4px;
    margin-bottom: 7px;
}

.bdi-wpml-setting .bdi-lan-widget ul li:last-child {
    margin-bottom: 0;
}
.bdi-wpml-setting .bdi-lan-widget .wpml-ls.wpml-ls-legacy-list-horizontal {
    padding: 0 5px;
    border: none;
}
.bdi-popup-box .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}
.bdi-popup-box .modal-header {
    text-align:  center;
    background-color:  #CC0920;
    border: none;
}
.bdi-popup-box .modal-header h5 {
    color:  #ffffff;
    text-align:  center;
    display:  block;
    width:  100%;
    font-size:  28px;
    font-weight: 400;
}
.bdi-popup-box .popup-img img {
    width: 100%;
}
.bdi-popup-box-wrapper .modal-body h1 {
    color:  #CC0920;
    text-align:  center;
    font-size: 22px;
    border-bottom: 2px solid;
    padding-bottom: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.bdi-popup-box-wrapper .modal-body {
    padding-top: 20px;
}
.bdi-service-detail-content ul li a {
    color: #ffffff;
    font-style: italic;
    line-height: 14px;
    display: block;
    margin-bottom: 5px;
    padding: 5px 3px;
    font-size: 12px;
}
.bdi-service-detail-content ul li:hover a {
    background-color: #ffffff;
    color: #CC0920;
}
.bdi-popup-box-wrapper .modal-body p a {color: #CC0920;}
.bdi-popup-box-wrapper .modal-body p a:hover {
    text-decoration:  underline;
}
.bdi-popup-box .modal-footer {
    background-color: #060000;
    border:  none;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    transition: .5s;
}
.popup-exit {
    color:  #ffffff;
    text-align:  center;
    width: 100%;
}
.bdi-popup-box .modal-footer:hover {
    background-color:  #666666;
    cursor: pointer;
}



/*
--------------------------------
Home Page CSS
--------------------------------
*/
.liveoder-signle-slider {
    border-bottom: 5px solid #E4334F;
}
.slider-caption p {
    font-size: 19px;
}
.slider-caption.carousel-caption {left: 20px;text-align: left;bottom: 5px;padding: 0;right: 15px;}
.slider-caption p.slider-bold-text {
    font-size: 20px;
    font-family: "dax-medium";
    line-height: 1.4em;
}
.bdi-home-events-wrapper {
    height:  250px;
    background-color:  #CC0920;
    padding: 15px;
}
.height-3h {
    height: 300px;
    background-color: #efefef;
}
.bdi-border-b {
    border-bottom: 5px solid #e4334f;
}
.home-event-info h5 {
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'dax-medium';
    font-weight: normal;
}
.home-event-info span {
    color: #ffffff;
    font-size: 12px;
    display: block;
    text-align: right;
    cursor: pointer;
    font-family: "dax-medium";
    font-weight: normal;
}
.single-bdi-home-event {
    margin-bottom: 22px;
}
.events-page-info a, .events-page-info span {
    color: #CC0920;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "dax-medium";
    padding: 10px 18px 0;
    display: inline-block;
}
.events-page-info a:hover {
    text-decoration: underline;
}
.bdi-modal-content {
    padding: 40px;
    margin-top: 50px;
}
.bdi-modal-header, .bdi-event-modal-body, .bdi-modal-footer {
    padding: 0;
}
h5.bdi-event-modal-title {
    color: #CC0920;
    letter-spacing: 2px;
    border-bottom: 2px solid #d75263;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-family: "dax-medium";
    text-transform: capitalize;
    font-size: 1.3em;
}
.bdi-modal-header {
    border-bottom: none;
}
.bdi-modal-contents span {
    display:  block;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.bdi-modal-contents span.sub-title {
    font-weight: 300;
    letter-spacing: 0px;
    display: block;
    margin-top: 10px;
}
.bdi-modal-contents p {
    margin-top: 10px;
    line-height: 1.6em;
    font-size: 17px;
}
.bdi-modal-contents p strong {
    letter-spacing: 0.1em;
}
.bdi-modal-dialog.modal-dialog {
    max-width: 540px;
}
.bdi-modal-footer {
    border-top: 0px;
    margin-top: 15px;
}
.bdi-modal-contents a {
    color: #CC0920;
    padding: 0;
    background: transparent;
    display: inline;
}
a.bdi-redirect-page {
    padding-right: 15px;
    background-color: #ECECEC;
    height:  25px;
    display: table;
    color:  #000000;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.bdi-modal-contents p a:first-child {
    display: inline;
    background-color: transparent;
    color: #CC0920;
}
.bdi-modal-contents a:hover {
    text-decoration:  underline;
}
.bdi-modal-contents a img {
    margin-right: 15px;
    margin-top: -1px;
}
.bdi-modal-footer .close-btn img {
    cursor:  pointer;
}
.bdi-modal-contents ul {
    margin-top: 25px;
}
.bdi-modal-contents ul li {
    color: #ffffff;
    background-color: #CC0920;
    margin: 3px 0;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 2px;
}
.bdi-services-front-info {
    position:  absolute;
    bottom: 0;
    left: 0;
    background-color: #CC0920;
    height: 0%;
    width: 100%;
    opacity: 0;
    padding: 15px;
    transition: .6s;
    visibility:  hidden;
}
.bdi-mb {
    margin-bottom: 25px;
}
.bdi-home-events {
    position:  relative;
}
.bdi-services-front-info h4 {
    font-size: 17px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-family: "dax-medium";
    text-transform: uppercase;
}
.bdi-service-detail-content p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}
.bdi-service-detail-btn {
    position:  absolute;
    bottom:  0;
    padding-bottom: 10px;
}
.single-detail-btn {
    text-align:  center;
    visibility: hidden;
    float: left;
}
a.single-detail-btn {
    padding-left: 10px;
    display: block;
}
.single-detail-btn:first-child {
    padding-left:  0
}
.prettyphoto-gallery {
    float: left;
    margin-right: 17px;
}
.single-detail-btn span {
    display: block;
    color: #ffffff;
    font-weight:  400;
    font-size: 14px;
}
.single-detail-btn img {
    cursor: pointer;
}
.fotos-btn {
    color: #ffffff;
    background-image: url(/wp-content/uploads/zoom.png);
    background-repeat: no-repeat;
    padding-top: 28px;
    font-size: 15px;
}
.bdi-home-events:hover .bdi-services-front-info {
    visibility:  visible;
    opacity: 1;
    height: 100%;
}
.bdi-home-events:hover .single-detail-btn {
    visibility:  visible;
    transition: .6s;
}
ul.bdi-modal-list-style-point li {
    background-color: #eee;
    margin-bottom: 5px;
    border-left: 6px solid #CC0920;
    padding-left: 10px;
    color: #000000;
    text-align: left;
}
ul.bdi-modal-list-style-point {
    margin-top: 35px;
}
.bdi-extra-info p {
    margin: 0;
}
.bdi-extra-info {
    margin-bottom: 15px;
}
.menu-img {overflow:  hidden;height:  100px;width: 100px;transition: all 0.5s ease-in-out;border: 5px solid #b1b1b1;margin: 0 auto;border-radius: 100%;text-align: center;background-color: #ffffff;background-size: 100% auto;}
a.menu-of-the-day {
    padding-top: 20px;
    display: block;
    text-align: center;
}
a.menu-of-the-day:hover .menu-img {
    background-position: -0px -90px;
    border: 5px solid #e4334f;
    transition: all 0.5s ease-in-out;
}
.menu-of-the-day p {
    color:  #ffffff;
    line-height: 22px;
    font-size: 15px;
    margin-bottom:  0;
    margin-top: 20px;
}
/*
.bdi-sponser-section .single-sponser > a {
    transition: 200ms all ease-in-out;
    transform: scale(0.90);
    border-radius: 2px;
    display: inline-block;
}
.bdi-sponser-section {
    margin:  0 auto;
    width: 926px;
}
.bdi-sponser-section .single-sponser > a:hover {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.single-sponser {
    float:  left;
    position:  relative;
}
.single-sponser.single-text-sponser p {
    position:  absolute;
    top: 0;
    padding:  2px;
    text-align:  center;
    font-size: 14px;
    background-color: #cc081f;
    height:  100%;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    padding-top: 13px;
    z-index: 99999999;
    visibility:  hidden;
    margin: 0;
    transition: 200ms all ease-in-out;
}
.single-sponser.single-text-sponser {
    transform: scale(0.90);
    transition: 200ms all ease-in-out;
}
.single-sponser.single-text-sponser:hover {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.single-sponser.single-text-sponser:hover p {
    visibility:  visible;
}
*/
.bdi-sponser-section {
    flex-direction: row;
    flex-wrap:  wrap;
    justify-content: center;
    display:  flex;
    flex: 1 1 auto;
}
.single-sponser.sponser-first-rating {
    width:  200px;
    height:  80px;
}
.single-sponser.sponser-first-rating a {
    max-height:  50px;
    max-width: 180px;
    margin-top: 1rem;
}
.single-sponser.sponser-first-rating a
 img {
    max-height:  50px;
    max-width: 180px;
}
.sponser-titel {
    font-size:  14px;
    display:  block;
    width:  200px;
    text-align:  center;
    position:  absolute;
    left:  0;
    background-color: #cc081f;
    color: #fff;
    line-height: 1.5;
    top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-sponser {
    align-items:  center;
    justify-content:  center;
    background-color: #ffffff;
    /* 8: width:  100px; */
    width: 76px;
    height: 70px;
    margin: 5px 8px;
    border-radius:  5px;
    transition: 200ms all ease-in-out;
    display:  flex;
    position: relative;
}
.single-sponser a, .single-sponser a img {
    max-width:  70px;
    max-height: 50px;
}
.single-sponser.single-text-sponser img {
    max-width:  70px;
    max-height: 50px;
}
.single-text-sponser-hover {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    position:  absolute;
    top:  0;
    left: 0;
    overflow:  hidden;
    font-size: 14px;
    line-height: 1.4;
    background-color:  #cc081f;
    color:  #ffffff;
    width:  100%;
    height: 100%;
    text-align: center;
    opacity:  0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 5px;
}
.bdi-sponser-section .single-sponser:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.single-text-sponser-hover:hover, .single-text-sponser-hover:focus {
    opacity: 1;
}
.single-sponser.bdi-svg-img a img {
    height: 60px;
}
.single-sponser-advert > p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 19px;
    font-weight: 400;
    margin-bottom:  20px;
    padding-bottom: 2px;
}
.single-sponser-advert p a {
    color:  #e4334f;
    font-size: 16px;
}
.single-sponser-advert p a:hover {
    text-decoration:  underline;
}
.sponser-advert {
    text-align: center;
    width:  150px;
    height: 145px;
    margin-bottom: 45px;
    border:  1px solid #589442;
    padding: 0 5px;
}
.sponser-advert.first-advert p {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
    line-height:  15px;
    padding-top: 5px;
}
.sponser-advert.first-advert p span {
    display:  block;
    font-weight: 500;
    font-size: 12px;
}
.sponser-advert.first-advert a {
    display: inline-block;
    font-size: 15px;
    color:  #000000;
    text-decoration:  underline;
    line-height:  18px;
    font-weight: 400;
}
.sponser-advert.first-advert a img {
    margin-bottom: 5px;
}
.sponser-advert.second-advert {
    background: linear-gradient(to right,rgba(0,55,95,1) 0,rgba(0,110,183,1) 100%);
    padding: 0;
    border: none;
    border-bottom: 1px solid #3c8395;
}
.sponser-advert.second-advert a img {
    margin-top: 10px;
    margin-bottom: 15px;
}
p.sponser-review {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
p.sponser-review span {
    display:  block;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
}
a.advert-link-btn {
    background-color:  #fbd822;
    width:  100%;
    display: block;
    padding:  3px;
    color: #000000;
    font-size:  14px;
    cursor:  pointer;
    border: 1px solid #c5c55b;
}
.sponser-advert.third-advert {
    border: none;
    height: auto;
}
.bdi-fetured-editor-wrapper p {
    font-size: 21px;
    color: #555555;
    line-height: 34px;
    margin: 20px 0 20px;
}
.bdi-medium-descriptions p {
    font-size: 18px;
    line-height: 27px;
}



/*
--------------------------------
Pages CSS
--------------------------------
*/
.effect-bg {
    position:  relative;
}
.effect-bg:after {
    position:  absolute;
    content:  "";
    width:  100%;
    height:  100%;
    background: url('/wp-content/uploads/effect.png') repeat top;
    top:  0;
    z-index: 1;
    left: 0;
}
.bdi-fetured-title {
    text-align: center;
    z-index: 9;
    position: relative;
}
.bdi-fetured-title-wrapper {
    width: 1000px;
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}
.bdi-fetured-title-wrapper h1 {
    position: relative;
    font-size: 78px;
    color: #ffffff;
    margin: 0 0 15px;
    line-height: 86px;
    text-shadow: 2px 2px 4px #000000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}
.bdi-fetured-title-wrapper span {
    display:  block;
    text-shadow:  2px 2px 3px #000000;
    color:  #ffffff;
    font-size: 33px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin:  0;
    padding: 0;
}
.bdi-fetured-title-wrapper h1:before, .bdi-fetured-title-wrapper h1:after {
    content:  "";
    position:  absolute;
    height:  1px;
    background-color:  #ffffff;
    top: 50%;
    width: 1000px;
}
.bdi-fetured-title-wrapper h1:before {
    left: -1010px;
    margin-left: -20px;
}
.bdi-fetured-title-wrapper h1:after {
    right: -1010px;
    margin-right: -20px;
}
.bdi-book-now {
    text-align:  center;
    border-top:  1px solid #aaa;
    border-bottom:  1px solid #aaa;
    padding: 25px 0;
    margin: 30px 0;
}
.bdi-book-now-wrapper a {
    font-size: 25px;
    color: #555;
}
.bdi-book-now-wrapper a img {
    padding-right: 25px;
}
.bdi-book-now-wrapper a:hover {
    color: #CC0920;
}
.bdi-book-now-map-wrapper h4 {
    color:  #CC0920;
    font-weight: 300;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.bdi-book-now-single-map {
    float:  left;
    margin-right: 5px;
}
.bdi-menu-item-wrapper {
    text-align: center;
}
.menu-item-img {
    height:  190px;
    width:  190px;
    overflow: hidden;
    margin:  0 auto;
    text-align:  center;
    border:  8px solid #b1b1b1;
    border-radius: 50%;
    background-position:  0 0;
    transition: all 0.5s ease-in-out;
    background-size:  100% auto;
    background-repeat:  no-repeat;
}
.bdi-menu-item-wrapper a:hover .menu-item-img {border: 8px solid #e4334f;background-position: 0 -175px;}
.bdi-menu-item-wrapper a h2 {
    color:  #555555;
    font-size:  28px;
    font-weight: 300;
    line-height:  30px;
    padding: 24px 0 20px;
    margin: 0;
}
.bdi-menu-item-wrapper a p {
    color: #717171;
    margin: 0;
    font-weight: 400;
}
.bdi-menu-item-wrapper a:hover h2 {
    color: #e4334f;
}
.bdi-event-modal-body.coming-events a {
    color: #CC0920;
    padding: 0;
    background: transparent;
    display: inline;
}
span.bdi-events-dt {
    letter-spacing: 0.1em;
    font-family: "dax-medium";
    font-size: 14px;
}
.bdi-coming-events-wrapper h1 {
    color:  #CC0920;
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 15px;
}
.single-coming-events li {background:  #EEEEEE;border-left:  15px solid #CCCCCC;list-style:  none;padding-left: 20px;padding-right: 10px;padding-top: 4px;padding-bottom: 5px;}
.single-coming-events h3 {
    display: inline-block;
    font-weight: 300;
    color: #555555;
    margin: 0;
    font-size: 22px;
    padding-bottom: 2px;
    letter-spacing: 1px;
}
.single-coming-events span {
    float:  right;
    color:  #555555;
    font-size: 18px;
    letter-spacing: 1px;
}
.single-coming-events h3:hover {
    text-decoration:  underline;
    cursor:  pointer;
}
.single-coming-events span:hover {
    text-decoration:  underline;
    cursor:  pointer;
}
.bdi-file-downloads-wrapper a {
    color: #e4334f;
    font-size: 1.1em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    background-image: url('/wp-content/uploads/icon_file.png');
    transition: .5s;
    display:  block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    background-position: left 6px;
    padding-left:  20px;
    background-repeat:  no-repeat;
}
.bdi-file-downloads-wrapper a span {
    color:  #555555;
    font-size:  80%;
    margin-left: 5px;
}
.bdi-file-downloads-wrapper {
    border-left: 15px solid #D13030;
    background: #eee;
    padding: 5px 20px 0px;
}
.bdi-file-downloads-wrapper a:hover {
    text-decoration:  underline;
}
.bdi-file-downloads-wrapper a:last-child {
    border-bottom: none;
}
.bdi-reffer-site-wrapper li, .bdi-list-services-area ul li, .content-list li{
    border-left: 15px solid #ccc;
    list-style:  none;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 5px;
    background-color: #eee;
    padding-left: 20px;
    color: #555;
    font-size: 18px;
    padding-bottom: 2px;
}
.bdi-reffer-site-wrapper li:last-child, .bdi-list-services-area ul li:last-child, .content-list li:last-child {
    margin-bottom: 0;
}
.bdi-reffer-site-wrapper li a {
    color: #e4334f;
}
.bdi-reffer-site-wrapper li span {
    padding-left: 10px;
}
.bdi-reffer-site-wrapper li a:hover {
    text-decoration:  underline;
}
.bdi-list-services-area p {
    font-size: 18px;
}
.bdi-list-services-area a {
    color: #e4334f;
}
.bdi-list-services-area ul {
    padding-top: 5px;
    padding-bottom: 25px;
}
.content-list li span {
    display:  block;
    color: #FF0000;
}
.content-list li span strong {
    font-weight: 500;
}
.bdi-table-content-wrapper h1 {
    border-bottom:  1px solid #D13030;
    display:  block;
    padding-bottom:  5px;
    margin-bottom: 10px;
    font-size: 1.75em;
    color: #D13030;
}
.bdi-table-content-wrapper table th {
    border:  none;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 0;
}
.bdi-table-content-wrapper table td {border-bottom: 1px solid silver;border-top: none;padding: 2px 0 2px 5px;white-space: nowrap;}

.bdi-table-content-wrapper table thead th br {
    display:  none;
}
.bdi-table-content-wrapper table td:first-child {
    padding-right: 57px;
}
.bdi-table-content-wrapper table thead th small {
    display: block;
}
.bdi-accordions {
    border: 1px solid #eee;
    margin-bottom: 5px;
}
.bdi-accordions-header h5 {
    background-color: #eee;
    line-height: 1.5em;
    cursor:  pointer;
    position:  relative;
    display:  block;
    letter-spacing: 0.15em;
    text-transform:  uppercase;
    color:  #CC0920;
    padding-left: 20px;
    font-size: 1.20em;
    margin-bottom: 0;
    padding-top: 2px;
}

.bdi-accordions-body {
    padding: 20px;
}
.bdi-accordions-body ul li {
    line-height:  1.5em;
    letter-spacing: 0.1em;
    padding-left:  20px;
    background-color: #eee;
    margin:  5px 0;
    font-size: 1.20em;
}
.bdi-accordions-body p, .bdi-accordions-body p strong {
    font-size: 1.15em;
    color: #555;
    font-weight:  normal;
    letter-spacing: 0.1em;
}
.bdi-service-detail-content ul {
    padding: 0 0 0 20px;
    list-style: square;
    color:  #fff;
    font-size: 14px;
    margin:  0;
    letter-spacing: 0.1em;
}
.bdi-modal-contents ul li small {
    font-size: 14px;
}
.bdi-modal-small-contents > ul {
    overflow: hidden;
    margin: 0;
}
.bdi-modal-small-contents > ul li {
    text-align:  left;
    border-left:  6px solid #CC0920;
    background-color: #eee;
    color: #000000;
    font-size: 0.8em;
    line-height:  1.6em;
    margin-bottom: 3px;
    padding-left: 10px;
}
.bdi-modal-small-contents p {
    margin: 0 0 15px 0;
}
.bdi-modal-small-contents h4 {
    margin-top:  25px;
    margin-bottom:  10px;
    letter-spacing: 1px;
    font-family:  "dax-medium";
    font-size: 1.15em;
    color: #555;
}
.hall-item-download {clear:  both;overflow: hidden;}
.hall-item-download .hall-img {
    float: left;
    margin-right: 5%;
}
.hall-item-download .hall-iteam-single-downlaod {
    float:  left;
    width: 62%;
}
.hall-img img {
    border-bottom: 5px solid #CC0920;
    width: 150px;
}
.hall-item-download .hall-iteam-single-downlaod ul {
    margin: 0;
}
.hall-item-download .hall-iteam-single-downlaod ul li {
    background-color: #eee;
    border-left: 20px solid #D13030;
    padding: 4px 20px 0px 10px;
    display: inline-block;
    margin-bottom: -7px;
}
.hall-item-download .hall-iteam-single-downlaod ul li a {
    letter-spacing: 0.1em;
    font-family:  "dax-medium";
    color: #e4334f;
    font-size: 14px;
    margin-bottom: 12px;
}
.hall-iteam-single-downlaod h3 {
    color:  #CC0920;
    font-family:  "dax-medium";
    font-size: 1.20em;
    letter-spacing: 0.1em;
}
.seminar-first-title h2 {
    color:  #CC0920;
    margin:  0;
    padding: 0;
    font-size: 1.8em;
}
.seminar-first-title p {
    margin-bottom: 1.0em;
}
.seminar-default-title {
    border-top:  1px solid #CC0920;
    border-bottom:  1px solid #CC0920;
    padding: 7px 0;
    margin: 35px 0;
}
.seminar-default-title h3 {
    margin:  0;
    color: #CC0920;
    padding: 0;
    letter-spacing:  0.1em;
    font-size: 1.5em;
}
.seminar-default-title p {margin-bottom: 0;letter-spacing:  0.1em;margin-top: 8px;line-height: 18px;}
.seminar-contact-form input, .seminar-contact-form textarea {
    background-color:  #F4F4F4;
    border: 1px solid #bbbbbb;
    padding-left: 5px;
}
.seminar-fullwidth {
    width: 90%;
}
textarea.full-width {
    width: 100%;
    height:  100px;
    padding: 10px;
    margin-top: 5px;
}
.seminar-default-width {
    width: 550px;
}
.seminar-contact-form .seminar-default-width {
    width: auto !important;
}
input.small-width {
    width: 100px;
}
input.mini-width {
    width: 60px;
}
input.half-width {
    width: 270px;
}
input.full-width {
    width: 100%;
}
input.semi-width {
    width: 480px;
}
.single-field-item p {
    float: left;
}
.single-seminar-wrapper {
    overflow: hidden;
}
p.left-margin {
    margin-left: 10px;
}
.wrapper-widht-form .single-field-item
 p {
    padding-right: 10px;
}
.seminar-contact-form p {
    font-size: 17.5px;
}
.single-field-item input {
    height: 1.5em;
}
.single-field-item input[type="date"] {
    width: 155px;
}
.seminar-submit-btn input {
    width:  150px;
    background-color:  #E4334F;
    color: #fff;
    font-size:  1.1em;
    line-height: 1.1em;
    height:  30px;
    text-align:  center;
    border:  none;
}
.facilities-item p {
    margin-bottom: 0;
}
.facilities-item span.wpcf7-list-item {
    margin-top: 3px;
}



/*
--------------------------------
Footer CSS
--------------------------------
*/

/*body.home.page footer.footer-area .copyright-wrapper {
    position: fixed !important;
    width: 100%;
    bottom: 0;
}
body.home.page footer.footer-area .sponser-section {
    position: absolute;
    width: 100%;
    bottom: 50px;
}*/
.copyright-wrapper {
    background-color:  #343434;
    box-shadow: 0px -5px 5px rgba(0,0,0,0.35);
    padding: 10px 0;
    position: relative;
}
.sponser-section {
    position: relative;
    background-color: #d1c7c780;
    padding: 10px 0;
}
.single-adress a {
    color: #CCCCCC;
    font-size: 18.5px;
    font-weight:  300;
    letter-spacing: 0.1em;
}
.single-adress a:hover {
    color: #CC0920
}
.single-adress {display:  inline-block;padding: 0 20px;position:  relative;}
.adress-copyright {text-align: center;}
.single-adress a span {
    margin: 0 5px;
}

.single-adress a img {
    margin-right: 10px;
}
.single-adress:after {
    position:  absolute;
    content: '';
    background-color: #ccc;
    right:  0;
    top: 22%;
    height: 65%;
    width: 1px;
}
.single-adress:last-child:after {
    display: none;
}
a.bdi-btn-gutschein {
    margin-top: 2rem;
    border-style: none;
    font-family: 'dax-medium', 'Open Sans Condensed', sans-serif;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #cc0920;
    font-size: 1rem;
    display: block;
}
a.bdi-btn-gutschein:hover, a.bdi-btn-gutschein:focus {
    color: #FFFFFF;
    background-color: #f72d45;
    text-decoration: none;
}
.max-page-wrapper {
    width: 1020px;
    margin: 0 auto;
}
.footer-tab-option {
    background-color: #343434;
    height: 50px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.35);
}
.footer-tab-option ul {
    font-size: 1.09em;
    list-style: none;
    letter-spacing:  0.1em;
    text-transform: uppercase;
    border:  none;
}
.footer-tab-option ul li {padding-right:  20px;line-height:  50px;text-decoration:  none;}
.footer-tab-option ul li a {
    color: #cccccc;
    padding: 0;
}
.footer-tab-option ul li a.active {
    color: #E4334F !important;
    background-color: transparent !important;
    border: none;
}
.footer-tab-option ul li a:hover {
    border:  none;
    color: #E4334F;
}
.footer-tab-option ul li .nav-link {
    border: none !important;
}
.footer-tab-content {
    height:  auto;
    background: url('/wp-content/uploads/footer_bg.jpg');
    background-repeat: repeat-x;
    background-position:  left top;
    background-size: cover;
    overflow:  hidden;
}
.footer-tab-content .single-tabs .box-wrapper {
    float:  left;
    margin-right: 22px;
    height: 300px;
    background-color: rgba(0,0,0,0.15);
    padding:  10px;
    margin-top: 10px;
    color: #ffffff;
    position: relative;
}
.footer-tab-content .single-tabs .bdi-third-one {width: 310px;}
.footer-tab-content .single-tabs .bdi-third-two {
    width: 640px;
}
h3.tabs-title {
    font-size: 1.15em;
    margin: 5px 0 15px;
    padding: 0;
    letter-spacing:  0.1em;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
}
.footer-tab-content .single-tabs .box-wrapper p {
    font-size: 14px;
    margin: 0;
    line-height: 1.3em;
}
.footer-tab-content .single-tabs .box-wrapper a {
    color: #ffffff;
}
.footer-tab-content .single-tabs .box-wrapper a:hover {
    text-decoration: underline;
}
.tab-footer-info {
    position:  relative;
    margin-top: 8px;
    margin-left: 10px;
}
.tab-footer-info img {
    position:  absolute;
}
.tab-footer-info p {
    padding-left: 40px;
}
.footer-new-contact input, .footer-new-contact textarea {font-family:  "dax-medium";margin: 0 5px;font-size: 1.0em;padding: 0px 10px;border: none;color: #aaa;background-color: #ffffff;}
.footer-new-contact br {
    display:  none;
}
.footer-new-contact input.col-third-one {
    float:  left;
    width: 198px;
    height:  42px;
    line-height: 42px;
}
.footer-new-contact input[type="email"] {margin-right: 0 !important;}
.footer-new-contact input::-webkit-input-placeholder, .footer-new-contact textarea::-webkit-input-placeholder {color: #aaa;}
.footer-new-contact textarea {
    height: 120px;
    margin: 10px 5px;
    width: 99%;
    padding: 10px;
    margin-bottom: 3px;
}
.footer-new-rest-sbumit input {
    cursor: pointer;
    width:  150px;
    height:  30px;
    font-size: 1.0em;
    text-align: center;
    line-height: 1.0em;
}
.footer-new-rest-sbumit input[type="reset"] {
    color: #fff;
    background-color: #343434;
}
.footer-new-rest-sbumit input[type="submit"] {
    background-color:  #E4334F;
    color:  #fff;
    float: right;
    margin-right: 21px;
}
.footer-new-rest-sbumit {
    position: absolute;
    bottom: 8px;
    width: 100%;
}
.new-findus {
    margin-top: 8px;
}
.no-box-space {
    padding:  0 !important;
}
.new-footer-map iframe {
    width: 100%;
    position:  absolute;
    height: 100%;
}
.list-link {
    line-height:  24px;
    text-indent:  40px;
    border-top:  1px solid rgba(238, 238, 238, 0.25);
    border-bottom: 1px solid rgba(238, 238, 238, 0.25);
    margin: 14px 0;
}
.list-link a {
    background-image: url("/wp-content/uploads/icon_list.png");
    background-repeat:  no-repeat;
    line-height:  22px;
    text-indent: 40px;
    border-top:  1px solid rgba(238, 238, 238, 0.25);
    border-bottom: 1px solid rgba(238, 238, 238, 0.25);
    background-color:  #cc081f;
    display:  block;
    background-position:  8px 4px;
    margin-top: 3px;
    padding-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    transition: .1s;
}
.list-link a:hover {
    text-decoration: none !important;
    text-transform:  uppercase;
    letter-spacing: 0.1em;
}
.book-table-link {
    margin:  15px 0;
    border-top:  1px solid rgba(238, 238, 238, 0.25);
    border-bottom:  1px solid rgba(238, 238, 238, 0.25);
    padding: 20px 0;
    text-align: center;
}
.book-table-link a {
    background-image: url("/wp-content/uploads/book-table.png");
    background-repeat:  no-repeat;
    font-size:  14px;
    padding-left: 60px;
    padding-top:  10px;
    padding-bottom: 48px;
    transition: 0.1s;
}
.book-table-link a:hover {
    letter-spacing:  .1em;
    text-decoration: none !important;
    text-transform:  uppercase;
}
.footer-new-contact input.full-width-footer {
    width:  99.1%;
    margin-top: 10px;
    height:  42px;
    line-height: 42px;
}
.mdedia-files a {
    display: block;
    line-height: 20px;
    font-size: 14px;
}
a.underline {
    text-decoration:  underline;
}
.box-wrapper h4 {
    font-size: 17.5px;
}
.impress-table table {font-size: 12.5px;width: 100%;}
.impress-table table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.impress-table table tr td {
    line-height: 16px;
    padding:  5px 0;
    vertical-align:  top;
}
.impress-info h4 {
    text-transform:  uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0;
}
.impress-info p small {line-height: 14px;}
.impress-info {
    margin-top: 20px;
}
.impress-info.no-margin {
    margin: 0;
}
.scrollbar {
    overflow-y:  scroll;
}
.scrollbar::-webkit-scrollbar {
    background-color: rgba(0,0,0,0.4);
    width: 4px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.75);
}
.scrollbar::-webkit-scrollbar-thumb:hover {background-color: rgba(255,255,255,0.90);}

div#back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}


/*
--------------------------------
Germen CSS
--------------------------------
*/
footer .wpcf7-mail-sent-ok {
    margin-top: 0;
    position: absolute;
    background: #343434;
    width: 96%;
    left: 8px;
}
.jobfiles li {
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
}
.logo {
    z-index: 99;
}

/* Fix Safari Parralax */
.page .content-area .site-content-wrap section.ipad-parralax-fix {
    background-attachment: scroll!important;
    background-position: 100%!important;
}
.bdi-services-img-wrapper {
    height: 250px;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.bdi-services-img-wrapper img {
    min-width: 100%;
	min-height: 100%;
}
@media screen and (max-width: 740px) {
	.modal-gonext, .modal-goback {
		width: 20vw !important;
		height: 20vw !important;
	}
}
@media screen and (min-width: 740px) {
	.modal.wide .bdi-modal-dialog.modal-dialog {
	 max-width: 720px;
	}
	.modal .gallery .image-line>div {
    	height: 80px !important;
	}
}
@media screen and (min-width: 1040px) {
	.modal.wide .bdi-modal-dialog.modal-dialog {
	 max-width: 1020px;
	}
	.modal .gallery .image-line>div {
    	height: 100px !important;
	}
}
.modal .gallery .image-line {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.modal .gallery .image-line>div {
	flex: 0 0 16%;
	margin-right: 0.6666%;
	margin-top: 10px;
    overflow: hidden;
    height: 13vw;
    display: flex;
    align-items: center;
	position: relative;
}
.gallery-img.active {
    box-shadow: 1px 1px 2px 1px #a2a2a2;
}
.gallery-img.active::after {
	height: 4px;
}
.gallery-img::after {
	content: "";
	transition: all 450ms ease-in;
	display: block;
	position: absolute; bottom: 0; left: 0; width: 100%;
	background: #cc0920;
	height: 0px;
}
.modal .gallery .image-line>div img {
	width: 100%; flex-basis: 100%;
	height: auto;
    min-height: 100%;
    min-width: 100%;
}
.single-detail-btn {
	min-width: 52px;
}
.modal-rooms-gallery, .gallery-img { transition: all 450ms ease-out; }
.modal-rooms-gallery {
	display: none;
}
.modal-rooms-gallery.active {
	display: block;
}
.modal-footer.gallery {
    justify-content: space-between !important;
}
.modal-gonext, .modal-goback {
	position: absolute;
    top: calc(50% - 2.5vw);
    height: 5vw;
    width: 5vw;
    background: #504b4b61;
    z-index: 9999999999999999;
    color: #fff !important;
    text-align: center;
	cursor: pointer;
    line-height: 5vw;
    max-width: 78px;
    max-height: 78px;
    min-width: 78px;
    min-height: 78px;
}
.modal-footer .left-footer, .bulletlist {
    display: flex;
    flex-direction: row;
    line-height: 1em;
}
.bulletlist li {
    height: 13px;
    width: 13px;
    background: #bebdbd;
    border-radius: 50px;
    margin-right: 5px;
    box-shadow: 1px 1px 2px 0px #e2e2e2;
}
.bulletlist li.active {
	background: #cc0920;
}
.modal-gonext { right: 0; }
.modal-goback { left: 0; }
.modal-gonext .arrow { transform: scale(0.6) translateY(12px); }
.modal-goback .arrow { transform: scale(0.6) translateY(12px) rotate(180deg); }
.arrow {
  position: absolute;
	cursor: pointer;
  top: 25px;
  width: 90%;
  height: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  transition: all 250ms ease-in;
	opacity: 0.65;
}
a:hover .arrow {
	opacity: 0.95;
}

.arrow::after, .arrow::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 10px;
  right: -8px;
  background-color: #ffffff;
}

.arrow::after {
  top: -12px;
  transform: rotate(45deg);
}

.arrow::before {
  top: 12px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  transform: rotate(-45deg);
}
div#hub-messenger-widget {
    z-index: 999999999999999999999999999;
    position: absolute;
}
input[type="button"] {
    background-color: #e4334f;
    color: #fff;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    font-family: "dax-medium";
    margin: 0 5px;
    font-size: 1em;
    padding: 10px 14px;
    border: none;
}
.bdi-fetured-title a, .bdi-fetured-title a:hover {
	color: #fff;
	transition: all 380ms ease-out;
}
.bdi-fetured-title a:hover {	
	text-shadow: 4px 4px 6px #000;
}
a {
	color: #000;
}