/* core css */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */
}

b,
strong {
  font-weight: bolder;
  /* 2 */
}

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles! 
:focus {
  outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

/* =============================================================================
Z-index
========================================================================== */
/* $galleryLayer is just used as reference. it cannot be changed, it is the z-index hardcoded by cycle2 */
/* this is used to properly put the current toolbar on top if there is an overlapping toolbar below */
/* =============================================================================
   Media Queries
   ========================================================================== */
/* include desk and lap */
/* include lap and palm */
/* z-index vars are on shared/_variables.scss */
/* =============================================================================
   Vars
   ========================================================================== */
/* =============================================================================
   Mixins
   ========================================================================== */
/* =============================================================================
   Global classes
   ========================================================================== */
@font-face {
  font-family: gothambold;
  src: url("fonts/gotham-bold-webfont.ttf");
}
@font-face {
  font-family: gothambook;
  src: url("fonts/gotham-book-webfont.ttf");
}
@font-face {
  font-family: gothambold1;
  src: url("fonts/gothambold1.ttf");
}
.hide {
  display: none;
}

.cycle-sentinel {
  font-size: 0;
}
.cycle-sentinel .caption {
  display: none;
}

._content .gallery .slide {
  width: 100%;
  height: 100%;
}

/* =============================================================================
   Loading Layer
   ========================================================================== */
#loading-bg {
  z-index: 900000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.8;
}

#loading-content {
  z-index: 900001;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../../img/admin/loaderTransparent.gif") 50% 50% no-repeat;
  /* experimental: this may look cleaner, this was 0.8 before */
  opacity: 0.2;
}

/* hide honeypot fields */
#form-input-name, #form-input-email {
  display: none;
}

.column-container {
  *zoom: 1;
  display: block;
}
.column-container:before, .column-container:after {
  content: " ";
  display: table;
}
.column-container:after {
  clear: both;
}

._column.span1 {
  display: block;
  float: left;
  width: 8.33333%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span1:last-child {
  margin-right: 0;
}
._column.span1 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span1 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span1:last-child {
    margin-right: 0;
  }
  ._column.span1 .breakpoint-mobile {
    display: block;
  }
}

._column.span2 {
  display: block;
  float: left;
  width: 16.66667%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span2:last-child {
  margin-right: 0;
}
._column.span2 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span2 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span2:last-child {
    margin-right: 0;
  }
  ._column.span2 .breakpoint-mobile {
    display: block;
  }
}

._column.span3 {
  display: block;
  float: left;
  width: 25%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span3:last-child {
  margin-right: 0;
}
._column.span3 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span3 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span3:last-child {
    margin-right: 0;
  }
  ._column.span3 .breakpoint-mobile {
    display: block;
  }
}

._column.span4 {
  display: block;
  float: left;
  width: 33.33333%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span4:last-child {
  margin-right: 0;
}
._column.span4 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span4 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span4:last-child {
    margin-right: 0;
  }
  ._column.span4 .breakpoint-mobile {
    display: block;
  }
}

._column.span5 {
  display: block;
  float: left;
  width: 41.66667%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span5:last-child {
  margin-right: 0;
}
._column.span5 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span5 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span5:last-child {
    margin-right: 0;
  }
  ._column.span5 .breakpoint-mobile {
    display: block;
  }
}

._column.span6 {
  display: block;
  float: left;
  width: 50%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span6:last-child {
  margin-right: 0;
}
._column.span6 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span6 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span6:last-child {
    margin-right: 0;
  }
  ._column.span6 .breakpoint-mobile {
    display: block;
  }
}

._column.span7 {
  display: block;
  float: left;
  width: 58.33333%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span7:last-child {
  margin-right: 0;
}
._column.span7 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span7 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span7:last-child {
    margin-right: 0;
  }
  ._column.span7 .breakpoint-mobile {
    display: block;
  }
}

._column.span8 {
  display: block;
  float: left;
  width: 66.66667%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span8:last-child {
  margin-right: 0;
}
._column.span8 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span8 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span8:last-child {
    margin-right: 0;
  }
  ._column.span8 .breakpoint-mobile {
    display: block;
  }
}

._column.span9 {
  display: block;
  float: left;
  width: 75.0%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span9:last-child {
  margin-right: 0;
}
._column.span9 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span9 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span9:last-child {
    margin-right: 0;
  }
  ._column.span9 .breakpoint-mobile {
    display: block;
  }
}

._column.span10 {
  display: block;
  float: left;
  width: 83.33333%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span10:last-child {
  margin-right: 0;
}
._column.span10 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span10 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span10:last-child {
    margin-right: 0;
  }
  ._column.span10 .breakpoint-mobile {
    display: block;
  }
}

._column.span11 {
  display: block;
  float: left;
  width: 91.66667%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span11:last-child {
  margin-right: 0;
}
._column.span11 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span11 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span11:last-child {
    margin-right: 0;
  }
  ._column.span11 .breakpoint-mobile {
    display: block;
  }
}

._column.span12 {
  display: block;
  float: left;
  width: 100%;
  /*
  breakpoint-mobile is used to detect in javascript
  if a breakpoint is triggered.
  */
}
._column.span12:last-child {
  margin-right: 0;
}
._column.span12 .breakpoint-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  ._column.span12 {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  ._column.span12:last-child {
    margin-right: 0;
  }
  ._column.span12 .breakpoint-mobile {
    display: block;
  }
}

.image-content {
  font-size: 0;
}
.image-content img {
  max-width: 100%;
}

.images .cycle-slide {
  max-width: 100%;
}

/* utility */
/*!
 * FullCalendar v1.6.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

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

html .fc,
.fc table {
  font-size: 1em;
}

.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap;
}

.fc-header-left {
  width: 25%;
  text-align: left;
}

.fc-header-center {
  text-align: center;
}

.fc-header-right {
  width: 25%;
  text-align: right;
}

.fc-header-title {
  display: inline-block;
  vertical-align: top;
}

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}

.fc .fc-header-space {
  padding-left: 10px;
}

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px;
}

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */
}

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}

.fc-header .fc-state-down {
  z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}

/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
}

.fc-view {
  width: 100%;
  /* needed for view switching (when view is absolute) */
  overflow: hidden;
}

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd;
}

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3;
}

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*
  Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
  and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  /* for &lsaquo; &rsaquo; */
  font-weight: bold;
}

/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}

.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear, to bottom, white, #e6e6e6;
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default;
}

a.fc-event {
  text-decoration: none;
}

a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

.fc-rtl .fc-event {
  text-align: right;
}

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}

/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center;
}

.fc .fc-week-number {
  width: 22px;
  text-align: center;
}

.fc .fc-week-number div {
  padding: 0 2px;
}

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold;
}

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}

.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate;
}

.fc-agenda-days th {
  text-align: center;
}

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}

.fc-agenda .fc-week-number {
  font-weight: bold;
}

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}

.fc-agenda-slots td div {
  height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px;
}

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu a {
  color: #13a;
}

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

.sf-menu ul li {
  background: #AABDE6;
}

.sf-menu ul ul li {
  background: #9AAEDB;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

.frontend {
  /* =============================================================================
     Typography
     ========================================================================== */
  /* =============================================================================
     Modals
     ========================================================================== */
  /* =============================================================================
     Columns
     ========================================================================== */
  /* =============================================================================
     Custom Style
     ========================================================================== */
  /* =============================================================================
     Search
     ========================================================================== */
  /* sitewide-search */
  /* =============================================================================
     Footer
     ========================================================================== */
  /* =============================================================================
     Buttons
     ========================================================================== */
  /* new forms */
  /* _content */
}
.frontend {
  font-family: gothambook;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .frontend {
    font-size: 14px;
  }
}
.frontend h1, .frontend h2, .frontend h3, .frontend h4, .frontend h5, .frontend h6 {
  margin: 0;
  font-family: gothambold;
  line-height: 1;
  margin-bottom: .4em;
}
.frontend h1 {
  font-size: 52px;
}
@media screen and (max-width: 1100px) {
  .frontend h1 {
    font-size: 42px;
  }
}
.frontend h2 {
  font-family: gothambold;
  font-size: 46px;
}
@media screen and (max-width: 1100px) {
  .frontend h2 {
    font-size: 36px;
  }
}
.frontend h3 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .frontend h3 {
    font-size: 22px;
  }
}
.frontend p, .frontend ul, .frontend ol {
  margin: 0;
  line-height: 1.4;
  margin-bottom: 0;
}
.frontend .main {
  min-height: 500px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .frontend .main {
    padding-top: 0px;
  }
}
.frontend .main a {
  color: #00a885;
}
.frontend .narrow, .frontend ._row .column-container, .frontend .header .inner, .frontend .footer .inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .frontend .narrow, .frontend ._row .column-container, .frontend .header .inner, .frontend .footer .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.frontend .clear {
  content: "";
  display: table;
  clear: both;
}
.frontend ._row .column-container {
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
}
.frontend ._row .column-container:before, .frontend ._row .column-container:after {
  content: " ";
  display: table;
}
.frontend ._row .column-container:after {
  clear: both;
}
.frontend ._column {
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .frontend ._column {
    width: 100% !important;
  }
}
.frontend .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 0;
  background: #00a885;
  background: #484f5e;
  opacity: 0;
  transition: opacity 0.5s;
}
.frontend .modal-overlay.active {
  height: 100%;
  opacity: .9;
}
.frontend .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1002;
  transform: translateX(-50%) translateY(-50%) scale(0);
  background: #fff;
  padding: 0;
  transition: transform 0.5s;
  opacity: 0;
  visibility: hidden;
  max-width: 45%;
  min-height: 300px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1100px) {
  .frontend .modal {
    max-height: 100%;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .frontend .modal {
    max-width: 1000px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .frontend .modal {
    max-width: 1000px;
    width: 100%;
  }
}
.frontend .modal.active {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.frontend .modal .modal-close {
  color: red;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: 0.25s;
}
@media screen and (max-width: 1100px) {
  .frontend .modal .modal-close {
    top: 20px;
    right: 20px;
    fill: #e7473f;
  }
}
.frontend .modal .modal-close:hover {
  fill: #e7473f;
}
.frontend .cols-2 {
  *zoom: 1;
  display: block;
}
.frontend .cols-2:before, .frontend .cols-2:after {
  content: " ";
  display: table;
}
.frontend .cols-2:after {
  clear: both;
}
.frontend .cols-2 > * {
  float: left;
  width: 48.5% !important;
  margin-left: 3%;
}
.frontend .cols-2 > *:first-child {
  margin-left: 0;
}
.frontend.home h2 {
  font-family: gothambold;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .frontend.home h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.frontend.home .two-col {
  float: left;
  background: url("../../uploads/images/small/two-column-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px;
}
.frontend.home .two-col p {
  float: left;
}
.frontend.home .two-col img {
  margin-right: 30px;
}
.frontend.home .two-col span {
  float: left;
}
.frontend.home .two-col a {
  text-decoration: none;
  color: #ffffff !important;
  background: #000000;
  text-align: center;
  float: left;
  padding: 15px 55px;
  margin-top: 15px;
  font-family: gothambold;
  transition: all 0.3s ease-in-out 0s;
}
.frontend.home .two-col a:hover {
  opacity: .8;
}
.frontend .three-col p {
  line-height: 0;
  margin-bottom: 0;
}
.frontend .three-col a {
  float: right;
  background: #A2A3A7;
  color: #fff;
  line-height: normal;
  padding: 10px 0;
  width: 200px;
  text-align: center;
  margin-top: -70px;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.frontend .three-col a:hover {
  width: 220px;
  background-color: rgba(17, 17, 17, 0.8);
}
.frontend .testi-slider {
  text-align: center;
}
.frontend .testi-slider .testi-slider p {
  display: inline-block;
}
.frontend .slider-btn {
  margin-top: 70px;
}
.frontend .client-testi .column-container {
  background: url("../../uploads/images/small/one-column-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  height: 300px;
}
.frontend .l-to-r {
  float: right;
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .frontend .l-to-r {
    float: left;
  }
}
.frontend .r-to-l {
  float: left;
  width: 90%;
}
.frontend .des-holder {
  float: left;
  width: 63%;
}
@media screen and (max-width: 1100px) {
  .frontend .des-holder {
    width: 100%;
  }
}
.frontend .white-text {
  color: #ffffff;
}
.frontend .testi-slider {
  text-align: center;
  max-width: 1180px !important;
  width: 100% !important;
  margin: 30px auto;
}
.frontend .testi-slider a.slider-btn {
  top: -80px;
  position: relative;
  display: inline-block;
  margin: 0 40px;
}
.frontend .testi-slider p {
  display: inline-block;
  margin: 0 6px 0 0;
}
.frontend .testi-slider p a {
  position: absolute;
  margin-top: -50px;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  width: 60px;
  padding: 10px 0;
  margin-left: 229px;
}
.frontend .feat-items h2 {
  margin: 20px 0 20px;
}
.frontend .feat-items .feat-items-slider a.cycle-prev.slider-btn {
  position: relative;
  padding: 140px 30px 180px;
  background: url("../../uploads/images/small/feat_items_ldim.png") repeat-y top left;
  left: 0;
  margin-top: -300px;
}
.frontend .feat-items .feat-items-slider a.cycle-next.slider-btn {
  position: relative;
  padding: 140px 30px 180px;
  background: url("../../uploads/images/small/feat_items_rdim.png") repeat-y top right;
  right: 0;
  margin-top: -300px;
}
.frontend .feat-items .feat-items-slider .cycle-slide a {
  color: #cdca6b;
  text-decoration: none;
}
.frontend .feat-items .feat-items-slider .cycle-slide a:hover {
  text-decoration: underline;
}
.frontend .stay-updated .column-container {
  background: url("../../uploads/images/original/stay-updated-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 50px 0;
}
.frontend .stay-updated .column-container h2 {
  margin-bottom: 0px;
}
.frontend .stay-updated .column-container input[type=button] {
  background-color: #cdca6b;
  border-radius: 0;
  text-transform: uppercase;
  padding: 11px 20px;
  display: inline;
}
.frontend .stay-updated .column-container input.inpt-email {
  width: 100%;
  max-width: 300px;
}
.frontend .stay-updated .column-container .su-img-holder {
  margin-top: 20px;
}
.frontend .stay-updated .column-container .su-img-holder img {
  margin: 0 7px;
}
.frontend .stay-updated .column-container .su-email {
  margin-top: 10px;
}
.frontend li#page-nav_308 > span a {
  background: url("../../uploads/images/small/arrow_down.png") no-repeat 94% 54%;
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .frontend li#page-nav_308 > span a {
    background: none;
  }
}
@media screen and (max-width: 1100px) {
  .frontend ._row_445.three-col img {
    width: 100%;
  }
}
.frontend .testi-slider-holder .cycle-slideshow {
  overflow-y: visible !important;
  max-width: 1180px !Important;
  line-height: normal;
  height: 240px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.frontend .client-testi-box.cycle-slide {
  width: 100% !important;
  color: #444;
  font-size: 24px;
  font-family: gothambook;
}
@media screen and (max-width: 1100px) {
  .frontend .client-testi-box.cycle-slide {
    font-size: 15px;
  }
}
.frontend .client-testi-box strong {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.frontend .client-testi-box span {
  color: #000;
  font-size: 15px;
}
.frontend .client-testi-controller {
  margin-top: -210px;
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .frontend .client-testi-controller {
    margin-top: -280px;
    padding: 0 8px;
  }
}
.frontend .top-area {
  background-color: #111;
  color: #cdca6b;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  line-height: 40px;
  padding-right: 30px;
}
.frontend .top-area a {
  color: #cdca6b;
  font-family: gothambook;
  font-size: 12px;
  text-decoration: none;
  margin: 0 5px;
  line-height: 16px;
  display: inline-block;
}
.frontend .top-area a:hover {
  color: #CDCA6B;
}
.frontend .top-area a.n-cart {
  background: url("../../uploads/images/small/cart-icon.png") no-repeat top left;
  padding-left: 20px;
}
.frontend.home .header {
  height: 75px;
  bottom: -90px;
  margin-top: -90px;
  background: none;
  margin-bottom: 0;
}
.frontend .header {
  z-index: 1000;
  height: 165px;
  line-height: 75px;
  color: #fff;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  transition: 0.25s;
  background: transparent;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background: url(/uploads/images/original/banner_01.jpg);
  margin-bottom: 40px;
  *zoom: 1;
}
.frontend .header:before, .frontend .header:after {
  content: " ";
  display: table;
}
.frontend .header:after {
  clear: both;
}
.frontend .header .inner {
  *zoom: 1;
}
.frontend .header .inner:before, .frontend .header .inner:after {
  content: " ";
  display: table;
}
.frontend .header .inner:after {
  clear: both;
}
@media screen and (max-width: 1100px) {
  .frontend .header .inner {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .frontend .header {
    height: 50px;
    line-height: 50px;
    position: fixed;
    width: 100%;
  }
}
.frontend .logo {
  vertical-align: middle;
  display: block;
  float: left;
  margin: 0 0;
  position: relative;
  top: 20px;
  left: 20px;
}
.frontend .logo img {
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  .frontend .logo {
    position: fixed;
    left: 10px;
    top: 0px;
  }
  .frontend .logo img {
    height: 50px;
  }
}
.frontend .search {
  display: none;
}
.frontend nav {
  float: right;
  padding: 0 0;
  white-space: nowrap;
  margin-right: 20px;
}
@media screen and (min-width: 1101px) {
  .frontend nav {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .frontend nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    font-size: 18px;
    background: #484f5e;
    text-align: center;
    padding: 0 0;
    z-index: 10000000000;
  }
}
@media screen and (max-width: 767px) {
  .frontend nav {
    top: 50px;
  }
}
.frontend nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .frontend nav > ul {
    width: 100%;
  }
}
.frontend nav > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  .frontend nav > ul > li {
    display: block;
    padding: 5px 0;
    margin: 0;
  }
}
.frontend nav > ul > li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-family: gothambold;
  font-size: 16px;
  padding: 0 15px;
}
.frontend nav > ul > li.current {
  font-weight: 700;
}
.frontend nav > ul > li:last-child a {
  padding-right: 0;
}
.frontend nav > ul > li.hover > ul {
  display: block;
}
.frontend nav > ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 10px 0;
  width: 270px;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.frontend nav > ul ul a {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 6px 20px;
}
.frontend nav > ul ul li {
  display: block;
  position: relative;
  white-space: normal;
  line-height: 1em;
  font-size: 16px;
}
.frontend nav > ul ul li.hover > ul {
  display: block;
}
.frontend nav > ul ul li.hover a {
  color: #CDCA6B;
}
@media screen and (max-width: 1100px) {
  .frontend nav > ul ul {
    display: block !important;
    position: relative;
    width: 100%;
    top: 0px;
  }
  .frontend nav > ul ul a {
    color: #fff;
  }
  .frontend nav > ul ul.hover a {
    color: #fff;
  }
}
.frontend nav > ul ul ul {
  left: 98%;
  top: -5px;
}
.frontend nav > ul ul ul a {
  color: #999999 !important;
}
.frontend nav > ul ul ul a:hover {
  color: #00a885 !important;
}
@media screen and (max-width: 1100px) {
  .frontend nav > ul ul ul a {
    color: #fff !important;
  }
}
.frontend li#page-nav_310 a {
  background-color: #CDCA6B;
  padding: 5px 15px;
}
.frontend li#page-nav_310 a:hover {
  background-color: #111;
}
.frontend .mobile-menu-toggle {
  display: none;
  padding: 0 0;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .frontend .mobile-menu-toggle {
    display: inline-block;
    top: 0px;
    position: fixed;
    z-index: 10000;
    background: #000;
    padding: 0 20px;
    right: 0px;
  }
}
.frontend .mobile-menu-toggle.active {
  background: #484f5e;
}
.frontend .mobile-menu-toggle.active i em:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.frontend .mobile-menu-toggle.active i em:nth-child(2) {
  opacity: 0;
}
.frontend .mobile-menu-toggle.active i em:last-child {
  transform: rotate(-45deg);
  top: -8px;
}
.frontend .mobile-menu-toggle i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.frontend .mobile-menu-toggle i em {
  display: block;
  height: 3px;
  width: 20px;
  background: #fff;
  margin: 4px 0;
  position: relative;
}
.frontend .sitewide-search .search-zone.normal-search.search-input {
  right: 5px;
  top: 0px;
  position: absolute;
  width: 250px;
  color: #666666;
  margin: 15px 0 0;
}
@media screen and (max-width: 1100px) {
  .frontend .sitewide-search .search-zone.normal-search.search-input {
    position: relative;
    display: block;
    float: right;
    margin-top: 12px;
    width: 150px;
    right: 0;
  }
}
.frontend .sitewide-search .search-zone.normal-search.search-input .search {
  width: 100%;
  position: absolute;
  right: 5px;
  padding-right: 26px;
}
@media screen and (max-width: 1100px) {
  .frontend .sitewide-search .search-zone.normal-search.search-input .search {
    height: 25px;
    font-size: 90%;
    right: 10px;
  }
}
.frontend .sitewide-search .search-zone.normal-search.search-input .clear-search {
  line-height: 40px;
  position: absolute;
  right: 15px;
  top: -1px;
  cursor: pointer;
  font-size: 24px;
}
.frontend .sitewide-search .search-zone.normal-search.search-input .clear-search:before {
  content: "\d7";
}
@media screen and (max-width: 1100px) {
  .frontend .sitewide-search .search-zone.normal-search.search-input .clear-search {
    top: -9px;
  }
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results {
  display: none;
  z-index: 501;
  background: #eeeeee;
  border-radius: 3px;
  padding: 20px 30px 20px;
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  max-width: 350px;
  min-width: 250px;
  right: 10px;
  top: 60px;
  color: #666666;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  .frontend .sitewide-search .search-zone.normal-search .sitewide-search-results {
    right: 116px;
    top: 45px;
  }
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  border-bottom: 10px solid #eeeeee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results .loading {
  display: none;
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results .items {
  max-height: 400px;
  overflow: auto;
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results .items .model {
  margin-top: 5px;
  font-weight: bold;
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results .items ul {
  margin: 0;
  padding-left: 10px;
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results .items ul li a {
  margin: 0px;
  line-height: inherit;
  height: inherit;
  color: inherit;
  text-decoration: none;
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results .items ul li a em {
  font-style: normal;
  text-decoration: underline;
}
.frontend .sitewide-search .search-zone.normal-search .sitewide-search-results .items ul li.selected {
  background: #cccccc;
}
.frontend.show-search-loading .sitewide-search-results .loading {
  display: block !important;
}
.frontend .footer {
  color: #fff;
  font-size: 100%;
  *zoom: 1;
}
.frontend .footer:before, .frontend .footer:after {
  content: " ";
  display: table;
}
.frontend .footer:after {
  clear: both;
}
@media screen and (max-width: 1100px) {
  .frontend .footer {
    padding: 0;
  }
}
.frontend .footer .inner .footer-holder {
  background: #A2A3A7;
  padding: 25px 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .frontend .footer .inner {
    padding: 0;
  }
}
.frontend .footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 0;
}
.frontend .footer ul ul {
  display: none !important;
}
.frontend .footer ul li {
  display: inline-block;
  margin-right: 0;
}
.frontend .footer .copyright {
  font-size: 80%;
  float: left;
  margin-left: 120px;
  line-height: 44px;
}
@media screen and (max-width: 1100px) {
  .frontend .footer .copyright {
    margin-left: 20px;
  }
}
.frontend .footer a {
  text-decoration: none;
  color: inherit;
}
.frontend .footer .ft-sicons {
  float: right;
  margin-right: 120px;
}
@media screen and (max-width: 1100px) {
  .frontend .footer .ft-sicons {
    float: left;
    margin-left: 20px;
  }
}
.frontend .footer .ft-sicons a {
  display: inline-block;
  height: 44px;
  width: 44px;
  background: url("../../uploads/images/original/ft-sicons.png") no-repeat 0 0 transparent;
}
.frontend .footer .ft-sicons a:hover {
  opacity: .8;
}
.frontend .footer .ft-sicons a.twit {
  background-position: 25% 0;
}
.frontend .footer .ft-sicons a.ytube {
  background-position: 50% 0;
}
.frontend .footer .ft-sicons a.pin {
  background-position: 75% 0;
}
.frontend .footer .ft-sicons a.insta {
  background-position: 100% 0;
}
.frontend fieldset {
  margin-bottom: 30px;
  border: none;
  outline: none;
  border-bottom: 1px solid #eeeeee;
}
.frontend fieldset h2 {
  margin-top: 0;
}
.frontend input, .frontend textarea, .frontend select {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  background: #fafafa;
  border: 1px solid #eeeeee;
  outline: none;
  border-radius: 0;
}
.frontend .input, .frontend .textarea, .frontend .submit {
  margin-bottom: 10px;
  display: table;
}
.frontend .input.error, .frontend .textarea.error, .frontend .submit.error {
  font-weight: bold;
}
.frontend .input label, .frontend .textarea label, .frontend .submit label {
  display: table-cell;
  width: 150px;
  text-align: right;
  vertical-align: middle;
  padding-right: 20px;
  text-align: right;
}
.frontend .input label span, .frontend .textarea label span, .frontend .submit label span {
  font-size: 11px;
  display: block;
}
.frontend .input input[type=text], .frontend .input input[type=email], .frontend .input input[type=password], .frontend .input input[type=number], .frontend .input textarea, .frontend .input select, .frontend .textarea input[type=text], .frontend .textarea input[type=email], .frontend .textarea input[type=password], .frontend .textarea input[type=number], .frontend .textarea textarea, .frontend .textarea select, .frontend .submit input[type=text], .frontend .submit input[type=email], .frontend .submit input[type=password], .frontend .submit input[type=number], .frontend .submit textarea, .frontend .submit select {
  display: table-cell;
  width: 300px;
}
.frontend .checkbox, .frontend .radio {
  padding-left: 150px;
}
.frontend .checkbox input, .frontend .radio input {
  margin-right: 10px;
}
.frontend .checkbox label, .frontend .radio label {
  text-align: left;
  width: auto;
}
.frontend .submit {
  padding-left: 0px;
}
.frontend input[type=text], .frontend input[type=email], .frontend input[type=password], .frontend input[type=number], .frontend select {
  height: 40px;
  text-indent: 10px;
}
.frontend input[type=text]:focus, .frontend input[type=email]:focus, .frontend input[type=password]:focus, .frontend input[type=number]:focus, .frontend select:focus {
  border-color: #cccccc;
}
.frontend input[type=number] {
  appearance: none;
  -webkit-appearance: none;
}
.frontend input[type=submit], .frontend input[type=button], .frontend .button, .frontend .button-alt {
  background: #00a885;
  color: #fff;
  padding: .25em 1em;
  border-radius: 20px;
  display: inline-block;
  border: none;
  outline: none;
  text-decoration: none;
}
.frontend input[type=submit].button-white, .frontend input[type=button].button-white, .frontend .button.button-white, .frontend .button-white.button-alt {
  background: #fff;
  color: #00a885;
}
.frontend .button-alt {
  background: #00a885;
  color: #00a885;
  color: #fff;
  border-radius: 0;
}
.frontend .cancel {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.frontend .cancel:before {
  content: "or ";
}
.frontend ._content {
  /* reset first */
}
.frontend ._content .input {
  margin: 0;
  display: block;
}
.frontend ._content .input label {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.frontend ._content .input input {
  display: block;
}
.frontend ._content .input textarea {
  width: 300px;
  height: 125px;
}
.frontend ._content .labelPosition_left .input {
  display: table;
}
.frontend ._content .labelPosition_left .input input, .frontend ._content .labelPosition_left .input label {
  display: table-cell;
  position: relative;
}
.frontend ._content .labelPosition_left .input label {
  padding-right: 12px;
  text-align: right;
  width: 100px;
}
.frontend ._content .labelPosition_right .input {
  display: table;
}
.frontend ._content .labelPosition_right .input input, .frontend ._content .labelPosition_right .input label {
  display: table-cell;
  position: relative;
}
.frontend ._content .labelPosition_right .input label {
  padding-left: 12px;
  text-align: left;
  width: 100px;
}
.frontend ._content .labelPosition_bottom label {
  margin-top: 10px;
}
.frontend ._content .labelPosition_hide label {
  display: none;
}
.frontend ._content .checkbox, .frontend ._content .radio {
  display: table;
  margin: 0 0 10px 0;
  min-height: 0;
}
.frontend ._content .checkbox input, .frontend ._content .checkbox label, .frontend ._content .radio input, .frontend ._content .radio label {
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  left: auto;
  top: auto;
  right: auto;
}
.frontend ._content .checkbox label, .frontend ._content .radio label {
  padding-left: 6px;
}
.frontend ._content .singleCheckbox input {
  width: auto;
}
.frontend ._content .radio label {
  padding-right: 20px;
}
.frontend ._content p img {
  max-width: 100%;
}
.frontend ._content .gallery {
  position: relative;
}
.frontend ._content .gallery img {
  max-width: 100%;
}
.frontend ._content .gallery .slide .caption {
  position: absolute;
  bottom: 50px;
  right: 20px;
  padding: 7px 15px;
  margin: 20px 0px;
  text-align: right;
  background: url(../../img/frontend/shopnow_btn.png) no-repeat top left transparent;
}
.frontend ._content .gallery .slide .caption a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 70px;
  width: 347px;
  display: block;
  text-align: left;
  font-family: gothambold;
  font-size: 26px;
  text-indent: 40px;
  transition: all 0.3s ease-in-out 0s;
}
.frontend ._content .gallery .slide .caption a:hover {
  color: #CDCA6B;
}
@media screen and (max-width: 1100px) {
  .frontend ._content .gallery .slide .caption a {
    width: 100%;
    font-size: 2vw;
    text-indent: 0px;
    padding-right: 4vw;
    margin: 0px;
    line-height: normal;
  }
}
@media screen and (max-width: 1100px) {
  .frontend ._content .gallery .slide .caption {
    background-size: cover !important;
  }
}
@media screen and (max-width: 550px) {
  .frontend ._content .gallery .slide .caption {
    display: none;
  }
}
.frontend ._content .gallery.hideCaptions .caption {
  display: none;
}
.frontend ._content .gallery .navLinks, .frontend ._content .gallery .pages {
  z-index: 101;
  position: absolute;
}
.frontend ._content .gallery .navLinks {
  height: 100%;
  width: 120px;
  opacity: 0.2;
  cursor: pointer;
}
.frontend ._content .gallery .navLinks:hover {
  opacity: 0.5;
}
.frontend ._content .gallery.hideArrows .navLinks {
  display: none;
}
.frontend ._content .gallery .prev {
  left: 0px;
  background: url("../../img/admin/leftArrow.png") no-repeat scroll 25% 50% transparent;
}
.frontend ._content .gallery .next {
  right: 0px;
  background: url("../../img/admin/rightArrow.png") no-repeat scroll 75% 50% transparent;
}
.frontend ._content .gallery .pages {
  bottom: 10px;
  right: 0;
  width: 100%;
  text-align: center;
}
.frontend ._content .gallery .pages span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
  color: white;
  border-radius: 10px;
}
.frontend ._content .gallery .pages span.cycle-pager-active {
  background-color: rgba(205, 202, 107, 0.9);
}
.frontend ._content .gallery .pages span:hover {
  background-color: rgba(205, 202, 107, 0.5);
}
.frontend ._content .gallery.hidePager .pages {
  display: none;
}
