@charset "UTF-8";
/*************************************
**	Variables
*************************************/
/*************************************
**	Imports
*************************************/
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9); }

.overlay-content {
  display: none; }

/* Overlay closing cross */
.overlay .overlay-close {
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: none;
  background: url(../img/close.png) no-repeat center center transparent;
  text-indent: 200%;
  color: transparent;
  outline: none;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 10px; }

/* Effects */
.container {
  background: transparent;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.container.overlay-open {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s; }

.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }
  .overlay ul li {
    min-height: 34px; } }

#quicksearch {
  font-weight: bold;
  font-size: 133px;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  color: #FFFFFF;
  background: transparent !important;
  display: block;
  outline: none;
  width: 100%;
  height: 180px; }
  @media screen and (max-width: 736px) {
    #quicksearch {
      font-size: 24px !important;
      height: auto;
      text-align: center; } }

#quicksearch_result {
  padding: 15px 30px;
  color: #ffffff;
  margin-top: 50px; }

#quicksearch_result .projekty_box li {
  display: inline-block;
  float: none; }

@media screen and (max-width: 736px) {
  #fulloverlay {
    overflow: scroll;
    background: url(../img/background/bg-04.jpg);
    background-size: cover; }
    #fulloverlay section.pmosaic {
      background: none; }
    #fulloverlay ul.BoxList {
      white-space: normal; }
      #fulloverlay ul.BoxList li {
        display: block; }
        #fulloverlay ul.BoxList li .PrjBox {
          width: 100%; }
          #fulloverlay ul.BoxList li .PrjBox .pDane {
            width: calc(100% - 65px); } }

#fulloverlay .result {
  overflow-y: auto; }
  @media screen and (max-width: 736px) {
    #fulloverlay .result {
      height: auto !important;
      padding: 15px; } }

/*
Tipr 2.0.1
Copyright (c) 2015 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/
.tipr_content {
  font: 12px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  padding: 9px 17px; }

.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  /*box-shadow: 2px 2px 5px #f9f9f9;*/
  z-index: 1000; }

.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -77px;
  /*box-shadow: 2px 2px 5px #f9f9f9;*/
  z-index: 1000; }

.tipr_point_top, .tipr_point_bottom {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc; }

.tipr_point_top:after, .tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_top:after {
  border-top-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_top:before {
  border-top-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

.tipr_point_bottom:after, .tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_bottom:after {
  border-bottom-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_bottom:before {
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

body.stop-scrolling {
  /*height: 100%;*/
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert a {
  color: #F11C3A; }

.sweet-alert {
  background-color: white;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 80px 100px;
  /*border-radius: 100px;*/
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert fieldset {
  border: none;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  /*    -webkit-border-radius: 4px;
    border-radius: 5px;*/
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #7ecff4; }

.sweet-alert button:active {
  background-color: #5dc2f1; }

.sweet-alert button.cancel {
  background-color: #C1C1C1; }

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9; }

.sweet-alert button.cancel:active {
  background-color: #a8a8a8; }

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default; }

.sweet-alert button.confirm[disabled] {
  color: transparent; }

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  display: none !important; }

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

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

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

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .icon.error .line.left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .icon.error .line.right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .icon.success {
  border-color: transparent\9; }

.sweet-alert .icon.success .line.tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .icon.success .line.long {
  -ms-transform: rotate(-45deg) \9; }

/*! Social Likes v3.0.14 by Artem Sapegin - http://sapegin.mail.com/social-likes - Licensed MIT */
.social-likes, .social-likes__widget {
  display: inline-block;
  padding: 0;
  vertical-align: middle !important;
  word-spacing: 0 !important;
  text-indent: 0 !important;
  list-style: none !important; }

.social-likes {
  opacity: 0; }

.social-likes_visible {
  opacity: 1;
  transition: opacity .1s ease-in; }

.social-likes > * {
  display: inline-block;
  visibility: hidden; }

.social-likes_vertical > * {
  display: block; }

.social-likes_visible > * {
  visibility: inherit; }

.social-likes__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.social-likes__widget:before, .social-likes__widget:after {
  display: none !important; }

.social-likes_vertical .social-likes__widget {
  display: block;
  float: left;
  clear: left; }

.social-likes__button, .social-likes__icon, .social-likes__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility; }

.social-likes__button, .social-likes__counter {
  display: inline-block;
  margin: 0;
  outline: 0; }

.social-likes__button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.social-likes__button:before {
  content: "";
  display: inline-block; }

.social-likes__icon {
  position: absolute; }

.social-likes__counter {
  display: none;
  position: relative; }

.social-likes_ready .social-likes__counter, .social-likes__counter_single {
  display: inline-block; }

.social-likes_ready .social-likes__counter_empty {
  display: none; }

.social-likes_vertical .social-likes__widget {
  display: block; }

.social-likes_notext .social-likes__button {
  padding-left: 0; }

.social-likes_single-w {
  position: relative;
  display: inline-block; }

.social-likes_single {
  position: absolute;
  text-align: left;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0 .11s,opacity .1s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.social-likes_single.social-likes_opened {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s ease-out; }

.social-likes__button_single {
  position: relative; }

.social-likes {
  min-height: 36px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.social-likes, .social-likes_single-w {
  line-height: 1.5; }

.social-likes, .social-likes__widget_single {
  font-size: 14px; }

.social-likes__widget {
  margin: 0;
  line-height: 1.5;
  border: 0;
  text-align: left;
  cursor: pointer;
  margin-right: 7px;
  width: 32px;
  overflow: hidden; }

.social-likes__button, .social-likes__counter {
  box-sizing: border-box;
  font-family: "Helvetica Neue",Arial,sans-serif;
  vertical-align: baseline;
  color: #fff; }

.social-likes__button {
  padding: .04em .7em .18em 1.65em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-likes__icon {
  top: 0;
  left: .21em;
  font-family: "social-likes";
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  font-size: 1.15em;
  vertical-align: baseline; }

.social-likes__counter {
  padding-right: .5em;
  font-weight: 400;
  font-size: .85em; }

.social-likes_vertical .social-likes__widget {
  min-width: 13em; }

.social-likes_vertical .social-likes__counter {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: .3em; }

.social-likes_light .social-likes__widget {
  min-width: 0;
  background: 0 0; }

.social-likes_light .social-likes__button, .social-likes_single-light + .social-likes__button {
  min-width: 0;
  padding-left: 1.35em;
  font-weight: 400;
  text-decoration: underline;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.social-likes_light .social-likes__icon {
  margin-top: -.1em;
  margin-left: -.25em; }

.social-likes_light .social-likes__counter, .social-likes_single-light + .social-likes__button + .social-likes__counter {
  position: static;
  margin-top: 0;
  color: #999; }

.social-likes_notext .social-likes__button {
  width: 1.85em; }

.social-likes_notext .social-likes__icon {
  margin-left: .1em; }

.social-likes_notext.social-likes_light, .social-likes_notext.social-likes_light .social-likes__widget, .social-likes_notext.social-likes_light .social-likes__icon {
  margin: 0;
  left: 0; }

.social-likes_notext.social-likes_light .social-likes__button {
  width: 1.4em;
  padding-left: 0; }

.social-likes_single {
  margin-top: -1.2em;
  padding: .5em;
  background: #fff;
  border: 1px solid #ddd; }

.social-likes__widget_single {
  height: 1.7em;
  margin: 0;
  padding: .1em 0;
  line-height: 1.5;
  background: #007aff; }

.social-likes_single-light + .social-likes__widget_single {
  color: #007aff; }

.social-likes__icon_single {
  left: .4em;
  font-size: 1.1em; }

.social-likes__widget_facebook {
  background: url("../../img/ico/social/social_min.png") repeat-y #3d5b95;
  background-position: 0px 0 !important; }

.social-likes_light .social-likes__button_facebook {
  color: #3d5b95; }

.social-likes__icon_facebook {
  left: .25em;
  top: .05em;
  font-size: 1.1em; }

.social-likes_notext .social-likes__icon_facebook {
  margin-left: .15em; }

.social-likes__widget_twitter {
  background: url("../../img/ico/social/social_min.png") repeat-y #24aadd;
  background-position: -33px 0 !important; }

.social-likes_light .social-likes__button_twitter {
  color: #24aadd; }

.social-likes__icon_twitter {
  top: .1em;
  left: .25em; }

.social-likes_light .social-likes__icon_twitter {
  left: .1em; }

.social-likes__widget_plusone {
  background: url("../../img/ico/social/social_min.png") repeat-y #d23e30;
  background-position: -98px 0 !important; }

.social-likes_light .social-likes__button_plusone {
  color: #d23e30; }

.social-likes_notext .social-likes__icon_plusone {
  margin-left: 0; }

.social-likes__icon_plusone {
  left: .25em; }

.social-likes_light .social-likes__icon_plusone {
  margin-top: 0; }

.social-likes__widget_mailru {
  background: #00468c; }

.social-likes_light .social-likes__button_mailru {
  color: #00468c; }

.social-likes__icon_mailru {
  left: .25em; }

.social-likes_light .social-likes__icon_mailru {
  left: .1em; }

.social-likes_notext .social-likes__icon_mailru {
  margin-left: .075em; }

.social-likes__widget_vkontakte {
  background: #587e9f; }

.social-likes_light .social-likes__button_vkontakte {
  color: #587e9f; }

.social-likes__icon_vkontakte {
  top: .2em;
  left: .25em; }

.social-likes__widget_odnoklassniki {
  background: #f59310; }

.social-likes_light .social-likes__button_odnoklassniki {
  color: #f59310; }

.social-likes__icon_odnoklassniki {
  left: .4em; }

.social-likes_light .social-likes__icon_odnoklassniki {
  left: .25em; }

.social-likes_notext.social-likes_light .social-likes__button_odnoklassniki {
  width: 1em; }

.social-likes__widget_pinterest {
  background: url("../../img/ico/social/social_min.png") repeat-y #cb132d;
  background-position: -66px 0 !important; }

.social-likes_light .social-likes__button_pinterest {
  background: url("../../img/ico/social/social_min.png") repeat-y #cb132d;
  background-position: -99px 0 !important; }

.social-likes_light .social-likes__icon_pinterest {
  left: .1em; }

.social-likes__button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .04em .7em .18em 1.65em;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px 7px 32px; }

.social-likes__icon {
  position: absolute;
  top: 6px;
  left: 9px;
  font-family: social-likes;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  font-size: 1.15em;
  vertical-align: baseline; }

.social-likes__icon_facebook {
  font-size: 1.1em; }

.social-likes__icon_mail {
  background-position: 3px 3px; }

.social-likes__icon_mail:before {
  content: ""; }

.social-likes__widget_mail {
  background: url("../../img/ico/social/social_min.png") repeat-y #cb132d;
  background-position: -133px 0 !important; }

.social-likes__widget_widget {
  background: url("../../img/ico/social/social_min.png") repeat-y #cb132d;
  background-position: -165px 0 !important;
  width: 64px; }

.social-likes__widget:last-child {
  margin-right: 0; }

.social-likes__widget:first-child {
  margin-left: 0; }

.social-likes__widget_facebook {
  background: url("../../img/ico/social/social_min.png") repeat-y #3d5b95;
  background-position: 0px 0 !important; }

.social-likes__widget_share {
  background: url("../../img/ico/social/social_min.png") repeat-y #3d5b95;
  background-position: -229px 0 !important;
  width: 64px;
  height: 32px; }

/* Magnific Popup CSS */
.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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.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: #FFF;
  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: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.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: transparent; }

.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 #FFF;
  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 #FFF;
  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: #000; }

/* Main image in popup */
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; }

/* The shadow behind the image */
.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: #444; }

.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #FF0000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #FF0000, 0 0 5px #FF0000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FF0000;
  border-left-color: #FF0000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.tooltip-custom-content {
  width: 400px; }
  .tooltip-custom-content-image {
    width: 400px;
    height: 200px;
    margin-bottom: 5px; }
    .tooltip-custom-content-image img {
      max-width: 100%;
      max-height: 100%; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  background: #fff;
  border: 1px solid #dcdcdc; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font: 12px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  padding: 9px 17px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

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

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

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

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

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th, table.dataTable thead td {
  padding: 5px 2px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead > table, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.std-submit-action {
  margin: 20px 0 30px; }

h1 {
  font-size: 35px;
  color: #00354b;
  font-weight: bold;
  display: block;
  text-align: left; }

h2 {
  font-size: 31px;
  color: #00354b;
  font-weight: normal;
  display: block;
  text-align: center; }
  h2.std-title {
    font-size: 24px; }

h3 {
  font-size: 25px;
  color: #00354b;
  font-weight: lighter;
  display: block;
  text-align: center;
  margin: 50px 0 25px; }

h1 i, h2 i, h3 i {
  margin-right: 10px;
  color: #EF4026; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg); }

.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg); }

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink,hvr-hang;
  animation-name: hvr-hang-sink,hvr-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg); }

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg); }

.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg); }

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color; }

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: #BF1600;
  color: #fff; }

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color; }

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #BF1600;
  background-color: #BF1600;
  color: #fff; }

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
  color: #fff; }

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover {
  color: #fff; }

.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
  color: #fff; }

.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
  color: #fff; }

.hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff; }

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
  color: #fff; }

.hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
  color: #fff; }

.hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover {
  color: #fff; }

.hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover {
  color: #fff; }

.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2); }

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #BF1600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover {
  color: #fff; }

.hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #BF1600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover {
  color: #fff; }

.hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
  color: #fff; }

.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #BF1600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover {
  color: #fff; }

.hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #BF1600;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
  color: #fff; }

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #BF1600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover {
  color: #fff; }

.hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #BF1600;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover {
  color: #fff; }

.hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }

.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #BF1600, 0 0 1px transparent; }

.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }

.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
  background: 0 0; }

.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-trim:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
  opacity: 1; }

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in; }

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left; }

.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px; }

.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left; }

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1; }

.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }

.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
  border-radius: 1em; }

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
  right: 0; }

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
  left: 0;
  right: 0; }

.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
  left: 0; }

.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
  right: 0; }

.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
  left: 0;
  right: 0; }

.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
  left: 0; }

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #BF1600;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px; }

.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #BF1600;
  height: 4px;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow,-webkit-transform;
  transition-property: box-shadow,transform; }

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent; }

.hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent; }

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px); }

.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-shadow-radial:after, .hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%); }

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%); }

.hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
  opacity: 1; }

.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1; }

.hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1; }

.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent; }

.hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent; }

.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s; }

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px); }

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s; }

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px); }

@-webkit-keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100%, 51% {
    opacity: 1; } }

@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100%, 51% {
    opacity: 1; } }

.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color;
  transition-property: color; }

.hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
  color: #0F9E5E; }

@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-float-away:after, .hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome; }

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0); }

.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg); }

.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  -ms-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg); }

.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px); }

.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); }

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
  -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
  animation-name: hvr-icon-bob-float,hvr-icon-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
  -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: -webkit-linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: -webkit-linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: -webkit-linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: -webkit-linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px; }

/* Partials */
@keyframes pound {
  from {
    transform: none;
    color: #747474; }
  50% {
    transform: scale(1.4);
    color: #EF4026; }
  to {
    transform: none;
    color: #747474; } }

@keyframes pound-to-blue {
  from {
    transform: none;
    color: #747474; }
  50% {
    transform: scale(1.4);
    color: #2e99fd; }
  to {
    transform: none;
    color: #747474; } }

@keyframes pound-to-green {
  from {
    transform: none;
    color: #747474; }
  50% {
    transform: scale(1.4);
    color: #39C052; }
  to {
    transform: none;
    color: #747474; } }

@keyframes pound-from-white {
  from {
    transform: none;
    color: #fffff; }
  50% {
    transform: scale(1.4);
    color: #EF4026; }
  to {
    transform: none;
    color: #fffff; } }

@keyframes pound-from-white-to-blue {
  from {
    transform: none;
    color: #fffff; }
  50% {
    transform: scale(1.4);
    color: #2e99fd; }
  to {
    transform: none;
    color: #fffff; } }

.a-reminder {
  animation: pound 1s infinite; }

body.blue .a-reminder {
  animation: pound-to-blue 1s infinite; }

body.green .a-reminder {
  animation: pound-to-green 1s infinite; }

.form-group label {
  padding: 5px 0;
  margin-bottom: 5px;
  display: inline-block; }
  @media screen and (max-width: 736px) {
    .form-group label {
      padding: 11px 0;
      margin-bottom: 8px; } }

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group textarea {
  display: block;
  width: 100%;
  font-weight: 300;
  padding: 10px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background: #f5f5f5;
  border: 0; }

.form-group textarea {
  height: 200px;
  max-height: 200px;
  max-width: 100%;
  display: inline-block;
  resize: none; }

.form-group-info .form-group-control {
  position: relative; }
  .form-group-info .form-group-control input[type="text"],
  .form-group-info .form-group-control input[type="email"],
  .form-group-info .form-group-control textarea {
    padding-right: 40px;
    position: relative;
    z-index: 1; }
  .form-group-info .form-group-control .info-control {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 2;
    transform: translateY(-50%); }

.form-group-row {
  margin: 0 -10px 25px; }
  .form-group-row [class*='col_'] {
    padding: 0 10px; }

.form-group-actions {
  margin-top: 25px; }

.superform .checks-list,
.checks-list {
  font-size: 16px; }
  .superform .checks-list label,
  .checks-list label {
    display: inline-block;
    width: auto; }
  .superform .checks-list input[type="checkbox"], .superform .checks-list input[type="radio"],
  .checks-list input[type="checkbox"],
  .checks-list input[type="radio"] {
    display: inline-block;
    width: auto;
    margin: 15px 15px 15px 0px; }

a.premiumbutton, input[type="submit"].premiumbutton {
  float: none;
  text-align: center;
  margin: 5px auto;
  background-color: #fff !important;
  color: #000 !important;
  border: solid 1px #ccc;
  font-weight: bold;
  padding: 10px;
  font-size: 16px; }
  a.premiumbutton:hover, input[type="submit"].premiumbutton:hover {
    -webkit-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
    border: solid 1px #ccc !important; }

.premiumbuttoncontainer {
  text-align: center;
  margin-top: 10px; }

.premiumdatacontainer {
  line-height: 20px;
  margin-bottom: 10px; }

.filters-form input[type="text"] {
  border: 1px solid #ddd; }

.title-bar {
  font-weight: bold;
  padding: 40px 0; }
  .title-bar h2 {
    margin: 0; }

.std-pv {
  padding: 40px 0; }

.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.flR {
  float: right; }

.flL {
  float: left; }

.dt {
  width: 100%;
  display: table; }

.dtc {
  display: table-cell; }

.vH {
  visibility: hidden; }

.grid_row {
  display: block;
  margin: 0 -5px;
  zoom: 1; }

.grid_row:before,
.grid_row:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.grid_row:after {
  clear: both; }

.grid_row.ns {
  margin: 0; }
  .grid_row.ns > [class*='col_'] {
    padding: 0; }

.grid_row.es {
  margin-left: -15px;
  margin-right: -15px; }
  .grid_row.es > [class*='col_'] {
    padding-left: 15px;
    padding-right: 15px; }

[class*='col_'] {
  float: left;
  padding: 0 5px;
  min-height: 1px;
  box-sizing: border-box; }
  @media screen and (max-width: 736px) {
    [class*='col_'] {
      width: 100% !important; } }

/* Content Columns */
.col_xs_1_1 {
  width: 100%; }

.col_xs_2_3 {
  width: 66.66%; }

.col_xs_1_2 {
  width: 50%; }

.col_xs_1_3 {
  width: 33.33%; }
  .col_xs_1_3:nth-child(3n+1) {
    clear: left; }

.col_xs_1_4 {
  width: 25%; }

.col_xs_1_5 {
  width: 20%; }

.col_xs_1_6 {
  width: 16.667%; }

.col_xs_1_7 {
  width: 14.28%; }

.col_xs_1_8 {
  width: 12.5%; }

.col_xs_1_9 {
  width: 11.1%; }

.col_xs_1_10 {
  width: 10%; }

.col_xs_1_11 {
  width: 9.09%; }

.col_xs_1_12 {
  width: 8.33%; }

.col_xs_1_12 {
  width: 8.33%; }

.col_xs_2_12 {
  width: 16.664%; }

.col_xs_3_12 {
  width: 25%; }

.col_xs_4_12 {
  width: 33.33%; }

.col_xs_5_12 {
  width: 41.66%; }

.col_xs_6_12 {
  width: 50%; }

.col_xs_7_12 {
  width: 58.33%; }

.col_xs_8_12 {
  width: 66.66%; }

.col_xs_9_12 {
  width: 75%; }

.col_xs_10_12 {
  width: 83.33%; }

.col_xs_11_12 {
  width: 91.66%; }

.col_xs_12_12 {
  width: 100%; }

/* CSS from S size and up */
@media all and (min-width: 480px) {
  .s_flR {
    float: right; }
  .s_flL {
    float: left; }
  .col_s_1_1 {
    width: 100%; }
  .col_s_2_3 {
    width: 66.66%; }
  .col_s_1_2 {
    width: 50%; }
  .col_s_1_3 {
    width: 33.33%; }
  .col_s_1_4 {
    width: 25%; }
  .col_s_1_5 {
    width: 20%; }
  .col_s_1_6 {
    width: 16.667%; }
  .col_s_1_7 {
    width: 14.28%; }
  .col_s_1_8 {
    width: 12.5%; }
  .col_s_1_9 {
    width: 11.1%; }
  .col_s_1_10 {
    width: 10%; }
  .col_s_1_11 {
    width: 9.09%; }
  .col_s_1_12 {
    width: 8.33%; }
  .col_s_1_12 {
    width: 8.33%; }
  .col_s_2_12 {
    width: 16.664%; }
  .col_s_3_12 {
    width: 25%; }
  .col_s_4_12 {
    width: 33.33%; }
  .col_s_5_12 {
    width: 41.66%; }
  .col_s_6_12 {
    width: 50%; }
  .col_s_7_12 {
    width: 58.33%; }
  .col_s_8_12 {
    width: 66.66%; }
  .col_s_9_12 {
    width: 75%; }
  .col_s_10_12 {
    width: 83.33%; }
  .col_s_11_12 {
    width: 91.66%; }
  .col_s_12_12 {
    width: 100%; } }

/* CSS from M size and up */
@media all and (min-width: 768px) {
  .m_flR {
    float: right; }
  .m_flL {
    float: left; }
  .col_m_1_1 {
    width: 100%; }
  .col_m_2_3 {
    width: 66.66%; }
  .col_m_1_2 {
    width: 50%; }
  .col_m_1_3 {
    width: 33.33%; }
  .col_m_1_4 {
    width: 25%; }
  .col_m_1_5 {
    width: 20%; }
  .col_m_1_6 {
    width: 16.667%; }
  .col_m_1_7 {
    width: 14.28%; }
  .col_m_1_8 {
    width: 12.5%; }
  .col_m_1_9 {
    width: 11.1%; }
  .col_m_1_10 {
    width: 10%; }
  .col_m_1_11 {
    width: 9.09%; }
  .col_m_1_12 {
    width: 8.33%; }
  .col_m_1_12 {
    width: 8.33%; }
  .col_m_2_12 {
    width: 16.664%; }
  .col_m_3_12 {
    width: 25%; }
  .col_m_4_12 {
    width: 33.33%; }
  .col_m_5_12 {
    width: 41.66%; }
  .col_m_6_12 {
    width: 50%; }
  .col_m_7_12 {
    width: 58.33%; }
  .col_m_8_12 {
    width: 66.66%; }
  .col_m_9_12 {
    width: 75%; }
  .col_m_10_12 {
    width: 83.33%; }
  .col_m_11_12 {
    width: 91.66%; }
  .col_m_12_12 {
    width: 100%; } }

/* CSS from L size and up */
@media all and (min-width: 1024px) {
  .l_flR {
    float: right; }
  .l_flL {
    float: left; }
  .col_l_1_1 {
    width: 100%; }
  .col_l_2_3 {
    width: 66.66%; }
  .col_l_1_2 {
    width: 50%; }
  .col_l_1_3 {
    width: 33.33%; }
  .col_l_1_4 {
    width: 25%; }
  .col_l_1_5 {
    width: 20%; }
  .col_l_1_6 {
    width: 16.667%; }
  .col_l_1_7 {
    width: 14.28%; }
  .col_l_1_8 {
    width: 12.5%; }
  .col_l_1_9 {
    width: 11.1%; }
  .col_l_1_10 {
    width: 10%; }
  .col_l_1_11 {
    width: 9.09%; }
  .col_l_1_12 {
    width: 8.33%; }
  .col_l_2_12 {
    width: 16.664%; }
  .col_l_3_12 {
    width: 25%; }
  .col_l_4_12 {
    width: 33.33%; }
  .col_l_5_12 {
    width: 41.66%; }
  .col_l_6_12 {
    width: 50%; }
  .col_l_7_12 {
    width: 58.33%; }
  .col_l_8_12 {
    width: 66.66%; }
  .col_l_9_12 {
    width: 75%; }
  .col_l_10_12 {
    width: 83.33%; }
  .col_l_11_12 {
    width: 91.66%; }
  .col_l_12_12 {
    width: 100%; } }

.justif-cont {
  text-align: justify;
  width: 100%; }
  .justif-cont:after {
    content: '';
    width: 100%;
    /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block; }
  .justif-cont .justif-elem {
    display: inline-block; }

.cur-p {
  cursor: pointer; }

.bb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bb *, .bb *:before, .bb *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.mt10 {
  margin-top: 10px; }

.mb30 {
  margin-bottom: 30px; }

.m0a {
  margin: 0 auto; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.bb {
  box-sizing: border-box; }

.sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }
  .sk-circle--wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sk-circle .sk-child:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #EF4026;
      border-radius: 100%;
      -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
      animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
    .sk-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
    .sk-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .sk-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
    .sk-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
    .sk-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .sk-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
    .sk-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
    .sk-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    .sk-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
    .sk-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
    .sk-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hiw hr {
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }

.hiw a {
  color: #EF4025; }

.hiw > h1 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  font-weight: 300;
  color: #000;
  position: relative;
  margin-bottom: 28px;
  margin-top: 43px;
  padding-bottom: 18px; }
  @media screen and (max-width: 736px) {
    .hiw > h1 {
      font-size: 30px; } }
  .hiw > h1:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    background-color: #EF4025;
    height: 3px; }

.hiw > p {
  width: 840px;
  margin: 0 auto 61px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 736px) {
    .hiw > p {
      width: 100%; } }

.hiw__picker {
  background-image: url("../img/background/question-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 472px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }
  .hiw__picker__buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
    .hiw__picker__buttons a {
      display: inline-block;
      background: #FFFFFF;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 100px;
      font-size: 35px;
      color: #000000;
      letter-spacing: 0;
      text-align: center;
      width: 401px;
      max-width: 100%;
      padding: 13px 5px 18px;
      font-weight: 300;
      margin: 0 36px; }
      @media screen and (max-width: 736px) {
        .hiw__picker__buttons a {
          margin-bottom: 20px; } }
      .hiw__picker__buttons a span {
        font-weight: bold;
        color: #EF4025; }

.hiw__main {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  padding: 109px 0; }
  .hiw__main__section {
    margin-bottom: 62px;
    position: relative;
    width: 662px;
    margin-left: 138px;
    max-width: calc( 100% - 138px);
    box-sizing: border-box;
    padding-right: 20px; }
    .hiw__main__section.icon:before {
      content: '';
      display: block;
      width: 212px;
      height: 192px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0.05;
      right: calc(100% - 30px);
      top: 97px; }
    .hiw__main__section.patron:before {
      background-image: url("../img/hiw/coins.png"); }
    .hiw__main__section.autor:before {
      background-image: url("../img/hiw/paperplane.png"); }
    .hiw__main__section.how:before {
      background-image: url("../img/hiw/paperplane.png"); }
    .hiw__main__section__title {
      position: absolute;
      right: calc(100% + 26px);
      top: -4px;
      font-weight: bold;
      font-size: 35px;
      color: #EF4025; }
    .hiw__main__section p {
      margin-bottom: 20px;
      line-height: 24px;
      font-size: 18px; }
    .hiw__main__section h2 {
      text-align: left;
      font-weight: 300;
      margin-bottom: 31px;
      margin-top: 0; }
    .hiw__main__section h3 {
      text-align: left;
      text-transform: uppercase;
      font-weight: 400;
      color: #EF4025;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.16px;
      margin-bottom: 8px;
      margin-top: 0;
      position: relative; }
      .hiw__main__section h3.icon:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: calc(100% + 5px);
        transform: translateY(-50%);
        opacity: 0.05;
        width: 57px;
        height: 51px;
        background-size: contain;
        background-repeat: no-repeat; }
      .hiw__main__section h3.fire:before {
        background-image: url("../img/hiw/fire.png"); }
      .hiw__main__section h3.medal:before {
        background-image: url("../img/hiw/medal.png"); }
      .hiw__main__section h3.message:before {
        background-image: url("../img/hiw/medal.png"); }
    .hiw__main__section ol {
      padding-left: 18px; }
      .hiw__main__section ol li {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 24px; }

.hiw__last {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  padding-top: 69px;
  padding-bottom: 10px; }

.hiw__more .row {
  margin-bottom: 31px; }
  .hiw__more .row:before, .hiw__more .row:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%; }
  .hiw__more .row .col-6 {
    box-sizing: border-box;
    width: 50%;
    float: left; }
    .hiw__more .row .col-6:first-of-type {
      padding-right: 15.5px; }
    .hiw__more .row .col-6:last-of-type {
      padding-left: 15.5px; }
  @media screen and (max-width: 736px) {
    .hiw__more .row {
      margin-bottom: 0; }
      .hiw__more .row .col-6 {
        width: 100%;
        margin-bottom: 31px; } }

.hiw__more__box {
  box-sizing: border-box;
  padding: 9px 12px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #000;
  width: 100%;
  display: block; }
  .hiw__more__box__icon, .hiw__more__box__text {
    display: inline-block;
    vertical-align: middle; }
  .hiw__more__box__icon {
    width: 64px;
    height: 64px;
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat; }
    .hiw__more__box__icon.blog {
      background-image: url("../img/ico/wiecej-blog.svg"); }
    .hiw__more__box__icon.facebook {
      background-image: url("../img/ico/wiecej-facebook.svg"); }
    .hiw__more__box__icon.faq {
      background-image: url("../img/ico/wiecej-faq.svg"); }
    .hiw__more__box__icon.napisz {
      background-image: url("../img/ico/wiecej-napisz.svg"); }
  .hiw__more__box__text {
    color: #000;
    width: calc(100% - 68px); }

.profile-bar__avatar, .profile-bar__stats, .profile-bar__info {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative; }
  .profile-bar__avatar p, .profile-bar__stats p, .profile-bar__info p {
    font-size: 13px !important;
    font-weight: 300; }

.profile-bar__stats {
  width: 44%; }

.profile-bar__info {
  width: 36%; }

.profile-bar__avatar {
  width: 20%; }

.profile-bar.only-social {
  width: 800px; }
  .profile-bar.only-social .profile-bar__stats {
    width: 22%; }
  .profile-bar.only-social .profile-bar__info {
    width: 48%; }
  .profile-bar.only-social .profile-bar__avatar {
    width: 30%; }

.profile-bar__avatar__inner {
  position: relative; }

.profile-bar__avatar .edit-profile {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999; }

.profile-bar__avatar .change_avatar {
  width: auto;
  height: auto; }
  .profile-bar__avatar .change_avatar img {
    display: block;
    max-width: 100%;
    height: auto; }

.profile-bar__stats {
  padding-left: 20px;
  padding-right: 10px; }
  .profile-bar__stats > div:not(:last-of-type) {
    border-bottom: 2px solid #404040;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .profile-bar__stats__numbers {
    text-align: center; }
    .profile-bar__stats__numbers:before, .profile-bar__stats__numbers:after {
      content: " ";
      display: table;
      clear: both;
      width: 100%; }
    .profile-bar__stats__numbers .stat {
      float: left;
      width: 33.3334%;
      margin-right: -4px;
      position: relative;
      text-align: left; }
      .profile-bar__stats__numbers .stat:before, .profile-bar__stats__numbers .stat:after {
        content: " ";
        display: table;
        clear: both;
        width: 100%; }
      .profile-bar__stats__numbers .stat i {
        font-size: 16px;
        opacity: 0.2; }
      .profile-bar__stats__numbers .stat strong {
        font-size: 26px;
        display: block;
        line-height: 23px; }
      .profile-bar__stats__numbers .stat p {
        font-size: 16px;
        display: inline-block;
        opacity: 0.8;
        line-height: normal;
        text-align: center; }
  .profile-bar__stats__ranking__title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 5.1px; }
  .profile-bar__stats__ranking__single {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    text-align: left; }
    .profile-bar__stats__ranking__single__number {
      font-size: 28px;
      margin-bottom: 5px; }
    .profile-bar__stats__ranking__single__label {
      font-size: 12px;
      text-transform: uppercase;
      opacity: 0.8; }
  .profile-bar__stats__social {
    position: relative; }
    .profile-bar__stats__social a {
      font-size: 20px;
      width: 11.1111%;
      display: inline-block;
      padding: 5px;
      margin-right: -4px;
      text-align: center;
      box-sizing: border-box; }
    .profile-bar__stats__social .disabled {
      opacity: 0.2; }
    .profile-bar__stats__social .edit-profile {
      position: absolute;
      top: -20px;
      right: 0; }
  @media screen and (min-width: 1024px) {
    .profile-bar__stats.only-social .profile-bar__stats__numbers, .profile-bar__stats.only-social .profile-bar__stats__social, .profile-bar__stats.elements-2 .profile-bar__stats__numbers, .profile-bar__stats.elements-2 .profile-bar__stats__social {
      display: inline-block;
      vertical-align: middle;
      margin-right: -4px; }
    .profile-bar__stats.only-social .profile-bar__stats__ranking + .profile-bar__stats__social, .profile-bar__stats.elements-2 .profile-bar__stats__ranking + .profile-bar__stats__social {
      display: block;
      margin-right: 0; }
    .profile-bar__stats.only-social .profile-bar__stats__numbers, .profile-bar__stats.elements-2 .profile-bar__stats__numbers {
      width: 50%;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      text-align: left; }
      .profile-bar__stats.only-social .profile-bar__stats__numbers .stat, .profile-bar__stats.elements-2 .profile-bar__stats__numbers .stat {
        width: 100%;
        text-align: left; }
        .profile-bar__stats.only-social .profile-bar__stats__numbers .stat:not(:last-of-type), .profile-bar__stats.elements-2 .profile-bar__stats__numbers .stat:not(:last-of-type) {
          margin-bottom: 20px; }
      .profile-bar__stats.only-social .profile-bar__stats__numbers p, .profile-bar__stats.elements-2 .profile-bar__stats__numbers p {
        text-align: left; }
    .profile-bar__stats.only-social .profile-bar__stats__numbers + .profile-bar__stats__social, .profile-bar__stats.elements-2 .profile-bar__stats__numbers + .profile-bar__stats__social {
      position: relative;
      width: 120px;
      max-width: 100%;
      display: inline-block; }
      .profile-bar__stats.only-social .profile-bar__stats__numbers + .profile-bar__stats__social a, .profile-bar__stats.elements-2 .profile-bar__stats__numbers + .profile-bar__stats__social a {
        font-size: 28px;
        width: 40px;
        height: 40px;
        display: inline-block;
        padding: 5px;
        margin-right: -4px;
        text-align: center;
        box-sizing: border-box; } }
  @media screen and (min-width: 1024px) and (max-width: 736px) {
    .profile-bar__stats.only-social .profile-bar__stats__numbers + .profile-bar__stats__social, .profile-bar__stats.elements-2 .profile-bar__stats__numbers + .profile-bar__stats__social {
      float: none;
      margin: 20px auto; } }
  @media screen and (min-width: 1024px) {
    .profile-bar__stats.only-social {
      text-align: center; }
      .profile-bar__stats.only-social .profile-bar__stats__social {
        position: relative;
        width: 120px;
        max-width: 100%;
        display: inline-block; }
        .profile-bar__stats.only-social .profile-bar__stats__social a {
          font-size: 28px;
          width: 40px;
          height: 40px;
          display: inline-block;
          padding: 5px;
          margin-right: -4px;
          text-align: center;
          box-sizing: border-box; } }
    @media screen and (min-width: 1024px) and (max-width: 736px) {
      .profile-bar__stats.only-social .profile-bar__stats__social {
        float: none;
        margin: 20px auto; } }

.profile-bar__info {
  padding-right: 20px;
  padding-left: 10px; }
  .profile-bar__info .p-button-red {
    padding: 12px; }
  .profile-bar__info__buttons {
    margin-top: 10px; }
    .profile-bar__info__buttons > div {
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      width: 100%; }
    .profile-bar__info__buttons.col-2 > div {
      width: 50%;
      margin-right: -4px; }
      .profile-bar__info__buttons.col-2 > div:first-of-type {
        padding-right: 5px; }
      .profile-bar__info__buttons.col-2 > div:last-of-type {
        padding-left: 5px; }
    .profile-bar__info__buttons__single {
      color: #ffffff;
      padding: 5px;
      text-align: center;
      width: 100%;
      display: block;
      border: 1px solid #ffffff;
      font-size: 11px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      border-radius: 2px;
      transition: .2s all ease-in-out;
      box-sizing: border-box; }
      .profile-bar__info__buttons__single i {
        margin-right: 5px; }
      .profile-bar__info__buttons__single:hover, .profile-bar__info__buttons__single.active {
        color: #EF4026;
        border-color: #EF4026; }

.profile-bar__tabs ul {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .profile-bar__tabs ul li {
    width: 20%; }
    .profile-bar__tabs ul li a {
      width: 100%;
      font-size: 18px;
      display: inline-block;
      text-align: center;
      padding: 15px;
      box-sizing: border-box;
      position: relative;
      background-color: #d6d6d6; }
    .profile-bar__tabs ul li.active a {
      color: #EF4026;
      background-color: #fff; }
      .profile-bar__tabs ul li.active a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #EF4026; }
    .profile-bar__tabs ul li.active + li a {
      background-color: #eaeaea; }

.profile-bar .show_me_this {
  display: none; }

@media screen and (max-width: 1024px) {
  .profile-bar__avatar img {
    margin: 0 auto; } }

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .profile-bar__avatar, .profile-bar__stats {
    width: 50%; }
  .profile-bar__info {
    margin-top: 20px;
    width: 100%; }
  .profile-bar__tabs ul li {
    width: 30%; } }

@media screen and (max-width: 736px) {
  .profile-bar .show_me_this {
    display: block; }
  .profile-bar__avatar, .profile-bar__stats, .profile-bar__info {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 15px; }
  .profile-bar__stats__numbers strong {
    font-size: 20px !important; }
  .profile-bar__stats__numbers .stat p {
    margin: 0 !important; }
  .profile-bar__tabs ul {
    display: block; }
    .profile-bar__tabs ul li {
      width: 100%; } }

@media screen and (max-width: 736px) {
  .progi_widac {
    display: none;
    transition: opacity 0.5s ease-out;
    opacity: 0; }
    .progi_widac.active {
      display: block;
      opacity: 1; }
    .progi_widac .progi .opis {
      display: block; } }

/* Modules */
.custom-tooltip {
  position: relative;
  transition: .3s all ease-in-out; }
  .custom-tooltip:after, .custom-tooltip:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all ease-in-out; }
  .custom-tooltip:before {
    content: '';
    background: url("/img/t-arrow.png") no-repeat;
    width: 16px;
    height: 9px;
    top: calc(120% - 8px);
    z-index: 21; }
  .custom-tooltip:after {
    content: attr(data-tip);
    top: 120%;
    font: 12px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    padding: 9px 17px;
    border: 1px solid #dcdcdc;
    z-index: 20; }
  .custom-tooltip:hover:after, .custom-tooltip:hover:before {
    visibility: visible;
    opacity: 1;
    transition: .3s all ease-in-out; }

.wizard-wrap {
  padding-bottom: 100px; }
  .wizard-wrap *, .wizard-wrap *:before, .wizard-wrap *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .wizard-wrap .wizard_goal {
    /*breaks goals in wizard - testing if needed
		*, *:before, *:after {
			-moz-box-sizing: content-box;
			-webkit-box-sizing: content-box;
			box-sizing: content-box;
		}
	*/ }
    .wizard-wrap .wizard_goal .superform textarea,
    .wizard-wrap .wizard_goal #edit_goal .control {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .wizard-wrap .wizard_goal .superform textarea *, .wizard-wrap .wizard_goal .superform textarea *:before, .wizard-wrap .wizard_goal .superform textarea *:after,
      .wizard-wrap .wizard_goal #edit_goal .control *,
      .wizard-wrap .wizard_goal #edit_goal .control *:before,
      .wizard-wrap .wizard_goal #edit_goal .control *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .wizard-wrap .wizard_goal .wf {
      width: 100%; }
  @media screen and (max-width: 736px) {
    .wizard-wrap .form-group-actions {
      text-align: center; }
      .wizard-wrap .form-group-actions > div {
        margin-bottom: 10px; } }

.wizard-sub-title {
  text-align: center;
  margin-bottom: 50px; }
  .wizard-sub-title *, .wizard-sub-title *:before, .wizard-sub-title *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.wizard-intro {
  margin: 0 auto;
  max-width: 750px;
  font-size: 20px;
  font-weight: 300; }

.widget-cover-block .upload_trigger_univ {
  width: 35%;
  margin: 15px auto;
  cursor: pointer; }
  @media screen and (max-width: 736px) {
    .widget-cover-block .upload_trigger_univ {
      width: 100%; } }

.widget-cover-block #upload_image2,
.widget-cover-block #upload_image3 {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.widget-cover-block .upload_txt_img {
  display: none;
  margin: 15px 0;
  width: 100%;
  text-align: center;
  border: 0; }

.widget-cover-block .selected-file-path-preview {
  position: relative; }
  .widget-cover-block .selected-file-path-preview:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    display: block;
    z-index: 2; }

.delete-avatar {
  text-align: center; }
  .delete-avatar input[type="checkbox"] {
    display: none; }
  .delete-avatar .remove_avatar_trigger {
    display: inline-block;
    cursor: pointer;
    margin: 15px auto;
    font-size: 16px;
    width: 35%; }

.wizard-widget-cover-block {
  margin: 30px 0; }

.wiazrd-categories-step h4 {
  color: #000;
  margin-bottom: 5px; }

.wizard-steps-list {
  width: 100%;
  display: table;
  margin: 35px 0; }
  .wizard-steps-list *, .wizard-steps-list *:before, .wizard-steps-list *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .wizard-steps-list li {
    display: table-cell; }
    .wizard-steps-list li h3 {
      margin: 0; }
    .wizard-steps-list li.active a {
      border-bottom: 3px solid #EF4026;
      position: relative;
      padding-bottom: 7px; }
      .wizard-steps-list li.active a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3px 5px 3px;
        border-color: transparent transparent #EF4026 transparent;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; }
  .wizard-steps-list li.percent-100 h3 {
    color: #ddd; }
  @media screen and (max-width: 736px) {
    .wizard-steps-list {
      display: block; }
      .wizard-steps-list li {
        display: inline-block;
        margin-bottom: 5px; }
        .wizard-steps-list li a {
          padding: 10px;
          display: block; } }

.step-process {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #18a02f;
  position: relative;
  font-size: 12px; }
  .step-process .step-process-text {
    position: relative;
    z-index: 2; }
  .step-process .step-process-s {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    background: green; }
  .step-process .step-process-s-10 {
    width: 10%; }
  .step-process .step-process-s-20 {
    width: 20%; }
  .step-process .step-process-s-30 {
    width: 30%; }
  .step-process .step-process-s-40 {
    width: 40%; }
  .step-process .step-process-s-50 {
    width: 50%; }
  .step-process .step-process-s-60 {
    width: 60%; }
  .step-process .step-process-s-70 {
    width: 70%; }
  .step-process .step-process-s-80 {
    width: 80%; }
  .step-process .step-process-s-90 {
    width: 90%; }
  .step-process .step-process-s-100 {
    width: 100%; }

.social .form-group label {
  width: 10%;
  text-align: center;
  float: left; }

.social .form-group input[type="text"] {
  width: 90%;
  float: left; }

.payment-config {
  text-align: justify;
  margin-bottom: 50px; }

.payment-config-title {
  margin-top: 0; }

.tresholds-wrap {
  margin-bottom: 50px; }
  .tresholds-wrap .dodaj_prog {
    background: #dadada; }
  .tresholds-wrap .nagroda.edit:hover {
    background: #dadada; }

.tooltip-html {
  width: 400px;
  height: 300px; }
  .tooltip-html .tooltip-html-img {
    width: 400px;
    height: 200px;
    display: block;
    margin-bottom: 10px; }

.account-desc {
  width: 300px;
  margin: 0 auto;
  text-align: center; }

.widget_preview.av .pImage {
  width: 325px; }

.goal-b {
  width: 100%;
  margin: 5px 0; }
  .goal-b.goal-b-success .goal-b-current-point,
  .goal-b.goal-b-success .goal-b-current-cash-left {
    display: none; }
  .goal-b.goal-b-success .goal-b-current-cash-left-sucess {
    display: inline-block; }
  .goal-b .button {
    float: none; }
  @media screen and (max-width: 736px) {
    .goal-b {
      box-sizing: border-box; } }

.goal-b-progress {
  font-size: 30px;
  height: 67px;
  position: relative; }
  .goal-b-progress .goal-b-start-point,
  .goal-b-progress .goal-b-end-point {
    position: absolute;
    bottom: 7px;
    font-weight: 300; }
  .goal-b-progress .goal-b-start-point {
    left: 0; }
  .goal-b-progress .goal-b-end-point {
    right: 0; }
  .goal-b-progress .goal-b-current-point {
    position: absolute;
    transform: translateX(-50%);
    font-size: 16px;
    bottom: 0; }
    .goal-b-progress .goal-b-current-point svg {
      float: left; }
      .goal-b-progress .goal-b-current-point svg path {
        fill: #ef4026; }
        body.blue .goal-b-progress .goal-b-current-point svg path {
          fill: #2e99fd; }
        body.green .goal-b-progress .goal-b-current-point svg path {
          fill: #39C052; }
    .goal-b-progress .goal-b-current-point span {
      position: absolute;
      top: 25%;
      left: 0;
      right: 0;
      text-align: center;
      line-height: 1;
      font-weight: 300;
      color: #fff; }

.goal-b-progress-bar {
  display: block;
  width: 100%;
  height: 20px;
  background: #f2f2f2;
  position: relative; }
  .goal-b-progress-bar span {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #EF4026;
    display: block; }
    body.blue .goal-b-progress-bar span {
      background: #2e99fd; }
    body.green .goal-b-progress-bar span {
      background: #39C052; }
  @media screen and (max-width: 736px) {
    .goal-b-progress-bar {
      max-width: 100%; } }

.goal-b-status {
  font-size: 18px;
  color: #747474;
  margin-top: 7px; }
  .goal-b-status span {
    color: #000;
    font-weight: 700; }
  .goal-b-status .goal-b-current-cash-left-sucess {
    color: #EF4026; }
    body.blue .goal-b-status .goal-b-current-cash-left-sucess {
      color: #2e99fd; }
    body.green .goal-b-status .goal-b-current-cash-left-sucess {
      color: #39C052; }

.goal-b-description {
  margin-top: 10px;
  margin-bottom: 40px; }

.goal-b-title {
  text-align: center;
  margin: 10px 0;
  font-weight: 700; }

.change-type-goals {
  line-height: 44px;
  box-sizing: border-box; }
  @media screen and (max-width: 736px) {
    .change-type-goals {
      padding: 0 20px; }
      .change-type-goals .type {
        margin-bottom: 10px; } }

.analitics-description {
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: center; }

.analitics .analitics-chart-container {
  position: relative;
  float: left;
  margin-bottom: 10px; }
  .analitics .analitics-chart-container h5 {
    margin: 20px 0 10px;
    text-align: center; }

.analitics .analitics-chart-wrap {
  height: 300px; }
  .analitics .analitics-chart-wrap.analitics-chart-wrap-wide {
    height: 500px; }

.analitics .analitics-chart {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 10px 10px 0;
  display: block;
  text-align: left; }

.analitics .analitics-chart-legend {
  padding: 0 30px;
  font-size: 12px;
  text-align: center; }

ul.menu--rank {
  margin: 0;
  padding: 0;
  display: table;
  margin-bottom: 30px; }
  ul.menu--rank li {
    list-style-type: none;
    display: table-cell;
    width: 25%;
    text-align: center;
    position: relative;
    padding: 0 5px;
    vertical-align: middle; }
    ul.menu--rank li a {
      display: block;
      width: 100%;
      padding: 10px 0; }
    ul.menu--rank li:hover:after {
      width: calc(100% - 10px);
      height: 2px;
      transition: .3s all ease-in-out; }
    ul.menu--rank li:after {
      content: '';
      width: 0;
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #f15729;
      transition: .3s all ease-in-out; }
    ul.menu--rank li.active:after {
      width: calc(100% - 10px);
      height: 5px;
      transition: .3s all ease-in-out; }

.top-3 > div {
  text-align: center;
  margin-bottom: 30px; }

.top-3 .left {
  text-align: left; }

.top-3 .winner {
  position: relative;
  display: inline-block;
  margin-left: -342px; }
  .top-3 .winner img {
    display: block; }
  .top-3 .winner--avatar {
    position: absolute;
    top: 107px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 95px;
    height: 95px;
    background-color: #FFFFFF; }
    .top-3 .winner--avatar__overlay {
      width: 200px;
      height: auto; }
    .top-3 .winner--avatar__container {
      z-index: 3;
      position: relative; }
      .top-3 .winner--avatar__container span.number {
        font-family: 'Lato', sans-serif;
        font-size: 66px;
        font-weight: bold;
        color: #ffffff;
        position: absolute;
        top: 20%;
        width: 100%;
        text-align: center;
        line-height: 37px;
        left: 0; }
    .top-3 .winner--avatar img {
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible;
      transition: .3s all ease-in-out; }
      .top-3 .winner--avatar img.hide {
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease-in-out; }
  .top-3 .winner--content {
    text-align: right;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    padding: 14px 20px; }
    .top-3 .winner--content__more li {
      line-height: 14px;
      list-style-type: none; }
      .top-3 .winner--content__more li .label {
        margin-right: 5px; }
    .top-3 .winner--content__wrapper {
      width: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      text-align: right;
      transform: translateY(-50%);
      overflow: hidden;
      transition: .3s all ease-in-out;
      height: 196px; }
      .top-3 .winner--content__wrapper.open {
        width: 440px;
        transition: .3s all ease-in-out; }
    .top-3 .winner--content__name {
      color: #ffffff;
      text-transform: uppercase;
      display: block;
      font-family: 'Lato', sans-serif;
      font-size: 18px; }
      .top-3 .winner--content__name--wrapper {
        background-color: #f15729;
        padding: 14px 20px;
        display: inline-block;
        position: relative;
        width: 71%; }
        .top-3 .winner--content__name--wrapper:before {
          content: '';
          display: inline-block;
          border-style: solid;
          border-width: 0 0 50px 50px;
          border-color: transparent transparent #f15729 transparent;
          position: absolute;
          right: 100%;
          top: 0; }
    .top-3 .winner--content .main-number {
      display: block;
      font-size: 32px;
      color: #f15729;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 18px;
      line-height: 22px; }
    .top-3 .winner--content .label {
      font-size: 12px;
      opacity: 0.7; }
  .top-3 .winner[data-id="2"], .top-3 .winner[data-id="3"] {
    margin-left: 0; }
    .top-3 .winner[data-id="2"] .number, .top-3 .winner[data-id="3"] .number {
      font-size: 40px; }
    .top-3 .winner[data-id="2"] .winner--avatar, .top-3 .winner[data-id="3"] .winner--avatar {
      width: 75px;
      height: 87px;
      top: 79px; }
    .top-3 .winner[data-id="2"] .winner--avatar__overlay, .top-3 .winner[data-id="3"] .winner--avatar__overlay {
      width: 160px; }
    .top-3 .winner[data-id="2"] .winner--content__wrapper.open, .top-3 .winner[data-id="3"] .winner--content__wrapper.open {
      width: 400px; }
  .top-3 .winner[data-id="3"] {
    margin-right: 320px;
    float: right; }

.top-4-10 {
  width: 100%;
  border-collapse: collapse; }
  .top-4-10 tr {
    border-bottom: 1px solid rgba(241, 87, 41, 0.11); }
    .top-4-10 tr:last-of-type {
      border-bottom: none; }
    .top-4-10 tr td, .top-4-10 tr th {
      font-family: 'Lato', sans-serif;
      text-align: center;
      padding: 15px 5px; }
      .top-4-10 tr td img, .top-4-10 tr th img {
        width: 50px;
        height: 50px; }
      .top-4-10 tr td.active, .top-4-10 tr th.active {
        color: #f15729; }

.ptrn-toggle {
  cursor: pointer; }

.ptrn-target {
  display: none; }
  .ptrn-target-on {
    display: block; }

.ptrn-tab-content {
  display: none;
  transition: opacity 1s ease-in-out; }
  .ptrn-tab-content-active {
    display: block; }

.main-category-menu-wrap {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: -50px; }

.main-category-menu {
  width: 990px;
  transition: width 1s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.main-category-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  font-size: 22px; }
  .main-category-menu li {
    height: 50px;
    text-rendering: geometricPrecision;
    width: 100%;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.95);
    color: #737373;
    cursor: pointer;
    font-weight: 600;
    transition: height .25s ease-in-out, margin .25s ease-in-out, background .25s ease-in-out; }
    .main-category-menu li:hover {
      background: rgba(255, 255, 255, 0.975); }
    .main-category-menu li:nth-child(2) {
      background: rgba(255, 255, 255, 0.9); }
      .main-category-menu li:nth-child(2):hover {
        background: rgba(255, 255, 255, 0.95); }
    .main-category-menu li:nth-child(3) {
      background: rgba(255, 255, 255, 0.8); }
      .main-category-menu li:nth-child(3):hover {
        background: rgba(255, 255, 255, 0.85); }
    .main-category-menu li.main-category-active {
      height: 65px;
      line-height: 65px;
      color: #EF4026;
      font-size: 22px;
      margin-top: -15px;
      position: relative;
      background: white; }
      .main-category-menu li.main-category-active:hover {
        background: white; }
      body.blue .main-category-menu li.main-category-active {
        color: #2e99fd; }
        body.blue .main-category-menu li.main-category-active:after {
          background: #2e99fd; }
      body.green .main-category-menu li.main-category-active {
        color: #39C052; }
        body.green .main-category-menu li.main-category-active:after {
          background: #39C052; }
      .main-category-menu li.main-category-active:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 5px;
        background: #EF4026;
        content: ''; }
    .main-category-menu li a {
      display: block; }

.main-category-menu-lists {
  position: relative;
  width: 990px;
  margin: 0 auto;
  transition: width 1s ease-in-out; }
  .main-category-menu-lists ul {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -100px;
    transition: margin 1s ease-in-out;
    padding: 0 15px; }
    .main-category-menu-lists ul li {
      display: inline-block;
      text-align: center;
      font-size: 18px; }
      .main-category-menu-lists ul li a {
        padding: 35px 0 0;
        width: 100%;
        display: block;
        text-transform: uppercase;
        transition: color .3s ease-in-out; }
        .main-category-menu-lists ul li a:hover {
          color: #EF4026; }
          body.blue .main-category-menu-lists ul li a:hover {
            color: #2e99fd; }
          body.green .main-category-menu-lists ul li a:hover {
            color: #39C052; }

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1404px) {
  .main-category-menu,
  .main-category-menu-lists {
    width: 1320px; }
  .main-category-menu-lists ul {
    padding: 0;
    margin: 0 -30px; } }

/* width < 1200 */
@media only screen and (max-width: 1200px) {
  .main-category-menu-lists ul {
    padding: 0;
    margin: 0; } }

.hp-trigger {
  display: none; }

@media screen and (max-width: 736px) {
  .hp-trigger {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    margin-right: -4px;
    margin-bottom: 20px;
    padding: 15px;
    vertical-align: top; }
    .hp-trigger i {
      transform: rotate(0deg);
      transition: .3s all ease-in-out; }
      .hp-trigger i.active {
        transform: rotate(180deg);
        transition: .3s all ease-in-out; }
  ul.main-category-menu {
    display: none; }
  .main-category-menu-wrap {
    height: auto;
    margin-top: 0; }
  .main-category-menu {
    display: block;
    width: 100%;
    position: static;
    transform: none; }
  .main-category-menu-lists {
    width: 100%; }
    .main-category-menu-lists ul {
      display: block; }
      .main-category-menu-lists ul li a {
        padding: 5px;
        box-sizing: border-box; }
  .main-category-menu-lists {
    display: none; }
  .ptrn-tab-content.ptrn-tab-content-active {
    position: relative; }
    .ptrn-tab-content.ptrn-tab-content-active li {
      display: block;
      text-align: center; } }

.tags {
  border: 0px;
  min-height: 40px; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px); }
  60% {
    -webkit-transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
  .tags .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce; }
  .tags .taggle {
    color: #3E6D8E;
    border-radius: 0;
    background-color: #E0EAF1;
    font-weight: 200; }
    .tags .taggle .close {
      color: #aaa;
      border-radius: 0.7rem;
      font-size: 0.9rem;
      height: 0.7rem;
      width: 0.7rem;
      line-height: .1rem;
      margin-top: 3px; }
      .tags .taggle .close:hover {
        background: #C03434; }
  .tags.clearfix:before, .tags.clearfix:after {
    display: block;
    content: "";
    line-height: 0;
    clear: both; }
  .tags .taggle_list {
    float: left;
    border: 1px solid #cccccc;
    width: 100%;
    background: #f5f5f5;
    padding-top: 5px;
    padding-left: 10px; }
    .tags .taggle_list li {
      float: left;
      display: inline-block;
      white-space: nowrap;
      font-weight: 500;
      margin-bottom: 5px; }
    .tags .taggle_list .taggle {
      margin-right: 8px;
      background: #E2E1DF;
      padding: 5px 10px;
      border-radius: 3px;
      position: relative;
      cursor: pointer;
      transition: all .3s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      .tags .taggle_list .taggle:hover {
        padding: 5px;
        padding-right: 15px;
        background: #ccc;
        transition: all .3s; }
        .tags .taggle_list .taggle:hover > .close {
          display: block; }
          .tags .taggle_list .taggle:hover > .close:hover {
            color: #990033; }
      .tags .taggle_list .taggle .close {
        font-size: 1.1rem;
        position: absolute;
        top: 5px;
        right: 3px;
        text-decoration: none;
        padding-left: 2px;
        padding-top: 3px;
        line-height: 0.5;
        color: #ccc;
        color: rgba(0, 0, 0, 0.2);
        padding-bottom: 4px;
        display: none;
        border: 0;
        background: none;
        cursor: pointer; }
  .tags .taggle_input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    background: #f5f5f5;
    width: 10px;
    margin: -1px; }
  .tags .taggle_placeholder {
    display: none; }
  .tags .taggle_sizer {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -500px;
    z-index: -1;
    visibility: hidden; }

.tags_list {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0px; }
  .tags_list > li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    background: #E2E1DF;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    cursor: pointer; }
    .tags_list > li:hover {
      background: #ccc;
      transition: all .3s; }

.notification {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 20px 60px 20px 100px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.3);
  animation: slideDown;
  animation-duration: 1s; }
  .notification-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: none;
    background-color: transparent;
    padding: 0;
    color: #EF4026;
    font-size: 50px; }
    .notification-close i {
      display: inherit; }
  .notification-title {
    font-weight: bold;
    font-size: 18px; }
  .notification:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px; }
  .notification:after {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: FontAwesome;
    font-size: 40px; }
  @media screen and (max-width: 736px) {
    .notification {
      width: 100%;
      box-sizing: border-box; } }
  .notification-error:before {
    background-color: #ff3636; }
  .notification-error:after {
    content: ""; }
  .notification-warning:before {
    background-color: #ffa736; }
  .notification-warning:after {
    content: ""; }
  .notification-info:before {
    background-color: #36a1ff; }
  .notification-info:after {
    content: ""; }
  .notification-success:before {
    background-color: #2ece43; }
  .notification-success:after {
    content: ""; }

@keyframes slideDown {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

.messages {
  position: relative;
  box-sizing: border-box; }
  .messages:before, .messages:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%; }
  .messages > ul {
    padding: 0; }
    .messages > ul li {
      list-style-type: none;
      width: 100%;
      margin-bottom: 20px; }
      .messages > ul li div:not(.cont) > p {
        margin-top: 0;
        margin-bottom: 0; }
      .messages > ul li small {
        font-size: 10px; }
  .messages > a {
    position: absolute;
    bottom: 0; }
  .messages-sender > a {
    left: 0; }
  .messages-sender > ul {
    padding-left: 60px; }
  .messages-receiver > a {
    right: 0; }
  .messages-receiver > ul {
    float: right;
    padding-right: 60px; }
    .messages-receiver > ul li {
      float: right; }
      .messages-receiver > ul li .messages-unread {
        left: -5px; }
      .messages-receiver > ul li .messages-wrapper {
        float: right; }
  .messages-with {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px; }
    .messages-with a {
      color: #fff;
      display: block; }
    .messages-with:last-of-type {
      margin-right: 0; }
    .messages-with__wrapper {
      text-align: center; }
  .messages-wrapper {
    max-width: 80%;
    background: #fff;
    color: black;
    border-radius: 5px;
    padding: 10px;
    position: relative; }
  .messages-unread {
    width: 10px;
    height: 10px;
    background-color: #EF4026;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px; }
  .messages-number {
    color: #fff;
    background-color: #EF4026;
    width: 14px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    border-radius: 100%; }
    .messages-number__wrapper {
      position: relative; }
  .messages-settings input[type=radio] {
    display: inline-block;
    width: auto;
    margin-right: 5px; }
  .messages-teaser {
    width: 33.3334%;
    box-sizing: border-box;
    float: left;
    padding: 5px; }
    .messages-teaser--wrapper {
      background-color: #fff;
      padding: 10px;
      position: relative; }
    .messages-teaser__img, .messages-teaser__info {
      display: inline-block;
      vertical-align: middle;
      margin-right: -3px;
      box-sizing: border-box; }
    .messages-teaser__info {
      width: calc(100% - 100px);
      padding-left: 10px; }
      .messages-teaser__info a {
        color: #EF4026; }
    .messages-teaser__img {
      text-align: center;
      width: 100px; }
      .messages-teaser__img img {
        display: block;
        margin: 0 auto; }
      .messages-teaser__img a {
        display: block;
        word-break: break-all; }
    .messages-teaser--counter {
      display: block; }
      .messages-teaser--counter i {
        font-size: 12px;
        color: #EF4026;
        display: inline-block;
        vertical-align: middle; }
    .messages-teaser--unread {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #EF4026;
      color: #fff;
      line-height: 30px;
      width: 30px;
      text-align: center;
      border-radius: 100%; }
    .messages-teaser:nth-child(3n+4) {
      clear: left; }
    .messages-teaser--container:before, .messages-teaser--container:after {
      content: " ";
      display: table;
      clear: both;
      width: 100%; }
    @media screen and (max-width: 736px) {
      .messages-teaser {
        width: 100%; } }

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .messages-teaser {
    width: 50%; }
    .messages-teaser:nth-child(3n+4) {
      clear: none; }
    .messages-teaser:nth-child(2n+3) {
      clear: left; } }

.mini-calendar--single {
  float: left;
  width: 8.3334%;
  box-sizing: border-box;
  border: 1px solid #cacaca;
  position: relative;
  margin-left: -1px;
  min-height: 176px; }
  @media screen and (min-width: 737px) and (max-width: 1024px) {
    .mini-calendar--single {
      width: 16.6667%; } }
  @media screen and (max-width: 736px) {
    .mini-calendar--single {
      width: 25%; } }
  @media screen and (min-width: 320px) and (max-width: 330px) {
    .mini-calendar--single {
      min-height: 220px; } }
  .mini-calendar--single.page {
    min-height: 0;
    width: 84px;
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  .mini-calendar--single__message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 100;
    background: #EF4026;
    color: #fff; }
    .disabled .mini-calendar--single__message {
      background: #cacaca; }
    .mini-calendar--single__message.green {
      background-color: #39C052; }
  .mini-calendar--single__dates {
    padding: 44px 15px 0; }
    .mini-calendar--single.page .mini-calendar--single__dates {
      padding: 25px 15px 0; }
    @media screen and (min-width: 320px) and (max-width: 330px) {
      .mini-calendar--single__dates {
        padding: 70px 15px 0; } }
  .mini-calendar--single__month {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    color: #e2e2e2; }
  .mini-calendar--single__date {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 15px; }
  .mini-calendar--single__buttons {
    text-align: center;
    margin-bottom: 15px; }
    .mini-calendar--single__buttons a {
      font-size: 12px;
      padding: 0;
      width: 60px;
      line-height: 22px;
      display: inline-block;
      margin-bottom: 3px; }

.mini-calendar:before, .mini-calendar:after {
  content: " ";
  display: table;
  clear: both;
  width: 100%; }

.data-info h1 {
  text-align: center; }

.data-info__wrapper:before, .data-info__wrapper:after {
  content: " ";
  display: table;
  clear: both;
  width: 100%; }

.data-info__wrapper > div {
  float: left; }
  .data-info__wrapper > div.col-2 {
    width: 16.6667%; }
  .data-info__wrapper > div.col-5 {
    width: 41.6667%; }
  @media screen and (max-width: 736px) {
    .data-info__wrapper > div.col-2 {
      width: 100%; }
    .data-info__wrapper > div.col-5 {
      width: 50%; } }

.data-info--list {
  padding-left: 0;
  margin-top: 10px; }
  .data-info--list li {
    list-style-type: none;
    text-align: center; }
    .data-info--list li i {
      color: #EF4025;
      margin-right: 5px; }

.data-info--campaign {
  padding: 0; }
  .data-info--campaign li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 5px; }

.superform input[type=submit].di-submit {
  width: 400px;
  max-width: 100%;
  background: transparent;
  border: 1px solid #222;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 35px;
  margin-top: 15px;
  box-sizing: border-box;
  margin-bottom: 5px; }
  .superform input[type=submit].di-submit:hover {
    color: #fff;
    border-color: #EF4026;
    background: #EF4026; }

/* black&red
.media:nth-child(odd) {
    background-color: #EE1B2C;
}
.media:nth-child(even) {
    background-color: #000;
}
*/
.media:nth-child(odd) {
  background-color: #eaeaea; }

.media:nth-child(even) {
  background-color: #fff; }

body.blue .media:nth-child(odd) {
  background-color: #2e99fd; }

.media .wc {
  padding: 40px; }

.media-logo {
  width: 300px; }
  @media screen and (max-width: 736px) {
    .media-logo {
      max-width: 100%; } }

.media-logo img {
  max-width: 80%;
  max-height: 100px; }
  @media screen and (max-width: 736px) {
    .media-logo img {
      margin-bottom: 20px; } }

.media-quote {
  width: 620px;
  color: #333; }
  @media screen and (max-width: 736px) {
    .media-quote {
      width: auto; } }

.media-quote::before, .media-quote::after {
  content: "\""; }

.media .left {
  float: left;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .media .left {
      float: none; } }

.media .right {
  float: right;
  font-style: italic;
  font-weight: 300;
  padding: 0 40px; }
  @media screen and (max-width: 736px) {
    .media .right {
      float: none;
      padding: 0; } }

.connected-account {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center; }
  .connected-account select {
    line-height: 44px;
    height: 44px;
    margin-bottom: 10px; }
  .connected-account form input[type="submit"] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
    .connected-account form input[type="submit"]:hover {
      background-color: #EF4026 !important;
      transform: scale(0.9); }
  .connected-account--name {
    font-size: 30px;
    font-weight: bold; }
  .connected-account--form select {
    width: calc(100% - 100px) !important; }
  .connected-account--form input[type=submit] {
    display: inline-block;
    width: 100px;
    margin-right: -4px; }
  .connected-account--visible-no {
    color: red; }
  .connected-account--visible-yes {
    color: green; }
  .connected-account--wrapper {
    padding: 20px; }
    @media screen and (min-width: 737px) and (max-width: 1453px) {
      .connected-account--wrapper {
        width: 50%; } }
  .connected-account .button {
    float: none;
    display: block;
    margin-bottom: 10px; }
    .connected-account .button i {
      font-size: 15px; }
  .connected-account--action:before, .connected-account--action:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%; }
  .connected-account--action a.button {
    width: calc(50% - 5px);
    float: left;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 10px; }
    .connected-account--action a.button:first-of-type {
      margin-right: 5px; }
    .connected-account--action a.button:last-of-type {
      margin-left: 5px; }
  .connected-account__add {
    padding: 20px;
    box-sizing: border-box;
    text-align: center; }
    .connected-account__add form {
      width: 50%;
      max-width: 100%;
      margin: 0 auto; }
    .connected-account__add .form-group {
      margin-bottom: 15px; }

.dataTables_paginate > span {
  display: none; }

.paginate_button.previous.disabled, .paginate_button.next.disabled {
  display: none; }

.survey__btn {
  padding: 5px;
  border: 1px solid;
  margin: 5px 5px 5px 0px;
  color: #000000;
  background-color: #ffffff; }
  .survey__btn--remove {
    float: right;
    font-size: 12px; }
  .survey__btn--list, .survey__btn--results {
    font-size: 11px;
    float: left;
    color: #000000 !important; }

.survey__answer {
  margin-bottom: 10px; }
  .survey__answer--post {
    padding-left: 5px;
    font-size: 20px;
    margin-bottom: 5px; }
    .survey__answer--post--result {
      color: green;
      display: block;
      font-size: 15px;
      font-weight: 100; }
      .survey__answer--post--result .goal-b-progress-bar {
        height: 15px; }

.survey__question--list {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px; }

.survey__thank-you {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  font-style: italic; }

.quote:before, .quote:after {
  content: " ";
  display: table;
  clear: both;
  width: 100%; }

.quote--logo, .quote--content {
  display: inline-block;
  vertical-align: middle; }

.quote--logo {
  width: 185px;
  margin-right: 40px; }
  .quote--logo img {
    max-width: 100%;
    max-height: 185px;
    display: block;
    margin: 0 auto; }

.quote--content {
  width: calc(100% - 40px - 185px - 4px);
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  color: #3a3a3a; }

@media screen and (max-width: 736px) {
  .quote--logo, .quote--content {
    display: block;
    width: 100%; }
  .quote--logo {
    margin-bottom: 15px; } }

.page-banner {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #EF4026; }
  .page-banner h2 {
    color: #EF4026; }
  .page-banner p {
    width: 60%;
    margin: 0 auto; }
  .page-banner a {
    min-width: 100px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #EF4026;
    margin: 15px; }

.promoted-authors .BoxList {
  transform: scale(0.9);
  transform-origin: 0 0;
  will-change: transform; }

.btn-round-grey {
  font-size: 13px !important;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 125px;
  line-height: 27px;
  padding: 0 !important;
  text-align: center;
  border-radius: 32px;
  transition: 0.3s all ease-in-out !important;
  margin-bottom: 0 !important;
  margin-top: 5px !important; }
  .btn-round-grey:hover {
    transition: 0.3s all ease-in-out;
    border-color: #EF4025;
    background-color: #EF4025; }

.btn-social {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  color: #fff !important;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  line-height: 1.5 !important;
  min-width: 150px;
  cursor: pointer !important;
  margin-bottom: 10px; }
  .btn-social.btn-facebook {
    background-color: #4b75cb; }
  .btn-social.btn-twitter {
    background-color: #59cafd; }

.tgl {
  display: none !important; }
  .tgl, .tgl:after, .tgl:before,
  .tgl *,
  .tgl *:after,
  .tgl *:before,
  .tgl + .tgl-btn {
    box-sizing: border-box; }
    .tgl::selection, .tgl:after::selection, .tgl:before::selection,
    .tgl *::selection,
    .tgl *:after::selection,
    .tgl *:before::selection,
    .tgl + .tgl-btn::selection {
      background: none; }
  .tgl + .tgl-btn {
    outline: 0;
    display: inline-block;
    width: 3em;
    height: 1.5em;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-left: 5px; }
    .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%; }
    .tgl + .tgl-btn:after {
      left: 0; }
    .tgl + .tgl-btn:before {
      display: none; }
  .tgl:checked + .tgl-btn:after {
    left: 50%; }

.tgl-light + .tgl-btn {
  background: #cccccc;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease; }
  .tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease; }

.tgl-light:checked + .tgl-btn {
  background: #EF4025; }

.btn-google {
  display: inline-block;
  height: 50px;
  color: #666;
  width: 190px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 10px;
  background: url("../img/g-normal.png") 10px 50% no-repeat #ffffff; }
  .btn-google:hover {
    cursor: pointer; }

.mangopay-user-form input[readonly], .mangopay-user-form input:read-only {
  background: #d9d9d9 !important; }

.mangopay-user-form input[type="submit"] {
  margin-top: 15px !important; }

.mangopay-kyc table.wsp_table {
  margin: 0 auto;
  width: 90%; }

.mangopay-kyc table.kyc-required-docs {
  width: 70%;
  text-align: center; }

.mangopay-kyc .p-button-black {
  width: 250px !important;
  font-size: 12px; }

.payment-methods {
  text-align: center; }
  .payment-methods:before, .payment-methods:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%; }
  .payment-methods__single {
    display: inline-block;
    width: 33.3334%;
    margin-right: -4px;
    vertical-align: middle; }
    .payment-methods__single form {
      margin-bottom: 0; }
    .payment-methods__single--inner {
      padding: 20px;
      box-sizing: border-box; }
    .payment-methods__single__text {
      color: #000 !important;
      padding: 10px;
      border: 1px solid #b7b7b7;
      margin: 20px 20px 10px; }
    .payment-methods__single__title {
      font-weight: bold; }
    .payment-methods__single__ssl {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: 60px;
      transform: translate(50%, -50%);
      background-image: url("/img/payment_logos/ssl.png");
      background-repeat: no-repeat;
      background-size: contain; }
      .payment-methods__single__ssl.pci {
        background-image: url("/img/payment_logos/pci.png");
        transform: translateY(-50%);
        right: 35px; }
    .payment-methods__single button {
      position: relative;
      margin-top: 0;
      padding: 20px 10px;
      background-color: #fff;
      border: none;
      height: 265px;
      width: 100%;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
      justify-content: space-between; }
    .payment-methods__single img {
      width: auto;
      max-width: 100% !important;
      max-height: 75px;
      height: auto; }
    @media screen and (max-width: 736px) {
      .payment-methods__single {
        width: 50%;
        height: 300px; }
        .payment-methods__single button {
          padding: 20px; } }
    @media screen and (max-width: 570px) {
      .payment-methods__single {
        width: 100%;
        height: auto; }
        .payment-methods__single button {
          padding: 20px; } }

.card-registration {
  padding: 40px; }
  @media screen and (max-width: 736px) {
    .card-registration {
      padding: 20px; } }
  .card-registration__form {
    width: 600px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px; }
    @media screen and (max-width: 736px) {
      .card-registration__form {
        padding: 15px; } }
    .card-registration__form .padlock {
      position: absolute;
      right: 0;
      width: 50px; }
      @media screen and (max-width: 736px) {
        .card-registration__form .padlock {
          top: -10px; } }
    .card-registration__form .superform select {
      height: 42px; }
    .card-registration__form .submit-btn {
      background-color: #65b123;
      color: #ffffff !important; }
    .card-registration__form .superform input[type="submit"]:hover {
      color: #ffffff !important;
      background-color: #65b123 !important; }
    .card-registration__form .card-header {
      position: relative; }
    .card-registration__form .cancel-btn {
      text-align: center;
      width: 100%;
      padding: 20px 0px 20px 0px;
      display: block; }
  .card-registration__logo-patronite {
    margin-top: 30px;
    max-width: 100%;
    height: auto; }
  .card-registration .card-registration__text {
    color: #000;
    text-align: left;
    font-weight: normal; }
    @media screen and (max-width: 736px) {
      .card-registration .card-registration__text {
        margin-bottom: 0; } }

/*************************************
**	COPIED CSS
*************************************/
a {
  color: inherit;
  outline: medium none; }

h2 a:hover, h3 a:hover {
  color: #EF4026; }

body.blue h2 a:hover, body.blue h3 a:hover {
  color: #2e99fd; }

body.green h2 a:hover, body.green h3 a:hover {
  color: #39C052; }

a:not([href]) {
  cursor: default; }

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #000; }

font {
  font-family: "Lato", sans-serif; }

.blur {
  filter: url(blur.svg#blur);
  -webkit-filter: blur(40px);
  -moz-filter: blur(40px);
  -ms-filter: blur(40px);
  -o-filter: blur(40px);
  filter: blur(40px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5'); }

.popup_trigger {
  color: #EF4026 !important;
  cursor: pointer; }

#rejestracja .error_message {
  color: #fff; }

#rejestracja input[type="checkbox"] {
  float: left; }

#rejestracja .checkbox_label {
  float: left;
  width: 420px;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1; }
  @media screen and (max-width: 736px) {
    #rejestracja .checkbox_label {
      width: auto; } }

.logo {
  float: left;
  margin-left: 4%;
  margin-top: 1.5vh;
  display: block;
  height: 50%; }

.logo img, .menu img {
  height: 100%; }

.trigger_obserwuj {
  color: #ffffff;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 20px; }

.trigger_obserwuj:hover {
  color: #EF4026; }

.trigger_obserwuj.added i {
  color: #EF4026; }

.trigger_obserwuj .count {
  background: #EF4026;
  padding: 2px 11px;
  margin-left: 10px;
  font-size: 10px;
  color: #fff !important; }

.box {
  font-family: "Lato", sans-serif;
  padding: 15px 35px 35px;
  width: 100%;
  background: #f5f5f5;
  /*    -webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;*/
  box-sizing: border-box;
  position: relative; }

.projekt .autor {
  color: #6B6B6B;
  font-size: 13px;
  margin: 0px 0px 15px;
  display: inline-block; }

.projekt .autor:hover {
  color: #EF4026; }

.projekt .box {
  font-size: 21px;
  margin-top: -12px;
  background: none;
  padding: 60px 0px 35px; }

.projekt .box .date_suffix {
  font-size: 21px;
  font-weight: normal; }

.projekt .box .line {
  /*line-height: 35px;*/ }

.projekt .box .big {
  color: #323232;
  font-size: 51px;
  font-weight: bold; }

.projekt .box .capt.plan {
  color: #6b6b6b;
  margin-top: -10px;
  font-size: 13px; }

.projekt .box .to_end {
  margin-bottom: 20px;
  margin-top: -15px; }

.projekt .box .capt {
  color: #adadad;
  font-size: 11px;
  display: block;
  font-weight: lighter; }

.projekt .sexy_capt {
  color: #adadad;
  font-size: 11px;
  display: block;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-top: 10px; }

.zaproponuj_mecenat {
  margin-top: 20px;
  padding: 20px;
  display: block; }

.zaproponuj_mecenat h3 {
  margin: 0; }

.mecenat_form .fileUpload {
  margin: 0; }

.mecenat_form .fileUpload input.upload_txt {
  color: #111 !important; }

.mecenat_form .fileUpload input.upload_txt {
  float: none !important; }

.projekt .okladka {
  width: 100%; }

.projekt .opis {
  font-size: 13px; }

.projekt .opis a {
  color: #EF4026; }

.projekt p {
  margin: 16px 0;
  padding: 0px; }

.projekt_social a img {
  width: 45px; }

h3.sexy {
  font-size: 20px !important;
  text-align: left !important;
  margin-bottom: 10px !important; }

.boxautor {
  height: 160px;
  overflow: hidden;
  display: block;
  color: #a8a8a8;
  font-size: 13px;
  position: relative; }

.boxautor .avatar {
  float: left; }

.boxautor .data {
  float: left;
  margin-left: 10px;
  width: 145px;
  padding: 10px; }

.boxautor .avatar img {
  width: 160px; }

.boxautor .name {
  font-size: 15px;
  color: #4c4c4c; }

.boxautor .summary {
  position: absolute;
  bottom: 10px; }

.boxautor .summary span {
  color: #4c4c4c; }

.boxautor.ambasador .data {
  width: 410px; }

.boxautor.ambasador {
  color: #4c4c4c !important;
  margin-bottom: 0px; }

.boxautor.ambasador .avatar img {
  width: 112px; }

.boxautor.ambasador .name {
  font-size: 18px;
  font-weight: bold; }

.boxautor.ambasador .data {
  padding: 0px 10px; }

.boxautor.ambasador .summary {
  position: static;
  margin-top: 10px; }

.boxautor.dodaj_komentarz {
  padding-bottom: 20px;
  height: auto; }

.boxautor.dodaj_komentarz .wciecie {
  margin-left: 12px; }

.boxautor.dodaj_komentarz .wciecie .checkbox_label {
  font-size: 15px; }

.boxautor.dodaj_komentarz .wciecie input[type="checkbox"] {
  margin-right: 15px; }

.boxautor.dodaj_komentarz .is_anonim {
  float: left;
  margin-left: 10px;
  margin-top: 10px; }

.boxautor.dodaj_komentarz textarea {
  height: 100px;
  margin-left: 10px;
  width: 430px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.boxautor.dodaj_komentarz input[type="submit"].button2 {
  float: right;
  margin-top: 10px; }

h1.projekt_title {
  margin-top: 0; }

a, a:visited {
  text-decoration: none; }

.meter {
  /*    -moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		padding: 10px;*/
  /*    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
		-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
		box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);*/
  left: 0;
  position: absolute;
  top: -35px;
  width: 100%; }

.meter .percent span {
  display: block;
  height: 15px;
  /*    -webkit-border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;*/
  /*    background-color: rgb(43,194,83);
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(43,194,83)),
			color-stop(1, rgb(84,240,84))
			);
		background-image: -moz-linear-gradient(
			center bottom,
			rgb(43,194,83) 37%,
			rgb(84,240,84) 69%
			);
		-webkit-box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);
		-moz-box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);
		box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);*/
  background: #EF4026;
  position: relative;
  overflow: hidden; }

.meter .percent span:after, .animate > span > span, .pProgress .complete.active {
  /*    content: "";
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		background-image:
			-webkit-gradient(linear, 0 0, 100% 100%,
			color-stop(.25, rgba(255, 255, 255, .2)),
			color-stop(.25, transparent), color-stop(.5, transparent),
			color-stop(.5, rgba(255, 255, 255, .2)),
			color-stop(.75, rgba(255, 255, 255, .2)),
			color-stop(.75, transparent), to(transparent)
			);
		background-image:
			-moz-linear-gradient(
			-45deg,
			rgba(255, 255, 255, .2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, .2) 50%,
			rgba(255, 255, 255, .2) 75%,
			transparent 75%,
			transparent
			);
		z-index: 1;
		-webkit-background-size: 50px 50px;
		-moz-background-size: 50px 50px;
		background-size: 50px 50px;
		-webkit-animation: move 2s linear infinite;
		-moz-animation: move 2s linear infinite;*/
  /*    -webkit-border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;*/
  overflow: hidden; }

.meter .percent {
  background: #fff; }

.meter .percent span {
  max-width: 100%; }

.animate > span:after {
  display: none; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

.meter .bubble {
  color: #fff;
  width: 65px;
  height: 65px;
  font-size: 25px;
  text-align: center;
  position: relative;
  margin-left: -32px;
  /*
	width:17.5%;
	height:18.7%;
	background-size:cover;
	background-position:center;
	*/ }

.meter .bubble img {
  height: 100%; }

.meter .bubble .txt {
  font-size: 10px;
  position: relative;
  top: -59px;
  font-size: 10px; }

.meter .bubble .txt strong {
  font-size: 20px; }

.nagrody {
  font-family: "Lato", sans-serif; }

.nowe_progi {
  text-align: left;
  font-weight: 300; }

.nowe_progi small.wide-button {
  margin: 25px auto;
  padding: 7px; }

.page_profil .button-margin-top {
  margin-bottom: 40px !important;
  position: relative !important;
  top: 30px !important; }

.options {
  margin: 0;
  margin-top: 15px;
  padding: 0;
  overflow: hidden; }

.options li {
  list-style: none;
  font-size: 15px;
  background: #f5f5f5;
  color: #323232;
  padding: 10px 15px;
  width: 145px;
  float: left;
  cursor: pointer;
  text-align: center; }

.options .active, .options li:hover {
  background: #EF4026;
  color: #fff; }

.options .prev {
  font-size: 13px;
  color: #4c4c4c;
  text-align: left;
  background: url("../img/ico/prev.png") no-repeat 15px 13px;
  padding-left: 35px !important;
  width: 145px !important;
  float: left; }

.options .next {
  font-size: 13px;
  color: #4c4c4c;
  text-align: right;
  background: url("../img/ico/next.png") no-repeat 175px 13px;
  padding-right: 55px !important;
  width: 145px !important;
  float: right; }

.options .prev:hover {
  background: url("../img/ico/prev.png") no-repeat 15px -24px #EF4026; }

.options .next:hover {
  background: url("../img/ico/next.png") no-repeat 175px -24px #EF4026; }

.options .disabled {
  opacity: 0.3; }

.nagroda {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  display: block;
  border-right: 6px solid #F5F5F5;
  margin-top: 20px;
  /*cursor:pointer;*/
  position: relative; }

.nagroda.blocked, .zakonczony .nagroda {
  opacity: 0.5; }

.nagroda:hover, .nagroda.incart {
  border-color: #EF4026;
  /*transform: scale(1.05);*/ }

body.blue .nagroda:hover, .nagroda.incart {
  border-color: #2e99fd; }

body.green .nagroda:hover, .nagroda.incart {
  border-color: #39C052; }

.nagroda.incart:before {
  background: #EF4026;
  color: #fff;
  content: "W koszyku!";
  font-size: 13px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0; }

.nagroda .loading_icon {
  position: absolute;
  top: -10px;
  right: 5px; }

.nagroda h2 {
  font-size: 15px;
  color: #707070;
  font-weight: normal;
  margin: 0; }

.nagroda .kwota {
  color: #4d4d4d;
  font-size: 28px; }

.nagroda .wspierajacy {
  color: #848484;
  font-size: 13px;
  padding-left: 20px;
  background: url("../img/nagroda_user_min.png") no-repeat 0 4px; }

.nagroda p {
  color: #888;
  font-size: 2vh;
  font-weight: lighter; }

.nagroda .opis {
  margin-top: 20px;
  color: #4c4c4c;
  font-size: 13px;
  font-weight: lighter;
  clear: both; }

.nagroda .dostawa {
  color: #888888;
  font-size: 11px;
  font-weight: lighter;
  margin-top: 10px; }

.nagroda.edit textarea {
  font-size: 12px; }

.nagroda.edit label {
  color: #7A7A7A !important;
  font-size: 18px !important; }

.nagroda.edit small {
  color: #7A7A7A !important; }

.nagroda.edit .item {
  margin-bottom: 10px; }

.nagroda.edit input[type="text"] {
  padding: 10px 5px; }

.nagroda.edit:hover {
  background: #FFF; }

.nagroda.edit textarea, .nagroda.edit select {
  background: #F5F5F5; }

.nagroda.edit .control * {
  width: 150px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-transform: uppercase; }

.nagroda.edit .control .zapisz {
  background: #F5F5F5;
  float: left; }

.nagroda.edit .control .usun {
  background: #DD6B55;
  color: #fff;
  float: right;
  padding: 20px;
  font-size: 18px !important;
  text-align: center;
  font-weight: normal !important; }

.progi {
  margin-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .progi .owl-item {
      width: 80%; } }

.profil-info-cont .wc-right .prog {
  width: 100%;
  box-sizing: border-box; }

#strefa_autora_cont .prog {
  width: 50%;
  display: block;
  margin: 0 auto 20px auto; }

.prog {
  text-align: left;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 20px;
  position: relative; }

.prog:hover .price, .prog.active .price {
  /*    background: #FF1F01;*/
  border-color: white;
  color: #fff; }
  @media screen and (max-width: 736px) {
    .prog:hover .price, .prog.active .price {
      color: black;
      border: 1px solid #CCC; } }

.prog.sub:before {
  background: #EF4026;
  color: #fff;
  content: "Subskrybujesz!";
  font-size: 13px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  bottom: -1px; }

.prog:hover, .prog.active {
  /*    border-bottom: 6px solid #FF1F01;*/ }

.prog .price {
  font-size: 20px;
  border: 1px solid #CCC;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s; }

.prog .price span {
  font-size: 35px;
  font-weight: 600; }

.prog .patroni {
  font-size: 13px;
  color: #aaa;
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s; }

.prog:hover .patroni {
  color: white; }
  @media screen and (max-width: 736px) {
    .prog:hover .patroni {
      color: #aaa; } }

.prog .info {
  margin-bottom: 20px; }

.prog .limit {
  font-size: 13px;
  color: #aaa;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s; }

.prog:hover .limit {
  color: white; }
  @media screen and (max-width: 736px) {
    .prog:hover .limit {
      color: #aaa; } }

.prog .opis {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: justify;
  -webkit-transition: all .2s;
  transition: all .2s;
  word-wrap: break-word; }
  @media screen and (max-width: 736px) {
    .prog .opis {
      white-space: normal;
      display: none; }
      .des .prog .opis {
        display: block; } }

.prog:hover .opis {
  color: white; }
  @media screen and (max-width: 736px) {
    .prog:hover .opis {
      color: #333; } }

.prog .controls, .post .controls {
  opacity: 0;
  margin-top: 20px;
  margin-left: 10px; }

.prog .controls {
  margin-left: 0; }

.prog:hover .controls, .post:hover .controls {
  opacity: 1; }

body.blue .prog-overlay {
  background: rgba(46, 153, 253, 0.8); }

body.green .prog-overlay {
  background: rgba(57, 192, 82, 0.8); }

.prog .prog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 64, 38, 0.65);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  display: none;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.prog:hover .prog-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }
  @media screen and (max-width: 736px) {
    .prog:hover .prog-overlay {
      display: none; } }

.prog:hover .price, .prog:hover .info, .prog:hover .opis {
  filter: blur(4px); }

@media screen and (max-width: 736px) {
  .grid_patroni {
    width: 79%;
    margin: 0 auto 20px; } }

.controls {
  font-size: 14px;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 999; }

.controls .function {
  display: inline-block;
  margin-right: 10px; }
  .controls .function:hover {
    color: #fff; }

.controls .function:hover:not(.disabled) .fa {
  color: #fff; }

.controls .function.disabled {
  opacity: 0.4; }

.controls .function:not(.disabled) {
  cursor: pointer; }

.dodaj_post_trigger {
  margin-bottom: 30px; }

small.dodaj_post_trigger.p-button-black {
  width: 375px;
  margin: 30px auto;
  color: #222;
  font-weight: 600;
  cursor: pointer; }
  @media screen and (max-width: 736px) {
    small.dodaj_post_trigger.p-button-black {
      width: 100%;
      box-sizing: border-box; } }

small.dodaj_post_trigger.p-button-black:hover {
  color: white; }

.fullpage.dark {
  background: #373737;
  color: #fff; }

.fullpage.center {
  display: table;
  width: 100%; }

.fullpage.center .fp-tableCell {
  vertical-align: middle; }

.fullpage.center .dzieki {
  vertical-align: middle;
  margin-left: 4%;
  margin-right: 4%;
  overflow: hidden; }

.fullpage.center h2 {
  font-size: 7vh;
  font-weight: normal; }

.fullpage.center p {
  font-size: 2vh; }

.fullpage.center h3 {
  font-size: 3vh;
  font-weight: normal; }

.swal_login {
  margin: 20px 0 5px;
  overflow: hidden; }

.swal_login * {
  float: left !important;
  padding: 5px !important;
  font-size: 20px !important;
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 50px !important;
  margin-left: 20px; }

.swal_login .button_fb {
  padding: 0px !important;
  padding-left: 10px !important;
  color: white; }

.swal_login .button {
  font-size: 20px !important;
  padding: 0px !important; }

.login .red input[type="submit"].button2 {
  float: right;
  padding: 20px 85px; }

.login .grey input[type="submit"].button2 {
  float: right;
  padding: 20px 35px; }

.login_page {
  margin-top: 0px; }

.login_page h3 {
  margin: 10px 0;
  text-align: left; }

.login_page .superform small {
  color: #fff; }

.login_page .superform small a {
  color: #FFF !important;
  font-weight: bold; }

.login_page .superform .checkbox_label, .login_page .zresetuj {
  color: #fff !important; }

.login_page .superform .login-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 300; }

.login_page .superform .login-options .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.login_page .superform .login-options .item input {
  position: relative;
  top: -10px; }

.login_page .superform .login-options .item a,
.login_page .superform .login-options .item label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.login_page .superform .login-options .item a:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

.login_page .superform .login-options .item input {
  position: relative;
  top: -15px; }

.login_page .superform input[type="submit"] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  color: #fff;
  display: block;
  margin: auto;
  font-weight: 600;
  width: 250px;
  text-transform: uppercase; }

body.blue .login_page .superform input[type="submit"]:hover {
  color: #2e99fd; }

body.green .login_page .superform input[type="submit"]:hover {
  color: #39C052; }

.login_page .superform input[type="submit"]:hover {
  background: white;
  border: 1px solid white;
  color: #EF4026; }

.login_page input.p-button-white,
.login_page input[type="checkbox"] {
  opacity: 1 !important; }

.superlogin-form {
  width: 500px;
  margin: 75px auto;
  padding: 25px; }

.superlogin-form label {
  font-size: 20px !important; }

.superlogin-form input[type=submit] {
  background: transparent;
  border: 1px solid #222;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px; }

.superlogin-form input[type=submit]:hover {
  color: white !important;
  background: #EF4026 !important;
  border-color: #EF4026 !important; }

.wc {
  width: 1000px;
  margin: auto;
  max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .wc {
      width: 100%;
      padding: 15px;
      box-sizing: border-box; }
      .media .wc {
        padding: 15px; } }

.wf {
  width: 95%;
  margin: auto; }

.wc700 {
  width: 700px;
  margin: auto; }

.wc.narrow {
  width: 440px; }

.grey {
  background: #F2F2F2;
  color: #3d3d3d; }

.grey2 {
  background: #dadada;
  color: #3d3d3d; }

.black {
  background: #000;
  color: #fff; }

body.blue .red {
  background: #2e99fd; }

body.green .red {
  background: #39C052; }

.red {
  background: #EF4026;
  color: #fff; }

.red .superform small {
  color: white; }

.red input[type="submit"].button2 {
  background: inherit !important;
  color: inherit !important;
  display: inherit !important;
  margin: inherit !important;
  width: inherit !important;
  border: 2px solid #fff; }

.grey input[type="submit"].button2, .grey2 input[type="submit"].button2 {
  background: inherit !important;
  color: #4c4c4c !important;
  display: inherit !important;
  margin: inherit !important;
  width: inherit !important;
  border: 2px solid #4c4c4c; }

.red h1, .red h2, .red h3, .red label {
  color: #fff !important; }

.red1 {
  background: #F61C00;
  color: #fff; }

.red2 {
  background: #FF3F26;
  color: #fff; }

.red3 {
  background: #FF523B;
  color: #fff; }

.red4 {
  background: #FF604B;
  color: #fff; }

.red5 {
  background: #FF6E5B;
  color: #fff; }

.red6 {
  background: #FF7B69;
  color: #fff; }

.darkgrey {
  background: #2b2b2b;
  color: #fff; }

.darkgrey h1, .darkgrey h2, .darkgrey h3, .darkgrey label {
  color: #fff !important; }

.semidarkgrey {
  background: #5c5c5c;
  color: #fff; }

.semidarkgrey label, .semidarkgrey h3, .semidarkgrey small {
  color: #fff !important; }

body.blue .button {
  background: #2e99fd; }

body.green .button {
  background: #39C052; }

.button {
  text-transform: uppercase;
  background: #EF4026;
  padding: 10px 35px;
  font-size: 12px !important;
  float: right;
  color: #fff !important;
  border: 0;
  font-weight: bold !important;
  cursor: pointer;
  /*width: inherit !important;*/ }

.button.grey {
  text-transform: inherit;
  background-color: #545454;
  border-radius: 7px;
  color: white;
  font-size: 14px;
  margin-top: 20px;
  padding: 8px 0 !important;
  text-align: center;
  width: 100%; }

.button.grey:hover {
  background-color: #EF4026; }

.button.inline {
  display: inline-block;
  float: none;
  margin-top: 10px;
  color: white; }

.p-button-white.inline {
  display: inline-block !important;
  margin-top: 10px !important; }

.button_fb {
  font-size: 14px;
  font-weight: bold;
  width: 200px;
  height: 50px;
  display: block;
  color: #fff;
  padding-left: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  background: url("../img/ico/social/facebook2.png") no-repeat #507CBE;
  background-size: 50px;
  float: left;
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 10px; }
  @media screen and (max-width: 736px) {
    .button_fb {
      padding-left: 60px;
      font-size: 14px; } }

.autowidth {
  width: 100%;
  display: block;
  float: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.button2 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 23px;
  display: inline-block;
  color: #fff;
  background: none;
  border: 2px solid white; }

.button2:hover {
  display: inline-block;
  color: #FFF; }

.button2.grey {
  border: 2px solid #c6c6c6;
  color: #c6c6c6; }

.button2.darkgrey {
  border: 2px solid #909090;
  color: #909090; }

.button2.darkgrey:hover {
  border: 2px solid #BF1600 !important;
  color: #fff !important; }

.button2.dark {
  background: none !important;
  text-transform: uppercase !important;
  color: #070707 !important;
  border: 4px solid #070707 !important; }

.button2.dark:hover, .grey input.button2.dark[type="submit"]:hover, .grey2 input.button2.dark[type="submit"]:hover {
  border: 4px solid #BF1600 !important;
  color: #fff !important;
  background: #BF1600 !important; }

.grey input.button2.center[type="submit"], .grey2 input.button2.center[type="submit"] {
  margin: auto !important; }

.block {
  padding-bottom: 20px;
  padding-top: 20px; }

.block_big {
  padding: 150px 0; }

.partnerzy_slide {
  margin-bottom: 60px; }

.partnerzy_slide .partner {
  overflow: hidden;
  height: 200px;
  width: 250px;
  position: relative;
  float: left; }

.partnerzy_slide .img {
  position: absolute;
  top: 70px;
  left: 70px; }

.partnerzy_slide .desc {
  height: 200px;
  width: 250px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease 0.1s;
  transition: opacity 0.25s ease 0.1s;
  background: #EBEBEB;
  color: #A7A7A7;
  border: 1px solid #B7B7B7;
  padding: 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.partnerzy_slide .desc .cont {
  width: 250px;
  display: block; }

.partnerzy_slide .partner:hover .desc, .partnerzy_slide .partner.active .desc {
  opacity: 1; }

/*.page_jaktodziala h3{
	margin:inherit;
}

.page_jaktodziala h1{
	margin:inherit;
	text-align:center;
	margin:auto;
	display:block;
}

.page_jaktodziala .options {
	margin: 50px auto;
	background: none;
	width: 470px;
}

.page_jaktodziala .options li {
	width: auto;
	font-size:20px;
}

.page_jaktodziala .options li.active, .page_jaktodziala .options li:hover {
	color: #fff !important;
	border: 2px solid #EF4026 !important;

}

.jak_to_dziala {
	padding:80px 100px;
	overflow: hidden;
	color:#fff !important;
}

.jak_to_dziala a:hover {
	font-weight: bold;
}

.jak_to_dziala h3 {
	color: #fff;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 10px;
}


.jak_to_dziala p {
	margin-top: 40px;
}

.jak_to_dziala ul {
	margin:0;
	padding:0;
	margin-left: 250px;
}

.jak_to_movie {
		max-height:900px;
		overflow: hidden;
}

.jak_to_movie .pretty-embed {
}

.jak_to_dziala li {
	line-height: 30px;
}

.jak_to_dziala img{
	float: left;
	margin-right: 40px;
}

.jak_to_dziala .button2{
	font-size: 25px;
	font-weight: normal;
	padding: 20px 50px;
}

.jak_to_dziala .button2:hover{
	background: #fff !important;
	color: #434343 !important;
	border: 2px solid #fff !important;
}*/
.page_kontakt input[type="submit"] {
  background: transparent !important;
  border: 1px solid #222;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: block; }

.page_kontakt input[type="submit"]:hover {
  /*
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
*/
  background-color: #EF4026 !important;
  border-color: #EF4026 !important;
  color: #fff !important; }

/*

.page_kontakt input[type="submit"]:hover {
	background: #474747 !important;
	border: 0px solid #474747 !important;
}
*/
.page_kontakt .superform input, .page_kontakt .superform textarea {
  background: #eee; }

.superform div.item input {
  opacity: 1; }

.login_page .superform div.item input {
  opacity: 0.2;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out; }

.login_page .superform div.item input:hover,
.login_page .superform div.item input:focus {
  opacity: 1; }

.kim_jestesmy {
  overflow: hidden;
  padding: 40px 0;
  height: 770px; }

.kim_jestesmy .avatar {
  line-height: 0;
  display: inline-block;
  border-radius: 50%;
  width: 295px;
  margin-bottom: 30px; }

.kim_jestesmy .profile {
  height: 750px;
  overflow: hidden; }

.kim_jestesmy .profil {
  float: left;
  width: 310px;
  padding: 15px; }

.kim_jestesmy .profil .facebook {
  margin: -10px 0 10px; }

.kim_jestesmy .profil:first-child {
  padding-left: 0; }

.kim_jestesmy .profil:last-child {
  padding-right: 0; }

.kim_jestesmy .profil .kto {
  font-weight: bold;
  font-size: 20px; }

.kim_jestesmy .profil .pozycja {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 13px; }

.kim_jestesmy .profil .facebook a {
  font-size: 13px;
  color: #EF4026; }

.kim_jestesmy .profil .opis {
  font-size: 13px;
  margin-top: 5px;
  max-height: 330px;
  overflow-y: auto;
  text-align: justify; }

.parallax-window {
  min-height: 500px;
  clear: both;
  position: relative; }

.parallax-window h3 {
  background: none;
  color: #fff;
  margin: 0px; }

.parallax-window p {
  color: #fff;
  font-size: 50px;
  margin: 0px 0px 20px; }

.parallax-window.dark p, .parallax-window.dark h3 {
  color: #3D3D3D; }

.parallax-window blockquote {
  margin: 0;
  padding: 0;
  width: 500px;
  top: 170px;
  position: absolute; }

.parallax-window blockquote select {
  height: 55px;
  padding: 0 20px; }

.parallax-window blockquote, .parallax-window blockquote label {
  text-align: center; }

.options.small_dot {
  clear: both;
  background: none;
  text-align: center;
  overflow: none; }

.options.small_dot li {
  padding: 0;
  margin: 0;
  background: #c6c6c6;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  line-height: 18px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  float: none; }

.options.small_dot li.active, .options.small_dot li:hover {
  background: #EF4026; }

.socialbig {
  overflow: hidden;
  padding: 60px 0;
  font-family: arial; }

.socialbig .left {
  width: 530px;
  float: left; }

.socialbig .social {
  width: 280px;
  float: right; }

.socialbig .social a {
  float: left;
  font-size: 55px;
  margin: 0px 20px 20px 0;
  width: 70px;
  height: 70px; }

.socialbig h3 {
  background: none;
  color: #fff;
  font-size: 50px;
  margin: 20px 0; }

.socialbig .social img {
  width: 110px;
  margin: 5px; }

.social a {
  color: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 25px;
  margin-right: 7px; }

.social a:hover, .social_grid a:hover:not(.disabled) {
  color: #EF4026; }

img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }

.oh {
  overflow: hidden; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.tc {
  text-align: center; }

.tj {
  text-align: justify; }

.tal {
  text-align: left !important; }

.bs {
  box-sizing: border-box; }

.pr {
  position: relative; }

.nm {
  margin: 0 !important; }

.hidden {
  display: none; }

/* HEADER */
.autor_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0px;
  z-index: 999999;
  border-bottom: 1px solid #FFEFF1;
  background: #fff;
  height: 50px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 736px) {
    .autor_header {
      display: none !important; } }

.autor_header .top_logo {
  left: 0;
  display: inline-block;
  margin-left: 0;
  margin-top: 5px; }

.autor_header .login_bar {
  background: transparent;
  top: 0; }

.autor_header .top_logo img {
  width: 140px;
  height: 35px; }

h1.top_logo a img {
  width: 250px;
  height: 63px; }

.autor_header .title {
  display: inline-block;
  position: absolute;
  left: 210px;
  top: 8px;
  font-weight: lighter;
  font-size: 24px;
  width: 450px;
  overflow: hidden;
  height: 35px; }

@media (max-width: 1320px) {
  .autor_header .title {
    font-size: 16px;
    top: 14px;
    left: 160px; } }

@media (max-width: 1060px) {
  .autor_header .title {
    display: none; } }

.autor_header .submenu {
  margin-top: 55px;
  font-size: 14px; }

.autor_header .submenu li {
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0.8; }

.autor_header .submenu li:hover {
  color: #EF4026;
  opacity: 1; }

.autor_header .bar-for-a-while {
  background: #EF4026;
  height: 30px;
  width: 800px;
  padding: 0 30px;
  display: none; }

.autor_header .bar-for-a-while h2 {
  font-size: 16px;
  font-weight: 100;
  text-align: right;
  color: white;
  margin: 0 10px 0 0;
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: -10px; }

.autor_header .bar-for-a-while ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 30px; }

.autor_header .bar-for-a-while ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: table-cell;
  text-align: center; }

.autor_header .bar-for-a-while ul li a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  line-height: 30px !important;
  color: white;
  background-color: #EF4026;
  -webkit-transition: 0.25s;
  transition: 0.25s ease-in-out; }

.autor_header .bar-for-a-while ul li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

.autor_header .bar-for-a-while ul li a:hover {
  background-color: white;
  color: black; }

.zostan_patronem {
  display: block;
  padding: 10px 5px;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 100;
  border-radius: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*

.zostan_patronem:hover {
	background-color: #EF4026;
	border-color: #EF4026;
	color: white;
}
*/
body.blue .top_menu .zostan_patronem_menu {
  background: #2e99fd; }

body.green .top_menu .zostan_patronem_menu {
  background: #39C052; }

.top_menu .zostan_patronem_menu {
  position: absolute;
  top: 50px;
  right: -320px;
  background: #EF4026;
  color: #fff; }

header {
  position: relative; }

.login_bar {
  position: absolute;
  padding: 5px;
  right: 40px;
  top: 20px;
  z-index: 9999; }
  @media screen and (max-width: 736px) {
    .login_bar {
      display: none; } }

.mobile_bar {
  display: none; }
  .mobile_bar #main-menu-mobile-trigger {
    color: #747474;
    font-size: 20px;
    padding: 10px;
    display: none;
    position: relative;
    z-index: 999; }
    .mobile_bar #main-menu-mobile-trigger i.cl-white {
      color: white; }
  .mobile_bar .menu-list {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 100%;
    transition: .3s all ease-in-out;
    background-color: #EF4025;
    margin: 0;
    padding: 80px 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden; }
    .mobile_bar .menu-list.active {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .mobile_bar .menu-list li {
      display: block;
      text-align: center; }
      .mobile_bar .menu-list li a {
        color: #fff;
        padding: 5px;
        display: block; }
  @media screen and (max-width: 736px) {
    .mobile_bar {
      position: absolute;
      padding: 5px;
      right: 0px;
      top: 20px;
      z-index: 9999;
      display: block; }
      .mobile_bar #main-menu-mobile-trigger {
        display: block; } }

.page_homepage header .mobile_bar {
  right: 2%; }
  .page_homepage header .mobile_bar #main-menu-mobile-trigger {
    color: #ffffff; }
  @media screen and (max-width: 736px) {
    .page_homepage header .mobile_bar {
      top: 15px; } }

.top_bar {
  z-index: 9999;
  color: #747474;
  position: relative; }

header .top_bar {
  height: 100px; }

.page_homepage header .user_menu a {
  color: #fff; }

.page_homepage header .user_menu .a-reminder {
  animation: pound-from-white 1s infinite; }

body.blue.page_homepage header .user_menu .a-reminder {
  animation: pound-from-white-to-blue 1s infinite; }

body.green.page_homepage header .user_menu .a-reminder {
  animation: pound-from-white-to-green 1s infinite; }

.page_homepage header .top_bar {
  height: inherit; }

.page_homepage .top_logo {
  left: 10%;
  margin-left: 0; }
  @media screen and (max-width: 736px) {
    .page_homepage .top_logo {
      top: 0; } }

.page_homepage header .top_bar a img {
  width: 250px;
  height: 63px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 736px) {
    .page_homepage header .top_bar a img {
      width: 200px;
      height: auto; } }

.page_homepage header .top_bar a img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

body.blue .top_bar a:hover, body.blue .top_bar a.current_url {
  color: #2e99fd; }

body.green .top_bar a:hover, body.green .top_bar a.current_url {
  color: #39C052; }

.top_bar a:hover, .top_bar a.current_url {
  color: #EF4026; }

.current_url .a-pulse {
  animation: none; }

.top_bar .user {
  cursor: pointer;
  float: right;
  font-size: 12px;
  position: relative; }

.top_logo {
  position: absolute;
  left: 50%;
  margin-left: -141px;
  margin-top: 15px; }

.top_menu {
  margin: 0px;
  position: absolute;
  z-index: 999;
  right: 280px; }

.top_menu li {
  line-height: 10px;
  padding: 20px 25px;
  list-style: outside none none;
  display: inline-block;
  margin: 0px; }

.top_menu li.active, .top_menu li:hover {
  background: #EF4026;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

body.blue .top_menu li.active, body.blue .top_menu li:hover {
  background: #2e99fd; }

body.green .top_menu li.active, body.green .top_menu li:hover {
  background: #39C052; }

.user_menu li {
  margin-right: 26px;
  float: left;
  position: relative;
  list-style: none; }
  @media screen and (max-width: 736px) {
    .user_menu li {
      margin-right: 0;
      float: none; } }

.user_menu li:last-child {
  padding-right: 0;
  margin-right: 0; }

.user_menu a, .user_menu i {
  font-size: 18px;
  color: #747474;
  -webkit-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
  text-decoration: none;
  display: block;
  padding: 11px 7px 10px 7px;
  margin: 0;
  margin-bottom: 6px; }

.hamburger-menu {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 100;
  cursor: pointer; }
  @media screen and (max-width: 736px) {
    .hamburger-menu {
      right: 10px;
      top: 32px;
      font-size: 27px; } }
  .hamburger-menu i {
    color: #747474;
    transition-duration: 1s; }
  .hamburger-menu.opened {
    position: fixed;
    right: 35px; }
    @media screen and (max-width: 736px) {
      .hamburger-menu.opened {
        right: 20px; } }

@media screen and (max-width: 736px) {
  .page_homepage .hamburger-menu {
    top: 29px;
    font-size: 22px; } }

.page_homepage .hamburger-menu i {
  color: white; }

.just_mobile {
  display: none; }
  @media screen and (max-width: 736px) {
    .just_mobile {
      display: block; } }

.menu_hamburger_right {
  position: fixed;
  right: -250px;
  width: 250px;
  height: 9000px;
  z-index: 1;
  background: black;
  transition-duration: 1s; }
  @media screen and (max-width: 736px) {
    .menu_hamburger_right {
      right: -100%;
      width: 100%;
      text-align: center; } }
  .menu_hamburger_right.active {
    right: 0;
    transition-duration: 1s; }
  .menu_hamburger_right .menu-list {
    margin-top: 100px; }
    @media screen and (max-width: 736px) {
      .menu_hamburger_right .menu-list {
        padding: 0; } }
    .menu_hamburger_right .menu-list li {
      float: left;
      width: 100%;
      font-size: 1.2rem;
      color: white;
      opacity: 1;
      padding-bottom: 5px; }
      .menu_hamburger_right .menu-list li a {
        display: block; }

.ov-h {
  overflow: hidden; }

.top_menu .separator {
  cursor: default;
  margin: 10px 40px 0 15px;
  width: 1px; }

.top_menu li ul li a {
  margin: 0; }

.top_menu .active a, .top_menu li:hover > a {
  /*background: #EF4026;
	color: #FFFFFF;

	font-weight: bold;
	*/
  /*transition: background 0.2s ease-in-out 0.1s;*/ }

.top_menu ul li:hover a, .top_menu li:hover li a {
  background: none;
  border: none;
  color: #666; }

.top_menu ul a:hover {
  background: #EF4026 !important;
  color: #FFFFFF !important;
  border-radius: 0; }

.top_menu li:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0.1s;
  transition: opacity 0.25s ease 0.1s; }

.top_menu ul {
  background: #FFFFFF;
  display: block;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 195px;
  position: absolute;
  top: 39px;
  left: 0; }

.top_menu ul li {
  float: none;
  margin: 0;
  padding: 0; }

.top_menu ul a {
  padding: 10px 0px 10px 15px;
  color: #424242 !important;
  font-size: 13px;
  font-style: normal;
  font-family: arial;
  font-weight: normal; }

.top_menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.top_menu {
  display: inline-block; }

ul.menu-author {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px 0;
  margin: 50px 0;
  background-color: #EF4026;
  list-style-type: none; }

ul.menu-author li {
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  transition: 0.25s;
  text-transform: uppercase;
  font-size: 12px; }

ul.menu-author li:hover {
  color: white;
  transform: scale(1.05);
  cursor: pointer; }

html[xmlns] .top_menu {
  display: block; }

* html .top_menu {
  height: 1%; }

/* Effect 5: same word slide in */
.cl-effect-5 a {
  overflow: hidden; }

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.cl-effect-5 a span::before {
  position: absolute;
  top: -35px;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap; }

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  /*
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
	*/
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px); }

/* FOOTER */
footer {
  background: #111111;
  color: #e7e7e7;
  font: 12px/16px "Lato", sans-serif;
  text-align: left; }

footer .c1 {
  width: 260px;
  float: left;
  overflow: hidden;
  padding-top: 50px; }
  @media screen and (max-width: 736px) {
    footer .c1 {
      text-align: center;
      width: auto;
      float: none;
      padding-top: 0; } }

footer .c1 .fl, footer .c2 .fl {
  padding: 0px 10px 0px 0px;
  width: 115px;
  font-size: 11px; }

footer .c1 .fl:last-child {
  padding-right: 0px; }

footer .bottom_cat a {
  margin-right: 10px;
  font-size: 14px;
  font-weight: lighter; }
  @media screen and (max-width: 736px) {
    footer .bottom_cat a {
      display: inline-block;
      margin-bottom: 10px; } }

@media screen and (max-width: 736px) {
  footer .bottom_cat {
    display: none; } }

footer .c2 {
  width: 600px;
  float: left;
  font-size: 13px;
  padding-top: 70px; }
  @media screen and (max-width: 736px) {
    footer .c2 {
      width: 100%;
      text-align: center;
      padding-top: 20px; } }

footer .c3 {
  width: 50px;
  float: left;
  font-size: 11px;
  padding-top: 45px; }
  @media screen and (max-width: 736px) {
    footer .c3 {
      width: 100%;
      text-align: center;
      padding-top: 20px; } }

footer .c2 p {
  line-height: 25px; }

footer hr {
  height: 7px;
  /*background: #3b6475;*/
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both; }

footer .social {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: right; }
  @media screen and (max-width: 736px) {
    footer .social {
      text-align: center; } }

footer .social img {
  width: 40px; }

#newsletter_form input {
  border: 0px none;
  color: #333;
  padding: 5px 20px;
  width: 540px;
  box-sizing: border-box;
  height: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#newsletter_form input[type="submit"] {
  background: none repeat scroll 0 0 #EF4026;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  width: 75px;
  height: 61px;
  font-size: 25px;
  font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  position: relative;
  top: 3px; }

#newsletter_form input[type="submit"]:hover {
  background: #FFF;
  color: #232323; }

footer .footer_copy {
  color: #3B3B3B;
  background: #060606;
  padding: 30px 0; }

.parallax_stopka {
  height: 350px;
  min-height: 350px;
  overflow: hidden;
  margin-top: 60px; }

.parallax_stopka blockquote {
  margin: 0px;
  padding: 0px;
  width: 700px;
  top: 40px;
  position: absolute;
  margin-left: 135px; }

.parallax_stopka p {
  font-size: inherit; }

.parallax_stopka h3 {
  margin-bottom: 25px; }

.menu_bottom {
  margin-bottom: 40px; }

.menu_bottom ul {
  margin-top: 12px; }

.menu_bottom ul li {
  display: inline;
  margin-right: 40px; }

.menu_bottom ul a {
  color: #e3e3e3;
  font-family: "Lato", sans-serif;
  font-size: 12px; }

.clear {
  clear: both; }

.tac {
  text-align: center; }

body.blue h1 i, body.blue h2 i, body.blue h3 i {
  color: #2e99fd; }

body.green h1 i, body.green h2 i, body.green h3 i {
  color: #39C052; }

h1 .help-box, h2 .help-box, h3 .help-box {
  margin-right: 0px;
  color: black;
  font-size: 15px;
  margin-left: 10px;
  position: relative;
  top: -4px; }

.button i {
  margin-right: 10px; }

h4 {
  color: #e7e7e7;
  display: block;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 20px;
  text-align: left; }

.pagination {
  text-align: center; }

.pagination li {
  background: #c6c6c6;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: 10px;
  /*text-indent: -10000px;*/
  line-height: 18px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 0px;
  height: 10px;
  line-height: 19px;
  margin: 0 5px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.pagination li * {
  width: 20px;
  height: 20px;
  display: block; }

.pagination li.active, .pagination li:hover {
  background: #EF4026; }

.pagination li:hover {
  text-indent: 0px; }

.pagination li.disabled {
  opacity: 0.3; }

@media screen and (max-width: 736px) {
  .two_columns {
    padding: 0 20px;
    box-sizing: border-box; } }

.two_columns .left_column {
  width: 600px;
  float: left; }

.two_columns .right_column {
  width: 350px;
  float: right; }

.two_columns.equal .left_column {
  width: 450px !important;
  float: left; }
  @media screen and (max-width: 736px) {
    .two_columns.equal .left_column {
      width: 100% !important;
      float: none; } }

.two_columns.equal .right_column {
  width: 450px !important;
  float: right; }
  @media screen and (max-width: 736px) {
    .two_columns.equal .right_column {
      width: 100% !important;
      float: none; } }

.two_columns .left_column .options {
  margin-bottom: 25px; }

.two_columns .left_column .options li {
  width: 120px; }

.options li small {
  font-size: 9px;
  color: gray; }

.options li:hover small, .options li.active small {
  color: #fff; }

.options.nmt {
  margin-top: 0px; }

.page_kategoria .lista_kategorii {
  margin: 30px 0px 0; }
  @media screen and (max-width: 736px) {
    .page_kategoria .lista_kategorii {
      text-align: center; } }

.page_kategoria .lista_kategorii a {
  margin-right: 40px;
  color: #C2C2C2;
  line-height: 30px;
  display: inline-block;
  width: 100px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .page_kategoria .lista_kategorii a {
      margin-right: 0; } }

body.blue .page_kategoria .lista_kategorii .active {
  color: #2e99fd;
  border-bottom: 2px solid #2e99fd; }

body.green .page_kategoria .lista_kategorii .active {
  color: #39C052;
  border-bottom: 2px solid #39C052; }

.page_kategoria .lista_kategorii .active {
  font-weight: bold;
  color: #EF4026;
  border-bottom: 2px solid #EF4026; }

body.blue .page_kategoria .lista_kategorii a:hover {
  color: #2e99fd; }

body.green .page_kategoria .lista_kategorii a:hover {
  color: #39C052; }

.page_kategoria .lista_kategorii a:hover {
  color: #EF4026; }

@media screen and (max-width: 736px) {
  .projekty_box {
    margin-left: -2.5%;
    margin-right: -2.5%; } }

.projekty_box .pagination_lazy {
  display: none; }

.promo_box {
  position: relative;
  margin-bottom: 50px; }

.promo_box .pagination_nav {
  display: none; }

.promo_box .options li {
  font-size: 15px;
  width: 163px;
  padding: 0; }

.promo_box .options {
  margin-bottom: 20px;
  position: absolute;
  right: 5px;
  top: -10px; }

.promo_box .loading_icon {
  position: absolute;
  top: 60px; }

.promo_box ul.BoxList li:nth-child(4n) {
  margin-right: 0; }

.promo_box .button2 {
  padding: 20px 80px;
  font-size: 20px;
  margin: auto; }

.promo_box.box_polecane .options, .promo_box.box_todlamniewazne .options {
  display: none; }

.promo_box .najnowsi-button {
  margin: 20px auto;
  width: 140px;
  float: initial; }

.promo_box .najnowsi-button:hover {
  margin: 20px auto;
  width: 140px;
  float: initial; }

.box_partnerzy a {
  display: inline-block; }

.box_partnerzy img {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }

.fun_tab .tab_cont {
  display: none;
  /*margin-bottom: 10px;*/
  overflow: hidden; }

.add_comment.no_user {
  margin-top: 50px;
  border: 1px solid #cacaca;
  text-align: center;
  padding: 25px 10px;
  font-size: 16px;
  margin-bottom: 50px;
  border: 1px dotted #CACACA; }

.add_comment.no_user span {
  color: #4ECF15; }

.komentarze .komentarz {
  padding: 30px 20px;
  position: relative;
  /*border-bottom:1px dotted #cacaca;*/
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }

.komentarze .komentarz .time {
  font-size: 11px;
  color: gray; }

.komentarze .komentarz.admin {
  background: #F3F3F3; }

.komentarze .komentarz.autor {
  background: #F2FCF5; }

.komentarze .komentarz img {
  float: left;
  height: 110px;
  margin-right: 15px;
  width: 110px; }

.komentarze .komentarz h3 {
  color: #202020;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 14px; }

.komentarze .komentarz .right {
  color: #020202;
  float: right;
  font-weight: bold;
  margin-right: 5px; }

.komentarze .komentarz .text {
  font-size: 13px; }

.wspierajacy_box {
  overflow: hidden; }

.wspierajacy_box .wspierajacy {
  border-bottom: 1px dotted #dcdcdc;
  float: left;
  margin: 10px;
  padding: 0 0 20px;
  width: 270px;
  display: block;
  height: 60px; }

.wspierajacy_box .wspierajacy .time {
  font-size: 11px;
  color: gray; }

.wspierajacy_box .wspierajacy img {
  float: left;
  height: 60px;
  margin-right: 15px;
  width: 60px; }

.wspierajacy_box .wspierajacy h3 {
  background: none;
  color: #202020;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 14px; }

.wspierajacy_box .wspierajacy .text {
  font-size: 13px; }

.wspierajacy_box .wspierajacy .rest {
  float: right;
  width: 190px; }

.trigger_wszyscy_wspierajacy:hover {
  color: #EF4026; }

.popup_padding {
  padding: 20px; }

/* BOX PARTNERÓW */
#mec_content {
  overflow: hidden;
  clear: both;
  margin-top: 70px;
  overflow: hidden;
  margin-bottom: 100px; }

#mec_content h3 {
  margin-top: 0px; }

#mec_content img:hover {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1; }

#mec_content img {
  opacity: 0.7; }

.arrow-left {
  margin-right: 3px;
  float: left;
  margin-left: 1px; }

.arrow-right {
  float: right;
  margin-right: 1px; }

.arrow-left,
.arrow-right {
  width: 19px;
  padding-top: 25px;
  vertical-align: middle;
  font-size: 20px;
  color: green;
  height: 105px;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer; }

.arrow-left:hover,
.arrow-right:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.patrons-list {
  overflow: hidden;
  width: 954px;
  padding: 0;
  margin: 0; }

.patrons-list li,
.swiper-slide {
  float: left;
  overflow: hidden;
  width: 159px;
  text-align: center;
  list-style: none; }

.patrons-list li a {
  overflow: hidden;
  display: inline-block;
  padding-top: 5px; }

.swiper-container,
.swiper-wrapper {
  width: 954px;
  height: 105px;
  overflow: hidden; }

.swiper-partners {
  width: 954px;
  float: left; }

.zrealizowane_box {
  clear: both;
  overflow: hidden;
  padding: 0 0 40px;
  position: relative;
  right: 0; }

.zrealizowane_box h3 {
  margin: 50px 0; }

.polecamto_box h3 {
  margin-top: 0; }

.zrealizowane_box .prj {
  float: left;
  height: 290px;
  overflow: hidden;
  position: relative; }

.zrealizowane_box .prj .img {
  width: 490px;
  height: 290px;
  float: left; }

.zrealizowane_box .prj .rest {
  float: left;
  width: 315px;
  padding: 20px 25px;
  height: 250px; }

.zrealizowane_box .prj .rest h4 {
  background: none repeat scroll 0 0 transparent;
  color: #656565;
  font-family: "Arial",sans-serif !important;
  font-size: 15px;
  font-weight: bold;
  height: 15px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.zrealizowane_box .prj .rest .pSummary div {
  width: 100px; }

.zrealizowane_box .prj .rest p {
  color: #979797;
  font-family: Arial;
  font-size: 15px;
  height: 78px;
  margin-bottom: 5px;
  overflow: hidden; }

.zrealizowane_box .cat h4 {
  color: #4c4c4c;
  font-size: 20px;
  margin: 0; }

.zrealizowane_box .cat {
  width: 125px;
  float: right; }

.zrealizowane_box .options li {
  background: none;
  color: #323232;
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 3px 0;
  text-align: left;
  width: 200px; }

.zrealizowane_box .options li:hover, .zrealizowane_box .options li.active {
  background: none;
  color: #EF4026; }

.zrealizowane_box .pSummary > * {
  text-align: left;
  width: 100px; }

.zrealizowane_box .pokaz_wszystkie {
  margin-top: 20px;
  position: absolute;
  top: 20px;
  right: 0; }

.zrealizowane_box .pokaz_kategorie {
  margin: 25px 0 15px; }

.zrealizowane_box .ptrBttn {
  top: 115px;
  left: 250px;
  font-weight: bold; }

.zrealizowane_box .prj:hover .ptrBttn {
  opacity: 1; }

.zrealizowane_box {
  width: 100% !important;
  font-family: "Arial",sans-serif !important; }

.zrealizowane_box .pSummary {
  height: auto;
  overflow: hidden;
  bottom: 30px;
  position: absolute; }

.zrealizowane_box .options {
  margin: 0;
  background: none; }

.zrealizowane_box .pSummary strong {
  font-size: 20px; }

.zrealizowane_box .prj:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 30, 0, 0);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  border-radius: 5px; }

.zrealizowane_box .prj:hover:after {
  background-color: rgba(255, 30, 0, 0.15); }

.zrealizowane_box .prj .img:after {
  content: ' ';
  width: 490px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 30, 0, 0);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  height: auto; }

.zrealizowane_box .prj:hover .img:after {
  background-color: rgba(255, 30, 0, 0.7); }

.polecamto_box .prj .rest {
  width: 460px; }

.polecamto_box .prj .rest .pSummary div {
  width: 103px; }

.polecamto_box .prj .rest p {
  font-size: 12px !important; }

.polecamto_box .prj .rest h4 {
  font-size: 22px !important;
  height: 25px;
  line-height: inherit; }

.polecamto_box {
  margin-bottom: 0px; }

.polecamto_box .prj {
  width: 1000px;
  background: #f7f7f7;
  display: block; }

.polecamto_box .pSummary {
  right: 40px; }

.polecamto_box .pProgress {
  bottom: 90px;
  position: absolute;
  right: 0;
  width: 510px; }

.nav_arrows {
  cursor: pointer; }

.nav_arrows .prev {
  left: -80px;
  background: url(../img/left.png) no-repeat 0 0;
  opacity: 0.3; }

.nav_arrows .next {
  right: -80px;
  background: url(../img/right.png) no-repeat 0 0;
  opacity: 0.3; }

.nav_arrows .prev:hover, .nav_arrows .next:hover {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.nav_arrows div {
  position: absolute;
  top: 50%;
  margin-top: 15px;
  outline: 0;
  width: 70px;
  height: 110px;
  text-indent: -9999px;
  z-index: 9999;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  bottom: 170px; }

.nav_arrows .disabled.prev:hover, .nav_arrows .disabled.next:hover {
  opacity: 0.3 !important;
  cursor: default; }

.ambasadorzy {
  overflow: hidden; }

.amb_box {
  margin-right: 50px;
  width: 460px;
  float: left;
  height: 570px;
  margin-bottom: 30px; }

.amb_box h4 {
  color: #4c4c4c;
  font-size: 32px;
  margin: 10px 0 5px; }

.amb_photo {
  height: 300px;
  overflow: hidden;
  width: 100%; }

.amb_photo img {
  width: 100%; }

.amb_box:nth-child(even) {
  margin-right: 0; }

.amb_descr {
  color: #919191;
  font-size: 14px;
  height: 165px;
  overflow: auto; }

.amb_ile {
  font-size: 14px;
  margin-top: 10px; }

#quickselect_choose ul {
  list-style: none;
  float: left;
  width: 21%; }

#quickselect_choose li {
  font-size: 22px;
  margin-bottom: 16px;
  cursor: pointer;
  color: #8D8D8C; }

#quickselect_choose li.pseudo a {
  color: #30B86A; }

#quickselect_choose li.pseudo.tdw a {
  color: #004FB6; }

#quickselect_choose li:hover, #quickselect_choose li.pseudo:hover a {
  color: #EF4026; }

.text-count-wrapper {
  font-size: 10px;
  text-align: right;
  right: 3px;
  position: absolute;
  top: 2px;
  z-index: 333; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

label a {
  color: #EF4026 !important; }

.superform select, .superform input, .superform textarea {
  border: 0 none;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  width: 430px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%; }

.superform .cke {
  border: 0 none;
  margin: 10px 0; }

.superform input[disabled] {
  background: #fff !important;
  padding-left: 0;
	border-color: #cfcfcf !important;
	color: #cfcfcf !important; }

.superform .disabled {
  color: #cfcfcf !important; }

.superform .grey input[disabled] {
  background: #ebebeb !important; }

.superform input[type="checkbox"] {
  width: inherit;
  display: inline-block;
  margin: 15px 15px 15px 0px;
  cursor: pointer; }

.superform .checkbox_label {
  font-size: 18px;
  color: #8e8e8e;
  display: inline-block; }

.superform input[type="submit"]:hover {
  color: #fff;
  border-color: #EF4026;
  background: #EF4026;
  /*.superform input[type="submit"]{
	background: #ff1e00 !important;
	border: 2px #ff1e00 !important;
	color: #fff !important;
	display: block !important;
	margin: auto !important;
	width: 250px !important;
	text-transform: uppercase;
*/ }

.superform input[type="submit"]:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: white;
  border-color: white;
  color: #EF4026; }

.superform .red input[type="submit"]:hover {
  background: #fff !important;
  color: #434343 !important; }

.parallax-window label, .parallax-window .dane * {
  color: #fff !important;
  text-shadow: 1px 1px 2px #000000 !important; }

.superform .parallax-window blockquote {
  margin: 30px auto auto;
  position: relative; }

.superform label {
  text-align: left;
  font-family: "Lato",sans-serif;
  display: block; }

.superform small {
  color: #919191; }

.superform .split {
  overflow: hidden; }

.superform .left {
  float: left;
  width: 480px; }

.superform .right {
  float: right;
  width: 480px; }

@media screen and (max-width: 736px) {
  .superform .left, .superform .right {
    width: 100%;
    float: none; } }

.superform .item {
  position: relative;
  margin-bottom: 10px;
  clera: both; }

.superform .widget_preview {
  margin: auto;
  width: 325px;
  margin-top: 30px; }
  @media screen and (max-width: 736px) {
    .superform .widget_preview {
      max-width: 320px; } }

#strefa_autora_cont .widget_preview {
  width: 100%; }

.fileUpload small {
  font-size: 14px;
  display: block; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.fileUpload input[type="file"] {
  position: fixed;
  top: -1000px; }

.fileUpload span.loaded {
  border: 2px solid #EF4026;
  background: none repeat scroll 0% 0% #EF4026; }

.superform .fileUpload input.upload_txt {
  float: right;
  text-align: center;
  padding: 10px 5px;
  margin: 0 0 0 10px;
  background: none !important;
  color: #fff; }

.upload_image {
  width: 100%;
  margin-top: 30px; }

.social * {
  box-sizing: border-box; }

.social i {
  font-size: 32px;
  color: #000; }
  .social i:not(.disabled) {
    color: #FF0000; }
  @media screen and (max-width: 736px) {
    .social i {
      font-size: 18px; } }

.superform .social {
  margin-top: 10px; }
  .superform .social .form-group input {
    background: #F2F2F2; }

.superform .center {
  margin: auto; }

.superform .min {
  width: 430px; }

.superform .min2 {
  width: 653px; }

.superform .min input {
  width: 300px; }

.superform .min.center .item {
  text-align: center; }

.etap2 .options {
  background: none;
  width: 600px;
  margin: auto; }

.etap2 .options.wide {
  width: 800px; }

.etap2 .options.projekt_options.ended {
  width: 400px; }

.etap2 .options li {
  margin-right: 20px;
  background: none;
  border-color: #6d6d6d;
  color: #6d6d6d; }

.etap2 .options li:hover, .etap2 .options li.active {
  background: #EF4026;
  border-color: #EF4026;
  color: #fff; }

#wyliczenia p {
  clear: both; }

.podatek_on {
  width: 15px !important;
  margin: 0px 15px 0 5px !important; }

#round_diff {
  font-size: 12px;
  margin-top: 10px; }

.error_field {
  background: none repeat scroll 0 0 #ffecf0 !important;
  /*border: 2px solid #fd003b !important;*/ }

.error_message {
  clear: both;
  color: #ff1a4b;
  /*#fd003b;*/
  display: block;
  font-size: 11px;
  margin-bottom: 10px; }

.ok_field {
  background: none repeat scroll 0 0 #F2FCF5 !important;
  /*border: 2px solid #EF4026 !important;*/ }

.user_menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .user_menu .avatar_min {
    position: absolute;
    right: -20px;
    top: -10px; }
    .user_menu .avatar_min img {
      height: 40px; }

@media screen and (max-width: 736px) {
  .user_menu .avatar_min {
    position: relative;
    right: auto;
    top: auto; } }
  .user_menu .logged {
    margin-right: 50px; }
    @media screen and (max-width: 736px) {
      .user_menu .logged {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    .user_menu {
      text-align: center;
      position: absolute;
      display: none;
      left: 50%;
      transform: translateX(-50%); }
      .user_menu.active {
        display: block; } }

.page_partner img.fl {
  margin-right: 10px;
  margin-bottom: 10px; }

.page_profil .two_columns .left_column {
  width: 750px; }

.page_profil .two_columns .right_column,
.wizard_goal .two_columns .right_column {
  width: 210px; }

.page_profil .two_columns .left_column .options {
  margin-bottom: 25px; }

.page_profil .two_columns .left_column .options li {
  width: 220px; }

.page_profil .new_line {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px; }

.page_profil .strefa h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  width: 100%;
  margin: 0; }

.page_profil .strefa h2 small {
  font-size: 16px; }

.page_profil .strefa h2 input[type="submit"] {
  margin: 0 auto; }

.page_prog .avatar {
  display: block;
  width: 240px;
  float: left;
  margin-right: 20px;
  color: #fff; }
  .page_prog .avatar img {
    width: 240px;
    height: 240px;
    margin-bottom: 5px; }

.page_prog .avatar.right {
  float: right;
  margin-right: 0px;
  margin-left: 20px; }

.page_prog input.kwota {
  width: 278px;
  height: 32px;
  border: 0;
  text-align: center; }

@media screen and (max-width: 736px) {
  .page_prog .avatar {
    width: 50%;
    margin: 0 !important;
    text-align: center;
    padding: 5px;
    box-sizing: border-box; }
    .page_prog .avatar img {
      width: 100%;
      height: auto; } }

.grid_patroni .avatar {
  width: 50px;
  height: 50px;
  display: block;
  float: left; }

.grid_patroni.instytucja .avatar {
  width: 100%;
  height: 100px;
  display: block;
  float: left; }

.pasek_autor {
  position: absolute;
  left: 0;
  width: 20px;
  background: #EF4026;
  display: none; }

.pasek_patron {
  position: absolute;
  left: 0;
  width: 20px;
  display: none; }

.wizytowka {
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-top: 15px;
  padding-top: 60px;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 736px) {
    .wizytowka {
      padding-top: 0; } }

.wizytowka .avatar {
  width: 190px; }

.wizytowka .stat {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0.3; }

.wizytowka .dane {
  padding: 20px 0 60px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .wizytowka .dane {
      padding: 20px 0; } }

.wizytowka .dane .title {
  font-size: 40px;
  font-weight: bold; }

.wizytowka .dane .cat {
  font-size: 30px;
  font-weight: lighter; }

.wizytowka .dane small {
  font-size: 16px;
  display: block; }

.page_profil .parallax-window .options {
  background: none;
  width: 600px;
  margin: auto;
  text-transform: uppercase; }

.page_profil.public .parallax-window .options {
  background: none;
  width: 380px;
  margin: auto;
  text-transform: uppercase; }

.page_profil.public label {
  font-weight: bold;
  font-size: 27px;
  color: #1e1e1e; }

.page_profil.public p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.4; }
  @media screen and (max-width: 736px) {
    .page_profil.public p {
      width: 90%;
      margin: 0 5%; } }

.page_profil.public .superform .item {
  margin-bottom: 0px; }

.page_profil .button_fb {
  width: 350px;
  margin: 0; }
  @media screen and (max-width: 736px) {
    .page_profil .button_fb {
      width: 100%; } }

.abuse-profile-button {
  position: absolute;
  right: -95px;
  top: calc(50% - 19px);
  text-align: center;
  line-height: 38px;
  color: #616161;
  height: 38px;
  width: 230px;
  transform: rotate(-90deg);
  transform-origin: center center;
  float: left;
  background: #141414;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  transition: 0.25s; }
  .abuse-profile-button a {
    display: block;
    transition: 0.25s; }
  .abuse-profile-button:hover {
    background: #212121; }
    .abuse-profile-button:hover a {
      color: #999; }

.page_profil .profil_summary .superform input {
  opacity: 1 !important;
  background-color: aliceblue; }

.page_profil .superform input.p-button-black,
.std-submit-action input[type="submit"] {
  width: 375px;
  border: 1px solid #222;
  margin: auto;
  font-weight: 600; }
  @media screen and (max-width: 736px) {
    .page_profil .superform input.p-button-black,
    .std-submit-action input[type="submit"] {
      width: 100%; } }

body.blue .page_profil .superform input.p-button-black:hover {
  background: #2e99fd; }

body.green .page_profil .superform input.p-button-black:hover {
  background: #39C052; }

.page_profil .superform input.p-button-black:hover,
.std-submit-action input[type="submit"]:hover {
  border: 1px solid #EF4026;
  background: #EF4026;
  color: #fff; }

.profil_summary {
  position: relative;
  overflow: hidden;
  padding-top: 20px; }
  .profil_summary .c1 {
    float: left;
    width: 190px;
    margin-left: 20px; }
    @media screen and (max-width: 736px) {
      .profil_summary .c1 {
        float: none;
        margin: 0 auto; } }
  .profil_summary .c2 {
    float: left;
    max-width: 175px;
    min-width: 75px;
    margin-left: 5px; }
    .profil_summary .c2 p {
      margin-top: 0px; }
    @media screen and (max-width: 736px) {
      .profil_summary .c2 {
        width: 100%;
        max-width: 100%;
        margin: 20px 0; }
        .profil_summary .c2 .stat {
          text-align: center; }
          .profil_summary .c2 .stat * {
            float: none; }
          .profil_summary .c2 .stat p {
            margin: 0 !important;
            text-align: center; } }
  .profil_summary .c3 {
    float: left;
    width: 370px;
    height: 240px;
    margin-left: 0px;
    text-align: left;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0px;
    text-align: left;
    line-height: 1.4; }
    .profil_summary .c3 p {
      font-size: 14px; }
    @media screen and (max-width: 736px) {
      .profil_summary .c3 {
        box-sizing: border-box;
        width: 100%;
        height: auto; } }
  .profil_summary .title {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 10px; }

@media screen and (max-width: 736px) {
  .profile-offers .wc {
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
    .profile-offers .wc .wc-left {
      order: 2; }
    .profile-offers .wc .wc-right {
      order: 1; } }

a.hollow {
  font-size: 24px;
  padding: 10px; }

.options.hollow li, a.hollow {
  margin-right: 20px;
  background: none;
  border: 2px solid #fff;
  color: #fff; }

.options.hollow li:hover, .options.hollow li.active, a.hollow:hover, a.hollow.active {
  background: #EF4026;
  border-color: #EF4026;
  color: #fff; }

.center, .center label, .page_profil .saldo {
  text-align: center !important; }

.page_profil .saldo .stan {
  font-size: 64px;
  margin-bottom: 30px; }

.page_profil .saldo .stan small {
  color: #3D3D3D;
  font-size: 22px;
  margin-left: 10px; }

.page_profil .saldo .pogrupowane {
  font-size: 15px;
  text-align: left !important;
  margin-left: 270px;
  margin-bottom: 40px; }
  .page_profil .saldo .pogrupowane .grupa {
    width: 380px; }
  .page_profil .saldo .pogrupowane .kwota {
    font-weight: bold;
    margin-left: 30px; }
  .page_profil .saldo .pogrupowane div * {
    display: inline-block;
    text-align: left; }
  @media screen and (max-width: 736px) {
    .page_profil .saldo .pogrupowane {
      margin-left: 0;
      text-align: center !important; }
      .page_profil .saldo .pogrupowane .grupa {
        width: 100%;
        text-align: center !important; }
      .page_profil .saldo .pogrupowane .kwota {
        margin-left: 0; } }

.page_profil .wyplac_srodki label {
  font-size: 15px !important; }

#saldo_wycofanie {
  color: #000;
  font-size: 20px;
  width: 340px !important; }

.page_profil .wyplac_srodki input[type="text"] {
  height: 50px;
  margin: 30px;
  padding: 15px;
  width: 95px !important; }

.page_profil .wyplac_srodki label, .page_profil .wyplac_srodki input {
  display: inline-block !important; }

.page_profil .wyplac_srodki input[type="submit"] {
  display: block !important;
  float: none; }

.page_profil .saldo .span {
  font-size: 23px; }

.page_profil .mniejszy {
  width: 460px;
  margin: auto;
  margin-top: 20px; }
  .page_profil .mniejszy input[type="submit"] {
    float: none; }
  @media screen and (max-width: 736px) {
    .page_profil .mniejszy {
      width: 100%;
      box-sizing: border-box; } }

.powiadomienia-email a.p-button-black.wide-button {
  font-size: 12px;
  width: 280px; }

.page_profil .powiadomienia-email .item {
  margin: 0; }

@media screen and (max-width: 736px) {
  .powiadomienia-email > .wc > div {
    margin-left: 0 !important;
    width: auto !important; } }

.change_avatar {
  width: 240px;
  height: 240px;
  position: relative;
  margin: 0 auto; }

.page_profil div.right h2,
.page_profil div.left h2 {
  text-align: left; }

.change_avatar.on:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 30, 0, 0);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  width: 240px;
  margin: auto; }

.change_avatar .buttons {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 9; }

.change_avatar .buttons.with_fb {
  top: 0px; }

.change_avatar .button {
  border: 2px solid #fff;
  font-family: "Lato", sans-serif;
  background: transparent;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 150px;
  margin-left: -10px;
  position: relative;
  left: -30px;
  top: 45px; }

.change_avatar:hover .buttons {
  opacity: 1; }

.change_avatar:hover:after {
  background-color: rgba(255, 30, 0, 0.35); }

.change_avatar .avatar_file {
  display: none; }

.profil-autor {
  padding: 40px;
  text-align: center; }

.profil-autor-name {
  font-size: 36px;
  font-weight: 600;
  color: #fff; }

.profil-autor-kategorie {
  font-size: 22px;
  font-weight: 200;
  color: #fff; }

.krotki-opis_twojedane {
  width: 480px;
  margin-right: 40px; }

.krotki-opis_twojedane textarea {
  height: 170px; }

.page_kontakt {
  color: #414141; }

.page_kontakt .superform .item {
  margin-bottom: 10px; }

.page_kontakt .superform textarea {
  height: 228px; }

.page_kontakt .superform input[type="submit"] {
  width: inherit !important; }

.page_kontakt h2 {
  margin: 0;
  text-align: initial; }

.page_kontakt .parallax-window h3, .page_kontakt .left_column h3 {
  color: #00354b;
  font-weight: initial;
  margin: 0 0 5px 0;
  text-align: initial;
  font-size: 22px; }

.page_kontakt blockquote {
  text-align: left; }

body.blue .page_kontakt a:hover, body.blue footer a:hover {
  color: #2e99fd; }

body.green .page_kontakt a:hover, body.green footer a:hover {
  color: #39C052; }

.page_kontakt a:hover, footer a:hover {
  color: #EF4026; }

.page_kontakt .two_columns .left_column {
  width: 480px;
  float: left; }

.page_kontakt .two_columns .right_column {
  width: 480px;
  float: right; }

.page_kontakt h3 {
  margin: 0; }

.page_kontakt div {
  line-height: 22px; }

.stat_parallax {
  min-height: 600px !important; }

.stat_parallax blockquote {
  float: right;
  position: static;
  color: #4E4E50;
  text-align: left;
  width: auto;
  margin-top: 50px; }

.stat_parallax .z1 {
  font-size: 17px; }

.stat_parallax .z2 {
  font-size: 26px;
  margin: 15px 0; }

.stat_parallax .z3 {
  font-size: 45px;
  font-weight: bold; }

.page_media .media_zajawka {
  overflow: hidden; }

.page_media .zajawka {
  overflow: hidden;
  height: 120px;
  margin-right: 60px;
  text-align: left;
  display: inline-block;
  margin-bottom: 10px; }

.page_media .zajawka .opublikowano {
  margin-top: 10px;
  color: #868686;
  font-size: 14px; }

.page_media .zajawka .img {
  width: 120px;
  float: left;
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.page_media .zajawka img {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.page_media .zajawka:hover img {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1; }

.page_media .zajawka .txt {
  width: 280px;
  float: right;
  font-size: 15px;
  color: #4e4e4e;
  margin-left: 30px;
  margin-top: 30px; }

/*.page_media .zajawka .img, .page_media .zajawka img{
	display:inline-block;
	height: 100%;
	vertical-align: middle
}*/
.page_media .autorzy .zajawka {
  margin-right: 50px;
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.page_media .autorzy .zajawka:nth-child(6n) {
  margin-right: 0px; }

.page_media .autorzy img {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.onas {
  width: 600px;
  margin: auto; }

.onas .quote {
  margin-bottom: 30px; }

.onas .avatar {
  line-height: 0;
  display: inline-block;
  border-radius: 50%;
  width: 200px;
  margin-bottom: 30px; }

.article_box {
  padding-bottom: 30px;
  border-bottom: 1px solid #C6C6C6;
  padding-top: 10px; }

.article_box h4 {
  color: #4c4c4c;
  font-size: 32px;
  margin: 10px 0 5px; }

.article_descr {
  color: #919191;
  font-size: 14px;
  overflow: auto; }

.article_data {
  font-size: 14px;
  margin-top: 10px; }

.numer_konta input {
  width: 335px !important;
  font-size: 15px;
  margin: 0; }

.page_profil .proj:hover {
  color: #EF4026;
  cursor: pointer; }

.page_profil .profil-info-cont {
  background-color: #f7f7f7; }

.page_profil .profil-info-cont .wc-left a:not(.p-button-black) {
  color: #EF4026; }

.profil_projekty .options {
  background: none;
  display: inline-block;
  margin: 0 0 35px; }

.wizard_goal .superform div.item input,
.page_profil .superform div.item input,
.wizard_goal .superform div.item textarea,
.page_profil .superform div.item textarea,
.std-submit-action input {
  font-size: 16px; }

.wizard_goal .superform div.item input,
.page_profil .superform div.item input {
  background: #F5F5F5; }

.page_profil h2,
.page_report h2 {
  font-size: 24px; }

table.wsp_table {
  font-size: 12px;
  border-collapse: collapse;
  text-align: left;
  margin: 30px 0;
  text-align: left;
  width: 100%; }
  @media screen and (max-width: 736px) {
    table.wsp_table {
      display: block;
      overflow: scroll; } }

table.wsp_table th {
  font-size: 14px;
  font-weight: bold; }

table.wsp_table tr:nth-child(even) {
  background: #DDDDDD; }

table.wsp_table td, table.wsp_table th {
  padding: 10px 20px; }

table.wsp_table tbody tr:hover td {
  background: #ffffff; }

table.wsp_table tbody tr td a {
  color: #EF4026; }

table.wsp_table tbody tr td.narrow, table.wsp_table tbody tr th.narrow {
  width: 15px; }

.page_profil .parallax-slider {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px); }

.page_profil .referral_program {
  padding-right: 20px;
  padding-left: 20px; 
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 26px; }

.page_profil .referral_program .frame {
  margin: 25px 0px;
	padding: 20px 40px;
  border-radius: 5px; }
  
.page_profil .referral_program .frame .no-margin-top{
  margin-top: 0px; }

.page_profil .referral_program .frame .row{
  display: flex; 
	justify-content: space-between; }

.cms {
  font-size: 15px;
  color: #4c4c4c; }

.cms h2 {
  font-size: 15px;
  font-weight: bold; }

.cms ul, .cms ol {
  padding: 0;
  margin: 0; }

.cms ul li, .cms ol li {
  list-style: none; }

.redbar {
  padding-left: 20px;
  border-left: 13px solid #EF4026; }

.aktualizacja {
  margin-bottom: 100px; }

.aktualizacja h5 {
  margin-bottom: 15px; }

.aktualizacja h3 {
  margin-top: 0; }

#kanaly {
  overflow: hidden; }

#kanaly input {
  bottom: 50px;
  left: 0px;
  position: absolute; }

#kanaly div {
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 58px;
  margin-right: 4px;
  margin-top: 4px;
  padding: 25px;
  position: relative;
  width: 144px;
  z-index: 4; }

#kanaly div p.label {
  border: 0 none;
  bottom: 0;
  color: #345565;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 0 0 3px;
  position: absolute;
  right: 0;
  text-align: center; }

#kanaly div:hover p.label {
  color: red; }

.zaplac_transferuj {
  font-size: 30px !important;
  padding: 15px 70px;
  margin-top: 20px;
  float: left; }

.kasa_accept {
  float: right;
  margin-top: 20px; }

a.w_budowie {
  opacity: 0.6; }

.patronageBoxWrapper {
  overflow: hidden;
  margin: 10px 0px; }

.patronageBoxWrapper h2 {
  font-size: 14px;
  text-align: left;
  display: inline-block; }

.patronageBoxWrapper h3 {
  font-size: 14px; }

.patronageBoxWrapper .patronageBoxContainer {
  padding: 5px 9px;
  border: 1px solid #F3F3F3;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px; }

.patronageBoxWrapper .patronageBoxImage {
  float: left;
  margin: 2px 15px 4px 0px;
  height: 120px; }

.patronageBoxWrapper .patronageBoxImage img {
  border-radius: 3px; }

.patronageBoxWrapper .fr {
  width: 180px;
  margin-top: -45px; }

#waiting {
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff url("../upload/gfx/waiting.gif") no-repeat center center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none; }

.thankyou h1 {
  font-size: 67px;
  font-weight: normal; }

.thankyou .suma {
  color: #2d2d2d;
  font-size: 31px; }

.thankyou .wiecej {
  background: #FFF none repeat scroll 0% 0%;
  color: #2D2D2D;
  float: left;
  margin-top: 10px;
  padding: 2px 12px;
  cursor: pointer;
  margin-bottom: 10px;
  clear: both;
  display: inline-block; }

.thankyou .projekt {
  float: left; }

.thankyou .wsparcie {
  margin-top: 20px;
  overflow: hidden; }

.thankyou .wsparcie .koszyk_prezent {
  display: none;
  clear: both; }

.thankyou .avatargrid {
  overflow: hidden;
  margin-top: 10px; }

.thankyou .avatargrid img {
  width: 55px;
  float: left; }

.thankyou h1, .thankyou h2 {
  margin-top: 0; }

.thankyou .two_columns .right_column {
  border-left: 1px solid #fff;
  padding-left: 20px; }

.thankyou .block h3 {
  text-align: left; }

.thankyou .dzieki {
  font-size: 22px; }

.thankyou .dzieki h2 {
  font-size: 30px; }

.thankyou .block {
  padding: 70px 0px; }

.thankyou .copy_link {
  clear: both;
  margin-top: 10px;
  font-size: 13px;
  display: block;
  width: 100%; }

.thankyou.public h1 {
  font-size: 40px; }

.thankyou.public .social {
  margin-bottom: 15px;
  overflow: hidden; }

.thankyou.public .button {
  font-size: 22px !important;
  width: 250px;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box; }

.thankyou blockquote {
  text-align: left;
  color: #1a2d38; }

.thankyou blockquote .button2.darkgrey {
  color: #1a2d38;
  border-color: #1a2d38; }

.thankyou blockquote h2 {
  margin: 0;
  font-weight: bold;
  color: #1a2d38; }

.page_faq .node {
  padding-left: 30px; }

.page_faq h1.header {
  text-align: left;
  font-weight: 100;
  font-size: 30px;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*    pierwszy*/ }

.page_faq h1.header:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.page_faq h1.redbar {
  margin: 0;
  font-size: 25px; }

.page_faq h2 {
  font-size: 22px; }

.page_faq .faq-subcategory {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*    color: #EF4026;*/
  /*drugi*/ }

.page_faq .faq-subcategory:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

body.blue .page_faq .pl {
  color: #2e99fd; }

body.green .page_faq .pl {
  color: #39C052; }

.page_faq .pl {
  /*    padding-left:55px;*/
  text-align: left;
  font-weight: 100;
  font-size: 16px;
  color: #EF4026;
  font-style: italic;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*    trzeci*/ }

.page_faq .pl:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.page_faq .cont {
  margin: 0;
  text-align: justify;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  /*    czwarty*/ }

.page_faq p {
  margin-top: 5px;
  margin-bottom: 40px; }

.page_faq h2.selected {
  font-weight: bold; }

.page_faq h1 {
  display: block; }

.page_faq h1 a, .page_faq h2 a {
  display: none; }

.page_faq h1:hover .href, .page_faq h2:hover .href {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8em; }

.page_faq h1 .href:hover, .page_faq h2 .href:hover {
  color: #0FD869; }

.page_faq .clicker {
  cursor: pointer; }

.page_faq .hide {
  display: none; }

.faq_search {
  overflow: hidden; }

.faq_search input[type="text"] {
  float: left;
  width: 90%;
  margin: 0; }

body.blue .faq_search .search {
  background-color: #2e99fd;
  height: 42px; }

body.green .faq_search .search {
  background-color: #39C052;
  height: 42px; }

.faq_search .search {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #EF4026;
  /*    background: #EF4026 url("../img/ico/faq-search.svg") no-repeat scroll 3px 30px;*/ }

.faq_search .search img {
  width: 30px;
  height: 30px;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.faq_search .search:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.page_faq .left_column {
  width: 600px;
  float: left; }

.page_faq .redbar {
  border-left: 10px solid #EF4026; }

.page_faq .right_column {
  width: 350px;
  float: right;
  display: none; }

.faq_cat {
  padding: 20px;
  list-style: none;
  text-transform: uppercase; }

.faq_cat li {
  margin-bottom: 10px; }

.faq_cat li:hover {
  font-weight: bold; }

.highlight {
  background-color: #0FD869;
  color: #fff; }

.page_blog .blog_post {
  overflow: hidden;
  text-align: justify; }

.page_blog .blog_post .date {
  font-size: 12px;
  margin-top: 13px; }

.page_blog .blog_post .justify {
  text-align: justify; }

.page_blog .blog_post .tags {
  font-size: 13px;
  margin-bottom: 20px;
  clear: both; }

.page_blog .tags.header_tags .current_url {
  font-weight: bold;
  font-size: 25px; }

.page_blog .tags a {
  margin-right: 5px;
  padding-right: 5px;
  line-height: 25px; }

.page_blog .do_tumblr {
  display: block;
  /*color: #EF4026;*/
  background: url("../img/ico/social/tumblr.png") no-repeat;
  padding: 0;
  margin-right: 20px;
  width: 36px;
  height: 36px; }

.page_blog .do_tumblr:hover {
  color: #EF4026; }

.page_blog .parallax-window h3 {
  margin-top: 100px; }

.page_blog .parallax-window {
  min-height: 300px; }

.page_blog .zajawka {
  margin-bottom: 20px; }

.blog_post .okladka {
  height: 300px;
  overflow: hidden;
  width: 460px; }

.blog_post h1 {
  font-size: 21px; }

.blog_post.full .post_title {
  font-size: 30px; }

.blog_post.full .date {
  margin-bottom: 10px; }

.blog_post .tresc {
  width: 500px; }

.blog_post h2 {
  margin-top: 0; }

.blog_post.one .okladka {
  float: left; }

.blog_post.one .tresc {
  float: left;
  margin-left: 40px; }

.blog_post.two .okladka {
  float: right;
  margin-left: 0px; }

.blog_post.two .tresc {
  float: left;
  margin-left: 0px; }

body.blue .pmosaic {
  background: url(../img/background/bg-04-blue.jpg);
  background-size: cover; }

body.green .pmosaic {
  background: url(../img/background/bg-04-green.jpg);
  background-size: cover; }

.pmosaic {
  background: url(../img/background/bg-04.jpg);
  background-size: cover; }

.pmosaic h2, .pmosaic h3, .pmosaic p {
  color: #FFF;
  text-align: center;
  font-weight: lighter; }

.loading_icon {
  font-size: 70px !important; }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 999; }

#overlay_close {
  color: #fff;
  float: right;
  padding: 10px 20px;
  cursor: pointer; }

#overlay_spinner {
  color: white;
  font-size: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px;
  display: none; }

#overlay_content {
  display: none;
  height: 100%;
  overflow-y: auto; }

#overlay h1, #overlay h3, #overlay label, #overlay a {
  color: #fff; }

.page_logout img {
  max-width: 100%; }

.page_logout * {
  text-align: center; }

.mp-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 240px;
  margin: 0 10px 10px 0;
  overflow: hidden; }

.mp-image img {
  width: 240px; }

media_image {
  position: relative; }

.media_image .controls {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0; }

.media_image:hover .controls {
  opacity: 1;
  background: rgba(255, 255, 255, 0.45);
  padding: 10px; }

.posty {
  clear: both; }

.post.half {
  width: 490px;
  background: #F5f5f5;
  border-radius: 5px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 30px;
  margin: 0 10px 10px 0;
  position: relative;
  display: block;
  text-align: left; }
  .post.half img {
    max-width: 100%; }
  @media screen and (max-width: 736px) {
    .post.half {
      width: 100%;
      box-sizing: border-box; }
      .post.half img {
        max-width: 100%;
        height: auto; } }

.post.pinned {
  border: 1px solid #EF4026; }

.post.half:hover {
  background: #F0F0F0; }

.post.half .image img {
  width: 435px; }

.post .image img {
  width: 100%; }

.post .blurb, .post .cont {
  font-weight: lighter; }

.post .cont {
  margin: 20px 0;
  text-align: justify; }
  .post .cont img {
    margin: 10px !important; }
  .post .cont ol li, .post .cont ul li {
    list-style-position: inside !important;
    font-weight: 300 !important; }

.post .title {
  font-size: 25px;
  font-weight: lighter;
  margin: 0px 0px 5px; }

.post .adult {
  float: right; }

.post .public {
  float: left;
  margin-top: 5px;
  clear: both; }

.post .from {
  float: left; }

.post .date {
  font-size: 13px;
  color: #ccc;
  float: left; }

.post .autor a, .post .cont a {
  color: #EF4026; }

.post .autor {
  font-size: 13px;
  color: #ccc;
  float: right; }

.post .info {
  margin-bottom: 20px; }

.post .bar {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px; }

.highl {
  color: #FF0000; }

body.blue .highl {
  color: #2e99fd; }

body.green .highl {
  color: #39C052; }

/* Box */
.BoxListWrapper {
  margin-bottom: 40px; }

.BoxListWrapper h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 31px;
  margin-left: 10px;
  margin-bottom: 0;
  float: left; }

.BoxListWrapper .SeeAll {
  pointer-events: auto;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: #39ce5a;
  padding: 8px 15px 8px 20px;
  color: white !important; }

.BoxListWrapper .SeeAll:hover {
  background-color: #545454; }

ul.BoxList {
  pointer-events: auto;
  clear: both;
  /*overflow:hidden;*/
  padding: 0;
  margin-bottom: 5px;
  list-style: none; }
  @media screen and (max-width: 736px) {
    ul.BoxList li {
      max-width: 320px; }
      ul.BoxList li .PrjBox {
        max-width: 320px; } }
  @media screen and (max-width: 320px) {
    ul.BoxList li {
      max-width: 290px; }
      ul.BoxList li img {
        max-width: 100%; }
      ul.BoxList li .PrjBox {
        max-width: 280px; }
        ul.BoxList li .PrjBox .pDane {
          width: 217px; } }

ul.BoxList li {
  margin-right: 5px;
  display: inline-block;
  float: none; }

/*
.promo_box ul.BoxList li:nth-child(3n+3), .kategoria  ul.BoxList li:nth-child(3n+3){
	margin-right: 0px;
}*/
ul.BoxList li a {
  display: block;
  /*margin:auto;*/
  background-color: black; }

#strefa_patrona ul.BoxList li .ptrBttn a {
  background-color: transparent !important; }

ul.BoxList li a .ProjectTitle h3 {
  display: block;
  width: 187px;
  height: 32px;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  margin-bottom: 3px; }

ul.BoxList li a .ProjectAvatar img {
  vertical-align: middle;
  display: inline; }

.PrjBox:hover, #strefa_patrona .PrjBox {
  background-color: #F2FCF5; }

.PrjBox {
  display: block;
  width: 325px;
  margin-top: 5px;
  position: relative;
  height: 380px;
  overflow: hidden; }

.PrjBox, .post.half, .mp-image, .prog {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #fff; }

a.prog {
  padding: 20px; }
  a.prog.fixedW {
    margin: 20px;
    width: 19.5%; }
    @media screen and (max-width: 736px) {
      a.prog.fixedW {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 20px; } }

body.blue .mp-image:hover, body.blue .prog:hover, body.blue .prog.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef4026+0,ef1c1c+100 */
  background: #2e99fd;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2e99fd 0%, #2e99fd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #2e99fd 0%, #2e99fd 100%);
  background: linear-gradient(to bottom, #2e99fd 0%, #2e99fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e99fd', endColorstr='#2e99fd',GradientType=0 );
  /* IE6-9 */ }

body.green .mp-image:hover, body.green .prog:hover, body.green .prog.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef4026+0,ef1c1c+100 */
  background: #39C052;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #39C052 0%, #39C052 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #39C052 0%, #39C052 100%);
  background: linear-gradient(to bottom, #39C052 0%, #39C052 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$body_green_color', endColorstr='$body_green_color',GradientType=0 );
  /* IE6-9 */ }

.mp-image:hover, .prog:hover, .prog.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef4026+0,ef1c1c+100 */
  background: #ef4026;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ef4026 0%, #ef1c1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #ef4026 0%, #ef1c1c 100%);
  background: linear-gradient(to bottom, #ef4026 0%, #ef1c1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4026', endColorstr='#ef1c1c',GradientType=0 );
  /* IE6-9 */
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  /*-webkit-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.30);
	box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.30);*/
  z-index: 9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media screen and (max-width: 736px) {
    .mp-image:hover, .prog:hover, .prog.active {
      transform: none;
      background: #fff; } }

.prog:hover.limitreached .prog-overlay {
  background: rgba(88, 88, 88, 0.8); }

.post.half:hover {
  background-color: #fafafa; }

.PrjBox:hover, #strefa_patrona .PrjBox {
  background-color: #222; }

.PrjBox .pImgBox:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 30, 0, 0);
  -webkit-transition: background-color .6s;
  transition: background-color .6s;
  height: 380px; }

.PrjBox:hover .pImgBox:after, #strefa_patrona .PrjBox .pImgBox:after, .promoted-authors .PrjBox .pImgBox:after {
  background-color: rgba(255, 30, 0, 0.7);
  background-color: rgba(121, 121, 121, 0.6); }

.PrjBox .txt {
  padding: 0 20px;
  width: 285px;
  height: 140px;
  margin-top: -30px;
  overflow: hidden;
  text-align: left; }

.PrjBox .pAvatar {
  width: 55px;
  height: 55px;
  float: left; }

.PrjBox .pDane {
  width: calc(100% - 55px);
  float: left;
  padding-left: 10px;
  text-align: left;
  color: #fff;
  box-sizing: border-box; }

.PrjBox .stat {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 8.5px; }

.PrjBox .pDane strong {
  font-size: 11px; }

.PrjBox .stat .name {
  font-size: 13px;
  font-weight: 800; }

.PrjBox .pHeader {
  overflow: hidden;
  padding: 0; }

.pSummary small {
  font-size: 11px;
  color: #98989a !important; }

.pAuthor {
  font-size: 12px;
  color: #fff; }

.pCat {
  color: #FFF;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: lighter;
  /*    background-color: rgba(255,30,0,.7);  */
  position: absolute;
  bottom: 0;
  width: 285px;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.pAuthor {
  display: block;
  height: 15px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

h3.pTitle {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px !important;
  overflow: hidden;
  line-height: 16px;
  /*    font-weight: bold;*/
  color: #fff !important;
  background: transparent;
  width: 260px;
  margin: 7px 0 5px;
  text-align: left; }

.pImgBox .pImage {
  height: 325px;
  overflow: hidden;
  text-align: center;
  width: 100%; }

.pDesc {
  color: #979797;
  font-size: 12px;
  height: 120px;
  line-height: 19px;
  margin-top: 45px;
  overflow: hidden; }

.pDesc.white {
  color: #fff; }

.pSummary {
  overflow: hidden;
  height: 40px; }

.pSummary > * {
  float: left;
  text-align: center;
  width: 80px; }

.pSummary .progress {
  float: right; }

.pSummary strong,
.pSummary strong * {
  color: #373737;
  height: 12px;
  font-size: 12px; }

.pProgress {
  padding: 15px 0 10px; }

.pProgress .total {
  background-color: white;
  height: 7px;
  overflow: hidden;
  position: relative; }

.pProgress .complete {
  height: 7px;
  background-color: #EF4026; }

.pProgress.inactive .total {
  border: 1px solid #79cd8b;
  background-color: transparent; }

.pProgress.inactive .complete {
  height: 14px;
  background-color: #79cd8b; }

.pImage {
  /*    border-top: 2px solid #f7f7f7;
		border-bottom: 2px solid #f7f7f7;*/ }

.ptrBttn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  padding: 15px 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 45px;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
  border-radius: 2px;
  width: 200px;
  z-index: 90;
  left: 50%;
  margin-left: -111px;
  -webkit-transition: .5s;
  transition: .5s; }

body.blue .ptrBttn:hover {
  background-color: #2e99fd;
  border-color: #2e99fd; }

body.green .ptrBttn:hover {
  background-color: #39C052;
  border-color: #39C052; }

.ptrBttn:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #EF4026;
  border-color: #EF4026; }

.pMenu {
  left: 36px;
  opacity: 0;
  position: absolute;
  top: 18px;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
  z-index: 90; }

.pMenu * {
  border: 2px solid #fff;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 140px; }

.PrjBox:hover > div.ptrBttn, .PrjBox:hover > .pMenu, #strefa_patrona .PrjBox > div.ptrBttn, #strefa_patrona .PrjBox > div.ptrBttn, .promoted-authors .PrjBox > div.ptrBttn {
  opacity: 1; }

.PrjBox:hover .pTitle, #strefa_patrona .PrjBox .pTitle {
  /*color:#589b00;*/ }

.PrjBox:hover > div.ptrBttn, #strefa_patrona .PrjBox > fiv.ptrBttn {
  /*background-color:#39ce5a;*/ }

.PrjBox:hover .pImage, #strefa_patrona .PrjBox .pImage {
  /*    border-top: 2px solid #39ce5a;
		border-bottom: 2px solid #39ce5a; */ }

.pMarker {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100%;
  z-index: 20; }

.pMarker span {
  float: left;
  height: 43px;
  position: relative;
  width: 43px;
  z-index: 50;
  margin-left: 5px; }

.pMarker span.pNowy {
  background: url("../img/ico/special/nowy.png") no-repeat left top; }

.pMarker span.pNon {
  background: url("../img/ico/special/non.png") no-repeat left top; }

.pMarker span.pPolecany {
  background: url("../img/ico/special/polecane.png") no-repeat left top; }

.pMarker span.pAviva {
  background: url("../img/ico/special/aviva.png") no-repeat left top; }

h1.BLHeader {
  margin-top: -3px; }

/* Button 8 */
/* General button style (reset) */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: none;
  cursor: pointer;
  padding: 8px 0px;
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px; }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 li {
  line-height: 44px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cl-effect-2 li span {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%; }

.csstransforms3d .cl-effect-2 li span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #AB0000;
  content: attr(data-hover);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 1px 0px;
  -ms-transform-origin: 50% 1px 0px;
  transform-origin: 50% 1px 0px; }

.cl-effect-2 li:hover span,
.cl-effect-2 li:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px); }

.csstransforms3d .cl-effect-2 li:hover span::before,
.csstransforms3d .cl-effect-2 li:focus span::before {
  background: #CE3939; }

/* widgetbox */
.PrjBox.widgetBox {
  overflow: hidden;
  padding: 0;
  margin: 0; }

.PrjBox.widgetBox .txt {
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.PrjBox.widgetBox .pImgBox:after {
  margin-top: 32px; }

.PrjBox.widgetBox .pAuthor, .PrjBox.widgetBox.w1 .collected {
  display: none; }

.PrjBox.widgetBox.w1 .pImgBox:after {
  height: 120px; }

.PrjBox.widgetBox.w1 .txt {
  padding: 0 10px; }

.PrjBox.widgetBox.w1 .pSummary > * {
  font-size: 11px;
  float: left;
  text-align: left;
  margin-top: 3px; }

.PrjBox.widgetBox.w1 .pSummary .progress {
  margin-left: 10px;
  width: 20px; }

.PrjBox.widgetBox.w1 .pSummary .daysLeft {
  float: right;
  text-align: left;
  margin-right: 10px;
  width: 100px; }

.PrjBox.widgetBox.w1 .pProgress {
  padding: 5px 0 5px; }

.PrjBox.widgetBox.w1 .pDesc {
  line-height: 12px;
  font-size: 10px;
  height: 25px;
  margin-top: -4px;
  text-overflow: ellipsis; }

.PrjBox.widgetBox.w1 h3.pTitle {
  font-size: 10px;
  margin-top: 3px;
  line-height: 10px; }

.PrjBox.widgetBox.w1 .ptrBttn {
  padding: 10px 0px;
  top: 65px;
  margin-left: -73px; }

.PrjBox.widgetBox.w2 .pImgBox:after {
  height: 140px; }

.PrjBox.widgetBox.w2 .txt {
  padding: 0 10px; }

.PrjBox.widgetBox.w2 .pSummary > * {
  font-size: 11px;
  float: left;
  text-align: left;
  margin-top: 3px; }

.PrjBox.widgetBox.w2 .pSummary .progress {
  margin-left: 10px;
  width: 20px; }

.PrjBox.widgetBox.w2 .pSummary .daysLeft {
  float: right;
  text-align: left;
  margin-right: 10px;
  width: 100px; }

.PrjBox.widgetBox.w2 .pProgress {
  padding: 10px 0px 5px; }

.PrjBox.widgetBox.w2 .pDesc {
  line-height: 12px;
  font-size: 10px;
  height: 37px;
  margin-top: -4px;
  text-overflow: ellipsis; }

.PrjBox .caption {
  position: absolute;
  width: 100%;
  top: 325px;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  height: 240px;
  left: 0;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.PrjBox:hover .caption, #strefa_patrona .PrjBox .caption, .promoted-authors .PrjBox .caption {
  top: 140px; }

.PrjBox.widgetBox.w2 h3.pTitle {
  font-size: 10px;
  margin-top: 3px;
  line-height: 10px; }

.PrjBox.widgetBox.w2 .ptrBttn {
  padding: 10px 0px;
  top: 65px;
  margin-left: -73px; }

.PrjBox.widgetBox.w3 .pImgBox:after {
  height: 250px; }

.PrjBox.widgetBox.w3 .ptrBttn {
  top: 120px; }

.PrjBox.widgetBox.w3 .pAuthor {
  display: block; }

.PrjBox.widgetBox.w3 .pSummary .collected {
  margin-left: 30px; }

.PrjBox.widgetBox.w4 .pImgBox:after {
  height: 150px; }

.PrjBox.widgetBox.w4 .ptrBttn {
  top: 80px; }

.PrjBox.widgetBox.w4 .pDesc {
  margin-top: 0px;
  height: 40px; }

.PrjBox.widgetBox.w4 .pProgress {
  padding: 5px 0 5px; }

.PrjBox.widgetBox.w4 .pSummary {
  margin-top: 0px; }

.PrjBox.widgetBox.w4 .pSummary .collected {
  margin-left: 120px; }

.PrjBox.widgetBox.w4 .pSummary > * {
  font-size: 10px; }

.PrjBox.widgetBox.w5 .pImgBox:after {
  height: 170px; }

.PrjBox.widgetBox.w5 .ptrBttn {
  top: 90px; }

.PrjBox.widgetBox.w5 .pDesc {
  margin-top: 0px;
  height: 40px; }

.PrjBox.widgetBox.w5 .pAuthor {
  display: none; }

.PrjBox.widgetBox.w5 .pProgress {
  padding: 10px 0px 5px; }

.PrjBox.widgetBox.w6 .pImgBox:after {
  height: 125px; }

.PrjBox.widgetBox.w6 .pSummary > * {
  font-size: 10px; }

.PrjBox.widgetBox.w6 .ptrBttn {
  top: 65px; }

.PrjBox.widgetBox.w6 .pTitle {
  font-size: 11px;
  margin-top: 0px !important; }

.PrjBox.widgetBox.w6 .pDesc {
  margin-top: 0px;
  height: 30px;
  font-size: 10px;
  line-height: 14px; }

.PrjBox.widgetBox.w6 .pProgress {
  padding: 5px 0 5px; }

.PrjBox.widgetBox.w6 .pSummary {
  margin-top: 0px; }

.PrjBox.widgetBox.w6 .pSummary .daysLeft {
  float: right;
  text-align: left;
  margin-right: 20px;
  width: 100px; }

.PrjBox.widgetBox.w6 .pSummary .progress {
  margin-left: 20px;
  width: 20px;
  float: left; }

.PrjBox.widgetBox .wspLogo {
  height: 32px;
  text-align: center; }

.PrjBox.widgetBox .wspLogo img {
  margin-top: 6px; }

.widgetbox_choose {
  background: #e7e7e7 !important; }

.widgetbox_choose .preview {
  float: left;
  background: #4a4a4a !important;
  min-width: 500px;
  min-height: 500px;
  text-align: center; }

.widgetbox_choose .chooser {
  box-sizing: border-box;
  float: right;
  padding: 40px;
  width: 500px; }

.widgetbox_choose .widgwrap {
  overflow: hidden; }

.widgetbox_choose textarea {
  height: 110px;
  font-size: 14px; }

.help-box {
  cursor: help; }

.help-box:hover {
  color: #EF4026;
  opacity: 1 !important; }

#otworz_profil_autora {
  cursor: pointer;
  width: 550px;
  margin: 0 auto; }

.masonry {
  margin: 0 auto; }
  @media screen and (max-width: 736px) {
    .masonry.posty {
      width: 100% !important; } }

.general-description {
  margin: 40px auto 40px auto;
  width: 1000px; }

body.blue .author-wrapper:nth-child(odd) {
  background-color: #2e99fd; }

body.green .author-wrapper:nth-child(odd) {
  background-color: #39C052; }

.author-wrapper {
  padding: 0 20px;
  box-sizing: border-box; }

.author-wrapper:nth-child(odd) {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.author-wrapper:nth-child(even) {
  background-color: #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.author {
  width: 1000px;
  margin: 0 auto 0 auto;
  color: #000;
  max-width: 100%; }

.author-img {
  float: left;
  margin-right: 40px;
  height: 300px;
  width: 300px; }
  @media screen and (max-width: 736px) {
    .author-img {
      margin-right: auto;
      margin-left: auto;
      float: none;
      display: block;
      max-width: 100%;
      height: auto; } }

.author-name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px; }

.author-function {
  font-style: italic;
  font-size: 14px;
  margin: 0 auto 5px auto; }

.author-mail {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0; }

.logo-img-wrapper {
  width: 35%;
  float: left;
  text-align: center; }

.logo-img-wrapper img {
  width: 200px; }

.zglos-sie {
  width: 100%;
  padding: 100px 0 100px 0;
  text-align: center;
  /* background-image: url('../img/ico/pch.jpg');*/
  background-size: 100%;
  background-position: 0px -215px;
  font-size: 40px;
  color: white; }

.zglos-sie .przycisk {
  width: 200px;
  margin: auto;
  border: solid 2px #fff;
  color: white;
  cursor: pointer;
  font-size: 24px;
  padding: 10px; }

.wc-left {
  width: 670px;
  float: left;
  overflow: hidden; }
  @media screen and (max-width: 736px) {
    .wc-left {
      width: 100%; } }

.wc-right {
  width: 300px;
  float: right; }
  @media screen and (max-width: 736px) {
    .wc-right {
      width: 100%;
      float: left; } }

.about {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: justify; }

.about p, .about strong {
  width: 90%; }

.jtd {
  position: relative; }

.jtd .step-description {
  padding-top: 30px;
  font-weight: 200; }

.jtd .step {
  font-size: 40px; }

.jtd p {
  line-height: 1;
  text-align: left; }

.jtd .noindent {
  font-size: 20px; }

.jtd .indent {
  font-size: 20px;
  margin-left: 30px; }

.jtd .img-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }

.jtd .arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  left: 460px;
  border-top: 20px solid #fff;
  margin-top: -2px; }

body.blue .red .arrow-down {
  border-top: 20px solid #2e99fd; }

body.green .red .arrow-down {
  border-top: 20px solid #39C052; }

.red .arrow-down {
  border-top: 20px solid #EF4026; }

.darkgrey .arrow-down {
  border-top: 20px solid #2b2b2b; }

.pmosaic .arrow-down {
  border-top: 20px solid #ff3244; }

.pay-button {
  color: #FF1F01;
  background: #fff;
  padding: 20px 100px;
  border: 0;
  margin-top: 20px; }
  @media screen and (min-width: 737px) and (max-width: 888px) {
    .pay-button {
      padding: 20px; } }
  .pay-button img {
    width: 100%;
    max-width: 160px; }
  .pay-button.with-img {
    width: 300px;
    padding: 10px 0; }
    @media screen and (min-width: 300px) and (max-width: 400px) {
      .pay-button.with-img {
        width: 100%; } }
  .pay-button.no-img {
    padding: 30px 50px;
    font-size: 24px; }

#strefa_patrona .PrjBox .ptrBttn {
  width: 210px;
  margin-left: -113px;
  top: 15px;
  margin-top: -6px; }

.PrjBox.nieaktywny {
  opacity: 0.5; }

.PrjBox.nieaktywny:hover {
  opacity: 1; }

.fb-like-wo-comments {
  overflow: hidden;
  float: right;
  padding-top: 65px; }
  @media screen and (max-width: 736px) {
    .fb-like-wo-comments {
      width: 100%;
      text-align: center;
      padding-top: 0;
      float: none; } }

.fb-share {
  line-height: 40px;
  cursor: pointer;
  margin-top: 9px; }

.fb-icon {
  background: url(../img/ico/social/facebook.png) no-repeat;
  background-size: cover;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px; }

.fb-icon.udostepnij {
  background: url("../img/ico/social/facebook-udostepnij.png") no-repeat;
  height: 229px;
  height: 41px; }

.fb-share > span {
  padding-left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle; }

.fb-share > span:hover {
  color: #EF4026;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.nsfw {
  display: block;
  position: relative; }

.nsfw > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/nsfw.png") repeat;
  opacity: 0.95;
  display: block;
  text-align: center;
  padding-top: 20px; }

.nsfw > i > b:after {
  color: #fff;
  text-decoration: none;
  content: "Treść +18";
  text-transform: uppercase; }

.sweet-alert.accept-rules input[type=checkbox] {
  display: inline;
  width: 15px;
  height: 15px; }

.sweet-alert.accept-rules .fieldInfo {
  display: inline;
  height: 16px;
  font-size: 18px; }

.sweet-alert.accept-rules .form-field {
  text-align: left; }

.sweet-alert.whats-next .close {
  float: right;
  margin-top: -105px;
  margin-right: -100px;
  cursor: pointer;
  color: #fff;
  background: #EF4026;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding-top: 16px;
  width: 36px;
  height: 20px; }

.sweet-alert.whats-next .close:before {
  content: "x"; }

.sweet-alert.whats-next .sa-button-container {
  background: #EF4026;
  display: none; }

.sweet-alert.whats-next .fb-share {
  width: 200px;
  margin: 0 auto; }

.sweet-alert.whats-next .sa-logo {
  width: 90px;
  padding-bottom: 15px; }

.fb_dialog {
  z-index: 999999 !important; }

.table-buttons {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  float: none;
  text-align: center; }

.table-buttons .button {
  float: none;
  margin: 5px; }

.active-subscriptions .ptrBttn {
  line-height: 15px;
  top: 8px !important; }

.subscription-loader {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  color: #000;
  text-align: center;
  padding-top: 20px;
  z-index: 9999; }

.menu-horizontal {
  width: 100%;
  height: 50px;
  background-color: #EF4026; }

body.blue .menu-horizontal {
  background-color: #2e99fd; }

body.green .menu-horizontal {
  background-color: #39C052; }

.menu-horizontal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0px;
  margin-left: 0;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

.menu-horizontal ul.selected-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px; }

.menu-horizontal ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  color: white;
  list-style: none;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.menu-horizontal ul li:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.menu-horizontal a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px; }

.menu-horizontal ul span.divider {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  top: 2px; }

.user-avatar-small img {
  width: 40px !important;
  height: 40px !important; }

/*

####################
	NEW BUTTONS ####
####################

*/
.p-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .5s;
  transition: .5s; }

.p-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #EF4026;
  border-color: #EF4026; }

body.blue .p-button-red {
  background-color: #2e99fd;
  border-color: #2e99fd; }

body.green .p-button-red {
  background-color: #39C052;
  border-color: #39C052; }

body.blue .p-button-red:hover {
  color: #2e99fd;
  background-color: white;
  border-color: white; }

body.green .p-button-red:hover {
  color: #39C052;
  background-color: white;
  border-color: white; }

.p-button-red {
  background-color: #EF4026;
  border-color: #EF4026;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: block; }

.p-button-red:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: white;
  border-color: white;
  color: #EF4026; }

.p-button-white {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: block; }

.p-button-white:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: white;
  border-color: white;
  color: #EF4026; }

.p-button-black {
  background: transparent;
  border: 1px solid #222;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: block; }
  .p-button-black.sq200 {
    width: 200px;
    height: 200px;
    margin: 0 auto; }
  .p-button-black.rec-300-200 {
    width: 300px;
    height: 200px;
    margin: 0 auto; }

body.blue .p-button-black:hover {
  background-color: #2e99fd;
  border-color: #2e99fd; }

body.green .p-button-black:hover {
  background-color: #39C052;
  border-color: #39C052; }

.p-button-black:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #EF4026;
  border-color: #EF4026;
  color: #fff; }

.wide-button {
  width: 400px; }
  @media screen and (max-width: 736px) {
    .wide-button {
      width: 100% !important;
      box-sizing: border-box; } }

.full-width-button {
  width: 100%; }

#strefa_autora_cont input.p-button-black {
  background: transparent;
  border: 1px solid #444;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: block;
  width: 325px;
  margin: auto; }

body.blue #strefa_autora_cont input.p-button-black:hover {
  background-color: #2e99fd;
  border-color: #2e99fd; }

body.green #strefa_autora_cont input.p-button-black:hover {
  background-color: #39C052;
  border-color: #39C052; }

#strefa_autora_cont input.p-button-black:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #EF4026;
  border-color: #EF4026;
  color: #fff; }

#strefa_autora_cont label.fileUpload span.p-button-black {
  padding: 7px;
  width: 375px;
  margin: auto; }

#strefa_autora_cont input.p-button-black {
  padding: 7px;
  position: relative;
  left: -7px; }

div#strefa_autora div.button-under-table, div.finanse-wrapper div.button-under-table {
  width: 100px;
  margin: 20px auto 40px;
  font-size: 10px;
  color: #222;
  font-size: 14px;
  border: 1px solid #222;
  background-color: transparent;
  letter-spacing: 1px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: inline;
  cursor: pointer; }
  @media screen and (max-width: 736px) {
    div#strefa_autora div.button-under-table, div.finanse-wrapper div.button-under-table {
      margin-bottom: 5px;
      margin-top: 0;
      display: inline-block; } }

div#strefa_autora div.button-under-table:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #EF4026;
  border-color: #EF4026;
  color: #fff; }

div.nagroda div.control .p-button-black {
  background: transparent;
  border: 1px solid #222;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  display: block; }

div.nagroda div.control .p-button-black:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #EF4026;
  border-color: #EF4026;
  color: #fff; }

div#strefa_patrona .ptrBttn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0); }

div#strefa_patrona .ptrBttn:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0); }

div#strefa_patrona .ptrBttn a {
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

div#strefa_patrona .ptrBttn a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #EF4026; }

div#strefa_patrona .PrjBox .pHeader {
  background-color: #0f0f0f;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

div#strefa_patrona .PrjBox:hover .pHeader, div#strefa_patrona .PrjBox .pHeader {
  background-color: transparent; }

div#strefa_patrona .PrjBox .pDane strong {
  padding-left: 1px;
  font-size: 12px; }

div#strefa_autora h3,
div#strefa_patrona h3 {
  margin: 25px 0; }

div#strefa_autora h3.pTitle, div#strefa_patrona h3.pTitle {
  margin: 7px 0 5px; }

section.comments form.comment textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 10px; }

section.comments .comment-item {
  border: 0px solid #cccccc;
  padding: 10px;
  margin: 10px 0px 10px 0px; }

section.comments .comment-item .owner {
  min-height: 50px; }

section.comments .comment-item .user-avatar-small {
  float: left;
  margin-right: 10px; }

section.comments .subcomments {
  margin-left: 60px; }

section.comments {
  font-weight: 300;
  margin: 0 auto;
  width: 600px;
  margin-top: 50px; }

section.comments .comment-user {
  font-weight: 600; }

section.comments .comment-time {
  font-size: 13px;
  margin-top: 5px; }

section.comments .comment-content {
  margin-left: 52px; }

section.comments .comment-button input, section.comments .comment-reply-button input {
  padding: 10px 20px;
  font-size: 14px; }

section.comments .comment-button, section.comments .comment-reply-button {
  position: relative;
  height: 60px; }

section.comments .comment-reply-button input, section.comments .comment-reply-button input {
  position: absolute;
  right: 0px; }

.page.posts .pagination_nav li {
  list-style: none;
  padding: 10px;
  max-width: 50%;
  float: left; }

.page.posts .pagination_nav li.disabled {
  visibility: hidden; }

.page.posts ul.pagination_nav {
  height: 30px;
  margin: 0 auto;
  display: table; }

#edit-prog {
  display: block;
  width: 900px;
  margin: 100px auto;
  background: white;
  padding: 20px; }

#edit-prog-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999; }

#edit-prog .control {
  width: 320px;
  margin: 0 auto; }

#edit-prog .control .p-button-black {
  float: left; }

#edit-prog .control .p-button-black:not(:first-child) {
  margin-left: 20px; }

.tpay-bank-item {
  text-align: center;
  float: left;
  padding: 5px;
  width: 150px;
  height: 150px; }

.tpay-bank-item img {
  width: 50px; }

#banks-list select, div select {
  color: black; }

#banks-list, #chosenBank {
  margin-top: 60px; }

#resetBank {
  padding: 20px; }

#total-price {
  font-size: 55px;
  margin: 0; }

#sa-post-add,
#sa-post-edit {
  overflow: visible; }
  #sa-post-add .error_message,
  #sa-post-edit .error_message {
    color: #fd2c2c; }

@media screen and (max-width: 736px) {
  body.page_homepage {
    overflow-x: hidden; } }

body.side-menu-fixed .profile-page-wrap {
  padding-top: 39px; }
  body.side-menu-fixed .profile-page-wrap .side-menu-trigger {
    background: #fff;
    z-index: 10; }
  body.side-menu-fixed .profile-page-wrap .side-menu {
    position: fixed;
    top: 39px; }
  body.side-menu-fixed .profile-page-wrap .side-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 10;
    background: #fff; }
  body.side-menu-with-footer .profile-page-wrap .side-menu {
    height: calc(100vh - 206px); }

.profile-page-wrap {
  position: relative; }

.page_profil .side-menu {
  height: 100%;
  display: none;
  top: 0;
  bottom: 0;
  width: 300px;
  text-align: left;
  left: 0;
  border-right: 1px solid #dadada;
  float: left;
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  transition: left 0.3s ease-out; }
  body.side-menu-toggled .page_profil .side-menu {
    left: 0; }
  .page_profil .side-menu.active {
    display: block;
    overflow: scroll; }
  .page_profil .side-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 30px; }
    .page_profil .side-menu ul li {
      cursor: pointer; }
  .page_profil .side-menu > ul {
    padding-top: 30px;
    padding-bottom: 1px; }
    .page_profil .side-menu > ul > li {
      margin-bottom: 20px; }
      .page_profil .side-menu > ul > li span {
        font-weight: 500;
        border-left: 4px solid #EF4026;
        padding-left: 10px;
        line-height: 1.5;
        display: inline-block; }
      .page_profil .side-menu > ul > li ul {
        padding-left: 25px;
        padding-top: 10px;
        font-weight: 300;
        text-transform: capitalize; }
        .page_profil .side-menu > ul > li ul li {
          margin-bottom: 3px; }
          .page_profil .side-menu > ul > li ul li.active a {
            padding-bottom: 2px;
            border-bottom: 1px solid #EF4026; }

.page_profil .rest {
  transition: margin 0.3s ease-out;
  margin-left: 0; }

.pmosaic.profil-autor {
  position: relative; }

.side-menu-trigger {
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 0;
  font-weight: 24px; }
  .side-menu-trigger i {
    transition: rotate 0.3s ease-out; }
  body.side-menu-toggled .side-menu-trigger i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (min-width: 768px) {
  body {
    overflow: visible; }
    body.side-menu-fixed .profile-page-wrap {
      padding-top: 0; }
      body.side-menu-fixed .profile-page-wrap .side-menu {
        top: 0; }
    body.side-menu-fixed .rest {
      margin-left: 300px;
      transition: none; }
  .side-menu-trigger {
    display: none; }
  .page_profil .side-menu {
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    width: 300px;
    text-align: left;
    left: 0;
    border-right: 1px solid #dadada;
    float: left;
    position: static; }
    body.side-menu-toggled .page_profil .side-menu {
      left: 0; }
    .page_profil .side-menu ul {
      padding-left: 30px; }
  .page_profil .rest {
    float: left;
    width: calc(100% - 301px);
    transition: none; }
    body.side-menu-toggled .page_profil .rest {
      margin-left: 300px; } }

.ma {
  margin: 0 auto; }

#genereted-code {
  background-color: #ffffff;
  padding: 20px;
  word-break: break-all; }

#generate-iframe {
  margin: 15px auto; }

.item-recaptcha {
  margin-left: 70px; }
  @media screen and (max-width: 736px) {
    .item-recaptcha {
      margin-left: 0; } }

.iframe-buttons {
  margin: 15px 0;
  text-align: center; }
  .iframe-buttons .p-button-black {
    display: inline-block; }

.sa {
  width: 280px;
  font-size: 12px; }

.profil_summary a.change_avatar {
  float: left; }
  @media screen and (max-width: 736px) {
    .profil_summary a.change_avatar {
      float: none;
      display: block; } }

.user-description ol li, .user-description ul li {
  list-style-position: inside;
  font-weight: 300; }

.user-description p {
  margin-bottom: 16px !important; }

.user-description img {
  max-width: 100%;
  height: auto;
  margin: 10px; }

@media screen and (max-width: 736px) {
  .user-description iframe {
    width: 100%;
    height: auto; } }

.pulse-animation {
  animation: pound-from-white 1s infinite; }

a.write-message {
  line-height: normal;
  font-size: 10px;
  padding: 6px;
  width: auto;
  margin-top: 0; }
  @media screen and (max-width: 736px) {
    a.write-message {
      font-size: 16px; } }

body.oh {
  overflow: hidden; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

@media screen and (max-width: 736px) {
  .clearfix-only-mobile:before, .clearfix-only-mobile:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%; } }

.hp-quicksearch {
  display: block;
  font-size: 20px;
  color: #EF4025;
  padding: 13px 25px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background-color: #f3f4f3;
  font-style: italic;
  border-radius: 34px;
  background-image: url("/img/search-hp.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  font-weight: 100; }
  .hp-quicksearch:focus {
    box-shadow: 0 0 10px 0 #EF4025; }
  .hp-quicksearch--wrapper {
    width: 100%;
    max-width: 775px;
    margin: 60px auto 35px;
    padding: 0 4px; }
  .hp-quicksearch--counter {
    font-size: 10px;
    color: #EF4025;
    padding-left: 25px;
    line-height: normal;
    display: none; }

#hp-search-results {
  white-space: normal;
  box-sizing: border-box; }
  #hp-search-results .BoxList {
    white-space: normal; }
  #hp-search-results .list {
    text-align: center; }

#hp-bar-search input[type=search], #hp-bar-search button {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px; }

#hp-bar-search input[type=search] {
  line-height: 35px;
  min-height: 35px;
  padding: 0 5px;
  font-size: 14px;
  box-sizing: border-box; }

#hp-bar-search button {
  border: none;
  background-color: #EF4025;
  padding: 0;
  line-height: normal;
  border-radius: 0;
  box-sizing: border-box; }
  #hp-bar-search button i {
    color: #fff;
    margin-bottom: 0; }

@media screen and (max-width: 736px) {
  #hp-bar-search {
    display: none; } }

table.tablesorter thead tr .header {
  background-image: url("/img/tablesorter/bg.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer; }

table.tablesorter thead tr .headerSortUp {
  background-image: url("/img/tablesorter/asc.gif"); }

table.tablesorter thead tr .headerSortDown {
  background-image: url("/img/tablesorter/desc.gif"); }

#jump-faktury form {
  padding: 0 15px; }
  #jump-faktury form .left, #jump-faktury form .right {
    width: 47.5%;
    box-sizing: border-box; }
  #jump-faktury form .left {
    margin-right: 2.5%; }
  #jump-faktury form .right {
    margin-left: 2.5%; }
  @media screen and (max-width: 736px) {
    #jump-faktury form .left, #jump-faktury form .right {
      width: 100%;
      margin: 0; } }

@media screen and (max-width: 736px) {
  .sweet-alert {
    padding: 20px; } }

input[type="text"]#quicksearch::-webkit-input-placeholder {
  color: #ffffff; }

input[type="text"]#quicksearch:-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

input[type="text"]#quicksearch::-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

input[type="text"]#quicksearch:-ms-input-placeholder {
  color: #ffffff; }

input[type="text"]#quicksearch::-ms-input-placeholder {
  color: #ffffff; }

.about-editor {
  width: 725px; }

.threshold-limit-info {
  padding: 10px; }
  .threshold-limit-info small {
    font-size: 12px;
    text-transform: none;
    letter-spacing: normal; }
  .threshold-limit-info .p-button-red {
    font-size: 12px;
    padding: 8px; }

.dropzone .progress-bar {
  border-bottom: 1px solid #eee; }
  .dropzone .progress-bar .dz-progress {
    display: block;
    height: 5px; }
    .dropzone .progress-bar .dz-progress .dz-upload {
      display: block;
      height: 100%;
      background: #b7e2b7;
      width: 0; }
  .dropzone .progress-bar .dz-error-message {
    color: red; }
  .dropzone .progress-bar.dz-complete .dz-progress {
    display: none; }
