/*
    Theme Name: 1040NightClub
    Theme URI: https://www.templaza.com/wordpress-themes.html
    Author: Templaza
    Author URI: http://templaza.com
    Version: 1.1.9
    Description: 1040 Night Club WordPress Theme is designed to become an ideal solution for users who intend to build up a website like music recording studio, music bands and groups, music clubs, night clubs and live music events.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar,  theme-options
    Text Domain: 1040nightclub
*/
/**
 * [Table of contents]

 * 1.0 - Reset
 * 2.0 - Loadding
 * 3.0 - Header
 * 4.0 - Page content
 * 5.0 - Element
 *  5.1 - Blog Slider
 *  5.2 - Book Table
 *  5.3 - Slider Images
 *  5.4 - Title
 *  5.5 - VC - TTaps
 *  5.6 - Video Blog Slider
 *  5.7 - Services
 *  5.8 - Events
 *  5.9 - Blog Carousel
 *  5.10 - Coming Soon
 *  5.11 - Gallery
 *  5.12 - Contact
 *  6.0 - Blog
 *  6.1 - Single
 *  6.2 - Events Calendar
 *  6.3 - Sidebar
 * 7.0 - Page 404
 * 8.0 - Footer
 * 9.0 - Responsive
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'BebasNeueBold';
  src: url('fonts/BebasNeueBold/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeueBold/BebasNeueBold.otf') format('opentype'), url('fonts/BebasNeueBold/BebasNeueBold.woff') format('woff'), url('fonts/BebasNeueBold/BebasNeueBold.ttf') format('truetype'), url('fonts/BebasNeueBold/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBook';
  src: url('fonts/BebasNeueBook/BebasNeueBook.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeueBook/BebasNeueBook.otf') format('opentype'), url('fonts/BebasNeueBook/BebasNeueBook.woff') format('woff'), url('fonts/BebasNeueBook/BebasNeueBook.ttf') format('truetype'), url('fonts/BebasNeueBook/BebasNeueBook.svg#BebasNeueBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueLight';
  src: url('fonts/BebasNeueLight/BebasNeueLight.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeueLight/BebasNeueLight.otf') format('opentype'), url('fonts/BebasNeueLight/BebasNeueLight.woff') format('woff'), url('fonts/BebasNeueLight/BebasNeueLight.ttf') format('truetype'), url('fonts/BebasNeueLight/BebasNeueLight.svg#BebasNeueLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/BebasNeueRegular/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeueRegular/BebasNeueRegular.otf') format('opentype'), url('fonts/BebasNeueRegular/BebasNeueRegular.woff') format('woff'), url('fonts/BebasNeueRegular/BebasNeueRegular.ttf') format('truetype'), url('fonts/BebasNeueRegular/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue-Thin';
  src: url('fonts/BebasNeue-Thin/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-Thin/BebasNeue-Thin.otf') format('opentype'), url('fonts/BebasNeue-Thin/BebasNeue-Thin.woff') format('woff'), url('fonts/BebasNeue-Thin/BebasNeue-Thin.ttf') format('truetype'), url('fonts/BebasNeue-Thin/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  padding-top: 5px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.wp-caption p.wp-caption-text,
.gallery-caption {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  letter-spacing: 1px;
  margin-top: 20px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sticky,
.bypostauthor {
  color: #d90057;
}
body {
  background-color: #1a1a1b;
  overflow-x: hidden;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: 300;
  color: #969696;
  font-family: 'Catamaran', sans-serif;
}
.ds-table {
  display: table;
  height: 100%;
  width: 100%;
}
.ds-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ds-table-cell-left-center {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.ds-table-cell-left-bottom {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}
h1,
h2,
h3 {
  font-family: 'BebasNeueBold', sans-serif;
}
h4 {
  font-family: 'BebasNeueRegular', sans-serif;
}
h5 {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 16px;
}
h6 {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 14px;
}
a {
  color: #969696;
  text-decoration: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:active,
a:hover {
  color: #969696;
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #d90057;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  position: relative;
  border-left: 2px solid #d90057;
  font-size: 16px;
  background-color: rgba(88, 88, 88, 0.2);
  padding: 31px 48px 38px;
  margin: 0 75px 35px 80px;
}
blockquote p {
  line-height: 1.7em;
  letter-spacing: 1px;
  color: #d90057;
}
.form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control:focus {
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
dd {
  margin-bottom: 20px;
}
table {
  width: 100%;
}
table tr {
  line-height: 3.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
table tr th {
  padding-right: 20px;
}
table thead tr {
  border-bottom-width: 2px;
}
table tbody tr th a {
  color: #d90057;
}
.post-item img {
  display: block;
}
.entry-thumbnail img {
  display: block;
  margin: 0 auto;
}
.page-links > span {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 15px;
}
.page-links a {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  display: inline-block;
  font-size: 15px;
  margin: 0 5px;
  padding: 8px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-links a:hover {
  background-color: #d90057;
  color: #ffffff;
  border-color: #d90057;
}
.page-links a span {
  display: block;
  margin: 0;
}
pre {
  white-space: pre-wrap;
  background-color: rgba(88, 88, 88, 0.2);
  color: #eaeaea;
  border: none;
  border-radius: 0;
}
.post-password-form input {
  background-color: transparent;
  border: 1px solid #aaaaaa;
  padding: 5px 25px;
}
.post-password-form label input {
  padding: 5px 10px;
}
.tz_stickyPost {
  margin-bottom: 20px;
}
.tz_stickyPost span {
  background-color: #fff;
  color: #1a1a1b;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 25px 12px;
  text-transform: uppercase;
}
.author {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 22px;
  color: #d90057;
  letter-spacing: 2px;
  line-height: 1.6em;
}
.vc_row.vc_row-flex > .container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.vc_row.vc_row-o-equal-height .container .vc_column_container {
  align-items: stretch;
}
.vc_row.vc_row-flex .container .vc_column_container {
  display: flex;
}
.vc_row.vc_row-flex .container .vc_column_container > .vc_column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.vc_row .vc_column_container {
  min-height: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.tz_social_network_item {
  font-size: 30px;
  color: #7a7a7a;
  display: inline-block;
  margin: 0 20px;
}
.tz_social_network_item:hover {
  color: #d90057;
}
/* navigation & pagination */
.tz_navigation_pagination {
  position: fixed;
  right: 4.5%;
  bottom: 15%;
  z-index: 10;
  display: table;
}
.tz_navigation_next_prev {
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.tz_navigation_next_prev a {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 25px;
  color: #aaaaaa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tz_navigation_next_prev a:hover {
  background-color: #d90057;
  color: #ffffff;
}
.tz_navigation_next_prev a i.tz_icon_next_prev:before {
  line-height: inherit;
}
.tz_page_pagination {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.tz_page_pagination a.tz_pagination_id {
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}
.tz_page_pagination a.tz_pagination_id.tz_page_active {
  border: 1px solid #d90057;
}
.tz_page_pagination a.tz_pagination_id.tz_page_active span.tz_pagination_title {
  opacity: 1;
  visibility: visible;
  top: -30px;
  bottom: auto;
}
.tz_page_pagination a.tz_pagination_id.tz_page_active span.tz_circle_pagination {
  background-color: #d90057;
}
.tz_page_pagination a.tz_pagination_id.tz_page_active:hover span.tz_pagination_title {
  bottom: auto;
}
.tz_page_pagination a.tz_pagination_id span.tz_pagination_title {
  position: absolute;
  bottom: -50px;
  left: -92px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'BebasNeueRegular', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_page_pagination a.tz_pagination_id span.tz_circle_pagination {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tz_page_pagination a.tz_pagination_id:hover span.tz_pagination_title {
  bottom: -30px;
  opacity: 1;
  visibility: visible;
}
.tz_template_homepage {
  position: relative;
}
.tz_bk_image_home_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 100vh;
  z-index: 1;
}
.tz_overlay_parallax {
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.tz_full_screen {
  height: 100vh;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tz_full_screen_box {
  display: table-cell;
  height: 100vh;
  vertical-align: middle;
  width: 100%;
}
.tz_full_screen_box:after {
  display: table;
  clear: both;
  content: '';
}
.tz_custom_row {
  display: flex;
  align-items: center;
}
.tz_custom_padding_left {
  padding-left: 0;
}
.tz_custom_padding_right {
  padding-right: 0;
}
/* paging-navigation */
.paging-navigation {
  text-align: center;
  margin-top: 70px;
}
.paging-navigation span.page-numbers,
.paging-navigation a.page-numbers {
  display: inline-block;
  padding: 8px 20px;
  margin: 0 5px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  font-size: 15px;
}
.paging-navigation span.current,
.paging-navigation a.page-numbers:hover {
  background-color: #d90057;
  color: #ffffff;
  border-color: #d90057;
}
/**
 * 2.0 - Loadding
 * -----------------------------------------------------------------------------
 */
#tzloadding {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.99);
  z-index: 99999999;
  width: 100%;
  height: 100%;
}
#tzloadding_box {
  position: absolute;
  width: 100%;
  height: 100%;
}
/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
 */
.tz-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.tz-header.tz_header_scroll {
  background-color: rgba(23, 24, 23, 0.9);
}
.tz-header.tz_header_scroll .tz_header_content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tz_header_content {
  padding: 60px 80px 30px;
  display: table;
  min-height: inherit;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.tz_header_content:after {
  display: table;
  clear: both;
  content: '';
}
.tz_header_logo {
  position: relative;
  z-index: 1;
}
.tz_header_logo .tz_logo {
  display: block;
}
.tz_header_logo .tz_logo h1.site-title,
.tz_header_logo .tz_logo h2.site-description {
  margin: 0;
}
.tz_button_menu {
  display: table-cell;
  vertical-align: middle;
}
.tz_button_menu .tz_menu_icon {
  cursor: pointer;
  text-align: right;
}
.tz_button_menu .tz_menu_icon:hover span.bar1 {
  width: 28px;
}
.tz_button_menu .tz_menu_icon:hover span.bar2 {
  width: 33px;
}
.tz_button_menu .tz_menu_icon:hover span.bar3 {
  width: 21px;
}
.tz_button_menu .tz_menu_icon:hover span.bar1,
.tz_button_menu .tz_menu_icon:hover span.bar2,
.tz_button_menu .tz_menu_icon:hover span.bar3 {
  background-color: #d90057;
}
.tz_button_menu .tz_menu_icon:hover span.tz_button_menu_text {
  color: #d90057;
}
.tz_button_menu span.bar1,
.tz_button_menu span.bar2,
.tz_button_menu span.bar3 {
  display: block;
  background-color: #ffffff;
  height: 1px;
  margin: 0 0 6px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_button_menu span.bar1 {
  width: 33px;
}
.tz_button_menu span.bar2 {
  width: 21px;
}
.tz_button_menu span.bar3 {
  width: 28px;
}
.tz_button_menu span.tz_button_menu_text {
  display: block;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.1em;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_bar_menu {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tz_menu {
  background: rgba(23, 24, 23, 0.98);
  left: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}
.tz_menu .tz_btn_close_menu {
  color: #ffffff;
  font-size: 45px;
  position: absolute;
  right: 75px;
  top: 60px;
  z-index: 2;
  cursor: pointer;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_menu .tz_btn_close_menu:hover {
  color: #d90057;
}
.tz_menu .tz_nav_bar {
  position: relative;
  z-index: 1;
}
.tz_menu .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 30px 0;
}
.tz_menu .navbar-brand h1.site-title {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #000000;
}
.tz_menu .navbar-brand h2.site-description {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.menu {
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
}
.menu__breadcrumbs {
  position: absolute;
  width: 25%;
  text-align: right;
  left: 0;
  top: -38px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.menu__breadcrumbs a {
  color: #d90057;
  font-family: 'BebasNeueBold', sans-serif;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1em;
}
.menu__breadcrumbs a:not(:last-child):after {
  content: "/";
  color: #d90057;
}
.menu__wrap {
  position: relative;
  padding-top: 65px;
}
.main-menu.menu__level {
  position: relative;
  transform: translate(0px, 0px);
}
.menu__level li {
  display: inline-block;
}
.tz_nav_menu:before {
  position: absolute;
  content: '';
  height: 1px;
  background-color: rgba(170, 170, 170, 0.3);
  width: 25%;
  top: 0;
  left: 0;
}
.tz_nav_menu:after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: rgba(170, 170, 170, 0.3);
  width: 25%;
  bottom: -50%;
  right: 0;
}
.tz_nav_menu li a {
  font-size: 48px;
  color: #8c0e41;
  font-family: 'BebasNeueBold', sans-serif;
  line-height: 1.1em;
  letter-spacing: 4px;
  padding: 0 30px;
}
.tz_nav_menu li a:hover {
  color: #d90057;
}
/**
 * 4.0 - Page content
 * ----------------------------------------------------------------------------
 */
.home-post {
  padding: 50px 0 25px;
  margin-bottom: 40px;
}
.tz_nightclub_search_not_data h5 {
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #ffffff;
}
.tz_nightclub_search_not_data .assistive-tzsearch {
  display: none;
}
.tz_nightclub_search_not_data input {
  border: 1px solid #aaaaaa;
  color: #ffffff;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_nightclub_search_not_data input.Tzsearchform {
  padding: 15px;
  background-color: transparent;
}
.tz_nightclub_search_not_data input.Tzsearchform:focus {
  border-color: #d90057;
}
.tz_nightclub_search_not_data input.searchsubmit {
  background-color: transparent;
  padding: 15px 25px;
}
.tz_nightclub_search_not_data input.searchsubmit:hover {
  background-color: #d90057;
  border-color: #d90057;
}
.tz_nightclub_search_not_data a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-top: 45px;
  text-decoration: none;
  text-transform: uppercase;
}
.tz_nightclub_search_not_data a:hover {
  color: #d90057;
}
/**
 * 5.0 - Element
 * ----------------------------------------------------------------------------
 */
/* 5.1 - Blog Slider */
.tz_slider_blog .slides-navigation a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.tz_slider_blog .slides-navigation a:hover {
  background-color: #d90057;
}
.tz_slider_blog .slides-navigation a.prev {
  left: 20px;
}
.tz_slider_blog .slides-navigation a.next {
  right: 20px;
}
.tz_slider_blog .slides-pagination {
  bottom: 252px;
  left: 245px;
}
.tz_slider_blog .slides-pagination a {
  background-color: rgba(170, 170, 170, 0.4);
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-indent: -180%;
}
.tz_slider_blog .slides-pagination a:hover {
  background-color: #d90057;
}
.tz_slider_blog .slides-pagination a.current {
  background-color: #d90057;
}
.tz_content_slider_post {
  display: table;
  height: 100%;
  width: 36%;
}
.tz_content_slider_box_post {
  padding-left: 240px;
  margin-top: -60px;
  position: relative;
  z-index: 3;
}
.tz_content_slider_box_post:after {
  position: absolute;
  left: 0;
  top: 8px;
  width: 182px;
  height: 1px;
  content: '';
  background-color: rgba(170, 170, 170, 0.4);
}
.tz_content_slider_box_post .tz_date_post {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 24px;
  color: #d90057;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 25px;
}
.tz_content_slider_box_post .tz_title_post {
  font-size: 80px;
  letter-spacing: 8px;
  margin: 0;
  line-height: 1em;
}
.tz_content_slider_box_post .tz_title_post a {
  color: #ffffff;
}
.tz_content_slider_post .tz_btn_play_video_bk {
  position: relative;
  cursor: pointer;
  display: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-top: 15px;
}
.tz_btn_play_video_bk .tz_text_video_bk {
  position: absolute;
  min-width: 130px;
  height: auto;
  left: 130%;
  top: 0;
}
.tz_content_slider_post .tz_btn_play_video_bk i.fa-pause,
.tz_content_slider_post .tz_btn_play_video_bk.tz_btn_play_video_bk_pause i.fa-play {
  display: none;
}
.tz_content_slider_post .tz_btn_play_video_bk.tz_btn_play_video_bk_pause i.fa-pause {
  display: inline-block;
}
.tz_slides_post {
  z-index: inherit !important;
}
.tz_slides_post .video_background {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
/* 5.2 - Book Table */
.tz_book_table {
  position: fixed;
  right: 0;
  top: 50%;
  width: 21%;
  z-index: 4;
  border-bottom: 1px solid rgba(170, 170, 170, 0.8);
}
.tz_title_book {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 12px;
  padding-left: 20px;
  cursor: pointer;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_title_book a {
  color: #ffffff;
}
.tz_title_book a:hover {
  color: #d90057;
}
.tz_title_book:hover {
  color: #d90057;
  padding-left: 30px;
}
.tz_reservation {
  background-color: rgba(26, 26, 27, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.tz_reservation:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tz_reservation_contact_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tz_reservation_contact_form {
  width: 33.5%;
}
.tz_reservation_contact_form span.tz_reservation_close {
  display: block;
  text-align: right;
  font-size: 18px;
  color: #d90057;
}
.tz_reservation_contact_form span.tz_reservation_close i.fa {
  cursor: pointer;
}
.tz_reservation_contact_form div.wpcf7-response-output,
.tz_reservation_contact_form div.wpcf7-mail-sent-ok {
  padding: 10px 15px;
}
.tz_title_contact_form {
  color: #fff271;
  font-size: 60px;
  letter-spacing: 4px;
  margin: 0 0 74px;
  text-align: center;
}
.tz_reservation_form span.wpcf7-form-control-wrap {
  display: block;
  border-bottom: 1px solid rgba(217, 0, 87, 0.5);
  margin-bottom: 15px;
}
.tz_reservation_form span.wpcf7-form-control-wrap input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 10px 15px;
  line-height: 1.4em;
  color: #ffffff;
}
.tz_reservation_form .tz_btn_submit {
  text-align: center;
  margin-top: 46px;
}
.tz_reservation_form .tz_btn_submit input {
  background-color: transparent;
  border: 1px solid #d90057;
  text-transform: uppercase;
  padding: 0 72px;
  letter-spacing: 2px;
  line-height: 51px;
  height: 50px;
  color: #d90057;
  font-family: 'BebasNeueRegular', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tz_reservation_form .tz_btn_submit input:hover {
  background-color: #d90057;
  color: #ffffff;
}
.tz_reservation_form .tz_btn_submit img.ajax-loader {
  display: none;
}
.tz_date_contact span.wpcf7-form-control-wrap:after {
  position: absolute;
  top: 8px;
  right: 12px;
  content: "\f073";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #d90057;
}
.tz_time_contact span.wpcf7-form-control-wrap:after {
  position: absolute;
  top: 8px;
  right: 12px;
  content: "\f017";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #d90057;
}
.ui-datepicker {
  position: relative;
}
.ui-datepicker a {
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
}
.ui-datepicker a:hover {
  color: #d90057;
}
.ui-datepicker a.ui-datepicker-prev {
  position: absolute;
  top: 5px;
  left: 15px;
}
.ui-datepicker a.ui-datepicker-next {
  position: absolute;
  top: 5px;
  right: 15px;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  margin: 0 60px;
}
.ui-datepicker .ui-datepicker-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8em;
}
.ui-datepicker-calendar {
  margin: 0;
  width: 100%;
  line-height: 2.5em;
  text-align: center;
}
.ui-datepicker-calendar th {
  border: 1px solid rgba(217, 0, 87, 0.5);
  padding: 0 15px;
  background-color: #e9e9e9;
  color: #333;
}
.ui-datepicker-calendar td {
  background-color: #ffffff;
  border: 1px solid rgba(217, 0, 87, 0.5);
}
.ui-datepicker-calendar td a {
  display: block;
  color: #333;
  letter-spacing: 2px;
}
.ui-datepicker-calendar td a:hover {
  background-color: #d90057;
  color: #ffffff;
}
.ui-datepicker-calendar td a.ui-state-highlight {
  background-color: rgba(217, 0, 87, 0.5);
  color: #ffffff;
}
.ui-datepicker-calendar td a.ui-state-active {
  background-color: #d90057;
}
/**
 *  5.3 - Slider Images
 * -----------------------------------------------------------------------------
 */
.tz_slider_images {
  padding: 45px 0 0 175px;
}
.tz_slider_images_items .owl-nav {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.tz_slider_images_items .owl-nav .disabled {
  opacity: 1;
}
.tz_slider_images_items .owl-nav i {
  color: #ffffff;
  font-size: 19px;
}
.tz_slider_images_items .owl-nav .owl-prev {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0;
}
.tz_slider_images_items .owl-nav .owl-next {
  display: inline-block;
  margin: 0 0 0 12px;
  padding: 0;
}
.tz_slider_images_items.owl-rtl .owl-nav {
  right: auto;
  left: 20px;
}
.tz_slider_images_items.owl-rtl .owl-nav i.fa {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tz_slider_images_items.owl-rtl .owl-nav .owl-prev {
  margin-right: 0;
  margin-left: 15px;
}
.tz_slider_images_items.owl-rtl .owl-nav .owl-next {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
}
.tz_slider_images_item {
  position: relative;
}
.tz_slider_images_item .tz_title_image {
  color: #ffffff;
  font-size: 100px;
  letter-spacing: 5px;
  margin: -50px 0 0;
  padding-left: 22px;
  position: relative;
  z-index: 2;
}
.tz_slider_images_bk {
  position: relative;
}
.tz_slider_images_bk:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(26, 26, 27, 0.2);
}
/**
 *  5.4 - Title
 * -----------------------------------------------------------------------------
 */
.tz_element_title {
  position: relative;
  z-index: 1;
}
.tz_element_title .tz_title {
  position: relative;
  z-index: 1;
  font-family: 'BebasNeueBook', sans-serif;
  color: #d90057;
  font-size: 60px;
  letter-spacing: 6px;
  padding-left: 160px;
  margin: 0 0 40px;
}
.tz_element_title .tz_sub_title {
  position: absolute;
  top: -52px;
  left: 100px;
  color: rgba(255, 255, 255, 0.05);
  font-size: 150px;
  letter-spacing: 15px;
  margin: 0;
}
.custom_pading_left_title .tz_element_title .tz_title {
  padding-left: 228px;
}
.custom_pading_left_title .tz_element_title .tz_sub_title {
  left: 165px;
}
/**
 *  5.5 - VC - TTaps
 * ----------------------------------------------------------------------------
 */
.vc_tta-container {
  position: relative;
  z-index: 1;
}
.vc_general.vc_tta-shape-rounded .vc_tta-tabs-list {
  border-bottom: 1px solid rgba(140, 14, 65, 0.5);
  list-style: none;
}
.vc_general.vc_tta-shape-rounded .vc_tta-tabs-list .vc_tta-tab:first-child a {
  padding-left: 95px;
}
.vc_general.vc_tta-shape-rounded .vc_tta-tabs-list .vc_tta-tab a:hover {
  background-color: transparent;
  color: #ffffff;
}
.vc_general.vc_tta-shape-rounded .vc_tta-tabs-list .vc_tta-tab a:hover span.vc_tta-title-text:after {
  background-color: #d90057;
}
.vc_general.vc_tta-shape-rounded .vc_tta-tabs-list .vc_tta-tab a span.vc_tta-title-text {
  display: block;
  position: relative;
  padding: 8px 15px;
}
.vc_general.vc_tta-shape-rounded .vc_tta-tabs-list .vc_tta-tab a span.vc_tta-title-text:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a {
  background-color: transparent !important;
  border: none !important;
  color: #aaaaaa !important;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 45px !important;
  transition: 0.4s !important;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  -o-transition: 0.4s !important;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:focus,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:hover {
  background-color: transparent !important;
}
.vc_general.vc_tta-shape-rounded .vc_tta-tabs-list .vc_tta-tab.vc_active a span.vc_tta-title-text:after {
  background-color: #d90057;
}
.vc_general.vc_tta-shape-rounded.custom_padding_left_tab .vc_tta-tabs-list .vc_tta-tab:first-child a {
  padding-left: 165px !important;
}
.vc_general.vc_tta-shape-rounded .vc_tta-panels {
  background-color: transparent !important;
  border-color: transparent !important;
}
.vc_general.vc_tta-shape-rounded .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
}
.vc_general.vc_tta-shape-rounded .vc_tta-panels .vc_tta-panel-body p {
  margin: 0 0 28px;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: 200;
}
/**
 *  5.6 - Video Blog Slider
 * -----------------------------------------------------------------------------
 */
.tz_blog_slider_video {
  position: relative;
  height: 100vh;
  width: 100%;
}
.tz_blog_slider_video_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.7);
}
.tz_tz_blog_video_item {
  position: relative;
  margin-bottom: 50px;
}
.tz_blog_video_content {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tz_element_title.tz_element_title_video {
  margin-bottom: 95px;
  margin-top: -60px;
}
.tz_element_title.tz_element_title_video .tz_title {
  padding-left: 305px;
}
.tz_element_title.tz_element_title_video .tz_sub_title {
  left: 245px;
}
.tz_blog_video_content_box {
  padding-left: 160px;
}
.tz_blog_video_content_box span.tz_date_post_video {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 13px;
}
.tz_blog_video_content_box .tz_title_blog_video {
  font-size: 80px;
  letter-spacing: 8px;
  width: 44%;
  margin: 0 0 40px;
  line-height: 1em;
}
.tz_blog_video_content_box .tz_title_blog_video a {
  color: #ffffff;
  display: block;
}
.tz_blog_video_content_box p {
  margin: 0;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 1px;
  display: block;
  width: 45%;
  line-height: 1.8em;
}
.tz_blog_more_video {
  position: absolute;
  right: 217px;
  bottom: 36%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tz_header_more_video {
  margin: 0 0 35px;
  color: #fff271;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
}
.tz_title_more_video {
  margin: 0 0 20px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.tz_title_more_video i.lnr {
  font-size: 18px;
  color: #d90057;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.tz_title_more_video a.playlist-btn {
  display: block;
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-weight: 200;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.tz_title_more_video a.playlist-btn:hover {
  color: #d90057;
}
.tz_blog_slider_video_bk_action {
  background-color: transparent;
}
.tz_active_bk_important {
  background-color: rgba(25, 25, 25, 0.7);
}
.vjs-control-bar {
  display: none;
}
.playlist {
  padding: 0;
  margin: 192px 20px 40px;
}
.tz_box_play {
  padding-left: 160px;
  display: inline-block;
}
.toggle-btn {
  display: inline-block;
}
.toggle-btn span {
  display: inline-block;
  font-size: 100px;
  color: #fff;
  cursor: pointer;
}
#big-video-wrap {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#big-video-vid,
#big-video-image {
  position: absolute;
}
#big-video-control-container {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#big-video-control {
  width: 100%;
  height: 16px;
  position: relative;
}
#big-video-control-middle {
  margin: 0 56px 0 24px;
}
#big-video-control-bar {
  width: 100%;
  height: 16px;
  position: relative;
  cursor: pointer;
}
#big-video-control-progress {
  position: absolute;
  top: 7px;
  height: 3px;
  width: 0;
  background: #fff;
}
#big-video-control-track {
  position: absolute;
  top: 8px;
  height: 1px;
  width: 100%;
  background: #fff;
}
#big-video-control-bound-left {
  left: 0;
}
#big-video-control-bound-right {
  right: -1px;
}
#big-video-control-track .ui-slider-handle {
  opacity: 0;
}
#big-video-control-playhead {
  left: 30%;
}
#big-video-control-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
}
#big-video-control-timer {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
  font-size: 11px;
}
#big-video-control-playhead,
#big-video-control-bound-left,
#big-video-control-bound-right {
  position: absolute;
  top: 0;
  height: 16px;
  width: 1px;
  background: #fff;
}
#big-video-control .ui-slider-handle {
  border-left: solid 1px #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
}
.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.vjs-big-play-button {
  display: none !important;
}
body .tz_video_blog_active {
  opacity: 0;
  z-index: -99999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body .tz_active_important {
  opacity: 1;
  z-index: 0;
}
/**
 *  5.7 - Services
 * -----------------------------------------------------------------------------
 */
.tz_night_club_services {
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.tz_night_club_services.tz_night_club_services_active {
  opacity: 1;
}
.tz_night_club_services_item.third {
  float: none;
}
.tz_night_club_services .cf {
  display: -webkit-flex;
  display: flex;
}
.tz_night_club_services .cf:before,
.tz_night_club_services .cf:after {
  display: none;
}
.tz_night_club_services_item {
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_night_club_services_item video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.tz_night_club_services_content_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_night_club_services_content_box {
  width: 80%;
  padding-left: 80px;
}
.tz_night_club_services_title {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  position: relative;
  margin: 0 0 40px;
  line-height: 1.2em;
}
.tz_night_club_services_icon {
  position: absolute;
  top: -40px;
  left: 0;
}
.tz_night_club_services_icon i.fa {
  color: rgba(255, 242, 113, 0.1);
  font-size: 130px;
}
.tz_night_club_services_content p {
  color: #f0f0f0;
  letter-spacing: 0.8px;
  line-height: 1.85em;
  font-weight: 200;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
#header,
#footer {
  background: #1d1d1d;
  padding: 1em;
  color: #EEEEEE;
  text-transform: uppercase;
}
.third header {
  color: #EEEEEE;
  text-shadow: -1px 1px 0 #1D1D1D, -2px 2px 0 #1D1D1D;
  border-bottom: 1px solid;
  padding-bottom: .5em;
  text-align: center;
}
.third p.block {
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #444;
  width: 80%;
  margin: 10% auto 0;
  padding: 2em;
  font-size: .9em;
  font-weight: 100;
  line-height: 1.5em;
}
.third p.block strong {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}
.third:hover p.block,
.third.active p.block {
  opacity: 1;
}
.third a {
  text-decoration: none;
  opacity: 0;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  color: #DDD;
  font-weight: 100;
  font-size: 1.25em;
  border: 1px solid #DDD;
  background: rgba(255, 255, 255, 0.15);
  padding: 1em;
  left: 25%;
  right: 25%;
  text-align: center;
}
.third a:hover {
  background: #DDD;
  color: #444;
}
.third a {
  display: block;
}
.third:hover a,
.third.active a {
  opacity: 1;
}
.third {
  float: left;
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.tz_night_club_services_content_item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(25, 25, 25, 0.9);
  z-index: -1;
}
.tz_night_club_services_item:hover .tz_night_club_services_content_item {
  opacity: 0;
  visibility: hidden;
}
.tz_night_club_services_bk_img {
  background-position: center;
  background-size: cover;
}
.tz_night_club_services_item .video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tz_night_club_services_item .video_iframe .tz_btn_easy {
  position: static;
  color: #ffffff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 5px solid #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 50px;
  opacity: 0;
  background-color: transparent;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tz_night_club_services_item .video_iframe .tz_btn_easy:hover {
  background-color: transparent;
  color: #d90057;
  border-color: #d90057;
}
.tz_night_club_services_item:hover .video_iframe .tz_btn_easy,
.tz_night_club_services_item:hover .video_iframe .link-title-service {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tz_night_club_services_item .video_iframe .link-title-service {
  opacity: 0;
  position: static;
  margin-top: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tz_night_club_services_item .video_iframe.custom-video-iframe .link-title-service {
  margin-top: 0;
}
.tz_night_club_services_item .link-title-service:hover {
  background-color: transparent;
  color: #d90057;
}

  /**
   *  5.8 - Events
   * -----------------------------------------------------------------------------
   */
/* Tiny Scrollbar */
.tz_upcoming_event {
  padding-left: 165px;
}
.tz_upcoming_event .tz_element_title .tz_title {
  padding-left: 135px;
}
.tz_upcoming_event .tz_element_title .tz_sub_title {
  left: 75px;
}
.tz_upcoming_event_image {
  position: relative;
  z-index: 1;
}
.tz_upcoming_event_image img {
  width: 100%;
}
.tz_night_club_event .viewport {
  height: 455px;
  overflow: hidden;
  position: relative;
}
.tz_night_club_event .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tz_night_club_event .scrollbar {
  background-color: rgba(170, 170, 170, 0.2);
  position: relative;
  float: right;
  width: 4px;
  top: -10px;
}
.tz_night_club_event .track {
  height: 100%;
  width: 13px;
  position: relative;
  padding: 0 1px;
}
.tz_night_club_event .thumb {
  background-color: #d90057;
  width: 4px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tz_night_club_event .thumb .end {
  background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px;
}
.tz_night_club_event .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.tz_night_club_event_item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 30px 0 25px 80px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_night_club_event_item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tz_night_club_event_item:hover {
  background-color: rgba(217, 0, 87, 0.2);
}
.tz_night_club_event_item.active {
  background-color: rgba(217, 0, 87, 0.2);
}
.tz_night_club_event_item .tz_night_club_event_item_table {
  align-items: center;
  display: flex;
}
.tz_night_club_event_item .tz_title_event {
  font-size: 36px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  display: inline-block;
  margin: 0;
  width: 56%;
}
.tz_night_club_event_item .tz_title_event a.tz_event_link {
  color: #ffffff;
  margin-bottom: 7px;
  display: block;
}
.tz_night_club_event_item .tz_date_event {
  display: table-cell;
  font-size: 36px;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0;
  font-family: 'BebasNeueRegular', sans-serif;
  text-align: right;
  letter-spacing: 5px;
  padding-right: 110px;
}
.tz_night_club_event_item .tz_date_event .tz_date_event_month_day {
  color: #d90057;
  display: block;
}
.tz_night_club_event_item .tz_date_event .tz_date_event_day {
  display: block;
}
.tz_night_club_event_item .tz_event_book {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.5px;
}
.tz_night_club_event_item .tz_event_book a {
  color: #fff271;
}
.tz_night_club_event_address {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 18px;
  color: #aaaaaa;
  display: block;
}
.tz_element_title_box {
  position: absolute;
  top: -143px;
  left: 0;
  width: 100%;
}
/**
 * 5.9 - Blog Carousel
 * ----------------------------------------------------------------------------
 */
.tz_blog_carousel_box_top {
  margin-top: -60px;
}
.tz_element_title_blog_carousel {
  width: 83%;
  margin: 0 auto 95px;
}
.tz_element_title_blog_carousel.tz_element_title .tz_title {
  padding-left: 225px;
}
.tz_element_title_blog_carousel.tz_element_title .tz_sub_title {
  left: 160px;
}
.tz_blog_carousel {
  position: relative;
  z-index: 1;
}
.tz_box_blog_carousel {
  position: relative;
}
.tz_blog_carousel_items {
  width: 83%;
  margin: 0 auto 12px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
span.tz_partner_prev_next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-family: 'BebasNeueLight', sans-serif;
  color: #aaaaaa;
  letter-spacing: 2px;
  margin-top: -27px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.3);
  width: 102px;
  padding-bottom: 10px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
span.tz_partner_prev_next:hover {
  color: #d90057;
}
span.tz_partner_prev {
  left: 0;
  padding-left: 35px;
}
span.tz_partner_prev i.fa {
  margin-right: 10px;
}
span.tz_partner_next {
  right: 0;
  padding-left: 10px;
}
span.tz_partner_next i.fa {
  margin-left: 10px;
}
.tz_blog_carousel_item_bk {
  position: relative;
}
.tz_blog_carousel_item_bk:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(25, 25, 25, 0.7);
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_blog_carousel_item_bk:hover:after {
  background-color: transparent;
}
.tz_blog_carousel_item_box {
  position: relative;
  bottom: 43px;
  padding-left: 20px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_blog_carousel_item_box p.tz_blog_carousel_date {
  color: #ffffff;
  font-family: 'BebasNeueBook', sans-serif;
  letter-spacing: 2.3px;
  line-height: 1.1em;
}
.tz_blog_carousel_item_box h3 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.18em;
}
.tz_blog_carousel_item_box h3 a {
  color: #ffffff;
  display: block;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_blog_carousel_item_box h3 a:hover {
  color: #d90057;
}
.tz_filters_post {
  width: 83%;
  margin: 0 auto;
  position: relative;
}
.tz_filters_post:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(170, 170, 170, 0.3);
  top: 1px;
  left: 0;
}
.tz_filters_post .tz_next_pre_month {
  position: absolute;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  color: #d90057;
  text-transform: uppercase;
  top: 38px;
  cursor: pointer;
  z-index: 3;
  display: none;
}
.tz_filters_post .tz_next_pre_month.tz_next_pre_month_active {
  display: block;
}
.tz_filters_post .tz_next_pre_month.tz_next_month {
  left: 8px;
}
.tz_filters_post .tz_next_pre_month.tz_pre_month {
  right: 8px;
}
.tz_filters_post_carousel {
  position: relative;
}
.tz_filters_post_carousel.tz_filters_post_carousel_active {
  width: 80%;
  margin: 0 auto;
}
.tz_filters_post_carousel h4 {
  letter-spacing: 3px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  position: relative;
}
.tz_filters_post_carousel h4:after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  top: 0;
  left: 0;
}
.tz_filters_post_carousel h4 a {
  color: #aaaaaa;
  display: inline-block;
  cursor: pointer;
  padding-top: 35px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_filters_post_carousel h4 a:hover {
  color: #ffffff;
}
.tz_filters_post_carousel .owl-item:hover h4:after {
  background-color: #d90057;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_filters_post_carousel .owl-item h4.tz_filters_active:after {
  background-color: #d90057;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
/**
 *  5.10 - Coming Soon
 * -----------------------------------------------------------------------------
 */
.tz_wpb_column_coming_soon {
  position: static !important;
}
.tz_nightclub_coming_soon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: table;
  margin: 0;
  max-width: none;
  height: 100vh;
}
.tz_nightclub_countdown {
  margin-bottom: 100px;
  color: #ffffff;
}
.tz_coming_soon_title {
  position: relative;
  margin-bottom: 115px;
}
.tz_coming_soon_title h3 {
  margin: 0;
  color: #fff271;
  font-size: 60px;
  letter-spacing: 27px;
  position: relative;
  z-index: 1;
}
.tz_coming_soon_title h2.tz_text_date {
  font-size: 180px;
  letter-spacing: 27px;
  color: rgba(170, 170, 170, 0.1);
  font-style: italic;
  position: absolute;
  width: 100%;
  top: -85px;
}
.tz_countdown_time {
  display: inline-block;
}
.tz_countdown_time h3 {
  font-size: 100px;
  margin: 0 0 10px;
}
.tz_countdown_time p {
  display: block;
  margin: 0;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: 'BebasNeueLight', sans-serif;
}
span.tz_icon_count_down {
  display: inline-block;
  font-size: 60px;
  margin: 0 40px;
  position: relative;
  top: -60px;
  font-family: 'BebasNeueBold', sans-serif;
}
.tz_newsletter_comingsoon {
  margin-bottom: 95px;
}
.tz_newsletter_comingsoon .newsletter {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.tz_newsletter_comingsoon .newsletter .tnp-field-email label {
  text-align: center;
  font-weight: 300;
  color: #aaaaaa;
  font-size: 18px !important;
  margin-bottom: 20px;
}
.tz_newsletter_comingsoon .newsletter .tnp-field-email input {
  width: 100% !important;
  background-color: transparent;
  border: 1px solid #d90057 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  box-shadow: none;
  padding: 18px 28px !important;
  color: #7a7a7a;
  font-family: 'Catamaran', sans-serif;
}
.tz_newsletter_comingsoon .newsletter .tnp-field-button {
  bottom: 2px;
  height: 55px;
  position: absolute;
  right: 0;
  width: 145px;
}
.tz_newsletter_comingsoon .newsletter .tnp-field-button input {
  display: block;
  background-color: #d90057;
  border: none;
  color: #ffffff;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 16px !important;
  letter-spacing: 3px;
  padding: 17px 45px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  height: auto;
}
/**
 *  5.11 - Gallery
 * -----------------------------------------------------------------------------
 */
.tz_nightclub_gallery {
  position: relative;
}
.tz_nightclub_gallery .owl-dots {
  display: none;
}
.tz_nightclub_gallery .tz_next_pre_gallery {
  position: absolute;
  top: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 155px;
  z-index: 2;
}
.tz_nightclub_gallery .tz_next_pre_gallery span {
  color: #aaaaaa;
  display: block;
  font-family: 'BebasNeueBook', sans-serif;
  letter-spacing: 2px;
  padding-bottom: 10px;
  line-height: 1.45em;
  cursor: pointer;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_nightclub_gallery .tz_next_pre_gallery span i {
  font-size: 13px;
  padding: 0 5px;
  visibility: hidden;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_nightclub_gallery .tz_next_pre_gallery span:hover {
  color: #ffffff;
}
.tz_nightclub_gallery .tz_next_pre_gallery span:hover i {
  visibility: visible;
}
.tz_nightclub_gallery .tz_next_pre_gallery.tz_pre_gallery {
  left: 0;
  text-align: right;
}
.tz_nightclub_gallery .tz_next_pre_gallery.tz_pre_gallery span {
  padding-right: 10px;
}
.tz_nightclub_gallery .tz_next_pre_gallery.tz_next_gallery {
  right: 0;
}
.tz_nightclub_gallery .tz_next_pre_gallery.tz_next_gallery span {
  padding-left: 10px;
}
.tz_nightclub_gallery .tz_next_pre_gallery.tz_next_gallery.tz_next_gallery_end {
  visibility: hidden;
}
.tz_nightclub_gallery .tz_next_pre_gallery.tz_next_gallery.tz_next_gallery_end span:hover i {
  visibility: hidden;
}
.tz_nightclub_gallery_box {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 30%;
  left: 0;
  text-align: center;
}
.tz_nightclub_gallery_box h5 {
  position: relative;
  margin: 0;
}
.tz_nightclub_gallery_box h5 .tz_nightclub_gallery_title {
  font-size: 60px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
}
.tz_nightclub_gallery_box h5 .tz_nightclub_gallery_sub_title {
  width: 100%;
  position: absolute;
  font-size: 150px;
  top: -50px;
  left: 0;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 15px;
  font-family: 'BebasNeueBold', sans-serif;
  margin: 0;
}
.tz_nightclub_gallery_item .tz_gallery_item:after {
  display: table;
  content: '';
  clear: both;
}
.tz_nightclub_gallery_item .tz_gallery_item img {
  position: relative;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_nightclub_gallery_item .tz_gallery_item:hover img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.tz_img_item_gallery {
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.tz_img_item_gallery:hover .tz_img_item_gallery_bk {
  background-color: transparent;
}
.tz_img_item_gallery a {
  display: block;
  position: relative;
}
.tz_img_item_gallery a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tz_img_item_gallery_bk {
  position: absolute;
  background-color: rgba(26, 26, 27, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
/* Style fancybox */
.fancybox-close {
  background-image: none;
  height: 54px;
  right: -54px;
  top: -54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
}
.fancybox-close:after {
  content: "\e04a";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: "linea-arrows-10";
  font-size: 50px;
  color: #ffffff;
}
.fancybox-nav span {
  background-image: none;
  width: 46px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-nav span:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Catamaran', sans-serif;
}
.fancybox-nav span:after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: 'Linearicons-Free';
  font-size: 20px;
  color: #ffffff;
}
.fancybox-nav.fancybox-prev span {
  left: -46px;
}
.fancybox-nav.fancybox-prev span:after {
  content: "\e875";
}
.fancybox-nav.fancybox-prev span:before {
  content: "prev";
  left: 46px;
}
.fancybox-nav.fancybox-next span {
  right: -46px;
}
.fancybox-nav.fancybox-next span:after {
  content: "\e876";
}
.fancybox-nav.fancybox-next span:before {
  content: "next";
  right: 46px;
}
div.pp_default .pp_top,
div.pp_default .pp_bottom {
  display: none;
}
div.pp_default .pp_content {
  background-color: transparent;
  position: relative;
}
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right {
  background: transparent;
  padding: 0;
}
div.pp_default .pp_social,
div.pp_default .pp_nav,
div.pp_default .ppt {
  display: none !important;
}
div.pp_default .pp_details {
  margin: 0 !important;
  position: absolute;
  top: -50px;
  left: 0;
}
div.pp_default .pp_close {
  background: transparent;
  text-indent: 0;
  position: relative;
  float: right;
  line-height: 30px;
}
div.pp_default .pp_close:after {
  content: "\e04a";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: "linea-arrows-10";
  font-size: 40px;
  color: #ffffff;
}
/**
 *  5.12 - Contact
 * -----------------------------------------------------------------------------
 */
.tz_night_club_contact_form {
  width: 80%;
  padding-top: 80px;
  padding-left: 70px;
  margin: 0 auto;
}
.tz_night_club_contact_form span.wpcf7-form-control-wrap {
  display: block;
}
.tz_night_club_contact_form span.wpcf7-form-control-wrap input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(122, 122, 122, 0.8);
  padding: 10px 30px;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  line-height: 2em;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_night_club_contact_form span.wpcf7-form-control-wrap input:focus {
  border-color: rgba(217, 0, 87, 0.8);
}
.tz_night_club_contact_form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(122, 122, 122, 0.8);
  font-weight: 300;
  color: #ffffff;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-family: 'Catamaran', sans-serif;
  height: 193px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_night_club_contact_form span.wpcf7-form-control-wrap textarea:focus {
  border-color: rgba(217, 0, 87, 0.8);
}
.tz_night_club_contact_form .tz_night_club_btn_contact {
  display: block;
  text-align: right;
  position: relative;
}
.tz_night_club_contact_form .tz_night_club_btn_contact input {
  border: 1px solid #d90057;
  padding: 0 42px;
  background-color: transparent;
  text-transform: uppercase;
  font-family: 'BebasNeueRegular', sans-serif;
  color: #d90057;
  letter-spacing: 1px;
  height: 50px;
  line-height: 51px;
  font-size: 14px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_night_club_contact_form .tz_night_club_btn_contact input:hover {
  background-color: #d90057;
  color: #ffffff;
}
.tz_night_club_contact_form .tz_night_club_btn_contact img.ajax-loader {
  margin: -8px 0 0;
  position: absolute;
  right: 90px;
  top: 50%;
}
.tz_night_club_contact_form ~ .wpcf7-validation-errors {
  width: 80%;
  margin: 30px auto 0;
  padding: 10px 20px;
  border: 1px solid #d90057;
}
.tz_night_club_contact_form ~ .wpcf7-mail-sent-ok {
  width: 80%;
  margin: 30px auto 0;
  padding: 10px 20px;
  border: 1px solid #398f14;
}
.tz_night_club_info_hour {
  width: 52%;
  margin: 0 auto;
  padding-top: 75px;
}
.tz_night_club_info_hour span {
  font-size: 16px;
}
.tz_night_club_info_hour span.tz_night_club_info_hour_text_1 {
  color: #d90057;
  font-weight: 500;
  display: table-cell;
  width: 160px;
  letter-spacing: 1px;
}
.tz_night_club_info_hour span.tz_night_club_info_hour_text_2 {
  display: table-cell;
  vertical-align: top;
  color: #ffffff;
  letter-spacing: 0.6px;
  font-weight: 300;
}
.tz_night_club_info_hour .tz_night_club_info_hour_item {
  margin-bottom: 15px;
  line-height: 1.7em;
}
.tz_night_club_info_hour .tz_night_club_info_hour_item:last-child {
  margin-bottom: 0;
}
.vc_tta-panel-body {
  transition: 0.4s !important;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  -o-transition: 0.4s !important;
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
/*  6.1 - Single */
.tz_page_single {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tz_post_item_image {
  position: relative;
}
.tz_post_item_image img {
  width: 100%;
}
.tz_post_item_image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 27, 0.3);
  top: 0;
  left: 0;
}
.tz_box_tile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tz_box_tile h1 {
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 5.5px;
  line-height: 1em;
  margin: 0 auto;
  padding: 0 0 95px 20px;
  text-transform: uppercase;
  width: 60%;
}
.tz_box_tile h1 span {
  display: block;
}
.tz_post_item_content_date {
  position: relative;
}
.tz_post_date {
  position: absolute;
  top: 90px;
  left: 80px;
  color: #d90057;
  letter-spacing: 3.75px;
  font-size: 36px;
  margin: 0;
}
.tz_post_item_content_box {
  width: 75%;
  margin: 0 0 0 auto;
  padding: 90px 0 0;
}
.tz_post_item_content_box:after {
  display: table;
  content: '';
  clear: both;
}
.tz_post_item_content_box .tz_nightclub_sidebar {
  width: 28%;
  float: left;
  padding-left: 100px;
  overflow: hidden;
}
.tz_post_item_content {
  width: 67%;
  float: left;
  overflow: hidden;
}
.tz_post_item_content .custom_text_content {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.26em;
  margin: 0 0 45px;
  font-family: 'BebasNeueBook', sans-serif;
}
.tz_post_item_content p {
  line-height: 1.86em;
  margin-bottom: 27px;
  letter-spacing: 0.5px;
  color: #969696;
}
.tz_post_item_content blockquote p {
  color: #eaeaea;
}
.tz_single_post_content {
  margin-bottom: 70px;
}
.tz_single_tag {
  margin-bottom: 35px;
}
span.tz_icon_single {
  display: block;
}
span.tz_icon_single i.fa {
  color: #d90057;
  margin-right: 40px;
  font-size: 15px;
}
span.tz_icon_single a {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  font-weight: 100;
  text-transform: capitalize;
  border: 1px solid #aaaaaa;
  padding: 4px 20px;
  margin: 0 3px 0 0;
}
span.tz_icon_single a:hover {
  background-color: #d90057;
  border-color: #d90057;
  color: #ffffff;
}
.tz_share_post {
  margin-bottom: 95px;
}
.tz_share_post span.tz_icon_single {
  display: inline-block;
}
.tz_share_post a {
  display: inline-block;
  margin-right: 20px;
}
.tz_share_post a:hover {
  color: #d90057;
}
.tz_box_tile_content {
  position: relative;
}
.tz_box_tile_content .tz_single_text {
  color: rgba(255, 255, 255, 0.1);
  font-size: 150px;
  left: 320px;
  letter-spacing: 15px;
  margin: 0;
  position: absolute;
  top: -60px;
  z-index: -1;
}
/*
* Comment
*/
.tz-Comment {
  border-top: 1px solid rgba(170, 170, 170, 0.3);
  padding-top: 73px;
  margin-bottom: 100px;
}
.tz-Comment ol {
  list-style: none;
  padding: 0;
}
.tz-Comment ol li {
  margin-bottom: 30px;
}
.tz-Comment ol li ol.children {
  margin-left: 105px;
  margin-top: 30px;
}
h3.TzCommentTitle {
  margin: 0 0 75px;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 4px;
}
.comment-author {
  display: table-cell;
  width: 105px;
}
.comment-author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.comment-content {
  display: table-cell;
  vertical-align: top;
  background-color: rgba(88, 88, 88, 0.2);
  padding: 36px 48px 33px;
  position: relative;
}
.comment-content:after {
  position: absolute;
  left: -15px;
  top: 25px;
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 15px solid rgba(88, 88, 88, 0.2);
}
.comment-content span {
  display: inline-block;
}
.comment-content span.name {
  font-family: 'BebasNeueRegular', sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-right: 15px;
}
.comment-content span.comment-metadata {
  margin-left: 15px;
  color: #aaaaaa;
  font-weight: 100;
  letter-spacing: 1px;
}
.comment-content i.fa {
  font-size: 5px;
  color: #d90057;
  position: relative;
  top: -3px;
}
.comment-content p {
  line-height: 1.8em;
  margin-bottom: 10px;
}
.comment-content a {
  color: #d90057;
  text-transform: uppercase;
  font-family: 'BebasNeueBook', sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 10px;
}
.tz_comment_author {
  margin-bottom: 16px;
}
.comment-respond {
  border-top: 1px solid rgba(170, 170, 170, 0.3);
  padding-top: 73px;
}
h3.comment-reply-title {
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
h3.comment-reply-title span {
  display: block;
}
.comment-form p.comment-notes {
  margin-bottom: 22px;
}
.comment-form p.form-submit {
  line-height: normal;
}
.comment-form p.form-submit input {
  background-color: transparent;
  border: 1px solid #d90057;
  color: #d90057;
  font-family: 'BebasNeueRegular', sans-serif;
  letter-spacing: 1px;
  padding: 0 42px;
  height: 50px;
  line-height: 51px;
  font-size: 14px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.comment-form p.form-submit input:hover {
  background-color: #d90057;
  color: #ffffff;
}
.tz_fields_comment {
  margin-bottom: 30px;
}
.form-comment-item {
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}
.form-comment-item .form-control {
  border: none;
  background-color: transparent;
  font-weight: 100;
  letter-spacing: 1px;
}
.tz_fields_comment_box {
  margin-bottom: 40px;
}
/* Category */
.tz_cat_padding {
  padding: 170px 80px 0;
}
.tz_cat_padding .tz_page_content {
  padding-bottom: 100px;
}
.tz_cat_padding .tz_page_content:after {
  display: table;
  clear: both;
  content: '';
}
.tz_cat_padding .tz_title_page {
  margin: 30px 0;
}
.tz_cat_padding .tz_title_page a {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 3px;
}
.tz_cat_padding .description p {
  letter-spacing: 0.8px;
  line-height: 1.86em;
  margin-bottom: 27px;
}
.tz_nightclub_title_cat {
  color: #d90057;
  letter-spacing: 3px;
  margin: 0 0 30px;
}
/*  6.2 - Events Calendar */
.tz_nightclub_event_image {
  position: relative;
}
.tz_nightclub_event_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(26, 26, 27, 0.5);
}
.tz_tribe_events_content {
  position: relative;
}
.tz_tribe_events_date {
  position: absolute;
  top: 90px;
  left: 80px;
  width: 15%;
}
.tz_tribe_events_date > span {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 18px;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.tz_tribe_events_date > span.tz_tribe_events_address {
  align-items: inherit;
}
.tz_tribe_events_date > span.tz_tribe_events_address i {
  padding-top: 5px;
}
.tz_tribe_events_date > span.tz_tribe_events_clock {
  letter-spacing: 2px;
}
.tz_tribe_events_date > span i {
  color: #d90057;
  margin-right: 10px;
  font-size: 30px;
}
.tz_tribe_events_date span.tribe-address {
  letter-spacing: 1.7px;
  line-height: 1.6em;
}
.tz_tribe_events_date span.tribe-address span.tribe-delimiter {
  margin-right: 5px;
}
.tz_tribe_events_box_content {
  width: 50%;
  margin: 0 auto;
  padding-top: 78px;
}
.tz_tribe_events_box_content .tribe-events-event-image {
  float: left;
  width: 320px;
  margin-right: 40px;
  margin-bottom: 0;
}
.tribe-events-map-event-description {
  float: none !important;
  display: table-cell;
  vertical-align: top;
  padding-left: 75px !important;
}
.tz_box_tile_event {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tribe-events-photo-event-wrap .tribe-events-event-image {
  display: block !important;
  width: auto !important;
}
.tz_nightclub_event_box_title {
  position: relative;
}
.single-tribe_events .tribe-events-single-event-title.tz_title_single_event {
  font-size: 60px;
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
  letter-spacing: 6px;
  padding: 0 0 90px 20px;
  line-height: 1.1em;
}
.tz_nightclub_event_sub_title {
  position: absolute;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 15px;
  left: 320px;
  top: -50px;
  margin: 0;
  z-index: -1;
}
#tribe-events .tribe-events-single-event-description h4 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.3em;
  margin: 0 0 55px;
  position: relative;
  top: 10px;
}
#tribe-events .tribe-events-single-event-description p {
  line-height: 1.86em;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
#tribe-events .tribe-events-button {
  background-color: transparent;
  padding: 10px 15px;
  border-radius: 0;
  border: 1px solid #aaaaaa;
}
#tribe-events .tribe-events-button:hover {
  background-color: #d90057;
  border-color: #d90057;
}
.single-tribe_events .tribe-events-event-meta {
  background-color: #323232;
  border: none;
  padding: 35px 40px;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0;
}
.single-tribe_events .tribe-events-event-meta dl dt {
  color: #aaaaaa;
  font-weight: 600 !important;
  margin-bottom: 8px;
}
.single-tribe_events .tribe-events-event-meta dl dd {
  margin-bottom: 16px !important;
}
.single-tribe_events .tribe-events-event-meta dl dd a {
  color: #d90057;
}
.single-tribe_events .tribe-events-event-meta dl dd address {
  font-style: normal;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
h3.tribe-events-single-section-title {
  color: #d90057;
  font-family: 'BebasNeueBold', sans-serif;
  letter-spacing: 3px;
  font-size: 24px !important;
  margin: 0 0 35px !important;
}
.tz_tribe_events_image {
  position: relative;
}
.tz_tribe_events_image:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 27, 0.5);
  top: 0;
  left: 0;
}
.tz_tribe_events_image .tz_tribe_events_month_title {
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 6px;
  line-height: 1.1em;
  margin: 0 auto;
  padding: 0 0 90px 20px;
  width: 60%;
}
.tz_tribe_events_image .tz_tribe_events_month_sub_title {
  color: rgba(255, 255, 255, 0.1);
  font-size: 150px;
  left: 320px;
  letter-spacing: 15px;
  margin: 0;
  position: absolute;
  bottom: 45px;
  z-index: -1;
}
h2.tribe-events-tickets-title {
  color: #d90057;
  font-size: 24px !important;
  letter-spacing: 3px;
}
.tribe-events-style-full table.tribe-events-tickets td {
  border-top: none;
  border-bottom-color: rgba(170, 170, 170, 0.5) !important;
  padding: 20px 0;
}
.tribe-events-style-full table.tribe-events-tickets td input {
  border: 1px solid #d90057;
  background-color: transparent;
  padding: 4px 10px;
  color: #aaaaaa;
  font-size: 14px;
}
.tribe-events-style-full table.tribe-events-tickets td.tickets_name,
.tribe-events-style-full table.tribe-events-tickets td.tickets_price,
.tribe-events-style-full table.tribe-events-tickets td.tickets_description {
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
.tribe-events-style-full table.tribe-events-tickets td.tickets_price {
  font-size: 18px;
  font-family: 'BebasNeueRegular', sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
}
table.tribe-events-tickets td.add-to-cart {
  padding-top: 30px;
}
table.tribe-events-tickets td.add-to-cart button {
  background-color: transparent !important;
  border: 1px solid #d90057;
  padding: 11px 27px;
  border-radius: 0;
  color: #d90057 !important;
  font-family: 'BebasNeueRegular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2em;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
table.tribe-events-tickets td.add-to-cart button:hover {
  background-color: #d90057 !important;
  color: #ffffff !important;
}
table.tribe-events-tickets td.woocommerce .quantity input {
  width: 21%;
}
table.tribe-events-tickets tr.tribe-tickets-attendees-list-optout label {
  font-weight: 400;
}
.tribe-events-related-events-title {
  border-top: 1px solid rgba(170, 170, 170, 0.3);
  font-size: 30px !important;
  color: #ffffff;
  letter-spacing: 3.5px;
  padding-top: 60px;
  margin-bottom: 50px !important;
}
.tribe-related-events .tribe-related-event-info {
  display: none;
}
#tribe-events-content-wrapper {
  padding-top: 80px;
  width: 66%;
  margin: 0 auto;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  width: 19.5%;
}
#tribe-bar-form {
  background-color: transparent;
}
#tribe-bar-form label {
  display: none;
}
#tribe-bar-form input[type="text"] {
  border: 1px solid rgba(122, 122, 122, 0.8);
  color: #7a7a7a;
  font-weight: 300;
  font-size: 14px;
  padding: 13px 12px;
  font-family: 'Catamaran', sans-serif;
}
#tribe-bar-form input[type="text"]:focus {
  outline: none;
  border-bottom: 1px solid rgba(122, 122, 122, 0.8);
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: transparent;
  border: 1px solid #d90057;
  padding: 13px 12px;
  font-size: 14px;
  font-family: 'BebasNeueBook', sans-serif;
  font-weight: 400;
  color: #d90057;
  line-height: 1em;
  letter-spacing: 2px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  background-color: #d90057;
  color: #ffffff;
}
#tribe-bar-form #tribe-bar-dates {
  position: relative;
}
#tribe-bar-form #tribe-bar-dates:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "\e019";
  font-family: "linea-arrows-10";
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 0;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list li:first-child a span:after {
  content: "\e019";
  font-family: "linea-arrows-10";
  display: inline-block;
  float: right;
}
.tribe-bar-views-inner {
  background-color: transparent;
  padding: 0;
}
.tribe-bar-date-filter,
.tribe-bar-search-filter,
.tribe-bar-geoloc-filter,
.tribe-bar-submit {
  padding: 0 !important;
}
.tribe-events-uses-geolocation .tribe-bar-date-filter {
  width: 19%;
  margin-right: 10px;
}
.tribe-events-uses-geolocation .tribe-bar-search-filter {
  margin-right: 10px;
  width: 37%;
}
.tribe-events-uses-geolocation .tribe-bar-geoloc-filter {
  margin-right: 10px;
  width: 26%;
}
.tribe-events-uses-geolocation .tribe-bar-submit {
  width: 14%;
}
#tribe-bar-form #tribe-bar-views {
  width: 12%;
  float: right;
  left: 0;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  right: 0;
  width: 85.333%;
}
#tribe-bar-views .tribe-bar-views-list {
  border: 1px solid rgba(122, 122, 122, 0.8);
  padding: 0;
  border-radius: 0;
  width: 85%;
  float: right;
}
#tribe-bar-views .tribe-bar-views-list li {
  border-top: 1px solid rgba(122, 122, 122, 0.8);
}
#tribe-bar-views .tribe-bar-views-list li:first-child {
  border-top: none;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background-color: #1a1a1b;
  padding: 12px;
  color: #aaaaaa;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background-color: transparent;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  background-color: transparent;
}
#tribe_events_filters_toggle {
  color: #d90057;
  font-family: 'BebasNeueRegular', sans-serif;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: 2px;
}
#tribe_events_filters_wrapper .tribe-events-filters-content {
  background-color: transparent;
  border: none;
}
#tribe_events_filters_wrapper .tribe-events-filters-content label.tribe-events-filters-label {
  background-color: #d90057;
  color: #ffffff;
  font-family: 'BebasNeueBold', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.3em;
  padding: 10px 0;
  text-align: center;
  border: none;
  margin-bottom: 2px;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filters-group-heading {
  background-color: #585858;
  border: none;
  margin-bottom: 2px;
  letter-spacing: 1px;
  font-family: 'BebasNeueRegular', sans-serif;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 10px 20px;
  line-height: 1.3em;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filters-group-heading:after {
  content: "\e019";
  font-family: "linea-arrows-10";
  display: inline-block;
  float: right;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filters-group-heading:hover {
  background-color: #484848;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filters-group-heading span {
  display: none;
}
#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3:after {
  content: "\e03f";
  font-family: "linea-arrows-10";
  display: inline-block;
  float: right;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group {
  border-bottom: none;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group li {
  background-color: #383838;
  margin-bottom: 2px;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group li label {
  border-bottom: none;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group li label span {
  font-weight: 500;
  color: #aaaaaa;
  letter-spacing: 1px;
  text-transform: capitalize;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group li label input {
  float: right;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group.tribe-events-filter-select {
  margin-bottom: 2px;
  background-color: #484848;
  padding: 9px 20px;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group.tribe-events-filter-select select {
  color: #1a1a1b;
  font-size: 11px;
  font-family: 'Catamaran', sans-serif;
  border: none;
  padding: 3px 10px;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group.tribe-events-filter-checkboxes {
  max-height: none;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group.tribe-events-filter-checkboxes ul {
  max-height: none;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group.tribe-events-filter-range {
  background-color: #484848;
  margin-bottom: 2px;
}
#tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filter-group.tribe-events-filter-range span#tribe_events_filter_cost_display {
  color: #aaaaaa;
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
#tribe_events_filters_wrapper a#tribe_events_filters_reset {
  color: #d90057;
  font-family: 'BebasNeueRegular', sans-serif;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0;
}
#tribe-events-bar {
  margin-bottom: 55px;
}
#tribe_events_filter_control {
  margin-bottom: 12px !important;
}
#tribe-events-content table.tribe-events-calendar {
  margin-bottom: 35px;
}
#tribe-events-content h2.tribe-events-page-title {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 25px 0 20px;
  line-height: 1.2em;
}
#tribe-events-content table.tribe-events-calendar {
  border: none;
}
#tribe-events-content .tribe-events-calendar thead th {
  background-color: #d90057;
  border-left-color: #1a1a1b;
  border-right-color: #1a1a1b;
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 14px;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  border: 1px solid #1a1a1b;
  background-color: rgba(140, 14, 65, 0.8);
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.tribe-events-past div[id*="tribe-events-daynum-"] {
  background-color: rgba(140, 14, 65, 0.8);
}
#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth.tribe-events-past div[id*="tribe-events-daynum-"] {
  background-color: #585858;
  border-bottom: 1px solid #1a1a1b;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth h3.tribe-events-month-event-title a:hover {
  color: #969696;
}
#tribe-events-content .tribe-events-calendar td {
  background-color: #383838;
  border: 1px solid #1a1a1b;
}
#tribe-events-content .tribe-events-ical.tribe-events-button {
  background-color: #d90057;
  border: none;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 12px 10px;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background-color: transparent;
  text-align: center;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  color: #eaeaea !important;
  font-size: 14px;
  font-weight: 500;
  background-color: #585858;
  text-align: center;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-bottom-color: rgba(88, 88, 88, 0.7);
}
#tribe-events-content .tribe-events-calendar td:hover {
  background-color: #484848;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  color: #969696;
  font-family: 'Catamaran', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
body.tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content,
body.tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
  padding-left: 68px !important;
  width: 80%;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #d90057;
}
#tribe-events-footer {
  border: none !important;
  margin-bottom: 0;
  margin-top: 80px;
  padding-top: 0 !important;
}
#tribe-events-footer:after,
#tribe-events-footer:before {
  display: none;
}
#tribe-events-footer .tribe-events-sub-nav li {
  border: none;
}
#tribe-events-footer .tribe-events-sub-nav li a {
  color: #aaaaaa;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'BebasNeueRegular', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: transparent;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
#tribe-events-footer .tribe-events-sub-nav li a:hover {
  color: #d90057;
}
.tz_no_container {
  margin-bottom: 120px;
}
.tz_no_container_event_list #tribe-events-content-wrapper {
  width: 65%;
}
.tz_no_container_event_list #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  width: 19.5%;
}
.tribe-events-list .tribe-events-page-title {
  text-align: left;
}
.tribe-events-list .tribe-events-user-recurrence-toggle {
  text-align: left;
  font-style: normal;
}
.tribe-events-list .tribe-events-user-recurrence-toggle label {
  letter-spacing: 1px;
}
.tribe-events-list .tribe-events-user-recurrence-toggle label input {
  margin-right: 10px;
}
.tribe-events-list .tribe-events-list-separator-month {
  text-align: left;
  padding: 0;
  margin-bottom: 27px;
}
.tribe-events-list .tribe-events-list-separator-month:after {
  border-bottom-color: rgba(170, 170, 170, 0.3);
}
.tribe-events-list .tribe-events-list-separator-month span {
  padding: 0;
  font-size: 30px;
  color: #d90057;
  font-family: 'BebasNeueBold', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #1a1a1b;
  padding-right: 45px;
}
.tribe-events-list .tribe-events-loop {
  margin: 0;
  max-width: none;
}
.tribe-events-list .type-tribe_events h2 {
  font-size: 24px;
  letter-spacing: 3px;
}
.tribe-events-list .type-tribe_events h2 a {
  color: #f0f0f0;
}
.tribe-events-list .tribe-events-event-cost span {
  background-color: transparent;
  border-color: rgba(122, 122, 122, 0.8);
  color: #d90057;
  font-weight: 600;
  text-transform: uppercase;
}
.tribe-events-list .tribe-event-schedule-details {
  margin-bottom: 5px;
}
.tribe-events-list .tribe-event-schedule-details span {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.tribe-events-list .tribe-events-venue-details {
  margin-bottom: 30px;
}
.tribe-events-list .tribe-events-venue-details span {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.tribe-events-list a.tribe-events-gmap {
  font-style: normal;
}
.tribe-events-list .tribe-events-list-event-description p {
  letter-spacing: 1px;
  line-height: 1.8em !important;
}
.tribe-events-list .tribe-events-list-event-description a.tribe-events-read-more {
  font-family: 'BebasNeueRegular', sans-serif;
  text-transform: uppercase;
  color: #d90057;
  letter-spacing: 1.5px;
}
.tribe-events-list .type-tribe_events {
  padding-bottom: 15px;
}
.tribe-events-list .tribe-events-event-image {
  display: table-cell;
  width: 232px;
  float: none;
  margin: 0;
}
.tribe-events-list .tribe-events-event-image img {
  max-height: inherit;
}
body.tribe-filters-open .tz_no_container_event_list .tribe-events-filters-vertical + #tribe-events-content,
body.tribe-filters-open .tz_no_container_event_list .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
  width: 80.5%;
}
.events-list #tribe-events-footer {
  border-top-color: rgba(170, 170, 170, 0.3);
}
.tribe-events-single ul.tribe-related-events {
  margin: 0 -30px;
}
.tribe-events-single ul.tribe-related-events li {
  padding: 0 30px;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
  float: none;
  width: 100%;
}
.tribe-grid-header {
  background-color: #d90057;
}
.tribe-grid-body .tribe-events-week-hourly-single {
  background-color: #383838;
  border: none;
  margin: 0;
}
.tribe-week-grid-block div {
  border: none;
}
.tribe-events-grid .tribe-grid-header .tribe-week-today {
  background-color: #8c0e41;
}
.tribe-events-grid .tribe-grid-header .column span {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #eaeaea;
  letter-spacing: 1px;
}
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
  border-left-color: #1a1a1b;
  border-right-color: #1a1a1b;
}
.tribe-events-grid .tribe-grid-content-wrap .column {
  border-left-color: #1a1a1b;
  border-right-color: #1a1a1b;
}
.tribe-events-grid .tribe-week-today {
  background-color: #585858;
}
.tribe-events-grid .tribe-scroller {
  border-left-color: #1a1a1b;
  border-right-color: #1a1a1b;
}
.tribe-events-grid .tribe-grid-content-wrap {
  padding-left: 115px;
}
.tribe-grid-allday {
  background-color: #585858;
  border-left-color: #585858;
  border-right-color: #585858;
  border-bottom-color: #1a1a1b;
}
.tribe-grid-allday .column.first span {
  font-family: 'BebasNeueRegular', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.tribe-week-grid-hours {
  background-color: #383838;
  width: 115px;
  margin-right: -115px;
}
.tribe-week-grid-hours div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tribe-events-grid .column.first {
  width: 115px;
  margin-right: -115px;
}
.tribe-events-day #tribe-events-day {
  padding: 0;
}
.tribe-events-day .tribe-events-day-time-slot h5 {
  position: relative;
  background-color: transparent;
  color: #d90057;
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  padding: 0;
  margin: 0;
  text-align: left;
}
.tribe-events-day .tribe-events-day-time-slot h5:after {
  position: absolute;
  width: 85%;
  top: 50%;
  height: 1px;
  right: 0;
  content: '';
  background-color: rgba(170, 170, 170, 0.3);
}
.tribe-events-photo .tribe-events-event-details {
  background-color: rgba(122, 122, 122, 0.8);
}
.tribe-events-photo .tribe-events-event-details span,
.tribe-events-photo .tribe-events-event-details p {
  color: #ffffff;
}
h2.tribe-events-page-title a {
  color: #ffffff;
}
.tribe-events-week-hourly-single h3 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.tribe-grid-allday .tribe-events-week-allday-single:hover,
.tribe-grid-body .tribe-events-week-hourly-single:hover {
  background-color: rgba(217, 0, 87, 0.7);
}
.datepicker.dropdown-menu {
  background-color: #ffffff;
  border-radius: 0;
  color: #333333;
}
.datepicker.dropdown-menu thead {
  background-color: #1a1a1b;
}
.datepicker.dropdown-menu thead tr th {
  color: #ffffff;
}
.datepicker.dropdown-menu td {
  padding: 0;
}
.datepicker.dropdown-menu td span {
  margin: 0;
  border-right: 1px solid rgba(217, 0, 87, 0.5);
  border-bottom: 1px solid rgba(217, 0, 87, 0.5);
  width: 25%;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.datepicker.dropdown-menu td span:hover {
  background-color: #d90057;
  color: #ffffff;
}
.datepicker.dropdown-menu td span.active {
  background-color: rgba(217, 0, 87, 0.5) !important;
}
.datepicker-dropdown:after {
  border-bottom-color: #d90057;
}
.datepicker td {
  border-top-color: #1a1a1b;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background-color: #1a1a1b;
  color: #d90057;
}
.dropdown-menu {
  padding: 0;
}
#tribe-bar-collapse-toggle {
  background-color: transparent;
  border: 1px solid rgba(122, 122, 122, 0.8);
  padding: 11px 12px;
}
.tribe-events-calendar td .tribe-events-viewmore a {
  white-space: inherit;
}
h2.tribe-events-page-title a:focus,
h2.tribe-events-page-title a:hover {
  color: #d90057;
}
.tribe-events-list-event-description {
  display: table-cell;
  vertical-align: top;
  float: none !important;
  padding-left: 75px !important;
}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  width: inherit;
}
.tribe-events-loop .tribe-events-content {
  padding: 0;
}
/**
 *  6.3 - Sidebar
 * ----------------------------------------------------------------------------
 */
aside.widget {
  margin-bottom: 50px;
}
aside.widget h3 {
  color: #d90057;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0 0 30px;
}
aside.widget label {
  display: block;
  margin-bottom: 15px;
}
aside.widget ul {
  list-style: none;
  padding: 0;
}
aside.widget ul li {
  margin-bottom: 10px;
}
aside.widget ul li:last-child {
  margin-bottom: 0;
}
aside.widget ul li a {
  color: #7a7a7a;
  font-family: 'BebasNeueRegular', sans-serif;
  letter-spacing: 2px;
}
aside.widget ul li.recentcomments a {
  padding-left: 15px;
  color: #d90057;
}
aside.widget.widget_archive ul li,
aside.widget.widget_categories ul li {
  text-align: right;
  color: #d90057;
}
aside.widget.widget_archive ul li:after,
aside.widget.widget_categories ul li:after {
  display: table;
  clear: both;
  content: '';
}
aside.widget.widget_archive ul li a,
aside.widget.widget_categories ul li a {
  float: left;
}
aside.widget select {
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  background-color: transparent;
  letter-spacing: 1px;
}
aside.widget .calendar_wrap table {
  width: 100%;
}
aside.widget .calendar_wrap table thead tr th {
  text-align: center;
  padding: 0;
}
aside.widget .calendar_wrap table tfoot tr td a {
  color: #d90057;
}
aside.widget .calendar_wrap table tfoot tr td#next {
  text-align: right;
}
aside.widget .calendar_wrap table tbody tr td {
  padding: 6px 0;
  text-align: center;
  line-height: 2.5em;
}
aside.widget .calendar_wrap table tbody tr td#today {
  background-color: #d90057;
  color: #ffffff;
}
aside.widget.widget_text img {
  width: 100%;
}
aside.widget.widget_text select {
  width: 170px;
}
aside.widget .menu {
  position: static;
  transform: translate(0px, 0px);
  text-align: left;
}
aside.widget .menu li.menu-item-has-children ul li {
  padding-left: 15px;
}
aside.widget .menu li a:hover {
  color: #d90057;
}
aside.widget .tagcloud a {
  font-size: 12px !important;
  color: #aaaaaa;
  display: inline-block;
  border: 1px solid #aaaaaa;
  padding: 3px 22px;
  margin-right: 5px;
  margin-bottom: 7px;
  text-transform: capitalize;
}
aside.widget .tagcloud a:hover {
  background-color: #d90057;
  color: #ffffff;
  border-color: #d90057;
}
aside.widget.widget_search input {
  background-color: transparent;
  border: 1px solid #aaaaaa;
  padding: 10px 15px;
}
aside.widget.widget_search input.Tzsearchform {
  width: 100%;
  margin-bottom: 10px;
}
aside.widget.widget_search input.Tzsearchform:focus {
  border-color: #d90057;
}
aside.widget.widget_search input.submit {
  padding: 7px 30px;
}
aside.widget.widget_search input.submit:hover {
  background-color: #d90057;
  color: #ffffff;
  border-color: #d90057;
}
/**
 * 7.0 - Page 404
 * ----------------------------------------------------------------------------
 */
.tz_error {
  width: 100%;
  height: 100vh;
  display: table;
  max-width: none;
  position: relative;
  background-image: url("images/page-404.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;
}
.tz_error:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(26, 26, 27, 0.3);
}
.tz_content_404 {
  position: relative;
  z-index: 1;
}
.tz_content_404 h1 {
  font-size: 400px;
  color: #ffffff;
  margin: 0 0 50px;
  position: relative;
}
.tz_content_404 h1 img {
  margin: 0 20px;
}
.tz_content_404 h1.tz_title_page_404 {
  font-size: 200px;
  color: rgba(240, 240, 240, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  top: -25px;
  letter-spacing: 15px;
  margin: 0;
}
.tz_content_404 .tz_bk_404 {
  position: relative;
  z-index: 1;
  -moz-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}
.tz_content_404 .tz_bk_404 p {
  margin: 110px 0 0;
}
.tz_content_404 p {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0;
}
a.tz_come_back_home {
  display: inline-block;
  border: 1px solid #d90057;
  padding: 20px 40px;
  font-size: 18px;
  font-family: 'BebasNeueBook', sans-serif;
  color: #d90057;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
a.tz_come_back_home:hover {
  background-color: #d90057;
  color: #ffffff;
}
/**
 * 7.0 - Footer
 * -----------------------------------------------------------------------------
 */
/* Footer home page */
.tz_footer_fix {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.tz_footer_content {
  padding: 30px 80px;
  position: relative;
}
.tz_footer_content .row {
  display: flex;
  align-items: center;
}
.tz_footer_copyright p {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  font-weight: 300;
}
.tz_footer_social_network {
  text-align: right;
}
.tz_footer_music_press .jp-audio {
  background-color: rgba(217, 0, 87, 0.1);
  width: 100%;
  border: none;
}
.tz_footer_music_press .jp-audio .jp-play:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f04b";
}
.tz_footer_music_press .jp-audio.jp-state-playing .jp-play:after {
  content: "\f04c";
}
.tz_footer_music_press .jp-audio .jp-controls {
  display: inline-block;
  width: auto;
  padding: 0;
}
.tz_footer_music_press .jp-audio .jp-controls button {
  color: #aaaaaa;
  display: inline-block;
  margin: 0;
  float: none;
  width: auto;
  height: auto;
  padding: 21px 23px;
  font-size: 10px;
  border-right: 1px solid rgba(88, 88, 88, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tz_footer_music_press .jp-audio .jp-controls button:hover {
  color: #d90057;
}
.tz_footer_music_press .jp-audio .jp-image-bk {
  display: inline-block;
  background-image: url("images/bk-music-jp.jpg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.tz_footer_music_press .jp-audio .jp-type-playlist {
  position: relative;
  overflow: hidden;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-interface {
  background-color: #1a1a1b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: auto;
  line-height: inherit;
  display: flex;
  align-items: center;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-interface .jp-controls {
  overflow: visible;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-interface .jp-controls button {
  text-indent: inherit;
  background: transparent;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-interface .jp-controls .jp-stop {
  display: none;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-title {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  text-align: center;
  z-index: 1;
  font-size: 10px;
  font-family: 'Catamaran', sans-serif;
  color: #f0f0f0;
  text-transform: capitalize;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress {
  width: 45%;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  position: static;
  display: inline-block;
  margin-right: 20px;
  margin-left: 15px;
  -moz-transform: translate(8px);
  -webkit-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress .jp-seek-bar {
  background: rgba(255, 255, 255, 0.2);
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress .jp-play-bar {
  background: #d90057;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder {
  position: static;
  display: inline-block;
  margin-right: 25px;
  width: 65px;
  line-height: normal;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder .jp-current-time,
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder .jp-duration {
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder .jp-current-time,
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder .jp-duration,
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder span {
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  font-family: 'BebasNeueBook', sans-serif;
  color: #aaaaaa;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 1px;
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-list-play-music {
  display: inline-block;
  color: #aaaaaa;
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-right: 15px;
  cursor: pointer;
  z-index: 1;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-volume-controls {
  position: static;
  display: inline-block;
  width: auto;
  line-height: normal;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-volume-controls button.jp-mute {
  background: transparent;
  width: auto;
  height: auto;
  overflow: visible;
  position: static;
  text-indent: 0;
  display: inline-block;
  line-height: normal;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-volume-controls button.jp-mute:after {
  content: "\f027";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #aaaaaa;
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar {
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  top: -2px;
  left: 0;
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  background: #d90057;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 100px;
  right: 100px;
  width: 58.5%;
  margin: 0 auto;
  background-color: rgba(25, 25, 25, 0.9);
  border: none;
  overflow: auto;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist ul {
  list-style-type: decimal-leading-zero;
  font-family: 'BebasNeueBook', sans-serif;
  font-weight: 400;
  padding: 30px 40px;
  color: #969696;
  letter-spacing: 1px;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist ul li {
  padding: 0;
  border-bottom: none;
  list-style-position: inside;
  margin-bottom: 10px;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current {
  list-style-type: inherit;
  padding-left: 0;
  color: #d90057;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current a {
  color: #d90057;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist ul li a {
  color: #969696;
  font-size: 12px;
  font-family: 'Catamaran', sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  padding-left: 30px;
}
.tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist ul li:last-child {
  margin-bottom: 0;
}
.tz_footer_music_press .jp-audio.jp-state-muted .jp-volume-controls {
  line-height: normal;
}
.tz_footer_music_press .jp-audio.jp-state-muted .jp-volume-controls button.jp-mute:after {
  content: "\f026";
}
.tz_social_network_item_footer {
  color: #ffffff;
  font-size: 12px;
  margin: 0 15px;
}
.tz_button_music {
  bottom: 0;
  height: 30px;
  left: 50%;
  margin-left: -30px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  width: 80px;
  background-color: #383838;
  cursor: pointer;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.tz_button_music:after {
  content: "\f103";
  font-size: 18px;
  font-family: 'FontAwesome';
}
.tz_button_music.tz_button_music_open:after {
  content: "\f102";
}
.tz_button_music:hover {
  background-color: rgba(217, 0, 87, 0.2);
}
/**
 * 9.0 - Responsive
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1815px) {
  .tz_footer_content {
    padding: 25px 80px;
  }
  .tz_footer_music_press .jp-audio .jp-controls button {
    padding: 21px 15px;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress {
    width: 40%;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder {
    margin-right: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .tz_slider_images {
    padding: 45px 0 0 80px;
  }
  .tz_slider_images_item .tz_title_image {
    font-size: 65px;
    margin-top: -35px;
  }
  .tz_slider_images_items .owl-nav {
    bottom: 0;
  }
  .vc_tta-panel-body .wpb_text_column {
    padding: 50px 100px 0 !important;
  }
  .vc_tta-tabs-list .vc_tta-tab a {
    padding: 0 25px !important;
  }
  .vc_tta-tabs-list .vc_tta-tab:first-child a {
    padding-left: 50px !important;
  }
}
@media (max-width: 1604px) {
  .tz_footer_content {
    padding: 20px 20px 15px;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress {
    width: 40%;
  }
}
@media (max-width: 1655px) {
  .comment-content {
    padding: 30px 15px;
  }
  .comment-content a {
    margin-right: 0;
  }
  .comment-content i.fa {
    margin: 0 1px;
  }
  .comment-content span.comment-metadata {
    margin-left: 0;
  }
  .comment-content span.name {
    margin-right: 0;
  }
  .tz-Comment ol li ol.children {
    margin-left: 50px;
  }
}
@media (max-width: 1600px) {
  .tz_title_contact_form {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .tz_slider_blog .slides-pagination {
    bottom: 30%;
  }
  .tz_blog_carousel_items {
    margin-bottom: 0;
  }
  .tz_element_title_blog_carousel {
    margin-bottom: 50px;
  }
  .tz_element_title_blog_carousel.tz_element_title .tz_title {
    margin-bottom: 0;
    font-size: 50px;
  }
  .tz_element_title_blog_carousel.tz_element_title .tz_sub_title {
    font-size: 130px;
    top: -50px;
  }
  .tz_blog_carousel_item_box h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  #tribe-events-content-wrapper {
    width: 75%;
  }
  .tz_element_title_box {
    top: -110px;
  }
  .tz_element_title .tz_title {
    font-size: 45px;
  }
  .tz_element_title .tz_sub_title {
    font-size: 90px;
    top: -30px;
  }
  .tz_night_club_event_item .tz_title_event {
    font-size: 25px;
  }
  .tz_night_club_event_item .tz_date_event {
    padding-right: 40px;
    font-size: 25px;
  }
  .tz_night_club_event .viewport {
    height: 350px;
  }
  .tz_post_date {
    font-size: 30px;
  }
  .tz_post_item_content {
    padding: 0 30px;
  }
  .tz_post_item_content_box .tz_nightclub_sidebar {
    padding: 0 30px;
  }
}
@media (min-width: 1456px) and (max-width: 1600px) {
  #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] {
    padding: 14px 5px;
  }
  .tribe-bar-mini .tribe-bar-views-inner {
    padding-top: 1px;
  }
  .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 10px 15px;
  }
}
@media (min-width: 481px) and (max-width: 1455px) {
  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 30%;
    margin-right: 10px;
  }
  #tribe-bar-collapse-toggle {
    line-height: 1.4em;
    margin: 10px 10px 0 0;
    padding: 10px 12px;
  }
}
@media (min-width: 1401px) and (max-width: 1491px) {
  .tribe-events-uses-geolocation .tribe-bar-date-filter,
  .tribe-events-uses-geolocation .tribe-bar-search-filter,
  .tribe-events-uses-geolocation .tribe-bar-submit,
  .tribe-events-uses-geolocation .tribe-bar-geoloc-filter {
    margin-right: 20px;
  }
}
@media (min-width: 856px) and (max-width: 1400px) {
  #tribe-events-content-wrapper {
    padding-top: 30px;
  }
  #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    width: 80%;
  }
  .tribe-events-uses-geolocation .tribe-bar-date-filter,
  .tribe-events-uses-geolocation .tribe-bar-search-filter,
  .tribe-events-uses-geolocation .tribe-bar-submit,
  .tribe-events-uses-geolocation .tribe-bar-geoloc-filter {
    margin-right: 10px;
    width: 25%;
  }
  .tribe-events-uses-geolocation .tribe-bar-submit {
    width: 14%;
  }
  #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] {
    padding: 14px 5px;
  }
  .tribe-bar-mini .tribe-bar-views-inner {
    padding: 0;
  }
  .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 13px 12px;
  }
  #tribe-bar-views .tribe-bar-views-list {
    width: 110%;
    left: -15px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .tz_post_date {
    width: 185px;
  }
  .tz_slider_images {
    padding: 25px 0 !important;
  }
  .vc_tta-panel-body .wpb_text_column {
    padding: 30px !important;
  }
  .vc_tta-tabs-list .vc_tta-tab a {
    padding: 0 15px !important;
  }
  .tz_element_title .tz_title {
    padding-left: 90px;
  }
  .tz_element_title .tz_sub_title {
    left: 50px;
  }
  .tz_slider_images_item .tz_title_image {
    font-size: 50px;
    margin-top: -30px;
  }
  .tz_slider_images_items .owl-nav {
    bottom: -5px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder {
    margin-left: 0;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress {
    width: 30%;
  }
  .tz_tribe_events_image .tz_tribe_events_month_sub_title {
    font-size: 110px;
    bottom: 65px;
  }
}
@media (max-width: 1280px) {
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder {
    margin-left: 0;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-playlist {
    bottom: 84px;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress {
    width: 30%;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-list-play-music {
    margin-right: 5px;
  }
  .tz_element_title_blog_carousel {
    display: none;
  }
  .tz_blog_carousel_item_box {
    padding: 0 15px;
  }
  .tz_blog_carousel_item_box h3 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  span.tz_partner_prev_next {
    width: 90px;
    font-size: 12px;
  }
  span.tz_partner_prev {
    left: -5px;
    text-align: right;
  }
  span.tz_partner_prev i.fa {
    margin-right: 5px;
  }
  span.tz_partner_next {
    right: 5px;
  }
  span.tz_partner_next i.fa {
    margin-left: 5px;
  }
  .single-tribe_events .tribe-events-single-event-title.tz_title_single_event {
    font-size: 30px;
  }
  .tz_nightclub_event_sub_title {
    font-size: 100px;
    top: -40px;
  }
  .tz_tribe_events_image img {
    height: auto;
  }
  .tz_box_tile_event {
    position: static;
    padding: 30px 0 0;
  }
  .tz_box_tile_event .tz_tribe_events_month_sub_title {
    display: none;
  }
  .tz_tribe_events_image .tz_tribe_events_month_title {
    font-size: 30px;
    padding: 0;
  }
  .tz_upcoming_event {
    padding-left: 80px;
  }
  .tz_night_club_event .viewport {
    height: 265px;
  }
  .tz_night_club_event_item {
    padding-left: 25px;
  }
  .tz_night_club_event_item .tz_title_event {
    font-size: 25px;
  }
  .tz_night_club_event_item .tz_date_event {
    font-size: 25px;
  }
  .tz_night_club_event_item .tz_event_book {
    width: 50%;
  }
  .tz_element_title {
    display: none;
  }
  .tz_night_club_contact_form {
    padding-left: 0;
    width: 90%;
  }
  .tz_nightclub_coming_soon {
    background-position: top center;
    background-size: contain;
    background-color: #151515;
  }
  .tz_content_404 h1.tz_title_page_404 {
    font-size: 120px;
    letter-spacing: 8px;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #tribe-events-content-wrapper {
    width: 85%;
  }
}
@media (max-width: 1200px) {
  .tz_post_item_content_box {
    width: 80%;
  }
  .tz_post_item_image img {
    height: auto;
  }
  .tz_box_tile {
    position: static;
  }
  .tz_box_tile h1 {
    font-size: 40px;
    padding: 20px 0 0;
  }
  .tz_box_tile_content .tz_single_text {
    display: none;
  }
  .tz_post_date {
    width: 145px;
    font-size: 25px;
    letter-spacing: 2px;
    left: 10px;
  }
  .tz_post_item_content {
    width: 95%;
    float: none;
    padding: 0;
  }
  .tz_post_item_content_box .tz_nightclub_sidebar {
    width: 95%;
    padding: 0;
    float: none;
  }
  blockquote {
    margin-left: 0;
  }
  .alignnone {
    height: auto;
  }
  .tz_responsiveness_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_tta-panel-body .wpb_text_column {
    padding: 15px !important;
  }
  .tz_slider_images {
    padding: 0 !important;
  }
  .tz_slider_images_item .tz_title_image {
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .tz_slider_images_item img {
    height: auto;
  }
  .tz_slider_images_items .owl-nav {
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
  }
  .tz_slider_images_items .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -25px;
  }
  .tz_slider_images_items .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -25px;
  }
  .tz_element_title .tz_title {
    font-size: 35px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .tz_element_title .tz_sub_title {
    font-size: 90px;
    left: 15px;
    top: -35px;
  }
  .vc_tta-tabs-list .vc_tta-tab a {
    padding: 0 3px !important;
    font-size: 15px !important;
  }
  .vc_tta-tabs-list .vc_tta-tab a span.vc_tta-title-text {
    padding: 8px 10px !important;
  }
  .tz_upcoming_event .tz_element_title_box {
    display: none;
  }
  .tz_element_title ~ .vc_empty_space {
    height: 0 !important;
  }
  .comment-content {
    padding: 15px;
  }
  .tz_night_club_services .cf {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .tz_footer_music_press .jp-audio .jp-image-bk {
    display: none;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-progress {
    margin-left: 5px;
  }
  .tz_no_container_event_list #tribe-events-content-wrapper {
    width: 84%;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .tz_nav_menu li a {
    font-size: 30px;
    letter-spacing: 1px;
    padding: 0 15px;
  }
  .tz_button_music {
    height: 25px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .tz_content_slider_post {
    width: 50%;
  }
  .tz_content_slider_box_post {
    padding-left: 180px;
  }
  .tz_content_slider_box_post:after {
    width: 145px;
  }
  .tz_content_slider_box_post .tz_title_post {
    font-size: 45px;
  }
  .tz_slider_blog .slides-pagination {
    left: 180px;
  }
  .tz_element_title.tz_element_title_video {
    margin-bottom: 50px;
  }
  .tz_element_title.tz_element_title_video .tz_title {
    font-size: 50px;
    padding-left: 135px;
    letter-spacing: 3px;
  }
  .tz_element_title.tz_element_title_video .tz_sub_title {
    left: 80px;
  }
  .tz_blog_video_content_box,
  .tz_box_play {
    padding-left: 80px;
  }
  .tz_blog_video_content_box .tz_title_blog_video {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .tz_blog_more_video {
    bottom: 35%;
    right: 20px;
  }
  .toggle-btn span {
    font-size: 70px;
  }
}
@media (min-width: 970px) and (max-width: 1067px) {
  #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] {
    padding: 14px 5px;
  }
  .tribe-bar-mini .tribe-bar-views-inner {
    padding: 1px 0 35px;
  }
  .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .tz_content_slider_post .tz_btn_play_video_bk {
    display: inline-block;
  }
  .tz_content_slider_box_post .tz_title_post {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1.4em;
  }
  .tz_upcoming_event {
    padding-left: 80px;
  }
  .tz_date_event_book:after {
    display: table;
    content: '';
    clear: both;
  }
  .tz_night_club_event_item {
    padding: 15px 30px;
  }
  .tz_night_club_event_item .tz_night_club_event_item_table {
    display: block;
  }
  .tz_night_club_event_item .tz_title_event {
    font-size: 20px;
    display: block;
    width: 100%;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
  .tz_night_club_event_item .tz_date_event {
    display: block;
    font-size: 18px;
    float: right;
    padding: 0;
  }
  .tz_night_club_event_item .tz_date_event .tz_date_event_month_day,
  .tz_night_club_event_item .tz_date_event .tz_date_event_day {
    display: inline-block;
  }
  .tz_night_club_event_item .tz_event_book {
    display: block;
    width: inherit;
    float: left;
    font-size: 18px;
  }
  .tz_coming_soon_title h2.tz_text_date {
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tz_content_slider_post {
    width: 50%;
  }
  .tz_content_slider_box_post {
    padding-left: 60px;
  }
  .tz_content_slider_box_post:after {
    width: 30px;
  }
  .tz_slider_blog .slides-pagination {
    left: 60px;
    bottom: 35%;
  }
  .tz_element_title.tz_element_title_video {
    margin-bottom: 30px;
  }
  .tz_element_title.tz_element_title_video .tz_title {
    padding-left: 100px;
    font-size: 40px;
    margin-bottom: 0;
  }
  .tz_element_title.tz_element_title_video .tz_sub_title {
    font-size: 100px;
    left: 100px;
    width: 100%;
    top: -35px;
  }
  .tz_blog_video_content_box {
    padding-left: 90px;
    padding-right: 15px;
  }
  .tz_blog_video_content_box p {
    font-size: 13px;
  }
  .tz_blog_video_content_box .tz_title_blog_video {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  .tz_box_play {
    padding-left: 100px;
  }
  .toggle-btn span {
    font-size: 70px;
  }
  .tz_blog_more_video {
    bottom: 40%;
    right: 15px;
  }
  .tz_no_container_event_list #tribe-events-content-wrapper {
    width: 80%;
  }
  .tribe-events-list-event-description {
    padding-left: 20px !important;
  }
  .tribe-events-loop .tribe-events-event-meta {
    background-color: transparent;
    border: none;
    margin: 0;
  }
  .tribe-events-list .tribe-events-venue-details {
    border-top: none;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .tz_navigation_pagination {
    display: none;
  }
  .tz_box_tile_event {
    position: static;
    padding: 30px 15px;
  }
  .single-tribe_events .tribe-events-single-event-title.tz_title_single_event {
    font-size: 30px;
    width: 100%;
    padding: 0;
    letter-spacing: 3px;
  }
  .tz_nightclub_event_sub_title {
    display: none;
  }
  .tz_tribe_events_content {
    padding: 0 15px;
  }
  .tz_tribe_events_date {
    position: static;
    width: 100%;
  }
  .tz_tribe_events_date > span {
    margin-bottom: 20px;
  }
  .tz_tribe_events_box_content {
    width: 100%;
    padding-top: 40px;
  }
  .tribe-events-day .tribe-events-day-time-slot h5:after {
    width: 75%;
  }
  .tribe-events-list .time-details {
    padding: 0;
  }
  .tribe-events-list .tribe-events-venue-details {
    border-top: none;
  }
  .tz_footer_content .row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (min-width: 758px) and (max-width: 767px) {
  #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    width: 80%;
  }
  .tribe-events-uses-geolocation .tribe-bar-geoloc-filter,
  .tribe-events-uses-geolocation .tribe-bar-date-filter,
  .tribe-events-uses-geolocation .tribe-bar-search-filter,
  .tribe-events-uses-geolocation .tribe-bar-submit {
    width: 24%;
    margin-right: 5px;
    margin-bottom: 0 !important;
  }
  #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] {
    padding: 14px 5px;
  }
  .tribe-bar-mini .tribe-bar-views-inner {
    padding: 0;
  }
  #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 12px 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tz_nav_menu li {
    margin-bottom: 15px;
  }
  .tz_nav_menu li a {
    font-size: 35px;
  }
  .tz_night_club_contact_form {
    width: 90%;
    padding-top: 30px;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .menu__level li {
    width: 50%;
    float: left;
  }
  .menu__level li a {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .tribe-mobile-day-date {
    background-color: #d90057;
  }
}
@media (max-width: 767px) {
  .tz_header_content {
    padding: 20px 15px 0;
  }
  .tz_content_slider_post {
    width: auto;
  }
  .tz_content_slider_box_post {
    padding-left: 30px;
  }
  .tz_content_slider_box_post:after {
    width: 5%;
  }
  .tz_book_table {
    display: none;
  }
  .tz_menu {
    z-index: 1;
  }
  .tz_menu .tz_btn_close_menu {
    right: 5px;
    top: 5px;
  }
  .tz_nav_menu {
    padding: 0 30px;
    z-index: -1;
    height: auto;
  }
  .tz_nav_menu:before,
  .tz_nav_menu:after {
    display: none;
  }
  .tz_nav_menu li a {
    font-size: 28px;
  }
  .menu__breadcrumbs {
    position: static;
    width: auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .menu__level li {
    display: block;
    padding: 10px 0;
  }
  .main-menu.menu__level {
    max-height: 350px;
    overflow-y: auto;
    top: 0;
    transform: translate(0px, 0px);
  }
  .menu__wrap {
    padding: 0;
  }
  .tz_slider_blog .slides-pagination {
    bottom: 90px;
    left: 30px;
  }
  .tz_navigation_next_prev a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .tz_page_pagination a.tz_pagination_id {
    margin: 0 2px;
  }
  .tz_night_club_services_item {
    width: 100% !important;
  }
  .tz_night_club_services_item video {
    width: 100%;
  }
  .tz_night_club_services_content_box {
    padding: 0;
    width: 100%;
  }
  .tz_night_club_services_title {
    font-size: 30px;
    text-align: center;
    margin: 0;
  }
  .tz_night_club_services_icon {
    width: 100%;
    top: 50%;
    margin-top: -35px;
  }
  .tz_night_club_services_icon.tz_night_club_services_icon_image {
    margin-top: -50px;
  }
  .tz_night_club_services_icon i.fa {
    font-size: 70px;
  }
  .tz_night_club_services_icon img {
    width: 160px;
    height: 100px;
  }
  .tz_night_club_services_content {
    display: none;
  }
  .tz_upcoming_event {
    padding: 0;
  }
  .tz_upcoming_event .tz_element_title_box {
    display: none;
  }
  .tz_night_club_event_item {
    padding: 0 15px;
  }
  .tz_night_club_event_item .tz_night_club_event_item_table {
    display: block;
  }
  .tz_night_club_event_item .tz_title_event,
  .tz_night_club_event_item .tz_date_event,
  .tz_night_club_event_item .tz_event_book {
    font-size: 18px;
    display: block;
    width: auto;
  }
  .tz_custom_row {
    display: inherit;
  }
  .tz_custom_padding_left {
    padding-left: 15px;
  }
  .tz_custom_padding_right {
    padding-right: 15px;
  }
  .tz_element_title.tz_element_title_video {
    margin-bottom: 30px;
  }
  .tz_element_title.tz_element_title_video .tz_title {
    font-size: 20px;
    padding-left: 40px;
    letter-spacing: 3px;
    margin-bottom: 0;
  }
  .tz_element_title.tz_element_title_video .tz_sub_title {
    font-size: 55px;
    left: 15px;
    letter-spacing: 5px;
    top: -20px;
  }
  .tz_tz_blog_video_item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .tz_blog_video_content_box {
    padding-left: 0;
  }
  .tz_blog_video_content_box .tz_title_blog_video {
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 1.3em;
    width: 100%;
    margin-bottom: 15px;
  }
  .tz_blog_video_content_box p {
    width: 100%;
    font-size: 12px;
  }
  .tz_blog_video_content_box span.tz_date_post_video {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .tz_blog_more_video {
    display: none !important;
  }
  .tz_box_play {
    padding-left: 15px;
  }
  .toggle-btn span {
    font-size: 35px;
  }
  span.tz_partner_prev_next {
    top: 100%;
    z-index: 3;
  }
  .tz_blog_carousel_items {
    width: 90%;
    margin-bottom: 45px;
  }
  .tz_blog_carousel_item_box {
    text-align: center;
    padding: 0 15px;
    bottom: 38px;
  }
  .tz_blog_carousel_item_box h3 {
    font-size: 20px;
  }
  .tz_filters_post_carousel h4 {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .tz_filters_post_carousel h4 a {
    padding-top: 15px;
  }
  .tz_filters_post {
    width: 90%;
  }
  .vc_general.vc_tta-style-classic .vc_tta-panel-heading {
    background-color: transparent !important;
    border: none !important;
  }
  .vc_general.vc_tta-style-classic .vc_tta-panel-body {
    background-color: transparent !important;
    border: none !important;
  }
  .tz_post_item_image img {
    height: auto;
  }
  .tz_box_tile {
    position: relative;
    margin-top: 20px;
    padding: 0 15px;
  }
  .tz_box_tile h1 {
    font-size: 25px;
    letter-spacing: 3px;
    padding: 0;
    width: auto;
    line-height: 1.4em;
  }
  .tz_post_item_content_date {
    padding: 15px;
  }
  .tz_post_date {
    position: static;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tz_post_item_content h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  blockquote {
    margin: 0 0 15px;
    padding: 15px;
  }
  .tz_single_post_content {
    margin-bottom: 35px;
  }
  span.tz_icon_single i.fa {
    margin-right: 15px;
  }
  span.tz_icon_single a {
    margin-bottom: 10px;
  }
  .tz_single_tag {
    margin-bottom: 25px;
  }
  .tz_share_post {
    margin-bottom: 45px;
  }
  .tz-Comment {
    padding-top: 45px;
  }
  .comment-content span.name {
    font-size: 15px;
  }
  .tz-Comment ol li ol.children {
    margin-left: 0;
  }
  .comment-respond {
    padding-top: 50px;
  }
  .tz_fields_comment {
    margin-bottom: 0;
  }
  .form-comment-item {
    margin-bottom: 30px;
  }
  .tz_post_item_content_box {
    width: 100%;
    padding: 0;
  }
  .tz_post_item_content {
    width: 100%;
    float: none;
  }
  .tz_post_item_content_box .tz_nightclub_sidebar {
    width: 100%;
    float: none;
    padding: 0;
  }
  .tz_bk_image_home_page,
  .tz_nightclub_gallery_box,
  .tz_element_title {
    display: none;
  }
  .tz_cat_padding {
    padding: 95px 15px;
  }
  .tz_cat_padding h3 a {
    font-size: 25px;
  }
  #tribe-events-content-wrapper {
    width: 100%;
    padding-top: 20px;
  }
  .tz_no_container {
    padding: 0 15px;
  }
  .tribe-events-filters-vertical {
    background-color: transparent !important;
    position: relative !important;
    width: 100% !important;
  }
  #tribe_events_filters_wrapper .tribe_events_filter_item .tribe-events-filters-group-heading {
    background-color: #7a7a7a;
  }
  #tribe_events_filters_wrapper .closed .tribe-events-filters-group-heading:hover {
    background-color: #d90057 !important;
  }
  .tribe-bar-date-filter,
  .tribe-bar-search-filter,
  .tribe-bar-geoloc-filter,
  .tribe-bar-submit {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  body.tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content,
  body.tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
    padding-left: 0 !important;
    width: 100%;
  }
  #tribe_events_filter_control #tribe_events_filters_toggle {
    background-color: transparent !important;
    margin: 0;
    border: none;
    text-align: left;
    color: #d90057 !important;
  }
  .tz_no_container_event_list #tribe-events-content-wrapper {
    width: 100%;
  }
  .tribe-events-loop .tribe-events-event-meta {
    background-color: transparent;
    color: #aaaaaa;
    border: none;
    padding: 15px;
  }
  #tribe-events-content h2.tribe-events-page-title {
    font-size: 20px;
    margin: 20px 0;
  }
  .tribe-events-list .tribe-events-list-separator-month span {
    font-size: 25px;
    padding-left: 15px;
  }
  .tribe-events-list .tribe-events-event-image {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  .tribe-events-list .tribe-events-event-image img {
    width: 100%;
  }
  .tribe-events-list-event-description {
    display: block;
    padding-left: 0 !important;
  }
  .tribe-events-loop .tribe-events-event-meta {
    padding: 0;
  }
  .tz_tribe_events_box_content .tribe-events-event-image {
    width: auto;
    float: none;
    margin: 0;
  }
  .tz_tribe_events_box_content .tribe-events-event-image img {
    width: 100%;
  }
  #tribe-events .tribe-events-single-event-description h4 {
    font-size: 25px;
    margin: 15px 0 35px;
  }
  .single-tribe_events .tribe-events-event-meta {
    padding: 15px;
  }
  .vc_tta-panel-body .wpb_text_column {
    padding: 0 !important;
  }
  .vc_tta-panel-heading {
    margin-bottom: 15px !important;
  }
  h4.vc_tta-panel-title {
    background-color: #d90057;
    padding: 0 15px;
  }
  h4.vc_tta-panel-title a {
    padding: 15px 0 !important;
    color: #ffffff !important;
    letter-spacing: 2px;
  }
  .tz_night_club_contact_form {
    padding-top: 15px;
    width: 95%;
  }
  .tz_night_club_contact_form span.wpcf7-form-control-wrap input {
    padding: 5px 20px;
  }
  .tz_night_club_contact_form span.wpcf7-form-control-wrap textarea {
    padding: 10px 20px;
    height: 100px;
    margin-top: 20px;
  }
  .tz_night_club_contact_form .tz_night_club_btn_contact {
    margin-bottom: 20px;
  }
  .tz_night_club_contact_form .tz_night_club_btn_contact input {
    padding: 5px 25px;
  }
  .tz_night_club_info_hour {
    padding: 15px 0;
    width: 95%;
  }
  .tz_night_club_info_hour span.tz_night_club_info_hour_text_1 {
    width: 90px;
  }
  .tz_upcoming_event_image {
    display: none;
  }
  .tz_night_club_event .viewport {
    height: 230px;
  }
  .tz_date_event_book:after {
    display: block;
    content: '';
    clear: both;
  }
  .tz_night_club_event_item .tz_night_club_event_item_table {
    padding: 15px 0;
  }
  .tz_night_club_event_item .tz_title_event {
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 18px;
  }
  .tz_night_club_event_item .tz_date_event {
    float: right;
    letter-spacing: 2px;
    padding: 0;
  }
  .tz_night_club_event_item .tz_event_book {
    float: left;
    letter-spacing: 2px;
  }
  .tz_night_club_event_item .tz_date_event .tz_date_event_month_day,
  .tz_night_club_event_item .tz_date_event .tz_date_event_day {
    display: inline-block;
  }
  .tz_coming_soon_title {
    margin-bottom: 20px;
  }
  .tz_coming_soon_title h3 {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .tz_coming_soon_title h2.tz_text_date {
    font-size: 70px;
    letter-spacing: 3px;
    top: -45px;
  }
  .tz_nightclub_countdown {
    margin-bottom: 20px;
  }
  .tz_countdown_time h3 {
    font-size: 50px;
  }
  span.tz_icon_count_down {
    font-size: 25px;
    margin: 0 10px;
    top: -35px;
  }
  .tz_newsletter_comingsoon {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .tz_newsletter_comingsoon .newsletter {
    width: 100%;
  }
  .tz_newsletter_comingsoon .newsletter .newsletter-field-button input.newsletter-button {
    padding: 11px 20px !important;
  }
  .tz_newsletter_comingsoon .newsletter-field label {
    font-size: 14px !important;
  }
  .tz_newsletter_comingsoon .newsletter-field input.newsletter-email {
    padding: 10px 28px !important;
  }
  .tz_social_network_item {
    margin: 0 10px;
    font-size: 20px;
  }
  .tz_content_404 h1 {
    font-size: 100px;
    margin: 0 0 25px;
  }
  .tz_content_404 h1 img {
    width: 30%;
  }
  .tz_content_404 h1.tz_title_page_404 {
    font-size: 55px;
    letter-spacing: 0;
  }
  .tz_content_404 p {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
  a.tz_come_back_home {
    padding: 15px 20px;
    font-size: 14px;
    margin-top: 40px;
  }
  .tz_night_club_contact_form .tz_night_club_btn_contact {
    margin-top: -20px;
  }
  .comment-content {
    padding: 15px;
  }
  .tz_slider_images_item .tz_title_image {
    margin-top: 10px;
  }
  .vc_general.vc_tta-shape-rounded .vc_tta-panels .vc_tta-panel-body {
    padding: 0 15px;
  }
  .tz_button_menu span.bar1 {
    width: 25px;
  }
  .tz_button_menu span.bar2 {
    width: 15px;
  }
  .tz_button_menu span.bar3 {
    width: 20px;
  }
  .tz_button_menu span.bar1,
  .tz_button_menu span.bar2,
  .tz_button_menu span.bar3 {
    margin: 0 0 5px;
  }
  #tribe-events-footer .tribe-events-sub-nav li a {
    padding: 0;
    font-size: 14px;
  }
  #tribe-events-footer {
    margin-top: 0;
  }
  .tz_no_container {
    margin-bottom: 50px;
  }
  #tribe-events-footer .tribe-events-sub-nav li {
    width: 50% !important;
  }
  .tz_element_title ~ .vc_empty_space {
    height: 30px !important;
  }
  .comment-author {
    display: block;
    float: left;
  }
  .comment-content {
    display: block;
    margin-left: 85px;
  }
  .tz_content_404 h1.tz_title_page_404 {
    position: static;
  }
  .tz_content_404 .tz_bk_404 {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .tz_content_404 .tz_bk_404 img {
    width: 80%;
  }
  .tz_content_404 .tz_bk_404 p {
    margin-top: 25px;
  }
  .tz_footer_music_press .jp-audio .jp-controls {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .tz_footer_music_press .jp-audio .jp-controls button {
    padding: 5px 10px;
  }
  .tz_footer_music_press .jp-audio .jp-image-bk {
    display: none;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-title {
    text-align: left;
    left: 50px;
  }
  .tz_footer_music_press .jp-audio .jp-type-playlist .jp-time-holder {
    width: 80px;
    margin: 0;
  }
}
@media (min-width: 678px) {
  .tribe-events-single ul.tribe-related-events li {
    width: 33.3333%;
    float: left;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 855px) {
  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    line-height: inherit;
    margin-top: 0;
    padding: 10px;
  }
  #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .tz_header_logo .tz_logo {
    width: 60%;
  }
  .tz_header_logo .tz_logo h1,
  .tz_header_logo .tz_logo h2 {
    font-size: 20px;
  }
  .menu__breadcrumbs {
    padding-bottom: 15px;
  }
  .menu__wrap {
    max-height: 200px;
    overflow-y: auto;
  }
  .tz_nav_menu li a {
    font-size: 24px;
  }
  .main-menu.menu__level {
    max-height: inherit;
  }
  .tz_social_network_item_footer {
    margin: 0 10px;
  }
  .tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
    float: none;
    width: 100%;
  }
  .tribe-bar-collapse #tribe-bar-collapse-toggle,
  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    width: 45%;
    margin-right: 10px;
  }
  #tribe-bar-views .tribe-bar-views-list {
    padding: 5px;
    margin-top: 0;
  }
  .tribe-events-day .tribe-events-day-time-slot h5:after {
    width: 60%;
  }
  #tribe-events-day .tribe-events-event-image {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #tribe-events-day .tribe-events-content {
    width: 100%;
    float: none;
  }
  .tz_nightclub_gallery .tz_next_pre_gallery {
    width: 90px;
  }
  #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
    padding: 0;
  }
  .tz_content_slider_box_post .tz_date_post {
    font-size: 14px;
  }
  h3.tribe-events-single-section-title {
    font-size: 22px !important;
    margin-top: 10px !important;
  }
  .comment-content i.fa {
    display: none;
  }
  .comment-content span.name {
    margin-right: 0;
    display: block;
  }
  .comment-content span.comment-metadata {
    margin-left: 0;
    display: block;
  }
}
@media screen and (min-height: 1024px) and (max-height: 1280px) {
  .tz_element_title_blog_carousel {
    margin-bottom: 55px;
    display: block;
  }
  .tz_element_title_blog_carousel.tz_element_title .tz_title {
    padding-left: 0;
    font-size: 35px;
    letter-spacing: 3px;
    margin: 0;
  }
  .tz_element_title_blog_carousel.tz_element_title .tz_sub_title {
    left: 0;
    font-size: 90px;
    letter-spacing: 5px;
    top: -35px;
  }
}
@media screen and (max-height: 320px) {
  .tz_slider_blog .slides-pagination {
    bottom: 75px;
  }
}
