/*
Name: Visia
Version: 1.3
Author: Aether Themes
Author URI: http://www.aetherthemes.com
*/
/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Buttons
	=Content Styles
	=Navigation
	=Hero
	=Services
	=Portfolio
	=Project
	=Team
	=Subscribe
	=Testimonials
	=Footer
	=Blog
	=Slider
	=Video
	=Media
*/
/* =XOYO variables
-------------------------------------------------------------- */
p,
a,
input {
  font-family: Arial, sans-serif !important;
}
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-webkit-input-placeholder {
  color: #ffffff !important;
}
:-moz-placeholder {
  color: #ffffff !important;
}
::-moz-placeholder {
  color: #ffffff !important;
}
:-ms-input-placeholder {
  color: #ffffff !important;
}
a:hover {
  color: #ffffff;
}
/* =Common Styles
-------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  background-color: #000000;
}
body {
  color: #b7b4b4;
  font: normal 16px Arial, sans-serif !important;
  font-weight: 300;
}
#bg-dots {
  height: 100%;
  overflow: hidden;
}
body.post-type-archive #bg-dots {
  height: auto!important;
}
section {
  overflow: hidden;
}
::selection {
  background: #060606;
  color: #fff;
}
::-moz-selection {
  background: #060606;
  color: #fff;
}
#loading {
  display: none;
}
/* =Typography
-------------------------------------------------------------- */
p {
  margin: 0;
  padding: 6px 0 12px 0;
  line-height: 1.6em;
}
em {
  font-style: italic;
}
strong {
  font-weight: 400;
}
small {
  font-size: 0.8em;
}
.post-body ul,
.unordered-list {
  margin-bottom: 20px;
}
.post-body ul li,
.unordered-list li {
  margin-bottom: 5px;
}
.post-body ul li:before,
.unordered-list li:before {
  content: "∙";
  margin-right: 5px;
}
blockquote {
  background: #f9f9f9;
  padding: 15px 0px 15px 30px;
  border-left: 2px solid #e9e9e9;
  font-style: italic;
  margin-bottom: 20px;
}
code {
  display: block;
  clear: both;
  overflow: auto;
  padding: 10px 20px 20px 20px;
  white-space: pre;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  font: 12px "Andale Mono", Courier, "Courier New", monospace;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-style: normal;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 1.17em;
  margin: 0 0 .8em;
}
h1 {
  font-family: Arial, sans-serif;
  font-size: 3.46666666667em;
  text-transform: uppercase;
  letter-spacing: 0.20em;
}
h2 {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 40px!important;
  font-weight: 500;
  margin-bottom: 10px;
}
h3 {
  padding: 6px 0;
  margin: 0;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
}
h3:first-child {
  margin-top: 0;
}
h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
}
h5 {
  font-size: 1em;
  font-weight: 400;
}
h6 {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 400;
}
/* Typography for dark backgrounds */
.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}
/* Links */
a,
a:visited {
  font-weight: 400;
  text-decoration: none;
}
/* =Buttons, links, hover
-------------------------------------------------------------- */
a {
  transition: all .3s linear;
}
.button {
  display: inline;
  background-color: transparent;
  color: #ffffff;
  font: 16px Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px;
  transition: all .3s linear;
  font-weight: 600;
}
.button:hover {
  color: #ffffff;
}
.inner-spacer-right-lrg img {
  width: 100%;
}
nav .button {
  padding: 3px;
  text-align: center;
}
.button-home {
  display: inline-block;
  padding: 20px 55px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-weight: 400;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.button-home.no-border {
  border: none!important;
  padding: 20px 0px;
}
.button-home.no-border:hover {
  border: none!important;
  background: transparent;
  opacity: .7;
  filter: alpha(opacity=70);
}
.button .icon {
  display: inline-block;
  margin-left: 17px;
  margin-bottom: -6px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url(../images/icons/right.png) no-repeat center center;
}
/* =Content Styles
-------------------------------------------------------------- */
.the-content {
  margin: 0px auto;
  font-size: 16px;
  font-weight: 600;
}
.the-content ul {
  list-style: none;
  max-width: 710px;
  padding: 0 20px;
  margin: 0 auto;
}
.the-content li {
  position: relative;
  display: block;
  text-align: left;
  padding-bottom: 8px;
  margin: 0 auto;
  margin-left: 20px;
  padding-left: 10px;
}
.the-content li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  top: 9px;
  left: -13px;
  position: absolute;
  background-color: #b7b4b4;
}
.sub-heading {
  width: 630px;
  max-width: 100%;
}
#whats-on .post .the-content,
#whats-on .post .the-sidebar {
  margin: 0 0 0 0;
  padding: 25px 0 30px 0;
}
#whats-on .post .the-sidebar {
  padding: 30px 0 25px 0;
}
.content {
  padding-top: 50px;
  text-align: center;
}
.title {
  text-align: center;
}
div.the-title {
  margin-bottom: 40px;
}
.border {
  display: block;
  width: 110px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 30px;
}
.dark .border {
  background: #fff;
}
.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
}
/* Parallax Fix */
@media only screen and (min-width: 1930px) {
  .parallax {
    background-size: cover;
  }
}
.parallax.black {
  background-color: #060606;
}
.parallax.no-parallax {
  background-size: cover!important;
  background-attachment: scroll!important;
  background-position: center!important;
}
.parallax-bg1 {
  background-image: url(../images/hero.jpg);
}
.parallax-bg2 {
  background-image: url(../images/services.jpg);
}
.parallax-bg3 {
  background-image: url(../images/clients.jpg);
}
/* =Navigation
-------------------------------------------------------------- */
nav {
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 100%;
  background: #000000;
  color: #ffffff;
  border-bottom: 0;
  z-index: 3000;
  height: 65px;
  position: fixed;
}
.logo {
  width: 35%;
  position: absolute;
  left: 5%;
  top: 17px;
}
.logo a {
  display: block;
  background: #000000 url(../images/header/xoyo-logo.png) no-repeat;
  background-size: 126px 33px;
  width: 126px;
  height: 33px;
  text-indent: -9999px;
}
.desktop.navigation {
  display: block!important;
  float: left;
}
.desktop.navigation .nav-content {
  float: right;
}
.desktop.navigation .nav-content li {
  float: left;
  margin-right: 45px;
  line-height: 30px;
  /* Set to the height of your own logo to center the text */
}
.desktop.navigation .nav-content a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8em;
}
.navigation.main {
  position: absolute;
  top: 25px;
  right: 350px;
  text-align: right;
}
.navigation.main ul li {
  display: inline-block;
  margin-left: 20px;
}
.navigation.main ul li a {
  font: 12px Arial, sans-serif;
  font-weight: bold;
  color: #e3e2e2;
  text-transform: uppercase;
}
.navigation.social {
  position: absolute;
  top: 20px;
  right: 5%;
  width: 225px;
  text-align: right;
  overflow: hidden;
}
.navigation.social ul {
  float: right;
}
.navigation.social ul li {
  width: 40px;
  height: 30px;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.navigation.social ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}
.navigation.social ul li#ra {
  width: 40px;
  margin-left: 6px;
}
.navigation.social ul li#ra a {
  background: url(../images/bgs/ra-icon-white.png) no-repeat;
  width: 40px;
  height: 20px;
  background-size: auto 100%;
  background-position: 2px center;
  border: 0;
  top: 6px;
  right: 0;
  position: absolute;
}
.navigation.social ul li i {
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
}
.navigation.social ul li span,
.navigation.social ul li i span {
  text-indent: -9999px;
  display: inline-block;
}
/* 
		 * Navigation hovers
		 */
.logo a,
.navigation.main ul li a:hover,
.navigation.social ul li {
  transition: all .3s linear;
}
.logo a:hover,
.navigation.social ul li:hover {
  opacity: .5;
}
.navigation.main ul li a:hover {
  color: #7f7b7a;
}
i.icon-right-open-big {
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
}
a,
a:visited {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.desktop.navigation .nav-content li:last-of-type {
  margin-right: 0px;
}
/* Mobile Navigation */
.mobile.navigation {
  width: 90%;
  margin: 0 5%;
  float: left;
}
.mobile.navigation .nav-content {
  float: left;
  width: 100%;
}
.mobile.navigation .nav-content li {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.mobile.navigation .nav-content li:first-of-type {
  border-top: none;
}
.mobile.navigation .nav-content a {
  display: block;
  color: #060606;
  text-transform: uppercase;
  font-size: 0.8em;
}
.nav-button {
  display: none;
  width: 26px;
  height: 30px;
  background: transparent;
  padding: 0;
  margin-right: 5%;
  float: right;
  border: none;
  cursor: pointer;
}
/* Navigation Icon */
.icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 3px;
  margin-top: 3px;
  background: #ffffff;
}
/* =Hero
-------------------------------------------------------------- */
.hero {
  text-align: center;
  background-size: cover;
}
.hero .content {
  padding-top: 0px;
}
.hero .call-to-action {
  padding-top: 0;
}
.home-ticker h1,
.home-ticker h2 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  text-shadow: 1px 1px 3px #1B1B1B;
}
.home-ticker h1 {
  font-size: 56px!important;
  margin-bottom: 0;
}
.home-ticker h2 {
  font-size: 28px!important;
  color: #ffffff;
}
.ticker {
  overflow: hidden;
  vertical-align: baseline;
}
.ticker h1 {
  margin-bottom: 0px;
  height: 90px;
  -webkit-transition: margin-top 0.5s ease-in-out;
  -moz-transition: margin-top 0.5s ease-in-out;
  -o-transition: margin-top 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out;
}
.call-to-action {
  padding-top: 20px;
}
.call-to-action li {
  display: inline-block;
  margin-right: 55px;
}
.call-to-action li:last-of-type {
  margin-right: 0px;
}
/* =Services
-------------------------------------------------------------- */
.icons .overview {
  position: relative;
  float: left;
  width: 16.6666666667%;
  text-align: center;
  overflow: visible;
}
.icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  cursor: help;
  margin-bottom: 20px;
}
.icon.ux {
  background: url(../images/icons/ux.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.design {
  background: url(../images/icons/design.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.seo {
  background: url(../images/icons/seo.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.social {
  background: url(../images/icons/social.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.tech {
  background: url(../images/icons/tech.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.commerce {
  background: url(../images/icons/commerce.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.config {
  background: url(../images/icons/config.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.heart {
  background: url(../images/icons/heart.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.coffee {
  background: url(../images/icons/coffee.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.plane {
  background: url(../images/icons/plane.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.calculator {
  background: url(../images/icons/calculator.png) no-repeat top;
  background-size: 64px 128px;
}
.icon.portfolio {
  background: url(../images/icons/portfolio.png) no-repeat top;
  background-size: 64px 128px;
}
.icon:hover {
  background-position: bottom;
}
.tooltip {
  display: none;
  position: absolute;
  width: 260px;
  background: #060606;
  background: rgba(6, 6, 6, 0.85);
  top: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -130px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.feature-list {
  font-style: italic;
  font-weight: 300;
  font-size: 0.9333333333333em;
  color: rgba(255, 255, 255, 0.9) !important;
  text-align: left;
  color: #fff;
}
.list-dot {
  display: inline-block;
  margin-right: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.feature-list li {
  padding-bottom: 10px;
}
.arrow-down {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: auto;
  bottom: 100%;
  margin-bottom: 22px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(6, 6, 6, 0.85);
}
.visible {
  display: block;
}
/* =Group Bookings
-------------------------------------------------------------- */
.hero-wrapper {
  margin-bottom: 40px;
}
.bookings-container {
  padding: 30px 0 60px 0;
}
.booking-types {
  padding: 60px 0 60px 0;
}
ul li.booking-items {
  width: 46%;
  display: inline-block;
  margin-bottom: 24px;
  vertical-align: top;
  margin: 0 1% 24px;
  padding: 12px 2%;
}
ul li.booking-items p {
  font-size: 16px;
}
ul li.booking-items h3 {
  margin-bottom: 10px;
}
ul li.booking-items h3 a {
  font-size: 24px;
}
ul li.booking-items h3 a:hover {
  opacity: .7;
}
a.button.bookings-lightbox {
  display: inline-block;
  border: solid 1px white;
  padding: 8px 38px;
  /* text-align: left; */
  background: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}
.booking-text {
  position: relative;
  overflow: hidden;
  /* border: solid; */
  min-height: 230px;
}
@media (max-width: 960px) {
  .booking-text {
    min-height: auto;
  }
}
a.button.bookings-lightbox {
  display: block;
  border: solid 1px white;
  padding: 8px 38px;
  /* text-align: left; */
  background: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 190px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  a.button.bookings-lightbox {
    position: relative;
    bottom: inherit;
  }
}
.slider {
  max-height: 450px;
  overflow: hidden;
}
/* =Contact
-------------------------------------------------------------- */
#google-map {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
.the-content.faqs {
  margin-top: 80px;
}
.the-content.faqs div.the-title {
  margin-bottom: 20px;
}
/* =Footer
-------------------------------------------------------------- */
footer {
  width: 100%;
  background: #060606;
  padding: 12px;
  padding-left: 5%;
  font-size: 14px;
}
body.home footer {
  display: none;
}
.contact {
  text-align: center;
}
.contact ::selection {
  background: #fff;
  color: #060606;
}
.contact ::-moz-selection {
  background: #fff;
  color: #060606;
}
.contact li img {
  margin-bottom: 15px;
}
.contact li:nth-child(1) {
  font-size: 0.9333333333333em;
  opacity: .5;
  filter: alpha(opacity=50);
}
.contact a {
  display: block;
  font-size: 0.9333333333333em;
  font-weight: 300;
  margin-bottom: 20px;
  opacity: .5;
  filter: alpha(opacity=50);
}
.contact a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.contact-heading {
  margin-top: 30px;
}
#contact-form {
  position: relative;
  display: none;
  text-align: center;
  width: 100%;
  background: #060606;
  padding: 20px 0px 50px 0px;
  margin-top: 20px;
}
/* FORMS */
.form-field label {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
}
.form-field span input,
.form-field span textarea {
  border: none;
  outline: none;
  padding: 0 10px;
  width: 100%;
  height: 35px;
  background: #1e1e1e;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #949494;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  -webkit-transition: background 0.33s linear;
  -moz-transition: background 0.33s linear;
  -o-transition: background 0.33s linear;
  transition: background 0.33s linear;
}
.form-field span input:focus,
.form-field span textarea:focus {
  background: #fff;
  -webkit-transition: background 0.33s linear;
  -moz-transition: background 0.33s linear;
  -o-transition: background 0.33s linear;
  transition: background 0.33s linear;
}
.form-field span textarea {
  overflow: auto;
  height: 180px;
  padding: 18px;
}
.form-click input {
  margin-top: 50px;
  border: none;
  display: block;
  width: 100%;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-appearance: none;
  font-size: 1em;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #060606!important;
  background: #949494;
  line-height: 100%;
  padding: 12px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-click input:hover {
  text-decoration: none;
  color: #060606!important;
  background: #fff;
}
.subscribe input.text {
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  width: 340px;
  padding: 20px 0px 20px 15px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 1em "Open Sans";
  color: #fff;
  margin-bottom: 20px;
}
/* END FORMS */
.loader {
  margin-top: 15px;
}
#alert {
  display: none;
  margin-top: 30px;
}
.notification {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.subscribe .notification {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}
.notification p {
  line-height: 26px;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  text-indent: 45px;
}
.notification.success {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
}
.notification.success p {
  background: url(../images/icons/tick.png) no-repeat;
  background-size: 26px 26px;
  color: #fff;
}
.notification.error {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
}
.notification.error p {
  background: url(../images/icons/cross.png) no-repeat;
  background-size: 26px 26px;
  color: #fff;
}
.social-links {
  text-align: center;
  margin-top: 50px;
}
.social-links li {
  display: inline-block;
  margin-right: 15px;
}
.social-links li:last-of-type {
  margin-right: 0px;
}
.social-links a {
  display: block;
}
.social-links a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
.copyright {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}
.copyright h6 {
  color: #77777a;
  letter-spacing: 0.20em;
}
/* = What's On
-------------------------------------------------------------- */
.blog {
  margin-top: 0!important;
}
#whats-on,
#the-club,
#the-bar,
#contact-page,
#membership,
#page-404,
#group-bookings {
  padding: 140px 0;
}
nav#weekends-weekdays {
  margin: 0px 0;
  background: transparent;
  height: auto;
  z-index: 1;
  position: relative;
}
nav#weekends-weekdays a.button {
  font-size: 16px;
  font-weight: 600;
  margin: 0 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.63);
}
nav#weekends-weekdays a.button:after {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  right: -10px;
  background-color: white;
}
nav#weekends-weekdays a.button:first-child {
  margin-left: 0;
}
nav#weekends-weekdays a.button:last-child {
  margin-right: 0;
}
nav#weekends-weekdays a.button:last-child:after {
  display: none;
}
nav#weekends-weekdays a.button:hover,
nav#weekends-weekdays a.button.current:hover {
  color: #ffffff;
}
nav#weekends-weekdays a.button.current {
  color: #ffffff;
}
a.button.book-a-table {
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
}
a.button.book-a-table:hover {
  color: #ffffff;
}
a.view-all-events,
a.back-to-top {
  text-transform: uppercase;
  float: right;
  text-align: center;
  font-size: 12px;
  margin-top: 50px;
  display: inline-block;
}
a.back-to-top {
  float: none;
  font-size: 14px;
}
a.view-all-events {
  margin-right: 15px;
}
/* Post Styles */
.post {
  position: relative;
  text-align: left;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #e9e9e9;
}
#contact-page .the-content {
  margin-bottom: 70px;
}
#contact-page .the-content.googlemaps {
  margin-bottom: 0;
}
#contact-page .the-content.faqs h3 {
  font-size: 15px;
}
#contact-page .the-content .faq {
  margin-bottom: 30px;
}
#contact-page .the-content .faq p {
  font-size: 14px;
}
.post-media {
  position: relative;
  margin-bottom: 12px;
}
body.single-whats-on #whats-on .post-media {
  margin-top: 3px;
}
.post-media img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.post .date {
  text-align: center;
  padding-bottom: 7px;
  top: 0;
  left: 0;
  margin-top: 22px;
}
body.single-whats-on #whats-on .post .date {
  margin-top: 0;
}
.post .date .day-of-week,
.post .date .day-number,
.post .date .month {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  font-size: 15px;
  color: #ffffff;
}
.post .date,
.post a .date {
  color: #ffffff !important;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold!important;
  top: 4px;
}
.post .date small {
  font-size: 0.5833333333333333em;
}
.post-title {
  height: 70px;
}
.bank-holiday .post-title {
  height: auto!important;
}
.post-title h2,
.post-title h2 a {
  text-transform: none;
  letter-spacing: normal;
  font: 28px Arial, sans-serif !important;
  margin-bottom: 6px;
}
.post-title h2 a:hover {
  color: #7f7b7a;
}
.post h3 {
  font-size: 18px;
  margin: 0;
}
.post .the-content .start-time,
.post .the-content span.price-entry-info,
.post .the-content a.see-full-info {
  font-size: 12px;
}
.post .the-content .start-time,
.post .the-content span.price-entry-info {
  color: #898484;
  font-weight: bold;
  display: block;
  padding-bottom: 1px;
}
.post .the-content .start-time {
  padding: 8px 0 12px 0;
}
.post .the-content a.see-full-info,
.post-body.event-description p {
  margin-top: 6px;
}
.post-body.event-description p,
.post-body.event-description a {
  font-weight: 600;
}
.post-body.event-description a,
.post .the-content a.see-full-info {
  color: #ffffff;
}
.post .the-content a.see-full-info {
  font-family: Arial, sans-serif !important;
  display: inline-block;
}
.post-body.event-description a:hover,
.post .the-content a.see-full-info:hover {
  color: #ffffff;
}
.post .archive.the-content {
  margin-top: 0;
}
.post .the-sidebar {
  float: right;
}
.the-sidebar a.button.buy-tickets,
.the-sidebar a.button.reserve-an-area {
  float: right;
  margin-top: 0;
  margin-bottom: 12px;
}
.event-buttons a {
  color: #ffffff;
  padding: 0 6px;
  border-right: 2px solid #ffffff;
  text-transform: inherit;
  font-size: 16px;
}
.event-buttons a:hover {
  color: #7f7b7a;
}
.event-buttons a:first-child {
  padding-left: 0;
}
.event-buttons a:last-child {
  border-right: 0;
}
.hero-buy-tickets {
  text-align: center;
  padding: 0 0 0 3px;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  color: #ffffff;
  opacity: 1!important;
}
.hero-buy-tickets:hover {
  color: #ffffff;
  opacity: 1!important;
}
.buy-tickets span {
  background: url(../images/bgs/ra-icon-white.png) no-repeat;
  background-size: 100% 100%;
  background-size: 22px;
  color: #000000;
  text-transform: uppercase;
}
.buy-tickets span.ra-icon {
  width: 27px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.post.quote .post-title h2,
.post.link .post-title h2 {
  font-size: 1em!important;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  padding: 0;
}
/* = Mailing lists, contact forms, etc
-------------------------------------------------------------- */
/*
	 * mailing list in header 
	 */
.subscribe {
  position: absolute;
  overflow: hidden;
  top: 65px;
  right: 5%;
  width: 300px;
  margin: 0 auto;
  text-align: left;
  display: block;
  background-color: #000000;
  color: #ffffff;
  padding: 0 15px 15px 10px;
  clear: both;
}
.subscribe h2 {
  color: #ffffff;
  font-size: 12px!important;
  font-weight: bold;
  margin-bottom: 6px;
}
#mailchimp-wrapper {
  text-align: left;
}
#mailchimp-wrapper .wpcf7 p {
  padding: 0;
}
#mailchimp-wrapper .wpcf7 .ajax-loader {
  float: none;
}
#mailchimp-wrapper .wpcf7-form span.wpcf7-form-control-wrap input,
#mailchimp-wrapper .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-submit {
  margin: 0;
}
#mailchimp-wrapper .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-submit {
  width: 100%;
}
#mailchimp-wrapper #mailchimp-submit {
  margin-top: 6px;
}
#mailchimp-wrapper .mc4wp-checkbox,
p.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
  visibility: hidden!important;
  height: 0;
  padding: 0;
  margin: 0;
}
#mailchimp-wrapper .input-field::-webkit-input-placeholder {
  color: #898484 !important;
}
#mailchimp-wrapper .input-field:-moz-placeholder {
  color: #898484 !important;
}
#mailchimp-wrapper .input-field::-moz-placeholder {
  color: #898484 !important;
}
#mailchimp-wrapper .input-field:-ms-input-placeholder {
  color: #898484 !important;
}
#mailchimp-wrapper .input-field {
  vertical-align: middle;
  background: #000000;
  text-transform: uppercase;
  padding: 5px 8px;
  width: 100%;
  margin-bottom: 6px;
  clear: both;
  text-align: left;
  float: left;
  border: none;
  vertical-align: top;
}
#mailchimp-wrapper .input-field,
#mailchimp-wrapper .input-submit {
  font-size: 12px;
}
#mailchimp-wrapper .input-field {
  height: 21px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
}
#mailchimp-wrapper .input-field.dob {
  width: 100px;
}
#mailchimp-wrapper .input-submit {
  font-weight: bold;
  border: 0;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  width: 130px;
  color: #FFF;
  vertical-align: top;
}
#mailchimp-wrapper .input-submit:hover {
  background-color: #ffffff;
  color: #000000;
}
#mailchimp-wrapper div.wpcf7-response-output {
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 5px;
  font-size: 14px;
}
.mailing-list-date-picker .ui-datepicker-year {
  display: none!important;
}
#mailchimp-wrapper span.wpcf7-not-valid-tip {
  display: block!important;
  position: absolute;
  text-indent: -9999px;
  border-left: solid 3px red;
  top: 2px;
  width: 3px!important;
  bottom: -21px;
}
#mailchimp-wrapper .wpcf7 span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
/* ----------------------------
		colorbox 
	---------------------------- */
#cboxWrapper h2,
#cboxWrapper h3,
#cboxWrapper h4,
#cboxWrapper p {
  color: #000000;
  font-weight: 600;
}
#cboxWrapper a {
  color: #000000;
  text-decoration: underline;
}
#cboxWrapper p {
  font-weight: 400;
}
#cboxWrapper input {
  font-size: 14px;
  width: 100%;
}
#cboxWrapper .wpcf7-text,
#cboxWrapper .wpcf7-date,
#cboxWrapper .wpcf7-textarea {
  background-color: #fff;
  color: #111;
  width: 100%;
  font-size: 14px;
}
#cboxWrapper .wpcf7-textarea {
  height: 100px!important;
}
#cboxWrapper ::-webkit-input-placeholder {
  color: #000000 !important;
}
#cboxWrapper :-moz-placeholder {
  color: #000000 !important;
}
#cboxWrapper ::-moz-placeholder {
  color: #000000 !important;
}
#cboxWrapper :-ms-input-placeholder {
  color: #000000 !important;
}
#cboxWrapper .wpcf7-submit.button.submit {
  background: #000000;
  color: #ffffff;
}
#cboxWrapper span.wpcf7-not-valid-tip {
  top: 0;
  bottom: 0;
  width: 3px!important;
}
#cboxTitle,
.screen-reader-response {
  display: none!important;
}
#cboxLoadedContent {
  padding: 12px;
}
#cboxContent {
  background-color: #000000 !important;
  color: #ffffff;
  text-align: center;
}
#cboxContent p,
#cboxContent a {
  color: #ffffff;
}
#cboxContent h3,
#cboxContent h4 {
  margin-top: 12px;
  color: #ffffff;
}
#cboxContent h3 {
  font-size: 1em;
  text-align: left;
}
#cboxContent h4 {
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
/* ----------------------------
		wpcf7  
	---------------------------- */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
div#ui-datepicker-div {
  font-size: 12px;
}
#mailchimp-wrapper #ajax-response {
  display: none;
  width: 100%;
  text-align: left;
  background-color: #000;
  padding: 6px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
#ajax-response.invalid {
  display: block;
  color: red;
}
#ajax-response.valid {
  display: blockr;
  color: #fff;
}
.wpcf7-not-valid-tip {
  color: #ee3b16;
}
.wpcf7 span {
  position: relative;
}
.wpcf7 p {
  width: 100%;
  float: left;
}
.wpcf7-date,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
  width: 90%;
  padding: 6px;
  border: solid 1px #111;
  margin-bottom: 8px;
}
div.wpcf7-response-output {
  margin-left: 0!important;
}
div.wpcf7-response-output.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  color: #E22020;
  font-size: 15px;
}
#membership span.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip {
  font-size: 1em;
  display: block!important;
  position: absolute;
  text-indent: -9999px;
  border-left: solid 3px red;
  top: 1px;
  width: 3px!important;
  bottom: 7px;
}
/* = Memberships
-------------------------------------------------------------- */
#membership .wpcf7 span {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  float: left;
}
#membership .wpcf7 br {
  display: none;
}
#membership .wpcf7-text,
#membership .wpcf7-submit.button.submit {
  text-transform: lowercase;
  font-size: 14px;
  padding: 6px 8px;
  font-weight: 400!important;
  color: #ffffff;
}
#membership .wpcf7 span.memory {
  width: 65%;
}
#membership .wpcf7-submit.button.submit {
  margin-top: 0px;
  background-color: #000000;
  border-radius: 0;
  border: 0;
  text-align: left;
  float: left;
  width: 32%;
}
#membership .wpcf7-submit.button.submit:hover {
  background-color: #ffffff;
  color: #000000;
}
.wpcf7 .ajax-loader {
  float: left;
  margin-left: 1%;
}
/* = Other
-------------------------------------------------------------- */
.gallery-next,
.gallery-prev {
  position: absolute;
  z-index: 100;
  display: block;
  bottom: 10px;
}
.gallery-next {
  right: 10px;
}
.gallery-prev {
  right: 37px;
}
.gallery-next .bx-next,
.gallery-prev .bx-prev {
  position: static;
  width: auto;
  height: auto;
  top: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  right: auto;
  left: auto;
  text-indent: -999em;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gallery-next .bx-next {
  background: #060606 url('../images/blog/next.png') no-repeat;
  background-size: 22px 22px;
}
.gallery-prev .bx-prev {
  background: #060606 url('../images/blog/prev.png') no-repeat;
  background-size: 22px 22px;
}
/* Sidebar styles */
.widget {
  text-align: left;
  margin-top: 50px;
}
.widget_search form > .search {
  border: none;
  float: left;
  outline: none;
  padding: 0px 0px 0px 10px;
  width: 80%;
  height: 40px;
  background: #fff;
  color: #aaaaaa;
  border-bottom: 2px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.search-submit {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  outline: none;
  cursor: pointer;
  width: 20%;
  height: 40px;
  text-indent: -999em;
  background: #ffffff url(../images/blog/search.png) no-repeat center center;
  background-size: 16px 16px;
  text-decoration: none;
  -webkit-appearance: none;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.textwidget {
  font-size: 0.8666666666667em;
  line-height: 1.6em;
}
.cat-item,
.recentcomments {
  font-size: 0.8666666666667em;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.cat-item a,
.recentcomments a {
  color: #060606!important;
  font-weight: 400;
}
.tagcloud a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget-archive a,
.widget-recent-entries a {
  color: #060606!important;
  font-weight: 400;
  font-size: 0.8666666666667em;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
/* Comments */
#comments {
  text-align: left;
  padding-top: 50px;
}
#comments-title {
  margin-left: 70px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 5px;
}
.comment {
  float: left;
}
.comment-body {
  position: relative;
  margin-left: 70px;
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
}
.comment-author {
  position: absolute;
  top: 30px;
  left: -70px;
}
.comment-author img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.comment .children {
  margin-left: 70px;
}
.fn {
  display: block;
  margin-bottom: 10px;
}
.comment-meta,
.comment-meta a {
  color: #a4a4a3!important;
}
#respond {
  margin-left: 70px;
  margin-top: 50px;
}
#reply-title {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 5px;
}
.comment-reply-form {
  border-top: 1px solid #e9e9e9;
}
.comment-notes {
  margin-top: 10px;
  color: #a4a4a3;
}
.control-group label,
.control-group .controls {
  display: inline-block;
}
.control-group label {
  margin-left: 10px;
  font-weight: 400;
}
.control-group .controls input {
  margin-top: 15px;
  border: none;
  outline: none;
  height: 35px;
  background: #fff;
  padding-left: 15px;
  color: #a4a4a3;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.control-group .controls textarea {
  margin-top: 15px;
  border: none;
  outline: none;
  height: 180px;
  background: #fff;
  padding-left: 15px;
  padding-top: 15px;
  color: #a4a4a3;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.controls button {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  background: #fff;
  cursor: pointer;
  margin-top: 15px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: inherit;
  padding: 10px 20px;
  color: #a4a4a3;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
}
.controls button:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}
/* =Slider
-------------------------------------------------------------- */
.hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
.home-ticker h1,
.home-ticker h2,
.call-to-action {
  margin: 0;
}
.home-ticker h1 {
  margin-bottom: 12px;
}
.call-to-action {
  bottom: 0;
}
.slider-controls {
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#vegas-next,
#vegas-prev {
  position: absolute;
  display: block;
  text-indent: -999em;
  width: 20px;
  height: 48px;
  cursor: pointer;
  top: 50%;
  margin-top: -24px;
}
#vegas-next:hover,
#vegas-prev:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
#vegas-next {
  right: -100px;
  background: url(../images/icons/next.png) no-repeat center center;
}
#vegas-prev {
  left: -100px;
  background: url(../images/icons/prev.png) no-repeat center center;
}
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}
.vegas-slide {
  opacity: .25!important;
}
body.home .vegas-slide {
  opacity: 1!important;
}
.vegas-overlay {
  opacity: .5;
  background: transparent url(overlays/02.png) center center repeat;
}
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}
.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}
/* Target Safari IOS7+ in order to add 76px */
_::full-page-media,
_:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}
/*************************
    Transitions
 *************************/
/* fade */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}
.vegas-transition-fade2-out {
  opacity: 0;
}
/* blur */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.vegas-transition-blur2-out {
  opacity: 0;
}
/* flash */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
/* negative */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}
.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/* burn */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}
.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
/* slideLeft */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* slideRight */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
/* slideUp */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* slideDown */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
/* zoomIn */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
/* zoomOut */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
/* swirlLeft */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}
/* swirlRight */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
/*************************
    Animations
 *************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/* =Video
-------------------------------------------------------------- */
#big-video-wrap {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
#big-video-vid,
#big-video-image {
  position: absolute;
}
#big-video-control-container {
  position: fixed;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  -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;
  background-image: url('bigvideo.png');
}
#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;
}
/* =Switcher / DEMO ONLY
-------------------------------------------------------------- */
#customizer {
  position: fixed;
  top: 64px;
  right: 0;
  z-index: 9999;
  height: 100%;
}
.corner {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url('../images/icons/switcher/corner.png') no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.cog {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 24px;
  background: url('../images/icons/switcher/switcher.gif') no-repeat;
}
#options {
  display: none;
  width: 250px;
  background: #fff;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 25px 10px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.heading {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#options h6 {
  color: #5c5c5c;
  margin-bottom: 10px;
}
.options-segment {
  margin-bottom: 20px;
}
.customize-button {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  color: #5c5c5c!important;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
}
.customize-button:hover {
  background: #fff;
}
.customize-button:last-of-type {
  margin-right: 0px;
}
.color-scheme li {
  float: left;
}
.color-scheme a {
  display: block;
  height: 20px;
  width: 31px;
  margin: 0px 8px 10px 0px;
}
.red a {
  background: #ee3b16;
}
.green a {
  background: #48cfad;
}
.blue a {
  background: #4fc1e9;
}
.pink a {
  background: #ec87c0;
}
.yellow a {
  background: #ffce54;
}
.jeans a {
  background: #5d9cec;
}
.grape a {
  background: #ed5565;
}
.grass a {
  background: #a0d468;
}
.lavander a {
  background: #ac92ec;
}
.gray a {
  background: #656d78;
}
/* =Media
-------------------------------------------------------------- */
/* Large screens */
@media only screen and (min-width: 1680px) {
  .bx-next {
    right: -250px;
  }
  .bx-prev {
    left: -250px;
  }
  #nextProject {
    right: -250px;
  }
  #prevProject {
    left: -250px;
  }
}
/* Tablet Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
  .fade,
  .slide,
  .entrance,
  .hatch {
    opacity: 1!important;
  }
  .ae-animation-fade,
  .ae-animation-slide,
  .ae-animation-entrance,
  .ae-animation-hatch {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  #bx-prev,
  #bx-next {
    display: none;
  }
  #nextProject,
  #prevProject {
    display: none!important;
  }
  .projectlist a:hover .projectinfo {
    background: transparent;
  }
  .hero-video {
    background-size: cover;
    background-position: top center;
  }
  #customizer {
    display: none;
  }
  /* DEMO ONLY */
}
@media only screen and (max-width: 1320px) {
  .logo a {
    margin-top: 4px;
    width: 106px;
    background-size: 100%;
  }
  .navigation.main {
    right: 300px;
  }
  .navigation.main ul li {
    margin-left: 14px;
  }
  #social-navigation ul li {
    width: 24px;
  }
  #social-navigation ul li#ra {
    margin-left: 4px;
  }
  .navigation.social ul li i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1180px) {
  .logo a {
    width: 96px;
    background-size: 100%;
  }
  .navigation.main {
    right: 190px;
  }
  .navigation.main ul li {
    margin-left: 16px;
  }
  .logo {
    left: 2%;
  }
  .navigation.social {
    right: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  .navigation.main ul li {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .navigation.main.desktop {
    right: 230px;
  }
}
@media only screen and (max-width: 959px) {
  ul li.booking-items {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
  .content {
    padding-top: 50px;
  }
  .content.padded {
    padding-bottom: 50px;
  }
  .icons .overview {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
  .icon {
    cursor: pointer;
  }
  .projectlist li {
    width: 50%;
  }
  .fade,
  .slide,
  .entrance,
  .hatch {
    opacity: 1!important;
  }
  .ae-animation-fade,
  .ae-animation-slide,
  .ae-animation-entrance,
  .ae-animation-hatch {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  #bx-prev,
  #bx-next {
    display: none;
  }
  #bx-pager {
    margin-top: 20px;
  }
  #bx-pager li {
    width: 50%;
    margin-top: 20px;
  }
  .social-links {
    margin-top: 30px;
  }
  #nextProject,
  #prevProject {
    display: none!important;
  }
  #respond {
    margin-left: 0px;
  }
  #vegas-prev,
  #vegas-next {
    display: none;
  }
  .tooltip {
    cursor: pointer;
  }
  .hero-video {
    background: url(../video/visia-video-poster.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  #customizer {
    display: none;
  }
  /* DEMO ONLY */
  .post {
    width: 100%;
  }
  .post-title {
    height: auto;
  }
  #whats-on,
  #the-club,
  #the-bar,
  #contact-page,
  #membership,
  #page-404,
  #group-bookings {
    padding-top: 20px;
    z-index: 1;
  }
  .content h2 {
    font-size: 38px!important;
    text-align: center;
  }
  #whats-on .post h2,
  #whats-on .post h2 a {
    text-align: left;
    margin-left: 0;
    font-size: 32px!important;
  }
  #whats-on .post img {
    width: 100%;
    clear: both;
  }
  .title.grid-full,
  .grid-full.the-title {
    margin-bottom: 20px;
  }
  nav#weekends-weekdays {
    padding-bottom: 0;
  }
  #whats-on .post.post-single {
    margin-top: 12px;
  }
  #whats-on .post .the-content {
    padding-bottom: 10px;
  }
  #whats-on .post .the-content,
  #whats-on .post .the-sidebar {
    margin: 0;
    padding-top: 0;
  }
  #whats-on .post .the-sidebar {
    padding-top: 0;
  }
  .post .date,
  .post a .date {
    margin-top: 0;
    top: 0;
  }
  .subscribe,
  .logo,
  .navigation.social {
    width: 100%;
    position: relative;
    display: block;
    left: inherit;
    right: inherit;
    margin: 0 auto;
    text-align: center;
  }
  .logo {
    top: 2px;
    margin-left: 5%;
    width: auto;
  }
  .nav-button {
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .mobile.navigation {
    width: 100%;
    float: left;
    margin: 0;
  }
  .navigation.social,
  .navigation.main {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .subscribe,
  .navigation.social ul {
    width: 100%;
    text-align: center;
  }
  .navigation.social ul {
    margin: 18px auto 12px;
  }
  .navigation.social ul li {
    display: inline-block;
    text-align: center;
    float: none;
  }
  .navigation.main ul {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .navigation.main ul li {
    display: block;
    margin-left: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #898484;
  }
  nav {
    padding: 0;
  }
  .nav-wrapper {
    width: 100%;
    padding: 0;
    display: none;
    background: #000;
    overflow: hidden;
  }
  #mailchimp-wrapper {
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #mailchimp-wrapper #ajax-response {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #mailchimp-wrapper div.wpcf7-response-output {
    top: -20px;
    padding: 0;
  }
  .view-all-events {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
  }
  #membership .wpcf7 span,
  #membership .wpcf7 span.memory {
    width: 100%;
  }
  #mailchimp-wrapper .wpcf7-text,
  #mailchimp-wrapper #mailchimp-submit,
  #membership .wpcf7-text,
  #membership .wpcf7-textarea,
  #membership .wpcf7-submit.button.submit {
    width: 100%;
    text-align: center;
  }
  #mailchimp-wrapper #mailchimp-submit {
    margin-bottom: 0;
  }
  #mailchimp-wrapper .wpcf7-text {
    height: auto;
  }
}
@media only screen and (max-width: 959px) {
  nav {
    position: relative;
    height: 50px;
  }
  .logo {
    width: auto;
    margin-top: 11px;
    display: block;
  }
  .subscribe {
    position: relative;
    top: 0;
    right: inherit;
  }
  .input-field,
  .input-submit {
    width: 90%;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 6px;
    height: auto;
    -webkit-appearance: none;
    border-radius: 0;
  }
}
/* All Mobile Sizes */
@media only screen and (max-width: 639px) {
  #whats-on .post .the-sidebar {
    float: left;
  }
  .the-sidebar p {
    width: 100%;
    float: left;
    padding-bottom: 0;
  }
  .the-sidebar a.button.buy-tickets,
  .the-sidebar a.button.reserve-an-area {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .icons .overview {
    width: 50%;
  }
  .team-list {
    padding: 30px 0px 0px;
  }
  .team-member {
    padding-bottom: 25px;
  }
  #respond {
    padding-bottom: 50px;
    border-bottom: 2px solid #e9e9e9;
  }
  .filtering li {
    margin-bottom: 20px;
  }
  .value {
    padding-top: 35px;
  }
  .subscribe input.submit,
  .subscribe input.text {
    width: 100%;
    margin-left: 0;
  }
}
/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .project-info {
    border-bottom: none;
  }
  .tooltip {
    width: 150%;
    left: 5%;
    margin-left: 0;
  }
  .pull-left .tooltip {
    left: -55%;
  }
}
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
  .call-to-action {
    position: relative;
  }
  .home-ticker h1,
  .home-ticker h2 {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
  .home-ticker h1 {
    font-size: 2.2em!important;
  }
  .home-ticker h2 {
    font-size: 1.4em!important;
  }
  .call-to-action li {
    margin-right: 0px;
    width: 100%;
  }
  .projectlist li {
    width: 100%;
  }
  #bx-pager li {
    width: 100%;
  }
  .project-info {
    border-bottom: none;
  }
  .tooltip {
    width: 180%;
    left: 5%;
    margin-left: 0;
  }
  .pull-left .tooltip {
    left: -85%;
  }
}
/* Targets Retina Enabled Devices */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.right {
    background: url(../images/icons/right@2x.png) no-repeat center center;
    background-size: 26px 26px;
  }
  .icon.ux {
    background: url(../images/icons/ux@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.design {
    background: url(../images/icons/design@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.seo {
    background: url(../images/icons/seo@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.social {
    background: url(../images/icons/social@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.tech {
    background: url(../images/icons/tech@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.commerce {
    background: url(../images/icons/commerce@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.config {
    background: url(../images/icons/config@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.heart {
    background: url(../images/icons/heart@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.coffee {
    background: url(../images/icons/coffee@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.portfolio {
    background: url(../images/icons/portfolio@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.plane {
    background: url(../images/icons/plane@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .icon.calculator {
    background: url(../images/icons/calculator@2x.png) no-repeat top;
    background-size: 64px 128px;
  }
  .social-icon.small.facebook {
    background: url(../images/icons/facebook-small@2x.png) no-repeat center center;
    background-size: 26px 26px;
  }
  .social-icon.small.twitter {
    background: url(../images/icons/twitter-small@2x.png) no-repeat center center;
    background-size: 26px 26px;
  }
  .social-icon.small.google {
    background: url(../images/icons/google-small@2x.png) no-repeat center center;
    background-size: 26px 26px;
  }
  .social-icon.small.behance {
    background: url(../images/icons/behance-small@2x.png) no-repeat center center;
    background-size: 26px 26px;
  }
  .social-icon.small.linkedin {
    background: url(../images/icons/linkedin-small@2x.png) no-repeat center center;
    background-size: 26px 26px;
  }
  i.icon-remove {
    background: url(../images/icons/close@2x.png) no-repeat center center;
    background-size: 26px 26px;
  }
  .bx-pager-link {
    background: url(../images/projects/pager@2x.png) no-repeat top center;
    background-size: 12px 24px;
  }
  .bx-pager-link.active {
    background: url(../images/projects/pager-active@2x.png) no-repeat top center;
    background-size: 12px 12px;
  }
  .gallery-next .bx-next {
    background: #060606 url('../images/blog/next@2x.png') no-repeat;
    background-size: 22px 22px;
  }
  .gallery-prev .bx-prev {
    background: #060606 url('../images/blog/prev@2x.png') no-repeat;
    background-size: 22px 22px;
  }
  .search-submit {
    background: #ffffff url(../images/blog/search@2x.png) no-repeat center center;
    background-size: 16px 16px;
  }
  .notification.success p {
    background: url(../images/icons/tick@2x.png) no-repeat;
    background-size: 26px 26px;
  }
  .notification.error p {
    background: url(../images/icons/cross@2x.png) no-repeat;
    background-size: 26px 26px;
  }
  .project-gallery-next .bx-next {
    background: #ffffff url('../images/icons/project-gallery-next@2x.png') no-repeat center center;
    background-size: 22px 22px;
  }
  .project-gallery-prev .bx-prev {
    background: #ffffff url('../images/icons/project-gallery-prev@2x.png') no-repeat center center;
    background-size: 22px 22px;
  }
  .logo a {
    background: url(../images/header/xoyo-logo@2x.png) no-repeat;
    background-size: 100%;
  }
}
.home-slider-link {
  display: block;
}
.hero-buy-tickets {
  margin-top: 24px;
  text-transform: uppercase;
  display: none;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
