.button {
  background: #3f137d;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin: 5px;
  min-width: 130px;
  outline: none;
  padding: 8px 20px;
  text-transform: none !important
}
.button, .button i {
  position: relative;
  text-align: center
}
.button i {
  margin-right: 5px;
  width: 16px
}
.button.text-end i {
  margin: 0 0 0 5px
}
body:not(.device-touch) .button {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.button.button-dark {
  background-color: #333
}
.button.button-dark:hover {
  background-color: #3f137d
}
.button.button-light {
  background-color: #eee;
  color: #333;
  text-shadow: none !important
}
.button:hover {
  background-color: #444;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}
.button-mini {
  font-size: 11px;
  line-height: 20px;
  padding: 4px 14px
}
.button-mini i {
  margin-right: 3px
}
.button-mini.text-end i {
  margin: 0 0 0 3px
}
.button-small {
  font-size: 12px;
  line-height: 20px;
  padding: 7px 17px
}
.button-small i {
  margin-right: 4px
}
.button-small.text-end i {
  margin: 0 0 0 4px
}
.button-large {
  font-size: 16px;
  line-height: 30px;
  padding: 8px 26px
}
.button-xlarge {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 34px;
  padding: 9px 32px
}
.button-xlarge i {
  margin-right: 8px
}
.button-xlarge.text-end i {
  margin: 0 0 0 8px
}
.button-desc {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  height: auto;
  line-height: 1;
  padding: 24px 34px;
  text-align: left
}
.button-desc span {
  display: block;
  font-family: "PT Serif", serif;
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: none
}
.button-desc i {
  font-size: 3rem;
  margin-right: 12px;
  text-align: center;
  width: 3rem
}
.button-desc.text-end i {
  margin: 0 0 0 12px
}
.button-desc div {
  display: inline-block
}
.button-rounded {
  border-radius: 3px
}
.button.button-border {
  background: transparent;
  border: 2px solid #333;
  color: #222;
  font-weight: 700;
  text-shadow: none
}
.button.button-border-thin {
  border-width: 1px
}
.button.button-border.button-desc {
  line-height: 1
}
.button.button-border:not(.button-fill):hover {
  background-color: #333;
  border-color: transparent !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}
.button.button-border.button-light {
  border-color: #fff;
  color: #fff
}
.button.button-border.button-light:hover {
  background-color: #fff;
  color: #222;
  text-shadow: none
}
.button.button-3d {
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}
.button.button-3d:hover {
  background-color: #3f137d;
  opacity: .9
}
.button.button-3d.button-light:hover, .button.button-reveal.button-light:hover {
  color: #222;
  text-shadow: none
}
.button.button-reveal {
  overflow: hidden;
  padding-left: 28px;
  padding-right: 28px
}
.button.button-reveal i {
  align-items: center;
  background-color: rgba(0, 0, 0, .1);
  display: block;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: -32px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 32px
}
.button.button-reveal.button-border i {
  top: -2px
}
.button.button-reveal.text-end i {
  left: auto;
  right: -32px
}
.button.button-reveal.button-3d i, .button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px
}
.button.button-reveal.button-3d i.text-end i, .button.button-reveal.button-rounded i.text-end i {
  border-radius: 0 3px 3px 0
}
.button.button-reveal span {
  display: inline-block;
  left: 0;
  position: relative
}
.button.button-reveal.button-mini {
  padding-left: 17px;
  padding-right: 17px
}
.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px
}
.button.button-reveal.button-mini.text-end i {
  left: auto;
  right: -22px
}
.button.button-reveal.button-mini:hover span {
  left: 11px
}
.button.button-reveal.button-mini.text-end:hover span {
  left: -11px
}
.button.button-reveal.button-small {
  padding-left: 22px;
  padding-right: 22px
}
.button.button-reveal.button-small i {
  left: -26px;
  width: 26px
}
.button.button-reveal.button-small.text-end i {
  left: auto;
  right: -26px
}
.button.button-reveal.button-small:hover span {
  left: 13px
}
.button.button-reveal.button-small.text-end:hover span {
  left: -13px
}
.button.button-reveal.button-large {
  padding-left: 32px;
  padding-right: 32px
}
.button.button-reveal.button-large i {
  left: -38px;
  width: 38px
}
.button.button-reveal.button-large.text-end i {
  left: auto;
  right: -38px
}
.button.button-reveal.button-large:hover span {
  left: 19px
}
.button.button-reveal.button-large.text-end:hover span {
  left: -19px
}
.button.button-reveal.button-xlarge {
  padding-left: 40px;
  padding-right: 40px
}
.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px
}
.button.button-reveal.button-xlarge.text-end i {
  left: auto;
  right: -44px
}
.button.button-reveal.button-xlarge:hover span {
  left: 22px
}
.button.button-reveal.button-xlarge.text-end:hover span {
  left: -22px
}
.button.button-reveal:hover i {
  left: 0
}
.button.button-reveal.text-end:hover i {
  left: auto;
  right: 0
}
.button.button-reveal:hover span {
  left: 16px
}
.button.button-reveal.text-end:hover span {
  left: -16px
}
body:not(.device-touch) .button-reveal i, body:not(.device-touch) .button-reveal span {
  -webkit-transition: left .3s ease, right .3s ease;
  -o-transition: left .3s ease, right .3s ease;
  transition: left .3s ease, right .3s ease
}
.button.button-full {
  border-radius: 0;
  display: block;
  font-size: 1.8725rem;
  font-weight: 300;
  height: auto;
  line-height: 1.6;
  margin: 0;
  padding: 30px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  text-transform: none;
  white-space: normal;
  width: 100%
}
.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.button.button-full.button-light strong {
  border-bottom-color: #333
}
.button.button-full.button-light:hover strong {
  border-bottom-color: #eee
}
.button.button-full strong {
  border-bottom: 2px solid #eee;
  font-weight: 700
}
body:not(.device-touch) .button.button-full strong {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.button.button-circle {
  border-radius: 20px
}
.button.button-circle.button-mini {
  border-radius: 14px
}
.button.button-circle.button-small {
  border-radius: 17px
}
.button.button-circle.button-large {
  border-radius: 23px
}
.button.button-circle.button-xlarge {
  border-radius: 26px
}
.button.button-border.button-fill {
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;
  transform-style: preserve-3d
}
.button.button-border.button-fill span {
  position: relative
}
.button.button-border.button-fill:hover {
  background: transparent !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}
.button.button-border.button-fill.button-light:hover {
  border-color: #eee !important;
  color: #333 !important;
  text-shadow: none
}
.button.button-border.button-fill.button-light :before {
  background-color: #eee
}
.button.button-border.button-fill:before {
  -webkit-backface-visibility: hidden;
  background-color: #333;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 0
}
.button.button-border.button-fill:before :before {
  width: 100%
}
.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0
}
.button.button-border.button-fill:hover:before {
  width: 100%
}
.button.button-border.button-fill.fill-from-bottom:before, .button.button-border.button-fill.fill-from-top:before {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.button.button-border.button-fill.fill-from-top:before {
  height: 0;
  width: 100%
}
.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%
}
.button.button-border.button-fill.fill-from-bottom:before {
  bottom: 0;
  height: 0;
  top: auto;
  width: 100%
}
.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%
}
.button.disabled, .button:disabled {
  opacity: .65 !important;
  pointer-events: none !important
}
.button-red:not(.button-border) {
  background-color: #c02942
}
.button-red.button-3d:hover, .button-red.button-border.button-fill:before, .button-red.button-border:hover, .button-red.button-reveal:hover {
  background-color: #c02942 !important
}
.button-border.button-light.button-red, .button-border.button-red {
  border-color: #c02942;
  color: #c02942
}
.button-teal:not(.button-border) {
  background-color: #53777a
}
.button-teal.button-3d:hover, .button-teal.button-border.button-fill:before, .button-teal.button-border:hover, .button-teal.button-reveal:hover {
  background-color: #53777a !important
}
.button-border.button-light.button-teal, .button-border.button-teal {
  border-color: #53777a;
  color: #53777a
}
.button-yellow:not(.button-border) {
  background-color: #ecd078
}
.button-yellow.button-3d:hover, .button-yellow.button-border.button-fill:before, .button-yellow.button-border:hover, .button-yellow.button-reveal:hover {
  background-color: #ecd078 !important
}
.button-border.button-light.button-yellow, .button-border.button-yellow {
  border-color: #ecd078;
  color: #ecd078
}
.button-green:not(.button-border) {
  background-color: #59ba41
}
.button-green.button-3d:hover, .button-green.button-border.button-fill:before, .button-green.button-border:hover, .button-green.button-reveal:hover {
  background-color: #59ba41 !important
}
.button-border.button-green, .button-border.button-light.button-green {
  border-color: #59ba41;
  color: #59ba41
}
.button-brown:not(.button-border) {
  background-color: #774f38
}
.button-brown.button-3d:hover, .button-brown.button-border.button-fill:before, .button-brown.button-border:hover, .button-brown.button-reveal:hover {
  background-color: #774f38 !important
}
.button-border.button-brown, .button-border.button-light.button-brown {
  border-color: #774f38;
  color: #774f38
}
.button-aqua:not(.button-border) {
  background-color: #40c0cb
}
.button-aqua.button-3d:hover, .button-aqua.button-border.button-fill:before, .button-aqua.button-border:hover, .button-aqua.button-reveal:hover {
  background-color: #40c0cb !important
}
.button-border.button-aqua, .button-border.button-light.button-aqua {
  border-color: #40c0cb;
  color: #40c0cb
}
.button-lime:not(.button-border) {
  background-color: #aee239
}
.button-lime.button-3d:hover, .button-lime.button-border.button-fill:before, .button-lime.button-border:hover, .button-lime.button-reveal:hover {
  background-color: #aee239 !important
}
.button-border.button-light.button-lime, .button-border.button-lime {
  border-color: #aee239;
  color: #aee239
}
.button-purple:not(.button-border) {
  background-color: #5d4157
}
.button-purple.button-3d:hover, .button-purple.button-border.button-fill:before, .button-purple.button-border:hover, .button-purple.button-reveal:hover {
  background-color: #5d4157 !important
}
.button-border.button-light.button-purple, .button-border.button-purple {
  border-color: #5d4157;
  color: #5d4157
}
.button-leaf:not(.button-border) {
  background-color: #a8caba
}
.button-leaf.button-3d:hover, .button-leaf.button-border.button-fill:before, .button-leaf.button-border:hover, .button-leaf.button-reveal:hover {
  background-color: #a8caba !important
}
.button-border.button-leaf, .button-border.button-light.button-leaf {
  border-color: #a8caba;
  color: #a8caba
}
.button-pink:not(.button-border) {
  background-color: #f89fa1
}
.button-pink.button-3d:hover, .button-pink.button-border.button-fill:before, .button-pink.button-border:hover, .button-pink.button-reveal:hover {
  background-color: #f89fa1 !important
}
.button-border.button-light.button-pink, .button-border.button-pink {
  border-color: #f89fa1;
  color: #f89fa1
}
.button-dirtygreen:not(.button-border) {
  background-color: #1693a5
}
.button-dirtygreen.button-3d:hover, .button-dirtygreen.button-border.button-fill:before, .button-dirtygreen.button-border:hover, .button-dirtygreen.button-reveal:hover {
  background-color: #1693a5 !important
}
.button-border.button-dirtygreen, .button-border.button-light.button-dirtygreen {
  border-color: #1693a5;
  color: #1693a5
}
.button-blue:not(.button-border) {
  background-color: #1265a8
}
.button-blue.button-3d:hover, .button-blue.button-border.button-fill:before, .button-blue.button-border:hover, .button-blue.button-reveal:hover {
  background-color: #1265a8 !important
}
.button-border.button-blue, .button-border.button-light.button-blue {
  border-color: #1265a8;
  color: #1265a8
}
.button-amber:not(.button-border) {
  background-color: #eb9c4d
}
.button-amber.button-3d:hover, .button-amber.button-border.button-fill:before, .button-amber.button-border:hover, .button-amber.button-reveal:hover {
  background-color: #eb9c4d !important
}
.button-border.button-amber, .button-border.button-light.button-amber {
  border-color: #eb9c4d;
  color: #eb9c4d
}
.button-black:not(.button-border) {
  background-color: #111
}
.button-black.button-3d:hover, .button-black.button-border.button-fill:before, .button-black.button-border:hover, .button-black.button-reveal:hover {
  background-color: #111 !important
}
.button-border.button-black, .button-border.button-light.button-black {
  border-color: #111;
  color: #111
}
.button-white:not(.button-border) {
  background-color: #f9f9f9
}
.button-white.button-3d:hover, .button-white.button-border.button-fill:before, .button-white.button-border:hover, .button-white.button-reveal:hover {
  background-color: #f9f9f9 !important
}
.button-border.button-light.button-white, .button-border.button-white {
  border-color: #f9f9f9;
  color: #f9f9f9
}
.button.button-nohover:hover {
  background-color: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
  opacity: inherit !important
}
.i-bordered, .i-circled, .i-plain, .i-rounded, .social-icon {
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 28px;
  font-style: normal;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}
body:not(.device-touch) .i-bordered, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-rounded, body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.i-bordered, .i-circled, .i-rounded {
  background-color: #444;
  border-radius: 3px;
  height: 52px !important;
  line-height: 52px !important;
  width: 52px !important
}
.i-bordered {
  background: transparent !important;
  border: 1px solid #555;
  color: #444;
  line-height: 50px !important;
  text-shadow: none
}
.i-bordered:hover {
  background-color: #444 !important;
  border-color: #444;
  color: #fff
}
.i-plain {
  color: #444;
  font-size: 28px;
  height: 36px !important;
  line-height: 36px !important;
  text-shadow: 1px 1px 1px #fff;
  width: 36px !important
}
.i-plain:hover {
  color: #777
}
.i-circled {
  border-radius: 50%
}
.i-light {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, .2);
  color: #212529;
  text-shadow: 1px 1px 1px #fff
}
.i-alt {
  background-image: url(images/icons/iconalt.svg);
  background-position: 50%;
  background-size: 100% 100%
}
.i-circled:hover, .i-rounded:hover {
  background-color: #3f137d;
  box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}
.i-small.i-bordered, .i-small.i-circled, .i-small.i-plain, .i-small.i-rounded {
  font-size: 14px;
  margin: 4px 11px 7px 0
}
.i-small.i-bordered, .i-small.i-circled, .i-small.i-rounded {
  height: 28px !important;
  line-height: 28px !important;
  width: 28px !important
}
.i-small.i-bordered {
  line-height: 26px !important
}
.i-small.i-plain {
  font-size: 14px;
  height: 18px !important;
  line-height: 18px !important;
  width: 18px !important
}
.i-medium.i-bordered, .i-medium.i-circled, .i-medium.i-plain, .i-medium.i-rounded {
  font-size: 21px;
  margin: 6px 13px 9px 0
}
.i-medium.i-bordered, .i-medium.i-circled, .i-medium.i-rounded {
  height: 36px !important;
  line-height: 36px !important;
  width: 36px !important
}
.i-medium.i-bordered {
  line-height: 34px !important
}
.i-medium.i-plain {
  font-size: 20px;
  height: 28px !important;
  line-height: 28px !important;
  width: 28px !important
}
.i-large.i-bordered, .i-large.i-circled, .i-large.i-plain, .i-large.i-rounded {
  font-size: 42px;
  margin: 4px 11px 7px 0
}
.i-large.i-bordered, .i-large.i-circled, .i-large.i-rounded {
  height: 64px !important;
  line-height: 64px !important;
  width: 64px !important
}
.i-large.i-bordered {
  line-height: 62px !important
}
.i-large.i-plain {
  font-size: 42px;
  height: 48px !important;
  line-height: 48px !important;
  width: 48px !important
}
.i-xlarge.i-bordered, .i-xlarge.i-circled, .i-xlarge.i-plain, .i-xlarge.i-rounded {
  font-size: 56px;
  margin: 4px 11px 7px 0
}
.i-xlarge.i-bordered, .i-xlarge.i-circled, .i-xlarge.i-rounded {
  height: 84px !important;
  line-height: 84px !important;
  width: 84px !important
}
.i-xlarge.i-bordered {
  line-height: 82px !important
}
.i-xlarge.i-plain {
  font-size: 56px;
  height: 64px !important;
  line-height: 64px !important;
  width: 64px !important
}
.i-xxlarge.i-bordered, .i-xxlarge.i-circled, .i-xxlarge.i-plain, .i-xxlarge.i-rounded {
  font-size: 64px;
  margin: 6px 15px 10px 0
}
.i-xxlarge.i-bordered, .i-xxlarge.i-circled, .i-xxlarge.i-rounded {
  height: 96px !important;
  line-height: 96px !important;
  width: 96px !important
}
.i-xxlarge.i-bordered {
  line-height: 94px !important
}
.i-xxlarge.i-plain {
  font-size: 64px;
  height: 80px !important;
  line-height: 80px !important;
  width: 80px !important
}
.social-icon {
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #555;
  font-size: 1.25rem;
  height: 40px;
  line-height: 38px !important;
  margin: 0 5px 5px 0;
  overflow: hidden;
  text-shadow: none;
  width: 40px
}
.d-flex > .social-icon, .d-lg-flex > .social-icon, .d-md-flex > .social-icon, .d-sm-flex > .social-icon, .d-xl-flex > .social-icon {
  float: none
}
.social-icon i {
  display: block;
  position: relative
}
body:not(.device-touch) .social-icon i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.social-icon i:last-child {
  color: #fff !important
}
.social-icon:hover i:first-child {
  margin-top: -38px
}
.social-icon.si-large {
  font-size: 30px;
  height: 56px;
  line-height: 54px !important;
  margin: 0 10px 10px 0;
  width: 56px
}
.social-icon.si-large:hover i:first-child {
  margin-top: -54px
}
.social-icon.si-small {
  font-size: 14px;
  height: 32px;
  line-height: 30px !important;
  width: 32px
}
.social-icon.si-small:hover i:first-child {
  margin-top: -30px
}
.social-icon:hover {
  color: #555
}
.social-icon.si-colored, .social-icon:hover {
  border-color: transparent
}
.si-rounded {
  border-radius: 50%
}
.si-borderless {
  border-color: transparent !important
}
.si-dark {
  background-color: #444;
  color: #fff !important
}
.si-dark, .si-light {
  border-color: transparent
}
.si-light {
  background-color: #eee;
  color: #555 !important
}
.si-colored {
  border-color: transparent !important
}
.si-colored i {
  color: #fff
}
.si-sticky {
  left: 5px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  z-index: 499
}
.si-sticky.si-sticky-right {
  left: auto;
  right: 8px
}
.si-share {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-left: 5px;
  position: relative
}
.si-share span {
  font-size: 13px;
  font-weight: 700;
  line-height: 36px
}
.si-share .social-icon {
  border-radius: 0;
  font-size: 15px;
  margin: -1px 0
}
.si-colored.si-facebook, .si-facebook:hover {
  background-color: #3b5998 !important
}
.si-colored.si-delicious, .si-delicious:hover {
  background-color: #205cc0 !important
}
.si-colored.si-paypal, .si-paypal:hover {
  background-color: #00588b !important
}
.si-colored.si-flattr, .si-flattr:hover {
  background-color: #f67c1a !important
}
.si-android:hover, .si-colored.si-android {
  background-color: #a4c639 !important
}
.si-colored.si-smashmag, .si-smashmag:hover {
  background-color: #e53b2c !important
}
.si-colored.si-gplus, .si-gplus:hover {
  background-color: #dd4b39 !important
}
.si-colored.si-wikipedia, .si-wikipedia:hover {
  background-color: #333 !important
}
.si-colored.si-stumbleupon, .si-stumbleupon:hover {
  background-color: #f74425 !important
}
.si-colored.si-foursquare, .si-foursquare:hover {
  background-color: #25a0ca !important
}
.si-call:hover, .si-colored.si-call {
  background-color: #444 !important
}
.si-colored.si-ninetyninedesigns, .si-ninetyninedesigns:hover {
  background-color: #f26739 !important
}
.si-colored.si-forrst, .si-forrst:hover {
  background-color: #5b9a68 !important
}
.si-colored.si-digg, .si-digg:hover {
  background-color: #191919 !important
}
.si-colored.si-spotify, .si-spotify:hover {
  background-color: #81b71a !important
}
.si-colored.si-reddit, .si-reddit:hover {
  background-color: #c6c6c6 !important
}
.si-blogger:hover, .si-colored.si-blogger {
  background-color: #fc4f08 !important
}
.si-cc:hover, .si-colored.si-cc {
  background-color: #688527 !important
}
.si-colored.si-dribbble, .si-dribbble:hover {
  background-color: #ea4c89 !important
}
.si-colored.si-evernote, .si-evernote:hover {
  background-color: #5ba525 !important
}
.si-colored.si-flickr, .si-flickr:hover {
  background-color: #ff0084 !important
}
.si-colored.si-google, .si-google:hover {
  background-color: #dd4b39 !important
}
.si-colored.si-instapaper, .si-instapaper:hover {
  background-color: #333 !important
}
.si-colored.si-klout, .si-klout:hover {
  background-color: #ff5f52 !important
}
.si-colored.si-linkedin, .si-linkedin:hover {
  background-color: #0e76a8 !important
}
.si-colored.si-vk, .si-vk:hover {
  background-color: #2b587a !important
}
.si-colored.si-rss, .si-rss:hover {
  background-color: #ee802f !important
}
.si-colored.si-skype, .si-skype:hover {
  background-color: #00aff0 !important
}
.si-colored.si-twitter, .si-twitter:hover {
  background-color: #00acee !important
}
.si-colored.si-youtube, .si-youtube:hover {
  background-color: #c4302b !important
}
.si-colored.si-vimeo, .si-vimeo:hover {
  background-color: #86c9ef !important
}
.si-aim:hover, .si-colored.si-aim {
  background-color: #fcd20b !important
}
.si-colored.si-yahoo, .si-yahoo:hover {
  background-color: #720e9e !important
}
.si-colored.si-email3, .si-email3:hover {
  background-color: #6567a5 !important
}
.si-colored.si-macstore, .si-macstore:hover {
  background-color: #333 !important
}
.si-colored.si-myspace, .si-myspace:hover {
  background-color: #666 !important
}
.si-colored.si-podcast, .si-podcast:hover {
  background-color: #e4b21b !important
}
.si-cloudapp:hover, .si-colored.si-cloudapp {
  background-color: #525557 !important
}
.si-colored.si-dropbox, .si-dropbox:hover {
  background-color: #3d9ae8 !important
}
.si-colored.si-ebay, .si-ebay:hover {
  background-color: #89c507 !important
}
.si-colored.si-github, .si-github:hover {
  background-color: #171515 !important
}
.si-colored.si-googleplay, .si-googleplay:hover {
  background-color: #dd4b39 !important
}
.si-colored.si-itunes, .si-itunes:hover {
  background-color: #222 !important
}
.si-colored.si-plurk, .si-plurk:hover {
  background-color: #cf5a00 !important
}
.si-colored.si-pinboard, .si-pinboard:hover {
  background-color: #0000e6 !important
}
.si-colored.si-soundcloud, .si-soundcloud:hover {
  background-color: #f70 !important
}
.si-colored.si-tumblr, .si-tumblr:hover {
  background-color: #34526f !important
}
.si-colored.si-wordpress, .si-wordpress:hover {
  background-color: #1e8cbe !important
}
.si-colored.si-yelp, .si-yelp:hover {
  background-color: #c41200 !important
}
.si-colored.si-intensedebate, .si-intensedebate:hover {
  background-color: #009ee4 !important
}
.si-colored.si-eventbrite, .si-eventbrite:hover {
  background-color: #f16924 !important
}
.si-colored.si-scribd, .si-scribd:hover {
  background-color: #666 !important
}
.si-colored.si-stripe, .si-stripe:hover {
  background-color: #008cdd !important
}
.si-colored.si-print, .si-print:hover {
  background-color: #111 !important
}
.si-colored.si-dwolla, .si-dwolla:hover {
  background-color: #ff5c03 !important
}
.si-colored.si-statusnet, .si-statusnet:hover {
  background-color: #131a30 !important
}
.si-acrobat:hover, .si-colored.si-acrobat {
  background-color: #d3222a !important
}
.si-colored.si-drupal, .si-drupal:hover {
  background-color: #27537a !important
}
.si-buffer:hover, .si-colored.si-buffer {
  background-color: #333 !important
}
.si-colored.si-pocket, .si-pocket:hover {
  background-color: #ee4056 !important
}
.si-bitbucket:hover, .si-colored.si-bitbucket {
  background-color: #0e4984 !important
}
.si-colored.si-stackoverflow, .si-stackoverflow:hover {
  background-color: #ef8236 !important
}
.si-colored.si-hackernews, .si-hackernews:hover {
  background-color: #f60 !important
}
.si-colored.si-xing, .si-xing:hover {
  background-color: #126567 !important
}
.si-colored.si-instagram, .si-instagram:hover {
  background-color: #8a3ab9 !important
}
.si-colored.si-quora, .si-quora:hover {
  background-color: #a82400 !important
}
.si-colored.si-openid, .si-openid:hover {
  background-color: #e16309 !important
}
.si-colored.si-steam, .si-steam:hover {
  background-color: #111 !important
}
.si-amazon:hover, .si-colored.si-amazon {
  background-color: #e47911 !important
}
.si-colored.si-disqus, .si-disqus:hover {
  background-color: #e4e7ee !important
}
.si-colored.si-plancast, .si-plancast:hover {
  background-color: #222 !important
}
.si-appstore:hover, .si-colored.si-appstore {
  background-color: #000 !important
}
.si-colored.si-pinterest, .si-pinterest:hover {
  background-color: #c8232c !important
}
.si-colored.si-fivehundredpx, .si-fivehundredpx:hover {
  background-color: #111 !important
}
.si-colored.si-tiktok, .si-tiktok:hover {
  background-color: #000 !important
}
.si-colored.si-whatsapp, .si-whatsapp:hover {
  background-color: #25d366 !important
}
.si-colored.si-tripadvisor, .si-tripadvisor:hover {
  background-color: #00af87 !important
}
.si-colored.si-gpay, .si-gpay:hover {
  background-color: #6877df !important
}
.si-colored.si-unsplash, .si-unsplash:hover {
  background-color: #111 !important
}
.si-colored.si-snapchat, .si-snapchat:hover {
  background-color: #fffc00 !important
}
.si-text-color.si-facebook i {
  color: #3b5998
}
.si-text-color.si-delicious i {
  color: #205cc0
}
.si-text-color.si-paypal i {
  color: #00588b
}
.si-text-color.si-flattr i {
  color: #f67c1a
}
.si-text-color.si-android i {
  color: #a4c639
}
.si-text-color.si-smashmag i {
  color: #e53b2c
}
.si-text-color.si-gplus i {
  color: #dd4b39
}
.si-text-color.si-wikipedia i {
  color: #333
}
.si-text-color.si-stumbleupon i {
  color: #f74425
}
.si-text-color.si-foursquare i {
  color: #25a0ca
}
.si-text-color.si-call i {
  color: #444
}
.si-text-color.si-ninetyninedesigns i {
  color: #f26739
}
.si-text-color.si-forrst i {
  color: #5b9a68
}
.si-text-color.si-digg i {
  color: #191919
}
.si-text-color.si-spotify i {
  color: #81b71a
}
.si-text-color.si-reddit i {
  color: #c6c6c6
}
.si-text-color.si-blogger i {
  color: #fc4f08
}
.si-text-color.si-cc i {
  color: #688527
}
.si-text-color.si-dribbble i {
  color: #ea4c89
}
.si-text-color.si-evernote i {
  color: #5ba525
}
.si-text-color.si-flickr i {
  color: #ff0084
}
.si-text-color.si-google i {
  color: #dd4b39
}
.si-text-color.si-instapaper i {
  color: #333
}
.si-text-color.si-klout i {
  color: #ff5f52
}
.si-text-color.si-linkedin i {
  color: #0e76a8
}
.si-text-color.si-vk i {
  color: #2b587a
}
.si-text-color.si-rss i {
  color: #ee802f
}
.si-text-color.si-skype i {
  color: #00aff0
}
.si-text-color.si-twitter i {
  color: #00acee
}
.si-text-color.si-youtube i {
  color: #c4302b
}
.si-text-color.si-vimeo i {
  color: #86c9ef
}
.si-text-color.si-aim i {
  color: #fcd20b
}
.si-text-color.si-yahoo i {
  color: #720e9e
}
.si-text-color.si-email3 i {
  color: #6567a5
}
.si-text-color.si-macstore i {
  color: #333
}
.si-text-color.si-myspace i {
  color: #666
}
.si-text-color.si-podcast i {
  color: #e4b21b
}
.si-text-color.si-cloudapp i {
  color: #525557
}
.si-text-color.si-dropbox i {
  color: #3d9ae8
}
.si-text-color.si-ebay i {
  color: #89c507
}
.si-text-color.si-github i {
  color: #171515
}
.si-text-color.si-googleplay i {
  color: #dd4b39
}
.si-text-color.si-itunes i {
  color: #222
}
.si-text-color.si-plurk i {
  color: #cf5a00
}
.si-text-color.si-pinboard i {
  color: #0000e6
}
.si-text-color.si-soundcloud i {
  color: #f70
}
.si-text-color.si-tumblr i {
  color: #34526f
}
.si-text-color.si-wordpress i {
  color: #1e8cbe
}
.si-text-color.si-yelp i {
  color: #c41200
}
.si-text-color.si-intensedebate i {
  color: #009ee4
}
.si-text-color.si-eventbrite i {
  color: #f16924
}
.si-text-color.si-scribd i {
  color: #666
}
.si-text-color.si-stripe i {
  color: #008cdd
}
.si-text-color.si-print i {
  color: #111
}
.si-text-color.si-dwolla i {
  color: #ff5c03
}
.si-text-color.si-statusnet i {
  color: #131a30
}
.si-text-color.si-acrobat i {
  color: #d3222a
}
.si-text-color.si-drupal i {
  color: #27537a
}
.si-text-color.si-buffer i {
  color: #333
}
.si-text-color.si-pocket i {
  color: #ee4056
}
.si-text-color.si-bitbucket i {
  color: #0e4984
}
.si-text-color.si-stackoverflow i {
  color: #ef8236
}
.si-text-color.si-hackernews i {
  color: #f60
}
.si-text-color.si-xing i {
  color: #126567
}
.si-text-color.si-instagram i {
  color: #8a3ab9
}
.si-text-color.si-quora i {
  color: #a82400
}
.si-text-color.si-openid i {
  color: #e16309
}
.si-text-color.si-steam i {
  color: #111
}
.si-text-color.si-amazon i {
  color: #e47911
}
.si-text-color.si-disqus i {
  color: #e4e7ee
}
.si-text-color.si-plancast i {
  color: #222
}
.si-text-color.si-appstore i {
  color: #000
}
.si-text-color.si-pinterest i {
  color: #c8232c
}
.si-text-color.si-fivehundredpx i {
  color: #111
}
.si-text-color.si-tiktok i {
  color: #000
}
.si-text-color.si-whatsapp i {
  color: #25d366
}
.si-text-color.si-tripadvisor i {
  color: #00af87
}
.si-text-color.si-gpay i {
  color: #db4437
}
.si-text-color.si-unsplash i {
  color: #111
}
.si-text-color.si-snapchat i {
  color: #fffc00
}
.si-text-color:hover {
  color: #fff
}
.toggle {
  display: block;
  margin: 0 0 20px;
  position: relative
}
.accordion-header, .toggle-header {
  color: #444;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 -5px;
  position: relative
}
.accordion-icon, .toggle-icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 5px;
  text-align: center;
  width: auto
}
.toggle-icon i, .toggle-icon span {
  width: 1rem
}
.accordion-title, .toggle-title {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 5px
}
.toggle-active > .toggle-header .toggle-closed, .toggle:not(.toggle-active) > .toggle-header .toggle-open {
  display: none
}
.toggle-active > .toggle-header .toggle-open {
  display: inline-block
}
.accordion-content, .toggle-content {
  display: none;
  padding: .75rem 0;
  position: relative
}
.toggle-bg .toggle-header {
  background-color: #eee;
  border-radius: 2px;
  margin: 0;
  padding: .75rem
}
.toggle-bg .toggle-content {
  padding: 1rem .75rem
}
.toggle-border {
  border: 1px solid #ccc;
  border-radius: 4px
}
.toggle-border .toggle-header {
  margin: 0;
  padding: .75rem
}
.toggle-border .toggle-content {
  padding: 0 1rem 1rem
}
.faqs .toggle {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px
}
.faqs .toggle-content {
  padding-bottom: 10px
}
.accordion {
  margin-bottom: 20px
}
.accordion-header {
  border-top: 1px dotted #ddd;
  cursor: pointer;
  padding: .75rem 0
}
.accordion-header:first-child {
  border-top: none
}
.accordion:not([data-collapsible=true]) .accordion-header.accordion-active {
  cursor: auto
}
.accordion-active .accordion-closed, .accordion-header:not(.accordion-active) .accordion-open {
  display: none
}
.accordion-active .accordion-open {
  display: inline-block
}
.accordion-content {
  padding-bottom: 1.5rem;
  padding-top: 0
}
.accordion-bg .accordion-header {
  background-color: #eee;
  border-radius: 2px;
  border-top: 0;
  margin: 0 0 5px;
  padding: .75rem
}
.accordion-bg .accordion-content {
  padding: .75rem .75rem 1.5rem
}
.accordion-border {
  border: 1px solid #ddd;
  border-radius: 4px
}
.accordion-border .accordion-header {
  border-color: #ccc;
  margin: 0;
  padding: .75rem
}
.accordion-border .accordion-content {
  padding: 0 1.125rem 1.5rem
}
.accordion-lg .accordion-header {
  font-size: 1.25rem
}
.tab {
  margin: 0 0 30px;
  position: relative
}
.tab-nav {
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 15px
}
.tab-nav li {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 41px;
  max-width: 100%;
  text-align: center;
  width: auto
}
.tabs-justify .tab-nav li {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1
}
.tab-nav li:first-child {
  border-left: 1px solid #ddd
}
.tab-nav-sm.tab-nav li {
  height: 31px
}
.tab-nav-lg.tab-nav li {
  height: 51px;
  padding: 0
}
.tab-nav-xl.tab-nav li {
  height: 61px
}
.tab-nav-lg.tab-nav li i {
  font-size: 1.25rem
}
.tab-nav li a {
  background-color: #f2f2f2;
  color: #444;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 15px
}
@media (max-width:767.98px) {
  .tab-nav li a {
    font-size: .875rem
  }
}
.tab-nav-sm.tab-nav li a {
  font-size: .8125rem;
  height: 30px;
  line-height: 30px;
  padding: 0 12px
}
.tab-nav-lg.tab-nav li a {
  font-weight: 600;
  height: 50px;
  letter-spacing: 0;
  line-height: 50px;
  padding: 0 20px;
  text-transform: none
}
.tab-nav-xl.tab-nav li a {
  font-size: 1rem;
  height: 60px;
  line-height: 60px;
  padding: 0 20px
}
.tab-nav li.ui-tabs-active a {
  background-color: #fff;
  position: relative;
  top: 1px
}
.tabs-alt .tab-nav li {
  border-color: transparent
}
.tabs-alt .tab-nav li:first-child {
  border-left: 0
}
.tabs-alt .tab-nav li a {
  background-color: #fff
}
.tabs-alt .tab-nav li.ui-tabs-active a {
  border: 1px solid #ddd;
  border-bottom: 0
}
.tabs-tb .tab-nav li.ui-tabs-active a {
  border-top: 2px solid #3f137d;
  height: 43px;
  line-height: 38px;
  top: -1px
}
.tabs-alt.tabs-tb .tab-nav li.ui-tabs-active a {
  height: 42px
}
.tabs-tb ul.tab-nav.tab-nav-sm li.ui-tabs-active a, .tabs-tb.tabs-alt ul.tab-nav.tab-nav-sm li.ui-tabs-active a {
  height: 33px;
  line-height: 28px
}
.tabs-tb ul.tab-nav.tab-nav-lg li.ui-tabs-active a, .tabs-tb.tabs-alt ul.tab-nav.tab-nav-lg li.ui-tabs-active a {
  height: 52px;
  line-height: 48px
}
.tabs-tb ul.tab-nav.tab-nav-xl li.ui-tabs-active a, .tabs-tb.tabs-alt ul.tab-nav.tab-nav-xl li.ui-tabs-active a {
  height: 62px;
  line-height: 58px
}
.tabs-bb .tab-nav {
  padding: 0
}
.tabs-bb .tab-nav li {
  border: 0 !important;
  margin: 0
}
.tabs-bb .tab-nav li a {
  background-color: transparent;
  border-bottom: 2px solid transparent
}
.tabs-bb .tab-nav li.ui-tabs-active a {
  border-bottom: 2px solid #3f137d;
  height: 44px;
  line-height: 44px;
  top: -2px
}
.tabs-bb .tab-nav.tab-nav-sm li.ui-tabs-active a {
  height: 34px;
  line-height: 34px
}
.tabs-bb .tab-nav.tab-nav-lg li.ui-tabs-active a {
  height: 54px;
  line-height: 54px
}
.tabs-bb .tab-nav.tab-nav-xl li.ui-tabs-active a {
  height: 64px;
  line-height: 64px
}
.tab-nav.tab-nav2 {
  border-bottom: 0;
  padding: 0
}
.tab-nav.tab-nav2 li {
  border: 0;
  margin-left: 10px
}
.tab-nav.tab-nav2 li:first-child {
  border-left: 0;
  margin-left: 0
}
.tab-nav.tab-nav2 li a {
  background-color: #f2f2f2;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.tab-nav.tab-nav2 li.ui-state-active a {
  background-color: #3f137d;
  color: #fff;
  top: 0
}
.tab-nav-lg {
  list-style: none;
  margin-bottom: 20px
}
.tab-nav-lg li {
  padding: 16px;
  position: relative;
  text-align: center
}
.tab-nav-lg li a {
  color: #444;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}
.tab-nav-lg li i {
  display: block;
  font-size: 28px;
  margin: 0 0 7px
}
.tab-nav-lg li.ui-tabs-active a {
  color: #3f137d
}
.tab-nav-lg li.ui-tabs-active:after, .tab-nav-lg li.ui-tabs-active:before {
  border: solid transparent;
  bottom: -50px;
  content: "";
  position: absolute;
  top: auto;
  z-index: 2
}
.tab-nav-lg li.ui-tabs-active:after, .tab-nav-lg li.ui-tabs-active:before {
  border-top-color: #fff;
  border-width: 16px;
  left: 50%;
  margin-left: -16px
}
.tab-container {
  padding: 20px 0 0;
  position: relative
}
.tabs .tab-content:not(:first-child) {
  display: none
}
.tab-nav i {
  margin-right: 3px;
  position: relative;
  top: 1px
}
.tabs-bordered .tab-nav {
  padding: 0
}
.tabs-bordered .tab-nav li:first-child {
  margin-left: 0
}
.tabs-bordered .tab-container {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px
}
@media (min-width:768px) {
  .side-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .side-tabs .tab-nav {
    border-bottom: 0;
    border-right: 1px solid #ddd;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-flow: column;
    max-width: 100%;
    min-width: 200px;
    padding: 20px 0;
    width: auto
  }
  .side-tabs .tab-nav.tab-nav-sm {
    width: 170px
  }
  .side-tabs .tab-nav li {
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    height: auto;
    text-align: left
  }
  .side-tabs .tab-nav li:first-child {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-left: 0
  }
  .side-tabs .tab-nav li a {
    height: auto;
    line-height: 42px
  }
  .side-tabs .tab-nav li.ui-tabs-active a {
    right: -1px;
    top: 0
  }
  .side-tabs .tab-nav.tab-nav-lg li i {
    margin-right: 5px;
    top: 2px
  }
  .side-tabs .tab-container {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    padding: 15px 0 0 20px
  }
  .side-tabs ul.tab-nav.tab-nav-sm li a, .side-tabs.tabs-bordered ul.tab-nav.tab-nav-sm li a {
    line-height: 34px
  }
  .side-tabs ul.tab-nav.tab-nav-lg li a, .side-tabs ul.tab-nav.tab-nav-xl li a, .side-tabs.tabs-bordered ul.tab-nav.tab-nav-lg li a, .side-tabs.tabs-bordered ul.tab-nav.tab-nav-xl li a {
    line-height: 54px
  }
  .ui-tabs .ui-tabs-hide {
    display: block !important;
    left: -10000px !important;
    position: absolute !important
  }
  .side-tabs .tab-nav.tab-nav2 {
    border: 0
  }
  .side-tabs .tab-nav.tab-nav2 li {
    border: 0;
    margin: 6px 0 0
  }
  .side-tabs .tab-nav.tab-nav2 li:first-child {
    margin-top: 0
  }
  .side-tabs .tab-nav.tab-nav2 li a {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
  }
  .side-tabs .tab-nav.tab-nav2 li.ui-state-active a {
    right: 0
  }
}
.tabs-bordered.side-tabs .tab-nav {
  margin-right: -1px;
  padding: 0;
  position: relative;
  z-index: 2
}
.tabs-bordered.side-tabs .tab-nav li a {
  height: auto;
  line-height: 42px
}
.tabs-bordered.side-tabs .tab-nav li.ui-tabs-active a {
  border-right: 1px solid #fff;
  right: -1px
}
.tabs-bordered.side-tabs .tab-container {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 20px
}
.sidenav {
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
  width: 100%
}
.sidenav li {
  list-style-type: none
}
.sidenav li a {
  border: 1px solid #e5e5e5;
  border-right-width: 2px;
  color: #666;
  display: block;
  margin: 0 0 -1px;
  padding: 11px 20px 11px 14px;
  position: relative
}
.sidenav li ul {
  display: none
}
.sidenav li li a {
  border-bottom: none;
  border-top: none;
  font-size: .875rem;
  padding: 6px 20px 6px 35px
}
.sidenav li li:first-child a {
  padding-top: 20px
}
.sidenav li li:last-child a {
  padding-bottom: 20px
}
.sidenav li i {
  font-size: 1rem;
  margin-right: 6px;
  position: relative;
  text-align: center;
  top: 1px;
  width: 1.125rem
}
.sidenav > li:first-child > a {
  border-radius: 4px 4px 0 0
}
.sidenav > li:last-child > a {
  border-bottom-width: 2px;
  border-radius: 0 0 4px 4px
}
.sidenav > li > a:hover {
  background-color: #f5f5f5;
  color: #222
}
.sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover {
  background-color: #3f137d !important;
  border-color: rgba(0, 0, 0, .1) !important;
  color: #fff !important;
  font-weight: 700;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  z-index: 2
}
.sidenav li.ui-tabs-active ul {
  display: block
}
.sidenav .icon-chevron-right {
  font-size: 12px !important;
  height: 1rem;
  left: auto;
  margin-right: 0;
  margin-top: -8px;
  opacity: .4;
  position: absolute;
  right: 6px;
  top: 50%;
  width: 1rem
}
.sidenav a:hover .icon-chevron-right {
  opacity: .5
}
.sidenav .ui-#tabs-active .icon-chevron-right, .sidenav .ui-#tabs-active a:hover .icon-chevron-right {
  opacity: 1
}
.nav[role=tablist] a:not([class*=i-]):not(.active) {
  color: inherit
}
body:not(.dark) .list-group-media .list-group-item-action.active h3, body:not(.dark) .list-group-media .list-group-item-action.active h4, body:not(.dark) .list-group-media .list-group-item-action.active h5, body:not(.dark) .list-group-media .list-group-item-action.active h6 {
  color: #fff
}
.list-group-item {
  border-color: #ddd
}
.list-group-item, .list-group-item.disabled, .list-group-item:disabled {
  background-color: #fff
}
.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #f9f9f9
}
body:not(.dark) .list-group-media .list-group-item-action p {
  line-height: 1.6 !important;
  opacity: .8
}
[role=tablist] a.i-plain.active {
  color: #3f137d
}
[role=tablist] a.active {
  background-color: #3f137d;
  border-color: #3f137d;
  color: #fff
}
.tab-bordered {
  position: relative
}
.tab-bordered:before {
  border: 1px dashed #ddd;
  content: "";
  height: 1px;
  left: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0
}
.tab-bordered a {
  z-index: 2
}
.dark .tab-bordered li:not(:last-child):before, .dark.tab-bordered li:not(:last-child):before {
  border-color: hsla(0, 0%, 100%, .2)
}
.tab-bordered a.i-bordered:not(.active):not(:hover) {
  background-color: #fff !important
}
.dark .tab-bordered a.i-bordered:not(.active):not(:hover), .dark.tab-bordered a.i-bordered:not(.active):not(:hover) {
  background-color: #383838 !important
}
@media (max-width:575.98px) {
  .tab-bordered.list-group-horizontal-sm:before {
    border: 1px dashed #ddd;
    bottom: 15px;
    height: 100%;
    left: 26px;
    right: auto;
    top: 15px;
    width: 1px;
    z-index: 0
  }
  .tab-sticky.sticky-sm-none {
    height: auto;
    position: relative;
    top: auto
  }
}
.tab-sticky {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1
}
.faqlist li {
  font-size: 15px;
  margin-bottom: 5px
}
.faqlist li a {
  color: #444
}
.faqlist li a:hover {
  color: #3f137d !important
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeout {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  display: none;
  position: relative;
  touch-action: manipulation;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0)
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  background: no-repeat 50%;
  display: block;
  min-height: 100px;
  opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
  display: none
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  float: left;
  min-height: 1px;
  position: relative
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%
}
.slider-element .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.mega-menu-content .owl-carousel {
  opacity: 1
}
.owl-carousel.owl-refresh .owl-item {
  display: none
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-wrapper {
  background: #111;
  height: 100%;
  position: relative
}
.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(images/icons/play.png) no-repeat;
  cursor: pointer;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  -webkit-transition: scale .1s ease;
  -o-transition: scale .1s ease;
  transition: scale .1s ease;
  width: 64px;
  z-index: 1
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3);
  -o-transition: scale(1.3);
  transition: scale(1.3)
}
.owl-carousel .owl-video-play-icon .owl-video-play-icon, .owl-carousel .owl-video-play-icon .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-play-icon .owl-video-tn {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-play-icon .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  text-align: center
}
.owl-carousel .owl-nav [class*=owl-] {
  zoom: 1;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 50%;
  color: #666;
  font-size: 18px;
  height: 36px;
  left: -36px;
  line-height: 32px;
  margin-top: -18px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 36px
}
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px
}
.owl-dot, .owl-dots button, .owl-nav .owl-next, .owl-nav .owl-prev {
  border: 0;
  cursor: pointer;
  cursor: hand;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel-full .owl-nav [class*=owl-], .slider-element .owl-nav [class*=owl-] {
  background-color: rgba(0, 0, 0, .4);
  border: none;
  border-radius: 0 3px 3px 0;
  color: #eee;
  font-size: 28px;
  height: 60px;
  left: 0 !important;
  line-height: 60px
}
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px
}
.owl-carousel .owl-nav .owl-next {
  right: -36px
}
.owl-carousel-full .owl-nav .owl-next, .slider-element .owl-nav .owl-next {
  border-radius: 3px 0 0 3px
}
.owl-carousel:hover .owl-nav [class*=owl-] {
  left: -18px;
  opacity: 1
}
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  color: #fff !important;
  text-decoration: none
}
.owl-carousel .owl-nav .disabled {
  display: none !important
}
.owl-carousel .owl-dots .owl-dot {
  zoom: 1;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 30px 4px 0;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 8px
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1
}
.owl-carousel[class*=owl-dots-pos-] .owl-carousel[class*=owl-img-pos-], .owl-carousel[class*=owl-nav-pos-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.owl-carousel.owl-content-pos-1 .owl-stage-outer, .owl-carousel.owl-dots-pos-1 .owl-dots, .owl-carousel.owl-nav-pos-1 .owl-nav {
  order: 1
}
.owl-carousel.owl-content-pos-2 .owl-stage-outer, .owl-carousel.owl-dots-pos-2 .owl-dots, .owl-carousel.owl-nav-pos-2 .owl-nav {
  order: 2
}
.owl-carousel.owl-content-pos-3 .owl-stage-outer, .owl-carousel.owl-dots-pos-3 .owl-dots, .owl-carousel.owl-nav-pos-3 .owl-nav {
  order: 3
}
.owl-carousel.owl-dots-pos-2 .owl-dots .owl-dot, .owl-carousel.owl-dots-pos-3 .owl-dots .owl-dot {
  margin-top: 0
}
.owl-carousel.owl-dots-pos-left .owl-dots, .owl-carousel.owl-dots-pos-right .owl-dots, .owl-carousel.owl-nav-pos-left .owl-nav, .owl-carousel.owl-nav-pos-right .owl-nav {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}
.owl-carousel.owl-dots-pos-left .owl-dots, .owl-carousel.owl-nav-pos-left .owl-nav {
  -ms-flex-pack: start;
  justify-content: flex-start
}
.owl-carousel.owl-dots-pos-right .owl-dots, .owl-carousel.owl-nav-pos-right .owl-nav {
  -ms-flex-pack: end;
  justify-content: flex-end
}
.owl-carousel.with-carousel-dots.owl-dots-pos-top .owl-nav [class*=owl-] {
  margin-top: 0
}
.owl-carousel {
  --owl-nav-sizes: 36px;
  --owl-dots-gutters: 4px;
  --owl-dots-sizes: 8px;
  --owl-nav-margin: calc(var(--owl-nav-sizes)/-2);
  --owl-nav-with-dots: calc(var(--owl-nav-margin) - 15px - var(--owl-dots-sizes)/2)
}
.owl-carousel.owl-dots-size-sm {
  --owl-dots-sizes: 4px;
  --owl-dots-gutters: 2px
}
.owl-carousel.owl-dots-size-lg {
  --owl-dots-sizes: 12px;
  --owl-dots-gutters: 5px
}
.owl-carousel.owl-dots-size-xl {
  --owl-dots-sizes: 16px;
  --owl-dots-gutters: 6px
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #3f137d;
  height: var(--owl-dots-sizes);
  margin-left: var(--owl-dots-gutters);
  margin-right: var(--owl-dots-gutters);
  transition: all .3s;
  width: var(--owl-dots-sizes)
}
.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .disabled {
  display: inline-block !important;
  opacity: .4 !important;
  pointer-events: none
}
.owl-carousel.owl-dots-border .owl-dots .owl-dot:not(.active) {
  background-color: transparent;
  border: 1px solid #3f137d;
  opacity: 1
}
.owl-carousel.owl-dots-border .owl-dots .owl-dot.active {
  border-color: transparent
}
.owl-carousel.owl-dots-square .owl-dots .owl-dot {
  --owl-dots-sizes: 10px;
  border-radius: 0
}
.owl-carousel.owl-dots-rounded .owl-dots .owl-dot {
  --owl-dots-sizes: 10px;
  border-radius: 2px
}
.owl-carousel.owl-dots-dashed .owl-dots .owl-dot {
  --owl-dots-sizes: 16px;
  border-radius: 4px;
  height: 4px;
  opacity: .4
}
.owl-carousel.owl-dots-dashed .owl-dots .owl-dot.active {
  --owl-dots-sizes: 32px;
  opacity: 1
}
.owl-carousel.owl-dots-number .owl-dots {
  --owl-dots-sizes: 28px;
  --owl-nav-bg: #fff;
  counter-reset: dots
}
.owl-carousel.owl-dots-number .owl-dots .owl-dot {
  opacity: .3;
  position: relative;
  width: auto
}
.owl-carousel.owl-dots-number .owl-dots .owl-dot.active {
  opacity: 1
}
.owl-carousel.owl-dots-number .owl-dots .owl-dot:before {
  content: counter(dots, decimal-leading-zero);
  counter-increment: dots;
  display: inline-block
}
.owl-carousel.owl-dots-number .owl-dots .owl-dot span {
  background-color: #666;
  display: inline-block;
  height: 2px;
  margin-left: 5px;
  position: relative;
  top: -5px;
  transition: width .4s ease-in-out;
  width: 0
}
.owl-carousel.owl-dots-number .owl-dots .owl-dot.active span {
  width: 30px
}
.owl-carousel .owl-nav [class*=owl-] {
  font-size: calc(var(--owl-nav-sizes)/2);
  height: var(--owl-nav-sizes);
  left: calc(var(--owl-nav-sizes)*-1);
  line-height: calc(var(--owl-nav-sizes)*-1 - 4px);
  margin-top: var(--owl-nav-margin);
  width: var(--owl-nav-sizes)
}
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: var(--owl-nav-with-dots)
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: calc(var(--owl-nav-sizes)*-1)
}
.owl-carousel-full .owl-nav .owl-next, .slider-element .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important
}
.owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-], .owl-carousel:hover .owl-nav [class*=owl-] {
  left: calc(var(--owl-nav-sizes)*-1/2);
  opacity: 1
}
.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: calc(var(--owl-nav-sizes)*-1/2)
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #3f137d !important
}
.owl-carousel-full .owl-nav [class*=owl-], .slider-element .owl-nav [class*=owl-] {
  font-size: calc(var(--owl-nav-sizes)*1.66667/2);
  height: calc(var(--owl-nav-sizes)*1.66667);
  line-height: calc(var(--owl-nav-sizes)*1.66667);
  margin-top: -30px
}
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: calc(var(--owl-nav-sizes)*1.66667/-2)-calc(15px + var(--owl-dots-sizes)/2)
}
.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav [class*=owl-] {
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  top: auto
}
.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-prev {
  margin-right: 5px
}
.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-next {
  margin-left: 5px
}
.owl-carousel.owl-nav-text .owl-nav [class*=owl-] {
  border-radius: 3px;
  font-size: .925rem;
  height: auto;
  line-height: 1.5;
  padding: 4px 8px;
  width: auto
}
.owl-carousel.owl-nav-text .owl-nav [class*=owl-] i {
  position: relative;
  top: 1px
}
#infscr-loading, #portfolio-ajax-loader {
  background-color: rgba(0, 0, 0, .7);
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  height: 48px;
  left: 50%;
  line-height: 48px;
  margin: -24px 0 0 -24px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 48px;
  z-index: 20
}
#infscr-loading img, #portfolio-ajax-loader img {
  display: none;
  height: 24px;
  margin: 12px;
  width: 24px
}
#portfolio-ajax-loader {
  display: none
}
#portfolio-ajax-loader img {
  display: block
}
.page-load-status {
  display: none;
  padding: 30px 0;
  position: relative
}
.page-load-status .css3-spinner-ball-pulse-sync > div {
  background-color: #333
}
blockquote {
  border-left: 5px solid #eee;
  font-size: 1.125rem;
  margin: 0 0 20px;
  padding: 10px 20px
}
blockquote p {
  margin-bottom: 15px
}
blockquote.float-start {
  margin: 5px 20px 10px 0;
  max-width: 300px;
  padding-right: 0
}
blockquote.float-end {
  margin: 5px 0 10px 20px;
  max-width: 300px;
  padding-left: 0
}
.blockquote-reverse {
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
  text-align: right
}
.blockquote-reverse:before {
  content: "\e7ae";
  left: auto;
  right: 0
}
.quote {
  border: none !important
}
.quote, .quote p {
  position: relative
}
.quote:before {
  speak: none;
  color: #eee;
  content: "\e7ad";
  font-family: font-icons;
  font-size: 42px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  top: 0;
  width: 48px
}
.dropcap {
  float: left;
  font-size: 42px;
  line-height: 1;
  margin: 0 5px 0 0;
  text-transform: uppercase
}
.highlight {
  background-color: #444;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px
}
.text-rotater .t-rotate {
  display: none
}
.text-rotater .t-rotate.morphext, .text-rotater .t-rotate.plugin-typed-init {
  display: inherit
}
.typed-cursor {
  font-weight: 400
}
.text-rotater > .t-rotate > .animated {
  display: inline-block
}
.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%
}
.bg-overlay {
  z-index: 5
}
.bg-overlay [data-hover-animate]:not(.animated) {
  opacity: 0
}
.bg-overlay-content {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 20px;
  z-index: 1
}
.bg-overlay-bg {
  background-color: hsla(0, 0%, 100%, .85)
}
.bg-overlay-bg.dark, .dark .bg-overlay-bg {
  background-color: rgba(0, 0, 0, .5)
}
.text-overlay-mask {
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, .85)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .85));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .85) 100%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .85) 100%);
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .85));
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  height: auto;
  opacity: .85;
  padding: 40px 15px 15px;
  top: auto
}
.overlay-trigger-icon {
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  display: block;
  font-size: 1.125rem;
  height: 40px;
  line-height: 40px;
  margin: 0 .25rem;
  text-align: center;
  transition: all .3s ease;
  width: 40px
}
.overlay-trigger-icon .icon-line-play {
  left: 2px;
  position: relative
}
.overlay-trigger-icon.size-sm {
  font-size: .875rem;
  height: 30px;
  line-height: 30px;
  margin: 0 .5rem;
  width: 30px
}
.overlay-trigger-icon.size-lg {
  font-size: 1.5rem;
  height: 64px;
  line-height: 64px;
  margin: 0 .5rem;
  width: 64px
}
.gmap {
  height: 450px;
  position: relative;
  width: 100%
}
.gmap img {
  max-width: none !important
}
.gm-style .gm-style-iw h3 span {
  font-family: inherit;
  font-size: inherit
}
#map-overlay {
  padding: 100px 0;
  position: relative
}
#map-overlay .gmap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0
}
#content .cse .gsc-control-cse, #content .gsc-above-wrapper-area, #content .gsc-adBlock, #content .gsc-control-cse, #content .gsc-result, #content .gsc-table-result, #content .gsc-thumbnail-inside, #content .gsc-url-top, #content .gsc-webResult {
  padding: 0 !important
}
#content .gsc-selected-option-container {
  width: auto !important
}
#content .gsc-result-info {
  padding-left: 0 !important
}
#content .gsc-above-wrapper-area-container, #content .gsc-table-result {
  margin-bottom: 10px
}
#content .gcsc-branding {
  display: none
}
#content .gsc-results, #content .gsc-webResult {
  width: 100% !important
}
#content .gs-error-result .gs-snippet, #content .gs-no-results-result .gs-snippet {
  margin: 0 !important
}
.top-advert {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 5px
}
.bnews-title, .top-advert a, .top-advert img {
  display: block
}
.bnews-title {
  float: left;
  margin-top: 2px;
  padding-top: .3em;
  text-transform: uppercase
}
.bnews-slider {
  float: left;
  margin-left: 20px;
  min-height: 0;
  width: 970px
}
#gotoTop {
  background-color: #333;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 2px;
  bottom: 50px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.25rem;
  height: 40px;
  left: auto;
  line-height: 36px;
  position: fixed;
  right: 30px;
  text-align: center;
  top: auto;
  width: 40px;
  z-index: 599
}
body:not(.device-touch) #gotoTop {
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear
}
.stretched #gotoTop {
  bottom: 50px;
  right: 30px
}
#gotoTop:hover {
  background-color: #3f137d
}
@media (max-width:767.98px) {
  #gotoTop {
    display: none !important
  }
}
.read-more-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: height .5s ease;
  transition: height .5s ease
}
.read-more-mask {
  background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
  bottom: 0;
  height: 35%;
  left: 0;
  min-height: 60px;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 9
}
.read-more-trigger {
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.read-more-trigger i {
  margin-left: 3px;
  position: relative;
  top: 1px
}
.read-more-wrap .read-more-trigger {
  bottom: 5px;
  display: block !important;
  left: 5px;
  margin: 0 !important;
  position: absolute;
  top: auto;
  z-index: 10
}
.gdpr-settings {
  background-color: #eee;
  border-radius: 4px;
  bottom: 0;
  left: 1rem;
  margin-bottom: 1rem;
  max-height: 60vh;
  max-width: calc(100vw - 2rem);
  opacity: 0;
  overflow-y: scroll;
  padding: 3rem;
  position: fixed;
  top: auto;
  transition: all .3s ease;
  z-index: 999
}
@media (min-width:768px) {
  .gdpr-settings {
    max-height: none;
    overflow: auto
  }
}
.gdpr-settings-sm {
  margin-right: 1rem;
  max-width: 30rem
}
.gdpr-settings-sm.gdpr-settings-right {
  left: auto;
  margin-left: 1rem;
  margin-right: 0;
  right: 1rem
}
.gdpr-settings.dark {
  background-color: #111
}
.gdpr-container {
  height: auto;
  position: relative
}
.gdpr-blocked-message {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1
}
.gdpr-blocked-message a {
  text-decoration: underline !important
}
.gdpr-container:not(.gdpr-content-active) {
  min-height: 250px
}
.gdpr-container.gdpr-content-active {
  min-height: 0 !important
}
.gdpr-container.gdpr-content-active .gdpr-blocked-message {
  display: none
}
.error404 {
  color: #ddd;
  display: block;
  font-size: 18vw;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1
}
.error404-wrap .container {
  z-index: 7
}
.error404-wrap .error404 {
  color: #fff !important;
  font-size: 19vw;
  font-weight: 700;
  line-height: .9;
  margin-bottom: 40px;
  opacity: .2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .4)
}
.error404-wrap .heading-block h4 {
  font-weight: 300;
  margin-bottom: 8px
}
.error404-wrap .heading-block span {
  font-size: 1.125rem
}
.error404-wrap form {
  max-width: 500px
}
.landing-wide-form {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  padding: 30px
}
.landing-form-overlay {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 3px 3px 0 0;
  bottom: -154px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 10
}
.landing-video {
  height: 315px;
  margin: 22px 0 0 95px;
  overflow: hidden;
  width: 560px;
  z-index: 1
}
.landing-promo h3 {
  font-size: 1.75rem
}
.landing-promo > .container > span {
  font-size: 1.125rem
}
.nav-tree {
  margin-bottom: 40px;
  position: relative
}
.nav-tree ul {
  list-style: none;
  margin-bottom: 0
}
.nav-tree ul ul {
  display: none
}
.nav-tree ul ul a {
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 0 6px 20px
}
.nav-tree ul ul a i.icon-angle-down {
  font-size: 12px
}
.nav-tree ul ul ul a {
  padding-left: 40px
}
.nav-tree ul ul ul ul a {
  padding-left: 60px
}
.nav-tree ul ul ul ul ul a {
  padding-left: 80px
}
.nav-tree > ul {
  margin: -8px 0
}
.nav-tree li {
  position: relative
}
.nav-tree li a {
  color: #333;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 0;
  text-transform: uppercase
}
.nav-tree li i {
  font-size: 13px;
  text-align: center;
  width: 16px
}
.nav-tree li i:not(.icon-angle-down) {
  margin-right: 8px;
  position: relative;
  top: 1px
}
.nav-tree li i.icon-angle-down {
  font-size: 12px;
  margin-left: 2px;
  width: auto
}
.nav-tree li.active > a, .nav-tree li.current > a, .nav-tree li:hover > a {
  color: #3f137d !important
}
.nav-tree li.current > ul {
  display: block
}
.wedding-head {
  font-family: Poppins, sans-serif;
  font-size: 80px;
  line-height: 1;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}
.wedding-head .and, .wedding-head .first-name, .wedding-head .last-name {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 15px;
  text-align: right;
  text-transform: uppercase
}
.wedding-head .last-name {
  margin: 0 0 0 15px;
  text-align: left
}
.wedding-head .first-name span, .wedding-head .last-name span {
  display: block;
  font-family: "PT Serif", serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
  text-transform: none
}
.wedding-head .and {
  font-family: Times New Roman, serif;
  font-size: 200px;
  margin: 0
}
.switch-toggle {
  margin-left: -9999px;
  position: absolute;
  visibility: hidden
}
.switch-toggle + label {
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
input.switch-toggle-round + label {
  background-color: #ddd;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  padding: 2px;
  width: 60px
}
input.switch-toggle-round + label:after, input.switch-toggle-round + label:before {
  bottom: 1px;
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  top: 1px
}
input.switch-toggle-round + label:before {
  background-color: #f1f1f1;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  right: 1px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
  width: 100%
}
input.switch-toggle-round + label:after {
  background-color: #fff;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  -webkit-transition: margin .4s;
  -moz-transition: margin .4s;
  -o-transition: margin .4s;
  transition: margin .4s;
  width: 28px
}
input.switch-toggle-round:checked + label:before {
  background-color: #3f137d
}
input.switch-toggle-round:checked + label:after {
  margin-left: 30px
}
input.switch-rounded-mini.switch-toggle-round + label {
  height: 16px;
  padding: 1px;
  width: 32px
}
input.switch-rounded-mini.switch-toggle-round + label, input.switch-rounded-mini.switch-toggle-round + label:before {
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px
}
input.switch-rounded-mini.switch-toggle-round + label:after {
  width: 15px
}
input.switch-rounded-mini.switch-toggle-round:checked + label:after {
  margin-left: 15px
}
input.switch-rounded-large.switch-toggle-round + label {
  height: 45px;
  width: 90px
}
input.switch-rounded-large.switch-toggle-round + label, input.switch-rounded-large.switch-toggle-round + label:before {
  -webkit-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px
}
input.switch-rounded-large.switch-toggle-round + label:after {
  width: 43px
}
input.switch-rounded-large.switch-toggle-round:checked + label:after {
  margin-left: 45px
}
input.switch-rounded-xlarge.switch-toggle-round + label {
  height: 60px;
  width: 120px
}
input.switch-rounded-xlarge.switch-toggle-round + label, input.switch-rounded-xlarge.switch-toggle-round + label:before {
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px
}
input.switch-rounded-xlarge.switch-toggle-round + label:after {
  width: 58px
}
input.switch-rounded-xlarge.switch-toggle-round:checked + label:after {
  margin-left: 60px
}
input.switch-toggle-flat + label {
  background-color: #ddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  height: 30px;
  padding: 2px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
  width: 60px
}
input.switch-toggle-flat + label:after, input.switch-toggle-flat + label:before {
  content: "";
  display: block;
  position: absolute
}
input.switch-toggle-flat + label:before {
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  top: 2px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s
}
input.switch-toggle-flat + label:after {
  background-color: #ddd;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  bottom: 4px;
  left: 4px;
  top: 4px;
  -webkit-transition: margin .4s, background .4s;
  -moz-transition: margin .4s, background .4s;
  -o-transition: margin .4s, background .4s;
  transition: margin .4s, background .4s;
  width: 22px
}
input.switch-toggle-flat:checked + label {
  background-color: #3f137d
}
input.switch-toggle-flat:checked + label:after {
  background-color: #3f137d;
  margin-left: 30px
}
input.switch-flat-mini.switch-toggle-flat + label {
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  height: 16px;
  padding: 1px;
  width: 32px
}
input.switch-flat-mini.switch-toggle-flat + label:before {
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px
}
input.switch-flat-mini.switch-toggle-flat + label:after {
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  bottom: 2px;
  left: 2px;
  top: 2px;
  width: 12px
}
input.switch-flat-mini.switch-toggle-flat:checked + label:after {
  margin-left: 16px
}
input.switch-flat-large.switch-toggle-flat + label {
  height: 45px;
  width: 90px
}
input.switch-flat-large.switch-toggle-flat + label, input.switch-flat-large.switch-toggle-flat + label:before {
  -webkit-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px
}
input.switch-flat-large.switch-toggle-flat + label:after {
  -webkit-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  width: 37px
}
input.switch-flat-large.switch-toggle-flat:checked + label:after {
  margin-left: 45px
}
input.switch-flat-xlarge.switch-toggle-flat + label {
  height: 60px;
  padding: 2px;
  width: 120px
}
input.switch-flat-xlarge.switch-toggle-flat + label, input.switch-flat-xlarge.switch-toggle-flat + label:before {
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px
}
input.switch-flat-xlarge.switch-toggle-flat + label:after {
  -webkit-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  width: 52px
}
input.switch-flat-xlarge.switch-toggle-flat:checked + label:after {
  margin-left: 60px
}
@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns > * {
    display: inline-block;
    width: 100%
  }
}
.form-group {
  margin-bottom: 1rem
}