.font-awesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.dine-arctext {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid;
  padding: 2px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  outline: 0;
  color: inherit;
  text-decoration: none; }
  .dine-arctext:focus {
    outline: 0; }
  .dine-arctext > span {
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
  .dine-arctext.arctext-done > span {
    opacity: 1;
    visibility: visible; }

/* Button
-------------------------------------------------------------------------------------- */
.dine-button {
  display: inline-block;
  margin: 0 10px 5px 0;
  vertical-align: bottom;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dine-btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }
  .dine-btn i {
    margin-left: 8px;
    display: inline-block;
    line-height: inherit;
    font-size: inherit; }

/* Alignment
--------------------- */
.dine-button.button-center,
.dine-button.button-right {
  display: block;
  text-align: center;
  margin: 0; }

.dine-button.button-right {
  text-align: right;
  margin: 0; }

.dine-button.button-center .dine-btn,
.dine-button.button-right .dine-btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* block */
.dine-button.button-block {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* Shape
--------------------- */
.dine-btn.btn-square {
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }

.dine-btn.btn-pill {
  -webkit-border-radius: 50px;
  border-radius: 50px; }

/* Different Styles
--------------------- */
/* outline */
.dine-btn.btn-outline,
.dine-btn.btn-outline:hover {
  background: none;
  color: #111;
  border: 2px solid;
  line-height: 40px;
  box-shadow: none; }

/* fill */
.dine-btn.btn-fill {
  background: none;
  color: #111;
  border: 2px solid;
  line-height: 40px;
  box-shadow: none; }
  .dine-btn.btn-fill:hover {
    color: #fff;
    background: #111;
    border-color: #111; }

.dine-gallery-grid {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
  margin: -12px -6px 0; }

.dine-el-gallery-item-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f0f0f0; }

.dine-el-gallery-item {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 12px 6px 0; }
  .dine-el-gallery-item a {
    display: block;
    color: inherit;
    outline: 0; }
  .dine-el-gallery-item img {
    display: block;
    margin: 0 auto; }

.dine-el-gallery .dine-el-gallery-item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none; }

/* Caption
------------------------ */
.gallery-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  z-index: 20;
  transition: all .3s ease-out;
  transform: translate(0, 100%); }

.dine-el-gallery-item-inner:hover .gallery-item-caption {
  transform: translate(0, 0); }

.dine-gallery-grid.column-2 .dine-el-gallery-item {
  width: 50%; }
.dine-gallery-grid.column-3 .dine-el-gallery-item {
  width: 33.33%; }
.dine-gallery-grid.column-4 .dine-el-gallery-item {
  width: 25%; }
  @media only screen and (max-width: 600px) {
    .dine-gallery-grid.column-4 .dine-el-gallery-item {
      width: 50%; } }
.dine-gallery-grid.column-5 .dine-el-gallery-item {
  width: 20%; }
  @media only screen and (max-width: 600px) {
    .dine-gallery-grid.column-5 .dine-el-gallery-item {
      width: 33.33%; } }
.dine-gallery-grid.column-6 .dine-el-gallery-item {
  width: 16.66%; }
  @media only screen and (max-width: 600px) {
    .dine-gallery-grid.column-6 .dine-el-gallery-item {
      width: 33.33%; } }

.gallery-landscape .height-element {
  padding-bottom: 75%; }

.gallery-square .height-element {
  padding-bottom: 100%; }

.gallery-portrait .height-element {
  padding-bottom: 125%; }

/* Gallery Auto
------------------------ */
.gallery-auto .dine-el-gallery-item-inner {
  background: none; }

/* Gallery Metro
 * @since 2.0
------------------------ */
.dine-gallery-metro {
  overflow: hidden;
  display: block;
  margin: -6px -3px 0; }
  .dine-gallery-metro .dine-el-gallery-item {
    float: left;
    width: 33.33%;
    padding: 6px 3px 0; }
    .dine-gallery-metro .dine-el-gallery-item:nth-child(6n+1) {
      clear: left; }
    .dine-gallery-metro .dine-el-gallery-item:nth-child(6n+1), .dine-gallery-metro .dine-el-gallery-item:nth-child(6n+4) {
      width: 66.66%; }
    .dine-gallery-metro .dine-el-gallery-item:nth-child(6n+4) {
      float: right;
      clear: right; }

.dine-imagebox {
  display: block; }

.imagebox-inner {
  position: relative;
  overflow: hidden; }

.imagebox-title-wrapper,
.imagebox-subtitle-wrapper {
  transition: all .1s ease-out; }

.imagebox-subtitle-wrapper + .imagebox-title-wrapper {
  margin-top: 24px; }

.dine-imagebox.has-link .imagebox-inner:hover .bg-thumb {
  transform: scale(1.01); }
.dine-imagebox.has-link .imagebox-inner:hover .imagebox-title-wrapper {
  transform: translate(0, 5px); }
.dine-imagebox.has-link .imagebox-inner:hover .imagebox-subtitle-wrapper {
  transform: translate(0, -5px); }

.dine-imagebox .height-element {
  display: block;
  padding-bottom: 50%; }

.imagebox-image {
  display: block;
  margin: 0;
  position: relative; }
  .imagebox-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center; }

.imagebox-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8; }

.imagebox-text {
  position: absolute;
  z-index: 10;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.imagebox-title {
  font-size: 28px;
  letter-spacing: 2px;
  margin: 0;
  color: inherit;
  display: inline-block; }

.imagebox-subtitle {
  color: inherit;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px; }

/* valign
 * @since 3.1
------------------------------------------ */
.valign-top .imagebox-text {
  top: 10%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.valign-bottom .imagebox-text {
  bottom: 10%;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.align-left .imagebox-text {
  text-align: left; }

.align-right .imagebox-text {
  text-align: left; }

/* Animation
------------------------------------------ */
.dine-imagebox.has-animation .imagebox-title,
.dine-imagebox.has-animation .imagebox-subtitle,
.dine-imagebox.has-animation .bg-thumb {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.dine-imagebox.has-animation .imagebox-subtitle {
  transition-delay: .3s;
  transform: translate(0, 10px); }
.dine-imagebox.has-animation .imagebox-title {
  transition-delay: .4s;
  transform: translate(0, 15px); }
.dine-imagebox.has-animation.running .bg-thumb {
  opacity: 1;
  visibility: visible; }
.dine-imagebox.has-animation.running .imagebox-title,
.dine-imagebox.has-animation.running .imagebox-subtitle {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0); }

.dine-counters {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  flex-flow: row wrap;
  margin: -10px -20px 0; }
  .dine-counters.column-2 .dine-counter {
    width: 50%; }
  .dine-counters.column-3 .dine-counter {
    width: 33.33%; }
  .dine-counters.column-4 .dine-counter {
    width: 25%; }
  .dine-counters.column-5 .dine-counter {
    width: 20%; }
  .dine-counters.column-6 .dine-counter {
    width: 16.66%; }

.dine-counter {
  text-align: center; }
  .dine-counter + .dine-counter {
    border-left: 1px dashed; }

.counter-inner {
  padding: 10px 20px 0; }

.counter-number {
  display: block;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #ab3f1b;
  opacity: 0;
  font-weight: 300;
  font-size: 80px;
  height: 128px;
  line-height: 128px; }
  .counter-number .digit-con {
    height: 128px;
    overflow: hidden;
    display: inline-block; }
  .counter-number .digit-con span {
    display: block;
    text-align: center;
    position: relative;
    top: 0; }
  .counter-number .comma {
    display: inline-block;
    top: -30px;
    position: relative; }

.counter-title {
  font-size: 20px; }

.dine-diamond {
  margin: 0 auto;
  width: 212px;
  height: 212px;
  position: relative;
  display: flex;
  align-items: center;
  color: white; }
  .dine-diamond .diamond-bg {
    background: #111;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center center; }
    .dine-diamond .diamond-bg:before {
      position: absolute;
      content: "";
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border: 1px dashed;
      opacity: .4; }
  .dine-diamond .diamond-content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 20;
    font-size: .9em;
    margin: 0 auto;
    max-width: 70%; }
    .dine-diamond .diamond-content p {
      margin-bottom: 0; }
      .dine-diamond .diamond-content p + p {
        margin-top: 6px; }
    .dine-diamond .diamond-content h1, .dine-diamond .diamond-content h2, .dine-diamond .diamond-content h3, .dine-diamond .diamond-content h4, .dine-diamond .diamond-content h5, .dine-diamond .diamond-content h6 {
      color: inherit;
      margin: 0; }

/* General
--------------------- */
.dine-divider {
  overflow: hidden;
  text-align: center;
  font-size: 14px; }
  .dine-divider::after {
    clear: both;
    content: "";
    display: table; }

.divider-inner {
  position: relative;
  display: inline-block; }

.divider-line {
  position: absolute;
  top: 50%;
  border-top: 1px solid;
  width: 90px; }
  .divider-line.line-left {
    right: 100%;
    margin-right: 10px; }
  .divider-line.line-right {
    left: 100%;
    margin-left: 10px; }

.dine-divider img {
  display: block; }

.dine-divider .image {
  display: block;
  width: 50px; }
  .dine-divider .image img {
    width: 100%;
    display: block; }

.dine-divider.has-animation .icon-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.dine-divider.has-animation .divider-line {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  .dine-divider.has-animation .divider-line.line-left {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .dine-divider.has-animation .divider-line.line-right {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
.dine-divider.has-animation.running .icon-wrapper {
  opacity: 1;
  visibility: visible; }
.dine-divider.has-animation.running .divider-line {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.gmap-wrapper {
  background: #f0f0f0;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative; }

.dine-gmap {
  height: 320px; }

.gm-style {
  font-family: inherit !important;
  -webkit-font-smoothing: subpixel-antialiased; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

.dine-heading {
  overflow: hidden;
  text-align: center; }
  .dine-heading a,
  .dine-heading a:focus {
    outline: 0; }

.dine-heading.custom-color a {
  color: inherit; }

.heading-tag {
  margin-bottom: 0; }

/* TEXT
-------------------- */
@media only screen and (min-width: 768px) {
  .vc_row:last-child .wpb_text_column:last-child {
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .vc_row:last-child .vc_column_container:last-child .wpb_text_column:last-child {
    margin-bottom: 0; } }
/* HELPER SHORTCODES
-------------------- */
.dine-spacer {
  height: 35px;
  clear: both; }
  .dine-spacer::after {
    clear: both;
    content: "";
    display: table; }
  .dine-spacer.half {
    height: 20px; }
  .dine-spacer.double {
    height: 60px; }

.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 30px 0; }
  .hr::after {
    clear: both;
    content: "";
    display: table; }

.dine-dropcap {
  margin: 0 .3em 0 0;
  display: block;
  float: left;
  font-size: 4em;
  line-height: 1.1;
  color: #111;
  text-transform: uppercase;
  font-family: serif; }

.dine-highlight {
  background: #ffc;
  padding: .1em .4em;
  border-radius: 2px; }

a.dine-nice-link {
  color: inherit;
  outline: 0;
  border-bottom: 1px solid; }
  a.dine-nice-link:hover {
    border-bottom-color: transparent; }

/* SEPARATOR
-------------------- */
.vc_separator h4 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* QUOTE
-------------------- */
.dine-element-quote blockquote:last-child {
  margin-bottom: 0; }

/* EMBED
-------------------- */
.dine-element-dine_embed .twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.dine-element-dine_embed .EmbeddedTweet {
  margin-right: 0 !important; }

.dine-icon-wrapper {
  display: inline-block;
  margin: 0 2px 5px 0; }

.dine-icon {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  color: inherit;
  outline: 0 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .dine-icon:not(.custom-color):hover {
    background: #111;
    border-color: #111;
    color: white; }
  .dine-icon i {
    display: block;
    line-height: inherit; }

.icon-wrapper-left,
.icon-wrapper-right,
.icon-wrapper-center {
  display: block; }
  .icon-wrapper-left .dine-icon,
  .icon-wrapper-right .dine-icon,
  .icon-wrapper-center .dine-icon {
    display: inline-block; }

.icon-wrapper-left {
  text-align: left; }

.icon-wrapper-center {
  text-align: center; }

.icon-wrapper-right {
  text-align: right; }

.dine-opentable-header {
  margin: 0 0 20px; }

.dine-opentable-heading {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0; }

.dine-opentable-credits {
  display: table;
  margin: 5px auto 0;
  font-size: 10px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: normal;
  opacity: 0.5; }

.reservation-form .row {
  align-items: center;
  max-width: 800px;
  margin: 0 auto; }
.reservation-form .col {
  padding: 0 5px; }
.reservation-form input[type="text"],
.reservation-form .dine-nice-select {
  max-width: 100%;
  display: block;
  margin: 0 auto; }
.reservation-form input[type="submit"] {
  display: block;
  margin: 20px auto 0;
  border-radius: 0;
  background: #111;
  color: white; }

#ui-datepicker-div {
  border: 1px solid;
  border-radius: 0;
  margin-top: -1px;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 10px; }
  #ui-datepicker-div .ui-widget-header {
    background: none;
    border-radius: 0;
    border: 0;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 11px; }
  #ui-datepicker-div .ui-widget-header .ui-icon {
    background: none; }
  #ui-datepicker-div .ui-datepicker-prev,
  #ui-datepicker-div .ui-datepicker-next {
    background: 0;
    text-indent: 0;
    font-size: 11px;
    color: inherit;
    line-height: 14px;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #111;
    color: white;
    border-radius: 50%;
    margin-top: 2px; }
    #ui-datepicker-div .ui-datepicker-prev span,
    #ui-datepicker-div .ui-datepicker-next span {
      background: none; }
    #ui-datepicker-div .ui-datepicker-prev:before,
    #ui-datepicker-div .ui-datepicker-next:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #ui-datepicker-div .ui-datepicker-prev:hover,
    #ui-datepicker-div .ui-datepicker-next:hover {
      background: #111;
      border: 0; }
  #ui-datepicker-div .ui-datepicker-next {
    margin-right: 2px; }
    #ui-datepicker-div .ui-datepicker-next:before {
      content: "\f105"; }
  #ui-datepicker-div .ui-datepicker-prev {
    margin-left: 2px; }
    #ui-datepicker-div .ui-datepicker-prev:before {
      content: "\f104"; }
  #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, #ui-datepicker-div html .ui-button.ui-state-disabled:hover, #ui-datepicker-div html .ui-button.ui-state-disabled:active {
    border: 0;
    background: none; }
  #ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
    background: #ab3f1b;
    color: white; }
  #ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-active, #ui-datepicker-div .ui-widget-header .ui-state-active, #ui-datepicker-div a.ui-button:active, #ui-datepicker-div .ui-button:active, #ui-datepicker-div .ui-button.ui-state-active:hover {
    background: #111;
    color: white;
    border: 0; }

.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px; }

.ui-datepicker th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 10px; }

.ui-datepicker {
  width: 22em; }

.ui-datepicker td span, .ui-datepicker td a {
  padding: .3em;
  outline: 0;
  text-align: center; }

.dine-social-sc .social-list {
  display: inline-block; }
  .dine-social-sc .social-list a {
    color: #111;
    font-size: 18px;
    width: auto;
    height: auto;
    border-radius: 0;
    outline: 0;
    padding: 0 .3em; }
.dine-social-sc.align-center {
  text-align: center; }
.dine-social-sc.align-right {
  text-align: right; }

.cd-headline {
  font-weight: normal;
  text-align: center;
  font-family: Bahiana, sans-serif;
  font-size: 120px;
  line-height: 1;
  color: #111; }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: 0;
  font-weight: inherit;
  transform: translate(-50%, 0); }
  .cd-words-wrapper b i,
  .cd-words-wrapper b em {
    font-style: normal;
    min-width: 10px; }

.cd-words-wrapper b.is-visible {
  position: relative;
  left: 0;
  transform: none; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s; }

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s; }

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1; } }
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1; } }
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1; } }
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; } }
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0; } }
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; } }
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden; }

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9; }

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite; }

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #111; }

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden; }

.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff; }

.cd-headline.type b {
  visibility: hidden; }

.cd-headline.type b.is-visible {
  visibility: visible; }

.cd-headline.type i {
  position: absolute;
  visibility: hidden; }

.cd-headline.type i.in {
  position: relative;
  visibility: visible; }

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0; } }
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0; } }
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0; } }
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-headline.rotate-2 b {
  opacity: 0; }

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0; }

.is-visible .cd-headline.rotate-2 i {
  opacity: 1; }

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards; }

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards; }

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px); }

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0; }

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1; }

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg); } }
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg); } }
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg); } }
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg); } }
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg); } }
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg); } }
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s; }

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s; }

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0; }

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.slide b {
  opacity: 0;
  top: .2em; }

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s; }

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s; }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%); } }
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%); }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%); } }
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); } }
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9; }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline.clip b.is-visible {
  opacity: 1; }

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.zoom b {
  opacity: 0; }

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s; }

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s; }

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0); } }
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0); } }
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); } }
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px); } }
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px); } }
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px); } }
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-3 b {
  opacity: 0; }

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards; }

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards; }

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0; }

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1; }

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg); }
  100% {
    -moz-transform: rotateY(0deg); } }
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg); } }
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0); }
  100% {
    -moz-transform: rotateY(-180deg); } }
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0; }

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.is-visible .cd-headline.scale i {
  opacity: 1; }

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards; }

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards; }

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0; }

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1; }

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(0);
    opacity: 0; } }
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1; }
  60% {
    -moz-transform: scale(0);
    opacity: 0; } }
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0; }

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s; }

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s; }

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%); } }
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%); } }
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }
/**
 * Single Testimonial
 * @since 3.0
 *
 * --------------------------------------------------------------------------------
 */
.dine-single-testimonial {
  display: block; }
  .dine-single-testimonial.has-custom-color .single-testimonial-name {
    color: inherit; }

.single-testimonial-content {
  font-size: 1.5em; }
  .single-testimonial-content p:last-child {
    margin-bottom: 0; }

.single-testimonial-name {
  letter-spacing: 2px;
  margin: 0; }
  .single-testimonial-name a {
    color: inherit; }

.single-testimonial-meta {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 1em 0 0 2em; }

.single-testimonial-image {
  width: 64px;
  margin: 0;
  margin-right: 1em; }
  .single-testimonial-image img {
    display: block;
    margin: 0; }

.image-shape-circle {
  width: 48px; }
  .image-shape-circle img {
    border-radius: 50%; }

.single-testimonial-from:before {
  content: "\2014";
  margin: 0 10px; }

/**
 * Testimonial Slider
 * @since 3.0
 *
 * --------------------------------------------------------------------------------
 */
.dine-testimonials .slides::after {
  clear: both;
  content: "";
  display: table; }
.dine-testimonials .flex-control-nav {
  position: static;
  margin: 1em 0 0; }
.dine-testimonials .flex-control-paging li a {
  outline: 0;
  width: 8px;
  height: 8px;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  transition: all .3s ease-out; }
  .dine-testimonials .flex-control-paging li a:hover {
    background: #ab3f1b; }
  .dine-testimonials .flex-control-paging li a.flex-active {
    border: none;
    background: #ab3f1b; }

.dine-testimonial {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0; }

.testimonial-content {
  font-size: 2em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 200;
  margin: 0 auto;
  max-width: 800px;
  background: url(../images/quote.png) top center no-repeat;
  background-size: 24px;
  padding-top: 48px;
  position: relative; }
  .testimonial-content:before, .testimonial-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 60px;
    border-top: 1px solid; }
  .testimonial-content:before {
    right: 50%;
    margin-right: 32px; }
  .testimonial-content:after {
    left: 50%;
    margin-left: 32px; }

.testimonial-meta {
  overflow: hidden;
  display: block;
  margin: 1.5em auto 0;
  text-align: center; }

.testimonial-avatar {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto; }
  .testimonial-avatar img {
    display: block;
    width: 100%;
    border-radius: 50%; }

.testimonial-meta-text {
  overflow: hidden;
  flex: none;
  margin-top: 12px; }

.testimonial-name {
  margin: 0 0 5px;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 2px; }
  .testimonial-name:before, .testimonial-name:after {
    content: "\2014";
    margin: 0 5px; }

.testimonial-rating {
  display: none;
  margin: 1em auto 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 4.8em;
  font-family: FontAwesome; }
  .testimonial-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
    .testimonial-rating span:before {
      content: '\f005\f005\f005\f005\f005';
      top: 0;
      position: absolute;
      left: 0;
      color: #ab3f1b; }
  .testimonial-rating:before {
    content: '\f005\f005\f005\f005\f005';
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }

.elementor-social-icon.elementor-icon {
  display: flex; }

.elementor-section.dine-parallax {
  opacity: 0;
  visibility: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, opacity .8s, visibility .8s !important;
  transition-delay: .1s; }
  .elementor-section.dine-parallax.jarallax-init {
    opacity: 1;
    visibility: visible; }

/* BUTTON
--------------------------------------------------------------------------------- */
.el-button {
  display: block; }

.el-btn {
  display: inline-flex;
  justify-content: center;
  line-height: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: inherit;
  border: 0 solid;
  transition: all .1s ease-out;
  background: black;
  color: white; }
  .el-btn:focus {
    outline: 0; }
  .el-btn .btn-text,
  .el-btn .btn-icon {
    flex: none; }

.btn-text + .btn-icon {
  margin-left: 6px; }

.btn-flexible {
  line-height: 32px;
  padding: 0 20px; }

.btn-fixed {
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center; }
  .btn-fixed .btn-fixed-inner {
    display: flex;
    align-content: center;
    flex-flow: row wrap; }

/* POPUP
------------------------------------- */
.el-popup {
  position: fixed;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none; }
  .el-popup.showing {
    display: block; }

.popup-close {
  display: block;
  position: absolute;
  z-index: 800;
  top: 0;
  right: 0;
  font-size: 0;
  color: black;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .popup-close:before, .popup-close:after {
    display: block;
    content: "";
    border-top: 1px solid;
    width: 30px;
    transform: rotate(45deg);
    transform-origin: center center;
    position: absolute;
    left: 4px;
    top: 20px; }
  .popup-close:after {
    transform: rotate(-45deg);
    transform-origin: center center; }

.el-popup-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 990;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.el-popup.showing + .el-popup-overlay {
  display: block; }

html.openning-popup {
  height: 100vh;
  overflow: hidden; }

.popup-fullscreen {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .popup-fullscreen .popup-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.popup-center {
  top: 50%;
  transform: translate(0, -50%);
  left: 20%;
  right: 20%; }

.popup-sidebar {
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  width: 400px; }

.popup-left {
  left: 0; }

.popup-right {
  right: 0; }

/* LOGO
--------------------------------------------------------------------------------- */
.el-logo {
  display: block; }
  .el-logo a {
    display: inline-block;
    line-height: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    color: inherit; }
    .el-logo a:focus {
      outline: 0; }

.logo-mix a {
  display: inline-flex; }
  .logo-mix a .site-logo-text {
    flex: none; }
  .logo-mix a .site-logo-image {
    flex: none; }

.logo-layout-1 a {
  align-items: center; }
.logo-layout-1 .site-logo-text {
  order: 2; }
.logo-layout-1 .site-logo-image {
  order: 1;
  margin-right: 10px; }

.logo-layout-2 a {
  align-items: center; }
.logo-layout-2 .site-logo-text {
  order: 1; }
.logo-layout-2 .site-logo-image {
  order: 2;
  margin-left: 10px; }

.logo-layout-3 a {
  flex-flow: column; }
.logo-layout-3 .site-logo-text {
  order: 2; }
.logo-layout-3 .site-logo-image {
  order: 1;
  margin-bottom: 10px; }

.logo-layout-4 a {
  flex-flow: column; }
.logo-layout-4 .site-logo-text {
  order: 1; }
.logo-layout-4 .site-logo-image {
  order: 2;
  margin-top: 10px; }

/* HORIZONTAL MENU
--------------------------------------------------------------------------------- */
.hnav .menu {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .hnav .menu > li {
    display: block;
    position: relative; }
    .hnav .menu > li > a {
      display: block;
      padding: 0 10px;
      color: inherit;
      text-decoration: none;
      transition: all .1s ease-out;
      border: 0px solid; }
      .hnav .menu > li > a:focus {
        outline: 0; }
    .hnav .menu > li + li > a {
      border-left: 0; }
  .hnav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 160px;
    background: white;
    z-index: 999;
    padding: 10px;
    display: none; }
    .hnav .menu ul a {
      display: block;
      color: inherit;
      text-decoration: none;
      padding: 0 10px;
      transition: all .1s ease-out; }
      .hnav .menu ul a:focus {
        outline: 0; }
    .hnav .menu ul li + li {
      border-top: 0 solid; }
  .hnav .menu li:hover > ul {
    display: block; }

/* VERTICAL MENU
--------------------------------------------------------------------------------- */
.vnav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.vnav li {
  display: block; }
  .vnav li + li {
    border-top: 0 solid #999; }
  .vnav li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 2px;
    color: inherit;
    opacity: .4; }
.vnav a {
  display: block;
  color: inherit;
  line-height: 24px;
  position: relative;
  border: 0px solid; }
  .vnav a:focus {
    outline: 0; }
.vnav .menu {
  display: block; }
.vnav ul ul {
  display: none; }

/* FORM
--------------------------------------------------------------------------------- */
body .el-form-reservation.column-1 .rtb-booking-form fieldset,
body .el-form-reservation.column-1 .rtb-booking-form .reservation,
body .el-form-reservation.column-1 .rtb-booking-form .contact {
  width: 100%;
  float: none; }
body .el-form-reservation.column-1 .rtb-booking-form .add-message {
  text-align: center; }

.form-no-placeholder input::-webkit-input-placeholder {
  color: transparent !important; }
.form-no-placeholder input::-moz-placeholder {
  color: transparent !important; }
.form-no-placeholder input::placeholder {
  color: transparent !important; }
.form-no-placeholder textarea::-webkit-input-placeholder {
  color: transparent !important; }
.form-no-placeholder textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important; }
.form-no-placeholder textarea::placeholder {
  color: transparent !important; }

.form-no-label label {
  display: none !important; }

/* FORM STACK
----------------------------------- */
/* FORM INLINE
----------------------------------- */
.el-form-inline .mc4wp-form-fields {
  display: flex;
  align-items: center;
  justify-content: center; }
  .el-form-inline .mc4wp-form-fields p {
    margin: 0;
    padding: 0 10px;
    flex: none; }
  .el-form-inline .mc4wp-form-fields p + p {
    margin-left: -3px; }
  .el-form-inline .mc4wp-form-fields input[type="text"],
  .el-form-inline .mc4wp-form-fields input[type="email"],
  .el-form-inline .mc4wp-form-fields input[type="url"],
  .el-form-inline .mc4wp-form-fields input[type="tel"] {
    width: 320px; }

/* FOOD MENU
--------------------------------------------------------------------------------- */
.dine-menu-wrapper {
  overflow: hidden; }

.dine-menu-heading {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 3.4em;
  letter-spacing: 1px; }
  .dine-menu-heading.size-normal {
    font-size: 2.4em; }
  .dine-menu-heading.size-small {
    font-size: 1.8em; }
  .dine-menu-heading.size-large {
    font-size: 4em; }

.dine-menu-grid {
  display: flex;
  flex-flow: row wrap;
  margin: -2.5em -2em 0; }

.dine-menu.column-1 .dine-menu-item {
  width: 100%; }
.dine-menu.column-2 .dine-menu-item {
  width: 50%; }
.dine-menu.column-3 .dine-menu-item {
  width: 33.33%; }

.menu-item-inner {
  overflow: hidden; }

.dine-menu-item {
  position: relative;
  overflow: hidden;
  flex: none;
  padding: 2.5em 2em 0; }
  .dine-menu-item.has-custom-color .menu-item-name,
  .dine-menu-item.has-custom-color .menu-item-desc,
  .dine-menu-item.has-custom-color .menu-item-price, .dine-menu-item.highlighted .menu-item-name,
  .dine-menu-item.highlighted .menu-item-desc,
  .dine-menu-item.highlighted .menu-item-price {
    color: inherit !important; }
  .dine-menu-item.menu-item-custom-color .menu-item-desc,
  .dine-menu-item.menu-item-custom-color .menu-item-price {
    color: inherit; }
  .dine-menu-item.highlighted .menu-item-inner {
    background: #ab3f1b;
    color: white;
    padding: .6em; }
  .dine-menu-item.highlighted .menu-item-name:before {
    opacity: .7; }

.menu-item-image {
  display: block;
  float: left;
  width: 48px;
  margin: 0 1em 0 0;
  margin-right: 1em !important; }
  .menu-item-image img {
    display: block;
    width: 100%; }

.menu-item-text {
  overflow: hidden; }

.menu-item-name {
  font-size: 1.23em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  white-space: nowrap;
  margin-right: .5em;
  white-space: normal;
  flex: none;
  max-width: 80%; }

.menu-item-desc {
  color: #777;
  margin: 8px 0 0; }

.menu-item-header {
  position: relative;
  display: flex;
  align-items: center; }
  .menu-item-header .dots {
    display: block;
    position: relative;
    width: 100%;
    margin-right: .7em; }
    .menu-item-header .dots:before {
      top: 0;
      left: 0;
      right: 0;
      position: absolute;
      display: block;
      content: "";
      border-top: 2px dotted;
      opacity: .5; }

.el-menu-linestyle-dotted .dots:before {
  border-top-width: 2px;
  border-top-style: dotted; }

.el-menu-linestyle-solid .dots:before {
  border-top-width: 1px;
  border-top-style: solid; }

.el-menu-linestyle-dashed .dots:before {
  border-top-width: 1px;
  border-top-style: dashed; }

.el-menu-linestyle-none .dots:before {
  display: none; }

.menu-item-price {
  display: block;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em; }

/* POST GRID
--------------------------------------------------------------------------------- */
.el-grid {
  display: flex;
  flex-flow: row wrap;
  margin: -32px -16px 0; }

.el-grid-item {
  display: block;
  flex: none;
  padding: 32px 16px 0; }

.el-blog-grid.column-1 .el-grid-item {
  width: 100%; }
.el-blog-grid.column-2 .el-grid-item {
  width: 50%; }
  @media only screen and (max-width: 600px) {
    .el-blog-grid.column-2 .el-grid-item {
      width: 100%; } }
.el-blog-grid.column-3 .el-grid-item {
  width: 33.33%; }
  @media only screen and (max-width: 600px) {
    .el-blog-grid.column-3 .el-grid-item {
      width: 100%; } }

.el-blog-grid .el-thumbnail + .el-post-text {
  margin-top: 10px; }

/* thumbnail
-------------------------------- */
.el-thumbnail img {
  display: block; }

.el-thumbnail a {
  display: block;
  margin: 0;
  padding: 0;
  position: relative; }
  .el-thumbnail a .height-element {
    display: block; }

.blog-thumbnail-size-crop .el-thumbnail img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }
.blog-thumbnail-size-crop .height-element {
  padding-bottom: 60%; }

.blog-thumbnail-size-landscape .height-element {
  padding-bottom: 60%; }

.blog-thumbnail-size-square .height-element {
  padding-bottom: 100%; }

.blog-thumbnail-size-portrait .height-element {
  padding-bottom: 120%; }

/* text
-------------------------------- */
.el-post-categories {
  margin: 0 0 5px; }
  .el-post-categories a {
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    color: white;
    background: black;
    text-transform: uppercase;
    font-size: 10px;
    transition: all .1s ease-out; }
    .el-post-categories a:hover {
      transform: translate(0, -2px); }
    .el-post-categories a:focus {
      outline: 0; }
    .el-post-categories a + a {
      margin-left: 5px; }

.el-post-title {
  margin: 0;
  font-size: 1.4em; }
  .el-post-title a {
    color: inherit;
    text-decoration: none;
    transition: all .1s ease-out; }
    .el-post-title a:focus {
      outline: 0; }

.el-post-meta {
  margin: 0; }
  .el-post-meta a {
    color: inherit;
    text-decoration: none; }
    .el-post-meta a:focus {
      outline: 0; }

.el-post-excerpt {
  margin: 6px 0 0; }
  .el-post-excerpt p {
    margin: 0; }

.el-post-readmore {
  color: inherit;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  transition: all .1s ease-out; }
  .el-post-readmore:hover {
    box-shadow: 0 -3px 0 black inset; }

/* LIST
--------------------------------------------------------------------------------- */
.el-blog-list {
  overflow: hidden; }

.el-list-item {
  display: flex; }
  .el-list-item .el-thumbnail {
    flex: none;
    width: 400px; }
    @media only screen and (max-width: 840px) {
      .el-list-item .el-thumbnail {
        width: 300px; } }
    @media only screen and (max-width: 600px) {
      .el-list-item .el-thumbnail {
        width: 200px; } }
  .el-list-item .el-post-text {
    flex: none; }
  .el-list-item .el-thumbnail + .el-post-text {
    margin-left: 30px; }
    @media only screen and (max-width: 600px) {
      .el-list-item .el-thumbnail + .el-post-text {
        margin-left: 10px; } }
  .el-list-item + .el-list-item {
    margin-top: 30px; }
    @media only screen and (max-width: 600px) {
      .el-list-item + .el-list-item {
        margin-top: 20px; } }

/* STANDARD
--------------------------------------------------------------------------------- */
.el-standard-item + .el-standard-item {
  margin-top: 40px; }
  @media only screen and (max-width: 600px) {
    .el-standard-item + .el-standard-item {
      margin-top: 20px; } }
.el-standard-item .el-thumbnail {
  width: 100%; }
  .el-standard-item .el-thumbnail img {
    display: block;
    width: 100%; }
.el-standard-item .el-thumbnail + .el-post-text {
  margin-top: 20px; }
  @media only screen and (max-width: 600px) {
    .el-standard-item .el-thumbnail + .el-post-text {
      margin-top: 10px; } }

@media only screen and (max-width: 1279px) {
  .heading-title {
    font-size: 60px; }

  .heading-subtitle {
    font-size: 16px; } }
/**
 * Portrait Tablet
 * target screen 768px
 */
@media only screen and (max-width: 1023px) {
  .dine-menu-heading {
    font-size: 36px; }

  .dine-counters.column-5 .dine-counter, .dine-counters.column-6 .dine-counter {
    width: 33.33%; }
    .dine-counters.column-5 .dine-counter:nth-child(3n+1), .dine-counters.column-6 .dine-counter:nth-child(3n+1) {
      border-left: none !important; }
  .dine-counters.column-4 .dine-counter {
    width: 50%; }
    .dine-counters.column-4 .dine-counter:nth-child(2n+1) {
      border-left: none !important; } }
@media only screen and (max-width: 767px) {
  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 24px; }

  .heading-title {
    font-size: 48px; }

  .heading-subtitle {
    font-size: 14px;
    letter-spacing: 2px; }

  .heading-ornament img {
    width: 80px; }

  .dine-gallery {
    margin: -6px -3px 0; }

  .dine-gallery-item {
    padding: 6px 3px 0; }

  .dine-gallery.column-4 .dine-gallery-item {
    width: 50%; }

  .dine-gallery.column-5 .dine-gallery-item,
  .dine-gallery.column-6 .dine-gallery-item {
    width: 33.33%; }

  .dine-gallery.column-7 .dine-gallery-item,
  .dine-gallery.column-8 .dine-gallery-item {
    width: 25%; }

  .dine-gallery.column-9 .dine-gallery-item,
  .dine-gallery.column-10 .dine-gallery-item {
    width: 20%; }

  .dine-instagram.column-5 .dine-instagram-item, .dine-instagram.column-6 .dine-instagram-item, .dine-instagram.column-7 .dine-instagram-item, .dine-instagram.column-9 .dine-instagram-item {
    width: 33.33%; }
  .dine-instagram.column-8 .dine-instagram-item {
    width: 25%; }

  .dine-instagram-item {
    padding: 10px 5px 0; }

  .dine-instagram {
    margin: -10px -5px 0; }

  .dine-counters.column-3 .dine-counter, .dine-counters.column-5 .dine-counter, .dine-counters.column-6 .dine-counter {
    width: 50%; }

  .dine-counters .dine-counter {
    border: 0; } }
@media only screen and (max-width: 480px) {
  .dine-gallery.column-3 .dine-gallery-item {
    width: 100%; }

  .heading-title {
    font-size: 36px !important; }

  .heading-subtitle {
    font-size: 12px;
    letter-spacing: 1px; }

  .dine-counters.column-2 .dine-counter, .dine-counters.column-3 .dine-counter, .dine-counters.column-4 .dine-counter, .dine-counters.column-5 .dine-counter, .dine-counters.column-6 .dine-counter {
    width: 100%; }

  .dine-menu.column-1 .dine-menu-item,
  .dine-menu.column-2 .dine-menu-item,
  .dine-menu.column-3 .dine-menu-item {
    width: 100%; }

  .menu-item-image {
    width: 36px; }

  .carousel-cell-text {
    font-size: .9em; } }

/*# sourceMappingURL=dine-elementor.css.map */
