/****** FILE: themes/park/css/main.css *****/
/********************	Typography
\********************/
/********************	Colors
\********************/
/********************	Responsive Grid
\********************/
/*	prefixes all selectors in all breakpoints up to $ie-breakpoint with .ie
	ensures IE<9 gets these rules that would otherwise be hidden inside a media query
	requires an element with .ie to wrap all elements in only IE<9, for example http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
*/
/********************	Buttons
\********************/
/********************	Messages
\********************/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

/* small >>> large */
/* small <<< large */
/* between specified breakpoints */
.grid {
  margin-left: -0.5em;
  margin-right: -0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.grid img {
  max-width: 100%;
  height: auto;
}

.contact-details, .footer-menu, .sidebar-wrapper, .gardening-main-content, .gardening-side-bar, .menu-list, .menu-list--files, .base-image-block .img-blk, .level-1 > li, .level-2 .submenu, .content-blocks, .content-block-wrapper, .visit-text, .visit-map, .visit-details-wrapper {
  display: inline-block;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  vertical-align: top;
  margin-right: -0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *display: inline;
  *zoom: 1;
  *behavior: url(/themes/webint/thirdparty/boxsizing.htc);
}

.grid-no-gutter .contact-details, .grid-no-gutter .footer-menu, .grid-no-gutter .sidebar-wrapper, .grid-no-gutter .gardening-main-content, .grid-no-gutter .gardening-side-bar, .grid-no-gutter .menu-list, .grid-no-gutter .menu-list--files, .grid-no-gutter .base-image-block .img-blk, .base-image-block .grid-no-gutter .img-blk, .grid-no-gutter .level-1 > li, .grid-no-gutter .level-2 .submenu, .level-2 .grid-no-gutter .submenu, .grid-no-gutter .content-blocks, .grid-no-gutter .content-block-wrapper, .grid-no-gutter .visit-text, .grid-no-gutter .visit-map, .grid-no-gutter .visit-details-wrapper {
  padding-left: 0;
  padding-right: 0;
}

/*
	used to hold content within grid columns, purposes:
		- decouples ems from grid-items and their content
*/
.contact-details, .sidebar-wrapper, .gardening-main-content, .gardening-side-bar, .menu-list, .menu-list--files, .base-image-block .img-blk, .level-1 > li, .level-2 .submenu, .content-blocks, .content-block-wrapper, .visit-text, .visit-map, .visit-details-wrapper {
  width: 100%;
}

.footer-menu {
  width: 33.33333%;
}

@media only all and (min-width: 32em) {
  .level-2 .submenu {
    width: 50%;
  }
}

.ie .level-2 .submenu, .level-2 .ie .submenu {
  width: 50%;
}

@media only all and (min-width: 45em) {
  .content-block-wrapper, .visit-details-wrapper {
    width: 50%;
  }
  .menu-list, .menu-list--files, .base-image-block .img-blk {
    width: 33.33333%;
  }
  .level-1 > li {
    width: 16.66667%;
  }
}

.ie .content-block-wrapper, .ie .visit-details-wrapper {
  width: 50%;
}

.ie .menu-list, .ie .menu-list--files, .ie .base-image-block .img-blk, .base-image-block .ie .img-blk {
  width: 33.33333%;
}

.ie .level-1 > li {
  width: 16.66667%;
}

@media only all and (min-width: 58em) {
  .visit-text, .visit-map {
    width: 50%;
  }
  .sidebar-wrapper, .gardening-side-bar, .visit-details-wrapper {
    width: 33.33333%;
  }
  .contact-details, .gardening-main-content {
    width: 66.66667%;
  }
  .level-2 .submenu {
    width: 25%;
  }
}

.ie .visit-text, .ie .visit-map {
  width: 50%;
}

.ie .sidebar-wrapper, .ie .gardening-side-bar, .ie .visit-details-wrapper {
  width: 33.33333%;
}

.ie .contact-details, .ie .gardening-main-content {
  width: 66.66667%;
}

.ie .level-2 .submenu, .level-2 .ie .submenu {
  width: 25%;
}

@media only all and (min-width: 71em) {
  .content-blocks {
    width: 66.66667%;
  }
}

.ie .content-blocks {
  width: 66.66667%;
}

/*
	Responsive visual aids
*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.field {
  margin: 0.5em 0;
  clear: both;
}

.field label.left {
  padding: 0.3em 0;
}

.field.confirmedpassword > .middleColumn {
  margin-left: 0;
}

.field.confirmedpassword .showOnClickContainer {
  padding: 0.5em 1em;
  margin-top: 0.5em;
  background: #EFF1F4;
}

.field input.text,
.field textarea,
.field select {
  padding: 0.3em 0.45em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3d0251;
}

.field input.text:focus,
.field textarea:focus,
.field select:focus {
  border-color: #809900;
}

@media only all and (min-width: 32em) {
  .field label.left {
    float: left;
    display: block;
    width: 10em;
  }
}

.ie .field label.left {
  float: left;
  display: block;
  width: 10em;
}

@media only all and (min-width: 32em) {
  .middleColumn {
    margin-left: 10em;
  }
}

.ie .middleColumn {
  margin-left: 10em;
}

.optionset {
  list-style: none;
  margin: 0;
}

.optionset li {
  list-style-image: none;
}

.optionset li {
  margin-left: 1em;
}

.optionset li label {
  margin-left: 0.4em;
}

.field.checkbox {
  margin-left: 10em;
  padding-left: 1em;
}

.field.checkbox label {
  margin-left: 0.4em;
}

.Actions {
  text-align: center;
}

.Actions.stacked {
  margin-left: 0;
}

@media only all and (min-width: 45em) {
  .Actions {
    margin-left: 10em;
    text-align: left;
  }
}

.ie .Actions {
  margin-left: 10em;
  text-align: left;
}

.ss-uploadfield [data-icon]:before {
  content: "";
}

a {
  color: #809900;
}

a:hover {
  color: #95b300;
}

a:active {
  color: #6b8000;
}

.button, .branded-button, .info-button, .ss-uploadfield .ss-ui-button, .success-button {
  background-color: #999;
  padding: 0.45em 0.65em;
  color: #FFF;
  text-decoration: none;
  font-size: 0.9em;
  display: inline-block;
  border: none;
  border-radius: 0.3em;
  line-height: 120%;
}

.button:visited, .branded-button:visited, .info-button:visited, .ss-uploadfield .ss-ui-button:visited, .success-button:visited {
  color: #FFF;
}

.branded-button {
  background-color: #809900;
  text-shadow: 0 1px 0 #404d00;
}

.branded-button:hover {
  background-color: #95b300;
  color: #FFF;
  text-decoration: none;
}

.branded-button:active {
  background-color: #6b8000;
  box-shadow: inset 0 0.1em 0.3em #404d00;
  color: #e6ebcc;
  outline: none;
}

.info-button, .ss-uploadfield .ss-ui-button {
  background-color: #509be3;
  text-shadow: 0 1px 0 #2075c7;
}

.info-button:hover, .ss-uploadfield .ss-ui-button:hover {
  background-color: #66a8e7;
  color: #FFF;
  text-decoration: none;
}

.info-button:active, .ss-uploadfield .ss-ui-button:active {
  background-color: #3a8edf;
  box-shadow: inset 0 0.1em 0.3em #2075c7;
  color: #dcebf9;
  outline: none;
}

.success-button {
  background-color: #83dd3a;
  text-shadow: 0 1px 0 #5ead1e;
}

.success-button:hover {
  background-color: #91e150;
  color: #FFF;
  text-decoration: none;
}

.success-button:active {
  background-color: #75d825;
  box-shadow: inset 0 0.1em 0.3em #5ead1e;
  color: #e6f8d8;
  outline: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

img.left {
  float: left;
  margin: 0.4em 1em 0.4em 0em;
  max-width: 50%;
  width: auto;
  height: auto;
}

img.right {
  float: right;
  margin: 0.4em 0em 0.4em 1em;
  max-width: 50%;
  width: auto;
  height: auto;
}

img.center {
  max-width: 100%;
  width: auto;
  height: auto;
  clear: both;
  display: block;
  margin: 0 auto;
}

.captionImage {
  max-width: 100%;
  position: relative;
  margin: 1.5em 0;
}

.captionImage img {
  max-width: 100%;
  display: block;
}

.captionImage .caption {
  margin: 0;
  font-size: 0.8em;
  padding: 0.8em;
  background-color: #809900;
  color: #FFF;
}

.rgba .captionImage .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

ul {
  padding: 0;
  margin: 0.5em 0 0.5em 2em;
}

ul li {
  margin: 0.3em 0;
}

p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0.6em 0 0.6em;
  line-height: 130%;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
  font-weight: 700;
}

h6 {
  font-size: 0.85em;
  font-weight: 700;
}

strong, b {
  font-weight: bold;
}

blockquote {
  font-style: italic;
}

.codesnippet {
  padding: 1em;
  font-family: monospace;
  background-color: #EEE;
}

.button-group {
  display: inline-block;
  position: relative;
}

.button-group .button-dropdown {
  position: absolute;
  top: 100%;
  left: -9001px;
  font-size: 14px;
  background-color: #FFF;
  min-width: 100%;
  margin: 0.4em 0 0 0;
  border: 1px solid #999;
  padding: 0.5em;
  border-top-color: #BBB;
  border-top-color: #888;
  border-radius: 0.3em;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.button-group .button-dropdown:before, .button-group .button-dropdown:after {
  position: absolute;
  bottom: 100%;
  left: 6px;
  content: "";
  border-bottom: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.button-group .button-dropdown:after {
  left: 7px;
  border-width: 5px;
  border-bottom-color: #FFF;
}

.button-group.open .button-dropdown {
  left: 0;
}

.button-group.right.open .button-dropdown {
  left: auto;
  right: 0;
}

.button-group.right .button-dropdown:before {
  left: auto;
  right: 6px;
}

.button-group.right .button-dropdown:after {
  left: auto;
  right: 7px;
}

.button-group .menu {
  line-height: 1em;
  list-style: none;
  padding: 0.4em 0;
}

.button-group .menu a {
  display: block;
  padding: 0.4em 1.5em 0.4em 1em;
  color: #333;
}

.button-group .menu a:hover {
  text-decoration: none;
  background-color: #809900;
  color: #FFF;
}

.button-group .menu li {
  margin: 0;
}

.button-group .menu .divider {
  border-top: 1px solid #BBB;
  margin: 0.3em 0;
}

.button-group .menu .current {
  font-weight: bold;
}

.pagination {
  zoom: 1;
}

.pagination:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.message, .info-message, .success-message, .alert-message, .disabled-message {
  background-color: #999;
  padding: 0.45em 0.65em;
  color: #FFF;
  text-decoration: none;
  font-size: 1em;
  display: block;
  border-radius: 0.3em;
  line-height: 120%;
  clear: both;
}

.message a, .info-message a, .success-message a, .alert-message a, .disabled-message a {
  color: #FFF;
  font-weight: bold;
  border-bottom: 1px dotted #FFF;
}

.message a:hover, .info-message a:hover, .success-message a:hover, .alert-message a:hover, .disabled-message a:hover {
  text-decoration: none;
}

.info-message {
  background-color: #509be3;
}

.success-message {
  background-color: #6ac223;
}

.alert-message {
  background-color: #c22323;
}

.disabled-message {
  background-color: #999;
}

body {
  font-family: "source-sans-pro", Arial, sans-serif;
  font-size: 16px;
  background: url(../images/flower-bg-one.jpg) top center no-repeat;
  color: #4B4848;
}

.content-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
  clear: both;
}

.small-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
  clear: both;
}

.small-content-wrapper .header-image img {
  width: 100%;
}

.small-content-wrapper .article-date {
  color: gray;
}

.bold-red {
  color: #d62013;
}

.bold-blue {
  color: #1480d6;
}

.bold-green {
  color: #00ad00;
}

.footer {
  background-color: #576801;
  background: url(../images/flower-bg-two.png) center -585px no-repeat #576801;
  color: #B7C37A;
  padding-bottom: 6em;
  padding-top: 1em;
}

.footer h4 {
  font-weight: 600;
}

.footer p {
  margin: 0;
}

.contact-details h4 {
  margin-top: 0;
}

.footer-menu {
  display: none;
}

.footer-menu a {
  text-decoration: none;
}

.footer-menu h4 {
  margin: 0;
}

@media only all and (min-width: 58em) {
  .footer-menu {
    display: inline-block;
  }
}

.ie .footer-menu {
  display: inline-block;
}

.sidebar-wrapper {
  background-color: white;
  padding: 1em 1.5em;
  display: none;
}

.sidebar-wrapper > :first-child {
  margin-top: 0;
  color: #9A31C2;
  font-weight: 600;
}

@media only all and (min-width: 71em) {
  .sidebar-wrapper {
    display: inline-block;
  }
}

.ie .sidebar-wrapper {
  display: inline-block;
}

.media-stream-content button {
  width: 49%;
  background-color: #BABCBA;
  color: white;
  border: 0px;
  padding: .5em;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
}

.media-stream-content button.active {
  background-color: #809900;
}

.media-stream-list {
  position: relative;
  margin-bottom: 1em;
  min-height: 160px;
}

.media-stream-list a {
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px solid #E4E4E4;
  padding: 1em 0;
}

.media-stream-list img {
  float: left;
  margin-right: 1em;
}

.media-stream-list h4 {
  margin-top: 0;
  font-weight: 600;
}

.media-stream-list p {
  margin: .5em 0;
  color: #4B4848;
}

.media-stream-list span {
  display: block;
  color: #BABCBA;
  font-size: .9em;
}

.news-sidebar-btn {
  width: 49%;
  background-color: #809900;
  color: white;
  border: 0px;
  padding: .5em;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#Form_ContactForm {
  margin-bottom: 4em;
}

#Form_ContactForm .field label.left {
  float: none;
}

#Form_ContactForm .middleColumn, #Form_ContactForm .Actions {
  margin-left: 0;
}

#Form_ContactForm .field input.text, #Form_ContactForm .field textarea, #Form_ContactForm .field select {
  border: 0;
  background-color: #E4E4E4;
}

#Form_ContactForm .button, #Form_ContactForm .branded-button, #Form_ContactForm .info-button, #Form_ContactForm .ss-uploadfield .ss-ui-button, .ss-uploadfield #Form_ContactForm .ss-ui-button, #Form_ContactForm .success-button {
  background-color: #9A31C2;
  padding: .5em 2em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
}

.breadcrums-block {
  max-width: 1215px;
  margin: 0 auto;
  box-sizing: border-box;
}

.breadcrums-block .small-width {
  background-color: rgba(237, 237, 237, 0.52);
  padding: .3em 1em;
}

@media only all and (min-width: 45em) and (max-width: 71em) {
  .breadcrums-block {
    margin: 0 1em;
  }
}

/************************************ News and Events page styling **************************/
/******* these styles mostly overwrite from the homepage sidebar styling ********************/
.news-page-title {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #9b9b9b;
}

.NewAndEventPage .media-stream-content button {
  width: 32%;
}

@media only all and (min-width: 32em) {
  .NewAndEventPage .media-stream-content button {
    width: auto;
    padding: .5em 2em;
  }
}

.ie .NewAndEventPage .media-stream-content button {
  width: auto;
  padding: .5em 2em;
}

.NewAndEventPage .main-media-stream-filters {
  text-align: center;
}

.NewAndEventPage .media-stream-item {
  padding: 0;
  margin: 1em 0;
  background-color: #F2F0F2;
  width: 100%;
}

.NewAndEventPage .media-stream-item h4 {
  margin-top: .4em;
}

@media only all and (min-width: 45em) {
  .NewAndEventPage .media-stream-item {
    width: 48%;
  }
}

.ie .NewAndEventPage .media-stream-item {
  width: 48%;
}

@media only all and (min-width: 71em) {
  .NewAndEventPage .media-stream-item {
    width: 49%;
  }
}

.ie .NewAndEventPage .media-stream-item {
  width: 49%;
}

/************************************ Gift page styling **************************/
.gift-page-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #9b9b9b;
}

.gift-blocks-wrapper {
  margin: 0 auto;
}

.gift-blocks-wrapper .yellow {
  background-color: #FFFAE2;
}

.gift-blocks-wrapper .purple {
  background-color: #F3F0F4;
}

.gift-blocks-wrapper .green {
  background-color: #F1F2EA;
}

.gift-block {
  width: 390px;
  margin: .5em;
  box-sizing: border-box;
  height: auto;
  min-height: 200px;
}

.gift-block img {
  width: 100%;
}

.gift-edit {
  overflow: hidden;
  max-width: 1270px;
}

.gift-content-wrapper {
  padding: 1em;
}

.gift-content-wrapper > :first-child {
  margin-top: 0;
  font-weight: 600;
  color: #809900;
}

/************************************ Gardening page styling **************************/
.gardening-main-content {
  margin: 0;
  padding: 0;
}

.gardening-side-bar {
  background-color: #F3F0F4;
  padding: 0;
  margin-top: .5em;
}

.gardening-sidebar-title {
  color: white;
  font-weight: 600;
  display: block;
  background-color: #809900;
  padding: .2em;
  text-align: center;
  margin: 0;
}

/************************************ Coffee Shop page styling **************************/
.shop-edit {
  padding: 0;
}

.menu-list, .menu-list--files {
  padding: 1em;
}

@media only all and (min-width: 45em) {
  .menu-list--files {
    width: 66.66%;
  }
}

.ie .menu-list--files {
  width: 66.66%;
}

.menu-list span, .menu-list--files span {
  font-weight: 600;
  color: #5d6921;
}

.menu-list h2, .menu-list--files h2 {
  text-align: center;
  margin-top: 0;
}

.item-price {
  float: right;
}

.menu-item {
  padding-bottom: 1em;
}

.item-listing {
  border-bottom: 1px dashed gray;
}

.menu-item-description {
  color: gray;
}

.menu-list-wrapper {
  background-color: #F2F0F2;
  padding: 1em;
}

.base-image-block {
  margin: 0 -.5em 1em;
}

.base-image-block .img-blk img {
  display: block;
  width: 100%;
}

.file-block {
  display: table;
  width: 100%;
  text-decoration: none;
  margin-bottom: 1rem;
  border: 1px solid gainsboro;
  padding: .5rem;
  box-sizing: border-box;
  border-radius: 2px;
}

.file-block__icon {
  display: table-cell;
  vertical-align: top;
  width: 45px;
}

.file-block__icon img {
  display: block;
  margin-top: .2rem;
}

.file-block__descr {
  display: table-cell;
  vertical-align: top;
  line-height: 1.2;
}

.file-block__title {
  font-weight: 600;
}

.file-block__size {
  color: gray;
}

.file-block__btn {
  display: table-cell;
  vertical-align: top;
  width: 160px;
  text-align: right;
}

.file-block__btn span {
  background: gainsboro;
  padding: .5rem 1.5rem;
  border-radius: 3px;
  display: inline-block;
  color: #636363;
  transition: 100ms linear background, 100ms linear color;
}

.file-block__btn span:hover {
  background: #809900;
  color: white;
}

.map-wrapper {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  width: 100%;
  display: inline-block;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Mobile Hamburger Icon */
.mobile-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 25px 10px 25px 25px;
  padding: .5em;
  border-radius: 1px;
}

@media only all and (min-width: 45em) {
  .mobile-btn {
    display: none;
  }
}

.ie .mobile-btn {
  display: none;
}

.mobile-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: .2s;
}

.mobile-btn span:before, .mobile-btn span:after {
  position: absolute;
  content: '';
}

.mobile-btn span, .mobile-btn span:before, .mobile-btn span:after {
  width: 30px;
  height: 4px;
  background-color: #809900;
  display: block;
  border-radius: 1px;
}

.mobile-btn span:before {
  margin-top: -12px;
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s, 0;
}

.mobile-btn span:after {
  margin-top: 12px;
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s, 0;
}

/* Mobile Icon Active State (x) */
.mobile-active-btn span {
  background-color: transparent;
  transition-delay: .2s;
}

.mobile-active-btn span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0, .2s;
}

.mobile-active-btn span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0, .2s;
}

.logo {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.logo img {
  width: 100%;
}

@media only all and (min-width: 45em) {
  .logo {
    width: 320px;
  }
}

.ie .logo {
  width: 320px;
}

@media only all and (min-width: 58em) {
  .logo {
    width: auto;
  }
}

.ie .logo {
  width: auto;
}

.site-menu {
  display: none;
  clear: both;
}

@media only all and (min-width: 45em) {
  .site-menu {
    display: block;
  }
}

.ie .site-menu {
  display: block;
}

.level-1 {
  margin: 1em 0 0 0;
  padding: 0;
  position: relative;
}

.level-1 > li {
  text-align: center;
  padding: 0;
  position: relative;
}

.level-1 > li > a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: .5em;
  box-sizing: border-box;
  background-color: #809900;
}

@media only all and (min-width: 45em) {
  .level-1 > li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    position: static;
  }
  .level-1 > li:first-child {
    padding-left: 0;
  }
  .level-1 > li:last-child {
    padding-right: 0;
    width: 17%;
  }
  .level-1 > li:hover .level-2 {
    display: block;
  }
}

.ie .level-1 > li {
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: static;
}

.ie .level-1 > li:first-child {
  padding-left: 0;
}

.ie .level-1 > li:last-child {
  padding-right: 0;
  width: 17%;
}

.ie .level-1 > li:hover .level-2 {
  display: block;
}

.mobile-menu-expander {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em 1em;
  background-color: #BABCBA;
}

@media only all and (min-width: 45em) {
  .mobile-menu-expander {
    display: none;
  }
}

.ie .mobile-menu-expander {
  display: none;
}

.mobile-menu-expander .icon-plus {
  position: absolute;
  opacity: 1;
  transform: rotate(0deg);
  transition: all .2s ease-out;
}

.mobile-menu-expander .icon-minus {
  opacity: 0;
  transform: rotate(-90deg);
  transition: all .2s ease-out;
}

.animate-plus .icon-plus {
  opacity: 0;
  transform: rotate(90deg);
}

.animate-plus .icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}

.level-2 {
  display: none;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  text-align: left;
  z-index: 3;
}

.level-2 .level-2-wrapper {
  background-color: #E5E5E5;
  padding: .5em;
}

.level-2 .submenu a {
  background-color: #bebebe;
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: .5em;
}

.level-2 .submenu a .subpage-title {
  color: white;
  margin: .5em;
}

.level-2 .submenu:last-child a {
  margin-bottom: 0;
}

.level-2 .mobile-subpage {
  width: 100%;
  height: 100px;
  display: block;
  background-size: cover;
}

@media only all and (min-width: 45em) {
  .level-2 {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 42px;
  }
  .level-2 .mobile-subpage {
    height: 150px;
  }
  .level-2 .level-2-wrapper {
    margin-top: .8em;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
}

.ie .level-2 {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 42px;
}

.ie .level-2 .mobile-subpage {
  height: 150px;
}

.ie .level-2 .level-2-wrapper {
  margin-top: .8em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.mobile-menu-show {
  display: block;
}

@media only all and (min-width: 45em) {
  .level-2 {
    display: none;
  }
}

.ie .level-2 {
  display: none;
}

.animated {
  animation-duration: .4s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.search-wrapper {
  display: none;
  float: right;
  margin: 2.5em 2em 0 0;
}

@media only all and (min-width: 71em) {
  .search-wrapper {
    display: inline-block;
  }
}

.ie .search-wrapper {
  display: inline-block;
}

.search-wrapper p {
  margin: .4em 0;
  font-weight: 600;
  color: #858486;
}

.header-search {
  display: block;
  float: right;
  width: 200px;
  padding: .1em;
  border: 1px solid gray;
  border-radius: 20px;
  transition: all 0.2s cubic-bezier(0, 0.69, 0.16, 1);
}

.header-search form {
  display: inline-block;
  width: 164px;
  vertical-align: middle;
  padding-left: .6em;
  box-sizing: border-box;
  margin-top: .1em;
}

.header-search input {
  border: 0;
  width: 100%;
  outline: none;
}

.header-search input:focus {
  outline: none;
}

.header-search a {
  text-decoration: none;
  display: inline-flex;
  margin: 0;
  padding: 0 .2em 0 0;
  box-sizing: border-box;
  vertical-align: top;
  float: right;
}

.header-search:hover {
  width: 235px;
}

.social-contact {
  display: none;
  vertical-align: top;
  margin-top: .5em;
  text-align: right;
  float: right;
}

@media only all and (min-width: 45em) {
  .social-contact {
    display: inline-block;
  }
}

.ie .social-contact {
  display: inline-block;
}

.social-contact p {
  color: #9A31C2;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.social-contact p span {
  font-size: 1.5em;
  font-weight: bold;
}

@media only all and (min-width: 58em) {
  .social-contact p {
    font-size: 1.1em;
  }
}

.ie .social-contact p {
  font-size: 1.1em;
}

.social-link {
  display: none;
}

.social-link a {
  text-decoration: none;
  background-color: #385595;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.social-link a:first-child {
  background-color: #385595;
  margin-right: .5em;
}

.social-link a:last-child {
  background-color: #509CD4;
}

.social-link span {
  display: block;
  line-height: 30px;
}

@media only all and (min-width: 58em) {
  .social-link {
    display: inline-block;
  }
}

.ie .social-link {
  display: inline-block;
}

/**************** Desktop Slider Styles *************/
.slider-wrapper {
  overflow: auto;
  clear: both;
  display: none;
}

@media only all and (min-width: 45em) {
  .slider-wrapper {
    display: block;
  }
}

.ie .slider-wrapper {
  display: block;
}

.slider-block.purple {
  background-color: #620383;
  color: white;
}

.slider-block.yellow {
  background-color: #F5E785;
  color: #620383;
}

.slider-block.green {
  background-color: #809900;
  color: white;
}

.slider-block .purple {
  background-color: #620383;
}

.slider-block .purple a {
  color: white;
}

.slider-block .yellow {
  background-color: #F5E785;
}

.slider-block .yellow a {
  color: #620383;
}

.slider-block .green {
  background-color: #809900;
}

.slider-block .green a {
  color: white;
}

.slider-block-description {
  padding: .5em;
  font-size: .8em;
  box-sizing: border-box;
}

.slider-block-description a {
  text-decoration: none;
}

.slider-block-description span {
  font-size: 2.5em;
  display: none;
}

.slider-block-description h1, .slider-block-description h2, .slider-block-description h3 {
  font-weight: 600;
}

@media only all and (min-width: 58em) {
  .slider-block-description span {
    display: inline-block;
  }
}

.slider-block-description .ie span {
  display: inline-block;
}

@media only all and (min-width: 71em) {
  .slider-block-description {
    padding: 1em;
    font-size: 1em;
  }
}

.ie .slider-block-description {
  padding: 1em;
  font-size: 1em;
}

.slider-block.position-1 {
  width: 50%;
  float: left;
}

.slider-block.position-1 .small-slider {
  width: 50%;
  float: right;
  backface-visibility: hidden;
}

.slider-block.position-1 .slider-block-description {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  overflow: hidden;
}

.slider-block.position-2 {
  width: 50%;
  position: relative;
  float: right;
}

.slider-block.position-2 .small-slider {
  width: 100%;
  backface-visibility: hidden;
}

.slider-block.position-2 .slider-block-description {
  display: inline-block;
  width: 50%;
  height: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.slider-block.position-3 {
  width: 50%;
  float: left;
}

.slider-block.position-3 .small-slider {
  width: 50%;
  float: left;
  backface-visibility: hidden;
}

.slider-block.position-3 .slider-block-description {
  display: inline-block;
  float: right;
  width: 50%;
  text-align: center;
  overflow: hidden;
}

/**************** Mobile Slider Styles *************/
.mobile-slider-wrapper {
  clear: both;
}

@media only all and (min-width: 45em) {
  .mobile-slider-wrapper {
    display: none;
  }
}

.ie .mobile-slider-wrapper {
  display: none;
}

.mobile-slider-block {
  position: relative;
}

.mobile-block-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 600;
  padding: 0 1em;
}

.mobile-slider-block .purple {
  background-color: #620383;
  color: white;
}

.mobile-slider-block .yellow {
  background-color: #F5E785;
}

.mobile-slider-block .green {
  background-color: #809900;
}

/**************** Content Block Styles *************/
.content-blocks-wrapper {
  background-color: #D8D2D9;
  background: url(../images/flower-bg-two.png) top center no-repeat #D8D2D9;
}

.content-blocks-wrapper a {
  text-decoration: none;
}

.content-blocks-wrapper .content-wrapper {
  background-color: #F2F0F2;
}

.content-blocks {
  margin: 0;
  padding: 0;
}

.content-blocks h3 {
  font-weight: bold;
  margin-top: 0;
}

.content-blocks .purple {
  background-color: #E3D8E7;
}

.content-blocks .purple h3 {
  color: #620383;
}

.content-blocks .yellow {
  background-color: #F4EBBB;
}

.content-blocks .yellow h3 {
  color: #728802;
}

.content-blocks .green {
  background-color: #E1E3CE;
}

.content-blocks .green h3 {
  color: #728802;
}

.content-block-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2em;
}

@media only all and (min-width: 45em) {
  .content-block-wrapper:nth-child(odd) {
    padding-right: 2em;
  }
}

.ie .content-block-wrapper:nth-child(odd) {
  padding-right: 2em;
}

@media only all and (min-width: 58em) {
  .content-block-wrapper {
    padding-right: 2em;
  }
}

.ie .content-block-wrapper {
  padding-right: 2em;
}

.content-block {
  padding: 1em;
  box-sizing: border-box;
  overflow: auto;
  background-image: url(../images/bg-flower.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.content-block img {
  border: 5px solid white;
  float: right;
  display: none;
  margin-left: .5em;
}

@media only all and (min-width: 32em) {
  .content-block img {
    display: inline-block;
  }
}

.ie .content-block img {
  display: inline-block;
}

.visit-text, .visit-map {
  position: relative;
}

.visit-details-wrapper {
  position: relative;
}

/*.visit-map:before{
	content: "";
	display: block;
	padding-top: 75%; 	!* initial ratio of 1:1*!
}*/
#map_canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.visit-text > :first-child {
  margin-top: 0;
}

.visit-details-wrapper:before {
  content: "";
  display: block;
}

@media only all and (min-width: 45em) {
  .visit-details-wrapper:before {
    padding-top: 90%;
    /* initial ratio of 1:1*/
  }
}

.ie .visit-details-wrapper:before {
  padding-top: 90%;
  /* initial ratio of 1:1*/
}

@media only all and (min-width: 58em) {
  .visit-details-wrapper:before {
    padding-top: 110%;
    /* initial ratio of 1:1*/
  }
}

.ie .visit-details-wrapper:before {
  padding-top: 110%;
  /* initial ratio of 1:1*/
}

@media only all and (min-width: 71em) {
  .visit-details-wrapper:before {
    padding-top: 86%;
    /* initial ratio of 1:1*/
  }
}

.ie .visit-details-wrapper:before {
  padding-top: 86%;
  /* initial ratio of 1:1*/
}

.visit-details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1em;
  padding: 1em;
  overflow: hidden;
}

.visit-details > :first-child {
  margin-top: 0;
}

@media only all and (min-width: 45em) {
  .visit-details {
    margin: 2.5em 1em 1em 1em;
    position: absolute;
  }
}

.ie .visit-details {
  margin: 2.5em 1em 1em 1em;
  position: absolute;
}

.visit-details-wrapper .pos-1 {
  background-color: #D8D2D9;
}

@media only all and (min-width: 45em) {
  .visit-details-wrapper .pos-1 {
    margin-left: 0;
  }
}

.ie .visit-details-wrapper .pos-1 {
  margin-left: 0;
}

.visit-details-wrapper .pos-2 {
  background-color: #E1E3CE;
}

.visit-details-wrapper .pos-3 {
  background-color: #F2F0F2;
}

@media only all and (min-width: 45em) {
  .visit-details-wrapper .pos-3 {
    margin-right: 0;
  }
}

.ie .visit-details-wrapper .pos-3 {
  margin-right: 0;
}


/****** FILE: themes/park/thirdparty/icomoon/style.css *****/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}

.icon-pin:before {
	content: "\e601";
}

.icon-minus:before {
	content: "\e60a";
}

.icon-plus:before {
	content: "\e609";
}

.icon-location:before {
	content: "\e602";
}

.icon-phone:before {
	content: "\e603";
}

.icon-twitter:before {
	content: "\e604";
}

.icon-search:before {
	content: "\e605";
}

.icon-2:before {
	content: "\e606";
}

.icon-3:before {
	content: "\e607";
}

.icon-1:before {
	content: "\e608";
}



/****** FILE: themes/park/thirdparty/owl-slider/assets/owl.carousel.css *****/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


