div.wpcf7 {
  margin: 0;
  padding: 0
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}

div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid red
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid red
}

div.wpcf7-spam-blocked {
  border: 2px solid orange
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
  position: relative
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: .2em .8em
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " "
}

.wpcf7-display-none {
  display: none
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}

div.wpcf7 div.ajax-error {
  display: none
}

div.wpcf7 .placeheld {
  color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0
}

div.wpcf7 input[type="file"] {
  cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default
}

.panel-grid.panel-has-style>.panel-row-style,
.panel-grid.panel-no-style {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,
.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.panel-grid-cell {
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.panel-grid-cell .panel-cell-style {
  height: 100%
}

.panel-grid-cell .so-panel {
  zoom: 1
}

.panel-grid-cell .so-panel:before {
  content: "";
  display: block
}

.panel-grid-cell .so-panel:after {
  content: "";
  display: table;
  clear: both
}

.panel-grid-cell .panel-last-child {
  margin-bottom: 0
}

.panel-grid-cell .widget-title {
  margin-top: 0
}

body.siteorigin-panels-before-js {
  overflow-x: hidden
}

body.siteorigin-panels-before-js .siteorigin-panels-stretch {
  margin-right: -1000px !important;
  margin-left: -1000px !important;
  padding-right: 1000px !important;
  padding-left: 1000px !important
}

.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: 0
}

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

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

.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
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, .75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
  background: #fff
}

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

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: .6
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.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 {
  filter: alpha(opacity=30);
  opacity: .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
}

.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 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%;
  filter: alpha(opacity=25);
  opacity: .25;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, .45)
}

#lg-counter,
.lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF
}

.lg-actions .lg-next {
  right: 20px
}

.lg-actions .lg-next:before {
  content: "\e095"
}

.lg-actions .lg-prev {
  left: 20px
}

.lg-actions .lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }

}

@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }

}

@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }

}

@keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }

}

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }

}

@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }

}

@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }

}

@keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }

}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
  color: #FFF
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease
  }

}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF
}

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

#lg-zoom-in:after {
  content: "\e311"
}

#lg-actual-size {
  font-size: 20px
}

#lg-actual-size:after {
  content: "\e033"
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

#lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%
}

.lg-fullscreen:after {
  content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}

.group:after,
.group:before {
  display: table;
  content: "";
  line-height: 0
}

.group:after {
  clear: both
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }

}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }

}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

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

td,
th {
  padding: 0
}

html {
  box-sizing: border-box;
  height: 100% !important
}

*,
*:before,
*:after {
  box-sizing: inherit
}

*:focus {
  outline: 0
}

body {
  height: 100%;
  background: #fff;
  color: #888;
  font-family: serif;
  font-size: 14px;
  line-height: 1.85
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0 1rem;
  color: #444;
  font-style: italic
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

h1 {
  font-size: 200%;
  line-height: 1.3
}

h2 {
  font-size: 175%;
  line-height: 1.4
}

h3 {
  font-size: 150%;
  line-height: 1.5
}

h4 {
  font-size: 130%;
  line-height: 1.6
}

h5 {
  font-size: 110%;
  line-height: 1.7
}

h6 {
  font-size: 100%
}

p {
  margin: 0 0 1.5em
}

a {
  text-decoration: none;
  transition: all .25s ease-in-out
}

a:hover,
a:focus,
a:active {
  color: #444;
  outline: 0
}

dfn,
cite,
em,
i {
  font-style: italic
}

blockquote {
  margin: 0 0 1.5em
}

address {
  margin: 0 0 1.5em
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin: 0 0 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.2em
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: .9375rem
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

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

big {
  font-size: 125%
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""
}

blockquote,
q {
  quotes: "" ""
}

blockquote {
  background-color: #f3f3f3;
  padding: 1.5em 2em;
  font-size: 120%;
  font-style: italic
}

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

hr {
  background-color: #e5e5e5;
  border: 0;
  height: 1px;
  margin: 1.5em 0
}

ul,
ol {
  margin: 0 0 1.5em 3em;
  padding: 0
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em
}

dt {
  font-weight: bold
}

dd {
  margin: 0 0 1.5em 1.5em
}

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

table {
  margin: 0 0 1.5em;
  width: 100%
}

embed,
iframe,
object {
  max-width: 100%
}

::-webkit-input-placeholder {
  color: #ccc
}

:-moz-placeholder {
  color: #ccc
}

::-moz-placeholder {
  color: #ccc
}

:-ms-input-placeholder {
  color: #ccc
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: .7em 1.5em;
  border: 1px solid;
  border-radius: 0;
  transition: all .25s ease-in-out;
  font-size: 12px;
  font-style: italic;
  line-height: inherit;
  letter-spacing: .1em;
  text-transform: uppercase
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: 0;
  text-decoration: none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="number"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  box-sizing: border-box
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="number"],
input[type="tel"],
select,
.select2-container .select2-choice,
textarea {
  display: inline-block;
  padding: .2em .5em;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
select:focus,
.select2-container .select2-choice:focus,
textarea:focus {
  border-color: #ccc;
  outline: 0
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="number"],
input[type="tel"],
select,
.select2-container .select2-choice {
  height: 2.8em
}

textarea {
  width: 100%
}

label {
  font-style: italic
}

.input-block {
  width: 100%
}

.select2-drop,
.select2-choice,
.select2-choices {
  border-radius: 0;
  border-color: #e5e5e5 !important
}

.wrapper {
  position: relative;
  width: 970px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto
}

.wrapper:before,
.wrapper:after {
  content: "";
  display: table
}

.wrapper:after {
  clear: both
}

@media screen and (min-width:1200px) {
  .wrapper {
    width: 1110px
  }

}

@media screen and (max-width:1023px) {
  .wrapper {
    width: 760px
  }

}

@media screen and (max-width:767px) {
  .wrapper {
    width: 510px
  }

}

@media screen and (max-width:519px) {
  .wrapper {
    width: auto !important
  }

}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: table
}

.clear:after,
.wrapper:after {
  clear: both
}

.align-left {
  text-align: left
}

.align-center {
  text-align: center
}

.align-right {
  text-align: right
}

html #wpadminbar {
  backface-visibility: hidden
}

@media(max-width:767px) {
  html #wpadminbar {
    position: fixed
  }

}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .8075em 0
}

.wp-caption-text {
  text-align: center
}

.gallery {
  margin-bottom: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%
}

.gallery-columns-2 .gallery-item {
  max-width: 50%
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
  max-width: 25%
}

.gallery-columns-5 .gallery-item {
  max-width: 20%
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-caption {
  display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.typography-section-heading {
  font-size: 400%;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none
}

@media screen and (max-width:767px) {
  .typography-section-heading {
    font-size: 350%;
    line-height: 1.15
  }

}

@media screen and (max-width:519px) {
  .typography-section-heading {
    font-size: 300%;
    line-height: 1.1
  }

}

.typography-heading {
  font-size: 120%;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase
}

.typography-title {
  font-size: 150%;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase
}

#page {
  position: relative;
  height: 100%
}

#top {
  position: absolute;
  top: 0
}

.admin-bar #top {
  top: -32px
}

@media(max-width:782px) {
  .admin-bar #top {
    top: -46px
  }

}

#content {
  padding: 100px 0
}

.page-template-one-page #content {
  padding: 0
}

#primary {
  width: 640px;
  float: left
}

#secondary {
  width: 250px;
  float: right
}

#primary.no-sidebar {
  width: auto !important;
  float: none
}

@media screen and (min-width:1200px) {
  #primary {
    width: 760px
  }

}

@media screen and (max-width:1023px) {
  #primary,
  #secondary {
    width: auto;
    float: none
  }

  #secondary {
    margin-top: 100px
  }

}

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center
}

@media screen and (max-width:767px) {
  .section-background {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important
  }

}

.section-background img,
.section-background video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
  backface-visibility: hidden
}

.section-background video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none
}

.hero-section {
  position: relative;
  height: 100%;
  max-height: 100vh
}

.hero-slider {
  position: relative;
  height: 100%
}

.hero-slider .flickity-slider {
  transform: none !important
}

.hero-slider .hero-slide.is-selected {
  z-index: 1;
  opacity: 1;
  transition: opacity .5s ease-in-out
}

.hero-slider .hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  left: 0 !important;
  opacity: 0;
  transition: opacity .5s ease-in-out .5s;
  backface-visibility: hidden
}

.hero-slider .flickity-page-dots {
  list-style: none;
  position: absolute;
  width: auto;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  margin: 0 20px 20px 0
}

.hero-slider .flickity-page-dots .dot {
  display: block;
  margin: 10px 0
}

.hero-slider .flickity-page-dots .dot:only-child {
  display: none
}

.hero-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1))
}

.hero-slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.hero-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 70px 0
}

.hero-logo .wrapper {
  position: relative;
  height: 100%
}

.hero-logo .wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.hero-logo-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%
}

.hero-action {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center
}

@-webkit-keyframes jackrose-hero-button {
  0% {
    -webkit-transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(0, -30px)
  }

}

@-moz-keyframes jackrose-hero-button {
  0% {
    -moz-transform: translate(0, 0)
  }

  50% {
    -moz-transform: translate(0, -30px)
  }

}

@-o-keyframes jackrose-hero-button {
  0% {
    -o-transform: translate(0, 0)
  }

  50% {
    -o-transform: translate(0, -30px)
  }

}

@keyframes jackrose-hero-button {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, -30px)
  }

}

.hero-button {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-animation: jackrose-hero-button 2s ease-in-out 0s infinite;
  -moz-animation: jackrose-hero-button 2s ease-in-out 0s infinite;
  -o-animation: jackrose-hero-button 2s ease-in-out 0s infinite;
  animation: jackrose-hero-button 2s ease-in-out 0s infinite
}

.hero-button span {
  display: block
}

.hero-button .fa {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-style: normal
}

.hero-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60vh
}

.hero-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none
}

.header-anchor {
  height: 71px
}

.header-anchor-top {
  position: absolute;
  top: 0;
  width: 100%
}

.header-section {
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 71px;
  border-bottom: 1px solid;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.header-section.floating {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 70px;
  padding: 10px 0;
  margin: 0 0 0 15px;
  line-height: 50px
}

.header-logo a {
  display: inline-block
}

.header-logo img {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  max-height: 50px
}

.header-navigation {
  display: block;
  padding: 0 70px;
  clear: both;
  text-align: center
}

.header-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap
}

.header-navigation>div>ul {
  display: table
}

.header-navigation>div>ul>li {
  padding: 25px 0;
  margin: 0 1.5em;
  float: left
}

.header-navigation li {
  position: relative
}

.header-navigation li a {
  display: block;
  text-decoration: none
}

.header-navigation li img {
  max-width: none
}

.header-navigation>div>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin-bottom: -1px;
  background-color: transparent;
  transition: all .25s ease-in-out
}

.header-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 999;
  border: 1px solid;
  border-bottom: 0;
  margin-left: -1em;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden
}

.header-navigation ul ul li {
  padding: 1em;
  margin: 0;
  float: none;
  border-bottom: 1px solid
}

.header-navigation ul ul a {
  text-align: left;
  max-width: 300px
}

.header-navigation ul li:hover>ul,
.header-navigation ul li.focus>ul {
  left: auto;
  opacity: 1;
  visibility: visible
}

.header-navigation ul ul ul {
  left: -999em;
  top: 0;
  margin-top: -1px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden
}

.header-navigation ul ul li:hover>ul,
.header-navigation ul ul li.focus>ul {
  left: 100%;
  opacity: 1;
  visibility: visible
}

.header-navigation-toggle {
  display: none;
  width: 30px;
  height: 30px;
  float: right;
  padding: 0;
  margin: 20px 0;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  line-height: 30px
}

.header-navigation-toggle:hover,
.header-navigation-toggle:focus {
  background-color: transparent
}

@media screen and (max-width:1023px) {
  .header-navigation>div {
    position: absolute;
    left: 0;
    right: 0
  }

  .header-navigation>div>ul {
    display: block;
    border: 1px solid;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: auto
  }

  .header-navigation>div>ul>li {
    padding: 0;
    margin: 0;
    float: none
  }

  .header-navigation>div>ul>li>a:after {
    display: none
  }

  .header-navigation li {
    margin: 0;
    padding: 0;
    float: none;
    border-bottom: 1px solid
  }

  .header-navigation li a {
    padding: 1em
  }

  .header-navigation ul ul {
    position: static;
    padding: 0;
    margin: 0;
    border: 0;
    max-width: none;
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important
  }

  .header-navigation ul ul li {
    border-top: 1px solid;
    padding: 0;
    border-bottom: 0
  }

  .header-navigation ul ul a {
    text-align: center;
    max-width: none
  }

  .header-navigation-toggle {
    display: inline-block
  }

  .header-navigation>div {
    top: -999em;
    opacity: 0;
    visibility: hidden
  }

  .header-navigation-toggle.active~div {
    top: 71px;
    opacity: 1;
    visibility: visible
  }

  .header-logo+.header-navigation {
    padding-right: 0
  }

  .ribbon-menu+.header-navigation {
    padding-right: 70px
  }

}

.ribbon-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 80px;
  margin: -5px 5px 0 0;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  transition: all .25s ease-in-out
}

.ribbon-menu:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.ribbon-menu span {
  vertical-align: middle;
  display: inline-block;
  max-width: 90%
}

.ribbon-menu:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 10px;
  border-left: 30px solid;
  border-right: 30px solid;
  border-bottom: 10px solid;
  border-bottom-color: transparent !important
}

.ribbon-menu:hover,
.ribbon-menu:focus {
  padding-top: 20px;
  height: 90px;
  color: #fff
}

.footer-section {
  background-position: center center
}

.footer-logo {
  text-align: center
}

.footer-copyright {
  text-align: center;
  font-size: 90%;
  font-style: italic
}

.footer-logo+.footer-copyright {
  margin-top: 3em
}

.background-music {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px
}

.background-music-bottom-left {
  right: auto;
  left: 10px
}

.background-music-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  line-height: 38px;
  text-align: center
}

.background-music-bottom-left .background-music-toggle {
  right: auto;
  left: 0
}

.background-music-embed {
  position: absolute;
  right: 0;
  bottom: -999em;
  width: 300px;
  opacity: 0;
  visibility: hidden
}

.background-music-toggle.active~.background-music-embed {
  bottom: 40px;
  opacity: 1;
  visibility: visible
}

.background-music-bottom-left .background-music-embed {
  right: auto;
  left: 0
}

.hentry {
  margin-top: 10em
}

.hentry:first-of-type {
  margin-top: 0
}

.entry-header {
  text-align: center;
  margin-bottom: 2em
}

.entry-title {
  margin: 0
}

.entry-title a {
  color: #444
}

.entry-title a:hover,
.entry-title a:focus {
  color: #888
}

.entry-meta {
  margin-top: 1em;
  font-size: 90%;
  font-style: italic;
  color: #ccc
}

.entry-meta a {
  color: inherit
}

.entry-meta a:hover,
.entry-meta a:focus {
  color: #888
}

.entry-thumbnail {
  display: block;
  margin-bottom: 1.5em;
  text-align: center
}

.entry-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 1em;
  margin-top: 3em;
  color: #ccc;
  font-size: 90%;
  font-style: italic;
  text-align: center
}

.entry-footer>* {
  position: relative;
  display: inline-block;
  margin-left: .7em;
  padding-left: 1.2em
}

.entry-footer>*:before {
  content: "/";
  position: absolute;
  left: 0;
  display: inline-block;
  color: #e5e5e5
}

.entry-footer>*:first-child {
  margin-left: 0;
  padding-left: 0
}

.entry-footer>*:first-child:before {
  display: none
}

.entry-footer a {
  color: inherit
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #888
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 3em -10px 1.5em;
  overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  padding: 0 10px;
  float: right;
  width: 50%;
  text-align: right
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  padding: 0 10px;
  float: left;
  width: 50%
}

.nav-links {
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.nav-links a {
  color: #888
}

.nav-links a:hover,
.nav-links a:focus {
  color: #444
}

.nav-previous:after {
  content: "\f101";
  margin-left: .5em;
  font-family: "FontAwesome"
}

.nav-next:before {
  content: "\f100";
  margin-right: .5em;
  font-family: "FontAwesome"
}

.comments-area {
  margin-top: 3em
}

.comment-reply-title,
.comments-title {
  font-size: 120%;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase
}

.comment-reply-title small {
  margin-left: 1em;
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.comment-reply-title small a:before {
  content: "/";
  margin-right: 1em
}

.comment-reply-title small a {
  color: inherit
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #888
}

.comment-list,
.comment-list ul,
.comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0
}

.comment-list ul,
.comment-list ol {
  margin-left: 65px
}

.comment-list li {
  margin-top: 1em
}

.comment-body {
  position: relative;
  min-height: 50px;
  padding: 1em 0;
  padding-left: 65px;
  border-bottom: 1px solid #e5e5e5
}

.comment-meta {
  padding-right: 50px
}

.comment-author .avatar {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  margin-top: 1em
}

.comment-author b {
  font-style: italic
}

.comment-author .says {
  display: none
}

.comment-metadata {
  color: #ccc;
  font-size: 90%;
  font-style: italic
}

.comment-metadata>* {
  position: relative;
  display: inline-block;
  margin-left: .7em;
  padding-left: 1.2em
}

.comment-metadata>*:before {
  content: "/";
  position: absolute;
  left: 0;
  display: inline-block;
  color: #e5e5e5
}

.comment-metadata>*:first-child {
  margin-left: 0;
  padding-left: 0
}

.comment-metadata>*:first-child:before {
  display: none
}

.comment-metadata a {
  color: inherit
}

.comment-metadata a:hover,
.comment-metadata a:focus {
  color: #888
}

.comment-content {
  margin-top: .5em
}

.comment-content p {
  margin-bottom: 1em
}

.comment-body .reply {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1em;
  color: #ccc;
  font-size: 90%
}

.comment-body .reply a {
  color: inherit
}

.comment-body .reply a:hover,
.comment-body .reply a:focus {
  color: #888
}

.comment-respond label {
  display: inline-block;
  width: 100px
}

.comment-list .comment-respond {
  margin-left: 65px;
  border-bottom: 1px solid #e5e5e5
}

@media screen and (max-width:767px) {
  .comment-list .comment-respond {
    margin-left: 40px
  }

  .comment-list ul,
  .comment-list ol {
    margin-left: 40px
  }

  .comment-body {
    padding-left: 0
  }

  .comment-author .avatar {
    display: none
  }

  .comment-respond label {
    display: block;
    width: auto
  }

}

.page-header {
  border: 3px double #e5e5e5;
  padding: 1.5em 3em;
  margin-bottom: 5em;
  text-align: center
}

.page-title {
  margin: 0;
  color: #444;
  font-size: 120%;
  font-style: italic;
  font-weight: normal
}

.taxonomy-description {
  margin-top: 1em;
  color: #ccc;
  font-size: 90%;
  font-style: italic;
  font-weight: normal
}

.taxonomy-description p:last-child {
  margin-bottom: 0
}

.page-template-invitation {
  background-attachment: fixed
}

.page-template-invitation #content {
  padding: 0
}

.page-template-invitation #content,
.page-template-invitation #content>.wrapper,
.page-template-invitation #primary,
.page-template-invitation #main {
  height: 100%
}

.page-template-invitation #primary {
  display: table;
  width: 100% !important
}

.page-template-invitation #main {
  display: table-cell;
  vertical-align: middle
}

.invitation {
  margin: 100px 0;
  padding: 30px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1)
}

.invitation-inner {
  border: 4px double #ddd;
  padding: 60px 5%
}

@media screen and (max-width:519px) {
  .page-template-invitation #content {
    padding: 40px 0
  }

  .invitation {
    padding: 15px
  }

}

.widget {
  margin: 0 0 3em
}

.widget-title {
  position: relative;
  margin: 0 0 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #e5e5e5;
  font-size: 120%;
  font-weight: normal
}

.widget select {
  width: 100%
}

.search-form {
  position: relative
}

.search-form label:after {
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 2.8em;
  color: #ccc;
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 1em;
  line-height: 2.8em;
  text-align: center
}

.search-form input {
  padding-right: 3em;
  width: 100%
}

.search-form input[type="submit"] {
  display: none
}

.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.widget_nav_menu ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_rss ul li {
  position: relative;
  margin-top: .5em;
  padding-left: 1.5em
}

.widget_nav_menu ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_rss ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc
}

.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_rss ul li a {
  color: #888
}

.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_categories ul li a:hover,
.widget_categories ul li a:focus,
.widget_archive ul li a:hover,
.widget_archive ul li a:focus,
.widget_meta ul li a:hover,
.widget_meta ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_rss ul li a:hover,
.widget_rss ul li a:focus {
  color: #444
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
  display: block;
  margin: .2em 0 0;
  color: #ccc;
  font-size: 90%;
  font-weight: normal;
  font-style: italic
}

.widget_rss .rssSummary {
  font-size: 80%;
  margin: .5em 0
}

.widget_rss cite {
  display: block;
  color: #ccc;
  font-size: 90%
}

.widget_rss cite:before {
  content: "-";
  margin-right: .5em
}

.widget_rss .rsswidget img {
  display: inline-block;
  margin-right: .5em
}

.widget_calendar table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  max-width: 250px
}

.widget_calendar table th,
.widget_calendar table td {
  text-align: center;
  padding: .2em
}

.widget_calendar table caption {
  background-color: #f3f3f3;
  padding: .2em 2em;
  margin-bottom: 10px
}

.widget_calendar table tfoot {
  position: absolute;
  width: 100%;
  top: 0
}

.widget_calendar table tfoot #prev,
.widget_calendar table tfoot #next {
  position: absolute;
  top: 0;
  padding: 5px;
  width: 2em;
  color: #ccc
}

.widget_calendar table tfoot #prev:hover,
.widget_calendar table tfoot #next:hover {
  color: #aaa
}

.widget_calendar table tfoot #prev {
  left: 0
}

.widget_calendar table tfoot #next {
  right: 0
}

.widget_calendar table tfoot #prev:before,
.widget_calendar table tfoot #next:before {
  font-family: "FontAwesome"
}

.widget_calendar table tfoot #prev:before {
  content: "\f104"
}

.widget_calendar table tfoot #next:before {
  content: "\f105"
}

.widget_calendar table tfoot td a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  text-indent: -999999px
}

.widget_calendar table tbody a {
  font-weight: bold
}

.widget_tag_cloud a {
  display: inline-block;
  margin: 0 .2em .4em 0;
  padding: .1em .5em;
  background-color: #f3f3f3;
  color: #888;
  font-size: 14px !important
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
  background-color: #e5e5e5;
  color: #444
}

.siteorigin-panels {
  overflow-x: hidden
}

.panel-grid-cell {
  position: relative;
  z-index: 1
}

.panel-grid-cell:empty {
  height: 0;
  margin: 0 !important
}

.panel-grid *:last-child {
  margin-bottom: 0
}

.panel-row-style {
  position: relative
}

.jackrose-sow-couple-intro>* {
  display: inline-block;
  text-align: center;
  vertical-align: middle
}

.jackrose-sow-couple-intro-photo img {
  vertical-align: bottom
}

.jackrose-sow-couple-intro-name {
  margin-top: 1em
}

@media screen and (max-width:767px) {
  .jackrose-sow-couple-intro>* {
    display: block
  }

  .jackrose-sow-couple-intro-separator {
    margin: 2em 0
  }

}

.jackrose-sow-section-heading {
  margin: 0
}

.jackrose-sow-section-subheading {
  font-size: 130%;
  font-style: italic;
  margin: 0
}

.jackrose-sow-countdown-fragment {
  display: inline-block;
  margin: 0 1em;
  width: 5em
}

.jackrose-sow-countdown-fragment big {
  display: block;
  font-size: 400%;
  font-style: italic;
  line-height: 1
}

.jackrose-sow-countdown-fragment small {
  display: block;
  margin-top: 1em;
  font-size: 100%;
  font-style: italic;
  line-height: 1
}

.jackrose-sow-about-us-grid-item {
  position: relative
}

.jackrose-sow-about-us-grid-item-photo {
  float: left;
  width: 50%;
  padding-bottom: 1000px;
  margin-bottom: -1000px
}

.jackrose-sow-about-us-grid-item-text {
  float: right;
  width: 50%;
  padding: 6em 3em;
  min-height: 50%
}

.jackrose-sow-about-us-grid-item-photo-right .jackrose-sow-about-us-grid-item-photo {
  float: right
}

.jackrose-sow-about-us-grid-item-photo-right .jackrose-sow-about-us-grid-item-text {
  float: left
}

.jackrose-sow-about-us-grid-item-photo-image {
  position: absolute;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.jackrose-sow-about-us-grid-item-name {
  margin: 0
}

.jackrose-sow-about-us-grid-item-content {
  margin-top: 1.5em
}

.jackrose-sow-about-us-grid-item-links {
  margin-top: 1.5em;
  font-size: 16px
}

.jackrose-sow-about-us-grid-item-links a {
  margin-left: .5em;
  color: #ccc
}

.jackrose-sow-about-us-grid-item-links a:first-child {
  margin-left: 0
}

.jackrose-sow-about-us-grid-item-links a:hover,
.jackrose-sow-about-us-grid-item-links a:focus {
  color: #888
}

@media screen and (max-width:767px) {
  .jackrose-sow-about-us-grid-item-photo,
  .jackrose-sow-about-us-grid-item-text {
    width: auto;
    float: none !important
  }

  .jackrose-sow-about-us-grid-item-photo {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 100%
  }

  .jackrose-sow-about-us-grid-item-photo-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
  }

  .jackrose-sow-about-us-grid-item-text {
    padding: 2em
  }

}

.jackrose-sow-events-grid {
  margin-left: -15px;
  margin-right: -15px
}

.jackrose-sow-events-grid-item {
  padding: 15px;
  float: left;
  text-align: center
}

.jackrose-sow-events-grid-item-wrapper {
  position: relative;
  padding: 3em
}

.jackrose-sow-events-grid-1-columns .jackrose-sow-events-grid-item {
  width: 100%
}

.jackrose-sow-events-grid-2-columns .jackrose-sow-events-grid-item {
  width: 50%
}

.jackrose-sow-events-grid-3-columns .jackrose-sow-events-grid-item {
  width: 33.33%
}

.jackrose-sow-events-grid-4-columns .jackrose-sow-events-grid-item {
  width: 25%
}

.jackrose-sow-events-grid-item-photo {
  display: block;
  margin: -3em -3em 4em
}

.jackrose-sow-events-grid-item-photo img {
  min-width: 100%;
  vertical-align: bottom
}

.jackrose-sow-events-grid-item-icon {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  margin-top: -3em;
  height: 60px;
  width: 60px
}

.jackrose-sow-events-grid-item-photo~.jackrose-sow-events-grid-item-icon {
  margin-top: -4em
}

.jackrose-sow-events-grid-item-icon img {
  margin-top: -30px
}

.jackrose-sow-events-grid-item-title {
  margin: 1em 0 0
}

.jackrose-sow-events-grid-item-description {
  margin-top: 1.5em
}

.jackrose-sow-events-grid-item-summary {
  margin-top: 1.5em;
  color: #444;
  font-size: 120%;
  font-style: italic
}

@media screen and (max-width:767px) {
  .jackrose-sow-events-grid .jackrose-sow-events-grid-item {
    width: 100%
  }

  .jackrose-sow-events-grid-4-columns .jackrose-sow-events-grid-item {
    width: 50%
  }

}

@media screen and (max-width:519px) {
  .jackrose-sow-events-grid-4-columns .jackrose-sow-events-grid-item {
    width: 100%
  }

}

.jackrose-sow-gallery-grid-filters {
  text-align: center;
  margin-bottom: 2em
}

.jackrose-sow-gallery-grid-filters a {
  display: inline-block;
  margin: .25em 1em;
  padding: .25em 0;
  border-bottom: 2px solid transparent;
  color: #888;
  font-size: 12px;
  font-style: italic;
  line-height: inherit;
  letter-spacing: .1em;
  text-transform: uppercase
}

.jackrose-sow-gallery-grid-filters a:hover,
.jackrose-sow-gallery-grid-filters a:focus {
  color: #444
}

.jackrose-sow-gallery-grid-items {
  margin-left: -15px;
  margin-right: -15px
}

.jackrose-sow-gallery-grid-item {
  padding: 15px;
  float: left
}

.jackrose-sow-gallery-grid-1-columns .jackrose-sow-gallery-grid-item {
  width: 100%
}

.jackrose-sow-gallery-grid-2-columns .jackrose-sow-gallery-grid-item {
  width: 50%
}

.jackrose-sow-gallery-grid-3-columns .jackrose-sow-gallery-grid-item {
  width: 33.33%
}

.jackrose-sow-gallery-grid-4-columns .jackrose-sow-gallery-grid-item {
  width: 25%
}

.jackrose-sow-gallery-grid-item img {
  vertical-align: bottom
}

@media screen and (max-width:767px) {
  .jackrose-sow-gallery-grid .jackrose-sow-gallery-grid-item {
    width: 100%
  }

  .jackrose-sow-gallery-grid-4-columns .jackrose-sow-gallery-grid-item {
    width: 50%
  }

}

@media screen and (max-width:519px) {
  .jackrose-sow-gallery-grid-4-columns .jackrose-sow-gallery-grid-item {
    width: 100%
  }

}

.jackrose-sow-quote .flickity-slider {
  transform: none !important
}

.jackrose-sow-quote-item {
  width: 100%;
  left: 0;
  left: 0 !important;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  backface-visibility: hidden
}

.jackrose-sow-quote-item.is-selected {
  opacity: 1
}

.jackrose-sow-quote-text {
  font-size: 175%;
  font-style: italic
}

.jackrose-sow-quote-name {
  margin-top: 1.5em
}

.jackrose-sow-quote .flickity-page-dots {
  list-style: none;
  margin: 2em 0 0;
  padding: 0
}

.jackrose-sow-team-grid {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center
}

.jackrose-sow-team-grid-item {
  padding: 15px;
  float: left
}

.jackrose-sow-team-grid-item-name {
  margin-top: 1em
}

.jackrose-sow-team-grid-1-columns .jackrose-sow-team-grid-item {
  width: 100%
}

.jackrose-sow-team-grid-2-columns .jackrose-sow-team-grid-item {
  width: 50%
}

.jackrose-sow-team-grid-3-columns .jackrose-sow-team-grid-item {
  width: 33.33%
}

.jackrose-sow-team-grid-4-columns .jackrose-sow-team-grid-item {
  width: 25%
}

.jackrose-sow-team-grid-2-columns .jackrose-sow-team-grid-item:nth-child(2n+1),
.jackrose-sow-team-grid-3-columns .jackrose-sow-team-grid-item:nth-child(3n+1),
.jackrose-sow-team-grid-4-columns .jackrose-sow-team-grid-item:nth-child(4n+1) {
  clear: left
}

.jackrose-sow-team-grid-item img {
  vertical-align: bottom
}

@media screen and (max-width:767px) {
  .jackrose-sow-team-grid .jackrose-sow-team-grid-item {
    width: 100%
  }

  .jackrose-sow-team-grid-4-columns .jackrose-sow-team-grid-item {
    width: 50%
  }

}

@media screen and (max-width:519px) {
  .jackrose-sow-team-grid-4-columns .jackrose-sow-team-grid-item {
    width: 100%
  }

}

.jackrose-sow-blog-grid {
  margin-left: -15px;
  margin-right: -15px
}

.jackrose-sow-blog-post {
  padding: 15px;
  float: left
}

.jackrose-sow-blog-post-thumbnail {
  display: block;
  margin-bottom: 2em
}

.jackrose-sow-blog-post-thumbnail img {
  vertical-align: bottom;
  width: 100%
}

.jackrose-sow-blog-post-title {
  display: block;
  margin: 0 0 1em
}

.jackrose-sow-blog-post-title a {
  color: #444
}

.jackrose-sow-blog-post-title a:hover,
.jackrose-sow-blog-post-title a:focus {
  color: #888
}

.jackrose-sow-blog-grid-1-columns .jackrose-sow-blog-post {
  width: 100%
}

.jackrose-sow-blog-grid-2-columns .jackrose-sow-blog-post {
  width: 50%
}

.jackrose-sow-blog-grid-3-columns .jackrose-sow-blog-post {
  width: 33.33%
}

.jackrose-sow-blog-grid-4-columns .jackrose-sow-blog-post {
  width: 25%
}

@media screen and (max-width:767px) {
  .jackrose-sow-blog-grid .jackrose-sow-blog-post {
    width: 100%
  }

  .jackrose-sow-blog-grid-4-columns .jackrose-sow-blog-post {
    width: 50%
  }

}

@media screen and (max-width:519px) {
  .jackrose-sow-blog-grid-4-columns .jackrose-sow-blog-post {
    width: 100%
  }

}

.jackrose-sow-button {
  margin: 0 0 1em 1em
}

.jackrose-sow-button:first-child {
  margin-left: 0
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

[class*="jackrose-animation"] {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  opacity: 0
}

[class*="jackrose-animation"].jackrose-animate {
  opacity: 1
}

.jackrose-no-animate {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  opacity: 1
}

@-webkit-keyframes jackrose-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }

}

@-moz-keyframes jackrose-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }

}

@-o-keyframes jackrose-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }

}

@keyframes jackrose-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }

}

.jackrose-animation-fade-in.jackrose-animate {
  -webkit-animation-name: jackrose-fade-in;
  -moz-animation-name: jackrose-fade-in;
  -o-animation-name: jackrose-fade-in;
  animation-name: jackrose-fade-in
}

@-webkit-keyframes jackrose-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px)
  }

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

}

@-moz-keyframes jackrose-fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 100px)
  }

  100% {
    opacity: 1;
    -moz-transform: translate(0, 0)
  }

}

@-o-keyframes jackrose-fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translate(0, 100px)
  }

  100% {
    opacity: 1;
    -o-transform: translate(0, 0)
  }

}

@keyframes jackrose-fade-in-up {
  0% {
    opacity: 0;
    transform: translate(0, 100px)
  }

  100% {
    opacity: 1;
    transform: translate(0, 0)
  }

}

.jackrose-animation-fade-in-up.jackrose-animate {
  -webkit-animation-name: jackrose-fade-in-up;
  -moz-animation-name: jackrose-fade-in-up;
  -o-animation-name: jackrose-fade-in-up;
  animation-name: jackrose-fade-in-up
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center
}

#preloader.jackrose-preloader-done {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out
}

#preloader .wrapper {
  position: relative;
  height: 100%
}

#preloader .wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.preloader-content {
  position: relative;
  display: inline-block;
  max-width: 90%;
  max-height: 60vh;
  vertical-align: middle
}

.preloader-content img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60vh;
  opacity: .3
}

.pace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  overflow: hidden
}

.preloader-content .pace+img {
  opacity: 1
}

.pace-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7
}

.pace-inactive {
  display: none
}

.admin-bar #preloader {
  top: 32px
}

@media(max-width:782px) {
  .admin-bar #preloader {
    top: 46px
  }

}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7)
}

.lg-toolbar {
  background-color: transparent
}

.lg-close {
  background-color: rgba(0, 0, 0, 0.45)
}

.admin-bar .lg-outer {
  height: auto;
  top: 32px;
  bottom: 0
}

@media(max-width:782px) {
  .admin-bar .lg-outer {
    top: 46px
  }

}

.wpcf7-radio,
.wpcf7-checkbox {
  display: block;
  padding: .5em 0
}

span.wpcf7-list-item {
  margin-left: 0;
  display: block
}

span.wpcf7-list-item label {
  font-style: normal
}

span.wpcf7-list-item input,
.wpcf7-list-item-label {
  margin-right: .5em
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  padding: 1em 0
}

.flickity-page-dots {
  position: static;
  bottom: 0
}

.flickity-page-dots .dot {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  color: #fff;
  border: 2px solid;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 1
}

.flickity-page-dots .dot.is-selected {
  background-color: #fff
}

@-webkit-keyframes fall {
  0% {
    opacity: .9;
    top: 0
  }

  100% {
    opacity: .2;
    top: 100%
  }

}

@keyframes fall {
  0% {
    opacity: .9;
    top: 0
  }

  100% {
    opacity: .2;
    top: 100%
  }

}

@-webkit-keyframes blow-soft-left {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -50%
  }

}

@keyframes blow-soft-left {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -50%
  }

}

@-webkit-keyframes blow-medium-left {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -100%
  }

}

@keyframes blow-medium-left {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -100%
  }

}

@-webkit-keyframes blow-soft-right {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 50%
  }

}

@keyframes blow-soft-right {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 50%
  }

}

@-webkit-keyframes blow-medium-right {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 100%
  }

}

@keyframes blow-medium-right {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 100%
  }

}

@-webkit-keyframes sway-0 {
  0% {
    -webkit-transform: rotate(-5deg)
  }

  40% {
    -webkit-transform: rotate(28deg)
  }

  100% {
    -webkit-transform: rotate(3deg)
  }

}

@keyframes sway-0 {
  0% {
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  40% {
    -ms-transform: rotate(28deg);
    transform: rotate(28deg)
  }

  100% {
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
  }

}

@-webkit-keyframes sway-1 {
  0% {
    -webkit-transform: rotate(10deg)
  }

  40% {
    -webkit-transform: rotate(43deg)
  }

  100% {
    -webkit-transform: rotate(15deg)
  }

}

@keyframes sway-1 {
  0% {
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  40% {
    -ms-transform: rotate(43deg);
    transform: rotate(43deg)
  }

  100% {
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
  }

}

@-webkit-keyframes sway-2 {
  0% {
    -webkit-transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(56deg)
  }

  100% {
    -webkit-transform: rotate(22deg)
  }

}

@keyframes sway-2 {
  0% {
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -ms-transform: rotate(56deg);
    transform: rotate(56deg)
  }

  100% {
    -ms-transform: rotate(22deg);
    transform: rotate(22deg)
  }

}

@-webkit-keyframes sway-3 {
  0% {
    -webkit-transform: rotate(25deg)
  }

  40% {
    -webkit-transform: rotate(74deg)
  }

  100% {
    -webkit-transform: rotate(37deg)
  }

}

@keyframes sway-3 {
  0% {
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
  }

  40% {
    -ms-transform: rotate(74deg);
    transform: rotate(74deg)
  }

  100% {
    -ms-transform: rotate(37deg);
    transform: rotate(37deg)
  }

}

@-webkit-keyframes sway-4 {
  0% {
    -webkit-transform: rotate(40deg)
  }

  40% {
    -webkit-transform: rotate(68deg)
  }

  100% {
    -webkit-transform: rotate(25deg)
  }

}

@keyframes sway-4 {
  0% {
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
  }

  40% {
    -ms-transform: rotate(68deg);
    transform: rotate(68deg)
  }

  100% {
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
  }

}

@-webkit-keyframes sway-5 {
  0% {
    -webkit-transform: rotate(50deg)
  }

  40% {
    -webkit-transform: rotate(78deg)
  }

  100% {
    -webkit-transform: rotate(40deg)
  }

}

@keyframes sway-5 {
  0% {
    -ms-transform: rotate(50deg);
    transform: rotate(50deg)
  }

  40% {
    -ms-transform: rotate(78deg);
    transform: rotate(78deg)
  }

  100% {
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
  }

}

@-webkit-keyframes sway-6 {
  0% {
    -webkit-transform: rotate(65deg)
  }

  40% {
    -webkit-transform: rotate(92deg)
  }

  100% {
    -webkit-transform: rotate(58deg)
  }

}

@keyframes sway-6 {
  0% {
    -ms-transform: rotate(65deg);
    transform: rotate(65deg)
  }

  40% {
    -ms-transform: rotate(92deg);
    transform: rotate(92deg)
  }

  100% {
    -ms-transform: rotate(58deg);
    transform: rotate(58deg)
  }

}

@-webkit-keyframes sway-7 {
  0% {
    -webkit-transform: rotate(72deg)
  }

  40% {
    -webkit-transform: rotate(118deg)
  }

  100% {
    -webkit-transform: rotate(68deg)
  }

}

@keyframes sway-7 {
  0% {
    -ms-transform: rotate(72deg);
    transform: rotate(72deg)
  }

  40% {
    -ms-transform: rotate(118deg);
    transform: rotate(118deg)
  }

  100% {
    -ms-transform: rotate(68deg);
    transform: rotate(68deg)
  }

}

@-webkit-keyframes sway-8 {
  0% {
    -webkit-transform: rotate(94deg)
  }

  40% {
    -webkit-transform: rotate(136deg)
  }

  100% {
    -webkit-transform: rotate(82deg)
  }

}

@keyframes sway-8 {
  0% {
    -ms-transform: rotate(94deg);
    transform: rotate(94deg)
  }

  40% {
    -ms-transform: rotate(136deg);
    transform: rotate(136deg)
  }

  100% {
    -ms-transform: rotate(82deg);
    transform: rotate(82deg)
  }

}

.sakura {
  background: -webkit-linear-gradient(120deg, rgba(255, 183, 197, .9), rgba(255, 197, 208, .9));
  background: linear-gradient(120deg, rgba(255, 183, 197, .9), rgba(255, 197, 208, .9));
  pointer-events: none;
  position: absolute
}

.hero-effect-item.snow {
  border-radius: 50% !important
}

#gwolle_gb #gwolle_gb_new_entry h3 {
  margin-bottom: 2em;
  font-size: 120%;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center
}

#gwolle_gb #gwolle_gb_new_entry .clearBoth {
  height: 0
}

#gwolle_gb #gwolle_gb_new_entry>div[class*="gwolle_gb_"] {
  overflow: hidden;
  margin: 0 0 1.5em
}

#gwolle_gb #gwolle_gb_new_entry .label {
  display: block;
  width: auto;
  float: none;
  vertical-align: inherit
}

#gwolle_gb #gwolle_gb_new_entry .input {
  display: block;
  width: auto;
  float: none;
  overflow: hidden;
  vertical-align: inherit
}

#gwolle_gb #gwolle_gb_new_entry .gwolle_gb_submit .label {
  height: 0
}

#gwolle_gb #gwolle_gb_new_entry .gwolle_gb_notice {
  color: #aaa;
  font-size: 90%;
  font-style: italic
}

#gwolle_gb #gwolle_gb_new_entry:not(:last-child) {
  padding-bottom: 3em
}

#gwolle_gb #gwolle_gb_new_entry~#gwolle_gb_entries {
  border-top: 1px solid #e5e5e5
}

#gwolle_gb #gwolle_gb_entries .gb-entry {
  margin-top: 1em;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border-top: 0
}

#gwolle_gb #gwolle_gb_entries .gb-entry article {
  position: relative;
  min-height: 50px;
  padding: 1em 0;
  padding-left: 65px;
  border-bottom: 1px solid #e5e5e5
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gb-author-info {
  padding-right: 50px
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gb-author-info .gb-author-avatar {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  margin-top: 1em
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gb-author-info .gb-author-avatar img {
  height: 50px;
  width: 50px
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gb-author-info .gb-author-name {
  padding-left: 0;
  display: block
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gb-author-info .gb-datetime {
  color: #ccc;
  font-size: 90%;
  font-style: italic
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gb-entry-content {
  padding-left: 0;
  margin-top: .5em;
  margin-bottom: 1em
}

#gwolle_gb #gwolle_gb_entries .gb-entry a {
  color: inherit
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gwolle_gb_edit_link {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1em;
  color: #ccc;
  font-size: 90%
}

#gwolle_gb #gwolle_gb_entries .gb-entry .gwolle_gb_edit_link:hover,
#gwolle_gb #gwolle_gb_entries .gb-entry .gwolle_gb_edit_link:focus {
  color: #888
}

#gwolle_gb .page-navigation {
  padding: 1em 0 !important
}

#gwolle_gb .page-navigation a,
#gwolle_gb .page-navigation span {
  background-color: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  border-color: #e5e5e5 !important;
  box-shadow: none !important
}
