/* Classes display-role reset */
*            {  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; margin:0px; padding:0px;  }
:before, :after      {  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box  }
.clear          {  clear:both;                                    }
.clearfix:after      {  content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0  }
img            {  border:0;max-width:100%;height:auto;vertical-align:middle;            }
a            {  text-decoration:none;transition:all ease 0.4s;                  }
input, textarea      {  outline:none;                                  }
*:active, *:focus    {  outline:0;outline-style:none;outline-width:0;                  }
a:active, a:focus    {  outline:0;outline-style:none;outline-width:0;                  }
li            {  list-style:none;                                }
.hide          {  display:none;                                  }
.show          {  display:block;                                  }
.vhidden        {  visibility:hidden;                                }
.textcenter        {  text-align:center !important;                          }
.textleft        {  text-align:left !important;                            }
.textright        {  text-align:right !important;                          }
.textjustify      {  text-align:justify !important;                          }
.alignleft        {  float:left;margin:0 15px 15px 0;                        }
.alignright        {  float:right;margin:0 0 15px 15px;                        }
.left          {  float:left;                                    }
.right          {  float:right;                                  }
.relative        {  position:relative;                                }
.absolute        {  position:absolute;                                }
h1, h2, h3, h4, h5, h6  {  font-weight:normal;                                }
html, body        {  text-rendering: optimizeLegibility;
              text-rendering: geometricPrecision;
              font-smooth: always;
              font-smoothing: antialiased;
              -moz-font-smoothing: antialiased;
              -webkit-font-smoothing: antialiased;
              -webkit-font-smoothing: subpixel-antialiased;
              font-weight:400;                                }
body           {  -webkit-animation-duration: 0.1s;
              -webkit-animation-name: fontfix;
              -webkit-animation-iteration-count: 1;
              -webkit-animation-timing-function: linear;
              -webkit-animation-delay: 0.1s;                          }
@-webkit-keyframes fontfix {
from           {   opacity: 1;                                   }
to             {   opacity: 1;                                   }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
body           {  -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;            }
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
body           {  -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;            }
}
/************************  Reset styles end  ************************************************************/
body{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
  min-width:320px;
}
.enclose{
  max-width:1100px;
  width:100%;
  margin:auto;
  padding:0px 15px;
  min-width:320px;
}
.header{
  background:url(images/header-bgd.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top center;
  background-size:cover;
  border-bottom:1px solid #e5e5e5;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  top: 0;
  min-width:320px;
}
.header.active{
  position:fixed;
  width:100%;
  background:rgba(189,0,82,0.97);
  z-index:11;
}
.header .enclose{
  position:relative;
}
.logo{
  position:absolute;
  top:27px;
  transition: all 0.5s ease;
  z-index:2;
}
.header.active .logo{
  width:159px;
  top:7px;
}
.nav_menu{
  background-color:#bd0052;
  background-repeat:no-repeat;
  position:relative;
  float:right;
  line-height:66px;
  z-index:1;
  margin-bottom:2px;
}
.nav_menu:before{
  background-image:url(images/menu-bar-far-left.png);
  height:100%;
  width:100%;
  content:'';
  position:absolute;
  left:-30px;
  z-index:-1;
}
.nav_menu ul{
  display:flex;
}
.nav_menu li{
  padding-right:20px;
  font-size:19px;
  position:relative;
}
.header.active .nav_menu li{
  font-size:17px;
  padding-right:17px;
}
.nav_menu li a{
  color:#fff;
  transition-duration: 0.2s;
    transition-property: color, background-color, border-color;
    transition-timing-function: linear;
  border-top:3px solid transparent;
  line-height:50px;
  display:block;
}
.nav_menu li a:hover{
  color:#f7ff01;
  border-color:#f7ff01;
}
.nav_menu li.active a{
  color:#f7ff01;
  border-color:#f7ff01;
}
.nav_menu li a.mPS2id-highlight{
  color:#f7ff01;
  border-color:#f7ff01;
}
.nav_menu ul li ul {
    display: none;
}
.nav_menu ul li.active ul{
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	left: -9px;
}
.nav_menu ul li.active ul li a{
  border-top:0;
  color: #ffffff;
  border-bottom: 1px solid #dcdadb;
  font-size: 13px;
  background-color:#bd0052;
  line-height: 35px;
  /* color:#f7ff01; */
}

.social_icons{
  float:right;
  padding:40px 0px 70px;
}
.header.active .social_icons{
  display:none;
}
/*********Meanmenu**********/
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  margin:8px 0px 0px;
  position:absolute;
  right: 0px;
  top: 30px;
  width: 100%;
  padding-right:15px;
}
.mean-container a.meanmenu-reveal{
  float:right;
  width:35px;
  height:25px;
  cursor:pointer;
  color:#fff;
  display:block;
  background-image:url(images/mean-open-white.png);
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  z-index:100;
  border-radius:5px;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav{
  width:100%;
  right:0;
  top:45px;
  position:absolute;
  z-index:70;
  padding:0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding:0px 15px;
  line-height:25px;
  margin: 0;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #f1fa06;
  font-size: 18px;
  background-color: #bc145d;
  border-color: #dadada;
}
.mean-container .mean-nav ul li a:hover{
  background:#bc517f;
}
.mean-container .mean-nav > ul >  li.current-menu-item > a{
  background:#0059a2;
}
.mean-container .mean-nav > ul > li.donate > a {
  background:#ea5539;
}
.mean-container .mean-nav ul li a span{
  margin-left:5px;
}
.mean-container .mean-nav ul li li a {
  width: 100%;
  font-size:18px;
  padding:5px 15px;
  line-height:20px;
  position:relative;
}
.mean-container .mean-nav ul li li a:before{
  content:'-';
  position:absolute;
  margin-left:-7px;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 28px;
  height: 28px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 2;
  font-weight: 700;
  line-height:24px;
  border:0 !important;
  background:none;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
  opacity:0.8;
}
.mean-container .mean-nav ul li a.mean-expand:before{
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position:absolute;
  right:5px;
}
.mean-container .mean-push1 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-remove {
  display: none !important;
}
/*************/
.social_icons ul{
  display:flex;
}
.social_icons li{
  margin-left:10px;
}
.social_icons li a:hover{
  opacity:0.8;
}
.social_icons .fa{
  height:34px;
  line-height:34px;
  width:34px;
  background:#f6a503;
  color:#fff;
  text-align:center;
}
.fadeIn{
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;

  animation-duration:2s;
  -webkit-animation-duration: 2s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50%{
    transform: translateY(8%);
  }
  65%{
    transform: translateY(-4%);
  }
  80%{
    transform: translateY(4%);
  }
  95%{
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50%{
    -webkit-transform: translateY(8%);
  }
  65%{
    -webkit-transform: translateY(-4%);
  }
  80%{
    -webkit-transform: translateY(4%);
  }
  95%{
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.about{
    background-color: #362401;
    background-image: url(images/header-bgd.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  color:#f7ff01;
  font-size:24px;
  line-height:30px;
  padding-top:220px;
}
.about h1{
  font-size:42px;
  line-height:47px;
  font-weight:700;
  text-transform:uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin:20px 0px 30px;
}
.about em{
  font-family:'PTSans', helvetica, arial, sans-serif;
}
.about_cols{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.about_cols > div{
  width:48%;
}
.about hr{
  margin:20px 0px;
  background:#dd9933;
  height:3px;
  border:none;
}
.booknow_btn{
  position:absolute;
  bottom:84px;
  right:0px;
}
.booknow_btn a{
  background:url(images/book-now-button.png);
  background-repeat:no-repeat;
  background-size:cover;
  height:134px;
  width:188px;
  font-size:36px;
  line-height:40px;
  font-family: 'Oswald', sans-serif;
  font-weight:700;
  color:#f7ff01;
  -webkit-transition: all .2s;
    transition: all .2s;
  display:block;
  padding:17px 0px 0px 28px;
  text-transform:uppercase;
}
.booknow_btn a:hover{
  color:#f6a503;
}
.about_left{
  padding-top:20px;
}
.about_right{
  position:relative;
}
.about_right figure{
  text-align:right;
  margin-right:35px;
}
.who-gets-in{
  background-color: #f8f8f8;
    background-image: url(images/whogets-bgd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #e5e4e4;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
  margin-top:-60px;
}
.title{
  font-size:42px;
  line-height: 47px;
  margin-bottom: 5px;
  color:#f6a503;
  text-transform:uppercase;
  font-weight:700;
}
.subtitle{
  font-size:22px;
  line-height:27px;
  color:#fff;
  margin-bottom: 15px;
}
.who-gets-in .book-ls {
    display: flex;
    justify-content: space-between;
    text-align: center;
  margin-top:65px;
}
.who-gets-in .book-ls h5{
  text-align: center;
    font-size: 22px;
    line-height: 24px;
    padding-top: 25px;
  color: #fff;
}
.who-gets-in .book-ls h5 span{
  display:block;
  color: #f6a503;
}
.book-popup .party-cont{
    background-image:  url(images/secret-studio-key.png);
    background-repeat: no-repeat;
  background-color:rgba(71,34,63, 0.85);
    background-position: center;
  width:250px;
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border-radius:5px;
}
#familymodal .party-cont{
  background-color: rgba(88,81,13, 0.85);
}
#visitmodal .party-cont{
    background-color: rgba(23,63,81, 0.85);
}
#bossmodal .party-cont{
  background-color: rgba(71,84,37, 0.85);
}
#geekmodal .party-cont{
  background-color:rgba(35,27,57, 0.85);
}
#visitmodal .party-cont {
    background-color: rgba(23,63,81, 0.85);
}
.fancybox-type-inline.fancybox-opened .fancybox-skin{
  background:none;
  box-shadow:none;
}
.book-popup p{
  font-size: 22px;
    line-height: 26px;
  color:#fff;
  padding:20px;
}
.book-popup h6{
  padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
  font-size:22px;
  line-height:25px;
  color: #fff;
  position:relative;
}
a.fancybox-item.fancybox-close{
  background-image:none;
  display:none;
}
.book-popup h6 span {
    position: absolute;
    right: 15px;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    color: #f8f8f8 !important;
    opacity: 0.8 !important;
    text-shadow: 0 1px 0 #111111 !important;
  cursor:pointer;
}
.who-btn{
  position:relative;
  padding:110px 0 90px
}
.who-btn p{
  bottom:0px;
  margin-bottom:0;
}
.faq{
  background-color: #f6a503;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 50px 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #e5e4e4;
    border-top-style: solid;
    border-bottom-style: solid;
  position:relative;
}
.faq:before {
    content: '';
    z-index: 2;
    left: 50%;
    margin-left: -29px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    border-top-color: #362401;
    border-width: 29px 29px 0 29px;
}
.faq .title{
  color: #333333;
}
.faq .accordion {
  background: transparent;
  margin: 0 auto;
  padding-top:10px;
  border-bottom: 1px solid #e0dede;
}
.faq .accordion .accordion-header:first-child{
  border-top:0;
}
.faq .accordion-header {
  border-top: 1px solid #e0dede;
  color: #333333;
  cursor: pointer;
  padding: 15px 0 15px 45px;
  font-size:22px;
  position:relative;
}

.faq .accordion-header:hover {
  background: transparent;
}

.faq .accordion-content a {
  color: #ffffff;
}

.faq .accordion-content a:hover {
  color: #666666;
}

.faq .accordion-content {
  display: none;
    color: #9a2604;
  padding:10px 0;
}
.faq .accordion-content p{
  font-size:18px;
  margin-bottom:20px;
  line-height:27px;
}

.faq .accordion-header:before {
    content: ' \002b';
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #bd0052;
    margin-right: 25px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  position:absolute;
  left:0px;
  margin-top:4px;
}

.faq .active.accordion-header::before {
  content:'\002d';
  background-color: #666666;
}
/**.faq .accordion-header:hover:before{
  content:'\002d';
  background-color: #666666;
} **/
.faq .active.accordion-header{
  color:#666;
}
.reviews{
  background-color: rgba(255,255,255,0);
    background-image: url(images/contact-bgd.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: none;
  position:relative;
}
.reviews:before{
  content:'';
  z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
  top: 0;
border-top-color: #f6a503;
border-width: 29px 29px 0 29px;
}
.reviews .title{
  color: #333333;
}
.reviews .review-block{
  display:flex;
      justify-content: space-between;
}
.reviews .review-block > div{
  width:22%;
  height: 1070px;
    overflow-y: scroll;
}
.rev-tweets .widSSP{
	width:100% !important;
}
.reviews .review-block blockquote{
  display: block;
    padding: 0px 0 58px 0 ;
    background: transparent;
    line-height: 25px ;
    font-size: 25px ;
    color: #111111 ;
    text-align: left ;
    background-image: url(images/testimonial-speak-1000.png) ;
    background-repeat: no-repeat ;
    background-attachment: inherit ;
    background-position: 100% 100% ;
}
.reviews .review-block .review-content span{
  margin-top: 10px;
    padding-bottom: 30px ;
    font-size: 18px;
    text-align: center;
  display: block;
      color: #ffffff;
    font-weight:700;
}
.reviews .review-block .review-content {
    margin-top: 25px;
}
.consec{
    background-color: #362401;
  padding:10px 0 35px;
  color:#fff;
  }
  .consec h3{
    color: #f6a503;
    padding:35px 0 70px;
  }
  .coninn{
    display:flex;
    -webkit-justify-content: space-between;
     justify-content: space-between;
  }
  .conlt{
    width:56%;
    font-size:17px;
  }
  .conlt h4{
    font-size:22px;
    padding-bottom:20px;
  }
   .conlt p{
     padding-bottom:20px;
     font-family: 'Roboto', sans-serif;
     line-height:24px;
   }
   .bord{
     border-bottom:3px solid #dd9933;
   }
   .gap1{
     margin-top:5px;
   }
  .conrt{
    width:40%;
  }
  .conrt h4{
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    line-height:32px;
    padding-bottom:35px;
  }
  .conrt label{
    font-size:14px;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* .conrt form p{
    margin-bottom:20px;
  } */
  .recap, .map-box{
    margin-bottom:20px;
  color:#000;
  }
  .error{
    color:red !important;
  }

  .form-error{
    color:red !important;
    margin-bottom: 20px;
  }
  .conrt input[type=text], .conrt input[type=email], .conrt input[type=tel], .conrt textarea{
    width:100%;
    background-color: #f6a503;
    height:29px;
    color: #fffcfc;
    border:none;
    padding:8px 15px;
  }
  .conrt textarea{
    resize:none;
    height:150px;
  }
  .conrt input[type=submit]{
	  margin-top:10px;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
    transition: all .2s;
    border:none;
    background: rgba(189, 0, 82, 1);
      background-image: none;
    font-size:14px;
    font-family: 'PT Sans', sans-serif;
    font-weight:700;
    padding: 13px 29px;
    border-radius:2px;
    text-transform:uppercase;
    color: #f7ff01;
    background-image: -webkit-gradient( linear, left bottom, left top, from( rgba(189, 0, 82, 1) ), to( rgba(189, 0, 82, 1) ) );
    background-image: -webkit-linear-gradient( bottom, rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
    background-image: -moz-linear-gradient( bottom, rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
    background-image: -o-linear-gradient( bottom, rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
    background-image: linear-gradient( to top,rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
  }
  .conrt input[type=submit]:hover{
  background: #d6ad5a;
  color: #785510;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );
  background-image: linear-gradient( to top, #e8cb90, #d6ad5a );
  background-image: -webkit-linear-gradient( to top, #e8cb90, #d6ad5a );
  background-image: -moz-linear-gradient( to top, #e8cb90, #d6ad5a );
  background-image: -ms-linear-gradient( to top, #e8cb90, #d6ad5a );
  background-image: -o-linear-gradient( to top, #e8cb90, #d6ad5a );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d6ad5a, endColorstr=#e8cb90);
  }
  .bk-now{
    padding-top:35px;
  }
  .bk-now a{
    display:inline-block;
    background-image: url("images/book-now-button.png") !important;
    background-repeat: no-repeat !important;
    height: 134px;
    padding:16px 85px 0 28px;
    font-size: 36px;
    color: #f7ff01;
    text-transform:uppercase;
    margin-left: 60px;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    line-height:40px;
  }
  #form-message h5 {
    padding-bottom:15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    line-height:25px;
    font-weight:700;
  }
  
  #form-message-success {
  color: #f7ff01;
  }

  #form-message-fail {
  color: red;
  }

  .invisible {
    visibility: hidden;
  }

  .hidden {
    display: none;
  }

  .mess-block{
  display: block !important;
  position: relative;
  /*color:#163b85;*/
  }
.to-top-container a{
  background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
  line-height:35px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 10000;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
/*.to-top-container a:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
}*/
.pre_footer{
  background:#363839;
  padding:40px 0px;
  color:#8c8989;
}
.pre_footer_cols{
  display:flex;
  flex-wrap:wrap;
  margin-left:-3%;
}
.pre_footer_cols > div{
  width:22%;
  margin-left:3%;
}
.pre_footer a{
  color:#bfbfbf;
}
.pre_footer a:hover{
  color:#e9a825;
}
.pre_footer .contact-info-container{
  margin-top:50px;
}
.pre_footer .social_icons{
  float:none;
  padding-bottom: 0;
padding-top: 50px;
}
.pre_footer .social_icons li:first-child{
  margin-left:0;
}
.ft_menu{
  font-size:13px;
  line-height:18px;
  font-family: 'Roboto', sans-serif;
}
.ft_menu li{
  text-transform:uppercase;
  border-bottom:1px solid #505152;
  padding:0px 5px 10px 0px;
  margin-bottom:10px;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
}
.ft_menu li a{
  position:relative;
  padding-left:12px;
}
.ft_menu li a:before{
    content: "\f105";
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:absolute;
  left:0px;
  color:#bfbfbf;
}
.ft_menu li a:hover:before{
  color:#e9a825;
}
.footer{
  border-top:1px solid #4b4c4d;
  background:#282a2b;
  font-size:12px;
  color:#8c8989;
  font-family: 'Roboto', sans-serif;
  padding:30px 0px;
}
.footer a{
  color:#bfbfbf;
}
.footer a:hover{
  color:#fff;
}
.ft_inner{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.ft_inner > div{
  width:48%;
}
.social_links ul{
  display:flex;
  justify-content:flex-end;
}
.social_links .fa{
  color:#46494a;
  font-size:16px;
}
.social_links li{
  margin:0px 10px;
}
.social_links li a:hover{
  opacity:0.8;
}
.heading-strip{
    background-color:#f6a503;
    padding:30px 0;
    border-top:1px solid #d2d3d4;
  }
body .ptop{
  padding-top:220px;
}
.hdinn{
  display:flex;
  align-items:center;
  -webkit-justify-content: space-between;
   justify-content: space-between;
   opacity:0.6;
}
.hdlt h1{
  font-size:36px;
  font-weight:500;
  text-transform:uppercase;
  color:#fff;
}
.hdrt{
  font-size:10px;
  color:#333;
  font-family: 'Roboto', sans-serif;
}
.hdrt a{
  color:#333;
}
.termsbox{
  padding:50px 0 80px;
  background-color: #362401;
}
.back-btn{
  text-align:right;
}
.back-btn a{
  display:inline-block;
  font-size:12px;
  padding: 9px 20px;
  border-radius:2px;
  transition: all .2s;
  font-family: 'PT Sans', sans-serif;
  font-weight:700;
  text-transform:uppercase;
  background: rgba(189, 0, 82, 1);
  color: #f7ff01;
  background-image: -webkit-gradient( linear, left bottom, left top, from( rgba(189, 0, 82, 1) ), to( rgba(189, 0, 82, 1) ) );
  background-image: -webkit-linear-gradient( bottom, rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
  background-image: -moz-linear-gradient( bottom, rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
  background-image: -o-linear-gradient( bottom, rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
  background-image: linear-gradient( to top,rgba(189, 0, 82, 1), rgba(189, 0, 82, 1) );
}
.back-btn a:hover{
  background: #f8bf56;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#fbdc86),to(#f8bf56));
  background-image: -webkit-linear-gradient(bottom,#fbdc86,#f8bf56);
  background-image: linear-gradient(to top,#fbdc86,#f8bf56);
  color: #c0830b;
}
.termsbox h4{
  color: #f7ff01;
  font-size:24px;
  padding-bottom:20px;
}
.termsbox ul{
  padding-left:30px;
  padding-bottom:50px;
  color:#fff;
}
.termsbox ul li{
  font-size:17px;
  line-height:24px;
  padding-bottom:10px;
  font-family: 'Roboto', sans-serif;
}
/******/
.termsbox p{
  color:#fff;
  font-size:17px;
  padding-bottom:20px;
  line-height:24px;
}
.termsbox p a{
  color: #e9a825;
}
.termsbox .enclose li a{
  color: #e9a825;
}
.heading-strip.colr1{
  background-color: #f1f1f1;
}
.heading-strip.colr1 .hdlt h1{
  color:#333;
}
#mainCaptcha{
  width:160px;
  margin-bottom:10px;
}
#refresh{
  text-indent:-9999px;
  border:none;
  background-image: url("images/refresh.jpg");
  width:28px;
  height:28px;
  background-size:cover;
  cursor:pointer;
}
.address, .email{
  font-size:17px;
  font-family: 'Roboto', sans-serif;
  line-height:24px;
}
@media (any-hover: hover) {
.nav_menu ul li:hover ul{
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	left: -9px;
}
.nav_menu ul li:hover ul li a{
  border-top:0;
  color: #ffffff;
  border-bottom: 1px solid #dcdadb;
  font-size: 13px;
  background-color:#bd0052;
  line-height: 35px;
}
.nav_menu ul li ul li a:hover{
  color:#f7ff01;
}
}
@media (max-width:1023px){
.enclose{
  padding:0 30px;
}
figure.logo img {
    width: 159px;
}
.social_icons{
  float:none;
  position:relative;
  z-index:1;
}
.header .social_icons ul{
  display:block;
  text-align:center;
}
.social_icons li{
  display:inline-block;
}
.header{
  height: 110px;
}
.header.active{
  height:65px;
}
.header.active .logo,
.header.active .mean-container .mean-bar{
  top:12px;
}
  .about{
    padding-top: 130px;
  }
  .about h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .address, .email{
	  font-size:16px;
  }
  .pre_footer_cols > div{
	  width:30.33%;
  }
  .pre_footer_cols > div:nth-child(3){
	  display:none;
  }
  .who-gets-in .book-ls figure img{
	  width:100%;
	  height:auto;
  }
}
@media (max-width:976px){
	.book-popup .party-cont{
		width:auto;
	}
  .about_cols{
    display: block;
  padding-bottom:20px;
  }
  .about_cols > div{
    width: 100%;
  margin-top:30px;
  }
  .who-gets-in{
    margin-top: 0;
  }
  .about_right figure{
    text-align:center;
  }
.booknow_btn {
    position: relative;
    bottom: inherit;
}
.booknow_btn a{
  margin:0 auto;
}
#mainCaptcha {
    width: 128px;
}
}
@media (max-width: 800px){
	
  .who-gets-in .book-ls figure img{
	  width:auto;
  }
.reviews .review-block{
  display:block;
}
.reviews .review-block > div{
  width:100%;
  margin-bottom: 20px;
}
  .reviews .review-block > div div#TA_selfserveprop915 .widSSP{
    width: 100% !important;
  }
.coninn{
    display: block;
}
.conlt, .conrt{
    width: 100%;
}
.who-gets-in .book-ls{
  display:block;
}
}
@media (max-width: 767px){
  .enclose{
    padding: 0 15px;
  }
.social_icons {
    float: none;
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    left: 0;
    background: #BC145D;
    height: 65px;
    line-height: 65px;
}
.logo{
  top:90px
}
.mean-container .mean-bar{
  top: 90px;
}
.header{
  height:150px
}
  .about{
    font-size: 18px;
    line-height: 24px;
    padding-top: 150px;
  }
  .about h1{
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0px 0;
  }
  .who-gets-in,
  .faq{
    padding: 25px 0;
  }
  .who-gets-in .book-ls{
    margin-top: 20px;
  }
.about_cols > div{
  width: 100%;
}
.about_right figure {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
.who-gets-in{
  margin-top:0;
}
.who-btn{
  padding:50px 0 0;
}
.reviews .review-block{
  display:block;
}
.reviews .review-block .rev-column{
  width:100%;
}
.coninn{
  display:block;
}
.conlt{
  width:100%;
}
.conrt{
  width:100%;
}
.pre_footer_cols{
  display:block;
  text-align:center;
  margin-left:0px;
}
.pre_footer_cols > div{
  width:100%;
  margin-left:0;
}
.pre_footer a img {
    width: 220px;
}
.pre_footer .social_icons ul {
    display: flex;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}
.pre_footer .social_icons {
    float: none;
    padding-bottom: 0;
    padding-top: 50px;
    display: block;
    position: relative;
    background: transparent;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    height: auto;
    text-align: center;
  padding-top:25px;
  padding-bottom:25px;
}
.address br {

    margin-bottom: 10px;

}
.email{
  padding-top:10px;
}
.ft_menu {
    padding: 15px 0 50px;
}
.ft_inner{
  display:block;
  text-align:center;
}
.ft_inner > div{
  width:100%;
}
.ft_inner .social_links ul{
  justify-content:center;
  margin-top:20px;
}
  .reviews .review-block blockquote{
    font-size: 20px;
    line-height: 22px;
  }
  .reviews .review-block .review-content{
    margin-top: 10px;
  }
  .consec h3{
    padding: 15px 0 20px;
  }
}
@media (max-width: 800px){
.reviews .review-block > div{
  height:auto;
  overflow-y:inherit;
}
}
@media (max-width: 539px){
.hdinn{
  display:block;
}
.hdlt h1 {
  font-size: 15px;
  padding-bottom:10px;
}
.termsbox h4{
  font-size:20px;
}
.termsbox ul {
  padding-left: 0;
  padding-bottom: 20px;
}
.termsbox ul li {
  font-size: 14px;
  line-height: 20px;
}
body .ptop {
  padding-top: 180px;
}
}
@media (max-width: 479px){
  .who-gets-in .book-ls li{
    display: block;
    width: 100%;
  }
}




