@import url(MyFontsWebfontsKit2.css);
/* line 1, ../sass/_flexslider.scss */
.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  zoom: 1;
}

/* line 3, ../sass/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  z-index: 2;
}

/* line 5, ../sass/_flexslider.scss */
.block-content .flexslider ol li {
  padding: 0 5px;
}

/* line 6, ../sass/_flexslider.scss */
.block-content .flexslider ul, .block-content .flexslider ol {
  padding: 0;
}

/* line 8, ../sass/_flexslider.scss */
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  background: white;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  -o-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
}

/* line 9, ../sass/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #15b2aa;
  background: rgba(21, 178, 170, 0.7);
}

/* line 10, ../sass/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #15b2aa;
  background: #15b2aa;
  cursor: default;
}

/* line 11, ../sass/_flexslider.scss */
.flexslider .flex-direction-nav a:link,
.flexslider .flex-direction-nav a:hover,
.flexslider .flex-direction-nav a:visited {
  color: #fff;
}

/* line 16, ../sass/_flexslider.scss */
#block-views-testimonials-block .flex-control-paging li a, #block-views-testimonials-block-1 .flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #707070;
  background: #707070;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  -o-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
}
/* line 17, ../sass/_flexslider.scss */
#block-views-testimonials-block .flex-control-paging li a:hover, #block-views-testimonials-block-1 .flex-control-paging li a:hover {
  background: #15b2aa;
  background: rgba(21, 178, 170, 0.5);
}
/* line 18, ../sass/_flexslider.scss */
#block-views-testimonials-block .flex-control-paging li a.flex-active, #block-views-testimonials-block-1 .flex-control-paging li a.flex-active {
  background: #15b2aa;
  background: #15b2aa;
  cursor: default;
}

/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
/* line 39, ../sass/global.styles.scss */
html {
  background: #fff;
}

/* line 44, ../sass/global.styles.scss */
body {
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  color: #707070;
  line-height: 1.75;
  font-size: 115%;
}

/* line 52, ../sass/global.styles.scss */
.desktop {
  display: inherit;
}

/* line 55, ../sass/global.styles.scss */
.mobile {
  display: none;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 65, ../sass/global.styles.scss */
.taxonomy-generic h2 {
  color: #76c54d;
}

/* line 66, ../sass/global.styles.scss */
.taxonomy-zoo h2 {
  color: #76c54d;
}

/* line 67, ../sass/global.styles.scss */
.taxonomy-park h2 {
  color: #e66525;
}

/* line 68, ../sass/global.styles.scss */
.taxonomy-wedding h2 {
  color: #15b2aa;
}

/* line 71, ../sass/global.styles.scss */
h3 {
  color: #76c54d;
}

/* line 145, ../sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings. You can
 * style the .container class but do not add width such as border, padding,
 * margins etc.
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/* line 213, ../sass/global.styles.scss */
#footer {
  padding-top: 20px;
}

/* line 214, ../sass/global.styles.scss */
#block-block-3 {
  margin-bottom: 10px;
  float: left;
}

/* line 215, ../sass/global.styles.scss */
#block-block-2 {
  clear: left;
  float: left;
}

/* line 216, ../sass/global.styles.scss */
#block-block-1 {
  padding-top: 20px;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/* line 235, ../sass/global.styles.scss */
.taxonomy-wedding #leaderboard-wrapper {
  height: 36px;
  background-image: url(../images/leader-bg-blue.jpg);
  background-repeat: repeat-x;
}
/* line 239, ../sass/global.styles.scss */
.taxonomy-wedding #leaderboard-wrapper .container {
  max-width: 1030px;
}

/* line 243, ../sass/global.styles.scss */
.taxonomy-generic #leaderboard-wrapper,
.taxonomy-zoo #leaderboard-wrapper {
  height: 36px;
  background-image: url(../images/leader-bg-green.jpg);
  background-repeat: repeat-x;
}
/* line 248, ../sass/global.styles.scss */
.taxonomy-generic #leaderboard-wrapper .container,
.taxonomy-zoo #leaderboard-wrapper .container {
  max-width: 1030px;
}

/* line 252, ../sass/global.styles.scss */
.taxonomy-park #leaderboard-wrapper {
  height: 36px;
  background-image: url(../images/leader-bg-orange.jpg);
  background-repeat: repeat-x;
}
/* line 256, ../sass/global.styles.scss */
.taxonomy-park #leaderboard-wrapper .container {
  max-width: 1030px;
}

/*
 * Wraps the header
 */
/* line 266, ../sass/global.styles.scss */
#header-wrapper .container {
  max-width: 1030px;
}

/*
 * Wraps the nav elements
 */
/* line 275, ../sass/global.styles.scss */
#nav-wrapper {
  background-image: url(../images/gray-bg-top.jpg);
  background-repeat: repeat-x;
}
/* line 278, ../sass/global.styles.scss */
#nav-wrapper .container {
  max-width: 1060px;
  min-height: 90px;
}

/* line 285, ../sass/global.styles.scss */
.page-node-4 #primary-menu-bar, .page-node-7 #primary-menu-bar, .page-node-8 #primary-menu-bar, .page-node-50 #primary-menu-bar {
  display: none;
}

/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/* line 310, ../sass/global.styles.scss */
#secondary-content-wrapper .container {
  max-width: 1030px;
}

/*
 * Wraps the highlighted content region
 */
/* line 319, ../sass/global.styles.scss */
#highlighted-wrapper .container {
  max-width: 2000px;
}

/*
 * Wraps the main content column
 */
/* line 330, ../sass/global.styles.scss */
#content-wrapper .container {
  max-width: 1030px;
}

/*
 * Wraps the Landing 1 column
 */
/* line 338, ../sass/global.styles.scss */
#landing1-wrapper {
  background-image: url(../images/gray-bg-top.jpg), url(../images/gray-bg-bottom.jpg);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
}
/* line 342, ../sass/global.styles.scss */
#landing1-wrapper .container {
  max-width: 1030px;
}

/*
 * Wraps the Landing 2 column
 */
/* line 351, ../sass/global.styles.scss */
#landing2-wrapper .container {
  max-width: 1030px;
}

/*
 * Wraps the Landing 3 column
 */
/* line 360, ../sass/global.styles.scss */
#landing3-wrapper .container {
  max-width: 2000px;
  text-align: center;
}

/*
 * Wraps the tertiary content/postfix region
 */
/* line 370, ../sass/global.styles.scss */
#tertiary-content-wrapper {
  background-image: url(../images/gray-bg-top.jpg), url(../images/gray-bg-bottom.jpg);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
}
/* line 374, ../sass/global.styles.scss */
#tertiary-content-wrapper .container {
  max-width: 1030px;
}

/*
 * Wraps the contact content region
 */
/* line 384, ../sass/global.styles.scss */
#contact-content-wrapper .container {
  max-width: 1030px;
  padding-bottom: 70px;
}

/* line 389, ../sass/global.styles.scss */
#block-nodeblock-57, #block-nodeblock-58, #block-nodeblock-59, #block-nodeblock-61 {
  text-align: center;
}
/* line 391, ../sass/global.styles.scss */
#block-nodeblock-57 p, #block-nodeblock-58 p, #block-nodeblock-59 p, #block-nodeblock-61 p {
  margin-bottom: 0;
}

/* line 395, ../sass/global.styles.scss */
#block-block-5 {
  max-width: 485px;
  margin: 0 auto;
}

/* line 399, ../sass/global.styles.scss */
.field-name-field-phone-contact {
  float: left;
  padding: 0 12px;
}

/* line 403, ../sass/global.styles.scss */
.field-name-field-email-contact {
  float: left;
  padding: 0 12px;
}

/*
 * Footer wrapper
 */
/* line 410, ../sass/global.styles.scss */
.taxonomy-wedding #footer-wrapper {
  background-image: url(../images/footer-bg-blue.jpg);
  background-repeat: repeat-x;
}

/* line 414, ../sass/global.styles.scss */
.taxonomy-generic #footer-wrapper,
.taxonomy-zoo #footer-wrapper {
  background-image: url(../images/footer-bg-green.jpg);
  background-repeat: repeat-x;
}

/* line 419, ../sass/global.styles.scss */
.taxonomy-park #footer-wrapper {
  background-image: url(../images/footer-bg-orange.jpg);
  background-repeat: repeat-x;
}

/* line 424, ../sass/global.styles.scss */
#footer-wrapper .container {
  max-width: 1254px;
  color: #fff;
  font-size: 12px;
}

/* line 430, ../sass/global.styles.scss */
#block-block-1 {
  float: right;
}

/* line 433, ../sass/global.styles.scss */
#block-block-2 {
  float: left;
}

/* line 437, ../sass/global.styles.scss */
#block-menu-menu-footer-menu li {
  list-style: none;
  float: left;
  padding: 0 0 0 40px;
}
/* line 441, ../sass/global.styles.scss */
#block-menu-menu-footer-menu li a {
  color: #fff;
}

/* line 446, ../sass/global.styles.scss */
.form-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 450, ../sass/global.styles.scss */
.contact-form-left {
  float: left;
}

/* line 453, ../sass/global.styles.scss */
.contact-form-clear {
  clear: left;
}

/* line 456, ../sass/global.styles.scss */
.street-block .form-item {
  float: left;
}

/* line 459, ../sass/global.styles.scss */
#block-webform-client-block-69 {
  max-width: 580px;
  text-align: left;
  margin: 0 auto;
}
/* line 463, ../sass/global.styles.scss */
#block-webform-client-block-69 input {
  max-width: 246px;
  margin: 0 10px;
}
/* line 464, ../sass/global.styles.scss */
#block-webform-client-block-69 select {
  max-width: 220px;
  margin: 0 10px;
}
/* line 465, ../sass/global.styles.scss */
#block-webform-client-block-69 .webform-component-phone input {
  max-width: 155px;
}

/* line 470, ../sass/global.styles.scss */
#addressfield-wrapper input {
  max-width: 246px;
  margin: 0 10px;
}

/* line 475, ../sass/global.styles.scss */
fieldset {
  margin: 20px 2px;
}
/* line 477, ../sass/global.styles.scss */
fieldset legend {
  font-family: "CenturyGothic-Bold";
  font-size: 1.6em;
  font-weight: normal;
  color: #76c54d;
}

/* line 479, ../sass/global.styles.scss */
.submit_button, .webform-submit {
  background: url("/sites/all/themes/atevents/images/button-submit.png") no-repeat scroll center top transparent;
  border: medium none;
  height: 30px !important;
  margin: 0 0 0 5px;
  outline: medium none;
  width: 90px !important;
  text-indent: -5000px;
}

/* line 488, ../sass/global.styles.scss */
#zoochatterform input[type="text"] {
  border-radius: 8px;
  color: #a1a1a1;
  float: left;
  font-size: 87.5%;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
  width: 280px;
  box-sizing: border-box;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
/* line 520, ../sass/global.styles.scss */
#logo {
  padding: 10px 0 0 130px;
  text-align: center;
}
/* line 524, ../sass/global.styles.scss */
#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
/* line 539, ../sass/global.styles.scss */
#site-name {
  margin: 0;
}
/* line 544, ../sass/global.styles.scss */
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
/* line 549, ../sass/global.styles.scss */
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 560, ../sass/global.styles.scss */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 578, ../sass/global.styles.scss */
#page-title {
  margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 596, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 603, ../sass/global.styles.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
/* line 619, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}
/* line 623, ../sass/global.styles.scss */
ul.links.inline {
  display: block;
}
/* line 627, ../sass/global.styles.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
/* line 638, ../sass/global.styles.scss */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
/* line 647, ../sass/global.styles.scss */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}
/* line 653, ../sass/global.styles.scss */
.attribution a {
  text-decoration: none;
  color: inherit;
}
/* line 657, ../sass/global.styles.scss */
.attribution a:hover, .attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 751, ../sass/global.styles.scss */
a {
  text-decoration: none;
}
/* line 754, ../sass/global.styles.scss */
a:link, a:visited {
  color: #10bbb3;
}
/* line 760, ../sass/global.styles.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/* line 771, ../sass/global.styles.scss */
.nav {
  clear: both;
  margin: 10px 0 0;
}
/* line 775, ../sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
/* line 781, ../sass/global.styles.scss */
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 790, ../sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 30px 52px;
  margin-top: 4px;
  color: #707070;
  font-size: 83%;
  font-family: "CenturyGothic-Bold";
  text-align: center;
}
/* line 803, ../sass/global.styles.scss */
.nav li a:hover, .nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {
  color: #10bbb3;
  text-decoration: none;
}
/* line 807, ../sass/global.styles.scss */
.nav .block {
  margin-bottom: 0;
}

/* line 811, ../sass/global.styles.scss */
.taxonomy-generic .nav li a.active {
  color: #10bbb3;
}

/* line 814, ../sass/global.styles.scss */
.taxonomy-zoo .nav li a.active-trail {
  color: #fff;
  background-image: url(../images/nav-bg-green.jpg);
  background-repeat: repeat-x;
}
/* line 818, ../sass/global.styles.scss */
.taxonomy-zoo .nav li a.active-trail:hover, .taxonomy-zoo .nav li a.active-trail:focus {
  color: #fff;
  text-decoration: none;
}

/* line 821, ../sass/global.styles.scss */
.taxonomy-park .nav li a.active-trail {
  color: #fff;
  background-image: url(../images/nav-bg-orange.jpg);
  background-repeat: repeat-x;
}
/* line 825, ../sass/global.styles.scss */
.taxonomy-park .nav li a.active-trail:hover, .taxonomy-park .nav li a.active-trail:focus {
  color: #fff;
  text-decoration: none;
}

/* line 828, ../sass/global.styles.scss */
.taxonomy-wedding .nav li a.active-trail {
  color: #fff;
  background-image: url(../images/nav-bg-blue.jpg);
  background-repeat: repeat-x;
}
/* line 832, ../sass/global.styles.scss */
.taxonomy-wedding .nav li a.active-trail:hover, .taxonomy-wedding .nav li a.active-trail:focus {
  color: #fff;
  text-decoration: none;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 840, ../sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0;
}
/* line 843, ../sass/global.styles.scss */
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 5px 20px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
/* line 856, ../sass/global.styles.scss */
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
/* line 863, ../sass/global.styles.scss */
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
  text-decoration: underline;
}

/*
 * Superfish blocks
 */
/* line 880, ../sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 3px !important;
}
/* line 891, ../sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-family: "CenturyGothic-Bold";
}

/* line 901, ../sass/global.styles.scss */
#block-superfish-1 .sf-depth-1 {
  line-height: 35px;
  width: 135px;
}

/* line 905, ../sass/global.styles.scss */
#block-superfish-1 .sf-depth-2 {
  background-color: #fff;
}

/*
 * Vertical style
 */
/* line 912, ../sass/global.styles.scss */
.sf-vertical {
  width: 100%;
}
/* line 915, ../sass/global.styles.scss */
.sf-vertical li {
  width: 100%;
}
/* line 920, ../sass/global.styles.scss */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 928, ../sass/global.styles.scss */
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
/* line 938, ../sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
/* line 946, ../sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
/* line 956, ../sass/global.styles.scss */
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
/* line 964, ../sass/global.styles.scss */
.at-mt .at-menu-toggle-button {
  margin: 0;
}
/* line 968, ../sass/global.styles.scss */
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 979, ../sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}
/* line 982, ../sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}
/* line 990, ../sass/global.styles.scss */
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 1019, ../sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 1028, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 1035, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
}

/* line 1040, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
/* line 1046, ../sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 1052, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 1089, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
/* line 1098, ../sass/global.styles.scss */
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 1108, ../sass/global.styles.scss */
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 1119, ../sass/global.styles.scss */
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 1132, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 1137, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
/* line 1142, ../sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
/* line 1147, ../sass/global.styles.scss */
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
/* line 1157, ../sass/global.styles.scss */
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
/* line 1166, ../sass/global.styles.scss */
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 1176, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
/* line 1181, ../sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
/* line 1187, ../sass/global.styles.scss */
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1201, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/* line 1228, ../sass/global.styles.scss */
.field-label-inline {
  /* Remove the margin on inline field lables to preserve vertical formatting */
}
/* line 1231, ../sass/global.styles.scss */
.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
/* line 1239, ../sass/global.styles.scss */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
/* line 1268, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
/* line 1273, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
/* line 1278, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
/* line 1392, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1401, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1410, ../sass/global.styles.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/* line 1424, ../sass/global.styles.scss */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
/* line 1462, ../sass/global.styles.scss */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1478, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
/* line 1483, ../sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 1656, ../sass/global.styles.scss */
.node {
  margin-bottom: 0px;
}
/* line 1673, ../sass/global.styles.scss */
.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 1734, ../sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 1740, ../sass/global.styles.scss */
.form-item label {
  font-weight: 700;
}
/* line 1747, ../sass/global.styles.scss */
.form-item .description {
  font-size: 0.85em;
}

/*
 * Highlight marks and form required mark
 */
/* line 1760, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
/* line 1774, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
/* line 1783, ../sass/global.styles.scss */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/* line 1797, ../sass/global.styles.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/*
 * Password confirmation
 */
/* line 1805, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 1815, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 1820, ../sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 1826, ../sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 1836, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 1843, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 1850, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 1856, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 1867, ../sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ccc;
}

/* line 1872, ../sass/global.styles.scss */
tr {
  /* Table row striping */
}
/* line 1874, ../sass/global.styles.scss */
tr.odd {
  background: #fff;
}
/* line 1879, ../sass/global.styles.scss */
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}
/* line 1890, ../sass/global.styles.scss */
tr.odd td.active {
  background-color: #eee;
}
/* line 1894, ../sass/global.styles.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
/* line 1917, ../sass/global.styles.scss */
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* line 1933, ../sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 1938, ../sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 1974, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}
/* line 1978, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 1986, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
/* line 1993, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}
/* line 1997, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 2010, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 2019, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 2028, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}
/* line 2031, ../sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   OTHER
 * ========================================================================== */
/* Leaderboard  */
/* line 2045, ../sass/global.styles.scss */
#block-block-4 {
  float: right;
  font-size: 12px;
  color: #fff;
  font-family: "CenturyGothic-Bold";
  font-weight: normal;
}
/* line 2051, ../sass/global.styles.scss */
#block-block-4 span.follow-us-link {
  margin: 9px 0px 0px 10px;
  float: right;
}
/* line 2055, ../sass/global.styles.scss */
#block-block-4 span.follow-us {
  line-height: 36px;
}

/* line 2060, ../sass/global.styles.scss */
#block-superfish-2 {
  display: none;
}

/* line 2065, ../sass/global.styles.scss */
.view-promos .views-row {
  float: left;
}
/* line 2067, ../sass/global.styles.scss */
.view-promos .views-row img {
  margin: 0;
}
/* line 2071, ../sass/global.styles.scss */
.view-promos .views-row-1, .view-promos .views-row-2 {
  margin-right: 19px;
}

/* line 2077, ../sass/global.styles.scss */
#block-ds-extras-hero-image .block-content {
  max-width: 100%;
  overflow: hidden;
}

/* line 2081, ../sass/global.styles.scss */
.views-field-field-hero-2000x603,
.field-name-field-hero-image-2000x374 {
  width: 2000px;
  position: relative;
  left: 50%;
  margin-left: -1000px;
}

/* line 2090, ../sass/global.styles.scss */
#main-content {
  text-align: center;
}

/* line 2094, ../sass/global.styles.scss */
.page-node-10 #main-content,
.page-node-11 #main-content {
  text-align: left;
}

/* =============================================================================
 *    Venues Pages Slideshows
      *numbers in the classes are taxonomy node ID#
 * ========================================================================== */
/* line 2105, ../sass/global.styles.scss */
.venue-gallery-32, .venue-gallery-35, .venue-gallery-37, .venue-gallery-17, .venue-gallery-20, .venue-gallery-22, .venue-gallery-23, .venue-gallery-90, .venue-gallery-93, .venue-gallery-94, .venue-gallery-96, .venue-gallery-101, .venue-gallery-97 {
  clear: both;
}
/* line 2107, ../sass/global.styles.scss */
.venue-gallery-32 div.venue-image, .venue-gallery-35 div.venue-image, .venue-gallery-37 div.venue-image, .venue-gallery-17 div.venue-image, .venue-gallery-20 div.venue-image, .venue-gallery-22 div.venue-image, .venue-gallery-23 div.venue-image, .venue-gallery-90 div.venue-image, .venue-gallery-93 div.venue-image, .venue-gallery-94 div.venue-image, .venue-gallery-96 div.venue-image, .venue-gallery-101 div.venue-image, .venue-gallery-97 div.venue-image {
  float: left;
  margin-right: 44px;
  max-width: 50%;
}
/* line 2112, ../sass/global.styles.scss */
.venue-gallery-32 .venue-text, .venue-gallery-35 .venue-text, .venue-gallery-37 .venue-text, .venue-gallery-17 .venue-text, .venue-gallery-20 .venue-text, .venue-gallery-22 .venue-text, .venue-gallery-23 .venue-text, .venue-gallery-90 .venue-text, .venue-gallery-93 .venue-text, .venue-gallery-94 .venue-text, .venue-gallery-96 .venue-text, .venue-gallery-101 .venue-text, .venue-gallery-97 .venue-text {
  text-align: left;
}
/* line 2115, ../sass/global.styles.scss */
.venue-gallery-32 .venue-text-container, .venue-gallery-35 .venue-text-container, .venue-gallery-37 .venue-text-container, .venue-gallery-17 .venue-text-container, .venue-gallery-20 .venue-text-container, .venue-gallery-22 .venue-text-container, .venue-gallery-23 .venue-text-container, .venue-gallery-90 .venue-text-container, .venue-gallery-93 .venue-text-container, .venue-gallery-94 .venue-text-container, .venue-gallery-96 .venue-text-container, .venue-gallery-101 .venue-text-container, .venue-gallery-97 .venue-text-container {
  display: table-cell;
  height: 483px;
  vertical-align: middle;
}

/* line 2123, ../sass/global.styles.scss */
.page-node-2 #content-wrapper .block, .page-node-3 #content-wrapper .block, .page-node-7 #content-wrapper .block, .page-node-8 #content-wrapper .block {
  margin-bottom: 0;
}

/* line 2128, ../sass/global.styles.scss */
#block-ds-extras-body-venues {
  margin-bottom: 20px;
}

/* line 2132, ../sass/global.styles.scss */
.venue-gallery-31, .venue-gallery-33, .venue-gallery-34, .venue-gallery-36, .venue-gallery-18, .venue-gallery-21, .venue-gallery-89, .venue-gallery-91, .venue-gallery-92, .venue-gallery-100, .venue-gallery-98, .venue-gallery-99, .venue-gallery-102 {
  clear: both;
}
/* line 2134, ../sass/global.styles.scss */
.venue-gallery-31 div.venue-image, .venue-gallery-33 div.venue-image, .venue-gallery-34 div.venue-image, .venue-gallery-36 div.venue-image, .venue-gallery-18 div.venue-image, .venue-gallery-21 div.venue-image, .venue-gallery-89 div.venue-image, .venue-gallery-91 div.venue-image, .venue-gallery-92 div.venue-image, .venue-gallery-100 div.venue-image, .venue-gallery-98 div.venue-image, .venue-gallery-99 div.venue-image, .venue-gallery-102 div.venue-image {
  float: right;
  margin-left: 44px;
  max-width: 50%;
}
/* line 2139, ../sass/global.styles.scss */
.venue-gallery-31 .venue-text, .venue-gallery-33 .venue-text, .venue-gallery-34 .venue-text, .venue-gallery-36 .venue-text, .venue-gallery-18 .venue-text, .venue-gallery-21 .venue-text, .venue-gallery-89 .venue-text, .venue-gallery-91 .venue-text, .venue-gallery-92 .venue-text, .venue-gallery-100 .venue-text, .venue-gallery-98 .venue-text, .venue-gallery-99 .venue-text, .venue-gallery-102 .venue-text {
  text-align: left;
}
/* line 2142, ../sass/global.styles.scss */
.venue-gallery-31 .venue-text-container, .venue-gallery-33 .venue-text-container, .venue-gallery-34 .venue-text-container, .venue-gallery-36 .venue-text-container, .venue-gallery-18 .venue-text-container, .venue-gallery-21 .venue-text-container, .venue-gallery-89 .venue-text-container, .venue-gallery-91 .venue-text-container, .venue-gallery-92 .venue-text-container, .venue-gallery-100 .venue-text-container, .venue-gallery-98 .venue-text-container, .venue-gallery-99 .venue-text-container, .venue-gallery-102 .venue-text-container {
  display: table-cell;
  height: 483px;
  vertical-align: middle;
}

/* line 2148, ../sass/global.styles.scss */
.views-item-ceremony {
  color: #f66a4f;
  font-size: 24px;
  padding-left: 15px;
}

/* line 2154, ../sass/global.styles.scss */
#block-ds-extras-landing-body {
  padding: 70px 0;
  margin: 20px 0 0;
}
/* line 2157, ../sass/global.styles.scss */
#block-ds-extras-landing-body .field-name-field-body-image {
  float: left;
  margin-right: 20px;
  max-width: 46%;
}
/* line 2162, ../sass/global.styles.scss */
#block-ds-extras-landing-body .field-name-body {
  float: left;
  width: 50%;
}
/* line 2165, ../sass/global.styles.scss */
#block-ds-extras-landing-body .field-name-body h2 {
  margin-top: 0;
}

/* line 2170, ../sass/global.styles.scss */
.section-weddings #block-ds-extras-landing-body .field-name-body {
  float: none;
  width: 100%;
  text-align: center;
}

/* line 2179, ../sass/global.styles.scss */
#block-views-list-item-icon-views-block-2 {
  text-align: center;
}
/* line 2182, ../sass/global.styles.scss */
#block-views-list-item-icon-views-block-2 .view-content .views-row {
  width: 20%;
  float: left;
  text-align: center;
  font-family: "CenturyGothic-Bold";
  color: #15b2aa;
}
/* line 2188, ../sass/global.styles.scss */
#block-views-list-item-icon-views-block-2 .view-content .views-row .field-item {
  width: 100%;
}

/* line 2194, ../sass/global.styles.scss */
#block-views-list-item-icon-views-block-1 {
  text-align: center;
}
/* line 2196, ../sass/global.styles.scss */
#block-views-list-item-icon-views-block-1 .view-content {
  max-width: 606px;
  margin: 0 auto;
}
/* line 2199, ../sass/global.styles.scss */
#block-views-list-item-icon-views-block-1 .view-content .views-row {
  width: 200px;
  float: left;
  text-align: center;
  font-family: "CenturyGothic-Bold";
  color: #15b2aa;
}

/* line 2210, ../sass/global.styles.scss */
#block-nodeblock-48 {
  text-align: center;
}
/* line 2213, ../sass/global.styles.scss */
#block-nodeblock-48 .field-name-field-list-items .field-item {
  width: 20%;
  float: left;
  text-align: center;
  font-family: "CenturyGothic-Bold";
  color: #15b2aa;
}
/* line 2219, ../sass/global.styles.scss */
#block-nodeblock-48 .field-name-field-list-items .field-item .field-item {
  width: 100%;
}

/* line 2225, ../sass/global.styles.scss */
#block-nodeblock-49 {
  text-align: center;
}
/* line 2227, ../sass/global.styles.scss */
#block-nodeblock-49 .field-name-field-list-items {
  max-width: 606px;
  margin: 0 auto;
}
/* line 2230, ../sass/global.styles.scss */
#block-nodeblock-49 .field-name-field-list-items .field-item {
  width: 200px;
  float: left;
  text-align: center;
  font-family: "CenturyGothic-Bold";
  color: #15b2aa;
}

/* line 2240, ../sass/global.styles.scss */
.nav li.menu-916, .nav ul.menu li.menu-916,
.nav li.menu-917, .nav ul.menu li.menu-917 {
  display: none;
}

/* line 2245, ../sass/global.styles.scss */
#block-views-testimonials-block, #block-views-testimonials-block-1 {
  max-width: 750px;
  padding: 75px 0;
  text-align: center;
  margin: 0 auto;
}
/* line 2250, ../sass/global.styles.scss */
#block-views-testimonials-block .views-field-field-testimonial-quote, #block-views-testimonials-block-1 .views-field-field-testimonial-quote {
  font-family: "CenturyGothic-Italic";
  line-height: 39px;
}
/* line 2253, ../sass/global.styles.scss */
#block-views-testimonials-block .views-field-field-testimonial-quote span, #block-views-testimonials-block-1 .views-field-field-testimonial-quote span {
  font-weight: bold;
  font-size: 32px;
}
/* line 2258, ../sass/global.styles.scss */
#block-views-testimonials-block .flexslider, #block-views-testimonials-block-1 .flexslider {
  background: none;
}
/* line 2261, ../sass/global.styles.scss */
#block-views-testimonials-block .flex-control-nav, #block-views-testimonials-block-1 .flex-control-nav {
  bottom: -40px;
}
/* line 2264, ../sass/global.styles.scss */
#block-views-testimonials-block .flex-direction-nav, #block-views-testimonials-block-1 .flex-direction-nav {
  display: none transparent;
}

/*  WEDDING GALLERY */
/* line 2274, ../sass/global.styles.scss */
.page-node-50 ol.flex-control-thumbs {
  margin-bottom: -75px;
}
/* line 2277, ../sass/global.styles.scss */
.page-node-50 .flex-control-thumbs img {
  max-width: 98px;
}
/* line 2280, ../sass/global.styles.scss */
.page-node-50 .flex-control-thumbs li {
  width: 9%;
  float: left;
  margin: 3px;
  border: 2px solid #000;
}
/* line 2286, ../sass/global.styles.scss */
.page-node-50 ul.pager {
  margin-top: 70px;
}
/* line 2289, ../sass/global.styles.scss */
.page-node-50 .flex-direction-nav a {
  width: 36px;
  height: 58px;
  margin: -29px 0px 0px;
  background-color: #10bbb3;
  display: inherit;
  opacity: 1;
}
/* line 2297, ../sass/global.styles.scss */
.page-node-50 .flexslider:hover .flex-prev {
  opacity: 1;
  left: -36px;
}
/* line 2301, ../sass/global.styles.scss */
.page-node-50 .flexslider:hover .flex-next {
  opacity: 1;
  right: -36px;
}
/* line 2305, ../sass/global.styles.scss */
.page-node-50 .flex-direction-nav .flex-prev {
  left: -36px;
}
/* line 2308, ../sass/global.styles.scss */
.page-node-50 .flex-next {
  right: -36px;
}
/* line 2311, ../sass/global.styles.scss */
.page-node-50 .flex-direction-nav a.flex-next:before {
  font-size: 30px;
  padding: 18px 8px 0 5px;
}
/* line 2315, ../sass/global.styles.scss */
.page-node-50 .flex-direction-nav a.flex-prev:before {
  font-size: 30px;
  padding: 18px 9px;
}
/* line 2319, ../sass/global.styles.scss */
.page-node-50 #flexslider-thumbs .slides li {
  width: 101px !important;
  margin: 2px;
}

/* =============================================================================
 *   Mobile Menu Button
 * ========================================================================== */
/* line 2329, ../sass/global.styles.scss */
#menu-attached-button.left {
  background-color: transparent;
  background-image: url(/sites/all/themes/atevents/images/mobile-menu-icon.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  border: none;
  font-weight: bold;
  right: -68px;
  top: 5px;
}

/* line 2339, ../sass/global.styles.scss */
#menu-attached-button {
  background-color: transparent;
  color: #FFF;
  cursor: pointer;
  height: 20px;
  padding: 5px 5px 5px 10px !important;
  position: absolute;
  width: 36px !important;
  background-image: url(/sites/all/themes/atevents/images/mobile-menu-icon.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -5000px;
}

/* =============================================================================
 *   Mobile Menu
 * ========================================================================== */
/* line 2358, ../sass/global.styles.scss */
#mobile-menu, .mobile-menu {
  background-color: #fff;
  background-image: url(/sites/all/themes/atparktheme/images/mobile-navigation-bg.jpg);
  background-repeat: repeat;
}

/* line 2365, ../sass/global.styles.scss */
#mobile-menu-wrapper .sf-depth-1, #mobile-menu-wrapper .sf-depth-2 {
  font-family: "CenturyGothic-Bold";
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  color: #15b2aa;
}
/* line 2372, ../sass/global.styles.scss */
#mobile-menu-wrapper .sf-item-1.sf-depth-1, #mobile-menu-wrapper .sf-item-1.sf-depth-1 a, #mobile-menu-wrapper .sf-item-1.sf-depth-1 a:visited {
  color: #15b2aa;
  background-color: #FFFFFF;
}
/* line 2376, ../sass/global.styles.scss */
#mobile-menu-wrapper .sf-depth-2 {
  font-size: 15px;
  color: #707070;
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-child.gif) !important;
  background-repeat: no-repeat;
}
/* line 2382, ../sass/global.styles.scss */
#mobile-menu-wrapper span.sf-depth-2 {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-child-closed.gif) !important;
}
/* line 2385, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active li.active span.sf-depth-2 {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-child-active.gif) !important;
}
/* line 2388, ../sass/global.styles.scss */
#mobile-menu-wrapper .sf-depth-3 {
  font-family: "CenturyGothic-Bold";
  font-weight: normal;
  color: #fff;
  text-transform: none;
  font-size: 15px;
  background-image: url(/sites/all/themes/atparktheme/images/mobile-navigation-family-item-bg.jpg);
  background-repeat: repeat-x;
}
/* line 2398, ../sass/global.styles.scss */
#mobile-menu-wrapper a, #mobile-menu-wrapper ul li a, #mobile-menu-wrapper li ul li a, #mobile-menu-wrapper li span, #mobile-menu-wrapper #mobile-menu li ul li ul li a, #mobile-menu-wrapper #mobile-menu li ul li.item-with-ul > * > a {
  padding: 18px 0 17px 63px;
  width: 100%;
  cursor: pointer;
}
/* line 2399, ../sass/global.styles.scss */
#mobile-menu-wrapper ul li {
  padding: 0;
}
/* line 2400, ../sass/global.styles.scss */
#mobile-menu-wrapper ul li ul li, #mobile-menu-wrapper li ul li {
  padding: 0;
}
/* line 2401, ../sass/global.styles.scss */
#mobile-menu-wrapper #mobile-menu li, #mobile-menu-wrapper .mobile-menu li, #mobile-menu-wrapper #mobile-menu li.item-with-ul > *:first-child, #mobile-menu-wrapper .mobile-menu li.item-with-ul > *:first-child {
  border: none;
}
/* line 2402, ../sass/global.styles.scss */
#mobile-menu-wrapper #mobile-menu li.item-with-ul > *:first-child, #mobile-menu-wrapper .mobile-menu li.item-with-ul > *:first-child {
  background-image: none;
  background-position: top left;
}
/* line 2404, ../sass/global.styles.scss */
#mobile-menu-wrapper .sf-depth-1 {
  color: #15b2aa;
}
/* line 2407, ../sass/global.styles.scss */
#mobile-menu-wrapper .sf-depth-1 .menu-mobile-family {
  color: #fff;
  background-image: url(/sites/all/themes/atparktheme/images/mobile-navigation-family-item-bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-left: 18px;
}
/* line 2414, ../sass/global.styles.scss */
#mobile-menu-wrapper span.menu-mobile-family {
  float: left;
}
/* line 2415, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-mobile-logo {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-logo.gif) !important;
  background-repeat: no-repeat;
  text-indent: -5000px;
}
/* line 2420, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-plan-your-day {
  background-color: #f1ede6;
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-plan-your-day.gif) !important;
  background-repeat: no-repeat;
}
/* line 2425, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-safari-tickets-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-safaris-parent.gif) !important;
  background-repeat: no-repeat;
}
/* line 2429, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active span.menu-safari-tickets-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-safaris-parent-active.gif) !important;
  background-repeat: no-repeat;
}
/* line 2433, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-cart-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-cart-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2437, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-cheetah-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-cheetah-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2441, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-jungle-ropes-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-jungle-ropes-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2445, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-behind-the-scenes-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-behind-the-scenes-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2449, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-caravan-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-caravan-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2453, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-flightline-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-flightline-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2457, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-roar-snore-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-roar-snore-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2461, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-ultimate-safari {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-ultimate-safari.gif) !important;
  background-repeat: no-repeat;
}
/* line 2465, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-view-all-safaris {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-view-all-safaris.gif) !important;
  background-repeat: no-repeat;
}
/* line 2471, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-plan-your-day {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-plan-your-day.gif) !important;
  background-repeat: no-repeat;
}
/* line 2475, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active span.menu-plan-your-day {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-plan-your-day-active.gif) !important;
  background-repeat: no-repeat;
}
/* line 2482, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-experiences-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-experiences-parent.gif) !important;
  background-repeat: no-repeat;
}
/* line 2486, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active span.menu-experiences-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-experiences-parent-active.gif) !important;
  background-repeat: no-repeat;
}
/* line 2493, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-visitor-info-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-visitor-info-parent.gif) !important;
  background-repeat: no-repeat;
}
/* line 2497, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active span.menu-visitor-info-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-visitor-info-parent-active.gif) !important;
  background-repeat: no-repeat;
}
/* line 2503, ../sass/global.styles.scss */
#mobile-menu-wrapper a.menu-animals-plants {
  background-color: #f1ede6;
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-animals-plants.gif) !important;
  background-repeat: no-repeat;
}
/* line 2509, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-videos-cams-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-videos-cams-parent.gif) !important;
  background-repeat: no-repeat;
}
/* line 2513, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active span.menu-videos-cams-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-videos-cams-parent-active.gif) !important;
  background-repeat: no-repeat;
}
/* line 2519, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-support-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-support-parent.gif) !important;
  background-repeat: no-repeat;
}
/* line 2523, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active span.menu-support-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-support-parent-active.gif) !important;
  background-repeat: no-repeat;
}
/* line 2528, ../sass/global.styles.scss */
#mobile-menu-wrapper li span.menu-follow-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-follow-parent.gif) !important;
  background-repeat: no-repeat;
}
/* line 2532, ../sass/global.styles.scss */
#mobile-menu-wrapper li.active span.menu-follow-parent {
  background-image: url(/sites/all/themes/atparktheme/images/mobile-menu-bg-follow-parent-active.gif) !important;
  background-repeat: no-repeat;
}
