body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
    --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
    --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
    --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
    --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
    --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
    --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
    --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
/*
Theme Name: Cosmic
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}
.alt-img {
	display:none !important;
}
a {
  background-color: transparent;
  color:#fff;
}

a:active,
a:hover {
  outline: 0;
  color:#EB0E0E;
  text-decoration:none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*td,
th {
  padding: 0;
}*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #ffffff;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom:10px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
.red-text {
	color:#eb0e0e;
	font-weight:500;
}
strong > .red-text {
	font-weight:inherit;
}
.bg-white {
	background-color:#fff;
	color:#000;
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6
{
	color:#eb0e0e;
}
p {
  margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom:0;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
header.placeholder:not(.fixed) {
	display:none;
}
header.placeholder {
	visibility:hidden;
	position:static !important;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

/*.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}*/
.dropdown-menu .dropdown-item {
    white-space: normal;
    background: 
    transparent;
    line-height: 1.6;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0px;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*footer#colophon {
  font-size: 85%;
}*/
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*CSS Modifications*/
header#masthead {
 	background-color: #050032;
 	box-shadow: none;
}
body, .bg-default {
    line-height: 1.733;
	background: rgba(6,0,51,1);
	background: url("/images/homebg1.png"), url("/images/Star-repeat.png"), -moz-linear-gradient(top, rgba(6,0,51,1) 0%, rgba(17,2,54,1) 31%, rgba(18,2,54,1) 35%, rgba(69,13,60,1) 100%);
	background: url("/images/homebg1.png"), url("/images/Star-repeat.png"), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,0,51,1)), color-stop(31%, rgba(17,2,54,1)), color-stop(35%, rgba(18,2,54,1)), color-stop(100%, rgba(69,13,60,1)));
	background: url("/images/homebg1.png"), url("/images/Star-repeat.png"), -webkit-linear-gradient(top, rgba(6,0,51,1) 0%, rgba(17,2,54,1) 31%, rgba(18,2,54,1) 35%, rgba(69,13,60,1) 100%);
	background: url("/images/homebg1.png"), url("/images/Star-repeat.png"), -o-linear-gradient(top, rgba(6,0,51,1) 0%, rgba(17,2,54,1) 31%, rgba(18,2,54,1) 35%, rgba(69,13,60,1) 100%);
	background: url("/images/homebg1.png"), url("/images/Star-repeat.png"), -ms-linear-gradient(top, rgba(6,0,51,1) 0%, rgba(17,2,54,1) 31%, rgba(18,2,54,1) 35%, rgba(69,13,60,1) 100%);
	background: url("/images/homebg1.png"), url("/images/Star-repeat.png"), linear-gradient(to bottom, rgba(6,0,51,1) 0%, rgba(17,2,54,1) 31%, rgba(18,2,54,1) 35%, rgba(69,13,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060033', endColorstr='#450d3c', GradientType=0 );
	background-size: cover,contain;
	background-position: 70%, 0;
	background-repeat: no-repeat, repeat;
	color:#fff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    font-family: Orbitron;
    letter-spacing: 0;
    font-weight: 400;
	transition: all ease-in 0.2s;
    color:   #FFFFFF;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color:     #EB0E0E;
    font-weight: 400;
}
.menu-item {
    padding: 0 7px;
}
.booknowtopbtn .nav-link, .submitfield input {
    background: #EB0E0E 0% 0% no-repeat padding-box !important;
   -webkit-transition-duration: 0.3s !important;
transition-duration: 0.3s !important;
-webkit-transition-property: box-shadow !important;
transition-property: box-shadow !important;
    border-radius: 8px;
    width: 130px;
    font-family: Roboto !important;
    letter-spacing: 0 !important;
    color: #FFFFFF !important;
    opacity: 1;
    text-align: center;
    margin-left: 5px;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 26px;
    height: 38px;
   /* transition: all ease-in 0.2s;*/
    text-transform: uppercase;
}
#main-nav{
  z-index: 1111;
}
.lochourwidget .button:hover, .booknowtopbtn .nav-link:hover , .submitfield input:hover { box-shadow: 0px 3px 16px  rgba(255, 0, 0,.65);}
body:not(.theme-preset-active) footer#colophon {
    color: #fff;
    background-color:#000 !important;
}
.footersocialicon .widget, .footersocialicon {
      margin: 0;
    text-align: right;
}
.footersocialicon a .fab {
    font-size: 16px;
    line-height: 16px;
}
.footersocialicon a {
    margin: 0 12px;
}


.lochourwidget .hours {
    margin-top: 15px;
}
.lochourwidget .button {
	margin-top:15px !important;
}
#content_universal_footer_hours, .lochourwidget {
    text-align: left;
    letter-spacing: 0;
    color:     #707070;
    font-size: 13px;
    font-family: Roboto;

}
#content_universal_footer_nav td {
	padding:0 15px;
}
.hourdetails span {

    display: inline-block;
    text-align: left;
    width: 110px;

}
#content_universal_footer_hours .content td {
	padding:2px 0;
}
.lochourwidgetdiv .widgettitle {
margin-bottom: 6px;
    text-align: left;
    font-family:Orbitron !important;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    color:     #2E2E2E;

}
.footerwidgetsdiv {

    background:    #fff;
	color:#2E2E2E;
	line-height:1.5
	
}
.footerwidgetsdiv h1,
.footerwidgetsdiv h2,
.footerwidgetsdiv h3,
.footerwidgetsdiv h4,
.footerwidgetsdiv h5,
.footerwidgetsdiv h6 {
	color:inherit;
    margin-bottom: 0.7em;
}
.footerwidgetsdiv p {
	    margin-bottom: 0.7em;
}
.widget .menu-item {

    padding: 0;

}
.footerwidgetsdiv .widget {

    margin: 30px 0;

}
.site-info {
	line-height:1.5;
    font-size: 14px;

}
.threemenu .widgettitle {

    margin-top: 38px !important;
    margin-bottom: 5px;

}
.widget .nav-link, .footerwidgetsdiv a {

    text-align: left;
    font-family: Roboto;
    letter-spacing: 0;
    color:    #707070;
    font-size: 13px;
    padding: 0;
    margin: 6px 0;
}

.widget .nav > li > a:focus, 
.widget .nav > li > a:hover,
.footerwidgetsdiv a:not(.button):focus,
.footerwidgetsdiv a:not(.button):hover
 {

    background-color:#fff;
    text-decoration: none;
color:     #2E2E2E;
}
.threemenu #nav_menu-2 .widgettitle {

    margin-top: -10px !important;

}



.footerwidgetsdiv .btn-primary.focus, .footerwidgetsdiv  .btn-primary:focus {
    box-shadow: none;
}

.footerwidgetsdiv .form-control:focus {
    border: 1px solid #050032;
    box-shadow: none;
}
.footerwidgetsdiv .newsletterdiv  .widget {
    margin-bottom: 20px;
    padding-top: 34px;
}
.newsletterdiv h2.widgettitle {
    margin-bottom: 0px;
    text-align: left;
    font-family: Orbitron !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2E2E2E;
}
.emailfield {
    width: 67%;
    max-width: 300px;
    float: left;
}
.submitfield {
    width: 33%;
    float: left;
    text-align: left;
}
.footerwidgetsdiv .submitfield {
	float:none;
}
.emailfield input,.emailfield select {
    border: 1px solid #2E2E2E;
    border-radius: 6px;
    width: 265px;
    font-size: 14px;
    padding: 18px 9px;
	margin-bottom:10px;

	opacity: 1;
	color: rgba(77,65,63,1);
    font-family: Orbitron;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.81px;
	text-align: left;
	line-height: 20px;
}
.emailfield input::placeholder {
	color: rgba(77,65,63,1);
}

.submitfield input{
  margin-top: 4px !important;
  border: 0 !important;
   margin-left: 0px;
}

.getdetail  path{
  transition: 0.1s ease-in all;
}
h1, h2, h3, h4 {
    font-family: Orbitron !important;
    font-weight: 700 !important;
}
h1, .h1, .headingwhitebig {

    font-size: 40px !important;
    font-family: Orbitron !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color:     #fff;
}
.fontsize33
{
	font-size:33px !important;
}
h2, .h2 {
	font-size:32px;
}
h3, .h3, .headingwhitebig1 {

    font-size: 23px;
    font-style: normal !important;
    color:     #fff;
}
h4, .h4 {
	font-size:16px;
}
h5 {
    font-family: Roboto;
    letter-spacing: 0;
    color:    #2E2E2E;
    margin: 6px 0 0px;
    font-size: 16px;
    font-weight: 600;
}
.mattertext {

    color:   #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 0px !important;

}

.getdetail a {
transition: ease-in 0.1s all;
    color: #fff;
font-family: Roboto;
font-size: 14px;
font-weight: 500;
text-decoration:    none;
 

}
.getdetail a:hover, .getdetail a:hover svg path {

    color: #EB0E0E;
fill:   #EB0E0E;

}

.getdetail  svg, .getdetail  img{
    width: 25px;
    height: 25px;
    transition: ease-in all 0.2s;
    margin: 0 0 0 20px !important;
}

.getdetail a:hover svg, .getdetail a:hover img{
/*  margin: 0 0 0 35px !important;*/
}

.homepagesec3{background-repeat: no-repeat;

background-position: 110% center;

background-size: contain;}


@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
/*@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}*/

.site-content{
  position: relative;
}

.stars, .twinkling, .clouds {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:transparent url(/images/stars.png) repeat top center;
  z-index:0;
}

.twinkling{
  background:transparent url(/images/twinkling.png) repeat top center;
  z-index:0;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

.navbar-brand img{

    width: 250px;

}
.dealimg2 img {
  height: 340px !important;

object-fit: cover;

object-position: top;
}
.interior .dealimg1 img {
	height: auto;
	width:100%;
	max-width: 100%;
	vertical-align: top;
    aspect-ratio: 5 / 3;
}
.home .dealimg1 img, 
.home .dealimg3 img {
	height: 350px !important;

	width:100%;
object-fit: cover;

object-position: center;}
.p_attraction .dealimg1 img {
/*	height:315px !important;*/
}


.bestdealdiv  {
	position:relative;
	width:33.33%;
	margin-bottom:50px;
	padding: 0 15px !important;
}
.contentBlock.boxes-2-black .bestdealdiv,
.contentBlock.boxes-2-red .bestdealdiv {
	width:50%;
}
.bestdealtext {margin-bottom: 25px !important;}

.booknowbtn2 {
  text-align: center !important;
margin: 0 auto 30px !important;
display: block !important; 
}
.bestdealimg img {/*border-radius: 40px 40px 0 0;*/ border-radius: 40px 40px 50% 50% / 50px !important;}
.bestdealdiv > .vc_column-inner{  background: #FFF 0% 0% no-repeat padding-box !important;
box-shadow: 0px 3px 56px rgba(0,0,0,.19) !important;

/*border: 1px solid    #707070 !important;*/
    border-radius: 53px !important;padding: 0 !important;margin-top: 0px !important;}
.booknowbtn2 button{
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
    background: #EB0E0E 0% 0% no-repeat padding-box !important;

border-radius: 10px !important;
width: 130px !important;
font-family: Roboto !important ;
letter-spacing: 0 !important;
color: #FFFFFF !important;
    opacity: 1 !important;
    text-align: center !important;
    margin-left: 40px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    height: 38px !important;
    /*transition: all ease-in 0.2s !important;*/
    text-transform: uppercase !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;

}
.home .deal1{
}

.booknowbtn2 button:hover {

  box-shadow: 0px 3px 16px rgba(255, 0, 0,.65) !important;


}
.bestdealtext {
	padding: 0 15px !important;
    color: #2E2E2E !important;
    font-family: Roboto!important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;

}
.boxes-3-red .bestdealheading,
.boxes-2-red .bestdealheading {
	color:    #eb0e0e !important;
	font-family:inherit !important;
}

.bestdealheading{
  text-align: center !important;
font-family: Orbitron !important;
letter-spacing: 0 !important;
color:    #2E2E2E !important;
    font-size: 22px !important;
    font-weight: 700 !important;
	padding-left:15px;
	padding-right:15px;
}

.Slider2content,.Slider3content{
  display: none
}


.topslider {

    color:     #fff;
    padding-top: 60px;

}
.topslider h1 {
   color:  #fff;
}

.topslider h1{
    font-size: 40px !important;
    font-family: Orbitron !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color:    #fff !important;
}
.topslider p{
  color:#fff;
font-family: Roboto;
font-size: 13px;
font-weight: 400;
}
img[src*='arrowcircle.svg'] {
	margin-left:10px;
}
.button, input.button, a.button, .topslider a {
    background:#EB0E0E 0% 0% no-repeat padding-box;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
border-radius: 10px;
width: max-content;
font-family: Roboto !important;
letter-spacing: 0 !important;
color:    #FFFFFF !important;
    opacity: 1;
    text-align: center;
    margin-left: 0;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 26px;
   /* transition: all ease-in 0.2s;*/
    text-transform: uppercase;
    padding: 5px 28px;
    margin-top: 50px !important;
    display: block;
    margin-bottom: 50px !important;
    text-decoration: none;
}

a.button:hover, .topslider a:hover{
box-shadow: 0px 3px 16px  rgba(255, 0, 0,.65);
}
p[style*="text-align: center"] a.button {
	margin-left:auto;
	margin-right:auto;
}
.Sliderbtn{
  background:rgba(255,255,255,0.26);
margin-top: 40px;
border-radius: 23px;
padding: 0px;
display: inline-block;
}

.Sliderbtn div {

    display: block;
    font-size: 13px;
    float: left;
    padding: 4px 0 5px;
    cursor: pointer;
    opacity: 0.26;
    text-align: center;

}
.Sliderbtn1{
  width: 108px !important;
}
.Sliderbtn2{
  width: 154px !important;
}
.Sliderbtn3{
  width: 142px !important;
}
.Sliderbtn div.active {

    font-weight: 600;
    color: #fff;
opacity: 1;
background: rgba(209,209,209,0.47);
    border-radius: 23px;

}


.bluecircle {
    width: 40%;
    float: left;
}
.orangecircle {
    width: 60%;
    float: left;
}
.topsliderbtm .bluecircle img {
    width: 170px;
    left: 00px;
    position: relative;
    top: -100px;
}
.topsliderbtm .orangecircle img {
    position: relative;
    top: -200px;
}
.greencirclehome img {
    position: absolute;
    width: 560px;
    top: -5px;
    left: -240px;
}
.orangecircle{
  height: 20px
}
.p_faq .sunbgdiv, .p_faq .contentBlock:first-child .embellish {
	display:none;
}
.faqquestionsdiv h4, .faqquestionsdiv p {
    color: #fff !important;
}
.faqquestionsdiv p{
      color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}
/*.faqquestionsdiv h4{
      font-size: 23px !important;
    font-family: Orbitron !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #fff;
}*/
.faqquestionsdiv h4 {
	position:relative;
    font-size: 23px !important;
    font-family: Orbitron !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #fff;
    display: inline-block !important;
    width: 100%;
    /*border-bottom: 1px solid  #fff !important;
    padding: 30px 0;*/
    margin: 0px !important;

}
.faqquestionsdiv .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
      right: 0 !important;
          left: auto !important;
}
.faqquestion {
   /* border-bottom: 1px solid #fff !important;
    padding: 13px 0px 24px !important;*/
    margin: 0px !important;
}
.faqquestionsdiv .vc_toggle_size_md.vc_toggle_default .vc_toggle_content,.faqquestionsdiv  .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 0;
}
 .wpb-js-composer .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
  .wpb-js-composer .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color:  transparent;
}
.wpb-js-composer .faqquestionsdiv .vc_tta.vc_general .vc_tta-panel-title > a {

    padding: 0 !important;}

    .wpb-js-composer  .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a,
    .wpb-js-composer .faqquestionsdiv  .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    color:     #fff;
}
.wpb-js-composer .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    background-color:  transparent;
}

.wpb-js-composer .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after, 
.wpb-js-composer .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before,
.wpb-js-composer .faqquestionsdiv .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color:     #fff;
}
.wpb-js-composer .faqquestionsdiv .vc_tta.vc_general .vc_tta-panel-body{
padding-left:0 !important;
}
 .faqquestionsdiv .vc_tta-title-text {
    width: 90%;
    display: inline-block;
    padding: 30px 0;
   border-bottom: 1px solid rgba(255,255,255,.35);
}



.faqgrey img {

    width: 220px;
    top: 210px;
    position: absolute;

}
.faqorange figure {

    float: right;
    height: 20px;

}
.faqorange img {

    width: 460px;
    position: relative;
    right: -100px;
    top: -151px;

}
.jumptolink {

    text-align: center;
    margin-bottom: 70px;

}
.jumptolink a {
transition: .15s ease-in all;
color: #fff;
font-family: Roboto;
font-size: 13px;
font-weight: 400;
padding: 6px 22px;
border: 1px solid    #fff;
    border-radius: 7px;
    margin: 0 8px;
    text-decoration: none;

}
.jumptolink a:hover {

    background: #EB0E0E;
border: 1px solid#EB0E0E;
box-shadow: 0px 3px 16px     rgba(255, 0, 0,.65);
}
.faqpinkcircle img {

    position: relative;
    top: -230px;
    right: -140px;

}
.faqgreencircle img {

    width: 210px;
    position: relative;
    top: 0px;
    z-index: 111;

}
.faqyellowcircle img {

    width: 230px;
    position: relative;
    bottom: 0px;

}
.faqyellowcircle {

    height: 30px;
	bottom:0;
}
.wpcf7-form-control-wrap.reason {
	display:block;
	margin-bottom:20px;
}
.dropdown-item {
   padding: 14px 10px !important;
    font-size: 14px;
    font-family: Orbitron;
    color:  #050032 !important;
}
.dropdown-menu.show .menu-item, .dropdown-menu {
    padding: 0 0 !important;
    border-radius: 0 !important;
}
.dropdown-menu .dropdown-item:hover {
    background: #EB0E0E !important;
color:    #fff !important;
}

.homebgorgblck img {

    position: absolute;
    top: -360px;
    right: -300px;
    z-index: -1;

}
.headingwhitebig.pad0{
padding-bottom: 0;
margin-bottom: 00;	
}
.topslider.pad0{
padding-top: 0;

}
.mattertext.faq{
    margin: 50px 0px !important;
}



:focus {outline:none;}
::-moz-focus-inner {border:0;}



.dealrow1content.topslider a {

    background: transparent;
box-shadow: none;
border-radius: 10px;
-webkit-transition-duration: 0.3s !important;
transition-duration: 0.3s !important;
-webkit-transition-property: all !important;
transition-property:all !important;
width: max-content;
font-family: Roboto !important;
letter-spacing: 0 !important;
color:#FFFFFF !important;
    opacity: 1;
    text-align: center;
    margin-left: 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px;
    height: 17px;
 /*   transition: all ease-in 0.2s;*/
    text-transform: uppercase;
    padding: 0;
    margin-top: 0  !important;
    display: block;
    margin-bottom: 0  !important;
    text-decoration: none;

}
.dealrow1content.topslider .getdetail  a {
  -webkit-transition-duration: 0.1s !important;
  text-transform: capitalize;

transition-duration: 0.1s !important;}
.dealrow1content.topslider a:hover {

    background:transparent !important;
color:  #EB0E0E !important;

}
.dealrow1content.topslider a svg {

    position: absolute;
    left: 150px;

}
.dealpinkcircle {
z-index: 1111;
    position: absolute;
    bottom: 0;
    width: 190px;
    left: 50px;

}
.dealbelowicon, .rotate-90 {

    transform: rotate(90deg);

}
.dealrow1content.topslider .dealbelow a {

    text-transform: none;

}
.dealrow1content.topslider .dealbelow a svg {

    position: absolute;
    left: 0;

}
.getdetail.dealbelow a:hover svg, .getdetail.dealbelow a:hover img {

/*    margin: 0 0px 0 20px !important;
*/
}

.dealorangecircle {
z-index: 1;
    position: absolute;
    right: 0;

}
.headingwhitebig2 {
    font-size: 19px !important;
    font-family: Orbitron !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color:  #fff;
    margin: 28px 0;
}
.dealdiv2contentleft ul {
    margin-top: -10px;
	padding-left: 24px;
}
.dealdiv2contentleft ul li
{
	padding-left:7px;
	line-height:2;
}
.dealdiv2contentleft ul li::marker 
{
    font-size: 130%;
}
.dealgreencircle {
    position: absolute;
    width: 240px;
    bottom: -100px;
}
.dealgreencircle1 {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 190px;
}
.rellax {
    position: absolute;
}
.rellax.greencircle {
    right: 30px;
    bottom: -100px;
    width: 190px;
}
.dealyellowcircle {
    position: absolute;
    left: 130px;
    width: 220px;
    margin: 0;
       

}
body{
	color: #fff;
}
.career{
margin-bottom:10px
}
#comments{
	display: none
}
.dealitem {

    background: #FFF 0% 0% no-repeat padding-box url("/images/cosmicglobe.svg");
  
box-shadow: 0px 3px 56px    rgba(0,0,0,.19);
    border-radius: 25px;
    margin: 30px 0;
    padding: 20px 30px;
    background-size: 180px;
    background-position: -20px center;

}
.dealitem  h1{
font-size: 23px !important;
font-family: Orbitron !important;
font-weight: 700 !important;
font-style: normal !important;
color:#2e2e2e;
margin-top: 0;
margin-bottom: 6px;}

.dealitem  p {
display: block;
color:#707070;
font-family: Roboto;
font-size: 14px;
}

.dealitem  p strong{
display: block;
color:#2e2e2e;
margin-bottom: 9px !important;
font-size: 18px !important;
font-family: Orbitron !important;
font-weight: 600 !important;
font-style: normal !important;

}
.topslider.dealbook a {

    margin: 10px 0 0px !important;
    padding: 5px 20px;
	border-radius:8px !important;

}
.dealitem a.item {
    color:   #777 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Roboto;
    font-size: 13px;
    transition: 0.2s ease all;
    margin-top: 29px;
    display: block;
}
.dealitem a.item:hover{
	text-decoration: none;
	color: #EB0E0E !important
}
.learnmoreicn {
    width: 18px;
    position: relative;
    margin-left: 11px;
    top: -1px;
}
.padr0{
	padding-right: 0px !important
}
.dealitem a.item:hover path{
fill: #EB0E0E !important;
}

.wpb_start_animation.bounceIn, h1.wpb_start_animation, .h1.wpb_start_animation,
h2.wpb_start_animation, .h2.wpb_start_animation
 {
	-webkit-animation-name:bounceIn;animation-name:bounceIn;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceIn{
	0%{opacity:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.2) translateY(-200%);transform:scale(.2) translateY(-200%)}
	to{opacity:1;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}
}
@keyframes bounceIn{0%{opacity:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.2) translateY(-200%);transform:scale(.2) translateY(-200%)}to{opacity:1;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}}
@keyframes fadeIn{
	0%{opacity:0;}
	to{opacity:1;}
}
.form-control:focus {
    box-shadow: none !important;
    border-color: 
    #0d0134 !important;
}

select.form-control{
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 13px;

}
.select2-container {

    width: 100% !important;

}
.select2-container.select2-container--default.select2-container--open {
    z-index: 1111111;
 max-width: 330px;
}
.select2-container--open .select2-dropdown {
    background:#fff !important;
color:    #2e2e2e;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color:  #050032 !important;
    color:    #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {

    background-color: #050032 !important;
border: 1px solid    #050032 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 7px !important;
    margin-top: 5px !important;
    padding: 0px 5px 2px !important;
    font-size: 13px !important;

}
.select2-container--default .select2-selection--multiple {

    border-color: 
    #495057 !important;
    border-radius: 8px !important;
    max-height: 65px !important;
     min-height: 45px !important;
    overflow-y: auto;
    height: 45px;
    margin-bottom: 0px;

}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
  display: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: .375rem .75rem !important;
}
.careerform .wpcf7-form-control.wpcf7-radio input {
    opacity: 0;
    position: absolute;
    width: 85px;
    height: 27px;
    display: inline-block !important;
cursor: pointer;
}
.careerform  .wpcf7-radio.career {
    border: 2px solid     #EB0E0E;
    padding: 4px 2px 6px;
    border-radius: 7px;
}
.wpcf7-list-item.first {

    margin-top: 0px !important;

}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
.careerform .wpcf7-form-control.wpcf7-radio input {
    top: -3px;
}
.careerform  .wpcf7-list-item.last {

    margin-bottom: 0px !important;
}
.careerform .martop10{
  margin-top: 10px;
}
.careerform input + .wpcf7-list-item-label {

    border: 0;
    color:  #EB0E0E;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-family: Roboto !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all ease-in 0.2s;
    cursor: pointer;
    line-height: 26px;
    margin-right: 0;

}
.careerform input:checked + .wpcf7-list-item-label {

    background: #EB0E0E 0% 0% no-repeat padding-box;
border-radius: 5px;
font-family: Roboto !important;
letter-spacing: 0 !important;
color:#FFFFFF !important;
opacity: 1;
text-align: center;
font-weight: 500 !important;
font-size: 13px !important;
line-height: 26px;
height: 38px;
transition: all ease-in 0.2s;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
margin-right: 0;
box-shadow: 0px 3px 16px    rgba(255, 0, 0,.65);
}



.resumefile .file-input-wrapper {
  height: 30px;
  margin: 2px;
  overflow: hidden;
  position: relative;
  width: 118px;
  background-color: #fff;
  cursor: pointer;
}


.resumefilediv{
  position: relative;
display: inline-block;
}
.resumfile{
  width: 100%;
display: block;
}
.resumfile input{
  position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
}
.tempfilercrd {
    border: 1px solid#495057;
color:#495057;
background-color:    white; 
   padding: 8px 20px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 26px;
}
.wpcf7-not-valid.form-control {
    border: 1px solid 
    #f00;
}
.contactusfromdiv  span.wpcf7-not-valid-tip {
    margin-top: -10px !important;
    font-size: 11px !important;
    margin-bottom: 13px !important;
}
.contactusfromdiv .form-control {
    margin-bottom: 10px !important;
}
.newsletterdiv span.wpcf7-not-valid-tip {

    margin-top: 0;
    margin-bottom: -15px !important;
    font-size: 11px;

}
.datepicker-dropdown{
  max-width: 280px;
width: 280px;
padding: 10px !important;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {

    background:   #050032 !important; 
   cursor: pointer !important;
    color: #fff !important;

}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {

    color: #fff !important;
background-color:#050032 !important;
border-color:    #050032 !important;

}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #050032 !important;
color:   #fff !important;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #050032 !important;
color:    #fff !important;
}
.dealrow1content.topslider .birthdaybook.attractionsbooknow {
    margin-top: 38px !important;
}
.birthdaybluetop {

    position: absolute;
    top: 40px;
    z-index: 11;
    width: 190px;
    left: 0;

}
.birthdayyellowbtm {

    position: absolute;
    bottom: 0;
    width: 190px;
    left: -110px;

}
.birthdaygirlgrncircle {
    position: absolute;
    bottom: 0;
    width: 170px;
    right: 0;
    z-index: 2147;
}
.bestdealtext .price {
    color: 
    #C80029;
    font-size: 18px;
    margin-top: -3px;
    display: block;
    margin-bottom: 13px;
}
.topslider.birthdaypackages {
    padding: 4px 0 0;
    text-align: center;
}
.birthdaypackages .attractionsbooknow {
    margin: 0px auto 25px !important;
}
.comparepack span {
  color:#707070;
font-size: 15px;
font-weight: 600;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 0;
}
.comparepack span:hover { color:#C80029;text-decoration:  none}
.bookbtmtext b {font-size: 23px !important;
font-family: Orbitron !important;
font-weight: 700 !important;
font-style: normal !important;
color:#fff;
position: relative;
top: 5px;
display: inline-block;
}
.attractionsbooknow.birthpackbook {

    background: #EB0E0E 0% 0% no-repeat padding-box;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
border-radius: 10px;
width: max-content;
font-family: Roboto !important;
letter-spacing: 0 !important;
color:#FFFFFF !important;
    opacity: 1;
    text-align: center;
    margin-left: 20px;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 26px;
    height: 34px;
    transition: all ease-in 0.2s;
    text-transform: uppercase;
    padding: 5px 28px;
    margin-top: 0 !important;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
}
a.attractionsbooknow.birthpackbook:hover {
    box-shadow: 0px 3px 16px      rgba(255, 0, 0,.65);
}
.clearfix{
  clear: both;
}
.contactusfromdiv .clearfix {
    clear: right;
}

#birthdayrow1 .tab-title.clearfix {
    display: inline-block;
    background:     rgba(255,255,255,.3);
    padding: 2px;
    margin-bottom: 50px;
    border-radius: 36px;
}
#birthdayrow1 .startflow-tabs.clearfix.style-1 {

    text-align: center;

}
#birthdayrow1 .item-title {

    display: inline-block;
    margin: 0;
    padding: 7px 42px;
    border-radius: 25px;
    font-size: 16px !important;
    font-family: Orbitron !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color:     #fff;
    cursor: pointer;

}

#birthdayrow1 .item-title.active {
    background:     #EB0E0E;
}

#birthdayrow1  .bestdealdiv {
   margin: 0 auto;
   display: inline-block !important;
      text-align: center;
    float: none !important;

}

.homethreediv{background-image: url("/images/greencircle.png");
background-repeat: no-repeat;
background-size: 580px;
background-position: -180px top;}

.homethreediv {
    background-image: url("/images/greencircle.png"), url("/images/homeorgblk-1-2.png");
    background-repeat: no-repeat;
    background-size: 580px, 300px;
    background-position: -180px top, 100% 93%;
}

.birthdaydealsdiv{background-image: url("/images/greencircle.png");
background-repeat: no-repeat;
background-size: 580px;
background-position: -180px top;}


.sunbgdiv {
    position: absolute;
    right: 0;
    width: 507px;
    height: 814px;
    background-image: url("/images/contactyellowcircle1.png");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right top;
}

.dealcntctbtn  .learnmoredeal{
  background:transparent !important;
box-shadow: none !important;
border-radius: 10px !important;
-webkit-transition-duration: 0.3s !important;
transition-duration: 0.3s !important;
-webkit-transition-property: all !important;
transition-property: all !important;
width: max-content !important;
font-family: Roboto !important;
letter-spacing: 0 !important;
color: #FFFFFF !important;
opacity: 1 !important;
text-align: center !important;
margin-left: 30px !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 26px !important;
height: 17px !important;
/*transition: all ease-in 0.2s !important;*/
transition: all ease-in 0.0s !important;
text-transform: uppercase !important;
padding: 0 !important;
margin-top: 0 !important;
display: inline-block !important;
margin-bottom: 0 !important;
text-decoration: none !important;
}
.topslider a.dealbk{
  display: inline-block !important;
}
.dealcntctbtn  .learnmoredeal:hover, .dealcntctbtn  .learnmoredeal:hover svg path {

    color: #EB0E0E !important;
    fill:     #EB0E0E !important;

}
.learnmoredeal svg, .learnmoredeal img {

    width: 25px;
    height: 25px;
    /*transition: ease-in all 0.2s;*/
    transition: ease-in all 0.0s;
    margin: 0 0 0 20px !important;

}

@media (max-width: 1199px){
	.navbar-toggler {

    display: none;

}
	#responsive-menu-container {
   z-index: 1111111 !important;
}
#responsive-menu-container #responsive-menu-title #responsive-menu-title-image {
    width: 100%;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
background-color:    transparent !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    height: 40px !important;
    line-height: 40px !important;}

 #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
    padding: 15px 5% 0;
    background:  transparent !important;

}
.dealitem a.item {
    margin-top: 15px;

}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    width: 100% !important;
    text-align: right;
    padding-right: 15px;
}
.bookbtmtext {

    margin: 0px !important;
    padding-bottom: 20px;

}
.attractionsbooknow.birthpackbook{
  margin-top: 20px !important;
}
}

.page-id-847{
  overflow-x: hidden !important;
}

@media (max-width: 575px){
  .footersocialicon .widget {
    text-align: center;
    margin: 14px 0 0;
}
.sunbgdiv {
 margin-top: 0px !important;
background-position: right top;

background-size: 130px;
}

.site-info {
    text-align: center;
}
.threemenu {
    margin-bottom: 30px;
}
.footerwidgetsdiv .widget {

    margin: 30px 0 0;

}
.threemenu .widgettitle {

    margin-top: 0;
  
}
.emailfield {
    width: 100%;
    clear: both;
}
.emailfield input {
    width: 100%;}
.submitfield {
    width: 100%;
    margin-top: 15px;
    clear: both;
}
.footerwidgetsdiv .newsletterdiv .widget {
    padding-top: 7px;
}
.dealyellowcircle {
      bottom: -130px;
      left: 20%;
}
.dealgreencircle1 {
    position: absolute;
    right: 10px;
    bottom: -10px;
    width: 160px;
}
.dealgreencircle {
    width: 160px;
 }
  .dealorangecircle {
        width: 160px;
}
.availabledays {
  margin-top: 20px;
display: block;
}
.select2-container.select2-container--default.select2-container--open {
    max-width: 100%;
}
.homethreediv{
  background-size: 370px;
background-position: -100px 240px;
}

.birthdaydealsdiv{
  background-size: 370px;
background-position: -100px 240px;
}
.ourstorycontent h1 {

    margin-top: 0px;

}
.bookbtmtext {

    margin: 0px !important;
    padding-bottom: 20px;
}
.attractionsbooknow.birthpackbook{
  margin-top: 20px !important;
}
.mobmenucls {
    width: 50%;
}

}

@media (min-width:576px) and (max-width: 767px){
.footerwidgetsdiv .newsletterdiv .widget {
    padding-top: 27px;
}
.homethreediv{
  background-size: 370px;
background-position: -100px 240px;
}
.birthdaydealsdiv{
  background-size: 370px;
background-position: -100px 240px;
}

.emailfield {
    width: 100%
}
.submitfield {
    width: 100%;
    margin-top: 15px;
  }
  .dealyellowcircle {
      bottom: -130px;
}
.dealgreencircle1 {
    position: absolute;
    right: 10px;
    bottom: -10px;
    width: 160px;
}

.dealgreencircle {
    width: 160px;
 }
 .dealorangecircle {
        width: 160px;
}
.sunbgdiv {
 margin-top: 0px !important;

}
.ourstorycontent h1 {

    margin-top: 0px;

}
}


@media (min-width:992px) and (max-width: 1199px){
.footerwidgetsdiv .newsletterdiv .widget {
    padding-top: 37px;
}

.emailfield {
    width: 100%
}
.submitfield {
    width: 100%;
    margin-top: 15px;
  }

  .faqorange img {
    right: 0 !important;
}

}

@media (min-width: 1200px) and (max-width: 1310px){
    .faqorange img {
    right: 0 !important;
}
}



@media (min-width:768px) and (max-width:991px){
  .topslider {
    padding-top: 0px;
}
.careerform .contactusfromdiv {
    padding: 0 20px;
}
.topsliderbtm .orangecircle img {
    top: -140px;
}
.Sliderbtn {
     margin-top: 0;
}
.Sliderbtn3 {
    width: 118px !important;
}
.Sliderbtn2 {
    width: 118px !important;
}
.Sliderbtn1 {
    width: 88px !important;
}
.homebox1 {
    margin-bottom: 0px !important;
        margin-top: 0px !important;
}
.homepagesec3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.dealimg1 img, .dealimg3 img ,.dealimg2 img{
    height: 230px !important;
  }
  .bestdealdiv {
    padding: 0 10px !important;
}
.orangecircle {
     height: 20px;
}
.genfaqmain {
  margin-top: 50px !important;
}
.faqquestionsdiv {

    z-index: 1;

}
.faqorange img {
    top: -580px;
    right: 0;
}
.faq2block {

    margin-top: 40px !important;
    margin-bottom: 80px !important;

}
.faqgrey img {
    top: 0;
}
.faqjumpinggirl.wpb_single_image > .vc_figure{
display: block !important;
margin: 0 auto !important;
text-align: center !important;
}
.faqpinkcircle {

    height: 50px;

}
.faqjumpingboy.wpb_single_image > .vc_figure{
display: block !important;
margin: 0 auto !important;
text-align: center !important;
}
/*.vc_single_image-img.attachment-full {

    max-width: 440px;

}*/
.faqgreencircle img {
    width: 210px;
    top: 140px;
      right: -60px;
}
.faqyellowcircle img {
    width: 230px;
       top: -130px;
    right: -280px;

}
.faqgreencircle img {

    width: 210px;
    top: -10px;
    right: -60px;

}
.faqgreencircle figure{
  height: 20px;
}
.page-id-639 .mattertext.halfdivtext {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.homepage_info_box .bestdealdiv {
    margin: 10px auto;
}
}






@media (min-width: 1200px){

.halfdivtext{
width: 60%;
margin-left: auto;
margin-right: auto;
}

.text78 {

    width: 78%;

}

.attractiondynamic .bestdealdiv {
    padding: 0 20px !important;
}
.attractiondynamic {
    padding: 0 53px;
}
.topsliderbtm .bluecircle img {
    left: 70px;
}
}
.tophour{
  width: 325px;
display: block;
margin: 0 auto;
}
.tophour .hourdetails b {
    width: 170px;
    font-weight: normal;
    display: inline-block;
}
.dealbelow a {
    padding-left: 49px !important;
}

.getdetail.homebelow  svg, .getdetail.homebelow  img {
    margin: 0 15px 0 0 !important;
}
.responsive-menu-item-current-parent.responsive-menu-item-current-ancestor > a {

    background:  #050032 !important;

}

.faqgreencircle {

    position: absolute;
    top: 0px;
    left: -40px;

}
.cafe-deal-heading
{
       color:#eb0e0e;
       font-weight: 700;
       margin-top: -15px !important;
}

.cafe-deal-price-size
{
    color:#eb0e0e;
    margin-bottom: 15px !important;
    margin-top: -10px;
    font-weight: 600;
}



#cafe-menu li a span
{
    float:left;
    width:25px;
    height:100%;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:contain;
    margin-right:10px;
}

.cafe-deal-middletext
{
    font-weight:700;
    color:#414141;
    text-align:center;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    margin: 25px 15px !important;;

}

.cafe-deal-content
{
    color:#414141;
    text-align:center;
    line-height:15px;
    font-size: 12px;
    padding: 0px 20px;
    padding: 0px 40px;
margin-bottom: 45px !important;
}

.cafe-deal-content p
{
    line-height:20px !important ;

}

.cafe-deal-middletext p
{
    line-height:20px !important ;

}
.cafe-deal img
{
    border-radius: 40px 40px 50% 50% / 50px !important;
    width:100% !important;
}

.cafe-deal > .vc_column-inner {
    background: #FFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 56px rgba(0,0,0,.19) !important;
    border-radius: 53px !important;
    padding: 0 !important;
    margin-top: 0px !important;
}

.cafe-deal
{
    padding: 0 10px !important;
    margin-bottom:20px;
}

.sticky.fixed {
  position: fixed;
  width:100%;
  left:0;
  top: 90px;
  z-index:1001;
}
.bg-white .sticky.fixed {
	background:#fff;
}
.contentBlock:not(.bg-white) .sticky.fixed li a {
	background:#000;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	display:none;
}
.our-menu-text
{
    color:#414141;
    text-align:center;
    margin-bottom: 10px !important;
}

.our-menu-heading
{

font-family: Orbitron !important;
font-weight: 800 !important;
font-style: normal !important;
color: #eb0e0e;

}

#cafe-menu
{
  list-style-type: none;
  margin: 0px;
  padding: 10px;
  overflow: hidden;
  text-align:center;
}


#cafe-menu li {
  display: inline;
  margin-right: -5px;
}

#cafe-menu li a{

padding: 13px 45px;
border: 1px solid #D1D1D1;
height: 52px;
display: inline-block;
font-size: 14px;
text-decoration:none;
border-left:none;
  
}
.bg-white #cafe-menu li a {
	color:#2E2E2E;
}
#cafe-menu li:first-child a
{

    border-radius:8px 0px 0px 8px;
    border-left:1px solid #D1D1D1 !important;
}

#cafe-menu li:last-child a
{

    border-radius:0px 8px 8px 0px;
}


#cafe-menu img
{
   margin-right:10px;   
}

.cafe-menu-column
{
margin-top: -35px;
margin-bottom: 0px;    
}

#cafe-menu li a:hover
{
    box-shadow: 0px 2px 10px rgba(255, 0, 0);
    background: #EB0E0E 0% 0% no-repeat padding-box;
    color:#fff;
    border:1px solid #EB0E0E;
}
#cafe-menu li a:hover > span {
	filter:brightness(0) invert(1);
}
@media screen and (max-width: 530px) {
#cafe-menu li a
{
    border-radius:8px 8px 8px 8px !important;
    margin-bottom:10px;
    border-left: 1px solid #D1D1D1;
}
#cafe-menu li 
{
    margin-right:10px;

}
}

@media screen and (max-width: 767px) {
#cafe-menu li a{
padding: 13px 20px;

}
}

@media screen and (max-width: 999px) {
#cafe-menu li a{
padding: 13px 10px;

}
.sticky {
    position:relative;
    position: relative;
    top: 0px;
}
}

.wpb_single_image .vc_single_image-wrapper {

    width: 100%;
}

#cafe-menu li a:hover
{
    box-shadow: 0px 2px 10px rgba(255, 0, 0);
    background: #EB0E0E 0% 0% no-repeat padding-box;
    color:#fff !important;
    border:1px solid #EB0E0E !important;
}
.child-cafe
{
 max-width: unset !important;
width: 740px;
top: 10px;

}
@media(min-width: 1200px){
	.menu-item.active > a {
	}
	.dealgreencircle1 {
	    position: absolute;
	    right: 30px;
	    bottom: -26px;
	    width: 250px;
	}
	.Sliderbtn{
		padding: 2px;
	}
}

@media(max-width: 1199px){

#wpfront-scroll-top-container{
right: 17px !important;
bottom: 10px !important;
}
#wpfront-scroll-top-container img{
width: 30px !important;
height:  30px !important;
}

}

.wpcf7-field-group-add
{
  background-color:transparent;
  border:0px;
  background: url("/images/AddButton.svg") no-repeat;
  background-size: cover;
  height:25px;
  width:25px;
  top:-5px;
  position: relative;
  margin-top:20px;
}

.wpcf7-field-group-remove
{
  background-color:transparent;
  border:0px;
  background: url("/images/RemoveButton.svg") no-repeat;
  background-size: cover;
  height:25px;
  width:25px;
  position: relative;
  top:-5px;
  margin-right:10px;
}
.addmoretext
{
  color:#707070;
  font-family:Roboto !important;
  position: relative;
  margin-right:10px;
  text-transform:capitalize;

}
.hourstable
{
  width:60%;
  margin-left:20%;
  margin-right:20%;
}
.addressmap
{
  margin-top:75px;
  margin-bottom:100px;
}
.mapcolumn
{
  
}

@media (min-width: 768px) and (max-width:1199px){
  .sunbgdiv {
    background-size: 170px;
}
.page-id-639 .mattertext.halfdivtext {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.dealitem a.item {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 150px;
}
.dealgreencircle1 {
    bottom: auto;
    width: 180px;
    top: 350px;
}
.Sliderbtn{
padding: 2px;
}
}
@media (min-width: 768px) and (max-width: 991px){
	  .wpcf7-field-group-add {
	    top: 5px;
	    background-size:contain;
	}
	  .wpcf7-field-group-remove  {
	    top: 5px;
	    background-size:contain;
	}
	  .dealgreencircle1 {
	    bottom: auto;
	    width: 140px;
	    top: 260px;
	}
	.faqgreencircle {

	    position: absolute;
	    top: 0;
	    left: -10px;
	    width: 150px;

	}
	.dealyellowcircle {
	    left: 0;
	 }
	 .dealgreencircle {
	    position: absolute;
	    width: 190px;
	    bottom: 130px;
	}
	.dealorangecircle {
	    width: 150px;
	}
}



@media (min-width: 992px) and (max-width: 1199px){
  .emailfield input {
max-width: 331px !important;
width: 100%;
}
  .emailfield{
max-width: 331px !important;
width: 100%;
}
.faqgreencircle {

    position: absolute;
    top: -120px;
    left: -10px;
    width: 150px;

}
.dealyellowcircle {
    left: 0;
 }
 .dealgreencircle {

    position: absolute;
    width: 190px;
    bottom: -20px;

}
.dealorangecircle {
    width: 150px;
}
}


@media (min-width: 1200px) and (max-width:1300px){
  .sunbgdiv {
    background-size: 230px;
}

}

@media (min-width: 370px) and (max-width: 676px){

  .Sliderbtn3 {  width: 127px !important;}
  .Sliderbtn2 {  width: 143px !important;

}

}

@media(min-width: 768px){
  .contentBlock.t1:not(.bg-white) {
    margin-top: 89px;
  }
  .contentBlock.bg-white:first-child {
  	padding-top:89px;
  }
  .contentBlock.t1:not(.bg-white):first-child .content,
  .contentBlock.t111:not(.bg-white):first-child .content {
  	padding-top:80px;
  }
  .contentBlock.t2:first-child .vc_row-fluid,
  .contentBlock.t3:first-child .vc_row-fluid {
	  align-items:center;
  }
  .contentBlock.t27 .form-wrapper {
      max-width: 500px;
      margin: 0 auto;
  }
  button#responsive-menu-button {
    top: -68px !important;
  z-index: 11111111111111 !important;
}
.select2-dropdown.select2-dropdown--below {
    margin-top: -90px;
}
.select2-dropdown.select2-dropdown--above {
    margin-top: -90px;
}
}

@media (max-width:767px){
  select.form-control {
    padding-right: 30px;
	}
	.addmoretext {
	    padding-bottom: 8px;
	    display: inline-block;
	}
	.tophour{
	  width: 270px;
	}
	.tophour .hourdetails b {
	    width: 120px;
	}
	#birthdayrow1 .tab-title.clearfix {
	    width: 250px;
	}
	.faqgreencircle {

	    position: absolute;
	    top: 30px;
	    left: 10px;
	    width: 120px;

	}
	.content table:not(.noCollapse) {
                   display:block;
                   max-width:100% !important;
                   width:100% !important;
                   height:auto !important;
        }
	.content table:not(.noCollapse) > tbody > tr > td,
        .content table:not(.noCollapse) > tbody > tr,
        .content table:not(.noCollapse) > tbody {
               display:block;
               width:auto !important;
               height:auto !important;
               padding:0 !important;
        }
	.content table:not(.noCollapse) > tbody > tr > td {
           text-align: center !important;
        }
	.content table:not(.noCollapse) > tbody > tr > td:not(:first-child) {
                margin-top:20px;
        }
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
   .wpcf7-field-group-add {
    top: 7px;
    background-size:contain;
}
.wpcf7-field-group-remove {
    top: 7px;
    background-size:contain;
}
}
@-moz-document url-prefix() { 
 

 .wpcf7-field-group-add {
    top: -5px;
    background-size:contain;
}
.wpcf7-field-group-remove {
    top: -5px;
    background-size:contain;
}
}



@media (max-width: 480px){
  .hourstable {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;

}
}

.select2 + .wpcf7-not-valid-tip {
    position: relative;
    top: 10px;
}
.wpcf7-not-valid + .select2-container--default .select2-selection--multiple {
    border: 1px solid  #f00 !important;
}


@media (min-width: 576px) and (max-width: 767px){
.bluecircle{height: 38px;position: relative;right: 0px;width: 40%;top: 34px;}
.threecoldiv{margin-bottom: 20px !important;}
.homepage3img { max-width: 300px; margin: 0 auto; text-align: center;}
.climbingimg { max-width: 290px;  margin: 0 auto;}
.topsliderbtm { width: 290px; display: block; margin: 0 auto; margin-bottom: 0px;}
.orangecircle { width: 49%;  float: left;  top: 40px;  position: relative;  right: -60px;}
.homethreediv { background-size: 370px,150px; background-position: -100px 240px, 100% bottom;}
.positionfixedstorypage { max-width: 300px; margin: 0 auto;}
.sunbgdiv {  background-size: 80px;}
.pricecontent { margin-top: -10px !important;}
.storypagemargintop {  margin-bottom: 50px !important;}
.dealrow2 { margin-top: 0px !important;}
.dealpinkcircle { width: 90px; left: 10px; bottom: -30px;}
.dealrow1img {max-width: 300px; margin: 0 auto;}
.dealboyclimb { margin: 0 auto; max-width: 290px;}
.dealgreencircle { width: 120px;left: 20%;   bottom: -60px;}
.dealnight { margin: 0 auto; max-width: 280px;}
.dealboyjump { margin: 0 auto; max-width: 290px;}
.dealrow3 {margin-top: -40px !important;}
.dealrow4 {margin-bottom: 0px !important;}
.dealorangecircle { right: 40px;}
.deal2topcontent {margin-bottom: 30px !important;}
.page-id-668 .attrationsimageclass {max-width: 290px; margin: 0 auto;}
.page-id-668 .attrationsimageclass  .somechangesforattractions { bottom: -66px !important; left: -13px !important; width: 150px !important;}
.birthdaybluetop {z-index: 21; width: 130px; left: 160px; top: -10px;}
.brthdayprcdiv.brthdayprcdiv { margin-top: 10px !important;}
.desktop3circle { display: none !important;}
.birthdaybtmleft { margin: 0 auto; max-width: 290px;}
.birthdaygirlgrncircle { width: 90px;}
.birthdayrightop {margin: 0 auto;  max-width: 290px;}
.faqjumpinggirl { max-width: 290px; margin: 0 auto;}
.faqjumpingboy { max-width: 290px; margin: 0 auto;}
.faqgrey img { width: 160px; top: -30px !important;  position: absolute;}
.faqorange {  display: none;}
.faq2block { margin-top: 0px !important;}
.faqpinkcircle img { position: relative; top: -110px; right: -100px !important;  width: 120px;}
.faqpinkcircle {  height: 0;}
.faqyellowcircle img { width: 100px;  position: relative;  top: -110px;  left: 110px;}
.faqgreencircle { position: absolute;    top: 30px;    left: 90px;    width: 120px;}
.faqlastblock { margin-bottom: 15px !important;}
.single  .leftimginnerpage {max-width: 290px !important;   margin: 0 auto auto;    width: 290px !important;   display: block !important;}
.single  .vc_row.wpb_row.vc_inner.vc_row-fluid .attrationsimageclass .vc_column-inner .somechangesforattractions {  bottom: -14.5% !important;  left: -1% !important;   width: 40% !important;}
}


@media (max-width: 575px){
.bluecircle{height: 38px;position: relative;right: 0px;width: 40%;top: 34px;}
.threecoldiv{margin-bottom: 20px !important;}
.homepage3img { max-width: 300px; margin: 0 auto; text-align: center;}
.climbingimg { max-width: 290px;  margin: 0 auto;}
.topsliderbtm { width: 290px; display: block; margin: 0 auto; margin-bottom: 0px;}
.orangecircle { width: 49%;  float: left;  top: 40px;  position: relative;  right: -60px;}
.homethreediv { background-size: 370px,150px; background-position: -100px 240px, 100% bottom;}
.positionfixedstorypage { max-width: 300px; margin: 0 auto;}
.sunbgdiv {  background-size: 80px;}
.pricecontent { margin-top: -10px !important;}
.storypagemargintop {  margin-bottom: 50px !important;}
.dealrow2 { margin-top: 0px !important;}
.dealpinkcircle { width: 90px; left: 10px; bottom: -30px;}
.dealrow1img {max-width: 300px; margin: 0 auto;}
.dealboyclimb { margin: 0 auto; max-width: 290px;}
.dealgreencircle { width: 120px;left: 20%;   bottom: -60px;}
.dealnight { margin: 0 auto; max-width: 280px;}
.dealboyjump { margin: 0 auto; max-width: 290px;}
.dealrow3 {margin-top: -40px !important;}
.dealrow4 {margin-bottom: 0px !important;}
.deal2topcontent {margin-bottom: 30px !important;}
.page-id-668 .attrationsimageclass {max-width: 290px; margin: 0 auto;}
.page-id-668 .attrationsimageclass  .somechangesforattractions {  left: -13px !important; width: 150px !important;}
.birthdaybluetop {z-index: 21; width: 130px; left: 160px; top: -10px;}
.birthdayrightop {margin: 0 auto;  max-width: 290px;}
.brthdayprcdiv.brthdayprcdiv { margin-top: 10px !important;}
.desktop3circle { display: none !important;}
.birthdaybtmleft { margin: 0 auto; max-width: 290px;}
.birthdaygirlgrncircle { width: 90px;}
.faqjumpinggirl { max-width: 290px; margin: 0 auto;}
.faqjumpingboy { max-width: 290px; margin: 0 auto;}
.faqgrey img { width: 160px; top: -30px !important;  position: absolute;}
.faqorange {  display: none;}
.faq2block { margin-top: 0px !important;}
.faqpinkcircle img { position: relative; top: -110px; right: -100px !important;  width: 120px;}
.faqpinkcircle {  height: 0;}
.faqyellowcircle { display: none;}
.faqgreencircle { position: absolute; top: 30px;  left: 20px;   width: 120px;}
.faqlastblock { margin-bottom: 15px !important;}
.single  .leftimginnerpage {max-width: 290px !important;   margin: 0 auto auto;    width: 290px !important;   display: block !important;}
.single  .vc_row.wpb_row.vc_inner.vc_row-fluid .attrationsimageclass .vc_column-inner .somechangesforattractions {  bottom: -14.5% !important;  left: -1% !important;   width: 40% !important;}
}
#wpfront-scroll-top-container {
    z-index: 11111111111111111111;
}


 @media all and (-ms-high-contrast:none)   {
.topslider .dealbelow  a {display: inline-block !important;}
*::-ms-backdrop, .topslider .dealbelow  a {display: inline-block !important;}
.topslider a {  height: 35px !important;display: inline-block !important;  line-height: 28px !important;text-transform: uppercase !important;}
*::-ms-backdrop, .topslider a { height: 35px !important; display: inline-block !important;  line-height: 28px !important;text-transform: uppercase !important;}
.dealitem a.item {  height: 30px;}
*::-ms-backdrop, .dealitem a.item {  height: 30px;}
.emailfield input { line-height: 9px;}
*::-ms-backdrop, .emailfield input { line-height: 9px;}
.page-id-850 .topslider a { height: 34px !important; display: inline-block !important;    line-height: 26px !important;    text-transform: capitalize !important;}
*::-ms-backdrop,.page-id-850  .topslider a { height: 34px !important; display: inline-block !important;    line-height: 26px !important;    text-transform: capitalize !important;}
.page-id-850 .jumptolinkforce a {height: auto !important; display: inline-block !important; line-height: 17px !important; text-transform: capitalize !important;}
*::-ms-backdrop, .page-id-850  .jumptolinkforce a {height: auto !important; display: inline-block !important; line-height: 17px !important; text-transform: capitalize !important;}
.dealgreencircle1 {bottom: 30px; z-index: 11;}
*::-ms-backdrop, .dealgreencircle1 {bottom: 30px; z-index: 11;}
.dealgreencircle {  bottom: -100px;  z-index: 11;}
*::-ms-backdrop, .dealgreencircle {  bottom: -100px;  z-index: 11;}



     }

     @supports (-ms-ime-align:auto) {
    .topslider .dealbelow  a {display: inline-block !important;}
.topslider a {  height: 35px !important;display: inline-block !important;  line-height: 28px !important;text-transform: uppercase !important;}
.dealitem a.item {  height: 30px;}
.emailfield input { line-height: 9px;}
.page-id-850 .topslider a { height: 34px !important; display: inline-block !important;    line-height: 26px !important;    text-transform: capitalize !important;}
.page-id-850 .jumptolinkforce a {height: auto !important; display: inline-block !important; line-height: 17px !important; text-transform: capitalize !important;}
.dealgreencircle1 {bottom: 30px; z-index: 11;}
}

.modal-open header#masthead{
  z-index: 1;
}
.modal-open   #responsive-menu-button{
 z-index: 1;
}
.modal-open #wpfront-scroll-top-container{
   z-index: 1;
}
.birthdaypackage  ~ .modal-backdrop.show {
    opacity: 0.8;
    background-color:   #050032;
}
@media (min-width: 768px){
  .birthdaypackage {
  display: table !important;
height: 100%;
}
.fade:not(.show) {
    opacity: 0;
    display: none !important;
}
.birthdaypackage .modal-body{
  display: table-cell;
vertical-align: middle;
}
@font-face {
    font-family: TablePress;
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=)
            format("woff2"),
        url(tablepress.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.tablepress-table-description {
    clear: both;
    display: block;
}
.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}
.tablepress td,
.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}
.tablepress tbody td {
    vertical-align: top;
}
.tablepress tbody td,
.tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress tbody tr:first-child td {
    border-top: 0;
}
.tablepress thead th {
    border-bottom: 1px solid #ddd;
}
.tablepress tfoot th,
.tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
}
.tablepress .odd td {
    background-color: #f9f9f9;
}
.tablepress .even td {
    background-color: #fff;
}
.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3;
	color:#050032;
}
.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none;
}
.dataTables_wrapper {
    clear: both;
    margin-bottom: 1em;
}
.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0 !important;
}
.dataTables_length {
    float: left;
    white-space: nowrap;
}
.dataTables_filter {
    float: right;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}
.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0;
}
.dataTables_paginate {
    float: right;
    margin: 4px 0 0;
}
.dataTables_paginate a {
    color: #111 !important;
    display: inline-block;
    outline: 0;
    position: relative;
    text-decoration: underline;
    margin: 0 5px;
}
.dataTables_paginate a:first-child {
    margin-left: 0;
}
.dataTables_paginate a:last-child {
    margin-right: 0;
}
.paginate_button:hover {
    cursor: pointer;
    text-decoration: none;
}
.paginate_button.disabled {
    color: #999 !important;
    text-decoration: none;
    cursor: default;
}
.paginate_button.current {
    font-weight: 700;
    text-decoration: none;
    cursor: default;
}
.dataTables_paginate.paging_simple {
    padding: 0 15px;
}
.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
    text-align: left;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    content: "\f053";
    text-shadow: 0.1em 0.1em #666;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -14px;
    margin: auto;
    height: 14px;
    width: 14px;
    line-height: 1;
}
.paging_simple .paginate_button.next:after {
    text-align: right;
    content: "\f054";
    left: auto;
}
.paginate_button:after,
.paginate_button:before {
    color: #d9edf7;
}
.paginate_button:hover:after,
.paginate_button:hover:before {
    color: #049cdb;
}
.paginate_button.disabled:after,
.paginate_button.disabled:before {
    color: #f9f9f9;
}
.dataTables_processing {
    display: none;
}
.dataTables_scroll {
    clear: both;
}
.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    outline: 0;
}
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
    font-family: TablePress;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 6px;
    margin: auto;
    height: 14px;
    line-height: 1;
}
.tablepress .sorting:after {
    content: "\f0dc";
}
.tablepress .sorting_asc:after {
    content: "\f0d8";
    padding: 0 0 2px;
}
.tablepress .sorting_desc:after {
    content: "\f0d7";
}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: #049cdb;
}
.dataTables_scrollBody .tablepress thead th:after {
    content: "";
}
.dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.dataTables_wrapper label input,
.dataTables_wrapper label select {
    display: inline;
    margin: 2px;
    width: auto;
}
#tablepress-1_wrapper{
  width: 80%;
margin: 0 auto;
}
}

.closediv{
  margin: 0 auto;
width: 80%;
}
@media (max-width: 679px){
  .dataTables_wrapper{
    overflow-x: scroll;
  }
  .closediv{
width: 100%;
}
}

.birthdaypackage .close {
    background: #EB0E0E 0% 0% no-repeat padding-box;
color:    #fff;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 17px;
    text-transform: uppercase;
    cursor: pointer;
}

.birthdaypackage .close:hover {

    background: #050032;
color: #fff;
opacity: 1 !important;
}

@media (max-width: 767px){
  .dealitem a.item {
    position: absolute;
    top: 3px;
    right: 10px;
}
}
.climbingimg.home2,.climbingimg.home3{
display: none
}

.vc_custom_1575030571891 {
    margin-top: 70px !important;
    margin-bottom: 110px !important;
}
.contentBlock.bg-white {
	border:1px solid transparent;
}
.contentBlock.t2:not(:first-child),
.contentBlock.t3:not(:first-child) {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.navbox-wrapper {
    margin-top: 60px !important;
    margin-bottom: 100px !important;
    margin-bottom: 60px !important;
}
.interior .navbox-wrapper {
	display:flex;
	flex-wrap:wrap;
}
.vc_custom_1575025065639 {
    margin-top: 30px !important;
}
.vc_custom_1575025071523 {
    margin-top: 30px !important;
}
.vc_custom_1575010251225 {
    margin-bottom: 0px !important;
    border-bottom-width: 0px !important;
    padding-bottom: 0px !important;
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
/** This file is major component of this plugin so please don't try to edit here. */
#rmp_menu_trigger-3050 {
  width: 44px;
  height: 44px;
  position: relative;
  top: 10px;
  border-radius: 5px;
  display: none;
  text-decoration: none;
  right: 5%;
  background: #050032;
  transition: transform 0.5s, background-color 0.5s; }
  #rmp_menu_trigger-3050:hover, #rmp_menu_trigger-3050:focus {
    background: #050032;
    text-decoration: unset; }
  #rmp_menu_trigger-3050.is-active {
    background: #050032; }
  #rmp_menu_trigger-3050 .rmp-trigger-box {
    width: 25px;
    color: #ffffff; }
  #rmp_menu_trigger-3050 .rmp-trigger-icon-active, #rmp_menu_trigger-3050 .rmp-trigger-text-open {
    display: none; }
  #rmp_menu_trigger-3050.is-active .rmp-trigger-icon-active, #rmp_menu_trigger-3050.is-active .rmp-trigger-text-open {
    display: inline; }
  #rmp_menu_trigger-3050.is-active .rmp-trigger-icon-inactive, #rmp_menu_trigger-3050.is-active .rmp-trigger-text {
    display: none; }
  #rmp_menu_trigger-3050 .rmp-trigger-label {
    color: #ffffff;
    pointer-events: none;
    line-height: 13px;
    font-family: inherit;
    font-size: 14px;
    display: inline;
    text-transform: inherit; }
    #rmp_menu_trigger-3050 .rmp-trigger-label.rmp-trigger-label-top {
      display: block;
      margin-bottom: 12px; }
    #rmp_menu_trigger-3050 .rmp-trigger-label.rmp-trigger-label-bottom {
      display: block;
      margin-top: 12px; }
  #rmp_menu_trigger-3050 .responsive-menu-pro-inner {
    display: block; }
  #rmp_menu_trigger-3050 .responsive-menu-pro-inner, #rmp_menu_trigger-3050 .responsive-menu-pro-inner::before, #rmp_menu_trigger-3050 .responsive-menu-pro-inner::after {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute; }
  #rmp_menu_trigger-3050.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-3050.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-3050.is-active .responsive-menu-pro-inner::after {
    background-color: #ffffff; }
  #rmp_menu_trigger-3050:hover .responsive-menu-pro-inner, #rmp_menu_trigger-3050:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-3050:hover .responsive-menu-pro-inner::after {
    background-color: #ffffff; }

/* Hamburger menu styling */
@media screen and (max-width: 1199px) {
	header.placeholder {
		display:none;
	}
  #rmp_menu_trigger-3050 {
    display: block; }
  #rmp-container-3050 {
    position: fixed;
    top: 0;
    margin: 0;
    transition: transform 0.5s;
    overflow: auto;
    display: block;
    width: 75%;
    max-width: 320px;
    background-color: #eb0e0e;
    background-image: url('');
    height: 100%;
    left: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px; }
  #rmp-menu-wrap-3050 {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background-color: #eb0e0e; }
    #rmp-menu-wrap-3050 .rmp-menu, #rmp-menu-wrap-3050 .rmp-submenu {
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      padding: 0; }
    #rmp-menu-wrap-3050 .rmp-submenu-depth-1 .rmp-menu-item-link {
      padding-left: 10%; }
    #rmp-menu-wrap-3050 .rmp-submenu-depth-2 .rmp-menu-item-link {
      padding-left: 15%; }
    #rmp-menu-wrap-3050 .rmp-submenu-depth-3 .rmp-menu-item-link {
      padding-left: 20%; }
    #rmp-menu-wrap-3050 .rmp-submenu-depth-4 .rmp-menu-item-link {
      padding-left: 25%; }
    #rmp-menu-wrap-3050 .rmp-submenu.rmp-submenu-open {
      display: block; }
    #rmp-menu-wrap-3050 .rmp-menu-item {
      width: 100%;
      list-style: none;
      margin: 0; }
    #rmp-menu-wrap-3050 .rmp-menu-item-link {
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      border-bottom: 0px solid #212121;
      font-family: Orbitron;
      color: #ffffff;
      text-align: left;
      background-color: #eb0e0e;
      font-weight: normal;
      letter-spacing: 0px;
      display: block;
      width: 100%;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: background-color 0.5s, border-color 0.5s, 0.5s;
      padding: 0 5%;
      padding-right: 50px; }
      #rmp-menu-wrap-3050 .rmp-menu-item-link:after, #rmp-menu-wrap-3050 .rmp-menu-item-link:before {
        display: none; }
      #rmp-menu-wrap-3050 .rmp-menu-item-link:hover {
        color: #ffffff;
        border-color: #212121;
        background-color: #050032; }
      #rmp-menu-wrap-3050 .rmp-menu-item-link:focus {
        outline: none;
        border-color: unset;
        box-shadow: unset; }
      #rmp-menu-wrap-3050 .rmp-menu-item-link .rmp-font-icon {
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        font-size: 16px; }
    #rmp-menu-wrap-3050 .rmp-menu-current-item .rmp-menu-item-link {
      color: #ffffff;
      border-color: #212121;
      background-color: #eb0e0e; }
      #rmp-menu-wrap-3050 .rmp-menu-current-item .rmp-menu-item-link:hover {
        color: #ffffff;
        border-color: #3f3f3f;
        background-color: #050032; }
    #rmp-menu-wrap-3050 .rmp-menu-subarrow {
      position: absolute;
      top: 0;
      bottom: 0;
      text-align: center;
      overflow: hidden;
      background-size: cover;
      overflow: hidden;
      right: 0;
      border-left-style: solid;
      border-left-color: #212121;
      border-left-width: 1px;
      height: 50px;
      width: 40px;
      color: #ffffff;
      background-color: #eb0e0e; }
      #rmp-menu-wrap-3050 .rmp-menu-subarrow:hover {
        color: #ffffff;
        border-color: #3f3f3f;
        background-color: #050032; }
      #rmp-menu-wrap-3050 .rmp-menu-subarrow .rmp-font-icon {
        margin-right: unset; }
      #rmp-menu-wrap-3050 .rmp-menu-subarrow * {
        vertical-align: middle;
        line-height: 50px; }
    #rmp-menu-wrap-3050 .rmp-menu-subarrow-active {
      display: block;
      background-size: cover;
      color: #ffffff;
      border-color: #212121;
      background-color: #eb0e0e; }
      #rmp-menu-wrap-3050 .rmp-menu-subarrow-active:hover {
        color: #ffffff;
        border-color: #3f3f3f;
        background-color: #eb0e0e; }
    #rmp-menu-wrap-3050 .rmp-submenu {
      display: none; }
      #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-item-link {
        height: 40px;
        line-height: 40px;
        letter-spacing: 0px;
        font-size: 15px;
        border-bottom: 0px solid #212121;
        font-family: inherit;
        color: #ffffff;
        text-align: left;
        background-color: #eb0e0e; }
        #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-item-link:hover {
          color: #ffffff;
          border-color: #212121;
          background-color: #050032; }
      #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link {
        color: #ffffff;
        border-color: #212121;
        background-color: #050032; }
        #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link:hover {
          color: #ffffff;
          border-color: #3f3f3f;
          background-color: #050032; }
      #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-subarrow {
        right: 0;
        border-right: unset;
        border-left-style: solid;
        border-left-color: #212121;
        border-left-width: 1px;
        height: 39px;
        line-height: 39px;
        width: 40px;
        color: #ffffff;
        background-color: #212121; }
        #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-subarrow:hover {
          color: #ffffff;
          border-color: #3f3f3f;
          background-color: #3f3f3f; }
      #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-subarrow-active {
        color: #ffffff;
        border-color: #212121;
        background-color: #212121; }
        #rmp-menu-wrap-3050 .rmp-submenu .rmp-menu-subarrow-active:hover {
          color: #ffffff;
          border-color: #3f3f3f;
          background-color: #3f3f3f; }
    #rmp-menu-wrap-3050 .rmp-menu-item-description {
      margin: 0;
      padding: 5px 5%;
      opacity: 0.8;
      color: #ffffff; }
  #rmp-search-box-3050 {
    display: block;
    padding-top: 0px;
    padding-left: 5%;
    padding-bottom: 0px;
    padding-right: 5%; }
    #rmp-search-box-3050 .rmp-search-form {
      margin: 0; }
    #rmp-search-box-3050 .rmp-search-box {
      background: #ffffff;
      border: 1px solid #dadada;
      color: #333333;
      width: 100%;
      padding: 0 5%;
      border-radius: 30px;
      height: 45px;
      -webkit-appearance: none; }
      #rmp-search-box-3050 .rmp-search-box::placeholder {
        color: #c7c7cd; }
      #rmp-search-box-3050 .rmp-search-box:focus {
        background-color: #ffffff;
        outline: 2px solid #dadada;
        color: #333333;
        /** Menu Title Style */ }
  #rmp-menu-title-3050 {
    background-color: #212121;
    color: #ffffff;
    text-align: left;
    font-size: 13px;
    padding-top: 10%;
    padding-left: 5%;
    padding-bottom: 0%;
    padding-right: 5%;
    font-weight: 400;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s; }
    #rmp-menu-title-3050:hover {
      background-color: #212121;
      color: #ffffff; }
    #rmp-menu-title-3050 > a {
      color: #ffffff;
      width: 100%;
      background-color: unset;
      text-decoration: none; }
      #rmp-menu-title-3050 > a:hover {
        color: #ffffff; }
    #rmp-menu-title-3050 .rmp-font-icon {
      font-size: 13px; }
    #rmp-menu-title-3050 .rmp-menu-title-image {
      width: 80%;
      /** Menu Additional Content Style */ }
  #rmp-menu-additional-content-3050 {
    padding-top: 0px;
    padding-left: 5%;
    padding-bottom: 0px;
    padding-right: 5%;
    color: #ffffff;
    text-align: center;
    font-size: 16px; } }
/**
 This file contents common styling of menus.
 */
.rmp-container {
  display: none;
  visibility: visible;
  padding: 0px 0px 0px 0px;
  z-index: 99998;
  transition: all 0.3s; }
  .rmp-container.rmp-fade-top, .rmp-container.rmp-fade-left, .rmp-container.rmp-fade-right, .rmp-container.rmp-fade-bottom {
    display: none; }
  .rmp-container.rmp-slide-left, .rmp-container.rmp-push-left {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%); }
  .rmp-container.rmp-slide-left.rmp-menu-open, .rmp-container.rmp-push-left.rmp-menu-open {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }
  .rmp-container.rmp-slide-right, .rmp-container.rmp-push-right {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%); }
  .rmp-container.rmp-slide-right.rmp-menu-open, .rmp-container.rmp-push-right.rmp-menu-open {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }
  .rmp-container.rmp-slide-top, .rmp-container.rmp-push-top {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%); }
  .rmp-container.rmp-slide-top.rmp-menu-open, .rmp-container.rmp-push-top.rmp-menu-open {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .rmp-container.rmp-slide-bottom, .rmp-container.rmp-push-bottom {
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%); }
  .rmp-container.rmp-slide-bottom.rmp-menu-open, .rmp-container.rmp-push-bottom.rmp-menu-open {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    /** Scrolling bar in menu setting box **/ }
  .rmp-container::-webkit-scrollbar {
    width: 0px; }
  .rmp-container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent; }
  .rmp-container ::-webkit-scrollbar-thumb {
    background: transparent; }
  .rmp-container ::-webkit-scrollbar-thumb:hover {
    background: transparent; }
  .rmp-container .rmp-menu-wrap .rmp-menu {
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal; }
  .rmp-container .rmp-menu-additional-content {
    display: block;
    word-break: break-word; }
  .rmp-container .rmp-menu-title {
    display: flex;
    flex-direction: column; }
    .rmp-container .rmp-menu-title .rmp-menu-title-image {
      max-width: 100%;
      margin-bottom: 15px;
      display: block;
      margin: auto;
      margin-bottom: 15px; }

button.rmp_menu_trigger {
  z-index: 999;
  overflow: hidden;
  outline: none;
  border: 0;
  display: none;
  margin: 0;
  transition: transform 0.5s, background-color 0.5s;
  padding: 0; }
  button.rmp_menu_trigger .responsive-menu-pro-inner::before, button.rmp_menu_trigger .responsive-menu-pro-inner::after {
    content: "";
    display: block; }
  button.rmp_menu_trigger .responsive-menu-pro-inner::before {
    top: 10px; }
  button.rmp_menu_trigger .responsive-menu-pro-inner::after {
    bottom: 10px; }
  button.rmp_menu_trigger .rmp-trigger-box {
    width: 40px;
    display: inline-block;
    position: relative;
    pointer-events: none;
    vertical-align: super; }

/*  Menu Trigger Boring Animation */
.rmp-menu-trigger-boring .responsive-menu-pro-inner {
  transition-property: none; }
  .rmp-menu-trigger-boring .responsive-menu-pro-inner::after, .rmp-menu-trigger-boring .responsive-menu-pro-inner::before {
    transition-property: none; }
.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner {
  transform: rotate(45deg); }
.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner:before {
top: 0;
opacity: 0; }
.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner:after {
	bottom: 0;
	transform: rotate(-90deg); 
}
#page-anim-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(https://cosmicairpark.com/wp-content/plugins/page-animations-and-transitions/images/preloader1.GIF) no-repeat #000000 50%;
	-moz-background-size:64px 64px;
	-o-background-size:64px 64px;
	-webkit-background-size:64px 64px;
	background-size:64px 64px;
	z-index: 99998;
	width:100%;
	height:100%;
}
.weblizar_pg_anim_txt_append {
	font-size: 40px;
	color:#fff;
	text-align: center;
	margin-top: 550px;
}

@media(max-width: 767px) {
	.weblizar_pg_anim_txt_append {
	    margin-top: 368px;
	}
}
#page-sub-header { background: #fff; }

#pum_popup_title_1474 {

    font-family: Orbitron !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2E2E2E;
    margin-bottom: 10px;
}
#responsive-menu-container {
    z-index: 9999999 !important;
}
.fancybox {
	cursor:pointer;
}
/*
body .fancybox-overlay, body .fancybox-opened {
	z-index:980000111111111;
}*/
.homepage_info_box {
	display:flex;
	justify-content:center;
}
.homepage_info_box .bestdealdiv
{
	margin-top:20px !important;
}
#popmake-1474
{
	border-radius:15px;
}
#popmake-1474 .emailfield {

    width: 100%;
    float: none;
		max-width: 100%;
}
#popmake-1474 .emailfield input
{
	width:100%
}
#popmake-1474 .submitfield
{
	float:right;
	margin-top: 10px;
}

#popmake-1474 .booknowtopbtn .nav-link, .submitfield input
{
	width:100%;
}
.pum-close.popmake-close {

    position: unset !important;
    float: right;
    background-color: 

transparent !important;

color:

    #2E2E2E !important;
    padding-right: 30px !important;
	outline:none;
}
.pum-close.popmake-close:hover {

    float: right !important;
}
.pum-close.popmake-close:active
{
	float: right !important;
}
.pum-close.popmake-close:focus{
	float: right !important;
}
.pum-close.popmake-close {

    margin-top: 10px;
}
#popmake-1474 {

    padding: 10px 36px;
}
@media (max-width: 991px)
{
	span.borderselectionoption
	{
		height:32px !important;
	}
	.birthdaytabsimage
	{
		width:100% !important;
	}
	.optionstabformbutton
	{
		width:100% !important;
	}
	.optionstabform
	{
		width:100% !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.optionstabformbutton
	{
		width:65% !important;
	}
	.optionstabform
	{
		width:65% !important;
	}
	span.borderselectionoption
	{
		height:32px !important;
	}
}
@media (min-width: 991px) and (max-width: 1199px)
{
	
	#popmake-1474 .submitfield
	{
		width:33%;
	}
}
@media(max-width:767px)
{
	label.labelparent {
    width: 100% !important;
    float: unset !important;
    text-align: center;
}
	#popmake-1474 .submitfield
	{
		width:33%;
	}
	.optionsformsubmitdiv {
    text-align: center !important;
}
	.optionsformsubmitdiv button#optionsformsubmit {
    margin: 0px !important;
}
	span.borderselectionoption {
    float: none !important;
    padding-top: 3px !important;
    padding-bottom: 5px;
    padding-right: 1px;
}
	.optionstabform p
	{
		text-align:center !important;
	}
}
@media(max-width:500px)
{
	#popmake-1474 {

    left: 0px !important;
    right: 0px !important;
    width: 95% !important;
    margin: 0 auto !important;
    position: absolute !important;
	}
}
#popmake-1474 .submitfield {

    width: 40%;

}
h4.heading16.vc_custom_heading.bestdealheading.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.wpb_start_animation.animated {
    font-size: 16px !important;
	margin-bottom: 0px;
}
.contentdivbirthday ul li {
    list-style-type: none;
    line-height: 2.5;
    color: #707070;
}
.contentdivbirthday ul {
    padding: 0px;
}
.contentdivbirthday ul li:first-child:after {
    display:none;
}
.contentdivbirthday ul li::after {
    content: '';
    width: 100px;
    background: #d1d1d1;
    height: 1px;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
}
span.price.birthdaypackagesprice {
    font-size: 50px;
    font-weight: bold;
    color: #2e2e2e;
	margin-bottom:0px;
}
a.attractionsbooknow.selectpackagebirthday {
    padding: 5px 45px;
    height: 36px;
    line-height: 28px;
}
.birthdaypackageimage img {
    height: 100% !important;
}
.optionstabform {
    background-color: white;
    border-radius: 40px;
    width: 55%;
    margin: 0 auto;
		min-height:400px;
}
h2.optionsformheadingtab {
    margin-bottom: 0px;
    font-family: Orbitron !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    padding-top: 30px;
    color: #2E2E2E;
    margin-bottom:30px;
}
.optionstabform p {
  color: #707070;
	text-align: left;	
}
.labelparent small {
    font-size: 14px;
}
label.labelparent {
    font-size: 23px;
/*		float: left;*/
	display:inline-block;
    width: 70%;
}
.optionsformsubmitdiv {
    text-align: right;
}
input#pizza_yes, input#pizza_no {
    display: none;
}
span.borderselectionoption {
    height: 32px;
    border: 2px solid #EB0E0E;
    border-radius: 7px;
    float: right;
    padding-left: 1px;
	padding-right: 1px;
}
span.optionsformspanyes.wpcf7-list-item-label {
    margin: 0px !important;
    border: 0px;
    text-transform: uppercase;
		padding-left:25px !important;
	padding-right:25px !important;
}
span.borderselectionoption input:checked + .wpcf7-list-item-label {
    font-weight: bold !important;
}
span.optionsformspanno.wpcf7-list-item-label {
    border: 0px;
    margin: 0px !important;
    color: #c3c3c3;
    text-transform: uppercase;
	padding-left:25px !important;
	padding-right:25px !important;
	font-weight:bold !important;
}
input#private_room_yes, input#private_room_no {
    display: none;
}
input#vip_room_yes, input#vip_room_no {
    display: none;
}
#cosmicpartytab3
{
	display:none;
}
#stellarpartytab3
{
	display:none;
}
#themedpartytab3 
{
	display:none;
}
#cosmicpartytab3food
{
	display:none;
	margin-top: 20px;
}
#cosmicpartytab3privatefood  
{
	display:none;
	margin-top: 20px;
}
#cosmicpartytab3noprivatefood
{
	display:none;
	margin-top: 20px;
}
#stellarpartyfood
{
	display:none;
	margin-top: 20px;
}
#stellarpartyprivatefood
{
	display:none;
	margin-top: 20px;
}
#stellarpartynoprivatefood
{
	display:none;
	margin-top: 20px;
}
#themedpartyprivate
{
	display:none;
	margin-top: 20px;
}
#themedpartynoprivate 
{
	display:none;
	margin-top: 20px;
}
ul.tab-title.clearfix {
    display: none !important;
}
.birthdaytabsimage {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 70px;
}
.optionstabformbutton {
    width: 55%;
    text-align: left;
    margin: 0 auto;
    color: white !important;
}
.optionstabformbutton a{
    color:white;
}
button#birthdaygobackbutton {
    color: white;
    background: transparent;
    border: 0px;
	outline:0;
}
button#birthdaygobackbutton2 {
    color: white;
    background: transparent;
    border: 0px;
	outline:0;
}
#birthdaygobackbutton img.alignnone.size-medium.wp-image-379 {
    transform: rotate(180deg);
    margin: 0px !important;
    margin-right: 20px !important;
}
#birthdaygobackbutton2 img.alignnone.size-medium.wp-image-379 {
    transform: rotate(180deg);
    margin: 0px !important;
    margin-right: 20px !important;
}
button#birthdaygobackbutton:hover {
    color: #eb0e0e;
    fill: #eb0e0e;
}
button#birthdaygobackbutton2:hover {
    color: #eb0e0e;
    fill: #eb0e0e;
}
.width100
{
	width:100% !important;
}
button#optionsformsubmit {
    border: 0px;
    outline: 0;
	margin-top:-1.5em !important;
}
body input + .wpcf7-list-item-label {
	line-height:28px;
}
.bestdealdiv.birthdaypackageimage.deal1 .vc_column-inner {
    box-shadow: inset -2px 200px 152px 40px rgba(181,176,229,0.49) !important;
}
.birthdaypackaecss .wpb_single_image.backgroundcssbirhtday.wpb_content_element.vc_align_left.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.bestdealimg.dealimg1.birthdayimageboximg.wpb_start_animation.animated {
    /* border-radius: 53px !important; */
    /* box-shadow: inset -23px 200px 152px 40px rgba(181,176,229,0.49); */
    background: white !important;
    border-top-left-radius: 53px 53px !important;
    border-top-right-radius: 53px;
    margin-bottom: 0px;
    padding-bottom: 35px;
}
.birthdaypackagepadding0.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.bestdealtext.wpb_start_animation.animated
{
	padding:0px !important;
}
.contentdivbirthday.backgroundcsscontent
{
	background: white;
    border-bottom-left-radius: 53px;
    border-bottom-right-radius: 53px;
    margin-top: -21px;
    padding-bottom: 21px;
}
button#optionsformsubmit:hover {
    box-shadow: 0px 3px 16px rgba(255, 0, 0,.65);
}
div#cosmicpartytab3 {
    margin-top: 20px;
}
div#themedpartytab3
{
	margin-top:20px;
}
div#stellarpartytab3
{
	margin-top:20px;
}
.boxoptionsshadowtab {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 61px;
    background: white;
    border-radius: 50px;
	min-height:335px;
}
.optionstabform {
    background-color: white;
    border-radius: 40px;
    width: 55%;
    margin: 0 auto;
    min-height: 400px;
    box-shadow: inset -2px 355px 152px 40px rgba(181,176,229,0.49) !important;
}
button#optionsformsubmit2.buttonsubmitoption {
    margin-top: 0px !important;
	color: #818186;
    background: transparent;
    font-weight: 600;
	border:0px !important;
	outline:0px !important;
	line-height:4.5;
}
button#optionsformsubmit2.buttonsubmitoption:hover
{
	box-shadow:none !important;
	border:0px !important;
}
span.optionsformspanyes.wpcf7-list-item-label {
    color: #c3c3c3;
		font-weight:bold !important;
}
input:checked + span.optionsformspanno.wpcf7-list-item-label {
    background: #d1d1d1;
    color: #717171 !important;
	font-weight:bold !important;
	box-shadow:none;
}
.bestdealtext {
/*    min-height: 80px;*/
}
input#weekend_yes, input#weekend_no {

    display: none;

}






.backgroundstrip
{
	background: #EB0E0E;
}
.backgroundstrip .container {
	max-width:90%;
}
.backgroundstrip .socialstrip {
	padding-top:5px;
	padding-bottom:5px;
}

.detailsstrip .vc_single_image-img.attachment-full {

    width: 20px;
    margin-right: 5px;
}
.detailsstrip a {

    color: white;

}
.detailsstrip a:hover {

    text-decoration:none;
		color:#050032;
	transition:0.6s ease;
}
.phonenumberstrip {
    float: left;
	padding-right:20px;
}
.addressstrip .vc_single_image-img.attachment-full {

    width: 16px;

}
.socialstrip.col-xl-2.col-lg-2.col-sm-12.col-md-12 {

    text-align: right;
}
.socialstrip a {

    padding-left: 5px;
    padding-right: 5px;
		color:white;
}
.socialstrip a:hover
{
	color: #050032;
	transition:0.6s ease;
}
.socialstrip a i {

    font-size: 16px;

}
@media (min-width: 768px) and (max-width: 1199px)
{
	
}
@media (min-width: 992px) and (max-width: 1199px)
{
	
}
@media(max-width:450px)
{
	
}
@media(max-width:767px)
{
	.detailsstrip 
	{
    text-align: center;
	}
	.phonenumberstrip 
	{
    width: unset;
    float: unset;
	}
	.socialstrip
	{
    text-align: center;
}
}
.backgroundstrip2
{
	background:white;
	color:black;
}
.card.topsafetybanner {
    background: transparent;
    border: 0px;
}
.topaccordianbanner button.btn.btn-link {
    padding: 0px;
	color: black;
	text-decoration:none;
	text-align:left;
}
.topaccordianbanner {
    padding: 0px;
	border:0px;
}
.topaccordianbanner h2.mb-0 {
    margin: 0px;
	background: white;
}
button#responsive-menu-button
{
	top:0px !important;
}



.btn.btn-link.collapsed {
    padding: 0px;
    color: black;
}
.btn.btn-link.collapsed:hover {
    text-decoration:none;
}
.btn.btn-link.button2:hover {
    text-decoration:none;
}
.card.topsafetybanner .card-body {
    padding: 0px;
    padding-bottom: 0px;
}
button.btn.btn-link.button2 {
    padding: 0px;
    padding-bottom: 10px;
    color: black;
}
.card.topsafetybanner {
    text-align: center;
}
.topaccordianbanner button.btn.btn-link b {
    margin-right: 4px;
}
button.btn.btn-link.button2 b {
    margin-right: 4px;
}
.contentBlock.block-hidden {
	position:relative;
}
.contentBlock.block-hidden::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1000;
	background:#fff;
	top:0;left:0;right:0;bottom:0;
	opacity:.9;
}
body .alert {
	position:absolute;
	z-index:200;
	background:#EB0E0E;
	color:#fff;
}
.detailsstrip {
    display: flex;
    align-items: center;
}
.viewing-location {
	flex-grow:1;
	text-align:right;
	padding-right:20px;
	opacity: 1;
	color: rgba(255,255,255,1);
    font-family: Orbitron;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.88px;
	text-align: right;
	line-height: 20px;
}
.phonenumberstrip {
	white-space:nowrap;
}
.phonenumberstrip, .addressstrip {
	position:relative;
	float:left;
}
.choose-location {
	position:relative;
	float:right;
	padding-left:20px;
	border-left:1px solid #fff;
    font-family: Orbitron;
    height: 100%;
    vertical-align: middle;
    display: flex;
	flex-direction:column;
	justify-content:center;
    align-items: flex-end;
}
.choose-location .handle {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.875px;
	display:flex;
	align-items:center;
	cursor:pointer;
}
.choose-location .handle::after {
	content:'';
	display:block;
	margin-left:10px;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #ffffff;
}
.choose-location.open .handle::after {
	border-bottom: 8px solid #ffffff;
	border-top:none;
}
.choose-location.open .choices {
	display:block;
}
.choose-location .choices {
	display:none;
	position:absolute;
	background-color:#fff;
	color:#060033;
	font-size:16px;
    font-family: Orbitron;

    top: 100%;
    left: 0;
    width: 320px;
    z-index: 999999;
}
.choose-location .choices a {
	padding:8px 20px;
	display:block;
	opacity: 1;
	color: rgba(6,0,51,1);
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.375;
	border-bottom:1px solid #000;
	display:flex;
	justify-content:space-between;
}
.choose-location .choices .choices > div:last-child a{
	border-bottom:0;
}
.choose-location .choices a:hover {
	background-color:#EB0E0E;
	color:#fff;
}
.choose-location .choices a::after {
	content:'';
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;

	border-left: 10px solid #000;
}
.choose-location .choices a:hover::after {
	border-left-color:#fff;
}
.pop-wrapper .fancybox-skin,
.pop-wrapper.fancybox-opened .fancybox-skin {
	box-shadow:none;
	background:transparent;
}
.pop-wrapper .fancybox-inner {
	overflow:visible !important;
}
.poplocation-wrapper {
	position:relative;
	width:570px;
	max-width:100%;
}
.poplocation-wrapper .circle-wrapper {
	border-radius:50%;
	position:relative;
	overflow:hidden;
}
.poplocation-wrapper .circle-wrapper::after {
	display:block;
	content:'';
	padding-top:100%;
}
.poplocation-wrapper .planet {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
}
.poplocation-wrapper .rocket {
	position:absolute;
    bottom: -20%;
    right: -30%;
    width: 80%;
    z-index: 2;
}
.poplocation-wrapper .content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color:#fff;
}
.poplocation-wrapper .content-wrapper * {
	color:#fff;
}
.poplocation-wrapper .content-wrapper .choices {
    font-family: Orbitron;
	opacity: 1;
	color: rgba(255,255,255,1);
	text-transform:uppercase;
	font-size: 23px;
	font-size:1.6vw;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.poplocation-wrapper h3 {
	font-size:2.4vw;
}
.poplocation-wrapper h3,
.poplocation-wrapper .content-wrapper .choices a {
	padding-right: 30%;
	padding-left: 22%;
}
.poplocation-wrapper .content-wrapper .choices a {
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	position:relative;
}
.poplocation-wrapper .content-wrapper .choices a span {
	position:relative;
}
.poplocation-wrapper .content-wrapper .choices a .overlay {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
}
.poplocation-wrapper .content-wrapper .choices a:hover .overlay {
	opacity: 1;
	background-color: rgba(19,54,90, 1);
	mix-blend-mode:multiply;
}
.site-content {
	min-height:60vh;
}
.contentBlock .content,
.contentBlock .container {
	position:relative;
}
.fancybox-wrap,
.fancybox-wrap h1,
.fancybox-wrap h2,
.fancybox-wrap h3,
.fancybox-wrap h4,
.fancybox-wrap h5,
.fancybox-wrap h6,
.fancybox-wrap a,
.admin,
.admin h1,
.admin h2,
.admin h3,
.admin h4,
.admin h5,
.admin a

 {
	color:#2E2E2E;
}
.newline {
	clear:both;
}
body .mce-container, body .mce-container-body, body .mce-container iframe {
        max-width:100%;
}
body .mce-floatpanel.mce-menu {
	background:#000;
	color:#fff;
}
body .mce-container .mce-menu-item * {
	color:#fff;
}
body .mce-menu-item.mce-disabled .mce-text,
body .mce-menu-item.mce-disabled:hover .mce-text, 
body .mce-menu-item.mce-disabled .mce-ico, 
body .mce-menu-item.mce-disabled:hover .mce-ico {
	color:rgba(255,255,255,1);
}
body .mce-menu-item.mce-disabled, body .mce-menu-item.mce-disabled:hover {
	background:#999;
	opacity:.5;
}
body .mce-menu-item:hover, body .mce-menu-item:focus {
	background:rgba(255,255,255,.2);
}
.color-swatches {
        display:inline-flex;
        flex-wrap:wrap;
        width:80%;
        font-size:10px;
        line-height:1.5;
}
.color-swatches > div {
        position:relative;
		padding:10px 20px;
}
.color-swatches label {
        position:absolute;
        left:0;right:0;top:0;bottom:0;
        width:100%;
        height:100%;
        z-index:4;
}
.navPhotos {
	position:relative;
}
.vc_row[data-vc-full-width].vc_hidden {
	opacity:1;
	overflow:visible;
}
.vc_row-fluid {
    width: 100vw;
    position: relative;
    box-sizing: border-box;
	display:flex;
}
@media (min-width: 576px) {
	.vc_row-fluid {
		left: calc((100vw - 540px) / -2);
		padding-left: calc((100vw - 540px) / 2);
		padding-right: calc((100vw - 540px) / 2);
	}
}
@media (min-width: 768px) {
	.vc_row-fluid {
		left: calc((100vw - 720px) / -2);
		padding-left: calc((100vw - 720px) / 2);
		padding-right: calc((100vw - 720px) / 2);
	}
}
@media (min-width: 992px) {
	.vc_row-fluid {
		left: calc((100vw - 960px) / -2);
		padding-left: calc((100vw - 960px) / 2);
		padding-right: calc((100vw - 960px) / 2);
	}
}
@media (min-width: 1200px) {
	.vc_row-fluid {
		left: calc((100vw - 1140px) / -2);
		padding-left: calc((100vw - 1140px) / 2);
		padding-right: calc((100vw - 1140px) / 2);
	}
	header#masthead.fixed {
		position:fixed;
		top:0;
		left:0;
		width:100%;
	}
	header#masthead{
		width: 100%;
		z-index: 8000;
	}
	.poplocation-wrapper h3 {
		font-size:30px;
	}
	.poplocation-wrapper .content-wrapper .choices {
		font-size:20px;
	}
}

.site-content {
	overflow:hidden;
}
.contentBlock .module-wrapper{
	position:relative;
}
.contentBlock.t2 .content-wrapper {
	order:3;
}
.contentBlock.t7 .photo {
	background-size:cover;
	background-repeat:no-repeat;
	background-size:center;
}
.contentBlock.t111 {
	padding:80px 0;
	padding:60px 0;
}
.contentBlock.t111 .content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.contentBlock:last-child {
	padding-bottom:110px;
}
.contentBlock.t15 .content-wrapper {
	padding-top:40px;
	padding-bottom:40px;
}
.contentBlock.t15 .photos {
	position:relative;
}
.contentBlock.t15 .photos .photo {
	border-radius:50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.contentBlock.t15 .photos .photo::after,
.contentBlock.t15 .item-photo::after {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.contentBlock.t15 .photos .photo:first-child {
	width:45%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
}
.contentBlock.t15 .photos .photo:last-child {
	width:70%;
	position:relative;
	left:25%;
}
.contentBlock.t15 .slick-list {
	padding-bottom:20px;
}
.contentBlock.t15 .carousel-wrapper li .overlay {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	display:none;
}

.contentBlock.t15 .carousel-wrapper a:hover .overlay,
.contentBlock.t15 .carousel-wrapper a:active .overlay{
	display:block;
}

.contentBlock.t15 .carousel-wrapper .item-photo {
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border:4px solid #fff;
	border-radius: 40px;
	display:block;
	margin-right:25px;
	overflow:hidden;
}
.contentBlock.t15 .carousel-wrapper .title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity: 1;
	color: rgba(255,255,255,1);
    font-family: Orbitron;
	font-size: 1.7vw;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.56px;
	text-align: center;
	line-height: 1.2;
	padding:10px;
}
.contentBlock.t15 .featuredSlider {
	margin-left:0;
	padding-left:0;
}
.contentBlock.t15 .featuredSlider:not(.slick-initialized) {
	display:none;
}
.contentBlock.t15 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.contentBlock.t15 .slick-dots li:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: transparent;
	border:1px solid #979797;
    opacity: 1;
    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.contentBlock.t15 .slick-dots li.slick-active:after {
	opacity:1;
	background-color:#fff;
}
.contentBlock.t16 .wrapper {
    overflow: hidden;
    position: relative;
}
.contentBlock.t16 .wrapper .marquee {
        position:relative;
}
.contentBlock.t16 .wrapper .marquee:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.contentBlock.t16 .wrapper .marquee {
    position: relative;
    width: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    /* Apply animation to this element */
    -moz-animation: moveleft 22s linear infinite;
    -webkit-animation: moveleft 22s linear infinite;
    animation: moveleft 22s linear infinite;
        display:flex;
        justify-content:center;
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(100%);
}
.contentBlock.t16 .wrapper .marquee .item {
        position:relative;
        white-space:nowrap;
        padding:20px 15px;
		font-family: Orbitron;
        font-size:2vw;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: uppercase;
}
.contentBlock.t16 .wrapper .marquee .item::before {
	content:'';
	background-image:url('/images/marquee-planet.svg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
    display: inline-block;
    height: 100%;
    width: 2.8vw;
    vertical-align: middle;
    margin-right: 20px;
}
.contentBlock.t16 .wrapper .marquee .item > a {
        position:absolute;
        top:0;bottom:0;left:0;right:0;
        width:100%;
        height:100%;
}
@-moz-keyframes moveleft {
 0%   { -moz-transform: translateX(100vw); }
 100% { -moz-transform: translateX(-100vw); }
}
@-webkit-keyframes moveleft {
 0%   { -webkit-transform: translateX(100vw); }
 100% { -webkit-transform: translateX(-100vw); }
}
@keyframes moveleft {
 0%   {
 -moz-transform: translateX(100vw); /* Firefox bug fix */
 -webkit-transform: translateX(100vw); /* Firefox bug fix */
 transform: translateX(100vw);
 }
 100% {
 -moz-transform: translateX(-100vw); /* Firefox bug fix */
 -webkit-transform: translateX(-100vw); /* Firefox bug fix */
 transform: translateX(-100vw);
 }
}
dotlottie-player {
	pointer-events:none;
}
.contentBlock.t20 .module-wrapper {
	display:flex;
	justify-content:space-between;
	padding-top:130px;
}
.contentBlock.t20 .module-wrapper .image-wrapper {
	position:relative;
}
.contentBlock.t20 .dealpinkcircle {
	bottom:327px;
}
.contentBlock.t20.half-right .module-wrapper > div:first-child {
	order:3;
}
.contentBlock.t20.half-left .module-wrapper > div:first-child,
.contentBlock.t20.half-right .module-wrapper > div:first-child {
	width:58%;
	max-width:58%;
}
.contentBlock.t20.half-right .module-wrapper > div:last-child,
.contentBlock.t20.half-left .module-wrapper > div:last-child {
	width:38%;
	min-width:38%;
}
.contentBlock.t27 {
	position:relative;
}
.contentBlock.t30 {
	position:relative;
    margin-top: 70px !important;
    margin-bottom: 110px !important;
}
.contentBlock.t30.content-right .vc_row-fluid{

    flex-direction: row-reverse;
}
hr  {
	width:50%;
	border:none;
	border-bottom:1px solid #fff;
	margin-left:0;
}
@media  (min-width:768px){
	.mobileonly {
		display:none !important;
	}
	.contentBlock.t30.content-right .vc_column_container>.vc_column-inner {
		padding-left:0;
		padding-right:30px;
	}
    .contentBlock.t15 .content-wrapper {
    	display:flex;
    	justify-content:space-between;
    }
    .contentBlock.t15 .content-wrapper > div.photos {
  	  width:60%;
    }
    .contentBlock.t15 .content-wrapper > div.content {
  	  width:35%;
  	  padding-right:5%;
    }
	
}
@media  (max-width:767px){
	.nomobile {
		display:none !important;
	}
	.topslider {
	    padding-top: 0px;
	}
	.detailsstrip {
		flex-wrap:wrap;
	}
	.addressstrip {
		padding:10px 0;
	}
	.phonenumberstrip {
		padding-top:10px;
	}
	.choose-location {
		border-top:1px solid rgb(255, 255, 255);
		border-left:0;
		float:none;
	    width: 100%;
	    align-items: center;
		height:auto;
		padding:10px;
		margin-top:10px;
	}
	.viewing-location {
		text-align:center;
	}
	.poplocation-wrapper h3 {
		font-size:26px;
	}
	.poplocation-wrapper .content-wrapper .choices {
		font-size:22px;
	}
	.careerform .contactusfromdiv {
	    padding: 0 20px;
	}
	.sticky.fixed {
		top:0;
	}
	.bestdealdiv {
		width:100%;
	  margin-top: 50px;
	  margin-bottom: 50px;
	  max-width: 350px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.contentBlock.t13 + .contentBlock.t111 {
		padding:0;
	}
    .contentBlock.t16 .wrapper .marquee .item {
            font-size:23px;
        padding: 10px 30px;
    }
	.navbar-brand img {
	    width: 200px;
	}

	.deal1 {
	    margin-top: 0px;
	}
	.vc_row.homepagesec3 {
	    padding-top: 0px !important;
	}
	.orangecircle{
	  height: 20px
	}
	.topsliderbtm .orangecircle img {
	    top: -140px;
	}
	.Sliderbtn {
	     margin-top: 0;
	}
	.Sliderbtn3 {
	    width: 101px !important;
	}
	.Sliderbtn2 {
	    width: 113px !important;
	}
	.Sliderbtn1 {
	    width: 75px !important;
	}
	.homebox1 {
	    margin-bottom: 0px !important;
	        margin-top: 0px !important;
	}
	.homepagesec3 {
	    margin-top: 0px !important;
	    margin-bottom: 0px !important;
	}
	.jumptolink a {
	    margin: 0 6px 20px;
	    display: inline-block;
	}.faqquestionsdiv h4 {

	    font-size: 16px !important;}

	.genfaqmain.vc_custom_1575265542739 {

	    margin-top: 0px !important;

	}
	.faqquestionsdiv {

	    z-index: 1;

	}
	.faqorange img {
	    width: 300px;
	     right: 0;
	    top: -470px;
	}
	.faqorange {

	    position: absolute;
	    z-index: 0;

	}
	.faqgrey img {
	    top: -100px;
	 }
	 .faqgrey {

	    height: 20px;

	}
	.faqpinkcircle img {
	    right: 0;
	}
	.faqpinkcircle {

	    height: 60px;

	}
	.faq2block {
	    margin-bottom: 60px !important;
	}
	.faqgreencircle {

	    height: 80px;

	}
	.faqgreencircle img {
	    top: -28px;
	    width: 180px;
	}
	.faqyellowcircle img {

	    width: 160px;
	    position: relative;
	    top: -120px;

	}
	.faqyellowcircle {

	    height: 0;

	}
	#contactyellowcircle {
	    display: none;
	}

	.homepage_info_box .bestdealdiv {
	    margin: 10px auto;
	}
	.birthdayyellowbtm {

	    position: absolute;
	    bottom: -60px;
	    width: 140px;
	    left: -10px;

	}
	.birthdaybluetop {
	    z-index: 21;
	    width: 160px;
	    left: 20px;

	}
	#birthdayrow1 .item-title {
	    border-radius: 5px;
	    width: 100%;
	}
	#birthdayrow1 .tab-title.clearfix {
	   border-radius: 5px;

	}
		.dealpinkcircle {
	    width: 120px;
	    left: 0px;
	}
	.row .phonenumberstrip, .addressstrip,.socialstrip, .detailsstrip {
		width:100%;
		float:none;
	}
	.vc_row-fluid, .homepage_info_box {
		flex-wrap:wrap;
	}
	.contentBlock.t15 {
		padding:30px 0;
	}
	.contentBlock.t15 .content-wrapper {
		display:flex;
		flex-direction:column-reverse;
	}
	.contentBlock.t15 .content-wrapper .content {
		text-align:center;
		padding-top:30px;
	}
	.contentBlock.t15 .carousel-wrapper .title {
		font-size:24px;
	}
	.contentBlock.t20 .module-wrapper {
		flex-wrap:wrap;
	}
	.contentBlock.t20.half-left .module-wrapper > div:first-child, .contentBlock.t20.half-right .module-wrapper > div:first-child,
	.contentBlock.t20.half-right .module-wrapper > div:last-child, .contentBlock.t20.half-left .module-wrapper > div:last-child {
		width:100%;
		max-width:100%;
	}
	.contentBlock.boxes-2-black .bestdealdiv, .contentBlock.boxes-2-red .bestdealdiv {
		width:100%;
	}
	.fancygallery-table tr {
		display:flex;
		flex-wrap:wrap;
	}
	.fancygallery-table td {
		width:50% !important;
	}
	.contentBlock.t2:not(:first-child), .contentBlock.t3:not(:first-child) {
		margin:0 !important;
		padding:0 !important;
	}
	.navbox-wrapper {
		margin-bottom:0 !important;
	}
	.contentBlock.t111 .content {
		width:100%;
	}
	#content.site-content {
		padding-top:0;
	}
}
