@charset "UTF-8";

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}

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

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

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

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

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

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection>output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection>output[hidden] {
  display: none;
}

.mm-menu.mm-horizontal>.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
  display: none;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu>.mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-menu>.mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.mm-menu>.mm-panel.mm-opened {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.mm-menu>.mm-panel.mm-subopened {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}

.mm-menu>.mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu .mm-list {
  padding: 20px 0;
}

.mm-menu>.mm-list {
  padding-bottom: 0;
}

.mm-menu>.mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

.mm-panel>.mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-panel>.mm-list:first-child {
  padding-top: 0;
}

.mm-list,
.mm-list>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list {
  font: inherit;
  font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}

.mm-list>li {
  position: relative;
}

.mm-list>li>a,
.mm-list>li>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

.mm-list a.mm-subopen+a,
.mm-list a.mm-subopen+span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-list>li.mm-selected>a.mm-subopen {
  background: transparent;
}

.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
  padding-right: 45px;
  margin-right: 0;
}

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

.mm-list>li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

.mm-list>li.mm-spacer {
  padding-top: 40px;
}

.mm-list>li.mm-spacer.mm-label {
  padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
  display: block;
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
  height: 40px;
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
  height: 25px;
}

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list>li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list>li>a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list>li>a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list>li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
  background: rgba(255, 255, 255, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 550px) {

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0;
}

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}


[class^="icon-iconic-"]:before,
[class*=" icon-iconic-"]:before {
  font-family: "iconic";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-iconic-hash:before {
  content: '\e893';
}

.icon-iconic-plus:before {
  content: '\e80d';
}

.icon-iconic-minus:before {
  content: '\e80f';
}

.icon-iconic-at:before {
  content: '\e894';
}

.icon-iconic-pilcrow:before {
  content: '\e895';
}

.icon-iconic-info:before {
  content: '\e812';
}

.icon-iconic-left:before {
  content: '\e85a';
}

.icon-iconic-up:before {
  content: '\e85c';
}

.icon-iconic-right:before {
  content: '\e85b';
}

.icon-iconic-down:before {
  content: '\e859';
}

.icon-iconic-undo:before {
  content: '\e829';
}

.icon-iconic-exchange:before {
  content: '\e864';
}

.icon-iconic-home:before {
  content: '\e813';
}

.icon-iconic-split:before {
  content: '\e865';
}

.icon-iconic-pause:before {
  content: '\e86a';
}

.icon-iconic-eject:before {
  content: '\e86d';
}

.icon-iconic-to-end:before {
  content: '\e86c';
}

.icon-iconic-to-start:before {
  content: '\e86b';
}

.icon-iconic-stop:before {
  content: '\e869';
}

.icon-iconic-play:before {
  content: '\e867';
}

.icon-iconic-sun-inv:before {
  content: '\e887';
}

.icon-iconic-cloud:before {
  content: '\e888';
}

.icon-iconic-umbrella:before {
  content: '\e88d';
}

.icon-iconic-star:before {
  content: '\e804';
}

.icon-iconic-sun:before {
  content: '\e886';
}

.icon-iconic-moon:before {
  content: '\e88b';
}

.icon-iconic-heart-empty:before {
  content: '\e803';
}

.icon-iconic-heart:before {
  content: '\e802';
}

.icon-iconic-cog:before {
  content: '\e844';
}

.icon-iconic-flash:before {
  content: '\e88a';
}

.icon-iconic-key:before {
  content: '\e891';
}

.icon-iconic-rain:before {
  content: '\e889';
}

.icon-iconic-mail:before {
  content: '\e801';
}

.icon-iconic-pencil:before {
  content: '\e826';
}

.icon-iconic-pencil-neg:before {
  content: '\e827';
}

.icon-iconic-pencil-alt:before {
  content: '\e828';
}

.icon-iconic-ok:before {
  content: '\e809';
}

.icon-iconic-ok-circle:before {
  content: '\e80a';
}

.icon-iconic-cancel:before {
  content: '\e80b';
}

.icon-iconic-cancel-circle:before {
  content: '\e80c';
}

.icon-iconic-help:before {
  content: '\e811';
}

.icon-iconic-quote-left-alt:before {
  content: '\e824';
}

.icon-iconic-quote-right-alt:before {
  content: '\e825';
}

.icon-iconic-quote-left:before {
  content: '\e822';
}

.icon-iconic-quote-right:before {
  content: '\e823';
}

.icon-iconic-plus-circle:before {
  content: '\e80e';
}

.icon-iconic-minus-circle:before {
  content: '\e810';
}

.icon-iconic-cw:before {
  content: '\e861';
}

.icon-iconic-arrow-curved:before {
  content: '\e866';
}

.icon-iconic-resize-vertical:before {
  content: '\e855';
}

.icon-iconic-resize-horizontal:before {
  content: '\e856';
}

.icon-iconic-play-circle2:before {
  content: '\e868';
}

.icon-iconic-left-circle:before {
  content: '\e85e';
}

.icon-iconic-right-circle:before {
  content: '\e85f';
}

.icon-iconic-up-circle:before {
  content: '\e860';
}

.icon-iconic-down-circle:before {
  content: '\e85d';
}

.icon-iconic-lock-empty:before {
  content: '\e817';
}

.icon-iconic-lock-open-empty:before {
  content: '\e819';
}

.icon-iconic-eye:before {
  content: '\e81b';
}

.icon-iconic-tag:before {
  content: '\e81c';
}

.icon-iconic-tag-empty:before {
  content: '\e81d';
}

.icon-iconic-download-cloud:before {
  content: '\e820';
}

.icon-iconic-upload-cloud:before {
  content: '\e821';
}

.icon-iconic-comment:before {
  content: '\e82a';
}

.icon-iconic-comment-inv:before {
  content: '\e82b';
}

.icon-iconic-comment-alt:before {
  content: '\e82c';
}

.icon-iconic-comment-inv-alt:before {
  content: '\e82d';
}

.icon-iconic-comment-alt2:before {
  content: '\e82e';
}

.icon-iconic-comment-inv-alt2:before {
  content: '\e82f';
}

.icon-iconic-chat:before {
  content: '\e830';
}

.icon-iconic-chat-inv:before {
  content: '\e831';
}

.icon-iconic-location:before {
  content: '\e832';
}

.icon-iconic-location-inv:before {
  content: '\e833';
}

.icon-iconic-location-alt:before {
  content: '\e834';
}

.icon-iconic-compass:before {
  content: '\e835';
}

.icon-iconic-trash:before {
  content: '\e836';
}

.icon-iconic-trash-empty:before {
  content: '\e837';
}

.icon-iconic-doc:before {
  content: '\e838';
}

.icon-iconic-doc-inv:before {
  content: '\e839';
}

.icon-iconic-doc-alt:before {
  content: '\e83a';
}

.icon-iconic-doc-inv-alt:before {
  content: '\e83b';
}

.icon-iconic-article:before {
  content: '\e83c';
}

.icon-iconic-article-alt:before {
  content: '\e83d';
}

.icon-iconic-rss:before {
  content: '\e842';
}

.icon-iconic-rss-alt:before {
  content: '\e843';
}

.icon-iconic-share:before {
  content: '\e846';
}

.icon-iconic-calendar-inv:before {
  content: '\e848';
}

.icon-iconic-resize-full:before {
  content: '\e851';
}

.icon-iconic-resize-full-alt:before {
  content: '\e852';
}

.icon-iconic-resize-small:before {
  content: '\e853';
}

.icon-iconic-resize-small-alt:before {
  content: '\e854';
}

.icon-iconic-move:before {
  content: '\e857';
}

.icon-iconic-popup:before {
  content: '\e858';
}

.icon-iconic-award-empty:before {
  content: '\e871';
}

.icon-iconic-list:before {
  content: '\e872';
}

.icon-iconic-list-nested:before {
  content: '\e873';
}

.icon-iconic-bat-empty:before {
  content: '\e874';
}

.icon-iconic-bat-half:before {
  content: '\e875';
}

.icon-iconic-bat-full:before {
  content: '\e876';
}

.icon-iconic-bat-charge:before {
  content: '\e877';
}

.icon-iconic-equalizer:before {
  content: '\e87a';
}

.icon-iconic-cursor:before {
  content: '\e87b';
}

.icon-iconic-aperture:before {
  content: '\e87c';
}

.icon-iconic-aperture-alt:before {
  content: '\e87d';
}

.icon-iconic-steering-wheel:before {
  content: '\e87e';
}

.icon-iconic-brush:before {
  content: '\e881';
}

.icon-iconic-brush-alt:before {
  content: '\e882';
}

.icon-iconic-eyedropper:before {
  content: '\e883';
}

.icon-iconic-layers:before {
  content: '\e884';
}

.icon-iconic-layers-alt:before {
  content: '\e885';
}

.icon-iconic-moon-inv:before {
  content: '\e88c';
}

.icon-iconic-chart-pie:before {
  content: '\e88f';
}

.icon-iconic-chart-pie-alt:before {
  content: '\e890';
}

.icon-iconic-dial:before {
  content: '\e896';
}

.icon-iconic-picture:before {
  content: '\e807';
}

.icon-iconic-mic:before {
  content: '\e84a';
}

.icon-iconic-headphones:before {
  content: '\e84d';
}

.icon-iconic-video:before {
  content: '\e806';
}

.icon-iconic-target:before {
  content: '\e86e';
}

.icon-iconic-award:before {
  content: '\e870';
}

.icon-iconic-user:before {
  content: '\e805';
}

.icon-iconic-lamp:before {
  content: '\e84f';
}

.icon-iconic-cd:before {
  content: '\e879';
}

.icon-iconic-folder:before {
  content: '\e83f';
}

.icon-iconic-folder-empty:before {
  content: '\e840';
}

.icon-iconic-calendar:before {
  content: '\e847';
}

.icon-iconic-calendar-alt:before {
  content: '\e849';
}

.icon-iconic-chart-bar:before {
  content: '\e88e';
}

.icon-iconic-pin:before {
  content: '\e81a';
}

.icon-iconic-attach:before {
  content: '\e815';
}

.icon-iconic-book-alt:before {
  content: '\e880';
}

.icon-iconic-book:before {
  content: '\e87f';
}

.icon-iconic-book-open:before {
  content: '\e83e';
}

.icon-iconic-upload:before {
  content: '\e81f';
}

.icon-iconic-download:before {
  content: '\e81e';
}

.icon-iconic-box:before {
  content: '\e841';
}

.icon-iconic-mobile:before {
  content: '\e878';
}

.icon-iconic-signal:before {
  content: '\e86f';
}

.icon-iconic-camera:before {
  content: '\e808';
}

.icon-iconic-loop-alt:before {
  content: '\e863';
}

.icon-iconic-loop:before {
  content: '\e862';
}

.icon-iconic-volume-off:before {
  content: '\e84b';
}

.icon-iconic-volume-up:before {
  content: '\e84c';
}

.icon-iconic-search:before {
  content: '\e800';
}

.icon-iconic-key-inv:before {
  content: '\e892';
}

.icon-iconic-lock:before {
  content: '\e816';
}

.icon-iconic-lock-open:before {
  content: '\e818';
}

.icon-iconic-link:before {
  content: '\e814';
}

.icon-iconic-wrench:before {
  content: '\e845';
}

.icon-iconic-clock:before {
  content: '\e84e';
}

.icon-iconic-block:before {
  content: '\e850';
}



[class^="icon-social-"]:before,
[class*=" icon-social-"]:before {
  font-family: "zocial";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-social-duckduckgo:before {
  content: '\e866';
}

.icon-social-aim:before {
  content: '\e800';
}

.icon-social-delicious:before {
  content: '\e801';
}

.icon-social-paypal:before {
  content: '\e802';
}

.icon-social-flattr:before {
  content: '\e803';
}

.icon-social-android:before {
  content: '\e804';
}

.icon-social-eventful:before {
  content: '\e805';
}

.icon-social-smashmag:before {
  content: '\e806';
}

.icon-social-gplus:before {
  content: '\e807';
}

.icon-social-wikipedia:before {
  content: '\e808';
}

.icon-social-lanyrd:before {
  content: '\e809';
}

.icon-social-calendar:before {
  content: '\e80a';
}

.icon-social-stumbleupon:before {
  content: '\e80b';
}

.icon-social-fivehundredpx:before {
  content: '\e80c';
}

.icon-social-pinterest:before {
  content: '\e80d';
}

.icon-social-bitcoin:before {
  content: '\e80e';
}

.icon-social-w3c:before {
  content: '\e80f';
}

.icon-social-foursquare:before {
  content: '\e810';
}

.icon-social-html5:before {
  content: '\e811';
}

.icon-social-ie:before {
  content: '\e812';
}

.icon-social-call:before {
  content: '\e813';
}

.icon-social-grooveshark:before {
  content: '\e814';
}

.icon-social-ninetyninedesigns:before {
  content: '\e815';
}

.icon-social-forrst:before {
  content: '\e816';
}

.icon-social-digg:before {
  content: '\e817';
}

.icon-social-spotify:before {
  content: '\e818';
}

.icon-social-reddit:before {
  content: '\e819';
}

.icon-social-guest:before {
  content: '\e81a';
}

.icon-social-gowalla:before {
  content: '\e81b';
}

.icon-social-appstore:before {
  content: '\e81c';
}

.icon-social-blogger:before {
  content: '\e81d';
}

.icon-social-cc:before {
  content: '\e81e';
}

.icon-social-dribbble:before {
  content: '\e81f';
}

.icon-social-evernote:before {
  content: '\e820';
}

.icon-social-flickr:before {
  content: '\e821';
}

.icon-social-google:before {
  content: '\e822';
}

.icon-social-viadeo:before {
  content: '\e823';
}

.icon-social-instapaper:before {
  content: '\e824';
}

.icon-social-weibo:before {
  content: '\e825';
}

.icon-social-klout:before {
  content: '\e826';
}

.icon-social-linkedin:before {
  content: '\e827';
}

.icon-social-meetup:before {
  content: '\e828';
}

.icon-social-vk:before {
  content: '\e829';
}

.icon-social-plancast:before {
  content: '\e82a';
}

.icon-social-disqus:before {
  content: '\e82b';
}

.icon-social-rss:before {
  content: '\e82c';
}

.icon-social-skype:before {
  content: '\e82d';
}

.icon-social-twitter:before {
  content: '\e82e';
}

.icon-social-youtube:before {
  content: '\e82f';
}

.icon-social-vimeo:before {
  content: '\e830';
}

.icon-social-windows:before {
  content: '\e831';
}

.icon-social-xing:before {
  content: '\e832';
}

.icon-social-yahoo:before {
  content: '\e833';
}

.icon-social-chrome:before {
  content: '\e834';
}

.icon-social-email:before {
  content: '\e835';
}

.icon-social-macstore:before {
  content: '\e836';
}

.icon-social-myspace:before {
  content: '\e837';
}

.icon-social-podcast:before {
  content: '\e838';
}

.icon-social-amazon:before {
  content: '\e839';
}

.icon-social-steam:before {
  content: '\e83a';
}

.icon-social-cloudapp:before {
  content: '\e83b';
}

.icon-social-dropbox:before {
  content: '\e83c';
}

.icon-social-ebay:before {
  content: '\e83d';
}

.icon-social-facebook:before {
  content: '\e83e';
}

.icon-social-github:before {
  content: '\e83f';
}

.icon-social-googleplay:before {
  content: '\e841';
}

.icon-social-itunes:before {
  content: '\e842';
}

.icon-social-plurk:before {
  content: '\e843';
}

.icon-social-songkick:before {
  content: '\e844';
}

.icon-social-lastfm:before {
  content: '\e845';
}

.icon-social-gmail:before {
  content: '\e846';
}

.icon-social-pinboard:before {
  content: '\e847';
}

.icon-social-openid:before {
  content: '\e848';
}

.icon-social-quora:before {
  content: '\e849';
}

.icon-social-soundcloud:before {
  content: '\e84a';
}

.icon-social-tumblr:before {
  content: '\e84b';
}

.icon-social-eventasaurus:before {
  content: '\e84c';
}

.icon-social-wordpress:before {
  content: '\e84d';
}

.icon-social-yelp:before {
  content: '\e84e';
}

.icon-social-intensedebate:before {
  content: '\e84f';
}

.icon-social-eventbrite:before {
  content: '\e850';
}

.icon-social-scribd:before {
  content: '\e851';
}

.icon-social-posterous:before {
  content: '\e852';
}

.icon-social-stripe:before {
  content: '\e853';
}

.icon-social-opentable:before {
  content: '\e854';
}

.icon-social-cart:before {
  content: '\e855';
}

.icon-social-print:before {
  content: '\e856';
}

.icon-social-angellist:before {
  content: '\e857';
}

.icon-social-instagram:before {
  content: '\e858';
}

.icon-social-dwolla:before {
  content: '\e859';
}

.icon-social-appnet:before {
  content: '\e85a';
}

.icon-social-statusnet:before {
  content: '\e85b';
}

.icon-social-acrobat:before {
  content: '\e85c';
}

.icon-social-drupal:before {
  content: '\e85d';
}

.icon-social-buffer:before {
  content: '\e85e';
}

.icon-social-pocket:before {
  content: '\e85f';
}

.icon-social-github-circled:before {
  content: '\e840';
}

.icon-social-bitbucket:before {
  content: '\e860';
}

.icon-social-lego:before {
  content: '\e861';
}

.icon-social-login:before {
  content: '\e862';
}

.icon-social-stackoverflow:before {
  content: '\e863';
}

.icon-social-hackernews:before {
  content: '\e864';
}

.icon-social-lkdto:before {
  content: '\e865';
}

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

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

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

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

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

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

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

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

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

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

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

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

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

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

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

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

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

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

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

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

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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: 0.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: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6596;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

[class*="vw-block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
}

[class*="vw-block-grid-"]:before,
[class*="vw-block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="vw-block-grid-"]:after {
  clear: both;
}

.vw-block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.vw-block-grid-xs-1>.vw-block-grid-item {
  width: 100%;
}

.vw-block-grid-xs-1>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-1>.vw-block-grid-item:nth-of-type(1n+1) {
  clear: both;
}

.vw-block-grid-xs-2>.vw-block-grid-item {
  width: 50%;
}

.vw-block-grid-xs-2>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-2>.vw-block-grid-item:nth-of-type(2n+1) {
  clear: both;
}

.vw-block-grid-xs-3>.vw-block-grid-item {
  width: 33.3333333333%;
}

.vw-block-grid-xs-3>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-3>.vw-block-grid-item:nth-of-type(3n+1) {
  clear: both;
}

.vw-block-grid-xs-4>.vw-block-grid-item {
  width: 25%;
}

.vw-block-grid-xs-4>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-4>.vw-block-grid-item:nth-of-type(4n+1) {
  clear: both;
}

.vw-block-grid-xs-5>.vw-block-grid-item {
  width: 20%;
}

.vw-block-grid-xs-5>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-5>.vw-block-grid-item:nth-of-type(5n+1) {
  clear: both;
}

.vw-block-grid-xs-6>.vw-block-grid-item {
  width: 16.6666666667%;
}

.vw-block-grid-xs-6>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-6>.vw-block-grid-item:nth-of-type(6n+1) {
  clear: both;
}

.vw-block-grid-xs-7>.vw-block-grid-item {
  width: 14.2857142857%;
}

.vw-block-grid-xs-7>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-7>.vw-block-grid-item:nth-of-type(7n+1) {
  clear: both;
}

.vw-block-grid-xs-8>.vw-block-grid-item {
  width: 12.5%;
}

.vw-block-grid-xs-8>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-8>.vw-block-grid-item:nth-of-type(8n+1) {
  clear: both;
}

.vw-block-grid-xs-9>.vw-block-grid-item {
  width: 11.1111111111%;
}

.vw-block-grid-xs-9>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-9>.vw-block-grid-item:nth-of-type(9n+1) {
  clear: both;
}

.vw-block-grid-xs-10>.vw-block-grid-item {
  width: 10%;
}

.vw-block-grid-xs-10>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-10>.vw-block-grid-item:nth-of-type(10n+1) {
  clear: both;
}

.vw-block-grid-xs-11>.vw-block-grid-item {
  width: 9.0909090909%;
}

.vw-block-grid-xs-11>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-11>.vw-block-grid-item:nth-of-type(11n+1) {
  clear: both;
}

.vw-block-grid-xs-12>.vw-block-grid-item {
  width: 8.3333333333%;
}

.vw-block-grid-xs-12>.vw-block-grid-item:nth-of-type(n) {
  clear: none;
}

.vw-block-grid-xs-12>.vw-block-grid-item:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .vw-block-grid-sm-1>.vw-block-grid-item {
    width: 100%;
  }

  .vw-block-grid-sm-1>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-1>.vw-block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }

  .vw-block-grid-sm-2>.vw-block-grid-item {
    width: 50%;
  }

  .vw-block-grid-sm-2>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-2>.vw-block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  .vw-block-grid-sm-3>.vw-block-grid-item {
    width: 33.3333333333%;
  }

  .vw-block-grid-sm-3>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-3>.vw-block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }

  .vw-block-grid-sm-4>.vw-block-grid-item {
    width: 25%;
  }

  .vw-block-grid-sm-4>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-4>.vw-block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }

  .vw-block-grid-sm-5>.vw-block-grid-item {
    width: 20%;
  }

  .vw-block-grid-sm-5>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-5>.vw-block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }

  .vw-block-grid-sm-6>.vw-block-grid-item {
    width: 16.6666666667%;
  }

  .vw-block-grid-sm-6>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-6>.vw-block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }

  .vw-block-grid-sm-7>.vw-block-grid-item {
    width: 14.2857142857%;
  }

  .vw-block-grid-sm-7>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-7>.vw-block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }

  .vw-block-grid-sm-8>.vw-block-grid-item {
    width: 12.5%;
  }

  .vw-block-grid-sm-8>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-8>.vw-block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }

  .vw-block-grid-sm-9>.vw-block-grid-item {
    width: 11.1111111111%;
  }

  .vw-block-grid-sm-9>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-9>.vw-block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }

  .vw-block-grid-sm-10>.vw-block-grid-item {
    width: 10%;
  }

  .vw-block-grid-sm-10>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-10>.vw-block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }

  .vw-block-grid-sm-11>.vw-block-grid-item {
    width: 9.0909090909%;
  }

  .vw-block-grid-sm-11>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-11>.vw-block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }

  .vw-block-grid-sm-12>.vw-block-grid-item {
    width: 8.3333333333%;
  }

  .vw-block-grid-sm-12>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-sm-12>.vw-block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .vw-block-grid-md-1>.vw-block-grid-item {
    width: 100%;
  }

  .vw-block-grid-md-1>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-1>.vw-block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }

  .vw-block-grid-md-2>.vw-block-grid-item {
    width: 50%;
  }

  .vw-block-grid-md-2>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-2>.vw-block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  .vw-block-grid-md-3>.vw-block-grid-item {
    width: 33.3333333333%;
  }

  .vw-block-grid-md-3>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-3>.vw-block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }

  .vw-block-grid-md-4>.vw-block-grid-item {
    width: 25%;
  }

  .vw-block-grid-md-4>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-4>.vw-block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }

  .vw-block-grid-md-5>.vw-block-grid-item {
    width: 20%;
  }

  .vw-block-grid-md-5>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-5>.vw-block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }

  .vw-block-grid-md-6>.vw-block-grid-item {
    width: 16.6666666667%;
  }

  .vw-block-grid-md-6>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-6>.vw-block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }

  .vw-block-grid-md-7>.vw-block-grid-item {
    width: 14.2857142857%;
  }

  .vw-block-grid-md-7>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-7>.vw-block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }

  .vw-block-grid-md-8>.vw-block-grid-item {
    width: 12.5%;
  }

  .vw-block-grid-md-8>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-8>.vw-block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }

  .vw-block-grid-md-9>.vw-block-grid-item {
    width: 11.1111111111%;
  }

  .vw-block-grid-md-9>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-9>.vw-block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }

  .vw-block-grid-md-10>.vw-block-grid-item {
    width: 10%;
  }

  .vw-block-grid-md-10>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-10>.vw-block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }

  .vw-block-grid-md-11>.vw-block-grid-item {
    width: 9.0909090909%;
  }

  .vw-block-grid-md-11>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-11>.vw-block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }

  .vw-block-grid-md-12>.vw-block-grid-item {
    width: 8.3333333333%;
  }

  .vw-block-grid-md-12>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-md-12>.vw-block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .vw-block-grid-lg-1>.vw-block-grid-item {
    width: 100%;
  }

  .vw-block-grid-lg-1>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-1>.vw-block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }

  .vw-block-grid-lg-2>.vw-block-grid-item {
    width: 50%;
  }

  .vw-block-grid-lg-2>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-2>.vw-block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  .vw-block-grid-lg-3>.vw-block-grid-item {
    width: 33.3333333333%;
  }

  .vw-block-grid-lg-3>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-3>.vw-block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }

  .vw-block-grid-lg-4>.vw-block-grid-item {
    width: 25%;
  }

  .vw-block-grid-lg-4>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-4>.vw-block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }

  .vw-block-grid-lg-5>.vw-block-grid-item {
    width: 20%;
  }

  .vw-block-grid-lg-5>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-5>.vw-block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }

  .vw-block-grid-lg-6>.vw-block-grid-item {
    width: 16.6666666667%;
  }

  .vw-block-grid-lg-6>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-6>.vw-block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }

  .vw-block-grid-lg-7>.vw-block-grid-item {
    width: 14.2857142857%;
  }

  .vw-block-grid-lg-7>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-7>.vw-block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }

  .vw-block-grid-lg-8>.vw-block-grid-item {
    width: 12.5%;
  }

  .vw-block-grid-lg-8>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-8>.vw-block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }

  .vw-block-grid-lg-9>.vw-block-grid-item {
    width: 11.1111111111%;
  }

  .vw-block-grid-lg-9>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-9>.vw-block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }

  .vw-block-grid-lg-10>.vw-block-grid-item {
    width: 10%;
  }

  .vw-block-grid-lg-10>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-10>.vw-block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }

  .vw-block-grid-lg-11>.vw-block-grid-item {
    width: 9.0909090909%;
  }

  .vw-block-grid-lg-11>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-11>.vw-block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }

  .vw-block-grid-lg-12>.vw-block-grid-item {
    width: 8.3333333333%;
  }

  .vw-block-grid-lg-12>.vw-block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .vw-block-grid-lg-12>.vw-block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

@font-face {
  font-family: 'flexslider-icon';
  src: url(//www.she-works.de/wp-content/themes/sheworks/js/flex-slider/fonts/flexslider-icon.eot);
  src: url(//www.she-works.de/wp-content/themes/sheworks/js/flex-slider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
    url(//www.she-works.de/wp-content/themes/sheworks/js/flex-slider/fonts/flexslider-icon.woff) format('woff'),
    url(//www.she-works.de/wp-content/themes/sheworks/js/flex-slider/fonts/flexslider-icon.ttf) format('truetype'),
    url(//www.she-works.de/wp-content/themes/sheworks/js/flex-slider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}

.flexslider {
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: hidden;
}

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

.flexslider .slides .vw-post-slider-image img {
  width: 100%;
  display: block;
}

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

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .slides {
  height: 1%;
}

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

.flexslider {
  margin: 0 0 30px 0;
  padding: 0px;
  position: relative;
  zoom: 1;
}

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

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

.flexslider .slides {
  zoom: 1;
}

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

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

.flex-direction-nav a {
  background-color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.4;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {}

.flex-direction-nav .flex-next {
  right: 0px;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

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

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  width: 40px;
  line-height: 60px;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flexslider.vw-flexslider-small-nav .flex-direction-nav a {
  width: 30px;
  height: 40px;
  margin-top: -20px;
}

.flexslider.vw-flexslider-small-nav .flex-direction-nav a:before {
  font-size: 20px;
  width: 30px;
  line-height: 40px;
}

.flexslider.vw-flexslider-small-nav .vw-post-slider-title {
  font-size: 22px;
}

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

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

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

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 100;
}

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

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

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

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

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

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

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

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

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

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    top: 30%;
  }

  .flex-direction-nav .flex-next {
    right: 10px;
    top: 30%;
  }
}

.menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2 .menu-link {
  font-size: 0.8em;
  padding: 8px 5px;
  line-height: 1.2em;
}

vw-menu-location-main .main-menu-link {
  font-size: 20px !important;
}

h4.tribe-event-title {
  margin-bottom: 0px;
  margin-top: 0
}

ol.tribe-list-widget {
  padding: 0;
}

div.vw-post-box.vw-post-style-block.vw-post-format-standard,
div.vw-post-box.vw-post-style-slide.vw-post-format-standard,
div.vw-post-box.vw-post-style-box.vw-post-format-standard {
  -moz-box-shadow: 1px 1px 6px #a0a0a0;
  -webkit-box-shadow: 1px 1px 6px #a0a0a0;
  -khtml-box-shadow: 1px 1px 6px #a0a0a0;
  box-shadow: 1px 1px 6px #a0a0a0;
}

.vw-post-style-small-left-thumbnail .vw-post-box-thumbnail {
  border: 1px solid #951b81;
}

div#vwspc-section-1.vwspc-section.vwspc-section-full-page-link {
  margin-top: 0 !important;
}

img.vw-logo {
  border: 2px solid #fff;
}

footer#vw-footer .textwidget p a,
footer#vw-footer .textwidget p {
  color: #fff;
}

footer#vw-footer .vw-right-topic-line:after {
  background-color: #fff !important;
}

a.vw-site-social-profile-icon {
  color: #951b81 !important;
}

a.vw-site-social-profile-icon:hover {
  color: #fff !important;
}

.wysija-input {
  border-color: #951b81 !important;
  width: 100%;
}

.home div.hidden-xs.hidden-sm.hidden-md.skycraper {
  margin-left: 400px;
  top: 50%;
  margin-top: -300px;
  margin-bottom: -100px;
  position: -webkit-sticky; // required for Safari
  position: sticky;
  top: 80px; // required as well.}

  div.hidden-xs.hidden-sm.hidden-md.skycraper {
    margin-left: 400px;
    top: 50%;
    margin-top: 0px;
    margin-bottom: -400px;
    position: -webkit-sticky; // required for Safari
    position: sticky;
    top: 80px; // required as well.} .clearfix:before,

    .clearfix:after {
      content: " ";
      display: table;
    }

    .clearfix:after {
      clear: both;
    }

    .center-block {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .pull-right {
      float: right !important;
    }

    .pull-left {
      float: left !important;
    }

    .hide {
      display: none !important;
    }

    .show {
      display: block !important;
    }

    .invisible {
      visibility: hidden;
    }

    .text-hide {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
    }

    .hidden {
      display: none !important;
      visibility: hidden !important;
    }

    .affix {
      position: fixed;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    @-ms-viewport {
      width: device-width;
    }

    .visible-xs,
    .visible-sm,
    .visible-md,
    .visible-lg {
      display: none !important;
    }

    .visible-xs-block,
    .visible-xs-inline,
    .visible-xs-inline-block,
    .visible-sm-block,
    .visible-sm-inline,
    .visible-sm-inline-block,
    .visible-md-block,
    .visible-md-inline,
    .visible-md-inline-block,
    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block {
      display: none !important;
    }

    @media (max-width: 767px) {
      .visible-xs {
        display: block !important;
      }

      table.visible-xs {
        display: table;
      }

      tr.visible-xs {
        display: table-row !important;
      }

      th.visible-xs,
      td.visible-xs {
        display: table-cell !important;
      }
    }

    @media (max-width: 767px) {
      .visible-xs-block {
        display: block !important;
      }
    }

    @media (max-width: 767px) {
      .visible-xs-inline {
        display: inline !important;
      }
    }

    @media (max-width: 767px) {
      .visible-xs-inline-block {
        display: inline-block !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .visible-sm {
        display: block !important;
      }

      table.visible-sm {
        display: table;
      }

      tr.visible-sm {
        display: table-row !important;
      }

      th.visible-sm,
      td.visible-sm {
        display: table-cell !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .visible-sm-block {
        display: block !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .visible-sm-inline {
        display: inline !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .visible-sm-inline-block {
        display: inline-block !important;
      }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
      .visible-md {
        display: block !important;
      }

      table.visible-md {
        display: table;
      }

      tr.visible-md {
        display: table-row !important;
      }

      th.visible-md,
      td.visible-md {
        display: table-cell !important;
      }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
      .visible-md-block {
        display: block !important;
      }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
      .visible-md-inline {
        display: inline !important;
      }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
      .visible-md-inline-block {
        display: inline-block !important;
      }
    }

    @media (min-width: 1200px) {
      .visible-lg {
        display: block !important;
      }

      table.visible-lg {
        display: table;
      }

      tr.visible-lg {
        display: table-row !important;
      }

      th.visible-lg,
      td.visible-lg {
        display: table-cell !important;
      }
    }

    @media (min-width: 1200px) {
      .visible-lg-block {
        display: block !important;
      }
    }

    @media (min-width: 1200px) {
      .visible-lg-inline {
        display: inline !important;
      }
    }

    @media (min-width: 1200px) {
      .visible-lg-inline-block {
        display: inline-block !important;
      }
    }

    @media (max-width: 767px) {
      .hidden-xs {
        display: none !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .hidden-sm {
        display: none !important;
      }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
      .hidden-md {
        display: none !important;
      }
    }

    @media (min-width: 1200px) {
      .hidden-lg {
        display: none !important;
      }
    }

    .visible-print {
      display: none !important;
    }

    @media print {
      .visible-print {
        display: block !important;
      }

      table.visible-print {
        display: table;
      }

      tr.visible-print {
        display: table-row !important;
      }

      th.visible-print,
      td.visible-print {
        display: table-cell !important;
      }
    }

    .visible-print-block {
      display: none !important;
    }

    @media print {
      .visible-print-block {
        display: block !important;
      }
    }

    .visible-print-inline {
      display: none !important;
    }

    @media print {
      .visible-print-inline {
        display: inline !important;
      }
    }

    .visible-print-inline-block {
      display: none !important;
    }

    @media print {
      .visible-print-inline-block {
        display: inline-block !important;
      }
    }

    @media print {
      .hidden-print {
        display: none !important;
      }
    }

    body {
      line-height: 1.6em;
      margin: 0;
    }

    textarea {
      max-width: 100%;
      border-radius: 0;
      -webkit-appearance: none;
    }

    .clearfix:before,
    .clearfix:after {
      content: " ";
      display: table;
    }

    .clearfix:after {
      clear: both;
    }

    blockquote {
      font-size: 31px;
      font-weight: normal;
      letter-spacing: 1px;
      line-height: 1em;
    }

    cite {
      font-style: italic !important;
    }

    cite:before {
      content: '—';
      opacity: 0.5;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      line-height: 1.25;
    }

    h1 em,
    h2 em,
    h3 em,
    h4 em,
    h5 em,
    h6 em {
      font-style: inherit;
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
      color: inherit;
      text-decoration: none;
    }

    h2 {
      font-size: 1.2em !important;
      ;
    }

    h3 {
      font-size: 1em !important;
      ;
    }

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

    input[type=text],
    input[type=search],
    input[type=password],
    input[type=button],
    input[type=submit],
    input[type=email],
    button,
    .vw-button {
      padding: 5px 10px;
      line-height: 28px;
      box-sizing: border-box;
      border-radius: 0;
      -webkit-appearance: none;
      max-width: 100%;
      color: #333;
      border: 0;
    }

    input[type=button],
    input[type=submit],
    button,
    .vw-button {
      text-transform: uppercase;
      background-color: #951b81 !important;
      color: #FFFFFF !important;
      border: 2px solid #fff;
      letter-spacing: 1px !important;
      font-size: 12px;
      line-height: 30px;
      margin-bottom: 5px;
      margin-right: 4px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .no-touch input[type=button]:hover,
    .no-touch input[type=submit]:hover,
    .no-touch button:hover,
    .no-touch .vw-button:hover {
      background-color: #808080;
    }

    input[type=text],
    input[type=search],
    input[type=password],
    input[type=email] {
      border: 1px solid;
    }

    .alignnone {
      display: block;
      margin: 15px 15px 0 0;
    }

    .alignnone:before,
    .alignnone:after {
      content: " ";
      display: table;
    }

    .alignnone:after {
      clear: both;
    }

    .aligncenter,
    div.aligncenter {
      display: block;
      margin: 15px auto 15px auto;
    }

    .alignright {
      float: right;
      margin: 15px 0 0 15px;
    }

    .alignleft {
      float: left;
      margin: 15px 15px 0 0;
    }

    .aligncenter {
      display: block;
      margin: 15px auto 15px auto;
    }

    a img.alignright {
      float: right;
      margin: 15px 0 0 15px;
    }

    a img.alignnone {
      margin: 15px 15px 0 0;
    }

    a img.alignleft {
      float: left;
      margin: 15px 15px 0 0;
    }

    a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .wp-caption {
      background: #000000;
      color: #FFFFFF;
      max-width: 100%;
    }

    .wp-caption.alignnone {
      margin: 2em 0;
    }

    .wp-caption.aligncenter {
      margin-top: 2em;
      margin-bottom: 2em;
    }

    .wp-caption.aligncenter:before,
    .wp-caption.aligncenter:after {
      content: " ";
      display: table;
    }

    .wp-caption.aligncenter:after {
      clear: both;
    }

    .wp-caption.alignleft {
      margin: 15px 2em 2em 0;
    }

    .wp-caption.alignright {
      margin: 15px 0 2em 2em;
    }

    .wp-caption img {
      border: 0 none;
      height: auto;
      margin: 0;
      padding: 0;
      width: auto;
    }

    .wp-caption p.wp-caption-text {
      font-size: 13px;
      font-style: italic;
      line-height: 1.2em;
      margin: 8px 0 8px 10px;
      padding: 0px 10px 0px 10px;
      border-left: 3px solid;
    }

    .wp-post-image {
      height: auto;
      max-width: 100%;
      margin-bottom: 15px;
    }

    .bypostauthor {
      background-color: transparent;
    }

    .gallery img {
      border: 1px solid #DDDDDD !important;
      padding: 3px;
    }

    .gallery .gallery-caption {
      margin-top: 0.5em;
      font-style: italic;
    }

    .vw-logo-wrapper {
      width: 100%;
    }

    .vw-logo-link {
      display: inline-block;
    }

    .vw-logo-link:hover {
      text-decoration: none;
    }

    .vw-logo-2x {
      display: none;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-resolution: 2dppx),
    only screen and (min-device-pixel-ratio: 2) {
      .vw-site-logo-2x {
        display: inline;
      }

      .vw-site-logo-2x+.vw-site-logo {
        display: none;
      }
    }

    .vw-site-title {
      margin-top: 0;
      margin-bottom: 0;
      color: #FFFFFF;
    }

    .vw-site-tagline {
      font-size: 12px;
      letter-spacing: 3px;
      line-height: 1.2em;
      margin-top: 10px;
      margin-bottom: 0;
      color: #FFFFFF;
      opacity: 0.7;
    }

    @media (max-width: 991px) {
      .vw-site-tagline {
        display: none;
      }
    }

    .vw-site-header.vw-site-header-style-centered-logo .vw-site-header-inner,
    .vw-site-header.vw-site-header-style-left-logo .vw-site-header-inner {
      padding: 25px 0;
    }

    .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper,
    .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
      display: table-cell;
      vertical-align: middle;
    }

    .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
      width: 100%;
      text-align: right;
    }

    @media (min-width: 992px) {
      .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
        padding-left: 15px;
      }

      .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-leader-board,
      .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-banner {
        float: right;
      }
    }

    @media (max-width: 991px) {
      .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
        display: block;
        text-align: center;
      }

      .vw-site-header.vw-site-header-style-left-logo .vw-mobile-nav-button-wrapper {
        width: 100%;
      }
    }

    .vw-site-header.vw-site-header-style-centered-logo .vw-site-header-inner {
      text-align: center;
    }

    @media (max-width: 991px) {
      .vw-site-header.vw-site-header-style-centered-logo .vw-logo-wrapper {
        display: table-cell;
        vertical-align: middle;
      }

      .vw-site-header.vw-site-header-style-centered-logo .vw-mobile-nav-button-wrapper {
        width: 100%;
      }
    }

    .vw-site-header.vw-site-header-style-centered-logo .vw-menu-additional-logo {
      position: absolute;
      left: 0;
      top: 0;
    }

    .vw-site-header.vw-site-header-style-centered-logo .vw-header-ads-wrapper {
      margin-top: 2em;
    }

    .vw-top-bar-left,
    .vw-bottom-bar-left {
      float: left;
    }

    .vw-top-bar-right,
    .vw-bottom-bar-right {
      text-align: right;
    }

    @media (max-width: 767px) {

      .vw-top-bar-left,
      .vw-top-bar-right,
      .vw-bottom-bar-left,
      .vw-bottom-bar-right {
        text-align: center;
        float: none;
      }
    }

    @media (min-width: 768px) {
      body.vw-site-layout-boxed .vw-site-wrapper {
        margin: 30px auto;
      }

      body.vw-site-layout-boxed .vw-site-wrapper,
      body.vw-site-layout-boxed .container {
        max-width: 750px;
      }
    }

    @media (min-width: 992px) {

      body.vw-site-layout-boxed .vw-site-wrapper,
      body.vw-site-layout-boxed .container {
        max-width: 1000px;
      }
    }

    @media (min-width: 1200px) {

      body.vw-site-layout-boxed .vw-site-wrapper,
      body.vw-site-layout-boxed .container {
        max-width: 1200px;
      }
    }

    @media (max-width: 991px) {
      .vw-header-ads-wrapper {
        margin-top: 2em;
      }
    }

    .vw-header-ads-leader-board,
    .vw-header-ads-banner {
      max-width: 100%;
      margin: auto;
    }

    .vw-header-ads-leader-board {
      width: 728px;
      height: 90px;
    }

    .vw-header-ads-banner {
      width: 468px;
      height: 60px;
    }

    .vw-single-header-ads {
      display: inline-block !important;
    }

    @media (max-width: 991px) {
      .vw-single-header-ads {
        width: 468px;
        height: 60px;
      }
    }

    @media (max-width: 479px) {
      .vw-single-header-ads {
        width: 234px;
        height: 60px;
      }
    }

    .vw-sidebar-position-right .vw-page-content,
    .vw-sidebar-position-left .vw-page-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {

      .vw-sidebar-position-right .vw-page-content,
      .vw-sidebar-position-left .vw-page-content {
        float: left;
        width: 66.6666666667%;
      }
    }

    .vw-sidebar-position-right .vw-page-sidebar,
    .vw-sidebar-position-left .vw-page-sidebar {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {

      .vw-sidebar-position-right .vw-page-sidebar,
      .vw-sidebar-position-left .vw-page-sidebar {
        float: left;
        width: 33.3333333333%;
      }
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-left .vw-page-content {
        left: 33.3333333333%;
      }
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-left .vw-page-sidebar-left {
        right: 66.6666666667%;
      }
    }

    .vw-sidebar-position-mini-content-right .vw-page-sidebar-right {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-mini-content-right .vw-page-sidebar-right {
        float: left;
        width: 33.3333333333%;
      }
    }

    .vw-sidebar-position-mini-content-right .vw-page-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-mini-content-right .vw-page-content {
        float: left;
        width: 66.6666666667%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-mini-content-right .vw-page-content {
        float: left;
        width: 50%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-mini-content-right .vw-page-content {
        left: 16.6666666667%;
      }
    }

    .vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
      display: none;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
        float: left;
        width: 16.6666666667%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
        right: 50%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
        display: block;
      }
    }

    .vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
        float: left;
        width: 33.3333333333%;
      }
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
        right: 66.6666666667%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
        right: 50%;
      }
    }

    .vw-sidebar-position-left-content-mini .vw-page-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-left-content-mini .vw-page-content {
        float: left;
        width: 66.6666666667%;
      }
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-left-content-mini .vw-page-content {
        left: 33.3333333333%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-left-content-mini .vw-page-content {
        float: left;
        width: 50%;
      }
    }

    .vw-sidebar-position-left-content-mini .vw-page-sidebar-right {
      display: none;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-left-content-mini .vw-page-sidebar-right {
        float: left;
        width: 16.6666666667%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-left-content-mini .vw-page-sidebar-right {
        display: block;
      }
    }

    .vw-sidebar-position-content-mini-right .vw-page-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-content-mini-right .vw-page-content {
        float: left;
        width: 66.6666666667%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-content-mini-right .vw-page-content {
        float: left;
        width: 50%;
      }
    }

    .vw-sidebar-position-content-mini-right .vw-page-sidebar-left {
      display: none;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-content-mini-right .vw-page-sidebar-left {
        float: left;
        width: 16.6666666667%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-content-mini-right .vw-page-sidebar-left {
        display: block;
      }
    }

    .vw-sidebar-position-content-mini-right .vw-page-sidebar-right {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-content-mini-right .vw-page-sidebar-right {
        float: left;
        width: 33.3333333333%;
      }
    }

    @media (min-width: 1200px) {
      .vw-sidebar-position-content-mini-right .vw-page-sidebar-right {
        float: left;
        width: 33.3333333333%;
      }
    }

    .vw-sidebar-position-none .vw-page-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }

    @media (min-width: 768px) {
      .vw-sidebar-position-none .vw-page-content {
        float: left;
        width: 100%;
      }
    }

    .vw-page-wrapper {
      padding: 30px 0;
    }

    .vw-footer-sidebars {
      padding: 30px 0;
    }

    @media (max-width: 991px) {
      .vw-footer-sidebar+.vw-footer-sidebar {
        margin-top: 30px;
      }
    }

    .vw-bottom-bar-wrapper-inner {
      padding: 15px 0px;
    }

    .vw-menu {
      margin: 0;
      padding: 0;
    }

    .vw-menu li {
      list-style: none;
    }

    .vw-menu a {
      text-decoration: none;
    }

    .no-touch .vw-menu .main-menu-item,
    .no-touch .vw-menu .menu-link,
    .no-touch .vw-menu .sub-menu-item {
      -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
      -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
      transition: background 0.2s ease-out, color 0.2s ease-out;
    }

    .vw-menu .menu-item-depth-0 {
      display: inline-block;
    }

    .vw-menu .menu-item-depth-0>.sub-menu-wrapper {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .vw-menu .menu-link {
      display: block;
      padding: 10px;
    }

    .vw-menu .main-menu-link {
      z-index: 200000;
    }

    .vw-menu .sub-menu {
      padding: 0;
      width: 250px;
      position: relative;
    }

    .vw-menu .sub-menu-wrapper {
      -webkit-backface-visibility: hidden;
      text-align: left;
    }

    .vw-menu .sub-menu-link {
      position: relative;
    }

    .vw-menu .sub-menu-link.sf-with-ul:after {
      border-left-color: black !important;
    }

    .vw-menu-type-text .sub-menu.menu-depth-2 {
      left: 100%;
      top: 0;
    }

    .vw-menu-type-text .sub-menu {
      position: absolute;
      display: none;
      background-color: #EEEEEE;
      z-index: 100000;
    }

    .vw-menu-type-text .menu-item {
      position: relative;
    }

    .vw-menu-main-wrapper {
      border-top: 0px solid;
    }

    .vw-menu-location-main {
      position: relative;
    }

    .vw-menu-location-main .main-menu-link {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.9em;
      position: relative;
      padding: 15px 10px;
    }

    .vw-menu-location-main .sub-menu-wrapper {
      position: absolute;
      display: none;
      background-color: #EEEEEE;
      z-index: 100000;
    }

    .vw-menu-location-main .main-menu-item .main-menu-link {
      color: inherit;
    }

    .vw-menu-location-main .menu-item-depth-1 .sub-menu-wrapper {
      left: 100%;
      top: 0;
    }

    @media (max-width: 991px) {
      .vw-menu-location-main {
        display: none;
      }
    }

    .vw-menu-location-main .vw-menu-additional-icons {
      display: inline-block;
      position: absolute;
      height: 100%;
      right: 0;
      top: 0;
    }

    .vw-menu-location-main .vw-menu-additional-logo {
      display: inline-block;
      float: left;
      opacity: 0;
      width: 0;
      overflow: hidden;
    }

    .vw-menu-location-main .vw-menu-additional-logo a {
      word-wrap: initial;
    }

    .vw-menu-location-main .vw-menu-additional-logo img {
      max-height: 36px;
      width: auto;
    }

    .is-sticky .vw-menu-location-main .vw-menu-additional-logo {
      opacity: 1;
      width: auto;
    }

    .is-sticky .vw-menu-location-main .vw-menu-additional-logo img {
      -webkit-animation-name: slideInLeft;
      animation-name: slideInLeft;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
    }

    .vw-site-header-style-centered-logo .vw-menu-location-main {
      text-align: center;
    }

    .vw-site-header-style-centered-logo .vw-menu-location-main .vw-menu-additional-icons {
      position: static;
    }

    .vw-mobile-nav-button {
      padding: 5px;
      display: inline-block;
      cursor: pointer;
      vertical-align: middle;
    }

    .vw-mobile-nav-button-wrapper {
      text-align: right;
      display: none;
    }

    @media (max-width: 991px) {
      .vw-mobile-nav-button-wrapper {
        display: table-cell;
        vertical-align: middle;
      }
    }

    .vw-mega-menu-type-category.menu-item-depth-0>.sub-menu-wrapper {
      left: 0;
      right: 0;
      overflow: hidden;
    }

    .vw-mega-menu-type-category.menu-item-depth-0>.sub-menu-wrapper>.sub-menu {
      padding-bottom: 500px;
      margin-bottom: -500px;
      width: 25%;
      float: left;
    }

    .vw-mega-menu-type-category.menu-item-depth-0>.sub-menu-wrapper>.sub-menu+.sub-posts {
      width: 75%;
      float: left;
    }

    .vw-mega-menu-type-category.menu-item-depth-0 .sub-posts {
      padding: 15px 0;
      background-color: #111111;
    }

    .vw-mega-menu-type-category.menu-item-depth-0 .sub-posts .vw-post-box-title {
      color: #FFFFFF;
    }

    .vw-mega-menu-type-category.menu-item-depth-0 .sub-posts .vw-post-box {
      background-color: #0D0D0D;
    }

    .vw-mega-menu-type-category.menu-item-depth-0 .vw-post-box-inner {
      padding-left: 10px;
      padding-right: 10px;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols {
      position: static;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols>.sub-menu-wrapper {
      left: 0;
      right: 0;
      overflow: hidden;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: block;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:before,
    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after {
      content: " ";
      display: table;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after {
      clear: both;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1>li {
      width: 25%;
      padding: 10px;
      display: block;
      float: left;
      vertical-align: top;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 .sub-menu-wrapper {
      display: block !important;
      position: static;
      opacity: 1 !important;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-2 {
      display: block;
      width: auto;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-1:hover {
      background: transparent;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-1>.menu-link {
      font-weight: bold;
      border-bottom: 1px solid rgba(127, 127, 127, 0.5);
      margin-bottom: 5px;
      padding: 10px 5px;
      text-transform: uppercase;
      font-size: 0.85em;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-1>.menu-link:after {
      display: none;
    }

    .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2+.menu-item-depth-2 .menu-link {
      border-top: 1px solid rgba(127, 127, 127, 0.2);
    }

    .vw-menu-location-top,
    .vw-menu-location-bottom {
      font-size: 12px;
      text-transform: uppercase;
    }

    .vw-menu-location-top a {
      color: #fff !important;
    }

    .vw-menu-location-top .main-menu-item:hover .main-menu-link {
      color: #951b81 !important;
    }

    .vw-menu-location-bottom .main-menu-item .main-menu-link {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }

    .vw-menu-mobile-wrapper {
      display: none;
    }

    .entry-title,
    .vw-post-content,
    .comment-text {
      -ms-word-wrap: break-word;
      word-wrap: break-word;
    }

    .entry-title {
      font-size: 40px;
      line-height: 1.1em;
      margin-top: 0;
    }

    article .vw-post-meta-large {
      margin-bottom: 30px;
    }

    .vw-post-content> :first-child,
    article.page> :first-child {
      margin-top: 0;
    }

    .vw-page-content>article,
    .vw-about-author-section,
    .vw-post-navigation,
    .vw-related-posts,
    .vw-post-comments {
      margin-bottom: 50px;
    }

    .vw-page-content>article+.vw-post-navigation {
      margin-top: -15px;
      margin-bottom: 40px;
    }

    .vw-related-posts-title,
    .vw-post-comments-title {
      font-size: 22px;
      padding-bottom: 10px;
    }

    body.single .vw-embeded-media,
    body.single .vw-featured-image {
      margin-bottom: 30px;
    }

    body.single .vw-embeded-media>* {
      max-width: 100%;
    }

    body.single .vw-featured-image {
      position: relative;
    }

    body.single .vw-featured-image img {
      margin: 0;
    }

    .vw-post-navigation {
      border-top: 4px solid;
      padding: 20px 0 0 0;
    }

    .vw-post-navigation .wp-post-image {
      margin: 0;
    }

    .vw-post-navigation-previous,
    .vw-post-navigation-next {
      width: 49%;
      float: left;
      padding: 10px 0;
      -webkit-transition: background-color 0.15s ease-out;
      -moz-transition: background-color 0.15s ease-out;
      transition: background-color 0.15s ease-out;
    }

    .vw-post-navigation-previous:hover,
    .vw-post-navigation-next:hover {
      text-decoration: none;
      background-color: #999 !important;
    }

    .vw-post-navigation-previous {
      margin-right: 1%;
    }

    .vw-post-navigation-previous .wp-post-image {
      float: left;
      margin-right: 15px;
    }

    .vw-post-navigation-previous .wp-post-image+.vw-post-navigation-content {
      margin-left: 75px;
    }

    .vw-post-navigation-previous .vw-post-navigation-content {
      margin-left: 15px;
    }

    .vw-post-navigation-next {
      margin-left: 1%;
      text-align: right;
    }

    .vw-post-navigation-next .wp-post-image {
      float: right;
      margin-left: 15px;
    }

    .vw-post-navigation-next .wp-post-image+.vw-post-navigation-content {
      margin-right: 75px;
    }

    .vw-post-navigation-next .vw-post-navigation-content {
      margin-right: 15px;
    }

    .vw-post-navigation-content {
      display: block;
    }

    .vw-post-navigation-title {
      margin: 0;
      font-size: 14px;
    }

    .vw-post-navigation-label {
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 1px;
    }

    .vw-post-navigation-title-no-link {
      opacity: 0.3;
    }

    .vw-about-author-section {
      position: relative;
    }

    .vw-about-author-section .vw-author-avatar {
      float: left;
      margin-right: 25px;
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .vw-about-author-section .vw-author-avatar+.vw-about-author {
      margin-left: 175px;
    }

    .vw-about-author-section .vw-about-author {
      padding-bottom: 15px;
    }

    .vw-about-author-section .vw-author-name {
      font-size: 1.4em;
      color: #FFFFFF;
      margin-top: 15px;
      margin-bottom: 15px;
      text-transform: uppercase;
      border-left: 3px solid;
      padding-left: 10px;
    }

    .vw-about-author-section .vw-author-bio {
      font-size: 0.95em;
      line-height: 1.5em;
      padding-right: 25px;
      margin-bottom: 20px;
    }

    .vw-post-meta-large .vw-post-meta,
    .vw-post-meta-large .vw-post-meta-icons {
      display: table-cell;
      padding: 10px 15px;
    }

    @media (max-width: 767px) {

      .vw-post-meta-large .vw-post-meta,
      .vw-post-meta-large .vw-post-meta-icons {
        display: block;
      }
    }

    .vw-post-meta-large {
      display: table;
      width: 100%;
      background-color: #951b81;
    }

    .vw-post-meta-large .vw-date-box {
      margin-right: 20px;
      float: none;
      display: inline-block;
      vertical-align: middle;
      border-right: 3px solid #373737;
    }

    .vw-post-meta-large .vw-date-box>* {
      float: left;
    }

    .vw-post-meta-large .vw-date-box-date {
      margin-right: 5px;
    }

    .vw-post-meta-large .vw-date-box-month>span {
      display: block;
      text-align: left;
    }

    .vw-post-meta-large .vw-date-box-month>span:first-child {
      font-weight: normal;
      opacity: 1;
      line-height: 1.5em;
    }

    .vw-post-meta-large .vw-author-avatar {
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      margin-right: 15px;
      overflow: hidden;
    }

    .vw-post-meta-large .avatar:hover {
      opacity: 0.5;
    }

    .vw-post-meta-large .author-name {
      font-size: 14px;
    }

    .vw-post-meta-large .vw-header-font {
      color: #FFFFFF;
    }

    .vw-post-meta-icons {
      font-size: 14px;
      text-align: right;
    }

    .vw-post-meta-icons .vw-icon {
      vertical-align: middle;
      font-size: 18px;
      color: #FFFFFF;
      margin-top: -5px;
      display: inline-block;
    }

    .vw-post-meta-icon {
      padding: 10px 10px 10px 5px;
      display: inline-block;
      margin-left: 7px;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }

    .vw-post-meta-icon:first-child {
      margin-left: 0;
    }

    .vw-post-meta-icon:hover {
      text-decoration: none;
    }

    @media (max-width: 991px) {

      .vw-post-meta-large .vw-post-meta,
      .vw-post-meta-large .vw-post-meta-icons {
        display: block;
      }

      .vw-post-meta-icons {
        text-align: left;
        position: relative;
        margin-top: 15px;
      }

      .vw-post-meta-icons:before {
        display: block;
        content: '';
        height: 4px;
        left: 15px;
        right: 15px;
        top: -10px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.15);
      }

      .vw-post-meta-large .vw-post-meta-icons {
        padding-top: 0;
      }
    }

    .vw-tag-links {
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 2em;
    }

    .vw-tag-links a {
      margin-left: 0.5em;
      margin-bottom: 3px;
      background-color: #000000;
      color: #DDDDDD;
      padding: 2px 8px;
      display: inline-block;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .vw-tag-links a:hover {
      text-decoration: none;
      color: #FFFFFF;
    }

    .vw-tag-links-title {
      font-weight: bold;
      margin-right: 10px;
    }

    .vw-post-likes-count.vw-post-liked .vw-icon:before {
      content: '\e802';
    }

    .vw-post-likes-count.vw-post-liked:hover .vw-icon {
      color: #FFFFFF;
    }

    .vw-page-links .vw-page-link {
      display: inline-block;
      padding: 0px 4px;
      min-width: 1.5em;
      text-align: center;
      font-weight: bold;
      color: #FFFFFF;
      background-color: #000000;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .vw-page-links-title {
      font-weight: bold;
      margin-right: 10px;
    }

    .vw-page-navigation {
      margin-top: 45px;
      text-align: center;
      position: relative;
    }

    .vw-page-navigation-title {
      margin-right: 0.5em;
      display: none;
    }

    .vw-page-navigation-divider {
      position: absolute;
      height: 1px;
      width: 100%;
      top: 20px;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.1);
    }

    .vw-page-navigation-pagination {
      display: inline-block;
      padding: 4px 8px;
      position: relative;
      z-index: 100;
    }

    .vw-page-navigation-pagination .page-numbers {
      display: inline-block;
      padding: 6px 8px;
      text-decoration: none;
      color: inherit;
      font-weight: bold;
      color: #FFFFFF !important;
      background-color: #000000;
      min-width: 2.5em;
      text-align: center;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      margin-right: 3px;
      margin-bottom: 3px;
    }

    .vw-page-navigation-pagination .page-numbers.current,
    .vw-page-navigation-pagination .page-numbers:hover {
      color: white;
    }

    .vw-page-navigation-pagination .page-numbers:last-child {
      margin-right: 0;
    }

    .vw-post-box {
      background-color: #951b81;
    }

    .vw-post-box .vw-post-box-thumbnail {
      display: block;
      position: relative;
      overflow: hidden;
    }

    .no-touch .vw-post-box .vw-post-box-thumbnail:hover .wp-post-image {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
    }

    .vw-post-box .wp-post-image {
      margin: 0;
      width: 100%;
      -webkit-transition: all 0.35s ease-out;
      -moz-transition: all 0.35s ease-out;
      transition: all 0.35s ease-out;
    }

    .vw-post-box .vw-post-box-title {
      font-size: 22px;
      line-height: 1.2em;
      word-break: break-word;
    }

    .vw-post-box .vw-post-box-title a {
      color: inherit;
    }

    .vw-post-box .post-categories {
      padding-left: 0;
    }

    .vw-post-box .post-categories li {
      display: inline-block;
    }

    .vw-post-box .post-categories li+li:before {
      content: ', ';
    }

    .vw-post-box .vw-post-box-footer {
      display: none;
    }

    .vw-post-box .vw-post-box-footer a,
    .vw-post-box .vw-post-box-footer span,
    .vw-post-box .vw-post-box-footer .vw-icon {
      color: #FFFFFF;
    }

    .vw-post-box .vw-icon {
      font-size: 16px;
    }

    .vw-post-box .vw-post-format-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      border-radius: 50%;
      color: white;
    }

    .vw-post-box .vw-post-format-icon i {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 37px;
      text-align: center;
      font-size: 18px;
    }

    .vw-post-box .vw-post-format-icon.vw-video-icon i {
      line-height: 39px;
    }

    .vw-post-box:hover .vw-post-format-icon {
      color: #FFFFFF;
    }

    .vw-post-box .vw-post-box-excerpt {
      word-break: break-word;
    }

    .vw-post-box .vw-icon,
    .vw-post-box .vw-post-view-number,
    .vw-post-box .vw-post-likes-number {}

    .vw-post-style-block .vw-post-box-title,
    .vw-post-style-classic .vw-post-box-title {
      position: relative;
      margin: 0;
      margin-bottom: 0px;
      margin-left: 0px;
      color: #fff;
    }

    .vw-post-style-block .vw-post-box-title a:hover,
    .vw-post-style-classic .vw-post-box-title a:hover {
      text-decoration: none;
    }

    .vw-post-style-block .vw-post-box-inner,
    .vw-post-style-classic .vw-post-box-inner {
      padding: 20px;
    }

    .vw-post-style-block .vw-post-box-excerpt,
    .vw-post-style-classic .vw-post-box-excerpt {
      opacity: 0.8;
    }

    .vw-post-style-block .avatar,
    .vw-post-style-classic .avatar {
      vertical-align: top;
      border-radius: 50%;
      margin-right: 5px;
    }

    .vw-post-style-block .vw-post-box-title {
      margin-left: 0px;
    }

    .vw-post-style-block .vw-date-box {
      margin-bottom: 0px;
      display: none;
    }

    .vw-post-style-block .vw-post-box-divider {
      display: none;
    }

    .vw-post-style-block .vw-post-box-divider:before {}

    .vw-post-style-block .vw-post-box-excerpt {
      margin-top: 0px;
    }

    .vw-post-style-block .vw-post-box-excerpt :first-child {
      margin-top: 0;
    }

    .vw-post-style-block .vw-post-comment-count {
      float: right;
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .vw-post-style-block .vw-post-box-title {
        font-size: 16px;
        margin-left: 65px;
      }

      .vw-post-style-block .vw-date-box-date {
        font-size: 38px;
      }
    }

    .vw-post-style-block.vw-post-format-quote .vw-post-box-excerpt {
      opacity: 1;
    }

    .vw-post-style-block.vw-post-format-quote blockquote {
      margin-left: 0;
      margin-right: 0;
    }

    .vw-post-style-block.vw-post-format-quote blockquote>p>cite {
      display: block;
      margin-top: -20px;
    }

    .vw-post-style-block.vw-post-format-link .vw-post-box-excerpt {
      opacity: 1;
    }

    .vw-post-style-block.vw-post-format-link .vw-post-box-excerpt a {
      font-size: 31px;
      text-decoration: none;
    }

    .vw-post-style-block-no-excerpt .vw-date-box,
    .vw-post-style-block-no-excerpt .vw-post-box-title {
      margin-bottom: 0;
    }

    .vw-post-style-box {
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
    }

    .vw-post-style-box .vw-post-box-title {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: block;
      padding: 15px 20px;
      font-size: 18px;
      line-height: 1.3em;
      color: #FFFFFF;
    }

    .vw-post-style-box .vw-post-box-title:first-child {
      position: static;
    }

    .vw-post-style-box .vw-review-summary-bar+.vw-post-box-title {
      bottom: 10px;
    }

    .vw-post-style-box .vw-post-date {
      display: inline-block;
    }

    .vw-post-style-box .vw-post-box-footer {
      padding: 10px 20px;
    }

    .vw-post-style-box .vw-post-comment-count {
      float: right;
    }

    .vw-post-style-classic .vw-post-box-title,
    .vw-post-style-classic .vw-post-box-excerpt {
      margin-left: 80px;
    }

    .vw-post-style-classic .vw-post-box-title:after {
      display: inline-block;
      content: '';
      height: 3px;
      width: 30px;
      background-color: rgba(0, 0, 0, 0.15);
      position: absolute;
      left: 0;
      bottom: -15px;
    }

    .vw-post-style-classic .vw-post-box-read-more {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      line-height: 1em;
      padding: 15px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      background-color: rgba(255, 255, 255, 0.15);
    }

    .vw-post-style-classic .vw-post-box-read-more .vw-icon {
      font-size: 14px;
    }

    @media (max-width: 991px) {
      .vw-post-style-classic .vw-post-box-read-more span {
        display: none;
      }

      .vw-post-style-classic .vw-post-box-read-more .vw-icon {
        font-size: 16px;
      }
    }

    .vw-post-style-classic .vw-post-comment-count {
      margin-left: 20px;
    }

    .vw-post-style-classic+.vw-post-style-classic {
      margin-top: 50px;
    }

    .vw-review-summary-bar {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: table;
      font-size: 14px;
      height: 14px;
      line-height: 1em;
      font-weight: bold;
      background-color: black;
      z-index: 1000;
    }

    .vw-review-summary-bar .vw-review-score-bar,
    .vw-review-summary-bar .vw-review-score {
      display: table-cell;
      height: 1em;
    }

    .vw-review-summary-bar .vw-review-score-bar {
      background-color: #FFCC00;
    }

    .vw-review-summary-bar .vw-review-score {
      color: #FFCC00;
      padding: 0 5px;
    }

    .vw-review-summary-bar .vw-review-score span {
      font-size: 11px;
      margin-left: 2px;
    }

    .vw-post-style-small-left-thumbnail.vw-post-box {
      background-color: transparent;
    }

    .vw-post-style-small-left-thumbnail .vw-post-box-thumbnail {
      display: inline-block;
      float: left;
    }

    .vw-post-style-small-left-thumbnail .vw-post-box-inner {
      margin-left: 80px;
    }

    .vw-post-style-small-left-thumbnail .vw-post-box-title {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 1.1em;
    }

    .vw-post-style-small-left-thumbnail .vw-post-meta-icon {
      padding-top: 0px;
      padding-bottom: 0px;
      margin-left: 0;
    }

    .vw-post-style-small-left-thumbnail .vw-icon {
      font-size: 14px;
    }

    .vw-post-style-small-left-thumbnail .vw-post-view-number,
    .vw-post-style-small-left-thumbnail .vw-post-likes-number {
      font-size: 12px;
    }

    .vw-post-style-small-comment .vw-post-box-title {
      font-size: 12px;
      word-break: break-word;
      text-transform: none;
      margin-left: 0;
      margin-top: 0;
      color: #666666 !important;
    }

    .vw-post-style-small-comment .vw-comment-author-avatar,
    .vw-post-style-small-comment .vw-comment-author {
      display: inline-block;
    }

    .vw-post-style-small-comment .vw-comment-author {
      text-transform: uppercase;
      font-size: 14px;
    }

    .vw-post-style-small-comment .vw-comment-author+span {
      font-style: italic;
    }

    .vw-post-style-small-comment .vw-comment-author-avatar {
      float: left;
    }

    .vw-post-style-small-comment .vw-comment-author-avatar img {
      border-radius: 50%;
    }

    .vw-post-style-small-comment .vw-comment-meta {
      margin-left: 55px;
      padding-left: 10px;
      border-left: 2px solid;
    }

    .vw-post-style-small-comment .vw-post-box-comment {
      font-style: italic;
      word-break: break-word;
      margin-left: 15px;
      color: #BBBBBB;
    }

    .vw-post-style-small-comment+.vw-post-style-small-comment {
      margin-top: 20px;
    }

    .vw-post-loop-slider .vw-post-slides {
      margin: 0;
      padding: 0;
    }

    .vw-post-loop-slider .vw-post-slides li:first-child {
      position: relative;
    }

    .vw-post-loop-slider .vw-post-slides li {
      position: absolute;
      top: 0;
    }

    .vw-post-loop-slider .bx-wrapper {
      position: relative;
    }

    .vw-post-loop-slider .bx-wrapper:hover .bx-prev,
    .vw-post-loop-slider .bx-wrapper:hover .bx-next {
      opacity: 0.5;
    }

    .vw-post-loop-slider .bx-prev,
    .vw-post-loop-slider .bx-next {
      position: absolute;
      top: 0;
      z-index: 10000;
      background-color: #FFFFFF;
      color: #000000;
      opacity: 0.2;
      line-height: 50px;
      display: inline-block;
      margin-top: 10px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .vw-post-loop-slider .bx-prev:hover,
    .vw-post-loop-slider .bx-next:hover {
      opacity: 1 !important;
    }

    .vw-post-loop-slider .bx-next {
      right: 0;
    }

    .vw-post-loop-slider .bx-prev {
      left: 0;
    }

    .vw-post-loop-slide-list .vw-post-box+.vw-post-box {
      margin-top: 20px;
    }

    .vw-post-loop-slider-carousel li {
      width: 360px !important;
    }

    @media (max-width: 767px) {
      .vw-post-loop-slider-carousel li {
        width: 260px !important;
      }
    }

    .vw-post-style-slide {
      position: relative;
    }

    .vw-post-style-slide .vw-post-box-thumbnail {
      display: block;
    }

    .vw-post-style-slide .vw-post-box-thumbnail+.vw-post-box-inner {
      position: absolute;
    }

    .vw-post-style-slide .wp-post-image {
      margin: 0;
    }

    .vw-post-style-slide .vw-post-categories {
      margin-bottom: 5px;
    }

    .vw-post-style-slide .vw-post-categories .vw-category-link {
      font-size: 10px;
    }

    .vw-post-style-slide .vw-post-categories .vw-category-link:first-child {
      padding-left: 0;
    }

    .vw-post-style-slide .vw-post-categories a+a:before {
      color: rgba(255, 255, 255, 0.5);
    }

    .vw-post-style-slide .vw-post-box-inner {
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 15px 10px;
    }

    .vw-post-style-slide .vw-post-box-title {
      margin: 0;
      font-size: 18px;
      color: #FFFFFF;
    }

    .vw-post-style-slide-large {
      height: 450px;
      width: auto;
      overflow: hidden;
    }

    .vw-post-style-slide-large .vw-post-box-title {
      font-size: 60px;
      line-height: 1.1em;
      padding-right: 0;
    }

    @media (max-width: 991px) {
      .vw-post-style-slide-large .vw-post-box-title {
        padding-right: 20%;
      }
    }

    @media (max-width: 767px) {
      .vw-post-style-slide-large .vw-post-box-title {
        padding-right: 10%;
      }
    }

    .vw-post-style-slide-large .vw-post-box-title a {
      text-decoration: none;
    }

    .vw-post-style-slide-large .vw-post-categories .vw-category-link {
      font-size: 11px;
    }

    .vw-post-style-slide-large .vw-post-box-inner {
      padding: 25px 15px;
    }

    .vw-post-style-slide-large .vw-post-meta {
      text-transform: uppercase;
      margin-top: 10px;
      letter-spacing: 1px;
      font-size: 13px;
    }

    .vw-post-style-slide-large .vw-post-meta a,
    .vw-post-style-slide-large .vw-post-meta span {
      color: #E1E1E1;
    }

    .vw-post-style-slide-large .wp-post-image {
      width: 100%;
      min-height: 550px;
      margin-top: -5%;
    }

    .vw-post-style-slide-large .vw-post-box-thumbnail {
      height: 100%;
    }

    @media (max-width: 991px) {
      .vw-post-style-slide-large .vw-post-box-title {
        padding-right: 10%;
        font-size: 40px;
      }
    }

    @media (max-width: 767px) {
      .vw-post-style-slide-large {
        height: 350px;
      }

      .vw-post-style-slide-large .vw-post-categories .vw-category-link {
        font-size: 10px;
      }

      .vw-post-style-slide-large .vw-post-box-title {
        padding-right: 0;
        font-size: 24px;
      }

      .vw-post-style-slide-large .vw-post-meta {
        font-size: 11px;
      }

      .vw-post-style-slide-large .vw-post-box-inner {
        padding: 10px 15px;
      }

      .vw-post-style-slide-large .wp-post-image {
        width: auto;
        max-width: none;
        height: 100%;
        margin-left: -60px;
        margin-top: 0px;
      }
    }

    @media (max-width: 479px) {
      .vw-post-style-slide-large {
        height: 250px;
      }

      .vw-post-style-slide-large .wp-post-image {
        margin-left: -40px;
        margin-top: 0px;
      }
    }

    .vw-post-loop-small-left-thumbnail .vw-post-box+.vw-post-box {
      margin-top: 20px;
    }

    .vw-post-style-small-left-thumbnail {
      background: transparent;
    }

    .vw-site-social-profile {
      display: inline-block;
      margin: 6px;
    }

    .vw-site-social-profile-icon,
    .vw-author-socials a {
      color: #951b81;
      font-size: 12px;
      padding: 4px 7px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #fff;
      -webkit-transition: background 0.15s ease-out;
      -moz-transition: background 0.15s ease-out;
      transition: background 0.15s ease-out;
    }

    .vw-site-social-profile-icon:hover,
    .vw-author-socials a:hover {
      color: #FFFFFF;
    }

    .vw-site-social-profile-icon+.vw-site-social-profile-icon,
    .vw-author-socials a+a {
      margin-left: 6px;
    }

    .vw-breaking-news-bar {
      background-color: #222222;
      padding: 15px 0;
      position: relative;
    }

    .no-touch .vw-breaking-news-bar:hover .bx-prev,
    .no-touch .vw-breaking-news-bar:hover .bx-next {
      opacity: 1;
    }

    .no-touch .vw-breaking-news-bar:hover .bx-prev {
      left: -10px;
    }

    .no-touch .vw-breaking-news-bar:hover .bx-next {
      right: -10px;
    }

    .vw-breaking-news-bar .bx-prev,
    .vw-breaking-news-bar .bx-next {
      position: absolute;
      top: 0;
      background-color: rgba(255, 255, 255, 0.4);
      opacity: 0;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .vw-breaking-news-bar .bx-prev:hover,
    .vw-breaking-news-bar .bx-next:hover {
      background-color: #FFFFFF;
    }

    .vw-breaking-news-bar .bx-prev i,
    .vw-breaking-news-bar .bx-next i {
      line-height: 50px;
      width: 35px;
      color: #111111;
    }

    .vw-breaking-news-bar .bx-wrapper {
      position: relative;
      z-index: 1;
    }

    .vw-breaking-news-bar .bx-prev {
      left: 0px;
    }

    .vw-breaking-news-bar .bx-next {
      right: 0px;
    }

    .vw-breaking-news.invisible {
      height: 60px;
      overflow: hidden;
    }

    .vw-breaking-news-list {
      overflow: hidden;
      position: relative;
      padding-left: 0;
      list-style: none;
      margin: 0;
    }

    .vw-breaking-news-list li {
      position: relative;
      width: 25%;
      display: inline-block;
      float: left;
      padding-right: 15px;
      height: 52px;
      min-width: 200px;
    }

    .vw-breaking-news-list li+li:before {
      border-left: 3px solid rgba(128, 128, 128, 0.15);
      content: '';
      height: 500px;
      display: inline-block;
      position: absolute;
      left: -15px;
    }

    .vw-breaking-news-post-date {
      display: inline-block;
      color: #FFFFFF;
      font-weight: bolder;
      text-align: center;
      position: absolute;
    }

    .vw-breaking-news-month {
      font-size: 11px;
      font-weight: 300;
      display: block;
      text-transform: uppercase;
      color: #DDDDDD;
      opacity: 0.8;
      line-height: 1em;
      padding-top: 2px;
    }

    .vw-breaking-news-link {
      color: #DDDDDD;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      margin-left: 50px;
      display: inline-block;
      word-break: break-word;
    }

    .vw-preloader-bg,
    .vw-page-title-wrapper-top.vw-has-background {
      background: url(data:image/gif;base64,R0lGODlhRwBHAPZOAICAgIGBgYKCgoODg4WFhYaGhomJiYuLi42NjY6Ojo+Pj5CQkJKSkpSUlJWVlZiYmJmZmZubm56enp+fn6GhoaOjo6Wlpaampqqqqqurq6ysrK6urq+vr7CwsLS0tLW1tbm5ubq6ury8vL6+vsLCwsbGxsnJyc7OztPT09bW1tjY2NnZ2dvb297e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABHAEcAAAf+gE6Cg4SFhodDQjo0NC8vIQUHCQ4XISc7h5mam5yGQzsvLqKiji4fAKipqAkbKEmdsLGFSaCkoaOjp6q7AAcdNLLBmkmNpbjHprzKAA8rws9OSTq3yNW6y7wVOtCxO9XfudjYG0PcwzTg6dfivAkv5oZC1OnW7OIi8IO19N+PBfbj8oGal+6FDiGvCg1xYWJDAoCpLiR8poMfKUyydohgAFHCRFkV+en4KOxFBYAShHkr+KJcPicrHrLDIGsIQWQYXw4KYY9ELEc3SbnUSWjFAXbvOKHrR4MkUUFCOGJL4JSQkH4ugD3NNOSBuA/DgrpwVHWroCQOxCU1FLLai7L+ZqHKVPYAEbi3cZX+W+asUFuceTuJwFaXUJK7gWFJVebCar+hiTW5wEZzkFitkTmdVFYg4eFvkDNneoHthKCVyNaK3uRV2QVBS5EJWd3JxLID0cDBpS1oCDYaNt3y7tSaVwl5qXMOz8RT2Ya/o17MXq4pxTIJsY/tXr5jmbtv1DktKyA2/Ka5u4zhUm2+EHpV6qO3Z74BQ/0N94HOYz8fttv4pPRnSFAAjiJgIQUa9M12wx12k4LVhDbfQtXogNoxyvV3VTU7UIgMZgJmh8tsYjFIW4lOiDjKdBr+d9pYHx7YSIW9JSjhcp9VwyKBIIYHnXz6iHUjbUkU6MI2gxTE+U2Pw6ETVGg/rhjehjTOcteQiQUH2iEqAslbl6IwaRk4YgYG5lhwXRijaGe6kKEhZzqSWZv8GaLklXkRQw+Wjt3lpllU9vOmJlGu15ROQ7QpCpIgsZQVn5wMMY1YozAajKKkACeMIqTQcyg0hX5j4ZBJ0BJqNWVmZFFqjLRqJD2WmuPhqrTSw+JLRb5aq0WfbrXPrrW+sIOJ0BBDKbDH9JqYNKEcW6uyoknqbHRiddieIg8es99BBw7yyaT7GbQDQk8FAgA7) no-repeat center 80px !important;
    }

    .svg.smil .vw-preloader-bg,
    .svg.smil .vw-page-title-wrapper-top.vw-has-background {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJyZ2IoMTI4LDEyOCwxMjgpIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=) no-repeat center 80px !important;
    }

    .vw-page-title-shadow,
    .vw-page-title-wrapper-top.vw-has-background:before,
    .vwspc-section-post-slider-section:first-child .vw-post-box-thumbnail:before {
      content: '';
      display: block;
      top: 0;
      left: 0;
      right: 0;
      height: 50px;
      position: absolute;
      border-top: 1px solid rgba(0, 0, 0, 0.3);
      z-index: 10000;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 10px);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 10px);
    }

    .vw-page-title-wrapper-top.vw-has-background .vw-page-title-wrapper-inner {
      padding-top: 150px;
      position: relative;
    }

    .vw-page-title-wrapper-top.vw-has-background .vw-page-title-box {
      padding-left: 15px;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .vw-page-title-wrapper-top.vw-has-background .vw-page-title {
      color: #FFFFFF;
    }

    .vw-page-title-wrapper-top.vw-has-background .vw-post-categories a+a:before {
      color: rgba(255, 255, 255, 0.4);
    }

    .vw-page-title-wrapper-top.vw-has-no-background {
      border-bottom: 1px solid #EEEEEE;
    }

    .vw-page-title-wrapper-top.vw-has-no-background .vw-page-description {
      color: inherit;
    }

    .vw-page-title-wrapper-top .vw-page-title-image-captions {
      position: absolute;
      top: 10px;
      left: 0;
      font-style: italic;
    }

    .vw-page-title-box {
      padding: 25px 15px 25px 0;
    }

    .vw-page-title-box .vw-label {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 16px;
    }

    @media (max-width: 767px) {
      .vw-page-title-box .vw-label {
        font-size: 12px;
      }
    }

    .vw-page-title-thumbnail {
      float: left;
      margin-right: 20px;
    }

    .vw-page-title-thumbnail img {
      max-width: 60px;
    }

    .vw-page-title-thumbnail+.vw-page-title-box-inner {
      margin-left: 80px;
    }

    @media (min-width: 768px) {
      .vw-page-title-thumbnail img {
        max-width: 80px;
      }

      .vw-page-title-thumbnail+.vw-page-title-box-inner {
        margin-left: 100px;
      }
    }

    @media (min-width: 992px) {
      .vw-page-title-thumbnail img {
        max-width: none;
      }

      body.author.archive .vw-page-title-thumbnail+.vw-page-title-box-inner {
        margin-left: 180px;
      }

      body.archive.category .vw-page-title-thumbnail+.vw-page-title-box-inner {
        margin-left: 130px;
      }
    }

    .vw-page-title {
      font-size: 60px;
      text-transform: uppercase;
      line-height: 1.1em;
      margin: 0;
    }

    @media (max-width: 991px) {
      .vw-page-title {
        padding-right: 20%;
        font-size: 40px;
      }
    }

    @media (max-width: 767px) {
      .vw-page-title {
        padding-right: 10%;
        font-size: 24px;
      }
    }

    .vw-page-subtitle {
      margin-bottom: 0;
    }

    .vw-page-description {
      font-style: italic;
      font-size: 0.9em;
      letter-spacing: 1px;
      opacity: 0.8;
    }

    .vw-page-description p {
      margin-bottom: 0;
    }

    @media (min-width: 992px) {
      .vw-page-description {
        padding-right: 30%;
        font-size: 1em;
      }
    }

    @media (min-width: 1200px) {
      .vw-page-description {
        padding-right: 40%;
        font-size: 1.11em;
      }
    }

    .vw-gallery-direction-nav {
      direction: ltr;
      position: absolute;
      right: 0px;
      top: 5px;
      z-index: 1000000;
    }

    .vw-gallery-direction-button {
      background-color: rgba(0, 0, 0, 0.4);
      display: inline-block;
      border-radius: 2px;
      padding: 4px 6px;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
    }

    .vw-gallery-direction-button i {
      color: #FFFFFF;
      font-size: 14px;
    }

    .vw-featured-image-caption-wrapper {
      font-size: 12px;
      position: absolute;
      bottom: 5px;
      left: 5px;
    }

    .vw-featured-image-caption {
      color: rgba(255, 255, 255, 0.7);
      background-color: rgba(0, 0, 0, 0.2);
      padding: 3px 5px;
      border-radius: 2px;
      display: inline-block;
    }

    .vw-post-categories {
      position: relative;
      margin-bottom: 10px;
    }

    .vw-post-categories:before,
    .vw-post-categories:after {
      content: " ";
      display: table;
    }

    .vw-post-categories:after {
      clear: both;
    }

    .vw-post-categories .vw-category-link {
      float: left;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      font-size: 11px;
      font-weight: bolder;
      letter-spacing: 1px;
      line-height: 1em;
      padding: 3px 4px;
      margin-right: 4px;
    }

    .vw-post-categories .vw-category-link:hover {
      text-decoration: underline;
    }

    .vw-post-categories a+a:before {
      content: '/';
      left: -5px;
      display: inline-block;
      position: relative;
      color: rgba(128, 128, 128, 0.4);
    }

    .vw-hamburger-icon {
      display: block;
      width: 40px;
      height: 36px;
      position: relative;
      z-index: 2;
    }

    .vw-hamburger-icon:before,
    .vw-hamburger-icon:after,
    .vw-hamburger-icon span {
      background: #FFFFFF;
      content: '';
      display: block;
      width: 20px;
      height: 4px;
      position: absolute;
      left: 5px;
    }

    .vw-hamburger-icon:before {
      top: 6px;
    }

    .vw-hamburger-icon:after {
      bottom: 8px;
    }

    .vw-hamburger-icon span {
      top: 50%;
      margin-top: -3px;
    }

    .vw-date-box {
      float: left;
      text-align: center;
      padding: 4px 8px;
      background: #951b81;
    }

    .vw-date-box-date {
      line-height: 1em;
      min-width: 1em;
      display: block;
      color: #fff !important;
    }

    .vw-date-box-month {
      font-size: 11px;
      font-weight: 300;
      display: block;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    .vw-date-box-month span {
      opacity: 0.8;
    }

    .vw-right-topic-line {
      overflow: hidden;
      position: relative;
    }

    .vw-right-topic-line:after {
      content: ' ';
      height: 4px;
      background-color: #951b81;
      width: 100%;
      position: absolute;
      display: inline-block;
      top: 50%;
      margin-top: -2px;
    }

    .vw-right-topic-line:after {
      margin-left: 10px;
    }

    .vw-instant-search-buton {
      cursor: pointer;
    }

    .vw-instant-search-buton i:before {
      font-size: 16px;
    }

    .vw-instant-search-panel {
      margin: 0;
      z-index: 100;
      padding: 15px;
      position: absolute;
      width: 25em;
      right: 0;
      top: 100%;
      background-color: rgba(0, 0, 0, 0.98);
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
    }

    .vw-instant-search-panel #s {
      width: 100%;
      color: #000000;
    }

    .vw-instant-search-result-panel {
      list-style: none;
      padding: 0 15px;
      margin: 0;
    }

    .vw-instant-search-result-panel>li {
      padding: 15px 0;
    }

    .vw-instant-search-result-panel>li:first-child {
      margin-top: 15px;
    }

    .vw-instant-search-result-panel>li+li {
      border-top: 3px solid rgba(255, 255, 255, 0.12);
    }

    .vw-instant-search-result-item {
      font-size: 1em;
      line-height: 1.4em;
    }

    .vw-instant-search-result-thumbnail {
      float: left;
      width: 60px;
      height: 60px;
    }

    .vw-instant-search-result-thumbnail img {
      margin: 0;
    }

    .vw-instant-search-result-content {
      margin-left: 80px;
    }

    .vw-instant-search-result-title {
      font-weight: bold;
      margin-bottom: 3px;
      text-transform: uppercase;
      color: #FFFFFF !important;
    }

    .vw-instant-search-result-date {
      font-size: 10px;
      opacity: 0.75;
    }

    .vw-copyright {
      padding: 10px 0;
      font-size: 12px;
      letter-spacing: 1px;
    }

    .vw-custom-tiled-gallery {
      margin: 30px 0;
    }

    .vw-custom-tiled-gallery .gallery-item {
      display: inline-block;
      float: left;
      width: 32.33%;
      margin: 0.5%;
      position: relative;
    }

    .vw-custom-tiled-gallery .gallery-caption {
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      padding: 10px 15px;
      color: white;
      font-size: 0.85em;
      font-style: italic;
      font-weight: bold;
      line-height: 1.2em;
    }

    .vw-custom-tiled-gallery br+br {
      display: none;
    }

    .vw-custom-tiled-gallery a {
      display: inline-block;
      max-width: 100%;
    }

    .vw-custom-tiled-gallery a:hover img {
      opacity: 0.75;
    }

    .vw-custom-tiled-gallery img {
      max-width: 100%;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }

    .vw-button {
      display: inline-block;
      text-decoration: none !important;
      color: #FFFFFF !important;
    }

    .no-touch .vw-button:hover {
      color: #FFFFFF;
    }

    .vw-button i:first-child {
      margin-right: 0.4em;
      font-size: 15px;
    }

    .vw-button-full-width {
      display: block;
      width: 100%;
    }

    .vw-button-black {
      background-color: #000000;
    }

    .no-touch .vw-button-black:hover {
      background-color: #333333;
    }

    .vw-button-orange {
      background-color: #FC7844;
    }

    .no-touch .vw-button-orange:hover {
      background-color: #FD9369;
    }

    .vw-button-red {
      background-color: #E74C3C;
    }

    .no-touch .vw-button-red:hover {
      background-color: #EC7063;
    }

    .vw-button-yellow {
      background-color: #F9CB31;
    }

    .no-touch .vw-button-yellow:hover {
      background-color: #FAD45A;
    }

    .vw-button-blue {
      background-color: #3498DB;
    }

    .no-touch .vw-button-blue:hover {
      background-color: #5DACE2;
    }

    .vw-button-green {
      background-color: #1ABC84;
    }

    .no-touch .vw-button-green:hover {
      background-color: #48C99D;
    }

    .vw-button-purple {
      background-color: #B73B7A;
    }

    .no-touch .vw-button-purple:hover {
      background-color: #C56295;
    }

    .vw-button-pink {
      background-color: #ED5E80;
    }

    .no-touch .vw-button-pink:hover {
      background-color: #F17E99;
    }

    .vw-404-text {
      font-size: 90px;
      line-height: 1em;
      margin-top: 0;
      margin-bottom: 15px;
    }

    .vw-sticky {
      z-index: 1000;
      -webkit-transition: right 0.4s ease;
      -moz-transition: right 0.4s ease;
      transition: right 0.4s ease;
    }

    @media (max-width: 767px) {
      .vw-sticky-wrapper {
        display: none;
      }
    }

    .vw-sticky-wrapper.is-sticky .vw-sticky {
      right: 0;
      left: 0;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }

    html.mm-right.mm-opening .vw-sticky-wrapper.is-sticky .vw-sticky {
      right: 440px;
    }

    #comments .comment-reply-title {
      font-size: 1.3em;
    }

    .commentlist,
    .commentlist .children {
      list-style: none;
    }

    .commentlist {
      padding-left: 0;
    }

    .comment .avatar {
      border-radius: 50%;
      width: 50px;
      height: auto;
      float: left;
      margin-right: 15px;
    }

    .comment .author,
    .comment .text {
      margin-left: 70px;
    }

    .comment .date,
    .pingback .date {
      font-size: 11px;
      color: #666666;
      text-transform: uppercase;
    }

    .comment .author-name,
    .pingback .author-name {
      margin-top: 0.2em;
      font-size: 14px;
      text-transform: uppercase;
    }

    .comment .author-name a,
    .pingback .author-name a {
      color: inherit;
    }

    .comment .text,
    .pingback .text {
      margin-top: 20px;
    }

    *+.comment,
    *+.pingback,
    .commentlist .children {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 2px solid;
    }

    .commentlist .children {
      margin-left: 60px;
      padding-left: 0;
    }

    @media (max-width: 991px) {
      .commentlist .children {
        margin-left: 40px;
      }
    }

    @media (max-width: 479px) {
      .commentlist .children {
        margin-left: 20px;
      }
    }

    .commentlist .children .comment .avatar {
      width: 32px;
    }

    .commentlist .children .comment .author,
    .commentlist .children .comment .text {
      margin-left: 50px;
    }

    .commentlist .children .comment .author-name {
      margin-top: 0;
    }

    .comment-body img {
      max-width: 100%;
    }

    .vw-review-box {
      margin-bottom: 1.3em;
      padding: 10px;
      color: #FFFFFF;
      background-color: #000000;
    }

    @media (min-width: 992px) {
      .vw-review-position-top-floating {
        float: left;
        width: 60%;
        margin-right: 1.3em;
      }
    }

    .vw-review-box-title {
      margin: 0;
      padding: 10px 15px;
      color: inherit;
      background-color: #111111;
      text-transform: uppercase;
    }

    .vw-review-item {
      position: relative;
      margin-top: 5px;
    }

    .vw-review-item-title {
      float: left;
      position: relative;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.15);
      letter-spacing: 1px;
    }

    .vw-review-item-title-score {
      font-weight: bold;
    }

    .vw-review-item-score {
      text-align: center;
      float: right;
    }

    .vw-review-item-score.vw-review-score-percentage {
      position: absolute;
      height: 100%;
      background-image: url(//www.she-works.de/wp-content/themes/sheworks/images/stripe-white.png);
      background-repeat: repeat;
    }

    .vw-review-box-summary {
      margin-top: 5px;
      display: table;
      width: 100%;
      position: relative;
      min-height: 85px;
    }

    .vw-review-summary,
    .vw-review-total-score {
      display: table-cell;
      vertical-align: middle;
    }

    .vw-review-box-summary .vw-review-summary {
      border-right: 5px solid;
      border-right-color: #000000;
      font-weight: 300;
      opacity: 0.8;
      padding: 0.5em 1em;
    }

    .vw-review-total-score,
    .vw-review-item-score.vw-review-score-star {
      width: 115px;
      text-align: center;
    }

    .vw-review-total-score {
      background-color: #000000;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .vw-review-total-score.vw-header-font {
      color: #FFFFFF;
    }

    .vw-review-total-score.vw-review-score-percentage,
    .vw-review-total-score.vw-review-score-point {
      font-size: 44px;
      font-weight: bold;
    }

    .vw-review-total-score.vw-review-score-percentage:after {
      content: '%';
      font-size: 0.5em;
      font-weight: normal;
    }

    .vw-review-item-title,
    .vw-review-score-star,
    .vw-review-summary {
      margin: 6px 0;
    }

    .vw-review-item-title,
    .vw-review-summary {
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 5px;
      padding-right: 5px;
    }

    .vw-review-score-star {
      line-height: 1em;
    }

    .vw-review-score-star img {
      max-width: 16px;
      vertical-align: middle;
    }

    .vw-review-score-star img+img {
      margin-left: 3px;
    }

    .vw-review-score-star .vw-review-score-number {
      width: auto !important;
    }

    .vw-review-total-score.vw-review-score-star {
      background-color: inherit;
    }

    .vw-review-item,
    .vw-review-box-summary {
      background-color: #222222;
    }

    #vw_review_editor .field-review-summary,
    #vw_review_editor .field-review-score {
      display: none;
    }

    #vw_review_editor .review-scores {
      margin: 15px 0;
      background-color: #FFFFFF;
      padding: 15px;
      border-radius: 2px;
      border: 1px solid #DDDDDD;
    }

    #vw_review_editor .review-scores .review-score-row {
      border: 1px solid #DDDDDD;
      background-color: #F1F1F1;
      background: -webkit-linear-gradient(bottom, #ECECEC, #F9F9F9);
      background: linear-gradient(to top, #ECECEC, #F9F9F9);
      border-radius: 2px;
      padding: 5px 10px 5px 5px;
      position: relative;
    }

    #vw_review_editor .review-scores .review-score-row i {
      color: #CCCCCC;
    }

    #vw_review_editor .review-scores .review-score-row i:hover {
      color: #3FACD6;
    }

    #vw_review_editor .review-scores .review-score-row .move-icon {
      font-size: 24px;
      line-height: 1em;
      vertical-align: middle;
      margin-right: 10px;
      cursor: move;
    }

    #vw_review_editor .review-scores .review-score-row .delete-icon {
      font-size: 16px;
      line-height: 1em;
      position: absolute;
      top: 50%;
      right: 5px;
      cursor: pointer;
      margin-top: -0.5em;
    }

    #vw_review_editor .review-scores .review-score-row .review-score-label {
      font-size: 11px;
      color: #666666;
      font-weight: bold;
      margin-right: 5px;
    }

    #vw_review_editor .review-scores .review-score-row .rwmb-text {
      width: 40%;
      margin-right: 10px;
    }

    #vw_review_editor .review-scores .review-score-row+.review-score-row {
      margin-top: 5px;
    }

    .widget+.widget {
      margin-top: 45px;
    }

    .widget-title {
      margin-top: 0;
      margin-bottom: 25px;
      position: relative;
      padding: 0 10px 0 0;
      text-transform: uppercase;
      font-size: 22px;
    }

    .vw-no-widget-warning {
      font-style: italic;
      border: 1px dashed rgba(127, 127, 127, 0.7);
      padding: 0.5em;
    }

    .vw-no-widget-warning a {
      text-decoration: underline;
    }

    .vw-latest-posts-style-small-left-thumbnail .vw-post-box+.vw-post-box,
    .vw-latest-posts-style-large-small-left-thumbnail .vw-post-box+.vw-post-box,
    .vw-latest-posts-style-small-author .vw-post-box+.vw-post-box {
      border-top: 1px solid #EEEEEE;
      padding-top: 15px;
    }

    .vw-social-share-box {
      position: relative;
    }

    .vw-social-share-box .box {
      margin: 5% 8% 0 8%;
    }

    .vw-social-share-box .box a {
      color: #404040;
      text-shadow: 0 1px 1px rgba(167, 167, 167, 0.4);
    }

    .vw-social-share-box .box a:hover {
      text-decoration: none;
    }

    .vw-social-share-box .count {
      font-weight: bold;
      font-size: 50px;
      float: left;
      border-right: 2px solid #57B8D1;
      line-height: 40px;
      padding-right: 10px;
    }

    .vw-social-share-box .share {
      float: left;
      margin-left: 10px;
      font-size: 20px;
      width: 82px;
    }

    .vw-social-share-box .buttons {
      position: absolute;
      width: 100%;
      background-color: #FFFFFF;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px;
      z-index: 1;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .vw-social-share-box .button {
      float: left;
      margin: 0 10px 0 0;
    }

    .vw-social-share-box .facebook {
      margin: 0 4px 0 0;
    }

    .widget_vw_widget_author_list {
      margin-bottom: -10px;
    }

    .widget_vw_widget_author_list ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .widget_vw_widget_author_list li {
      float: left;
      margin: 0 10px 10px 0 !important;
    }

    .widget_vw_widget_author_list li:before {
      display: none !important;
    }

    .widget_vw_widget_author_list .avatar {
      width: 80px;
      height: 80px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .widget_vw_widget_author_list a {
      display: inline-block;
      background-color: #000000;
    }

    .widget_vw_widget_author_list a:hover .avatar {
      opacity: 0.7;
    }

    .widget_vw_widget_social_counter {
      margin-bottom: -15px;
    }

    .vw-social-counter {
      width: 47%;
      margin-right: 3%;
      min-width: 146px;
      display: inline-block;
      float: left;
      margin-bottom: 15px;
    }

    .vw-social-counter-icon {
      float: left;
      display: inline-block;
      width: 50px;
      height: 50px;
      background-color: #EEEEEE;
      color: #333333;
      text-align: center;
      margin-right: 18px;
    }

    .vw-social-counter-icon i {
      line-height: 50px;
      font-size: 18px;
    }

    .vw-social-counter-count,
    .vw-social-counter-count,
    .vw-social-counter-icon {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s;
    }

    .vw-social-counter-twitter .vw-social-counter-icon {
      background-color: #55ACEE;
      color: #FFFFFF;
    }

    .vw-social-counter-twitter:hover .vw-social-counter-icon {
      background-color: #88C4F3;
    }

    .vw-social-counter-twitter:hover .vw-social-counter-count {
      color: #55ACEE;
    }

    .vw-social-counter-facebook .vw-social-counter-icon {
      background-color: #3D62B3;
      color: #FFFFFF;
    }

    .vw-social-counter-facebook:hover .vw-social-counter-icon {
      background-color: #7791C9;
    }

    .vw-social-counter-facebook:hover .vw-social-counter-count {
      color: #3D62B3;
    }

    .vw-social-counter-youtube .vw-social-counter-icon {
      background-color: #CC181E;
      color: #FFFFFF;
    }

    .vw-social-counter-youtube:hover .vw-social-counter-icon {
      background-color: #DB5D61;
    }

    .vw-social-counter-youtube:hover .vw-social-counter-count {
      color: #CC181E;
    }

    .vw-social-counter-googleplus .vw-social-counter-icon {
      background-color: #D34836;
      color: #FFFFFF;
    }

    .vw-social-counter-googleplus:hover .vw-social-counter-icon {
      background-color: #E07E72;
    }

    .vw-social-counter-googleplus:hover .vw-social-counter-count {
      color: #D34836;
    }

    .vw-social-counter-vimeo .vw-social-counter-icon {
      background-color: #1BB6EC;
      color: #FFFFFF;
    }

    .vw-social-counter-vimeo:hover .vw-social-counter-icon {
      background-color: #5FCBF1;
    }

    .vw-social-counter-vimeo:hover .vw-social-counter-count {
      color: #1BB6EC;
    }

    .vw-social-counter-soundcloud .vw-social-counter-icon {
      background-color: #FE4600;
      color: #FFFFFF;
    }

    .vw-social-counter-soundcloud:hover .vw-social-counter-icon {
      background-color: #FE7D4C;
    }

    .vw-social-counter-soundcloud:hover .vw-social-counter-count {
      color: #FE4600;
    }

    .vw-social-counter-pinterest .vw-social-counter-icon {
      background-color: #CB2028;
      color: #FFFFFF;
    }

    .vw-social-counter-pinterest:hover .vw-social-counter-icon {
      background-color: #DA6268;
    }

    .vw-social-counter-pinterest:hover .vw-social-counter-count {
      color: #CB2028;
    }

    .vw-social-counter-vk .vw-social-counter-icon {
      background-color: #44678D;
      color: #FFFFFF;
    }

    .vw-social-counter-vk:hover .vw-social-counter-icon {
      background-color: #7C94AF;
    }

    .vw-social-counter-vk:hover .vw-social-counter-count {
      color: #44678D;
    }

    .vw-social-counter-dribbble .vw-social-counter-icon {
      background-color: #E14D86;
      color: #FFFFFF;
    }

    .vw-social-counter-dribbble:hover .vw-social-counter-icon {
      background-color: #EA82AA;
    }

    .vw-social-counter-dribbble:hover .vw-social-counter-count {
      color: #E14D86;
    }

    .vw-social-counter-counter {
      float: left;
      display: inline-block;
    }

    .vw-social-counter-counter .vw-social-counter-count {
      color: #FFFFFF;
    }

    .vw-social-counter-count {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.2em;
      color: #333333;
      margin-top: 5px;
    }

    .vw-social-counter-unit {
      font-size: 10px;
      line-height: 1em;
      margin-top: 2px;
      color: #999999;
      text-transform: uppercase;
    }

    .widget_vw_widget_social_profile .vw-site-social-profile-icon {
      background: #000000;
      color: #FFFFFF;
      font-size: 16px;
      margin-right: 10px;
      margin-bottom: 10px;
    }

    .widget_vw_widget_social_profile .vw-site-social-profile-icon i {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }

    .widget_vw_widget_social_profile .vw-site-social-profile-icon i:before {
      width: auto;
    }

    .widget_vw_widget_social_profile .vw-site-social-profile-icon+.vw-site-social-profile-icon {
      margin-left: 0;
    }

    .widget_vw_widget_social_profile .vw-site-social-delicious {
      background-color: #0065C7;
    }

    .widget_vw_widget_social_profile .vw-site-social-delicious:hover {
      background-color: #4C93D7;
    }

    .widget_vw_widget_social_profile .vw-site-social-digg {
      background-color: #000000;
    }

    .widget_vw_widget_social_profile .vw-site-social-digg:hover {
      background-color: #4C4C4C;
    }

    .widget_vw_widget_social_profile .vw-site-social-dribbble {
      background-color: #EA4C89;
    }

    .widget_vw_widget_social_profile .vw-site-social-dribbble:hover {
      background-color: #F081AC;
    }

    .widget_vw_widget_social_profile .vw-site-social-facebook {
      background-color: #3D62B3;
    }

    .widget_vw_widget_social_profile .vw-site-social-facebook:hover {
      background-color: #7791C9;
    }

    .widget_vw_widget_social_profile .vw-site-social-flickr {
      background-color: #FF0084;
    }

    .widget_vw_widget_social_profile .vw-site-social-flickr:hover {
      background-color: #FF4CA8;
    }

    .widget_vw_widget_social_profile .vw-site-social-forrst {
      background-color: #33713E;
    }

    .widget_vw_widget_social_profile .vw-site-social-forrst:hover {
      background-color: #709B77;
    }

    .widget_vw_widget_social_profile .vw-site-social-github {
      background-color: #000000;
    }

    .widget_vw_widget_social_profile .vw-site-social-github:hover {
      background-color: #4C4C4C;
    }

    .widget_vw_widget_social_profile .vw-site-social-googleplus {
      background-color: #D34836;
    }

    .widget_vw_widget_social_profile .vw-site-social-googleplus:hover {
      background-color: #E07E72;
    }

    .widget_vw_widget_social_profile .vw-site-social-instagram {
      background-color: #1E5D81;
    }

    .widget_vw_widget_social_profile .vw-site-social-instagram:hover {
      background-color: #618DA6;
    }

    .widget_vw_widget_social_profile .vw-site-social-linkedin {
      background-color: #007BB6;
    }

    .widget_vw_widget_social_profile .vw-site-social-linkedin:hover {
      background-color: #4CA2CB;
    }

    .widget_vw_widget_social_profile .vw-site-social-lastfm {
      background-color: #D21309;
    }

    .widget_vw_widget_social_profile .vw-site-social-lastfm:hover {
      background-color: #DF5952;
    }

    .widget_vw_widget_social_profile .vw-site-social-pinterest {
      background-color: #CC2127;
    }

    .widget_vw_widget_social_profile .vw-site-social-pinterest:hover {
      background-color: #DB6367;
    }

    .widget_vw_widget_social_profile .vw-site-social-rss {
      background-color: #FF7700;
    }

    .widget_vw_widget_social_profile .vw-site-social-rss:hover {
      background-color: #FF9F4C;
    }

    .widget_vw_widget_social_profile .vw-site-social-skype {
      background-color: #00ADF2;
    }

    .widget_vw_widget_social_profile .vw-site-social-skype:hover {
      background-color: #4CC5F5;
    }

    .widget_vw_widget_social_profile .vw-site-social-tumblr {
      background-color: #314E6C;
    }

    .widget_vw_widget_social_profile .vw-site-social-tumblr:hover {
      background-color: #6E8398;
    }

    .widget_vw_widget_social_profile .vw-site-social-twitter {
      background-color: #55ACEE;
    }

    .widget_vw_widget_social_profile .vw-site-social-twitter:hover {
      background-color: #88C4F3;
    }

    .widget_vw_widget_social_profile .vw-site-social-vimeo {
      background-color: #1DA7CE;
    }

    .widget_vw_widget_social_profile .vw-site-social-vimeo:hover {
      background-color: #60C1DC;
    }

    .widget_vw_widget_social_profile .vw-site-social-yahoo {
      background-color: #44029A;
    }

    .widget_vw_widget_social_profile .vw-site-social-yahoo:hover {
      background-color: #7C4DB8;
    }

    .widget_vw_widget_social_profile .vw-site-social-youtube {
      background-color: #CC181E;
    }

    .widget_vw_widget_social_profile .vw-site-social-youtube:hover {
      background-color: #DB5D61;
    }

    .vw-post-tabed {
      background-color: #0D0D0D;
    }

    .vw-post-tabed .vw-comment-author,
    .vw-post-tabed .vw-post-box-title {
      color: #FFFFFF;
    }

    .vw-post-tabed .vw-post-box {
      background: inherit;
    }

    .vw-post-tabed-tabs {
      padding: 0;
      margin-top: 0;
      margin-bottom: 15px;
      list-style: none;
    }

    .vw-post-tabed-tabs li:before {
      background: transparent !important;
    }

    .vw-post-tabed-tab {
      display: inline-block;
      float: left;
      width: 33.33%;
      line-height: 30px;
      text-align: center;
      border: none;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      background-color: #000000;
    }

    .vw-post-tabed-tab a {
      display: block;
      outline: none;
      font-size: 0.75em;
      text-decoration: none;
      text-transform: uppercase;
      padding: 5px 0;
      border-bottom: 3px solid rgba(0, 0, 0, 0.12);
    }

    .vw-post-tabed-tab a,
    .vw-post-tabed-tab a:hover,
    .vw-post-tabed-tab a:focus {
      color: #FFFFFF;
    }

    .vw-post-tabed-tab.ui-state-active,
    .vw-post-tabed-tab.ui-state-hover {
      background-color: #373737;
    }

    .vw-post-tabed-content {
      padding: 0px 15px 15px 15px;
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .vw-page-sidebar .latest-posts-style-full-thumbnail .vw-post-box-post-title {
        font-size: 1em;
      }
    }

    .vw-widget-feedburner-container {
      background-color: #000000;
    }

    .vw-page-wrapper .vw-widget-feedburner-container {
      padding: 25px;
    }

    .vw-widget-feedburner-text {
      margin-top: 0;
      margin-bottom: 1.3em;
      padding-left: 10px;
      border-left: 3px solid;
      border-color: #fff !important;
      color: #FFFFFF;
    }

    .vw-widget-feedburner-email {
      width: 100%;
      margin-bottom: 1em;
    }

    .widget_vw_widget_login {
      background-color: #000000;
      padding: 25px;
    }

    .vw-login-title {
      text-transform: uppercase;
      margin-top: 0;
      padding-left: 10px;
      border-left: 3px solid;
      color: #FFFFFF;
    }

    .vw-login-form-username>input,
    .vw-login-form-pass>input {
      width: 100%;
      display: block;
    }

    .vw-login-form-lost-password {
      float: right;
    }

    .vw-loggedin-form .avatar {
      float: left;
      margin-right: 1.5em;
      width: 100px;
    }

    .vw-loggedin-form .vw-loggedin-form-links {
      padding-left: 20px;
      font-size: 0.9em;
    }

    .vw-loggedin-user-info {
      float: left;
    }

    .vw-loggedin-form-links {
      font-size: 12px;
      list-style: square;
    }

    .widget_archive .widget-title,
    .widget_categories .widget-title,
    .widget_nav_menu>div .widget-title,
    .widget_meta .widget-title,
    .widget_pages .widget-title,
    .widget_recent_comments .widget-title,
    .widget_recent_entries .widget-title,
    .widget_rss .widget-title {
      margin-bottom: 0;
    }

    .widget_archive>ul,
    .widget_archive>ol,
    .widget_categories>ul,
    .widget_categories>ol,
    .widget_nav_menu>div>ul,
    .widget_nav_menu>div>ol,
    .widget_meta>ul,
    .widget_meta>ol,
    .widget_pages>ul,
    .widget_pages>ol,
    .widget_recent_comments>ul,
    .widget_recent_comments>ol,
    .widget_recent_entries>ul,
    .widget_recent_entries>ol,
    .widget_rss>ul,
    .widget_rss>ol {
      list-style: none;
      padding-left: 0px;
    }

    .widget_archive li,
    .widget_categories li,
    .widget_nav_menu>div li,
    .widget_meta li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li,
    .widget_rss li {
      padding-top: 12px;
      margin-bottom: 12px;
    }

    .widget_archive li+li,
    .widget_categories li+li,
    .widget_nav_menu>div li+li,
    .widget_meta li+li,
    .widget_pages li+li,
    .widget_recent_comments li+li,
    .widget_recent_entries li+li,
    .widget_rss li+li {
      border-top: 1px solid rgba(128, 128, 128, 0.15);
      margin-top: 12px;
    }

    .widget_archive a,
    .widget_categories a,
    .widget_nav_menu>div a,
    .widget_meta a,
    .widget_pages a,
    .widget_recent_comments a,
    .widget_recent_entries a,
    .widget_rss a {
      color: inherit;
      word-break: break-word;
    }

    .widget_archive .children,
    .widget_categories .children,
    .widget_nav_menu>div .children,
    .widget_meta .children,
    .widget_pages .children,
    .widget_recent_comments .children,
    .widget_recent_entries .children,
    .widget_rss .children {
      font-size: 0.9em;
    }

    .widget_recent_entries .post-date {
      display: block;
      font-size: 0.85em;
      font-style: italic;
      opacity: 0.7;
    }

    #calendar_wrap {
      background-color: #0D0D0D;
      padding: 5px 10px;
    }

    #wp-calendar {
      width: 100%;
    }

    #wp-calendar caption {
      color: #FFFFFF !important;
      text-align: left;
      border-left: 3px solid;
      padding-left: 10px;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 10px;
      margin-bottom: 15px;
    }

    #wp-calendar thead {
      font-size: 11px;
      color: #BBBBBB;
      font-weight: bold;
    }

    #wp-calendar thead th {
      padding-bottom: 10px;
      text-align: center;
    }

    #wp-calendar tbody {
      color: #FFFFFF;
    }

    #wp-calendar tbody td {
      background: #666666;
      border: 0px solid #373737;
      text-align: center;
      padding: 8px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    @media (min-width: 768px) and (max-width: 991px) {
      #wp-calendar tbody td {
        padding: 0;
      }
    }

    #wp-calendar tbody td.pad:hover {
      background: transparent !important;
    }

    #wp-calendar tbody td:hover {
      color: #FFFFFF;
    }

    #wp-calendar tbody td:hover a {
      color: #FFFFFF;
    }

    #wp-calendar tbody a {
      font-weight: bold;
      display: inline-block;
      width: 100%;
    }

    #wp-calendar tbody .pad {
      background: none;
    }

    #wp-calendar tfoot td {
      padding-top: 10px;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
    }

    #wp-calendar tfoot #next {
      text-align: right;
    }

    .widget_tag_cloud .tagcloud a {
      font-size: 12px !important;
      display: inline-block;
      margin-bottom: 8px;
      margin-right: 4px;
      padding: 2px 8px;
      background-color: #000000;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      color: #DDDDDD;
    }

    .widget_tag_cloud .tagcloud a:hover {
      color: #FFFFFF;
    }

    .widget_search .search-form {
      display: block;
      padding: 10px 10px;
      background-color: #000000;
      position: relative;
    }

    .widget_search .screen-reader-text {
      display: none;
    }

    .widget_search label {
      display: block;
      border-left: 3px solid;
      padding-left: 10px;
    }

    .widget_search .search-submit {
      position: absolute;
      right: 5px;
      top: 10px;
    }

    .widget_search .search-field {
      width: 100%;
      padding-right: 65px;
    }

    .widget_recent_comments .url {
      opacity: 0.7;
    }

    .widget_recent_comments .url:hover {
      opacity: 1;
    }

    .widget_vw_widget_author .vw-widget-author-info {
      background-color: #000000;
      padding: 25px;
    }

    .widget_vw_widget_author .vw-widget-author-title {
      text-transform: uppercase;
      margin: 0 0 15px 0;
      border-left: 3px solid;
      padding-left: 10px;
      color: #FFFFFF;
    }

    .widget_vw_widget_author .vw-widget-author-bio {
      font-style: italic;
      margin-top: 20px;
      color: #BBBBBB;
    }

    .widget_vw_widget_author .vw-author-socials {
      margin-top: 20px;
    }

    .widget_vw_widget_categories .vw-widget-category-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .widget_vw_widget_categories .vw-widget-category-list li+li {
      margin-top: 15px;
      padding-top: 20px;
      border-top: 1px solid rgba(128, 128, 128, 0.15);
    }

    .widget_vw_widget_categories .vw-widget-category-title {
      font-size: 18px;
      line-height: 26px;
      position: relative;
      display: block;
      text-transform: uppercase;
      text-decoration: none;
      padding-right: 30px;
      word-break: break-word;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .widget_vw_widget_categories .vw-widget-category-title:hover .vw-widget-category-post-count {
      color: #FFFFFF;
    }

    .widget_vw_widget_categories .vw-widget-category-post-count {
      background-color: #000000;
      color: #FFFFFF;
      float: right;
      font-size: 16px;
      line-height: 26px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 5px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .widget_vw_widget_categories .vw-widget-category-description {
      font-style: italic;
      color: #666666;
      line-height: 1.2em;
      margin-top: 8px;
      padding-right: 15%;
    }

    .vw-sidebar-position-content-mini-right .vw-page-sidebar-left .widget_vw_widget_categories .vw-widget-category-title,
    .vw-sidebar-position-mini-content-right .vw-page-sidebar-left .widget_vw_widget_categories .vw-widget-category-title,
    .vw-sidebar-position-left-content-mini .vw-page-sidebar-right .widget_vw_widget_categories .vw-widget-category-title {
      font-size: 22px;
    }

    .mfp-bg {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1042;
      overflow: hidden;
      position: fixed;
      background: #0B0B0B;
      opacity: 0.8;
      filter: alpha(opacity=80);
    }

    .mfp-wrap {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1043;
      position: fixed;
      outline: none !important;
      -webkit-backface-visibility: hidden;
    }

    .mfp-container {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .mfp-container:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }

    .mfp-align-top .mfp-container:before {
      display: none;
    }

    .mfp-content {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      text-align: left;
      z-index: 1045;
    }

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
      width: 100%;
      cursor: auto;
    }

    .mfp-ajax-cur {
      cursor: progress;
    }

    .mfp-zoom-out-cur,
    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
      cursor: -moz-zoom-out;
      cursor: -webkit-zoom-out;
      cursor: zoom-out;
    }

    .mfp-zoom {
      cursor: pointer;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in;
    }

    .mfp-auto-cursor .mfp-content {
      cursor: auto;
    }

    .mfp-close,
    .mfp-arrow,
    .mfp-preloader,
    .mfp-counter {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    .mfp-loading.mfp-figure {
      display: none;
    }

    .mfp-hide {
      display: none !important;
    }

    .mfp-preloader {
      color: #CCCCCC;
      position: absolute;
      top: 50%;
      width: auto;
      text-align: center;
      margin-top: -0.8em;
      left: 8px;
      right: 8px;
      z-index: 1044;
    }

    .mfp-preloader a {
      color: #CCCCCC;
    }

    .mfp-preloader a:hover {
      color: #FFFFFF;
    }

    .mfp-s-ready .mfp-preloader {
      display: none;
    }

    .mfp-s-error .mfp-content {
      display: none;
    }

    button.mfp-close,
    button.mfp-arrow {
      overflow: visible;
      cursor: pointer;
      background: transparent;
      border: 0;
      -webkit-appearance: none;
      display: block;
      outline: none;
      padding: 0;
      z-index: 1046;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    button::-moz-focus-inner {
      padding: 0;
      border: 0;
    }

    .mfp-close {
      width: 44px;
      height: 44px;
      line-height: 44px;
      position: absolute;
      right: 0;
      top: 0;
      text-decoration: none;
      text-align: center;
      opacity: 0.65;
      filter: alpha(opacity=65);
      padding: 0 0 18px 10px;
      color: #FFFFFF;
      font-style: normal;
      font-size: 28px;
      font-family: Arial, Baskerville, monospace;
    }

    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100);
    }

    .mfp-close:active {
      top: 1px;
    }

    .mfp-close-btn-in .mfp-close {
      color: #333333;
    }

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      color: #FFFFFF;
      right: -6px;
      text-align: right;
      padding-right: 6px;
      width: 100%;
    }

    .mfp-counter {
      position: absolute;
      top: 0;
      right: 0;
      color: #CCCCCC;
      font-size: 12px;
      line-height: 18px;
    }

    .mfp-arrow {
      position: absolute;
      opacity: 0.65;
      filter: alpha(opacity=65);
      margin: 0;
      top: 50%;
      margin-top: -55px;
      padding: 0;
      width: 90px;
      height: 110px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .mfp-arrow:active {
      margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100);
    }

    .mfp-arrow:before,
    .mfp-arrow:after,
    .mfp-arrow .mfp-b,
    .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent;
    }

    .mfp-arrow:after,
    .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px;
    }

    .mfp-arrow:before,
    .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7;
    }

    .mfp-arrow-left {
      left: 0;
    }

    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 17px solid #FFFFFF;
      margin-left: 31px;
    }

    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F;
    }

    .mfp-arrow-right {
      right: 0;
    }

    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 17px solid #FFFFFF;
      margin-left: 39px;
    }

    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3F3F3F;
    }

    .mfp-iframe-holder {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
      top: -40px;
    }

    .mfp-iframe-scaler {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 56.25%;
    }

    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000000;
    }

    img.mfp-img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      line-height: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 0 40px;
      margin: 0 auto;
    }

    .mfp-figure {
      line-height: 0;
    }

    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444444;
    }

    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px;
    }

    .mfp-figure figure {
      margin: 0;
    }

    .mfp-bottom-bar {
      margin-top: -36px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      cursor: auto;
    }

    .mfp-title {
      text-align: left;
      line-height: 18px;
      color: #F3F3F3;
      word-wrap: break-word;
      padding-right: 36px;
    }

    .mfp-image-holder .mfp-content {
      max-width: 100%;
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
      cursor: pointer;
    }

    @media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
      .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
      }

      .mfp-img-mobile img.mfp-img {
        padding: 0;
      }

      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
      }

      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
      }

      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
      }

      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
      }

      .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
      }
    }

    @media all and (max-width: 900px) {
      .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }

      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
      }

      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
      }

      .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
      }
    }

    .mfp-ie7 .mfp-img {
      padding: 0;
    }

    .mfp-ie7 .mfp-bottom-bar {
      width: 600px;
      left: 50%;
      margin-left: -300px;
      margin-top: 5px;
      padding-bottom: 5px;
    }

    .mfp-ie7 .mfp-container {
      padding: 0;
    }

    .mfp-ie7 .mfp-content {
      padding-top: 44px;
    }

    .mfp-ie7 .mfp-close {
      top: 0;
      right: 0;
      padding-top: 0;
    }

    #vw-post-shares-dialog {
      background: white;
      padding: 20px 30px;
      text-align: left;
      max-width: 600px;
      margin: 40px auto;
      position: relative;
    }

    #vw-post-shares-dialog .vw-post-shares-title {
      color: #111111;
      text-transform: uppercase;
    }

    #vw-post-shares-dialog .vw-post-shares-subtitle {
      font-size: 11px;
      font-weight: bold;
      color: #BBBBBB;
      letter-spacing: 2px;
    }

    #vw-post-shares-dialog .vw-post-shares-socials {
      margin-top: 20px;
      margin-bottom: 30px;
    }

    #vw-post-shares-dialog .vw-post-shares-social {
      font-size: 24px;
      color: #FFFFFF;
      background-color: #EFEFEF;
      padding: 10px 10px;
      margin-top: 10px;
      margin-right: 10px;
      display: inline-block;
    }

    #vw-post-shares-dialog .vw-post-shares-social-pinterest {
      background-color: #CB2027;
    }

    #vw-post-shares-dialog .vw-post-shares-social-twitter {
      background-color: #39A9E0;
    }

    #vw-post-shares-dialog .vw-post-shares-social-facebook {
      background-color: #3B5998;
    }

    #vw-post-shares-dialog .vw-post-shares-social-gplus {
      background-color: #D14836;
    }

    .mfp-arrow:hover,
    .no-touch .mfp-arrow:hover,
    .mfp-close:hover,
    .no-touch .mfp-close:hover {
      background-color: rgba(0, 0, 0, 0.7);
    }

    .mfp-image-holder .mfp-close {
      margin-right: 0;
      right: 0;
    }

    .my-mfp-zoom-in .zoom-anim-dialog {
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }

    .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }

    .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }

    .my-mfp-zoom-in.mfp-bg {
      opacity: 0.001;
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
    }

    .my-mfp-zoom-in.mfp-ready.mfp-bg {
      opacity: 0.8;
    }

    .my-mfp-zoom-in.mfp-removing.mfp-bg {
      opacity: 0;
    }

    .my-mfp-slide-bottom .zoom-anim-dialog {
      opacity: 0;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
      -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
      -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
      -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
      transform: translateY(-20px) perspective(600px) rotateX(10deg);
    }

    .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
      opacity: 1;
      -webkit-transform: translateY(0) perspective(600px) rotateX(0);
      -moz-transform: translateY(0) perspective(600px) rotateX(0);
      -ms-transform: translateY(0) perspective(600px) rotateX(0);
      -o-transform: translateY(0) perspective(600px) rotateX(0);
      transform: translateY(0) perspective(600px) rotateX(0);
    }

    .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
      opacity: 0;
      -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
      -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
      -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
      -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
      transform: translateY(-10px) perspective(600px) rotateX(10deg);
    }

    .my-mfp-slide-bottom.mfp-bg {
      opacity: 0.01;
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
    }

    .my-mfp-slide-bottom.mfp-ready.mfp-bg {
      opacity: 0.8;
    }

    .my-mfp-slide-bottom.mfp-removing.mfp-bg {
      opacity: 0;
    }

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

    .sf-menu li {
      position: relative;
    }

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

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

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

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

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

    .sf-menu {
      float: left;
      margin-bottom: 1em;
    }

    .sf-menu ul {
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
      min-width: 12em;
      *width: 12em;
    }

    .sf-menu a {
      border-left: 1px solid #FFFFFF;
      border-top: 1px solid #DFEEFF;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding: 0.75em 1em;
      text-decoration: none;
      zoom: 1;
    }

    .sf-menu a {
      color: #1133AA;
    }

    .sf-menu li {
      background: #BDD2FF;
      white-space: nowrap;
      *white-space: normal;
      -webkit-transition: background 0.2s;
      transition: background 0.2s;
    }

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

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

    .sf-menu li:hover,
    .sf-menu li.sfHover {
      background: #CFDEFF;
      -webkit-transition: none;
      transition: none;
    }

    .sf-arrows .sf-with-ul {
      padding-right: 30px;
      *padding-right: 1em;
    }

    .sf-arrows .sf-with-ul:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -3px;
      height: 0;
      width: 0;
      border: 5px solid transparent;
      border-top-color: #DFEEFF;
      border-top-color: rgba(255, 255, 255, 0.5);
    }

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

    .sf-arrows ul .sf-with-ul:after {
      margin-top: -5px;
      margin-right: -3px;
      border-color: transparent;
      border-left-color: #DFEEFF;
      border-left-color: rgba(255, 255, 255, 0.5);
    }

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

    .page-template-page_simple_composer-php .vw-page-wrapper {
      padding-top: 0;
    }

    .vwspc-section {
      margin-top: 45px;
    }

    .vwspc-section-title {
      margin-top: 0;
      margin-bottom: 1em;
      font-size: 22px;
      text-transform: uppercase;
    }

    @media (max-width: 991px) {
      .vwspc-sidebar-column {
        margin-top: 45px;
      }
    }

    .vwspc-section-post-slider-section:first-child {
      margin-top: 0;
    }

    .vwspc-section-post-slider-section+.vwspc-section-post-slider-section {
      margin-top: 1%;
    }

    @media (min-width: 992px) {
      .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-left {
        float: right;
        margin-right: 0;
        margin-left: 1%;
      }

      .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-top,
      .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-bottom {
        float: left;
      }
    }

    .vwspc-section-post-box-sidebar .vwspc-section-sidebar .widget:first-child .widget-title {
      padding-top: 0;
    }

    .vwspc-section-post-box-sidebar .vwspc-section-sidebar .widget:first-child .widget-title:after {
      margin-top: -7px;
    }

    @media (max-width: 991px) {
      .vwspc-section-sidebar {
        margin-top: 30px;
      }
    }

    .vwspc-section-full-page-link {
      text-align: center;
      background-color: #000000;
      padding: 0;
      cursor: pointer;
    }

    .vwspc-section-full-page-link .vw-full-page-link-header {
      background-color: rgba(0, 0, 0, 0.6);
      display: inline-block;
      padding: 60px 60px;
      width: 100%;
      max-width: 1140px;
    }

    .vwspc-section-full-page-link:last-child .vw-full-page-link-header {
      margin-bottom: -1px;
    }

    .vwspc-section-full-page-link .vw-full-page-link-title a,
    .vwspc-section-full-page-link .vw-full-page-link-subtitle a {
      text-decoration: none;
      color: #FFFFFF;
    }

    .vwspc-section-full-page-link .vw-full-page-link-title {
      font-size: 46px !important;
      text-transform: uppercase;
      margin: 0 0 15px 0;
    }

    .vwspc-section-full-page-link .vw-full-page-link-subtitle {
      font-size: 16px;
      font-style: italic;
      color: #CCCCCC;
      margin-bottom: 40px;
    }

    .vwspc-section-full-page-link .vw-button {
      background-color: #000000;
      text-decoration: none;
      font-size: 16px;
    }

    .vwspc-section-full-page-link .vw-button:hover {
      color: #FFFFFF;
    }

    .vwspc-section-full-page-link:last-child {
      margin-bottom: -30px;
    }

    @media (max-width: 767px) {
      .vwspc-section-full-page-link {
        padding: 40px 0;
      }

      .vwspc-section-full-page-link .vw-full-page-link-header {
        padding: 15px 30px;
      }

      .vwspc-section-full-page-link .vw-full-page-link-title {
        font-size: 30px;
      }
    }

    .vw-accordions {
      margin-bottom: 30px;
    }

    .vw-accordion {
      margin-top: 30px;
    }

    .vw-accordion .ui-icon:before {
      content: '\e80e';
      font-family: "iconic";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: 0.2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: 0.2em;
      font-size: 18px;
    }

    .vw-accordion .ui-state-hover span {
      color: #FFCC00;
    }

    .vw-accordion .ui-accordion-header-active {
      border-top: 2px solid #777777;
    }

    .vw-accordion .ui-accordion-header-active .ui-icon:before {
      content: '\e810';
    }

    .vw-accordion+.vw-accordion {
      margin-top: 15px;
    }

    .vw-accordion+* {
      margin-top: 30px;
    }

    .vw-accordion-header {
      outline: none;
      margin: 0;
      cursor: pointer;
      position: relative;
      padding-top: 15px;
      border-top: 1px solid rgba(128, 128, 128, 0.15);
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }

    .vw-accordion-header span {
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }

    .vw-accordion-header-text {
      margin-left: 1em;
      font-size: 1.1em;
      font-weight: bold;
    }

    .vw-accordion-content {
      display: none;
      padding: 15px 0 15px 50px;
    }

    .vw-row-shortcode {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 1.3em;
    }

    .vw-row-shortcode:before,
    .vw-row-shortcode:after {
      content: " ";
      display: table;
    }

    .vw-row-shortcode:after {
      clear: both;
    }

    .vw-column-shortcode {
      position: relative;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 100%;
    }

    @media (max-width: 991px) {
      .vw-row-shortcode>.vw-column-shortcode {
        margin-bottom: 30px;
      }

      .vw-row-shortcode>.vw-column-shortcode:last-child {
        margin-bottom: 0;
      }
    }

    @media (min-width: 992px) {
      .vw-one-half {
        width: 50%;
      }

      .vw-one-third {
        width: 33.333333333%;
      }

      .vw-two-third {
        width: 66.666666666%;
      }

      .vw-one-fourth {
        width: 25%;
      }

      .vw-three-fourth {
        width: 75%;
      }

      .vw-one-fifth {
        width: 20%;
      }

      .vw-two-fifth {
        width: 40%;
      }

      .vw-three-fifth {
        width: 60%;
      }
    }

    .vw-dropcap {
      font-size: 2.85em;
      font-weight: bold;
      line-height: 1em;
      float: left;
      margin-right: 0.35em;
      margin-top: 4px;
    }

    .vw-dropcap-standard {
      margin-top: 2px;
    }

    .vw-dropcap-circle,
    .vw-dropcap-box {
      font-size: 1.75em;
      color: #FFFFFF;
      background-color: #000000;
      padding: 6px 9px;
      text-align: center;
    }

    .vw-dropcap-circle {
      border-radius: 50%;
    }

    .vw-gap {
      display: block;
    }

    .vw-infobox {
      margin: 1.414em 0;
      padding: 10px;
      background-color: #000000;
      text-align: center;
    }

    .vw-infobox-inner {
      border-top: 2px solid #666666;
      border-bottom: 2px solid #666666;
      padding: 1.414em 0;
    }

    .vw-infobox-title,
    .vw-infobox-content {
      color: #FFFFFF !important;
    }

    .vw-infobox-title {
      margin: 0;
      font-size: 22px;
    }

    .vw-infobox-title+.vw-infobox-content {
      margin-top: 15px;
    }

    .vw-infobox-content {
      font-size: 1.15em;
      opacity: 0.6;
      padding: 0 0.8em;
    }

    .vw-list-shortcode {
      list-style: none;
      padding-left: 1.5em;
    }

    .vw-list-shortcode li>i:first-child {
      color: #FFFFFF;
    }

    mark.vw-mark-style-yellow {
      background-color: #FFCC00;
    }

    mark.vw-mark-style-grey {
      background-color: #CCCCCC;
    }

    mark.vw-mark-style-dark {
      background-color: #000000;
      color: #FFFFFF;
    }

    .vw-quote {
      margin: 15px 30px 10px 0;
      padding: 15px 30px 30px 45px;
      border-top: 4px solid #373737;
      font-size: 18px;
      font-style: italic;
      background-color: #000000;
      color: #DDDDDD;
      position: relative;
    }

    .vw-quote-icon {
      position: absolute;
      left: 2px;
      top: 4px;
      font-size: 24px;
      color: #FFFFFF;
    }

    @media (min-width: 768px) {
      .vw-quote {
        margin-top: 0.5em;
        max-width: 40%;
        float: left;
      }

      .vw-quote-align-right {
        float: right;
        margin-left: 30px;
        margin-right: 0;
      }
    }

    .vw-quote-align-none {
      float: none;
      max-width: none;
    }

    .vw-quote-cite {
      margin-top: 0.9em;
      font-size: 0.8em;
      font-style: italic;
      font-weight: normal;
      opacity: 0.75;
      display: block;
    }

    .vw-tabs {
      margin: 30px 0;
    }

    .vw-tabs .vw-tab-title {
      cursor: pointer;
      color: #FFFFFF;
      margin: 0;
      text-decoration: none;
      font-size: 12px;
      background-color: #000000;
    }

    .vw-tabs .vw-tab-title i {
      float: left;
      margin-right: 5px;
      margin-top: -2px;
    }

    .vw-tabs .vw-tab-title i:before {
      text-align: left;
      display: inline;
    }

    .vw-tabs .vw-full-tab {
      margin-top: -1px;
      font-weight: bold;
      background-color: #000000;
      border-top: 2px solid #373737;
      padding: 10px 15px;
    }

    .vw-tabs .vw-full-tab.active {
      background-color: #464646;
      border-color: #464646;
    }

    .vw-tabs .vw-full-tab.active:hover {
      color: #FFFFFF;
    }

    .vw-tabs .vw-tab-content {
      display: none;
      padding: 15px 25px 15px 25px;
      background-color: #EEEEEE;
    }

    .vw-tabs.vw-style-top-tab .vw-tab-titles {
      border-bottom: 2px solid #464646;
    }

    .vw-tabs.vw-style-top-tab .vw-tab-titles .vw-tab-title {
      border: 1px solid transparent;
      padding: 10px 15px;
      float: left;
      display: inline-block;
      text-align: center;
      margin: 0 -1px 0 0;
    }

    .vw-tabs.vw-style-top-tab .vw-tab-titles .vw-tab-title.active {
      box-shadow: none;
      border-color: #464646;
      background-color: #464646;
    }

    .vw-logo-shortcode {
      margin-bottom: 30px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2) {
      .vw-logo-2x {
        display: inline;
      }

      .vw-logo-2x+.vw-logo {
        display: none;
      }
    }

    .vw-breaking-news-label {
      color: #FFFFFF;
    }

    .vw-breaking-news-label:after {
      border-top-color: #FFCC00;
    }

    .vw-page-description,
    .vw-menu-location-main,
    .main-menu-link {
      color: #FFFFFF;
    }

    .vw-breaking-news,
    .vw-post-navigation,
    .vw-related-posts-title,
    .vw-post-comments-title,
    .vw-post-style-block .vw-post-box-footer,
    .vw-bottom-bar-wrapper-inner,
    .vw-accordion .ui-accordion-header-active,
    .vw-menu-main-wrapper {
      border-color: #373737;
    }

    *+.comment,
    *+.pingback,
    .commentlist .children {
      border-top-color: #373737;
    }

    .vw-post-categories a {
      color: #FFFFFF;
    }

    .vw-post-navigation-previous:hover,
    .vw-post-navigation-next:hover {
      color: #000000;
    }

    .vw-about-author-section .vw-author-bio {
      color: rgba(255, 255, 255, 0.75);
    }

    .vw-top-bar,
    .vw-site-header,
    .vw-about-author-section {
      background-color: #000000;
    }

    .vw-social-counter {
      background-color: #0D0D0D;
    }

    article.category-magazin .vw-featured-image img {
      display: none;
    }

    .BorlabsCookie * {
      box-sizing: border-box
    }

    .BorlabsCookie *::before,
    .BorlabsCookie *::after {
      box-sizing: inherit
    }

    .BorlabsCookie * div,
    .BorlabsCookie * span,
    .BorlabsCookie * h1,
    .BorlabsCookie * h2,
    .BorlabsCookie * h3,
    .BorlabsCookie * h4,
    .BorlabsCookie * h5,
    .BorlabsCookie * h6,
    .BorlabsCookie * p,
    .BorlabsCookie * a,
    .BorlabsCookie * em,
    .BorlabsCookie * img,
    .BorlabsCookie * small,
    .BorlabsCookie * strike,
    .BorlabsCookie * strong,
    .BorlabsCookie * sub,
    .BorlabsCookie * sup,
    .BorlabsCookie * b,
    .BorlabsCookie * u,
    .BorlabsCookie * i,
    .BorlabsCookie * center,
    .BorlabsCookie * ol,
    .BorlabsCookie * ul,
    .BorlabsCookie * li,
    .BorlabsCookie * fieldset,
    .BorlabsCookie * form,
    .BorlabsCookie * label,
    .BorlabsCookie * legend {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline
    }

    .borlabs-hide {
      display: none
    }

    .borlabs-position-fix {
      position: initial !important;
      transform: unset !important
    }

    ._brlbs-btn-cookie-preference {
      display: inline-block;
      font-family: inherit;
      font-size: inherit;
      padding: .5em 1em;
      text-decoration: none;
      transition: background-color 125ms linear
    }

    .BorlabsCookie ._brlbs-cursor {
      cursor: pointer
    }

    .BorlabsCookie .text-left {
      text-align: left !important
    }

    .BorlabsCookie .text-center {
      text-align: center !important
    }

    .BorlabsCookie .text-right {
      text-align: right !important
    }

    .BorlabsCookie table._brlbs th {
      text-align: left
    }

    .BorlabsCookie table._brlbs td,
    .BorlabsCookie table._brlbs th {
      padding: .3rem
    }

    .BorlabsCookie ._brlbs-responsive-table {
      min-height: .01%;
      overflow: auto
    }

    .BorlabsCookie label._brlbs-focused {
      outline: Highlight;
      outline-color: -webkit-focus-ring-color;
      outline-style: solid;
      outline-width: 2px
    }

    .BorlabsCookie .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0
    }

    .BorlabsCookie .sr-only-focusable:active,
    .BorlabsCookie .sr-only-focusable:focus {
      position: static;
      width: auto;
      height: auto;
      overflow: visible;
      clip: auto;
      white-space: normal
    }

    .BorlabsCookie .container,
    .BorlabsCookie .container-fluid,
    .BorlabsCookie .container-xl,
    .BorlabsCookie .container-lg,
    .BorlabsCookie .container-md,
    .BorlabsCookie .container-sm {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
    }

    @media(min-width: 576px) {

      .BorlabsCookie .container-sm,
      .BorlabsCookie .container {
        max-width: 540px
      }
    }

    @media(min-width: 768px) {

      .BorlabsCookie .container-md,
      .BorlabsCookie .container-sm,
      .BorlabsCookie .container {
        max-width: 720px
      }
    }

    @media(min-width: 992px) {

      .BorlabsCookie .container-lg,
      .BorlabsCookie .container-md,
      .BorlabsCookie .container-sm,
      .BorlabsCookie .container {
        max-width: 960px
      }
    }

    @media(min-width: 1200px) {

      .BorlabsCookie .container-xl,
      .BorlabsCookie .container-lg,
      .BorlabsCookie .container-md,
      .BorlabsCookie .container-sm,
      .BorlabsCookie .container {
        max-width: 1140px
      }
    }

    .BorlabsCookie .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px
    }

    .BorlabsCookie .no-gutters {
      margin-right: 0;
      margin-left: 0
    }

    .BorlabsCookie .no-gutters>.col,
    .BorlabsCookie .no-gutters>[class*=col-] {
      padding-right: 0;
      padding-left: 0
    }

    .BorlabsCookie .col-xl,
    .BorlabsCookie .col-xl-12,
    .BorlabsCookie .col-xl-11,
    .BorlabsCookie .col-xl-10,
    .BorlabsCookie .col-xl-9,
    .BorlabsCookie .col-xl-8,
    .BorlabsCookie .col-xl-7,
    .BorlabsCookie .col-xl-6,
    .BorlabsCookie .col-xl-5,
    .BorlabsCookie .col-xl-4,
    .BorlabsCookie .col-xl-3,
    .BorlabsCookie .col-xl-2,
    .BorlabsCookie .col-xl-1,
    .BorlabsCookie .col-lg,
    .BorlabsCookie .col-lg-12,
    .BorlabsCookie .col-lg-11,
    .BorlabsCookie .col-lg-10,
    .BorlabsCookie .col-lg-9,
    .BorlabsCookie .col-lg-8,
    .BorlabsCookie .col-lg-7,
    .BorlabsCookie .col-lg-6,
    .BorlabsCookie .col-lg-5,
    .BorlabsCookie .col-lg-4,
    .BorlabsCookie .col-lg-3,
    .BorlabsCookie .col-lg-2,
    .BorlabsCookie .col-lg-1,
    .BorlabsCookie .col-md,
    .BorlabsCookie .col-md-12,
    .BorlabsCookie .col-md-11,
    .BorlabsCookie .col-md-10,
    .BorlabsCookie .col-md-9,
    .BorlabsCookie .col-md-8,
    .BorlabsCookie .col-md-7,
    .BorlabsCookie .col-md-6,
    .BorlabsCookie .col-md-5,
    .BorlabsCookie .col-md-4,
    .BorlabsCookie .col-md-3,
    .BorlabsCookie .col-md-2,
    .BorlabsCookie .col-md-1,
    .BorlabsCookie .col-sm,
    .BorlabsCookie .col-sm-12,
    .BorlabsCookie .col-sm-11,
    .BorlabsCookie .col-sm-10,
    .BorlabsCookie .col-sm-9,
    .BorlabsCookie .col-sm-8,
    .BorlabsCookie .col-sm-7,
    .BorlabsCookie .col-sm-6,
    .BorlabsCookie .col-sm-5,
    .BorlabsCookie .col-sm-4,
    .BorlabsCookie .col-sm-3,
    .BorlabsCookie .col-sm-2,
    .BorlabsCookie .col-sm-1,
    .BorlabsCookie .col,
    .BorlabsCookie .col-12,
    .BorlabsCookie .col-11,
    .BorlabsCookie .col-10,
    .BorlabsCookie .col-9,
    .BorlabsCookie .col-8,
    .BorlabsCookie .col-7,
    .BorlabsCookie .col-6,
    .BorlabsCookie .col-5,
    .BorlabsCookie .col-4,
    .BorlabsCookie .col-3,
    .BorlabsCookie .col-2,
    .BorlabsCookie .col-1 {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px
    }

    .BorlabsCookie .col {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
    }

    .BorlabsCookie .col-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
    }

    .BorlabsCookie .col-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
    }

    .BorlabsCookie .col-3 {
      flex: 0 0 25%;
      max-width: 25%
    }

    .BorlabsCookie .col-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
    }

    .BorlabsCookie .col-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
    }

    .BorlabsCookie .col-6 {
      flex: 0 0 50%;
      max-width: 50%
    }

    .BorlabsCookie .col-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
    }

    .BorlabsCookie .col-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
    }

    .BorlabsCookie .col-9 {
      flex: 0 0 75%;
      max-width: 75%
    }

    .BorlabsCookie .col-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
    }

    .BorlabsCookie .col-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
    }

    .BorlabsCookie .col-12 {
      flex: 0 0 100%;
      max-width: 100%
    }

    @media(min-width: 576px) {
      .BorlabsCookie .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .BorlabsCookie .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
      }

      .BorlabsCookie .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
      }

      .BorlabsCookie .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .BorlabsCookie .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
      }

      .BorlabsCookie .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
      }

      .BorlabsCookie .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .BorlabsCookie .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
      }

      .BorlabsCookie .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
      }

      .BorlabsCookie .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .BorlabsCookie .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
      }

      .BorlabsCookie .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
      }

      .BorlabsCookie .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
      }
    }

    @media(min-width: 768px) {
      .BorlabsCookie .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .BorlabsCookie .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
      }

      .BorlabsCookie .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
      }

      .BorlabsCookie .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .BorlabsCookie .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
      }

      .BorlabsCookie .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
      }

      .BorlabsCookie .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .BorlabsCookie .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
      }

      .BorlabsCookie .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
      }

      .BorlabsCookie .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .BorlabsCookie .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
      }

      .BorlabsCookie .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
      }

      .BorlabsCookie .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
      }
    }

    @media(min-width: 992px) {
      .BorlabsCookie .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .BorlabsCookie .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
      }

      .BorlabsCookie .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
      }

      .BorlabsCookie .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .BorlabsCookie .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
      }

      .BorlabsCookie .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
      }

      .BorlabsCookie .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .BorlabsCookie .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
      }

      .BorlabsCookie .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
      }

      .BorlabsCookie .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .BorlabsCookie .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
      }

      .BorlabsCookie .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
      }

      .BorlabsCookie .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
      }
    }

    @media(min-width: 1200px) {
      .BorlabsCookie .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .BorlabsCookie .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
      }

      .BorlabsCookie .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
      }

      .BorlabsCookie .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .BorlabsCookie .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
      }

      .BorlabsCookie .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
      }

      .BorlabsCookie .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .BorlabsCookie .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
      }

      .BorlabsCookie .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
      }

      .BorlabsCookie .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .BorlabsCookie .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
      }

      .BorlabsCookie .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
      }

      .BorlabsCookie .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
      }
    }

    .BorlabsCookie .d-block {
      display: block !important
    }

    .BorlabsCookie .d-flex {
      display: flex !important
    }

    @media(min-width: 576px) {
      .BorlabsCookie .d-sm-block {
        display: block !important
      }

      .BorlabsCookie .d-sm-flex {
        display: flex !important
      }
    }

    @media(min-width: 768px) {
      .BorlabsCookie .d-md-block {
        display: block !important
      }

      .BorlabsCookie .d-md-flex {
        display: flex !important
      }
    }

    @media(min-width: 992px) {
      .BorlabsCookie .d-lg-block {
        display: block !important
      }

      .BorlabsCookie .d-lg-flex {
        display: flex !important
      }
    }

    @media(min-width: 1200px) {
      .BorlabsCookie .d-xl-block {
        display: block !important
      }

      .BorlabsCookie .d-xl-flex {
        display: flex !important
      }
    }

    .BorlabsCookie .flex-row {
      flex-direction: row !important
    }

    .BorlabsCookie .flex-fill {
      flex: 1 1 auto !important
    }

    .BorlabsCookie .justify-content-between {
      justify-content: space-between !important
    }

    .BorlabsCookie .align-items-start {
      align-items: flex-start !important
    }

    .BorlabsCookie .align-items-end {
      align-items: flex-end !important
    }

    .BorlabsCookie .align-items-center {
      align-items: center !important
    }

    .BorlabsCookie .align-items-baseline {
      align-items: baseline !important
    }

    .BorlabsCookie .align-items-stretch {
      align-items: stretch !important
    }

    @media(min-width: 576px) {
      .BorlabsCookie .flex-sm-row {
        flex-direction: row !important
      }

      .BorlabsCookie .flex-sm-fill {
        flex: 1 1 auto !important
      }

      .BorlabsCookie .justify-content-sm-between {
        justify-content: space-between !important
      }

      .BorlabsCookie .align-items-sm-start {
        align-items: flex-start !important
      }

      .BorlabsCookie .align-items-sm-end {
        align-items: flex-end !important
      }

      .BorlabsCookie .align-items-sm-center {
        align-items: center !important
      }

      .BorlabsCookie .align-items-sm-baseline {
        align-items: baseline !important
      }

      .BorlabsCookie .align-items-sm-stretch {
        align-items: stretch !important
      }
    }

    @media(min-width: 768px) {
      .BorlabsCookie .flex-md-row {
        flex-direction: row !important
      }

      .BorlabsCookie .flex-md-fill {
        flex: 1 1 auto !important
      }

      .BorlabsCookie .justify-content-md-between {
        justify-content: space-between !important
      }

      .BorlabsCookie .align-items-md-start {
        align-items: flex-start !important
      }

      .BorlabsCookie .align-items-md-end {
        align-items: flex-end !important
      }

      .BorlabsCookie .align-items-md-center {
        align-items: center !important
      }

      .BorlabsCookie .align-items-md-baseline {
        align-items: baseline !important
      }

      .BorlabsCookie .align-items-md-stretch {
        align-items: stretch !important
      }
    }

    @media(min-width: 992px) {
      .BorlabsCookie .flex-lg-row {
        flex-direction: row !important
      }

      .BorlabsCookie .flex-lg-fill {
        flex: 1 1 auto !important
      }

      .BorlabsCookie .justify-content-lg-between {
        justify-content: space-between !important
      }

      .BorlabsCookie .align-items-lg-start {
        align-items: flex-start !important
      }

      .BorlabsCookie .align-items-lg-end {
        align-items: flex-end !important
      }

      .BorlabsCookie .align-items-lg-center {
        align-items: center !important
      }

      .BorlabsCookie .align-items-lg-baseline {
        align-items: baseline !important
      }

      .BorlabsCookie .align-items-lg-stretch {
        align-items: stretch !important
      }
    }

    @media(min-width: 1200px) {
      .BorlabsCookie .flex-xl-row {
        flex-direction: row !important
      }

      .BorlabsCookie .flex-xl-fill {
        flex: 1 1 auto !important
      }

      .BorlabsCookie .justify-content-xl-between {
        justify-content: space-between !important
      }

      .BorlabsCookie .align-items-xl-start {
        align-items: flex-start !important
      }

      .BorlabsCookie .align-items-xl-end {
        align-items: flex-end !important
      }

      .BorlabsCookie .align-items-xl-center {
        align-items: center !important
      }

      .BorlabsCookie .align-items-xl-baseline {
        align-items: baseline !important
      }

      .BorlabsCookie .align-items-xl-stretch {
        align-items: stretch !important
      }
    }

    .BorlabsCookie .w-25 {
      width: 25% !important
    }

    .BorlabsCookie .w-50 {
      width: 50% !important
    }

    .BorlabsCookie .w-75 {
      width: 75% !important
    }

    .BorlabsCookie .w-100 {
      width: 100% !important
    }

    .BorlabsCookie .w-auto {
      width: auto !important
    }

    .BorlabsCookie .h-25 {
      height: 25% !important
    }

    .BorlabsCookie .h-50 {
      height: 50% !important
    }

    .BorlabsCookie .h-75 {
      height: 75% !important
    }

    .BorlabsCookie .h-100 {
      height: 100% !important
    }

    .BorlabsCookie .h-auto {
      height: auto !important
    }

    .BorlabsCookie .mw-100 {
      max-width: 100% !important
    }

    .BorlabsCookie .mh-100 {
      max-height: 100% !important
    }

    .BorlabsCookie .min-vw-100 {
      min-width: 100vw !important
    }

    .BorlabsCookie .min-vh-100 {
      min-height: 100vh !important
    }

    .BorlabsCookie .vw-100 {
      width: 100vw !important
    }

    .BorlabsCookie .vh-100 {
      height: 100vh !important
    }

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

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

    .BorlabsCookie ._brlbs-animated.delay-1s {
      -webkit-animation-delay: 1s;
      animation-delay: 1s
    }

    .BorlabsCookie ._brlbs-animated.delay-2s {
      -webkit-animation-delay: 2s;
      animation-delay: 2s
    }

    .BorlabsCookie ._brlbs-animated.delay-3s {
      -webkit-animation-delay: 3s;
      animation-delay: 3s
    }

    .BorlabsCookie ._brlbs-animated.delay-4s {
      -webkit-animation-delay: 4s;
      animation-delay: 4s
    }

    .BorlabsCookie ._brlbs-animated.delay-5s {
      -webkit-animation-delay: 5s;
      animation-delay: 5s
    }

    .BorlabsCookie ._brlbs-animated.fast {
      -webkit-animation-duration: 800ms;
      animation-duration: 800ms
    }

    .BorlabsCookie ._brlbs-animated.faster {
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms
    }

    .BorlabsCookie ._brlbs-animated.slow {
      -webkit-animation-duration: 2s;
      animation-duration: 2s
    }

    .BorlabsCookie ._brlbs-animated.slower {
      -webkit-animation-duration: 3s;
      animation-duration: 3s
    }

    @media(print), (prefers-reduced-motion: reduce) {
      .BorlabsCookie ._brlbs-animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
      }
    }

    .BorlabsCookie._brlbs-switch-consent {
      align-items: center;
      display: flex;
      font-size: inherit
    }

    .BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight {
      margin-right: 2em
    }

    .BorlabsCookie ._brlbs-title {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0
    }

    .BorlabsCookie ._brlbs-title::before {
      content: "|";
      display: inline-block;
      margin: 0 .25rem 0 0
    }

    .BorlabsCookie ._brlbs-checkbox {
      color: inherit;
      cursor: pointer;
      display: block;
      padding-left: 2em;
      position: relative
    }

    .BorlabsCookie ._brlbs-checkbox input {
      position: absolute;
      opacity: 0 !important;
      width: auto;
      z-index: -1
    }

    .BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after {
      opacity: 1
    }

    .BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after {
      opacity: 1
    }

    .BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator {
      border-style: solid;
      border-width: 2px;
      padding: 0 !important;
      position: absolute;
      left: 0;
      top: 0;
      height: 20px;
      width: 20px;
      transition: .25s
    }

    .BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after {
      content: "";
      border-style: solid;
      border-width: 0 2px 2px 0;
      border-radius: 1px;
      position: absolute;
      left: 5px;
      top: 1px;
      height: 11px;
      width: 6px;
      transform: rotate(45deg);
      opacity: 0
    }

    .BorlabsCookie ._brlbs-btn-switch {
      position: relative;
      display: inline-block;
      margin: 0;
      width: 50px;
      height: 26px;
      vertical-align: middle
    }

    .BorlabsCookie ._brlbs-btn-switch input {
      opacity: 0;
      width: 0;
      height: 0
    }

    .BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider {
      background-color: #2295f3
    }

    .BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before {
      transform: translateX(24px)
    }

    .BorlabsCookie ._brlbs-btn-switch ._brlbs-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #bbc0c7;
      transition: .4s
    }

    .BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 4px;
      bottom: 4px;
      background-color: #fff;
      transition: .4s
    }

    .BorlabsCookie ._brlbs-btn-switch-status {
      position: absolute;
      top: 50%;
      right: calc(100% + 6px);
      transform: translateY(-50%)
    }

    .BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status {
      right: auto;
      left: calc(100% + 6px)
    }

    .BorlabsCookie ._brlbs-btn-switch-status::before {
      content: attr(data-inactive);
      white-space: nowrap
    }

    .BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before {
      content: attr(data-active)
    }

    #BorlabsCookieBox a:focus {
      outline: Highlight !important;
      outline-color: -webkit-focus-ring-color !important;
      outline-style: solid !important;
      outline-width: 2px !important
    }

    #BorlabsCookieBox:not(._brlbs-keyboard) a:focus {
      outline: 0 !important
    }

    #BorlabsCookieBox ._brlbs-animated {
      visibility: visible
    }

    #BorlabsCookieBox .container {
      background: inherit;
      display: block;
      float: none;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      min-height: auto;
      position: inherit
    }

    #BorlabsCookieBox ._brlbs-bar .container {
      overflow: auto !important;
      width: 100% !important;
      max-width: none !important;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px
    }

    #BorlabsCookieBox ._brlbs-box .container {
      overflow: auto !important;
      width: auto !important
    }

    #BorlabsCookieBox .container::before {
      display: initial
    }

    #BorlabsCookieBox .container::after {
      content: " ";
      display: block;
      height: 2px
    }

    #BorlabsCookieBox .container .row {
      background: inherit;
      color: inherit;
      display: flex;
      min-width: 1px;
      pointer-events: inherit;
      width: auto;
      max-width: none
    }

    #BorlabsCookieBox .container .row.no-gutters {
      margin-left: 0;
      margin-right: 0
    }

    #BorlabsCookieBox .container .row::before,
    #BorlabsCookieBox .container .row::after {
      display: initial
    }

    #BorlabsCookieBox .bcac-item {
      margin: .5em 0;
      padding: .5em
    }

    #BorlabsCookieBox .bcac-item ._brlbs-h4 {
      font-size: 1.25em;
      margin: 0 0 .25em 0
    }

    #BorlabsCookieBox .bcac-item p {
      font-size: .875em
    }

    #BorlabsCookieBox .bcac-item p,
    #BorlabsCookieBox .bcac-item span {
      color: inherit
    }

    #BorlabsCookieBox>div {
      display: none
    }

    #BorlabsCookieBox>div.show-cookie-box {
      display: flex
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content) {
      position: absolute;
      width: 100%;
      z-index: 999999
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).top-left {
      top: 0
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).top-center {
      top: 0
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).top-right {
      top: 0
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).middle-left {
      top: 50%
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).middle-center {
      top: 50%
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).middle-right {
      top: 50%
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left {
      bottom: 0
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center {
      bottom: 0
    }

    #BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right {
      bottom: 0
    }

    #BorlabsCookieBox h3,
    #BorlabsCookieBox ._brlbs-h3 {
      background: inherit;
      color: inherit;
      font-family: inherit;
      font-size: 1.625em;
      line-height: 1.125em;
      word-break: break-all
    }

    #BorlabsCookieBox ul {
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      list-style: none;
      margin: .9375em 0;
      padding: 0
    }

    #BorlabsCookieBox ul li {
      color: inherit;
      font-family: inherit;
      font-size: 1em;
      line-height: 1.25em;
      list-style: none;
      margin: 0 .9375em .375em 0
    }

    #BorlabsCookieBox ul li:last-child {
      margin: 0
    }

    #BorlabsCookieBox ul li::before {
      content: "●";
      margin: 0 4px 0 0
    }

    #BorlabsCookieBox p {
      color: inherit;
      font-family: inherit;
      font-size: 1em;
      line-height: 1.4em;
      margin: .9375em 0
    }

    #BorlabsCookieBox p:last-child {
      margin: 0
    }

    #BorlabsCookieBox p ._brlbs-paragraph:last-child {
      margin-bottom: 0
    }

    #BorlabsCookieBox ._brlbs-flex-center {
      display: flex;
      align-items: center;
      justify-content: center
    }

    #BorlabsCookieBox ._brlbs-flex-center p {
      margin-bottom: 0
    }

    #BorlabsCookieBox ._brlbs-flex-left {
      display: flex;
      align-items: center;
      justify-content: left;
      margin: 0 0 .9375em 0
    }

    #BorlabsCookieBox ._brlbs-actions {
      display: inline
    }

    #BorlabsCookieBox ._brlbs-accept {
      font-family: inherit;
      text-align: center
    }

    #BorlabsCookieBox ._brlbs-block-content {
      background: rgba(0, 0, 0, 0);
      left: 0;
      position: fixed;
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 999999
    }

    #BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation {
      transition: background-color 250ms linear
    }

    #BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark {
      background: rgba(0, 0, 0, .6)
    }

    #BorlabsCookieBox ._brlbs-branding {
      font-family: inherit;
      font-size: .75em;
      margin: 0
    }

    #BorlabsCookieBox ._brlbs-branding a {
      text-decoration: none
    }

    #BorlabsCookieBox ._brlbs-branding img {
      display: inline-block;
      max-height: 16px;
      max-width: 16px;
      vertical-align: middle
    }

    #BorlabsCookieBox ._brlbs-btn {
      display: inline-block;
      font-family: inherit;
      font-size: 1.25em;
      padding: .75em 2em;
      text-decoration: none;
      transition: background-color 125ms linear
    }

    #BorlabsCookieBox ._brlbs-paragraph {
      display: block;
      margin-bottom: .6em
    }

    #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology {
      display: inline
    }

    #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data {
      display: inline
    }

    #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information {
      display: inline
    }

    #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment {
      display: inline
    }

    #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke {
      display: inline
    }

    #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings {
      display: inline
    }

    #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer {
      margin-top: .6em
    }

    #BorlabsCookieBox .cookie-logo {
      height: auto;
      max-width: 48px;
      padding: 0 8px 0 0;
      vertical-align: middle;
      width: 100%
    }

    #BorlabsCookieBox ._brlbs-legal {
      font-family: inherit;
      font-size: .75em;
      text-align: center
    }

    #BorlabsCookieBox ._brlbs-manage {
      font-family: inherit;
      font-size: .75em;
      text-align: center
    }

    #BorlabsCookieBox ._brlbs-refuse {
      font-family: inherit;
      font-size: .75em;
      text-align: center
    }

    #BorlabsCookieBox ._brlbs-refuse a {
      color: inherit
    }

    #BorlabsCookieBox ._brlbs-manage-btn {
      font-family: inherit;
      text-align: center
    }

    #BorlabsCookieBox ._brlbs-manage-btn a {
      font-size: 1.25em;
      color: inherit
    }

    #BorlabsCookieBox ._brlbs-manage-btn a:hover {
      color: inherit
    }

    #BorlabsCookieBox ._brlbs-refuse-btn {
      font-family: inherit;
      text-align: center
    }

    #BorlabsCookieBox ._brlbs-refuse-btn a {
      font-size: 1.25em;
      color: inherit
    }

    #BorlabsCookieBox ._brlbs-refuse-btn a:hover {
      color: inherit
    }

    #BorlabsCookieBox .top-left {
      align-items: flex-start;
      justify-content: flex-start
    }

    #BorlabsCookieBox .top-center {
      align-items: flex-start;
      justify-content: center
    }

    #BorlabsCookieBox .top-right {
      align-items: flex-start;
      justify-content: flex-end
    }

    #BorlabsCookieBox .middle-left {
      align-items: center;
      justify-content: flex-start
    }

    #BorlabsCookieBox .middle-center {
      align-items: center;
      justify-content: center
    }

    #BorlabsCookieBox .middle-right {
      align-items: center;
      justify-content: flex-end
    }

    #BorlabsCookieBox .bottom-left {
      align-items: flex-end;
      justify-content: flex-start
    }

    #BorlabsCookieBox .bottom-center {
      align-items: flex-end;
      justify-content: center
    }

    #BorlabsCookieBox .bottom-right {
      align-items: flex-end;
      justify-content: flex-end
    }

    #BorlabsCookieBox ._brlbs-box,
    #BorlabsCookieBox ._brlbs-bar {
      box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
      padding: 15px 0;
      max-height: 100vh;
      overflow: auto
    }

    #BorlabsCookieBox ._brlbs-bar-wrap {
      display: block;
      max-width: 100%;
      width: 100%;
      z-index: 1000000
    }

    #BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed {
      position: fixed
    }

    #BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center {
      justify-content: left
    }

    #BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p {
      margin: 0
    }

    #BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept {
      margin: .9375em 0
    }

    #BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile {
      display: none
    }

    #BorlabsCookieBox ._brlbs-bar ul {
      justify-content: center;
      margin: .5em 0
    }

    #BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right {
      padding-right: 0
    }

    #BorlabsCookieBox ._brlbs-bar ._brlbs-separator::before {
      content: "|";
      display: inline-block;
      margin: 0 2px
    }

    #BorlabsCookieBox ._brlbs-bar .cookie-logo {
      padding: 0 8px 0 0;
      vertical-align: middle;
      width: 100%
    }

    #BorlabsCookieBox ._brlbs-bar ._brlbs-legal {
      text-align: center
    }

    #BorlabsCookieBox ._brlbs-box-wrap {
      display: block;
      max-width: 550px;
      width: 100%;
      z-index: 1000000
    }

    #BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed {
      position: fixed
    }

    #BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage {
      margin: 0
    }

    #BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse {
      margin: .5em 0 0 0
    }

    #BorlabsCookieBox ._brlbs-box ._brlbs-separator::before {
      content: "|";
      display: inline-block;
      margin: 0 2px
    }

    #BorlabsCookieBox .cookie-preference .container.not-visible {
      height: 0
    }

    #BorlabsCookieBox .cookie-preference table {
      margin: 1em 0 0 0;
      width: 100%
    }

    #BorlabsCookieBox .cookie-preference table tr td,
    #BorlabsCookieBox .cookie-preference table tr th {
      border-bottom: 1px solid
    }

    #BorlabsCookieBox .cookie-preference table tr:last-child td,
    #BorlabsCookieBox .cookie-preference table tr:last-child th {
      border-bottom: 0
    }

    #BorlabsCookieBox .cookie-preference table th {
      text-align: left;
      width: 40%
    }

    #BorlabsCookieBox .cookie-preference table td {
      text-align: left
    }

    #BorlabsCookieBox .cookie-preference table td,
    #BorlabsCookieBox .cookie-preference table th {
      font-size: .875em;
      padding: .25em .5em
    }

    #BorlabsCookieBox .cookie-preference ._brlbs-accept {
      text-align: left
    }

    #BorlabsCookieBox .cookie-preference ._brlbs-btn {
      font-size: 1em;
      margin: 0 0 .9375em 0;
      padding: .75em 1.5em
    }

    #BorlabsCookieBox .cookie-preference ._brlbs-legal {
      text-align: right
    }

    #BorlabsCookieBox .cookie-preference ._brlbs-pp-url {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      max-width: 0
    }

    #BorlabsCookieBox .cookie-preference ._brlbs-refuse {
      margin: 0 0 .9375em 0;
      text-align: right
    }

    #BorlabsCookieBox .cookie-preference ._brlbs-separator::before {
      content: "|";
      display: inline-block;
      margin: 0 2px
    }

    #BorlabsCookieBox ._brlbs-bar-advanced ul,
    #BorlabsCookieBox ._brlbs-box-advanced ul {
      justify-content: space-between
    }

    #BorlabsCookieBox ._brlbs-bar-advanced ul li,
    #BorlabsCookieBox ._brlbs-box-advanced ul li {
      line-height: 1.375em;
      margin: 0 .9375em .875em 0
    }

    #BorlabsCookieBox ._brlbs-bar-advanced ul li::before,
    #BorlabsCookieBox ._brlbs-box-advanced ul li::before {
      content: "";
      margin: 0
    }

    #BorlabsCookieBox ._brlbs-box-plus-wrap {
      max-width: 768px
    }

    #BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription {
      padding-top: 10px;
      overflow: visible;
      max-height: 100%
    }

    #BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal {
      padding-top: 10px
    }

    #BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area {
      padding-top: .475em
    }

    #BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child {
      margin: .475em 0
    }

    #BorlabsCookieBox ._brlbs-box-plus ul {
      display: block
    }

    #BorlabsCookieBox ._brlbs-box-plus ul li {
      line-height: 1.375em;
      padding: .475em .9375em .475em 0
    }

    #BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox {
      font-weight: 600
    }

    #BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description {
      padding-top: 8px
    }

    #BorlabsCookieBox ._brlbs-box-plus ul li::before {
      content: "";
      margin: 0
    }

    #CookieBoxTextDescription {
      overflow: auto;
      max-height: 50vh
    }

    #CookiePrefDescription {
      overflow: auto;
      max-height: 40vh
    }

    .BorlabsCookie ._brlbs-content-blocker {
      line-height: 1.5em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
      padding: 1em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label {
      color: inherit
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input {
      background: none;
      border: 0;
      display: inline-block;
      width: auto;
      height: auto;
      position: static;
      vertical-align: middle;
      -webkit-appearance: auto
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small {
      vertical-align: middle
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
      margin-bottom: 1em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child {
      margin: 0
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small {
      font-size: .875em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-default {
      background: #efefef;
      margin-bottom: 1em;
      padding: 1em;
      text-align: center
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input {
      vertical-align: middle;
      width: auto
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-default p {
      margin-bottom: 1em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child {
      margin: 0
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-default small {
      font-size: .875em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
      margin-bottom: 1em;
      position: relative;
      display: inline-block;
      overflow: hidden
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
      display: block;
      max-width: 100%
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
      top: 50%;
      left: 0;
      position: absolute;
      width: 100%;
      text-align: center;
      transform: translateY(-50%)
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn._brlbs-icon-play-black::before {
      background: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
      background-size: contain;
      content: " ";
      display: inline-block;
      margin-right: 4px;
      height: 1.142857143em;
      width: .857142857em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn._brlbs-icon-play-white::before {
      background: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
      background-size: contain;
      content: " ";
      display: inline-block;
      margin-right: 4px;
      height: 1.142857143em;
      width: .857142857em
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-btn {
      display: inline-block;
      font-family: inherit;
      padding: .5em 1em;
      text-decoration: none;
      transition: background-color 125ms linear
    }

    ._brlbs-fluid-width-video-wrapper {
      padding: 56.2963% 0 0 0;
      position: relative;
      width: 100%
    }

    ._brlbs-fluid-width-video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
    }

    .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie {
      top: 0;
      left: 0;
      position: absolute
    }

    .wpb_video_widget .wpb_video_wrapper .BorlabsCookie {
      display: block;
      height: 100%;
      left: 0;
      margin: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .bricks-video-wrapper .BorlabsCookie {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0
    }

    .bricks-video-wrapper .BorlabsCookie ._brlbs-embed {
      width: 100%
    }

    .bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail {
      width: 100%
    }

    .wpb_wrapper .fb_type_standard {
      height: auto
    }

    #BorlabsCookieBoxWidget {
      position: fixed;
      transition: all 500ms ease;
      opacity: 1;
      line-height: 0;
      z-index: 999998;
      padding: 20px
    }

    #BorlabsCookieBoxWidget:hover {
      opacity: .8
    }

    #BorlabsCookieBoxWidget svg {
      width: 48px;
      height: 48px;
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2))
    }

    #BorlabsCookieBoxWidget.bottom-left {
      left: 0;
      bottom: 0
    }

    #BorlabsCookieBoxWidget.bottom-right {
      bottom: 0;
      right: 0
    }

    @media(max-width: 424px) {
      #BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator::before {
        content: "";
        display: block;
        margin: 0
      }
    }

    @media(min-width: 576px) {
      #BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo {
        margin: .5em 0 0 16.6666666667%
      }
    }

    @media(max-width: 767px) {

      #BorlabsCookieBox ._brlbs-box,
      #BorlabsCookieBox ._brlbs-bar {
        max-height: 85vh
      }

      #BorlabsCookieBox ._brlbs-box-plus-wrap {
        max-width: 550px
      }

      #BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p {
        margin: 0 0 .5em 0
      }

      #BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions {
        display: none
      }

      #BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile {
        display: block;
        margin: .9375em 0;
        text-align: center
      }

      #BorlabsCookieBox ._brlbs-bar .align-items-center {
        align-items: flex-start !important
      }

      #BorlabsCookieBox .cookie-preference ._brlbs-accept,
      #BorlabsCookieBox .cookie-preference ._brlbs-refuse {
        text-align: center
      }

      #BorlabsCookieBoxWidget._brlbs-hide-mobile {
        opacity: 0;
        pointer-events: none;
        transform: translateY(25px)
      }

      #BorlabsCookieBoxWidget svg {
        width: 32px;
        height: 32px
      }
    }

    ._brlbs-animated {
      --animate-duration: 1s;
      --animate-delay: 1s;
    }

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

      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }

    #BorlabsCookieBox ._brlbs-fadeInDown {
      animation-name: _brlbs-fadeInDown;
    }

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

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

      to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
      }
    }

    #BorlabsCookieBox ._brlbs-flipOutX {
      animation-duration: 0.75s;
      animation-name: _brlbs-flipOutX;
      backface-visibility: visible !important;
    }

    #BorlabsCookieBox * {
      font-family: inherit;
    }

    #BorlabsCookieBox ._brlbs-bar-advanced ul,
    #BorlabsCookieBox ._brlbs-box-advanced ul {
      justify-content: space-between;
    }

    #BorlabsCookieBox ._brlbs-bar,
    #BorlabsCookieBox ._brlbs-box {
      background: #fff;
      border-radius: 4px;
      color: #555;
      font-size: 14px;
    }

    #BorlabsCookieBox a {
      color: #951b81;
    }

    #BorlabsCookieBox a:hover {
      color: #951b81;
    }

    #BorlabsCookieBox ._brlbs-btn {
      background: #951b81;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-btn:hover {
      background: #ededed;
      border-radius: 4px;
      color: #951b81;
    }

    #BorlabsCookieBox ._brlbs-refuse-btn a,
    #BorlabsCookieBox a._brlbs-refuse-btn {
      background: #000;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-refuse-btn a:hover,
    #BorlabsCookieBox a._brlbs-refuse-btn:hover {
      background: #262626;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-manage-btn a {
      background: #000;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-manage-btn a:hover {
      background: #262626;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-btn-accept-all {
      background: #000;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-btn-accept-all:hover {
      background: #262626;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-btn-accept-all {
      background: #000;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-btn-accept-all:hover {
      background: #262626;
      border-radius: 4px;
      color: #fff;
    }

    #BorlabsCookieBox ._brlbs-legal {
      color: #555;
    }

    #BorlabsCookieBox ._brlbs-legal a {
      color: inherit;
    }

    #BorlabsCookieBox ._brlbs-legal a:hover {
      color: #262626;
    }

    #BorlabsCookieBox ._brlbs-branding {
      color: #000;
    }

    #BorlabsCookieBox ._brlbs-branding a {
      color: inherit;
    }

    #BorlabsCookieBox ._brlbs-branding a:hover {
      color: inherit;
    }

    #BorlabsCookieBox ._brlbs-manage a {
      color: #951b81;
    }

    #BorlabsCookieBox ._brlbs-manage a:hover {
      color: #951b81;
    }

    #BorlabsCookieBox ._brlbs-refuse {
      color: #555;
    }

    #BorlabsCookieBox ._brlbs-refuse a:hover {
      color: #262626;
    }

    #BorlabsCookieBox ul li::before {
      color: #951b81;
    }

    #BorlabsCookieBox .cookie-box ._brlbs-btn {
      width: 100%;
    }

    .BorlabsCookie ._brlbs-btn-switch ._brlbs-slider {
      background-color: #bdc1c8;
    }

    .BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider {
      background-color: #951b81;
    }

    .BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before {
      background-color: #fff;
    }

    .BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before {
      background-color: #fff;
    }

    .BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator {
      background-color: #fff;
      border-color: #666666;
      border-radius: 4px;
    }

    .BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator {
      background-color: #951b81;
      border-color: #951b81;
    }

    .BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after {
      border-color: #fff;
    }

    .BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator {
      background-color: #e6e6e6;
      border-color: #e6e6e6;
    }

    .BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after {
      border-color: #999;
    }

    #BorlabsCookieBox .bcac-item {
      background-color: #f7f7f7;
      border-radius: 0px;
      color: #555;
    }

    #BorlabsCookieBox .cookie-preference table {
      background-color: #fff;
      border-radius: 0px;
      color: #555;
    }

    #BorlabsCookieBox .cookie-preference table {
      background-color: #fff;
      border-radius: 0px;
      color: #555;
    }

    #BorlabsCookieBox .cookie-preference table tr td,
    #BorlabsCookieBox .cookie-preference table tr th {
      background-color: #fff;
      border-color: #eee;
    }

    .BorlabsCookie ._brlbs-btn-switch ._brlbs-slider {
      border-radius: 34px;
    }

    .BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before {
      border-radius: 50%;
    }

    .BorlabsCookie ._brlbs-content-blocker {
      font-family: inherit;
      font-size: 14px;
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
      background: hsla(0, 0%, 0%, 0.8);
      color: #fff;
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a {
      color: #2277ff;
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover {
      color: #1a66ff;
    }

    .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn {
      background: #0063e3;
      border-radius: 4px;
      color: #fff;
    }

    .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover {
      background: #1a66ff;
      color: #fff;
    }

    #BorlabsCookieBoxWidget svg {
      color: #0063e3;
    }

    a._brlbs-btn-cookie-preference {
      background: #951b81 !important;
      border-radius: 4px !important;
      color: #fff !important;
    }

    a._brlbs-btn-cookie-preference:hover {
      background: #ededed !important;
      color: #951b81 !important;
    }

    .BorlabsCookie ._brlbs-facebook {
      border: 1px solid #e1e8ed;
      border-radius: 6px;
      max-width: 516px;
      padding: 3px 0;
    }

    .BorlabsCookie ._brlbs-facebook a._brlbs-btn {
      background: #4267b2;
      border-radius: 2px;
    }

    .BorlabsCookie ._brlbs-facebook a._brlbs-btn:hover {
      background: #3b5998;
    }

    .BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
      background: #4285f4;
      border-radius: 3px;
    }

    .BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
      background: #fff;
      color: #4285f4;
    }

    .BorlabsCookie ._brlbs-instagram {
      border: 1px solid #e1e8ed;
      border-radius: 6px;
      max-width: 516px;
      padding: 3px 0;
    }

    .BorlabsCookie ._brlbs-instagram a._brlbs-btn {
      background: #3897f0;
      border-radius: 4px;
    }

    .BorlabsCookie ._brlbs-instagram a._brlbs-btn:hover {
      background: #117ee4;
    }

    .BorlabsCookie ._brlbs-twitter {
      border: 1px solid #e1e8ed;
      border-radius: 3px;
      max-width: 516px;
    }

    .BorlabsCookie ._brlbs-twitter a._brlbs-btn {
      background: #1da1f2;
      border-radius: 0;
    }

    .BorlabsCookie ._brlbs-twitter a._brlbs-btn:hover {
      background: #fff;
      color: #1da1f2;
    }

    .BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn {
      background: #00adef;
      border-radius: 20px;
    }

    .BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover {
      background: #fff;
      color: #00adef;
    }

    .BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover::before {
      background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%2300adef'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%2300adef' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
      background-size: contain;
      content: " ";
    }

    .BorlabsCookie ._brlbs-video-youtube a._brlbs-btn {
      background: #ff0000;
      border-radius: 20px;
    }

    .BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover {
      background: #fff;
      color: red;
    }

    .BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white:hover::before {
      background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ff0000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ff0000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
      background-size: contain;
      content: " ";
    }