/* --------------------------------------------
	RESET
-------------------------------------------- */

.ui-helper-reset {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ui-accordion .ui-accordion-icons {
  padding: 0 !important;
}
html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

/* --------------------------------------------
	OVERRIDE CLASSES
-------------------------------------------- */

.mt0 {
  /* Clear Margin Top */
  margin-top: 0 !important;
}
.mb0 {
  /* Clear Margin Bottom */
  margin-bottom: 0 !important;
}
.mr0 {
  /* Clear Margin Right */
  margin-right: 0 !important;
}
.ml0 {
  /* Clear Margin Left */
  margin-left: 0 !important;
}
.pt0 {
  /* Clear Padding Top */
  padding-top: 0 !important;
}
.pb0 {
  /* Clear Padding Bottom */
  padding-bottom: 0 !important;
}
.pr0 {
  /* Clear Padding Right */
  padding-right: 0 !important;
}
.pl0 {
  /* Clear Padding Left */
  padding-left: 0 !important;
}
.bt0 {
  /* Clear Border Top */
  border-top: 0 !important;
}
.bb0 {
  /* Clear Border Bottom */
  border-bottom: 0 !important;
}
.no-shadow {
  /* Remove Shadow */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.pmb0 p {
  /* Clear Inner p Tags Margin Bottom */
  margin-bottom: 0 !important;
}

/* --------------------------------------------
	CUSTOM COLUMN SIZES
-------------------------------------------- */

.col-sm-sf-5 {
  width: 20%;
  padding: 0 15px;
  float: left;
}
.col-sm-sf-25 {
  width: 40%;
  padding: 0 15px;
  float: left;
}

/* --------------------------------------------
	GENERAL
-------------------------------------------- */

.sf-container-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  opacity: 0;
}
.sf-container-overlay .sf-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.sf-container-overlay.loading-done .sf-loader {
  opacity: 0;
  transition: opacity 0.5s;
}
.sf-container-overlay .sf-loader svg path {
  fill: #fff;
}
.sf-container-block .sf-container-overlay {
  display: block;
}

/* --------------------------------------------
	STANDARD ROW STYLES
-------------------------------------------- */

.fw-row.row {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.fw-row.row.container-fluid.bs-4-row {
  padding-left: 0;
  padding-right: 0;
}
.fw-row.row.container.bs-4-row {
  margin: 0 auto;
}
.spb-row {
  visibility: visible;
  position: relative;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}
.spb-row.row-bg-img-pattern {
  background-size: auto;
  -moz-background-size: auto;
  -webkit-background-size: auto;
  background-repeat: repeat;
}
.fw-row .spb-row {
  opacity: 0;
  visibility: hidden;
}
.fw-row .spb-row[data-wrap="standard-width"] {
  opacity: 1;
  visibility: visible;
}
.spb-row.spb-hidden {
  opacity: 0;
}
.spb-row[data-legacy="true"] {
  overflow: visible;
}
.spb-row.has-offset-elements,
.fw-row.row.has-offset-elements,
.fw-row.has-fw-elements {
  overflow: visible;
}
.spb-row[data-image-movement="fixed"] {
  background-attachment: fixed;
}
.mobile-browser .spb-row[data-image-movement="fixed"] {
  background-attachment: scroll;
}
.spb-row[data-image-movement="fixed"],
.spb-row[data-image-movement="parallax"] {
  backface-visibility: hidden;
}
.spb-row > .spb_content_element {
  position: relative;
  z-index: 3;
  width: 100%;
}
.spb-row > div.row-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.spb-row[data-row-height="window-height"] {
  min-height: 100vh;
}
.spb-asset-content {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.spb-column-inner {
  max-width: 100%;
  background-position: center;
  background-size: cover;
}
/*.spb-column-inner > .row {
	margin-left: 0;
	margin-right: 0;
}*/
.no-flexbox .spb-row[data-col-equal-heights="true"] .spb-column-inner {
  min-height: 100%;
}
.no-flexbox .spb-row[data-col-v-pos="stretch"] > .spb_content_element,
.no-flexbox .spb-row[data-col-v-pos="stretch"] > .spb_content_element > .row,
.no-flexbox
  .spb-row[data-col-v-pos="stretch"]
  > .spb_content_element
  .spb-column-container,
.no-flexbox
  .spb-row[data-col-v-pos="stretch"]
  > .spb_content_element
  .spb-column-container
  .spb-column-inner {
  height: 100%;
}
.no-flexbox .spb-row[data-col-v-pos="bottom"] > .spb_content_element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.flexbox .spb-row {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.flexbox .spb-row-flex > .spb_content_element,
.flexbox .spb-row-flex > .spb_content_element > .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.flexbox .browser-ff .spb-row-flex > .spb_content_element {
  flex-basis: auto;
}
.flexbox .browser-safari .spb-row-flex > .spb_content_element,
.flexbox .browser-safari .spb-row-flex > .spb_content_element > .row {
  flex-wrap: nowrap;
  display: block;
}
.flexbox .spb-row-flex > .spb_content_element .spb-column-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.spb-row[data-col-v-pos="center"] {
  display: flex;
}
.spb-row[data-col-v-pos="center"] > .spb_content_element {
  top: auto;
  transform: none;
  position: relative;
  align-self: center;
}
.flexbox .spb-row[data-col-v-pos="center"] > .spb_content_element,
.flexbox .spb-row[data-col-v-pos="center"] > .spb_content_element .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  align-self: center;
  display: block;
}
.flexbox .bootstrap-4 .spb-row[data-col-v-pos="center"] > .spb_content_element,
.flexbox
  .bootstrap-4
  .spb-row[data-col-v-pos="center"]
  > .spb_content_element
  .row {
  display: flex;
}
.spb-row[data-col-v-pos="bottom"] > .spb_content_element {
  display: table-cell;
  vertical-align: bottom;
}
.spb-row[data-col-v-pos="bottom"] > .spb_content_element .row {
  display: inline-block;
}
.flexbox .spb-row[data-col-v-pos="bottom"] > .spb_content_element {
  display: flex;
  vertical-align: inherit;
}
.flexbox .spb-row[data-col-v-pos="bottom"] > .spb_content_element .row {
  display: flex;
}
.flexbox .spb-row[data-col-v-pos="bottom"] > .spb_content_element,
.flexbox .spb-row[data-col-v-pos="bottom"] > .spb_content_element .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.flexbox .spb-row[data-col-v-pos="top"] > .spb_content_element,
.flexbox .spb-row[data-col-v-pos="top"] > .spb_content_element > .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.flexbox .spb-row[data-col-v-pos="stretch"] > .spb_content_element,
.flexbox .spb-row[data-col-v-pos="stretch"] > .spb_content_element > .row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.spb-row[data-col-equal-heights="true"]
  .spb-column-container
  > .spb-column-inner {
  min-height: 100%;
  display: table-cell;
}
.flexbox .spb-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.spb-column-container > .spb-column-inner {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.flexbox .spb-column-container > .spb-column-inner {
  flex-grow: 1;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > div {
  flex: 1;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > div.col-sm-12 {
  min-width: 100%;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > div.col-sm-9 {
  min-width: 75%;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > div.col-sm-8 {
  min-width: 66.66%;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > div.col-sm-6 {
  min-width: 50%;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > div.col-sm-4 {
  min-width: 33.33%;
}
.flexbox .spb-row-flex .spb-row-no-cols-wrapper > div.col-sm-3 {
  min-width: 25%;
}
.spb-row.spb-row-col-spacing .spb-column-container {
  padding-left: 0;
  padding-right: 0;
}
.spb-row[data-col-spacing="2"] .spb_content_element {
  padding-left: 1px;
  padding-right: 1px;
}
.spb-row[data-col-spacing="2"] .spb-column-inner {
  margin-left: 2px;
  margin-right: 2px;
}
.spb-row[data-col-spacing="4"] .spb_content_element {
  padding-left: 2px;
  padding-right: 2px;
}
.spb-row[data-col-spacing="4"] .spb-column-inner {
  margin-left: 4px;
  margin-right: 4px;
}
.spb-row[data-col-spacing="6"] .spb_content_element {
  padding-left: 3px;
  padding-right: 3px;
}
.spb-row[data-col-spacing="6"] .spb-column-inner {
  margin-left: 6px;
  margin-right: 6px;
}
.spb-row[data-col-spacing="8"] .spb_content_element {
  padding-left: 4px;
  padding-right: 4px;
}
.spb-row[data-col-spacing="8"] .spb-column-inner {
  margin-left: 8px;
  margin-right: 8px;
}
.spb-row[data-col-spacing="10"] .spb_content_element {
  padding-left: 5px;
  padding-right: 5px;
}
.spb-row[data-col-spacing="10"] .spb-column-inner {
  margin-left: 10px;
  margin-right: 10px;
}
.spb-row[data-col-spacing="20"] .spb_content_element {
  padding-left: 10px;
  padding-right: 10px;
}
.spb-row[data-col-spacing="20"] .spb-column-inner {
  margin-left: 10px;
  margin-right: 10px;
}
.spb-row[data-col-spacing="30"] .spb_content_element {
  padding-left: 15px;
  padding-right: 15px;
}
.spb-row[data-col-spacing="30"] .spb-column-inner {
  margin-left: 30px;
  margin-right: 30px;
}
.spb-row[data-col-spacing="40"] .spb_content_element {
  padding-left: 20px;
  padding-right: 20px;
}
.spb-row[data-col-spacing="40"] .spb-column-inner {
  margin-left: 40px;
  margin-right: 40px;
}
.spb-asset-content.spb-hidden {
  opacity: 0;
}
.row.fw-row {
  clear: both;
}
.fw-row > .spb-row {
  padding-left: 0;
  padding-right: 0;
}
.fw-row > .col-sm-12,
.spb-row.spb-remove-element-spacing,
.spb-row.spb-remove-element-spacing div[class*="col-sm"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
}
.spb-row.spb-remove-element-spacing .row {
  margin-left: 0;
  margin-right: 0;
}
.spb-section.col-sm-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.flexbox .spb-column-container.col-sm-12 {
  flex-basis: 100%;
}
.flexbox .spb-column-container.col-sm-11 {
  flex-basis: 1.66666667%;
}
.flexbox .spb-column-container.col-sm-10 {
  flex-basis: 83.33333333%;
}
.flexbox .spb-column-container.col-sm-9 {
  flex-basis: 75%;
}
.flexbox .spb-column-container.col-sm-8 {
  flex-basis: 66.66666667%;
}
.flexbox .spb-column-container.col-sm-7 {
  flex-basis: 58.33333333%;
}
.flexbox .spb-column-container.col-sm-6 {
  flex-basis: 50%;
}
.flexbox .spb-column-container.col-sm-5 {
  flex-basis: 41.66666667%;
}
.flexbox .spb-column-container.col-sm-4 {
  flex-basis: 33.33333333%;
}
.flexbox .spb-column-container.col-sm-3 {
  flex-basis: 25%;
}
.flexbox .spb-column-container.col-sm-2 {
  flex-basis: 16.66666667%;
}
.flexbox .spb-column-container.col-sm-1 {
  flex-basis: 8.33333333%;
}

@media only screen and (max-width: 767px) {
  .spb-column-container.spb-col-custom-offset {
    top: 0 !important;
    left: 0 !important;
  }
  .flexbox .spb-column-container.col-sm-1,
  .flexbox .spb-column-container.col-sm-2,
  .flexbox .spb-column-container.col-sm-3,
  .flexbox .spb-column-container.col-sm-4,
  .flexbox .spb-column-container.col-sm-5,
  .flexbox .spb-column-container.col-sm-6,
  .flexbox .spb-column-container.col-sm-7,
  .flexbox .spb-column-container.col-sm-8,
  .flexbox .spb-column-container.col-sm-9,
  .flexbox .spb-column-container.col-sm-10,
  .flexbox .spb-column-container.col-sm-11,
  .flexbox .spb-column-container.col-sm-12 {
    flex-basis: 100%;
  }
  .fw-row > .spb-row,
  .spb-row[data-image-movement="fixed"] {
    background-attachment: local !important;
  }
}

.modal-body > section.row {
  width: 100% !important;
  left: 0 !important;
}
.modal-body .spb-row > .spb_content_element {
  padding: 0 !important;
}

/* --------------------------------------------
	VIDEO ROW STYLES
-------------------------------------------- */

.spb-row[data-row-type="video"] .video-wrap {
  overflow: hidden;
  max-height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0;
  pointer-events: none;
}
.spb-row[data-row-type="video"] video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.spb-row[data-row-type="video"] .video-overlay {
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.overlay-diaglight {
  background-image: url("../img/vo_diagonal_lines_light.html");
}
.overlay-diagdark {
  background-image: url("../img/vo_diagonal_lines_dark.html");
}
.overlay-horizlight {
  background-image: url("../img/vo_horizontal_lines_light.html");
}
.overlay-horizgdark {
  background-image: url("../img/vo_horizontal_lines_dark.html");
}
.overlay-vertlight {
  background-image: url("../img/vo_vertical_lines_light.html");
}
.overlay-vertzgdark {
  background-image: url("../img/vo_vertical_lines_dark.html");
}
.overlay-lightgrid {
  background-image: url("../img/vo_pixel_light.html");
}
.overlay-darkgrid {
  background-image: url("../img/vo_pixel_dark.html");
}
.overlay-lightgridfat {
  background-image: url("../img/vo_fat_pixel_light.html");
}
.overlay-darkgridfat {
  background-image: url("../img/vo_fat_pixel_dark.html");
}

/* --------------------------------------------
	PARALLAX ROW STYLES
-------------------------------------------- */

.spb-row-parallax .spb-row-parallax-layer-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.spb-row-parallax .spb-row-parallax-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}
.spb-row-parallax.use-css-backpos .spb-row-parallax-layer {
  background-position: 50% 0;
}
.spb-row-parallax.use-css-transform .spb-row-parallax-layer {
  background-attachment: scroll;
}

/* --------------------------------------------
	EXPANDING ROW STYLES
-------------------------------------------- */

.spb-row-expand-text {
  padding: 30px 15px;
  display: block;
  text-align: left;
  font-size: 22px;
}
.spb-row-expand-text span:before {
  content: "\e600";
  font-family: "atelier";
  font-size: 24px;
  display: inline-block;
  float: left;
  height: 23px;
  width: 23px;
  margin-top: -1px;
  margin-right: 20px;
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
  font-weight: normal;
}
.spb-row-expand-text.row-open span:before {
  content: "\e603";
}
.spb-row-expand-text:hover span:before {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.spb-row-expand-text.row-open:hover a:hover {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.spb-row.spb-row-expanding {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.spb-row.spb-row-expanding.spb-row-expanding-open {
  height: auto;
  opacity: 1;
}

/* --------------------------------------------
	SLIDER COL STYLES
-------------------------------------------- */

.spb-column-container .spb-asset-content {
  background-size: cover;
}
.spb-col-slider-atts {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.spb-column-container[data-col-slider="true"] {
  display: block;
}
.spb-column-container[data-col-slider="true"] .flickity-slider > .row,
.spb-column-container[data-col-slider="true"]
  .col-slider-slide
  > .spb-column-container
  .spb-column-inner {
  width: 100%;
  margin: 0;
}
.spb-column-container[data-col-slider="true"]
  .flickity-slider
  > .row
  > .spb_content_element,
.spb-column-container[data-col-slider="true"]
  .row-slider-slide
  > .spb-column-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.spb-column-container[data-col-slider="true"] .spb-column-inner {
  height: 100%;
}
.spb-column-container[data-col-slider="true"]
  .spb-column-inner
  .flickity-viewport {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .spb-column-container[data-col-slider="true"] .col-slider-slide,
  .spb-column-container[data-col-slider="true"]
    .col-slider-slide
    .spb-asset-content,
  .spb-column-container[data-col-slider="true"]
    .spb-column-inner
    .flickity-viewport {
    min-height: 100%;
  }
}

/* --------------------------------------------
	ROW TRANSPARENT HEADER STYLES
-------------------------------------------- */

.spb-row[data-row-style="light"] {
  color: #fff;
}
.spb-row[data-row-style="light"] .title-wrap h3.spb-heading {
  color: #fff;
}
.spb-row[data-row-style="light"] .owl-pagination .view-all {
  color: #fff;
}
.spb-row[data-row-style="light"] .owl-pagination .owl-page span {
  background-color: #fff;
}
.spb-row[data-row-style="dark"] {
  color: #222;
}
.spb-row[data-row-style="dark"] .title-wrap h3.spb-heading {
  color: #222;
}
.spb-row[data-row-style="dark"] .owl-pagination .owl-page span {
  background-color: #222;
}
.spb-row[data-row-style="dark"] .owl-pagination .view-all {
  color: #222;
}

/* --------------------------------------------
	ROW TOP/BOTTOM STYLES
-------------------------------------------- */

.spb_row_slant_spacer {
  height: 120px;
  width: 100%;
  display: block;
}
.spb-row[data-top-style="slant-ltr"],
.spb-row[data-top-style="slant-rtl"],
.spb-row[data-bottom-style="slant-ltr"],
.spb-row[data-bottom-style="slant-rtl"] {
  overflow: hidden;
}
.spb-row[data-top-style="slant-ltr"]:before {
  content: "";
  width: 120%;
  display: block;
  height: 140px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
  background: #fff;
  left: -10%;
  top: -90px;
  z-index: 3;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: content-box;
  padding: 2px;
}
.spb-row[data-top-style="slant-rtl"]:before {
  content: "";
  width: 120%;
  display: block;
  height: 140px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background: #fff;
  left: -10%;
  top: -90px;
  z-index: 3;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: content-box;
  padding: 2px;
}
.spb-row[data-bottom-style="slant-ltr"]:after {
  content: "";
  width: 120%;
  display: block;
  height: 140px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
  background: #fff;
  bottom: -90px;
  left: -10%;
  z-index: 2;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: content-box;
  padding: 2px;
}
.spb-row[data-bottom-style="slant-rtl"]:after {
  content: "";
  width: 120%;
  display: block;
  height: 140px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background: #fff;
  bottom: -90px;
  left: -10%;
  z-index: 2;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: content-box;
  padding: 2px;
}

@media only screen and (min-width: 1800px) {
  .spb-row[data-top-style="slant-ltr"]:before,
  .spb-row[data-bottom-style="slant-ltr"]:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  .spb-row[data-bottom-style="slant-rtl"]:after,
  .spb-row[data-top-style="slant-rtl"]:before {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

/* --------------------------------------------
	ACCORDION SHORTCODE
-------------------------------------------- */

.spb_accordion {
  opacity: 0;
}
.spb_accordion .spb_accordion_wrapper {
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.spb_accordion .spb_accordion_section {
  margin-bottom: 10px;
}
.spb_accordion_section > h4 {
  outline: 0 !important;
}
.spb_accordion .spb_accordion_section > h4 a {
  display: block;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  line-height: 26px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spb_accordion .spb_accordion_section > h4 a:after {
  font-size: 24px;
  display: inline-block;
  float: right;
  height: 26px;
  width: 23px;
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
  font-weight: normal;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.spb_accordion .spb_accordion_section > h4:hover a:after {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.spb_accordion .spb_accordion_section > h4.ui-state-active:hover a:after {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.spb_accordion .spb_accordion_section > h4 a > i {
  margin-right: 10px;
}
.spb_accordion .spb_accordion_section > h4 a > i[class*="ss-"] {
  display: inline-block;
  line-height: 100%;
  vertical-align: -3px;
}
.spb_accordion .spb_accordion_section > h4 {
  opacity: 0.6;
}
.spb_accordion .spb_accordion_section > h4.ui-state-active {
  opacity: 1;
}
.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
.spb_accordion_section > h4 .ui-icon:before {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  height: 20px;
  float: left;
  margin-right: 10px;
  font-size: 22px;
  text-indent: 0;
  box-sizing: content-box;
}
.spb_accordion_section h4.ui-state-active .ui-icon:before {
  margin-top: 0;
}
.spb_accordion .ui-state-active,
.spb_accordion .ui-state-default {
  border: 0 !important;
  background: none;
  margin-top: 0;
}
.spb_accordion .ui-accordion .ui-accordion-content {
  border: 0;
  padding: 15px 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.spb_accordion .ui-accordion .ui-accordion-content .row {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100%;
}
.spb_accordion .ui-accordion .ui-accordion-header {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.ui-accordion-content .spb_wrapper p:last-child {
  margin-bottom: 0;
}
.ui-accordion-content .spb_wrapper .box-content-wrap p:last-child {
  margin-bottom: 20px;
}
.spb_accordion_section,
.spb_accordion .spb_accordion_section,
.spb_accordion_section .ui-accordion-content {
  background: transparent;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.spb_accordion_section,
.spb_accordion .spb_accordion_section:last-child {
  border-bottom-width: 2px;
}
.spb_accordion .container,
.spb_tabs .container,
.spb_tour .container,
.column_container .container,
.spb-column-container .container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

/* --------------------------------------------
	ADD TO CART BUTTON SHORTCODE
-------------------------------------------- */

.add-to-cart-shortcode {
  display: inline-block;
  vertical-align: middle;
}
.add-to-cart-shortcode .tooltip {
  display: none !important;
}
.add-to-cart-shortcode > .add_to_cart_button {
  margin-right: 0;
  margin-left: 0;
  border: 2px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  height: 60px;
  padding: 0 20px;
  float: left;
  outline: 0 !important;
  margin: 0 20px 0 0;
  text-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 56px;
  -webkit-backface-visibility: hidden;
}
.swiper-slide .caption-content a.sf-button.add_to_cart_button {
  margin-top: 0;
}
.add-to-cart-shortcode > .add_to_cart_button.added > span {
  vertical-align: 1px;
}
.add-to-cart-shortcode > .add_to_cart_button i {
  margin-right: 10px;
  font-size: 24px;
  vertical-align: -4px;
}
.add-to-cart-shortcode > .add_to_cart_button i.sf-icon-loader {
  width: 24px;
  height: 24px;
}
.add-to-cart-shortcode > .add_to_cart_button i.sf-icon-tick {
  vertical-align: -3px;
}
.add-to-cart-shortcode > .wc-forward {
  display: none !important;
}

/* --------------------------------------------
	ALERT SHORTCODE
-------------------------------------------- */

.alert {
  height: auto;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #ffd56c;
  color: #222;
}
.alert .messagebox_text {
  background: none;
  padding-left: 0;
}
.alert .messagebox_text p {
  margin-left: 30px;
  margin-bottom: 10px;
}
.alert .messagebox_text p:last-child {
  margin-bottom: 0;
}
.alert .messagebox_text p strong {
  letter-spacing: normal !important;
}
.alert .messagebox_text:before {
  content: "\f071";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: block;
  text-decoration: inherit;
  width: 22px;
  height: auto;
  float: left;
  margin-top: 4px;
  font-size: 16px;
  position: absolute;
  text-indent: 0;
  text-align: center;
}
.alert.alert-info .messagebox_text:before {
  content: "\f129";
}
.alert.alert-error .messagebox_text:before {
  content: "\f12a";
}
.alert.alert-success .messagebox_text:before {
  content: "\f00c";
}
.alert.alert-info {
  background-color: #5adcff;
}
.alert.alert-error {
  background-color: #fe504f;
}
.alert.alert-success {
  background-color: #51e3a8;
}

/* --------------------------------------------
	ANIMATED HEADLINE SHORTCODE
-------------------------------------------- */

.sf-headline.text-left {
  text-align: left;
}
.sf-headline.text-center {
  text-align: center;
}
.sf-headline.text-right {
  text-align: right;
}
.sf-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}
.sf-words-wrapper:last-child {
  text-align: left;
}
.sf-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.sf-words-wrapper b i,
.sf-words-wrapper b em {
  font-style: normal;
}
.sf-words-wrapper b.is-visible {
  position: relative;
}
.no-js .sf-words-wrapper b {
  opacity: 0;
}
.no-js .sf-words-wrapper b.is-visible {
  opacity: 1;
}

/* Rotate 1 */
.sf-headline.rotate-1 .sf-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.sf-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);
}
.sf-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: sf-rotate-1-in 1.2s;
  -moz-animation: sf-rotate-1-in 1.2s;
  animation: sf-rotate-1-in 1.2s;
}
.sf-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: sf-rotate-1-out 1.2s;
  -moz-animation: sf-rotate-1-out 1.2s;
  animation: sf-rotate-1-out 1.2s;
}

@-webkit-keyframes sf-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 sf-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 sf-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 sf-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 sf-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 sf-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;
  }
}

/* Type */
.sf-headline.type .sf-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.sf-headline.type .sf-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;
}
.sf-headline.type .sf-words-wrapper.waiting::after {
  -webkit-animation: sf-pulse 1s infinite;
  -moz-animation: sf-pulse 1s infinite;
  animation: sf-pulse 1s infinite;
}
.sf-headline.type .sf-words-wrapper.selected {
  background-color: #aebcb9;
}
.sf-headline.type .sf-words-wrapper.selected b {
  color: #0d0d0d;
}
.sf-headline.type .sf-words-wrapper.selected::after {
  visibility: hidden;
}
.sf-headline.type b {
  visibility: hidden;
}
.sf-headline.type b.is-visible {
  visibility: visible;
}
.sf-headline.type i {
  position: absolute;
  visibility: hidden;
}
.sf-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes sf-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 sf-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 sf-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;
  }
}

/* Rotate 2 */
.sf-headline.rotate-2 .sf-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.sf-headline.rotate-2 i,
.sf-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sf-headline.rotate-2 b {
  opacity: 0;
}
.sf-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 .sf-headline.rotate-2 i {
  opacity: 1;
}
.sf-headline.rotate-2 i.in {
  -webkit-animation: sf-rotate-2-in 0.4s forwards;
  -moz-animation: sf-rotate-2-in 0.4s forwards;
  animation: sf-rotate-2-in 0.4s forwards;
}
.sf-headline.rotate-2 i.out {
  -webkit-animation: sf-rotate-2-out 0.4s forwards;
  -moz-animation: sf-rotate-2-out 0.4s forwards;
  animation: sf-rotate-2-out 0.4s forwards;
}
.sf-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 .sf-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 .sf-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 .sf-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes sf-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 sf-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 sf-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 sf-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 sf-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 sf-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);
  }
}

/* Loading Bar */
.sf-headline.loading-bar span {
  display: inline-block;
  padding: 0;
}
.sf-headline.loading-bar .sf-words-wrapper {
  overflow: visible;
  vertical-align: top;
}
.sf-headline.loading-bar .sf-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background: #ff9900;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.sf-headline.loading-bar .sf-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.sf-headline.loading-bar b {
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sf-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* Slide */
.sf-headline.slide span {
  display: inline-block;
  padding: 0;
}
.sf-headline.slide .sf-words-wrapper {
  overflow: visible;
  vertical-align: top;
}
.sf-headline.slide b {
  opacity: 0;
  top: 0;
}
.sf-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;
}
.sf-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%);
  }
}

/* Clip */
.sf-headline.clip span {
  display: inline-block;
  padding: 0;
}
.sf-headline.clip .sf-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  z-index: 1;
}
.sf-headline.clip .sf-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.sf-headline.clip b {
  opacity: 0;
}
.sf-headline.clip b.is-visible {
  opacity: 1;
}

/* Zoom */
.sf-headline.zoom .sf-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.sf-headline.zoom b {
  opacity: 0;
}
.sf-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.sf-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);
  }
}

/* Rotate 3 */
.sf-headline.rotate-3 .sf-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.sf-headline.rotate-3 b {
  opacity: 0;
}
.sf-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 .sf-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.sf-headline.rotate-3 i.in {
  -webkit-animation: sf-rotate-3-in 0.6s forwards;
  -moz-animation: sf-rotate-3-in 0.6s forwards;
  animation: sf-rotate-3-in 0.6s forwards;
}
.sf-headline.rotate-3 i.out {
  -webkit-animation: sf-rotate-3-out 0.6s forwards;
  -moz-animation: sf-rotate-3-out 0.6s forwards;
  animation: sf-rotate-3-out 0.6s forwards;
}

.no-csstransitions .sf-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 .sf-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes sf-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes sf-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes sf-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 sf-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes sf-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes sf-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);
  }
}

/* Scale */
.sf-headline.scale b {
  opacity: 0;
}
.sf-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 .sf-headline.scale i {
  opacity: 1;
}
.sf-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.sf-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 .sf-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 .sf-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;
  }
}

/* Push */
.sf-headline.push b {
  opacity: 0;
}
.sf-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.sf-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%);
  }
}

/* --------------------------------------------
	BUTTON SHORTCODE
-------------------------------------------- */

.spb_button {
  text-align: center;
}
.spb_button[data-align="left"] {
  text-align: left;
}
.spb_button[data-align="center"] {
  text-align: center;
}
.spb_button[data-align="right"] {
  text-align: right;
}
.spb_button a.sf-button {
  margin-right: 0;
}

a.sf-button {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  height: auto;
  padding: 14px 26px;
  margin: 0 10px 20px 0;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 0;
  position: relative;
  outline: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 1px;
  max-width: 100%;
}
a.sf-button.bordered {
  padding: 15px 25px;
}
a.sf-button:hover {
  text-decoration: none !important;
  color: #fff;
}
a.sf-button.large {
  font-size: 14px;
  line-height: 32px;
  padding: 12px 35px;
}
a.sf-button.large.bordered {
  padding: 11px 34px;
}
a.sf-button.dropshadow {
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
a.sf-button.mega {
  font-size: 18px;
  line-height: 30px;
  padding: 20px 35px;
}
a.sf-button.mega.bordered {
  padding: 19px 34px;
}
a.sf-button.mega.sf-icon-stroke span.text {
  padding: 20px 30px 20px 84px;
  line-height: 30px;
}
a.sf-button.black {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
a.sf-button.white {
  border-color: #fff;
  background-color: #fff;
  color: #222 !important;
}
a.sf-button.blue {
  border-color: #00bff3;
  background-color: #00bff3;
}
a.sf-button.grey {
  border-color: #444;
  background-color: #444;
}
a.sf-button.lightgrey {
  border-color: #e4e4e4;
  background-color: #e4e4e4;
  color: #222;
}
a.sf-button.orange {
  border-color: #ff7534;
  background-color: #ff7534;
  color: #fff;
}
a.sf-button.turquoise {
  border-color: #00d1c5;
  background-color: #00d1c5;
  color: #fff;
}
a.sf-button.green {
  border-color: #37ba85;
  background-color: #37ba85;
  color: #fff;
}
a.sf-button.pink {
  border-color: #fe504f;
  background-color: #fe504f;
  color: #fff;
}
a.sf-button.gold {
  border-color: #ffd56c;
  background-color: #ffd56c;
  color: #222222;
}
a.sf-button.transparent-light {
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
a.sf-button.transparent-light:hover {
  background: #fff;
  border-color: #fff;
}
a.sf-button.transparent-dark {
  border: 2px solid #222;
  border: 2px solid rgba(34, 34, 34, 0.2);
}
a.sf-button.transparent-dark:hover {
  background: #222;
  border-color: #222;
}
a.sf-button.purple {
  border-color: #8e7de5;
  background-color: #8e7de5;
  color: #fff;
}
a.sf-button.midnight {
  border-color: #27303d;
  background-color: #27303d;
  color: #fff;
}
a.sf-button.yellow {
  border-color: #f5c55e;
  background-color: #f5c55e;
  color: #fff;
}
a.sf-button.red {
  border-color: #f45550;
  background-color: #f45550;
  color: #fff;
}
.sf-button.accent {
  background: none;
  background-image: none;
}
a.sf-button.stroke-to-fill {
  border-width: 2px;
  border-style: solid;
  padding: 13px 30px;
  background: transparent;
}
a.sf-button.large.stroke-to-fill {
  padding: 13px 40px;
}
a.sf-button.mega.stroke-to-fill {
  padding: 19px 40px;
}
a.sf-button.sf-icon-reveal {
  padding: 15px 35px;
  line-height: 20px;
  -webkit-transform: translate3d(0, 0, 0);
}
a.sf-button.sf-icon-reveal.large {
  padding: 18px 50px;
}
a.sf-button.sf-icon-stroke {
  padding: 0;
  line-height: 18px;
}
a.sf-button.sf-icon-reveal i {
  font-size: 18px;
  height: 100%;
  width: 20px;
  right: 30px;
  top: 0;
  line-height: 50px;
  display: inline-block;
  text-align: right;
  position: absolute;
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
a.sf-button.large.sf-icon-reveal i {
  font-size: 22px;
  line-height: 56px;
  right: 40px;
}
a.sf-button.sf-icon-reveal span.text {
  display: block;
  vertical-align: 4px;
  text-align: center;
  width: 100%;
}
a.sf-button.sf-icon-reveal i,
a.sf-button.sf-icon-reveal span.text {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
a.sf-button.sf-icon-reveal:hover i {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  right: 20px;
}
a.sf-button.large.sf-icon-reveal:hover i {
  right: 25px;
}
a.sf-button.sf-icon-reveal:hover span.text {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}
a.sf-button.sf-icon-reveal.large:hover span.text {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
a.sf-button.sf-icon-reveal.black {
  background-color: #222;
}
a.sf-button.sf-icon-reveal.white {
  background-color: #fff;
  color: #222;
}
a.sf-button.sf-icon-reveal.blue {
  background-color: #00bff3;
}
a.sf-button.sf-icon-reveal.grey {
  background-color: #444;
}
a.sf-button.sf-icon-reveal.lightgrey {
  background-color: #e4e4e4;
}
a.sf-button.sf-icon-reveal.orange {
  background-color: #ff7534;
}
a.sf-button.sf-icon-reveal.turquoise {
  background-color: #00d1c5;
}
a.sf-button.sf-icon-reveal.green {
  background-color: #37ba85;
}
a.sf-button.sf-icon-reveal.pink {
  background-color: #fe504f;
}
a.sf-button.sf-icon-reveal.gold {
  background-color: #ffd56c;
}
a.sf-button.sf-icon-stroke i {
  padding: 16px 25px 14px;
  left: 0;
  top: 0;
  font-size: 18px;
  height: 48px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
}
a.sf-button.sf-icon-stroke span.text {
  padding: 14px 25px 14px 60px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: 4px;
  line-height: 20px;
}
a.sf-button.large.sf-icon-stroke i {
  padding: 19px 22px 8px;
  height: 54px;
  font-size: 22px;
}
a.sf-button.large.sf-icon-stroke span.text {
  padding: 20px 84px 20px 30px;
  line-height: 30px;
}
a.sf-button.mega.sf-icon-stroke i {
  padding: 20px 25px;
  height: 70px;
  line-height: 30px;
}
a.sf-button.mega.sf-icon-stroke span.text {
  padding: 14px 30px 14px 84px;
  line-height: 30px;
}
a.sf-button span.text {
  display: inline-block;
}
a.sf-button.bordered {
  background: none;
  border: 2px solid #e3e3e3;
  position: relative;
  overflow: visible;
}
a.sf-button.bordered.transparent-light,
a.sf-button.bordered.transparent-dark {
  border: 0 !important;
}
a.sf-button .sf-button-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border: 2px solid #ccc;
  z-index: 2;
}
a.sf-button.bordered.black {
  color: #222;
  border-color: #222;
}
a.sf-button.bordered.white {
  color: #fff;
  border-color: #fff;
}
a.sf-button.bordered.blue {
  color: #00bff3;
  border-color: #00bff3;
}
a.sf-button.bordered.grey {
  color: #444;
  border-color: #444;
}
a.sf-button.bordered.lightgrey {
  color: #e4e4e4;
  border-color: #e4e4e4;
}
a.sf-button.bordered.orange {
  color: #ff7534;
  border-color: #ff7534;
}
a.sf-button.bordered.turquoise {
  color: #00d1c5;
  border-color: #00d1c5;
}
a.sf-button.bordered.green {
  color: #37ba85;
  border-color: #37ba85;
}
a.sf-button.bordered.pink {
  color: #fe504f;
  border-color: #fe504f;
}
a.sf-button.bordered.gold {
  color: #e5bf61;
  border-color: #e5bf61;
}
a.sf-button.bordered.white {
  color: #fff !important;
}
a.sf-button.bordered.white:hover {
  color: #222 !important;
}
a.sf-button.bordered.black:hover,
a.sf-button.bordered.blue:hover,
a.sf-button.bordered.grey:hover,
a.sf-button.bordered.orange:hover,
a.sf-button.bordered.turquoise:hover,
a.sf-button.bordered.green:hover,
a.sf-button.bordered.pink:hover {
  color: #fff;
}
a.sf-button.bordered.gold:hover,
a.sf-button.bordered.lightgrey:hover,
a.sf-button.bordered.gold:hover {
  color: #222;
}
a.sf-button.rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
a.sf-button.rounded.large {
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}
a.sf-button.rounded.bordered:before,
a.sf-button.rounded.bordered:after {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.sf-button.rounded.bordered:hover:before,
a.sf-button.rounded.bordered:hover:after {
  opacity: 1;
}
a.sf-button.black:hover {
  background-color: #111;
  border-color: #111;
}
a.sf-button.white:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
a.sf-button.blue:hover {
  background-color: #00acda;
  border-color: #00acda;
}
a.sf-button.grey:hover {
  background-color: #333;
  border-color: #333;
}
a.sf-button.lightgrey:hover {
  background-color: #ccc;
  border-color: #ccc;
}
a.sf-button.orange:hover {
  background-color: #e5692f;
  border-color: #e5692f;
}
a.sf-button.turquoise:hover {
  background-color: #00bcb1;
  border-color: #00bcb1;
}
a.sf-button.green:hover {
  background-color: #31a777;
  border-color: #31a777;
}
a.sf-button.pink:hover {
  background-color: #e44847;
  border-color: #e44847;
}
a.sf-button.gold:hover {
  background-color: #e5bf61;
  border-color: #e5bf61;
}
a.sf-button.rotate-3d {
  -ms-perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  padding: 0;
  overflow: visible;
  -webkit-backface-visibility: hidden;
}
a.sf-button.rotate-3d.large {
  padding: 0;
}
a.sf-button.rotate-3d span.text {
  background-color: inherit;
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.browser-ie a.sf-button.rotate-3d span.text,
.browser-ie10 a.sf-button.rotate-3d span.text,
.browser-ie11 a.sf-button.rotate-3d span.text {
  transform-style: inherit;
}
.browser-ie a.sf-button.rotate-3d:hover span.text,
.browser-ie a.sf-button.rotate-3d:focus span.text,
.browser-ie10 a.sf-button.rotate-3d:hover span.text,
.browser-ie a.sf-button.rotate-3d:focus span.text,
.browser-ie11 a.sf-button.rotate-3d:hover span.text,
.browser-ie a.sf-button.rotate-3d:focus span.text {
  transform: none;
}
.browser-ie a.sf-button.rotate-3d span.text:before,
.browser-ie10 a.sf-button.rotate-3d span.text:before,
.browser-ie11 a.sf-button.rotate-3d span.text:before {
  opacity: 0;
  top: 0;
  transform: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.browser-ie a.sf-button.rotate-3d:hover span.text:before,
.browser-ie10 a.sf-button.rotate-3d:hover span.text:before,
.browser-ie11 a.sf-button.rotate-3d:hover span.text:before {
  opacity: 1;
}
a.sf-button.rotate-3d span.text,
a.sf-button.rotate-3d span.text:before {
  padding: 14px 26px;
}
a.sf-button.rotate-3d.large span.text,
a.sf-button.rotate-3d.large span.text:before {
  padding: 14px 35px;
}
a.sf-button.rotate-3d span.text:before {
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  content: attr(data-text);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
a.sf-button.rotate-3d:hover span.text,
a.sf-button.rotate-3d:focus span.text {
  -webkit-transform: rotateX(91deg) translateY(-50%);
  -moz-transform: rotateX(91deg) translateY(-50%);
  transform: rotateX(91deg) translateY(-50%);
}
.no-csstransitions a.sf-button.rotate-3d span.text:before,
.no-csstransforms a.sf-button.rotate-3d span.text:before,
.no-cssanimations a.sf-button.rotate-3d span.text:before {
  display: none !important;
}
a.sf-button.sf-button-rounded {
  border-radius: 30px;
}
a.sf-button.mega.sf-button-rounded {
  border-radius: 45px;
}
a.sf-button.sf-button-has-icon > i {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: -3px;
}
a.sf-button.sf-button-has-icon.large > i {
  font-size: 22px;
  margin-left: 10px;
  vertical-align: -5px;
}
a.sf-button.sf-button-has-icon.mega > i {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: -7px;
}

/* --------------------------------------------
	BOXED CONTENT SHORTCODE
-------------------------------------------- */

.spb_box_content .spb-asset-content {
  position: relative;
}
.spb_box_content .box-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #222;
  opacity: 0;
}
.spb_box_content .box-link:hover {
  opacity: 0.1;
}
.spb_box_content .box-content-wrap {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.spb_box_content .box-content-wrap p:last-child {
  margin-bottom: 0;
}
.spb_box_content .spb-bg-color-wrap.whitestroke {
  background: #fff;
  border: 1px solid #e3e3e3;
}

/* --------------------------------------------
	CHART SHORTCODE
-------------------------------------------- */

.chart-shortcode {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.chart-shortcode.chart-170 {
  width: 170px;
  height: 170px;
  line-height: 170px;
}
.chart-shortcode.chart-center {
  margin: 0 auto;
}
.chart-shortcode.chart-right {
  float: right;
}
.chart-shortcode canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart-shortcode span {
  font-size: 14px;
  vertical-align: -1px;
}
.chart-shortcode.chart-70 span i[class*="ss-"] {
  vertical-align: -2px;
}
.chart-shortcode.chart-170 span {
  font-size: 36px;
  vertical-align: 0px;
}
.chart-shortcode.chart-170 span i {
  vertical-align: -4px;
}
.chart-shortcode.chart-170 span i[class*="ss-"] {
  vertical-align: -7px;
}

/* --------------------------------------------
	CLIENT BOX SHORTCODE
-------------------------------------------- */

.client-box {
  width: 228px;
  height: auto;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 0 2px 7px 5px;
}
.client-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------
	CLIENTS SHORTCODE
-------------------------------------------- */

ul.clients-items {
  list-style: none;
}
.clients-items .carousel-item {
  padding: 0 15px;
}
.client-item {
  float: left;
  margin-bottom: 25px;
}
.client-item figure {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client-item figure:hover {
  border-color: #222;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .clients-items > .client-item.col-sm-2,
  .clients-items > .client-item.col-sm-6 {
    width: 50%;
    float: left;
  }
}

/* --------------------------------------------
	CODE SHORTCODE
-------------------------------------------- */

code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
pre[class*="language-"] {
  background: #f7f7f7;
  border-left: 3px solid #999;
  border-radius: 0;
  margin: 0 0 25px;
  overflow-y: auto;
  padding: 0 20px 20px;
  max-height: 500px;
}
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: 0.7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #dd4a68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}

/* --------------------------------------------
	COLUMN SHORTCODE
-------------------------------------------- */

.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.one_fifth {
  width: 16.8%;
}
.one_fifth.no-gutter {
  width: 20%;
  margin: 0;
}
.three_fourth {
  width: 74%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth {
  position: relative;
  z-index: 2;
  margin-right: 4%;
  float: left;
}
.one_half .row,
.one_third .row,
.two_third .row,
.three_fourth .row,
.one_fourth .row,
.one_fifth .row {
  margin-bottom: 0;
}
.one_half p:last-child,
.one_third p:last-child,
.two_third p:last-child,
.three_fourth p:last-child,
.one_fourth p:last-child,
.one_fifth p:last-child {
  margin-bottom: 0;
}
.one_half img,
.one_third img,
.two_third img,
.three_fourth img,
.one_fourth img,
.one_fifth img {
  max-width: 100%;
  height: auto;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

/* --------------------------------------------
	COUNT SHORTCODE
-------------------------------------------- */

.sf-count-asset {
  text-align: center;
  padding: 20px 0;
}
.sf-count-asset .count-number {
  font-size: 60px;
  line-height: 100%;
}
.sf-count-asset .count-divider {
  width: 100%;
  text-align: center;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.sf-count-asset .count-divider.has-icon {
  height: 28px;
  overflow: hidden;
}
.sf-count-asset .count-divider span {
  background: #e4e4e4;
  width: 0;
  height: 1px;
  display: inline-block;
}
.sf-count-asset .count-divider.has-icon span {
  background: #e4e4e4;
  width: 20%;
  height: 1px;
  vertical-align: middle;
  margin-top: -9px;
}
.sf-count-asset .count-divider.has-icon i {
  height: 30px;
  font-size: 24px;
  padding: 0 20px;
}
.sf-count-asset .count-subject {
  padding-top: 8px;
  opacity: 0;
  bottom: -15px;
  position: relative;
  color: inherit;
}
.sf-count-asset h6.count-subject {
  padding-top: 12px;
  color: inherit;
}

/* --------------------------------------------
	COUNTDOWN SHORTCODE
-------------------------------------------- */

.sf-countdown {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.sf-countdown.text-large {
  font-size: 48px;
  line-height: 72px;
}
.sf-countdown .countdown_section {
  display: inline-block;
}
.sf-countdown .countdown_section .amount_label {
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.countdown-subject {
  text-align: center;
  margin-top: 10px;
}

/* --------------------------------------------
	DIRECTORY SHORTCODE
-------------------------------------------- */

.spb_directory_widget.spb_gmaps_widget {
  padding-left: 0;
  padding-right: 0;
}
.dir-item-no-margin {
  margin-left: 0 !important;
}
.directory-filter-wrap {
  width: 100%;
}
.directorySearch {
  width: 100%;
  text-align: center;
  padding: 7px 16px;
}
.directory-results {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.directory-results h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.directory-filter {
  width: 20%;
  float: left;
  margin-left: 2%;
}
.directory-search-container {
  float: left;
  margin-left: 2%;
  width: 14%;
  color: #fff;
}
.directory-search-container > a {
  height: 40px;
}
.filter-search-container {
  width: 40%;
  float: left;
}
.info-window-container {
  clear: both;
}
.directory-filter-wrap {
  max-width: 100%;
}
.spb_directory_filter_above {
  padding-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}
.spb_directory_filter_below {
  margin-top: 30px;
  padding-bottom: 30px;
  max-width: 100%;
}
.container .directory-filter-wrap.container,
.container .spb_directory_filter_above.container,
.container .spb_directory_filter_below.container {
  padding-left: 0;
  padding-right: 0;
}
.container .spb-full-width-element .directory-filter-wrap.container {
  padding-left: 15px;
  padding-right: 15px;
}
.spb_directory_filter_above:empty,
.spb_directory_filter_below:empty {
  margin: 0;
}
.has-one-sidebar .directory-filter-wrap,
.has-one-sidebar .spb_directory_filter_below {
  padding-left: 0;
  padding-right: 0;
}
.filter-search-container input,
.directory-filter select {
  margin: 0 !important;
}
.directory-filter > select {
  padding-top: 4px;
  padding-bottom: 4px;
}
.directory-item {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
  margin-bottom: 30px;
}
.directory-item figure {
  width: 30%;
  float: left;
}
.directory-item .directory-item-details {
  width: 100%;
  float: left;
  margin-left: 0;
}
.directory-item figure + .directory-item-details {
  width: 67%;
  margin-left: 3%;
}
.directory-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.directory-item-details .item-meta {
  margin-bottom: 15px;
}
.directory-item-details .item-meta span {
  padding: 0 8px;
}
.directory-item .directory-item-details .excerpt {
  margin-bottom: 15px;
}
.directory-item.no-thumb .directory-item-details {
  width: 100%;
  margin-left: 0;
}
.single-directory .post-info .comments-likes {
  margin-top: 0;
}

/* --------------------------------------------
	DIRECTORY USER LISTINGS SHORTCODE
-------------------------------------------- */

.directory-submit-wrap {
  overflow-y: scroll;
  height: 100%;
}
.directory-submit-wrap label {
  font-weight: normal;
}
.directory-submit-wrap p {
  margin-bottom: 10px;
}
.directory-submit-wrap textarea {
  margin-bottom: 0;
}
.directory-submit-wrap select,
.directory-submit-wrap input[type="file"] {
  margin-bottom: 15px;
}
#add-directory-entry {
  margin: 0 auto;
  padding: 90px 30px 0;
}
.directory-error {
  display: none;
}
.directory-error label {
  padding: 10px;
  border: 1px solid #e90a0a;
  display: block;
  color: #e90a0a;
}
.edit-listing,
.delete-listing {
  margin-left: 10px;
  font-size: 12px;
  line-height: 18px;
  width: 70px;
  text-align: center;
  height: auto;
  padding: 7px 8px;
  border: 2px solid #e4e4e4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.edit-listing {
  margin-left: 0;
}
.cancel-listing-modal {
  margin-right: 20px;
}
#spb_edit_listing {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}
.spb-modal-listing {
  width: 800px;
  position: fixed;
  top: 25%;
  left: 50%;
  margin-top: -100px;
  margin-left: -400px;
  background-color: white;
  z-index: 10002;
  height: 640px;
  display: none;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.edit_form_actions {
  float: right;
  margin-right: 30px;
  margin-top: 0;
  line-height: 30px;
}
.edit_form_actions > a {
  line-height: 30px;
}
.edit_form_actions > a:last-child {
  padding: 0 0 0 15px;
  font-weight: bold;
  color: #fe504f;
  opacity: 0.8;
}
.edit_form_actions > a:last-child:hover {
  opacity: 1;
}
#edit-modal-header {
  background: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  border-radius: 3px 3px 0 0;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 3;
  margin-bottom: 20px;
}
#edit-modal-header h2 {
  float: left;
  margin: 0 0 0 30px;
  font-size: 24px;
  line-height: 30px;
}
.modal-delete-listing {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  height: 300px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-delete-listing .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#modal-from-dom {
  left: 50%;
  top: 30%;
}
#modal-from-dom .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
}
#modal-from-dom .modal-footer > a:first-child {
  padding: 0 15px;
  font-weight: bold;
  color: #fe504f;
  opacity: 0.8;
}
#modal-from-dom .modal-footer > a:first-child:hover {
  opacity: 1;
}

/* --------------------------------------------
	DIVIDER SHORTCODE
-------------------------------------------- */

.spb_divider {
  display: block;
  border-bottom-width: 1px;
  margin-bottom: 30px;
}
.spb_divider.standard {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.spb_divider.thin {
  border-bottom-style: solid;
}
.spb_divider.dotted {
  border-bottom-style: dotted;
}
.spb_divider.go_to_top {
  padding: 0;
}
.spb_divider.go_to_top a {
  text-align: right;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
}
.spb_divider.go_to_top_icon1 {
  position: relative;
  height: 9px;
  border-bottom: 1px solid transparent;
}
.spb_divider.go_to_top_icon2 {
  position: relative;
  height: 10px;
  border-bottom: 1px solid transparent;
}
.spb_divider.go_to_top_icon1 a,
.spb_divider.go_to_top_icon2 a {
  position: absolute;
  right: 0;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.spb_divider.go_to_top_icon2 a i {
  padding-left: 6px;
  vertical-align: -3px;
}
.divider-wrap h3.divider-heading {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  float: none;
}
.divider-wrap h3.divider-heading:before,
.divider-wrap h3.divider-heading:after {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: "\a0";
  background-color: #e3e3e3;
}
.divider-wrap h3.divider-heading:before {
  margin-left: -53%;
  text-align: right;
}
.divider-wrap h3.divider-heading:after {
  margin-left: 3%;
}
.divider-wrap h3.divider-heading:before {
  width: 50%;
  margin-left: -53%;
}
.divider-wrap h3.divider-heading:after {
  width: 50%;
  margin-left: 3%;
}

/* --------------------------------------------
	FAQS SHORTCODE
-------------------------------------------- */

ul.faqs-nav {
  margin-bottom: 50px;
  margin-left: -2%;
  list-style: none;
}
.faqs-nav li {
  float: left;
  width: 48%;
  padding: 11px 15px 7px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 10px 2%;
}
.faqs-nav li a {
  text-decoration: none;
}
.faqs-nav li i {
  margin-right: 8px;
  vertical-align: -2px;
}
.faqs-nav li .count {
  float: right;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity= 60);
}
h3.faq-section-title {
  margin: 0 0 30px;
  padding: 0;
}
ul.faqs-section {
  margin-bottom: 60px;
  list-style: none;
}
.faq-item {
  border-top: 1px solid #ccc;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 30px;
}
.faq-item:hover {
  cursor: pointer;
}
.faq-item:first-child {
  padding-top: 0;
}
.faq-item h6 {
  margin-bottom: 15px;
}
.faq-item h5 {
  margin: 0;
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  background: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.faq-item.closed h5 {
  border-bottom-width: 0;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.05);
}
.faq-item h5:before {
  content: attr(data-before);
  float: left;
  font-weight: normal;
  padding-right: 20px;
  opacity: 0.6;
}
.faq-item .faq-text {
  padding: 30px 30px 30px 65px;
  position: relative;
  display: none;
}
.faq-item .faq-text:before {
  content: attr(data-before);
  font-weight: normal;
  opacity: 0.6;
  position: absolute;
  left: 30px;
}

/* --------------------------------------------
	GALLERY SHORTCODE
-------------------------------------------- */

.spb_gallery_widget {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.spb_gallery_widget .masonry-gallery {
  position: relative;
}
.spb_gallery_widget .gallery-nav {
  margin-top: 30px;
}
.spb_gallery_widget .gallery-nav li {
  margin-left: 30px;
  width: 100px !important;
  float: left;
}
.spb_gallery_widget .gallery-nav li:first-child {
  margin-left: 0;
}
.spb_gallery_widget .gallery-nav li img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.spb_gallery_widget .gallery-nav li.flex-active-slide img,
.spb_gallery_widget .gallery-nav li img:hover {
  opacity: 1;
}
.gallery-slider p.flex-caption {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  margin: 0;
  width: 100%;
  font-size: 16px;
}
.gallery-slider .lightbox-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #fff;
  padding: 10px 11px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  height: 38px;
  line-height: 22px;
}
.gallery-masonry {
  padding: 0;
}
.masonry-gallery .gallery-image {
  opacity: 0;
  margin-bottom: 30px;
}
.masonry-gallery.no-gutters .gallery-image {
  margin: 0;
  padding: 0;
}
.masonry-gallery .gallery-image.item-animated {
  opacity: 1;
}

/* --------------------------------------------
	GOOGLE CHART SHORTCODE
-------------------------------------------- */

.googlechart {
  margin-bottom: 30px;
  width: 100%;
}

/* --------------------------------------------
	GOOGLE MAPS SHORTCODE
-------------------------------------------- */

.pinmarker {
  width: 280px;
  padding: 6px;
  overflow: hidden;
}
.pinmarker > h3 {
  margin-top: 0;
}
.pinmarker > img.info-window-img {
  float: left;
  max-width: 70px;
  display: block;
}
.pinmarker .pinmarker-container {
  margin-left: 85px;
}
.pinmarker-container h3 {
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
.pinmarker-container .excpert {
  color: #222;
  font-size: 11px !important;
  line-height: 15px !important;
}
.pinmarker-container a.pin-button {
  width: 100%;
  padding: 8px;
  display: block;
  margin-top: 8px;
  background-color: #e7e7e7;
  text-align: center;
}
.map-canvas div {
  line-height: initial;
}

/* --------------------------------------------
	ICON SHORTCODE
-------------------------------------------- */

.spb_icon_box > .spb-asset-content .sf-icon-box {
  float: left;
  width: 100%;
}
.sf-icon {
  font-size: 30px;
  line-height: 26px;
  padding: 0;
  width: auto;
  height: 28px;
  background-image: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sf-icon-cont {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sf-icon-box .sf-icon-character {
  font-weight: bold;
  margin-left: 3px;
  margin-right: 5px;
  font-size: 48px;
  vertical-align: -2px;
}
.sf-icon-box .sf-icon.image-display {
  margin-bottom: 20px;
}
.sf-icon-box .sf-icon[class^="fa-"] {
  margin-bottom: 28px;
}
.sf-icon-box.sf-icon-box-standard .sf-icon {
  margin-bottom: 0;
}
.sf-icon.sf-icon-medium {
  font-size: 40px;
  line-height: 40px;
  width: auto;
  height: 38px;
}
.sf-icon-cont .sf-icon-character {
  margin-left: 7px;
}
.sf-icon-cont.cont-small .sf-icon {
  line-height: 28px;
  height: 30px;
  margin-left: 0;
}
.sf-icon-cont.cont-small .sf-icon[class^="ss-"] {
  line-height: 36px;
}
.sf-icon-cont.cont-medium .sf-icon {
  line-height: 36px;
}
.sf-icon-cont.cont-medium .sf-icon-character {
  font-size: 44px;
  line-height: 32px;
  margin-left: 3px;
}
.sf-icon-cont.cont-medium .sf-icon[class^="ss-"] {
  line-height: 60px;
  margin-left: -1px;
}
.sf-icon.sf-icon-large {
  line-height: 70px;
  width: auto;
  height: 70px;
}
.sf-icon.sf-icon-large[class^="fa-"] {
  line-height: 52px;
}
.sf-icon-cont.cont-large .sf-icon {
  line-height: 70px;
}
.sf-icon-cont.cont-large .sf-icon[class^="ss-"] {
  line-height: 82px;
  margin-left: -4px;
  letter-spacing: -4px;
}
.sf-icon-cont.cont-large .sf-icon-character {
  font-size: 64px;
  text-align: center;
}
.sf-icon-cont .sf-icon {
  padding: 0;
  display: block;
}
.sf-icon-cont {
  padding: 18px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 20px;
  height: 28px;
  width: 28px;
  line-height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.browser-ie .sf-icon-cont:hover,
.browser-ie .sf-hover .sf-icon-cont,
.browser-ie10 .sf-icon-cont:hover,
.browser-ie10 .sf-hover .sf-icon-cont {
  background-image: none;
}
.sf-icon-cont.cont-small {
  padding: 19px 20px 19px 18px;
}
.sf-icon-cont.cont-medium {
  padding: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
  line-height: 12px;
}
.sf-icon-cont.cont-large {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 70px;
}
.sf-icon.sf-icon-large:before {
  font-size: 72px;
}
.sf-icon-cont .sf-icon.sf-icon-large:before {
  font-size: 60px;
}
.sf-icon-float-left {
  float: left;
  padding: 5px 10px 0 0;
}
.sf-icon-float-right {
  float: right;
  padding: 5px 0 0 10px;
  margin-right: 0;
  margin-left: 20px;
}
.sf-icon-float-none {
  display: inline-block;
  margin-right: 0;
}

/* --------------------------------------------
	ICON BOX SHORTCODE
-------------------------------------------- */

.sf-icon-box {
  display: block;
  position: relative;
  z-index: 2;
  padding: 20px;
}
.sf-icon-box.sf-icon-box-standard {
  text-align: center;
  padding: 30px 10px 10px;
}
.sf-icon-box-standard .sf-icon-cont {
  margin-right: 0;
  margin-bottom: 5px;
}
.sf-icon-box-standard .sf-icon {
  padding: 0;
}
.sf-icon-box h3 > i,
.sf-icon-box h3 > a > i {
  margin-right: 8px;
  vertical-align: -2px;
  font-size: 22px;
}
.sf-icon.image-display {
  border-radius: 50%;
  overflow: hidden;
  max-width: 82px;
  width: 82px;
  height: 82px;
}
a.linked-icon {
  display: block;
}
.sf-icon-box h3 > a {
  color: inherit;
}
.sf-icon-box h3 > a:hover,
a.linked-icon i {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sf-icon-box h3 > a:hover,
a.linked-icon:hover i {
  opacity: 0.7;
}
.sf-icon-box.sf-icon-box-standard h3 {
  margin-bottom: 20px;
}
.sf-icon-box[class*="sf-icon-box-left-icon"] > .linked-icon,
.sf-icon-box[class*="sf-icon-box-left-icon"] > .sf-icon-cont {
  float: left;
  margin: 0;
}
.sf-icon-box[class*="sf-icon-box-left-icon"] > i {
  float: left;
  position: relative;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  width: 44px;
}
.sf-icon-box[class*="sf-icon-box-left-icon"] > i[class*="ss-"] {
  line-height: 48px;
}
.sf-icon-box[class*="sf-icon-box-left-icon"] > span {
  float: left;
  position: relative;
  font-size: 46px;
  line-height: 46px;
  text-align: center;
  width: 48px;
  margin-left: 0;
}
.sf-icon-box.has-image[class*="sf-icon-box-left-icon"] > span {
  width: 70px;
}
.sf-icon-box.sf-icon-box-boxed-two .sf-icon {
  margin-bottom: 15px;
}
.sf-icon-box.sf-icon-box-boxed-two h3 {
  margin-top: 10px;
}
.sf-icon-box[class*="sf-icon-box-boxed-"] {
  padding: 0;
}
.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-cont {
  position: absolute;
  right: 30px;
  top: -41px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 12px;
  border: 0;
  margin: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-cont > i {
  font-size: 32px;
  line-height: 34px !important;
}
.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-cont > i[class*="ss-"] {
  line-height: 44px !important;
}
.browser-ie .sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-cont,
.browser-ie10 .sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-cont {
  background-image: none;
}
.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon.image-display {
  position: absolute;
  top: -40px;
  right: 35px;
}
.sf-icon-box.sf-icon-box-boxed-two .sf-icon.image-display {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 10px;
}
.sf-icon-box.sf-icon-box-boxed-three .sf-icon-cont {
  right: 50%;
  margin-right: -42px;
}
.sf-icon-box.sf-icon-box-boxed-three .sf-icon.image-display {
  right: 50%;
  -moz-transform: translate3d(50%, -50%, 0);
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  top: 0;
}
.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content-wrap {
  background: #fff;
  padding: 40px 30px 60px 30px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sf-icon-box.sf-icon-box-boxed-three .sf-icon-box-content-wrap {
  padding: 40px 30px 65px 30px;
}
.sf-icon-box.sf-icon-box-boxed-two .sf-icon-box-content-wrap {
  padding-bottom: 30px;
  margin-top: 0;
}
.sf-icon-box.sf-icon-box-boxed-three .sf-icon-box-content-wrap {
  padding-bottom: 40px;
}
.sf-icon-box.sf-icon-box-boxed-four .sf-icon-box-content-wrap {
  padding: 25px 30px 20px;
  margin-top: 0;
}
.sf-icon-box.sf-icon-box-boxed-four h3 {
  margin-top: 0;
}
.sf-icon-box.sf-icon-box-boxed-four h3 i {
  vertical-align: -3px;
  margin-right: 5px;
}
.sf-icon-box .sf-icon-box-content-wrap {
  display: block;
}
.sf-icon-box.sf-icon-box-left-icon .sf-icon-box-content-wrap {
  display: block;
  margin-left: 90px;
}
.sf-icon-box.sf-icon-box-left-icon-alt .sf-icon-box-content-wrap {
  display: block;
  margin-left: 70px;
}
.sf-icon-box.has-image[class*="sf-icon-box-left-icon"]
  .sf-icon-box-content-wrap {
  margin-left: 100px;
}
.sf-icon-box[class*="sf-icon-box-left-icon"] .sf-icon-box-content-wrap h3 {
  margin-top: 2px;
  margin-bottom: 10px;
}
.sf-icon-box[class*="sf-icon-box-left-icon"]
  .sf-icon-box-content-wrap
  h3:empty {
  display: none;
}
.sf-icon-box.sf-icon-box-boxed-two .sf-icon-box-content-wrap {
  text-align: center;
}
.sf-icon-box.sf-icon-box-boxed-three h3,
.sf-icon-box.sf-icon-box-boxed-three .sf-icon-box-content {
  text-align: center;
}
.sf-icon-box[class*="sf-icon-box-boxed-"] h3,
.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content {
  color: #222;
}
.sf-icon-box-hr {
  width: 50px;
  height: 1px;
  margin: 0 auto;
  display: block;
  background: #e4e4e4;
  margin-bottom: 20px;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0 !important;
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0 !important;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0 !important;
}
.sf-hover .sf-icon-box-hr {
  width: 100px;
}
.sf-icon-box-content {
  display: block;
  width: 100%;
  line-height: 150%;
}
.sf-icon-box-content p {
  color: inherit;
}
.sf-icon-box-content p:last-child {
  margin-bottom: 0;
}
.sf-icon-box-content a.read-more {
  padding-top: 8px;
}
.sf-icon-box-animated {
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  position: relative;
  padding: 0;
  text-align: center;
  width: 100%;
  height: auto;
  background: transparent;
}
.sf-icon-box-animated .box-link,
.sf-icon-box-animated-alt .box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.standard-browser .sf-icon-box-animated:hover .back,
.no-csstransitions .sf-icon-box-animated .back,
.sf-icon-box-animated.sf-mobile-hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.standard-browser .sf-icon-box-animated:hover .front,
.no-csstransitions .sf-icon-box-animated .front,
.sf-icon-box-animated.sf-mobile-hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sf-icon-box-animated .inner {
  -webkit-transition: 0.5s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.5s;
  transform-style: preserve-3d;
  position: relative;
}
.sf-icon-box-animated .front,
.sf-icon-box-animated .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.sf-icon-box-animated .front {
  position: relative;
  z-index: 8;
  display: block;
  width: 100%;
  height: auto;
  padding: 70px 20px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.sf-icon-box-animated .back {
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
  width: 100%;
  height: 100%;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.sf-icon-box-animated .front h3 {
  margin: 10px 0;
}
.sf-icon-box-animated .sf-icon {
  margin-bottom: 0;
  padding: 0;
  line-height: 44px;
  margin-top: 20px;
}
.sf-icon-box-animated .sf-icon.sf-icon-large[class^="fa-"] {
  margin-bottom: 0;
}
.sf-icon-box-animated .sf-icon.sf-icon-character {
  font-size: 72px !important;
}
.sf-icon-box-animated .sf-icon.image-display {
  margin-top: 8px;
  margin-bottom: 12px;
}
.sf-icon-box-animated .sf-icon.sf-icon-large[class^="fa-"] {
  line-height: 40px;
}
.sf-icon-box-animated .sf-icon.sf-icon-large[class^="fa-"]:before {
  font-size: 60px;
}
.sf-icon-box-animated table,
.sf-icon-box-animated td {
  border: 0;
  padding: 0;
}
.sf-icon-box-animated-alt {
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  padding: 0;
  position: relative;
}
.sf-icon-box-animated-alt.animated-stroke-style {
  border: 1px solid #e3e3e3;
}
.sf-icon-box-animated-alt.animated-stroke-style .front {
  background: transparent;
}
.sf-icon-box-animated-alt .height-adjust {
  margin-top: 100%;
}
.sf-icon-box-animated-alt .inner {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.sf-icon-box-animated-alt .front {
  background: #f7f7f7;
  z-index: 2;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.sf-icon-box-animated-alt .front .back-title {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 25%;
  bottom: 0%;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0.6, 1);
  -moz-transition: all 200ms cubic-bezier(1, 0, 0.6, 1);
  -o-transition: all 200ms cubic-bezier(1, 0, 0.6, 1);
  transition: all 200ms cubic-bezier(1, 0, 0.6, 1);
}
.sf-icon-box-animated-alt:hover .front .back-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 700ms cubic-bezier(1, 0, 0.6, 1);
  -moz-transition: all 700ms cubic-bezier(1, 0, 0.6, 1);
  -o-transition: all 700ms cubic-bezier(1, 0, 0.6, 1);
  transition: all 700ms cubic-bezier(1, 0, 0.6, 1);
}
.sf-icon-box-animated-alt .front .back-title::before {
  content: attr(data-title);
  line-height: inherit;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-icon-box-animated-alt .front,
.sf-icon-box-animated-alt .back {
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
  -moz-transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
  -o-transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
  transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sf-icon-box-animated-alt .back {
  background: #ccc;
  z-index: 3;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 25%;
  left: 0;
  height: 75%;
  width: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}
.sf-icon-box-animated-alt .back::after {
  content: "";
  background: inherit;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 50%;
  margin-left: -5px;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 500ms;
}
.sf-icon-box-animated-alt .front::before,
.sf-icon-box-animated-alt .back::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.sf-icon-box-animated-alt .front-inner-wrap {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.sf-icon-box-animated-alt .front-inner-wrap h3 {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sf-icon-box-animated-alt .front-inner-wrap .sf-icon-character,
.sf-icon-box-animated-alt .front-inner-wrap .sf-icon {
  font-size: 48px;
}
.sf-icon-box-animated-alt .back-inner-wrap {
  width: 90%;
  vertical-align: middle;
  display: inline-block;
}
.sf-icon-box-animated-alt:hover .front {
  -webkit-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  transform: translateY(-75%);
  border-radius: 0;
}
.sf-icon-box-animated-alt:hover .back {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.sf-icon-box-animated-alt:hover .back::after {
  top: -5px;
}
.sf-icon-box-animated-alt.animated-no-rounded,
.sf-icon-box-animated-alt.animated-no-rounded .inner,
.sf-icon-box-animated-alt.animated-no-rounded .inner .front,
.sf-icon-box-animated-alt.animated-no-rounded .inner .back {
  border-radius: 0;
}
.sf-icon-box-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sf-icon-box-hover table,
.sf-icon-box-animated .back table {
  margin-top: -10px;
  height: 100%;
  width: 100%;
}
.sf-icon-box-hover:hover {
  width: 116%;
  height: 116%;
  left: -8%;
  top: -8%;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: width 300ms, height 300ms, top 300ms, left 300ms;
  -moz-transition: width 300ms, height 300ms, top 300ms, left 300ms;
  -webkit-transition: width 300ms, height 300ms, top 300ms, left 300ms;
  -o-transition: width 300ms, height 300ms, top 300ms, left 300ms;
}
.sf-icon-box-bold {
  padding: 20% 15%;
  text-align: center;
}
.minimal-design .sf-icon-box-standard .sf-icon-cont {
  padding: 0;
  background-color: transparent !important;
}
.minimal-design .sf-icon-box-standard .sf-icon-cont:hover,
.minimal-design .sf-icon-box-standard.sf-hover .sf-icon-cont {
  background-color: transparent !important;
}
.minimal-design .sf-icon-box-standard .sf-icon-cont:hover .sf-icon,
.minimal-design .sf-icon-box-standard.sf-hover .sf-icon-cont .sf-icon {
  color: inherit !important;
}
.sf-icon-box-standard-center {
  text-align: center;
}
.sf-icon-box-standard-center i.sf-icon,
.sf-icon-box-standard-left i.sf-icon,
.sf-icon-box-vertical i.sf-icon {
  font-size: 48px;
  line-height: 52px;
}
.sf-icon-box-standard-center-contained {
  text-align: center;
}
.sf-icon-box-standard-center-contained i.sf-icon,
.sf-icon-box-standard-left-contained i.sf-icon,
.sf-icon-box-vertical-contained i.sf-icon {
  font-size: 32px;
  line-height: 70px;
}
.sf-icon-box-vertical .icon-wrap,
.sf-icon-box-vertical-contained .icon-wrap {
  float: left;
}
.sf-icon-box-vertical .sf-icon-box-content-wrap {
  padding-left: 80px;
}
.sf-icon-box-vertical-contained .sf-icon-box-content-wrap,
.sf-icon-box-vertical.has-image .sf-icon-box-content-wrap {
  padding-left: 100px;
}
.sf-icon-box-standard-left,
.sf-icon-box-standard-left-contained {
  padding-left: 0;
}
.sf-icon-box .sf-svg-icon-holder {
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.sf-icon-box .sf-svg-icon-holder.has-color path {
  stroke: inherit;
}
.sf-svg-icon-animate {
  opacity: 0;
}
.sf-svg-icon-animate.animation-disabled {
  opacity: 1;
}
.sf-svg-icon-animate.animation-disabled path {
  stroke-dasharray: 200, 200;
  stroke-dashoffset: 0;
}

@media only screen and (max-width: 767px) {
  .spb-column-inner .spb_icon_box:last-child .sf-icon-box {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------
	ICON BOX GRID SHORTCODE
-------------------------------------------- */

.spb_icon_box_grid .spb_icon_box > .spb-asset-content {
  font-size: 0; /* inline block spacing fix */
  position: static;
}
.spb_icon_box_grid .spb_icon_box {
  width: 33.3333%;
  min-height: 320px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  color: #222;
}
.spb_icon_box_grid .spb_icon_box .outline-svg svg path {
  stroke: #222;
}
.spb_icon_box_grid[data-colour="light"] .spb_icon_box {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.spb_icon_box_grid[data-colour="light"] .spb_icon_box .outline-svg svg path {
  stroke: #fff;
}
.spb_icon_box_grid .spb_icon_box:hover {
  background: rgba(0, 0, 0, 0.05);
}
.spb_icon_box_grid[data-columns="3"] .spb_icon_box:nth-child(-n + 3) {
  border-top-width: 0;
}
.spb_icon_box_grid[data-columns="3"] .spb_icon_box:nth-child(3n-1),
.spb_icon_box_grid[data-columns="3"] .spb_icon_box:nth-child(3n-2) {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}
.spb_icon_box_grid[data-colour="light"][data-columns="3"]
  .spb_icon_box:nth-child(3n-1),
.spb_icon_box_grid[data-colour="light"][data-columns="3"]
  .spb_icon_box:nth-child(3n-2) {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}
.spb_icon_box_grid[data-columns="4"] .spb_icon_box {
  width: 25%;
}
.spb_icon_box_grid[data-columns="4"] .spb_icon_box:nth-child(4n-1),
.spb_icon_box_grid[data-columns="4"] .spb_icon_box:nth-child(4n-2),
.spb_icon_box_grid[data-columns="4"] .spb_icon_box:nth-child(4n-3) {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}
.spb_icon_box_grid[data-columns="4"] .spb_icon_box:nth-child(-n + 4) {
  border-top-width: 0;
}
.spb_icon_box_grid[data-colour="light"][data-columns="4"]
  .spb_icon_box:nth-child(4n-3),
.spb_icon_box_grid[data-colour="light"][data-columns="4"]
  .spb_icon_box:nth-child(4n-2) {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}
.spb_icon_box_grid .box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.spb_icon_box_grid .sf-icon-box-content-wrap {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.spb_icon_box_grid .sf-icon-box-content-wrap::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.spb_icon_box_grid .sf-icon-box-inner-wrap {
  width: 90%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.spb_icon_box_grid .spb_icon_box .divider-line {
  width: 0;
  max-width: 80%;
  height: 2px;
  margin: 0;
  display: inline-block;
  background-color: #e3e3e3;
}
.spb_icon_box_grid .spb_icon_box:hover .divider-line {
  width: 150px;
}
.spb_icon_box_grid .spb_icon_box .grid-icon-wrap a.linked-icon {
  color: inherit;
}
.spb_icon_box_grid .spb_icon_box .sf-svg-icon-holder > svg {
  width: 48px;
  height: 48px;
}
.spb_icon_box_grid .spb_icon_box .grid-icon-wrap i.sf-icon {
  color: inherit;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
}
.spb_icon_box_grid .spb_icon_box:hover .grid-icon-wrap {
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
  opacity: 0.8;
}
.spb_icon_box_grid .spb_icon_box h3 {
  font-weight: bold;
  margin: 0;
  color: inherit;
}
.spb_icon_box_grid .spb_icon_box:hover h3 {
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
}
.spb_icon_box_grid .spb_icon_box .grid-icon-wrap {
  height: 48px;
}
.spb_icon_box_grid .spb_icon_box .divider-line,
.spb_icon_box_grid .spb_icon_box .grid-icon-wrap,
.spb_icon_box_grid .spb_icon_box h3,
.spb_icon_box_grid .spb_icon_box .sf-svg-icon-holder > svg path {
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
  -moz-transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
  -o-transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
  transition: all 500ms cubic-bezier(1, 0, 0.6, 1);
}

@media only screen and (max-width: 767px) {
  .spb_icon_box_grid[data-columns="3"] .spb_icon_box {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    box-shadow: none !important;
  }
  .spb_icon_box_grid[data-columns="4"] .spb_icon_box {
    width: 50%;
    float: left;
  }
  .spb_icon_box_grid[data-columns="4"]
    .spb_icon_box:nth-child(n + 3):not(:nth-last-child(-n + 2)) {
    border-top-width: 1px;
  }
  .spb_icon_box_grid .spb_icon_box:nth-child(-n + 3),
  .spb_icon_box_grid[data-columns="3"] .spb_icon_box:nth-child(-n + 3) {
    border-top-width: 1px;
  }
  .spb_icon_box_grid .spb_icon_box:first-child {
    border-top-width: 0;
  }
}
@media only screen and (max-width: 479px) {
  .spb_icon_box_grid .spb_icon_box,
  .spb_icon_box_grid[data-columns="3"] .spb_icon_box,
  .spb_icon_box_grid[data-columns="4"] .spb_icon_box {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    box-shadow: none !important;
  }
}

/* --------------------------------------------
	IMAGE SHORTCODE
-------------------------------------------- */

.spb_image figure {
  margin-bottom: 0;
}
.spb_image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.spb_image.image-overflow-left figure img,
.spb_image.image-overflow-right figure img {
  width: auto;
  max-width: none;
}
.spb_image.image-overflow-left figure img {
  float: right;
}
.spb_image.square-corners figure {
  border-radius: 0;
}
.glowframe img {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.borderframe img {
  border: 5px solid #f7f7f7;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.shadowframe figure {
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* --------------------------------------------
	IMAGE BANNER SHORTCODE
-------------------------------------------- */

.sf-image-banner {
  position: relative;
  height: auto;
  overflow: hidden;
}
.sf-image-banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.sf-image-banner > img,
.sf-image-banner .img-wrap > img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.sf-image-banner .img-wrap.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.sf-image-banner .img-wrap.compat-object-fit > img {
  opacity: 0 !important;
}
.image-banner-content-wrap {
  position: absolute;
  height: auto;
}
.image-banner-content {
  position: absolute;
  z-index: 4;
  bottom: 50%;
  top: auto;
  text-align: center;
  padding: 0 !important;
  width: 100%;
}
.image-banner-content.sf-animation[data-animation="none"] {
  opacity: 1 !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  margin-bottom: 0 !important;
  -webkit-transform: translateY(50%) !important;
  transform: translateY(50%) !important;
}
.image-banner-content.content-right {
  padding-left: 30% !important;
  width: auto;
  padding-right: 10% !important;
}
.sf-animation[data-animation="none"].image-banner-content.content-right {
  left: auto !important;
  right: 0 !important;
}
.image-banner-content.content-left {
  padding-right: 30% !important;
  width: auto;
  padding-left: 10% !important;
}
.image-banner-content.content-center {
  width: 100%;
  padding: 0 10% !important;
}
.image-banner-content.text-left {
  text-align: left;
}
.image-banner-content.text-right {
  text-align: right;
}
.image-banner-content.sf-animation[data-animation="fade-from-bottom"] {
  bottom: 0;
}
.image-banner-content a.sf-button {
  margin: 0 5px 20px;
}

/* --------------------------------------------
	JOBS SHORTCODE
-------------------------------------------- */

ul.jobs {
  list-style: none;
}
.jobs > li {
  margin-bottom: 40px;
}
.jobs > li > img {
  float: left;
  width: 90px;
  height: auto;
  margin-top: 3px;
}
.jobs > li .job-details.has-job-image {
  margin-left: 130px;
}
.jobs > li h5 {
  margin-top: 5px;
}
.jobs .sf-list {
  margin-top: 15px;
  margin-bottom: 10px;
}
.jobs a.button {
  margin-top: 10px;
}
.jobs-overview {
  list-style: disc inside none;
}
.jobs-overview .job {
  margin-bottom: 4px;
}
.jobs-overview .job a {
  text-decoration: none;
}
.job-details .read-more {
  display: inline-block;
  margin-top: 10px;
}
.single-jobs .author-info-wrap {
  display: none;
}

/* --------------------------------------------
	LATEST TWEET SHORTCODE
-------------------------------------------- */

.latest-tweet ul {
  margin-bottom: 10px;
  list-style: none !important;
}
.latest-tweet ul li {
  margin-left: 0;
}
.latest-tweet p {
  margin-bottom: 0;
}
.latest-tweet .tweet-author {
  margin-right: 4px;
  font-weight: bold;
}
.latest-tweet .tweet-date {
  text-decoration: none;
  color: #999;
  margin-left: 5px;
  display: inline-block;
}

/* --------------------------------------------
	LIST SHORTCODE
-------------------------------------------- */

.sf-list {
  margin-left: 0;
  list-style: none !important;
}
.sf-list li {
  padding: 0;
  line-height: 175%;
}
.sf-list li i {
  margin-right: 8px;
}
.sf-list li i[class*="ss-"] {
  vertical-align: -2px;
}

/* --------------------------------------------
	MAP SHORTCODE
-------------------------------------------- */

.fullscreen-map {
  padding: 0;
}
.map-styles-array {
  display: none !important;
}
.map-canvas img,
.map-directory-canvas img {
  max-width: none;
}

/* --------------------------------------------
	MULTILAYER PARALLAX SHORTCODE
-------------------------------------------- */

.spb_multilayer_parallax {
  overflow: hidden;
  height: 600px;
  opacity: 0;
}
.spb_multilayer_parallax .slice-layer {
  width: 100%;
  height: 100%;
}
.spb_multilayer_parallax .layer.container {
  height: 100%;
  max-width: 100%;
}
.spb_multilayer_parallax .layer-bg {
  width: 120%;
  height: 120%;
  background: no-repeat;
  margin-top: -5%;
  margin-left: -10%;
}
.spb_multilayer_parallax .layer-bg[data-layer-repeat="repeat-x"] {
  background-repeat: repeat-x;
}
.spb_multilayer_parallax .layer-bg[data-layer-repeat="repeat-y"] {
  background-repeat: repeat-y;
}
.spb_multilayer_parallax .layer-bg[data-layer-repeat="repeat"] {
  background-repeat: repeat;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="center_center"] {
  background-position: center center;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="left_center"] {
  background-position: left center;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="right_center"] {
  background-position: right center;
  margin-left: 5%;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="left_top"] {
  background-position: left top;
  margin-top: -5%;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="center_top"] {
  background-position: center top;
  margin-top: -5%;
  margin-left: 0;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="right_top"] {
  background-position: right top;
  margin-left: 5%;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="left_bottom"] {
  background-position: left bottom;
  margin-top: -5%;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="center_bottom"] {
  background-position: center bottom;
  margin-top: -5%;
}
.spb_multilayer_parallax .layer-bg[data-layer-bg-pos="right_bottom"] {
  background-position: right bottom;
  margin-top: -5%;
  margin-left: 5%;
}
.spb_multilayer_parallax .layer-bg[data-layer-type="cover"] {
  background-size: cover !important;
}
.spb_multilayer_parallax .layer[data-depth="0.00"] .layer-bg {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  height: 100%;
}
.spb_multilayer_parallax .layer .content-layer {
  height: auto !important;
  bottom: 50%;
  width: 100%;
  position: absolute;
  margin-left: 0;
  padding: 0 15px;
}

/* --------------------------------------------
	PARALLAX SHORTCODE
-------------------------------------------- */

.spb_parallax_asset {
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.spb-column-container.spb_parallax_asset {
  padding-top: 0;
  padding-bottom: 0;
}
.spb-column-container.spb_parallax_asset.spb-parallax-fixed .spb-column-inner {
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.spb_parallax_asset:not(.spb-column-container) {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.spb_parallax_asset.bg-type-pattern {
  background-repeat: repeat;
  background-size: auto;
}
.spb_parallax_asset.parallax-scroll {
  background-attachment: scroll;
}
.spb_parallax_asset.sf-parallax-video {
  background-attachment: scroll;
}
.mobile-browser .spb_parallax_asset {
  background-attachment: scroll !important;
  background-position: center center !important;
}
.spb_parallax_asset.parallax-window-height {
  opacity: 0;
  min-height: 100vh;
}
.spb_parallax_asset > .spb_content_wrapper,
.spb_parallax_asset > .spb_content_element {
  position: relative;
  z-index: 4;
  width: 100%;
  /*padding-top: 80px;
	padding-bottom: 80px;*/
}
.spb_parallax_asset.parallax-window-height[data-v-center="true"]
  > .spb_content_wrapper,
.spb_parallax_asset.parallax-window-height[data-v-center="true"]
  > .spb_content_element {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.sf-parallax-video > .spb_content_element {
  position: relative;
  z-index: 4;
}
.sf-parallax-video.parallax-video-height[data-v-center="true"]
  > .spb_content_element {
  top: 55%;
  opacity: 0;
}
.mobile-browser
  .spb_parallax_asset[data-v-center="true"]
  > .spb_content_element {
  opacity: 1 !important;
  top: 50% !important;
}
.spb_parallax_asset .spb_content_element p:last-child {
  margin-bottom: 0;
}
.sf-parallax-video video {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.sf-parallax-video .video-overlay {
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.overlay-diaglight {
  background-image: url("../images/vo_diagonal_lines_light.png");
}
.overlay-diagdark {
  background-image: url("../images/vo_diagonal_lines_dark.png");
}
.overlay-horizlight {
  background-image: url("../images/vo_horizontal_lines_light.png");
}
.overlay-horizgdark {
  background-image: url("../images/vo_horizontal_lines_dark.png");
}
.overlay-vertlight {
  background-image: url("../images/vo_vertical_lines_light.png");
}
.overlay-vertzgdark {
  background-image: url("../images/vo_vertical_lines_dark.png");
}
.overlay-lightgrid {
  background-image: url("../images/vo_pixel_light.png");
}
.overlay-darkgrid {
  background-image: url("../images/vo_pixel_dark.png");
}
.overlay-lightgridfat {
  background-image: url("../images/vo_fat_pixel_light.png");
}
.overlay-darkgridfat {
  background-image: url("../images/vo_fat_pixel_dark.png");
}
.sf-parallax-video.parallax-video-height .video-overlay {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .spb_parallax_asset.parallax-window-height[data-v-center="true"]
    > .spb_content_wrapper,
  .spb_parallax_asset.parallax-window-height[data-v-center="true"]
    > .spb_content_element {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/* --------------------------------------------
	PORTFOLIO CAROUSEL SHORTCODE
-------------------------------------------- */

.spb_portfolio_carousel_widget {
  padding-bottom: 50px;
}
.spb_portfolio_carousel_widget .caroufredsel_wrapper {
  padding-bottom: 10px;
}
.spb_portfolio_carousel_widget .portfolio-item {
  height: auto;
}
.spb_portfolio_carousel_widget .carousel-items .portfolio-item {
  padding: 0 15px;
}
.spb_portfolio_carousel_widget .carousel-items.no-gutters .portfolio-item {
  padding: 0;
}
.spb_portfolio_carousel_widget .portfolio-item figure {
  margin-bottom: 0;
}
.spb_portfolio_carousel_widget .portfolio-item .item-details {
  padding: 12px 15px 7px;
}
.spb_portfolio_carousel_widget .portfolio-item h4.portfolio-item-title {
  margin: 0 0 5px;
  text-align: left;
}
.spb_portfolio_carousel_widget .portfolio-item h4.portfolio-item-title a {
  display: block;
  height: auto;
  overflow: hidden;
}
.spb_portfolio_carousel_widget .portfolio-item h4 span {
  display: inline-block;
  float: left;
  max-width: 82%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.spb_portfolio_carousel_widget .portfolio-item h4.portfolio-item-title a:hover {
  text-decoration: none;
}
.spb_portfolio_carousel_widget .portfolio-item h4.portfolio-item-title a > i {
  float: right;
  text-align: right;
  line-height: 20px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity= 60);
}

/* --------------------------------------------
	PORTFOLIO SHOWCASE SHORTCODE
-------------------------------------------- */

.spb_portfolio_showcase_widget {
  padding-bottom: 0 !important;
}
.spb_portfolio_showcase_widget.no-bg {
  padding-left: 0;
  padding-right: 0;
}
.spb_portfolio_showcase_widget.has-pagination .carousel-wrap {
  overflow: visible;
  padding-bottom: 80px;
}
.spb_portfolio_showcase_widget.has-pagination .carousel-wrap .carousel-items {
  overflow: visible;
}
.spb_portfolio_showcase_widget .carousel-items .carousel-item.left-holder,
.spb_portfolio_showcase_widget .carousel-items .carousel-item.right-holder {
  min-height: 1px;
}
.spb_portfolio_showcase_widget.has-pagination .owl-controls {
  position: absolute;
  width: 100%;
  bottom: -70px;
  margin: 0 !important;
}
.spb_portfolio_showcase_widget .portfolio-showcase-wrap {
  opacity: 0;
}
.portfolio-showcase-wrap ul {
  background: #222;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.portfolio-showcase-wrap ul li {
  width: 25%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #222;
  margin-bottom: -7px;
}
.portfolio-showcase-wrap ul[data-columns="5"] li {
  width: 20%;
}
.portfolio-showcase-wrap ul li .main-image {
  max-width: none;
  position: absolute;
  display: block;
  opacity: 0.8;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}
.portfolio-showcase-wrap ul li:hover .main-image {
  opacity: 1;
}
.portfolio-showcase-wrap ul li .item-info {
  position: absolute;
  bottom: -85px;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 24px 30px;
}
.portfolio-showcase-wrap ul li .item-info:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 100%;
  z-index: 2;
  left: 50%;
  margin-left: -10px;
}
.portfolio-showcase-wrap ul li .item-info.has-subtitle {
  padding: 15px 30px;
}
.portfolio-showcase-wrap ul li .item-info span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: block;
  color: #222;
}
.portfolio-showcase-wrap ul li .item-info span.item-title {
  letter-spacing: normal;
}
@media only screen and (max-width: 479px) {
  .spb_portfolio_showcase_widget .carousel-items .owl-item:first-child,
  .spb_portfolio_showcase_widget .carousel-items .owl-item:last-child {
    display: none;
  }
}

/* --------------------------------------------
	PRICING TABLE SHORTCODE
-------------------------------------------- */

.spb_pricing_table .spb-pricing-column-wrap {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.spb_pricing_table[data-columns="4"] .spb-pricing-column-wrap {
  width: 25%;
}
.spb_pricing_table[data-columns="2"] .spb-pricing-column-wrap {
  width: 50%;
}
.spb_pricing_table[data-columns="1"] .spb-pricing-column-wrap {
  width: 100%;
}
.spb_pricing_table .sf-pricing-column {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.spb_pricing_table .sf-pricing-column:hover {
  -moz-box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.1);
}
.sf-pricing-column .sf-pricing-tag::before {
  content: attr(data-text);
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #7eced5;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 4px 4px 3px 6px;
}
.spb_pricing_table .sf-pricing-column.highlight {
  border-color: #7eced5;
  border-width: 2px;
}
.sf-pricing-column.highlight .sf-pricing-name h6,
.sf-pricing-column.highlight .sf-pricing-name .sf-pricing-price {
  color: #7eced5;
}
.sf-pricing-column .sf-pricing-name {
  padding: 30px;
}
.sf-pricing-column .sf-pricing-name h6 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sf-pricing-column .sf-pricing-name .divide {
  max-width: 50%;
  width: 50px;
  height: 2px;
  background-color: #e3e3e3;
  margin: 30px auto;
}
.sf-pricing-column .sf-pricing-name .sf-pricing-price {
  font-size: 48px;
  line-height: 48px;
  white-space: nowrap;
  margin: 0;
}
.sf-pricing-column .sf-pricing-name .sf-pricing-price .period {
  font-size: 14px;
  margin: 0 0 0 4px;
}
.sf-pricing-features .spb-pricing-column-feature {
  padding: 15px 0;
}
.sf-pricing-features .spb-pricing-column-feature:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.sf-pricing-column .sf-pricing-button {
  margin: 30px;
}
.sf-pricing-column .sf-pricing-button > a.sf-button {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .spb_pricing_table[data-columns="4"] .spb-pricing-column-wrap {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .spb_pricing_table .spb-pricing-column-wrap,
  .spb_pricing_table[data-columns="4"] .spb-pricing-column-wrap,
  .spb_pricing_table[data-columns="2"] .spb-pricing-column-wrap {
    width: 100%;
    float: none;
  }
}

/* --------------------------------------------
	PRODUCT REVIEWS SHORTCODE
-------------------------------------------- */

.product-reviews .testimonial-text > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.product-reviews .product-details {
  margin-bottom: 20px;
}
.product-reviews .product-details > img {
  float: left;
  width: 50px;
  height: auto;
  margin-right: 20px;
}
.product-reviews .product-details h4 {
  margin: 0;
}
.product-reviews .testimonial-cite .cite-text.has-cite-image {
  padding-top: 0;
  line-height: 65px;
}

/* --------------------------------------------
	PROGRESS SHORTCODE
-------------------------------------------- */

.progress-bar-wrap .progress {
  height: 4px;
  margin-bottom: 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar-wrap .progress .bar {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  width: 0%;
  overflow: hidden;
}
.progress-bar-wrap .bar-text {
  width: 100%;
  display: inline-block;
  margin-bottom: 3px;
  min-height: 22px;
}
.progress-bar-wrap .bar-text > span.bar-name {
  float: left;
  display: block;
}
.progress-bar-wrap .bar-text > span.progress-value {
  float: right;
  display: none;
  font-weight: bold;
}
.progress-bar-wrap .progress .bar {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* --------------------------------------------
	PROMO BAR SHORTCODE
-------------------------------------------- */

.sf-promo-bar {
  padding-top: 105px;
  padding-bottom: 105px;
  text-align: center;
}
.sf-promo-bar.page-align-no {
  padding-left: 10%;
  padding-right: 10%;
}
.sf-promo-bar p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}
.sf-promo-bar p.standard {
  line-height: 48px;
}
.sf-promo-bar.promo-custom p {
  font-size: 20px;
  line-height: 46px;
}
.sf-promo-bar.promo-button p {
  margin-top: 0;
  margin-right: 30px;
}
.sf-promo-bar.promo-button a.sf-button {
  margin-right: 0;
}
.sf-promo-bar a.sf-button {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0;
}
.sf-promo-bar.promo-text {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sf-promo-bar.promo-text > a {
  display: block;
  padding: 80px 0;
}
.sf-promo-bar.promo-text > a.standard {
  font-size: 20px;
  line-height: 46px;
  display: block;
}
.sf-promo-bar.promo-text p {
  display: block;
}
.sf-promo-bar.promo-arrow > a > i {
  vertical-align: -10px;
  font-size: 32px;
  display: inline-block;
  margin-left: 10px;
  height: 40px;
}
.sf-promo-bar > .container {
  text-align: left;
}
.sf-promo-bar.promo-button > .container a.sf-button {
  float: right;
}

/* --------------------------------------------
	RECENT POSTS SHORTCODE
-------------------------------------------- */

.spb_recent_posts_widget.has-pagination .carousel-wrap {
  overflow: visible;
  padding-bottom: 80px;
}
.spb_recent_posts_widget.has-pagination .carousel-wrap .carousel-items {
  overflow: visible;
}
.spb_recent_posts_widget.has-pagination .owl-controls {
  position: absolute;
  width: 100%;
  bottom: -70px;
  margin: 0 !important;
}
ul.recent-posts {
  list-style: none;
}
.recent-post {
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
.carousel-wrap .recent-post {
  margin-bottom: 20px;
}
.recent-post figure {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #212121;
  margin-bottom: 25px;
}
.recent-post figure:empty {
  display: none;
}
.recent-post .date-overlay {
  top: 15px !important;
}
.recent-post figure img {
  width: 100%;
  height: auto;
  position: relative;
  display: block !important;
}
.recent-post figure iframe {
  display: block;
  width: 100%;
}
.recent-post .lSAction > a.lSNext {
  bottom: 15px;
  right: 15px;
}
.recent-post .lSAction > a.lSPrev {
  bottom: 15px;
  right: 51px !important;
}
figcaption .post-category {
  padding: 10px;
  float: left;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recent-post .details-wrap {
  display: block;
  vertical-align: top;
}
.recent-post .post-item-details {
  margin-bottom: 5px;
}
.recent-post .post-item-details .comments-likes,
.recent-post .post-item-details .comments-likes i,
.recent-post .post-item-details .comments-likes span {
  font-weight: normal;
}
.recent-post .post-item-details .comments-likes .icon-comment {
  margin-right: 3px;
}
.recent-post h5 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: bold;
}
.recent-post h5 a {
  text-decoration: none;
}
.recent-post .post-details {
  margin-bottom: 5px;
}
.recent-post .excerpt {
  padding-top: 8px;
}
.recent-post .excerpt p {
  margin-bottom: 0;
}
.recent-post.format-chat .chat {
  margin-top: 20px;
}
.recent-post figure.quote {
  background: transparent !important;
}
.blog-item.format-quote h2,
.blog-item.format-status h1,
.blog-item.format-aside h1,
.blog-item.format-status h3,
.blog-item.format-aside h3,
.blog-item.format-quote h4,
.blog-item.format-status h4,
.blog-item.format-aside h4 {
  display: none;
}
.posts-type-list {
  margin-left: 0;
  margin-right: 0;
}
.posts-type-list .recent-post {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.posts-type-list .recent-post .details-wrap {
  max-width: 80%;
}
.posts-type-list .recent-post a.list-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts-type-list .recent-post:first-child {
  border-top-width: 0;
  padding-top: 0;
}
.posts-type-list .recent-post figure {
  width: 80px;
  float: left;
  margin-bottom: 0;
}
.posts-type-list .recent-post figure figcaption .thumb-info {
  display: none;
}
.posts-type-list .recent-post h4 {
  margin-top: 0;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.posts-type-list .recent-post.has-thumb .details-wrap {
  margin-left: 100px;
}
.posts-type-list .recent-post .post-item-details {
  margin-bottom: 0;
}
.posts-type-list .recent-post .comments-likes {
  float: none;
  display: inline-block;
  margin-left: 10px;
}
.posts-type-standard-row .figure-wrap {
  width: 50%;
  float: left;
  position: relative;
}
.posts-type-standard-row .figure-wrap .date-overlay {
  right: 15px;
  top: 15px;
}
.posts-type-standard-row .details-wrap {
  width: 100%;
  float: none;
}
.posts-type-standard-row .has-thumb .details-wrap {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.recent-post .blog-item-details {
  padding-bottom: 8px;
}
.posts-type-bold .recent-post {
  padding: 0;
}
.posts-type-bold .recent-post figure {
  margin-bottom: 0;
}
.posts-type-bold .recent-post.no-thumb {
  height: 100%;
}
.posts-type-bold.carousel-items .recent-post.no-thumb {
  position: absolute;
}
.posts-type-bold .recent-post.no-thumb .details-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
}
.posts-type-bold.related-items .recent-post.no-thumb .details-wrap {
  position: relative;
}
.posts-type-bold.carousel-items .recent-post.no-thumb .details-wrap {
  position: relative;
  width: 100%;
}
.posts-type-bold .recent-post .details-wrap {
  padding: 30px 30px 70px;
  position: relative;
}
.posts-type-bold .recent-post.has-thumb .details-wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  top: -10px;
  z-index: 3;
  left: 50%;
  margin-left: -10px;
}
.posts-type-bold .recent-post .details-wrap,
.posts-type-bold .recent-post .details-wrap:before,
.posts-type-bold .recent-post .details-wrap > * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.posts-type-bold .recent-post .details-wrap h3 {
  margin: 0 0 20px;
}
.posts-type-bold .recent-post .details-wrap h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px;
}
.posts-type-bold .recent-post .post-item-details {
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
  font-size: 12px;
}
.posts-type-bold .recent-post .post-date {
  display: block;
  font-weight: bold;
}
.posts-type-bright .recent-post .details-wrap {
  text-align: center;
}
.posts-type-bright .recent-post .author-avatar {
  float: none;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  position: relative;
  top: 5px;
  webkit-transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.posts-type-bright .recent-post:hover .author-avatar {
  top: 0;
}
.posts-type-bright .recent-post .author-avatar img {
  display: inline-block;
}
.posts-type-bright .recent-post .post-item-author {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.posts-type-bright .recent-post h2 {
  text-align: center;
  margin: 15px 0 24px 0;
}
.posts-type-bright .recent-post .post-item-details {
  display: inline-block;
  border-top: 2px solid #222;
  padding-top: 25px;
}

.carousel-items.posts-type-showcase .carousel-item.left-holder,
.carousel-items.posts-type-showcase .carousel-item.right-holder {
  min-height: 1px;
}

/* --------------------------------------------
	SEARCH SHORTCODE
-------------------------------------------- */

.search-widget {
  text-align: center;
  margin-bottom: 0;
}
.search-widget input {
  margin: 25px 0;
  width: 80%;
  padding: 10px 12px;
}
.search-widget input.input-large {
  padding: 24px 22px;
}
.spb_search_widget form {
  position: relative;
}
.spb_search_widget input[type="text"] {
  margin: 0;
}

/* --------------------------------------------
	SITEMAP SHORTCODE
-------------------------------------------- */

.sitemap-wrap {
  margin-bottom: 20px;
}
.sitemap-col {
  float: left;
  width: 28%;
  margin-left: 7%;
}
.sitemap-col:first-child {
  margin-left: 0;
}
.sitemap-col h6 {
  margin-bottom: 15px;
}
.sitemap-col ul {
  margin-bottom: 40px;
  list-style: none !important;
}
.sitemap-col ul > li > ul {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.sitemap-col ul li {
  margin-bottom: 8px;
}
.sitemap-col ul li a {
  text-decoration: none;
}

/* --------------------------------------------
	SLIDER SHORTCODE
-------------------------------------------- */

.spb_slider_widget .master-slider {
  min-width: 100% !important;
}
.swiper-slide .caption-content {
  padding: 0 90px;
}
.row.fw-row .spb_swift-slider {
  max-width: none;
}
.row:not(.fw-row) .spb_swift-slider .swift-slider {
  margin-left: -1px;
}
.row:not(.fw-row) .spb_swift-slider .swiper-slide .caption-content {
  padding: 0 10%;
}
.row:not(.fw-row) .spb_swift-slider .swiper-slide .caption-content > h2 {
  font-size: 40px;
  line-height: 52px;
}

/* --------------------------------------------
	SOCIAL SHORTCODE
-------------------------------------------- */

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  padding: 0;
  margin: 0 0 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}
ul.social-icons li:not(.sf-love) a {
  display: inline-block;
  padding: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s;
}
ul.social-icons li:not(.sf-love) a i {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: top 0.35s;
  width: 100%;
  margin-bottom: 31px;
}
ul.social-icons li:not(.sf-love) a i[class*="ss-"] {
  margin-top: -8px;
  display: block;
  margin-bottom: 38px;
}
.browser-ie ul.social-icons li a {
  display: inline-block;
  padding: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.35s;
  color: #222;
}
ul.social-icons li.behance a,
ul.social-icons li.soundcloud a {
  font-size: 14px;
}
.browser-ie ul.social-icons li a i {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: top 0.35s;
  width: 100%;
  margin-bottom: 31px;
}
.browser-ie ul.social-icons li a i[class*="ss-"] {
  margin-top: -8px;
  display: block;
  margin-bottom: 38px;
}
ul.social-icons.light li a {
  color: #fff;
}
ul.social-icons.dark li a {
  color: #222;
}
ul.social-icons li a:hover {
  color: #fff !important;
}
ul.social-icons li a:hover i {
  top: -46px;
}
ul.social-icons.large li {
  height: 50px;
}
ul.social-icons.large li a {
  padding: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
ul.social-icons.large li.behance a,
ul.social-icons.large li.soundcloud a {
  font-size: 19px;
}
ul.social-icons.large li a i {
  margin-top: 0;
}
ul.social-icons.large li a:hover i {
  top: -52px;
}
ul.social-icons li.twitter a:hover {
  background-color: #00aced;
}
ul.social-icons li.facebook a:hover {
  background-color: #3b5998;
}
ul.social-icons li.googleplus a:hover {
  background-color: #dd4b39;
}
ul.social-icons li.youtube a:hover {
  background-color: #bb0000;
}
ul.social-icons li.instagram a:hover {
  background-color: #517fa4;
}
ul.social-icons li.linkedin a:hover {
  background-color: #007bb6;
}
ul.social-icons li.pinterest a:hover {
  background-color: #cb2027;
}
ul.social-icons li.foursquare a:hover {
  background-color: #00aeef;
}
ul.social-icons li.flickr a:hover {
  background-color: #ff0084;
}
ul.social-icons li.tumblr a:hover {
  background-color: #32506d;
}
ul.social-icons li.vimeo a:hover {
  background-color: #7fc400;
}
ul.social-icons li.dribbble a:hover {
  background-color: #ea4c89;
}
ul.social-icons li.skype a:hover {
  background-color: #0078ca;
}
ul.social-icons li.github a:hover {
  background-color: #333333;
}
ul.social-icons li.xing a:hover {
  background-color: #026466;
}
ul.social-icons li.rss a:hover {
  background-color: #f26522;
}
ul.social-icons li.soundcloud a:hover {
  background-color: #f80;
}
ul.social-icons li.yelp a:hover {
  background-color: #af0606;
}
ul.social-icons li.deviantart a:hover {
  background-color: #4e6252;
}
ul.social-icons li.behance a:hover {
  background-color: #1769ff;
}
ul.social-icons li.vk a:hover {
  background-color: #4e729a;
}
ul.social-icons li.twitch a:hover {
  background-color: #6441a5;
}
ul.social-icons li.whatsapp a:hover {
  background-color: #4dc247;
}
ul.social-icons li.snapchat a:hover {
  background-color: #fffc00;
  color: #000 !important;
}
ul.social-icons li.mail a:hover {
  background-color: #666;
}
ul.social-icons li.page-link a:hover {
  background-color: #333;
}
.article-body-wrap .share-links ul li.sf-love {
  padding-right: 5px;
}
.article-body-wrap .share-links ul li.sf-love > div {
  padding: 7px;
}
.article-body-wrap .share-links ul li.sf-love > div a.love-it {
  padding: 9px 0;
  width: 20px;
  vertical-align: 0px;
}
.article-body-wrap .share-links ul li.sf-love a:hover i {
  top: inherit;
}
.article-body-wrap .share-links ul li.sf-love > div span.love-count {
  display: inline;
  vertical-align: 0px;
}

/* --------------------------------------------
	TABLE SHORTCODE
-------------------------------------------- */

table.sf-table {
  width: 100%;
  display: table;
}
table.striped_minimal tr:nth-of-type(even),
table.striped_bordered tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
table.sf-table th {
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
table.sf-table td {
  padding: 10px 20px;
}
table.standard_minimal th {
  padding: 10px 30px 10px 0;
  border-bottom: 2px solid #e4e4e4;
}
table.striped_minimal th {
  padding: 10px 30px 10px 0;
  border-bottom: 2px solid #e4e4e4;
}
table.standard_minimal td {
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
table.striped_minimal td {
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
table.standard_bordered,
table.striped_bordered {
  border: 1px solid #e4e4e4;
}
table.standard_bordered tr,
table.striped_bordered tr {
  border-top: 1px dotted #e4e4e4;
}
table.standard_bordered th,
table.standard_bordered td,
table.striped_bordered th,
table.striped_bordered td {
  border-left: 1px dotted #e4e4e4;
}
table.striped_bordered th,
table.striped_bordered td {
  border-top: 0;
}

/* --------------------------------------------
	TABS SHORTCODE
-------------------------------------------- */

.spb_tabs {
  margin-bottom: 30px;
}
.spb_tabs .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 0;
  list-style: none;
}
.spb_tabs .nav-tabs li {
  margin-right: 10px;
}
.spb_tabs .nav-tabs li a {
  display: block;
  border-radius: 0;
  white-space: nowrap;
  margin-right: 0;
  padding: 10px 18px;
  border-color: #222;
  border-style: solid;
  border-width: 0 !important;
  border-bottom-width: 2px !important;
  background: transparent;
}
.spb_tabs .nav-tabs li a i {
  margin-right: 5px;
}
.spb_tabs .nav-tabs li a i[class*="ss-"] {
  display: inline-block;
  line-height: 100%;
  vertical-align: -3px;
}
.spb_tabs .nav-tabs li.active a {
  border-left-width: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.spb_tabs .nav-tabs li a:hover {
  background: transparent;
}
.spb_tabs .nav-tabs li:first-child a,
.spb_tabs .nav-tabs li.active:first-child a {
  border-left-width: 2px;
}
.tabs-type-dynamic .nav-tabs {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tabs-type-dynamic .nav-tabs li {
  list-style: none;
  float: left;
  margin-right: 15px;
  margin-left: 0 !important;
}
.tabs-type-dynamic .nav-tabs li.menu-icon {
  font-size: 16px;
  line-height: 22px;
}
.tabs-type-dynamic .nav-tabs li a {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50% !important;
  border: 2px solid #666 !important;
  overflow: hidden;
  display: block;
  padding: 3px !important;
  margin: 5px 0;
  opacity: 0.4;
  font-size: 0;
  -webkit-transition: color 0.6s, opacity 0.25s;
  -moz-transition: color 0.25s, opacity 0.25s;
  -ms-transition: color 0.6s, opacity 0.25s;
  -o-transition: color 0.6s, opacity 0.25s;
  transition: color 0.6s, opacity 0.25s;
}
.tabs-type-dynamic .nav-tabs li.active a,
.tabs-type-dynamic .nav-tabs li a:hover {
  opacity: 1;
}
.tabs-type-dynamic .nav-tabs.show-tabs a {
  width: auto;
  height: auto;
  position: relative;
  padding: 0 5px !important;
  margin: 0;
  opacity: 1;
  font-size: 16px;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
}
.spb_tabs .nav-tabs.center-tabs {
  text-align: center;
}
.spb_tabs .nav-tabs.center-tabs > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.spb_tabs .tab-content > .tab-pane {
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  height: auto;
  overflow: hidden;
}
.spb_tabs .tab-content > .tab-pane.load {
  display: block !important;
  opacity: 0;
}
.spb_tabs .tab-content > .tab-pane > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.spb_tour .container {
  display: inline-block;
}
.spb_tour .nav-tabs {
  float: left;
  margin-right: 10px;
  border-right: 0;
  border-bottom: 0;
  width: 120px;
  list-style: none;
}
.spb_tour .nav-tabs li {
  float: none;
  font-size: 16px;
}
.spb_tour .nav-tabs li a {
  display: block;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 18px;
  border-color: #222;
  border-style: solid;
  border-width: 0 !important;
  border-bottom-width: 2px !important;
  background: transparent;
}
.spb_tour .nav-tabs li.active a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
}
.spb_tour .nav-tabs li a > i {
  margin-right: 5px;
}
.spb_tour .nav-tabs li a > i[class*="ss-"] {
  display: inline-block;
  line-height: 100%;
  vertical-align: -3px;
}
.spb_tour .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
  padding-left: 135px;
}
.spb_tour .tab-content > .tab-pane {
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}
.spb_tour .tab-content > .tab-pane.load {
  display: block;
  opacity: 0;
}
.spb_tour .tab-content .row {
  margin-left: 0 !important;
}
.spb_tour .tab-content .row [class*="span"] {
  width: 100% !important;
  margin-left: 0 !important;
}
.spb_tour .tab-content .row,
.spb_tabs .tab-content .row {
  clear: none;
}
.spb_tour .tab-content .tab-pane .spb-full-width-element,
.spb_tabs .tab-content .tab-pane .spb-full-width-element {
  width: 100% !important;
  max-width: 100%;
  left: 0 !important;
}

/* --------------------------------------------
	TEAM SHORTCODE
-------------------------------------------- */

figure a.team-gallery-mobile-link {
  display: none;
}
.mobile-browser figure a.team-gallery-mobile-link {
  display: block;
}
.sf-team-ajax-container {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sf-team-ajax-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 100%;
  background: #fff;
  width: 800px;
  max-width: 100%;
  -webkit-transform: translateX(800px);
  -moz-transform: translateX(800px);
  -ms-transform: translateX(800px);
  -o-transform: translateX(800px);
  transform: translateX(800px);
}
.sf-team-ajax-open .sf-team-ajax-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sf-team-ajax-container .team-ajax-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  color: #fff;
  font-size: 34px;
  height: 20px;
  line-height: 18px;
  opacity: 0.7;
}
.has-wpadminbar .sf-team-ajax-container .team-ajax-close {
  top: 62px;
}
.sf-team-ajax-container .team-ajax-close:hover {
  opacity: 1;
}
.sf-team-ajax-container .content-wrap {
  padding: 60px 110px 150px 110px;
}
.sf-team-ajax-container .profile-image-wrap {
  text-align: center;
  position: relative;
  padding: 100px 0;
  min-height: 400px;
  overflow: hidden;
  background: #222;
}
.sf-team-ajax-container .profile-image-wrap .inner-wrap {
  position: relative;
  z-index: 3;
}
.sf-team-ajax-container .profile-image-wrap .member-thumb-wrap {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 30px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.sf-team-ajax-container .profile-image-wrap .member-thumb-wrap img {
  width: 170px;
}
.sf-team-ajax-container .profile-image-wrap .inner-wrap h1,
.sf-team-ajax-container .profile-image-wrap .inner-wrap h3 {
  color: #fff;
}
.sf-team-ajax-container .profile-image-wrap .inner-wrap h1 {
  font-size: 48px;
  margin: 0;
}
.sf-team-ajax-container .profile-image-wrap .inner-wrap h3 {
  font-size: 24px;
  margin: 20px 0 0;
}
.sf-team-ajax-container .profile-image-wrap .inner-wrap h3:empty {
  display: none;
}
.sf-team-ajax-container .profile-image-wrap .backdrop {
  height: 110%;
  width: 110%;
  position: absolute;
  z-index: 2;
  top: -5%;
  left: -5%;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.3;
}
.team-member-ajax-content {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.sf-team-ajax-container .team-member-aux {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 110px 0;
  background: #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.team-member-aux .member-aux-inner {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
}
.team-member-aux .member-aux-inner .member-contact {
  float: left;
  font-size: 12px;
  padding-top: 5px;
}
.team-member-aux .member-aux-inner .member-contact li {
  display: inline-block;
  margin-left: 20px;
}
.team-member-aux .member-aux-inner .member-contact li:first-child {
  margin-left: 0;
}
.team-member-aux .member-aux-inner .social-icons {
  float: right;
}

@media only screen and (max-width: 800px) {
  .sf-team-ajax-container .content-wrap {
    padding: 60px 60px 150px;
  }
  .team-member-ajax-content .team-member-aux {
    padding: 30px 60px 20px;
  }
  .team-member-aux .member-aux-inner .member-contact,
  .team-member-aux .member-aux-inner .social-icons {
    text-align: center;
    float: none;
    width: 100%;
  }
}

/* --------------------------------------------
	TESTIMONIALS SHORTCODE
-------------------------------------------- */

.testimonial-wrap {
  margin-bottom: 20px;
}
.testimonial-wrap.large .testimonial-text {
  font-size: 24px;
  line-height: 160%;
}
ul.testimonials {
  margin-bottom: 0;
  list-style: none;
}
.testimonials > li {
  margin-bottom: 40px;
  height: auto;
  padding-left: 60px;
  position: relative;
}
.testimonials > li:before {
  content: "\201C";
  font-family: "SSGizmo";
  font-weight: normal;
  font-style: normal;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 34px;
}
.testimonial-wrap.large .testimonials > li {
  margin-bottom: 60px;
}
.testimonial-wrap.large .testimonials > li:before {
  top: 15px;
}
.column_container .testimonials.carousel-items > li {
  padding-right: 30px;
}
.testimonial-text {
  margin-bottom: 5px;
}
.testimonial-wrap.large .testimonial-text {
  margin-bottom: 10px;
}
.testimonial-text p {
  margin-bottom: 10px;
}
.testimonials .testimonial-cite img {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 10px;
}
.testimonial-cite .cite-text.has-cite-image {
  padding-top: 10px;
}
.testimonial-cite .cite-text .cite-name {
  font-weight: bold;
  display: block;
}
.spb_testimonial_carousel_widget cite,
.testimonials-slider cite {
  font-weight: bold;
}
.testimonials-slider cite span {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity= 80);
  font-weight: normal;
  margin-top: -4px;
}
.testimonial .pagination-wrap {
  margin-top: 10px;
}
.testimonial.carousel-item {
  list-style: none;
}
.testimonials.carousel-items li .testimonial-text {
  padding-top: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.testimonials.carousel-items li .testimonial-text:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  left: 30px;
  bottom: -11px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity= 60);
}
.spb_testimonial_carousel_widget .carousel-wrap > a {
  border: 1px solid #e3e3e3;
}
.masonry-items li.testimonial {
  padding-left: 15px;
}
.masonry-items li.testimonial::before {
  content: "";
  display: none;
}
.masonry-items li.testimonial .testimonial-text {
  background: #f7f7f7;
  padding: 30px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
.masonry-items li.testimonial.has-cite .testimonial-text::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f7f7f7;
  position: absolute;
  left: 48px;
  bottom: -6px;
}
.masonry-items li.testimonial .testimonial-cite {
  padding-left: 30px;
}
.showcase_testimonial_widget .read-more::after,
.showcase_testimonial_widget .read-more span {
  display: none;
}

/* --------------------------------------------
	TESTIMONIAL SLIDER SHORTCODE
-------------------------------------------- */

.slider-wrap {
  position: relative;
}
.testimonials-slider {
  padding-bottom: 15px;
}
.flexslider.content-slider ul.slides {
  background: transparent;
}
.spb_testimonial_slider_widget .spb-asset-content {
  padding-top: 60px;
  padding-bottom: 55px;
  overflow: hidden;
}
.spb_testimonial_slider_widget .testimonial-icon {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 36% 0 22%;
}
.spb_testimonial_slider_widget .testimonial-icon i {
  font-size: 34px;
}
.spb_testimonial_slider_widget .content-slider .lSSlideWrapper,
.spb_tweets_slider_widget .content-slider .lSSlideWrapper {
  padding: 0 36% 0 22%;
}
.content-slider .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  top: 10px !important;
  right: 20%;
  left: auto !important;
  width: auto !important;
  margin-top: 0 !important;
}
.content-slider .lSSlideOuter .lSPager.lSpg > li {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
.content-slider .lSSlideOuter .lSPager.lSpg > li:first-child {
  margin-top: 0;
}
.content-slider .lSSlideOuter .lSPager.lSpg > li a {
  width: 8px;
  height: 8px;
  margin: 1px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.content-slider .lSSlideOuter .lSPager.lSpg > li.active a {
  width: 10px;
  height: 10px;
  margin: 0;
}
.testimonials-slider .slide-content-wrap {
  text-align: left;
}
.testimonials-slider .testimonial-text {
  margin-bottom: 30px;
}
.testimonials-slider .testimonial-text.text-large {
  font-size: 24px;
  line-height: 32px;
}
.testimonials-slider .flex-control-nav,
.tweets-slider .flex-control-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
  list-style: none !important;
  width: 100%;
  text-align: center;
}
.testimonials-slider .flex-control-nav li,
.tweets-slider .flex-control-nav li {
  float: none;
}

/* --------------------------------------------
	TEXT BLOCK SHORTCODE
-------------------------------------------- */

.spb_content_element.spb_text_column.col-sm-12 .spb-asset-content > .container {
  max-width: 100%;
}
.spb_text_column ul,
.box-content-wrap ul,
#comments-list .comment-body ul {
  list-style: disc inside none;
}
.spb_text_column {
  margin-bottom: 20px;
}
.spb_text_column > .spb-asset-content {
  display: inline-block;
  width: 100%;
}

/* --------------------------------------------
	TOGGLE SHORTCODE
-------------------------------------------- */

.toggle-wrap {
  margin-bottom: 15px;
}
.toggle-wrap .spb_toggle {
  padding: 12px 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 2px solid #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: inherit;
  opacity: 0.6;
}
.toggle-wrap .spb_toggle_title_active {
  opacity: 1;
  border-bottom-color: transparent !important;
}
.toggle-wrap .spb_toggle:after {
  font-size: 24px;
  display: inline-block;
  float: right;
  height: 26px;
  width: 23px;
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
  font-weight: normal;
}
.toggle-wrap .spb_toggle:hover:after {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.toggle-wrap .spb_toggle.spb_toggle_title_active:hover:after {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.toggle-wrap .spb_toggle_open {
  display: block;
}
.toggle-wrap .spb_toggle:hover {
  cursor: pointer;
}
.toggle-wrap .spb_toggle_title_active {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.spb_toggle_content {
  padding: 10px;
  display: none;
}
.spb_toggle_content p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------
	TWEET SLIDER SHORTCODE
-------------------------------------------- */

.spb_tweets_slider_widget .spb-asset-content {
  padding-top: 140px;
  padding-bottom: 80px;
  overflow: hidden;
}
.spb_tweets_slider_widget .tweet-icon {
  width: 100%;
  position: absolute;
  text-align: left;
  top: 80px;
  padding: 0 36% 0 22%;
}
.spb_tweets_slider_widget .tweet-icon i {
  font-size: 34px;
}
.spb_tweets_slider_widget .flexslider > li {
  min-height: 150px;
}
.spb_tweets_slider_widget .tweet-text {
  width: 100%;
  text-align: left;
  font-size: 24px;
  line-height: 38px;
}
.spb_tweets_slider_widget .twitter_intents {
  display: block;
  text-align: left;
  margin-top: 20px;
}
.spb_tweets_slider_widget .twitter_intents .reply,
.spb_tweets_slider_widget .twitter_intents .retweet,
.spb_tweets_slider_widget .twitter_intents .favorite {
  display: none;
}
.spb_tweets_slider_widget .twitter_intents a {
  display: block;
  float: left;
  clear: left;
}
.spb_tweets_slider_widget .twitter_intents a:first-child {
  margin-left: 0;
}
.spb_tweets_slider_widget a.twitter-timestamp {
  margin-top: 20px;
  display: block;
  padding: 0 15%;
}
.spb_tweets_slider_widget a:hover {
  text-decoration: none;
}

/* --------------------------------------------
	VIDEO SHORTCODE
-------------------------------------------- */

.spb_video_widget .video-wrap {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.spb_video_widget .video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------
	MISC SHORTCODES
-------------------------------------------- */

.horizontal-break {
  height: 1px;
  width: 50px;
  margin: 20px auto 25px;
}
.horizontal-break.bold {
  height: 5px;
  width: 100px;
}
span.highlighted {
  padding: 1px 3px;
  border-radius: 1px;
  margin-right: 2px;
  color: #fff;
}
span.dropcap1,
span.dropcap2 {
  float: left;
  padding: 11px 0px 9px;
  margin-right: 8px;
  font-size: 46px;
  font-style: normal;
}
span.dropcap3,
span.dropcap4 {
  float: left;
  font-style: normal;
  font-size: 18px;
  padding: 6px 10px 6px 11px;
  margin: 4px 10px 2px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
span.dropcap4 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
blockquote {
  border-left: 0;
  padding: 10px 0;
}
blockquote,
blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
blockquote.blockquote1,
blockquote.blockquote1 p {
  font-size: 12px;
  line-height: 18px;
}
blockquote.blockquote2,
blockquote.blockquote2 p,
blockquote.pullquote,
blockquote.pullquote p {
  font-size: 14px;
  line-height: 22px;
}
blockquote.blockquote3,
blockquote.blockquote3 p {
  font-size: 28px;
  line-height: 40px;
}
blockquote.pullquote {
  border-left: 2px solid transparent;
  padding: 0 0 0 20px;
}
.decorative-ampersand {
  font-family: "Vidaloka", serif;
  font-size: 24px;
}

/*--------------------------------------------------------------
Oversize Media
--------------------------------------------------------------*/

figure.oversize {
  width: 116%;
  margin: 60px 0 60px -8%;
  position: relative;
}
figure.oversize figcaption {
  position: absolute;
  width: 160px;
}
figure.oversize[data-capiton-pos="bottom-left"] figcaption {
  bottom: 0;
  left: -180px;
}
figure.oversize[data-capiton-pos="bottom-right"] figcaption {
  bottom: 0;
  right: -180px;
}
figure.oversize[data-capiton-pos="top-left"] figcaption {
  top: 0;
  left: -180px;
}
figure.oversize[data-capiton-pos="top-left"] figcaption {
  top: 0;
  right: -180px;
}
figure.oversize figcaption p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------
	RETINA
-------------------------------------------- */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .widget_calendar tbody tr > td.pad {
    background-image: url("../images/scanlines_dark%402x.png");
    background-size: 4px 4px;
  }
}

/* --------------------------------------------
	RESPONSIVE
-------------------------------------------- */

@media only screen and (max-width: 767px) {
  .spb_icon_box > .spb-asset-content .sf-icon-box {
    margin-top: 30px;
  }
  .spb_icon_box:first-child > .spb-asset-content .sf-icon-box {
    margin-top: 0;
  }
}

/* --------------------------------------------
	ANIMATION
-------------------------------------------- */

.sf-animation {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html.no-js .sf-animation,
.sf-animation[data-animation="none"] {
  opacity: 1 !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  transform: scale(1) !important;
}
html.no-js .sf-animation.image-banner-content,
.sf-animation[data-animation="none"].image-banner-content {
  bottom: 50% !important;
}

.sf-animate {
  opacity: 1;
  display: block;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sf-animate-out {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.sf-animate.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sf-animation[data-animation="fade-in"].sf-animate {
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.sf-animation[data-animation="fade-from-bottom"].sf-animate {
  opacity: 1;
  bottom: 0;
}
.sf-animation[data-animation="fade-from-bottom"].image-banner-content.sf-animate {
  bottom: 50%;
}
.sf-animation[data-animation="fade-from-right"].sf-animate {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  -moz-transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  -o-transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
}
.sf-animation[data-animation="fade-from-left"].sf-animate {
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  -moz-transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  -o-transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  transition: all 0.8s cubic-bezier(0.15, 0.85, 0.35, 1.25);
}
.sf-animation[data-animation="grow"] {
  opacity: 0;
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  -moz-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  -o-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
  transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
}
.sf-animation[data-animation="grow"].sf-animate {
  opacity: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.sf-animation[data-animation="pop-up"].sf-animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation: popUp 0.4s ease-in-out forwards;
  -moz-animation: popUp 0.4s ease-in-out forwards;
  animation: popUp 0.4s ease-in-out forwards;
}
.sf-animation[data-animation="flip"].sf-animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  -moz-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  -moz-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
.sf-animation[data-animation="helix"].sf-animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  -moz-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}
.sf-animation[data-animation="move-up"] {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.725, 0, 0, 0.995);
  -moz-transition: all 0.65s cubic-bezier(0.725, 0, 0, 0.995);
  transition: all 0.65s cubic-bezier(0.725, 0, 0, 0.995);
}
.sf-animation[data-animation="move-up"].sf-animate {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.sf-animation[data-animation="spin"].sf-animate {
  -webkit-animation: spin 0.65s ease forwards;
  -moz-animation: spin 0.65s ease forwards;
  animation: spin 0.65s ease forwards;
}
.sf-animation[data-animation="flip-x"].sf-animate {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: flipX 0.65s ease forwards;
  -moz-animation: flipX 0.65s ease forwards;
  animation: flipX 0.65s ease forwards;
}
.sf-animation[data-animation="flip-y"].sf-animate {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: flipY 0.65s ease forwards;
  -moz-animation: flipY 0.65s ease forwards;
  animation: flipY 0.65s ease forwards;
}
.sf-animation[data-animation="fade-from-left"] {
  left: -70px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.sf-animation[data-animation="fade-from-right"] {
  right: -70px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.sf-animation[data-animation="fade-from-bottom"] {
  bottom: -70px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.sf-animation[data-animation="fade-from-left"],
.sf-animation[data-animation="fade-from-right"] {
  margin: 0 auto;
}
.sf-animation[data-animation="zoomIn"] {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
  -moz-transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
  -o-transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
  transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
}
.sf-animation[data-animation="zoomIn"].sf-animate {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.sf-animation[data-animation="zoomInDown"] {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.sf-animation[data-animation="zoomInDown"].sf-animate {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.sf-animation[data-animation="bounceInDown"] {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sf-animation[data-animation="bounceInDown"].sf-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sf-animation[data-animation="bounceInUp"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sf-animation[data-animation="bounceInUp"].sf-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sf-animation[data-animation="bounceInLeft"] {
  opacity: 0;
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sf-animation[data-animation="bounceInLeft"].sf-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sf-animation[data-animation="bounceInRight"] {
  opacity: 0;
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sf-animation[data-animation="bounceInRight"].sf-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.browser-ie .sf-animation[data-animation="pop-up"].sf-animate,
.browser-ie .sf-animation[data-animation="flip"].sf-animate,
.browser-ie .sf-animation[data-animation="helix"].sf-animate,
.browser-ie .sf-animation[data-animation="fly"].sf-animate,
.browser-ie .sf-animation[data-animation="move-up"].sf-animate,
.browser-ie .sf-animation[data-animation="spin"].sf-animate,
.browser-ie .sf-animation[data-animation="flip-x"].sf-animate,
.browser-ie .sf-animation[data-animation="flip-y"].sf-animate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes scaleUp {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes scaleUp {
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes fallPerspective {
  100% {
    -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fallPerspective {
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes fly {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flip {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes helix {
  100% {
    -moz-transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes helix {
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes popUp {
  70% {
    -moz-transform: scale(1.1);
    opacity: 0.8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  70% {
    transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    opacity: 1;
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  0%,
  50%,
  100% {
    -webkit-transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-100px);
  }
  75% {
    -webkit-transform: translateX(100px);
  }
}
@-moz-keyframes shake {
  0%,
  50%,
  100% {
    -moz-transform: translateX(0);
  }
  25% {
    -moz-transform: translateX(-100px);
  }
  75% {
    -moz-transform: translateX(100px);
  }
}
@-o-keyframes shake {
  0%,
  50%,
  100% {
    -o-transform: translateX(0);
  }
  25% {
    -o-transform: translateX(-100px);
  }
  75% {
    -o-transform: translateX(100px);
  }
}
@keyframes shake {
  0%,
  50%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-100px);
  }
  75% {
    transform: translateX(100px);
  }
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInX {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}

.flipInX.sf-animate {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transition: all 0.8s ease-in;
  opacity: 1;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! Flickity v2.0.9 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* big buttons, no circle */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 5%;
  padding: 0;
  margin: -8px 0 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.col-sm-sf-5 {
  width: 20%;
  padding: 0 15px;
  float: left;
}

.col-sm-sf-25 {
  width: 40%;
  padding: 0 15px;
  float: left;
}

/* #Page Builder Override Classes
==================================================
	Classes to override asset styling
================================================== */

.mt0 {
  /* Clear Margin Top */
  margin-top: 0 !important;
}

.mb0 {
  /* Clear Margin Bottom */
  margin-bottom: 0 !important;
}

.mr0 {
  /* Clear Margin Right */
  margin-right: 0 !important;
}

.ml0 {
  /* Clear Margin Left */
  margin-left: 0 !important;
}

.pt0 {
  /* Clear Padding Top */
  padding-top: 0 !important;
}

.pb0 {
  /* Clear Padding Bottom */
  padding-bottom: 0 !important;
}

.pr0 {
  /* Clear Padding Right */
  padding-right: 0 !important;
}

.pl0 {
  /* Clear Padding Left */
  padding-left: 0 !important;
}

.bt0 {
  /* Clear Border Top */
  border-top: 0 !important;
}

.bb0 {
  /* Clear Border Bottom */
  border-bottom: 0 !important;
}

.no-shadow {
  /* Remove Shadow */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.no-arrow:after {
  /* Clear Full Width Text Arrow */
  display: none !important;
}

.pmb0 p {
  /* Clear Inner p Tags Margin Bottom */
  margin-bottom: 0 !important;
}

.ui-helper-reset {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ui-accordion .ui-accordion-icons {
  padding: 0 !important;
}

/* #General
================================================== */

.swift-framework-notice {
  background: #fe504f;
  text-align: center;
  padding: 20px;
}

.swift-framework-notice > h3 {
  color: #fff;
  margin: 0 0 5px;
  font-weight: bold;
}

.swift-framework-notice > p {
  color: #fff;
  font-size: 16px;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body.page-transitions #main-container {
  opacity: 0;
  padding-top: 150px;
}

body.page-transitions.header-naked-light #main-container,
body.page-transitions.header-naked-dark #main-container {
  padding-top: 0;
}

body.modal-open {
  margin-right: 0;
}

body.mobile-menu-open,
body.mh-overlay-show {
  overflow: hidden !important;
  max-width: 100%;
}

body > .ui-datepicker {
  z-index: 100 !important;
}

a {
  outline: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 42px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;
}

h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 15px;
}

h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 170%;
  margin: 0 0 24px;
}

p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  line-height: 160%;
}

ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  line-height: 160%;
}

ul > li > ul,
ol > li > ol {
  margin-left: 20px;
  padding-left: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-bottom: 20px;
}

dl dt,
dl dd {
  line-height: 180%;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 0;
}

.fluid-width-video-wrapper {
  padding-top: 56.25% !important;
}

.impact-text,
p.impact-text {
  font-size: 24px;
  line-height: 32px;
}

.impact-text-large,
p.impact-text-large {
  font-size: 36px;
  line-height: 44px;
}

i[class^="fa-"] {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.text-link {
  border-bottom: 1px dotted #e3e3e3;
}

.modal-dialog {
  margin: 6% auto !important;
}

.clearfix {
  clear: none !important;
}

.carousel-items {
  opacity: 0;
}

#header-search {
  opacity: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#header-search i.ss-search {
  float: left;
  font-size: 24px;
  padding-top: 7px;
  display: inline-block;
}

#header-search form {
  float: left;
  width: 80%;
}

#header-search input {
  background: transparent;
  border: 0;
  font-size: 24px;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  line-height: 31px;
}

#header-search-close {
  float: right;
  font-size: 28px;
  padding: 10px;
  display: block;
}

#container {
  position: relative;
  z-index: 99;
}

.layout-boxed #container {
  width: 1000px;
  position: relative;
  margin: 0px auto;
  background: #fff;
}

.no-csstransforms3d #container,
.ie-mobile #container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-style: flat;
  position: inherit;
}

.mobile-menu-open #container,
.mh-overlay-show #container {
  overflow: hidden !important;
}

.mobile-menu-open #container,
.mobile-header-center-logo.mobile-menu-open.mobile-cart-open #container {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-header-right-logo.mobile-menu-open #container,
.mobile-header-center-logo.mobile-menu-open #container,
.mobile-header-center-logo-alt.mobile-cart-open #container {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.mobile-menu-closing #container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.no-csstransforms .mobile-menu-open #container,
.ie-mobile.mobile-menu-open #container {
  -webkit-transform: none;
  transform: none;
}

#page-bg-image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  outline: 0;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  border-radius: 0;
  box-shadow: none;
}

input:focus,
textarea:focus {
  box-shadow: none !important;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ededed;
}

table th {
  font-weight: bold;
}

table thead th {
  text-transform: uppercase;
}

table tr > th {
  padding-right: 20px;
}

table td {
  padding: 6px 10px 6px 0;
  border-top: 1px solid #ededed;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

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

ins {
  background: #fff9c0;
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 0;
}

audio {
  margin: 20px 0;
}

label.hidden-label {
  display: none;
}

.article-share {
  display: block;
  width: auto !important;
  height: auto !important;
  text-align: center;
  position: relative;
}
share-button {
  border-radius: 0 !important;
  padding: 12px 18px 11px !important;
  position: relative;
  z-index: 3;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
share-button:hover {
  opacity: 1;
}
share-button:before {
  content: "\EB41";
  font-family: "SSGizmo" !important;
  font-size: 14px;
  vertical-align: 0px;
  margin-right: 5px;
  font-weight: normal;
}
share-button .sb-social {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
share-button .sb-social.sb-center {
  left: 50%;
}
share-button .sb-social.sb-center.sb-top {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
share-button .sb-social.sb-center.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
share-button .sb-social.sb-center.active.sb-top {
  top: -1em;
}
share-button .sb-social.sb-center.active.sb-bottom {
  bottom: -1em;
}
share-button .sb-social.sb-left {
  left: 50%;
}
share-button .sb-social.sb-left.sb-top {
  top: 0;
  -webkit-transform: translate(calc(-100% + 30px), -100%);
  -ms-transform: translate(calc(-100% + 30px), -100%);
  transform: translate(calc(-100% + 30px), -100%);
}
share-button .sb-social.sb-left.sb-middle {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
share-button .sb-social.sb-left.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(calc(-100% + 30px), 100%);
  -ms-transform: translate(calc(-100% + 30px), 100%);
  transform: translate(calc(-100% + 30px), 100%);
}
share-button .sb-social.sb-left.active.sb-top {
  top: -1em;
}
share-button .sb-social.sb-left.active.sb-middle {
  left: -1em;
}
share-button .sb-social.sb-left.active.sb-bottom {
  bottom: -1em;
}
share-button .sb-social.sb-right {
  left: 50%;
}
share-button .sb-social.sb-right.sb-top {
  top: 0;
  -webkit-transform: translate(-30px, -100%);
  -ms-transform: translate(-30px, -100%);
  transform: translate(-30px, -100%);
}
share-button .sb-social.sb-right.sb-middle {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
share-button .sb-social.sb-right.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-30px, 100%);
  -ms-transform: translate(-30px, 100%);
  transform: translate(-30px, 100%);
}
share-button .sb-social.sb-right.active.sb-top {
  top: -1em;
}
share-button .sb-social.sb-right.active.sb-middle {
  left: calc(100% + 1em);
}
share-button .sb-social.sb-right.active.sb-bottom {
  bottom: -1em;
}
share-button .sb-social.active {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
}
share-button .sb-social.load {
  -webkit-transition: none !important;
  transition: none !important;
}

share-button .sb-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
share-button .sb-social ul li {
  position: relative;
  height: 22px;
  width: 60px;
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
share-button .sb-social ul li.enabled {
  display: inline-block;
}
share-button .sb-social ul li.disabled {
  display: none;
}
share-button .sb-social ul li:hover:before {
  opacity: 0;
}
share-button .sb-social ul li:hover:after {
  opacity: 0.5;
}
share-button .sb-social ul li:before,
share-button .sb-social ul li:after {
  content: " ";
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat !important;
}
share-button .sb-social ul li:before {
  opacity: 1;
}
share-button .sb-social ul li:after {
  opacity: 0;
}
share-button .sb-social ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
share-button .sb-social li[class*="email"] {
  background: #42c5b0;
}
share-button .sb-social li[class*="email"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="email"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="facebook"] {
  background: #3b5998;
}
share-button .sb-social li[class*="facebook"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="facebook"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="googlePlus"] {
  background: #e34429;
}
share-button .sb-social li[class*="googlePlus"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="googlePlus"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="linkedin"] {
  background: #4875b4;
}
share-button .sb-social li[class*="linkedin"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="linkedin"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="pinterest"] {
  background: #c5282f;
}
share-button .sb-social li[class*="pinterest"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="pinterest"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="reddit"] {
  background: #a1caf2;
}
share-button .sb-social li[class*="reddit"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="reddit"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="twitter"] {
  background: #6cdfea;
}
share-button .sb-social li[class*="twitter"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="twitter"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="whatsapp"] {
  background: #4dc247;
}
share-button .sb-social li[class*="whatsapp"]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E");
}
share-button .sb-social li[class*="whatsapp"]:after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.blank_spacer {
  min-height: 0 !important;
}

div.entry-title {
  display: none;
}

.chat-transcript .chat-author {
  font-weight: bold;
}

.nicescroll-rails {
  background: #fff;
  width: 5px !important;
}

.nicescroll-rails > div {
  width: 5px !important;
  border: 0 !important;
  background: #666 !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}

.sf-swipe-indicator {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 76px;
  width: 76px;
  margin-left: -38px;
  margin-top: -38px;
  z-index: 2;
  background: transparent url("images/swipe_indicator.png") no-repeat center
    center;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sf-swipe-indicator.animate {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

.spb-row-expand-text span:after {
  content: "\F501" !important;
  font-family: "SSGizmo" !important;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 16px;
  padding-left: 10px;
  vertical-align: -2px;
  height: 22px;
  opacity: 0.6;
}

.spb-row-expand-text.row-open span:after {
  content: "\F500" !important;
}

/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: auto;
}

figure .video-thumb {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.vr-standard figure .video-thumb {
  padding-bottom: 75%;
}

figure .video-thumb iframe,
figure .video-thumb video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure a {
  display: block;
}

figure.animated-overlay {
  position: relative;
  overflow: hidden;
}

figure.animated-overlay figcaption {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-align: center;
}

figure.animated-overlay figcaption:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.browser-ie figure.animated-overlay figcaption,
.browser-ie10 figure.animated-overlay figcaption {
  background-image: none;
}

figure.animated-overlay > img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  z-index: 2;
  position: relative;
}

figure.animated-overlay:hover > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

figure.animated-overlay:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

figure.animated-overlay > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.browser-ie figure.animated-overlay > a {
  background: transparent
    url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7")
    0 0 repeat;
}

figure.animated-overlay .thumb-slider ul.slides li a {
  position: relative;
  z-index: 2;
}

figure.animated-overlay .figcaption-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

figcaption .thumb-info {
  width: 90%;
  height: auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

figcaption .thumb-info .name-divide {
  display: none;
}

figcaption .thumb-info h3,
figcaption .thumb-info h4,
figcaption .thumb-info h5 {
  line-height: 150%;
  width: 100%;
  text-align: center;
}

figcaption .thumb-info h3 {
  margin-bottom: 10px;
}

figcaption .thumb-info h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

figcaption .thumb-info h5 {
  margin-bottom: 0;
}

figcaption .thumb-info h5 span {
  width: 100%;
}

figcaption .thumb-info h5 span.price,
figcaption .thumb-info h5 span.amount {
  font-size: 14px !important;
  margin-top: 0 !important;
}

figcaption .thumb-info h5 span del {
  display: none;
}

figcaption .thumb-info h5 .star-rating {
  display: none !important;
}

figcaption .thumb-info-extended i {
  margin-top: 10px;
}

figcaption .thumb-info a:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

figcaption .thumb-info > i {
  font-size: 20px;
  line-height: 30px;
  height: 24px;
  width: 24px;
  display: block;
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
}

figcaption .thumb-info-alt {
  bottom: 0 !important;
  height: 100% !important;
}

figcaption .thumb-info-alt > i {
  font-size: 52px;
  line-height: 42px;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -14px;
  margin-left: -26px;
  left: 50%;
  position: absolute;
}

figcaption .thumb-info-excerpt h4 {
  line-height: 24px;
}

figcaption .thumb-info-excerpt p {
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

figcaption .thumb-info-excerpt > i {
  display: none;
}

figcaption .thumb-info > ul.social-icons {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

.sf-video-wrap {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.sf-video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-item.standard figcaption .thumb-info a {
  top: 50%;
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
}

.curved-bar-styling {
  border: 1px solid #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

ul.bar-styling {
  height: auto;
  overflow: hidden;
}

ul.page-numbers {
  float: right;
}

ul.bar-styling li,
ul.page-numbers li {
  float: left;
  display: block;
}

ul.bar-styling li > a,
ul.bar-styling li > div,
ul.page-numbers li > a,
ul.page-numbers li > span {
  padding: 8px 16px;
  border: 1px solid transparent;
  display: block;
  margin-right: -1px;
  text-decoration: none;
}

ul.bar-styling li > form input {
  border: 1px solid transparent;
  display: block;
  margin-right: -1px;
  height: auto;
  overflow: hidden;
  padding: 10px 14px;
  height: 40px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul.bar-styling li:first-child a,
ul.bar-styling li:first-child div,
ul.page-numbers li:first-child a,
ul.page-numbers li:first-child span {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

ul.bar-styling li:last-child a,
ul.bar-styling li:last-child div,
ul.page-numbers li:last-child a,
ul.page-numbers li:last-child span {
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.page-numbers li a.prev i,
ul.page-numbers li a.next i {
  height: 10px;
  display: inline-block;
  vertical-align: -3px;
}

.sf-roll-button {
  display: inline-block;
  height: 40px !important;
  line-height: 40px !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 14px !important;
  transition: all 0.35s;
}

.sf-roll-button:hover {
  box-shadow: none !important;
}

.sf-roll-button span {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: top 0.35s;
  width: 100%;
}

.sf-roll-button:hover span {
  top: -100%;
}

.modal-header {
  padding: 22px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header h2,
.modal-header h3 {
  margin: 0;
}

.modal-header .close {
  margin-top: 2px;
  font-size: 30px;
  outline: none !important;
}

.modal-body {
  padding: 20px 30px;
}

.modal-body .container {
  max-width: 100%;
}

.viewer li {
  -webkit-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.viewer .caption {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption {
  opacity: 100;
  visibility: visible;
}

.viewer .close:hover {
  color: #fff;
}

#lang_sel_list {
  z-index: 2 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #555 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  background: #666 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #999 !important;
}

/* --------------------------------------------
	GRID EFFECTS
-------------------------------------------- */

.grid {
  list-style: none;
}

.grid > li {
  display: block;
  float: left;
  opacity: 0;
}

.grid > li.shown,
.no-js .grid > li,
.no-cssanimations .grid > li,
.grid.no-effect > li {
  opacity: 1;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  -moz-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  -moz-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  -moz-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}

/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(300px) rotateX(-90deg);
  -moz-transform: translateY(300px) rotateX(-90deg);
  transform: translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  -moz-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  -moz-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards;
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  -moz-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  -moz-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  -moz-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}

/* Effect 8:  */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  -moz-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}

/* --------------------------------------------
	FLEXSLIDER / REVSLIDER / LAYERSLIDER
-------------------------------------------- */

.flexslider {
  background: transparent;
  border: 0;
  width: 100%;
  z-index: 2;
  display: block;
  position: relative;
  overflow: hidden;
}

.flexslider-rtl {
  direction: rtl;
  text-align: right;
}

.flexslider ul.slides {
  background: transparent;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  list-style: none !important;
}

.flexslider .slides > li {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0;
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides li img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block !important;
}

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

.flex-direction-nav a,
.wooslider-direction-nav a,
.carousel-wrap a.carousel-next,
.carousel-wrap a.carousel-prev {
  width: 38px;
  height: 38px;
  margin: -19px 0 0;
  display: block;
  background: transparent url("images/showcase-nav.png") no-repeat center left;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 3;
}

.flex-direction-nav .flex-next,
.wooslider-direction-nav .wooslider-next,
.carousel-wrap a.carousel-next {
  background-position: center right;
  right: -36px;
}

.flex-direction-nav .flex-prev,
.wooslider-direction-nav .wooslider-prev,
.carousel-wrap a.carousel-prev {
  left: -36px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  pointer-events: none;
}

.rev_slider_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.tp-bannertimer {
  z-index: 20 !important;
}

.rev_slider iframe {
  z-index: 999;
}

.content-slider {
  position: static;
}

.content-slider .slide-content-wrap {
  top: 50%;
  position: relative;
  width: 100%;
}

.content-slider .flex-direction-nav .flex-next {
  right: 20px !important;
  background: none;
}

.content-slider .flex-direction-nav .flex-next:before,
.content-slider .flex-direction-nav .flex-prev:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  display: block;
  text-indent: 0;
  padding: 10px 12px;
  font-size: 16px;
}

.content-slider .flex-direction-nav .flex-next:hover:before,
.content-slider .flex-direction-nav .flex-prev:hover:before {
  content: "\f111";
}

.content-slider .flex-direction-nav .flex-prev {
  left: 20px !important;
  background: none;
}

.flexslider:hover .flex-next,
.wooslider:hover .wooslider-next,
.spb_testimonial_slider_widget:hover .flexslider .flex-next {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px !important;
}

.flexslider:hover .flex-prev,
.wooslider:hover .wooslider-prev,
.spb_testimonial_slider_widget:hover .flexslider .flex-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 20px !important;
}

.tp-caption a.sf-button {
  font-size: inherit;
  margin-right: 0;
  max-width: none !important;
}

.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.thumb-slider .flex-direction-nav {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.thumb-slider .flex-direction-nav li {
  position: relative !important;
  left: auto !important;
  top: 50% !important;
}

.thumb-slider .flex-direction-nav a,
.gallery-slider .flex-direction-nav a,
.gallery-nav .flex-direction-nav a,
.item-slider .flex-direction-nav a {
  height: 38px;
  width: 36px;
  background: transparent url("images/slider-nav.png") no-repeat center left;
}

.thumb-slider .flex-prev,
.thumb-slider:hover .flex-prev,
.gallery-slider .flex-prev,
.gallery-slider:hover .flex-prev,
.gallery-nav .flex-prev,
.gallery-nav:hover .flex-prev,
.item-slider .flex-prev,
.item-slider:hover .flex-prev {
  left: 0 !important;
}

.thumb-slider .flex-next,
.thumb-slider:hover .flex-next,
.gallery-slider .flex-next,
.gallery-slider:hover .flex-next,
.gallery-nav .flex-next,
.gallery-nav:hover .flex-next,
.item-slider .flex-next,
.item-slider:hover .flex-next {
  right: 0 !important;
}

.thumb-slider .flex-direction-nav a.flex-next,
.gallery-slider .flex-direction-nav a.flex-next,
.gallery-nav .flex-direction-nav a.flex-next,
.item-slider .flex-direction-nav a.flex-next {
  background-position: center right;
}

.thumb-slider:hover .flex-direction-nav a.flex-prev,
.gallery-slider:hover .flex-direction-nav a.flex-prev,
.gallery-nav:hover .flex-direction-nav a.flex-prev,
.item-slider:hover .flex-direction-nav a.flex-prev {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.thumb-slider:hover .flex-direction-nav a.flex-next,
.gallery-slider:hover .flex-direction-nav a.flex-next,
.gallery-nav:hover .flex-direction-nav a.flex-next,
.item-slider:hover .flex-direction-nav a.flex-next {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.flex-control-nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  z-index: 4;
  list-style: none !important;
}

.flex-control-nav li {
  float: left;
  display: inline-block;
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 0;
}

.flex-control-nav li:first-child {
  margin-left: 0;
}

.flex-control-nav li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
  width: 8px;
  height: 8px;
  display: block;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.flex-control-nav li a:hover {
  cursor: pointer;
}

.flex-control-nav li a.flex-active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.flex-pauseplay {
  position: absolute;
  color: #fff;
  bottom: 18px;
  left: 20px;
  font-size: 13px;
  height: 13px;
}

.flex-pauseplay span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.flex-pauseplay .pause:before {
  content: "\f04c";
}

.flex-pauseplay .play:before {
  content: "\f04b";
}

.blog-slider .flex-pauseplay,
.thumb-slider .flex-pauseplay {
  bottom: 16px;
  font-size: 11px;
  height: 13px;
}

.flex-pauseplay:hover {
  cursor: pointer;
}

.flex-pauseplay span {
  height: 11px;
  display: block;
  line-height: 13px;
}

.thumb-slider .flex-control-nav,
.thumb-slider .flex-pauseplay {
  display: none;
}

p.flex-caption {
  text-shadow: none;
  background: rgba(0, 0, 0, 0.4);
}

.item-slider p.flex-caption {
  position: absolute;
  bottom: 0;
  padding: 15px 25px;
  color: #fff;
  margin: 0;
  font-size: 16px;
  right: 0;
}

.custom-caption {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 60px;
  width: auto;
  max-width: 500px;
}

.custom-caption p {
  text-align: left;
  width: auto;
  font-size: 24px;
  padding: 0px 4px 2px;
  line-height: 28px;
  margin-bottom: 0;
  text-decoration: underline;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.ls-wp-fullwidth-container {
  min-height: 100px;
}

.ls-container .ls-nav-prev,
.ls-container .ls-nav-next {
  background-image: url("images/slider-nav.png") !important;
  background-position: center left !important;
  width: 36px !important;
  height: 38px !important;
  transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ls-container .ls-nav-prev {
  left: 0px !important;
}

.ls-container .ls-nav-next {
  background-position: center right !important;
  right: 0px !important;
}

.ls-container:hover .ls-nav-prev,
.ls-container:hover .ls-nav-next {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --------------------------------------------
	CAROUSEL
-------------------------------------------- */

.carousel-asset {
  overflow: hidden;
}

.carousel-wrap {
  position: relative;
}

.carousel-wrap .carousel-items {
  list-style: none;
  opacity: 0;
}

.row:not(.fw-row) .carousel-wrap.no-gutters {
  margin: 0 15px;
}

.carousel-wrap .carousel-item,
.carousel-wrap .product {
  width: 100%;
  padding: 0 15px;
}

.carousel-wrap .no-gutters .carousel-item,
.carousel-wrap .no-gutters .product,
.carousel-wrap.no-gutters .product {
  padding: 0;
}

.carousel-wrap a.carousel-prev {
  left: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.carousel-wrap a.carousel-next {
  right: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  opacity: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-pagination {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-controls {
  margin-top: 15px !important;
}

.owl-pagination .owl-page {
  position: relative;
  display: inline-block;
  float: none;
  margin: 10px 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.owl-pagination .owl-page span {
  top: 0;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer; /* make the text accessible to screen readers */
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease,
    background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.owl-pagination .owl-page::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease,
    visibility 0s 0.3s;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.owl-pagination .owl-page.active::after {
  opacity: 1 !important;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.owl-pagination .owl-page.active span {
  opacity: 0 !important;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

/* --------------------------------------------
	iLIGHTBOX
-------------------------------------------- */

/* Reset Styles */
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
  overflow: hidden;
}

.ilightbox-closedhand * {
  cursor: url("images/closedhand.html"), default !important;
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal div {
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
  display: none;
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative;
  height: auto !important;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.ilightbox-thumbnails
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
}

.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 200%;
  word-wrap: break-word;
  text-align: center;
  z-index: 20003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0;
  padding-left: 0;
  z-index: 20003;
  height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 28px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  width: 28px;
  height: 30px;
  opacity: 0.7;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a:hover {
  opacity: 1;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background: #3b5998;
  color: #fff;
}

.ilightbox-holder
  .ilightbox-container
  .ilightbox-social
  ul
  li.facebook
  a:before {
  content: "\f09a";
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background: #00aced;
  color: #fff;
}

.ilightbox-holder
  .ilightbox-container
  .ilightbox-social
  ul
  li.twitter
  a:before {
  content: "\f099";
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background: #dd4b39;
  color: #fff;
}

.ilightbox-holder
  .ilightbox-container
  .ilightbox-social
  ul
  li.googleplus
  a:before {
  content: "\f0d5";
  line-height: 30px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.pinterest a {
  background: #cb2027;
  color: #fff;
}

.ilightbox-holder
  .ilightbox-container
  .ilightbox-social
  ul
  li.pinterest
  a:before {
  content: "\f0d2";
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
}

/* Style arrow buttons */
.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer;
}

/* Style mobile devices */
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}

/* --------------------------------------------
	iLIGHTBOX - WHITE
-------------------------------------------- */

.ilightbox-overlay.metro-white {
  background: #fff;
}

.ilightbox-loader.metro-white {
  /*-webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 55px;
	        box-shadow: rgba(0,0,0,.3) 0px 0px 55px;*/
}

.ilightbox-loader.metro-white div {
  background: #fff url("images/preloader.gif") no-repeat center;
}

.ilightbox-holder.metro-white {
  padding: 3px;
  background: #fff;

  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
  background: url("images/caption-bg.png") repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
}

.ilightbox-holder.metro-white .ilightbox-container .ilightbox-social {
  background: #fff;
  height: auto;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.ilightbox-holder.metro-white .ilightbox-alert {
  background: url("images/alert.png") no-repeat center top;
  color: #89949b;
}

/* Style toolbar */
.ilightbox-toolbar.metro-white {
  top: 8px;
  left: 8px;
  height: 25px;
}

.ilightbox-toolbar.metro-white a {
  width: 27px;
  height: 25px;
  background: white url("images/buttons.png") no-repeat 7px 6px;
}

.ilightbox-toolbar.metro-white a:hover {
  background-color: #51b7ff;
}

.ilightbox-toolbar.metro-white a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #fff;
}

.ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-color: #d94947;
  background-position: -30px 6px;
}

.ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-position: 6px -31px;
}

.ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-position: -29px -31px;
}

.ilightbox-toolbar.metro-white a.ilightbox-play {
  background-position: 8px -55px;
}

.ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-position: -30px -55px;
}

.ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-position: 8px -81px;
}

.ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-position: -30px -81px;
}

.isMobile .ilightbox-toolbar.metro-white {
  background: #fff;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.isMobile .ilightbox-toolbar.metro-white a,
.isMobile .ilightbox-toolbar.metro-white a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-image: url("images/fullscreen-icon-64.png");
  background-image/*\**/: url("images/fullscreen-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-image: url("images/fullscreen-hover-icon-64.png");
  background-image/*\**/: url("images/fullscreen-hover-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
  background-image: url("images/x-mark-icon-64.png");
  background-image/*\**/: url("images/x-mark-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-image: url("images/x-mark-hover-icon-64.png");
  background-image/*\**/: url("images/x-mark-hover-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button {
  background-image: url("images/arrow-next-icon-64.png");
  background-image/*\**/: url("images/arrow-next-icon-ie.png") \9; /* IE7-8 */
  background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button:hover {
  background-image: url("images/arrow-next-hover-icon-64.png");
  background-image/*\**/: url("images/arrow-next-hover-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button.disabled {
  background-image: url("images/arrow-next-icon-64.png");
  background-image/*\**/: url("images/arrow-next-icon-ie.png") \9; /* IE7-8 */
  background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button {
  background-image: url("images/arrow-prev-icon-64.png");
  background-image/*\**/: url("images/arrow-prev-icon-ie.png") \9; /* IE7-8 */
  background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button:hover {
  background-image: url("images/arrow-prev-hover-icon-64.png");
  background-image/*\**/: url("images/arrow-prev-hover-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button.disabled {
  background-image: url("images/arrow-prev-icon-64.png");
  background-image/*\**/: url("images/arrow-prev-icon-ie.png") \9; /* IE7-8 */
  background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play {
  background-image: url("images/play-icon-64.png");
  background-image/*\**/: url("images/play-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-image: url("images/play-hover-icon-64.png");
  background-image/*\**/: url("images/play-hover-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-image: url("images/pause-icon-64.png");
  background-image/*\**/: url("images/pause-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-image: url("images/pause-hover-icon-64.png");
  background-image/*\**/: url("images/pause-hover-icon-ie.png") \9; /* IE7-8 */
}

/* Style thumbnails */
.ilightbox-thumbnails.metro-white.ilightbox-horizontal {
  height: 104px;
}

.ilightbox-thumbnails.metro-white.ilightbox-horizontal
  .ilightbox-thumbnails-container {
  height: 104px;
}

.ilightbox-thumbnails.metro-white.ilightbox-vertical {
  width: 144px;
}

.ilightbox-thumbnails.metro-white.ilightbox-vertical
  .ilightbox-thumbnails-container {
  width: 144px;
}

.ilightbox-thumbnails.metro-white
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ilightbox-thumbnails.metro-white
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-video {
  background: url("images/thumb-overlay-play.png") no-repeat center;
}

.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #535352;
}

.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}

.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}

/* Configure arrow buttons */
.ilightbox-button.metro-white.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}

.ilightbox-button.metro-white span {
  display: block;
  width: 100%;
  height: 100%;
}

.ilightbox-button.ilightbox-next-button.metro-white,
.ilightbox-button.ilightbox-prev-button.metro-white {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 35% \9; /* IE7-8 */
  right/*\**/: auto \9; /* IE7-8 */
  width: 30%;
  height: 100px;
  margin: auto;
  background: url("images/arrows_vertical.png") no-repeat 50% -100px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.ilightbox-button.ilightbox-prev-button.metro-white {
  top: 0;
  bottom: auto;
  background-position: 50% 0;
}

.ilightbox-button.ilightbox-next-button.metro-white.horizontal,
.ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 36% \9; /* IE7-8 */
  bottom/*\**/: auto \9; /* IE7-8 */
  width: 100px;
  height: 30%;
  background-image: url("images/arrows_horizontal.png");
  background-position: -93px 50%;
}

.ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%;
}

/* --------------------------------------------
	iLIGHTBOX - DARK
-------------------------------------------- */

.ilightbox-overlay.metro-black {
  background: #000;
}

.ilightbox-loader.metro-black {
  /*-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 55px, rgba(0,0,0,.3) 0px 0px 55px;
	        box-shadow: rgba(0,0,0,1) 0px 0px 55px, rgba(0,0,0,.3) 0px 0px 55px;*/
}

.ilightbox-loader.metro-black div {
  background: #000 url("images/lightbox/metro-dark/preloader.gif") no-repeat
    center;
}

.ilightbox-holder.metro-black {
  padding: 3px;
  background: #000;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
}

.ilightbox-holder.metro-black .ilightbox-container .ilightbox-caption {
  background: url("images/lightbox/metro-dark/caption-bg.png") repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  padding-top: 15px;
}

.ilightbox-holder.metro-black .ilightbox-container .ilightbox-social {
  background: #222;
  height: auto;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.ilightbox-holder.metro-black .ilightbox-alert {
  background: url("images/lightbox/metro-dark/alert.png") no-repeat center top;
  color: #555;
}

/* Style toolbar */
.ilightbox-toolbar.metro-black {
  top: 8px;
  left: 8px;
  height: 25px;
}

.ilightbox-toolbar.metro-black a {
  width: 27px;
  height: 25px;
  background: #000 url("images/lightbox/metro-dark/buttons.png") no-repeat 7px
    6px;
}

.ilightbox-toolbar.metro-black a:hover {
  background-color: #51b7ff;
}

.ilightbox-toolbar.metro-black a.ilightbox-close:hover {
  background-color: #d94947;
}

.ilightbox-toolbar.metro-black a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}

.ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-position: 6px -31px;
}

.ilightbox-toolbar.metro-black a.ilightbox-play {
  background-position: 8px -55px;
}

.ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-position: 8px -81px;
}

.isMobile .ilightbox-toolbar.metro-black {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}

.isMobile .ilightbox-toolbar.metro-black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-image: url("images/lightbox/metro-dark/fullscreen-icon-64.png");
  background-image/*\**/: url("images/lightbox/metro-dark/fullscreen-icon-ie.png")
    \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-close {
  background-image: url("images/lightbox/metro-dark/x-mark-icon-64.png");
  background-image/*\**/: url("images/lightbox/metro-dark/x-mark-icon-ie.png")
    \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-next-button {
  background-image: url("images/lightbox/metro-dark/arrow-next-icon-64.png");
  background-image/*\**/: url("images/lightbox/metro-dark/arrow-next-icon-ie.png")
    \9; /* IE7-8 */
  background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-prev-button {
  background-image: url("images/lightbox/metro-dark/arrow-prev-icon-64.png");
  background-image/*\**/: url("images/lightbox/metro-dark/arrow-prev-icon-ie.png")
    \9; /* IE7-8 */
  background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-play {
  background-image: url("images/lightbox/metro-dark/play-icon-64.png");
  background-image/*\**/: url("images/lightbox/metro-dark/play-icon-ie.png") \9; /* IE7-8 */
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-image: url("images/lightbox/metro-dark/pause-icon-64.png");
  background-image/*\**/: url("images/lightbox/metro-dark/pause-icon-ie.png") \9; /* IE7-8 */
}

.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #acacad;
}

.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}

.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}

/* Style thumbnails */
.ilightbox-thumbnails.metro-black.ilightbox-horizontal {
  height: 104px;
}

.ilightbox-thumbnails.metro-black.ilightbox-horizontal
  .ilightbox-thumbnails-container {
  height: 104px;
}

.ilightbox-thumbnails.metro-black.ilightbox-vertical {
  width: 144px;
}

.ilightbox-thumbnails.metro-black.ilightbox-vertical
  .ilightbox-thumbnails-container {
  width: 144px;
}

.ilightbox-thumbnails.metro-black
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  img {
  border: 2px solid #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ilightbox-thumbnails.metro-black
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-video {
  background: url("images/lightbox/metro-dark/thumb-overlay-play.png") no-repeat
    center;
}

/* Configure arrow buttons */
.ilightbox-button.metro-black.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}

.ilightbox-button.metro-black span {
  display: block;
  width: 100%;
  height: 100%;
}

.ilightbox-button.ilightbox-next-button.metro-black,
.ilightbox-button.ilightbox-prev-button.metro-black {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 35% \9; /* IE7-8 */
  right/*\**/: auto \9; /* IE7-8 */
  width: 30%;
  height: 100px;
  margin: auto;
  background: url("images/lightbox/metro-dark/arrows_vertical.png") no-repeat
    50% -100px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.ilightbox-button.ilightbox-prev-button.metro-black {
  top: 0;
  bottom: auto;
  background-position: 50% 0;
}

.ilightbox-button.ilightbox-next-button.metro-black.horizontal,
.ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 36% \9; /* IE7-8 */
  bottom/*\**/: auto \9; /* IE7-8 */
  width: 100px;
  height: 30%;
  background-image: url("images/lightbox/metro-dark/arrows_horizontal.png");
  background-position: -93px 50%;
}

.ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%;
}

/* --------------------------------------------
	WORDPRESS ASSET STYLING
-------------------------------------------- */

.sticky,
.bypostauthor {
}

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

.browser-ie img.size-full {
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

img.aligncenter,
img.alignleft,
img.alignright,
img.alignnone {
  max-width: 100%;
}

.wp-caption {
  text-align: center;
  margin: 20px auto;
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

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

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

.no-margin {
  margin: 0;
}

.img-link {
  display: block;
}

.wp-caption-text,
.gallery-caption {
  padding: 10px 0;
}

.recaptchatable #recaptcha_response_field {
  height: auto;
  font-size: 10pt !important;
  line-height: 15px !important;
}

/* --------------------------------------------
	ISOTOPE
-------------------------------------------- */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* --------------------------------------------
	GO PRICING
-------------------------------------------- */

.pt-banner h6 {
  margin: 0;
  padding: 10px 0;
}

.pt-header {
  padding: 40px 20px;
}

.pt-header h6 {
  margin-top: 0;
}

.pt-header h2 {
  font-size: 48px !important;
  line-height: 60px !important;
}

.pt-header h2 small {
  font-size: 30%;
}

/* --------------------------------------------
	LAYOUT
-------------------------------------------- */

.home-slider-wrap {
  max-width: 100%;
  overflow: hidden;
}

.page-shadow #container {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.page-shadow.vertical-header #container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#not-found .page-text p {
  margin-bottom: 50px;
}

.header-wrap {
  position: relative;
}

#main-container {
  display: block;
  overflow: visible;
  max-width: 100%;
  z-index: 10;
  position: relative;
}

#one-page-nav {
  position: fixed;
  z-index: 101;
  right: -60px;
  bottom: 50%;
  opacity: 0;
  padding: 10px 0;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#one-page-nav.opn-standard {
  padding-right: 30px;
}

#one-page-nav ul {
  list-style: none !important;
  margin-bottom: 0;
}

#one-page-nav ul li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

#one-page-nav ul li:first-child {
  margin-top: 0;
}

#one-page-nav li a {
  margin: 0 auto;
  padding: 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-bottom: 0;
}

#one-page-nav li.selected a > i {
  border-color: #ddd;
  background: transparent;
}

#one-page-nav li.selected a > i {
  background: transparent !important;
}

#one-page-nav li i {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  background: #e3e3e3;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: cotnent-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#one-page-nav li .hover-caption {
  padding: 8px 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  width: auto;
  height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
  right: 80px;
  top: -5px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#one-page-nav li .hover-caption:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5px;
}

#one-page-nav li:hover .hover-caption {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  right: 50px;
}

#one-page-nav.opn-arrows {
  padding: 0;
  background: #222;
}

#one-page-nav.opn-arrows > a {
  padding: 15px;
  display: block;
  color: #ccc;
  font-size: 18px;
}

#one-page-nav.opn-arrows > a.disabled {
  pointer-events: none;
  opacity: 0.4;
}

#one-page-nav.opn-arrows > a > i {
  height: 18px;
  display: block;
  vertical-align: top;
}

#one-page-nav.opn-arrows > a:hover {
  color: #fff;
}

#one-page-nav.opn-arrows > a.opn-up {
  border-bottom: 1px solid #666;
}

#one-page-nav.opn-arrows > a.opn-down {
  border-top: 1px solid #666;
}

#one-page-nav.opn-arrows .opn-status {
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

#back-to-top {
  height: 50px;
  width: 50px;
  background-color: #191919;
  background-color: rgba(20, 20, 20, 0.4);
  position: fixed;
  bottom: -80px;
  right: 10px;
  z-index: 1000;
  padding: 9px 13px 7px 13px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 0;
}

#back-to-top i {
  line-height: 42px;
  font-size: 24px;
  color: #fff;
  display: block;
  width: 24px;
  margin: 0 auto;
}

.inner-page-wrap {
  margin-top: 50px;
  margin-bottom: 60px;
}

.inner-page-wrap.no-bottom-spacing {
  margin-bottom: 0;
}

.inner-page-wrap.no-top-spacing {
  margin-top: 0;
}

.single-post .inner-page-wrap.has-right-sidebar > .col-sm-9 {
  padding-left: 0;
}

.single-post .inner-page-wrap > .right-sidebar {
  padding-right: 0;
}

aside.sidebar {
  position: relative;
}

aside.sidebar > .sidebar-widget-wrap.stickit {
  position: fixed;
  top: 0;
}
aside.sidebar > .sidebar-widget-wrap.stickit-end {
  top: auto !important;
  bottom: 0;
  position: absolute;
}

.has-left-sidebar aside.sidebar {
  float: left;
}

.has-left-sidebar > article,
.has-left-sidebar .archive-page,
.has-left-sidebar .push-right {
  float: right !important;
}

.has-both-sidebars aside.left-sidebar {
  float: left;
}

.woocommerce .has-both-sidebars aside.left-sidebar {
  margin-left: 0;
}

.has-both-sidebars aside.right-sidebar {
  float: right;
}

.has-both-sidebars > article,
.has-both-sidebars .type-page,
.has-both-sidebars .archive-page {
  float: left;
}

.has-both-sidebars .page-content {
  float: right !important;
}

.page-content {
  border-bottom: 0 solid transparent;
}

.page-content > .type-page {
  width: 100%;
}

.page-content > ul,
.page-content > ul ul,
.page-content .content-wrap > ul,
.page-content .content-wrap > ul ul {
  list-style: disc inside none;
}

.search-no-results .page-content > h3 {
  margin-top: 0;
}

.has-both-sidebars aside.sidebar {
  padding-top: 0;
}

.spb_wrapper .row {
  border-bottom: 0;
  margin-bottom: 10px;
}

.spb_wrapper > h1:first-child,
.spb_wrapper > h2:first-child,
.spb_wrapper > h3:first-child,
.spb_wrapper > h4:first-child,
.spb_wrapper > h5:first-child,
.spb_wrapper > h6:first-child {
  margin-top: 0;
}

.spb-heading i {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -1px;
}

.heading-wrap {
  position: relative;
  z-index: 2;
}

h4.spb-heading,
h3.spb-heading,
h4.lined-heading,
.gform_heading h3 {
  text-align: left;
  padding: 0;
  margin-top: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.gform_wrapper h3.gform_title {
  margin-bottom: 15px !important;
}

.title-wrap {
  margin-bottom: 25px;
  height: auto;
  overflow: hidden;
}

.title-wrap:empty {
  display: none;
}

.title-wrap .spb-heading {
  float: left;
  margin: 0;
  line-height: 48px;
  position: relative;
}

.title-wrap a.sf-button {
  margin-bottom: 0;
  margin-right: 0;
  float: right;
}

.title-wrap .carousel-arrows {
  display: inline-block;
  float: right;
  line-height: 34px;
  margin-right: -2px;
  margin-left: 20px;
}

.title-wrap .carousel-arrows a {
  font-size: 28px;
}
.posts-carousel.carousel-wrap .owl-buttons {
  position: absolute;
  top: -70px;
  width: 100px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  right: 0;
}
.posts-carousel.carousel-wrap .owl-buttons .owl-prev {
  width: 50px;
  float: left;
}
.title-wrap .carousel-arrows a > i {
  vertical-align: -13px;
  width: 23px;
  display: inline-block;
}

h3.spb-center-heading,
h4.spb-center-heading {
  text-align: center;
}

h3.spb-center-heading,
h4.spb-center-heading {
  display: block !important;
  max-width: 100%;
  margin: 20px auto 45px;
}

h3.spb-center-heading span,
h4.spb-center-heading span {
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.slider-wrap .heading-wrap {
  text-align: center;
  margin-bottom: 10px;
}

.spb_testimonial_slider_widget h4.spb-heading,
.spb_tweets_slider_widget h4.spb-heading,
.spb_parallax_asset h4.spb-heading {
  display: inline-block;
}

.help-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.help-text .search-form {
  margin-bottom: 40px;
}

.help-text .search-form input {
  font-size: 14px;
}

.help-text a.sf-button {
  margin: 0;
  text-transform: uppercase;
}

.no-results-text {
  margin-top: 20px;
}

.no-results-text p {
  margin-bottom: 15px;
}

.no-results-text .search-form input {
  margin-top: 0;
  margin-bottom: 60px;
}

.post-password-required label {
  width: 400px;
  height: auto;
  overflow: hidden;
}

.post-password-required input[type="password"] {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  width: 300px;
  padding: 10px;
  margin-top: 0;
  margin-left: 10px;
}

.post-password-required input[type="submit"] {
  visibility: hidden;
}

/* --------------------------------------------
	PAGE HEADING
-------------------------------------------- */

.page-heading {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 0;
  margin-bottom: 0 !important;
  position: relative;
  text-align: left;
  border-top: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.page-heading.page-heading-hidden {
  display: none !important;
}

.post-type-archive-product .page-heading .heading-text {
  float: left;
}

.post-type-archive-product .page-heading.fancy-heading .heading-text {
  float: none;
}

.page-heading h1 {
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}

.page-heading h1 span {
  font-style: italic;
}

.page-heading h3 {
  margin-bottom: 0;
}

.fancy-heading-wrap {
  position: relative;
  overflow: hidden;
}

.page-heading.fancy-heading {
  background-attachment: local;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  text-align: center;
  height: 100px;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
  -moz-transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
  -webkit-transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
  -o-transition: all 1s cubic-bezier(0.725, 0, 0, 0.995);
}

.fancy-heading .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fancy-heading .heading-text {
  float: none;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}

.page-heading.fancy-heading.animated,
.fancy-heading.animated .heading-text {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.header-naked-light .fancy-heading .heading-text,
.header-naked-dark .fancy-heading .heading-text {
  padding-top: 20px;
}

.fancy-heading .heading-text[data-textalign="left"] {
  text-align: left;
}

.fancy-heading .heading-text[data-textalign="right"] {
  text-align: right;
}

.fancy-heading .heading-text[data-textalign="center"] {
  text-align: center;
}

.fancy-heading h1 {
  font-size: 44px;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: inherit;
}

.fancy-heading.fancy-image.light-style h1,
.fancy-heading.fancy-image.light-style h3 {
  color: #fff !important;
  /*	text-shadow: 2px 2px 0 rgba(0,0,0,.4);*/
}

.fancy-heading.fancy-image.dark-style h1,
.fancy-heading.fancy-image.dark-style h3 {
  color: #222 !important;
  /*	text-shadow: 2px 2px 0 rgba(255,255,255,.4);*/
}

.page-heading .container {
  position: relative;
}

.page-heading .prev-item {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -11px;
  font-size: 28px;
  line-height: 28px;
}

.page-heading .next-item {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  font-size: 28px;
  line-height: 28px;
}

.page-heading.page-heading-breadcrumbs .prev-item,
.page-heading.page-heading-breadcrumbs .next-item {
  display: none;
}

.page-heading.fancy-heading .heading-text[data-textalign="right"] .prev-item {
  left: 10px;
  right: auto;
}

.page-heading.fancy-heading .heading-text[data-textalign="right"] .next-item {
  left: 40px;
  right: auto;
}

.page-heading.fancy-heading .heading-text[data-textalign="center"] .prev-item {
  position: relative;
  margin-top: 25px;
  display: inline-block;
  right: 5px;
}

.page-heading.fancy-heading .heading-text[data-textalign="center"] .next-item {
  position: relative;
  margin-top: 25px;
  display: inline-block;
  left: 5px;
  right: auto;
}

.page-heading .prev-item a,
.page-heading .next-item a {
  color: inherit;
  opacity: 0.6;
}

.page-heading .prev-item a:hover,
.page-heading .next-item a:hover {
  opacity: 1;
}

.page-heading.ph-sort {
  padding: 15px 0;
}

.page-heading.ph-sort .heading-text {
  display: none;
}

.page-heading .woocommerce-count-wrap {
  float: right;
  margin-right: 16px;
}

.page-heading .woocommerce-count-wrap p {
  line-height: 38px;
  margin-top: 0;
  float: left;
}

.page-heading .woocommerce-count-wrap p.woocommerce-show-products {
  margin-left: 15px;
}

.woocommerce .page-heading .woocommerce-ordering {
  margin-bottom: 0;
}

.page-heading .woocommerce-ordering select {
  height: 38px;
  padding: 7px 40px 7px 14px;
}

#breadcrumbs {
  font-size: 11px;
  line-height: 22px;
  white-space: nowrap;
}

#breadcrumbs > .container {
  padding-top: 14px;
  padding-bottom: 14px;
}

#breadcrumbs > .container:empty {
  display: none;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs i,
.widget_breadcrumb_navxt i {
  padding: 0 8px 0 5px;
  font-size: 11px;
  width: 3px;
  vertical-align: -2px;
  margin-top: 2px;
  display: inline-block;
  margin-right: 8px;
}

.page-heading-breadcrumbs .heading-text {
  float: left;
  padding-top: 1px;
  padding-bottom: 1px;
}

.page-heading-breadcrumbs #breadcrumbs {
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 20px;
}

.page-heading-breadcrumbs #breadcrumbs > .container {
  width: auto;
  padding-top: 7px;
  padding-bottom: 6px;
}

.page-heading-breadcrumbs.fancy-heading .heading-text {
  float: none;
}

.page-heading-breadcrumbs.fancy-heading #breadcrumbs {
  float: none;
  margin-left: 0;
  margin-top: 20px;
  display: inline-block;
}

/* --------------------------------------------
	PAGINATION
-------------------------------------------- */

.pagination-wrap {
  margin-top: 30px;
  clear: both;
}

.fw-row .pagination-wrap > ul {
  text-align: center;
}

.fw-row .pagination-wrap > ul li {
  float: none;
  display: inline-block;
}

.pagination-wrap li span.current {
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.paged .pagination-wrap {
  display: block !important;
  visibility: visible !important;
}

.pagination-wrap ul {
  height: auto;
  overflow: hidden;
  margin: 15px 0;
}

.pagination-wrap li {
  float: left;
  display: inline-block;
  margin-bottom: 0;
}

.pagination-wrap li:first-child {
  border-left: 0;
}

.pagination-wrap li a {
  padding: 10px 16px;
  border: 1px solid transparent;
  display: block;
  margin-right: -1px;
  text-decoration: none;
}

.pagination-wrap li span {
  padding: 8px 16px;
  border: 1px solid transparent;
  display: block;
  margin-right: -1px;
  text-decoration: none;
}

.pagination-wrap li.next a {
  margin-left: -1px;
}

.pagination-wrap li i {
  vertical-align: -1px;
}

.pagination-wrap li i[class^="ss-"] {
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
}

.pagination-wrap a,
.pagination-wrap a:hover {
  text-decoration: none;
}

.blog-standard .pagination-wrap {
  position: relative;
  z-index: 3;
}

.blog-standard .pagination-wrap ul {
  margin-bottom: 0;
}

.pagination-wrap .nav-previous {
  text-align: left;
  float: left;
  max-width: 45%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* --------------------------------------------
	SEARCH FORM
-------------------------------------------- */

.search-form input {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  width: 85%;
  padding: 10px;
  margin-top: 40px;
}

/* --------------------------------------------
	TOOLTIPS
-------------------------------------------- */

a[rel="tooltip"] {
  border-bottom: 1px dotted #e3e3e3;
}

span.tooltip {
  display: block;
  background: #222;
  color: #f7f7f7;
  position: absolute;
  left: 50%;
  bottom: 25px;
  padding: 3px 10px;
  width: auto;
  line-height: 20px;
  white-space: nowrap;
  z-index: 8;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

span.tooltip .arrow {
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #222;
}

.grid-image span.tooltip {
  bottom: 65px;
}

.link-pages:empty {
  display: none;
}

.link-pages,
.page-content .link-pages {
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.link-pages,
.page-content .link-pages p {
  margin-bottom: 0;
}

.link-pages:empty,
.page-content .link-pages:empty {
  display: none;
}

.article-body-wrap input[type="password"] {
  border-width: 1px;
  border-style: solid;
  margin-left: 5px;
  margin-right: 5px;
}

.paginated-comments-links {
  margin-top: 10px;
}

.paginated-comments-links.comments-links-after {
  margin-top: 30px;
}

/* --------------------------------------------
	SITE LOADING
-------------------------------------------- */

.pace {
  display: none !important;
}

.loading-bar-transition .pace {
  display: block !important;
  width: 100%;
  opacity: 1;
}

.loading-bar-transition .pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 5px;
  -webkit-transition: width 0.5s, opacity 1s;
  -moz-transition: width 0.5s, opacity 1s;
  -o-transition: width 0.5s, opacity 1s;
  transition: width 0.5s, opacity 1s;
}

.loading-bar-transition.admin-bar .pace .pace-progress {
  top: 32px;
}

.loading-bar-transition .pace-inactive .pace-progress {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#site-loading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 101;
  background: #222;
}

#site-loading .spinner {
  position: absolute;
  top: 50%;
  margin-top: -40px !important;
  width: 100%;
}

.browser-ie #site-loading .spinner {
  display: none !important;
}

.three-bounce .spinner > div {
  width: 18px;
  height: 18px;
  margin: 0 3px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.three-bounce .spinner > .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.three-bounce .spinner > .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.wave .spinner {
  margin: 100px auto;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 10px;
}

.wave .spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  margin-right: 3px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.wave .spinner .rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.wave .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.wave .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.wave .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.wave .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

#site-loading.circle .spinner {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
}

.container1 > div,
.container2 > div,
.container3 > div {
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.circle-bar .spinner > div {
  margin: 0 auto;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #c30;
  border-top: 4px solid #c30;
  border-radius: 100%;
  height: 50px !important;
  width: 50px !important;
  -webkit-animation: circlespin 0.8s infinite linear;
  -moz-animation: circlespin 0.6s infinite linear;
  -ms-animation: circlespin 0.6s infinite linear;
  -o-animation: circlespin 0.6s infinite linear;
  animation: circlespin 0.8s infinite linear;
}

.rotating-square .spinner {
  width: 50px !important;
  height: 50px !important;
  background-color: #333;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

body.page-transitions #site-loading {
  display: block;
  opacity: 1;
  background: none;
}

/* #Home Slider
================================================= */

body.header-below-slider .home-slider-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

body.header-below-slider #main-container,
body.header-below-slider #footer-wrap {
  z-index: 100;
}

.home-slider-wrap #slider-continue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 102;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
  display: none;
}

body.header-below-slider .home-slider-wrap #slider-continue {
  display: block;
}

.home-slider-wrap #slider-continue i {
  font-size: 26px;
  vertical-align: -12px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vertical-header .home-slider-wrap .rev_slider_wrapper,
.vertical-header-right .home-slider-wrap .rev_slider_wrapper {
  left: auto !important;
  right: auto !important;
  width: 100% !important;
}

.vertical-header .home-slider-wrap .tp-bullets {
  left: auto !important;
  right: 0 !important;
  width: 100%;
}

/* #Header
================================================== */

/* --------------------------------------------
	TOP BAR
-------------------------------------------- */

#top-bar {
  border-bottom: 1px solid #e3e3e3;
}

#top-bar.sticky-top-bar {
  width: 100%;
  -webkit-transform: translateZ(0) translateY(0);
  -moz-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0);
  transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}

#top-bar-sticky-wrapper {
  position: relative;
  z-index: 102;
}

#top-bar .container.fw-header {
  width: 100%;
}

#top-bar .container .tb-left {
  padding-left: 0;
  text-align: left;
}

#top-bar .container .tb-right {
  padding-right: 0;
  text-align: right;
}

#top-bar .container .tb-text {
  font-size: 12px;
  line-height: 36px;
}

#top-bar ul.social-icons {
  margin-bottom: 0;
  height: 36px;
}

#top-bar nav .menu {
  float: right;
  margin-bottom: 0;
}

#top-bar .tb-left nav .menu {
  float: left;
}

#top-bar nav .menu li {
  font-size: 12px;
  margin: 0;
}

#top-bar nav .menu > li > a {
  line-height: 36px;
  padding: 0 10px;
  display: block;
}

#top-bar nav .menu li > ul {
  text-align: left;
}

#top-bar .tb-right nav .menu li > ul.sub-menu {
  left: auto;
  right: 0;
}

/* --------------------------------------------
	HEADER OVERLAY
-------------------------------------------- */

.header-overlay .header-wrap,
.header-standard-overlay .header-wrap {
  position: absolute;
  width: 100%;
  z-index: 101;
  background: transparent;
}

/* --------------------------------------------
	HEADER LANGUAGES
-------------------------------------------- */

#header .aux-languages img,
#top-bar .aux-languages img {
  margin-right: 5px;
  vertical-align: -2px;
}

/* --------------------------------------------
	HEADER SUBSCRIBE
-------------------------------------------- */

.header-subscribe {
  padding: 20px;
  min-width: 280px;
}

.header-subscribe form {
  height: auto;
  overflow: hidden;
}

.header-subscribe label {
  font-size: 12px;
}

.header-subscribe input {
  font-size: 12px;
}

.header-subscribe .sf-button {
  float: right;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: normal;
}

.header-subscribe .sf-button:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* --------------------------------------------
	HEADER LOGIN
-------------------------------------------- */

#header-login form {
  margin: 20px;
}

#header-login label {
  font-size: 12px;
}

#header-login input {
  font-size: 12px;
}

#header-login input#password {
  margin-bottom: 15px;
}

#header-login .sf-button {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
  padding: 6px 12px;
  margin-top: 5px;
  border: 0;
}

#header-login .sf-button:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#header-login a {
  display: inline;
  padding: 0 5px;
  line-height: 24px;
}

#header-login .logout-wrap {
  margin: 20px;
}

/* --------------------------------------------
	HEADER LANGUAGE SELECTOR
-------------------------------------------- */

#header-languages > li > a,
#header-languages > li > div {
  display: block;
  white-space: nowrap;
}

#header-languages img {
  margin-right: 10px;
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-top: -2px;
}

/* --------------------------------------------
	HEADER CART VIEW
-------------------------------------------- */

#main-nav .menu > li.shopping-bag-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.shopping-bag-item > a > .cart-text {
  display: none;
}
#main-nav .header-right ul.menu > li {
  margin: 0;
  border-left: 1px solid #e4e4e4;
}

#main-nav .header-right ul.menu > li:first-child {
  border-left: 0;
}

#main-nav .header-right ul.menu > li > a {
  padding: 12px 5px;
}

.menu-search ul li {
  width: 250px;
}

.menu-search ul li form {
  margin: 0;
}

.menu-search ul li form input {
  margin: 10px;
  width: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  background: transparent;
  border: 0;
}

.shopping-bag {
  width: 300px;
}

.shopping-bag .loading-overlay {
  display: none;
}

.shopping-bag li:first-child:before {
  right: 25px;
}

nav .menu .wishlist-item ul.sub-menu li:first-child:before {
  left: 21px;
}

.header-right nav .menu .wishlist-item ul.sub-menu li:first-child:before {
  right: 21px;
}

.header-right nav .menu .menu-search ul.sub-menu li:first-child:before {
  right: 12px;
}

.header-right
  nav.search-nav
  .menu
  .menu-search
  ul.sub-menu
  li:first-child:before {
  right: 8px;
}

.wishlist-bag {
  width: 260px;
}

.bag-header {
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
}

.bag-product {
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-size: 12px;
}

.bag-product figure {
  overflow: hidden;
  position: relative;
  float: left;
}

.bag-product .bag-product-img {
  margin: 0;
  padding: 0 !important;
  width: 72px;
  height: auto;
}

.bag-product .bag-product-details {
  margin-left: 82px;
  margin-right: 10px;
}

.bag-product .bag-product-details a {
  margin: 0;
  padding: 0;
}

.bag-product-title a {
  line-height: 18px;
  display: block;
  padding: 0 !important;
  max-width: 95%;
  letter-spacing: normal;
}

.bag-product a.remove {
  margin: 0;
  padding: 0 !important;
  position: absolute;
  right: 15px;
  top: 13px;
}

.bag-empty,
.wishlist-empty {
  padding: 15px;
  border-bottom: 1px dotted #e4e4e4;
  font-size: 14px;
  line-height: 24px;
}

.bag-buttons {
  padding: 15px;
}

.bag-buttons a.sf-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  text-align: center !important;
  text-transform: uppercase;
}

.bag-buttons a.sf-button.bag-button {
  margin-bottom: 10px;
}

/* --------------------------------------------
	LOGO
-------------------------------------------- */

#logo a {
  display: block;
  max-height: 100%;
  position: relative;
  text-align: left;
  font: 0/0 a;
}

#logo a:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
  height: 100%;
}

#logo.has-img a {
  line-height: 0;
}

#logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

#logo img.retina {
  display: none;
  width: auto;
}

#logo img.alt-logo {
  display: none;
}

.logo-alt-version #logo img.standard {
  display: none;
}

.logo-alt-version .is-sticky #logo img.alt-logo {
  display: none;
}

.logo-alt-version .is-sticky #logo img.standard {
  display: inline-block;
}

#logo h1 {
  margin: 0;
  line-height: 100%;
}

#logo h1.retina {
  display: none;
}

#logo.logo-center h1 {
  text-align: center;
}

#logo h2 {
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0;
  margin: 6px 0 0;
}

#logo.logo-center img {
  margin: 0 auto;
}

#logo.no-img.logo-left a {
  text-align: left;
}

#logo.logo-center a {
  text-align: center;
}

#logo.logo-right,
#logo.logo-right img {
  float: right;
}

#logo.logo-right a,
#logo.no-img.logo-right a {
  text-align: right;
}

#logo.no-img a {
  display: table;
  max-height: none;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 42px;
}

#logo .text-logo {
  display: table-cell;
  vertical-align: middle;
}

/* --------------------------------------------
	STANDARD NAV
-------------------------------------------- */

nav ul.menu li.sf-menu-item-loggedin {
  display: none !important;
}

.logged-in nav ul.menu li.sf-menu-item-loggedin {
  display: inline-block !important;
}

nav ul.menu li.sf-menu-item-loggedout {
  display: inline-block !important;
}

.logged-in nav ul.menu li.sf-menu-item-loggedout {
  display: none !important;
}

nav.std-menu ul.menu > li {
  float: left;
  position: relative;
}

nav.std-menu ul.sub-menu {
  display: none;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9995;
  min-width: 180px;
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}

nav.std-menu ul.sub-menu > li {
  border-top: 1px solid #e3e3e3;
  line-height: 150%;
  text-align: left;
  position: relative;
}

nav.std-menu ul.sub-menu > li.parent:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  text-decoration: inherit;
  font-size: 14px;
  margin-top: -10px;
}

nav.std-menu ul.sub-menu > li ul {
  left: 100%;
}

nav.std-menu ul.sub-menu > li:first-child {
  border-top-width: 0;
}

nav.std-menu ul.sub-menu > li > a,
nav.std-menu ul.sub-menu > li > div.current-language {
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  display: block;
}

nav.std-menu ul.sub-menu > li > a > i[class*="ss-"],
nav.std-menu ul.menu > li.menu-item > a > i[class*="ss-"],
#mobile-menu ul.sub-menu li ul a > i[class*="ss-"] {
  vertical-align: -2px;
}

nav.std-menu li.menu-item .menu-item-desc {
  display: block;
  font-size: 12px;
  padding-top: 4px;
}

nav .menu span.menu-item-desc {
  display: block;
}

/* --------------------------------------------
	MAIN HEADER
-------------------------------------------- */

.header-wrap {
  position: relative;
  z-index: 101;
}

#header-section {
  position: relative;
  z-index: 1000;
  width: 100%;
  display: block;
}

#header-section.header-5 {
  position: absolute;
}

.header-5-overlay #main-container > div:first-child {
  padding-top: 120px;
}

.header-5-overlay.header-naked-light #main-container > div:first-child,
.header-5-overlay #main-container > div.swift-slider {
  padding-top: 0;
}

#header-section #header {
  padding-top: 50px;
  position: relative;
  z-index: 100;
  padding-left: 50px;
}
#header-section .row {
  position: relative;
}

.header-left div.text,
.header-right div.text {
  font-size: 12px;
  line-height: inherit;
}

.header-left div.text a,
.header-right div.text a {
  display: inline;
}

.header-left nav.std-menu ul.sub-menu {
  left: 0;
  right: auto;
  top: 100% !important;
}

.header-left ul.social-icons {
  margin-bottom: 0;
}

.header-right ul.social-icons {
  margin-bottom: 0;
  float: right;
  margin-right: -5px;
}

#header ul.social-icons {
  line-height: 0;
  position: relative;
  top: 50%;
  right: 20px;
  margin-top: -18px;
  font-size: 0;
}

.header-7 #header ul.social-icons {
  margin-top: 0;
}

#header .header-left ul.social-icons {
  left: 20px;
  right: auto;
}

#header ul.social-icons li a,
#header ul.social-icons li a i {
  position: static;
}

.header-left a,
.header-right a {
  display: block;
}

.header-right div.text {
  text-align: right;
}

.header-right .std-menu {
  float: right;
}

#header .header-left ul.menu > li > a.header-search-link-alt {
  background: transparent !important;
  font-size: 16px;
  padding: 0 20px 0 0;
}

#header .header-left ul.menu > li.menu-search .ajax-search-wrap {
  right: auto;
  left: -10px;
}

#header .header-left ul.menu > li.menu-search .ajax-search-wrap:after {
  right: auto;
  left: 10px;
}

#header .header-right ul.menu > li > a.header-search-link-alt {
  background: transparent !important;
  font-size: 16px;
  padding: 0 0 0 20px;
}

#header .header-right ul.menu > li.menu-search .ajax-search-wrap {
  right: -10px;
}

#header .header-right ul.menu > li.menu-search .ajax-search-wrap:after {
  right: 10px;
}

.header-right nav.std-menu ul.sub-menu {
  right: 0;
  left: auto;
  top: 100% !important;
}

#header .std-menu ul.menu {
  margin-bottom: 0;
  line-height: inherit;
}

#header .std-menu ul.menu > li {
  display: inline-block;
}

#header .std-menu ul.menu > li > a {
  padding: 0 10px;
}

.header-left .std-menu ul.menu > li > a,
.header-right .std-menu ul.menu > li > a {
  font-size: 12px;
}

#header .std-menu ul.menu > li:first-child {
  padding-left: 0;
}

/* --------------------------------------------
	MAIN NAVIGATION
-------------------------------------------- */

nav ul.menu {
  margin-bottom: 0;
}

nav .menu li > a > i[class^="ss-"] {
  margin-right: 5px;
  vertical-align: -1px;
}

nav .menu li > a > i {
  margin-right: 8px;
  display: inline-block;
  height: 17px;
}

#main-nav {
  border-top: 1px solid #e4e4e4;
}

#main-nav ul.menu > li {
  border-right: 1px solid #e4e4e4;
  line-height: 14px;
}

#main-nav ul.menu > li:first-child {
  border-left: 1px solid #e4e4e4;
}

#main-nav ul.menu > li > a {
  padding: 15px;
  display: block;
}

#main-nav nav#main-navigation ul.menu {
  float: left;
}

#main-nav .menu-left {
  max-width: 100%;
}

.menu-left #main-navigation {
  padding-left: 15px;
}

nav#main-navigation ul.menu {
  float: right;
}

#main-nav .row {
  position: relative;
}

#main-nav .menu-right {
  position: absolute;
  right: 15px;
  top: 0;
}

#main-nav .menu-right ul.menu {
  float: right;
}

#main-nav .menu-right ul.menu > li > a {
  display: block;
  padding: 14px 20px;
}

#main-nav .menu-right ul.menu > li.shopping-bag-item > a,
#main-nav .menu-right ul.menu > li.wishlist-item > a {
  padding: 14px 20px;
}

#main-nav .menu-right ul.menu > li > a > i {
  font-size: 18px;
  display: inline-block;
}

#main-nav .menu-right ul.menu > li > a > i.ss-search {
  vertical-align: -1px;
  height: 15px;
}

#main-nav .menu-right ul.menu > li > a > span {
  margin-left: 8px;
  line-height: 16px;
  display: inline-block;
  vertical-align: 1px;
}

#main-nav .menu-right ul.menu > li > a > i:before {
  vertical-align: middle;
}

#main-nav .menu-right ul.sub-menu {
  right: 0;
  left: auto;
}

#main-nav.center-menu {
  text-align: center;
}

#main-nav.center-menu > .container {
  position: relative;
}

#main-nav.center-menu nav#main-navigation,
#main-nav.center-menu nav.float-alt-menu {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  vertical-align: bottom;
}

#main-nav.center-menu nav#main-navigation ul.menu {
  float: none;
}

#main-nav.center-menu nav.mega-menu {
  position: static;
}

#main-nav.center-menu
  nav.mega-menu
  li.sf-mega-menu-natural-width
  .sub-container {
  left: 0 !important;
}

#main-nav.center-menu nav.float-alt-menu ul.menu > li:first-child {
  border-left: 0;
  margin-left: -4px;
}

#main-nav.center-menu nav.float-alt-menu ul.menu {
  text-align: left;
}

#main-nav.center-menu nav.float-alt-menu ul.menu li > a {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 30px;
}

#main-nav.center-menu nav.float-alt-menu ul.menu li > a > i {
  margin-right: 4px;
}

#main-nav.center-menu
  nav.float-alt-menu
  ul.menu
  li
  > a.header-search-link-alt
  > i {
  margin-left: 4px;
}

#main-nav.center-menu nav.float-alt-menu ul.menu li > a > i:before {
  vertical-align: -2px;
}

.no-menu {
  padding: 15px 0;
}

.full-center nav#main-navigation .no-menu {
  position: absolute;
  top: 15px;
  width: 100%;
  right: 0;
  padding: 30px 0;
}

nav ul.menu > li.menu-item.sf-menu-item-btn > a {
  background: transparent !important;
  padding: 0 !important;
}

li.menu-item span.menu-item-text > i,
li.menu-item span.title > i {
  margin-right: 5px;
  vertical-align: -2px;
}

nav ul.menu > li.menu-item.sf-menu-item-btn > a > span.menu-item-text {
  padding: 10px 20px;
  border: 1px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 10px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

nav ul.menu > li.menu-item.sf-menu-item-btn > a > span.menu-item-text > i {
  margin-right: 6px;
  vertical-align: -1px;
}

#main-nav ul.menu > li.menu-item.sf-menu-item-btn > a > span.menu-item-text {
  display: block;
  margin: 4px 0;
}

.header-9
  #main-nav
  ul.menu
  > li.menu-item.sf-menu-item-btn
  > a
  > span.menu-item-text {
  display: block;
  margin: 15px 0;
}

.vertical-header #vertical-nav ul.menu > li.menu-item.sf-menu-item-btn {
  margin-bottom: 15px;
}

/* --------------------------------------------
	FULL CENTER HEADER
-------------------------------------------- */

.full-center #header,
.full-center .float-menu {
  transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.full-center #header-section #header {
  padding: 0;
}

.full-center #header > .container,
.full-center #header > div > .container {
  position: relative;
  max-width: 100%;
}

.full-center #header.fw-header > .container {
  width: 100%;
}

.header-7 #header.fw-header .container,
.header-8 #header.fw-header .container {
  width: 100%;
  padding: 0 30px;
}

.header-7 #header.fw-header .container .header-left,
.header-8 #header.fw-header .container .header-left {
  padding-left: 15px;
}

.header-7 #header.fw-header .container .header-right,
.header-8 #header.fw-header .container .header-right {
  padding-right: 15px;
}

.full-center #logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: auto;
  z-index: 99;
  max-width: 25%;
}

.full-center #logo.has-img a > img {
  vertical-align: middle;
}

.full-center .fw-header #logo {
  left: 10px;
}

.full-center .header-right {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: auto;
}

.full-center .float-menu {
  text-align: center;
  position: relative;
}

.full-center .header-4 .float-menu,
.full-center .header-5 .float-menu {
  text-align: right;
  max-width: 100%;
  width: auto;
}

.full-center .header-4 .fw-header .float-menu {
  float: none;
}

.browser-ff .full-center .header-4 .fw-header .float-menu {
  float: none;
}

.full-center
  .header-4
  .fw-header
  .float-menu
  li.menu-item.sf-mega-menu
  > ul.sub-menu {
  left: auto;
  right: 0;
}

.full-center .header-5 .float-menu {
  padding-right: 0;
}

.full-center nav.mega-menu {
  position: static;
}

.full-center nav#main-navigation {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.full-center nav.float-alt-menu {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 -3px;
}

.full-center nav.mega-menu li .sub-container {
  left: 0 !important;
}

.full-center nav.mega-menu li.sf-mega-menu-fw .sub-container {
  left: 3% !important;
}

.full-center nav.mega-menu li.sf-mega-menu-fw .sub-container {
  width: 94% !important;
}

.full-center nav.mega-menu li.sf-mega-menu-fw .sub-container .sub,
.full-center nav.mega-menu li.sf-mega-menu-fw .sub-container .sub .row {
  width: 100% !important;
}

.full-center nav.mega-menu li.sf-mega-menu-natural-width {
  position: relative !important;
}

.full-center #header-section.header-5 nav.mega-menu li .sub-container {
  left: 0 !important;
}

.full-center
  #header-section
  nav.mega-menu
  li.sf-mega-menu-natural-width
  .sub-container {
  right: 0;
  left: auto !important;
}

.full-center nav#main-navigation ul.menu {
  width: 100%;
  display: inline-block;
  text-align: center;
  float: none;
}

.full-center nav#main-navigation ul.menu > li {
  border-right: 1px solid #e4e4e4;
}

.full-center nav#main-navigation ul.menu > li:first-child {
  border-left: 1px solid #e4e4e4;
}

.full-center nav#main-navigation ul.menu > li.menu-item > a {
  padding: 0 25px;
}

.full-center #header nav.float-alt-menu ul.menu > li {
  padding: 0;
  border-right: 1px solid #e4e4e4;
  text-align: left;
}

.full-center nav.float-alt-menu ul.menu > li > a,
.full-center #header nav.std-menu ul.menu > li > a {
  padding: 0 15px;
  display: block;
}

.full-center nav.float-alt-menu ul.menu > li > a > i {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: -3px;
  line-height: 100%;
}

.full-center nav.float-alt-menu ul.menu > li.menu-search > a > i {
  margin-right: 0;
}

.full-center nav.float-alt-menu ul.menu > li > ul.sub-menu {
  right: 0;
  left: auto;
}

.full-center .ajax-search-wrap:after {
  right: 15px;
}

.full-center #header.fw-header nav.float-alt-menu ul.menu > li:last-child {
  border-right: 0;
}

#header-section.header-5 #header {
  max-width: 1140px;
  margin: 0 auto;
}

.layout-boxed
  #header-section.header-5
  .sticky-wrapper:not(.is-sticky)
  .sticky-header {
  max-width: 100% !important;
}

#header-section.header-5 #header #logo {
  left: 15px;
}

#header-section.header-5 #header nav.float-alt-menu {
  margin-right: 15px;
}

.header-6 #main-nav .menu-left {
  display: inline-block;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

.header-6 #main-nav .menu-right {
  display: inline-block;
  line-height: 0;
  margin-left: 20px;
  vertical-align: bottom;
  position: relative;
  right: auto;
  top: auto;
}

.header-6 #main-nav .menu-right ul.menu > li.shopping-bag-item > a,
.header-6 #main-nav .menu-right ul.menu > li.wishlist-item > a {
  padding: 13px 10px;
}

.header-9#header-section #main-nav {
  border-top: 0;
  border-bottom: 0;
}

.header-9 #main-nav ul.menu > li,
.header-9 #main-nav.center-menu nav.float-alt-menu ul.menu > li {
  border: 0;
}

.header-9 #main-nav ul.menu > li > a,
.header-9 #main-nav.center-menu nav.float-alt-menu ul.menu > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-9 #main-nav.center-menu nav.float-alt-menu ul.menu > li > a > span {
  margin-top: 1px;
  display: inline-block;
}

/* #Mobile Styles
================================================== */

.mobile-browser .spb_parallax_asset {
  background-position: 50% 0 !important;
}

.apple-mobile-browser figure.animated-overlay > img {
  -webkit-backface-visibility: hidden;
}

.mobile-browser .portfolio-items .portfolio-item,
.mobile-browser .blog-items .blog-item,
.mobile-browser .masonry-gallery .gallery-image,
.mobile-browser .gallery-items .gallery-item {
  opacity: 1;
}

.single-directory-map {
  margin-top: 60px;
}

.read-more-directory {
  font-size: 14px;
}
.main-menu-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-body ul li a {
  cursor: pointer;
  padding: 5px 20px 10px;
  font-size: 30px;
  display: block;
  line-height: normal;
}

button.header-menu-button {
  opacity: 0.6;
  background-color: transparent;
  position: relative;
  z-index: 10;
  border: none;
  width: 36px;
  height: 30px;
  outline: none;
  float: right;
  transition: opacity 0.2s ease-out;
}
button.header-menu-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #0097db,
    #0097db 20%,
    transparent 20%,
    transparent 40%,
    #0097db 40%,
    #0097db 60%,
    transparent 60%,
    transparent 80%,
    #0097db 80%,
    #0097db 100%
  );
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
button.header-menu-button:after {
  opacity: 0;
  content: "×";
  color: white;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  transition: opacity 0.4s ease-out;
}
button.header-menu-button:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
button.header-menu-button:hover {
  opacity: 1;
}
.menu-open {
  overflow: hidden;
  padding-right: 17px;
}
.menu-open button {
  opacity: 1;
}
.menu-open button:before {
  opacity: 0;
  width: 0;
}
.menu-open button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
  transform: translate3d(0, 0, 0) rotate(360deg);
  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out,
    -webkit-transform 0.4s 1s ease-out;
}

nav.main-menu-body {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-hide nav.main-menu-body {
  opacity: 0;
  visibility: hidden;
}
/* 
.menu-open nav.main-menu-body {
  top: 0;
} */
/* nav.main-menu-body:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgb(48, 165, 223);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden;
} */
/* .menu-open nav.main-menu-body {
  top: 0;
} */
/* .menu-open nav.main-menu-body:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s forwards;
} */
nav.main-menu-body:before {
  content: "";
  position: absolute;
  right: 0;
  margin: auto;
  background: rgb(48, 165, 223);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
}

/* .menu-open nav.main-menu-body:before {
  animation: menu-open 2s;
}
 */
/* .menu-open nav.main-menu-body { 
  top: 0%; 
  animation: menu-open .1s;
 }
 .menu-close nav.main-menu-body {  
  top: -90%;
  animation: menu-close 2s;
 } */

.menu-plane-top {
  width: 600px;
  height: 600px;
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 300px);
  background: url(../img/logo_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
}
.menu-sun {
  width: 600px;
  height: 600px;
  position: absolute;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: menu-orbit;
  -webkit-animation-duration: 5s;
  top: calc(50% - 300px);
  left: calc(50% - 300px);
  border-radius: 50%;
}
.menu-close .menu-plane-top {
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
}

.menu-open .menu-plane-top {
  opacity: 1;
  transition: all 5s;
}
.menu-plane {
  position: absolute;
  top: 100px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#js-player-scroll {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  transition: all 0.5s;
}
#js-player-scroll.hide-sec {
  opacity: 0;
  visibility: hidden;
}
#js-player-scroll img {
  width: 50px;
}

#js-player-scroll .dot {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -3px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #9c9c9c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation-name: playerScroll;
  animation-name: playerScroll;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes playerScroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes playerScroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes menu-orbit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.menu-open nav.main-menu-body::before {
  transform: scale(100);
  left: unset;
  right: calc((100% - 1065px) / 2);
  animation: menu-open 0.8s;
}
.menu-close nav.main-menu-body::before {
  top: 30px;
  left: unset;
  right: calc((100% - 1065px) / 2);
  transform: scale(0);
  animation: menu-close 2s;
}

@keyframes menu-container-open {
  0% {
    top: 30px;
  }
  100% {
    top: 50%;
  }
}
@keyframes menu-container-close {
  0% {
    top: 0%;
  }
  100% {
    top: 30px;
  }
}

@keyframes menu-open {
  0% {
    right: calc((100% - 1065px) / 2);
    top: 30px;
    transform: scale(1);
    width: 5px;
    height: 5px;
  }
  50% {
    width: 36px;
    height: 36px;
    right: 0;
    right: 50%;
    top: 50%;
    transform: scale(1);
  }
  100% {
    top: 50%;
    right: 50%;
    transform: scale(100);
  }
}
@keyframes menu-close {
  0% {
    top: 50%;
    right: 50%;
    transform: scale(100);
  }
  50% {
    width: 36px;
    height: 36px;
    top: 50%;
    right: 50%;
    transform: scale(1);
  }
  100% {
    width: 5px;
    height: 5px;
    top: 30px;
    left: unset;
    right: calc((100% - 1065px) / 2);
    transform: scale(1);
  }
}
.main-menu-body ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color: white;
}
.main-menu-body ul.menu li a {
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
  transition: all 0.5s;
}
.main-menu-body ul.menu li a:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: white;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.14s ease-out;
  border-radius: 5px;
}
.main-menu-body ul.menu li a:after {
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #31a5df;
  overflow: hidden;
  -webkit-transform: translate(-24px, 6px);
  transform: translate(-24px, 6px);
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
}
.main-menu-body ul.menu li a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu-body ul.menu li a:hover:after {
  opacity: 1;
  padding: 0 20px;
  -webkit-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out,
    -webkit-transform 0.2s 0.14s ease-out;
}
.menu-open .main-menu-body ul.menu li a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}
.menu-open .main-menu-body ul.menu li a:nth-child(1) {
  transition-delay: 0.75s;
}
.menu-open .main-menu-body ul.menu li a:nth-child(2) {
  transition-delay: 0.85s;
}
.menu-open .main-menu-body ul.menu li a:nth-child(3) {
  transition-delay: 0.95s;
}
.menu-open .main-menu-body ul.menu li a:nth-child(4) {
  transition-delay: 1.05s;
}
.menu-open .main-menu-body ul.menu li a:nth-child(5) {
  transition-delay: 1.15s;
}
.menu-open .main-menu-body ul.menu li a:nth-child(6) {
  transition-delay: 1.25s;
}
.menu-open .main-menu-body ul.menu li a:nth-child(7) {
  transition-delay: 1.35s;
}
.menu-open .main-menu-body ul.menu li a:nth-child(8) {
  transition-delay: 1.45s;
}
section.ceo-section#phone {
  background: #f1f1f1;
}
section.ceo-section .ceo-pic {
  position: relative;
  z-index: 50;
}
section.ceo-section .ceo-pic img {
  z-index: 50;
  position: relative;
}
section.ceo-section h3.ceo-name {
  font-size: 24px;
  text-align: center;
  padding: 10px;
  background: #f9f9f9bd;
  border-radius: 10px;
}
.ceo-pic::before,
.ceo-pic::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background: #30a5df54;
  border: 5px solid #30a5df;
  z-index: 1;
}
.ceo-pic::before {
  top: 25px;
  left: 25px;
}
.ceo-pic::after {
  bottom: 25px;
  right: 25px;
}
.spb-column-container > .spb-column-inner {
  text-align: center;
}
.bussiness-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border: 5px solid #30a5df;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 50%;
  line-height: 5;
  transition: all 0.5s;
  text-align: center;
}

.bussiness-icon i {
  font-size: 45px;
  color: #30a5df;
}

.bussiness-icon:hover {
  background: #30a5df;
}

.bussiness-icon:hover i {
  color: #fff;
}
.menu-open #logo.has-img {
  visibility: hidden;
}
.banner-sec {
  height: calc(100vh - 85px);
}
.div-center {
  margin: 0 auto;
  float: unset !important;
}
.group-company-sec {
  position: relative;
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 100px;
}
.business-to-overseas {
  padding: 100px 0;
}
section#businessToOverseas {
  background: #333;
  border: 5px solid #7fc8ec;
  position: relative;
  z-index: 1;
}
/* section#businessToOverseas::before, section#businessToOverseas::after {
    content: "";
    position: absolute; 
    right: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #7fc8ec;
    border: 5px solid #7fc8ec;
    margin: 0 auto;
    transform: rotate(45deg);
    z-index: 2;
}
section#businessToOverseas::before{
  top: -15px;
}
section#businessToOverseas::after{
  bottom: -15px;
} */
.business-to-overseas-content p {
  font-size: 22px;
  text-align: center;
  line-height: normal;
  color: #eee;
}
section#news,
section#businessToOverseas {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

section#missionSec {
  width: 100%;
  background: #fff;
  float: left;
}
section .row {
  width: 100%;
}
.mission-title {
  text-align: center;
}

.mission-content {
  text-align: center;
  padding-top: 20px;
}
.mission-title span {
  font-size: 30px;
  font-weight: 600;
}
.mission-title h3 {
  width: 100%;
  font-size: 30px;
}
section#divisionSec {
  padding: 100px 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
}

.division-title {
  min-height: 200px;
  display: flex;
  align-items: center;
  text-align: center;
}

.division-content {
  min-height: 200px;
  display: flex;
  align-items: center;
}
.mission-content p {
  font-size: 20px;
  line-height: 30px;
}
.division-title span {
  font-size: 30px;
  font-weight: 600;
}
.division-title h3 {
  width: 100%;
  font-size: 30px;
}
.division-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.division-content ul li {
  display: flex;
  width: 31.333%;
  float: left;
  align-items: center;
  min-height: 200px;
  border-radius: 20px;
  transition: background 0.2s ease-in-out;
  margin: 0 1%;
}
.division-content ul li img {
  width: auto;
  padding: 0 20px;
  margin: 0 auto;
}
.division-content ul li:first-child {
  background: #5978a8;
}
.division-content ul li:nth-child(2) {
  background: #536375;
}
.division-content ul li:nth-child(3) {
  background: #cacaca;
}
.division-content ul li:hover {
  background-color: #000000;
}
section#movieSec {
  width: 100%;
  padding: 100px 0;
  background: url("./img/home-bg-09-1.webp");
  background-size: contain;
}

.movie-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

section#movieSec .section-header {
  margin-bottom: 50px;
  text-align: center;
}

section#movieSec .section-header h3 {
  margin: 0;
}
section#movieSec video {
  max-width: 100%;
}
.feature5.feature.sec {
  background: #fff;
}
.organization-chart {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
}
.organization-chart div {
  width: 100%;
}

.organization-chart h1 {
  font-size: 36px;
  letter-spacing: unset;
  text-align: center;
  margin-bottom: 20px;
  line-height: normal;
}

section#aboutSec {
  padding: 100px 0;
  background: #eee;
  position: relative;
  float: left;
  margin: 0;
  border: 5px solid #333;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

section#aboutSec .section-header h3 {
  padding: 0;
  margin: 0;
  text-align: center;
}

section#aboutSec .section-header {
  margin-bottom: 0;
  position: absolute;
  top: -45px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #333;
  width: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

section#aboutSec .address-box {
  margin-bottom: 30px;
}

section#aboutSec .address-box p {
  margin: 0;
}

section#aboutSec .address-box h4 {
  margin: 0;
  margin-bottom: 10px;
}

section#aboutSec .business-contents-box {
  margin-bottom: 30px;
}

section#aboutSec .business-contents-box p {
  margin: 0;
}

section#aboutSec .business-contents-box h4 {
  margin: 0;
  margin-bottom: 10px;
}

section#aboutSec .company-profile-box {
  margin-bottom: 30px;
}

section#aboutSec .company-profile-box p {
  margin: 0;
}

section#aboutSec .company-profile-box h4 {
  margin: 0;
  margin-bottom: 10px;
}
.map-sec {
  position: relative;
}
.map-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  overflow: hidden;
}
.map-sec iframe {
  width: 100%;
  height: 625px;
}

.banner-sec .row {
  width: unset;
}
#base .concept .subsec .cont {
  height: 100%;
}

.spb-row.spb-row-flex {
  height: 100%;
  align-items: center;
}

.background-top {
  position: absolute;
  /* top: -60px; */
  left: -60px;
  animation: 5s moveTopBottom infinite !important;
}
.background-bottom {
  position: absolute;
  /* bottom: 100px; */
  right: 100px;
  animation: 5s moveBottomTop infinite !important;
}
.background-effect .circle {
  border-radius: 50%;
  background-color: deepskyblue;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.background-move {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: -50%;
}
.background-glob {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-animation: 15s linear infinite rotate;
  animation: 15s linear infinite rotate;
  opacity: 0.3;
}

.background-glob div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #1aaaf1;
}
section.second-section-business {
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  float: unset;
}
section.second-section-business .spb_content_element {
  margin: 0 auto;
}
.top-sec-animations {
  max-width: 500px;
  max-height: 500px;
  top: 10%;
  -webkit-animation: 10s moveLeftRight infinite;
  animation: 10s moveLeftRight infinite;
}
.video-wrap {
  /* background: #8dd9ff; */
}
.background-glob.top-sec-animations div {
  border: 1px solid #0084ce;
}
#mainvisual h1 span span {
  animation: 5s letterspace infinite;
}

.glob-side-anim {
  width: 500px;
  height: 500px;
  background: url(../img/1.jpg);
  border-radius: 100%;
  background-size: cover;
  animation: spin 12s infinite linear;
  position: absolute;
  right: -250px;
}

/* Some positioning rules that are common for all objects */
.orbit {
  border: 1px dashed #666;
}

#sun,
.orbit,
.orbit + div,
.orbit + div > div {
  position: absolute;
}

#sun,
.orbit,
.orbit + div {
  top: 50%;
  left: 50%;
}
.orbit + div > div {
  top: 0;
  left: 50%;
}

.orbit,
.orbit + div div,
#earth {
  border-radius: 50%;
}

/* Individual objects rules. They are pretty much the same for 
all objects and basically only vary in orbit size 
and planet size. And colors :) */

#sun {
  height: 200px;
  width: 200px;
  background: url(../img/1.jpg);
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  box-shadow: 0 0 84px #ffffff;
  overflow: hidden;
  /* animation: spin 12s infinite linear; */
}
#sun img {
  width: auto;
  height: 100%;
}

#mercury {
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  background-color: #fff;
  box-shadow: 0 0 34px #fff;
}

.mercury-orbit,
.mercury-spin {
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
}

.solar-system {
  position: relative;
  width: 400px;
  height: 475px;
  margin: auto;
  padding-top: 25px;
}

.solar-box {
  transform: rotateX(65deg) rotateY(-25deg);
  position: absolute;
  width: 400px;
  height: 400px;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  font-size: 0;
}
.solar-moon {
  position: absolute;
  top: calc(50% - 204px);
  left: calc(50% - 200px);
  border: 3px solid #fff;
  animation-name: orbit;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition-property: width, height, top, left, margin-left, margin-top,
    webkit-transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  border-radius: 50%;
  z-index: 8;
  animation-duration: 12.00021s;
  width: 400px;
  height: 400px;
}
.solar-pos {
  position: absolute;
  width: 10px;
  height: 10px;
  left: calc(100% - 5px);
  top: calc(50% - 5px);
  border-radius: 50%;
  animation-duration: 12.00021s;
  transition-delay: 1s;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;

  transition-property: top, left;

  transform-style: preserve-3d;
  animation-name: invert;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.planet {
  animation-name: shadow-moon;
  animation-duration: 12.00021s;
  transform: rotateX(0deg);
  transition-delay: 0s;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-property: width, height, top, left, margin-left, margin-top,
    webkit-transform;
  background-color: #fff;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  border-radius: 50%;
  transform-style: preserve-3d;
}
.planet::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 25px 20px #cddc39;
}
.solar-earth {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  transform-style: preserve-3d;
  transform: rotateX(-65deg) rotateZ(23deg) rotateY(30deg);
}
.solar-earth img {
  width: 100%;
  height: 279px;
}
.solar-earth::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/logo_icon.png);
  background-size: cover;
  opacity: 0.7;
}
.pre-logo {
  background: #fff;
  box-shadow: 0px 1px 21px 2px #fff;
  border-radius: 5px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  right: 0;
  margin: 0 auto;
  max-width: 160px;
}
.pre-logo img {
  max-height: 50px;
  width: auto;
}

@keyframes shadow-moon {
  0% {
    /* box-shadow: inset -4px 0 2px rgba(0, 0, 0, 0.5); */
    /* RIGHT */
    transform: scale(0.5, 0.5);
  }

  25% {
    /* box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); */
    /* TOP */
  }

  50% {
    /* box-shadow: inset 4px 0 2px rgba(0, 0, 0, 0.5); */
    /* LEFT */
  }

  75% {
    /* box-shadow: inset 24px -20px 15px rgba(0, 0, 0, 0.5); */
    /* BOTTOM */
    transform: scale(1, 1);
  }

  75.01% {
    /* box-shadow: inset -24px -20px 15px rgba(0, 0, 0, 0.5); */
    /* BOTTOM */
  }

  100% {
    /* box-shadow: inset -4px 0 2px rgba(0, 0, 0, 0.5); */
    /* RIGHT */
    transform: scale(0.5, 0.5);
  }
}
@keyframes orbit {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-360deg);
  }
}

@keyframes suborbit {
  0% {
    transform: rotateX(90deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(90deg) rotateZ(-360deg);
  }
}

@keyframes invert {
  0% {
    transform: rotateX(-90deg) rotateY(360deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  }
}

/* Spinning animations */

@keyframes spin-right {
  100% {
    transform: rotate(360deg);
  }
}

.earth-spin {
  animation: spin-right 36.5s linear infinite;
}
.moon-spin {
  animation: spin-right 3s linear infinite;
}
.venus-spin {
  animation: spin-right 22s linear infinite;
}
.mercury-spin {
  animation: spin-right 8.8s linear infinite;
}
.mars-spin {
  animation: spin-right 68.7s linear infinite;
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 380px;
  }
}

@keyframes letterspace {
  0% {
    letter-spacing: normal;
  }
  50% {
    letter-spacing: 20px;
  }
  100% {
    letter-spacing: normal;
  }
}
@keyframes moveLeftRight {
  0% {
    margin-left: 0;
    top: 0;
  }
  25% {
    top: 25%;
  }
  50% {
    margin-left: 100%;
    top: 50%;
  }
  75% {
    top: 100%;
  }
  100% {
    margin-left: 0;
    top: 0;
  }
}

@keyframes moveTopBottom {
  0% {
    top: -60px;
  }
  50% {
    top: calc(100% - 80px);
  }
  100% {
    top: -60px;
  }
}

@keyframes moveBottomTop {
  0% {
    bottom: 100px;
  }
  50% {
    bottom: calc(100% + 80px);
  }
  100% {
    bottom: 100px;
  }
}

.background-glob div:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 1, 0, 10deg);
  transform: rotate3d(0, 1, 0, 10deg);
  -webkit-animation: 10s linear infinite move2;
  animation: 10s linear infinite move2;
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 10deg);
    transform: rotate3d(0.25, 1, 0, 10deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 190deg);
    transform: rotate3d(1, 0, 0, 190deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 370deg);
    transform: rotate3d(-0.25, -1, 0, 370deg);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 10deg);
    transform: rotate3d(0.25, 1, 0, 10deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 190deg);
    transform: rotate3d(1, 0, 0, 190deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 370deg);
    transform: rotate3d(-0.25, -1, 0, 370deg);
  }
}
.background-glob div:nth-of-type(2) {
  -webkit-transform: rotate3d(0, 1, 0, 20deg);
  transform: rotate3d(0, 1, 0, 20deg);
  -webkit-animation: 10s linear infinite move3;
  animation: 10s linear infinite move3;
}

@-webkit-keyframes move3 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 20deg);
    transform: rotate3d(0.25, 1, 0, 20deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 200deg);
    transform: rotate3d(1, 0, 0, 200deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 380deg);
    transform: rotate3d(-0.25, -1, 0, 380deg);
  }
}

@keyframes move3 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 20deg);
    transform: rotate3d(0.25, 1, 0, 20deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 200deg);
    transform: rotate3d(1, 0, 0, 200deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 380deg);
    transform: rotate3d(-0.25, -1, 0, 380deg);
  }
}
.background-glob div:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 1, 0, 30deg);
  transform: rotate3d(0, 1, 0, 30deg);
  -webkit-animation: 10s linear infinite move4;
  animation: 10s linear infinite move4;
}
span.menu-button {
  float: right;
  height: 75px;
  width: 75px;
  margin-top: -20px;
  position: relative;
  cursor: pointer;
}
span.text-menu {
  position: absolute;
  top: 10px;
  left: 0px;
  line-height: 50px;
  text-align: center;
  transition: all 1s;
  animation-delay: 0.5s;
  color: #8dd9ff;
  z-index: 111;
  font-weight: 600;
}

span.menu-button:hover span.text-menu {
  left: -50px;
}
svg.c-button--menu__stroke {
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  stroke-width: 3;
  transform: scale(0.33) translateZ(0);
}
span.menu-button:hover svg.c-button--menu__stroke {
  transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  stroke-width: 1;
  background: #8dd9ff;
  border-radius: 50%;
}
.menu-open svg.c-button--menu__stroke circle {
  stroke: #fff !important;
  background: #fff !important;
}

span.menu-button::before {
  height: 30px;
  width: 3px;
  background: #fff;
  content: "";
  position: absolute;
  top: 22px;
  left: 36px;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s;
}

span.menu-button::after {
  width: 30px;
  height: 3px;
  background: #fff;
  content: "";
  position: absolute;
  top: 36px;
  left: 22px;
  opacity: 0;
  transition: all 0.2s;
}
span.menu-button:hover::before,
span.menu-button:hover::after {
  opacity: 1;
}
.menu-open span.menu-button::before {
  transform: rotate(45deg);
  opacity: 1;
}

.menu-open span.menu-button::after {
  transform: rotate(45deg);
  opacity: 1;
}

.menu-open svg.c-button--menu__stroke {
  transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  stroke-width: 1;
  background: #8dd9ff;
  border-radius: 50%;
}
.menu-open span.text-menu {
  opacity: 0;
}
@-webkit-keyframes move4 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 30deg);
    transform: rotate3d(0.25, 1, 0, 30deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 210deg);
    transform: rotate3d(1, 0, 0, 210deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 390deg);
    transform: rotate3d(-0.25, -1, 0, 390deg);
  }
}

@keyframes move4 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 30deg);
    transform: rotate3d(0.25, 1, 0, 30deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 210deg);
    transform: rotate3d(1, 0, 0, 210deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 390deg);
    transform: rotate3d(-0.25, -1, 0, 390deg);
  }
}
.background-glob div:nth-of-type(4) {
  -webkit-transform: rotate3d(0, 1, 0, 40deg);
  transform: rotate3d(0, 1, 0, 40deg);
  -webkit-animation: 10s linear infinite move5;
  animation: 10s linear infinite move5;
}

@-webkit-keyframes move5 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 40deg);
    transform: rotate3d(0.25, 1, 0, 40deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 220deg);
    transform: rotate3d(1, 0, 0, 220deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 400deg);
    transform: rotate3d(-0.25, -1, 0, 400deg);
  }
}

@keyframes move5 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 40deg);
    transform: rotate3d(0.25, 1, 0, 40deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 220deg);
    transform: rotate3d(1, 0, 0, 220deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 400deg);
    transform: rotate3d(-0.25, -1, 0, 400deg);
  }
}
.background-glob div:nth-of-type(5) {
  -webkit-transform: rotate3d(0, 1, 0, 50deg);
  transform: rotate3d(0, 1, 0, 50deg);
  -webkit-animation: 10s linear infinite move6;
  animation: 10s linear infinite move6;
}

@-webkit-keyframes move6 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 50deg);
    transform: rotate3d(0.25, 1, 0, 50deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 230deg);
    transform: rotate3d(1, 0, 0, 230deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 410deg);
    transform: rotate3d(-0.25, -1, 0, 410deg);
  }
}

@keyframes move6 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 50deg);
    transform: rotate3d(0.25, 1, 0, 50deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 230deg);
    transform: rotate3d(1, 0, 0, 230deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 410deg);
    transform: rotate3d(-0.25, -1, 0, 410deg);
  }
}
.background-glob div:nth-of-type(6) {
  -webkit-transform: rotate3d(0, 1, 0, 60deg);
  transform: rotate3d(0, 1, 0, 60deg);
  -webkit-animation: 10s linear infinite move7;
  animation: 10s linear infinite move7;
}

@-webkit-keyframes move7 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 60deg);
    transform: rotate3d(0.25, 1, 0, 60deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 240deg);
    transform: rotate3d(1, 0, 0, 240deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 420deg);
    transform: rotate3d(-0.25, -1, 0, 420deg);
  }
}

@keyframes move7 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 60deg);
    transform: rotate3d(0.25, 1, 0, 60deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 240deg);
    transform: rotate3d(1, 0, 0, 240deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 420deg);
    transform: rotate3d(-0.25, -1, 0, 420deg);
  }
}
.background-glob div:nth-of-type(7) {
  -webkit-transform: rotate3d(0, 1, 0, 70deg);
  transform: rotate3d(0, 1, 0, 70deg);
  -webkit-animation: 10s linear infinite move8;
  animation: 10s linear infinite move8;
}

@-webkit-keyframes move8 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 70deg);
    transform: rotate3d(0.25, 1, 0, 70deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 250deg);
    transform: rotate3d(1, 0, 0, 250deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 430deg);
    transform: rotate3d(-0.25, -1, 0, 430deg);
  }
}

@keyframes move8 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 70deg);
    transform: rotate3d(0.25, 1, 0, 70deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 250deg);
    transform: rotate3d(1, 0, 0, 250deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 430deg);
    transform: rotate3d(-0.25, -1, 0, 430deg);
  }
}
.background-glob div:nth-of-type(8) {
  -webkit-transform: rotate3d(0, 1, 0, 80deg);
  transform: rotate3d(0, 1, 0, 80deg);
  -webkit-animation: 10s linear infinite move9;
  animation: 10s linear infinite move9;
}

@-webkit-keyframes move9 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 80deg);
    transform: rotate3d(0.25, 1, 0, 80deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 260deg);
    transform: rotate3d(1, 0, 0, 260deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 440deg);
    transform: rotate3d(-0.25, -1, 0, 440deg);
  }
}

@keyframes move9 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 80deg);
    transform: rotate3d(0.25, 1, 0, 80deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 260deg);
    transform: rotate3d(1, 0, 0, 260deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 440deg);
    transform: rotate3d(-0.25, -1, 0, 440deg);
  }
}
.background-glob div:nth-of-type(9) {
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
  -webkit-animation: 10s linear infinite move10;
  animation: 10s linear infinite move10;
}

@-webkit-keyframes move10 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 90deg);
    transform: rotate3d(0.25, 1, 0, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 270deg);
    transform: rotate3d(1, 0, 0, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 450deg);
    transform: rotate3d(-0.25, -1, 0, 450deg);
  }
}

@keyframes move10 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 90deg);
    transform: rotate3d(0.25, 1, 0, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 270deg);
    transform: rotate3d(1, 0, 0, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 450deg);
    transform: rotate3d(-0.25, -1, 0, 450deg);
  }
}
.background-glob div:nth-of-type(10) {
  -webkit-transform: rotate3d(0, 1, 0, 100deg);
  transform: rotate3d(0, 1, 0, 100deg);
  -webkit-animation: 10s linear infinite move11;
  animation: 10s linear infinite move11;
}

@-webkit-keyframes move11 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 100deg);
    transform: rotate3d(0.25, 1, 0, 100deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 280deg);
    transform: rotate3d(1, 0, 0, 280deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 460deg);
    transform: rotate3d(-0.25, -1, 0, 460deg);
  }
}

@keyframes move11 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 100deg);
    transform: rotate3d(0.25, 1, 0, 100deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 280deg);
    transform: rotate3d(1, 0, 0, 280deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 460deg);
    transform: rotate3d(-0.25, -1, 0, 460deg);
  }
}
.background-glob div:nth-of-type(11) {
  -webkit-transform: rotate3d(0, 1, 0, 110deg);
  transform: rotate3d(0, 1, 0, 110deg);
  -webkit-animation: 10s linear infinite move12;
  animation: 10s linear infinite move12;
}

@-webkit-keyframes move12 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 110deg);
    transform: rotate3d(0.25, 1, 0, 110deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 290deg);
    transform: rotate3d(1, 0, 0, 290deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 470deg);
    transform: rotate3d(-0.25, -1, 0, 470deg);
  }
}

@keyframes move12 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 110deg);
    transform: rotate3d(0.25, 1, 0, 110deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 290deg);
    transform: rotate3d(1, 0, 0, 290deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 470deg);
    transform: rotate3d(-0.25, -1, 0, 470deg);
  }
}
.background-glob div:nth-of-type(12) {
  -webkit-transform: rotate3d(0, 1, 0, 120deg);
  transform: rotate3d(0, 1, 0, 120deg);
  -webkit-animation: 10s linear infinite move13;
  animation: 10s linear infinite move13;
}

@-webkit-keyframes move13 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 120deg);
    transform: rotate3d(0.25, 1, 0, 120deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 300deg);
    transform: rotate3d(1, 0, 0, 300deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 480deg);
    transform: rotate3d(-0.25, -1, 0, 480deg);
  }
}

@keyframes move13 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 120deg);
    transform: rotate3d(0.25, 1, 0, 120deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 300deg);
    transform: rotate3d(1, 0, 0, 300deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 480deg);
    transform: rotate3d(-0.25, -1, 0, 480deg);
  }
}
.background-glob div:nth-of-type(13) {
  -webkit-transform: rotate3d(0, 1, 0, 130deg);
  transform: rotate3d(0, 1, 0, 130deg);
  -webkit-animation: 10s linear infinite move14;
  animation: 10s linear infinite move14;
}

@-webkit-keyframes move14 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 130deg);
    transform: rotate3d(0.25, 1, 0, 130deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 310deg);
    transform: rotate3d(1, 0, 0, 310deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 490deg);
    transform: rotate3d(-0.25, -1, 0, 490deg);
  }
}

@keyframes move14 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 130deg);
    transform: rotate3d(0.25, 1, 0, 130deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 310deg);
    transform: rotate3d(1, 0, 0, 310deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 490deg);
    transform: rotate3d(-0.25, -1, 0, 490deg);
  }
}
.background-glob div:nth-of-type(14) {
  -webkit-transform: rotate3d(0, 1, 0, 140deg);
  transform: rotate3d(0, 1, 0, 140deg);
  -webkit-animation: 10s linear infinite move15;
  animation: 10s linear infinite move15;
}

@-webkit-keyframes move15 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 140deg);
    transform: rotate3d(0.25, 1, 0, 140deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 320deg);
    transform: rotate3d(1, 0, 0, 320deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 500deg);
    transform: rotate3d(-0.25, -1, 0, 500deg);
  }
}

@keyframes move15 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 140deg);
    transform: rotate3d(0.25, 1, 0, 140deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 320deg);
    transform: rotate3d(1, 0, 0, 320deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 500deg);
    transform: rotate3d(-0.25, -1, 0, 500deg);
  }
}
.background-glob div:nth-of-type(15) {
  -webkit-transform: rotate3d(0, 1, 0, 150deg);
  transform: rotate3d(0, 1, 0, 150deg);
  -webkit-animation: 10s linear infinite move16;
  animation: 10s linear infinite move16;
}

@-webkit-keyframes move16 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 150deg);
    transform: rotate3d(0.25, 1, 0, 150deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 330deg);
    transform: rotate3d(1, 0, 0, 330deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 510deg);
    transform: rotate3d(-0.25, -1, 0, 510deg);
  }
}

@keyframes move16 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 150deg);
    transform: rotate3d(0.25, 1, 0, 150deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 330deg);
    transform: rotate3d(1, 0, 0, 330deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 510deg);
    transform: rotate3d(-0.25, -1, 0, 510deg);
  }
}
.background-glob div:nth-of-type(16) {
  -webkit-transform: rotate3d(0, 1, 0, 160deg);
  transform: rotate3d(0, 1, 0, 160deg);
  -webkit-animation: 10s linear infinite move17;
  animation: 10s linear infinite move17;
}

@-webkit-keyframes move17 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 160deg);
    transform: rotate3d(0.25, 1, 0, 160deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 340deg);
    transform: rotate3d(1, 0, 0, 340deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 520deg);
    transform: rotate3d(-0.25, -1, 0, 520deg);
  }
}

@keyframes move17 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 160deg);
    transform: rotate3d(0.25, 1, 0, 160deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 340deg);
    transform: rotate3d(1, 0, 0, 340deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 520deg);
    transform: rotate3d(-0.25, -1, 0, 520deg);
  }
}
.background-glob div:nth-of-type(17) {
  -webkit-transform: rotate3d(0, 1, 0, 170deg);
  transform: rotate3d(0, 1, 0, 170deg);
  -webkit-animation: 10s linear infinite move18;
  animation: 10s linear infinite move18;
}

@-webkit-keyframes move18 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 170deg);
    transform: rotate3d(0.25, 1, 0, 170deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 350deg);
    transform: rotate3d(1, 0, 0, 350deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 530deg);
    transform: rotate3d(-0.25, -1, 0, 530deg);
  }
}

@keyframes move18 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 170deg);
    transform: rotate3d(0.25, 1, 0, 170deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 350deg);
    transform: rotate3d(1, 0, 0, 350deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 530deg);
    transform: rotate3d(-0.25, -1, 0, 530deg);
  }
}
.background-glob div:nth-of-type(18) {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-animation: 10s linear infinite move19;
  animation: 10s linear infinite move19;
}

@-webkit-keyframes move19 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 180deg);
    transform: rotate3d(0.25, 1, 0, 180deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 360deg);
    transform: rotate3d(1, 0, 0, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 540deg);
    transform: rotate3d(-0.25, -1, 0, 540deg);
  }
}

@keyframes move19 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 180deg);
    transform: rotate3d(0.25, 1, 0, 180deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 360deg);
    transform: rotate3d(1, 0, 0, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 540deg);
    transform: rotate3d(-0.25, -1, 0, 540deg);
  }
}
.background-glob div:nth-of-type(19) {
  -webkit-transform: rotate3d(0, 1, 0, 190deg);
  transform: rotate3d(0, 1, 0, 190deg);
  -webkit-animation: 10s linear infinite move20;
  animation: 10s linear infinite move20;
}

@-webkit-keyframes move20 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 190deg);
    transform: rotate3d(0.25, 1, 0, 190deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 370deg);
    transform: rotate3d(1, 0, 0, 370deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 550deg);
    transform: rotate3d(-0.25, -1, 0, 550deg);
  }
}

@keyframes move20 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 190deg);
    transform: rotate3d(0.25, 1, 0, 190deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 370deg);
    transform: rotate3d(1, 0, 0, 370deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 550deg);
    transform: rotate3d(-0.25, -1, 0, 550deg);
  }
}
.background-glob div:nth-of-type(20) {
  -webkit-transform: rotate3d(0, 1, 0, 200deg);
  transform: rotate3d(0, 1, 0, 200deg);
  -webkit-animation: 10s linear infinite move21;
  animation: 10s linear infinite move21;
}

@-webkit-keyframes move21 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 200deg);
    transform: rotate3d(0.25, 1, 0, 200deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 380deg);
    transform: rotate3d(1, 0, 0, 380deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 560deg);
    transform: rotate3d(-0.25, -1, 0, 560deg);
  }
}

@keyframes move21 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 200deg);
    transform: rotate3d(0.25, 1, 0, 200deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 380deg);
    transform: rotate3d(1, 0, 0, 380deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 560deg);
    transform: rotate3d(-0.25, -1, 0, 560deg);
  }
}
.background-glob div:nth-of-type(21) {
  -webkit-transform: rotate3d(0, 1, 0, 210deg);
  transform: rotate3d(0, 1, 0, 210deg);
  -webkit-animation: 10s linear infinite move22;
  animation: 10s linear infinite move22;
}

@-webkit-keyframes move22 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 210deg);
    transform: rotate3d(0.25, 1, 0, 210deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 390deg);
    transform: rotate3d(1, 0, 0, 390deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 570deg);
    transform: rotate3d(-0.25, -1, 0, 570deg);
  }
}

@keyframes move22 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 210deg);
    transform: rotate3d(0.25, 1, 0, 210deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 390deg);
    transform: rotate3d(1, 0, 0, 390deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 570deg);
    transform: rotate3d(-0.25, -1, 0, 570deg);
  }
}
.background-glob div:nth-of-type(22) {
  -webkit-transform: rotate3d(0, 1, 0, 220deg);
  transform: rotate3d(0, 1, 0, 220deg);
  -webkit-animation: 10s linear infinite move23;
  animation: 10s linear infinite move23;
}

@-webkit-keyframes move23 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 220deg);
    transform: rotate3d(0.25, 1, 0, 220deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 400deg);
    transform: rotate3d(1, 0, 0, 400deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 580deg);
    transform: rotate3d(-0.25, -1, 0, 580deg);
  }
}

@keyframes move23 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 220deg);
    transform: rotate3d(0.25, 1, 0, 220deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 400deg);
    transform: rotate3d(1, 0, 0, 400deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 580deg);
    transform: rotate3d(-0.25, -1, 0, 580deg);
  }
}
.background-glob div:nth-of-type(23) {
  -webkit-transform: rotate3d(0, 1, 0, 230deg);
  transform: rotate3d(0, 1, 0, 230deg);
  -webkit-animation: 10s linear infinite move24;
  animation: 10s linear infinite move24;
}

@-webkit-keyframes move24 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 230deg);
    transform: rotate3d(0.25, 1, 0, 230deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 410deg);
    transform: rotate3d(1, 0, 0, 410deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 590deg);
    transform: rotate3d(-0.25, -1, 0, 590deg);
  }
}

@keyframes move24 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 230deg);
    transform: rotate3d(0.25, 1, 0, 230deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 410deg);
    transform: rotate3d(1, 0, 0, 410deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 590deg);
    transform: rotate3d(-0.25, -1, 0, 590deg);
  }
}
.background-glob div:nth-of-type(24) {
  -webkit-transform: rotate3d(0, 1, 0, 240deg);
  transform: rotate3d(0, 1, 0, 240deg);
  -webkit-animation: 10s linear infinite move25;
  animation: 10s linear infinite move25;
}

@-webkit-keyframes move25 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 240deg);
    transform: rotate3d(0.25, 1, 0, 240deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 420deg);
    transform: rotate3d(1, 0, 0, 420deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 600deg);
    transform: rotate3d(-0.25, -1, 0, 600deg);
  }
}

@keyframes move25 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 240deg);
    transform: rotate3d(0.25, 1, 0, 240deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 420deg);
    transform: rotate3d(1, 0, 0, 420deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 600deg);
    transform: rotate3d(-0.25, -1, 0, 600deg);
  }
}
.background-glob div:nth-of-type(25) {
  -webkit-transform: rotate3d(0, 1, 0, 250deg);
  transform: rotate3d(0, 1, 0, 250deg);
  -webkit-animation: 10s linear infinite move26;
  animation: 10s linear infinite move26;
}

@-webkit-keyframes move26 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 250deg);
    transform: rotate3d(0.25, 1, 0, 250deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 430deg);
    transform: rotate3d(1, 0, 0, 430deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 610deg);
    transform: rotate3d(-0.25, -1, 0, 610deg);
  }
}

@keyframes move26 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 250deg);
    transform: rotate3d(0.25, 1, 0, 250deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 430deg);
    transform: rotate3d(1, 0, 0, 430deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 610deg);
    transform: rotate3d(-0.25, -1, 0, 610deg);
  }
}
.background-glob div:nth-of-type(26) {
  -webkit-transform: rotate3d(0, 1, 0, 260deg);
  transform: rotate3d(0, 1, 0, 260deg);
  -webkit-animation: 10s linear infinite move27;
  animation: 10s linear infinite move27;
}

@-webkit-keyframes move27 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 260deg);
    transform: rotate3d(0.25, 1, 0, 260deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 440deg);
    transform: rotate3d(1, 0, 0, 440deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 620deg);
    transform: rotate3d(-0.25, -1, 0, 620deg);
  }
}

@keyframes move27 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 260deg);
    transform: rotate3d(0.25, 1, 0, 260deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 440deg);
    transform: rotate3d(1, 0, 0, 440deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 620deg);
    transform: rotate3d(-0.25, -1, 0, 620deg);
  }
}
.background-glob div:nth-of-type(27) {
  -webkit-transform: rotate3d(0, 1, 0, 270deg);
  transform: rotate3d(0, 1, 0, 270deg);
  -webkit-animation: 10s linear infinite move28;
  animation: 10s linear infinite move28;
}

@-webkit-keyframes move28 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 270deg);
    transform: rotate3d(0.25, 1, 0, 270deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 450deg);
    transform: rotate3d(1, 0, 0, 450deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 630deg);
    transform: rotate3d(-0.25, -1, 0, 630deg);
  }
}

@keyframes move28 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 270deg);
    transform: rotate3d(0.25, 1, 0, 270deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 450deg);
    transform: rotate3d(1, 0, 0, 450deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 630deg);
    transform: rotate3d(-0.25, -1, 0, 630deg);
  }
}
.background-glob div:nth-of-type(28) {
  -webkit-transform: rotate3d(0, 1, 0, 280deg);
  transform: rotate3d(0, 1, 0, 280deg);
  -webkit-animation: 10s linear infinite move29;
  animation: 10s linear infinite move29;
}

@-webkit-keyframes move29 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 280deg);
    transform: rotate3d(0.25, 1, 0, 280deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 460deg);
    transform: rotate3d(1, 0, 0, 460deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 640deg);
    transform: rotate3d(-0.25, -1, 0, 640deg);
  }
}

@keyframes move29 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 280deg);
    transform: rotate3d(0.25, 1, 0, 280deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 460deg);
    transform: rotate3d(1, 0, 0, 460deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 640deg);
    transform: rotate3d(-0.25, -1, 0, 640deg);
  }
}
.background-glob div:nth-of-type(29) {
  -webkit-transform: rotate3d(0, 1, 0, 290deg);
  transform: rotate3d(0, 1, 0, 290deg);
  -webkit-animation: 10s linear infinite move30;
  animation: 10s linear infinite move30;
}

@-webkit-keyframes move30 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 290deg);
    transform: rotate3d(0.25, 1, 0, 290deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 470deg);
    transform: rotate3d(1, 0, 0, 470deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 650deg);
    transform: rotate3d(-0.25, -1, 0, 650deg);
  }
}

@keyframes move30 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 290deg);
    transform: rotate3d(0.25, 1, 0, 290deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 470deg);
    transform: rotate3d(1, 0, 0, 470deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 650deg);
    transform: rotate3d(-0.25, -1, 0, 650deg);
  }
}
.background-glob div:nth-of-type(30) {
  -webkit-transform: rotate3d(0, 1, 0, 300deg);
  transform: rotate3d(0, 1, 0, 300deg);
  -webkit-animation: 10s linear infinite move31;
  animation: 10s linear infinite move31;
}

@-webkit-keyframes move31 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 300deg);
    transform: rotate3d(0.25, 1, 0, 300deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 480deg);
    transform: rotate3d(1, 0, 0, 480deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 660deg);
    transform: rotate3d(-0.25, -1, 0, 660deg);
  }
}

@keyframes move31 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 300deg);
    transform: rotate3d(0.25, 1, 0, 300deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 480deg);
    transform: rotate3d(1, 0, 0, 480deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 660deg);
    transform: rotate3d(-0.25, -1, 0, 660deg);
  }
}
.background-glob div:nth-of-type(31) {
  -webkit-transform: rotate3d(0, 1, 0, 310deg);
  transform: rotate3d(0, 1, 0, 310deg);
  -webkit-animation: 10s linear infinite move32;
  animation: 10s linear infinite move32;
}

@-webkit-keyframes move32 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 310deg);
    transform: rotate3d(0.25, 1, 0, 310deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 490deg);
    transform: rotate3d(1, 0, 0, 490deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 670deg);
    transform: rotate3d(-0.25, -1, 0, 670deg);
  }
}

@keyframes move32 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 310deg);
    transform: rotate3d(0.25, 1, 0, 310deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 490deg);
    transform: rotate3d(1, 0, 0, 490deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 670deg);
    transform: rotate3d(-0.25, -1, 0, 670deg);
  }
}
.background-glob div:nth-of-type(32) {
  -webkit-transform: rotate3d(0, 1, 0, 320deg);
  transform: rotate3d(0, 1, 0, 320deg);
  -webkit-animation: 10s linear infinite move33;
  animation: 10s linear infinite move33;
}

@-webkit-keyframes move33 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 320deg);
    transform: rotate3d(0.25, 1, 0, 320deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 500deg);
    transform: rotate3d(1, 0, 0, 500deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 680deg);
    transform: rotate3d(-0.25, -1, 0, 680deg);
  }
}

@keyframes move33 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 320deg);
    transform: rotate3d(0.25, 1, 0, 320deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 500deg);
    transform: rotate3d(1, 0, 0, 500deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 680deg);
    transform: rotate3d(-0.25, -1, 0, 680deg);
  }
}
.background-glob div:nth-of-type(33) {
  -webkit-transform: rotate3d(0, 1, 0, 330deg);
  transform: rotate3d(0, 1, 0, 330deg);
  -webkit-animation: 10s linear infinite move34;
  animation: 10s linear infinite move34;
}

@-webkit-keyframes move34 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 330deg);
    transform: rotate3d(0.25, 1, 0, 330deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 510deg);
    transform: rotate3d(1, 0, 0, 510deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 690deg);
    transform: rotate3d(-0.25, -1, 0, 690deg);
  }
}

@keyframes move34 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 330deg);
    transform: rotate3d(0.25, 1, 0, 330deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 510deg);
    transform: rotate3d(1, 0, 0, 510deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 690deg);
    transform: rotate3d(-0.25, -1, 0, 690deg);
  }
}
.background-glob div:nth-of-type(34) {
  -webkit-transform: rotate3d(0, 1, 0, 340deg);
  transform: rotate3d(0, 1, 0, 340deg);
  -webkit-animation: 10s linear infinite move35;
  animation: 10s linear infinite move35;
}

@-webkit-keyframes move35 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 340deg);
    transform: rotate3d(0.25, 1, 0, 340deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 520deg);
    transform: rotate3d(1, 0, 0, 520deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 700deg);
    transform: rotate3d(-0.25, -1, 0, 700deg);
  }
}

@keyframes move35 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 340deg);
    transform: rotate3d(0.25, 1, 0, 340deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 520deg);
    transform: rotate3d(1, 0, 0, 520deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 700deg);
    transform: rotate3d(-0.25, -1, 0, 700deg);
  }
}
.background-glob div:nth-of-type(35) {
  -webkit-transform: rotate3d(0, 1, 0, 350deg);
  transform: rotate3d(0, 1, 0, 350deg);
  -webkit-animation: 10s linear infinite move36;
  animation: 10s linear infinite move36;
}

@-webkit-keyframes move36 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 350deg);
    transform: rotate3d(0.25, 1, 0, 350deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 530deg);
    transform: rotate3d(1, 0, 0, 530deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 710deg);
    transform: rotate3d(-0.25, -1, 0, 710deg);
  }
}

@keyframes move36 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 350deg);
    transform: rotate3d(0.25, 1, 0, 350deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 530deg);
    transform: rotate3d(1, 0, 0, 530deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 710deg);
    transform: rotate3d(-0.25, -1, 0, 710deg);
  }
}
.background-glob div:nth-of-type(36) {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
  transform: rotate3d(0, 1, 0, 360deg);
  -webkit-animation: 10s linear infinite move37;
  animation: 10s linear infinite move37;
}

@-webkit-keyframes move37 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 360deg);
    transform: rotate3d(0.25, 1, 0, 360deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 540deg);
    transform: rotate3d(1, 0, 0, 540deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 720deg);
    transform: rotate3d(-0.25, -1, 0, 720deg);
  }
}

@keyframes move37 {
  0% {
    -webkit-transform: rotate3d(0.25, 1, 0, 360deg);
    transform: rotate3d(0.25, 1, 0, 360deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, 540deg);
    transform: rotate3d(1, 0, 0, 540deg);
  }
  100% {
    -webkit-transform: rotate3d(-0.25, -1, 0, 720deg);
    transform: rotate3d(-0.25, -1, 0, 720deg);
  }
}

@charset "utf-8";

/* --------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block; /* FOR IE8 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 500;

  font-size: 62.5%; /* font-size 1em = 10px */
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

br {
  letter-spacing: normal;
}

img {
  vertical-align: top;
}

ol,
ul,
li {
  list-style: none;
}

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

table tr td {
  padding: 0;
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.sp_only1,
.sp_only2 {
  display: none;
}

span.pc_br {
  display: block;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only1 {
    display: block;
  }

  .sp_only2 {
    display: inline;
  }

  span.pc_br {
    display: inline;
  }

  span.sp_br {
    display: block;
  }
}

@media all and (min-width: 768) {
}

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

#base {
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
  left: 0;
  top: 0;
}

#base .smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
	-webkit-font-smoothing:none;
	-webkit-font-smoothing:subpixel-antialiased; //SafariでのDefault値
	-moz-osx-font-smoothing:auto;
	*/
}

#base .sec {
  position: relative;
}

#base .sec .subsec {
  position: relative;
}

@media all and (min-width: 768px) {
  #base .sec {
    overflow: hidden;
  }

  #base .sec .subsec {
    overflow: hidden;
  }
}

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

.intro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.intro .subintro {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.intro .subintro .subsubintro {
  display: table;
  margin: auto;
  position: relative;
}

.intro .subintro .subsubintro p {
  color: #ffffff;
  font-size: 4.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro .subintro .subsubintro .introcv {
  position: absolute;
  left: 0;
  top: 0;
  width: ;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}

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

#base .home .subsec .bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: contain;
}

#base .home .subsec {
  background: #fff;
}

#base .home .subsec .str {
  position: absolute;
  left: 36px;
  top: 32px;
}

#base .home .subsec .str p {
  padding-top: 17px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .home .subsec .strider {
  position: absolute;
  right: 20px;
  top: 21px;
}

#base .home .subsec .scrolltxt {
  position: absolute;
  right: 37px;
  top: 0;
  bottom: 145px;
  margin: auto;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#base .home .subsec .scrolltxt p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 0.68;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .home .subsec .scrollbar {
  position: absolute;
  right: 40px;
  top: 56px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 140px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

#base .home .subsec .scrollbar .bar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}

#base .home .subsec .sns {
  position: absolute;
  left: 20px;
  bottom: 20px;

  display: table;
}

#base .home .subsec .sns li {
  display: table-cell;
  padding-right: 8px;
}

#base .home .subsec .cp {
  position: absolute;
  right: 30px;
  bottom: 35px;

  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .home {
    overflow: hidden;
  }

  #base .home .subsec {
    overflow: hidden;
  }

  #base .home .subsec .bg {
    left: -15%;
    top: auto;
    bottom: 0;
  }

  #base .home .subsec .str {
    left: 25px;
    top: 26px;
  }

  #base .home .subsec .str img {
    width: 116px;
    height: auto;
  }

  #base .home .subsec .str p {
    padding-top: 14px;
    color: #ffffff;
    font-size: 1.1em;
  }

  #base .home .subsec .strider {
    right: 12px;
    top: 14px;
  }

  #base .home .subsec .strider img {
    width: 140px;
    height: auto;
  }

  #base .home .subsec .scrolltxt {
    right: 27px;
    top: auto;
    bottom: 100px;
  }

  #base .home .subsec .scrollbar {
    right: 30px;
    top: auto;
    bottom: 30px;
    height: 60px;
  }

  #base .home .subsec .sns {
    left: 14px;
    bottom: 18px;
  }

  #base .home .subsec .sns li {
    padding-right: 6px;
  }

  #base .home .subsec .sns li img {
    width: 36px;
    height: 36px;
  }

  #base .home .subsec .cp {
    display: none;
  }
}

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

#base .concept .subsec {
  background: #f9f9f9;
}

#base .concept .subsec .bg {
  /*position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background:url(../img/concept_bg.png) bottom center no-repeat;
	background-size:cover;*/
  position: absolute;
  left: 0;
  bottom: 0;
}

#base .concept .subsec .bg img {
  position: absolute;
  bottom: 0;
  width: auto;
  /*position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background:url(../img/concept_bg.png) bottom center no-repeat;
	background-size:cover;*/
}

#base .concept .subsec .container {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  #base .concept .subsec .container {
    padding: 0;
  }
}
#base .concept .subsec .cont .cont_t {
  position: absolute;
  right: 70px;
  top: 80px;
  text-align: right;

  color: #000000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .concept .subsec .cont .cont_t .txt1 {
  font-size: 1.7em;
  letter-spacing: 0.05em;
  line-height: 2.7;
}

#base .concept .subsec .cont .cont_t .txt2 {
  font-size: 2.1em;
  letter-spacing: 0.08em;
  line-height: 2.5;
  padding-top: 20px;
}

#base .concept .subsec .cont .cont_b {
  position: absolute;
  right: 70px;
  bottom: 90px;
  text-align: right;

  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.2;
}

#base .concept .subsec .cont .cont_b p {
  padding-top: 15px;
}

@media all and (min-width: 768px) {
  #base .concept .subsec .cont .cont_b p span {
    display: block;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .concept {
  }

  #base .concept .subsec {
    padding: 40px 0 270px;
  }

  #base .concept .subsec .bg {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  #base .concept .subsec .bg img {
  }

  #base .concept .subsec .cont {
    display: table;
    width: auto;
    margin: 0 auto;
  }

  #base .concept .subsec .cont .cont_t {
    position: static;
    text-align: left;
    width: auto;
  }

  #base .concept .subsec .cont .cont_t .txt1 {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    line-height: 2.4;
  }

  #base .concept .subsec .cont .cont_t .txt2 {
    font-size: 2em;
    letter-spacing: 0.08em;
    line-height: 2.2;
    padding-top: 10px;
  }

  #base .concept .subsec .cont .cont_b {
    position: static;
    text-align: left;
    width: auto;

    font-size: 1.1em;
    letter-spacing: 0.05em;
    line-height: 2.2;
    padding-top: 10px;
  }

  #base .concept .subsec .cont .cont_b p {
    padding-top: 5px;
  }
}

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

#base .phtsec1 .subsec .bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url(../img/phtsec1_bg.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .phtsec1 .subsec .bg {
    position: static;
  }
}

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

#base .feature .subsec .cont_l {
  position: absolute;
  left: 0;
  top: 0;
}

#base .feature .subsec .cont_r {
  position: absolute;
  right: 0;
  top: 0;
}

#base .feature .subsec .txt,
#base .feature .subsec .phttxt {
  display: table;
}

#base .feature .subsec .txt .subtxt,
#base .feature .subsec .phttxt .subtxt {
  display: table-cell;
  vertical-align: middle;
}

#base .feature .subsec .txt {
  background: #ffffff;
}

#base .feature .subsec .txt .subtxt .txt1 {
  text-align: center;
  font-size: 2.1em;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .feature .subsec .txt .subtxt .txt2 {
  display: table;
  width: 350px;
  margin: 40px auto 0;
}

#base .feature .subsec .txt .subtxt .txt2 p {
  margin-left: 5px;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  color: #444444;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .feature .subsec .txt .subtxt .txt2 p span {
  color: #000000;
  font-weight: bold;
}

#base .feature .subsec .pht {
  overflow: hidden;
}

#base .feature .subsec .pht .phttxt {
  position: absolute;
  left: -100px;
  bottom: 0;
}

#base .feature .subsec .pht .phttxt .txt1 {
  text-align: center;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.68;
}

#base .feature .subsec .pht .phttxt .txt2 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.1;
  padding: 35px 135px 40px 140px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .feature .subsec .cont_l {
    position: relative;
  }

  #base .feature .subsec .cont_r {
    position: relative;
  }

  #base .feature .subsec .txt .subtxt .txt1 {
    font-size: 1.8em;
    padding-top: 25px;
  }

  #base .feature .subsec .txt .subtxt .txt2 {
    display: table;
    width: 84%;
    margin: 15px auto 40px;
  }

  #base .feature .subsec .txt .subtxt .txt2 p {
    margin-left: 5px;
    font-size: 1.2em;
    letter-spacing: 0.02em;
    color: #444444;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #base .feature .subsec .pht .phttxt .txt2 {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    padding: 15px 110px 15px 115px;
  }
}

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

#base .feature1 .subsec .pht {
  background: url(../img/feature1_bg.jpg) center center no-repeat;
  background-size: cover;
}

#base .feature2 .subsec .pht {
  background: url(../img/feature2_bg.jpg) center center no-repeat;
  background-size: cover;
}

#base .feature3 .subsec .pht {
  background: url(../img/feature3_bg.jpg) center center no-repeat;
  background-size: cover;
}

#base .feature4 .subsec .pht {
  background: url(../img/feature4_bg.jpg) center center no-repeat;
  background-size: cover;
}

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

#base .phtsec2 .subsec .bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url(../img/phtsec2_bg.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .phtsec2 .subsec .bg {
    position: static;
  }
}

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

#base .photo .subsec {
  background: #30a6e09e;
}

#base .photo .subsec .pht {
  position: absolute;
  overflow: hidden;
}
#base .photo .subsec .pht01 {
  background: url(../img/photo/1d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht02 {
  background: url(../img/photo/2d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht03 {
  background: url(../img/photo/3d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht04 {
  background: url(../img/photo/4d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht05 {
  background: url(../img/photo/5d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht06 {
  background: url(../img/photo/6d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht07 {
  background: url(../img/photo/7d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht08 {
  background: url(../img/photo/8d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht09 {
  background: url(../img/photo/9d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht10 {
  background: url(../img/photo/10d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht11 {
  background: url(../img/photo/11d.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht12 {
  background: url(../img/photo/12d.jpg) center center no-repeat;
  background-size: cover;
}

#base .photo .subsec .pht .subpht {
  width: 100%;
  height: 100%;
}
#base .photo .subsec .pht01 .subpht {
  background: url(../img/photo/1o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht02 .subpht {
  background: url(../img/photo/2o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht03 .subpht {
  background: url(../img/photo/3o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht04 .subpht {
  background: url(../img/photo/4o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht05 .subpht {
  background: url(../img/photo/5o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht06 .subpht {
  background: url(../img/photo/6o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht07 .subpht {
  background: url(../img/photo/7o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht08 .subpht {
  background: url(../img/photo/8o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht09 .subpht {
  background: url(../img/photo/9o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht10 .subpht {
  background: url(../img/photo/10o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht11 .subpht {
  background: url(../img/photo/11o.jpg) center center no-repeat;
  background-size: cover;
}
#base .photo .subsec .pht12 .subpht {
  background: url(../img/photo/12o.jpg) center center no-repeat;
  background-size: cover;
}

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

.photomodal {
  display: none;
  position: relative;
  z-index: 500;
}

.photomodal .subsec {
  position: relative;
}

.photomodal .subsec .bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #000000;
}

.photomodal .subsec .pht {
  position: absolute;
  display: table;
}

.photomodal .subsec .pht .subpht {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.photomodal .subsec .pht .subpht .bgcv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photomodal .subsec .pht .subpht .subsubpht {
  overflow: hidden;
  position: relative;
  margin: auto;
}

.photomodal .subsec .pht .subpht .subsubpht img {
  position: relative;
}

.photomodal .subsec .prv {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto;
}

.photomodal .subsec .nxt {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto;
}

.photomodal .subsec .close {
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .photomodal .subsec .prv {
    top: auto;
    bottom: 10px;
  }

  .photomodal .subsec .nxt {
    top: auto;
    bottom: 10px;
  }
}

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

#base .spec {
  position: relative;
  background: #ffffff;
}

#base .spec .subsec {
  position: relative;
  padding-bottom: 100px;
}

#base .spec .subsec .ttl {
  position: absolute;
  left: 0px;
  top: 116px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#base .spec .subsec .ttl p {
  font-size: 6.4em;
  letter-spacing: 0.02em;
  line-height: 0.68;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .spec .subsec .cont_pc {
  width: 1060px;
  margin: 0 auto;
  padding: 120px 0 100px;
}

#base .spec .subsec .cont_pc .cont_l {
  width: 500px;
  float: left;
}

#base .spec .subsec .cont_pc .cont_r {
  width: 500px;
  float: right;
}

#base .spec .subsec .cont_pc dl {
  width: 500px;
  float: left;
  border-top: solid 1px #dddddd;
  padding: 26px 0 27px;
}

#base .spec .subsec .cont_pc dl dt {
  width: 150px;
  float: left;
  clear: left;

  font-size: 1.4em;
  letter-spacing: 0.02em;
  color: #000000;
  font-weight: bold;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .spec .subsec .cont_pc dl dd {
  width: 350px;
  float: left;

  font-size: 1.4em;
  letter-spacing: 0.02em;
  color: #444444;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .spec .subsec .cont_pc dl dd .ce_ic {
  padding-top: 20px;
  padding-bottom: 5px;
}

#base .spec .subsec .cont_pc dl dd .att1 {
  position: relative;
  padding-bottom: 27px;
}
#base .spec .subsec .cont_pc dl dd .att1 img {
  position: absolute;
  left: -1px;
  top: -1px;
}
#base .spec .subsec .cont_pc dl dd .att1 p {
  padding-left: 65px;
}

#base .spec .subsec .cont_pc dl dd .att2 {
  position: relative;
  border-top: solid 1px #dddddd;
  padding-top: 26px;
  padding-bottom: 27px;
}
#base .spec .subsec .cont_pc dl dd .att2 img {
  position: absolute;
  left: -1px;
  top: 25px;
}
#base .spec .subsec .cont_pc dl dd .att2 p {
  padding-left: 65px;
}

#base .spec .subsec .cont_pc dl dd .att3 {
  position: relative;
  border-top: solid 1px #dddddd;
  padding-top: 26px;
}
#base .spec .subsec .cont_pc dl dd .att3 img {
  position: absolute;
  left: -1px;
  top: 25px;
}
#base .spec .subsec .cont_pc dl dd .att3 p {
  padding-left: 65px;
}

#base .spec .subsec .cont_pc .bd_btm_l {
  float: left;
  width: 500px;
  height: 1px;
  background: #dddddd;
  overflow: hidden;
}

#base .spec .subsec .cont_pc .bd_btm_r {
  float: right;
  width: 500px;
  height: 1px;
  background: #dddddd;
  overflow: hidden;
}

#base .spec .subsec .shop {
  display: table;
  margin-left: auto;
  position: relative;
}

#base .spec .subsec .shop a span {
  display: table;
  padding-right: 95px;

  font-size: 1.5em;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  transition-property: all;
  transition-duration: 100ms;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
#base .spec .subsec .shop a:hover span {
  color: #999999;
}

#base .spec .subsec .shop a .ln {
  width: 50px;
  height: 2px;
  background: #000000;
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 14px;

  transition-property: all;
  transition-duration: 100ms;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
#base .spec .subsec .shop a:hover .ln {
  width: 80px;
  right: 0px;
  background: #999999;
}

#base .spec .subsec .cont_sp {
  display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .spec {
  }

  #base .spec .subsec {
    padding-bottom: 40px;
  }

  #base .spec .subsec .ttl {
    top: 56px;
  }

  #base .spec .subsec .ttl p {
    font-size: 4em;
  }

  #base .spec .subsec .cont_pc {
    display: none;
  }

  #base .spec .subsec .cont_sp {
    display: block;
    width: 310px;
    margin-left: auto;
    padding: 60px 0 40px;
  }

  #base .spec .subsec .cont_sp dl {
    width: 310px;
    float: left;
    border-bottom: solid 1px #dddddd;
    padding: 16px 0 17px;
  }
  #base .spec .subsec .cont_sp dl:first-child {
    border-top: solid 1px #dddddd;
  }

  #base .spec .subsec .cont_sp dl dt {
    width: 105px;
    float: left;
    clear: left;

    font-size: 1.2em;
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: bold;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #base .spec .subsec .cont_sp dl dt span {
    display: block;
  }

  #base .spec .subsec .cont_sp dl dd {
    width: 205px;
    float: left;

    font-size: 1.2em;
    letter-spacing: 0.02em;
    color: #444444;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #base .spec .subsec .cont_sp dl dd p {
    padding-right: 15px;
  }

  #base .spec .subsec .cont_sp dl dd .ce_ic {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  #base .spec .subsec .cont_sp dl dd .ce_ic img {
    height: 45px;
    width: auto;
  }

  #base .spec .subsec .cont_sp dl dd .ce_ic {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  #base .spec .subsec .cont_sp dl dd .att1 {
    position: relative;
    padding-bottom: 17px;
  }
  #base .spec .subsec .cont_sp dl dd .att1 img {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
  }
  #base .spec .subsec .cont_sp dl dd .att1 p {
    padding-left: 50px;
  }

  #base .spec .subsec .cont_sp dl dd .att2 {
    position: relative;
    border-top: solid 1px #dddddd;
    padding-top: 16px;
    padding-bottom: 17px;
  }
  #base .spec .subsec .cont_sp dl dd .att2 img {
    position: absolute;
    left: -1px;
    top: 15px;
    width: 40px;
    height: 40px;
  }
  #base .spec .subsec .cont_sp dl dd .att2 p {
    padding-left: 50px;
  }

  #base .spec .subsec .cont_sp dl dd .att3 {
    position: relative;
    border-top: solid 1px #dddddd;
    padding-top: 16px;
  }
  #base .spec .subsec .cont_sp dl dd .att3 img {
    position: absolute;
    left: -1px;
    top: 15px;
    width: 40px;
    height: 40px;
  }
  #base .spec .subsec .cont_sp dl dd .att3 p {
    padding-left: 50px;
  }

  #base .spec .subsec .shop a span {
    padding-right: 53px;
    font-size: 1.2em;
  }

  #base .spec .subsec .shop a .ln {
    width: 25px;
    height: 2px;
    right: 20px;
    bottom: 11px;
  }
}

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

#base .rakuten .subsec {
  position: relative;
}

#base .rakuten .subsec .bg_o {
  position: absolute;
  left: 0;
  top: 0;
}

#base .rakuten .subsec .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#base .rakuten .subsec .cont .subcont {
  width: 100%;
  height: 100%;
  display: table;
}

#base .rakuten .subsec .cont .subcont .subsubcont {
  display: table-cell;
  vertical-align: middle;
}

#base .rakuten .subsec ul {
  display: table;
  margin: 0 auto;
}

#base .rakuten .subsec ul li {
  display: table-cell;
  vertical-align: middle;
}

#base .rakuten .subsec ul .txt {
  color: #ffffff;
  font-size: 4.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-left: 10px;
  padding-right: 18px;
  position: relative;
  top: -1px;
}

#base .rakuten .subsec .bd {
  position: absolute;
  overflow: hidden;
}

#base .rakuten .subsec .bd .subbd {
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  height: 100%;
}
#base .rakuten .subsec .bd_t .subbd {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#base .rakuten .subsec .bd_b .subbd {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#base .rakuten .subsec .bd_l .subbd {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#base .rakuten .subsec .bd_r .subbd {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .rakuten {
  }

  #base .rakuten .subsec ul .txt {
    font-size: 1.8em;
    padding-left: 6px;
    padding-right: 10px;
  }

  #base .rakuten .subsec ul .ic img {
    height: 22px;
    width: auto;
  }
}

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

#base .footer .subsec {
  background: #000000;
}

#base .footer .subsec .cont_t,
#base .footer .subsec .cont_b {
  display: table;
}

#base .footer .subsec .cont_t .cont_l,
#base .footer .subsec .cont_t .cont_r,
#base .footer .subsec .cont_b .cont_l,
#base .footer .subsec .cont_b .cont_r {
  display: table-cell;
  vertical-align: middle;
}

#base .footer .subsec .cont_t .cont_l .navi {
  padding-left: 50px;
  position: relative;
}

#base .footer .subsec .cont_t .cont_l .navi .tbl {
  display: table;
}

#base .footer .subsec .cont_t .cont_l .navi .tbl .tr {
  display: table-row;
}

#base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_l,
#base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_r {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
}
#base .footer .subsec .cont_t .cont_l .navi .tbl .tr:first-child .navi_l,
#base .footer .subsec .cont_t .cont_l .navi .tbl .tr:first-child .navi_r {
  padding-top: 0;
}

#base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_l {
  width: 170px;

  font-size: 1.3em;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_r {
  font-size: 1.3em;
  letter-spacing: 0.02em;
  color: #dddddd;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_r a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_r span {
  padding: 0 10px;
  color: #888888;
}

#base .footer .subsec .cont_t .cont_l .navi .ln {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #333333;
  overflow: hidden;
  top: 0;
  left: 187px;
}

#base .footer .subsec .cont_t .cont_r {
  width: 327px;
}

#base .footer .subsec .cont_t .cont_r .sns {
  float: left;
  border-left: solid 1px #333333;
}
#base .footer .subsec .cont_t .cont_r .sns4,
#base .footer .subsec .cont_t .cont_r .sns5,
#base .footer .subsec .cont_t .cont_r .sns6 {
  border-top: solid 1px #333333;
}

#base .footer .subsec .cont_t .cont_r .sns .subsns {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#base .footer .subsec .cont_t .cont_r .sns .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#base .footer .subsec .cont_t .cont_r .sns1 .bg {
  background: #4267b2;
}
#base .footer .subsec .cont_t .cont_r .sns2 .bg {
  background: #bd2b8e;
}
#base .footer .subsec .cont_t .cont_r .sns3 .bg {
  background: #1da1f2;
}
#base .footer .subsec .cont_t .cont_r .sns4 .bg {
  background: #ff0000;
}
#base .footer .subsec .cont_t .cont_r .sns5 .bg {
  background: #90c31f;
}
#base .footer .subsec .cont_t .cont_r .sns6 .bg {
  background: #90c31f;
}

#base .footer .subsec .cont_t .cont_r .sns img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#base .footer .subsec .cont_t .cont_r .sns .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  display: table;
}

#base .footer .subsec .cont_t .cont_r .sns .txt .subtxt {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#base .footer .subsec .cont_b {
  border-top: solid 1px #333333;
}

#base .footer .subsec .cont_b .cont_l,
#base .footer .subsec .cont_b .cont_r {
  width: 50%;
}

#base .footer .subsec .cont_b .cont_l {
  text-align: left;
}

#base .footer .subsec .cont_b .cont_l img {
  margin-left: 24px;
}

#base .footer .subsec .cont_b .cont_r {
  text-align: right;
}

#base .footer .subsec .cont_b .cont_r p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 139px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #base .footer {
  }

  #base .footer .subsec .cont_t {
    display: block;
  }

  #base .footer .subsec .cont_t .cont_l,
  #base .footer .subsec .cont_t .cont_r {
    display: block;
  }

  #base .footer .subsec .cont_t .cont_l .navi {
    padding-left: 0;
    position: relative;
  }

  #base .footer .subsec .cont_t .cont_l .navi .tbl {
    display: block;
    padding-top: 30px;
    padding-bottom: 5px;
  }

  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr {
    display: block;
    width: 84%;
    margin: 0 auto;
  }

  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_l,
  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_r {
    display: block;
    padding-top: 0;
  }
  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr:first-child .navi_l,
  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr:first-child .navi_r {
    padding-top: 0;
  }

  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_l {
    width: auto;
    font-size: 1.2em;
    padding-bottom: 5px;
  }

  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_r {
    padding-bottom: 25px;
    font-size: 1.2em;
    line-height: 2;
  }

  #base .footer .subsec .cont_t .cont_l .navi .tbl .tr .navi_r span {
    padding: 0 10px;
  }

  #base .footer .subsec .cont_t .cont_l .navi .ln {
    display: none;
  }

  #base .footer .subsec .cont_t .cont_r {
    width: 100%;
  }

  #base .footer .subsec .cont_t .cont_r .sns {
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
  }
  #base .footer .subsec .cont_t .cont_r .sns1 {
    border-left: none;
  }

  #base .footer .subsec .cont_t .cont_r .sns img {
    width: 36px;
    height: 36px;
  }

  #base .footer .subsec .cont_t .cont_r .sns .txt {
    display: none;
  }

  #base .footer .subsec .cont_b {
    border-top: none;
  }

  #base .footer .subsec .cont_b .cont_l {
    width: auto;
  }
  #base .footer .subsec .cont_b .cont_r {
    width: auto;
  }

  #base .footer .subsec .cont_b .cont_l img {
    margin-left: 8px;
    width: 110px;
    height: auto;
  }

  #base .footer .subsec .cont_b .cont_r p {
    font-size: 0.8em;
    letter-spacing: 0.02em;
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5;
  }

  #base .footer .subsec .cont_b .cont_r p span {
    display: block;
  }
}

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

#base .pagetop {
  position: fixed;
  z-index: 90;
  right: 0;
}

#base .pagetop .pagetop2 {
  position: absolute;
  right: 0;
  background-color: #ffffff;
}

@media all and (min-width: 0) and (max-width: 767px) {
}

#ancnavi {
  position: fixed;
  z-index: 199;
}
#base .work.slct .navi {
  position: fixed;
}
#ancnavi .subnavi {
  position: absolute;
  width: 72px;
  height: 72px;
  left: -36px;
  top: -36px;
  cursor: pointer;
}
#ancnavi .subnavi .arw {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(../img/sun.png);
  background-size: cover;
}

#ancnavi .subnavi .arw img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#ancnavi .subnavi .arw .bd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%; /* for Safari and Chrome */
  -moz-border-radius: 50%; /* for Firefox */
  -o-border-radius: 50%; /* for opera */
  border-radius: 50%;
  border: solid 2px #ffffff;

  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -ms-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}
#ancnavi .subnavi:hover .arw .bd {
  width: 64px;
  height: 64px;
}

#ancnavi .subnavi .arw.rfc {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.ceo-new {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .ceo-new {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 30px !important;
  }
}
